@charset "UTF-8";
/*
Theme Name: Adiva
Theme URI: http://wp.jmsthemes.com/adiva
Author: JoomMasters
Author URI: http://www.joommasters.com
Description: <strong>Adiva</strong> is simple and clean looking WordPress Theme suitable for fashion stores websites or any kind of shopping website with better usability. Flexible settings, fast loading, premium modules, fast support and much more. All these amazing features are blended together in <strong>Adiva</strong> – your powerful, stylish and attractive responsive WordPress Theme. Make your business with our theme. We are sure that it will satisfy all your needs.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adiva
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments
*/
/* -------------------------------------------
[Table of contents]

1. BASE
    1.1 LIST
    1.2 LINK
    1.3 HEADING
    1.4 TABLE
    1.5 FORM
    1.6 BUTTON
    1.7 CLEARING
    1.8 HELPER
    1.9 GLOBAL
    1.10 LAYOUT

2. WORDPRESS DEFAULT CLASS

3. HEADER
    3.1 HEADER 1
    3.2 HEADER 2
    3.3 HEADER 3
    3.4 HEADER 4
    3.5 HEADER 5
    3.6 HEADER 6
    3.7 HEADER 7
    3.8 HEADER 8

4. MENU
    4.1 PRIMARY MENU
    4.2 MOBILE MENU
    4.3 VERTICAL MENU
    4.4 FOOTER MENU

5. FOOTER

6. HOME

7. PAGE
    7.1 MAINTENANCE
	7.2 404
    7.3 CONTACT
    7.4 SEARCH
    7.5 PAGE HEADING

8. POST
	8.1 SINGLE POST
	8.2 POST PAGINATION
    8.3 POST COMMENT
    8.4 POST LAYOUT
    8.5 POST NAVIGATION

9. WIDGET

10. WOOCOMMERCE
    10.1 TOOLTIP
	10.2 MESSAGE
    10.3 RATING
    10.4 SHOP ACTION
    10.5 SHOP FILTER
    10.6 QUICK VIEW
    10.7 SHIPPING POPUP
    10.8 ONSALE
    10.9 PRODUCT BOX
    10.10 PRODUCT CATEGORY
    10.11 SHOP LAYOUT
    10.12 SHOP PAGINATION
    10.13 SINGLE PRODUCT
    10.14 WOOCOMMERCE TABS
    10.15 OTHER PRODUCTS
    10.16 PAGE WISHLIST
    10.17 MY ACCOUNT
    10.18 CART
    10.19 CHECKOUT
    10.20 CART STYLE

11. ELEMENTS
    11.1 BANNER
    11.2 PROMO BAR
    11.3 PORTFOLIO
    11.4 INSTAGRAM
    11.5 SERVICE
    11.6 BRAND
    11.7 PRODUCTS
    11.8 TESTIMONIAL
    11.9 TEAM MEMBER
    11.10 SOCIAL ICONS
    11.11 MEGAMENU WIDGET
    11.12 GOOGLE MAPS
    11.13 INFORMATION BOX
    11.14 GALLERY
    11.15 VIDEO

12. LOADING

13. ANIMATION

14. RESPONSIVE
    14.1 MEDIUM
    14.2 TABLET
    14.3 MOBILE

------------------------------------------- */
/* ---------------------------------------------
   1. BASE
   ------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Roboto", sans-serif;
  color: #555555;
  background: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.4px;
  font-weight: 300;
}

p {
  margin-bottom: 20px;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}


b, strong {
  font-weight: 600;
}

/* ==========================================================================
   1.1 LIST
   ========================================================================== */
ul, ol {
  padding-left: 15px;
  line-height: 1.45;
}

ul li, ol li {
  margin-bottom: 12px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-top: 12px;
  margin-bottom: 0;
}

/* ==========================================================================
   1.3 LINK
   ========================================================================== */
a {
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

a:hover, a:focus, a:active {
  color: #F86B73;
}

p a {
  color: #F86B73;
}

/* ==========================================================================
   1.4 HEADING
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  color: black;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* ==========================================================================
   1.5 TABLE
   ========================================================================== */
table {
  width: 100%;
  margin-bottom: 35px;
  line-height: 1.4;
}

table th {
  padding: 15px 10px;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  vertical-align: middle;
  border: none;
  border-bottom: 2px solid #EFEFEF;
}

table td {
  padding: 15px 12px;
  border: none;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
}

table tbody th,
table tfoot th {
  border-bottom: 1px solid #E6E6E6;
  text-transform: none;
}

/** ------------------------------------------------------------------------------------------------
* FORMS
* ------------------------------------------------------------------------------------------------ */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='email'],
input[type='search'],
input[type='number'],
input[type='url'],
input[type='tel'],
input[type='text'],
input[type='password'],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
}

input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #E6E6E6;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  padding: 0 15px;
  height: 45px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

input[type='email']:focus,
input[type='date']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #F86B73;
}

input[type="radio"],
input[type="checkbox"] {
  margin-top: 0px;
  margin-right: 5px;
  vertical-align: middle;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: inherit;
  margin-left: 0;
}

textarea {
  line-height: 1.4;
  padding: 10px 15px;
  min-height: 190px;
}

input[type="button"]:focus {
  outline: none;
}

select {
  padding: 0 10px;
  background-image: url("assets/images/icons/icon-down-shop-action.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
}

/** ------------------------------------------------------------------------------------------------
* BUTTONS
* ------------------------------------------------------------------------------------------------ */
.btn,
.button,
button,
.added_to_cart,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  font-size: inherit;
  line-height: 18px;
  padding: 12px 20px;
  position: relative;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  outline: 0;
  font-weight: 600;
  border: 1px solid transparent;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f3f3;
  color: black;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.font-size-17,
.button.font-size-17,
button.font-size-17,
.added_to_cart.font-size-17,
input[type="submit"].font-size-17,
input[type="button"].font-size-17,
input[type="reset"].font-size-17 {
  font-size: 17px;
}

.btn.font-size-20,
.button.font-size-20,
button.font-size-20,
.added_to_cart.font-size-20,
input[type="submit"].font-size-20,
input[type="button"].font-size-20,
input[type="reset"].font-size-20 {
  font-size: 20px;
}

.btn.fw-400,
.button.fw-400,
button.fw-400,
.added_to_cart.fw-400,
input[type="submit"].fw-400,
input[type="button"].fw-400,
input[type="reset"].fw-400 {
  font-weight: 400;
}

.btn i,
.button i,
button i,
.added_to_cart i,
input[type="submit"] i,
input[type="button"] i,
input[type="reset"] i {
  margin-left: 3px;
}

.btn:hover, .btn:focus,
.button:hover,
.button:focus,
button:hover,
button:focus,
.added_to_cart:hover,
.added_to_cart:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus {
  outline: 0;
  color: black;
}

.btn.disabled,
.button.disabled,
button.disabled,
.added_to_cart.disabled,
input[type="submit"].disabled,
input[type="button"].disabled,
input[type="reset"].disabled {
  opacity: 0.6 !important;
}

.btn.btn-color-default,
.button.btn-color-default,
button.btn-color-default,
.added_to_cart.btn-color-default,
input[type="submit"].btn-color-default,
input[type="button"].btn-color-default,
input[type="reset"].btn-color-default {
  background-color: #f3f3f3;
  color: black;
}

.btn.btn-color-primary,
.button.btn-color-primary,
button.btn-color-primary,
.added_to_cart.btn-color-primary,
input[type="submit"].btn-color-primary,
input[type="button"].btn-color-primary,
input[type="reset"].btn-color-primary {
  background-color: #F86B73;
  color: white;
}

.btn.btn-color-alt,
.button.btn-color-alt,
button.btn-color-alt,
.added_to_cart.btn-color-alt,
input[type="submit"].btn-color-alt,
input[type="button"].btn-color-alt,
input[type="reset"].btn-color-alt {
  background-color: #fbbc34;
  color: white;
}

.btn.btn-color-black,
.button.btn-color-black,
button.btn-color-black,
.added_to_cart.btn-color-black,
input[type="submit"].btn-color-black,
input[type="button"].btn-color-black,
input[type="reset"].btn-color-black {
  background-color: #212121;
  color: white;
}

.btn.btn-color-black:hover, .btn.btn-color-black:focus,
.button.btn-color-black:hover,
.button.btn-color-black:focus,
button.btn-color-black:hover,
button.btn-color-black:focus,
.added_to_cart.btn-color-black:hover,
.added_to_cart.btn-color-black:focus,
input[type="submit"].btn-color-black:hover,
input[type="submit"].btn-color-black:focus,
input[type="button"].btn-color-black:hover,
input[type="button"].btn-color-black:focus,
input[type="reset"].btn-color-black:hover,
input[type="reset"].btn-color-black:focus {
  background-color: black;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-color-white,
.button.btn-color-white,
button.btn-color-white,
.added_to_cart.btn-color-white,
input[type="submit"].btn-color-white,
input[type="button"].btn-color-white,
input[type="reset"].btn-color-white {
  background-color: white;
}

.btn.btn-color-white:hover, .btn.btn-color-white:focus,
.button.btn-color-white:hover,
.button.btn-color-white:focus,
button.btn-color-white:hover,
button.btn-color-white:focus,
.added_to_cart.btn-color-white:hover,
.added_to_cart.btn-color-white:focus,
input[type="submit"].btn-color-white:hover,
input[type="submit"].btn-color-white:focus,
input[type="button"].btn-color-white:hover,
input[type="button"].btn-color-white:focus,
input[type="reset"].btn-color-white:hover,
input[type="reset"].btn-color-white:focus {
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}

.btn.btn-style-bordered,
.button.btn-style-bordered,
button.btn-style-bordered,
.added_to_cart.btn-style-bordered,
input[type="submit"].btn-style-bordered,
input[type="button"].btn-style-bordered,
input[type="reset"].btn-style-bordered {
  background-color: transparent;
  border: 1px solid black;
}

.btn.btn-style-bordered:hover, .btn.btn-style-bordered:focus,
.button.btn-style-bordered:hover,
.button.btn-style-bordered:focus,
button.btn-style-bordered:hover,
button.btn-style-bordered:focus,
.added_to_cart.btn-style-bordered:hover,
.added_to_cart.btn-style-bordered:focus,
input[type="submit"].btn-style-bordered:hover,
input[type="submit"].btn-style-bordered:focus,
input[type="button"].btn-style-bordered:hover,
input[type="button"].btn-style-bordered:focus,
input[type="reset"].btn-style-bordered:hover,
input[type="reset"].btn-style-bordered:focus {
  background-color: black;
  border-color: black;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-style-bordered.btn-color-alt,
.button.btn-style-bordered.btn-color-alt,
button.btn-style-bordered.btn-color-alt,
.added_to_cart.btn-style-bordered.btn-color-alt,
input[type="submit"].btn-style-bordered.btn-color-alt,
input[type="button"].btn-style-bordered.btn-color-alt,
input[type="reset"].btn-style-bordered.btn-color-alt {
  color: #fbbc34;
  border-color: #fbbc34;
}

.btn.btn-style-bordered.btn-color-alt:hover, .btn.btn-style-bordered.btn-color-alt:focus,
.button.btn-style-bordered.btn-color-alt:hover,
.button.btn-style-bordered.btn-color-alt:focus,
button.btn-style-bordered.btn-color-alt:hover,
button.btn-style-bordered.btn-color-alt:focus,
.added_to_cart.btn-style-bordered.btn-color-alt:hover,
.added_to_cart.btn-style-bordered.btn-color-alt:focus,
input[type="submit"].btn-style-bordered.btn-color-alt:hover,
input[type="submit"].btn-style-bordered.btn-color-alt:focus,
input[type="button"].btn-style-bordered.btn-color-alt:hover,
input[type="button"].btn-style-bordered.btn-color-alt:focus,
input[type="reset"].btn-style-bordered.btn-color-alt:hover,
input[type="reset"].btn-style-bordered.btn-color-alt:focus {
  background-color: #fbbc34;
  color: white;
  border-color: #fbbc34;
}

.btn.btn-style-bordered.btn-color-black,
.button.btn-style-bordered.btn-color-black,
button.btn-style-bordered.btn-color-black,
.added_to_cart.btn-style-bordered.btn-color-black,
input[type="submit"].btn-style-bordered.btn-color-black,
input[type="button"].btn-style-bordered.btn-color-black,
input[type="reset"].btn-style-bordered.btn-color-black {
  color: black;
  border-color: black;
}

.btn.btn-style-bordered.btn-color-black:hover, .btn.btn-style-bordered.btn-color-black:focus,
.button.btn-style-bordered.btn-color-black:hover,
.button.btn-style-bordered.btn-color-black:focus,
button.btn-style-bordered.btn-color-black:hover,
button.btn-style-bordered.btn-color-black:focus,
.added_to_cart.btn-style-bordered.btn-color-black:hover,
.added_to_cart.btn-style-bordered.btn-color-black:focus,
input[type="submit"].btn-style-bordered.btn-color-black:hover,
input[type="submit"].btn-style-bordered.btn-color-black:focus,
input[type="button"].btn-style-bordered.btn-color-black:hover,
input[type="button"].btn-style-bordered.btn-color-black:focus,
input[type="reset"].btn-style-bordered.btn-color-black:hover,
input[type="reset"].btn-style-bordered.btn-color-black:focus {
  background-color: black;
  color: white;
  border-color: black;
}

.btn.btn-style-bordered.btn-color-white,
.button.btn-style-bordered.btn-color-white,
button.btn-style-bordered.btn-color-white,
.added_to_cart.btn-style-bordered.btn-color-white,
input[type="submit"].btn-style-bordered.btn-color-white,
input[type="button"].btn-style-bordered.btn-color-white,
input[type="reset"].btn-style-bordered.btn-color-white {
  color: white;
  border-color: white;
}

.btn.btn-style-bordered.btn-color-white:hover, .btn.btn-style-bordered.btn-color-white:focus,
.button.btn-style-bordered.btn-color-white:hover,
.button.btn-style-bordered.btn-color-white:focus,
button.btn-style-bordered.btn-color-white:hover,
button.btn-style-bordered.btn-color-white:focus,
.added_to_cart.btn-style-bordered.btn-color-white:hover,
.added_to_cart.btn-style-bordered.btn-color-white:focus,
input[type="submit"].btn-style-bordered.btn-color-white:hover,
input[type="submit"].btn-style-bordered.btn-color-white:focus,
input[type="button"].btn-style-bordered.btn-color-white:hover,
input[type="button"].btn-style-bordered.btn-color-white:focus,
input[type="reset"].btn-style-bordered.btn-color-white:hover,
input[type="reset"].btn-style-bordered.btn-color-white:focus {
  background-color: white;
  color: #3E3E3E;
  border-color: white;
}

.btn.btn-style-rounded,
.button.btn-style-rounded,
button.btn-style-rounded,
.added_to_cart.btn-style-rounded,
input[type="submit"].btn-style-rounded,
input[type="button"].btn-style-rounded,
input[type="reset"].btn-style-rounded {
  border-radius: 35px;
}

.btn.btn-style-rounded:hover, .btn.btn-style-rounded:focus,
.button.btn-style-rounded:hover,
.button.btn-style-rounded:focus,
button.btn-style-rounded:hover,
button.btn-style-rounded:focus,
.added_to_cart.btn-style-rounded:hover,
.added_to_cart.btn-style-rounded:focus,
input[type="submit"].btn-style-rounded:hover,
input[type="submit"].btn-style-rounded:focus,
input[type="button"].btn-style-rounded:hover,
input[type="button"].btn-style-rounded:focus,
input[type="reset"].btn-style-rounded:hover,
input[type="reset"].btn-style-rounded:focus {
  opacity: 0.8;
}

.btn.btn-style-3d,
.button.btn-style-3d,
button.btn-style-3d,
.added_to_cart.btn-style-3d,
input[type="submit"].btn-style-3d,
input[type="button"].btn-style-3d,
input[type="reset"].btn-style-3d {
  border: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
}

.btn.btn-style-3d:hover, .btn.btn-style-3d:focus,
.button.btn-style-3d:hover,
.button.btn-style-3d:focus,
button.btn-style-3d:hover,
button.btn-style-3d:focus,
.added_to_cart.btn-style-3d:hover,
.added_to_cart.btn-style-3d:focus,
input[type="submit"].btn-style-3d:hover,
input[type="submit"].btn-style-3d:focus,
input[type="button"].btn-style-3d:hover,
input[type="button"].btn-style-3d:focus,
input[type="reset"].btn-style-3d:hover,
input[type="reset"].btn-style-3d:focus {
  opacity: 0.8;
  -webkit-box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0px rgba(0, 0, 0, 0.15);
}

.btn-transparent {
  border: 1px solid black;
  background-color: transparent !important;
}

.btn-transparent:hover {
  border-color: #F86B73;
  background-color: #F86B73;
  color: white;
}

#place_order {
  width: 100%;
}

.checkout-button,
.coupon .button,
.checkout_coupon .button,
.actions .update-cart,
#place_order,
#customer_login .button {
  background-color: #F86B73;
  color: white;
}

.checkout-button:hover, .checkout-button:focus,
.coupon .button:hover,
.coupon .button:focus,
.checkout_coupon .button:hover,
.checkout_coupon .button:focus,
.actions .update-cart:hover,
.actions .update-cart:focus,
#place_order:hover,
#place_order:focus,
#customer_login .button:hover,
#customer_login .button:focus {
  opacity: 0.8;
  color: white;
}

.adiva-button-wrapper.btn-inline {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.btn-full-width {
  width: 100%;
}

.btn-size-default {
  font-size: inherit;
  line-height: 18px;
  padding: 12px 20px;
}

.btn-size-extra-small {
  font-size: 11px;
  line-height: 16px;
  padding: 6px 10px;
}

.btn-size-small {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 14px;
}

.btn-size-large {
  font-size: 14px;
  line-height: 20px;
  padding: 14px 28px;
}

.btn-size-extra-large {
  font-size: 16px;
  line-height: 22px;
  padding: 17px 35px;
}

/* ==========================================================================
   1.7 CLEARING
   ========================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* ==========================================================================
   1.8 HELPER CLASS
   ========================================================================== */
.width-0 {
  width: 0;
}

.color {
  color: #F86B73;
}

.color_64 {
  color: #646464;
}

.light {
  color: white;
}

.dark {
  color: black;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

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

.middle-xs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-xs {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.left-xs {
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  -webkit-box-pack: left;
  justify-content: left;
  text-align: left;
}

.right-xs {
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  -webkit-box-pack: right;
  justify-content: right;
  text-align: right;
}

.between-xs {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .start-sm {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
}

.pd_0 {
  padding: 0;
}

.pl_0 {
  padding-left: 0;
}

.pr_0 {
  padding-right: 0;
}

.mg_0 {
  margin: 0;
}

.ml_0 {
  margin-left: 0;
}

.mr_0 {
  margin-right: 0;
}

.pt_1 {
  padding-top: 1px;
}

.pb_1 {
  padding-bottom: 1px;
}

.pl_1 {
  padding-left: 1px;
}

.pr_1 {
  padding-right: 1px;
}

.mt_1 {
  margin-top: 1px;
}

.mb_1 {
  margin-bottom: 1px;
}

.ml_1 {
  margin-left: 1px;
}

.mr_1 {
  margin-right: 1px;
}

.pt_2 {
  padding-top: 2px;
}

.pb_2 {
  padding-bottom: 2px;
}

.pl_2 {
  padding-left: 2px;
}

.pr_2 {
  padding-right: 2px;
}

.mt_2 {
  margin-top: 2px;
}

.mb_2 {
  margin-bottom: 2px;
}

.ml_2 {
  margin-left: 2px;
}

.mr_2 {
  margin-right: 2px;
}

.pt_3 {
  padding-top: 3px;
}

.pb_3 {
  padding-bottom: 3px;
}

.pl_3 {
  padding-left: 3px;
}

.pr_3 {
  padding-right: 3px;
}

.mt_3 {
  margin-top: 3px;
}

.mb_3 {
  margin-bottom: 3px;
}

.ml_3 {
  margin-left: 3px;
}

.mr_3 {
  margin-right: 3px;
}

.pt_4 {
  padding-top: 4px;
}

.pb_4 {
  padding-bottom: 4px;
}

.pl_4 {
  padding-left: 4px;
}

.pr_4 {
  padding-right: 4px;
}

.mt_4 {
  margin-top: 4px;
}

.mb_4 {
  margin-bottom: 4px;
}

.ml_4 {
  margin-left: 4px;
}

.mr_4 {
  margin-right: 4px;
}

.pt_5 {
  padding-top: 5px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pl_5 {
  padding-left: 5px;
}

.pr_5 {
  padding-right: 5px;
}

.mt_5 {
  margin-top: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.ml_5 {
  margin-left: 5px;
}

.mr_5 {
  margin-right: 5px;
}

.pt_6 {
  padding-top: 6px;
}

.pb_6 {
  padding-bottom: 6px;
}

.pl_6 {
  padding-left: 6px;
}

.pr_6 {
  padding-right: 6px;
}

.mt_6 {
  margin-top: 6px;
}

.mb_6 {
  margin-bottom: 6px;
}

.ml_6 {
  margin-left: 6px;
}

.mr_6 {
  margin-right: 6px;
}

.pt_7 {
  padding-top: 7px;
}

.pb_7 {
  padding-bottom: 7px;
}

.pl_7 {
  padding-left: 7px;
}

.pr_7 {
  padding-right: 7px;
}

.mt_7 {
  margin-top: 7px;
}

.mb_7 {
  margin-bottom: 7px;
}

.ml_7 {
  margin-left: 7px;
}

.mr_7 {
  margin-right: 7px;
}

.pt_8 {
  padding-top: 8px;
}

.pb_8 {
  padding-bottom: 8px;
}

.pl_8 {
  padding-left: 8px;
}

.pr_8 {
  padding-right: 8px;
}

.mt_8 {
  margin-top: 8px;
}

.mb_8 {
  margin-bottom: 8px;
}

.ml_8 {
  margin-left: 8px;
}

.mr_8 {
  margin-right: 8px;
}

.pt_9 {
  padding-top: 9px;
}

.pb_9 {
  padding-bottom: 9px;
}

.pl_9 {
  padding-left: 9px;
}

.pr_9 {
  padding-right: 9px;
}

.mt_9 {
  margin-top: 9px;
}

.mb_9 {
  margin-bottom: 9px;
}

.ml_9 {
  margin-left: 9px;
}

.mr_9 {
  margin-right: 9px;
}

.pt_10 {
  padding-top: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pl_10 {
  padding-left: 10px;
}

.pr_10 {
  padding-right: 10px;
}

.mt_10 {
  margin-top: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.ml_10 {
  margin-left: 10px;
}

.mr_10 {
  margin-right: 10px;
}

.pt_11 {
  padding-top: 11px;
}

.pb_11 {
  padding-bottom: 11px;
}

.pl_11 {
  padding-left: 11px;
}

.pr_11 {
  padding-right: 11px;
}

.mt_11 {
  margin-top: 11px;
}

.mb_11 {
  margin-bottom: 11px;
}

.ml_11 {
  margin-left: 11px;
}

.mr_11 {
  margin-right: 11px;
}

.pt_12 {
  padding-top: 12px;
}

.pb_12 {
  padding-bottom: 12px;
}

.pl_12 {
  padding-left: 12px;
}

.pr_12 {
  padding-right: 12px;
}

.mt_12 {
  margin-top: 12px;
}

.mb_12 {
  margin-bottom: 12px;
}

.ml_12 {
  margin-left: 12px;
}

.mr_12 {
  margin-right: 12px;
}

.pt_13 {
  padding-top: 13px;
}

.pb_13 {
  padding-bottom: 13px;
}

.pl_13 {
  padding-left: 13px;
}

.pr_13 {
  padding-right: 13px;
}

.mt_13 {
  margin-top: 13px;
}

.mb_13 {
  margin-bottom: 13px;
}

.ml_13 {
  margin-left: 13px;
}

.mr_13 {
  margin-right: 13px;
}

.pt_14 {
  padding-top: 14px;
}

.pb_14 {
  padding-bottom: 14px;
}

.pl_14 {
  padding-left: 14px;
}

.pr_14 {
  padding-right: 14px;
}

.mt_14 {
  margin-top: 14px;
}

.mb_14 {
  margin-bottom: 14px;
}

.ml_14 {
  margin-left: 14px;
}

.mr_14 {
  margin-right: 14px;
}

.pt_15 {
  padding-top: 15px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pl_15 {
  padding-left: 15px;
}

.pr_15 {
  padding-right: 15px;
}

.mt_15 {
  margin-top: 15px;
}

.mb_15 {
  margin-bottom: 15px;
}

.ml_15 {
  margin-left: 15px;
}

.mr_15 {
  margin-right: 15px;
}

.pt_16 {
  padding-top: 16px;
}

.pb_16 {
  padding-bottom: 16px;
}

.pl_16 {
  padding-left: 16px;
}

.pr_16 {
  padding-right: 16px;
}

.mt_16 {
  margin-top: 16px;
}

.mb_16 {
  margin-bottom: 16px;
}

.ml_16 {
  margin-left: 16px;
}

.mr_16 {
  margin-right: 16px;
}

.pt_17 {
  padding-top: 17px;
}

.pb_17 {
  padding-bottom: 17px;
}

.pl_17 {
  padding-left: 17px;
}

.pr_17 {
  padding-right: 17px;
}

.mt_17 {
  margin-top: 17px;
}

.mb_17 {
  margin-bottom: 17px;
}

.ml_17 {
  margin-left: 17px;
}

.mr_17 {
  margin-right: 17px;
}

.pt_18 {
  padding-top: 18px;
}

.pb_18 {
  padding-bottom: 18px;
}

.pl_18 {
  padding-left: 18px;
}

.pr_18 {
  padding-right: 18px;
}

.mt_18 {
  margin-top: 18px;
}

.mb_18 {
  margin-bottom: 18px;
}

.ml_18 {
  margin-left: 18px;
}

.mr_18 {
  margin-right: 18px;
}

.pt_19 {
  padding-top: 19px;
}

.pb_19 {
  padding-bottom: 19px;
}

.pl_19 {
  padding-left: 19px;
}

.pr_19 {
  padding-right: 19px;
}

.mt_19 {
  margin-top: 19px;
}

.mb_19 {
  margin-bottom: 19px;
}

.ml_19 {
  margin-left: 19px;
}

.mr_19 {
  margin-right: 19px;
}

.pt_20 {
  padding-top: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pl_20 {
  padding-left: 20px;
}

.pr_20 {
  padding-right: 20px;
}

.mt_20 {
  margin-top: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.ml_20 {
  margin-left: 20px;
}

.mr_20 {
  margin-right: 20px;
}

.pt_21 {
  padding-top: 21px;
}

.pb_21 {
  padding-bottom: 21px;
}

.pl_21 {
  padding-left: 21px;
}

.pr_21 {
  padding-right: 21px;
}

.mt_21 {
  margin-top: 21px;
}

.mb_21 {
  margin-bottom: 21px;
}

.ml_21 {
  margin-left: 21px;
}

.mr_21 {
  margin-right: 21px;
}

.pt_22 {
  padding-top: 22px;
}

.pb_22 {
  padding-bottom: 22px;
}

.pl_22 {
  padding-left: 22px;
}

.pr_22 {
  padding-right: 22px;
}

.mt_22 {
  margin-top: 22px;
}

.mb_22 {
  margin-bottom: 22px;
}

.ml_22 {
  margin-left: 22px;
}

.mr_22 {
  margin-right: 22px;
}

.pt_23 {
  padding-top: 23px;
}

.pb_23 {
  padding-bottom: 23px;
}

.pl_23 {
  padding-left: 23px;
}

.pr_23 {
  padding-right: 23px;
}

.mt_23 {
  margin-top: 23px;
}

.mb_23 {
  margin-bottom: 23px;
}

.ml_23 {
  margin-left: 23px;
}

.mr_23 {
  margin-right: 23px;
}

.pt_24 {
  padding-top: 24px;
}

.pb_24 {
  padding-bottom: 24px;
}

.pl_24 {
  padding-left: 24px;
}

.pr_24 {
  padding-right: 24px;
}

.mt_24 {
  margin-top: 24px;
}

.mb_24 {
  margin-bottom: 24px;
}

.ml_24 {
  margin-left: 24px;
}

.mr_24 {
  margin-right: 24px;
}

.pt_25 {
  padding-top: 25px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pl_25 {
  padding-left: 25px;
}

.pr_25 {
  padding-right: 25px;
}

.mt_25 {
  margin-top: 25px;
}

.mb_25 {
  margin-bottom: 25px;
}

.ml_25 {
  margin-left: 25px;
}

.mr_25 {
  margin-right: 25px;
}

.pt_26 {
  padding-top: 26px;
}

.pb_26 {
  padding-bottom: 26px;
}

.pl_26 {
  padding-left: 26px;
}

.pr_26 {
  padding-right: 26px;
}

.mt_26 {
  margin-top: 26px;
}

.mb_26 {
  margin-bottom: 26px;
}

.ml_26 {
  margin-left: 26px;
}

.mr_26 {
  margin-right: 26px;
}

.pt_27 {
  padding-top: 27px;
}

.pb_27 {
  padding-bottom: 27px;
}

.pl_27 {
  padding-left: 27px;
}

.pr_27 {
  padding-right: 27px;
}

.mt_27 {
  margin-top: 27px;
}

.mb_27 {
  margin-bottom: 27px;
}

.ml_27 {
  margin-left: 27px;
}

.mr_27 {
  margin-right: 27px;
}

.pt_28 {
  padding-top: 28px;
}

.pb_28 {
  padding-bottom: 28px;
}

.pl_28 {
  padding-left: 28px;
}

.pr_28 {
  padding-right: 28px;
}

.mt_28 {
  margin-top: 28px;
}

.mb_28 {
  margin-bottom: 28px;
}

.ml_28 {
  margin-left: 28px;
}

.mr_28 {
  margin-right: 28px;
}

.pt_29 {
  padding-top: 29px;
}

.pb_29 {
  padding-bottom: 29px;
}

.pl_29 {
  padding-left: 29px;
}

.pr_29 {
  padding-right: 29px;
}

.mt_29 {
  margin-top: 29px;
}

.mb_29 {
  margin-bottom: 29px;
}

.ml_29 {
  margin-left: 29px;
}

.mr_29 {
  margin-right: 29px;
}

.pt_30 {
  padding-top: 30px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pl_30 {
  padding-left: 30px;
}

.pr_30 {
  padding-right: 30px;
}

.mt_30 {
  margin-top: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.ml_30 {
  margin-left: 30px;
}

.mr_30 {
  margin-right: 30px;
}

.pt_31 {
  padding-top: 31px;
}

.pb_31 {
  padding-bottom: 31px;
}

.pl_31 {
  padding-left: 31px;
}

.pr_31 {
  padding-right: 31px;
}

.mt_31 {
  margin-top: 31px;
}

.mb_31 {
  margin-bottom: 31px;
}

.ml_31 {
  margin-left: 31px;
}

.mr_31 {
  margin-right: 31px;
}

.pt_32 {
  padding-top: 32px;
}

.pb_32 {
  padding-bottom: 32px;
}

.pl_32 {
  padding-left: 32px;
}

.pr_32 {
  padding-right: 32px;
}

.mt_32 {
  margin-top: 32px;
}

.mb_32 {
  margin-bottom: 32px;
}

.ml_32 {
  margin-left: 32px;
}

.mr_32 {
  margin-right: 32px;
}

.pt_33 {
  padding-top: 33px;
}

.pb_33 {
  padding-bottom: 33px;
}

.pl_33 {
  padding-left: 33px;
}

.pr_33 {
  padding-right: 33px;
}

.mt_33 {
  margin-top: 33px;
}

.mb_33 {
  margin-bottom: 33px;
}

.ml_33 {
  margin-left: 33px;
}

.mr_33 {
  margin-right: 33px;
}

.pt_34 {
  padding-top: 34px;
}

.pb_34 {
  padding-bottom: 34px;
}

.pl_34 {
  padding-left: 34px;
}

.pr_34 {
  padding-right: 34px;
}

.mt_34 {
  margin-top: 34px;
}

.mb_34 {
  margin-bottom: 34px;
}

.ml_34 {
  margin-left: 34px;
}

.mr_34 {
  margin-right: 34px;
}

.pt_35 {
  padding-top: 35px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pl_35 {
  padding-left: 35px;
}

.pr_35 {
  padding-right: 35px;
}

.mt_35 {
  margin-top: 35px;
}

.mb_35 {
  margin-bottom: 35px;
}

.ml_35 {
  margin-left: 35px;
}

.mr_35 {
  margin-right: 35px;
}

.pt_36 {
  padding-top: 36px;
}

.pb_36 {
  padding-bottom: 36px;
}

.pl_36 {
  padding-left: 36px;
}

.pr_36 {
  padding-right: 36px;
}

.mt_36 {
  margin-top: 36px;
}

.mb_36 {
  margin-bottom: 36px;
}

.ml_36 {
  margin-left: 36px;
}

.mr_36 {
  margin-right: 36px;
}

.pt_37 {
  padding-top: 37px;
}

.pb_37 {
  padding-bottom: 37px;
}

.pl_37 {
  padding-left: 37px;
}

.pr_37 {
  padding-right: 37px;
}

.mt_37 {
  margin-top: 37px;
}

.mb_37 {
  margin-bottom: 37px;
}

.ml_37 {
  margin-left: 37px;
}

.mr_37 {
  margin-right: 37px;
}

.pt_38 {
  padding-top: 38px;
}

.pb_38 {
  padding-bottom: 38px;
}

.pl_38 {
  padding-left: 38px;
}

.pr_38 {
  padding-right: 38px;
}

.mt_38 {
  margin-top: 38px;
}

.mb_38 {
  margin-bottom: 38px;
}

.ml_38 {
  margin-left: 38px;
}

.mr_38 {
  margin-right: 38px;
}

.pt_39 {
  padding-top: 39px;
}

.pb_39 {
  padding-bottom: 39px;
}

.pl_39 {
  padding-left: 39px;
}

.pr_39 {
  padding-right: 39px;
}

.mt_39 {
  margin-top: 39px;
}

.mb_39 {
  margin-bottom: 39px;
}

.ml_39 {
  margin-left: 39px;
}

.mr_39 {
  margin-right: 39px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pl_40 {
  padding-left: 40px;
}

.pr_40 {
  padding-right: 40px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.ml_40 {
  margin-left: 40px;
}

.mr_40 {
  margin-right: 40px;
}

.pt_41 {
  padding-top: 41px;
}

.pb_41 {
  padding-bottom: 41px;
}

.pl_41 {
  padding-left: 41px;
}

.pr_41 {
  padding-right: 41px;
}

.mt_41 {
  margin-top: 41px;
}

.mb_41 {
  margin-bottom: 41px;
}

.ml_41 {
  margin-left: 41px;
}

.mr_41 {
  margin-right: 41px;
}

.pt_42 {
  padding-top: 42px;
}

.pb_42 {
  padding-bottom: 42px;
}

.pl_42 {
  padding-left: 42px;
}

.pr_42 {
  padding-right: 42px;
}

.mt_42 {
  margin-top: 42px;
}

.mb_42 {
  margin-bottom: 42px;
}

.ml_42 {
  margin-left: 42px;
}

.mr_42 {
  margin-right: 42px;
}

.pt_43 {
  padding-top: 43px;
}

.pb_43 {
  padding-bottom: 43px;
}

.pl_43 {
  padding-left: 43px;
}

.pr_43 {
  padding-right: 43px;
}

.mt_43 {
  margin-top: 43px;
}

.mb_43 {
  margin-bottom: 43px;
}

.ml_43 {
  margin-left: 43px;
}

.mr_43 {
  margin-right: 43px;
}

.pt_44 {
  padding-top: 44px;
}

.pb_44 {
  padding-bottom: 44px;
}

.pl_44 {
  padding-left: 44px;
}

.pr_44 {
  padding-right: 44px;
}

.mt_44 {
  margin-top: 44px;
}

.mb_44 {
  margin-bottom: 44px;
}

.ml_44 {
  margin-left: 44px;
}

.mr_44 {
  margin-right: 44px;
}

.pt_45 {
  padding-top: 45px;
}

.pb_45 {
  padding-bottom: 45px;
}

.pl_45 {
  padding-left: 45px;
}

.pr_45 {
  padding-right: 45px;
}

.mt_45 {
  margin-top: 45px;
}

.mb_45 {
  margin-bottom: 45px;
}

.ml_45 {
  margin-left: 45px;
}

.mr_45 {
  margin-right: 45px;
}

.pt_46 {
  padding-top: 46px;
}

.pb_46 {
  padding-bottom: 46px;
}

.pl_46 {
  padding-left: 46px;
}

.pr_46 {
  padding-right: 46px;
}

.mt_46 {
  margin-top: 46px;
}

.mb_46 {
  margin-bottom: 46px;
}

.ml_46 {
  margin-left: 46px;
}

.mr_46 {
  margin-right: 46px;
}

.pt_47 {
  padding-top: 47px;
}

.pb_47 {
  padding-bottom: 47px;
}

.pl_47 {
  padding-left: 47px;
}

.pr_47 {
  padding-right: 47px;
}

.mt_47 {
  margin-top: 47px;
}

.mb_47 {
  margin-bottom: 47px;
}

.ml_47 {
  margin-left: 47px;
}

.mr_47 {
  margin-right: 47px;
}

.pt_48 {
  padding-top: 48px;
}

.pb_48 {
  padding-bottom: 48px;
}

.pl_48 {
  padding-left: 48px;
}

.pr_48 {
  padding-right: 48px;
}

.mt_48 {
  margin-top: 48px;
}

.mb_48 {
  margin-bottom: 48px;
}

.ml_48 {
  margin-left: 48px;
}

.mr_48 {
  margin-right: 48px;
}

.pt_49 {
  padding-top: 49px;
}

.pb_49 {
  padding-bottom: 49px;
}

.pl_49 {
  padding-left: 49px;
}

.pr_49 {
  padding-right: 49px;
}

.mt_49 {
  margin-top: 49px;
}

.mb_49 {
  margin-bottom: 49px;
}

.ml_49 {
  margin-left: 49px;
}

.mr_49 {
  margin-right: 49px;
}

.pt_50 {
  padding-top: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pl_50 {
  padding-left: 50px;
}

.pr_50 {
  padding-right: 50px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.ml_50 {
  margin-left: 50px;
}

.mr_50 {
  margin-right: 50px;
}

.pt_51 {
  padding-top: 51px;
}

.pb_51 {
  padding-bottom: 51px;
}

.pl_51 {
  padding-left: 51px;
}

.pr_51 {
  padding-right: 51px;
}

.mt_51 {
  margin-top: 51px;
}

.mb_51 {
  margin-bottom: 51px;
}

.ml_51 {
  margin-left: 51px;
}

.mr_51 {
  margin-right: 51px;
}

.pt_52 {
  padding-top: 52px;
}

.pb_52 {
  padding-bottom: 52px;
}

.pl_52 {
  padding-left: 52px;
}

.pr_52 {
  padding-right: 52px;
}

.mt_52 {
  margin-top: 52px;
}

.mb_52 {
  margin-bottom: 52px;
}

.ml_52 {
  margin-left: 52px;
}

.mr_52 {
  margin-right: 52px;
}

.pt_53 {
  padding-top: 53px;
}

.pb_53 {
  padding-bottom: 53px;
}

.pl_53 {
  padding-left: 53px;
}

.pr_53 {
  padding-right: 53px;
}

.mt_53 {
  margin-top: 53px;
}

.mb_53 {
  margin-bottom: 53px;
}

.ml_53 {
  margin-left: 53px;
}

.mr_53 {
  margin-right: 53px;
}

.pt_54 {
  padding-top: 54px;
}

.pb_54 {
  padding-bottom: 54px;
}

.pl_54 {
  padding-left: 54px;
}

.pr_54 {
  padding-right: 54px;
}

.mt_54 {
  margin-top: 54px;
}

.mb_54 {
  margin-bottom: 54px;
}

.ml_54 {
  margin-left: 54px;
}

.mr_54 {
  margin-right: 54px;
}

.pt_55 {
  padding-top: 55px;
}

.pb_55 {
  padding-bottom: 55px;
}

.pl_55 {
  padding-left: 55px;
}

.pr_55 {
  padding-right: 55px;
}

.mt_55 {
  margin-top: 55px;
}

.mb_55 {
  margin-bottom: 55px;
}

.ml_55 {
  margin-left: 55px;
}

.mr_55 {
  margin-right: 55px;
}

.pt_56 {
  padding-top: 56px;
}

.pb_56 {
  padding-bottom: 56px;
}

.pl_56 {
  padding-left: 56px;
}

.pr_56 {
  padding-right: 56px;
}

.mt_56 {
  margin-top: 56px;
}

.mb_56 {
  margin-bottom: 56px;
}

.ml_56 {
  margin-left: 56px;
}

.mr_56 {
  margin-right: 56px;
}

.pt_57 {
  padding-top: 57px;
}

.pb_57 {
  padding-bottom: 57px;
}

.pl_57 {
  padding-left: 57px;
}

.pr_57 {
  padding-right: 57px;
}

.mt_57 {
  margin-top: 57px;
}

.mb_57 {
  margin-bottom: 57px;
}

.ml_57 {
  margin-left: 57px;
}

.mr_57 {
  margin-right: 57px;
}

.pt_58 {
  padding-top: 58px;
}

.pb_58 {
  padding-bottom: 58px;
}

.pl_58 {
  padding-left: 58px;
}

.pr_58 {
  padding-right: 58px;
}

.mt_58 {
  margin-top: 58px;
}

.mb_58 {
  margin-bottom: 58px;
}

.ml_58 {
  margin-left: 58px;
}

.mr_58 {
  margin-right: 58px;
}

.pt_59 {
  padding-top: 59px;
}

.pb_59 {
  padding-bottom: 59px;
}

.pl_59 {
  padding-left: 59px;
}

.pr_59 {
  padding-right: 59px;
}

.mt_59 {
  margin-top: 59px;
}

.mb_59 {
  margin-bottom: 59px;
}

.ml_59 {
  margin-left: 59px;
}

.mr_59 {
  margin-right: 59px;
}

.pt_60 {
  padding-top: 60px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pl_60 {
  padding-left: 60px;
}

.pr_60 {
  padding-right: 60px;
}

.mt_60 {
  margin-top: 60px;
}

.mb_60 {
  margin-bottom: 60px;
}

.ml_60 {
  margin-left: 60px;
}

.mr_60 {
  margin-right: 60px;
}

.pt_61 {
  padding-top: 61px;
}

.pb_61 {
  padding-bottom: 61px;
}

.pl_61 {
  padding-left: 61px;
}

.pr_61 {
  padding-right: 61px;
}

.mt_61 {
  margin-top: 61px;
}

.mb_61 {
  margin-bottom: 61px;
}

.ml_61 {
  margin-left: 61px;
}

.mr_61 {
  margin-right: 61px;
}

.pt_62 {
  padding-top: 62px;
}

.pb_62 {
  padding-bottom: 62px;
}

.pl_62 {
  padding-left: 62px;
}

.pr_62 {
  padding-right: 62px;
}

.mt_62 {
  margin-top: 62px;
}

.mb_62 {
  margin-bottom: 62px;
}

.ml_62 {
  margin-left: 62px;
}

.mr_62 {
  margin-right: 62px;
}

.pt_63 {
  padding-top: 63px;
}

.pb_63 {
  padding-bottom: 63px;
}

.pl_63 {
  padding-left: 63px;
}

.pr_63 {
  padding-right: 63px;
}

.mt_63 {
  margin-top: 63px;
}

.mb_63 {
  margin-bottom: 63px;
}

.ml_63 {
  margin-left: 63px;
}

.mr_63 {
  margin-right: 63px;
}

.pt_64 {
  padding-top: 64px;
}

.pb_64 {
  padding-bottom: 64px;
}

.pl_64 {
  padding-left: 64px;
}

.pr_64 {
  padding-right: 64px;
}

.mt_64 {
  margin-top: 64px;
}

.mb_64 {
  margin-bottom: 64px;
}

.ml_64 {
  margin-left: 64px;
}

.mr_64 {
  margin-right: 64px;
}

.pt_65 {
  padding-top: 65px;
}

.pb_65 {
  padding-bottom: 65px;
}

.pl_65 {
  padding-left: 65px;
}

.pr_65 {
  padding-right: 65px;
}

.mt_65 {
  margin-top: 65px;
}

.mb_65 {
  margin-bottom: 65px;
}

.ml_65 {
  margin-left: 65px;
}

.mr_65 {
  margin-right: 65px;
}

.pt_66 {
  padding-top: 66px;
}

.pb_66 {
  padding-bottom: 66px;
}

.pl_66 {
  padding-left: 66px;
}

.pr_66 {
  padding-right: 66px;
}

.mt_66 {
  margin-top: 66px;
}

.mb_66 {
  margin-bottom: 66px;
}

.ml_66 {
  margin-left: 66px;
}

.mr_66 {
  margin-right: 66px;
}

.pt_67 {
  padding-top: 67px;
}

.pb_67 {
  padding-bottom: 67px;
}

.pl_67 {
  padding-left: 67px;
}

.pr_67 {
  padding-right: 67px;
}

.mt_67 {
  margin-top: 67px;
}

.mb_67 {
  margin-bottom: 67px;
}

.ml_67 {
  margin-left: 67px;
}

.mr_67 {
  margin-right: 67px;
}

.pt_68 {
  padding-top: 68px;
}

.pb_68 {
  padding-bottom: 68px;
}

.pl_68 {
  padding-left: 68px;
}

.pr_68 {
  padding-right: 68px;
}

.mt_68 {
  margin-top: 68px;
}

.mb_68 {
  margin-bottom: 68px;
}

.ml_68 {
  margin-left: 68px;
}

.mr_68 {
  margin-right: 68px;
}

.pt_69 {
  padding-top: 69px;
}

.pb_69 {
  padding-bottom: 69px;
}

.pl_69 {
  padding-left: 69px;
}

.pr_69 {
  padding-right: 69px;
}

.mt_69 {
  margin-top: 69px;
}

.mb_69 {
  margin-bottom: 69px;
}

.ml_69 {
  margin-left: 69px;
}

.mr_69 {
  margin-right: 69px;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pl_70 {
  padding-left: 70px;
}

.pr_70 {
  padding-right: 70px;
}

.mt_70 {
  margin-top: 70px;
}

.mb_70 {
  margin-bottom: 70px;
}

.ml_70 {
  margin-left: 70px;
}

.mr_70 {
  margin-right: 70px;
}

.pt_71 {
  padding-top: 71px;
}

.pb_71 {
  padding-bottom: 71px;
}

.pl_71 {
  padding-left: 71px;
}

.pr_71 {
  padding-right: 71px;
}

.mt_71 {
  margin-top: 71px;
}

.mb_71 {
  margin-bottom: 71px;
}

.ml_71 {
  margin-left: 71px;
}

.mr_71 {
  margin-right: 71px;
}

.pt_72 {
  padding-top: 72px;
}

.pb_72 {
  padding-bottom: 72px;
}

.pl_72 {
  padding-left: 72px;
}

.pr_72 {
  padding-right: 72px;
}

.mt_72 {
  margin-top: 72px;
}

.mb_72 {
  margin-bottom: 72px;
}

.ml_72 {
  margin-left: 72px;
}

.mr_72 {
  margin-right: 72px;
}

.pt_73 {
  padding-top: 73px;
}

.pb_73 {
  padding-bottom: 73px;
}

.pl_73 {
  padding-left: 73px;
}

.pr_73 {
  padding-right: 73px;
}

.mt_73 {
  margin-top: 73px;
}

.mb_73 {
  margin-bottom: 73px;
}

.ml_73 {
  margin-left: 73px;
}

.mr_73 {
  margin-right: 73px;
}

.pt_74 {
  padding-top: 74px;
}

.pb_74 {
  padding-bottom: 74px;
}

.pl_74 {
  padding-left: 74px;
}

.pr_74 {
  padding-right: 74px;
}

.mt_74 {
  margin-top: 74px;
}

.mb_74 {
  margin-bottom: 74px;
}

.ml_74 {
  margin-left: 74px;
}

.mr_74 {
  margin-right: 74px;
}

.pt_75 {
  padding-top: 75px;
}

.pb_75 {
  padding-bottom: 75px;
}

.pl_75 {
  padding-left: 75px;
}

.pr_75 {
  padding-right: 75px;
}

.mt_75 {
  margin-top: 75px;
}

.mb_75 {
  margin-bottom: 75px;
}

.ml_75 {
  margin-left: 75px;
}

.mr_75 {
  margin-right: 75px;
}

.pt_76 {
  padding-top: 76px;
}

.pb_76 {
  padding-bottom: 76px;
}

.pl_76 {
  padding-left: 76px;
}

.pr_76 {
  padding-right: 76px;
}

.mt_76 {
  margin-top: 76px;
}

.mb_76 {
  margin-bottom: 76px;
}

.ml_76 {
  margin-left: 76px;
}

.mr_76 {
  margin-right: 76px;
}

.pt_77 {
  padding-top: 77px;
}

.pb_77 {
  padding-bottom: 77px;
}

.pl_77 {
  padding-left: 77px;
}

.pr_77 {
  padding-right: 77px;
}

.mt_77 {
  margin-top: 77px;
}

.mb_77 {
  margin-bottom: 77px;
}

.ml_77 {
  margin-left: 77px;
}

.mr_77 {
  margin-right: 77px;
}

.pt_78 {
  padding-top: 78px;
}

.pb_78 {
  padding-bottom: 78px;
}

.pl_78 {
  padding-left: 78px;
}

.pr_78 {
  padding-right: 78px;
}

.mt_78 {
  margin-top: 78px;
}

.mb_78 {
  margin-bottom: 78px;
}

.ml_78 {
  margin-left: 78px;
}

.mr_78 {
  margin-right: 78px;
}

.pt_79 {
  padding-top: 79px;
}

.pb_79 {
  padding-bottom: 79px;
}

.pl_79 {
  padding-left: 79px;
}

.pr_79 {
  padding-right: 79px;
}

.mt_79 {
  margin-top: 79px;
}

.mb_79 {
  margin-bottom: 79px;
}

.ml_79 {
  margin-left: 79px;
}

.mr_79 {
  margin-right: 79px;
}

.pt_80 {
  padding-top: 80px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pl_80 {
  padding-left: 80px;
}

.pr_80 {
  padding-right: 80px;
}

.mt_80 {
  margin-top: 80px;
}

.mb_80 {
  margin-bottom: 80px;
}

.ml_80 {
  margin-left: 80px;
}

.mr_80 {
  margin-right: 80px;
}

.pt_81 {
  padding-top: 81px;
}

.pb_81 {
  padding-bottom: 81px;
}

.pl_81 {
  padding-left: 81px;
}

.pr_81 {
  padding-right: 81px;
}

.mt_81 {
  margin-top: 81px;
}

.mb_81 {
  margin-bottom: 81px;
}

.ml_81 {
  margin-left: 81px;
}

.mr_81 {
  margin-right: 81px;
}

.pt_82 {
  padding-top: 82px;
}

.pb_82 {
  padding-bottom: 82px;
}

.pl_82 {
  padding-left: 82px;
}

.pr_82 {
  padding-right: 82px;
}

.mt_82 {
  margin-top: 82px;
}

.mb_82 {
  margin-bottom: 82px;
}

.ml_82 {
  margin-left: 82px;
}

.mr_82 {
  margin-right: 82px;
}

.pt_83 {
  padding-top: 83px;
}

.pb_83 {
  padding-bottom: 83px;
}

.pl_83 {
  padding-left: 83px;
}

.pr_83 {
  padding-right: 83px;
}

.mt_83 {
  margin-top: 83px;
}

.mb_83 {
  margin-bottom: 83px;
}

.ml_83 {
  margin-left: 83px;
}

.mr_83 {
  margin-right: 83px;
}

.pt_84 {
  padding-top: 84px;
}

.pb_84 {
  padding-bottom: 84px;
}

.pl_84 {
  padding-left: 84px;
}

.pr_84 {
  padding-right: 84px;
}

.mt_84 {
  margin-top: 84px;
}

.mb_84 {
  margin-bottom: 84px;
}

.ml_84 {
  margin-left: 84px;
}

.mr_84 {
  margin-right: 84px;
}

.pt_85 {
  padding-top: 85px;
}

.pb_85 {
  padding-bottom: 85px;
}

.pl_85 {
  padding-left: 85px;
}

.pr_85 {
  padding-right: 85px;
}

.mt_85 {
  margin-top: 85px;
}

.mb_85 {
  margin-bottom: 85px;
}

.ml_85 {
  margin-left: 85px;
}

.mr_85 {
  margin-right: 85px;
}

.pt_86 {
  padding-top: 86px;
}

.pb_86 {
  padding-bottom: 86px;
}

.pl_86 {
  padding-left: 86px;
}

.pr_86 {
  padding-right: 86px;
}

.mt_86 {
  margin-top: 86px;
}

.mb_86 {
  margin-bottom: 86px;
}

.ml_86 {
  margin-left: 86px;
}

.mr_86 {
  margin-right: 86px;
}

.pt_87 {
  padding-top: 87px;
}

.pb_87 {
  padding-bottom: 87px;
}

.pl_87 {
  padding-left: 87px;
}

.pr_87 {
  padding-right: 87px;
}

.mt_87 {
  margin-top: 87px;
}

.mb_87 {
  margin-bottom: 87px;
}

.ml_87 {
  margin-left: 87px;
}

.mr_87 {
  margin-right: 87px;
}

.pt_88 {
  padding-top: 88px;
}

.pb_88 {
  padding-bottom: 88px;
}

.pl_88 {
  padding-left: 88px;
}

.pr_88 {
  padding-right: 88px;
}

.mt_88 {
  margin-top: 88px;
}

.mb_88 {
  margin-bottom: 88px;
}

.ml_88 {
  margin-left: 88px;
}

.mr_88 {
  margin-right: 88px;
}

.pt_89 {
  padding-top: 89px;
}

.pb_89 {
  padding-bottom: 89px;
}

.pl_89 {
  padding-left: 89px;
}

.pr_89 {
  padding-right: 89px;
}

.mt_89 {
  margin-top: 89px;
}

.mb_89 {
  margin-bottom: 89px;
}

.ml_89 {
  margin-left: 89px;
}

.mr_89 {
  margin-right: 89px;
}

.pt_90 {
  padding-top: 90px;
}

.pb_90 {
  padding-bottom: 90px;
}

.pl_90 {
  padding-left: 90px;
}

.pr_90 {
  padding-right: 90px;
}

.mt_90 {
  margin-top: 90px;
}

.mb_90 {
  margin-bottom: 90px;
}

.ml_90 {
  margin-left: 90px;
}

.mr_90 {
  margin-right: 90px;
}

.pt_91 {
  padding-top: 91px;
}

.pb_91 {
  padding-bottom: 91px;
}

.pl_91 {
  padding-left: 91px;
}

.pr_91 {
  padding-right: 91px;
}

.mt_91 {
  margin-top: 91px;
}

.mb_91 {
  margin-bottom: 91px;
}

.ml_91 {
  margin-left: 91px;
}

.mr_91 {
  margin-right: 91px;
}

.pt_92 {
  padding-top: 92px;
}

.pb_92 {
  padding-bottom: 92px;
}

.pl_92 {
  padding-left: 92px;
}

.pr_92 {
  padding-right: 92px;
}

.mt_92 {
  margin-top: 92px;
}

.mb_92 {
  margin-bottom: 92px;
}

.ml_92 {
  margin-left: 92px;
}

.mr_92 {
  margin-right: 92px;
}

.pt_93 {
  padding-top: 20px;
}

.pb_93 {
  padding-bottom: 90px;
}

.pl_93 {
  padding-left: 93px;
}

.pr_93 {
  padding-right: 93px;
}

.mt_93 {
  margin-top: 93px;
}

.mb_93 {
  margin-bottom: 93px;
}

.ml_93 {
  margin-left: 93px;
}

.mr_93 {
  margin-right: 93px;
}

.pt_94 {
  padding-top: 94px;
}

.pb_94 {
  padding-bottom: 94px;
}

.pl_94 {
  padding-left: 94px;
}

.pr_94 {
  padding-right: 94px;
}

.mt_94 {
  margin-top: 94px;
}

.mb_94 {
  margin-bottom: 94px;
}

.ml_94 {
  margin-left: 94px;
}

.mr_94 {
  margin-right: 94px;
}

.pt_95 {
  padding-top: 95px;
}

.pb_95 {
  padding-bottom: 95px;
}

.pl_95 {
  padding-left: 95px;
}

.pr_95 {
  padding-right: 95px;
}

.mt_95 {
  margin-top: 95px;
}

.mb_95 {
  margin-bottom: 95px;
}

.ml_95 {
  margin-left: 95px;
}

.mr_95 {
  margin-right: 95px;
}

.pt_96 {
  padding-top: 96px;
}

.pb_96 {
  padding-bottom: 96px;
}

.pl_96 {
  padding-left: 96px;
}

.pr_96 {
  padding-right: 96px;
}

.mt_96 {
  margin-top: 96px;
}

.mb_96 {
  margin-bottom: 96px;
}

.ml_96 {
  margin-left: 96px;
}

.mr_96 {
  margin-right: 96px;
}

.pt_97 {
  padding-top: 97px;
}

.pb_97 {
  padding-bottom: 97px;
}

.pl_97 {
  padding-left: 97px;
}

.pr_97 {
  padding-right: 97px;
}

.mt_97 {
  margin-top: 97px;
}

.mb_97 {
  margin-bottom: 97px;
}

.ml_97 {
  margin-left: 97px;
}

.mr_97 {
  margin-right: 97px;
}

.pt_98 {
  padding-top: 98px;
}

.pb_98 {
  padding-bottom: 98px;
}

.pl_98 {
  padding-left: 98px;
}

.pr_98 {
  padding-right: 98px;
}

.mt_98 {
  margin-top: 98px;
}

.mb_98 {
  margin-bottom: 98px;
}

.ml_98 {
  margin-left: 98px;
}

.mr_98 {
  margin-right: 98px;
}

.pt_99 {
  padding-top: 99px;
}

.pb_99 {
  padding-bottom: 99px;
}

.pl_99 {
  padding-left: 99px;
}

.pr_99 {
  padding-right: 99px;
}

.mt_99 {
  margin-top: 99px;
}

.mb_99 {
  margin-bottom: 99px;
}

.ml_99 {
  margin-left: 99px;
}

.mr_99 {
  margin-right: 99px;
}

.pt_100 {
  padding-top: 100px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pl_100 {
  padding-left: 100px;
}

.pr_100 {
  padding-right: 100px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_100 {
  margin-bottom: 100px;
}

.ml_100 {
  margin-left: 100px;
}

.mr_100 {
  margin-right: 100px;
}

.ml_1 {
  margin-left: 1px;
}

.mr_1 {
  margin-right: 1px;
}

.ml_0 {
  margin-left: 0px;
}

.mr_0 {
  margin-right: 0px;
}

.ml_-1 {
  margin-left: -1px;
}

.mr_-1 {
  margin-right: -1px;
}

.ml_-2 {
  margin-left: -2px;
}

.mr_-2 {
  margin-right: -2px;
}

.ml_-3 {
  margin-left: -3px;
}

.mr_-3 {
  margin-right: -3px;
}

.ml_-4 {
  margin-left: -4px;
}

.mr_-4 {
  margin-right: -4px;
}

.ml_-5 {
  margin-left: -5px;
}

.mr_-5 {
  margin-right: -5px;
}

.ml_-6 {
  margin-left: -6px;
}

.mr_-6 {
  margin-right: -6px;
}

.ml_-7 {
  margin-left: -7px;
}

.mr_-7 {
  margin-right: -7px;
}

.ml_-8 {
  margin-left: -8px;
}

.mr_-8 {
  margin-right: -8px;
}

.ml_-9 {
  margin-left: -9px;
}

.mr_-9 {
  margin-right: -9px;
}

.ml_-10 {
  margin-left: -10px;
}

.mr_-10 {
  margin-right: -10px;
}

.ml_-11 {
  margin-left: -11px;
}

.mr_-11 {
  margin-right: -11px;
}

.ml_-12 {
  margin-left: -12px;
}

.mr_-12 {
  margin-right: -12px;
}

.ml_-13 {
  margin-left: -13px;
}

.mr_-13 {
  margin-right: -13px;
}

.ml_-14 {
  margin-left: -14px;
}

.mr_-14 {
  margin-right: -14px;
}

.ml_-15 {
  margin-left: -15px;
}

.mr_-15 {
  margin-right: -15px;
}

.ml_-16 {
  margin-left: -16px;
}

.mr_-16 {
  margin-right: -16px;
}

.ml_-17 {
  margin-left: -17px;
}

.mr_-17 {
  margin-right: -17px;
}

.ml_-18 {
  margin-left: -18px;
}

.mr_-18 {
  margin-right: -18px;
}

.ml_-19 {
  margin-left: -19px;
}

.mr_-19 {
  margin-right: -19px;
}

.ml_-20 {
  margin-left: -20px;
}

.mr_-20 {
  margin-right: -20px;
}

.ml_-21 {
  margin-left: -21px;
}

.mr_-21 {
  margin-right: -21px;
}

.ml_-22 {
  margin-left: -22px;
}

.mr_-22 {
  margin-right: -22px;
}

.ml_-23 {
  margin-left: -23px;
}

.mr_-23 {
  margin-right: -23px;
}

.ml_-24 {
  margin-left: -24px;
}

.mr_-24 {
  margin-right: -24px;
}

.ml_-25 {
  margin-left: -25px;
}

.mr_-25 {
  margin-right: -25px;
}

.ml_-26 {
  margin-left: -26px;
}

.mr_-26 {
  margin-right: -26px;
}

.ml_-27 {
  margin-left: -27px;
}

.mr_-27 {
  margin-right: -27px;
}

.ml_-28 {
  margin-left: -28px;
}

.mr_-28 {
  margin-right: -28px;
}

.ml_-29 {
  margin-left: -29px;
}

.mr_-29 {
  margin-right: -29px;
}

.ml_-30 {
  margin-left: -30px;
}

.mr_-30 {
  margin-right: -30px;
}

.ml_-31 {
  margin-left: -31px;
}

.mr_-31 {
  margin-right: -31px;
}

.ml_-32 {
  margin-left: -32px;
}

.mr_-32 {
  margin-right: -32px;
}

.ml_-33 {
  margin-left: -33px;
}

.mr_-33 {
  margin-right: -33px;
}

.ml_-34 {
  margin-left: -34px;
}

.mr_-34 {
  margin-right: -34px;
}

.ml_-35 {
  margin-left: -35px;
}

.mr_-35 {
  margin-right: -35px;
}

.ml_-36 {
  margin-left: -36px;
}

.mr_-36 {
  margin-right: -36px;
}

.ml_-37 {
  margin-left: -37px;
}

.mr_-37 {
  margin-right: -37px;
}

.ml_-38 {
  margin-left: -38px;
}

.mr_-38 {
  margin-right: -38px;
}

.ml_-39 {
  margin-left: -39px;
}

.mr_-39 {
  margin-right: -39px;
}

.ml_-40 {
  margin-left: -40px;
}

.mr_-40 {
  margin-right: -40px;
}

.ml_-41 {
  margin-left: -41px;
}

.mr_-41 {
  margin-right: -41px;
}

.ml_-42 {
  margin-left: -42px;
}

.mr_-42 {
  margin-right: -42px;
}

.ml_-43 {
  margin-left: -43px;
}

.mr_-43 {
  margin-right: -43px;
}

.ml_-44 {
  margin-left: -44px;
}

.mr_-44 {
  margin-right: -44px;
}

.ml_-45 {
  margin-left: -45px;
}

.mr_-45 {
  margin-right: -45px;
}

.ml_-46 {
  margin-left: -46px;
}

.mr_-46 {
  margin-right: -46px;
}

.ml_-47 {
  margin-left: -47px;
}

.mr_-47 {
  margin-right: -47px;
}

.ml_-48 {
  margin-left: -48px;
}

.mr_-48 {
  margin-right: -48px;
}

.ml_-49 {
  margin-left: -49px;
}

.mr_-49 {
  margin-right: -49px;
}

.ml_-50 {
  margin-left: -50px;
}

.mr_-50 {
  margin-right: -50px;
}

.ml_-51 {
  margin-left: -51px;
}

.mr_-51 {
  margin-right: -51px;
}

.ml_-52 {
  margin-left: -52px;
}

.mr_-52 {
  margin-right: -52px;
}

.ml_-53 {
  margin-left: -53px;
}

.mr_-53 {
  margin-right: -53px;
}

.ml_-54 {
  margin-left: -54px;
}

.mr_-54 {
  margin-right: -54px;
}

.ml_-55 {
  margin-left: -55px;
}

.mr_-55 {
  margin-right: -55px;
}

.ml_-56 {
  margin-left: -56px;
}

.mr_-56 {
  margin-right: -56px;
}

.ml_-57 {
  margin-left: -57px;
}

.mr_-57 {
  margin-right: -57px;
}

.ml_-58 {
  margin-left: -58px;
}

.mr_-58 {
  margin-right: -58px;
}

.ml_-59 {
  margin-left: -59px;
}

.mr_-59 {
  margin-right: -59px;
}

.ml_-60 {
  margin-left: -60px;
}

.mr_-60 {
  margin-right: -60px;
}

.fs_1 {
  font-size: 1px;
}

.fs_2 {
  font-size: 2px;
}

.fs_3 {
  font-size: 3px;
}

.fs_4 {
  font-size: 4px;
}

.fs_5 {
  font-size: 5px;
}

.fs_6 {
  font-size: 6px;
}

.fs_7 {
  font-size: 7px;
}

.fs_8 {
  font-size: 8px;
}

.fs_9 {
  font-size: 9px;
}

.fs_10 {
  font-size: 10px;
}

.fs_11 {
  font-size: 11px;
}

.fs_12 {
  font-size: 12px;
}

.fs_13 {
  font-size: 13px;
}

.fs_14 {
  font-size: 14px;
}

.fs_15 {
  font-size: 15px;
}

.fs_16 {
  font-size: 16px;
}

.fs_17 {
  font-size: 17px;
}

.fs_18 {
  font-size: 18px;
}

.fs_19 {
  font-size: 19px;
}

.fs_20 {
  font-size: 20px;
}

.fs_21 {
  font-size: 21px;
}

.fs_22 {
  font-size: 22px;
}

.fs_23 {
  font-size: 23px;
}

.fs_24 {
  font-size: 24px;
}

.fs_25 {
  font-size: 25px;
}

.fs_26 {
  font-size: 26px;
}

.fs_27 {
  font-size: 27px;
}

.fs_28 {
  font-size: 28px;
}

.fs_29 {
  font-size: 29px;
}

.fs_30 {
  font-size: 30px;
}

.fs_31 {
  font-size: 31px;
}

.fs_32 {
  font-size: 32px;
}

.fs_33 {
  font-size: 33px;
}

.fs_34 {
  font-size: 34px;
}

.fs_35 {
  font-size: 35px;
}

.fs_36 {
  font-size: 36px;
}

.fs_37 {
  font-size: 37px;
}

.fs_38 {
  font-size: 38px;
}

.fs_39 {
  font-size: 39px;
}

.fs_40 {
  font-size: 40px;
}

.fs_41 {
  font-size: 41px;
}

.fs_42 {
  font-size: 42px;
}

.fs_43 {
  font-size: 43px;
}

.fs_44 {
  font-size: 44px;
}

.fs_45 {
  font-size: 45px;
}

.fs_46 {
  font-size: 46px;
}

.fs_47 {
  font-size: 47px;
}

.fs_48 {
  font-size: 48px;
}

.fs_49 {
  font-size: 49px;
}

.fs_50 {
  font-size: 50px;
}

.fs_51 {
  font-size: 51px;
}

.fs_52 {
  font-size: 52px;
}

.fs_53 {
  font-size: 53px;
}

.fs_54 {
  font-size: 54px;
}

.fs_55 {
  font-size: 55px;
}

.fs_56 {
  font-size: 56px;
}

.fs_57 {
  font-size: 57px;
}

.fs_58 {
  font-size: 58px;
}

.fs_59 {
  font-size: 59px;
}

.fs_60 {
  font-size: 60px;
}

.fs_61 {
  font-size: 61px;
}

.fs_62 {
  font-size: 62px;
}

.fs_63 {
  font-size: 63px;
}

.fs_64 {
  font-size: 64px;
}

.fs_65 {
  font-size: 65px;
}

.fs_66 {
  font-size: 66px;
}

.fs_67 {
  font-size: 67px;
}

.fs_68 {
  font-size: 68px;
}

.fs_69 {
  font-size: 69px;
}

.fs_70 {
  font-size: 70px;
}

.fs_71 {
  font-size: 71px;
}

.fs_72 {
  font-size: 72px;
}

.fs_73 {
  font-size: 73px;
}

.fs_74 {
  font-size: 74px;
}

.fs_75 {
  font-size: 75px;
}

.fs_76 {
  font-size: 76px;
}

.fs_77 {
  font-size: 77px;
}

.fs_78 {
  font-size: 78px;
}

.fs_79 {
  font-size: 79px;
}

.fs_80 {
  font-size: 80px;
}

.fs_81 {
  font-size: 81px;
}

.fs_82 {
  font-size: 82px;
}

.fs_83 {
  font-size: 83px;
}

.fs_84 {
  font-size: 84px;
}

.fs_85 {
  font-size: 85px;
}

.fs_86 {
  font-size: 86px;
}

.fs_87 {
  font-size: 87px;
}

.fs_88 {
  font-size: 88px;
}

.fs_89 {
  font-size: 89px;
}

.fs_90 {
  font-size: 90px;
}

.fs_91 {
  font-size: 91px;
}

.fs_92 {
  font-size: 92px;
}

.fs_93 {
  font-size: 93px;
}

.fs_94 {
  font-size: 94px;
}

.fs_95 {
  font-size: 95px;
}

.fs_96 {
  font-size: 96px;
}

.fs_97 {
  font-size: 97px;
}

.fs_98 {
  font-size: 98px;
}

.fs_99 {
  font-size: 99px;
}

.fs_100 {
  font-size: 100px;
}

.db {
  display: block;
}

.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.oh {
  overflow: hidden;
}

.oi {
  overflow: inherit;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.pf {
  position: fixed;
}

.pa-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
}

.site {
  overflow-x: hidden;
  position: relative;
}

.page-content-inner > .row {
  margin-left: 0;
  margin-right: 0;
}

.page-content-inner > .row > #main-content {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.bypostauthor {
  padding: 0;
}

.owl-theme .owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F86B73;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  width: 44px;
  height: 26px;
  padding: 0;
  border-radius: 0;
  background-color: white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.owl-theme .owl-nav [class*="owl-"] .icon-arrow {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.owl-theme .owl-nav [class*="owl-"] .icon-arrow.prev {
  background-image: url("assets/images/icons/prev.png");
}

.owl-theme .owl-nav [class*="owl-"] .icon-arrow.prev:hover {
  background-image: url("assets/images/icons/prev-white.png");
}

.owl-theme .owl-nav [class*="owl-"] .icon-arrow.next {
  background-image: url("assets/images/icons/next.png");
}

.owl-theme .owl-nav [class*="owl-"] .icon-arrow.next:hover {
  background-image: url("assets/images/icons/next-white.png");
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: #000000;
}

.owl-theme .owl-nav [class*="owl-"] i {
  line-height: 35px;
}

.owl-theme .owl-nav .owl-prev {
  left: -44px;
}

.owl-theme .owl-nav .owl-next {
  right: -44px;
}

.owl-theme:hover .owl-nav {
  margin-top: 0;
}

.owl-theme:hover .owl-nav [class*="owl-"] {
  opacity: 1;
}

.owl-theme:hover .owl-nav .owl-prev {
  left: -22px;
}

.owl-theme:hover .owl-nav .owl-next {
  right: -22px;
}

.ypop-wrapper a.close {
  width: 12px;
  height: 13px;
  background: url("assets/images/icons/close.png") no-repeat center center !important;
  top: 20px !important;
  right: 20px !important;
}

li.meta-author {
    display: none !important;
}

.entry-content.adiva-entry-content p {
    font-size: 20px;
}


.nf-form-content {
	margin: unset !important;
}
.vc_tta-panel-title {
  font-size: inherit;
}

#main-sidebar, #main-content {
 margin: 0px auto;
 position: inherit !important;
	float: none;
	 
}

.left-sidebar #main-content {
  left: 0%;
}

.left-sidebar #main-sidebar {
  right: calc(100% - 25%);
}

#botones{
    width: 50%;
    display: inline-flex;
}

input#nf-field-14 {
    background: #F86B73;
}
@media screen and (max-width: 900px){
#botones {
	display: inline;
}
	
	#botones p{
		    margin-bottom: 40px;
	}
}

#botones p {
    margin-right: 10px;
	font-weight: bold;
}

.columns-1 .item {
  width: 100%;
}

.columns-2 .item {
  width: 50%;
}

.columns-3 .item {
  width: 33.33%;
}

.columns-4 .item {
  width: 25%;
}

.columns-5 .item {
  width: 20%;
}

.columns-6 .item {
  width: 16.6667%;
}

.columns-7 .item {
  width: 14.285%;
}

.layout-spacing-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.layout-spacing-40 .item {
  padding-left: 20px;
  padding-right: 20px;
}

.layout-spacing-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.layout-spacing-30 .item {
  padding-left: 15px;
  padding-right: 15px;
}

.layout-spacing-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.layout-spacing-20 .item {
  padding-left: 10px;
  padding-right: 10px;
}

.layout-spacing-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.layout-spacing-10 .item {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 991px) {
  .left-sidebar #main-content {
    left: auto;
    margin-bottom: 70px;
  }
  .left-sidebar #main-sidebar {
    right: auto;
  }
}

/* ---------------------------------------------
   2. WORDPRESS DEFAULT CLASS
   ------------------------------------------- */
.alignleft {
  float: left;
  margin: 10px 25px 25px 0;
}

.alignright {
  float: right;
  margin: 10px 0 25px 25px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 15px auto 25px;
}

.wp-caption {
  margin-bottom: 5px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  color: #7e7e7e;
  padding: 0.5em 0;
  font-size: 13px;
}

.gallery {
  margin: 0 -1.1666667% 0;
}

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #7e7e7e;
  padding: 0.5em 0;
  font-size: 13px;
  display: block;
  line-height: 1.6;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* -------------------------------------------
   3. HEADER
   ------------------------------------------- */
.header-wrapper {
  position: relative;
  z-index: 66;
	
    -webkit-box-shadow: -1px 5px 21px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: -1px 5px 21px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 5px 21px 0px rgba(0, 0, 0, 0.18)
}

.dokan-store .header-wrapper {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.12);
}

.header-fullwidth .container {
  width: 94%;
}

.header-bg {
  background-color: rgba(255, 255, 255, 0.5);
}

.header-overlap > .container {
  position: relative;
}

.header-overlap .wrap-header {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
}

.header-logo img {
  display: inherit;
	width: 60px;
}

.header-action .header-block {
  line-height: 30px;
  display: inline-block;
  margin-left: 25px;
}

.header-action .header-block:first-child {
  margin-left: 0;
	display:none;
}

.header-action i {
  position: relative;
  top: 4px;
  font-size: 20px;
}

.wrap-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-left: -20px;
  margin-right: -20px;
}

.wrap-header .header-position {
  padding-left: 20px;
  padding-right: 20px;
}

.wrap-header .dropdown-menu {
  top: 110%;
  margin-top: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-box-shadow: 0 0px 15px rgba(14, 14, 14, 0.15);
  box-shadow: 0 0px 15px rgba(14, 14, 14, 0.15);
}

.wrap-header .dropdown-menu:after {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFFFFF;
  position: absolute;
  top: -8px;
}

.wrap-header .btn-group > a {
  display: inline-block;
  line-height: 60px;
}

.wrap-header .btn-group:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.menu-toggle {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.menu-toggle span {
  color: black;
  margin-left: 5px;
  font-weight: 500;
}

.menu-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 2px;
  background: #666666;
  vertical-align: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-toggle .icon-menu:before, .menu-toggle .icon-menu:after {
  content: '';
  width: 17px;
  height: 2px;
  background-color: #666666;
  display: inline-block;
  position: absolute;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  left: 0;
  right: 0;
}

.menu-toggle .icon-menu:before {
  top: -6px;
}

.menu-toggle .icon-menu:after {
  bottom: -6px;
}

.menu-toggle.actived .icon-menu {
  height: 0;
}

.menu-toggle.actived .icon-menu:before {
  top: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-toggle.actived .icon-menu:after {
  top: -1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header-search .dropdown-menu {
  width: 400px;
  right: -57px;
  left: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#header-search .dropdown-menu:after {
  right: 57px;
}

#header-search .search-form {
  -webkit-box-shadow: 0 0px 15px rgba(14, 14, 14, 0.15);
  box-shadow: 0 0px 15px rgba(14, 14, 14, 0.15);
}

#header-search .search-form .search-field {
  border: none;
  border-radius: 0;
  height: 60px;
  padding: 0 20px 0 50px;
  background-color: white;
}

#header-search .search-form .search-submit {
  width: 55px;
  height: 60px;
  left: 0;
  right: auto;
  padding: 0;
}

#header-search .search-form .search-submit i {
  line-height: 45px;
}

#search_result {
  border-radius: 0;
}

#search_result #result {
  padding: 25px;
}

#search_result h4 {
  display: none;
}

.result-wrapper .content-price {
  display: block;
  font-weight: 600;
  color: black;
  line-height: 1.45;
  font-size: 15px;
  margin-top: 5px;
}

.result-wrapper .content-price del {
  font-weight: 400;
  font-size: 14px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.result-wrapper .content-price ins {
  text-decoration: none;
  color: #F86B73;
}

#header-account .dropdown-menu {
  font-size: 13px;
  left: auto;
  right: -43px;
  display: block;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#header-account .dropdown-menu:after {
  right: 45px;
}

#header-account .dropdown-menu ul {
  padding: 15px 20px;
  margin: 0;
  list-style: none;
}

#header-account .dropdown-menu ul li a {
  display: block;
}

#header-account .dropdown-menu ul li:last-child {
  margin-bottom: 0;
}

#header-wishlist a span {
  position: absolute;
  font-size: 11px;
  color: white;
  background-color: #F86B73;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  right: -10px;
  top: 9px;
}

#header-cart.alert {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

#header-cart .cart-count {
  font-family: inherit;
  font-size: 11px;
  color: #ffffff !important;
  background-color: #F86B73;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  right: -10px;
  top: 9px;
}

#header-cart .widget_shopping_cart_content {
  position: absolute;
  padding: 30px;
  top: 110%;
  width: 350px;
  right: -43px;
  left: auto;
  z-index: 4000;
  -webkit-box-shadow: 0 0px 15px rgba(14, 14, 14, 0.15);
  box-shadow: 0 0px 15px rgba(14, 14, 14, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  background-color: white;
  text-align: left;
}

#header-cart .widget_shopping_cart_content:after {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFFFFF;
  position: absolute;
  top: -8px;
  right: 45px;
}

#header-cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  margin: 0;
}

#header-cart.cart-opened .cart-count {
  -webkit-animation: bounceIconUp 1s ease-in-out 2 forwards;
  -moz-animation: bounceIconUp 1s ease-in-out 2 forwards;
  -o-animation: bounceIconUp 1s ease-in-out 2 forwards;
  animation: bounceIconUp 1s ease-in-out 2 forwards;
}

#header-cart:hover .widget_shopping_cart_content {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

#sidebar-open-overlay {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: opacity 0.8s ease, visibility 0.9s ease,-moz-transform .4s eas;
  -o-transition: opacity 0.8s ease, visibility 0.9s ease,-o-transform .4s eas;
  -webkit-transition: opacity 0.8s ease, visibility 0.9s ease,-webkit-transform .4s eas;
  -webkit-transition: opacity 0.8s ease, visibility 0.9s ease,-webkit-transform .4s ease;
  transition: opacity 0.8s ease, visibility 0.9s ease,-webkit-transform .4s ease;
  -o-transition: opacity 0.8s ease, visibility 0.9s ease,transform .4s ease;
  transition: opacity 0.8s ease, visibility 0.9s ease,transform .4s ease;
  transition: opacity 0.8s ease, visibility 0.9s ease,transform .4s ease, -webkit-transform .4s ease;
}

.toggle-sidebar-widget {
  position: fixed;
  background: #FFFFFF;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  z-index: 9999;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 45px 30px;
}

.toggle-sidebar-widget .widget {
  margin-bottom: 35px;
  padding-bottom: 30px;
  border-bottom: none;
}

.toggle-sidebar-widget .widget .widgettitle {
  font-size: 20px;
  margin-bottom: 25px;
}

.admin-bar .toggle-sidebar-widget {
  top: 32px;
}

.has-toggle-sidebar #sidebar-open-overlay {
  opacity: 1;
  visibility: visible;
}

.has-toggle-sidebar .toggle-sidebar-widget {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header-wrapper.color-scheme-light {
  color: white;
}

.header-wrapper.color-scheme-light .primary-menu > li > a {
  color: white;
}

.header-wrapper.color-scheme-light .wrap-header .dropdown-toggle {
  color: white;
}

.header-wrapper.color-scheme-light .menu-toggle .icon-menu {
  background-color: white;
}

.header-wrapper.color-scheme-light .menu-toggle .icon-menu:before, .header-wrapper.color-scheme-light .menu-toggle .icon-menu:after {
  background-color: white;
}

.topbar {
	border-color: white !important;
  background-color: #F86B73;
  font-size: 13px;
  color: white;
  font-weight: 400;
  border-bottom: 1px solid;
  border-color: transparent;
}

.topbar.color-scheme-dark {
  color: #555555;
}

.topbar.color-scheme-dark .topbar-menu li a {
  color: #555555;
  border-color: #e7e7e7;
}

.topbar.color-scheme-dark .topbar-menu li a:hover, .topbar.color-scheme-dark .topbar-menu li a:focus {
  color: #F86B73;
}

.topbar.color-scheme-dark .topbar-left .header-block {
  border-color: #e7e7e7;
}

.topbar.color-scheme-dark .topbar-right .header-block {
  border-color: #e7e7e7;
}

.topbar.color-scheme-dark .dropdown-toggle {
  color: #555555;
}

.topbar.color-scheme-dark .dropdown-toggle:hover {
  color: #F86B73;
}

.topbar p {
  margin-bottom: 0;
  line-height: 42px;
}

.topbar .header-block {
  display: inline-block;
}

.topbar .dropdown-toggle {
  height: 42px;
  line-height: 42px;
  color: white;
  display: inline-block;
}

.topbar .dropdown-toggle i {
  margin-left: 5px;
  font-size: 11px;
}

.topbar .dropdown-menu {
  font-size: 13px;
  min-width: 130px;
  top: 110%;
  left: 50%;
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: 90;
  margin: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.topbar .dropdown-menu ul {
  text-align: center;
  padding: 15px 10px;
  margin: 0;
  list-style: none;
}

.topbar .dropdown-menu ul li a {
  display: block;
}

.topbar .dropdown-menu ul li:last-child {
  margin-bottom: 0;
}

.topbar .box-hover:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.topbar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar-menu li {
  display: inline-block;
  margin-bottom: 0;
}

.topbar-menu li:first-child a {
  padding-left: 0;
  border-left: none;
}

.topbar-menu li:last-child a {
  padding-right: 0;
}

.topbar-menu li a {
  display: inline-block;
  line-height: 42px;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.35);
}

.topbar-menu li a i {
  margin-right: 6px;
}

.wrap-topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.topbar-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.topbar-position .header-block {
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar-left .header-block {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.35);
}

.topbar-left .header-block:first-child {
  border-left: none;
  padding-left: 0;
}

.topbar-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.topbar-right .header-block {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.35);
}

.topbar-right .header-block:last-child {
  border-right: none;
  padding-right: 0;
}

.header-1 .main-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header-1 .primary-menu.menu-left > li.megamenu-shop .dropdown-menu {
  left: -70px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.dokan-store .header-wrapper.header-2 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-2 {
  margin-bottom: 20px;
}

.header-2 .main-navigation .header-block {
  border-bottom: 2px solid #E6E6E6;
}

.header-2 .search-form {
  display: block;
  width: 290px;
}

.header-2 .search-form .search-field {
  height: 35px;
  line-height: 35px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  padding: 0;
  color: #000000;
}

.header-2 .search-form .search-submit {
  height: 35px;
  line-height: 35px;
  padding: 0;
}

.header-2 .search-form .search-submit .sl {
  font-size: 20px;
}

.header-2 .primary-menu.menu-left > li:first-child {
  padding-left: 0;
}

.header-2 .primary-menu.menu-right > li:last-child {
  padding-right: 0;
}

.header-2.color-scheme-light .search-form .search-field {
  color: white;
}

.header-3.color-scheme-light .menu-toggle span {
  color: white;
}

.header-3 .header-left .header-block {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
}

.header-3 .header-left .header-block:after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #e5e5e5;
  position: absolute;
  top: calc(50% - 15px);
  right: 0;
}

.header-3 .header-left .header-block:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header-3 .header-left .header-block:last-child:after {
  content: none;
}

.header-3 .header-left #header-search .dropdown-toggle i {
  font-size: 20px;
  position: relative;
  top: -2px;
}

.header-3 .header-action .header-block {
  position: relative;
  padding-left: 20px;
  margin-left: 20px;
}

.header-3 .header-action .header-block:after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #e5e5e5;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
}

.header-3 .header-action .header-block:first-child {
  padding-left: 0;
  margin-left: 0;
}

.header-3 .header-action .header-block:first-child:after {
  content: none;
}

.header-3 #header-search .dropdown-menu {
  right: auto;
  left: -103px;
}

.header-3 #header-search .dropdown-menu:after {
  left: 102px;
  right: auto;
}

.has-menu-toggle-left #sidebar-open-overlay {
  opacity: 1;
  visibility: visible;
}

.dokan-store .header-wrapper.header-4 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-4 .wrap-header {
  padding-top: 40px;
  padding-bottom: 40px;
}

.header-4 .search-form .search-field {
  height: 50px;
  padding-left: 20px;
}

.header-4 .search-form .search-submit {
  height: 50px;
}

.header-4 .search-form .search-submit i {
  line-height: 50px;
}

.header-4 .main-navigation {
  background-color: #F86B73;
}

.header-4 .adiva-menu.primary-menu > li:first-child {
  padding-left: 0;
}

.header-4 .adiva-menu.primary-menu > li > a {
  color: white;
  line-height: 60px;
}

.header-4 .adiva-menu.primary-menu > li > a:hover {
  color: white;
}

.header-4 .adiva-menu.primary-menu > li.current-menu-ancestor:hover, .header-4 .adiva-menu.primary-menu > li.current-menu-item:hover {
  color: white !important;
}

.header-4 .primary-menu.menu-left > li.megamenu-shop .dropdown-menu {
  left: -70px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.header-4 .header-hotline {
  padding-top: 10px;
  line-height: 1.4;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: white;
}

.header-4 .header-hotline .sl {
  position: relative;
  top: -2px;
  font-size: 28px;
}

.header-4 .header-hotline p {
  font-weight: 400;
  text-align: left;
  padding-left: 10px;
  margin: 0;
}

.header-4 .header-hotline p span {
  font-size: 13px;
  display: block;
}


.header-5 {
  width: 340px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: white;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.header-5 .wrap-header {
  display: inherit;
  margin-left: 0;
  margin-right: 0;
}

.header-5 .wrap-header .header-position {
  padding-left: 0;
  padding-right: 0;
}

.header-5 .wrap-header.bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-5 .header-action i {
  font-size: 20px;
}

.header-5 .main-navigation {
  padding-top: 105px;
}

.header-5 .vertical-menu {
  text-align: left;
}

.header-5 .vertical-menu > li {
  border-color: #ececec;
}

.header-5 .vertical-menu > li > a {
  color: #000000;
}

.header-5 .bottom-menu-wrapper {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 150px;
}

.header-5 .bottom-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 12px;
}

.header-5 .bottom-menu li {
  margin-bottom: 5px;
}

.header-5 .bottom-menu li a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.85);
}

.header-5 .bottom-menu li a:hover {
  color: #F86B73;
}

.header-5 .social-list-icons li:first-child a {
  padding-left: 0;
}

.header-5 .social-list-icons li a:hover {
  color: #F86B73;
}

.header-5 #header-account .dropdown-menu {
  left: -30px;
  right: auto;
}

.header-5 #header-account .dropdown-menu:after {
  left: 30px;
  right: auto;
}

.header-5 #header-cart .widget_shopping_cart_content {
  left: -30px;
  right: auto;
}

.header-5 #header-cart .widget_shopping_cart_content:after {
  left: 32px;
  right: auto;
}

.header-5 #header-search .dropdown-menu {
  right: auto;
  left: -25px;
}

.header-5 #header-search .dropdown-menu:after {
  right: auto;
  left: 25px;
}

.header-5.color-scheme-light .vertical-menu > li > a {
  color: white;
}

.header-5.color-scheme-light .bottom-menu li a {
  color: white;
}

.header-5.color-scheme-light .bottom-menu li a:hover {
  color: #F86B73;
}

.header-6 .wrap-header {
  padding-top: 37px;
  padding-bottom: 37px;
}

.header-6 .header-bottom {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e7e7e7;
}

.header-6 .header-search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 600px;
  flex: 0 0 600px;
}

.header-6 .header-search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-6 .header-search .search-form .search-field {
  border-right: none;
  height: 50px;
  line-height: 50px;
}

.header-6 .header-search .search-form .search-field:focus {
  border-color: #e6e6e6;
}

.header-6 .header-search .search-form .search-submit {
  right: -49px;
  border: 1px solid #e6e6e6;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.header-6 .header-search .input-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
}

.header-6 .header-search .select-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header-6 .header-search .select-box select {
  height: 50px;
  line-height: 50px;
}

.header-6 .header-search .select-box select:focus {
  border-color: #e6e6e6;
}

.header-6 .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}

.header-6 .main-menu .header-position {
  padding-left: 20px;
  padding-right: 20px;
}

.header-6 .main-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header-6 .primary-menu > li > a {
  line-height: 55px;
}

.header-vertical-menu {
  width: 320px;
}

.header-vertical-menu .label-categories {
  display: block;
  background-color: #000000;
  color: white;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0;
  line-height: 55px;
}

.header-vertical-menu .label-categories:after {
  content: "\e874";
  font-family: 'Linearicons-Free';
  position: absolute;
  right: 20px;
  text-transform: none;
  font-size: 11px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-vertical-menu .menu-hamburg {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: white;
  margin-right: 8px;
}

.header-vertical-menu .menu-hamburg:before, .header-vertical-menu .menu-hamburg:after {
  content: '';
  width: 16px;
  height: 2px;
  background-color: white;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -5px;
}

.header-vertical-menu .menu-hamburg:after {
  top: -10px;
}

.vertical-category-menu-wrapper {
  margin-top: 20px;
  border: 1px solid;
  border-color: #e7e7e7;
  border-top: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 299;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.vertical-category-menu-wrapper .vertical-category-menu {
  margin-bottom: 0;
  padding: 0;
}

.vertical-category-menu-wrapper .vertical-category-menu > li > a {
  display: block;
  line-height: 54px;
  border-bottom: 1px solid;
  border-color: #F1F1F1;
  padding-left: 20px;
  padding-right: 20px;
}

.vertical-category-menu-wrapper .vertical-category-menu > li:last-child > a {
  border-bottom: none;
}

.header-vertical-menu-inner.opened-menu .vertical-category-menu-wrapper, .header-vertical-menu-inner:hover .vertical-category-menu-wrapper {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-vertical-menu-inner.opened-menu .label-categories:after, .header-vertical-menu-inner:hover .label-categories:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 390;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background-color: white;
  -webkit-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -o-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-sticky.show {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-sticky .wrap-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.admin-bar .header-sticky {
  top: 32px;
}

/* ---------------------------------------------
   4. MENU
   ------------------------------------------ */
.primary-menu-wrapper ul,
.vertical-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.adiva-menu .dropdown-menu {
  pointer-events: none;
  margin-top: -1px;
  padding: 35px 35px 5px;
  right: auto;
  border-radius: 0;
  border: none;
  top: 110%;
  left: 0;
  right: auto;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.adiva-menu .dropdown-menu:after {
  content: none;
}

.adiva-menu .dropdown-menu .sub-menu {
  padding: 0;
  min-width: auto;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: initial;
  display: block;
  opacity: 1;
  visibility: visible;
}

.adiva-menu .dropdown-menu .mega-nav {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.adiva-menu .dropdown-menu .mega-nav li {
  padding: 5px 0;
}

.adiva-menu .dropdown-menu .column-heading {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  color: #222222;
  padding-bottom: 5px;
  font-size: 16px;
  position: relative;
}

.adiva-menu .dropdown-menu .column-heading:after {
  content: '';
  width: 25px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #979797;
}

.adiva-menu .dropdown-menu .column-heading:hover {
  color: #F86B73;
}

.adiva-menu .dropdown-menu .column-heading i {
  display: none;
}

.adiva-menu .menu-icon {
  margin-right: 7px;
}

.adiva-menu li {
  list-style: none;
  position: relative;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.adiva-menu li a:hover,
.adiva-menu li.current-menu-ancestor > a,
.adiva-menu li.current-menu-item > a {
  color: #F86B73;
}

.adiva-menu li ul:not(.mega-nav) {
  position: absolute;
  top: 30px;
  background-color: white;
  min-width: 200px;
  padding: 20px 0;
  text-align: left;
  -webkit-box-shadow: 0 0 15px rgba(14, 14, 14, 0.2);
  box-shadow: 0 0 15px rgba(14, 14, 14, 0.2);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.adiva-menu li.wide ul {
  min-width: 275px;
}

.adiva-menu li.narrow ul {
  min-width: 175px;
}

.adiva-menu li:hover > ul:not(.mega-nav) {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.adiva-menu li:hover > .dropdown-menu {
  pointer-events: inherit;
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.adiva-menu li.new > a, .adiva-menu li.sale > a, .adiva-menu li.hot > a, .adiva-menu li.mustsee > a {
  position: relative;
}

.adiva-menu li.new > a:before, .adiva-menu li.sale > a:before, .adiva-menu li.hot > a:before, .adiva-menu li.mustsee > a:before {
  content: '';
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  right: 0px;
  top: -4px;
}

.adiva-menu li.new > a:after, .adiva-menu li.sale > a:after, .adiva-menu li.hot > a:after, .adiva-menu li.mustsee > a:after {
  text-transform: capitalize;
  position: absolute;
  color: white;
  font-size: 10px;
  padding: 0px 6px 0;
  right: -20px;
  top: -18px;
  display: inline-block;
  line-height: 14px;
}

.adiva-menu li.new > a:before {
  border-top: 5px solid #3bc51a;
}

.adiva-menu li.new > a:after {
  content: 'New';
  background-color: #3bc51a;
}

.adiva-menu li.sale > a:before {
  border-top: 5px solid #ffa800;
}

.adiva-menu li.sale > a:after {
  content: 'Sale';
  background: #ffa800;
}

.adiva-menu li.hot > a:before {
  border-top: 5px solid #e74c3c;
}

.adiva-menu li.hot > a:after {
  content: 'Hot';
  background: #e74c3c;
}

.adiva-menu li.mustsee > a:before {
  border-top: 5px solid #e74c3c;
}

.adiva-menu li.mustsee > a:after {
  content: 'Must See';
  background: #e74c3c;
}

.adiva-menu ul li {
  padding: 6px 35px;
}

.adiva-menu ul li.menu-item-has-children {
  padding: 6px 55px 6px 35px;
}

.adiva-menu ul li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 35px;
  font-size: 13px;
  opacity: 0.6;
  top: 5px;
}

.adiva-menu ul li a {
  line-height: 23px;
}

.adiva-menu ul ul {
  left: 100%;
  top: 0;
}

.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.primary-menu.menu-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.primary-menu.menu-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.primary-menu.menu-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.primary-menu > li {
  padding: 0 25px;
}

.primary-menu > li > a {
  text-transform: uppercase;
  line-height: 65px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #222222;
  -webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.primary-menu > li > a:hover {
  padding: 0;
}

.primary-menu > li.new > a, .primary-menu > li.sale > a, .primary-menu > li.hot > a, .primary-menu > li.mustsee > a {
  position: relative;
}

.primary-menu > li.new > a:before, .primary-menu > li.sale > a:before, .primary-menu > li.hot > a:before, .primary-menu > li.mustsee > a:before {
  top: -7px;
}

.primary-menu > li.new > a:after, .primary-menu > li.sale > a:after, .primary-menu > li.hot > a:after, .primary-menu > li.mustsee > a:after {
  top: -21px;
}

.primary-menu > li > ul:not(.mega-nav) {
  top: 110%;
  left: -10px;
}

.primary-menu > li:hover > ul:not(.mega-nav) {
  top: 100%;
}

.primary-menu > li.menu-align-center .dropdown-menu {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.primary-menu > li.menu-align-right .dropdown-menu {
  left: auto;
  right: 0;
}

.primary-menu > li.menu-align-justify {
  position: inherit;
}

.primary-menu > li.mega-full {
  position: inherit;
}

.vertical-menu .dropdown-menu {
  top: 20%;
  left: 100%;
}

.vertical-menu > li {
  display: block;
  border-bottom: 1px solid #0F0F0F;
}

.vertical-menu > li:last-child {
  border-bottom: none;
}

.vertical-menu > li > a {
  line-height: 50px;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.vertical-menu > li > a:hover {
  padding-left: 0;
}

.vertical-menu > li.new > a::before,
.vertical-menu > li.sale > a::before,
.vertical-menu > li.hot > a::before,
.vertical-menu > li.mustsee > a::before,
.vertical-menu > li.new > a::after,
.vertical-menu > li.sale > a::after,
.vertical-menu > li.hot > a::after,
.vertical-menu > li.mustsee > a::after {
  content: none;
  display: none;
}

.vertical-menu > li > ul:not(.mega-nav) {
  top: 10px;
  left: 100%;
}

.vertical-menu > li.mega-full .dropdown-menu {
  width: 1170px !important;
}

.vertical-menu li:hover > ul:not(.mega-nav) {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.vertical-menu li:hover > .dropdown-menu {
  pointer-events: inherit;
  visibility: visible;
  opacity: 1;
  top: 0;
}

.mask-overlay {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 400;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.adiva-mobile-menu {
  background: white;
  opacity: 0.98;
  position: fixed;
  z-index: 9999;
  width: 300px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.adiva-mobile-menu .menu-title {
  line-height: 50px;
  padding: 0 20px;
  background-color: #F86B73;
  color: white;
  font-weight: 600;
}

.adiva-mobile-menu .close-menu {
  line-height: 50px;
  font-size: 17px;
}

.admin-bar .adiva-mobile-menu {
  top: 32px;
}

.menu-mobile-open-menu .adiva-mobile-menu {
  overflow-y: scroll;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu-mobile-open-menu #sidebar-open-overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.search-block-wrapper .search-field {
  height: 50px;
  line-height: 50px;
  border: none;
}

.search-block-wrapper .search-submit i {
  line-height: 50px;
}

.bottom-mobile-wrapper .btn-group {
  display: block;
}

.bottom-mobile-wrapper .dropdown-toggle {
  line-height: 50px;
  padding: 0 20px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(129, 129, 129, 0.11);
}

.bottom-mobile-wrapper .dropdown-toggle i {
  margin-right: 5px;
}

.bottom-mobile-wrapper .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  padding: 15px 20px;
  left: -20px;
  top: 120%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.bottom-mobile-wrapper .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bottom-mobile-wrapper .open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.mobile-menu li {
  position: relative;
  margin: 0;
}

.mobile-menu li.open > .holder:before {
  content: "\e604";
}

.mobile-menu > li > a {
  line-height: 50px;
  padding: 0 20px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(129, 129, 129, 0.11);
}

.mobile-menu ul {
  display: none;
  font-size: 14px;
}

.mobile-menu ul li a {
  padding: 0 20px;
  line-height: 50px;
  display: block;
  border-bottom: 1px solid rgba(129, 129, 129, 0.11);
}

.mobile-menu ul ul li a {
  padding: 0 30px;
}

.mobile-menu .holder {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: black;
  border-left: 1px solid rgba(129, 129, 129, 0.11);
}

.mobile-menu .holder:before {
  content: "\e606";
  font-family: 'simple-line-icons';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 50px;
  font-size: 12px;
}

.has-menu-toggle-left #menu-toggle-left {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#menu-toggle-left {
  background-color: black;
  width: 340px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 50px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-transform: translateX(-340px);
  -moz-transform: translateX(-340px);
  -o-transform: translateX(-340px);
  -ms-transform: translateX(-340px);
  transform: translateX(-340px);
}

#menu-toggle-left .vertical-menu-wrapper {
  margin-top: 170px;
}

#menu-toggle-left .header-extra .header-block {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

#menu-toggle-left .header-extra .header-block:after {
  content: '';
  width: 1px;
  height: 17px;
  background-color: #202020;
  position: absolute;
  right: 0;
  top: 8px;
}

#menu-toggle-left .header-extra .header-block:last-child {
  margin-right: 0;
  padding-right: 0;
}

#menu-toggle-left .header-extra .header-block:last-child:after {
  content: none;
}

#menu-toggle-left .header-extra .dropdown-toggle {
  font-size: 14px;
  line-height: 35px;
  color: #828282;
  display: block;
}

#menu-toggle-left .header-extra .dropdown-toggle i {
  margin-left: 10px;
  font-size: 11px;
}

#menu-toggle-left .header-extra .dropdown-menu {
  text-align: center;
  margin-top: 1px;
  background-color: #F0F0F0;
  width: 100%;
  padding: 0 10px;
  left: 50%;
  z-index: 9;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

#menu-toggle-left .header-extra ul {
  list-style: none;
  padding: 3px 0 5px;
  margin: 0;
}

#menu-toggle-left .header-extra ul li {
  margin-bottom: 0;
}

#menu-toggle-left .header-extra ul li a {
  font-size: 13px;
  line-height: 35px;
  display: inline-block;
}

#menu-toggle-left .header-extra .box-hover:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* ---------------------------------------------
   5. FOOTER
   ------------------------------------------ */
#footer-wrapper {
  background-color: #f3f3f3;
  color: #4B4B4B;
}

#footer-wrapper a {
  color: #4B4B4B;
}

#footer-wrapper a:hover {
  color: #F86B73;
}

#footer-wrapper p a {
  color: #F86B73;
}

#footer-wrapper .widget {
  margin-bottom: 45px;
}

#footer-wrapper .widget .widgettitle {
  color: #000000;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 25px;
}

#footer-wrapper .widget .widgettitle:after {
  content: none;
}

#footer-wrapper .widget:last-child {
  margin-bottom: 0;
}

#footer-wrapper .widget_recent_post_with_image .widgettitle {
  margin-bottom: 30px;
}

#footer-wrapper .footer-bottom.container {
  font-size: 13px;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid;
  border-color: #EFEFEF;
}

#footer-wrapper .footer-bottom .copyright {
  line-height: 29px;
}

#footer-wrapper .footer-bottom .copyright a {
  color: #F86B73;
}

#footer-wrapper .footer-bottom .footer-menu {
  margin-bottom: 0;
}

#footer-wrapper .footer-bottom .footer-menu li {
  display: inline-block;
  margin: 0;
  list-style: none;
  margin-left: 20px;
}

#footer-wrapper .footer-bottom .footer-menu li:first-child {
  margin-left: 0;
}

#footer-wrapper .footer-bottom .footer-menu li a {
  display: inline-block;
  line-height: 29px;
}

#footer-wrapper .newsletter-form input[type="email"] {
  background: transparent;
  border-color: #dadada;
}

#footer-wrapper.color-scheme-light {
  color: rgba(255, 255, 255, 0.6);
}

#footer-wrapper.color-scheme-light .newsletter-form input[type="email"] {
  border-color: rgba(255, 255, 255, 0.25);
}

#footer-wrapper.color-scheme-light .newsletter-form button {
  background-image: url("assets/images/icons/icon-right-white.png");
}

#footer-wrapper.color-scheme-light a, #footer-wrapper.color-scheme-light time {
  color: rgba(255, 255, 255, 0.6);
}

#footer-wrapper.color-scheme-light a:hover, #footer-wrapper.color-scheme-light time:hover {
  color: #F86B73;
}

#footer-wrapper.color-scheme-light .widget .widgettitle {
  color: white;
}

#footer-wrapper.color-scheme-light .footer-bottom.container {
  border-color: rgba(255, 255, 255, 0.1);
}

#backtop {
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  color: #000000;
  text-align: center;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 99;
  display: none;
  padding: 0;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

#backtop i {
  font-size: 18px;
  line-height: 45px;
}

/* ---------------------------------------------
   6. HOME
   ------------------------------------------ */

div#nf-field-15-container {
    margin-left: 0px;
}

.border-inner {
  position: relative;
}

.border-inner:after {
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 2px solid #FFFFFF;
}

.newsletter-form {
  position: relative;
}

.newsletter-form input[type='email'] {
  background-color: white;
  height: 55px;
  line-height: 55px;
  border: 1px solid #ebebeb;
  padding-left: 20px;
  padding-right: 20px;
}

.newsletter-form input[type='email']:focus {
  border-color: #F86B73;
}

.newsletter-form button {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: transparent;
  background-image: url("assets/images/icons/icon-right.png");
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: none;
  padding: 0;
}

#newsletter-bottom .newsletter-form {
  position: relative;
}

#newsletter-bottom .newsletter-form input[type='email'] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  border-color: #c1c1c1;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

#newsletter-bottom .newsletter-form input[type='email']:focus {
  border-color: #F86B73;
}

#newsletter-bottom .newsletter-form button {
  height: 40px;
  line-height: 40px;
}

.has-left-fixed-menu .page-content,
.has-left-fixed-menu .page-heading,
.has-left-fixed-menu #footer-wrapper {
  padding-left: 340px;
}

.has-left-fixed-menu .container {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.has-left-fixed-menu .vc_row-no-padding {
  max-width: 100%;
  left: auto !important;
  margin-left: 0;
  margin-right: 0;
}

.has-left-fixed-menu #prev-product, .has-left-fixed-menu #next-product {
  display: none;
}

.has-left-fixed-menu .bg-container {
  background-color: #F0EEEE;
  margin-left: 0;
  margin-right: 0;
}

.custom-banner {
  display: inline-block;
  background-color: #eadada;
  padding: 50px 30px;
  text-align: center;
}

.custom-banner h3 {
  background: white;
  width: 143px;
  height: 143px;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 700;
  padding: 33px 0;
  margin: 0 auto;
}

.custom-banner h3 span {
  font-size: 48px;
  font-weight: 700;
  color: #F86B73;
  display: block;
}

.custom-banner p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 20px auto 30px;
}

.custom-banner .btn-transparent-color {
  border: 2px solid;
  border-color: #F86B73;
  color: #F86B73;
  background-color: transparent;
}

@media screen and (max-width: 1199px) {
  .has-left-fixed-menu .grid-columns-4 .product-item,
  .has-left-fixed-menu .grid-columns-5 .product-item,
  .has-left-fixed-menu .grid-columns-6 .product-item {
    width: 33.33%;
  }
  .has-left-fixed-menu .header-5 {
    width: 300px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .has-left-fixed-menu .page-content,
  .has-left-fixed-menu .page-heading,
  .has-left-fixed-menu #footer-wrapper {
    padding-left: 300px;
  }
}

@media screen and (max-width: 991px) {
  .has-left-fixed-menu .header-5 {
    position: initial;
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .has-left-fixed-menu .header-5 .main-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .has-left-fixed-menu .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .has-left-fixed-menu .page-content,
  .has-left-fixed-menu .page-heading,
  .has-left-fixed-menu #footer-wrapper {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .has-left-fixed-menu .grid-columns-4 .product-item,
  .has-left-fixed-menu .grid-columns-5 .product-item,
  .has-left-fixed-menu .grid-columns-6 .product-item {
    width: 50%;
  }
}

/* ---------------------------------------------
   7. PAGE
   ------------------------------------------ */
body.offline {
  background-image: url("assets/images/maintenance.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.maintenance-content {
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 30px;
}

.maintenance-content h1 {
  color: white;
  font-size: 40px;
}

.maintenance-content .adiva-countdown {
  margin-top: 15px;
  display: block;
  font-size: 0;
  line-height: 1;
}

.maintenance-content .adiva-countdown > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 65px;
  min-height: 65px;
  font-size: 21px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.3);
  font-weight: 600;
}

.maintenance-content .adiva-countdown > span:last-child {
  margin-right: 0;
}

.maintenance-content .adiva-countdown > span span {
  padding-top: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  display: block;
  margin-top: 5px;
}

.error-404 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.error-404 h1 {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14vw;
  line-height: 1.2;
  margin-bottom: 0;
}

.error-404 .sub-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.error-404 .search-form {
  max-width: 767px;
  margin: 0 auto;
}

.error-404 .search-form .search-field {
  height: 55px;
  line-height: 55px;
}

.error-404 .search-form .search-submit {
  height: 55px;
  line-height: 54px;
}

.contact-form-default label {
  font-weight: 400;
}

.contact-form-default .form-group {
  margin-bottom: 20px;
}

.contact-form-default .wpcf7-form-control {
  width: 100%;
  height: 45px;
}

.contact-form-default .wpcf7-textarea {
  min-height: 200px;
}

.contact-form-default .wpcf7-submit {
  background-color: #F86B73;
  width: auto;
  color: white;
}

.contact-form-default .wpcf7-submit:hover {
  color: white;
}

.not-found .entry-header {
  text-align: center;
}

.not-found .entry-header:before {
  content: "\e090";
  font-family: 'simple-line-icons';
  display: inline-block;
  font-size: 100px;
  color: #F86B73;
  line-height: 1;
  margin-bottom: 25px;
}

.not-found .entry-header .entry-title {
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 15px;
}

.not-found .entry-content {
  text-align: center;
}

.not-found .entry-content > p {
  font-size: 16px;
  margin-bottom: 30px;
}

.not-found .search-form {
  max-width: 350px;
  margin: 0 auto;
}

.page-heading {
  background-color: #ffffff !important;
  background-position: center center;
  background-size: cover;
}

.page-heading.title-size-default {
  padding-top: 10px;
    padding-bottom: 10px;
}

.page-heading.title-size-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-heading.title-size-small h1 {
  font-size: 27px;
}

.page-heading.title-size-medium {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-heading.title-size-large {
  padding-top: 110px;
  padding-bottom: 110px;
}

.page-heading.title-size-large h1 {
  font-size: 50px;
}

.page-heading.title-align-left {
  text-align: left;
}

.page-heading.title-align-centered {
  text-align: center;
}

.page-heading.title-align-right {
  text-align: right;
}

.page-heading h1 {
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
  font-size: 36px;
}

.page-heading p {
  margin-bottom: 0;
}

.page-heading.color-scheme-dark {
  color: #333;
}

.page-heading.color-scheme-dark a {
  color: #333;
}

.page-heading.color-scheme-dark h1 {
  color: #333;
}

.page-heading.color-scheme-light {
  color: white;
}

.page-heading.color-scheme-light a {
  color: white;
}

.page-heading.color-scheme-light h1 {
  color: white;
}

.breadcrumb,
.woocommerce-breadcrumb {
  font-size: 14px;
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

.adiva-checkout-steps ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.adiva-checkout-steps ul li {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.2;
}

.adiva-checkout-steps ul li a, .adiva-checkout-steps ul li span {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.adiva-checkout-steps ul li a {
  display: inline-block;
  color: inherit;
  opacity: 0.7;
}

.adiva-checkout-steps ul li a:hover, .adiva-checkout-steps ul li a:focus {
  color: inherit;
  opacity: 1;
}

.adiva-checkout-steps ul li > span {
  opacity: 0.7;
}

.adiva-checkout-steps ul li:after {
  content: '\f178';
  font-family: 'FontAweSome';
  opacity: 0.7;
  font-weight: bold;
  font-size: 85%;
  margin: 0 15px;
  position: relative;
  top: -2px;
}

.adiva-checkout-steps ul li:last-child:after {
  content: none;
}

.adiva-checkout-steps ul .step-active a,
.adiva-checkout-steps ul .step-active > span {
  opacity: 1;
}

/* ---------------------------------------------
   8. POST
   ------------------------------------------ */
/** ------------------------------------------------------------------------------------------------
* BLOG
* ------------------------------------------------------------------------------------------------ */
.blog-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.blog-container.fullwidth {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.blog-type-default .blog-post-loop {
  width: 100%;
  margin-bottom: 65px;
}

.blog-type-default .blog-post-loop .article-body-container {
  padding-top: 28px;
}

.blog-post-loop {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 55px;
}

.blog-post-loop .article-body-container {
  padding: 17px 0 0;
  background-color: white;
  z-index: 1;
  position: relative;
}

.blog-post-loop .entry-title {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 9px;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-post-loop.blog-design-default .entry-title {
  font-size: 28px;
}

.blog-post-loop:hover .post-img-wrap a:after {
  opacity: 1;
}

.blog-post-loop:hover .post-img-wrap img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-post-loop.sticky .article-inner {
  background-color: #f9f9f9;
}

.blog-post-loop.sticky .article-body-container {
  padding: 20px;
  background-color: #f9f9f9;
}

/** ------------------------------------------
* META POST CATEGORIES
* ------------------------------------------ */
.meta-post-categories .meta-post-categories-inner {
  background-color: #F86B73;
  display: inline-block;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}

.meta-post-categories a {
  color: white;
}

.meta-post-categories a:hover {
  color: white;
}

/** ------------------------------------------
* BLOG STYLE SHADOW
* ------------------------------------------ */
.blog-style-shadow .article-body-container {
  padding: 20px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.blog-style-shadow:hover .article-body-container {
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

/** ------------------------------------------
* POST IMAGE WRAP
* ------------------------------------------ */
.post-img-wrap {
  overflow: hidden;
}

.post-img-wrap a {
  display: block;
  position: relative;
}

.post-img-wrap a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.post-img-wrap img {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

/** ------------------------------------------
* READ MORE BUTTON
* ------------------------------------------ */
.read-more-section {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 20px;
}

.read-more-section a {
  font-size: 12px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
}

/** ------------------------------------------
* POST META LIST
* ------------------------------------------ */
.adiva-entry-meta {
  margin-bottom: 10px;
}

.adiva-entry-meta .meta-featured-post:before {
  font-size: 14px;
}

.adiva-entry-meta .meta-author .avatar {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 4px;
}

.adiva-entry-meta .meta-author a {
  text-transform: capitalize;
}

.adiva-entry-meta .meta-categories:before {
  content: "\e089";
  font-family: 'simple-line-icons';
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.adiva-entry-meta .meta-comment a:before {
  content: "\e04a";
  font-family: 'simple-line-icons';
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.adiva-entry-meta .meta-date:before {
  content: "\e081";
  font-family: 'simple-line-icons';
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.entry-meta-list {
  padding: 0;
  margin: 0;
}

.entry-meta-list li {
  color: #777777;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 0;
}

.entry-meta-list li a {
  color: #777777;
}

.entry-meta-list li:last-child {
  margin-right: 0px;
}

/** ------------------------------------------
* POST DATE
* ------------------------------------------ */
.entry-header .post-date {
  position: absolute;
  left: 15px;
  top: 15px;
  display: inline-block;
  background-color: white;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  z-index: 2;
  min-width: 53px;
  line-height: 1;
  text-align: center;
}

.entry-header .post-date > span {
  display: block;
}

.entry-header .post-date .post-date-day {
  padding-top: 6px;
  padding-bottom: 4px;
  font-size: 24px;
}

.entry-header .post-date .post-date-month {
  padding-bottom: 8px;
  padding-top: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

.blog-design-slider {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.blog-design-slider:not(:first-child) {
  margin-top: 40px;
}

.blog-design-slider .entry-header {
  margin-bottom: 20px;
}

.blog-design-slider .article-body-container {
  text-align: left;
  padding: 0;
}

.blog-design-slider .entry-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-design-slider .blog-meta {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 13px;
  color: #5C5C5C;
}

.blog-design-slider .blog-meta a {
  color: #5C5C5C;
}

.blog-design-slider .blog-meta a:hover {
  color: #F86B73;
}

.blog-design-slider .blog-meta i {
  color: #F86B73;
  margin-right: 5px;
}

.blog-design-slider .blog-meta li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
}

.blog-design-slider .blog-meta li:last-child {
  margin-right: 0;
}

.adiva-loop-blog.masonry-container {
  margin-left: -20px;
  margin-right: -20px;
}

.blog-design-masonry.blog-style-flat .article-body-container {
  background-color: transparent;
}

.blog-design-masonry.has-post-thumbnail.blog-style-shadow .article-body-container {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
}

.blog-design-default.has-post-thumbnail.blog-style-shadow .article-body-container {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
}

.blog-design-default.no-post-thumbnail .article-body-container {
  padding-top: 0;
}

.blog-design-default.no-post-thumbnail.sticky .article-body-container {
  padding: 25px 30px 25px;
  -webkit-box-shadow: 0px 3px 8px #999;
  box-shadow: 0px 3px 8px #999;
}

.blog-design-small-images.has-post-thumbnail .article-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog-design-small-images.has-post-thumbnail .entry-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  max-width: 40%;
}

.blog-design-small-images.has-post-thumbnail .article-body-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  max-width: 60%;
  padding: 0 0 20px 20px;
}

.blog-design-small-images.has-post-thumbnail.blog-style-flat .article-body-container {
  background-color: transparent;
}

.blog-design-small-images.has-post-thumbnail.blog-style-shadow .article-body-container {
  padding: 20px;
}

.blog-design-chess:nth-child(even).has-post-thumbnail .article-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.blog-design-chess:nth-child(even).blog-style-flat.has-post-thumbnail .article-body-container {
  padding: 0 20px 20px 0;
}

.post-single-page {
  margin-bottom: 30px;
}

.post-single-page.has-post-thumbnail .entry-header {
  margin-bottom: 30px;
}

.post-single-page .entry-title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 9px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-single-page .adiva-entry-meta {
  margin-bottom: 20px;
}

blockquote {
  font-size: 20px;
  margin: 20px 0;
  display: block;
  border-left: none;
  color: black;
}

blockquote p {
  line-height: 1.65;
  font-weight: 400;
  word-wrap: break-word;
}

blockquote p:before {
  content: "\f10d";
  font-family: 'FontAweSome';
  margin-right: 10px;
}

.entry-author .author-info {
  margin-bottom: 25px;
  margin-top: 80px;
}

.author-info {
  position: relative;
  text-align: center;
  background-color: #f9f9f9;
  padding: 50px 25px 25px 25px;
}

.author-info .avatar {
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #ffffff;
  max-width: 74px;
}

.author-info .author-avatar {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -37px;
  margin-top: -37px;
}

.author-info .author-description {
  min-height: 74px;
}

.author-info .author-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.author-info .author-bio {
  margin-bottom: 0px;
}

.author-info .author-link {
  font-weight: 600;
  display: block;
  margin-top: 10px;
}

.author-info .author-link span {
  display: none;
}

.adiva-single-bottom {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(199, 199, 199, 0.25);
}

.adiva-single-bottom .tags-list {
  font-size: 0;
}

.adiva-single-bottom .tags-list a {
  border: 1px solid #f1f1f1;
  line-height: 28px;
  font-size: 14px;
  padding-right: 15px;
  padding-left: 25px;
  text-align: center;
  min-width: 70px;
  color: #212121;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  display: inline-block;
}

.adiva-single-bottom .tags-list a:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #f1f1f1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.adiva-single-bottom .tags-list a:hover, .adiva-single-bottom .tags-list a:focus {
  border-color: #F86B73;
}

.adiva-single-bottom .tags-list a:hover:after, .adiva-single-bottom .tags-list a:focus:after {
  background-color: #F86B73;
}

.adiva-related-posts .addon-title h3 {
  text-align: center;
  font-size: 22px;
}

.post-password-form label {
  text-align: left;
  font-weight: 600;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
}

.post-password-form input[type="submit"] {
  vertical-align: bottom;
  margin-bottom: 10px;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  background-color: #F86B73;
  color: white;
}

.adiva-pagination {
  text-align: center;
}

.adiva-pagination .page-numbers {
  padding: 0;
  margin-bottom: 0;
}

.adiva-pagination .page-numbers li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 0;
}

.adiva-pagination .page-numbers li:last-child {
  margin-right: 0;
}

.adiva-pagination .page-numbers li span, .adiva-pagination .page-numbers li a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: 600;
  font-weight: inherit;
  padding: 0;
}

.adiva-pagination .page-numbers li span:hover, .adiva-pagination .page-numbers li a:hover {
  background-color: #F86B73;
  color: white;
}

.adiva-pagination .page-numbers li .current {
  background-color: #F86B73;
  color: white;
}

.adiva-ajax-loadmore a {
  color: #000000;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  border: 2px solid #e1e1e1;
  padding: 6px 22px;
}

.adiva-ajax-loadmore a:hover, .adiva-ajax-loadmore a:focus {
  background-color: #F86B73;
  border-color: #F86B73;
  color: white;
}

.adiva-ajax-loadmore a i {
  margin-right: 7px;
}

.adiva-ajax-loadmore a.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.comments-area {
  margin-top: 70px;
}

.single-product #review_form_wrapper {
  text-align: center;
}

.single-product .product #review_form_wrapper .comment-form .stars {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.single-product #review_form_wrapper #reply-title {
  font-size: 18px;
  font-weight: 400;
}

.single-product #review_form_wrapper .stars span {
  display: inline-block;
  line-height: 0px;
}

.comment-form > p,
.comment-form .comment-form-rating {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 220px;
  flex: 1 1 220px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 15px;
}

.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .form-submit,
.comment-form .comment-form-rating {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.comment-form .form-submit {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

.comment-form .comment-form-rating label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 15px;
}

.comment-form .comment-form-rating label:after {
  content: ":";
  margin-left: 2px;
}

.comment-form .comment-notes,
.comment-form .comment-form-rating {
  margin-bottom: 20px;
  margin-top: 20px;
}

.comment-form .submit {
  background-color: #F86B73;
  color: white;
}

.comment-form .submit:hover {
  color: white;
}

.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 22px;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.comments-area .comments-title:after,
.comments-area .comment-reply-title:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #d7d7d7;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.comments-area .comment-reply-title small {
  vertical-align: middle;
}

.comments-area .comment-list {
  margin-bottom: 60px;
  list-style: none;
  padding-left: 0;
}

.comments-area .comment-content {
  font-style: italic;
}

.comments-area .comment {
  padding: 30px 0px;
  border-bottom: 1px solid #ebebeb;
}

.comments-area .pingback {
  margin-bottom: 15px;
}

.comments-area .pingback .comment-body {
  padding-left: 0;
}

.comments-area .pingback a {
  color: #000000;
  margin-left: 5px;
}

.comments-area .children {
  padding-left: 0;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 0;
  list-style: none;
  border-top: 1px solid #ebebeb;
}

.comments-area .children .comment:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.comments-area #cancel-comment-reply-link {
  display: inline-block;
  font-size: 0;
  margin-left: 10px;
}

.comments-area #cancel-comment-reply-link:after {
  content: '';
  font-family: 'Linearicons-Free';
  font-size: 15px;
}

.comments-area .comment-body {
  position: relative;
  padding-left: 105px;
}

.comments-area .comment-awaiting-moderation {
  position: absolute;
  top: -24px;
  left: 105px;
}

.comments-area .comment-awaiting-moderation + br {
  display: none;
}

.comments-area .comment-edit-link {
  font-size: 0;
  margin-left: 5px;
  display: inline-block;
}

.comments-area .comment-edit-link:after {
  font-size: 12px;
  vertical-align: middle;
}

.comments-area .comment-author {
  line-height: 14px;
  font-size: 14px;
  margin-bottom: 10px;
}

.comments-area .comment-author:first-letter {
  text-transform: uppercase;
}

.comments-area .comment-author .fn {
  color: #000000;
  font-weight: 600;
  font-style: normal;
  vertical-align: top;
}

.comments-area .comment-author .says {
  margin-left: 3px;
  vertical-align: top;
}

.comments-area .comment-author img {
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}

.comments-area .comment-meta {
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 14px;
}

.comments-area .comment-meta a {
  color: #555;
  vertical-align: middle;
}

.comments-area .reply {
  margin-top: 15px;
}

.comments-area .reply a {
  font-weight: 600;
  text-transform: uppercase;
  color: #F86B73;
}

.comments-area .reply a:hover {
  opacity: 0.7;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .logged-in-as {
  font-size: 0;
  margin-bottom: 20px;
  padding: 0;
}

.comments-area .logged-in-as > a {
  color: #555555;
  font-size: 14px;
}

.comments-area .logged-in-as > a:not(:last-child) {
  margin-right: 12px;
}

.comments-area .logged-in-as > a:last-child {
  font-weight: 600;
}

.comments-area .no-comments {
  font-weight: 600;
}

.commentlist {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  line-height: inherit;
}

.commentlist li.comment {
  list-style: none;
  margin-top: 45px;
}

.commentlist .pingback {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ebebeb;
}

.commentlist .pingback:first-child {
  padding-top: 15px;
}

.commentlist .pingback p {
  margin-bottom: 0;
}

.commentlist .comment-text li {
  margin-top: 10px;
}

.commentlist .children {
  padding-left: 30px;
}

.comment_container img {
  float: left;
}

.comment_container .comment-text {
  padding-left: 20px;
}

.comment-text {
  overflow: hidden;
}

.comment-text .comment-author {
  text-transform: uppercase;
  margin-top: 0;
}

.comment-text .flex time {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  font-size: 12px;
  color: #999;
}

.comment-text .flex a {
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 10px;
}

.comment-text .star-rating {
  float: right;
  margin: 0;
}

.comment-text .meta {
  line-height: 1;
  margin-bottom: 15px;
}

.comment-text .meta strong {
  font-weight: 600;
  text-transform: uppercase;
}

.comment-text .woocommerce-review__published-date {
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
}

.comment-text p {
  margin-bottom: 5px;
}

.comment-form-rating p.stars {
  margin-top: 10px;
  display: inline-block;
}

.comment-respond {
  margin-top: 50px;
}

.comment-respond label {
  display: block;
}

.comment-respond .comment-form-comment label {
  margin-bottom: 15px;
}

.comment-respond input:not([type="submit"]),
.comment-respond textarea {
  background: transparent;
  width: 100%;
}

#reviews .comment-respond {
  margin-top: 15px;
}

.page-links {
  margin-top: 10px;
}

.page-links .page-links-title {
  vertical-align: middle;
  margin-right: 15px;
}

.page-links > a,
.page-links > span:not(.page-links-title) {
  display: inline-block;
  min-width: 32px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  margin-right: 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-links > a:last-child,
.page-links > span:not(.page-links-title):last-child {
  margin-right: 0;
}

.page-links > span:not(.page-links-title) {
  color: white;
  background-color: #F86B73;
}

.adiva-entry-content .page-links > a,
.adiva-entry-content .page-links > span:not(.page-links-title) {
  color: white;
  background-color: #F86B73;
}

.post-navigation {
  border-top: 1px solid rgba(199, 199, 199, 0.25);
  border-bottom: 1px solid rgba(199, 199, 199, 0.25);
  padding-top: 30px;
  padding-bottom: 25px;
}

.post-navigation .label-text {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #bbb;
  line-height: 1;
}

.post-navigation a:before {
  font-family: 'simple-line-icons';
  font-size: 30px;
  position: absolute;
  top: 0;
  line-height: 1.4;
}

.post-navigation .post-prev-post {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}

.post-navigation .post-prev-post .post-next-prev-content a:before {
  left: 0;
  content: "\e07a";
}

.post-navigation .post-next-post {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}

.post-navigation .post-next-post .post-next-prev-content a:before {
  right: 0;
  content: "\e079";
}

.post-navigation .back-to-archive a {
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("assets/images/icons/view-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.post-navigation .back-to-archive a:hover {
  background-image: url("assets/images/icons/view-2-hover.png");
}

/* ---------------------------------------------
   9. WIDGETS
   ------------------------------------------ */
.widget {
  margin-bottom: 60px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widgettitle, .widget .widget-title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 7px;
  margin: 0 0 30px;
}

.widget .widgettitle:after, .widget .widget-title:after {
  content: '';
  width: 40px;
  height: 2px;
  background: #d1d1d1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.widget .count {
  float: right;
  font-size: 14px;
  position: relative;
  top: 3px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget ul li:last-child {
  margin-bottom: 0;
}

.widget ul.children {
  padding-left: 15px;
}

.widget_ranged_price_filter .ranged-price-filter li.current,
.widget_order_by_filter li.current {
  color: #F86B73;
}

.widget_ranged_price_filter .ranged-price-filter li.current a,
.widget_order_by_filter li.current a {
  color: #F86B73;
}

/** ------------------------------------------
* WIDGET CATEGORIES
* ------------------------------------------ */
.widget_categories .screen-reader-text,
.widget_pages .screen-reader-text,
.widget_archive .screen-reader-text,
.widget_nav_menu .screen-reader-text,
.widget_product_categories .screen-reader-text {
  display: none;
}

.widget_categories ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_product_categories ul li {
  color: #333333;
  display: block;
}

.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_product_categories ul li a {
  padding-right: 2px;
  display: inline-block;
}

.widget_categories ul li.current_page_item > a,
.widget_pages ul li.current_page_item > a,
.widget_archive ul li.current_page_item > a,
.widget_nav_menu ul li.current_page_item > a,
.widget_product_categories ul li.current_page_item > a {
  color: #F86B73;
}

.widget_categories li ul,
.widget_pages li ul,
.widget_archive li ul,
.widget_nav_menu li ul,
.widget_product_categories li ul {
  margin-top: 10px;
  padding-left: 15px;
}

/** ------------------------------------------
* WIDGET RECENT POST
* ------------------------------------------ */
.adiva-recent-posts-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.adiva-recent-posts-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.adiva-recent-posts-list .recent-posts-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.adiva-recent-posts-list .recent-posts-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.adiva-recent-posts-list .attachment-thumbnail {
  max-width: 60px;
}

.adiva-recent-posts-list .entry-title {
  font-size: inherit;
  font-weight: 400;
  margin-bottom: 4px;
  position: relative;
  top: -3px;
}

.adiva-recent-posts-list .recent-posts-time,
.adiva-recent-posts-list .recent-posts-comment {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}

.adiva-recent-posts-list .recent-posts-time {
  margin-right: 5px;
}

/** ------------------------------------------
* WIDGET RECENT COMMENTS
* ------------------------------------------ */
.widget_recent_comments ul li:before {
  content: '\f0e5';
  font-family: 'FontAweSome';
  margin-right: 7px;
}

/** ------------------------------------------
* WIDGET RSS
* ------------------------------------------ */
.widget_rss .widgettitle a {
  color: #000000;
  vertical-align: middle;
}

.widget_rss .widgettitle a img {
  vertical-align: initial;
}

.widget_rss ul li {
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.widget_rss ul li > a {
  margin-bottom: 8px;
  display: block;
  color: #000000;
  font-weight: 600;
}

.widget_rss ul li cite {
  margin-top: 5px;
  display: inline-block;
}

.widget_rss ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.widget_rss .rss-date {
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
}

.widget_rss .rss-date:before {
  content: '\f073';
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}

/** ------------------------------------------
* CALENDAR
* ------------------------------------------ */
.widget_calendar #wp-calendar {
  margin-bottom: 0;
}

.widget_calendar #wp-calendar > caption {
  text-align: center;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.widget_calendar #wp-calendar th {
  text-align: center;
  padding: 5px;
  font-size: 16px;
  border-bottom: none;
}

.widget_calendar #wp-calendar td {
  text-align: center;
  padding: 8px;
  border-bottom: none;
}

.widget_calendar #wp-calendar tbody a {
  background-color: #F86B73;
  color: white;
  display: block;
  font-weight: 700;
}

.widget_calendar #wp-calendar #prev {
  text-align: left;
}

.widget_calendar #wp-calendar #next {
  text-align: right;
}

.widget_calendar #wp-calendar thead th {
  border-bottom: 2px solid rgba(129, 129, 129, 0.1);
}

.widget_calendar #wp-calendar tfoot td {
  border-top: 2px solid rgba(129, 129, 129, 0.1);
}

/** ------------------------------------------
* WIDGET PRODUCT
* ------------------------------------------ */
.widget_products .product_list_widget li a:hover .product-title,
.widget_top_rated_products .product_list_widget li a:hover .product-title {
  color: #000000;
  opacity: 0.8;
}

.widget_products .product_list_widget li .product-title,
.widget_top_rated_products .product_list_widget li .product-title {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/** ------------------------------------------
* WIDGET SEARCH
* ------------------------------------------ */
.search-form {
  display: block;
}

.search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  color: black;
  height: 45px;
  line-height: 49px;
  padding: 0 15px;
  font-size: 20px;
  background-color: transparent;
  border: none;
}

/** ------------------------------------------
* WIDGET TAG
* ------------------------------------------ */
.tagcloud {
  overflow: hidden;
}

.tagcloud a {
  display: inline-block;
  float: left;
  line-height: 30px;
  padding: 0 22px;
  font-size: 13px !important;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  margin: 0 5px 5px 0;
}

.tagcloud a:hover, .tagcloud a:focus {
  border-color: #F86B73;
  background-color: #F86B73;
  color: white !important;
}

/** ------------------------------------------
* WIDGET SHOPPING CART
* ------------------------------------------ */
.cart_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart_list dl.variation {
  display: none;
}

.cart_list li {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 15px;
}

.cart_list li.empty {
  margin: 0;
}

.cart_list li:last-child {
  border-bottom: none;
}

.cart_list li .wc-loading {
  left: calc(40px - 10px);
  top: calc(50% - 17.5px);
  z-index: 99;
  opacity: 1;
}

.cart_list li.loading {
  opacity: 0.5;
}

.cart_list li.empty {
  padding-bottom: 0;
}

.cart_list li a {
  padding: 0;
}

.cart_list li .preview-image {
	display: none;
  padding: 0;
  width: 80px;
  float: left;
}

.cart_list li .desc {
  width: calc(100% - 80px);
  padding-left: 20px;
  float: left;
  position: relative;
}

.cart_list li .desc .product_name {
  font-weight: 400;
  display: block;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.cart_list li .desc .cart-price {
  display: block;
  margin-bottom: 9px;
}

.cart_list li .desc .amount {
  font-size: 18px;
  font-weight: 500;
  color: black;
}

.cart_list li .desc .remove {
  margin-left: 28px;
}

.cart_list li .desc .remove i {
  top: 0;
  line-height: 1;
  color: rgba(14, 14, 14, 0.6);
  font-size: 17px;
}

.cart_list li .quantity {
  font-weight: 500;
  width: auto;
}

.cart_list li .variation {
  margin-bottom: 5px;
}

.cart_list li .variation .variation-Vendor {
  display: inline-block;
}

.widget_shopping_cart_content .total {
  font-size: 18px;
  border-top: 1px solid #E6E6E6;
  padding-top: 15px;
  margin-bottom: 27px;
  font-weight: 500;
}

.widget_shopping_cart_content .total .amount {
  float: right;
}

.widget_shopping_cart_content .buttons {
  margin-bottom: 0;
}

.widget_shopping_cart_content .buttons a {
  height: 45px;
  line-height: 43px;
  border: 2px solid #ebebeb;
  display: block;
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
}

.widget_shopping_cart_content .buttons a:hover {
  background-color: #F86B73;
  border-color: #F86B73;
  color: white !important;
}

.widget_shopping_cart_content .buttons a:last-child {
  margin-bottom: 0;
}

/** ------------------------------------------
* WIDGET FILTER PRICE
* ------------------------------------------ */
.widget_price_filter .price_slider {
  margin-bottom: 35px;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
}

.widget_price_filter .price_slider_amount .price_label {
  display: inline-block;
  line-height: 45px;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  background-color: black;
  cursor: ew-resize;
  outline: none;
  top: -7px;
  margin-left: -0.5em;
  border-radius: 0;
  height: 17px;
  width: 10px;
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #F86B73;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #ebebeb;
  border: 0;
}

.widget_price_filter .ui-slider-horizontal {
  height: 4px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

/** ------------------------------------------
* WIDGET RATING FILTER
* ------------------------------------------ */
.widget_rating_filter .star-rating {
  display: inline-block;
}

/** ------------------------------------------
* WIDGET INSTAGRAM
* ------------------------------------------ */
.jms-instagram .instagram {
  margin-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
}

.jms-instagram .cols-1 .item {
  width: 100%;
}

.jms-instagram .cols-2 .item {
  width: 50%;
}

.jms-instagram .cols-3 .item {
  width: 33.333333%;
}

.jms-instagram .cols-4 .item {
  width: 25%;
}

.jms-instagram .cols-5 .item {
  width: 20%;
}

.jms-instagram .item {
  float: left;
  padding: 5px;
}

.jms-instagram .item a {
  display: block;
  overflow: hidden;
  position: relative;
}

.jms-instagram .item a:before {
  content: '';
  width: 94%;
  height: 94%;
  border: 1px solid #FFFFFF;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.jms-instagram .item a:after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #555555;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.jms-instagram .item img {
  width: 100%;
}

.jms-instagram .item:hover a:before {
  opacity: 0.4;
}

.jms-instagram .item:hover a:after {
  opacity: 0.1;
}

.social-network {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-network li {
  margin-right: 25px;
  float: left;
}

.social-network li:last-child {
  margin-right: 0;
}

.social-network li a {
  font-size: 20px;
}

.flickr-container {
  margin-left: -5px;
}

.flickr-container:after {
  clear: both;
  content: '';
  display: table;
}

.flickr-container .flickr_badge_image {
  float: left;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  width: 33.33%;
}

.flickr-container .flickr_badge_image img {
  width: 100%;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.flickr-container .flickr_badge_image img:hover {
  opacity: .8;
}

.product_list_widget > li {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #eeeeee;
}

.product_list_widget > li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.product_list_widget > li:after {
  content: "";
  clear: both;
  display: block;
}

.product_list_widget > li a {
  margin-bottom: 8px;
  display: block;
}

.product_list_widget > li .product-title {
  font-size: inherit;
}

.product_list_widget > li img {
  float: left;
  margin-right: 15px;
  max-width: 80px;
}

.product_list_widget > li .star-rating {
  display: block;
  margin-left: 80px;
  margin-bottom: 8px;
  font-size: 12px;
  width: 70px;
}

.product_list_widget > li .star-rating span:before {
  font-size: 12px;
}

.product_list_widget > li .reviewer {
  font-size: 13px;
}

.product_list_widget > li del {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.product_list_widget > li ins {
  text-decoration: none;
  margin-left: 5px;
  color: #F86B73;
}

.product_list_widget > li .woocommerce-Price-amount {
  font-weight: 600;
}

/* ---------------------------------------------
   10. WOOCOMMERCE
   ------------------------------------------ */
.wc-tooltip {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: -33px;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  padding: 0 8px;
  border-radius: 3px;
  color: #FFFFFF;
  white-space: nowrap;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 14px;
}

.wc-tooltip:after {
  content: '';
  border-left: 5px solid rgba(0, 0, 0, 0.8);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  bottom: -5px;
}

/*	[ Notice wishlist ]
- - - - - - - - - - - - - - - - - - - - */
#yith-wcwl-popup-message {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.notice-cart-wrapper {
  position: fixed;
  z-index: 9999999;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  top: 10px;
  right: 10px;
}

.notice-cart-wrapper.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.notice-cart {
  background: #f0f0f0;
  width: 320px;
  position: relative;
}

.notice-cart .close-notice {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  color: white;
}

.notice-cart .icon-notice {
  background-color: #63c58d;
  color: white;
  padding: 0 20px;
}

.notice-cart .text-notice {
  padding: 15px 20px;
  color: #363636;
  line-height: 26px;
}

.notice-cart .text-notice a {
  padding: 0 20px;
  margin-top: 10px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #63c58d;
  color: #63c58d;
}

.woocommerce-thankyou-order-received {
  border: 2px dashed #7a9c59;
  color: #7a9c59;
  width: 100%;
  text-align: center;
  font-size: 22px;
  padding: 3%;
  margin-bottom: 30px;
  line-height: 1.4;
}

.woocommerce-error,
.woocommerce-message,
.woocommerce-info,
div.wpcf7-response-output,
#yith-wcwl-popup-message,
.mc4wp-alert,
.dokan-store-contact .alert-success,
.yith_ywraq_add_item_product_message,
.dokan-alert,
.dokan-message,
.dokan-info,
.dokan-error {
  list-style: none;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 80px;
  padding-left: 65px;
  min-height: 60px;
  margin-bottom: 0px;
  line-height: 1.3;
  border: none;
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transform: translate3d(0, 200%, 0);
  -webkit-transform: translate3d(0, 200%, 0);
  -webkit-animation: wd-fadeInUpBig  .35s ease .5s   both;
  animation: wd-fadeInUpBig  .35s  ease .5s both;
}

.woocommerce-error li,
.woocommerce-message li,
.woocommerce-info li,
div.wpcf7-response-output li,
#yith-wcwl-popup-message li,
.mc4wp-alert li,
.dokan-store-contact .alert-success li,
.yith_ywraq_add_item_product_message li,
.dokan-alert li,
.dokan-message li,
.dokan-info li,
.dokan-error li {
  margin-bottom: 0;
  width: 100%;
}

.mc4wp-success, .woocommerce-message, .wpcf7-mail-sent-ok, #yith-wcwl-popup-message, .dokan-store-contact .alert-success, .yith_ywraq_add_item_product_message, .dokan-alert-success, .dokan-message {
  background-color: #459647;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, .woocommerce-error, .mc4wp-error, .mc4wp-notice, .woocommerce-info, .dokan-alert-warning, .dokan-alert-danger, .dokan-alert-info, .dokan-error, .dokan-info {
  background-color: #E0B252;
}

.woocommerce-error:before, .woocommerce-message:before, .woocommerce-info:before, div.wpcf7-response-output:before, #yith-wcwl-popup-message:before, .mc4wp-alert:before, .dokan-store-contact .alert-success:before, .yith_ywraq_add_item_product_message:before, .dokan-alert:before, .dokan-message:before, .dokan-info:before, .dokan-error:before {
  position: absolute;
  top: 50%;
  left: 24px;
  line-height: 18px;
  font-size: 18px;
  margin-top: -9px;
  font-family: "FontAwesome";
}

div.wpcf7-validation-errors:before, div.wpcf7-mail-sent-ng:before, .woocommerce-error:before, .mc4wp-error:before, .mc4wp-notice:before, .woocommerce-info:before, .dokan-alert-warning:before, .dokan-alert-danger:before, .dokan-alert-info:before, .dokan-error:before, .dokan-info:before {
  content: "\f071";
}

.mc4wp-success:before, .woocommerce-message:before, .wpcf7-mail-sent-ok:before, #yith-wcwl-popup-message:before, .dokan-store-contact .alert-success:before, .yith_ywraq_add_item_product_message:before, .dokan-alert-success:before, .dokan-message:before {
  content: "\f00c";
}

.woocommerce-error .button, .woocommerce-error .wc-backward, .woocommerce-message .button, .woocommerce-message .wc-backward, .woocommerce-info .button, .woocommerce-info .wc-backward, div.wpcf7-response-output .button, div.wpcf7-response-output .wc-backward, #yith-wcwl-popup-message .button, #yith-wcwl-popup-message .wc-backward, .mc4wp-alert .button, .mc4wp-alert .wc-backward, .dokan-store-contact .alert-success .button, .dokan-store-contact .alert-success .wc-backward, .yith_ywraq_add_item_product_message .button, .yith_ywraq_add_item_product_message .wc-backward, .dokan-alert .button, .dokan-alert .wc-backward, .dokan-message .button, .dokan-message .wc-backward, .dokan-info .button, .dokan-info .wc-backward, .dokan-error .button, .dokan-error .wc-backward {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  border: none;
  border-bottom: 2px solid white;
  margin: 0 10px 0 0;
}

.woocommerce-error.hidden-notice,
.woocommerce-message.hidden-notice,
.woocommerce-info.hidden-notice,
div.wpcf7-response-output.hidden-notice,
#yith-wcwl-popup-message.hidden-notice,
.mc4wp-alert.hidden-notice,
.dokan-store-contact .alert-success.hidden-notice,
.yith_ywraq_add_item_product_message.hidden-notice,
.dokan-alert.hidden-notice,
.dokan-message.hidden-notice,
.dokan-info.hidden-notice,
.dokan-error.hidden-notice {
  -webkit-animation: wd-fadeOutDownBig .35s ease both;
  animation: wd-fadeOutDownBig .35s ease both;
}

ul.woocommerce-error li .button, ul.woocommerce-message li .button, ul.woocommerce-info li .button {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.woocommerce-error:after,
.woocommerce-message:after,
.woocommerce-info:after,
div.wpcf7-response-output:after,
#yith-wcwl-popup-message:after,
.mc4wp-alert:after,
.dokan-store-contact .alert-success:after,
.yith_ywraq_add_item_product_message:after,
.dokan-alert:after, .dokan-message:after,
.dokan-info:after, .dokan-error:after {
  content: "\e082";
  font-family: "Simple-Line-Icons";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  -o-transition: background-color .25s ease;
  transition: background-color .25s ease;
  -webkit-transition: background-color .25s ease;
}

@-webkit-keyframes wd-fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wd-fadeInUpBig {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes wd-fadeOutDownBig {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes wd-fadeOutDownBig {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.star-rating {
  font-family: 'FontAwesome';
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.8em;
  letter-spacing: 3px;
  margin-top: 5px;
}

.star-rating:before,
.star-rating span:before {
  content: '\f006\f006\f006\f006\f006';
  left: 0;
  top: 0;
  position: absolute;
}

.star-rating:before {
  color: #c1c1c1;
}

.star-rating span {
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
}

.star-rating span:before {
  color: #FB981B;
  text-indent: 0;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'FontAwesome';
  content: '\f006';
  text-indent: 0;
  color: #999;
}

p.stars a:hover ~ a::before {
  color: #999;
}

p.stars:hover a::before {
  color: #dc9814;
}

p.stars.selected a.active::before {
  color: #dc9814;
}

p.stars.selected a.active ~ a::before {
  color: #999;
}

p.stars.selected a:not(.active)::before {
  color: #dc9814;
}

.woocommerce-Reviews-title {
  margin-top: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.term-description {
  margin-bottom: 30px;
}

.shop-action .shop-action-inner {
  color: #686868;
  margin-bottom: 40px;
}

.shop-action-bottom {
  border-top: 1px solid #E6E6E6;
  font-size: 14px;
  color: #000000;
}

.shop-action-bottom.container {
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
}

.shop-action-bottom .woocommerce-result-count {
  float: left;
  margin-bottom: 0;
}

.action-right form {
  float: left;
  margin-right: 35px;
  font-size: 14px;
}

.action-right form:last-child {
  margin-right: 0;
}

.action-right select {
  color: black;
  display: inline-block;
  border: none;
  border-bottom: 2px solid #ebebeb;
  width: auto;
  background-position: 100% 40%;
  padding-left: 2px;
  padding-right: 20px;
  padding-bottom: 5px;
  height: auto;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

.woocommerce-ordering select {
  max-width: 200px;
}

.woocommerce-ordering span {
  position: relative;
  top: -2px;
}

.wc-switch > a {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.wc-switch > a .icon-view {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: auto;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
}

.wc-switch .per-row-1 .icon-view {
  background-image: url("assets/images/icons/view-list.png");
}

.wc-switch .per-row-1.active .icon-view {
  background-image: url("assets/images/icons/view-list-hover.png");
}

.wc-switch .per-row-2 .icon-view {
  background-image: url("assets/images/icons/view-2.png");
}

.wc-switch .per-row-2.active .icon-view {
  background-image: url("assets/images/icons/view-2-hover.png");
}

.wc-switch .per-row-3 .icon-view {
  background-image: url("assets/images/icons/view-3.png");
}

.wc-switch .per-row-3.active .icon-view {
  background-image: url("assets/images/icons/view-3-hover.png");
}

.wc-switch .per-row-4 .icon-view {
  background-image: url("assets/images/icons/view-4.png");
}

.wc-switch .per-row-4.active .icon-view {
  background-image: url("assets/images/icons/view-4-hover.png");
}

.special-filter .product-categories > li {
  position: relative;
  display: inline-block;
  float: none;
  padding: 0 25px;
  margin-bottom: 0;
}

.special-filter .product-categories > li:before {
  position: absolute;
  top: -3px;
  left: -6px;
  content: '|';
}

.special-filter .product-categories > li:first-child {
  padding-left: 0;
}

.special-filter .product-categories > li:first-child:before {
  content: none;
}

.special-filter .product-categories > li > a {
  display: inline-block;
  line-height: 25px;
  color: #000000;
  position: relative;
  font-size: 17px;
  text-transform: uppercase;
  border-radius: 0;
}

.special-filter .product-categories > li > a:hover, .special-filter .product-categories > li > a:focus {
  color: #F86B73;
}

.special-filter .product-categories > li .count {
  color: #F86B73;
  float: none;
  font-size: 12px;
  top: -10px;
  position: absolute;
}

.special-filter .product-categories > li.active > a {
  color: #F86B73;
}

.shop-filter-toggle span.filter-text {
  font-weight: 400;
  color: black;
  font-size: 17px;
  padding-right: 10px;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 32px;
}

.shop-filter-toggle .hamburger-box {
  width: 17px;
  display: inline-block;
}

.shop-filter-toggle .hamburger-inner {
  cursor: pointer;
  position: absolute;
  top: 15px;
  width: 17px;
  height: 2px;
  background: #000;
  -webkit-transition: background 0.01s ease 0.2s;
  -moz-transition: background 0.01s ease 0.2s;
  -o-transition: background 0.01s ease 0.2s;
  transition: background 0.01s ease 0.2s;
}

.shop-filter-toggle .hamburger-inner:before, .shop-filter-toggle .hamburger-inner:after {
  content: "";
  width: 17px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: -5px;
  -moz-transition: top .2s ease .2s,transform .2s ease 0s,width .01s ease .2s;
  -o-transition: top .2s ease .2s,transform .2s ease 0s,width .01s ease .2s;
  -webkit-transition: top .2s ease .2s,transform .2s ease 0s,width .01s ease .2s;
  -webkit-transition: top .2s ease .2s,width .01s ease .2s,-webkit-transform .2s ease 0s;
  transition: top .2s ease .2s,width .01s ease .2s,-webkit-transform .2s ease 0s;
  transition: top .2s ease .2s,transform .2s ease 0s,width .01s ease .2s;
  transition: top .2s ease .2s,transform .2s ease 0s,width .01s ease .2s,-webkit-transform .2s ease 0s;
}

.shop-filter-toggle .hamburger-inner:after {
  top: 5px;
}

.shop-filter-toggle.open .hamburger-inner {
  background: transparent;
}

.shop-filter-toggle.open .hamburger-inner:before, .shop-filter-toggle.open .hamburger-inner:after {
  -moz-transition: top .2s ease,transform .2s ease .2s,width .01s ease .2s;
  -o-transition: top .2s ease,transform .2s ease .2s,width .01s ease .2s;
  -webkit-transition: top .2s ease,transform .2s ease .2s,width .01s ease .2s;
  -webkit-transition: top .2s ease,width .01s ease .2s,-webkit-transform .2s ease .2s;
  transition: top .2s ease,width .01s ease .2s,-webkit-transform .2s ease .2s;
  transition: top .2s ease,transform .2s ease .2s,width .01s ease .2s;
  transition: top .2s ease,transform .2s ease .2s,width .01s ease .2s,-webkit-transform .2s ease .2s;
}

.shop-filter-toggle.open .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.shop-filter-toggle.open .hamburger-inner:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shop-filter {
  display: none;
  background-color: #F5F5F5;
  margin-top: 40px;
  margin-bottom: 40px;
}

.shop-filter.open {
  display: block;
}

.shop-filter .filter-toggle-box {
  padding: 40px 40px 10px;
  margin-left: -20px;
  margin-right: -20px;
}

.shop-filter .widget {
  float: left;
  width: 25%;
  clear: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.shop-filter .widget .widgettitle {
  font-size: 18px;
  margin-bottom: 20px;
}

.product-quickview {
  background: #FFFFFF;
  max-width: 990px;
  margin: auto;
}

.product-quickview .wc-single-product {
  padding-bottom: 0;
}

.product-quickview .summary {
  padding: 30px 30px 0 0;
}

.product-quickview .column-right {
  overflow-x: auto;
  background: white;
}

.loader {
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.loader-inner {
  background: url("assets/images/icons/three-dots.svg") no-repeat 0 0;
  background-size: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wc-shipping-return {
  background: #FFFFFF;
  max-width: 990px;
  margin: auto;
  padding: 40px 30px;
}

.badge {
  background-color: #F86B73;
  top: 12px;
  right: 12px;
  font-size: 13px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  z-index: 1;
}

.product-box {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.product-box:hover .product-thumb > a .hover-image {
  opacity: 1;
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.product-box:hover .product-thumb > a:after {
  opacity: 1;
}

.product-box:hover .adiva-countdown {
  color: #000;
}

.product-box img {
  width: 100%;
}

.product-box .adiva-countdown {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-box .adiva-countdown > span {
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-box .adiva-countdown > span:last-child {
  margin-right: 0;
}

.product-box .adiva-countdown > span span {
  font-size: 13px;
}

.product-box .product-cat {
  line-height: 1.3;
  margin-bottom: 6px;
}

.product-box .product-cat a {
  font-size: 13px;
  color: #777777;
}

.product-box .product-cat a:hover {
  color: #F86B73;
}

.product-box .price {
  display: block;
  font-weight: 600;
  color: black;
  line-height: 1.45;
}

.product-box .price del {
  font-weight: 400;
  font-size: 14px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.product-box .price ins {
  text-decoration: none;
  color: #F86B73;
}

.product-box .product-info {
  padding-top: 14px;
  padding-bottom: 10px;
}

.product-box .product-info > a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

.product-box .star-rating {
  margin: 0px auto 7px;
}

.product-box:hover .product-btn.in-thumb li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-thumb > a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.product-thumb .hover-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-thumb .imageswatch-list-variations {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7px;
}

.product-no-attribute .imageswatch-list-variations {
  display: none;
}

.imageswatch-list-variations {
  margin-top: 10px;
}

.imageswatch-list-variations ul {
  padding: 0;
  margin: 0;
}

.imageswatch-list-variations ul li {
  margin: 0;
  margin-right: 5px;
}

.imageswatch-list-variations ul li:last-child {
  margin-right: 0;
}

.imageswatch-list-variations a {
  width: 16px;
  height: 16px;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}

.product-btn {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-btn .tooltip {
  font-size: 12px !important;
  position: absolute;
  background: #111111;
  padding: 4px 5px;
  top: -35px;
  width: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  color: white;
  border-radius: 3px;
  text-transform: capitalize;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.product-btn .tooltip:after {
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #111111;
  position: absolute;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-btn li {
  margin-bottom: 0;
  display: inline-block;
  margin: 0 12px 0 0;
  text-align: center;
}

.product-btn li .button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: white;
  color: black;
  border: 1px solid #DADADA;
  font-weight: 400;
}

.product-btn li .button:before {
  font-family: 'Simple-Line-Icons';
  font-size: 23px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-btn li .button:hover, .product-btn li .button:focus {
  background-color: #F86B73;
  color: white;
  border-color: #F86B73;
}

.product-btn li .button:hover:before, .product-btn li .button:focus:before {
  color: white;
}

.product-btn li .button:hover .tooltip, .product-btn li .button:focus .tooltip {
  opacity: 1;
}

.product-btn li .button.button-cart {
  width: auto;
}

.product-btn li .button.button-cart.loading:before {
  left: 20px;
  right: auto;
}

.product-btn li .button.button-cart.added:before {
  content: "\e080";
  font-size: 23px;
}

.product-btn li .yith-wcwl-add-to-wishlist {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: white;
  border: 1px solid #DADADA;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-btn li .yith-wcwl-add-to-wishlist a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  font-size: 12px;
  border-radius: 0;
}

.product-btn li .yith-wcwl-add-to-wishlist a:before {
  content: "\e08a";
  font-family: 'Simple-Line-Icons';
  font-size: 22px;
  line-height: 50px;
  display: inline-block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-btn li .yith-wcwl-add-to-wishlist:hover, .product-btn li .yith-wcwl-add-to-wishlist:focus {
  background-color: #F86B73;
}

.product-btn li .yith-wcwl-add-to-wishlist:hover a:before, .product-btn li .yith-wcwl-add-to-wishlist:focus a:before {
  color: white;
}

.product-btn li .yith-wcwl-add-to-wishlist:hover .tooltip, .product-btn li .yith-wcwl-add-to-wishlist:focus .tooltip {
  opacity: 1;
}

.product-btn li .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse.show a:before, .product-btn li .yith-wcwl-add-to-wishlist:focus .yith-wcwl-wishlistaddedbrowse.show a:before {
  color: white;
}

.product-btn li .yith-wcwl-add-to-wishlist:hover .loading a:before, .product-btn li .yith-wcwl-add-to-wishlist:focus .loading a:before {
  border: 1px solid #fff;
}

.product-btn li .yith-wcwl-add-to-wishlist .loading a:before {
  content: " " !important;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  left: -2px;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000000;
  border-right-color: white;
  border-left-color: white;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 11px);
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  -webkit-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -moz-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -o-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -ms-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -webkit-animation: load-spin 450ms infinite linear;
  animation: load-spin 450ms infinite linear;
}

.product-btn li .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a:before {
  color: #F86B73;
}

.product-btn li .added_to_cart {
  display: none;
}

.product-btn.in-thumb {
  position: absolute;
  top: calc(50% - 27.5px);
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
}

.product-btn.in-thumb li {
  margin-right: 7px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.product-btn.in-thumb li:first-child {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.product-btn.in-thumb li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.product-btn.in-thumb li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.product-btn.in-thumb li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.product-btn.in-thumb li .button {
  border: none;
}

.product-btn.in-thumb li .button.button-cart {
  padding: 0;
  width: 50px;
}

.product-btn.in-thumb li .button.button-cart:before {
  left: 0;
  right: 0;
}

.product-btn.in-thumb li .button.button-cart span {
  font-size: 0;
}

.product-btn.in-thumb .yith-wcwl-add-to-wishlist {
  border: none;
}

.btn-quickview {
  padding: 0;
}

.btn-quickview span {
  font-size: 0;
}

.btn-quickview:before {
  content: "\e091";
}

.button-cart {
  padding: 0 20px 0 55px;
}

.button-cart:before {
  content: "\e04e";
  font-family: 'Simple-Line-Icons';
  position: absolute;
  left: 20px;
  font-size: 23px;
}

.button.loading:before {
  content: " " !important;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  left: -2px;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000000;
  border-right-color: white;
  border-left-color: white;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 11px);
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  -webkit-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -moz-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -o-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -ms-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -webkit-animation: load-spin 450ms infinite linear;
  animation: load-spin 450ms infinite linear;
}

.button.loading:hover:before, .button.loading:focus:before {
  border: 1px solid #fff;
}

.product-preset-1abc9c .product-thumb > a:after {
  background-color: rgba(26, 188, 156, 0.85);
}

.product-preset-2e2e2e .product-thumb > a:after {
  background-color: rgba(0, 0, 0, 0.45);
}

.product-preset-2ecc71 .product-thumb > a:after {
  background-color: rgba(46, 204, 113, 0.85);
}

.product-preset-7f8c8d .product-thumb > a:after {
  background-color: rgba(127, 140, 141, 0.85);
}

.product-preset-9b59b6 .product-thumb > a:after {
  background-color: rgba(155, 89, 182, 0.85);
}

.product-preset-95a5a6 .product-thumb > a:after {
  background-color: rgba(149, 165, 166, 0.85);
}

.product-preset-01558f .product-thumb > a:after {
  background-color: rgba(1, 85, 143, 0.85);
}

.product-preset-3498db .product-thumb > a:after {
  background-color: rgba(52, 152, 219, 0.85);
}

.product-preset-bdc3c7 .product-thumb > a:after {
  background-color: rgba(189, 195, 199, 0.85);
}

.product-preset-c0392b .product-thumb > a:after {
  background-color: rgba(192, 57, 43, 0.85);
}

.product-preset-d35400 .product-thumb > a:after {
  background-color: rgba(211, 84, 0, 0.85);
}

.product-preset-e67e22 .product-thumb > a:after {
  background-color: rgba(230, 126, 34, 0.85);
}

.product-preset-e74c3c .product-thumb > a:after {
  background-color: rgba(231, 76, 60, 0.85);
}

.product-preset-ecf0f1 .product-thumb > a:after {
  background-color: rgba(236, 240, 241, 0.85);
}

.product-preset-ecf0f1 .product-cat a {
  color: black;
}

.product-preset-ecf0f1 .price {
  color: black;
}

.product-preset-ecf0f1 .price del {
  color: black;
}

.product-preset-ecf0f1 .product-info > a {
  color: black;
}

.product-preset-f1c40f .product-thumb > a:after {
  background-color: rgba(241, 196, 15, 0.85);
}

.product-preset-f39c12 .product-thumb > a:after {
  background-color: rgba(243, 156, 18, 0.85);
}

.product-style-1 {
  margin-bottom: 35px;
}

.product-style-1 .product-info {
  padding-left: 10px;
  padding-right: 10px;
}

.product-box-style-2 .product-cat {
  color: white;
}

.product-box-style-2 .product-cat a {
  color: white;
}

.product-box-style-2 .product-cat a:hover {
  color: white;
}

.product-box-style-2 .price {
  color: white;
}

.product-box-style-2 .price del {
  color: white;
}

.product-box-style-2 .price ins {
  color: white;
}

.product-box-style-2 .product-info {
  width: 100%;
  opacity: 0;
  padding-left: 20px;
  padding-right: 20px;
  visibility: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  margin-top: 25px;
}

.product-box-style-2 .product-info > a {
  color: white;
}

.product-box-style-2:hover .product-info {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.product-box-style-3 {
  overflow: inherit;
}

.product-box-style-3 .product-info {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  -webkit-box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.09);
  padding: 20px;
  z-index: 99;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.product-box-style-3:hover .product-info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#small-product .product-item {
  width: 100% !important;
}

#small-product .title_2 {
  margin-bottom: 30px;
}

#small-product .title_2:after {
  margin: 0;
}

#small-product .adiva-countdown {
  display: none;
}

#small-product .product-box .product-thumb {
  width: 90px;
  float: left;
}

#small-product .product-box .product-thumb .imageswatch-list-variations {
  display: none;
}

#small-product .product-box .star-rating {
  margin-left: 0;
}

#small-product .product-box .product-info {
  text-align: left;
  width: calc(100% - 90px);
  float: left;
  padding: 8px 0 0 20px;
}

#small-product .product-box .product-info > a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#small-product .product-box .badge,
#small-product .product-box .product-btn {
  display: none;
}

.product-list-item .product-box:hover .product-thumb > a:after {
  opacity: 0;
}

.product-list-info {
  text-align: left;
}

.product-list-info .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

.product-list-info .star-rating {
  margin: 0px 0 7px;
}

.product-list-info .product-btn .button-cart {
  background-color: #F86B73;
  border-color: #F86B73;
}

.product-list-info .product-btn .button-cart:before {
  color: white;
}

.product-list-info .product-btn .button-cart .tooltip {
  position: inherit;
  font-size: inherit !important;
  opacity: 1;
  background: transparent;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  right: auto;
  padding: 0;
  border-radius: 0;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.product-list-info .product-btn .button-cart .tooltip:after {
  content: none;
}

.product-list-info .product-btn .yith-wcwl-add-to-wishlist:hover {
  border-color: #F86B73;
}

.product-list-info .product-list-info-top {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 26px;
  margin-bottom: 23px;
}

.product-list-info .product-list-info-top > a {
  display: inline-block;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 5px;
}

.product-category {
  position: relative;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}

.product-category h2 {
  background: white;
  padding: 12px 20px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-category h2 mark {
  display: none;
  background-color: transparent;
}

.product-category > a {
  display: block;
  overflow: hidden;
  position: relative;
}

.product-category > a p {
  display: none;
}

.product-category > a img {
  width: 100%;
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}

.product-category:hover > a img {
  opacity: 0.4;
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.shop-loading .product-layout {
  opacity: 0;
}

.shop-loading .product-layout-wrapper > .wc-loading {
  opacity: 1;
}

.product-layout-wrapper {
  position: relative;
}

.product-layout-wrapper > .wc-loading {
  opacity: 0;
  top: 0 !important;
}

.shop-container.fullwidth {
  width: 94%;
  margin: 0 auto;
}

.products .product-item {
  float: left;
}

.product-list-item {
  width: 100% !important;
}

.grid-columns-1 .product-item {
  width: 100%;
}

.grid-columns-2 .product-item {
  width: 50%;
}

.grid-columns-3 .product-item {
  width: 33.33%;
}

.grid-columns-3 .item-metro {
  width: 66.66%;
}

.grid-columns-4 .product-item {
  width: 25%;
}

.grid-columns-4 .item-metro {
  width: 50%;
}

.grid-columns-5 .product-item {
  width: 20%;
}

.grid-columns-5 .item-metro {
  width: 40%;
}

.grid-columns-6 .product-item {
  width: 16.6667%;
}

.grid-columns-6 .item-metro {
  width: 33.33%;
}

.grid-columns-7 .product-item {
  width: 14.285%;
}

.product-list-item .product-thumb {
  width: 30%;
  float: left;
  margin-bottom: 0;
}

.product-list-item .product-list-info {
  text-align: left;
  width: calc(100% - 30%);
  padding-left: 40px;
  float: left;
}

.product-spacing-0 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}

.product-spacing-0 .product {
  padding-left: 0;
  padding-right: 0;
}

.product-spacing-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.product-spacing-10 .product {
  padding-left: 5px;
  padding-right: 5px;
}

.product-spacing-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.product-spacing-20 .product {
  padding-left: 10px;
  padding-right: 10px;
}

.product-spacing-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.product-spacing-30 .product {
  padding-left: 15px;
  padding-right: 15px;
}

.product-spacing-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.product-spacing-40 .product {
  padding-left: 20px;
  padding-right: 20px;
}

.product-spacing-50 {
  margin-left: -25px;
  margin-right: -25px;
}

.product-spacing-50 .product {
  padding-left: 25px;
  padding-right: 25px;
}

.product-spacing-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.product-spacing-60 .product {
  padding-left: 30px;
  padding-right: 30px;
}

nav.woocommerce-pagination {
  text-align: right;
  float: right;
}

nav.woocommerce-pagination ul {
  list-style: none;
  padding: 0;
  border: none;
  margin: 0;
}

nav.woocommerce-pagination ul li {
  display: inline-block;
  border: none;
  margin-right: 4px;
  margin-bottom: 0;
}

nav.woocommerce-pagination ul li:last-child {
  margin-right: 0;
}

nav.woocommerce-pagination ul li span, nav.woocommerce-pagination ul li a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}

nav.woocommerce-pagination ul li a:focus,
nav.woocommerce-pagination ul li a:hover,
nav.woocommerce-pagination ul li span.current {
  background-color: #F86B73;
  color: white;
}

nav.woocommerce-pagination ul li .next, nav.woocommerce-pagination ul li .prev {
  font-size: 0;
}

nav.woocommerce-pagination ul li .next:before, nav.woocommerce-pagination ul li .prev:before {
  font-family: 'FontAweSome';
  font-size: 14px;
}

nav.woocommerce-pagination ul li .next:before {
  content: "\f0da";
}

nav.woocommerce-pagination ul li .prev:before {
  content: "\f0d9";
}

@media screen and (max-width: 767px) {
  .shop-action-bottom .woocommerce-result-count {
    display: none;
  }
  nav.woocommerce-pagination {
    text-align: center;
    float: none;
  }
}

#next-product a,
#prev-product a {
  background-color: #000000;
  position: fixed;
  top: 50%;
  margin-top: -37px;
  width: 90px;
  height: 65px;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#next-product span,
#prev-product span {
  position: absolute;
  top: 29px;
  left: 7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#next-product img,
#prev-product img {
  max-width: 65px;
  position: absolute;
  right: 0;
}

#prev-product a {
  left: -65px;
}

#prev-product span {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#prev-product img {
  right: auto;
  left: 0;
}

#prev-product:hover a {
  left: 0;
}

#next-product a {
  right: -65px;
}

#next-product:hover a {
  right: 0;
}

.entry-summary .adiva-countdown {
  display: block;
  font-size: 0;
  line-height: 1;
  margin-bottom: 30px;
}

.entry-summary .adiva-countdown > span {
  margin-right: 10px;
}

.column-center .badge {
  right: 35px;
  z-index: 9;
}

.column-left .badge {
  top: 20px;
  right: 40px;
  font-size: 13px;
  padding: 7px 14px;
  font-weight: 400;
  z-index: 9;
}

.column-left .badge.position-left {
  right: 40px;
  left: auto;
}

.column-left .badge.position-right {
  left: 40px;
  right: auto;
}

.extra-link {
  font-weight: 600;
}

.single-product-thumbnail img {
  width: 70%;
margin: 0 auto;
}

.single-product-thumbnail .slick-prev, .single-product-thumbnail .slick-next {
  width: 35px;
  height: 35px;
  top: calc(50% - 18px);
  bottom: auto;
  border: none;
  font-size: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.single-product-thumbnail .slick-prev:before, .single-product-thumbnail .slick-next:before {
  font-family: 'Simple-Line-Icons';
  font-size: 20px;
  color: #555555;
  line-height: 35px;
}

.single-product-thumbnail .slick-prev::before {
  content: "\e605";
}

.single-product-thumbnail .slick-next::before {
  content: "\e606";
}

.single-product-thumbnail .p-thumb .slick-prev {
  left: -10px;
}

.single-product-thumbnail .p-thumb .slick-next {
  right: -10px;
}

.single-product-thumbnail .p-thumb:hover .slick-prev {
  left: 10px;
}

.single-product-thumbnail .p-thumb:hover .slick-next {
  right: 10px;
}

.single-product-thumbnail .slick-slide {
  cursor: pointer;
}

.single-product-thumbnail .p-nav .slick-slide img {
  opacity: 0.5;
}

.single-product-thumbnail .p-nav .slick-slide.slick-current img {
  opacity: 1;
}

.single-product-thumbnail.left .p-nav, .single-product-thumbnail.right .p-nav {
  position: absolute;
  top: 0;
  width: 100px;
}

.single-product-thumbnail.left .p-nav .slick-slide:not(:last-child), .single-product-thumbnail.right .p-nav .slick-slide:not(:last-child) {
  margin-bottom: 10px;
}

.single-product-thumbnail.left:not(.no-nav) .p-thumb {
  margin-left: 110px;
}

.single-product-thumbnail.left .p-nav {
  left: 0;
}

.single-product-thumbnail.right:not(.no-nav) .p-thumb {
  margin-right: 110px;
}

.single-product-thumbnail.right .p-nav {
  right: 0;
}

.single-product-thumbnail.bottom .p-nav {
  margin-right: -10px;
  margin-top: 10px;
}

.single-product-thumbnail.bottom .p-nav .slick-slide:not(:last-child) {
  margin-right: 10px;
}

.single-product-thumbnail.bottom .p-nav .slick-prev {
  left: -10px;
}

.single-product-thumbnail.bottom .p-nav .slick-next {
  right: 10px;
}

.single-product-thumbnail.bottom .p-nav:hover .slick-prev {
  left: 0;
}

.single-product-thumbnail.bottom .p-nav:hover .slick-next {
  right: 20px;
}

.single-product-thumbnail.outside .slick-prev {
  left: 10px;
}

.single-product-thumbnail.outside .slick-next {
  right: 10px;
}

.single-product-thumbnail.outside:hover .slick-prev {
  left: 15px;
}

.single-product-thumbnail.outside:hover .slick-next {
  right: 15px;
}

.wc-single-product {
	margin: 0 auto;
    width: 90%;
  padding-bottom: 80px;
}

.wc-single-product-1.product-detail-bg {
  background-color: #F0EEEF;
  margin-bottom: 100px;
}

.wc-single-product-1.product-detail-bg .entry-summary {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
}

.wc-single-product-2 .p-thumb {
  overflow: hidden;
}

.wc-single-product-2 .p-thumb .p-item {
  float: left;
  margin-bottom: 6px;
  margin-right: 6px;
}

.wc-single-product-2 .p-thumb:not(.columns-full) .p-item {
  width: calc(50% - 6px);
}

.product-gallery-style-1 .p-thumb .p-item {
  width: calc(50% - 6px);
}

.product-gallery-style-1 .p-thumb .p-item:nth-child(2n) {
  margin-right: 0;
}

.product-gallery-style-2 .p-thumb .p-item:first-child, .product-gallery-style-2 .p-thumb .p-item:nth-child(3n+1) {
  width: calc(100% - 6px);
  margin-right: 0;
}

.product-gallery-style-2 .p-thumb .p-item:nth-child(2n) {
  margin-right: 6px;
}

.product-gallery-style-2 .p-thumb .p-item:nth-child(3n) {
  margin-right: 0;
}

.product-gallery-style-3 .p-thumb .p-item:first-child {
  width: calc(100% - 6px);
  margin-right: 0;
}

.product-gallery-style-3 .p-thumb .p-item:nth-child(3n) {
  margin-right: 0;
}

.wc-single-product-3 .p-thumb .p-item:not(:last-child) {
  margin-bottom: 6px;
}

.wc-single-product-4 .p-thumb .p-item:not(:last-child) {
  margin-bottom: 6px;
}

.wc-single-product-4 .woocommerce-product-rating .woocommerce-review-link:last-child {
  display: none;
}

.left-sidebar .wc-single-product-4 .product_title {
  font-size: 23px;
}

.wc-single-video {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}

.wc-single-video a {
  display: inline-block;
}

.wc-single-video a:before {
  display: inline-block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #F86B73;
  color: white;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  font-family: 'simple-line-icons';
  content: "\e071";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.product_title {
  margin: 0 0 18px;
  font-size: 32px;
}

.woocommerce-product-rating {
  margin-bottom: 20px;
}

.woocommerce-product-rating .star-rating {
  font-size: 15px;
  margin: 0;
}

.woocommerce-product-rating .woocommerce-review-link {
  position: relative;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  margin-left: 42px;
}

.woocommerce-product-rating .woocommerce-review-link:hover {
  color: #F86B73;
}

.product_meta {
  padding-top: 28px;
  padding-left: 0;
  border-top: 1px solid #e7e7e7;
  font-size: 13px;
  color: #3F3F3F;
  list-style: none;
}

.product_meta li {
  position: relative;
  padding-left: 15px;
	display: none;
}

.product_meta li:before {
  color: #F86B73;
  content: "\f111";
  font-family: 'FontAweSome';
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  font-size: 6px;
  margin-right: 10px;
}

.product_meta a {
  color: #3F3F3F;
}

.product_meta a:hover {
  color: #F86B73;
}

.entry-summary .price {
  font-size: 25px;
  font-weight: 600;
  color: black;
  margin-bottom: 30px;
}

.entry-summary .price del {
  font-weight: 400;
  font-size: 20px;
  color: #bbbbbb;
}

.entry-summary .price ins {
  text-decoration: none;
  margin-left: 20px;
}

.entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

.entry-summary p.stock {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 35px;
}

.entry-summary p.stock.in-stock {
  color: #27ae60;
}

.entry-summary p.stock.in-stock:before {
  content: '';
  background: url("assets/images/icons/icon-stock.png") no-repeat center center;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  display: inline-block;
}

.entry-summary p.stock.out-of-stock {
  color: #ff0000;
}

.entry-summary p.stock.out-of-stock:before {
  content: "\e617";
  font-family: 'simple-line-icons';
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.entry-summary table.variations {
  border: none;
  margin-bottom: 25px;
}

.entry-summary table.variations tr {
  margin-bottom: 20px;
}

.entry-summary table.variations td {
  border: none;
  vertical-align: middle;
  padding: 0;
  padding-bottom: 0px;
  padding-bottom: 20px;
}

.entry-summary table.variations td:first-child {
  padding-left: 0;
}

.entry-summary table.variations .label {
  font-size: 100%;
  margin-bottom: 0;
}

.entry-summary table.variations .label label {
  margin: 0;
  line-height: 45px;
  display: inline-block;
  font-weight: 600;
  color: #000;
  padding: 0;
}

.entry-summary table.variations select {
  width: auto;
  border: 1px solid #ebebeb;
  line-height: 45px;
  height: 45px;
  padding: 0 35px 0 15px;
  background: url("assets/images/icons/icon-down-shop-action.png") no-repeat calc(100% - 15px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.entry-summary table.group_table {
  margin-top: 0;
  border: none;
  border-collapse: collapse;
}

.entry-summary table.group_table tr {
  border: 1px solid #ebebeb;
  border-left: none;
  border-right: none;
}

.entry-summary table.group_table td {
  border: none;
  padding: 15px;
}

.entry-summary table.group_table td:first-child {
  padding-left: 0;
}

.entry-summary table.group_table label {
  margin-bottom: 0;
}

.entry-summary table.group_table .price {
  font-size: 17px;
  margin-bottom: 0;
}

.entry-summary table.group_table .quantity {
  margin: 0;
}

.entry-summary .reset_variations {
  display: inline-block;
  margin: 10px 0 0 20px;
}

.entry-summary .attribute-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  clear: both;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.entry-summary .attribute-wrap .attribute-name {
  margin: 0 20px 0 0;
  font-size: inherit;
  font-weight: 600;
  line-height: 20px;
}

.entry-summary .attribute-wrap .imageswatch-variation {
  min-width: 25px;
  height: 25px;
  border: 2px solid;
  border-color: #cccccc;
  margin-right: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.entry-summary .attribute-wrap .imageswatch-variation.selected {
  border-color: #F86B73;
}

.entry-summary .attribute-wrap .imageswatch-variation:last-child {
  margin-right: 0;
}

.entry-summary .attribute-wrap .imageswatch-variation span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
  background-position: center center;
}

.entry-summary .attribute-variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entry-summary .attribute-variations .reset_variations {
  margin: 0 0 0 30px;
  line-height: 20px;
}

.entry-summary .woocommerce-variation-price {
  margin-bottom: 20px;
}

.entry-summary .quantity {
  float: left;
  margin: 6px 48px 20px 0;
}

.entry-summary .compare.button {
  color: black;
  background-color: transparent !important;
  background-image: none !important;
  opacity: 1 !important;
  font-weight: inherit;
  padding: 0;
  text-transform: capitalize;
  padding-left: 28px;
  height: 31px;
  line-height: 31px;
}

.entry-summary .compare.button:hover {
  color: #F86B73;
}

.entry-summary .compare.button .blockOverlay {
  display: none !important;
}

.entry-summary .compare.button:before {
  content: "\e034";
  font-family: 'simple-line-icons';
  font-size: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
}

.entry-summary .compare.button:after {
  opacity: 0;
  content: " " !important;
  width: 16px;
  height: 16px;
  left: 0;
  right: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000000;
  border-right-color: white;
  border-left-color: white;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 8px);
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  -webkit-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -moz-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -o-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -ms-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -webkit-animation: load-spin 450ms infinite linear;
  animation: load-spin 450ms infinite linear;
}

.entry-summary .compare.button.loading:before {
  opacity: 0;
}

.entry-summary .compare.button.loading:after {
  opacity: 1;
}

.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show .text-hidden.hidden {
  display: inline-block !important;
}

.entry-summary .yith-wcwl-add-to-wishlist a {
  padding-left: 28px;
}

.entry-summary .yith-wcwl-add-to-wishlist a:before {
  font-size: 20px;
  margin-right: 5px;
  content: "\e08a";
  font-family: 'Simple-Line-Icons';
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
}

.entry-summary .yith-wcwl-add-to-wishlist a .tooltip {
  position: inherit;
  opacity: 1;
  font-family: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
}

.entry-summary .yith-wcwl-add-to-wishlist .loading a:before {
  content: " " !important;
  width: 16px;
  height: 16px;
  left: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000000;
  border-right-color: white;
  border-left-color: white;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 8px);
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  -webkit-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -moz-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -o-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -ms-transition: right .2s ease-in-out,opacity .25s ease-in-out;
  transition: right .2s ease-in-out,opacity .25s ease-in-out;
  -webkit-animation: load-spin 450ms infinite linear;
  animation: load-spin 450ms infinite linear;
}

.cart {
  margin-bottom: 30px;
}

.cart .button .fa {
  margin-left: 7px;
}

.single_add_to_cart_button {
  position: relative;
  padding: 0 20px 0 55px;
  height: 55px;
  line-height: 55px;
  background-color: #F86B73;
  color: white;
  border: none;
}

.single_add_to_cart_button:before {
  content: "\e04e";
  font-family: 'Simple-Line-Icons';
  position: absolute;
  left: 20px;
  font-size: 25px;
}

.single_add_to_cart_button:hover, .single_add_to_cart_button:focus {
  color: white;
}

.single_add_to_cart_button.loading:before {
  left: 20px;
  right: auto;
  border: 1px solid white;
}

.single_add_to_cart_button.added:before {
  content: "\e080";
}

.quantity {
  width: 105px;
}

.quantity input[type="number"] {
  text-align: center;
  padding: 0 5px;
  -moz-appearance: textfield;
  border: none;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background-color: #ebebeb;
  margin: 0 5px;
  float: left;
}

.quantity > a {
  float: left;
  width: 25px;
  height: 42px;
  background-color: #ebebeb;
}

.quantity i {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}

.quantity .icon-quantity-plus {
  background-image: url("assets/images/icons/plus.png");
}

.quantity .icon-quantity-minus {
  background-image: url("assets/images/icons/minus.png");
}
.datos{
width: 25%;
    margin: 8%;
}

.single-product-thumbnail.pr.clearfix.left.no-nav p {
    margin-left: 15%;
}

.single-product-thumbnail.pr.clearfix.left.no-nav #autor {
    margin-top: 20px;
	 margin-bottom: 5px;
}

.single-product-thumbnail.pr.clearfix.left.no-nav #paginas {
    
	 margin-bottom: 5px;
}

.product-detail-information {
  margin-bottom: 85px;
  max-width: 100% !important;
	display: none;
}

.woocommerce-Tabs-panel > h2 {
  display: none;
}

.woocommerce-Tabs-panel .woocommerce-Reviews-title {
  display: none;
}

.tabs-layout-tabs .wc-tabs {
  padding: 0;
  list-style: none;
  margin: 0px;
  text-align: center;
}

.tabs-layout-tabs .wc-tabs > li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  margin-bottom: 0px;
  border: 2px solid #ebebeb;
  border-bottom: none;
  margin: 0px 10px;
}

.tabs-layout-tabs .wc-tabs > li.active {
  border-top: 2px solid;
  border-color: #F86B73;
}

.tabs-layout-tabs .wc-tabs > li:before {
  content: "";
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 2;
}

.tabs-layout-tabs .wc-tabs > li > a {
  display: inline-block;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #777777;
}

.tabs-layout-tabs .wc-accordion-content,
.tabs-layout-tabs .tab-content {
  position: relative;
  border: 2px solid #ebebeb;
  padding: 30px;
}

.tabs-layout-tabs .yikes-custom-woo-tab-title,
.tabs-layout-tabs .woocommerce-Reviews-title {
  display: none;
}

.tabs-layout-tabs .woocommerce-Reviews,
.tabs-layout-tabs #tab-additional_information .shop_attributes {
  width: 60%;
  margin: 0 auto;
}

.tabs-layout-accordion .adiva-tab-wrapper {
  border-bottom: 1px solid #EBEBEB;
	display:none;
}

.adiva-accordion-title {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 14px 0;
}

.adiva-accordion-title:after {
  content: "\e604";
  font-family: 'simple-line-icons';
  margin-left: 8px;
  font-size: 11px;
  position: relative;
  top: -1px;
}

#tab-additional_information .shop_attributes th, #tab-additional_information .shop_attributes td {
  padding: 15px 0;
}

#tab-additional_information .shop_attributes th {
  text-align: left;
}

#tab-additional_information .shop_attributes td {
  text-align: right;
}

#tab-additional_information .shop_attributes tr:last-child td,
#tab-additional_information .shop_attributes tr:last-child th {
  border-bottom: none;
}

#tab-additional_information .shop_attributes p {
  margin-bottom: 0;
}

.upsell-products {
  margin-bottom: 40px;
}

.related-product .title-size-medium .title {
  font-size: 25px;
  font-weight: 500;
}

.related-product .product-style-1 {
  margin-bottom: 0;
}

/** ------------------------------------------------------------------------------------------------
* WISHLIST
* ------------------------------------------------------------------------------------------------ */
.yith-wcwl-add-to-wishlist {
  position: relative;
  margin-top: 0;
  padding: 0;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
}

.yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

.yith-wcwl-add-to-wishlist .clear,
.yith-wcwl-add-to-wishlist + .clear {
  display: none;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
}

.woocommerce table.wishlist_table {
  font-size: 100%;
}

.woocommerce table.wishlist_table td, .woocommerce table.wishlist_table th {
  text-align: center;
}

.woocommerce table.wishlist_table .product-name a {
  font-weight: 400;
}

.woocommerce table.wishlist_table a.button {
  background-color: #F86B73;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  padding: 0 20px;
  color: white;
}

.woocommerce table.wishlist_table a.button:hover, .woocommerce table.wishlist_table a.button:focus {
  color: white !important;
}

.woocommerce table.wishlist_table a.button.loading {
  font-size: 0;
}

.woocommerce table.wishlist_table a.button.loading:before {
  border-color: white;
}

.woocommerce table.wishlist_table a.button:before {
  content: none;
}

.wishlist_table tr td.product-thumbnail a {
  display: inherit;
  max-width: 100%;
}

.wishlist_table tr td.product-thumbnail a img {
  max-width: 85px;
  margin: 0 auto;
}

.wishlist-title h2 {
  margin-top: 0;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.login-hidden {
  display: none;
}

#customer_login h2 {
  text-transform: uppercase;
  font-size: 23px;
  margin-bottom: 15px;
}

.shop_table tr td:last-child, .shop_table tr th:last-child {
  text-align: right;
}

.woocommerce-my-account-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.woocommerce-MyAccount-navigation {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  max-width: 20%;
  width: 20%;
  border-right: 1px solid rgba(129, 129, 129, 0.2);
  padding-right: 30px;
  padding-top: 20px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 80%;
  flex: 1 0 80%;
  max-width: 80%;
  width: 80%;
  padding-left: 30px;
  padding-right: 30px;
}

.woocommerce-MyAccount-content .button.view {
  background-color: #F86B73;
  color: white;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table {
  margin-top: 0;
}

.shop_table th {
  text-transform: uppercase;
}

.shop_table .product-thumbnail img {
  max-width: 90px;
}

.shop_table .product-remove {
  font-size: 30px;
}

.shop_table .product-quantity .quantity {
  display: inline-block;
  float: none;
  margin-right: 0;
}

.shop_table .woocommerce-Price-amount {
  font-weight: 600;
  color: black;
}

.shop_table .woocommerce-Price-amount del {
  font-weight: 400;
  font-size: 14px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.shop_table .woocommerce-Price-amount ins {
  text-decoration: none;
  color: #F86B73;
}

.cart-actions {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cart-actions:after, .cart-actions:before {
  content: none;
}

.cart-actions > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.cart-actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cart-actions .coupon label {
  display: none;
}

.cart-actions .coupon .input-text {
  max-width: 230px;
  margin-right: 10px;
}

.cart-content-wrapper .cart-totals-section {
  margin-top: 40px;
  width: 400px;
  float: right;
}

.cart-totals-inner {
  border: 2px solid #EFEFEF;
  padding: 25px;
}

.cart-totals-inner h2 {
  font-size: 22px;
  margin-bottom: 5px;
  padding-left: 6px;
  text-transform: uppercase;
}

.cart-totals-inner table {
  margin-bottom: 10px;
}

.cart-totals-inner table tr:last-child th,
.cart-totals-inner table tr:last-child td {
  border-bottom: none;
}

.cart-totals-inner table .cart-subtotal .amount {
  font-weight: normal;
}

.cart-totals-inner .woocommerce-shipping-calculator {
  margin-top: 10px;
}

.cart-totals-inner .woocommerce-shipping-calculator > p {
  margin-bottom: 0;
}

.cart-totals-inner .shipping-calculator-form {
  margin-top: 20px;
  text-align: left;
}

.cart-totals-inner .checkout-button {
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  table.shop_table_responsive tr td,
  table.wishlist_table tr td {
    display: block;
    clear: both;
    overflow: hidden;
  }
  table.shop_table_responsive tbody th,
  table.shop_table_responsive thead,
  table.shop_table_responsive tr td.product-thumbnail::before,
  table.wishlist_table tbody th,
  table.wishlist_table thead,
  table.wishlist_table tr td.product-thumbnail::before {
    display: none;
  }
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
    color: #222;
  }
  table.shop_table_responsive tr td:not(.product-quantity) {
    text-align: right;
  }
  table.shop_table_responsive tr td.product-remove:before,
  table.shop_table_responsive tr td.actions:before,
  table.shop_table_responsive tr td.product-thumbnail:before,
  table.wishlist_table tr td.product-remove:before,
  table.wishlist_table tr td.actions:before {
    content: '';
  }
  table.shop_table_responsive tr td.product-thumbnail,
  table.wishlist_table tr td.product-thumbnail {
    text-align: center;
  }
  table.shop_table_responsive .product-quantity .quantity {
    float: right;
  }
  .woocommerce-cart-form .actions .coupon,
  .woocommerce-cart-form .actions .button {
    float: none;
    display: inherit;
  }
  .woocommerce-cart-form .actions .coupon label {
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .woocommerce-cart-form .actions .coupon input {
    width: 100%;
    display: block;
    margin: 10px 0 0;
  }
  .woocommerce-cart-form .actions input.button {
    width: 100%;
    margin-top: 10px;
  }
  .cart-collaterals .cross-sells,
  .cart-collaterals .cart_totals {
    width: 100%;
  }
}

.checkout-order-review {
  position: relative;
  background-color: #f8f8f8;
  padding: 30px;
  margin-bottom: 40px;
}

.checkout-order-review table {
  background: white;
}

.wc_payment_methods .payment_box {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px 15px;
  background-color: white;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.wc_payment_methods .payment_box:before {
  content: '\f0d8';
  font-family: 'FontAweSome';
  position: absolute;
  top: -4px;
  line-height: 0;
  left: 25px;
  color: white;
  font-size: 32px;
}

.woocommerce-invalid .select2-container--default .select2-selection--single,
.woocommerce-invalid input:not(:focus) {
  border-color: #ca1919;
}

.payment_methods .payment_method_paypal a {
  margin-left: 15px;
  text-decoration: underline;
  font-weight: 400;
}

.wc-terms-and-conditions {
  padding-top: 20px;
  border-top: 1px solid rgba(129, 129, 129, 0.2);
  margin-bottom: 40px !important;
}

.wc-terms-and-conditions .checkbox input[type="checkbox"] {
  position: inherit;
  margin-left: 0;
}

.wc-terms-and-conditions label {
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}

.woocommerce-checkout h3 {
	display: none !important;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.woocommerce-checkout ul.wc_payment_methods {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.woocommerce-checkout ul.wc_payment_methods label {
  font-weight: 400;
}

.woocommerce-checkout .checkout_coupon {
  margin-bottom: 40px;
}

.woocommerce-checkout .checkout_coupon .form-row {
  margin-bottom: 20px;
}

.woocommerce-additional-fields {
  margin-top: 40px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #E6E6E6;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: inline;
  padding-left: 0;
  padding-right: 0;
  color: #777;
  line-height: 1.4;
}

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

.form-row {
  margin-bottom: 20px;
}

.required {
  color: #E01020;
}

body.woocommerce-checkout .woocommerce > .woocommerce-info {
  background-color: transparent;
  padding: 0;
  color: #2d2a2a;
}

body.woocommerce-checkout .woocommerce > .woocommerce-info a {
  color: #F86B73;
  text-decoration: underline;
}

.checkout_coupon {
  padding: 30px 25px 10px 25px;
  text-align: center;
  border: 2px dashed #ddd;
  max-width: 450px;
}

.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
  float: none;
  width: auto;
  display: inline-block;
}

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

.wc-bacs-bank-details-heading,
.woocommerce-order-details__title,
.woocommerce-customer-details > h2 {
  font-size: 20px;
  text-transform: uppercase;
}

.woocommerce-order-details {
  margin-top: 50px;
}

.woocommerce-order-details .responsive-table {
  margin-bottom: 50px;
}

.woocommerce-order-details address,
.woocommerce-order-details .woocommerce-column__title {
  text-align: left;
}

.woocommerce-thankyou-order-details,
.wc-bacs-bank-details {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  border-right: 1px solid rgba(129, 129, 129, 0.2);
  text-align: center;
}

.woocommerce-thankyou-order-details li:last-child,
.wc-bacs-bank-details li:last-child {
  border-right: none;
}

.woocommerce-thankyou-order-details strong,
.wc-bacs-bank-details strong {
  display: block;
  margin-top: 10px;
  color: #000000;
}

.woocommerce-thankyou-order-details .amount,
.wc-bacs-bank-details .amount {
  color: #000000;
}

.woocommerce-bacs-bank-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

ul#shipping_method {
  list-style: none;
}

ul#shipping_method li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active::after {
  right: 0;
  left: auto;
  border-width: 7px 7px 7px 0;
  margin-top: -7px;
}

.dokan-dashboard-wrap .dokan-dash-sidebar {
  background-color: transparent;
}

.dokan-dashboard-wrap input,
.dokan-dashboard-wrap select.dokan-form-control {
  border: 1px solid #ededed;
  padding: 0 15px;
  background-image: none;
  height: 35px;
}

.dokan-dashboard-wrap ins {
  background-color: inherit;
}

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

.seller-rating .star-rating {
  display: block;
  margin-bottom: 10px;
}

.dokan-seller-listing .dokan-seller-search-form {
  width: 447px;
}

.dokan-seller-listing .dokan-seller-search-form input#search {
  border-color: rgba(129, 129, 129, 0.2) !important;
  border-radius: 0 !important;
  width: 100%;
}

.pagination-wrap ul.pagination > li > a {
  color: #555555;
}

.pagination-wrap ul.pagination > li > span,
.pagination-wrap ul.pagination > li > a,
.pagination-wrap ul.pagination > li > span.page-numbers {
  border-radius: 0;
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
  vertical-align: middle;
}

.dokan-single-store .dokan-store-tabs ul li {
  margin-bottom: 0;
}

.dokan-message, .dokan-info, .dokan-error {
  color: white;
  border-radius: 0;
  border: none;
}

input[type="submit"].dokan-btn,
a.dokan-btn,
.dokan-btn {
  border: none;
  border-radius: 0;
  background-color: #F86B73;
  color: white;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
}

input[type="submit"].dokan-btn:hover, input[type="submit"].dokan-btn:focus,
a.dokan-btn:hover,
a.dokan-btn:focus,
.dokan-btn:hover,
.dokan-btn:focus {
  background-color: #F86B73;
  opacity: 0.8;
  color: white;
}

.dokan-store-info {
  margin-bottom: 0;
}

.dokan-store-info > li {
  margin-bottom: 0;
}

.dokan-category-menu {
  border: none;
}

.dokan-category-menu h3.widget-title {
  background: none;
  padding: 0 0 7px 0;
  color: #000000;
  border: none;
}

.dokan-store-sidebar #dokan-store-location {
  width: 100%;
  height: 200px;
}

.dokan-single-store .profile-frame-no-banner .store-name {
  margin-bottom: 10px;
}

.dokan-single-store .profile-frame-no-banner .profile-info-summery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dokan-single-store .profile-frame-no-banner .profile-info-head {
  margin-left: 10px;
  margin-top: 10px;
}

.dokan-single-store .profile-frame-no-banner .profile-info {
  -ms-flex-preferred-size: 600px;
  flex-basis: 600px;
}

.dokan-single-store .profile-frame-no-banner .profile-layout-layout3 .profile-img img {
  width: auto !important;
  height: auto !important;
  max-width: 150px !important;
}

.dokan-single-store .profile-frame-no-banner .dokan-store-info > li.dokan-store-rating {
  float: left !important;
}

.dokan-single-store .profile-frame-no-banner .dokan-store-info > li:before {
  display: none;
}

.dokan-single-store .profile-frame-no-banner .dokan-store-info:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}

.dokan-single-store .profile-frame-no-banner .store-social-wrapper {
  margin-top: 10px;
}

.dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper, .dokan-single-store .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
  height: auto !important;
}

.dokan-single-store .profile-info-box.profile-layout-layout1 .dokan-store-info li:last-child, .dokan-single-store .profile-info-box.profile-layout-layout2 .dokan-store-info li:last-child {
  padding-bottom: 0 !important;
}

.dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-summery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: auto !important;
  position: relative !important;
  top: auto !important;
  margin-top: -55px;
  margin-bottom: 20px;
}

.dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-summery > div {
  float: none !important;
}

.dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-head {
  margin-left: 5px;
}

.dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info {
  -ms-flex-preferred-size: 450px;
  flex-basis: 450px;
}

.dokan-single-store .profile-info-box.profile-layout-layout2 .profile-img {
  margin-top: -75px;
}

.dokan-single-store .profile-info-box.profile-layout-layout2 .profile-info {
  margin-bottom: 20px;
}

.dokan-single-store .profile-info-box.profile-layout-layout2 .profile-info-head,
.dokan-single-store .profile-info-box.profile-layout-layout2 .profile-info,
.dokan-single-store .profile-info-box.profile-layout-layout2 .store-name,
.dokan-single-store .profile-info-box.profile-layout-layout2 .dokan-store-info,
.dokan-single-store .profile-info-box.profile-layout-layout2 .store-social-wrapper {
  position: static !important;
}

.admin-bar .cartSidebarWrap {
  top: 32px;
}

.cartSidebarWrap {
  position: fixed;
  background-color: white;
  right: 0;
  top: 0;
  width: 320px;
  height: 100%;
  z-index: 9999;
  -webkit-box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.cartSidebarWrap .cart_wrap_content {
  position: relative;
  width: 100%;
  height: 100%;
}

.cartSidebarWrap .cart-sidebar-header {
  border-bottom: 1px solid #f4f4f4;
  padding: 0 20px;
}

.cartSidebarWrap .cart-sidebar-header .cart-sidebar-title {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 55px;
  font-size: 18px;
}

.cartSidebarWrap .cart-sidebar-header .close-cart {
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}

.cartSidebarWrap .cart-sidebar-header .close-cart i {
  font-size: 19px;
  line-height: 53px;
}

.cartSidebarWrap .widget_shopping_cart_content {
  padding: 20px 20px 50px;
  height: calc(100% - 56px);
}

.cartSidebarWrap .cart-bottom-box .total {
  font-weight: 600;
  font-size: 17px;
  display: block;
  padding: 15px 0;
  border-top: 1px solid #f4f4f4;
  margin: 0;
  font-size: 16px;
}

.has-toggle-cart-sidebar #sidebar-open-overlay {
  opacity: 1;
  visibility: visible;
}

.has-toggle-cart-sidebar .cartSidebarWrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#header-cart.toggle-sidebar .dropdown-menu {
  display: none;
}

/* ---------------------------------------------
   11. ELEMENTS
   ------------------------------------------ */
.addon-title {
  margin-bottom: 30px;
}

.addon-title .title {
  display: block;
  margin: 5px 0;
}

.addon-title .subtitle.style-background {
  font-weight: 600;
  line-height: 1.2;
  padding: 6px 10px;
  display: inline-block;
}

.addon-title .line-wrap {
  display: block;
  position: relative;
}

.addon-title .left-line,
.addon-title .right-line {
  display: none;
}

.title-size-small .subtitle {
  font-size: 12px;
}

.title-size-small .title {
  font-size: 18px;
}

.title-size-small .description {
  font-size: 13px;
}

.title-size-default .subtitle {
  font-size: 14px;
}

.title-size-default .title {
  font-size: 22px;
}

.title-size-medium .subtitle {
  font-size: 14px;
}

.title-size-medium .title {
  font-size: 27px;
}

.title-size-large .subtitle {
  font-size: 14px;
}

.title-size-large .title {
  font-size: 36px;
}

.title-color-default .subtitle.style-background {
  color: #333;
  background-color: #f4f4f4;
}

.title-color-primary .subtitle {
  color: #F86B73;
}

.title-color-primary .subtitle.style-background {
  color: white;
  background-color: #F86B73;
}

.title-color-primary .description {
  color: #989898;
}

.title-color-black .subtitle {
  color: #000000;
}

.title-color-black .subtitle.style-background {
  color: white;
  background-color: #333333;
}

.title-color-black .description {
  color: #000000;
}

.title-color-white .subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.title-color-white .subtitle.style-background {
  color: #212121;
  background-color: rgba(255, 255, 255, 0.8);
}

.title-color-white .description {
  color: rgba(255, 255, 255, 0.8);
}

.title-color-white .title {
  color: white;
}

.title_2 {
  font-size: 19px;
  position: relative;
  margin: 0 0 15px;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.title_2:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #d7d7d7;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-box {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.banner-box img {
  width: 100%;
  -webkit-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.banner-box .banner-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 30px;
}

.banner-box .banner-inner {
  width: 100%;
}

.banner-box p {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.banner-box.bg-bottom .banner-text {
  top: auto;
  bottom: 30px;
  height: auto;
  background: rgba(255, 255, 255, 0.85);
  padding: 15px 20px;
}

.banner-box.bottom .banner-text {
  top: auto;
  bottom: 60px;
  height: auto;
}

.banner-box.bottom .content {
  display: inherit;
}

.banner-box.bottom .banner-inner {
  display: inherit;
}

.banner-box.pa-bg .title p {
  background: white;
  padding: 8px 30px;
  display: inline-block;
}

.banner-box .btn-wrapper {
  margin: 35px 0;
}

.content-width-10 {
  max-width: 10%;
}

.content-width-20 {
  max-width: 20%;
}

.content-width-30 {
  max-width: 30%;
}

.content-width-40 {
  max-width: 40%;
}

.content-width-50 {
  max-width: 50%;
}

.content-width-60 {
  max-width: 60%;
}

.content-width-70 {
  max-width: 70%;
}

.content-width-80 {
  max-width: 80%;
}

.content-width-90 {
  max-width: 90%;
}

.content-width-100 {
  max-width: 100%;
}

.banner-vertical-middle .banner-text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-vertical-bottom .banner-text {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.banner-hover-zoom {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
}

.banner-hover-zoom:hover img {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -o-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.banner-hover-background,
.banner-hover-border {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
}

.banner-hover-background .banner-text:after,
.banner-hover-border .banner-text:after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  -moz-transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  -o-transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.banner-hover-background:hover .banner-text:after,
.banner-hover-border:hover .banner-text:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.banner-hover-zoom-reverse {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
}

.banner-hover-zoom-reverse img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.banner-hover-zoom-reverse:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.banner-mask .banner-text {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  -moz-transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: background-color 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}

.banner-mask.banner-hover-zoom:hover .banner-text, .banner-mask.banner-hover-zoom-reverse:hover .banner-text {
  background-color: rgba(0, 0, 0, 0.6);
}

.banner-shadow {
  -webkit-box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.7);
  box-shadow: 0 10px 20px -9px rgba(0, 0, 0, 0.7);
}

.banner-background .banner-text,
.banner-border .banner-text {
  overflow: hidden;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.banner-border .banner-text {
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.banner-background .banner-text {
  background-color: rgba(0, 0, 0, 0.7);
}

.banner-hover-background:not(.banner-background) .banner-text:after {
  background-color: rgba(0, 0, 0, 0.7);
}

.banner-hover-border:not(.banner-border) .banner-text:after {
  border: 5px solid rgba(255, 255, 255, 0.3);
}

.banner-hover-background:not(.banner-background) .banner-text,
.banner-hover-border:not(.banner-border) .banner-text {
  overflow: hidden;
  padding: 40px;
}

.banner-hover-background:not(.banner-background) .banner-text:after,
.banner-hover-border:not(.banner-border) .banner-text:after {
  content: '';
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  -moz-transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  -o-transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: all 0.35s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.banner-hover-background:not(.banner-background) .banner-inner,
.banner-hover-border:not(.banner-border) .banner-inner {
  z-index: 4;
}

.banner-hover-background:not(.banner-background):hover .banner-text:after,
.banner-hover-border:not(.banner-border):hover .banner-text:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.adiva-promo-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
}

.adiva-promo-bar p {
  margin-bottom: 0;
}

.portfolio-container {
  margin-top: 93px;
  margin-bottom: 100px;
}

.portfolio-container.fullwidth {
  width: 94%;
  margin: 50px auto;
}

.portfolio-container .adiva-pagination {
  margin-top: 30px;
}

.portfolio-filter > a {
  color: #777;
  position: relative;
  margin: 0 20px;
  border: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-filter > a:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #F86B73;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.portfolio-filter > a.selected {
  color: #F86B73;
}

.portfolio-filter > a.selected:before {
  width: 100%;
}

.portfolio-thumbnail a:not(.enlarge):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.portfolio-thumbnail img {
  width: 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

.portfolio-thumbnail .enlarge {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  width: 35px;
  height: 35px;
  text-align: center;
  opacity: 0;
  z-index: 9;
}

.portfolio-thumbnail .enlarge i {
  line-height: 35px;
}

.portfolio-category {
  overflow: hidden;
  -webkit-transition: all 650ms;
  -moz-transition: all 650ms;
  -o-transition: all 650ms;
  transition: all 650ms;
  line-height: 1.6;
}

.portfolio-title {
  font-size: 18px;
  margin: 0;
  line-height: 30px;
  overflow: hidden;
  font-weight: 500;
  -webkit-transition: all 650ms;
  -moz-transition: all 650ms;
  -o-transition: all 650ms;
  transition: all 650ms;
}

.portfolio-item:hover .portfolio-thumbnail img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.portfolio-item:hover .portfolio-thumbnail a:after {
  opacity: 1;
}

.portfolio-item:hover .portfolio-thumbnail .enlarge {
  opacity: 1;
}

.portfolio-default .portfolio-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.portfolio-default .portfolio-category {
  color: white;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.portfolio-default .portfolio-category a {
  color: white;
}

.portfolio-default .portfolio-title {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.portfolio-default .portfolio-title a {
  color: white;
}

.portfolio-default:hover .portfolio-thumbnail img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.portfolio-default:hover .portfolio-thumbnail a:after {
  opacity: 1;
}

.portfolio-default:hover .portfolio-category {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-default:hover .portfolio-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.portfolio-hover-inverse {
  overflow: hidden;
}

.portfolio-hover-inverse .portfolio-content {
  text-align: center;
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}

.portfolio-hover-inverse .portfolio-category {
  color: white;
}

.portfolio-hover-inverse .portfolio-category a {
  color: white;
}

.portfolio-hover-inverse .portfolio-title a {
  color: white;
}

.portfolio-hover-inverse:hover .portfolio-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.portfolio-hover-inverse:hover .portfolio-thumbnail img {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}

.portfolio-text-under-image .portfolio-content {
  padding: 15px 0;
}

.portfolio-text-under-image-shadow .portfolio-content {
  text-align: center;
  padding: 15px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
}

.vc_row-no-padding .instagram-pic-wrapper .owl-theme .owl-nav .owl-prev {
  left: -22px;
}

.vc_row-no-padding .instagram-pic-wrapper .owl-theme .owl-nav .owl-next {
  right: -22px;
}

.vc_row-no-padding .instagram-pic-wrapper .owl-theme:hover .owl-nav .owl-prev {
  left: 0;
}

.vc_row-no-padding .instagram-pic-wrapper .owl-theme:hover .owl-nav .owl-next {
  right: 0;
}

.instagram-pic-wrapper .instagram-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.instagram-pic-wrapper .instagram-content-inner {
  z-index: 5;
  background: white;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  max-width: 300px;
  width: 100%;
  padding: 30px;
}

.instagram-pic-wrapper .item {
  float: left;
}

.instagram-pic-wrapper .instagram-carousel .item {
  float: none;
}

.instagram-picture:before {
  content: "\f16d";
  font-family: 'FontAweSome';
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  opacity: 0;
  color: white;
  font-size: 30px;
  -webkit-transform: translate3D(-50%, -50%, 0);
  -moz-transform: translate3D(-50%, -50%, 0);
  -o-transform: translate3D(-50%, -50%, 0);
  -ms-transform: translate3D(-50%, -50%, 0);
  transform: translate3D(-50%, -50%, 0);
  margin-top: -20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.instagram-picture:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.instagram-picture > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}

.instagram-picture .hover-mask {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 15px;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.instagram-picture .instagram-like,
.instagram-picture .instagram-comment {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  color: white;
  font-weight: normal;
  font-size: 17px;
  vertical-align: middle;
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.instagram-picture .instagram-like:before,
.instagram-picture .instagram-like span,
.instagram-picture .instagram-comment:before,
.instagram-picture .instagram-comment span {
  vertical-align: middle;
}

.instagram-picture .instagram-like:before,
.instagram-picture .instagram-comment:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
}

.instagram-picture .instagram-like {
  text-align: left;
}

.instagram-picture .instagram-comment {
  text-align: right;
}

.instagram-picture:hover .hover-mask {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.instagram-picture:hover:before {
  margin-top: 0;
}

.instagram-picture:hover:before, .instagram-picture:hover:after {
  opacity: 1;
}

.instagram-rounded .instagram-picture {
  border-radius: 50%;
}

.instagram-rounded .hover-mask {
  top: 0;
  display: none;
}

.instagram-rounded .instagram-like,
.instagram-rounded .instagram-comment {
  max-width: 50%;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.instagram-rounded .instagram-like {
  text-align: right;
}

.instagram-rounded .instagram-comment {
  text-align: left;
}

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.service-box .service-box-icon {
  color: #646464;
  line-height: 1;
}

.service-box .service-box-icon i {
  font-size: 36px;
}

.service-box .service-box-content h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.service-size-large .service-box-icon i {
  font-size: 46px;
}

.service-size-large .service-box-content h3 {
  font-size: 20px;
}

.service-align-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.service-align-left .service-box-icon {
  max-width: 50%;
  margin-right: 20px;
}

.service-align-left .service-box-content p {
  margin-bottom: 0;
}

.service-align-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}

.service-align-right .service-box-icon {
  max-width: 50%;
  margin-left: 20px;
}

.service-align-right .service-box-content p {
  margin-bottom: 0;
}

.service-align-top .service-box-icon {
  margin-bottom: 15px;
}

.jmsbrand-box {
  padding-top: 75px;
  padding-bottom: 75px;
}

.jmsbrand-box .owl-carousel .owl-item img {
  display: inline-block;
  max-width: 100%;
  width: auto;
}

.jmsbrand-box .item img {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.jmsbrand-box .item:hover img {
  -webkit-filter: none;
  filter: none;
}

.product-filter {
  margin-bottom: 35px;
}

.product-filter a {
  display: inline-block;
  line-height: 25px;
  color: #000000;
  position: relative;
  font-size: 17px;
  padding: 0 20px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 400;
}

.product-filter a.active {
  color: #F86B73;
}

.product-filter a.active:after {
  width: 100%;
}

.jmsproduct-tab .nav-tabs {
  text-align: center;
  border: none;
  margin-bottom: 44px;
}

.jmsproduct-tab .nav-tabs > li {
  position: relative;
  display: inline-block;
  float: none;
  padding: 0 25px;
}

.jmsproduct-tab .nav-tabs > li:before {
  position: absolute;
  top: 0px;
  left: -6px;
  content: '|';
  color: rgba(0, 0, 0, 0.25);
}

.jmsproduct-tab .nav-tabs > li:first-child:before {
  content: none;
}

.jmsproduct-tab .nav-tabs > li > a {
  color: black;
  font-weight: 400;
  position: relative;
  border: none;
  font-size: 17px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0 0 3px;
  margin: 0;
}

.jmsproduct-tab .nav-tabs > li > a:hover, .jmsproduct-tab .nav-tabs > li > a:focus {
  border: none;
  background-color: transparent;
}

.jmsproduct-tab .nav-tabs > li > a:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #F86B73;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.jmsproduct-tab .nav-tabs > li.active > a {
  color: #F86B73;
}

.jmsproduct-tab .nav-tabs > li.active > a:after {
  width: 100%;
}

.jmsproduct-tab.design-tab-2 .nav-tabs {
  margin-bottom: 25px;
}

.jmsproduct-tab.design-tab-2 .nav-tabs > li {
  padding: 0 22px 15px;
}

.jmsproduct-tab.design-tab-2 .nav-tabs > li:before {
  content: none;
}

.jmsproduct-tab.design-tab-2 .nav-tabs > li > a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 19px;
  letter-spacing: 0;
  padding-bottom: 5px;
  font-weight: 400;
}

.jmsproduct-tab.design-tab-2 .nav-tabs > li > a:after {
  content: '';
  width: 0;
  height: 2px;
  margin: 0 auto;
  background-color: #d7d7d7;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.jmsproduct-tab.design-tab-2 .nav-tabs > li.active > a {
  color: #F86B73;
}

.jmsproduct-tab.design-tab-2 .nav-tabs > li.active > a:after {
  width: 40px;
  background-color: #F86B73;
}

.jmsproduct-tab .tab-content {
  position: relative;
}

.jmsproduct-tab .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.jmsproduct-tab .tab-pane.active {
  visibility: inherit;
  position: inherit;
  opacity: 1;
  -webkit-transition: all ease-out 0.3s 0.3s;
  -moz-transition: all ease-out 0.3s 0.3s;
  -o-transition: all ease-out 0.3s 0.3s;
  transition: all ease-out 0.3s 0.3s;
}

/** ------------------------------------------------------------------------------------------------
* TESTIMONIAL
* ------------------------------------------------------------------------------------------------ */
.jmstestimonial-box .addon-title {
  margin-bottom: 10px;
}

.jmstestimonial-box .addon-title h3 {
  position: relative;
  font-size: 27px;
  padding-bottom: 16px;
  margin: 0;
}

.jmstestimonial-box .addon-title h3:after {
  content: '';
  width: 43px;
  height: 2px;
  background-color: black;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.jmstestimonial-box .owl-theme .owl-dots {
  margin-top: 0;
}

.testimonial-box {
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-box .testimonial-avatar img {
  max-width: 100px;
  display: inline-block;
  border-radius: 50%;
}

.testimonial-box .testimonial-content footer {
  margin-top: 15px;
  font-weight: 600;
  color: #2d2a2a;
}

.testimonial-box .testimonial-content footer .name {
  line-height: 1.4;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 3px;
}

.testimonial-box .testimonial-content footer .office {
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
}

.testimonial-box .testimonial-content footer span {
  display: block;
}

.testimonials-color-light .addon-title h3 {
  color: white;
}

.testimonials-color-light .addon-title h3:after {
  background-color: white;
}

.testimonials-color-light .testimonial-content {
  color: rgba(255, 255, 255, 0.75);
}

.testimonials-color-light .testimonial-content footer {
  color: white;
}

.testimonials-color-light .testimonial-content footer .office {
  color: rgba(255, 255, 255, 0.75);
}

.testimonials-color-light .testimonial-content footer > span {
  color: rgba(255, 255, 255, 0.75);
}

.testimonials-align-center .addon-title {
  text-align: center;
}

.testimonials-align-center .testimonials {
  text-align: center;
}

.testimonials-align-center .testimonials .testimonial-avatar {
  margin-bottom: 15px;
}

.testimonials-align-left .testimonial-inner,
.testimonials-align-right .testimonial-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.testimonials-align-left .testimonial-avatar,
.testimonials-align-right .testimonial-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.testimonials-align-left .testimonial-content,
.testimonials-align-right .testimonial-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.testimonials-align-left .addon-title {
  text-align: left;
}

.testimonials-align-left .testimonials {
  text-align: left;
}

.testimonials-align-left .testimonial-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.testimonials-align-left .testimonial-avatar {
  margin-right: 20px;
}

.testimonials-align-right .addon-title {
  text-align: right;
}

.testimonials-align-right .testimonials {
  text-align: right;
}

.testimonials-align-right .testimonial-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

.testimonials-align-right .testimonial-avatar {
  margin-left: 20px;
}

.testimonials-grid .testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.testimonials-grid .testimonial-box {
  margin-bottom: 30px;
}

.testimonials-grid.testimonials-columns-1 .testimonial-box {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
}

.testimonials-grid.testimonials-columns-2 .testimonial-box {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}

.testimonials-grid.testimonials-columns-3 .testimonial-box {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  width: 33.33333333%;
}

.testimonials-grid.testimonials-columns-4 .testimonial-box {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  width: 25%;
}

.testimonials-grid.testimonials-columns-5 .testimonial-box {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  width: 20%;
}

.testimonials-grid.testimonials-columns-6 .testimonial-box {
  -ms-flex-preferred-size: 16.66666666%;
  flex-basis: 16.66666666%;
  max-width: 16.66666666%;
  width: 16.66666666%;
}

.testimonials-style-boxed .testimonial-box:hover .testimonial-inner {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.testimonials-style-boxed .testimonial-inner {
  padding: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.testimonials-slider .testimonial-box {
  padding: 15px 0;
}

.testimonials-slider .owl-theme .owl-nav div[class*="owl"] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 34px;
  height: 67px;
  background: url("assets/images/icons/owl-controls.png") no-repeat left center;
  top: 50%;
  margin-top: -75px;
}

.testimonials-slider .owl-theme .owl-nav div.owl-next {
  background-position: right center;
}

.testimonials-slider .owl-theme .owl-nav [class*="owl-"] .icon-arrow.prev,
.testimonials-slider .owl-theme .owl-nav [class*="owl-"] .icon-arrow.next {
  background: none;
}

.testimonials-slider .owl-theme .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #A29797;
  margin: 0 4px;
}

.testimonials-slider .owl-theme .owl-dots .owl-dot.active span {
  width: 13px;
  height: 13px;
  border: 2px solid #F86B73;
  background: transparent;
  position: relative;
  top: 2px;
}

.testimonials-slider.owl-theme .owl-dots {
  margin-top: 0;
}

/** ------------------------------------------------------------------------------------------------
* TEAM MEMBERS
* ------------------------------------------------------------------------------------------------ */
.team-member {
  margin-bottom: 40px;
}

.team-member .member-image {
  margin-bottom: 15px;
  text-align: center;
}

.team-member .member-name,
.team-member .member-position {
  margin-bottom: 0;
}

.team-member .member-name {
  font-size: 20px;
  font-weight: 600;
}

.team-member .member-position {
  display: block;
  margin-top: 5px;
  color: #9e9e9e;
  font-size: 14px;
}

.team-member .member-bio {
  margin-top: 10px;
}

.team-member .member-bio:empty {
  display: none;
}

.team-member .member-social {
  margin-top: 10px;
}

.team-member .adiva-social-icons {
  margin-left: -4px;
  margin-right: -4px;
}

.team-member.text-center .adiva-social-icons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-member.text-right .adiva-social-icons {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.team-member.color-scheme-light .member-name {
  color: white;
}

.team-member.color-scheme-light .member-position {
  color: rgba(255, 255, 255, 0.6);
}

.team-member.color-scheme-light .member-email {
  color: rgba(255, 255, 255, 0.8);
}

.member-layout-hover {
  position: relative;
}

.member-layout-hover .member-image-wrapper {
  overflow: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
}

.member-layout-hover .member-image {
  margin-bottom: 0;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-transition: transform .5s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.member-layout-hover .member-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 20px 20px 20px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.61)));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 100%);
}

.member-layout-hover .member-social {
  margin-top: 5px;
}

.member-layout-hover.color-scheme-light .member-details {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.member-layout-hover.color-scheme-light .member-name {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.member-layout-hover:hover .member-image {
  -webkit-transform: scale3D(1.09, 1.09, 1.09);
  -ms-transform: scale3D(1.09, 1.09, 1.09);
  transform: scale3D(1.09, 1.09, 1.09);
}

/** ------------------------------------------------------------------------------------------------
* SOCIAL ICONS
* ------------------------------------------------------------------------------------------------ */
.social-list-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-list-icons li {
  display: inline-block;
}

.social-list-icons li a {
  border-radius: 50%;
  padding: 6px;
  color: #828282;
}

.adiva-social-icons {
  font-size: 0;
}

.adiva-social-icons.icon-align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.adiva-social-icons.icon-align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.adiva-social-icons.icon-align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.adiva-social-icons .adiva-social-icon a {
  display: inline-block;
  font-size: 0;
  text-align: center;
}

.adiva-social-icons .adiva-social-icon i {
  font-size: 14px;
}

.adiva-social-icons:not(.icons-design-default) .adiva-social-icon a {
  width: 30px;
  height: 30px;
}

.adiva-social-icons:not(.icons-design-default) .adiva-social-icon i {
  line-height: 30px;
}

.adiva-social-icons.icons-design-default .adiva-social-icon a {
  padding: 6px;
  color: rgba(0, 0, 0, 0.6);
}

.adiva-social-icons.icons-design-default .adiva-social-icon a:hover {
  color: rgba(0, 0, 0, 0.8);
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon {
  margin: 4px;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon a {
  color: rgba(0, 0, 0, 0.4);
  background-color: #efefef;
}

.adiva-social-icons.icons-design-bordered .adiva-social-icon {
  margin: 4px;
}

.adiva-social-icons.icons-design-bordered .adiva-social-icon a {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.4);
  border: 2px solid #cccccc;
}

.adiva-social-icons.icons-design-bordered .adiva-social-icon i {
  margin-top: -2px;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon {
  margin: 4px;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon a {
  color: white;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon a:hover {
  opacity: 0.8;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-facebook a {
  background-color: #365493;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-twitter a {
  background-color: #3CF;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-google a, .adiva-social-icons.icons-design-colored .adiva-social-icon.social-google-plus a {
  background-color: #d44132;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-instagram a {
  background-color: #774430;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-email a {
  background-color: #F89A1E;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-pinterest a {
  background-color: #CB2027;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-youtube a {
  background-color: #CB2027;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-tumblr a {
  background-color: #36465d;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-linkedin a {
  background-color: #0274b3;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-vimeo a {
  background-color: #1ab7ea;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-flickr a {
  background-color: #fe0072;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-github a {
  background-color: #171515;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-dribbble a {
  background-color: #ec5e95;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-behance a {
  background-color: #1f6ffc;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-soundcloud a {
  background-color: #f9490d;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-spotify a {
  background-color: #2ebd59;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-skype a {
  background-color: #00aff0;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-ok a {
  background-color: #EE8208;
}

.adiva-social-icons.icons-design-colored .adiva-social-icon.social-whatsapp a {
  background-color: #1EBEA5;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon a:hover {
  color: white;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-facebook a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-facebook a:hover {
  background-color: #365493;
  border-color: #365493;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-twitter a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-twitter a:hover {
  background-color: #3CF;
  border-color: #3CF;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-instagram a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-instagram a:hover {
  background-color: #774430;
  border-color: #774430;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-google a:hover, .adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-google-plus a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-google a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-google-plus a:hover {
  background-color: #d44132;
  border-color: #d44132;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-email a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-email a:hover {
  background-color: #F89A1E;
  border-color: #F89A1E;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-youtube a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-youtube a:hover {
  background-color: #CB2027;
  border-color: #CB2027;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-pinterest a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-pinterest a:hover {
  background-color: #CB2027;
  border-color: #CB2027;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-tumblr a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-tumblr a:hover {
  background-color: #36465d;
  border-color: #36465d;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-linkedin a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-linkedin a:hover {
  background-color: #0274b3;
  border-color: #0274b3;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-vimeo a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-vimeo a:hover {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-flickr a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-flickr a:hover {
  background-color: #fe0072;
  border-color: #fe0072;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-github a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-github a:hover {
  background-color: #171515;
  border-color: #171515;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-dribbble a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-dribbble a:hover {
  background-color: #ec5e95;
  border-color: #ec5e95;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-behance a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-behance a:hover {
  background-color: #1f6ffc;
  border-color: #1f6ffc;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-soundcloud a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-soundcloud a:hover {
  background-color: #f9490d;
  border-color: #f9490d;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-spotify a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-spotify a:hover {
  background-color: #2ebd59;
  border-color: #2ebd59;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-skype a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-skype a:hover {
  background-color: #00aff0;
  border-color: #00aff0;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-ok a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-ok a:hover {
  background-color: #EE8208;
  border-color: #EE8208;
}

.adiva-social-icons.icons-design-colored-alt .adiva-social-icon.social-whatsapp a:hover, .adiva-social-icons.icons-design-bordered .adiva-social-icon.social-whatsapp a:hover {
  background-color: #1EBEA5;
  border-color: #1EBEA5;
}

.adiva-social-icons.icons-size-default .adiva-social-icon i {
  font-size: 18px;
}

.adiva-social-icons.icons-size-default:not(.icons-design-default) .adiva-social-icon a {
  width: 40px;
  height: 40px;
}

.adiva-social-icons.icons-size-default:not(.icons-design-default) .adiva-social-icon i {
  line-height: 40px;
}

.adiva-social-icons.icons-size-large .adiva-social-icon i {
  font-size: 22px;
}

.adiva-social-icons.icons-size-large:not(.icons-design-default) .adiva-social-icon a {
  width: 60px;
  height: 60px;
}

.adiva-social-icons.icons-size-large:not(.icons-design-default) .adiva-social-icon i {
  line-height: 60px;
}

.adiva-social-icons.social-form-circle .adiva-social-icon a {
  border-radius: 50%;
}

.adiva-social-icons.color-scheme-light.icons-design-simple .adiva-social-icon a, .adiva-social-icons.color-scheme-light.icons-design-colored-alt .adiva-social-icon a,
.color-scheme-light .adiva-social-icons.icons-design-simple .adiva-social-icon a,
.color-scheme-light .adiva-social-icons.icons-design-colored-alt .adiva-social-icon a,
.header-color-light .topbar-text > .adiva-social-icons.icons-design-simple .adiva-social-icon a,
.header-color-light .topbar-text > .adiva-social-icons.icons-design-colored-alt .adiva-social-icon a,
.header-color-light .widgetarea-head > .adiva-social-icons.icons-design-simple .adiva-social-icon a,
.header-color-light .widgetarea-head > .adiva-social-icons.icons-design-colored-alt .adiva-social-icon a,
.header-color-light .menu-text-widget > .adiva-social-icons.icons-design-simple .adiva-social-icon a,
.header-color-light .menu-text-widget > .adiva-social-icons.icons-design-colored-alt .adiva-social-icon a {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
}

.adiva-social-icons.color-scheme-light.icons-design-default .adiva-social-icon a,
.color-scheme-light .adiva-social-icons.icons-design-default .adiva-social-icon a,
.header-color-light .topbar-text > .adiva-social-icons.icons-design-default .adiva-social-icon a,
.header-color-light .widgetarea-head > .adiva-social-icons.icons-design-default .adiva-social-icon a,
.header-color-light .menu-text-widget > .adiva-social-icons.icons-design-default .adiva-social-icon a {
  color: white;
}

.adiva-social-icons.color-scheme-light.icons-design-default .adiva-social-icon a:hover,
.color-scheme-light .adiva-social-icons.icons-design-default .adiva-social-icon a:hover,
.header-color-light .topbar-text > .adiva-social-icons.icons-design-default .adiva-social-icon a:hover,
.header-color-light .widgetarea-head > .adiva-social-icons.icons-design-default .adiva-social-icon a:hover,
.header-color-light .menu-text-widget > .adiva-social-icons.icons-design-default .adiva-social-icon a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.adiva-social-icons.color-scheme-light.icons-design-bordered .adiva-social-icon a,
.color-scheme-light .adiva-social-icons.icons-design-bordered .adiva-social-icon a,
.header-color-light .topbar-text > .adiva-social-icons.icons-design-bordered .adiva-social-icon a,
.header-color-light .widgetarea-head > .adiva-social-icons.icons-design-bordered .adiva-social-icon a,
.header-color-light .menu-text-widget > .adiva-social-icons.icons-design-bordered .adiva-social-icon a {
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.megamenu-widget-wrapper {
  border: 1px solid #f0eeee;
  margin-bottom: 55px;
}

.megamenu-widget-wrapper h3 {
  background-color: #F86B73;
  color: white;
  padding: 15px 30px 15px;
  text-transform: uppercase;
  font-size: 19px;
  line-height: initial;
  margin-bottom: 0;
}

.megamenu-widget-wrapper ul.menu {
  list-style: none;
  padding: 0 30px;
  margin-bottom: 0;
}

.megamenu-widget-wrapper ul.menu > li {
  border-bottom: 1px solid #f0eeee;
  padding: 13px 0;
  margin-bottom: 0;
}

.megamenu-widget-wrapper ul.menu > li:last-child {
  border-bottom: none;
}

/** ------------------------------------------------------------------------------------------------
* GOOGLE MAPS
* ------------------------------------------------------------------------------------------------ */
.google-map-container {
  position: relative;
}

.google-map-container .adiva-google-map-wrapper {
  z-index: 4;
}

.google-map-container .adiva-google-map-wrapper,
.google-map-container .adiva-google-map {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.google-map-container img {
  max-width: none;
}

.map-container-with-content.content-vertical-top .adiva-google-map-content-wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.map-container-with-content.content-vertical-middle .adiva-google-map-content-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.map-container-with-content.content-vertical-bottom .adiva-google-map-content-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.map-container-with-content.content-horizontal-left .adiva-google-map-content-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map-container-with-content.content-horizontal-center .adiva-google-map-content-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-container-with-content.content-horizontal-right .adiva-google-map-content-wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.adiva-google-map-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  height: 100%;
  width: 90%;
  padding: 50px 15px;
  margin: 0 auto;
}

.adiva-google-map-content-wrap > .adiva-google-map-content {
  padding: 30px;
  margin-bottom: 0;
  background-color: white;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.22);
  max-width: 300px;
  width: 100%;
  z-index: 6;
}

.adiva-dark .adiva-google-map-content-wrap > .adiva-google-map-content {
  background-color: #333;
}

.information-box-wrapper .info-box-subtitle {
  color: #999;
}

.information-box-wrapper .info-box-description {
  color: #999;
}

.gallery-design-grid .item,
.gallery-design-masonry .item {
  float: left;
}

/** ------------------------------------------------------------------------------------------------
* COUNTDOWN TIMER
* ------------------------------------------------------------------------------------------------ */
.adiva-countdown {
  display: block;
  font-size: 0;
  line-height: 1;
}

.adiva-countdown > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  margin: 0 2px 5px 2px;
  min-width: 55px;
  min-height: 55px;
  font-size: 20px;
  line-height: 20px;
  background-color: white;
  font-weight: 600;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.adiva-countdown > span span {
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  display: block;
  margin-top: 5px;
}

.countdown-size-medium .adiva-countdown > span {
  min-width: 65px;
  min-height: 65px;
  font-size: 24px;
  line-height: 24px;
}

.countdown-size-medium .adiva-countdown > span span {
  font-size: 12px;
  line-height: 12px;
}

.countdown-size-large .adiva-countdown > span {
  min-width: 80px;
  min-height: 80px;
  font-size: 28px;
  line-height: 28px;
}

.countdown-size-large .adiva-countdown > span span {
  font-size: 14px;
  line-height: 14px;
}

.countdown-size-xlarge .adiva-countdown > span {
  min-width: 100px;
  min-height: 100px;
  font-size: 42px;
  line-height: 42px;
}

.countdown-size-xlarge .adiva-countdown > span span {
  font-size: 16px;
  line-height: 16px;
}

.countdown-style-transparent .adiva-countdown > span {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.countdown-style-primary .adiva-countdown > span {
  color: white;
  background-color: #F86B73;
}

.color-scheme-light.adiva-countdown-timer .adiva-countdown > span {
  color: white;
}

.color-scheme-light.adiva-countdown-timer .adiva-countdown > span span {
  color: white;
}

.color-scheme-light.countdown-style-transparent .adiva-countdown > span {
  background-color: rgba(0, 0, 0, 0.2);
}

.color-scheme-dark.adiva-countdown-timer .adiva-countdown > span {
  color: black;
}

.color-scheme-dark.adiva-countdown-timer .adiva-countdown > span span {
  color: black;
}

/** ------------------------------------------------------------------------------------------------
* PRICING TABLE
* ------------------------------------------------------------------------------------------------ */
.pricing-tables-wrapper .pricing-tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.adiva-price-table {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 230px;
  flex: 1 1 230px;
  margin-bottom: 35px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transition: transform .3s ease;
  perspective: 800px;
  backface-visibility: hidden;
  -webkit-perspective: 800px;
  -webkit-backface-visibility: hidden;
}

.adiva-price-table .adiva-plan-name {
  padding: 15px;
}

.adiva-price-table .adiva-plan-title {
  font-weight: 600;
  font-size: 20px;
  color: black;
}

.adiva-price-table .adiva-plan-inner {
  position: relative;
  background-color: white;
  border: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -webkit-transition: box-shadow .3s ease;
}

.adiva-price-table .price-label {
  position: absolute;
  top: -1px;
  right: -1px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  color: white;
  white-space: nowrap;
  width: 80px;
  height: 80px;
}

.adiva-price-table .price-label > span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  background: red;
  margin-top: 15px;
  margin-left: -15px;
  width: 115px;
}

.adiva-price-table .adiva-plan-price {
  padding: 15px 20px;
  line-height: 1;
}

.adiva-price-table .adiva-price-currency {
  vertical-align: top;
  font-size: 28px;
}

.adiva-price-table .adiva-price-value {
  font-size: 42px;
  vertical-align: middle;
  font-weight: 600;
}

.adiva-price-table .adiva-price-suffix {
  display: block;
  color: #bbb;
  font-size: 16px;
  margin-top: 5px;
}

.adiva-price-table .adiva-plan-features {
  padding: 25px;
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
}

.adiva-price-table .adiva-plan-feature {
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.adiva-price-table .adiva-plan-feature:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.adiva-price-table .adiva-plan-footer {
  padding: 20px 15px;
}

.adiva-price-table .adiva-plan-footer > a {
  background-color: #F86B73;
  color: white;
}

.adiva-price-table.label-color-red .price-label > span {
  background-color: #EF4836;
}

.adiva-price-table.label-color-green .price-label > span {
  background-color: #0fa34c;
}

.adiva-price-table.label-color-blue .price-label > span {
  background-color: #2a7ce4;
}

.adiva-price-table.label-color-yellow .price-label > span {
  background-color: #F7CA18;
}

.adiva-price-table.price-style-default .adiva-plan-price {
  background-color: #F86B73;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

.adiva-price-table.price-style-default .adiva-plan-price > span {
  color: white;
}

.adiva-price-table.price-style-alt .adiva-plan-price {
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
}

.adiva-price-table.price-style-alt .adiva-price-currency {
  color: #F86B73;
}

.adiva-price-table.price-style-alt .adiva-price-value {
  color: #F86B73;
}

.adiva-price-table.actived {
  top: -10px;
}

.adiva-price-table.actived .price-label {
  top: -2px;
  right: -2px;
}

.adiva-price-table.actived .adiva-plan-inner {
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
}

.adiva-price-table.actived .adiva-plan-inner {
  border: 2px solid;
  border-color: #F86B73;
}

.adiva-price-table:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
}

.adiva-price-table:hover .adiva-plan-inner {
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
}

/** ------------------------------------------------------------------------------------------------
* SECTION-DIVIDER
* ------------------------------------------------------------------------------------------------ */
.adiva-row-divider {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -1px;
  margin-bottom: -1px;
}

.adiva-row-divider svg {
  display: block;
}

.divider-style-waves-small svg,
.divider-style-waves-wide svg,
.divider-style-triangle svg {
  height: 3vw;
}

.divider-style-clouds svg {
  height: 6vw;
}

.divider-overlap {
  position: relative;
}

.divider-overlap svg {
  position: absolute;
  left: 0;
  right: 0;
}

.divider-overlap.divider-position-top svg {
  top: 0;
}

.divider-overlap.divider-position-bottom svg {
  bottom: 0;
}

/* ---------------------------------------------
   12. LOADING
   ------------------------------------------ */
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: white;
}

.spinner1 {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

.spinner1 .bounce11,
.spinner1 .bounce22 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #F86B73;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loadingstyle1 2.0s infinite ease-in-out;
  animation: loadingstyle1 2.0s infinite ease-in-out;
}

.spinner1 .bounce22 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: loadingstyle2 1.2s infinite ease-in-out;
  animation: loadingstyle2 1.2s infinite ease-in-out;
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.spinner2,
.spinner3 {
  background-image: url("assets/images/icons/loader.gif");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
}

.spinner4 {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}

.spinner4 .bounce11,
.spinner4 .bounce22,
.spinner4 .bounce33 {
  width: 18px;
  height: 18px;
  background-color: #F86B73;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: loadingstyle4 1.4s infinite ease-in-out;
  animation: loadingstyle4 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner4 .bounce11 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s;
}

.spinner4 .bounce22 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s;
}

.spinner5 {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #F86B73;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: loadingstyle5 1s infinite ease-in-out;
  animation: loadingstyle5 1s infinite ease-in-out;
}

.spinner6 {
  left: 50%;
  position: absolute;
  top: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: loadingstyle6 2s infinite linear;
  animation: loadingstyle6 2s infinite linear;
}

.spinner6 .dot11, .spinner6 .dot22 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #F86B73;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.spinner6 .dot22 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* Shop loading */
.wc-loading {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: top .3s ease,opacity .3s ease,visibility .3s ease;
  -moz-transition: top .3s ease,opacity .3s ease,visibility .3s ease;
  -o-transition: top .3s ease,opacity .3s ease,visibility .3s ease;
  transition: top .3s ease,opacity .3s ease,visibility .3s ease;
}

.wc-loading:before {
  content: "";
  border: 2px solid #e1e1e1;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wc-loading:after {
  border-right-color: #ff733c;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  -moz-animation: clockwise .5s linear infinite;
  -o-animation: clockwise .5s linear infinite;
  -webkit-animation: clockwise .5s linear infinite;
  animation: clockwise .5s linear infinite;
  border-color: transparent #F86B73 transparent transparent;
}

.wc-loading.hide {
  visibility: hidden;
  opacity: 0;
}

.wc-loading.w-30 {
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
}

.wc-loading.w-30:before {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
}

.wc-loading.w-30:after {
  width: 30px;
  height: 30px;
}

/* ---------------------------------------------
   13. ANIMATION
   ------------------------------------------ */
@keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes load-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes load-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes load-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes load-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes long-to-top {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes long-to-top {
  from {
    -webkit-transform: none;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
  }
}

.spinner {
  -webkit-animation: spinner 2s infinite linear;
  animation: spinner 2s infinite linear;
}

@-webkit-keyframes clockwise {
  to {
    -webkit-transform: rotate(360deg) translatez(0);
    transform: rotate(360deg) translatez(0);
  }
}

@keyframes clockwise {
  to {
    -webkit-transform: rotate(360deg) translatez(0);
    transform: rotate(360deg) translatez(0);
  }
}

@-webkit-keyframes counter-clockwise {
  to {
    -webkit-transform: rotate(-360deg) translatez(0);
    transform: rotate(-360deg) translatez(0);
  }
}

@keyframes counter-clockwise {
  to {
    -webkit-transform: rotate(-360deg) translatez(0);
    transform: rotate(-360deg) translatez(0);
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dotFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes dotFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loadingstyle1 {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-moz-keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes loadingstyle2 {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    -moz-transform: perspective(120px) rotateX(0) rotateY(0);
    -o-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -moz-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -o-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -moz-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -o-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@-webkit-keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loadingstyle4 {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loadingstyle5 {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadingstyle6 {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes bounceIconUp {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes bounceIconUp {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}

/* ---------------------------------------------
   14. RESPONSIVE
   ------------------------------------------ */
@media screen and (min-width: 1480px) {
   .wrapper-wide .container, .wrapper-wide .container-fluid {
    width: 90%;
  }
	#main-content {    width: 80% ;
    padding-top: 45px;}
	    
  .wrapper-boxed .site {
    max-width: 1480px;
    margin: 0 auto;
    -webkit-box-shadow: 0 1px 5px rgba(190, 190, 190, 0.26);
    box-shadow: 0 1px 5px rgba(190, 190, 190, 0.26);
  }
  .wrapper-boxed .vc_row {
    max-width: 100% !important;
    left: auto !important;
    right: auto !important;
  }
  .wrapper-boxed .vc_row-fluid {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1170px;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  /* ----------------------------------------------- */
  /* BOOTSTRAP -------------------------------- */
  /* ----------------------------------------------- */
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .owl-theme .owl-nav .owl-prev {
    left: -22px;
  }
  .owl-theme .owl-nav .owl-next {
    right: -22px;
  }
  .owl-theme:hover .owl-nav .owl-prev {
    left: 0;
  }
  .owl-theme:hover .owl-nav .owl-next {
    right: 0;
  }
  .header-5 .main-header .header-row .header-position.main-navigation {
    padding-left: 20px;
  }
  /* ----------------------------------------------- */
  /* END BOOTSTRAP -------------------------------- */
  /* ----------------------------------------------- */
  .portfolio-layout.columns-4 .item, .portfolio-layout.columns-5 .item, .portfolio-layout.columns-6 .item {
    width: 33.33333333%;
  }
  .primary-menu > li {
    padding: 0 20px;
  }
  /* ----------------------------------------------- */
  /* PRODUCT LAYOUT -------------------------------- */
  /* ----------------------------------------------- */
  .product-layout {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-layout .product-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-columns-5 .product-item, .grid-columns-6 .product-item {
    width: 25%;
  }
  /* ----------------------------------------------- */
  /* END PRODUCT LAYOUT -------------------------------- */
  /* ----------------------------------------------- */
  .product-box .adiva-countdown {
    margin-bottom: 0;
  }
  .product-box .adiva-countdown > span {
    margin-right: 5px;
    min-width: 55px;
    min-height: 55px;
    font-size: 16px;
    line-height: 1;
  }
  .product-box .adiva-countdown > span span {
    padding-top: 0;
  }
  /* ----------------------------------------------- */
  /* SINGLE PRODUCT THUMBNAIL -------------------------------- */
  /* ----------------------------------------------- */
  .single-product-thumbnail.left .p-nav, .single-product-thumbnail.right .p-nav {
    width: 80px;
  }
  .single-product-thumbnail.left:not(.no-nav) .p-thumb {
    margin-left: 90px;
  }
  .single-product-thumbnail.right:not(.no-nav) .p-thumb {
    margin-right: 90px;
  }
  .instagram-wrap.columns-6 .item, .instagram-wrap.columns-7 .item, .instagram-wrap.columns-8 .item, .instagram-wrap.columns-9 .item, .instagram-wrap.columns-10 .item, .instagram-wrap.columns-11 .item, .instagram-wrap.columns-12 .item {
    width: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }
  .dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-summery {
    margin-top: 0px;
  }
  .dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-summery > div {
    margin-top: 20px;
  }
  .dokan-single-store .profile-info-box.profile-layout-layout1 .profile-info-head {
    margin-left: 10px;
  }
  .dokan-single-store .profile-info-box.profile-layout-layout1 .store-name {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  /* ----------------------------------------------- */
  /* HEADER ---------------------------------------- */
  /* ----------------------------------------------- */
  .wrap-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .wrap-header .menu-toggle,
  .wrap-header .header-action {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
  .wrap-header .header-action {
    text-align: right;
  }
  .header-4 .wrap-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-4 .header-logo {
    padding-left: 0;
    padding-right: 0;
  }
  .header-6 .wrap-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-6 .header-logo {
    padding-left: 0;
    padding-right: 0;
  }
  .header-3 .header-action .header-block::after {
    content: none;
  }
  .header-overlap .wrap-header {
    position: inherit;
    top: auto;
    width: auto;
  }
  .topbar-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .topbar-left .header-block {
    border-left: none;
  }
  .header-logo {
    text-align: center;
  }
  .header-5 #header-cart .widget_shopping_cart_content {
    left: auto;
    right: -20px;
    width: 320px;
  }
  .header-5 #header-cart .widget_shopping_cart_content:after {
    left: auto;
    right: 20px;
  }
  .error-404 {
    padding-top: 40px;
  }
  #main-content .vc_custom_1526285780424,
  #main-content .vc_custom_1526286661930 {
    margin-top: 0px !important;
  }
  /* ----------------------------------------------- */
  /* END HEADER ---------------------------------------- */
  /* ----------------------------------------------- */
  .jmstestimonial-box.testimonials-grid.testimonials-columns-3 .testimonial-box, .jmstestimonial-box.testimonials-grid.testimonials-columns-4 .testimonial-box, .jmstestimonial-box.testimonials-grid.testimonials-columns-5 .testimonial-box, .jmstestimonial-box.testimonials-grid.testimonials-columns-6 .testimonial-box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }
  /* ----------------------------------------------- */
  /* FOOTER ---------------------------------------- */
  /* ----------------------------------------------- */
  #footer-wrapper .footer-top .footer-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer-wrapper .footer-bottom .copyright,
  #footer-wrapper .footer-bottom .tr {
    text-align: center;
  }
  /* ----------------------------------------------- */
  /* END FOOTER ---------------------------------------- */
  /* ----------------------------------------------- */
  /* ----------------------------------------------- */
  /* SINGLE PRODUCT THUMBNAIL -------------------------------- */
  /* ----------------------------------------------- */
  .wc-single-product {
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .product-detail-information {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .product_title {
    font-size: 23px;
  }
  #main-content.col-lg-9 .wc-single-product .column-left,
  #main-content.col-lg-9 .wc-single-product .column-right {
    width: 100%;
  }
  #main-content.col-lg-9 .wc-single-product .column-left {
    margin-bottom: 30px;
  }
  .related-product {
    margin-bottom: 20px;
  }
  .single-product-thumbnail.left .p-nav, .single-product-thumbnail.right .p-nav {
    width: 100%;
    position: inherit;
    margin-right: -5px;
    margin-top: 5px;
  }
  .single-product-thumbnail.left .p-nav .slick-slide:not(:last-child), .single-product-thumbnail.right .p-nav .slick-slide:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 0;
  }
  .single-product-thumbnail.left:not(.no-nav) .p-thumb {
    margin: 0;
    width: 100%;
  }
  .single-product-thumbnail.right:not(.no-nav) .p-thumb {
    margin: 0;
    width: 100%;
  }
  .single-product-thumbnail.bottom .p-nav {
    margin-right: -5px;
    margin-top: 5px;
  }
  .single-product-thumbnail.bottom .p-nav .slick-slide:not(:last-child) {
    margin-right: 5px;
    margin-bottom: 0;
  }
  .wc-single-product-4 .column-left {
    margin-bottom: 40px;
  }
  .entry-summary .quantity {
    margin-right: 20px;
  }
  /* ----------------------------------------------- */
  /* PRODUCT LAYOUT -------------------------------- */
  /* ----------------------------------------------- */
  .shop-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product-layout {
    margin-left: -10px;
    margin-right: -10px;
  }
  .product-layout .product-item {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33%;
  }
  .product-layout.grid-columns-2 .product-item {
    width: 50%;
  }
  /* ----------------------------------------------- */
  /* PRODUCT FILTER -------------------------------- */
  /* ----------------------------------------------- */
  .shop-filter .widget {
    width: 50%;
  }
  .blog-design-small-images.has-post-thumbnail .article-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-design-small-images.has-post-thumbnail .entry-header,
  .blog-design-small-images.has-post-thumbnail .article-body-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .blog-design-small-images.blog-style-flat .article-body-container {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
  .blog-design-small-images.blog-style-shadow .article-body-container {
    padding-top: 15px;
  }
  .blog-design-chess:nth-child(even).blog-style-flat.has-post-thumbnail .article-body-container {
    padding: 15px 0 0 0;
  }
  .adiva-gallery .columns-3 .item {
    width: 50%;
  }
  .adiva-gallery .columns-4 .item {
    width: 33.33333333%;
  }
  .adiva-gallery .columns-5 .item {
    width: 25%;
  }
  .adiva-gallery .columns-6 .item {
    width: 25%;
  }
  .cart-content-wrapper .cart-totals-section {
    width: 100%;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .toggle-sidebar-widget {
    top: 46px;
  }
  .admin-bar .header-sticky {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .admin-bar .adiva-mobile-menu,
  .admin-bar .toggle-sidebar-widget,
  .admin-bar .cartSidebarWrap {
    top: 32px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-heading {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #backtop {
    bottom: 30px;
  }
  .header-fullwidth .container {
    width: 100%;
  }
  .blog-container.fullwidth,
  .portfolio-container.fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-header .header-row .menu-toggle,
  .main-header .header-row .header-action {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  #header-cart .widget_shopping_cart_content {
    width: 320px;
    right: -20px;
  }
  #header-cart .widget_shopping_cart_content:after {
    right: 23px;
  }
  .adiva-checkout-steps ul li:not(.step-active) {
    display: none;
  }
  .woocommerce-my-account-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
  .woocommerce-MyAccount-content,
  .woocommerce-MyAccount-navigation {
    padding-top: 0;
    padding-bottom: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: left;
    margin-bottom: 40px;
  }
  .cart-actions .coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    padding: 15px;
    border: 2px dashed #eaeaea;
    -webkit-box-flex: wrap;
    -ms-flex: wrap;
    flex: wrap;
  }
  .cart-actions .coupon .input-text {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .cart-actions .button {
    width: 100%;
  }
  .jmstestimonial-box.testimonials-grid.testimonials-columns-2 .testimonial-box, .jmstestimonial-box.testimonials-grid.testimonials-columns-3 .testimonial-box, .jmstestimonial-box.testimonials-grid.testimonials-columns-4 .testimonial-box, .jmstestimonial-box.testimonials-grid.testimonials-columns-5 .testimonial-box, .jmstestimonial-box.testimonials-grid.testimonials-columns-6 .testimonial-box {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .adiva-gallery .columns-3 .item,
  .adiva-gallery .columns-4 .item,
  .adiva-gallery .columns-6 .item {
    width: 50%;
  }
  .portfolio-layout.columns-3 .item, .portfolio-layout.columns-4 .item, .portfolio-layout.columns-5 .item, .portfolio-layout.columns-6 .item {
    width: 50%;
  }
  .woocommerce-thankyou-order-details,
  .wc-bacs-bank-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .woocommerce-thankyou-order-details li,
  .wc-bacs-bank-details li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(129, 129, 129, 0.2);
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    border-right: none;
  }
  .shop-container.fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .error-404 h1 {
    font-size: 130px;
  }
  .woocommerce-tabs .container {
    padding-left: 0;
    padding-right: 0;
  }
  .tabs-layout-tabs .woocommerce-Reviews,
  .tabs-layout-tabs #tab-additional_information .shop_attributes {
    width: 100%;
  }
  .comments-area .children {
    margin-left: 0;
  }
  .comments-area .comment-author {
    float: none;
  }
  .comments-area .comment-meta {
    text-align: left;
  }
  .comments-area .comment-body {
    padding-left: 95px;
  }
  .post-navigation {
    border-top: 1px solid rgba(199, 199, 199, 0.25);
    border-bottom: 1px solid rgba(199, 199, 199, 0.25);
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .post-navigation .label-text {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #bbb;
    line-height: 1;
  }
  .post-navigation a div {
    display: none;
  }
  .post-navigation a:before {
    top: -15px;
  }
  /* ----------------------------------------------- */
  /* PRODUCT LAYOUT -------------------------------- */
  /* ----------------------------------------------- */
  .product-layout {
    margin-left: -5px;
    margin-right: -5px;
  }
  .product-layout .product-item {
    padding-left: 5px;
    padding-right: 5px;
    width: 50%;
  }
  .product-list-item {
    width: 50% !important;
  }
  .product-list-item .product-thumb {
    width: 100%;
    float: none;
  }
  .product-list-item .product-list-info {
    text-align: center;
    width: 100%;
    padding-left: 0;
    float: none;
    padding: 14px 10px;
  }
  .product-list-item .product-btn {
    display: none;
  }
  .product-list-item .product-list-info-top {
    border-bottom: none;
    padding: 0;
    margin: 0;
  }
  .product-list-item .woocommerce-product-details__short-description {
    display: none;
  }
  /* ----------------------------------------------- */
  /* END PRODUCT LAYOUT -------------------------------- */
  /* ----------------------------------------------- */
  /* ----------------------------------------------- */
  /* SINGLE PRODUCT THUMBNAIL -------------------------------- */
  /* ----------------------------------------------- */
  .wc-product-top .column-left {
    margin-bottom: 50px;
  }
  .single-product-thumbnail {
    margin-bottom: 30px;
  }
  .wc-single-product-2 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  /* ----------------------------------------------- */
  /* END SINGLE PRODUCT THUMBNAIL ------------------------- */
  /* ----------------------------------------------- */
  /* ----------------------------------------------- */
  /* PRODUCT BOX -------------------------------- */
  /* ----------------------------------------------- */
  .woocommerce-ordering {
    font-size: 14px;
  }
  .woocommerce-ordering span {
    display: none;
  }
  .instagram-wrap {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
  .instagram-wrap.no-space {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .instagram-wrap.no-space .item {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .instagram-wrap .item {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 10px !important;
  }
  .product-btn.in-thumb li.btn-wishlist {
    margin-right: 0;
  }
  .jmsproduct-tab .nav-tabs > li:before {
    content: none;
  }
  .jmsproduct-tab .nav-tabs > li > a {
    padding: 0;
  }
  .jmsproduct-tab .nav-tabs > li > a:after {
    content: none;
  }
  .single-product-container {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .single-product-container #main-sidebar {
    margin-top: 20px;
  }
  #main-content.col-lg-9 .wc-single-product .column-left {
    margin-bottom: 0;
  }
  .product-detail-information {
    padding-left: 0;
    padding-right: 0;
  }
  .tabs-layout-tabs .wc-tabs > li {
    display: block;
    padding: 0 15px;
    margin: 0;
    border-bottom: 2px solid #ebebeb;
  }
  .tabs-layout-tabs .wc-accordion-content,
  .tabs-layout-tabs .tab-content {
    position: relative;
    border: 2px solid #ebebeb;
    padding: 30px;
  }
}

@media screen and (max-width: 479px) {
  .instagram-wrap.columns-3 .item, .instagram-wrap.columns-4 .item, .instagram-wrap.columns-5 .item, .instagram-wrap.columns-6 .item, .instagram-wrap.columns-7 .item, .instagram-wrap.columns-8 .item, .instagram-wrap.columns-9 .item, .instagram-wrap.columns-10 .item, .instagram-wrap.columns-11 .item, .instagram-wrap.columns-12 .item {
    width: 50%;
    max-width: 50%;
  }
  .portfolio-layout.columns-2 .item, .portfolio-layout.columns-3 .item, .portfolio-layout.columns-4 .item, .portfolio-layout.columns-5 .item, .portfolio-layout.columns-6 .item {
    width: 100%;
  }
  .product-style-1 {
    margin-bottom: 15px;
  }
  .maintenance-content .adiva-countdown > span {
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 60px;
    min-height: 60px;
    font-size: 19px;
    line-height: 20px;
  }
  /* ----------------------------------------------- */
  /* PRODUCT BOX -------------------------------- */
  /* ----------------------------------------------- */
  .product-box .product-info {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .product-box .product-info > a {
    font-size: 13px;
    margin-bottom: 0;
  }
  .product-box .product-cat {
    margin-bottom: 0;
  }
  .product-box .product-cat a {
    font-size: 12px;
  }
  .product-box .price {
    font-size: 14px;
  }
  .product-list-item .product-list-info {
    padding: 10px;
  }
  .product-list-item .product-list-info .product-list-info-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .product-list-item .product-list-info .product-list-info-top > a {
    font-size: 13px;
  }
  .product-list-item .product-list-info .product-list-info-top .product-cat {
    margin-bottom: 0;
  }
  .product-list-item .product-list-info .product-list-info-top .product-cat a {
    font-size: 12px;
  }
  .product-list-item .product-list-info .product-list-info-top .price {
    font-size: 14px;
  }
  /* ----------------------------------------------- */
  /* END PRODUCT BOX -------------------------------- */
  /* ----------------------------------------------- */
  /* ----------------------------------------------- */
  /* PRODUCT FILTER -------------------------------- */
  /* ----------------------------------------------- */
  .shop-filter .filter-toggle-box {
    padding: 30px 25px 10px;
  }
  .shop-filter .widget {
    width: 100%;
    margin-bottom: 40px;
  }
  .shop-action .shop-action-inner {
    display: block;
  }
  .shop-action .shop-action-inner .action-right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}