@charset "UTF-8";

/*
Theme Name: Ceefer
Theme URI: http://wp.jmstheme.com/ceefer
Author: JoomMasters
Author URI: http://www.joommasters.com
Description: <strong>Ceefer</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>Ceefer</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: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ceefer
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

------------------------------------------- */
.background-primary-color {
  background-color: #c02222;
}

.border-primary-color {
  border-color: #c02222;
}

.color-primary-color {
  color: #c02222;
}

.background-body-color {
  background-color: #444444;
}

.border-body-color {
  border-color: #444444;
}

.color-body-color {
  color: #444444;
}

/**
 * Animation - Boder
 */
/**
 * Hover - Menu - Sub
 */
/**
 * RESPONSIVE - MIXIN
 */
/**
 * Animation
 */
/* ---------------------------------------------
   1. BASE
   ------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
}

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

body {
  font-family: "Work Sans", sans-serif;
  color: #444444;
  background: white;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.85;
}

body .screen-reader-text {
  height: 0px;
}

body .wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn {
  background-color: #c02222 !important;
}

p {
  margin-bottom: 20px;
}

label {
  font-weight: 400;
}

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

b,
strong {
  font-weight: 600;
}

@font-face {
  font-family: 'Alakob';
  src: url("assets/fonts/Alakob.eot?") format("eot"), url("assets/fonts/Alakob.woff") format("woff"), url("assets/fonts/Alakob.ttf") format("truetype"), url("assets/fonts/Alakob.svg#Alako-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

/* ==========================================================================
   1.3 LINK
   ========================================================================== */
a {
  color: #535353;
  -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: #c02222;
}

p a {
  color: #c02222;
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
  -moz-transition: all .3s ease !important;
  -webkit-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
  transition: all .3s ease !important;
}

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: 1px solid #ebebeb;
}

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

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

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

select {
  border-radius: 0;
  -webkit-border-radius: 0px;
}

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;
  border-color: #ebebeb;
  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: #c02222;
}

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 {
  padding: 10px 15px;
  min-height: 190px;
}

input[type="button"],
input[type="submit"] {
  height: 45px;
}

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

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

.newsletter-title {
  font-size: 22px;
  color: white;
  font-weight: 600;
  padding-right: 30px;
  border-right: 2px solid rgba(255, 255, 255, 0.25);
}

.newsletter-text {
  color: white;
  padding-left: 30px;
}

.mc4wp-form {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.mc4wp-form>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mc4wp-form>div p:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 465px;
  flex: 1 1 465px;
  max-width: 465px;
  width: 100%;
  margin-right: 5px;
  margin-bottom: 0;
}

.mc4wp-form input[type='email'] {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: white;
}

.mc4wp-form .btn-submit {
  font-size: 18px;
  letter-spacing: 1px;
  color: #535353;
  background-color: white;
  height: auto;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mc4wp-form .btn-submit:hover {
  color: #535353;
  opacity: 1;
}

.mc4wp-form label {
  display: none;
}

.text-right .mc4wp-form>div {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-right .mc4wp-form>div p:first-child {
  max-width: 100%;
}

.text-left .mc4wp-form>div {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-left .mc4wp-form>div p:first-child {
  max-width: 100%;
}

.custom-contact-form-2 .wpcf7-textarea,
.custom-contact-form-2 .wpcf7-text {
  border: none;
  border-bottom: 1px solid;
  border-color: #E6E6E6;
  padding: 0;
  height: 32px;
  line-height: 32px;
}

.custom-contact-form-2 .wpcf7-textarea {
  min-height: 125px;
}

.custom-contact-form-2 .btn-color-black {
  background-color: #1a1a1a;
  color: white;
}

.custom-contact-form-2 .btn-color-black:hover {
  opacity: 0.9;
  color: white;
}

/** ------------------------------------------------------------------------------------------------
* BUTTONS
* ------------------------------------------------------------------------------------------------ */
.btn,
.button,
button,
.added_to_cart,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme,
input[type="submit"].dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover,
input[type="submit"].dokan-btn-theme:focus,
a.dokan-btn-theme:focus,
.dokan-btn-theme:focus,
input[type="submit"].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
input[type="submit"].dokan-btn-theme.active,
a.dokan-btn-theme.active,
.dokan-btn-theme.active,
.open .dropdown-toggleinput[type="submit"].dokan-btn-theme,
.open .dropdown-togglea.dokan-btn-theme,
.open .dropdown-toggle.dokan-btn-theme {
  font-size: inherit;
  padding: 10px 20px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  outline: 0;
  font-weight: 500;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #c02222;
  color: white;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.btn i,
.button i,
button i,
.added_to_cart i,
input[type="submit"] i,
input[type="button"] i,
input[type="reset"] i,
input[type="submit"].dokan-btn-theme i,
a.dokan-btn-theme i,
.dokan-btn-theme i,
input[type="submit"].dokan-btn-theme:hover i,
a.dokan-btn-theme:hover i,
.dokan-btn-theme:hover i,
input[type="submit"].dokan-btn-theme:focus i,
a.dokan-btn-theme:focus i,
.dokan-btn-theme:focus i,
input[type="submit"].dokan-btn-theme:active i,
a.dokan-btn-theme:active i,
.dokan-btn-theme:active i,
input[type="submit"].dokan-btn-theme.active i,
a.dokan-btn-theme.active i,
.dokan-btn-theme.active i,
.open .dropdown-toggleinput[type="submit"].dokan-btn-theme i,
.open .dropdown-togglea.dokan-btn-theme i,
.open .dropdown-toggle.dokan-btn-theme 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,
input[type="submit"].dokan-btn-theme:hover,
input[type="submit"].dokan-btn-theme:focus,
a.dokan-btn-theme:hover,
a.dokan-btn-theme:focus,
.dokan-btn-theme:hover,
.dokan-btn-theme:focus,
input[type="submit"].dokan-btn-theme:hover:hover,
input[type="submit"].dokan-btn-theme:hover:focus,
a.dokan-btn-theme:hover:hover,
a.dokan-btn-theme:hover:focus,
.dokan-btn-theme:hover:hover,
.dokan-btn-theme:hover:focus,
input[type="submit"].dokan-btn-theme:focus:hover,
input[type="submit"].dokan-btn-theme:focus:focus,
a.dokan-btn-theme:focus:hover,
a.dokan-btn-theme:focus:focus,
.dokan-btn-theme:focus:hover,
.dokan-btn-theme:focus:focus,
input[type="submit"].dokan-btn-theme:active:hover,
input[type="submit"].dokan-btn-theme:active:focus,
a.dokan-btn-theme:active:hover,
a.dokan-btn-theme:active:focus,
.dokan-btn-theme:active:hover,
.dokan-btn-theme:active:focus,
input[type="submit"].dokan-btn-theme.active:hover,
input[type="submit"].dokan-btn-theme.active:focus,
a.dokan-btn-theme.active:hover,
a.dokan-btn-theme.active:focus,
.dokan-btn-theme.active:hover,
.dokan-btn-theme.active:focus,
.open .dropdown-toggleinput[type="submit"].dokan-btn-theme:hover,
.open .dropdown-toggleinput[type="submit"].dokan-btn-theme:focus,
.open .dropdown-togglea.dokan-btn-theme:hover,
.open .dropdown-togglea.dokan-btn-theme:focus,
.open .dropdown-toggle.dokan-btn-theme:hover,
.open .dropdown-toggle.dokan-btn-theme:focus {
  outline: 0;
  color: white;
  opacity: 0.8;
}

.btn[disabled],
.button[disabled],
button[disabled],
.added_to_cart[disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"].dokan-btn-theme[disabled],
a.dokan-btn-theme[disabled],
.dokan-btn-theme[disabled],
input[type="submit"].dokan-btn-theme:hover[disabled],
a.dokan-btn-theme:hover[disabled],
.dokan-btn-theme:hover[disabled],
input[type="submit"].dokan-btn-theme:focus[disabled],
a.dokan-btn-theme:focus[disabled],
.dokan-btn-theme:focus[disabled],
input[type="submit"].dokan-btn-theme:active[disabled],
a.dokan-btn-theme:active[disabled],
.dokan-btn-theme:active[disabled],
input[type="submit"].dokan-btn-theme.active[disabled],
a.dokan-btn-theme.active[disabled],
.dokan-btn-theme.active[disabled],
.open .dropdown-toggleinput[type="submit"].dokan-btn-theme[disabled],
.open .dropdown-togglea.dokan-btn-theme[disabled],
.open .dropdown-toggle.dokan-btn-theme[disabled] {
  opacity: 0.6 !important;
}

.tp-caption.rev-btn {
  -moz-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.vc_general.vc_btn3 {
  font-weight: 600;
}

.vc_btn3.vc_btn3-size-md {
  padding-top: 12px;
  padding-bottom: 12px;
}

#place_order {
  width: 100%;
}

.checkout-button,
.coupon .button,
.checkout_coupon .button,
.actions .update-cart,
#place_order,
#customer_login .button {
  background-color: #c02222;
  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;
}

.btn-size-default {
  font-size: inherit;
  padding: 10px 20px;
}

.hamburger {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ceefer-btn-primary {
  background-color: #c02222;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
}

.ceefer-btn-primary:focus,
.ceefer-btn-primary:hover {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
  opacity: 0.8 !important;
}

/* ==========================================================================
   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
   ========================================================================== */
.color {
  color: #c02222;
}

.alakob {
  font-family: 'Alakob';
}

.secondary-color {
  color: #F4706C;
}

.bg-color {
  background-color: #c02222;
}

.text-low {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.color-scheme-light {
  color: rgba(255, 255, 255, 0.7);
}

.color-scheme-light p {
  color: rgba(255, 255, 255, 0.7);
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.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);
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.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;
}

.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: 93px;
}

.pb-93 {
  padding-bottom: 93px;
}

.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;
}

.bypostauthor {
  padding: 0;
}

.wpb_single_image {
  margin-bottom: 0;
}

.vc_sep_width_5 {
  width: 5%;
}

.vc_sep_width_13 {
  width: 13%;
}

.vc_row[data-vc-full-width] {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: hidden;
}

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

.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #c02222;
}

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

.owl-theme .owl-nav [class*="owl-"] {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 0;
  margin: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"] i {
  color: #000000;
  font-size: 25px;
  line-height: 44px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled i {
  color: #c5c5c5;
}

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

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

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

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

.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: -44px;
}

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

.vc_tta-panel-title {
  font-size: inherit;
}

.navigation-absolute .owl-nav {
  position: absolute;
  top: -54px;
  right: 0;
}

.navigation-absolute .owl-theme .owl-nav [class*="owl-"] {
  width: 30px;
  opacity: 1;
}

.navigation-absolute .owl-theme .owl-nav [class*="owl-"] i {
  font-size: 15px;
}

.navigation-absolute .owl-theme .owl-nav .owl-prev {
  right: 20px;
  left: auto;
}

.navigation-absolute .owl-theme .owl-nav .owl-next {
  right: -10px;
}

.site-wrapper {
  overflow: hidden;
  position: relative;
  background-color: #FFFFFF;
}

.wide-container {
  width: 1780px;
  margin: 0 auto;
}

.page-container.container {
  margin-bottom: 80px;
}

.page-container.container .main-content,
.page-container.container .main-sidebar {
  margin-bottom: 0;
}

.container.vc-container {
  width: 100%;
}

.main-content {
  position: relative;
  margin-bottom: 95px;
}

.main-content.left-sidebar {
  left: 25%;
}

.main-sidebar {
  position: relative;
  margin-bottom: 90px;
}

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

.active-composer .main-content {
  margin-bottom: 0;
}

.active-composer .main-sidebar {
  margin-bottom: 0;
}

.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;
}

[class*="layout-columns-"] .item {
  float: left;
}

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

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

.layout-columns-2 .item.item-metro {
  width: 100%;
}

.layout-columns-2 .item:nth-child(2n + 1) {
  clear: both;
}

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

.layout-columns-3 .item.item-metro {
  width: 66.66%;
}

.layout-columns-3 .item:nth-child(3n + 1) {
  clear: both;
}

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

.layout-columns-4 .item.item-metro {
  width: 50%;
}

.layout-columns-4 .item:nth-child(4n + 1) {
  clear: both;
}

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

.layout-columns-5 .item.item-metro {
  width: 40%;
}

.layout-columns-5 .item:nth-child(5n + 1) {
  clear: both;
}

.layout-columns-6 .item {
  width: 16.6666666%;
}

.layout-columns-6 .item.item-metro {
  width: 33.33%;
}

.layout-columns-6 .item:nth-child(6n + 1) {
  clear: both;
}

.layout-columns-7 .item {
  width: 14.285%;
  margin-bottom: 26px;
}

.layout-columns-7 .item:nth-child(7n + 1) {
  clear: both;
}

.fadeIn .item,
.fadeInFromLeft .item,
.fadeInFromRight .item,
.fadeInFromTop .item,
.fadeInFromBottom .item,
.zoomIn .item {
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: opacity 0.7s cubic-bezier(0, 0.87, 0.58, 1);
  -webkit-transition: opacity 0.7s cubic-bezier(0, 0.87, 0.58, 1);
  -o-transition: opacity 0.7s cubic-bezier(0, 0.87, 0.58, 1);
  transition: opacity 0.7s cubic-bezier(0, 0.87, 0.58, 1);
}

.fadeInFromTop .item {
  -moz-transform: matrix(1, 0, 0, 1, 0, -100);
  -ms-transform: matrix(1, 0, 0, 1, 0, -100);
  -o-transform: matrix(1, 0, 0, 1, 0, -100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, -100);
  transform: matrix(1, 0, 0, 1, 0, -100);
}

.fadeInFromBottom .item {
  -moz-transform: matrix(1, 0, 0, 1, 0, 100);
  -ms-transform: matrix(1, 0, 0, 1, 0, 100);
  -o-transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
  transform: matrix(1, 0, 0, 1, 0, 100);
}

.fadeInFromRight .item {
  -moz-transform: matrix(1, 0, 0, 1, 100, 0);
  -ms-transform: matrix(1, 0, 0, 1, 100, 0);
  -o-transform: matrix(1, 0, 0, 1, 100, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 100, 0);
  transform: matrix(1, 0, 0, 1, 100, 0);
}

.fadeInFromLeft .item {
  -moz-transform: matrix(1, 0, 0, 1, -100, 0);
  -ms-transform: matrix(1, 0, 0, 1, -100, 0);
  -o-transform: matrix(1, 0, 0, 1, -100, 0);
  -webkit-transform: matrix(1, 0, 0, 1, -100, 0);
  transform: matrix(1, 0, 0, 1, -100, 0);
}

.zoomIn .item {
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

.fadeIn .item.item-animated,
.fadeInFromLeft .item.item-animated,
.fadeInFromRight .item.item-animated,
.fadeInFromTop .item.item-animated,
.fadeInFromBottom .item.item-animated,
.zoomIn .item.item-animated {
  -moz-opacity: 1;
  opacity: 1;
  -moz-transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fadeInFromLeft .item.item-animated,
.fadeInFromRight .item.item-animated,
.fadeInFromTop .item.item-animated,
.fadeInFromBottom .item.item-animated {
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.zoomIn .item.item-animated {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-----------------------------------------------------------------------------------*/
/*  Shortcode Animation
/*-----------------------------------------------------------------------------------*/
.shortcodeAnimation[data-animation="fadeIn"],
.shortcodeAnimation[data-animation="fadeInFromTop"],
.shortcodeAnimation[data-animation="fadeInFromBottom"],
.shortcodeAnimation[data-animation="fadeInFromLeft"],
.shortcodeAnimation[data-animation="fadeInFromRight"],
.shortcodeAnimation[data-animation="zoomIn"] {
  -moz-opacity: 0;
  opacity: 0;
  position: relative;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.shortcodeAnimation[data-animation="fadeIn"].row_section.fullWidth,
.shortcodeAnimation[data-animation="fadeInFromTop"].row_section.fullWidth,
.shortcodeAnimation[data-animation="fadeInFromBottom"].row_section.fullWidth,
.shortcodeAnimation[data-animation="fadeInFromLeft"].row_section.fullWidth,
.shortcodeAnimation[data-animation="fadeInFromRight"].row_section.fullWidth,
.shortcodeAnimation[data-animation="zoomIn"].row_section.fullWidth {
  width: 100%;
}

.shortcodeAnimation[data-animation="fadeInFromTop"] {
  -moz-transform: matrix(1, 0, 0, 1, 0, -100);
  -ms-transform: matrix(1, 0, 0, 1, 0, -100);
  -o-transform: matrix(1, 0, 0, 1, 0, -100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, -100);
  transform: matrix(1, 0, 0, 1, 0, -100);
}

.shortcodeAnimation[data-animation="fadeInFromBottom"] {
  -moz-transform: matrix(1, 0, 0, 1, 0, 100);
  -ms-transform: matrix(1, 0, 0, 1, 0, 100);
  -o-transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
  transform: matrix(1, 0, 0, 1, 0, 100);
}

.shortcodeAnimation[data-animation="fadeInFromLeft"] {
  -moz-transform: matrix(1, 0, 0, 1, -100, 0);
  -ms-transform: matrix(1, 0, 0, 1, -100, 0);
  -o-transform: matrix(1, 0, 0, 1, -100, 0);
  -webkit-transform: matrix(1, 0, 0, 1, -100, 0);
  transform: matrix(1, 0, 0, 1, -100, 0);
}

.shortcodeAnimation[data-animation="fadeInFromRight"] {
  -moz-transform: matrix(1, 0, 0, 1, 100, 0);
  -ms-transform: matrix(1, 0, 0, 1, 100, 0);
  -o-transform: matrix(1, 0, 0, 1, 100, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 100, 0);
  transform: matrix(1, 0, 0, 1, 100, 0);
}

.shortcodeAnimation[data-animation="zoomIn"] {
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}

.shortcodeAnimation[data-animation="fadeIn"].do-animated,
.shortcodeAnimation[data-animation="fadeInFromTop"].do-animated,
.shortcodeAnimation[data-animation="fadeInFromBottom"].do-animated,
.shortcodeAnimation[data-animation="fadeInFromLeft"].do-animated,
.shortcodeAnimation[data-animation="fadeInFromRight"].do-animated,
.shortcodeAnimation[data-animation="zoomIn"].do-animated {
  -moz-opacity: 1;
  opacity: 1;
  -moz-transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.shortcodeAnimation[data-animation="fadeInFromTop"].do-animated,
.shortcodeAnimation[data-animation="fadeInFromBottom"].do-animated,
.shortcodeAnimation[data-animation="fadeInFromLeft"].do-animated,
.shortcodeAnimation[data-animation="fadeInFromRight"].do-animated {
  -moz-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -o-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.shortcodeAnimation[data-animation="zoomIn"].do-animated {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.updown-animate {
  -webkit-animation-name: updown;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: updown;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  animation-name: updown;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* ---------------------------------------------
   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-fullwidth .container {
  width: 1780px;
  padding-left: 0;
  padding-right: 0;
}

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

.main-header {
  /*margin-bottom: 40px;*/
}

.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: 0px;
  padding-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .wrap-header {
    min-height: 100px !important;
    line-height: 100px;
    padding-top: 0px !important;
  }
}

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

.wrap-header .toggle-menu-button,
.wrap-header .toggle-sidebar-button {
  width: 26px;
}

.wrap-header .toggle-menu-button .icon-menu,
.wrap-header .toggle-sidebar-button .icon-menu {
  width: 26px;
}

.wrap-header .toggle-menu-button .icon-menu:after,
.wrap-header .toggle-sidebar-button .icon-menu:after,
.wrap-header .toggle-menu-button .icon-menu:before,
.wrap-header .toggle-sidebar-button .icon-menu:before {
  width: 26px;
}

.ceefer-box-dropdown {
  position: relative;
}

.ceefer-box-dropdown:hover .sub-menu-dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

.sub-menu-dropdown {
  width: 165px;
  position: absolute;
  left: 0;
  top: 110%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  background-color: white;
  padding-top: 10px;
  z-index: 300;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sub-menu-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-menu-dropdown ul>li>a {
  display: block;
  padding: 0 20px;
}

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

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

.header-action .header-block {
  display: inline-block;
  position: relative;
  z-index: 10;
  padding-left: 25px;
}

.header-action .header-block #header-cart {
  line-height: 70px;
}

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

.header-action .header-block a:before {
  color: #000000;
}

.header-action i.icon {
  margin-left: 0;
}

.header-action .dropdown-hover {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-action .ceefer-box-dropdown>a {
  color: #343434;
  vertical-align: -6px;
}

.header-action .ceefer-box-dropdown>a:hover {
  color: #c02222;
}

.header-action .sub-menu-dropdown {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.header-action .sub-menu-dropdown:after {
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  position: absolute;
  top: -8px;
}

.toggle-sidebar-button {
  width: 26px;
  height: 16px;
  cursor: pointer;
  position: relative;
  top: 7px;
}

.toggle-sidebar-button .icon-menu {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #535353;
  vertical-align: 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.toggle-sidebar-button .icon-menu:before {
  top: -8px;
}

.toggle-sidebar-button .icon-menu:after {
  bottom: -8px;
}

#header-wishlist>a:before {
  content: "\e813";
  font-family: 'Linearicons-Free';
  line-height: 60px;
  font-size: 26px;
  height: 60px;
  display: inline-block;
}

#header-wishlist>a span {
  display: none;
  font-size: 10px;
  color: white;
  background-color: #c02222;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  right: -10px;
  bottom: 10px;
  position: absolute;
}

/**
 * Cart - Icon
 */
#header-cart.ceefer-box-dropdown .cart-contents img {
  max-width: 25px;
}

#header-cart.ceefer-box-dropdown .cart-contents .cart-count {
  right: -7px !important;
  bottom: 16px !important;
  background-color: transparent !important;
  background-image: -webkit-linear-gradient(355deg, #fd5e4d, #fd165b) !important;
  background-image: -o-linear-gradient(355deg, #fd5e4d, #fd165b) !important;
  background-image: linear-gradient(95deg, #fd5e4d, #fd165b) !important;
}

#header-search {
  display: inline;
}

#header-search>a {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #343434;
  vertical-align: -6px;
}

#header-search>a:before {
  content: "\e86f";
  font-family: 'Linearicons-Free';
  line-height: 60px;
  font-size: 24px;
  height: 60px;

  display: inline-block;
}

#header-search>a:hover {
  color: #000000;
}

#header-search .dropdown-menu {
  top: calc(100% + 30px);
  display: block;
  opacity: 0;
  visibility: hidden;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  width: 424px;
  right: -171px;
  left: auto;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#header-search .dropdown-menu:after {
  content: '';
  position: absolute;
  top: -6px;
  right: 177px;
  width: 13px;
  height: 7px;
  background-image: url("assets/images/background/up-search.png");
}

#header-search .dropdown-menu .search-wrapper {
  line-height: normal;
}

#header-search .dropdown-menu .search-form .input-wrapper input[type="text"] {
  padding-left: 55px;
  height: 58px;
  line-height: 58px;
  top: 10px;
  left: 4px;
}

#header-search .dropdown-menu .search-form .input-wrapper .search-submit {
  height: 58px;
  left: 5px;
}

#header-search .dropdown-menu .search-form .input-wrapper .search-submit:after {
  content: "\e86f";
  font-family: 'Linearicons-Free';
  font-size: 24px;
  line-height: 40px;
  color: #222222;
  font-weight: 500;
}

#header-search.open {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#header-search.open .dropdown-menu {
  top: calc(100% + 23px);
  opacity: 1;
  visibility: visible;
}

#header-search .search-form input[type="text"] {
  background-color: transparent;
  height: 55px;
  line-height: 55px;
  border-color: transparent;
}

#header-search .search-form input[type="text"]:hover,
#header-search .search-form input[type="text"]:focus {
  border-color: transparent;
}

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

#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: #c02222;
}

#header-account>a:before {
  content: "\e82a";
  font-family: 'Linearicons-Free';
  line-height: 60px;
  font-size: 21px;
  height: 60px;
  display: inline-block;
  position: relative;
}

#header-account .sub-menu-dropdown {
  left: auto;
  right: -30px;
  padding: 15px 0 10px;
}

#header-account .sub-menu-dropdown ul li {
  margin-bottom: 5px;
}

#header-account .sub-menu-dropdown ul li a {
  font-size: 13px;
}

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

#header-cart .cart-count {
  font-size: 11px;
  color: white;
  background-color: #c02222;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  right: -10px;
  bottom: 10px;
}

#header-cart .cart-count em {
  display: none;
}

#header-cart .cart-count span {
  display: none;
}

#header-cart .sub-menu-dropdown {
  width: 320px;
  left: auto;
  padding: 30px;
  right: -50px;
}

#header-cart .sub-menu-dropdown:after {
  right: 62px;
}

#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-adv-search .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-adv-search .search-form input[type="text"] {
  height: 50px;
  line-height: 50px;
  border-color: #c02222;
  font-size: inherit;
}

.header-adv-search .search-form .search-by-category {
  width: 250px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-adv-search .search-form .search-by-category select {
  color: #111111;
  height: 50px;
  border-color: #c02222;
  border-left: none;
  font-size: inherit;
}

.header-adv-search .search-form .search-submit {
  position: inherit;
  width: 50px;
  height: 50px;
  background-image: url("assets/images/icons/icon-search-light.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #c02222;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.menu-mobile {
  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-mobile span {
  color: black;
  margin-left: 5px;
  font-weight: 400;
}

.menu-mobile .icon-menu {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 2px;
  background-color: black;
  vertical-align: 3px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-mobile .icon-menu:before,
.menu-mobile .icon-menu:after {
  content: '';
  width: 26px;
  height: 2px;
  background-color: black;
  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-mobile .icon-menu:before {
  top: -8px;
}

.menu-mobile .icon-menu:after {
  bottom: -8px;
}

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

.menu-mobile.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-mobile.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);
}

.menu-toggle {
  width: 26px;
  height: 16px;
  cursor: pointer;
}

.menu-toggle .icon-menu {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #696969;
  vertical-align: 10px;
  -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: 26px;
  height: 2px;
  background-color: #696969;
  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: -8px;
}

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

.menu-toggle:hover .icon-menu:before,
.menu-toggle:hover .icon-menu:after {
  width: 14px;
}

.color-scheme-light .primary-menu>li>a,
.color-scheme-light .search-button,
.color-scheme-light .header-action .dropdown-hover {
  color: white;
}

.color-scheme-light .sub-menu-dropdown {
  color: #444444;
}

/** ------------------------------------------------------------------------------------------------
* TOP BAR
* ------------------------------------------------------------------------------------------------ */
.topbar {
  border-bottom: 1px solid;
  border-color: #E6E6E6;
}

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

.wrap-topbar .dropdown-hover {
  position: relative;
  line-height: 48px;
}

.wrap-topbar .dropdown-hover i {
  margin-left: 10px;
}

.wrap-topbar .sub-menu-dropdown {
  width: 135px;
  right: unset;
  left: -25px;
}

.wrap-topbar .sub-menu-dropdown ul li {
  margin-bottom: 6px;
}

.wrap-topbar .sub-menu-dropdown ul li a {
  display: block;
  padding: 0 18px;
}

.wrap-topbar .topbar-language .sub-menu-dropdown {
  left: -13px;
}

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

.topbar-position .header-block {
  padding-left: 25px;
  padding-right: 25px;
  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;
}

.top-bar-left .header-block {
  position: relative;
}

.top-bar-left .header-block:first-child {
  padding-left: 0;
  border-left: none;
  position: relative;
}

.top-bar-left .header-block:first-child:after {
  content: "";
  width: 1px;
  height: 40%;
  background-color: #363636;
  position: absolute;
  right: 0px;
}

.topbar-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.topbar-text p {
  margin-bottom: 0;
}

.topbar-text>h1,
.topbar-text>h2,
.topbar-text>h3 {
  font-size: 14px;
}

.topbar-text>h4,
.topbar-text>h5,
.topbar-text>h6 {
  font-size: 12px;
}

/**
 * KDEP-CSS
 */
.top-bar-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-bar-right .header-block {
  padding-right: 0;
  position: relative;
}

.top-bar-right .header-block:last-child {
  border-right: none;
  padding-right: 0;
  position: relative;
}

.top-bar-right .list-link-topbar {
  list-style-type: none;
  padding: 0px;
  padding-right: 28px;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.top-bar-right .list-link-topbar li {
  display: inline-block;
  line-height: 48px;
}

.top-bar-right .list-link-topbar li:first-child:after {
  content: "/";
  width: auto;
  height: 50%;
}

.top-bar-right .list-link-topbar:after {
  content: "";
  width: 1px;
  height: 43%;
  background-color: #363636;
  position: absolute;
  right: 0px;
  top: 30%;
}

.top-bar-right .top-bar-logout {
  padding-right: 28px;
  position: relative;
  display: inline-block;
  line-height: 48px;
}

.top-bar-right .top-bar-logout:after {
  content: "";
  width: 1px;
  height: 43%;
  background-color: #363636;
  position: absolute;
  right: 0px;
  top: 29%;
}

.top-bar-right .topbar-currency {
  padding-right: 28px;
}

.top-bar-right .topbar-currency:after {
  content: "";
  width: 1px;
  height: 40%;
  background-color: #363636;
  position: absolute;
  right: 0px;
}

.top-bar-right .topbar-currency ul li {
  font-family: "Chivo";
  font-size: 13px;
  text-transform: capitalize;
  color: #666666;
}

.top-bar-right .topbar-currency ul li a {
  padding-left: 25px;
}

.top-bar-right .topbar-language {
  padding-left: 0px;
  min-width: 100px;
  margin-left: 17px;
}

.top-bar-right .topbar-language .ceefer-box-dropdown .dropdown-hover {
  padding-left: 38px;
  background-image: url("assets/images/flag/e-flag.png");
  background-position: 10px 2px;
  background-repeat: no-repeat;
  background-size: 18%;
}

.top-bar-right .topbar-language ul li {
  width: 100%;
}

.top-bar-right .topbar-language ul li img {
  max-width: 20px;
  max-height: 13px;
  margin: 6px;
  margin-left: 24px;
  float: left;
  border: 1px solid #d8d7d7;
}

.top-bar-right .topbar-language ul li a {
  padding-left: 10px;
  padding-right: 0px;
}

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

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

.topbar-right-menu li a {
  display: inline-block;
  line-height: 48px;
  padding-left: 25px;
  padding-right: 25px;
  border-left: 1px solid;
  border-color: #E6E6E6;
}

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

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

.wrp-header-2 .topbar {
  background-color: #000000;
  border: none;
  color: #a3a3a3;
  font-family: "Chivo";
  font-size: 13px;
}

.wrp-header-2 .topbar .container {
  width: 1780px;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1810px) {
  .wrp-header-2 .topbar .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.wrp-header-2 .topbar .top-bar-right a {
  color: #a3a3a3;
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 390;
  -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;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}

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

.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);
}

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

.header-1.header-overlap,
.header-overlap.header-sticky {
  border-bottom: none;
}

.header-1 .header-menu,
.header-sticky .header-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/**
 * General
 * @type
 */
/**
 * Style-Header
 */
.header-1 .header-position .header-block .link-account,
.header-sticky .header-position .header-block .link-account {
  position: relative;
  vertical-align: -6px;
}

.header-1 .header-position .header-block .link-account::after,
.header-sticky .header-position .header-block .link-account::after {
  content: "\e82a";
  font-family: 'Linearicons-Free';
  color: #222222;
  line-height: 60px;
  font-size: 24px;
  height: 60px;
  display: inline-block;
}

/**
 * RESPONSIVE
 */
@media only screen and (min-width: 1024px) {

  .header-1 .ceefer-menu .men-feature-home1 .dropdown-menu,
  .header-sticky .ceefer-menu .men-feature-home1 .dropdown-menu,
  .header-sticky .ceefer-menu .men-feature-home1 .dropdown-menu {
    left: -400px;
  }
}

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

.header-2 .header-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header-2 .wrap-header {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .header-2 .wrap-header {
    padding-bottom: 0px;
  }
}

.header-2 .primary-menu .menu-item.hidden {
  display: inline-block !important;
  padding-left: 60px;
  padding-right: 60px;
}

.header-2 .primary-menu .menu-item.hidden>a {
  line-height: 57px;
}

.header-2 #header-search .dropdown-menu {
  left: -67px;
  right: auto;
}

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

.header-2 .header-action .header-block .toggle-menu-button,
.header-2 .header-action .header-block .toggle-sidebar-button {
  min-width: 30px;
}

.header-2 .header-action .header-block .toggle-menu-button .icon-menu:before,
.header-2 .header-action .header-block .toggle-sidebar-button .icon-menu:before,
.header-2 .header-action .header-block .toggle-menu-button .icon-menu:after,
.header-2 .header-action .header-block .toggle-sidebar-button .icon-menu:after {
  right: unset;
  left: 0px;
}

.header-2 .header-action .header-block:not(:first-child) {
  padding-left: 35px;
}

/**
 *
 *  Add---Style---Menu
 *
 */
.double-menu .wp-menu-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.double-menu .wp-menu-logo .left-menu-wrapper {
  width: 40%;
  min-height: 65px;
}

.double-menu .wp-menu-logo .left-menu-wrapper .left-menu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none;
}

.double-menu .wp-menu-logo .right-menu-wrapper {
  width: 40%;
  min-height: 65px;
}

.double-menu .wp-menu-logo .right-menu-wrapper .right-menu {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: none;
}

.double-menu .wp-menu-logo .logo-center-menu {
  width: calc(100% - 70%);
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 70px;
}

.double-menu .wp-menu-logo .logo-center-menu .header-block {
  height: 100%;
}

.double-menu .wp-menu-logo .logo-center-menu .header-block a {
  display: block;
  height: 100%;
  line-height: 56px;
}

.double-menu .wp-menu-logo .logo-center-menu img {
  max-width: 150px;
}

.toggle-menu-button,
.toggle-sidebar-button {
  width: 26px;
  height: 16px;
  cursor: pointer;
  position: relative;
  top: 8px;
}

.toggle-menu-button .icon-menu,
.toggle-sidebar-button .icon-menu {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #535353;
  vertical-align: 10px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.toggle-menu-button .icon-menu:after,
.toggle-sidebar-button .icon-menu:after {
  bottom: -8px;
}

.toggle-menu-button .icon-menu:before,
.toggle-sidebar-button .icon-menu:before {
  top: -8px;
}

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

.has-toggle-menu .toggle-menu-button,
.has-toggle-menu .toggle-sidebar-button {
  width: 20px;
  height: 19px;
  cursor: pointer;
  position: relative;
  top: -2px;
  background-image: url("assets/images/background/close-menu.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}

.has-toggle-menu .toggle-menu-button .icon-menu,
.has-toggle-menu .toggle-sidebar-button .icon-menu {
  display: none;
}

.has-toggle-menu .double-menu .wp-menu-logo .left-menu-wrapper .left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.has-toggle-menu .double-menu .wp-menu-logo .right-menu-wrapper .right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrp-header-2 .header-2 .wrap-header .toggle-menu-button,
.wrp-header-2 .header-2 .wrap-header .toggle-sidebar-button {
  top: 5px;
}

.wrp-header-2 .header-2 .wrap-header .toggle-menu-button .icon-menu,
.wrp-header-2 .header-2 .wrap-header .toggle-sidebar-button .icon-menu {
  vertical-align: 7px;
}

.wrp-header-2 .header-2 .wrap-header .toggle-menu-button .icon-menu:after,
.wrp-header-2 .header-2 .wrap-header .toggle-sidebar-button .icon-menu:after {
  bottom: -8px;
}

.wrp-header-2 .header-2 .wrap-header .toggle-menu-button .icon-menu:before,
.wrp-header-2 .header-2 .wrap-header .toggle-sidebar-button .icon-menu:before {
  top: -8px;
}

.wrp-header-2 .header-2 .wrap-header #header-search>a:before {
  font-size: 24px;
}

.wrp-header-2 .header-2 .wrap-header .header-menu .logo-center-menu img {
  vertical-align: -21px;
}

.wrp-header-2 .header-2 .wrap-header .header-action .ceefer-box-dropdown>a {
  vertical-align: -7px;
}

.header-3 {
  /**
     * Header - Customize
     */
}

.header-3 .header-action {
  margin-right: 7px;
}

.header-3 .header-search {
  min-width: 470px;
}

.header-3 .header-search .search-form .search-field {
  padding-left: 18px;
  background-color: transparent;
  border-color: #ebebeb;
}

.header-3 .header-search .search-form .search-submit {
  left: unset;
  right: 0px;
}

.header-3 .header-search .search-form .search-submit i {
  display: none;
}

.header-3 .header-search .search-form .search-submit::after {
  content: "\e86f";
  width: auto;
  height: 20px;
  display: block;
  font-family: 'Linearicons-Free';
  font-size: 24px;
  margin-bottom: 24px;
  color: #000000;
}

.header-3 #header-cart {
  padding-right: 0;
}

.header-3 #header-cart .cart-count {
  right: -10px;
}

.header-3 .header-left .header-block {
  max-width: 320px;
}

.header-3 .menu-toggle-left {
  width: 20px;
  height: 16px;
  cursor: pointer;
  position: relative;
  top: 8px;
}

.header-3 .menu-toggle-left .icon-menu {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #464646;
  vertical-align: 10px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.header-3 .menu-toggle-left .icon-menu:before {
  top: -8px;
}

.header-3 .menu-toggle-left .icon-menu:after {
  bottom: -8px;
}

.header-3 .menu-toggle-left:hover .icon-menu:before,
.header-3 .menu-toggle-left:hover .icon-menu:after {
  width: 14px;
}

.header-3 .header-position .header-block .link-account {
  position: relative;
  vertical-align: -6px;
}

.header-3 .header-position .header-block .link-account::after {
  content: "\e82a";
  font-family: 'Linearicons-Free';
  line-height: 60px;
  font-size: 24px;
  height: 60px;
  display: inline-block;
}

.menu-toggle-sidebar-left.style-header-3.no-language-currency {
  padding-top: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: 1px 5px 5px #cccccc;
  box-shadow: 1px 5px 5px #cccccc;
}

.menu-toggle-sidebar-left.style-header-3 .header-logo {
  margin-bottom: 238px;
  text-align: left;
}

@media only screen and (max-width: 1680px) {
  .menu-toggle-sidebar-left.style-header-3 .header-logo {
    margin-bottom: 200px;
  }
}

@media (max-width: 1366px) {
  .menu-toggle-sidebar-left.style-header-3 .header-logo {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .menu-toggle-sidebar-left.style-header-3 .header-logo {
    margin-bottom: 170px;
  }
}

@media only screen and (max-width: 1280px) {
  .menu-toggle-sidebar-left.style-header-3 {
    width: 270px;
  }
}

.menu-toggle-sidebar-left.style-header-3 .header-menu .ceefer-menu {
  text-align: left;
}

.menu-toggle-sidebar-left.style-header-3 .header-menu .ceefer-menu>li {
  border-bottom: 1px solid #ebebeb;
}

.menu-toggle-sidebar-left.style-header-3 .header-menu .ceefer-menu>li>a>span {
  font-family: "Chivo";
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  position: relative;
  z-index: 2;
}

.menu-toggle-sidebar-left.style-header-3 .header-menu .ceefer-menu>li>a:hover>span:after {
  content: " ";
  background-color: #fdd7d1 !important;
  position: absolute;
  width: 102%;
  bottom: 0px;
  height: 7px;
  left: -1px;
  z-index: -1;
}

.menu-toggle-sidebar-left.style-header-3 .header-bottom {
  margin-top: 230px;
  position: unset;
}

@media only screen and (max-width: 1810px) {
  .menu-toggle-sidebar-left.style-header-3 .header-bottom {
    margin-top: 210px;
  }
}

@media only screen and (max-width: 1280px) {
  .menu-toggle-sidebar-left.style-header-3 .header-bottom {
    margin-top: 110px;
  }
}

.menu-toggle-sidebar-left.style-header-3 .header-bottom .social-list-icons {
  text-align: left;
}

.menu-toggle-sidebar-left.style-header-3 .header-bottom .social-list-icons li {
  padding-left: 0px;
  padding-right: 10px;
}

/**
 * Style - Header - 3
 */
.wrp-header-3 .mask-overlay {
  /* background-color: transparent; */
}

.wrp-header-3 .top-bar-logout {
  display: inline-block;
  line-height: 48px;
  padding-right: 28px;
  position: relative;
}

.wrp-header-3 .top-bar-logout:after {
  content: "";
  width: 1px;
  height: 41%;
  background-color: #363636;
  position: absolute;
  right: 0px;
  top: 30%;
}

.wrp-header-3 .ceefer-menu .men-feature-home1 .dropdown-menu {
  left: 100%;
}

.header-4 .wrap-header-top {
  padding-top: 45px;
  text-align: center;
}

.header-4 .header-left,
.header-4 .header-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

.header-4 .header-right {
  text-align: right;
}

.header-4 .header-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

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

@media only screen and (max-width: 767px) {
  .wrp-header-4 .header-overlap {
    position: unset;
    margin-bottom: 0px;
  }
}

.header-5.header-overlap {
  border-bottom: none;
}

.header-5 .wrap-header {
  height: 105px;
}

.header-5 .wrap-header .header-action {
  margin-right: 7px;
}

.header-5 .wrap-header .header-action .toggle-sidebar-button .icon-menu {
  width: 26px;
}

.header-5 .wrap-header .header-action .toggle-sidebar-button .icon-menu:before {
  width: 26px;
}

.header-5 .wrap-header .header-action .toggle-sidebar-button .icon-menu:after {
  width: 26px;
}

.header-5 .header-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header-5 .toggle-sidebar-button {
  top: 8px;
}

.header-5 .toggle-sidebar-button:hover .icon-menu:before,
.header-5 .toggle-sidebar-button:hover .icon-menu:after {
  width: 14px !important;
}

/**
 *
 * Homepage - addmore
 *
 **/
.header-5 {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0px;
  background-color: #000000;
}

.header-6.header-overlap {
  background-color: transparent;
  top: 40px;
}

.header-6.header-overlap .container {
  background-color: white;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.header-6 .wrap-header {
  height: 90px;
}

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

.header-6 .toggle-sidebar-button {
  top: 8px;
}

.wrp-header-6 .main-sidebar {
  position: fixed;
}

.header-7 {
  margin-bottom: 0px;
  border-bottom: 1px solid #ebebeb;
}

.header-7 .container {
  width: 1175px;
}

.header-7 .container .wrap-header {
  display: block;
  padding-bottom: 0px;
  padding-top: 16px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .header-7 .container .wrap-header {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-7 .container .wrap-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .header-7 .container .wrap-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
  }
}

.header-7 .container .wp-header-middle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-7 .container .wp-header-middle .header-logo {
  width: 50%;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .header-7 .container .wp-header-middle .header-logo {
    width: 25%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-7 .container .wp-header-middle .header-logo {
    width: 95%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .header-7 .container .wp-header-middle .header-logo {
    width: 95%;
    text-align: center;
  }
}

.header-7 .container .wp-header-middle .header-action {
  width: 50%;
  margin-right: 7px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .header-7 .container .wp-header-middle .header-action {
    width: 75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-7 .container .wp-header-middle .header-action {
    width: 5%;
  }
}

@media only screen and (max-width: 767px) {
  .header-7 .container .wp-header-middle .header-action {
    width: 50%;
  }
}

.header-7 .container .wp-header-middle .header-action .toggle-sidebar-button .icon-menu {
  width: 26px;
}

.header-7 .container .wp-header-middle .header-action .toggle-sidebar-button .icon-menu:after {
  width: 26px;
}

.header-7 .container .wp-header-middle .header-action .toggle-sidebar-button .icon-menu:before {
  width: 26px;
}

.header-7 .container .wp-header-middle .header-action .toggle-sidebar-button:hover .icon-menu:before,
.header-7 .container .wp-header-middle .header-action .toggle-sidebar-button:hover .icon-menu:after {
  width: 14px;
}

.header-7 .container .header-menu .header-block {
  position: relative;
  z-index: 5;
}

.header-7 .container .header-menu .header-block:before {
  content: '';
  width: 100%;
  height: 5px;
  background-image: url("assets/images/background/border-menu.jpg");
  background-repeat: repeat-x;
  display: block;
  margin-top: 16px;
}

.header-7 .container .header-menu .header-block .primary-menu-wrapper {
  max-height: 60px;
}

.header-7 .container .header-menu .header-block .primary-menu-wrapper .ceefer-menu>li>a {
  line-height: 60px;
}

.wrp-header-8 .header-8 {
  margin-bottom: 0px;
}

.wrp-header-8 .header-8 .header-left .header-block {
  padding-right: 35px;
}

.wrp-header-8 .header-8 .header-right .header-block:not(:first-child) {
  padding-left: 35px;
}

.wrp-header-8 .header-8 .container {
  width: 1170px;
}

@media only screen and (max-width: 1810px) {
  .wrp-header-8 .header-8 .container {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .wrp-header-8 .header-8 .container {
    width: 970px;
  }
}

@media only screen and (max-width: 992px) {
  .wrp-header-8 .header-8 .container {
    width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .wrp-header-8 .header-8 .container {
    width: 100%;
  }
}

.wrp-header-8 .header-8 .wrap-header-top {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrp-header-8 .header-8 .wrap-header {
  padding-top: 0px;
  padding-bottom: 10px;
  min-height: unset;
}

@media only screen and (max-width: 767px) {
  .wrp-header-8 .header-8 .wrap-header {
    min-height: 125px;
  }
}

.wrp-header-8 .header-8 .wrap-header .header-left {
  margin-left: 2px;
}

.wrp-header-8 .header-8 .wrap-header .header-left .toggle-sidebar-button {
  top: 7px;
}

.wrp-header-8 .header-8 .wrap-header .header-left .toggle-sidebar-button .icon-menu {
  width: 26px;
}

.wrp-header-8 .header-8 .wrap-header .header-left .toggle-sidebar-button .icon-menu:after,
.wrp-header-8 .header-8 .wrap-header .header-left .toggle-sidebar-button .icon-menu:before {
  width: 26px;
  right: unset;
  left: 0px;
}

.wrp-header-8 .header-8 .wrap-header .header-left .toggle-sidebar-button:hover .icon-menu:before,
.wrp-header-8 .header-8 .wrap-header .header-left .toggle-sidebar-button:hover .icon-menu:after {
  width: 14px;
}

.wrp-header-8 .header-8 .wrap-header .header-left #header-search .dropdown-menu {
  right: unset;
}

.wrp-header-8 .header-8 .wrap-header .header-left #header-search .dropdown-menu:after {
  right: unset;
  left: 47px;
}

.wrp-header-8 .header-8 .wrap-header .header-right.header-action .ceefer-box-dropdown>a {
  vertical-align: -6px;
}

.toggle-sidebar-widget .close-toggle-sidebar::before {
  background-color: #000000 !important;
}

.toggle-sidebar-widget .close-toggle-sidebar:hover {
  cursor: pointer;
}

.toggle-sidebar-widget .close-toggle-sidebar::after {
  background-color: #000000 !important;
}

.toggle-sidebar-widget .close-toggle-sidebar:hover {
  cursor: pointer;
}

/**
 *
 *
 */
.toggle-sidebar-widget {
  position: fixed;
  background: white;
  right: 0;
  top: 0;
  width: 460px;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(70%);
  -moz-transform: translateX(70%);
  -o-transform: translateX(70%);
  -ms-transform: translateX(70%);
  transform: translateX(70%);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 120px 50px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 1810px) {
  .toggle-sidebar-widget {
    overflow-y: auto;
  }
}

.toggle-sidebar-widget .close-toggle-sidebar {
  position: absolute;
  top: 45px;
  width: 20px;
  height: 20px;
  z-index: 999;
}

.toggle-sidebar-widget .close-toggle-sidebar:before,
.toggle-sidebar-widget .close-toggle-sidebar:after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #797979;
  display: block;
  position: relative;
  top: 11px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.toggle-sidebar-widget .close-toggle-sidebar:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle-sidebar-widget .close-toggle-sidebar:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}

.toggle-sidebar-widget .close-toggle-sidebar:hover:before,
.toggle-sidebar-widget .close-toggle-sidebar:hover:after,
.toggle-sidebar-widget .close-toggle-sidebar:focus:before,
.toggle-sidebar-widget .close-toggle-sidebar:focus:after {
  background-color: #131313;
}

.toggle-sidebar-widget .widget {
  margin-bottom: 55px;
  border-bottom: none;
}

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

.toggle-sidebar-widget .widget .vc_custom_heading {
  font-weight: 500;
}

.toggle-sidebar-widget .widget-position-bottom {
  margin-top: 220px;
}

.toggle-sidebar-widget .widget-area .vc_row {
  margin-left: 0px;
  margin-right: 0px;
}

.toggle-sidebar-widget .social-list-icons {
  text-align: center;
}

.toggle-sidebar-widget .social-list-icons li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
}

.toggle-sidebar-widget .social-list-icons li .social-facebook {
  color: #365493;
}

.toggle-sidebar-widget .social-list-icons li .social-twitter {
  color: #1DA1F2;
}

.toggle-sidebar-widget .social-list-icons li .social-google-plus {
  color: #d44132;
}

.toggle-sidebar-widget .social-list-icons li .social-linkedin {
  color: #0274B3;
}

.toggle-sidebar-widget .social-list-icons li .social-instagram {
  color: #774430;
}

.toggle-sidebar-widget .social-list-icons li .social-pinterest {
  color: #CB2027;
}

.toggle-sidebar-widget .social-list-icons li .social-tumblr {
  color: #36465d;
}

.toggle-sidebar-widget .social-list-icons li .social-flickr {
  color: #fe0072;
}

.toggle-sidebar-widget .social-list-icons li .social-youtube {
  color: #CB2027;
}

.toggle-sidebar-widget.position-left {
  right: auto;
  right: 0;
  -webkit-transform: translateX(70%);
  -moz-transform: translateX(70%);
  -o-transform: translateX(70%);
  -ms-transform: translateX(70%);
  transform: translateX(70%);
}

.toggle-sidebar-widget.position-left .close-toggle-sidebar {
  right: 45px;
}

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

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

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

.has-toggle-sidebar .toggle-sidebar-widget {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.toggle-menu-button:hover .icon-menu:before,
.toggle-sidebar-button:hover .icon-menu:before,
.toggle-menu-button:hover .icon-menu:after,
.toggle-sidebar-button:hover .icon-menu:after {
  width: 14px;
}

/** ------------------------------------------------------------------------------------------------
* TOGGLE MENU LEFT
* ------------------------------------------------------------------------------------------------ */
.menu-toggle-sidebar-left {
  background-color: white;
  max-width: 340px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 60px 50px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateX(-340px);
  -moz-transform: translateX(-340px);
  -o-transform: translateX(-340px);
  -ms-transform: translateX(-340px);
  transform: translateX(-340px);
  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-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.menu-toggle-sidebar-left.no-language-currency {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.menu-toggle-sidebar-left .header-extra .header-block:after {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #202020;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}

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

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

.menu-toggle-sidebar-left .header-extra .dropdown-hover {
  line-height: 40px;
  color: rgba(255, 255, 255, 0.8);
}

.menu-toggle-sidebar-left .header-extra .dropdown-hover i {
  margin-left: 5px;
}

.menu-toggle-sidebar-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-sidebar-left .header-extra ul {
  list-style: none;
  padding: 3px 0 5px;
  margin: 0;
}

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

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

.menu-toggle-sidebar-left .header-extra .open .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.menu-toggle-sidebar-left .header-logo {
  margin-bottom: 150px;
}

.menu-toggle-sidebar-left .header-bottom {
  position: absolute;
  bottom: 75px;
  left: 0;
  right: 0;
}

.menu-toggle-sidebar-left .social-list-icons {
  text-align: center;
}

.menu-toggle-sidebar-left .social-list-icons li {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}

.menu-toggle-sidebar-left .social-list-icons li a {
  font-size: 20px;
}

.menu-toggle-sidebar-left .social-list-icons li .social-facebook {
  color: #365493;
}

.menu-toggle-sidebar-left .social-list-icons li .social-twitter {
  color: #1DA1F2;
}

.menu-toggle-sidebar-left .social-list-icons li .social-google-plus {
  color: #d44132;
}

.menu-toggle-sidebar-left .social-list-icons li .social-linkedin {
  color: #0274B3;
}

.menu-toggle-sidebar-left .social-list-icons li .social-instagram {
  color: #774430;
}

.menu-toggle-sidebar-left .social-list-icons li .social-pinterest {
  color: #CB2027;
}

.menu-toggle-sidebar-left .social-list-icons li .social-tumblr {
  color: #36465d;
}

.menu-toggle-sidebar-left .social-list-icons li .social-flickr {
  color: #fe0072;
}

.menu-toggle-sidebar-left .social-list-icons li .social-youtube {
  color: #CB2027;
}

.has-menu-toggle-left .menu-toggle-sidebar-left {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.has-menu-toggle-left .mask-overlay {
  opacity: 1;
  visibility: visible;
}

.sidebar-homepage .header-action .top-bar-logout {
  margin-bottom: 10px;
}

.sidebar-homepage .header-action .list-link-topbar {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
}

.sidebar-homepage .header-action .list-link-topbar li:first-child:after {
  display: inline;
  content: '/';
  width: auto;
  height: 100%;
  margin-left: -4px;
}

.sidebar-homepage .header-action .header-block #header-wishlist .dropdown-hover span {
  display: inline;
  margin-left: 5px;
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #666666;
  position: unset;
  width: auto;
  background-color: transparent;
}

.sidebar-homepage .header-action .header-block #header-wishlist .dropdown-hover span:before {
  content: '(';
  display: inline;
}

.sidebar-homepage .header-action .header-block #header-wishlist .dropdown-hover span:after {
  content: ')';
  display: inline;
}

.sidebar-homepage .header-action .header-block #header-cart {
  line-height: 51px;
}

.sidebar-homepage .header-action .header-block #header-cart .sub-menu-dropdown {
  display: none;
}

.sidebar-homepage .header-action .header-block #header-cart .cart-contents .cart-count {
  width: auto;
  margin-left: 10px;
}

.sidebar-homepage .header-action .header-block #header-cart .cart-contents .cart-count em {
  font-style: normal;
  display: inline;
}

/**
 * =====================================================
 * Topbar - Mobile - style
 * =====================================================
 */
.home .topbar-device-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .home .site-wrapper .main-header {
    display: block !important;
    background-color: #c9c9c9;
  }
}

.home .site-wrapper.hidden-header-default .main-page-wrapper {
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {

  .site-wrapper.hidden-header-default .main-header,
  .site-wrapper.hidden-header-default .page-heading {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .site-wrapper.hidden-header-default .main-page-wrapper {
    margin-top: 80px;
  }
}

.topbar-device-mobile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  background: #fff;
  padding: 0 15px;
  width: 100%;
  -webkit-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  min-height: 60px;
  color: #000000;
}

.topbar-device-mobile .topbar-mobile-history a {
  width: 45px;
  margin-left: -15px;
  text-align: center;
  display: inline-block;
}

.topbar-device-mobile .topbar-mobile-history a span {
  font-size: 20px;
  display: block;
  line-height: 60px;
  color: #000000;
}

.topbar-device-mobile .topbar-mobile-history a:hover span {
  color: #c02222;
}

.topbar-device-mobile .topbar-mobile-title {
  max-width: 50%;
  margin: 0 0 0 10px;
  line-height: 60px;
  text-align: center;
  color: #000000;
}

.topbar-device-mobile .topbar-mobile-title span {
  font-size: 15px;
  font-weight: 500;
  height: 60px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topbar-device-mobile .topbar-icon-home {
  height: 60px;
  line-height: 60px;
  text-align: right;
}

.topbar-device-mobile .topbar-icon-home a {
  font-size: 23px;
  vertical-align: -5px;
  color: #000000;
}

.topbar-device-mobile .top-right-mobile {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.topbar-device-mobile .top-right-mobile>div {
  float: right;
  min-width: 45px;
}

@media only screen and (max-width: 320px) {
  .topbar-device-mobile .top-right-mobile>div {
    min-width: 32px;
  }
}

.topbar-device-mobile .top-right-mobile .top-cart {
  height: 60px;
  line-height: 60px;
}

.topbar-device-mobile .top-right-mobile .top-cart .tbay-dropdown-cart {
  margin-left: 21px;
}

@media only screen and (max-width: 320px) {
  .topbar-device-mobile .top-right-mobile .top-cart .tbay-dropdown-cart {
    margin-left: 13px;
  }
}

.topbar-device-mobile .top-right-mobile .top-cart #header-cart.ceefer-box-dropdown {
  text-align: right;
}

.topbar-device-mobile .top-right-mobile .top-cart #header-cart.ceefer-box-dropdown a .cart-count {
  right: -5px !important;
  bottom: 7px !important;
}

.topbar-device-mobile .top-right-mobile .top-cart #header-cart.ceefer-box-dropdown .sub-menu-dropdown {
  top: calc(100% + 14px);
}

.topbar-device-mobile .top-right-mobile .search-device-mobile {
  text-align: right;
}

.topbar-device-mobile .top-right-mobile .search-device-mobile #header-search a:before {
  font-size: 23px;
}

@media only screen and (max-width: 480px) {
  .topbar-device-mobile .top-right-mobile .search-device-mobile #header-search .dropdown-menu {
    width: 400px;
    right: -50px;
    left: auto;
    top: calc(100% + 22px);
  }
}

@media only screen and (max-width: 375px) {
  .topbar-device-mobile .top-right-mobile .search-device-mobile #header-search .dropdown-menu {
    width: 320px;
    top: calc(100% + 20px);
  }
}

@media only screen and (max-width: 480px) {
  .topbar-device-mobile .top-right-mobile .search-device-mobile #header-search .dropdown-menu:after {
    right: 60px;
  }
}

/* ---------------------------------------------
   4. MENU
   ------------------------------------------ */
.ceefer-menu {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.ceefer-menu .container {
  max-width: 100%;
}

.ceefer-menu .dropdown-menu {
  pointer-events: none;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  top: 110%;
  background-color: white;
  left: 0;
  right: auto;
  display: block;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.ceefer-menu .dropdown-menu .mega-dropdown-inner {
  display: block;
  overflow: hidden;
  padding: 25px 25px 0px;
}

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

.ceefer-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;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

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

.ceefer-menu .dropdown-menu .mega-nav.col-sm-12:last-child {
  margin-bottom: 0;
}

.ceefer-menu .dropdown-menu .mega-nav li {
  padding: 4px 0;
}

.ceefer-menu .dropdown-menu .mega-nav li a {
  font-size: 15px;
  color: #4c4c4c;
}

.ceefer-menu .dropdown-menu .mega-nav li a:hover {
  color: #000000;
}

.ceefer-menu .dropdown-menu .column-heading {
  font-size: 20px !important;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  color: #1a1a1a !important;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.ceefer-menu .dropdown-menu .column-heading:hover {
  color: #c02222;
}

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

.ceefer-menu .menu-icon {
  margin-right: 10px;
  font-size: 19px;
  position: relative;
  top: 3px;
}

.ceefer-menu li {
  list-style: none;
  position: relative;
  margin: 0;
  z-index: 10;
}

.ceefer-menu li a:hover {
  color: #c02222;
}

.ceefer-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: 0px 0px 12px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.17);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ceefer-menu ul {
  font-size: inherit;
}

.ceefer-menu ul li {
  padding: 3px 15px;
}

.ceefer-menu ul li.menu-item-has-children>a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 35px;
}

.ceefer-menu ul li a {
  font-size: 15px;
  line-height: 1.5;
  display: inline-block;
}

.ceefer-menu ul li a span {
  position: relative;
}

.ceefer-menu ul li a span:after {
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  background-color: #c02222;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 3px);
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  width: 100%;
}

.ceefer-menu ul li a:hover span {
  position: relative;
}

.ceefer-menu ul li a:hover span:after {
  opacity: 1;
  -webkit-transform: translateY(-1px) translateZ(0);
  transform: translateY(-1px) translateZ(0);
}

.ceefer-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.menu-style-border-bottom>li>a:hover>span:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.primary-menu.menu-style-border-bottom>li>a>span:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background-color: #c02222;
}

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

.primary-menu>li>a {
  color: #000000;
  position: relative;
  line-height: 70px;
  font-size: 16px;
  -moz-transition: all .3s ease !important;
  -webkit-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
  transition: all .3s ease !important;
}

.primary-menu>li>a:after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #dadada;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -moz-transition: all .3s ease !important;
  -webkit-transition: all .3s ease !important;
  -o-transition: all .3s ease !important;
  transition: all .3s ease !important;
}

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

.primary-menu>li:hover>a:after {
  width: 35px;
}

.primary-menu>li.hidden>a::after {
  display: none;
}

.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;
  padding: 0;
}

.primary-menu>li>ul:not(.mega-nav)>li:first-child {
  padding-top: 30px;
}

.primary-menu>li>ul:not(.mega-nav)>li:last-child {
  padding-bottom: 33px;
}

.primary-menu>li>ul:not(.mega-nav)>li>ul>li:first-child {
  padding-top: 13px;
}

.primary-menu>li>ul:not(.mega-nav)>li>ul>li:last-child {
  padding-bottom: 13px;
}

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

.primary-menu>li:hover>a {
  color: #c02222;
}

.primary-menu>li:hover>a:after {
  opacity: 1;
}

.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.mega-full .dropdown-menu {
  width: 100vw;
}

/**
 * Add - Customize - Menu
*/
.ceefer-menu>li>a>span {
  /*text-transform: uppercase;*/
  font-weight: 500;
}

.header-menu .ceefer-menu.primary-menu>li>a {
  font-size: 18px;
  /*font-family: "Chivo";*/
  font-weight: 500;
  color: #000000;
}

.header-menu .ceefer-menu.primary-menu>li>a:after {
  background-color: #cf370d !important;
  width: 102%;
  bottom: -1px;
  height: 2px;
  z-index: -1;
}

.header-menu .ceefer-menu .sub-menu li a {
  color: #666666;
  font-family: "Chivo";
  font-size: 15px;
}

.header-menu .ceefer-menu .dropdown-menu .mega-nav>li:hover>a span:after {
  display: none;
}

.header-menu .ceefer-menu .dropdown-menu .mega-nav li a {
  color: #666666;
  font-family: "Chivo";
  font-size: 15px;
}

.header-menu .ceefer-menu .dropdown-menu .mega-nav li .sub-menu li:hover a {
  color: #c02222;
}

.header-menu .ceefer-menu .dropdown-menu .mega-nav li .sub-menu li:hover a span::after {
  background-color: #c02222 !important;
  width: 100%;
  bottom: unset;
  top: calc(100% + 3px);
  height: 1px;
  z-index: -1;
}

.ceefer-menu.primary-menu>li>a::after {
  background-color: #EC555B;
}

.men-header-home .mega-dropdown-menu .mega-dropdown-inner {
  padding: 25px;
}

.men-header-home .mega-dropdown-menu .mega-dropdown-inner .mega-nav {
  width: 20%;
  margin-bottom: 0px;
}

.men-header-home .mega-dropdown-menu .mega-dropdown-inner .mega-nav>li:hover>a span:after {
  display: block;
}

.men-header-home .mega-dropdown-menu .mega-dropdown-inner li .content-element {
  margin-top: -5px;
}

.men-header-home .mega-dropdown-menu .mega-dropdown-inner li .content-element p {
  margin-bottom: 0px;
}

.men-header-home .mega-dropdown-menu .mega-dropdown-inner li .content-element .aligncenter {
  margin-top: 15px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.ceefer-menu {
  /*Default - Mega*/
  /*Product - home1*/
}

.ceefer-menu ul li a {
  font-size: 15px;
}

.ceefer-menu .menu-item .sub-menu .menu-item-link span {
  text-transform: capitalize;
}

.ceefer-menu .menu-item .sub-menu .menu-item-link:hover span {
  color: #f67712;
  text-transform: capitalize;
}

.ceefer-menu .menu-item .sub-menu .menu-item-link:hover span:after {
  background-color: #f67712 !important;
  width: 100%;
  bottom: unset;
  top: calc(100% + 3px);
  height: 1px;
  z-index: -1;
}

.ceefer-menu .dropdown-menu {
  left: -250px;
}

@media only screen and (max-width: 1200px) {
  .ceefer-menu .dropdown-menu {
    left: -100px;
  }
}

@media only screen and (max-width: 1024px) {
  .ceefer-menu .dropdown-menu {
    left: -210px;
  }
}

.ceefer-menu .dropdown-menu .mega-nav li a {
  color: #666666;
}

.ceefer-menu .dropdown-menu .mega-nav .sub-menu span {
  font-size: 15px;
  color: #666666;
  position: relative;
  font-family: 'Chivo', sans-serif;
  z-index: 2;
}

.ceefer-menu li.current-menu-item>a::after {
  background-color: transparent;
  opacity: 1;
  width: 35px;
}

.ceefer-menu .ceefer-mega-default .mega-dropdown-menu .mega-dropdown-inner {
  padding-top: 30px;
  padding-right: 35px;
  padding-left: 40px;
}

.ceefer-menu .ceefer-mega-default .mega-dropdown-menu ul.mega-nav>li>a {
  display: block;
  font-size: 20px;
  color: #000000;
  font-family: 'Work sans', sans-serif;
  margin-bottom: 18px;
  text-transform: capitalize;
  font-weight: 500;
}

.ceefer-menu .ceefer-mega-default .mega-dropdown-menu ul.mega-nav>li>a i {
  display: none;
}

.ceefer-menu .ceefer-mega-default .mega-dropdown-menu ul.mega-nav>li>a:hover {
  color: #000000;
}

.ceefer-menu .ceefer-mega-default.elements-menu .dropdown-menu {
  left: -400px;
}

@media only screen and (max-width: 1280px) {
  .ceefer-menu .ceefer-mega-default.elements-menu .dropdown-menu {
    left: -500px;
  }
}

@media only screen and (max-width: 1280px) {
  .ceefer-menu .ceefer-mega-default.blogs-menu .dropdown-menu {
    left: -400px;
  }
}

.ceefer-menu .men-feature-home1 .dropdown-menu {
  max-height: 381px;
  height: 380px;
}

@media (max-width: 1450px) {
  .ceefer-menu .men-feature-home1 .dropdown-menu {
    left: -410px;
  }
}

@media only screen and (min-width: 1450px) {
  .ceefer-menu .men-feature-home1 .dropdown-menu {
    left: -450px;
  }
}

@media only screen and (max-width: 1200px) {
  .ceefer-menu .men-feature-home1 .dropdown-menu {
    left: -250px;
  }
}

@media only screen and (max-width: 1024px) {
  .ceefer-menu .men-feature-home1 .dropdown-menu {
    left: -350px !important;
  }
}

.ceefer-menu .men-feature-home1 .dropdown-menu .menu-item-link.has-children span {
  display: block;
  color: #000000;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.ceefer-menu .men-feature-home1 .dropdown-menu .menu-item-link.has-children .mm-has-children {
  display: none;
}

.ceefer-menu .men-feature-home1 .dropdown-menu .mega-dropdown-inner {
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ceefer-menu .men-feature-home1 .dropdown-menu .mega-dropdown-inner .mega-nav {
  position: relative;
}

.ceefer-menu .men-feature-home1 .dropdown-menu .mega-dropdown-inner .mega-nav .has-children {
  font-size: 21px;
  color: #000000;
  font-family: 'Work sans', sans-serif;
  margin-bottom: 18px;
  opacity: 1;
}

.ceefer-menu .men-feature-home1 .dropdown-menu .mega-dropdown-inner .mega-nav .has-children span::after {
  background-color: #f67712 !important;
  width: 100%;
  bottom: unset;
  top: calc(100% + 3px);
  height: 1px;
}

.ceefer-menu .men-feature-home1 .dropdown-menu .mega-dropdown-inner .mega-nav:last-child {
  /* max-width: 318px;
                       width: 100%; */
}

.ceefer-menu .men-feature-home1 .dropdown-menu .mega-dropdown-inner .mega-nav:last-child li {
  padding: 0px;
}

.ceefer-menu .men-feature-home1 .dropdown-menu .mega-dropdown-inner .mega-nav:last-child li .content-element img {
  position: absolute;
  top: -42px;
  right: -32px;
  max-width: unset;
  margin: 0px;
}

/**
 * Vertical - Menu
 */
.vertical-menu-wrapper .ceefer-menu {
  /*Default - Mega*/
}

.vertical-menu-wrapper .ceefer-menu .men-feature-home1 .dropdown-menu {
  left: 100%;
}

@media (max-width: 1366px) {
  .vertical-menu-wrapper .ceefer-menu .men-feature-home1 .dropdown-menu {
    left: 60%;
  }
}

@media only screen and (max-width: 1024px) {
  .vertical-menu-wrapper .ceefer-menu .men-feature-home1 .dropdown-menu {
    left: 100% !important;
  }
}

.vertical-menu-wrapper .ceefer-menu .ceefer-mega-default.elements-menu .dropdown-menu {
  left: 100%;
}

@media only screen and (max-width: 1280px) {
  .vertical-menu-wrapper .ceefer-menu .ceefer-mega-default.elements-menu .dropdown-menu {
    left: 100%;
  }
}

@media only screen and (max-width: 1280px) {
  .vertical-menu-wrapper .ceefer-menu .ceefer-mega-default.blogs-menu .dropdown-menu {
    left: 100%;
  }
}

.vertical-menu-wrapper .vertical-menu>li a span {
  position: relative;
  z-index: 2;
}

.vertical-menu-wrapper .vertical-menu>li:hover {
  cursor: pointer;
}

.vertical-menu-wrapper .vertical-menu>li:hover>a span {
  color: #000000;
}

.vertical-menu-wrapper .vertical-menu>li:hover>a span::after {
  content: "";
  background-color: #fdd7d1 !important;
  width: 100%;
  position: absolute;
  top: 13px;
  left: 0px;
  height: 7px;
  z-index: -1;
}

.vertical-menu-wrapper .vertical-menu>li>ul:not(.mega-nav) {
  padding: 30px 0;
}

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

.jms-canvas-menu-wrapper .search-form input[type="text"] {
  border-color: transparent;
}

.jms-canvas-menu-wrapper .menu-title {
  line-height: 50px;
  padding: 0 20px;
  background-color: #c02222;
  color: white;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  font-family: 'Chivo', sans-serif;
}

.jms-canvas-menu-wrapper .close-menu {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 20px;
  top: 17px;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.jms-canvas-menu-wrapper .close-menu:before,
.jms-canvas-menu-wrapper .close-menu:after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: white;
  position: absolute;
  right: 4px;
  top: 0;
}

.jms-canvas-menu-wrapper .close-menu:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jms-canvas-menu-wrapper .close-menu:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.admin-bar .jms-canvas-menu-wrapper {
  top: 32px;
}

.open-jms-canvas-menu .mask-overlay {
  opacity: 1;
  visibility: visible;
}

.open-jms-canvas-menu .jms-canvas-menu-wrapper {
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.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;
}

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

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

.mobile-menu>li>a {
  line-height: 50px;
  padding: 0 20px;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(129, 129, 129, 0.11);
  font-size: 16px;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  color: #000000;
}

.mobile-menu ul {
  display: none;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
}

.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: "\67";
  font-family: 'ceefer-icon';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 50px;
  font-size: 11px;
}

.vertical-menu {
  text-align: center;
}

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

@media (max-width: 1366px) {
  .vertical-menu .dropdown-menu {
    left: 60%;
  }
}

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

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

.vertical-menu>li>a {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 50px;
  text-transform: uppercase;
}

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

.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%;
}

@media (max-width: 1366px) {
  .vertical-menu>li>ul:not(.mega-nav) {
    left: 60%;
  }
}

.vertical-menu>li.mega-full .dropdown-menu {
  width: 1222px !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;
}

/* ---------------------------------------------
   5. FOOTER
   ------------------------------------------ */
.main-footer {
  color: #ffffff;
}

.main-footer .wide-container>p {
  margin-bottom: 0;
}

.main-footer .vc_custom_heading {
  font-weight: 500;
}

.main-footer>p {
  margin-bottom: 0;
}

.main-footer .footer-container.fullwidth {
  width: 1780px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-footer .jmsblog-elements .blog-layout-grid .blog-post-loop {
    width: 100% !important;
  }
}

.main-footer .f-firt-column p {
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 480px) {
  .main-footer .f-firt-column p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .main-footer .f-firt-column p {
    font-size: 15px;
  }
}

.main-footer .f-firt-column.f-blog .jmsblogwidget-elements .ceefer-recent-posts-list .meta-list-widget .recent-posts-time,
.main-footer .f-firt-column.f-blog .jmsblogwidget-elements .ceefer-recent-posts-list .meta-list-widget .count-views,
.main-footer .f-firt-column.f-blog .jmsblogwidget-elements .ceefer-recent-posts-list .meta-list-widget .recent-posts-comment {
  color: #666666 !important;
}

@media only screen and (max-width: 767px) {

  .main-footer .f-firt-column,
  .main-footer .f-two-column,
  .main-footer .f-three-column,
  .main-footer .f-four-column,
  .main-footer .f-five-column {
    margin-bottom: 15px;
  }
}

.main-footer .footer-gray {
  /* background-color: #1d2327; */
  padding-top: 92px;
  padding-bottom: 55px;
  background-image: url(https://geomancycles.com/new/wp-content/uploads/2022/06/footer-bg.jpg);
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-footer .footer-gray .f-firt-column {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-footer .footer-gray .f-two-column {
    width: 40% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-footer .footer-gray .f-three-column {
    width: 60% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-footer .footer-gray .f-four-column {
    width: 40% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-footer .footer-gray .f-five-column {
    width: 100% !important;
  }
}

.main-footer .footer-gray .f-five-column .mc4wp-form {
  margin-top: 20px;
  margin-bottom: 0px;
  position: relative;
}

.main-footer .footer-gray .f-five-column .wpb_content_element {
  margin-bottom: 0px;
}

.main-footer .footer-gray .f-five-column .social-list-icons {
  margin-top: 20px;
}

.main-footer .wide-container .jmsblog-elements .ceefer-loop-blog .blog-post-loop .article-inner {
  -webkit-box-align: normal !important;
  -ms-flex-align: normal !important;
  align-items: normal !important;
}

@media only screen and (max-width: 320px) {
  .main-footer .wide-container .jmsblog-elements .ceefer-loop-blog .blog-post-loop .article-inner {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media only screen and (max-width: 767px) {
  .main-footer .wide-container .jmsblog-elements .ceefer-loop-blog .blog-post-loop .article-inner .article-body-container {
    text-align: left;
  }
}

.main-footer .footer-top {
  background-color: #101010;
  padding-top: 70px;
  padding-bottom: 15px;
}

.main-footer .footer-bottom {
  background-color: #000000 !important;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-footer .footer-bottom .name-site-blog {
  font-weight: bold;
}

.main-footer p a {
  color: #c02222;
}

.main-footer a {
  color: #535353;
}

.main-footer a:hover {
  color: #c02222;
}

.main-footer .widget {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.main-footer .widget .widgettitle {
  font-size: 20px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 18px;
  font-weight: 500;
  color: #ffffff;
}

.main-footer .widget .widgettitle:before {
  content: none;
}

.main-footer ul.menu li {
  margin-bottom: 5px;
}

.main-footer ul.menu li a {
  position: relative;
  text-transform: capitalize;
}

.main-footer ul.menu li a:after {
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  background-color: #c02222;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 3px);
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  width: 100%;
}

.main-footer ul.menu li a:hover {
  color: #c02222;
}

.main-footer ul.menu li a:hover:after {
  opacity: 0.8;
  -webkit-transform: translateY(-1px) translateZ(0);
  transform: translateY(-1px) translateZ(0);
}

.main-footer ul.product_list_widget>li .woocommerce-Price-amount {
  color: #c02222;
}

.main-footer ul.product_list_widget>li del .woocommerce-Price-amount {
  color: #666666;
  font-size: 16px;
}

.main-footer ul.product_list_widget>li .reviewer {
  color: #bbbbbb;
}

.main-footer .widget_recent_post_with_image ul li {
  padding-bottom: 13px;
  margin-bottom: 13px;
}

.main-footer .mc4wp-form>div p:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  margin-right: 0;
}

.main-footer .mc4wp-form>div p:last-child {
  position: absolute;
  right: 1px;
  margin-bottom: 0;
}

.main-footer .mc4wp-form input[type='email'] {
  padding: 0;
  height: 50px;
  line-height: 50px;
  border-bottom: 2px solid;
  border-color: #e1e1e1;
  padding-left: 15px;
  background-color: transparent;
}

.main-footer .mc4wp-form .btn-submit {
  padding: 0;
  background-color: transparent;
  font-size: 0;
  height: 50px;
  line-height: 50px;
}

@media only screen and (max-width: 992px) {
  .main-footer .mc4wp-form .btn-submit {
    margin-right: 0px;
  }
}

.main-footer .mc4wp-form .btn-submit:after {
  content: '\f178';
  font-family: 'FontAweSome';
  font-size: 16px;
  color: #c02222;
}

.main-footer .social-list-icons li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
}

.main-footer .social-list-icons li:first-child {
  margin-left: 0px;
  padding-left: 0px;
}

.main-footer .social-list-icons li a {
  font-size: 22px;
  margin-right: 10px;
}

.main-footer .social-list-icons li .social-facebook {
  color: #365493;
}

.main-footer .social-list-icons li .social-twitter {
  color: #1DA1F2;
}

.main-footer .social-list-icons li .social-google-plus {
  color: #d44132;
}

.main-footer .social-list-icons li .social-linkedin {
  color: #0274B3;
}

.main-footer .social-list-icons li .social-instagram {
  color: #774430;
}

.main-footer .social-list-icons li .social-pinterest {
  color: #CB2027;
}

.main-footer .social-list-icons li .social-tumblr {
  color: #36465d;
}

.main-footer .social-list-icons li .social-flickr {
  color: #fe0072;
}

.main-footer .social-list-icons li .social-youtube {
  color: #CB2027;
}

.main-footer .color-scheme-light {
  color: #969696;
}

.main-footer .color-scheme-light a {
  color: #969696;
}

.main-footer .color-scheme-light a:hover {
  color: #c02222;
}

.main-footer .color-scheme-light .jmsblogwidget-elements.widget_recent_post_with_image ul .entry-title,
.main-footer .color-scheme-light .jmsblogwidget-elements.widget_recent_post_with_image ul .recent-posts-info,
.main-footer .color-scheme-light .jmsblogwidget-elements.widget_recent_post_with_image .widget_categories ul li,
.widget_categories .main-footer .color-scheme-light .jmsblogwidget-elements.widget_recent_post_with_image ul li {
  color: #FFFFFF;
}

.main-footer .color-scheme-light .jmsblogwidget-elements.widget_recent_post_with_image ul .entry-title:hover,
.main-footer .color-scheme-light .jmsblogwidget-elements.widget_recent_post_with_image ul .recent-posts-info:hover,
.main-footer .color-scheme-light .jmsblogwidget-elements.widget_recent_post_with_image .widget_categories ul li:hover,
.widget_categories .main-footer .color-scheme-light .jmsblogwidget-elements.widget_recent_post_with_image ul li:hover {
  color: #c02222;
}

.main-footer .color-scheme-light input[type='email'] {
  border-color: #434343;
}

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

.main-footer .color-scheme-light ul.menu li a {
  color: #969696;
}

.main-footer .color-scheme-light ul.menu li a:hover {
  color: #c02222;
}

.footer-style-1 .footer-column-1,
.footer-style-1 .footer-column-2,
.footer-style-1 .footer-column-3,
.footer-style-1 .footer-column-4 {
  width: 25%;
}

.footer-bottom .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-menu {
  margin-bottom: 12px;
  padding-left: 0;
}

.footer-menu li {
  display: inline-block;
  padding-left: 18px;
  padding-right: 18px;
}

.footer-menu li:first-child {
  padding-left: 0;
}

.copyright p {
  margin-bottom: 0;
}

#backtop {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color: white;
  color: black;
  text-align: center;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 99;
  display: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#backtop:hover {
  background-color: #c02222;
  border-color: #c02222;
  color: white;
  opacity: 1;
}

#backtop i {
  font-size: 18px;
  line-height: 27px;
  margin-left: 0;
}

/**
 * Page - Category
 */
.category>.main-footer,
.tag>.main-footer,
.single>.main-footer {
  display: none;
}

.category .site-wrapper .main-footer .f-firt-column p,
.tag .site-wrapper .main-footer .f-firt-column p,
.single .site-wrapper .main-footer .f-firt-column p {
  font-weight: 600;
}

.category .site-wrapper .main-footer .widget .widgettitle,
.tag .site-wrapper .main-footer .widget .widgettitle,
.single .site-wrapper .main-footer .widget .widgettitle {
  font-weight: 500;
}

/**
 * Footer - Customize
 */
.footer-gray .f-five-column .mc4wp-form {
  margin-top: 20px;
}

.footer-gray .f-five-column .social-list-icons li a {
  font-size: 22px;
}

@media (max-width: 1450px) {
  .custom-small-destop.footer-gray .f-firt-column {
    width: 28%;
  }
}

@media only screen and (max-width: 1280px) {
  .custom-small-destop.footer-gray .f-firt-column p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 480px) {
  .custom-small-destop.footer-gray .f-firt-column p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-small-destop.footer-gray .f-firt-column {
    width: 60%;
  }
}

@media (max-width: 1450px) {

  .custom-small-destop.footer-gray .f-two-column,
  .custom-small-destop.footer-gray .f-three-column,
  .custom-small-destop.footer-gray .f-four-column {
    width: 14%;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-small-destop.footer-gray .f-two-column {
    width: 40%;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-small-destop.footer-gray .f-three-column {
    width: 60%;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-small-destop.footer-gray .f-four-column {
    width: 40%;
  }
}

@media (max-width: 1450px) {
  .custom-small-destop.footer-gray .f-five-column {
    width: 30%;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-small-destop.footer-gray .f-five-column {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {

  .custom-small-destop.footer-gray .f-firt-column,
  .custom-small-destop.footer-gray .f-two-column,
  .custom-small-destop.footer-gray .f-three-column,
  .custom-small-destop.footer-gray .f-four-column,
  .custom-small-destop.footer-gray .f-five-column {
    width: 100%;
  }
}

@media (max-width: 1450px) {
  .custom-small-destop.color-scheme-light .f-blog {
    width: 28%;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-small-destop.color-scheme-light .f-blog {
    width: 60%;
  }
}

@media (max-width: 1450px) {
  .custom-small-destop.color-scheme-light .f-menu-info {
    width: 14%;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-small-destop.color-scheme-light .f-menu-info {
    width: 40%;
  }
}

@media (max-width: 1450px) {
  .custom-small-destop.color-scheme-light .f-menu-uselink {
    width: 14%;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-small-destop.color-scheme-light .f-menu-uselink {
    width: 60%;
  }
}

@media (max-width: 1450px) {
  .custom-small-destop.color-scheme-light .f-menu-account {
    width: 14%;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-small-destop.color-scheme-light .f-menu-account {
    width: 60%;
  }
}

@media (max-width: 1450px) {
  .custom-small-destop.color-scheme-light .f-form-contact {
    width: 30%;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-small-destop.color-scheme-light .f-form-contact {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {

  .custom-small-destop.color-scheme-light .f-blog,
  .custom-small-destop.color-scheme-light .f-menu-info,
  .custom-small-destop.color-scheme-light .f-menu-uselink,
  .custom-small-destop.color-scheme-light .f-menu-account,
  .custom-small-destop.color-scheme-light .f-form-contact {
    width: 100%;
  }
}

.main-footer ul li a {
  /*font-family: 'Chivo', sans-serif;*/
  font-size: 15px;
  color: #fff;
}

.main-footer .f-five-column p {
  font-family: 'Chivo', sans-serif;
  font-size: 15px;
  color: #666;
}

.main-footer .mc4wp-form input[type='email'] {
  height: 50px;
  border-bottom: 0px;
  border: 1px solid #e9e9e9;
  padding-left: 15px;
  background: #ffffff;
}

.main-footer .mc4wp-form .btn-submit {
  color: #ffffff;
  height: 50px;
  line-height: 22px;
  padding: 5px 22px;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 0px;
  background-image: -webkit-linear-gradient(355deg, #fd5e4d, #fd165b) !important;
  background-image: -o-linear-gradient(355deg, #fd5e4d, #fd165b) !important;
  background-image: linear-gradient(95deg, #fd5e4d, #fd165b) !important;
}

.main-footer .mc4wp-form .btn-submit::after {
  display: none;
}

.footer-style-1 .fs-18 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}

.footer-style-1 .footer-bottom {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .footer-style-1 .f-firt-column {
    width: 24%;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-style-1 .f-five-column {
    width: 26%;
  }
}

.footer-style-2 {
  border-top: 1px solid #ebebeb;
  background-color: #f8f8f8 !important;
}

.footer-style-2 .wide-container .footer-gray {
  background-color: #f8f8f8 !important;
}

.footer-style-2 a {
  font-size: 15px;
  font-family: "Chivo";
  color: #666666;
}

.footer-style-2 .vc_column_container .widgettitle {
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Work Sans";
}

.footer-style-2 .f-firt-column h2.vc_custom_heading {
  font-family: "Work Sans" !important;
  font-weight: 500;
}

.footer-style-2 .f-firt-column .blog-post-loop {
  position: unset !important;
  margin-bottom: 3px;
}

.footer-style-2 .f-firt-column .blog-post-loop .article-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal !important;
  -ms-flex-align: normal !important;
  align-items: normal !important;
}

@media only screen and (max-width: 320px) {
  .footer-style-2 .f-firt-column .blog-post-loop .article-inner {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

.footer-style-2 .f-firt-column .blog-post-loop .article-inner .entry-header {
  max-width: 70px;
}

.footer-style-2 .f-firt-column .blog-post-loop .article-inner .entry-header .entry-thumbnail {
  border: 1px solid #ebebeb;
  padding: 2px;
}

.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container {
  width: calc(100% - 80px);
  margin-left: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

@media only screen and (max-width: 767px) {
  .footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container {
    text-align: left;
  }
}

.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container .entry-title,
.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container .recent-posts-info,
.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container .widget_categories ul li,
.widget_categories ul .footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container li {
  margin-top: 7px;
  margin-bottom: 0px;
}

.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container .entry-title a,
.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container .recent-posts-info a,
.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container .widget_categories ul li a,
.widget_categories ul .footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container li a {
  color: #000000 !important;
  font-size: 16px;
  font-family: "Chivo";
  font-weight: 500;
}

.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container .entry-title a:hover,
.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container .recent-posts-info a:hover,
.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container .widget_categories ul li a:hover,
.widget_categories ul .footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container li a:hover {
  cursor: pointer;
  color: #c02222 !important;
}

.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container .ceefer-entry-meta {
  margin-bottom: 0px;
}

.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container .ceefer-entry-meta .entry-meta-list li {
  color: #666666;
  margin-right: 0px;
}

.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container .ceefer-entry-meta .entry-meta-list li:after {
  content: "/";
}

.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container .ceefer-entry-meta .entry-meta-list li:last-child:after {
  content: "";
}

.footer-style-2 .f-firt-column .blog-post-loop .article-inner .article-body-container .ceefer-entry-meta .entry-meta-list li a {
  color: #666666;
}

.footer-style-2 .f-five-column .mc4wp-form .btn-submit {
  line-height: 10px;
  padding: 15px 19px;
  opacity: 1;
  margin-right: 0px;
}

.footer-style-2 .footer-bottom {
  width: 1780px;
  margin: 0 auto;
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
  padding-bottom: 30px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8 !important;
}

.footer-style-2 .footer-bottom .widget {
  width: 50%;
}

.footer-style-2 .footer-bottom .widget.widget_text {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .footer-style-2 .footer-bottom .widget.widget_text {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.footer-style-2 .footer-bottom .widget.widget_media_image {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .footer-style-2 .footer-bottom .widget.widget_media_image {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.footer-style-2 .footer-bottom .widget p span {
  color: #c02222;
}

@media only screen and (max-width: 1680px) {
  .footer-style-2 .footer-bottom {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-style-2 .footer-bottom {
    display: block;
  }
}

.footer-style-3 {
  background-color: #f8f8f8;
  padding-top: 90px;
  padding-bottom: 78px;
}

@media only screen and (max-width: 800px) {
  .footer-style-3 .f-home03-left {
    width: 100%;
    text-align: center;
  }
}

.footer-style-3 .f-home03-left ul li a {
  text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
  .footer-style-3 .f-home03-right {
    width: 100% !important;
  }
}

@media only screen and (max-width: 800px) {
  .footer-style-3 .f-home03-right .wpb_single_image {
    text-align: center !important;
  }
}

.footer-style-3 .footer-home03 {
  margin-bottom: 22px;
}

@media only screen and (max-width: 800px) {
  .footer-style-3 .footer-home03 {
    margin-bottom: 2px;
  }
}

.footer-style-3 .footer-home03 .menu-footer-menu-container .menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 800px) {
  .footer-style-3 .footer-home03 .menu-footer-menu-container .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .footer-style-3 .footer-home03 .menu-footer-menu-container .menu {
    display: block;
    text-align: center;
  }
}

.footer-style-3 .footer-home03 .menu-footer-menu-container .menu li {
  margin-bottom: 5px;
  margin-right: 47px;
  font-family: "Chivo";
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}

.footer-style-3 .footer-home03 .menu-footer-menu-container .menu li:last-child {
  margin-right: 0px;
}

@media only screen and (max-width: 480px) {
  .footer-style-3 .footer-home03 .menu-footer-menu-container .menu li {
    margin-right: 0px;
  }
}

.footer-style-3 .copy-right-home03 {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  color: #666;
  margin-bottom: 0px;
  letter-spacing: 0px;
}

@media only screen and (max-width: 800px) {
  .footer-style-3 .copy-right-home03 {
    letter-spacing: 0px;
  }
}

.footer-style-3 .copy-right-home03 .title-site {
  color: #c02222;
}

.footer-style-3 .copy-right-home03 strong {
  font-weight: 600;
  color: #000000;
  font-family: 'Work Sans', sans-serif;
}

.footer-style-3 .copy-right-home03 .slash {
  margin: 0px 5px;
}

.footer-style-3 .ceefer-social-icons {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 22px;
}

@media only screen and (max-width: 800px) {
  .footer-style-3 .ceefer-social-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 6px;
  }
}

.footer-style-3 .ceefer-social-icons a {
  width: auto;
  height: auto;
  margin-left: 15px;
  font-size: 22px;
}

@media only screen and (max-width: 800px) {
  .footer-style-3 .ceefer-social-icons a {
    width: 40px;
    margin-left: 0px;
  }
}

.footer-style-3 .ceefer-social-icons a i {
  line-height: 0px;
}

.footer-style-3 .ceefer-social-icons .social-facebook {
  color: #4867aa;
}

.footer-style-3 .ceefer-social-icons .social-twitter {
  color: #32ccfe;
}

.footer-style-3 .ceefer-social-icons .social-google-plus {
  color: #d80000;
}

.footer-style-3 .ceefer-social-icons .social-instagram {
  color: #a88a60;
}

.footer-style-3 .ceefer-social-icons .social-pinterest {
  color: #a70000;
}

.footer-style-3 .copyright {
  display: none;
}

.wrp-header-4 .main-footer .ceefer-social-icons {
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrp-header-4 .main-footer .ceefer-social-icons a {
  border-radius: 5px;
  color: #fff;
  background: #cf370d;
  border: none;
  font-size: 22px;
  margin: 6px;
  width: 53px;
  height: 53px;
}

@media only screen and (max-width: 480px) {
  .wrp-header-4 .main-footer .ceefer-social-icons a {
    width: 45px;
    height: 45px;
  }
}

.wrp-header-4 .main-footer .ceefer-social-icons a i {
  line-height: 53px;
}

@media only screen and (max-width: 480px) {
  .wrp-header-4 .main-footer .ceefer-social-icons a i {
    line-height: 45px;
  }
}

.wrp-header-4 .main-footer .ceefer-social-icons a:hover {
  background-color: #c02222;
}

.wrp-header-4 .main-footer .ceefer-social-icons a:hover i {
  color: #FFFFFF;
}

.wrp-header-4 .main-footer .footer-bottom {
  background-color: transparent !important;
  padding-bottom: 53px;
}

.wrp-header-4 .main-footer .footer-bottom p span {
  font-weight: normal !important;
  color: #c02222;
}

@media only screen and (max-width: 480px) {
  .wrp-header-4 .main-footer .footer-bottom p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .wrp-header-4 .main-footer .footer-bottom p {
    display: block;
    padding: 0px 60px;
  }
}

@media only screen and (max-width: 320px) {
  .wrp-header-4 .main-footer .footer-bottom p {
    padding: 0px 30px;
  }
}

.footer-style-5 .f-firt-column p {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}

@media only screen and (max-width: 480px) {
  .footer-style-5 .f-firt-column p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .footer-style-5 .f-firt-column p {
    font-size: 15px;
  }
}

.footer-style-5 .footer-bottom {
  display: none;
}

.footer-hom06 {
  border-top: 1px solid #ebebeb;
  padding-top: 92px;
}

@media only screen and (max-width: 767px) {
  .footer-hom06 .vc_col-sm-3 {
    margin-bottom: 20px;
  }
}

.footer-hom06 .vc_custom_heading {
  margin-bottom: 23px;
}

.footer-hom06 .wpb_content_element {
  margin-bottom: 0px;
}

.footer-hom06 p {
  font-family: 'Chivo', sans-serif;
  font-size: 15px;
  color: #666666;
  line-height: 32px;
}

.footer-hom06 ul li a {
  position: relative;
  text-transform: capitalize;
  font-family: 'Chivo', sans-serif;
  font-size: 15px;
  color: #666666;
  line-height: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .footer-hom06 ul li a {
    font-size: 14px !important;
  }
}

.footer-hom06 ul li a:after {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  opacity: 0;
  background-color: #c02222;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 3px);
  -webkit-transform: translateY(-1px) translateZ(0);
  transform: translateY(-1px) translateZ(0);
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.footer-hom06 ul li:hover a {
  color: #c02222;
}

.footer-hom06 ul li:hover a:after {
  opacity: 1;
}

.footer-hom06 .f-follow .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-hom06 .mc4wp-form {
  position: relative;
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .footer-hom06 .mc4wp-form {
    max-width: 467px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer-hom06 .mc4wp-form input[type='email'] {
  border: 1px solid #ebebeb;
}

.footer-hom06 .mc4wp-form button[type='submit'] {
  position: absolute;
  top: 0px;
  font-size: 0px;
  right: 0px;
  padding: 0px;
  min-width: 40px;
  background: url("assets/images/background/btn-subscrice.png");
  background-repeat: no-repeat;
  background-position-x: 1px;
  background-position-y: center;
}

.footer-hom06 .social-list-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-hom06 .social-list-icons li:not(:first-child) {
  margin-left: 20px;
}

.footer-hom06 .social-list-icons li a {
  font-size: 22px;
}

.footer-hom06 .social-list-icons li a:after {
  display: none;
}

.footer-hom06 .social-list-icons .social-facebook {
  color: #4867aa;
}

.footer-hom06 .social-list-icons .social-twitter {
  color: #32ccfe;
}

.footer-hom06 .social-list-icons .social-google-plus {
  color: #d80000;
}

.footer-hom06 .social-list-icons .social-instagram {
  color: #a88a60;
}

.footer-hom06 .social-list-icons .social-pinterest {
  color: #a70000;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-hom06 .f-contact {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-hom06 .f-info {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-hom06 .f-uselink {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .footer-hom06 .f-follow {
    width: 50%;
  }
}

.bottom-footer-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 3px;
}

@media only screen and (max-width: 992px) {
  .bottom-footer-h {
    display: block;
  }
}

@media only screen and (min-width: 667px) and (max-width: 896px) {
  .bottom-footer-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bottom-footer-h .wpb_content_element {
  margin-bottom: 0px;
}

.bottom-footer-h .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .bottom-footer-h .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.bottom-footer-h .menu li:not(:first-child) {
  margin-left: 28px;
}

.bottom-footer-h .menu li a {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Chivo', sans-serif;
  color: #666666;
  text-transform: uppercase;
  line-height: 52px;
}

@media only screen and (max-width: 767px) {
  .bottom-footer-h .menu li a {
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .bottom-footer-h .wpb_single_image {
    text-align: center;
  }
}

.footer-style-7 .footer-bottom {
  display: none;
}

.footer-style-7 .f-form-contact p {
  margin-bottom: 10px;
  font-family: 'Chivo', sans-serif;
  font-size: 15px;
  color: #999999;
}

.footer-style-7 .f-blog .jmsblog-elements .ceefer-loop-blog .blog-post-loop {
  position: unset;
  margin-bottom: 10px;
}

.footer-style-7 .f-blog .jmsblog-elements .ceefer-loop-blog .blog-post-loop .article-body-container .entry-meta-list li {
  color: #999999;
}

.footer-style-7 .f-blog .jmsblog-elements .ceefer-loop-blog .blog-post-loop .article-body-container .entry-meta-list li span {
  color: #999999;
}

.footer-style-7 .social-list-icons a {
  font-size: 22px;
  display: inline-block;
  margin-left: 0px;
}

.footer-style-7 .social-list-icons .social-facebook {
  color: #365493;
  width: 0px;
  margin-right: 28px;
}

.footer-style-7 .social-list-icons .social-twitter {
  color: #1DA1F2;
}

.footer-style-7 .social-list-icons .social-google-plus {
  color: #d44132;
}

.footer-style-7 .social-list-icons .social-pinterest {
  color: #CB2027;
}

.footer-style-7 .social-list-icons .social-instagram {
  color: #774430;
}

.footer-style-7 .f-form-contact .wpb_content_element {
  margin-bottom: 13px;
}

.f-blog .jmsblog-elements .blog-post-loop .article-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-blog .jmsblog-elements .blog-post-loop .article-inner .article-body-container {
  margin-left: 10px;
}

.f-blog .jmsblog-elements .blog-post-loop .article-inner .article-body-container .entry-title a,
.f-blog .jmsblog-elements .blog-post-loop .article-inner .article-body-container .recent-posts-info a,
.f-blog .jmsblog-elements .blog-post-loop .article-inner .article-body-container .widget_categories ul li a,
.widget_categories ul .f-blog .jmsblog-elements .blog-post-loop .article-inner .article-body-container li a {
  font-size: 16px;
  font-family: 'Chivo';
  color: #fff;
}

.f-blog .jmsblogwidget-elements .ceefer-recent-posts-list li .recent-posts-info {
  top: 6px !important;
}

@media (max-width: 1450px) {
  .f-blog .jmsblogwidget-elements .ceefer-recent-posts-list li .recent-posts-info {
    top: 4px !important;
  }
}

.f-blog .jmsblogwidget-elements .ceefer-recent-posts-list .meta-list-widget .recent-posts-time,
.f-blog .jmsblogwidget-elements .ceefer-recent-posts-list .meta-list-widget .count-views,
.f-blog .jmsblogwidget-elements .ceefer-recent-posts-list .meta-list-widget .recent-posts-comment {
  font-family: 'Chivo', sans-serif;
  font-size: 13px !important;
  color: #999999;
}

.f-blog .jmsblogwidget-elements .ceefer-recent-posts-list .meta-list-widget .recent-posts-time,
.f-blog .jmsblogwidget-elements .ceefer-recent-posts-list .meta-list-widget .count-views {
  position: relative;
}

.f-blog .jmsblogwidget-elements .ceefer-recent-posts-list .meta-list-widget .recent-posts-time:after,
.f-blog .jmsblogwidget-elements .ceefer-recent-posts-list .meta-list-widget .count-views:after {
  content: '/';
  display: inline-block;
  margin-left: 5px;
}

.f-blog .jmsblogwidget-elements .ceefer-recent-posts-list .meta-list-widget .count-views {
  margin-left: -4px;
}

.main-footer .color-scheme-light .vc_custom_heading {
  text-transform: capitalize;
  font-weight: 500;
}

.main-footer .color-scheme-light .f-menu ul.menu li a {
  color: #999;
  font-size: 15px;
  font-family: Chivo;
}

.main-footer .color-scheme-light .f-menu ul.menu li:hover a {
  color: #c02222;
}

.main-footer p a {
  color: #c02222;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-footer .wide-container .f-blog {
    width: 60% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-footer .wide-container .f-menu-info {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-footer .wide-container .f-menu-uselink {
    width: 60%;
    clear: both;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-footer .wide-container .f-menu-account {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .main-footer .wide-container .f-form-contact {
    width: 100% !important;
  }
}

.main-footer .wide-container .f-form-contact .mc4wp-form {
  position: relative;
}

.f-form-contact .mc4wp-form {
  margin-top: 20px;
}

.f-form-contact .mc4wp-form .btn-submit {
  padding: 5px 20px;
  margin-right: -1px;
}

.copy-right-h7 p {
  font-size: 15px;
  font-weight: 500;
  color: #999999;
  /*font-family: 'Work Sans', sans-serif;*/
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .copy-right-h7 {
    text-align: center;
  }
}

.footer-style-8 {
  margin-top: 50px;
  border: 1px solid #ebebeb;
  padding-top: 92px;
}

.footer-style-8 .vc_custom_heading {
  color: #000000;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 18px;
  font-weight: 500;
}

.footer-style-8 p {
  font-size: 15px;
  font-family: 'Chivo', sans-serif;
  color: #666666;
  line-height: 32px;
}

.footer-style-8 ul li a {
  font-size: 15px;
  font-family: 'Chivo', sans-serif;
  color: #666666;
}

@media only screen and (max-width: 800px) {
  .footer-style-8 .f-uselink {
    clear: both;
  }
}

.footer-style-8 .f-follow .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-style-8 .f-follow .wpb_content_element {
  margin-bottom: 15px;
}

.footer-style-8 .mc4wp-form .btn-submit {
  font-size: 0px;
  background-image: url("assets/images/background/btn-subscrice.png") !important;
  background-repeat: no-repeat;
  background-position: center;
  background-image: unset;
  margin-right: 10px;
}

.footer-style-8 .mc4wp-form p {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .footer-style-8 .f-botom-coppy {
    text-align: center;
  }
}

.footer-style-8 .f-botom-coppy p {
  font-size: 15px;
  font-family: 'Work Sans', sans-serif;
  color: #666666;
}

@media only screen and (max-width: 767px) {
  .footer-style-8 .f-botom-coppy .wpb_content_element {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-style-8 .f-botom-coppy .wpb_single_image {
    text-align: center !important;
    margin-bottom: 30px;
  }
}

.footer-style-8 .coppy-right-8 span {
  font-weight: normal;
  color: #c02222;
}

.footer-style-8 .copyright {
  display: none;
}

.footer-style-9 .wide-container .widget_nav_menu ul li {
  line-height: 28px;
}

.footer-style-9 .wide-container .mc4wp-form {
  margin-top: 25px;
  position: relative;
}

.footer-style-9 .wide-container .mc4wp-form .btn-submit {
  margin-right: -1px;
}

.footer-style-9 .footer-bottom {
  display: none;
}

.footer-style-9 .f-blog .jmsblog-elements .ceefer-loop-blog .blog-post-loop {
  position: unset;
  margin-bottom: 20px;
}

.footer-style-9 .f-blog .jmsblog-elements .ceefer-loop-blog .blog-post-loop .article-body-container .entry-meta-list li {
  color: #999999;
}

.footer-style-9 .f-blog .jmsblog-elements .ceefer-loop-blog .blog-post-loop .article-body-container .entry-meta-list li span {
  color: #999999;
}

.footer-style-9 .f-form-contact .wpb_content_element {
  margin-bottom: 15px;
}

.footer-style-9 .f-form-contact p {
  margin-bottom: 10px;
  font-family: 'Chivo', sans-serif;
  font-size: 15px;
  color: #999999;
}

.footer-style-9 .f-form-contact .social-list-icons a {
  font-size: 22px;
  display: inline-block;
  margin-left: 0px;
}

.footer-style-9 .f-form-contact .social-list-icons .social-facebook {
  color: #365493;
  width: 0px;
  margin-right: 25px;
}

.footer-style-9 .f-form-contact .social-list-icons .social-twitter {
  color: #1DA1F2;
}

.footer-style-9 .f-form-contact .social-list-icons .social-google-plus {
  color: #d44132;
}

.footer-style-9 .f-form-contact .social-list-icons .social-linkedin {
  color: #0274B3;
}

.footer-style-9 .f-form-contact .social-list-icons .social-instagram {
  color: #774430;
}

.footer-style-9 .f-form-contact .social-list-icons .social-pinterest {
  color: #CB2027;
}

.footer-style-9 .f-form-contact .social-list-icons .social-tumblr {
  color: #36465d;
}

.footer-style-9 .f-form-contact .social-list-icons .social-flickr {
  color: #fe0072;
}

.footer-style-9 .f-form-contact .social-list-icons .social-youtube {
  color: #CB2027;
}

.main-footer .wide-container .mc4wp-form input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
  font-size: 13px;
  font-family: 'Chivo';
}

.main-footer .wide-container .mc4wp-form input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  font-size: 13px;
  font-family: 'Chivo';
}

.main-footer .wide-container .mc4wp-form input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  font-size: 13px;
  font-family: 'Chivo';
}

.main-footer .wide-container .mc4wp-form input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  font-size: 13px;
  font-family: 'Chivo';
}

.main-footer .wide-container .jmsblog-elements .blog-post-loop .article-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-footer .wide-container .jmsblog-elements .blog-post-loop .article-inner .article-body-container {
  margin-left: 10px;
}

.main-footer .wide-container .jmsblog-elements .blog-post-loop .article-inner .article-body-container .entry-title a,
.main-footer .wide-container .jmsblog-elements .blog-post-loop .article-inner .article-body-container .recent-posts-info a,
.main-footer .wide-container .jmsblog-elements .blog-post-loop .article-inner .article-body-container .widget_categories ul li a,
.widget_categories ul .main-footer .wide-container .jmsblog-elements .blog-post-loop .article-inner .article-body-container li a {
  font-size: 16px;
  font-family: 'Chivo';
  color: #fff;
}

.footer-style-10 {
  background-color: #f8f8f8;
  /* padding-top: 50px; */
}

.footer-style-10 .footer-bottom {
  display: none;
}

.wp-footer-ten {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .wp-footer-ten {
    padding-bottom: 30px;
  }
}

.wp-footer-ten .vc_wp_custommenu {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .wp-footer-ten .vc_wp_custommenu {
    margin-bottom: 0px;
  }
}

.wp-footer-ten .vc_wp_custommenu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .wp-footer-ten .vc_wp_custommenu .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .wp-footer-ten .vc_wp_custommenu .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.wp-footer-ten .vc_wp_custommenu .menu li:not(:first-child) {
  margin-left: 30px;
}

.wp-footer-ten .vc_wp_custommenu .menu li a {
  text-transform: uppercase;
  font-family: 'Chivo', sans-serif;
  font-size: 16px;
  color: #666;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

  .wp-footer-ten .vc_col-sm-8,
  .wp-footer-ten .vc_col-sm-4 {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .wp-footer-ten .wpb_content_element {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .wp-footer-ten .wpb_content_element {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .wp-footer-ten p {
    text-align: center;
  }
}

.wp-footer-ten .ceefer-social-icons {
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .wp-footer-ten .ceefer-social-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .wp-footer-ten .ceefer-social-icons {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.wp-footer-ten .ceefer-social-icons a {
  width: auto;
  font-size: 19px;
}

.wp-footer-ten .ceefer-social-icons a:not(:last-child) {
  margin-right: 15px;
}

.wp-footer-ten .ceefer-social-icons .social-facebook {
  color: #4867aa;
}

.wp-footer-ten .ceefer-social-icons .social-twitter {
  color: #32ccfe;
}

.wp-footer-ten .ceefer-social-icons .social-google-plus {
  color: #d80000;
}

.wp-footer-ten .ceefer-social-icons .social-instagram {
  color: #a88a60;
}

.wp-footer-ten .ceefer-social-icons .social-pinterest {
  color: #a70000;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .wp-footer-ten .wpb_single_image.vc_align_right {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767px) {
  .wp-footer-ten .wpb_single_image.vc_align_right {
    text-align: center !important;
  }
}

.toolbar-opened #jms-toolbar .jms-toolbar-inner {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.toolbar-opened .mask-overlay {
  opacity: 1;
  visibility: visible;
}

#jms-toolbar .jms-toolbar-inner {
  position: fixed;
  z-index: 499;
  background: white;
  top: 0;
  right: 0;
  width: 440px;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

#jms-toolbar .open {
  position: fixed;
  bottom: 30%;
  width: 62px;
  right: 100%;
  height: 62px;
  background-color: white;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0;
  border-radius: 2px 0 0 2px;
  padding: 1px;
}

#jms-toolbar .open .normal {
  display: block;
  background: #c02222;
  color: white;
  height: 100%;
  z-index: 1;
  position: relative;
}

#jms-toolbar .open .normal span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  display: block;
  line-height: 16px;
  padding-top: 12px;
}

#jms-toolbar .toolbar-header {
  padding-top: 60px;
  padding-bottom: 20px;
}

#jms-toolbar .toolbar-header .toolbar-maindemo .title-maindemo {
  font-size: 16px;
  font-weight: 500;
  margin: 7px 0 0;
  text-align: center;
}

#jms-toolbar .toolbar-header .buy-now {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 42px;
  border-bottom: 1px solid #ebebeb;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 1111;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#jms-toolbar .toolbar-header .buy-now .back-to span {
  margin-right: 10px;
}

#jms-toolbar .toolbar-header .buy-now a.btn-buy {
  display: inline-block;
  background: #c02222;
  color: white;
  border-radius: 50px;
  line-height: 42px;
  padding: 0 17px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

#jms-toolbar .toolbar-scroll {
  height: 100%;
  overflow-y: scroll;
  padding: 20px;
}

#jms-toolbar .jms-toolbar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

#jms-toolbar .jms-toolbar-list .item {
  width: 50%;
  padding: 12px 5px;
}

#jms-toolbar .demo-thumb {
  border: 2px solid #d6d6d6;
  position: relative;
}

#jms-toolbar .demo-thumb:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

#jms-toolbar .demo-thumb a {
  height: 30px;
  padding: 0 12px;
  border-radius: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  min-width: 90px;
  text-align: center;
  display: inline-block;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  opacity: 0;
  visibility: hidden;
  color: #131313;
  z-index: 2;
}

#jms-toolbar .demo-thumb:hover a {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}

#jms-toolbar .demo-title {
  margin-top: 7px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

#jms-toolbar .demo-thumb:hover:after {
  opacity: 1;
  visibility: visible;
}

/* ---------------------------------------------
   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 .ceefer-countdown {
  margin-top: 15px;
  display: block;
  font-size: 0;
  line-height: 1;
}

.maintenance-content .ceefer-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.5);
  color: white;
  font-weight: 600;
  border: none;
}

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

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

.error404 .page-header {
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
  margin: 70px 0 150px;
  position: relative;
  overflow: hidden;
}

.error404 .page-header:before {
  content: "404";
  color: #1a1a1a;
  font-size: 220px;
  line-height: 1.1;
  font-weight: 500;
}

.error404 .page-header h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

.error404 .page-header p {
  margin-bottom: 97px;
}

.error404 .page-header .return-home .button {
  padding: 0 30px;
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 2px;
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.error404 .page-header .return-home .button:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.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: #c02222;
  width: auto;
  color: white;
  -webkit-transition: all 2s ease 0.4s;
  -moz-transition: all 2s ease 0.4s;
  -o-transition: all 2s ease 0.4s;
  transition: all 2s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.contact-form-default .wpcf7-submit:hover {
  color: white;
  background-position: 100% 0;
  color: #ffffff !important;
}

.wpcf7-form .wpcf7-submit {
  background-color: #c02222;
  width: auto;
  color: white;
  -webkit-transition: all 2s ease 0.4s;
  -moz-transition: all 2s ease 0.4s;
  -o-transition: all 2s ease 0.4s;
  transition: all 2s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.wpcf7-form .wpcf7-submit:hover {
  color: white;
  background-position: 100% 0;
  color: #ffffff !important;
}

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

.not-found .entry-header:before {
  content: "\e92d";
  font-family: 'typo-icon';
  display: inline-block;
  font-size: 100px;
  color: #c02222;
  line-height: 1;
  margin-bottom: 25px;
}

.not-found .entry-header .entry-title,
.not-found .entry-header .recent-posts-info,
.not-found .entry-header .widget_categories ul li,
.widget_categories ul .not-found .entry-header li {
  text-transform: capitalize;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 15px;
}

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

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

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

.page-heading {
  background-color: #f9f9f9;
  background-size: cover;
  background-position: center center;
  margin-top: 0px;
  margin-bottom: 100px;
}

.page-heading.title-shop {
  margin-bottom: 90px;
}

.page-heading .entry-header {
  margin-bottom: 0;
}

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

@media only screen and (max-width: 767px) {
  .page-heading.title-size-default {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.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 {
  font-size: 32px;
  margin: 0 0 8px;
}

.page-heading i {
  margin-right: 5px;
}

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

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

.page-heading.color-scheme-dark a {
  color: #ffffff;
  font-weight: 600;
}

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

.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 a:hover {
  color: #c02222;
}

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

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

.vc_wp_text.mb-0 {
  margin-bottom: 0;
}

.countdown-section {
  background-position: center center;
}

.page-container .page>.entry-content {
  margin-bottom: 50px;
}

.submenu-home {
  counter-reset: item;
}

.submenu-home .dropdown-menu {
  margin-left: 245px;
}

.submenu-home .mega-dropdown-inner {
  padding-bottom: 20px !important;
}

.submenu-home .mega-dropdown-inner .mega-nav {
  display: none;
}

.submenu-home .mega-dropdown-inner .mega-nav:first-child {
  display: block;
  margin-bottom: 0;
}

.submenu-home .content-element>p {
  display: none;
}

.submenu-home .owl-dots {
  margin-top: 50px;
}

.submenu-home .owl-carousel {
  padding-right: 1px;
  padding-bottom: 1px;
}

.submenu-home .image-banner-wrap {
  text-align: center;
  cursor: pointer;
}

.submenu-home .image-banner-wrap .banner-image {
  border: 1px solid #e6e6e6;
}

.submenu-home .image-banner-wrap .banner-text {
  margin-top: 10px;
}

.submenu-home .image-banner-wrap .banner-text h3 {
  font-weight: 400;
  font-size: inherit;
}

.submenu-features .col-sm-3 {
  margin-bottom: 4px !important;
}

.submenu-features .dropdown-menu {
  margin-left: 55px;
}

.menu-toggle-sidebar-left .submenu-features .dropdown-menu,
.has-left-fixed-menu .submenu-features .dropdown-menu {
  margin-left: auto;
}

.menu-toggle-sidebar-left .submenu-home .dropdown-menu,
.has-left-fixed-menu .submenu-home .dropdown-menu {
  margin-left: auto;
}

.mt-md-70 {
  margin-top: 70px;
}

.footer-social.ceefer-social-icons a {
  width: 20px;
  height: 20px;
  margin: 0;
}

.footer-social.ceefer-social-icons a i {
  line-height: 20px;
}

.button-countdown {
  letter-spacing: 2px !important;
  height: 50px;
  padding: 0 23px !important;
  line-height: 50px;
}

#newsletter-widget {
  margin-bottom: 22px;
}

#newsletter-widget p {
  margin-bottom: 0;
}

.newsletter-left {
  padding-left: 160px;
}

.scale-product-left {
  padding-left: 90px;
}

.scale-product-right {
  padding-right: 90px;
}

#bg-newsletter.home-10 {
  max-width: 1170px;
  margin: 0 auto;
}

#bg-newsletter.home-10 .mc4wp-form .btn-submit,
#bg-newsletter.home-10 .mc4wp-form input[type="email"] {
  background-color: #e6e6e6;
}

#bg-newsletter {
  background-position: center center;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
}

#bg-newsletter .social-list-icons {
  text-align: center;
}

#bg-newsletter .social-list-icons li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
}

#bg-newsletter .social-list-icons li .social-facebook {
  color: #365493;
}

#bg-newsletter .social-list-icons li .social-twitter {
  color: #1DA1F2;
}

#bg-newsletter .social-list-icons li .social-google-plus {
  color: #d44132;
}

#bg-newsletter .social-list-icons li .social-linkedin {
  color: #0274B3;
}

#bg-newsletter .social-list-icons li .social-instagram {
  color: #774430;
}

#bg-newsletter .social-list-icons li .social-pinterest {
  color: #CB2027;
}

#bg-newsletter .social-list-icons li .social-tumblr {
  color: #36465d;
}

#bg-newsletter .social-list-icons li .social-flickr {
  color: #fe0072;
}

#bg-newsletter .social-list-icons li .social-youtube {
  color: #CB2027;
}

.snptwdgt-rtd__ftr.sfx-fade-in {
  display: none;
}

.tparrows.tp-leftarrow:before {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

.tparrows.tp-rightarrow:before {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

.mabel-siwc-img-wrapper:before {
  content: none;
}

div.mb-siwc-popup {
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.mb-siwc-popup.mb-siwc-popup.mabel-invisible {
  opacity: 0;
  z-index: -1;
}

.mb-siwc-popup.mb-siwc-popup {
  opacity: 1;
  z-index: 11;
  border-radius: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.mb-siwc-popup-inner {
  margin: 10px !important;
}

.mb-siwc-popup {
  width: 300px !important;
}

div.mb-siwc-popup div.mb-siwc-popup-inner h1 {
  font-weight: 500;
}

.mb-siwc-popup.mb-siwc-popup .mb-siwc-popup-inner {
  text-align: left;
}

.mb-siwc-popup.mb-siwc-popup .mb-siwc-popup-inner h1,
.mb-siwc-popup.mb-siwc-popup .mb-siwc-popup-inner h2,
.mb-siwc-popup.mb-siwc-popup .mb-siwc-popup-inner a {
  text-align: left;
  margin-left: 110px;
}

div.mb-siwc-popup div.mb-siwc-popup-inner h1 {
  font-size: 14px;
}

div.mb-siwc-popup div.mb-siwc-popup-inner a {
  font-size: 14px;
  line-height: 16px;
  border-radius: 0;
  background-color: #1a1a1a;
  color: white;
  display: inline-block;
  margin-top: 5px;
  padding: 7px 12px;
}

div.mb-siwc-popup div.mb-siwc-popup-inner a:hover {
  border-color: #c02222;
  background-color: #c02222;
  color: white;
}

.page-id-4858 .header-1,
.page-id-4858 .header-sticky {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
}

.scale-product {
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
}

.big-spacing .vc_row {
  margin-left: -95px;
  margin-right: -95px;
}

.big-spacing .vc_column-inner {
  padding-left: 95px;
  padding-right: 95px;
}

.mc4wp-alert {
  display: inherit;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0 !important;
  padding-right: 20px;
}

.mc4wp-alert p {
  position: inherit !important;
  text-align: left;
}

.title-bottom {
  position: relative;
  padding-bottom: 15px;
}

.title-bottom:after {
  content: '';
  width: 60px;
  height: 2px;
  background-color: #c02222;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#hometab .vc_tta-tabs-container {
  margin-bottom: 53px;
}

#hometab .vc_tta-tabs-list {
  text-align: center;
}

#hometab .vc_tta-tabs-list .vc_tta-tab {
  margin: 0 20px;
}

#hometab .vc_tta-tabs-list .vc_tta-tab>a {
  border: 2px solid #cecece;
  color: #535353;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0 37px;
  line-height: 50px;
}

#hometab .vc_tta-tabs-list .vc_tta-tab.vc_active>a {
  border-color: #c02222;
  background-color: #c02222;
  color: white;
}

#hometab .wpb_single_image {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
  top: 0;
}

#hometab .wpb_single_image img {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}

#hometab .wpb_single_image:hover {
  top: -10px;
}

#reason-section .wpb_single_image {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
  top: 0;
}

#reason-section .wpb_single_image:hover {
  top: -10px;
}

.featured-section .item h2 {
  text-align: center;
  font-size: inherit;
  color: #606060;
  font-weight: 400;
}

.featured-section .item:hover .featured-image {
  -webkit-animation: bounceIn 1s ease;
  -o-animation: bounceIn 1s ease;
  animation: bounceIn 1s ease;
}

.featured-section .featured-image {
  margin-bottom: 7px;
}

.header-landing {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: transparent !important;
}

@media (min-width: 992px) {
  .has-left-fixed-menu .wide-container .container {
    width: 100%;
  }
}

@media (min-width: 1810px) {
  .shopable-section {
    margin-left: 0;
    margin-right: 0;
  }

  .shopable-section .w-750 {
    width: 750px;
  }

  .shopable-section .w-515 {
    width: 515px;
  }

  .shopable-section .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/**
 * ======================================
 * Style langding Page
 * ======================================
 */
.title-gradient {
  background-image: -moz-linear-gradient(0deg, #fd654b 0%, #fc1f64 100%);
  background-image: -webkit-linear-gradient(0deg, #fd654b 0%, #fc1f64 100%);
  background-image: -ms-linear-gradient(0deg, #fd654b 0%, #fc1f64 100%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

@media only screen and (min-width: 1450px) {
  .list-home-page .wide-container {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.list-home-page .title-top-weight {
  font-weight: 600;
}

.list-home-page .show-langding-mobile .home-langding-mobile ul {
  list-style-type: none;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-home-page .show-langding-mobile .home-langding-mobile ul li {
  display: inline-block;
  float: left;
  max-width: 370px;
  width: 100%;
  margin-right: 25px;
  margin-bottom: 26px;
  text-align: center;
}

.list-home-page .show-langding-mobile .home-langding-mobile ul li:nth-child(4n) {
  margin-right: 0px;
}

@media only screen and (max-width: 1680px) {
  .list-home-page .show-langding-mobile .home-langding-mobile ul li:nth-child(4n) {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 800px) {
  .list-home-page .show-langding-mobile .home-langding-mobile ul li:nth-child(4n) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 1680px) {
  .list-home-page .show-langding-mobile .home-langding-mobile ul li:nth-child(3n) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .list-home-page .show-langding-mobile .home-langding-mobile ul li:nth-child(3n) {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 800px) {
  .list-home-page .show-langding-mobile .home-langding-mobile ul li:nth-child(3n) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 1200px) {
  .list-home-page .show-langding-mobile .home-langding-mobile ul li:nth-child(2n) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 800px) {
  .list-home-page .show-langding-mobile .home-langding-mobile ul li:nth-child(2n) {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .list-home-page .show-langding-mobile .home-langding-mobile ul li:nth-child(2n) {
    margin-left: 0px;
  }
}

.list-home-page .show-langding-mobile .home-langding-mobile ul li:nth-child(10) {
  margin-right: 0px;
}

@media only screen and (max-width: 800px) {
  .list-home-page .show-langding-mobile .home-langding-mobile ul li {
    margin-right: 0px;
    max-width: calc(100%/2 - 25px);
  }
}

@media only screen and (max-width: 480px) {
  .list-home-page .show-langding-mobile .home-langding-mobile ul li {
    max-width: 100%;
  }
}

.list-home-page .show-langding-mobile .home-langding-mobile ul li .h-img {
  max-height: 440px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.list-home-page .show-langding-mobile .home-langding-mobile ul li .h-img img {
  -webkit-transition: all 1s ease-in 0.2s;
  -o-transition: all 1s ease-in 0.2s;
  transition: all 1s ease-in 0.2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.list-home-page .show-langding-mobile .home-langding-mobile ul li .h-img:hover {
  cursor: pointer;
}

.list-home-page .show-langding-mobile .home-langding-mobile ul li .h-img:hover img {
  -webkit-transform: translateY(calc(440px - 100%));
  -ms-transform: translateY(calc(440px - 100%));
  transform: translateY(calc(440px - 100%));
}

.list-home-page .show-langding-mobile .home-langding-mobile ul li>a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.15px;
  color: #000000;
  display: block;
  margin-top: 10px;
  font-family: 'Work Sans', sans-serif;
}

.row-mobile-show .p-aling-lang {
  margin-top: 20px;
}

.row-mobile-show .p-aling-lang p {
  margin-bottom: 6px;
}

.row-mobile-show .jmsimagecarousel-elements {
  margin-top: 55px;
}

.row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-item {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap {
  max-height: 480px;
  max-width: 240px;
  width: 100%;
  min-height: 480px;
  overflow: hidden;
  position: relative;
}

.row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap:before {
  content: '';
  background: url("assets/images/background/bg-iphonex.png") top left no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
}

.row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap .banner-image {
  max-height: 453px;
  overflow: hidden;
  width: 210px;
  margin: 13px auto;
  border-radius: 30px;
  position: absolute;
  left: 15px;
  z-index: -1;
}

.row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap .banner-image img {
  -webkit-transition: all 2s ease-in 0.2s;
  -o-transition: all 2s ease-in 0.2s;
  transition: all 2s ease-in 0.2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap:hover .banner-image img {
  -webkit-transform: translateY(calc(453px - 100%));
  -ms-transform: translateY(calc(453px - 100%));
  transform: translateY(calc(453px - 100%));
}

.row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav [class*="owl-"] {
  opacity: 1;
  width: 78px;
  height: 78px;
  border-width: 1px;
  border-color: #e1e1e1;
  border-style: solid;
  background-color: #ffffff;
}

@media only screen and (max-width: 1200px) {
  .row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav [class*="owl-"] {
    background-color: transparent;
    border: none;
  }
}

.row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav [class*="owl-"] i {
  font-size: 40px;
  line-height: 85px;
  color: #666666;
}

.row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav [class*="owl-"]:hover i {
  color: #c02222;
}

.row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav .owl-prev {
  left: -117px;
}

@media only screen and (max-width: 1280px) {
  .row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav .owl-prev {
    left: -17px;
  }
}

@media only screen and (max-width: 1200px) {
  .row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav .owl-prev {
    left: -35px;
  }
}

@media only screen and (max-width: 480px) {
  .row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav .owl-prev {
    left: 5px;
  }
}

@media only screen and (max-width: 320px) {
  .row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav .owl-prev {
    left: -15px;
  }
}

.row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav .owl-prev i:before {
  content: "\e875" !important;
  font-family: 'Linearicons-Free' !important;
}

.row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav .owl-next {
  right: -117px;
}

@media only screen and (max-width: 1280px) {
  .row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav .owl-next {
    right: -17px;
  }
}

@media only screen and (max-width: 1200px) {
  .row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav .owl-next {
    right: -35px;
  }
}

@media only screen and (max-width: 480px) {
  .row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav .owl-next {
    right: 5px;
  }
}

@media only screen and (max-width: 320px) {
  .row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav .owl-next {
    right: -15px;
  }
}

.row-mobile-show .jmsimagecarousel-elements .owl-carousel .owl-nav .owl-next i:before {
  content: "\e876" !important;
  font-family: 'Linearicons-Free' !important;
}

@media only screen and (min-width: 1450px) {
  .row-type-subpage .wide-container {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.row-type-subpage .title-top-weight {
  font-weight: 600;
  letter-spacing: 0.5px;
}

.row-type-subpage .jmsimagecarousel-elements {
  margin-top: 45px;
}

.row-type-subpage .jmsimagecarousel-elements .owl-carousel .owl-item {
  padding: 5px;
  padding-bottom: 22px;
}

.row-type-subpage .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap {
  max-width: 380px;
  max-height: 480px;
}

.row-type-subpage .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap .banner-image {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  max-height: 450px;
  overflow: hidden;
}

@media only screen and (max-width: 1680px) {
  .row-type-subpage .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap .banner-image {
    max-height: 400px;
  }
}

@media only screen and (max-width: 1280px) {
  .row-type-subpage .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap .banner-image {
    max-height: 350px;
  }
}

.row-type-subpage .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap .banner-image:hover {
  cursor: pointer;
}

.row-type-subpage .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap .banner-text h3,
.row-type-subpage .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap .banner-text a {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.15px;
  margin-top: 14px;
  width: 100%;
  display: block;
  text-align: center;
}

.row-type-subpage .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap .banner-text h3:hover,
.row-type-subpage .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap .banner-text a:hover {
  cursor: pointer;
}

.row-type-subpage .jmsimagecarousel-elements .owl-carousel .owl-dots {
  margin-top: 21px;
}

@media only screen and (max-width: 1680px) {
  .row-type-subpage .jmsimagecarousel-elements .owl-carousel .owl-dots {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1450px) {
  .row-type-singlepage .container {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.row-type-singlepage .col-left-single {
  padding-top: 54px;
  padding-left: 20px;
}

@media only screen and (max-width: 1024px) {
  .row-type-singlepage .col-left-single {
    padding-top: 0px;
    width: 100%;
  }
}

.row-type-singlepage .col-left-single .title-top-weight {
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 19px;
}

.row-type-singlepage .col-left-single .title-gradient {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .row-type-singlepage .col-right-single {
    width: 100%;
  }
}

.row-type-singlepage .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap {
  padding: 16px;
}

.row-type-singlepage .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap .banner-image {
  max-height: 248px;
}

.row-type-singlepage .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap .banner-image img {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.3);
  min-height: 248px;
  max-height: 248px;
}

.row-type-singlepage .jmsimagecarousel-elements .owl-carousel .owl-item .image-banner-wrap .banner-image:hover {
  cursor: pointer;
}

.row-type-singlepage .jmsimagecarousel-elements .owl-carousel .owl-dots {
  margin-top: 30px;
}

@media only screen and (max-width: 1680px) {
  .row-type-singlepage .jmsimagecarousel-elements .owl-carousel .owl-dots {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 1366px) {
  .row-feature-icon .container {
    width: 1300px;
    margin-right: auto;
    margin-left: auto;
  }
}

.row-feature-icon .wpb_text_column {
  margin-top: 20px;
  margin-bottom: 27px;
}

.row-feature-icon .wpb_text_column p {
  margin-bottom: 6px;
}

.row-feature-icon .feature-items .wpb_text_column {
  margin-bottom: 13px;
}

.row-feature-icon .feature-items ul {
  list-style-type: none;
  padding: 0px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row-feature-icon .feature-items ul li {
  max-width: calc(100%/7);
  width: 100%;
  font-size: 13px;
  font-family: 'Chivo', sans-serif;
  color: #666666;
  text-align: center;
  min-height: 210px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1200px) {
  .row-feature-icon .feature-items ul li {
    max-width: calc(100%/5);
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .row-feature-icon .feature-items ul li {
    max-width: calc(100%/4);
  }
}

@media only screen and (max-width: 480px) {
  .row-feature-icon .feature-items ul li {
    max-width: calc(100%/2);
  }
}

@media only screen and (max-width: 320px) {
  .row-feature-icon .feature-items ul li {
    max-width: calc(100%);
  }
}

.row-feature-icon .feature-items ul li>div {
  max-width: 152px;
  max-height: 155px;
  min-height: 155px;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  border-width: 2px;
  border-color: #ebebeb;
  border-style: solid;
  padding: 20px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-feature-icon .feature-items ul li>p {
  display: block;
  max-width: 152px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}

.row-footer-langding .title-gradient {
  margin-bottom: 20px;
}

.row-footer-langding .jmsbutton-elements {
  margin-top: 51px;
  margin-bottom: 50px;
}

.row-footer-langding .jmsbutton-elements .btn-color-primary {
  height: 55px;
  line-height: 39px;
  min-width: 250px;
}

.row-footer-langding .jmsbutton-elements .btn-color-primary:after {
  content: " ";
  display: inline-block;
  width: 27px;
  height: 23px;
  padding-left: 10px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: url(assets/images/background/right-while.png) 10px 12px no-repeat;
}

.row-footer-langding .jmsbutton-elements .btn-color-primary:hover:after {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

.row-footer-langding .wpb_raw_html {
  text-align: center;
  color: #5d5d5d;
  font-size: 14px;
  font-family: 'Chivo', sans-serif;
}

.row-footer-langding .wpb_raw_html span {
  background-image: -moz-linear-gradient(0deg, #fd654b 0%, #fc1f64 100%);
  background-image: -webkit-linear-gradient(0deg, #fd654b 0%, #fc1f64 100%);
  background-image: -ms-linear-gradient(0deg, #fd654b 0%, #fc1f64 100%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

/* ---------------------------------------------
   8. POST
   ------------------------------------------ */
/** ------------------------------------------------------------------------------------------------
* BLOG
* ------------------------------------------------------------------------------------------------ */
.blog-layout-grid {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-layout-grid .blog-post-loop {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-post-loop {
  margin-bottom: 50px;
}

.blog-post-loop .entry-title,
.blog-post-loop .recent-posts-info,
.blog-post-loop .widget_categories ul li,
.widget_categories ul .blog-post-loop li {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 5px;
}

.blog-post-loop .entry-meta ul li a:hover {
  color: #c02222 !important;
}

.blog-post-loop .entry-meta ul li a:hover span {
  color: #c02222 !important;
}

.blog-post-loop .entry-meta ul li a span {
  text-transform: capitalize;
}

.blog-post-loop.sticky .article-inner {
  -webkit-box-shadow: 0 1px 15px #cccccc;
  box-shadow: 0 1px 15px #cccccc;
  background-color: #f9f9f9;
  padding: 25px;
}

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

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

.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;
  font-size: 12px;
}

.read-more-section a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  color: #1A1A1A;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.read-more-section a:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  width: 20px;
  height: 1px;
  background-color: #777777;
  margin-right: 7px;
}

.read-more-section a:hover {
  color: #c02222;
}

.read-more-section a:hover:before {
  background-color: #c02222;
}

/** ------------------------------------------
* POST META LIST
* ------------------------------------------ */
.ceefer-entry-meta {
  margin-bottom: 13px;
  font-size: 14px;
}

.entry-meta-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}

.entry-meta-list li {
  display: inline-block;
  color: #999999;
  margin-right: 8px;
  padding-right: 13px;
  line-height: 25px;
  position: relative;
}

.entry-meta-list li:after {
  content: '-';
  position: absolute;
  top: 0;
  right: 0;
}

.entry-meta-list li a {
  color: #999999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entry-meta-list li a:hover,
.entry-meta-list li a:focus {
  color: #c02222;
}

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

.entry-meta-list li:last-child:after {
  content: none;
}

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

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

/** ------------------------------------------
* POST DATE
* ------------------------------------------ */
.entry-header {
  margin-bottom: 15px;
}

.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: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-header .post-date>span {
  display: block;
  line-height: 1;
  color: #0e0e0e;
}

.entry-header .post-date .post-date-day {
  font-weight: 500;
  font-size: 21px;
  padding-bottom: 3px;
}

.entry-header .post-date .post-date-month {
  text-transform: uppercase;
  font-size: 12px;
}

.blog-design-default.sticky .article-inner {
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
}

.blog-design-default.sticky .article-body-container {
  padding-left: 20px;
  padding-right: 20px;
}

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

.blog-design-grid.sticky .entry-header {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}

.blog-design-small-images.sticky .article-inner,
.sticky.blog-design-chess .article-inner {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.blog-design-small-images.sticky.no-post-thumbnail .article-inner,
.sticky.no-post-thumbnail.blog-design-chess .article-inner {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.blog-design-small-images.has-post-thumbnail .article-inner,
.has-post-thumbnail.blog-design-chess .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

@media only screen and (max-width: 1199px) {

  .blog-design-small-images.has-post-thumbnail .entry-header,
  .has-post-thumbnail.blog-design-chess .entry-header {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: 100%;
    width: 100%;
  }
}

.blog-design-small-images.has-post-thumbnail .article-body-container,
.has-post-thumbnail.blog-design-chess .article-body-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  max-width: 60%;
  padding-left: 30px;
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 1199px) {

  .blog-design-small-images.has-post-thumbnail .article-body-container,
  .has-post-thumbnail.blog-design-chess .article-body-container {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: 100%;
    width: 100%;
    position: unset;
  }
}

.blog .widget,
.single-post .widget,
.tag .widget,
.category .widget,
.single .widget,
.archive .widget {
  margin-bottom: 33px;
}

.blog .main-sidebar .widget_search,
.single-post .main-sidebar .widget_search,
.tag .main-sidebar .widget_search,
.category .main-sidebar .widget_search,
.single .main-sidebar .widget_search,
.archive .main-sidebar .widget_search {
  margin-bottom: 43px;
}

.blog .blog-post-loop .entry-title a,
.single-post .blog-post-loop .entry-title a,
.tag .blog-post-loop .entry-title a,
.category .blog-post-loop .entry-title a,
.single .blog-post-loop .entry-title a,
.blog .blog-post-loop .recent-posts-info a,
.single-post .blog-post-loop .recent-posts-info a,
.tag .blog-post-loop .recent-posts-info a,
.category .blog-post-loop .recent-posts-info a,
.single .blog-post-loop .recent-posts-info a,
.blog .blog-post-loop .widget_categories ul li a,
.widget_categories ul .blog .blog-post-loop li a,
.single-post .blog-post-loop .widget_categories ul li a,
.widget_categories ul .single-post .blog-post-loop li a,
.tag .blog-post-loop .widget_categories ul li a,
.widget_categories ul .tag .blog-post-loop li a,
.category .blog-post-loop .widget_categories ul li a,
.widget_categories ul .category .blog-post-loop li a,
.single .blog-post-loop .widget_categories ul li a,
.widget_categories ul .single .blog-post-loop li a {
  font-size: 24px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  color: #000;
}

.blog .blog-post-loop .entry-content p,
.single-post .blog-post-loop .entry-content p,
.tag .blog-post-loop .entry-content p,
.category .blog-post-loop .entry-content p,
.single .blog-post-loop .entry-content p {
  font-size: 15px;
  font-family: 'Chivo';
}

.blog .blog-post-loop .entry-content .read-more-section a,
.single-post .blog-post-loop .entry-content .read-more-section a,
.tag .blog-post-loop .entry-content .read-more-section a,
.category .blog-post-loop .entry-content .read-more-section a,
.single .blog-post-loop .entry-content .read-more-section a {
  color: #000;
  font-size: 13px;
}

.blog .widget .widgettitle,
.single-post .widget .widgettitle,
.tag .widget .widgettitle,
.category .widget .widgettitle,
.single .widget .widgettitle {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.blog .widget ul li a,
.single-post .widget ul li a,
.tag .widget ul li a,
.category .widget ul li a,
.single .widget ul li a,
.blog .widget ul li span,
.single-post .widget ul li span,
.tag .widget ul li span,
.category .widget ul li span,
.single .widget ul li span {
  font-size: 15px;
  font-family: 'Chivo';
  color: #fff;
}

.blog .widget ul li a.entry-title,
.single-post .widget ul li a.entry-title,
.tag .widget ul li a.entry-title,
.category .widget ul li a.entry-title,
.single .widget ul li a.entry-title,
.blog .widget ul li a.recent-posts-info,
.single-post .widget ul li a.recent-posts-info,
.tag .widget ul li a.recent-posts-info,
.category .widget ul li a.recent-posts-info,
.single .widget ul li a.recent-posts-info,
.blog .widget ul li span.entry-title,
.single-post .widget ul li span.entry-title,
.tag .widget ul li span.entry-title,
.category .widget ul li span.entry-title,
.single .widget ul li span.entry-title,
.blog .widget ul li span.recent-posts-info,
.single-post .widget ul li span.recent-posts-info,
.tag .widget ul li span.recent-posts-info,
.category .widget ul li span.recent-posts-info,
.single .widget ul li span.recent-posts-info {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}

.blog .widget .tagcloud a,
.single-post .widget .tagcloud a,
.tag .widget .tagcloud a,
.category .widget .tagcloud a,
.single .widget .tagcloud a {
  font-size: 15px;
  font-family: 'Chivo';
  color: #666;
}

.single-post .entry-header .post-img-wrap {
  text-align: center;
}

.single-post .entry-content {
  font-size: 15px;
  font-family: 'Chivo';
}

.jmsblog-elements .blog-post-loop .article-inner .entry-header .post-img-wrap img,
.ceefer-loop-blog .blog-post-loop .article-inner .entry-header .post-img-wrap img,
.related-post-carousel .owl-item .blog-post-loop .article-inner .entry-header .post-img-wrap img {
  -webkit-transition: all 0.7s ease-out 0.2s;
  -o-transition: all 0.7s ease-out 0.2s;
  transition: all 0.7s ease-out 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  min-height: 250px;
}

.jmsblog-elements .blog-post-loop .article-inner:hover .post-img-wrap img,
.ceefer-loop-blog .blog-post-loop .article-inner:hover .post-img-wrap img,
.related-post-carousel .owl-item .blog-post-loop .article-inner:hover .post-img-wrap img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.related-post-carousel.owl-carousel .owl-stage-outer {
  min-height: 450px;
}

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

.post-single-content .entry-title,
.post-single-content .recent-posts-info,
.post-single-content .widget_categories ul li,
.widget_categories ul .post-single-content li {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 9px;
}

.post-single-content .ceefer-entry-meta {
  margin-bottom: 20px;
}

.post-single-content .article-body-container {
  margin-bottom: 20px;
}

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

blockquote p {
  line-height: 1.65;
  font-weight: 400;
  word-wrap: break-word;
  font-size: 16px !important;
}

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

.entry-author {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-info .author-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 30px;
}

.author-info .author-title {
  color: #c02222;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

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

.article-bottom-container {
  margin-bottom: 55px;
}

.tags-list {
  margin-bottom: 85px;
}

.tags-list:before {
  content: "\f02c";
  font-family: 'FontAwesome';
  font-size: 17px;
  margin-right: 12px;
  position: relative;
  top: 2px;
}

.main-content .comments-area {
  margin-top: 55px;
}

.widget .widgettitle:before {
  background-color: #c02222 !important;
}

.widget .widget-title:before {
  background-color: #c02222 !important;
}

.widget_meta ul li:before {
  color: #c02222 !important;
}

.widget_categories ul li:before {
  color: #c02222 !important;
}

.widget_recent_comments ul li:before {
  color: #c02222 !important;
}

/**
 * BlockQuot
 */
.post-single-content .article-inner .entry-title,
.post-single-content .article-inner .recent-posts-info,
.post-single-content .article-inner .widget_categories ul li,
.widget_categories ul .post-single-content .article-inner li {
  font-size: 34px;
  font-family: 'Chivo', sans-serif;
}

.post-single-content .article-inner .entry-meta .entry-meta-list li {
  font-style: normal;
  font-size: 13px;
  color: #777777;
}

.post-single-content .article-inner .entry-meta .entry-meta-list li a {
  font-style: normal;
  font-size: 13px !important;
  color: #777777;
}

.post-single-content .article-body-container .entry-content h2,
.post-single-content .article-body-container .entry-content h3,
.post-single-content .article-body-container .entry-content h4,
.post-single-content .article-body-container .entry-content h5,
.post-single-content .article-body-container .entry-content h6 {
  margin: 17px 0px;
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}

.post-single-content .article-body-container .entry-content p,
.post-single-content .article-body-container .entry-content ol,
.post-single-content .article-body-container .entry-content ul {
  margin-bottom: 20px !important;
  line-height: 1.6;
}

.post-single-content .article-body-container .entry-content .wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 24px)/2);
}

.post-single-content .article-body-container .entry-content .wp-block-gallery .blocks-gallery-item img {
  margin: 0px;
}

.post-single-content blockquote {
  font-size: 14px;
  background-color: #f6f6f6;
  margin: 43px 0;
  border-left: 5px solid;
  border-color: #c02222;
  padding: 20px 40px;
}

.post-single-content blockquote p {
  font-size: 14px;
  color: #666666;
  font-family: 'Chivo', sans-serif;
  font-style: italic;
}

.post-single-content blockquote p:before {
  display: none;
}

.post-single-content blockquote cite {
  margin: 20px 0px 10px;
  display: block;
}

.post-single-content blockquote cite img {
  margin: 0px 7px 0px 0px !important;
}

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

.ceefer-pagination .page-numbers {
  padding: 0;
}

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

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

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

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

.ceefer-pagination .page-numbers li a.next:hover,
.ceefer-pagination .page-numbers li a.prev:hover {
  background-color: #c02222;
  color: white;
}

.ceefer-pagination .page-numbers li a.next:hover:before,
.ceefer-pagination .page-numbers li a.prev:hover:before {
  color: white;
}

.ceefer-pagination .page-numbers li .current {
  background-color: #c02222 !important;
  color: white;
}

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

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

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

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

#comments {
  clear: both;
  padding: 0;
}

#reply-title,
.underline-left {
  font-size: 20px;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 40px;
}

#reply-title:after,
.underline-left:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #c02222;
  width: 40px;
  height: 2px;
}

#cancel-comment-reply-link {
  font-style: italic;
  color: #757575;
}

#cancel-comment-reply-link:hover {
  color: #c02222;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list {
  margin-bottom: 60px;
}

.comment-list .children {
  padding-left: 15px;
}

.comment-list .children .comment {
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
}

.comment-author {
  position: relative;
  line-height: 1;
  z-index: 2;
  margin-bottom: 13px;
}

.comment-author .fn {
  font-weight: 600;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
}

.comment-author .fn a {
  color: #1A1A1A;
}

.comment-author .fn a:hover {
  color: #c02222;
}

.comment-author>a {
  font-size: 13px;
  color: #999999;
}

.comment-author>a:before {
  content: '-';
  margin-left: 3px;
  margin-right: 5px;
}

.comment-body {
  overflow: hidden;
  margin-bottom: 30px;
}

.comment-body p {
  margin-bottom: 10px;
}

.comment-body .comment-image {
  width: 100px;
  float: left;
  margin-right: 30px;
}

.comment-body .comment-right {
  float: left;
  width: calc(100% - 130px);
}

.comment-body .reply {
  margin-right: 2px;
  text-align: right;
}

.comment-body .reply svg {
  display: none;
}

.comment-body .reply .comment-reply-link {
  color: #c02222;
  font-style: italic;
}

.pingback .comment-body {
  margin-bottom: 25px;
  margin-left: 0;
}

.children .comment {
  border-bottom: none !important;
}

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

.comments-area .comment-list .comment:last-child {
  border-bottom: none;
}

.no-comments,
.comment-awaiting-moderation {
  color: #999999;
  font-size: 14px;
  font-style: italic;
}

.comments-pagination {
  margin: 20px 0 70px;
  text-align: center;
}

.comments-pagination .page-numbers svg {
  display: none;
}

.comments-pagination .nav-links>a,
.comments-pagination .nav-links>span {
  display: inline-block;
  min-width: 32px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  -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;
  border: 1px solid;
  border-color: #ebebeb;
}

.comments-pagination .nav-links>a:last-child,
.comments-pagination .nav-links>span:last-child {
  margin-right: 0;
}

.comments-pagination .nav-links>span.current {
  background-color: #c02222;
  border-color: #c02222;
  color: white;
}

.comments-pagination .nav-links i {
  line-height: 36px;
  font-size: 14px;
}

.comments-pagination .nav-links>a:hover,
.comments-pagination .nav-links>a:focus {
  color: white;
  background-color: #c02222;
  border-color: #c02222;
}

.logged-in-as {
  margin-bottom: 20px;
}

.logged-in-as>a {
  color: #444444;
}

.comment-respond #url,
.comment-respond #email,
.comment-respond #author,
.comment-respond textarea {
  border: 1px solid #E6E6E6;
  background-color: #f7f7f7;
}

.comment-respond #url::-webkit-input-placeholder,
.comment-respond #email::-webkit-input-placeholder,
.comment-respond #author::-webkit-input-placeholder,
.comment-respond textarea::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #535353;
  opacity: 1;
  /* Firefox */
}

.comment-respond #url:-ms-input-placeholder,
.comment-respond #email:-ms-input-placeholder,
.comment-respond #author:-ms-input-placeholder,
.comment-respond textarea:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #535353;
  opacity: 1;
  /* Firefox */
}

.comment-respond #url::-ms-input-placeholder,
.comment-respond #email::-ms-input-placeholder,
.comment-respond #author::-ms-input-placeholder,
.comment-respond textarea::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #535353;
  opacity: 1;
  /* Firefox */
}

.comment-respond #url::placeholder,
.comment-respond #email::placeholder,
.comment-respond #author::placeholder,
.comment-respond textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #535353;
  opacity: 1;
  /* Firefox */
}

.comment-respond #url:-ms-input-placeholder,
.comment-respond #email:-ms-input-placeholder,
.comment-respond #author:-ms-input-placeholder,
.comment-respond textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #535353;
}

.comment-respond #url::-ms-input-placeholder,
.comment-respond #email::-ms-input-placeholder,
.comment-respond #author::-ms-input-placeholder,
.comment-respond textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #535353;
}

.comment-respond #url,
.comment-respond #email,
.comment-respond #author {
  height: 50px;
  line-height: 50px;
}

.comment-respond #url:focus,
.comment-respond #email:focus,
.comment-respond #author:focus {
  border-color: #c02222;
}

.comment-respond .comment-form {
  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;
}

.comment-respond .comment-form .comment-mb-30 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 24px;
}

.comment-respond .comment-form .comment-form-author {
  width: calc(100%/3 - 20px);
  margin-right: 30px;
}

@media only screen and (max-width: 991px) {
  .comment-respond .comment-form .comment-form-author {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-right: 0px;
  }
}

.comment-respond .comment-form .comment-form-email {
  width: calc(100%/3 - 20px);
}

@media only screen and (max-width: 991px) {
  .comment-respond .comment-form .comment-form-email {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
}

.comment-respond .comment-form .comment-form-url {
  width: calc(100%/3 - 20px);
  margin-left: 30px;
}

@media only screen and (max-width: 991px) {
  .comment-respond .comment-form .comment-form-url {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-left: 0px;
  }
}

.comment-respond .comment-form .comment-form-cookies-consent {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 8px;
  margin-top: 8px;
}

.comment-respond .comment-form .form-submit {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 0;
  margin-top: 13px;
}

.comment .comment-respond .comment-form .form-submit {
  margin-bottom: 40px;
}

.woocommerce-Tabs-panel .commentlist {
  padding: 0;
}

.woocommerce-Tabs-panel .commentlist li.comment {
  list-style: none;
  margin-bottom: 35px;
}

.woocommerce-Tabs-panel #commentform .comment-form-author,
.woocommerce-Tabs-panel #commentform .comment-form-email {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 25px;
}

.woocommerce-Tabs-panel #commentform .comment-form-author {
  padding-right: 15px;
}

.woocommerce-Tabs-panel .comment_container img {
  float: left;
}

.woocommerce-Tabs-panel .comment_container .comment-text {
  padding-left: 15px;
}

.woocommerce-Tabs-panel .comment-text {
  overflow: hidden;
}

.woocommerce-Tabs-panel .comment-text .comment-author {
  text-transform: uppercase;
  margin-top: 0;
}

.woocommerce-Tabs-panel .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;
}

.woocommerce-Tabs-panel .comment-text .flex a {
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 10px;
}

.woocommerce-Tabs-panel .comment-text .star-rating {
  float: right;
  margin: 0;
}

.woocommerce-Tabs-panel .comment-text .meta {
  line-height: 1;
  margin-bottom: 15px;
}

.woocommerce-Tabs-panel .comment-text .meta strong {
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce-Tabs-panel .comment-text .woocommerce-review__published-date {
  font-size: 13px;
  text-transform: uppercase;
  color: #999;
}

.woocommerce-Tabs-panel .comment-text p {
  margin-bottom: 5px;
}

/**
 * Form
 */
.comment-form .form-submit #submit {
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  font-size: 15px !important;
}

.comment-form .form-submit #submit:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.page-links {
  margin-top: 10px;
  margin-bottom: 30px;
}

.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: 5px;
  -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;
  border: 1px solid;
  border-color: #ebebeb;
}

.page-links>a:last-child,
.page-links>span:not(.page-links-title):last-child {
  margin-right: 0;
}

.page-links>a:hover,
.page-links>a:focus {
  color: white;
  background-color: #c02222;
  border-color: #c02222;
}

.page-links>span:not(.page-links-title) {
  color: white;
  background-color: #c02222;
  border-color: #c02222;
}

.post-navigation {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 65px;
}

.post-navigation i {
  font-size: 30px;
}

.post-navigation .post-prev-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-navigation .post-prev-post i {
  margin-right: 10px;
}

.post-navigation .post-next-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-navigation .post-next-post i {
  margin-left: 10px;
}

.post-navigation .back-to-archive a {
  display: inline-block;
}

.post-navigation .back-to-archive a:before {
  content: '\f009';
  font-family: 'FontAwesome';
  font-size: 20px;
}

.post-related .blog-post-loop {
  margin-bottom: 20px;
}

.post-related .blog-post-loop .entry-title,
.post-related .blog-post-loop .recent-posts-info,
.post-related .blog-post-loop .widget_categories ul li,
.widget_categories ul .post-related .blog-post-loop li {
  font-size: 18px;
}

/**
 * =======================================================================
 * Add-CSS Unit-Test
 * =======================================================================
 */
.page-heading.color-scheme-dark .entry-header .entry-title,
.page-heading.color-scheme-dark .entry-header .recent-posts-info,
.page-heading.color-scheme-dark .entry-header .widget_categories ul li,
.widget_categories ul .page-heading.color-scheme-dark .entry-header li {
  text-transform: capitalize;
}

/*
 * Mixin Border Title
 */
/**
 *
 * Main Sidebar
 *
 */
.widget_search .search-form input[type="text"] {
  background-color: transparent;
  border-width: 1px;
  border-color: #e1e1e1;
  border-style: solid;
  padding-left: 45px;
  height: 45px;
  line-height: 45;
}

.widget_search .search-form .search-submit {
  height: 45px;
  width: 45px;
}

.widget_search .search-form .search-submit:after {
  content: "\e86f";
  color: #222222;
  font-family: 'Linearicons-Free';
}

.widget_recent_entries ul li:before,
.widget_pages ul li:before {
  content: "\f111";
  font-family: 'FontAweSome';
  color: #c02222;
  font-size: 8px;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

.widget_recent_entries ul li a:hover,
.widget_pages ul li a:hover {
  color: #c02222 !important;
}

.widget_tag_cloud a {
  text-transform: capitalize;
}

.widget_tag_cloud .tagcloud a {
  font-size: 15px !important;
  color: #666666;
  padding: 7px 13px;
  font-family: 'Chivo', sans-serif;
}

.widget_recent_post_with_image .ceefer-recent-posts-list li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.widget_recent_post_with_image .ceefer-recent-posts-list li .recent-posts-info {
  top: 8px !important;
}

.widget_recent_post_with_image .recent-posts-info .entry-title,
.widget_recent_post_with_image .recent-posts-info .recent-posts-info,
.widget_recent_post_with_image .recent-posts-info .widget_categories ul li,
.widget_categories ul .widget_recent_post_with_image .recent-posts-info li {
  font-size: 16px;
}

.widget_recent_post_with_image .recent-posts-info .meta-value {
  list-style-type: none;
  margin-top: -2px;
}

.widget_recent_post_with_image .recent-posts-info .meta-value li {
  display: inline-block;
}

.widget_recent_post_with_image .recent-posts-info .meta-value li time,
.widget_recent_post_with_image .recent-posts-info .meta-value li a {
  font-family: 'Chivo', sans-serif;
  font-size: 13px;
  color: #666666;
}

.widget_recent_post_with_image .recent-posts-info .meta-value li:first-child:after {
  content: '/';
  width: auto;
  height: auto;
  display: inline-block;
  font-size: 13px;
  margin-left: -3px;
  color: #666666;
}

.widget_recent_post_with_image .recent-posts-info .meta-value li:first-child:hover:after {
  color: #666666;
}

.main-sidebar .widget ul li {
  text-transform: capitalize;
}

.main-sidebar .widget ul li a {
  text-transform: capitalize;
}

.main-sidebar .widget.widget_search .widgettitle {
  margin-bottom: 30px;
}

.main-sidebar .widget.widget_rss .rsswidget {
  color: #000000;
}

.main-sidebar .widget.widget_rss .rsswidget:hover {
  color: #c02222;
}

.main-sidebar .widget.widget_rss .rssSummary,
.main-sidebar .widget.widget_rss .rss-date {
  color: #666666;
}

.main-sidebar .widget.widget_calendar #today {
  background-color: #c02222 !important;
}

.main-sidebar .widget.widget_meta ul li a:hover {
  color: #c02222;
}

.main-sidebar .widget.widget_recent_comments ul li a:hover {
  color: #c02222;
}

.main-sidebar .widget select {
  text-transform: capitalize;
  margin-top: 6px;
}

.main-sidebar .widget select option {
  text-transform: capitalize;
}

.main-sidebar .widget.widget_nav_menu ul.menu li:before {
  content: "\f111";
  font-family: 'FontAweSome';
  color: #c02222;
  font-size: 8px;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

.main-sidebar .widget.widget_nav_menu a:hover {
  color: #c02222 !important;
}

/**
 * Widget Navigation Menu
 */
.ceefer-loop-blog .entry-meta-list li {
  margin-right: 1px;
  padding-right: 12px;
  color: #666666;
  font-size: 13px;
}

.ceefer-loop-blog .entry-meta-list li a {
  color: #666666;
}

.ceefer-loop-blog .blog-post-loop .entry-content .read-more-section a {
  font-weight: 500;
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  padding: 14px 20px;
}

.ceefer-loop-blog .blog-post-loop .entry-content .read-more-section a:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.ceefer-loop-blog .blog-post-loop .entry-content .read-more-section a:before {
  display: none;
}

.ceefer-loop-blog .blog-post-loop .entry-content .read-more-section a:after {
  display: inline-block;
  content: '';
  width: 13px;
  height: 10px;
  background-color: transparent;
  margin-left: 7px;
  background-image: url("assets/images/background/right-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.ceefer-loop-blog .blog-post-loop .entry-content .read-more-section a:hover:after {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

.ceefer-loop-blog .blog-post-loop .entry-content .page-links {
  margin-top: 23px;
}

.ceefer-loop-blog .blog-post-loop .entry-content .page-links a {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: 'Work sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  background-color: #ebebeb;
}

.ceefer-loop-blog .blog-post-loop .entry-content .page-links a:hover {
  background-color: #c02222;
  color: #FFFFFF;
}

.page-links>a {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: 'Work sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  background-color: #ebebeb;
}

.page-links>a:hover {
  background-color: #c02222;
  color: #FFFFFF;
}

.page-links>span:not(.page-links-title) {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
}

/**
 * Related Post
 */
.post-related .title {
  font-size: 22px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #ebebeb;
  font-weight: 500;
  margin-bottom: 31px;
}

.post-related .title:after {
  bottom: -1px !important;
}

.post-related .owl-carousel .owl-item img {
  width: auto;
  height: auto !important;
  max-height: 315px;
  max-width: 100%;
  min-height: 275px !important;
  margin: 0px auto;
}

@media only screen and (max-width: 992px) {
  .post-related .owl-carousel .owl-item img {
    min-height: 150px !important;
  }
}

@media only screen and (max-width: 767px) {
  .post-related .owl-carousel .owl-item img {
    min-height: 200px !important;
  }
}

.post-related .owl-carousel .owl-item .article-body-container .entry-title a,
.post-related .owl-carousel .owl-item .article-body-container .recent-posts-info a,
.post-related .owl-carousel .owl-item .article-body-container .widget_categories ul li a,
.widget_categories ul .post-related .owl-carousel .owl-item .article-body-container li a {
  font-size: 19px !important;
  font-family: 'Chivo', sans-serif;
}

.post-related .owl-carousel.owl-drag .owl-item {
  min-height: 398px;
  overflow: unset;
}

.post-related .entry-meta .entry-meta-list li {
  color: #666666 !important;
  margin-right: 3px;
  padding-right: 13px;
}

.post-related .entry-meta .entry-meta-list a {
  color: #666666 !important;
}

.post-related .entry-meta .entry-meta-list a:hover {
  color: #c02222 !important;
}

.post-related .read-more-section a {
  font-weight: 500;
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  padding: 14px 20px;
}

.post-related .read-more-section a:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.post-related .read-more-section a:before {
  display: none;
}

.post-related .read-more-section a:after {
  display: inline-block;
  content: '';
  width: 13px;
  height: 10px;
  background-color: transparent;
  margin-left: 7px;
  background-image: url("assets/images/background/right-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.post-related .read-more-section a:hover:after {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

/**
 * COmment
 */
.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title {
  font-size: 22px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #ebebeb;
  font-weight: 500;
}

.comments-area .comments-title:after {
  bottom: -1px !important;
}

.comments-area .comment-list ul li {
  list-style-type: none;
}

.comments-area .comment-list ul li:before {
  content: "\f111";
  font-family: 'FontAweSome';
  color: #c02222;
  font-size: 8px;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

.comments-area .comment-list strong {
  color: #000000;
}

.comment-respond .comment-reply-title {
  font-size: 22px !important;
  padding-bottom: 5px !important;
  border-bottom: 1px solid #ebebeb;
  font-weight: 500;
  margin-bottom: 31px !important;
}

.comment-respond .comment-reply-title:after {
  bottom: -1px !important;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: #c02222;
  color: #FFFFFF;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #c02222;
}

.wp-block-file .wp-block-file__button:hover {
  background-color: #c02222;
  color: #FFFFFF;
}

/**
 * Single Post
 */
.post-single-content .article-inner .entry-title,
.post-single-content .article-inner .recent-posts-info,
.post-single-content .article-inner .widget_categories ul li,
.widget_categories ul .post-single-content .article-inner li {
  margin-top: -5px;
  font-weight: 500;
}

.post-single-content .entry-meta-list li {
  color: #777;
  margin-right: 3px;
  padding-right: 13px;
}

.post-single-content .entry-meta-list li a {
  color: #777;
}

.post-single-content .article-body-container .entry-content strong {
  color: #000000;
}

.post-single-content .article-body-container .entry-content p {
  margin-bottom: 10px;
}

.post-single-content .article-body-container .entry-content ul li {
  list-style-type: none;
}

.post-single-content .article-body-container .entry-content ul li:before {
  content: "\f111";
  font-family: 'FontAweSome';
  color: #c02222;
  font-size: 8px;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

.post-single-content .article-body-container .entry-content ul.wp-block-gallery li:before {
  content: '';
}

.article-body-container .entry-content strong {
  color: #000000;
}

.article-body-container .entry-content p {
  margin-bottom: 10px;
}

.article-body-container .entry-content ul {
  list-style-type: none;
}

.article-body-container .entry-content ul li {
  list-style-type: none;
}

.article-body-container .entry-content ul li:before {
  content: "\f111";
  font-family: 'FontAweSome';
  color: #c02222;
  font-size: 8px;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

.article-body-container .entry-content ul.wp-block-gallery li:before {
  content: '';
}

.article-body-container .entry-content ul.gallery-csm {
  margin-top: 35px;
}

.main-content .article-bottom-container {
  margin-bottom: 0px;
  position: relative;
  border-top: 1px solid #e6e6e6;
  padding-top: 25px;
}

.main-content .article-bottom-container .tags-list a {
  text-transform: capitalize;
}

.main-content .article-bottom-container .short-code-easy-social {
  position: absolute;
  right: 0px;
  top: 25px;
}

@media only screen and (max-width: 1199px) {
  .main-content .article-bottom-container .short-code-easy-social {
    position: unset;
    margin-bottom: 50px;
  }
}

.main-content .article-bottom-container .post-navigation {
  display: none;
}

/**
 * Pagination
 */
.ceefer-pagination {
  border-top: 1px solid;
  border-color: #ebebeb;
  padding-top: 18px;
}

.ceefer-pagination .page-numbers li {
  margin-right: 7px;
}

.ceefer-pagination .page-numbers a {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 600 !important;
  color: #000000;
  background-color: #ebebeb;
}

.ceefer-pagination .page-numbers a.prev,
.ceefer-pagination .page-numbers a.next {
  background-color: transparent;
}

.ceefer-pagination .page-numbers a.prev:hover,
.ceefer-pagination .page-numbers a.next:hover {
  background-color: transparent;
}

.ceefer-pagination .page-numbers a.prev:hover:before,
.ceefer-pagination .page-numbers a.next:hover:before {
  color: #c02222;
}

.ceefer-pagination .page-numbers span.current {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
}

/**
 * Widget Woocommerce SiderBar
 */
.blog .widget_products ul li .price,
.single-post .widget_products ul li .price,
.tag .widget_products ul li .price,
.category .widget_products ul li .price,
.single .widget_products ul li .price,
.archive .widget_products ul li .price {
  color: #000000;
}

.blog .widget_products ul li .price span.woocommerce-Price-amount,
.single-post .widget_products ul li .price span.woocommerce-Price-amount,
.tag .widget_products ul li .price span.woocommerce-Price-amount,
.category .widget_products ul li .price span.woocommerce-Price-amount,
.single .widget_products ul li .price span.woocommerce-Price-amount,
.blog .widget_products ul li .price .woocommerce-Price-currencySymbol,
.single-post .widget_products ul li .price .woocommerce-Price-currencySymbol,
.tag .widget_products ul li .price .woocommerce-Price-currencySymbol,
.category .widget_products ul li .price .woocommerce-Price-currencySymbol,
.single .widget_products ul li .price .woocommerce-Price-currencySymbol,
.archive .widget_products ul li .price span.woocommerce-Price-amount,
.archive .widget_products ul li .price .woocommerce-Price-currencySymbol {
  font-family: 'Work Sans', sans-serif !important;
  font-size: 20px !important;
  line-height: 27px;
  font-weight: 600 !important;
  color: #000000 !important;
}

.blog .widget_products ul li .price del,
.single-post .widget_products ul li .price del,
.tag .widget_products ul li .price del,
.category .widget_products ul li .price del,
.single .widget_products ul li .price del,
.archive .widget_products ul li .price del {
  font-size: 15px;
  color: #666666;
}

.blog .widget_products ul li .price del span.woocommerce-Price-amount,
.single-post .widget_products ul li .price del span.woocommerce-Price-amount,
.tag .widget_products ul li .price del span.woocommerce-Price-amount,
.category .widget_products ul li .price del span.woocommerce-Price-amount,
.single .widget_products ul li .price del span.woocommerce-Price-amount,
.blog .widget_products ul li .price del .woocommerce-Price-currencySymbol,
.single-post .widget_products ul li .price del .woocommerce-Price-currencySymbol,
.tag .widget_products ul li .price del .woocommerce-Price-currencySymbol,
.category .widget_products ul li .price del .woocommerce-Price-currencySymbol,
.single .widget_products ul li .price del .woocommerce-Price-currencySymbol,
.archive .widget_products ul li .price del span.woocommerce-Price-amount,
.archive .widget_products ul li .price del .woocommerce-Price-currencySymbol {
  font-size: 15px !important;
  color: #666666 !important;
}

.blog .widget_products ul li .price ins span.woocommerce-Price-amount,
.single-post .widget_products ul li .price ins span.woocommerce-Price-amount,
.tag .widget_products ul li .price ins span.woocommerce-Price-amount,
.category .widget_products ul li .price ins span.woocommerce-Price-amount,
.single .widget_products ul li .price ins span.woocommerce-Price-amount,
.blog .widget_products ul li .price ins .woocommerce-Price-currencySymbol,
.single-post .widget_products ul li .price ins .woocommerce-Price-currencySymbol,
.tag .widget_products ul li .price ins .woocommerce-Price-currencySymbol,
.category .widget_products ul li .price ins .woocommerce-Price-currencySymbol,
.single .widget_products ul li .price ins .woocommerce-Price-currencySymbol,
.archive .widget_products ul li .price ins span.woocommerce-Price-amount,
.archive .widget_products ul li .price ins .woocommerce-Price-currencySymbol {
  color: #000000 !important;
}

.blog .widget_products ul li .product-title,
.single-post .widget_products ul li .product-title,
.tag .widget_products ul li .product-title,
.category .widget_products ul li .product-title,
.single .widget_products ul li .product-title,
.archive .widget_products ul li .product-title {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0.24px;
  font-family: 'Chivo', sans-serif;
  line-height: 27px;
}

.blog .widget_products ul li .product-title:hover,
.single-post .widget_products ul li .product-title:hover,
.tag .widget_products ul li .product-title:hover,
.category .widget_products ul li .product-title:hover,
.single .widget_products ul li .product-title:hover,
.archive .widget_products ul li .product-title:hover {
  color: #c02222;
}

.blog .widget_products ul li .star-rating span,
.single-post .widget_products ul li .star-rating span,
.tag .widget_products ul li .star-rating span,
.category .widget_products ul li .star-rating span,
.single .widget_products ul li .star-rating span,
.archive .widget_products ul li .star-rating span {
  font-size: 0px;
  font-family: "FontAwesome";
}

/**
 * Style - Main - BLog
 */
.blog .blog-post-loop .article-body-container .entry-title,
.single-post .blog-post-loop .article-body-container .entry-title,
.tag .blog-post-loop .article-body-container .entry-title,
.category .blog-post-loop .article-body-container .entry-title,
.single .blog-post-loop .article-body-container .entry-title,
.blog .blog-post-loop .article-body-container .recent-posts-info,
.single-post .blog-post-loop .article-body-container .recent-posts-info,
.tag .blog-post-loop .article-body-container .recent-posts-info,
.category .blog-post-loop .article-body-container .recent-posts-info,
.single .blog-post-loop .article-body-container .recent-posts-info,
.blog .blog-post-loop .article-body-container .widget_categories ul li,
.widget_categories ul .blog .blog-post-loop .article-body-container li,
.single-post .blog-post-loop .article-body-container .widget_categories ul li,
.widget_categories ul .single-post .blog-post-loop .article-body-container li,
.tag .blog-post-loop .article-body-container .widget_categories ul li,
.widget_categories ul .tag .blog-post-loop .article-body-container li,
.category .blog-post-loop .article-body-container .widget_categories ul li,
.widget_categories ul .category .blog-post-loop .article-body-container li,
.single .blog-post-loop .article-body-container .widget_categories ul li,
.widget_categories ul .single .blog-post-loop .article-body-container li {
  font-size: 19px;
  font-family: 'Chivo', sans-serif;
  font-weight: 400;
  color: #000000;
}

.blog .blog-post-loop .article-body-container .ceefer-entry-meta ul li,
.single-post .blog-post-loop .article-body-container .ceefer-entry-meta ul li,
.tag .blog-post-loop .article-body-container .ceefer-entry-meta ul li,
.category .blog-post-loop .article-body-container .ceefer-entry-meta ul li,
.single .blog-post-loop .article-body-container .ceefer-entry-meta ul li {
  font-size: 13px;
  font-family: 'Chivo', sans-serif;
  color: #777777;
  font-style: normal;
}

.blog .blog-post-loop .article-body-container .ceefer-entry-meta ul li a,
.single-post .blog-post-loop .article-body-container .ceefer-entry-meta ul li a,
.tag .blog-post-loop .article-body-container .ceefer-entry-meta ul li a,
.category .blog-post-loop .article-body-container .ceefer-entry-meta ul li a,
.single .blog-post-loop .article-body-container .ceefer-entry-meta ul li a {
  font-size: 13px;
  font-family: 'Chivo', sans-serif;
  color: #777777;
  font-style: normal;
}

/**
 *===================================================================
 * BLOG - TYPE , SMALL IMAGE , BOXSHADOWN
 *===================================================================
 */
.blog-design-small-images.blog-style-shadow .article-inner .article-body-container,
.blog-style-shadow.blog-design-chess .article-inner .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);
}

.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).has-post-thumbnail .article-inner .article-body-container {
  padding-left: 0px;
}

.blog-design-chess.blog-style-shadow:nth-child(even).has-post-thumbnail .article-inner .article-body-container {
  padding-left: 30px;
}

/* ---------------------------------------------
   9. WIDGETS
   ------------------------------------------ */
.widget {
  position: relative;
  margin-bottom: 35px;
}

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

.widget .widgettitle,
.widget .widget-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E6E6E6;
}

.widget .widgettitle:before,
.widget .widget-title:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #c02222;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.widget .comment-author-link {
  color: #535353;
}

.widget .count {
  position: absolute;
  right: 0;
  top: 0;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget ul li {
  position: relative;
  margin-bottom: 5px;
}

.widget ul li:last-child {
  margin-bottom: 0;
}

.widget ul.children,
.widget ul.sub-menu {
  padding-left: 15px;
  margin-top: 7px;
}

.widget .current,
.widget .current-cat {
  color: #c02222;
}

.widget .current a,
.widget .current-cat a {
  color: #c02222;
}

.widget_meta,
.widget_categories,
.widget_recent_comments,
.widget_archive {
  color: #8B8B8B;
}

.widget_meta ul li,
.widget_categories ul li,
.widget_recent_comments ul li,
.widget_archive ul li {
  position: relative;
}

.widget_meta ul li:before,
.widget_categories ul li:before,
.widget_recent_comments ul li:before,
.widget_archive ul li:before {
  content: "\f111";
  font-family: 'FontAweSome';
  color: #c02222;
  font-size: 8px;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

/** ------------------------------------------
* WIDGET RECENT POST
* ------------------------------------------ */
.widget_recent_post_with_image .widgettitle,
.widget_recent_post_with_image .widget-title {
  margin-bottom: 30px;
}

.widget_recent_post_with_image ul 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: 25px;
}

.widget_recent_post_with_image ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_recent_post_with_image ul .recent-posts-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
}

.widget_recent_post_with_image ul .recent-posts-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.widget_recent_post_with_image ul .attachment-thumbnail {
  max-width: 60px;
}

.widget_recent_post_with_image ul .entry-title,
.widget_recent_post_with_image ul .recent-posts-info,
.widget_recent_post_with_image .widget_categories ul li,
.widget_categories .widget_recent_post_with_image ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
  position: relative;
  top: -3px;
  display: block;
  line-height: 1.45;
  color: #000000;
  font-family: 'Chivo', sans-serif !important;
}

.widget_recent_post_with_image ul .entry-title:hover,
.widget_recent_post_with_image ul .recent-posts-info:hover,
.widget_recent_post_with_image .widget_categories ul li:hover,
.widget_categories .widget_recent_post_with_image ul li:hover {
  color: #c02222;
}

.widget_recent_post_with_image ul .recent-posts-time,
.widget_recent_post_with_image ul .recent-posts-comment {
  font-family: 'Chivo', sans-serif;
  font-size: 13px !important;
  color: #666666;
}

.widget_recent_post_with_image ul .recent-posts-time {
  margin-right: 5px;
}

/** ------------------------------------------
* WIDGET RSS
* ------------------------------------------ */
.widget_rss .widgettitle a {
  color: #000000;
  vertical-align: middle;
}

.widget_rss .widgettitle a img {
  vertical-align: initial;
}

.widget_rss ul li {
  padding: 15px 0px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0px;
}

.widget_rss ul li:first-child {
  padding-top: 0px;
}

.widget_rss ul li:last-child {
  padding-bottom: 0px;
}

.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;
  color: #bbbbbb;
  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 #today {
  color: white;
  background-color: black;
}

.widget_calendar #wp-calendar #today a {
  font-weight: 600;
  color: white;
}

.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);
}

/** ------------------------------------------
* PRODUCT LIST
* ------------------------------------------ */
ul.product_list_widget>li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.45;
  border-bottom: 1px solid;
  border-color: #ebebeb;
  overflow: hidden;
}

ul.product_list_widget>li a {
  margin-bottom: 8px;
  display: block;
}

ul.product_list_widget>li img {
  float: left;
  margin-right: 15px;
  max-width: 70px;
}

ul.product_list_widget>li .star-rating {
  display: block;
  margin-left: 80px;
  margin-top: -3px;
  margin-bottom: 4px;
  font-size: 12px;
  width: 70px;
}

ul.product_list_widget>li .star-rating span:before {
  font-size: 12px;
}

ul.product_list_widget>li .woocommerce-Price-amount {
  font-weight: 600;
  color: #c02222;
}

ul.product_list_widget>li del {
  margin-right: 5px;
}

ul.product_list_widget>li del .woocommerce-Price-amount {
  color: #666666;
  font-weight: 400;
}

ul.product_list_widget>li ins {
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

ul.product_list_widget>li .reviewer {
  font-size: 14px;
  color: #bbbbbb;
}

ul.product_list_widget>li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.search-form {
  position: relative;
}

.search-form .screen-reader-text {
  display: none;
}

.search-form input[type="text"] {
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.search-form input[type="text"]::-ms-clear {
  display: none;
}

.search-form input[type="text"]:focus {
  border-color: #f7f7f7;
}

.search-form .search-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 0px;
  padding: 0;
  height: 50px;
  width: 50px;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search-form .search-submit:after {
  content: "\e92d";
  font-family: 'typo-icon';
  font-size: 20px;
  color: #535353;
  font-weight: 300;
}

/** ------------------------------------------
* WIDGET TAG
* ------------------------------------------ */
.tagcloud {
  overflow: hidden;
}

.tagcloud a {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 30px;
  padding: 0 15px;
  font-size: 13px !important;
  border: 1px solid #ebebeb;
  margin: 0 5px 5px 0;
}

.tagcloud a:hover,
.tagcloud a:focus {
  border-color: #c02222;
  background-color: #c02222;
  color: white;
}

/** ------------------------------------------
* WIDGET SHOPPING CART
* ------------------------------------------ */
.cart_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cart_list li {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 15px;
}

.cart_list li.empty {
  margin: 0;
  padding-bottom: 0;
}

.cart_list li.wc-loading {
  opacity: 0.3;
}

.cart_list li.wc-loading:before {
  left: 30px;
}

.cart_list li:last-child {
  border-bottom: none;
}

.cart_list li .preview-image {
  padding: 0;
  width: 80px;
  float: left;
}

.cart_list li .preview-image a {
  padding: 0;
}

.cart_list li .desc {
  width: calc(100% - 80px);
  padding-left: 20px;
  float: left;
  position: relative;
}

.cart_list li .desc .variation {
  display: none;
}

.cart_list li .desc .product_name {
  line-height: 1.4;
  display: block;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.cart_list li .desc .cart-price {
  display: block;
  font-weight: 600;
}

.cart_list li .desc .amount {
  font-size: 16px;
  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 .remove {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.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: 45px;
  background-color: #c02222;
  color: white;
  display: block;
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}

.widget_shopping_cart_content .buttons a:hover {
  opacity: 0.8;
}

.widget_shopping_cart_content .buttons a:last-child {
  margin-bottom: 0;
}

.widget_product_tag_cloud .widgettitle,
.widget_product_tag_cloud .widget-title,
.widget_products .widgettitle,
.widget_products .widget-title {
  margin-bottom: 40px;
}

/** ------------------------------------------
* WIDGET FILTER PRICE
* ------------------------------------------ */
.widget_price_filter .widgettitle,
.widget_price_filter .widget-title {
  margin-bottom: 40px;
}

.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;
  background-color: #e6e6e6;
  color: #1a1a1a;
  font-weight: 600;
  letter-spacing: 3px;
}

.widget_price_filter .price_slider_amount .button:hover,
.widget_price_filter .price_slider_amount .button:focus {
  background-color: #c02222;
  color: white;
}

.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: #c02222;
  cursor: ew-resize;
  outline: none;
  top: -5px;
  margin-left: -0.5em;
  border-radius: 0;
  height: 14px;
  width: 14px;
}

.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: #E6E6E6;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #E6E6E6;
  border: 0;
}

.widget_price_filter .ui-slider-horizontal {
  height: 5px;
}

.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 INSTAGRAM
* ------------------------------------------ */
.jms-instagram .instagram {
  margin-top: 15px;
  margin-left: -5px;
  margin-right: -5px;
}

.jms-instagram .item {
  padding: 5px;
}

.jms-instagram .item a {
  display: block;
  position: relative;
}

.jms-instagram .item a: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);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jms-instagram .item a: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;
}

.jms-instagram .item a:hover:before {
  opacity: 1;
}

.jms-instagram .item a:hover:after {
  opacity: 1;
}

.jms-instagram .item img {
  width: 100%;
}

/* ---------------------------------------------
   10. WOOCOMMERCE
   ------------------------------------------ */
.ceefer-slider-fullwidth {
  margin-top: -40px;
  margin-bottom: 80px;
}

.home.post-type-archive-product .title-shop {
  display: none;
}

.home.post-type-archive-product .main-content {
  margin-bottom: 85px;
}

.archive .main-header,
.single-product .main-header {
  margin-bottom: 0px;
}

.product-box,
.product-image-shadow {
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-box:hover .product-thumb .hover-image,
.product-image-shadow:hover .product-thumb .hover-image {
  opacity: 1;
}

.product-box .wooscp-btn,
.product-image-shadow .wooscp-btn {
  width: 45px;
  height: 45px;
  padding: 0;
  background-color: white;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-box .wooscp-btn:before,
.product-image-shadow .wooscp-btn:before {
  content: "\e943";
  font-size: 20px;
  font-family: 'typo-icon';
  color: #707070;
  margin: 0;
}

.product-box .wooscp-btn:hover,
.product-image-shadow .wooscp-btn:hover {
  opacity: 1;
  background-color: #c02222;
}

.product-box .wooscp-btn:hover:before,
.product-image-shadow .wooscp-btn:hover:before {
  color: white;
}

.product-thumb {
  position: relative;
  overflow: hidden;
}

.product-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-thumb .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.product-title {
  font-size: inherit;
  font-weight: 400;
  margin-bottom: 7px;
  font-family: inherit;
}

.product-title a {
  color: #444444;
  font-weight: 400;
}

.product-title a:hover {
  color: #c02222;
}

.product-cat {
  font-size: 13px;
  color: #999999;
  margin-bottom: 8px;
}

.product-cat a {
  color: #999999;
}

.imageswatch-list-variations {
  position: absolute;
  left: 12px;
  bottom: 10px;
  right: 12px;
  text-align: center;
  z-index: 1;
}

.imageswatch-list-variations ul {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.imageswatch-list-variations ul li {
  width: 13px;
  height: 13px;
  margin: 0;
  margin-right: 5px;
}

.imageswatch-list-variations ul li:last-child {
  margin-right: 0;
}

.imageswatch-list-variations a {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin: 0;
}

.product-info {
  padding-top: 13px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-info .star-rating {
  margin-bottom: 6px;
  margin-top: 3px;
}

.product-info .imageswatch-list-variations {
  position: inherit;
  left: auto;
  bottom: auto;
  right: auto;
  margin-top: 10px;
}

.price {
  color: #1A1A1A;
  font-weight: 600;
  font-size: 15px;
}

.price .amount {
  font-size: inherit;
}

.price del {
  color: #666666;
  font-size: 85%;
  margin-right: 7px;
  font-weight: 500;
}

.price ins {
  text-decoration: none;
  background-color: transparent;
  color: #c02222;
}

.ceefer-buttons {
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ceefer-buttons .button {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.ceefer-buttons>div {
  margin-bottom: 0;
}

.ceefer-buttons>div>p {
  display: none;
}

.ceefer-buttons>div a {
  display: inline-block;
  position: relative;
  padding: 0;
  background-color: transparent;
  border: none;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  font-size: 0px;
  border-radius: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.ceefer-buttons>div a:before {
  font-family: 'typo-icon';
  font-size: 22px;
  color: #707070;
  display: block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.ceefer-buttons>div a:hover:before {
  color: #c02222;
}

.ceefer-buttons .btn-quickview>a:before {
  content: "\e94f";
}

.ceefer-buttons .btn-compare>a:before {
  content: "\e943";
  font-size: 20px;
}

.ceefer-buttons .btn-compare>a .blockOverlay {
  display: none !important;
}

.ceefer-buttons .yith-wcwl-add-to-wishlist a:before {
  content: "\e949";
}

.ceefer-buttons .yith-wcwl-add-to-wishlist .loading {
  position: relative;
}

.ceefer-buttons .yith-wcwl-add-to-wishlist .loading a:before {
  opacity: 0;
}

.ceefer-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.ceefer-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  color: #c02222;
}

.ceefer-buttons .btn-add-cart a:before {
  content: "\62";
  font-size: 21px;
}

.ceefer-buttons .btn-add-cart a.added:before {
  content: "\65";
  font-size: 17px;
}

.ceefer-buttons .added_to_cart {
  display: none;
}

.ceefer-buttons .clear {
  display: none;
}

.product-hover-default .product-image-shadow {
  position: absolute;
  top: -12px;
  right: -12px;
  left: -12px;
  bottom: -3px;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product-hover-default .ceefer-product-countdown {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 10px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-hover-default .ceefer-product-countdown>span {
  color: black;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  font-weight: 500;
  padding: 8px;
  border: none;
  border-radius: 50%;
}

.product-hover-default .ceefer-product-countdown>span span {
  display: none;
}

.product-hover-default .ceefer-product-countdown>span:first-child {
  margin-left: 5px;
}

.product-hover-default .product-info {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 10px;
}

.product-hover-default .ceefer-buttons {
  bottom: 45px;
  right: 5px;
  -webkit-transform: translateX(45px);
  -moz-transform: translateX(45px);
  -o-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}

.product-hover-default .ceefer-buttons>div {
  width: 45px;
  height: 45px;
  margin-bottom: 7px;
}

.product-hover-default .ceefer-buttons>div a {
  background: white;
  border-radius: 50%;
  opacity: 1;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.product-hover-default .ceefer-buttons>div a:hover {
  background-color: #c02222;
  color: white;
}

.product-hover-default .ceefer-buttons>div a:hover:before {
  color: white;
}

.product-hover-default .ceefer-buttons .yith-wcwl-add-to-wishlist .loading {
  height: 45px;
  width: 45px;
  position: relative;
}

.product-hover-default .btn-add-cart {
  width: 100%;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-hover-default .btn-add-cart a {
  padding: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background-color: #c02222;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.product-hover-default .btn-add-cart a:hover {
  opacity: 1;
}

.product-hover-default .btn-add-cart a.loading {
  font-size: 0;
}

.product-hover-default .btn-add-cart a.loading:before {
  border-left-color: transparent;
}

.product-hover-default .btn-add-cart .added_to_cart {
  display: none;
}

.product-hover-default:hover .product-image-shadow {
  opacity: 1;
  visibility: visible;
}

.product-hover-default:hover .ceefer-product-countdown {
  opacity: 0;
  visibility: hidden;
}

.product-hover-default:hover .ceefer-buttons {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.product-hover-default:hover .btn-add-cart {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.owl-carousel .product-hover-default .product-image-shadow {
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-hover-simple .product-thumb>a:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-hover-simple .product-thumb .imageswatch-list-variations {
  text-align: left;
}

.product-hover-simple .product-info {
  padding: 15px 0 13px;
}

.product-hover-simple .product-info .imageswatch-list-variations {
  text-align: left;
}

.product-hover-simple .product-detail {
  position: relative;
}

.product-hover-simple .product-title {
  padding-right: 30px;
  margin-bottom: 7px;
}

.product-hover-simple .product-thumb .ceefer-buttons {
  bottom: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translateX(70%);
  -moz-transform: translateX(70%);
  -o-transform: translateX(70%);
  -ms-transform: translateX(70%);
  transform: translateX(70%);
}

.product-hover-simple .product-thumb .ceefer-buttons>div {
  width: 45px;
  height: 45px;
  margin-bottom: 5px;
}

.product-hover-simple .product-thumb .ceefer-buttons>div a {
  background-color: white;
  color: #707070;
  opacity: 1;
  width: 45px;
  height: 45px;
}

.product-hover-simple .product-thumb .ceefer-buttons>div a:hover {
  background-color: #c02222;
  color: white;
}

.product-hover-simple .product-thumb .ceefer-buttons>div a:hover:before {
  color: white;
}

.product-hover-simple .product-info .ceefer-buttons {
  top: 2px;
  right: 0;
  opacity: 1;
}

.product-hover-simple .product-info .ceefer-buttons>div a {
  width: 19px;
  height: auto;
  line-height: inherit;
}

.product-hover-simple .product-info .ceefer-buttons>div a:before {
  font-size: 17px;
}

.product-hover-simple .product-info .ceefer-buttons .yith-wcwl-add-to-wishlist {
  line-height: 1;
}

.product-hover-simple .product-info .ceefer-buttons .yith-wcwl-add-to-wishlist a:before {
  font-size: 16px;
}

.product-hover-simple .product-info .ceefer-buttons .yith-wcwl-add-to-wishlist .loading:before {
  width: 16px;
  height: 16px;
}

.product-hover-simple .action-link-hide {
  position: relative;
}

.product-hover-simple .btn-add-cart {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translateX(-70%);
  -moz-transform: translateX(-70%);
  -o-transform: translateX(-70%);
  -ms-transform: translateX(-70%);
  transform: translateX(-70%);
}

.product-hover-simple .btn-add-cart a {
  text-transform: uppercase;
  font-weight: 600;
  color: #000000;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-hover-simple .btn-add-cart a:hover {
  color: #c02222;
}

.product-hover-simple .btn-add-cart a.loading:before {
  width: 14px;
  height: 14px;
  position: relative;
  left: auto;
  right: auto;
  top: -1px;
  margin-right: 6px;
}

.product-hover-simple .btn-add-cart a.loading:after {
  width: calc(100% - 24px);
}

.product-hover-simple .btn-add-cart a.added {
  display: none;
}

.product-hover-simple:hover .price {
  opacity: 0;
  visibility: hidden;
}

.product-hover-simple:hover .product-thumb .ceefer-buttons {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.product-hover-simple:hover .product-thumb>a:after {
  opacity: 1;
}

.product-hover-simple:hover .btn-add-cart {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner:before {
  -webkit-animation: none;
  animation: none;
  border: none;
  border-radius: 100%;
}

.product-hover-alt .product-image-shadow {
  position: absolute;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -3px;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product-hover-alt .product-thumb {
  position: relative;
}

.product-hover-alt .product-thumb:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-hover-alt .product-info {
  padding: 15px 10px 13px;
  text-align: center;
}

.product-hover-alt .product-detail {
  position: relative;
}

.product-hover-alt .ceefer-buttons {
  bottom: 10px;
  left: 10px;
  right: 10px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -o-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07);
}

.product-hover-alt .ceefer-buttons>div {
  background-color: white;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 33.33%;
  flex: 1 0 33.33%;
  height: 45px;
  text-align: center;
  position: relative;
}

.product-hover-alt .ceefer-buttons>div>p {
  display: none;
}

.product-hover-alt .ceefer-buttons>div:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);
  position: absolute;
  right: 0;
  top: 0;
}

.product-hover-alt .ceefer-buttons>div:last-child:after {
  content: none;
}

.product-hover-alt .ceefer-buttons .btn-compare>a::before {
  font-size: 18px;
}

.product-hover-alt .ceefer-buttons .yith-wcwl-add-to-wishlist {
  height: 100%;
}

.product-hover-alt .ceefer-buttons .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  height: 100%;
}

.product-hover-alt .ceefer-buttons .yith-wcwl-add-to-wishlist a:before {
  font-size: 18px;
}

.product-hover-alt .action-link-hide {
  position: relative;
}

.product-hover-alt .btn-add-cart {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.product-hover-alt .btn-add-cart a {
  color: #c02222;
  font-weight: 600;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.product-hover-alt .btn-add-cart a.loading:before {
  position: relative;
  left: auto;
  right: auto;
  top: -1px;
  width: 13px;
  margin-right: 6px;
  height: 13px;
}

.product-hover-alt .btn-add-cart a.added {
  display: none;
}

.product-hover-alt:hover .product-image-shadow {
  opacity: 1;
  visibility: visible;
}

.product-hover-alt:hover .product-thumb:after {
  opacity: 1;
  visibility: visible;
}

.product-hover-alt:hover .ceefer-buttons {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-hover-alt:hover .price {
  opacity: 0;
  visibility: hidden;
}

.product-hover-alt:hover .btn-add-cart {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.owl-carousel .product-hover-alt .product-image-shadow {
  display: none;
}

.product-hover-list {
  margin-bottom: 50px;
  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: nowrap;
  flex-wrap: nowrap;
}

.product-hover-list .product-thumb {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  margin-bottom: 0;
}

.product-hover-list .product-info {
  padding: 0 30px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.product-hover-list .product-title {
  font-weight: 600;
  font-size: 16px;
}

.product-hover-list .product-info-top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
  border-color: #e1e1e1;
}

.product-hover-list .price {
  font-size: 16px;
}

.product-hover-list .woocommerce-product-details__short-description {
  line-height: 1.9;
  margin-bottom: 8px;
}

.product-hover-list .product-info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-hover-list .ceefer-buttons {
  right: 15px;
  bottom: 15px;
}

.product-hover-list .ceefer-buttons>div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.product-hover-list .ceefer-buttons>div a {
  background-color: white;
}

.product-hover-list .ceefer-buttons>div a:hover {
  background-color: #c02222;
}

.product-hover-list .ceefer-buttons>div a:hover:before {
  color: white;
}

.product-hover-list .product-info-bottom [class*="btn-"] {
  display: inline-block;
}

.product-hover-list .product-info-bottom [class*="btn-"] a {
  height: 45px;
  line-height: 45px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  background-color: #EFEFEF;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-hover-list .product-info-bottom .btn-add-cart a {
  padding: 0 25px;
  font-size: 16px;
  background-color: #1a1a1a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-hover-list .product-info-bottom .btn-add-cart a.loading:before {
  border-color: white;
  border-left-color: transparent;
}

.product-hover-list .product-info-bottom .btn-add-cart a:hover {
  opacity: 1;
  background-color: #c02222;
}

.product-hover-list .product-info-bottom .btn-add-cart .added_to_cart {
  display: none;
}

.product-hover-list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  position: relative;
}

.product-hover-list .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.loading a:before {
  opacity: 0;
}

.product-hover-list .yith-wcwl-add-to-wishlist a {
  position: relative;
  color: #757575;
  font-size: 0;
  padding: 0;
  text-transform: capitalize;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 0;
}

.product-hover-list .yith-wcwl-add-to-wishlist a:hover {
  background-color: #c02222;
  color: white;
}

.product-hover-list .yith-wcwl-add-to-wishlist a:before {
  font-size: 20px;
  color: #000000;
  content: "\e813";
  font-family: 'Linearicons-Free';
}

.product-hover-list .btn-wishlist {
  margin-left: 13px;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.product-hover-list .btn-compare {
  margin-left: 10px;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.product-hover-list .btn-wishlist,
.product-hover-list .btn-compare {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.product-hover-list .compare.button {
  color: #757575;
  position: relative;
  opacity: 1 !important;
  font-size: 0;
  padding: 0;
  text-transform: capitalize;
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.product-hover-list .compare.button:hover {
  background-color: #c02222;
  color: white;
}

.product-hover-list .compare.button .blockOverlay {
  display: none !important;
}

.product-hover-list .compare.button:before {
  content: "\e943";
  font-family: 'typo-icon';
  font-size: 18px;
}

.product-hover-list .compare.button.loading:after {
  opacity: 1;
}

.product-hover-list:hover .product-thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.product-hover-list:hover .ceefer-buttons {
  opacity: 1;
}

.product-hover-list:hover .btn-wishlist,
.product-hover-list:hover .btn-compare {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.product-hover-shadow {
  height: 100%;
}

.product-hover-shadow .product-image-shadow {
  position: absolute;
  top: -12px;
  right: -12px;
  left: -12px;
  bottom: -3px;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product-hover-shadow .product-thumb {
  position: relative;
}

.product-hover-shadow .product-thumb .imageswatch-list-variations {
  text-align: left;
}

.product-hover-shadow .product-info {
  padding: 15px 5px 13px;
}

.product-hover-shadow .product-info .imageswatch-list-variations {
  text-align: left;
}

.product-hover-shadow .product-detail {
  position: relative;
}

.product-hover-shadow .product-title {
  padding-right: 30px;
  margin-bottom: 7px;
}

.product-hover-shadow .btn-add-cart {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -21px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.product-hover-shadow .btn-add-cart a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 18px;
  background-color: transparent;
  color: #131313;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: white;
  line-height: 42px;
  height: 42px;
  opacity: 1;
}

.product-hover-shadow .btn-add-cart a.loading:before {
  position: relative;
  left: auto;
  right: auto;
  top: -1px;
  width: 13px;
  margin-right: 6px;
  height: 13px;
}

.product-hover-shadow .btn-add-cart a.added {
  display: none;
}

.product-hover-shadow:hover .product-image-shadow {
  opacity: 1;
  visibility: visible;
}

.product-hover-shadow:hover .btn-add-cart {
  opacity: 1;
  visibility: visible;
}

.owl-carousel .product-hover-shadow .product-image-shadow {
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-hover-shadow-2 {
  height: 100%;
  margin-bottom: 30px;
}

.product-hover-shadow-2 .product-image-shadow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product-hover-shadow-2 .product-thumb .imageswatch-list-variations {
  text-align: left;
}

.product-hover-shadow-2 .product-info {
  padding: 12px 12px 15px;
  text-align: center;
}

.product-hover-shadow-2 .product-info .star-rating {
  margin-left: auto;
  margin-right: auto;
}

.product-hover-shadow-2 .product-info .imageswatch-list-variations {
  text-align: left;
}

.product-hover-shadow-2 .product-detail {
  position: relative;
}

.product-hover-shadow-2 .product-title {
  margin-bottom: 7px;
}

.product-hover-shadow-2 .btn-add-cart {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -21px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.product-hover-shadow-2 .btn-add-cart a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 18px;
  background-color: transparent;
  color: #131313;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: white;
  line-height: 40px;
  height: 40px;
  opacity: 1;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
}

.product-hover-shadow-2 .btn-add-cart a.loading:before {
  position: relative;
  left: auto;
  right: auto;
  top: -1px;
  width: 13px;
  margin-right: 6px;
  height: 13px;
}

.product-hover-shadow-2 .btn-add-cart a.added {
  display: none;
}

.product-hover-shadow-2:hover .btn-add-cart {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.owl-carousel .product-hover-shadow-2 .product-image-shadow {
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-hover-full-info {
  margin-bottom: 30px;
}

.product-hover-full-info .top-information {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 3;
  padding: 30px 30px 20px;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
}

.product-hover-full-info .product-title {
  font-size: 16px;
}

.product-hover-full-info .badge {
  z-index: 4;
}

.product-hover-full-info:hover .ceefer-buttons {
  opacity: 1;
}

.product-hover-full-info:hover .top-information {
  opacity: 1;
}

.product-hover-quick .product-image-shadow {
  position: absolute;
  top: -12px;
  right: -12px;
  left: -12px;
  bottom: -3px;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.product-hover-quick .product-info {
  padding: 15px 0 13px;
  text-align: center;
}

.product-hover-quick .product-detail {
  position: relative;
}

.product-hover-quick .ceefer-buttons {
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(45px);
  -moz-transform: translateY(45px);
  -o-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
}

.product-hover-quick .ceefer-buttons>div {
  border: 1px solid;
  border-color: #ECECEC;
  background-color: white;
  height: 38px;
  text-align: center;
  position: relative;
}

.product-hover-quick .ceefer-buttons>div a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  width: auto;
}

.product-hover-quick .ceefer-buttons>div a span {
  text-transform: uppercase;
  font-weight: 600;
}

.product-hover-quick .ceefer-buttons>div a:before {
  margin-right: 5px;
}

.product-hover-quick .ceefer-buttons>div a.loading:before {
  position: inherit;
}

.product-hover-quick .action-link-hide {
  position: relative;
}

.product-hover-quick .btn-add-cart {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.product-hover-quick .btn-add-cart a {
  color: #c02222;
  font-weight: 600;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.product-hover-quick .btn-add-cart a.loading:before {
  position: relative;
  left: auto;
  right: auto;
  top: -1px;
  width: 13px;
  height: 13px;
  margin-right: 6px;
}

.product-hover-quick .btn-add-cart a.added {
  display: none;
}

.product-hover-quick:hover .product-image-shadow {
  opacity: 1;
  visibility: visible;
}

.product-hover-quick:hover .ceefer-buttons {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-hover-quick:hover .price {
  opacity: 0;
  visibility: hidden;
}

.product-hover-quick:hover .btn-add-cart {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.owl-carousel .product-hover-quick .product-image-shadow {
  display: none;
}

.single-product-top {
  margin-bottom: 85px;
}

.up-sells {
  margin-bottom: 52px;
}

.related.products .product-box,
.related.products .product-image-shadow {
  margin-bottom: 0;
}

.woocommerce-product-rating .price .woocommerce-Price-amount {
  color: #c02222;
}

.product-navigation {
  display: inline-block;
  float: right;
  position: absolute;
  top: 0;
  right: 15px;
}

.product-navigation>span:last-child {
  margin-left: 5px;
}

.product-navigation a {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid;
  border-color: #EBEBEB;
  text-align: center;
  font-size: 11px;
}

.product-navigation a span {
  line-height: 35px;
}

.product-navigation a:hover,
.product-navigation a:focus {
  border-color: #c02222;
}

.product-image-preview {
  max-width: 650px;
}

.product-images {
  position: relative;
}

.product-images [class*="thumbnail-position-"] .badge {
  top: 20px;
}

.show-product-gallery {
  width: 45px;
  height: 45px;
  background: #EAEAEA;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  z-index: 99999;
}

.single-product-thumbnail img {
  width: 100%;
}

.woocommerce-product-gallery__trigger {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  text-align: center;
  z-index: 9;
}

.woocommerce-product-gallery__trigger img.emoji {
  display: none !important;
}

.woocommerce-product-gallery__trigger:after {
  content: '\f065';
  font-family: 'FontAweSome';
  font-size: 20px;
  line-height: 30px;
}

.woocommerce-product-gallery .flex-control-thumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  margin-bottom: 20px;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
  cursor: pointer;
  max-width: 90px;
}

@media only screen and (max-width: 991px) {
  .woocommerce-product-gallery .flex-control-thumbs li img {
    max-width: 75px;
  }
}

@media only screen and (max-width: 320px) {
  .woocommerce-product-gallery .flex-control-thumbs li img {
    max-width: 55px;
  }
}

.thumbnail-position-sticky-1-column .woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 20px;
}

.thumbnail-position-sticky-1-column .woocommerce-product-gallery .flex-control-thumbs li img {
  max-width: 100%;
  width: 100%;
}

.thumbnail-position-sticky-2-column .woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

.thumbnail-position-sticky-2-column .woocommerce-product-gallery .flex-control-thumbs li {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.thumbnail-position-sticky-2-column .woocommerce-product-gallery .flex-control-thumbs li img {
  max-width: 100%;
}

.thumbnail-position-bottom .woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 20px;
}

.thumbnail-position-bottom .woocommerce-product-gallery .flex-control-thumbs li {
  display: inline-block;
  margin-right: 20px;
}

.thumbnail-position-left .woocommerce-product-gallery .flex-control-thumbs {
  float: left;
  width: 90px;
}

.thumbnail-position-left .woocommerce-product-gallery .flex-viewport {
  width: calc(100% - 1px);
  float: right;
}

.thumbnail-position-left .wc-single-video {
  left: 125px;
}

.thumbnail-position-right .woocommerce-product-gallery .flex-control-thumbs {
  float: right;
  width: 90px;
}

.thumbnail-position-right .woocommerce-product-gallery .flex-viewport {
  width: calc(100% - 1px);
  float: left;
}

.thumbnail-position-right .woocommerce-product-gallery__trigger {
  right: auto;
  left: 15px;
}

.product-images .wpgs-for {
  border: 1px solid #ebebeb;
}

.product-images .wpgs-for .woocommerce-product-gallery__image img {
  margin-left: auto;
  margin-right: auto;
	    background-color: #ffffff;
}

.product-images .wpgs-for .slick-arrow {
  display: none !important;
  color: #000000;
}

.product-images .wpgs-for .slick-arrow:hover:before {
  border-color: #c02222;
  color: #c02222;
}

.product-images .wpgs-for .flaticon-back {
  margin-left: 10px;
  left: 0px;
}

.product-images .wpgs-for .flaticon-right-arrow {
  margin-right: 10px;
}

.product-images .wpgs-nav {
  margin-top: 10px;
}

.product-images .wpgs-nav .slick-list .slick-slide {
  max-width: 95px;
  padding: 15px;
  text-align: center;
  border: 1px solid #ebebeb;
  outline: none !important;
  margin-left: 0px;
  margin-right: 20px;
}

.product-images .wpgs-nav .slick-list .slick-slide.slick-current {
  border: 1px solid;
  border-color: #c02222;
}

@media only screen and (max-width: 767px) {
  .product-images .wpgs-nav .slick-list .slick-slide {
    max-width: 60px;
    padding: 2px;
  }
}

.product-images .wpgs-nav .slick-prev {
  right: -5px;
  left: unset;
  top: 31px;
}

.product-images .wpgs-nav .slick-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
}

.product-images .wpgs-nav .slick-arrow {
  width: 28px;
  height: 40px;
  background-color: #c02222;
}

.product-images .wpgs-nav .slick-arrow:before {
  color: #ffffff;
  opacity: 1;
}

.product-images .wpgs-nav .slick-arrow.slick-disabled {
  background-color: #ebebeb;
}

.product-images .wpgs-nav .slick-arrow.slick-disabled:before {
  color: #a4a4a4;
  opacity: 1;
}

.product-images .wpgs-nav .slick-next {
  bottom: -17px;
  top: unset;
}

.product-images .wpgs-nav .slick-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
}

.product_title {
  margin: 0 0 15px;
  font-size: 30px;
  padding-right: 85px;
}

.woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 667px) and (max-width: 896px) {
  .woocommerce-product-rating {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 480px) {
  .woocommerce-product-rating {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 320px) {
  .woocommerce-product-rating {
    display: block;
  }
}

.woocommerce-product-rating .woocommerce-review-link {
  font-size: 12px;
  margin-left: 15px;
  color: #797979;
}

.woocommerce-product-rating .woocommerce-review-link:hover {
  color: #c02222;
}

.extra-link a {
  color: #1a1a1a;
  margin-right: 20px;
}

.extra-link a:last-child {
  margin-right: 0;
}

.ceefer-product-countdown {
  margin-bottom: 25px;
}

.woocommerce-grouped-product-list-item__label label {
  font-weight: 600;
}

.woocommerce-grouped-product-list-item__price {
  text-align: right;
  padding-right: 0;
}

.woocommerce-grouped-product-list-item__price .woocommerce-Price-amount {
  font-weight: 600;
  color: #c02222;
}

.woocommerce-grouped-product-list-item__price del {
  margin-right: 5px;
}

.woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
  color: #666666;
  font-weight: 500;
}

.woocommerce-grouped-product-list-item__price ins {
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

.product_meta {
  margin-top: 15px;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 13px;
  list-style: square;
  color: #757575;
}

.product_meta>span {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
}

.product_meta>span:before {
  content: "\f111";
  font-family: 'FontAweSome';
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  font-size: 6px;
  margin-right: 10px;
}

.product_meta a {
  color: #757575;
}

.product_meta a:hover {
  color: #c02222;
}

.ceefer-product-countdown>span:first-child {
  margin-left: 0;
}

.single-product-top .badge {
  display: none;
}

.entry-summary .price {
  font-size: 24px;
  font-weight: 600;
  color: #c02222;
  margin-bottom: 25px;
}

.entry-summary .price del {
  font-weight: 500;
  font-size: 20px;
  color: #666666;
}

.entry-summary .price ins {
  text-decoration: none;
  margin-left: 20px;
}

.entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 40px;
}

.entry-summary .woocommerce-product-details__short-description table tr td:last-child {
  text-align: right;
}

.entry-summary .woocommerce-product-details__short-description table th,
.entry-summary .woocommerce-product-details__short-description table td {
  padding: 13px 5px;
  border-bottom-style: dashed;
  border-bottom-color: #E6E6E6;
}

.entry-summary .cart {
  margin-bottom: 30px;
}

.entry-summary p.stock {
  margin: 0 0 35px;
}

.entry-summary p.stock.in-stock:before {
  content: '';
  background: url("assets/images/icons/icon-stock.png") no-repeat center center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.entry-summary p.stock.out-of-stock {
  color: #ff0000;
}

.entry-summary .button {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.entry-summary table.variations {
  border: none;
  margin-bottom: 0;
}

.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;
}

.entry-summary .ceefer-countdown {
  display: block;
  font-size: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-summary .ceefer-countdown>span {
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 20px;
  border: 1px solid;
  border-color: #f2f2f2;
  color: #000000;
  margin-bottom: 20px;
  margin-right: 10px;
}

.entry-summary .ceefer-countdown>span span {
  font-weight: 400;
  font-size: 13px;
  color: #757575;
  display: block;
  text-transform: capitalize;
  margin-top: 7px;
}

.entry-summary .wooscp-btn {
  display: none;
}

.entry-summary .cart .wooscp-btn {
  display: block;
}

.entry-summary .wooscp-btn {
  width: 45px;
  height: 45px;
  padding: 0;
  background-color: #e6e6e6;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 10px;
}

.entry-summary .wooscp-btn:before {
  content: "\e943";
  font-size: 20px;
  font-family: 'typo-icon';
  color: #757575;
  margin: 0;
}

.entry-summary .wooscp-btn:hover {
  opacity: 1;
  background-color: #c02222;
}

.entry-summary .wooscp-btn:hover:before {
  color: white;
}

.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 {
  width: 30px;
  height: 30px;
  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:last-child {
  margin-right: 0;
}

.entry-summary .attribute-wrap .imageswatch-variation span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: none;
}

.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 {
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entry-summary .quantity label {
  font-size: 17px;
  color: #1a1a1a;
  margin-right: 10px;
}

.entry-summary .compare.button {
  position: relative;
  color: #757575;
  background-color: #E6E6E6;
  opacity: 1 !important;
  font-size: 0;
  padding: 0;
  text-transform: capitalize;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin-left: 15px;
}

.entry-summary .compare.button:hover {
  background-color: #c02222;
  color: white;
}

.entry-summary .compare.button .blockOverlay {
  display: none !important;
}

.entry-summary .compare.button:before {
  content: "\e943";
  font-family: 'typo-icon';
  font-size: 18px;
}

.entry-summary .compare.button.loading:after {
  opacity: 1;
}

.entry-summary .yith-wcwl-add-to-wishlist a {
  position: relative;
  color: #757575;
  background-color: #E6E6E6;
  font-size: 14px;
  padding: 0;
  text-transform: capitalize;
  width: 160px;
  height: 45px;
  line-height: 45px;
  margin-left: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-summary .yith-wcwl-add-to-wishlist a:hover {
  background-color: #c02222;
  color: white;
}

.entry-summary .yith-wcwl-add-to-wishlist a:before {
  font-size: 20px;
  content: "\e949";
  font-family: 'typo-icon';
}

.single_add_to_cart_button {
  position: relative;
  background-color: #c02222;
  color: white;
  border: none;
  padding-left: 45px;
  padding-right: 17px;
  padding-top: 0;
  padding-bottom: 0;
  height: 45px;
  line-height: 45px;
}

.single_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.single_add_to_cart_button:before {
  content: "\62";
  font-family: 'ceefer-icon';
  position: absolute;
  left: 17px;
  font-size: 20px;
  text-transform: none;
  line-height: 45px;
  top: 0;
}

.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus {
  color: white;
}

.single_add_to_cart_button.loading:before {
  left: 17px;
  right: auto;
  border-color: white;
  border-left-color: transparent;
}

.single_add_to_cart_button.added:before {
  content: "\65";
  font-size: 17px;
}

.quantity input[type="number"] {
  -moz-appearance: textfield;
  border: none;
  width: 55px;
  height: 45px;
  line-height: 45px;
  padding: 0 16px;
  border: 1px solid;
  border-color: #DADADA;
  font-weight: 600;
  font-size: 17px;
  color: #1a1a1a;
  text-align: center;
}

.quantity .qty {
  position: relative;
}

.quantity .qty a {
  display: inline-block;
  width: 32px;
  height: 23px;
  border: 1px solid;
  border-color: #DADADA;
}

.quantity .qty .plus {
  position: absolute;
  top: 0;
  right: -31px;
}

.quantity .qty .minus {
  position: absolute;
  bottom: 0;
  right: -31px;
}

.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/icon-plus.png");
}

.quantity .icon-quantity-minus {
  background-image: url("assets/images/icons/icon-minus.png");
}

/**
 * Product - Info
 */
.variations_form .variations tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .variations_form .variations tbody {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
}

.variations_form .variations tbody tr:first-child {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.variations_form .variations tbody tr:first-child .label {
  margin-right: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.variations_form .variations tbody tr:first-child .value {
  padding-bottom: 9px;
}

.variations_form .variations tbody tr:first-child .value .tawcvs-swatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  min-height: 30px;
}

.variations_form .variations tbody tr:first-child .value .tawcvs-swatches .swatch {
  width: 15px;
  height: 15px;
  line-height: 2px;
  margin-right: 9px;
  opacity: 1;
}

.variations_form .variations tbody tr:first-child .value .tawcvs-swatches .swatch:before {
  top: 1px;
  left: 5px;
}

.variations_form .variations tbody tr:first-child .value .tawcvs-swatches .swatch.selected {
  width: 20px;
  height: 20px;
}

.variations_form .variations tbody tr:first-child .value .tawcvs-swatches .swatch-color.selected {
  border-color: transparent;
}

.variations_form .variations tbody tr:last-child {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.variations_form .variations tbody tr:last-child .label {
  margin-right: 10px;
  padding-bottom: 0px;
}

.variations_form .variations tbody tr:last-child .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
}

.variations_form .single_variation_wrap {
  position: relative;
  min-height: 122px;
}

.variations_form .single_variation_wrap .woocommerce-variation-availability {
  display: none;
}

.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media only screen and (max-width: 375px) {
  .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  width: 34%;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    width: 44%;
  }
}

@media only screen and (max-width: 768px) {
  .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    width: 53%;
  }
}

@media only screen and (max-width: 767px) {
  .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    width: 50%;
  }
}

@media only screen and (max-width: 375px) {
  .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    width: 100%;
  }
}

.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  margin-left: 0px;
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

@media only screen and (max-width: 375px) {
  .variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 100%;
    margin-top: 20px;
  }
}

.variations_form .single_variation_wrap .btn-wishlist {
  position: absolute;
  left: 0px;
  border: 1px solid #ebebeb;
  background-color: transparent;
}

@media only screen and (max-width: 375px) {
  .variations_form .single_variation_wrap .btn-wishlist {
    position: unset;
  }
}

.variations_form .single_variation_wrap .btn-wishlist .yith-wcwl-add-to-wishlist a {
  margin-left: 0px;
  min-width: 160px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666666;
  background-color: transparent;
  font-family: 'Chivo', sans-serif;
}

@media only screen and (max-width: 375px) {
  .variations_form .single_variation_wrap .btn-wishlist .yith-wcwl-add-to-wishlist a {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.variations_form .single_variation_wrap .btn-wishlist:hover {
  background-color: #c02222;
}

.variations_form .single_variation_wrap .btn-wishlist:hover a {
  color: #FFFFFF;
}

.variations_form .single_variation_wrap .btn-compare {
  position: absolute;
  left: 87px;
  min-width: 160px;
}

@media only screen and (max-width: 375px) {
  .variations_form .single_variation_wrap .btn-compare {
    position: unset;
    width: 100%;
  }
}

.variations_form .single_variation_wrap .btn-compare .wooscp-btn {
  width: 100%;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  font-weight: normal;
  text-transform: capitalize;
  border: 1px solid #ebebeb;
  background-color: transparent;
  font-family: 'Chivo', sans-serif;
}

.variations_form .single_variation_wrap .btn-compare .wooscp-btn:hover {
  background-color: #c02222;
  color: #FFFFFF;
}

@media only screen and (max-width: 375px) {
  .variations_form .single_variation_wrap .btn-compare .wooscp-btn {
    margin: 20px 0px 0px 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/**
 * Clear - Reset
 */
.entry-summary .variations_form .reset_variations {
  margin: auto;
  padding-left: 10px;
}

.entry-summary .variations_form table.variations select {
  line-height: 34px;
  height: 34px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid #ebebeb;
}

.entry-summary .wooscp-btn::before {
  content: "\e88e";
  color: #222222;
  margin-right: 5px;
  font-family: 'Linearicons-Free';
}

.entry-summary .yith-wcwl-add-to-wishlist a:before {
  font-size: 17px;
  margin-right: 5px;
  content: "\e813";
  font-family: 'Linearicons-Free';
}

.wc-single-video {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 9;
}

.wc-single-video a {
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 0;
}

.wc-single-video a:before {
  display: inline-block;
  font-size: 11px;
  width: 100%;
  height: 100%;
  line-height: 30px;
  text-align: center;
  background-color: #c02222;
  color: white;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  font-family: 'FontAwesome';
  content: "\f04b";
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/**
 *================================================================
 * STYLE - GROUPED PRODUCT
 *================================================================
 */
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .single-product-content.product-type-grouped .single-product-top .col-sm-6 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .single-product-content.product-type-grouped .single-product-top .entry-summary {
    margin-top: 30px;
  }
}

.single-product-content.product-type-grouped .single-product-top .entry-summary table.group_table td {
  padding: 15px 0px;
}

.single-product-content.product-type-grouped .single-product-top .entry-summary table.group_table .woocommerce-grouped-product-list-item__label {
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .single-product-content.product-type-grouped .single-product-top .entry-summary table.group_table .woocommerce-grouped-product-list-item__label {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .single-product-content.product-type-grouped .single-product-top .entry-summary table.group_table .woocommerce-grouped-product-list-item__label {
    width: auto;
  }
}

.single-product-content.product-type-grouped .single-product-top .entry-summary table.group_table .woocommerce-grouped-product-list-item__price .stock {
  display: none;
}

.single-product-content.product-type-grouped .single-product-top .entry-summary table.group_table .woocommerce-grouped-product-list-item__price .woocommerce-Price-amount {
  font-size: 20px;
}

.single-product-content.product-type-grouped .single-product-top .entry-summary .grouped_form .single_add_to_cart_button {
  position: unset;
  left: unset;
  margin-right: 23px;
}

@media only screen and (max-width: 767px) {
  .single-product-content.product-type-grouped .single-product-top .entry-summary .grouped_form .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .single-product-content.product-type-grouped .single-product-top .entry-summary .grouped_form .flex .wooscp-btn {
    margin-left: 0px;
    margin-top: 23px;
  }
}

/**
 *================================================================
 * TYPE PRODUCT EXTERNAL
 *================================================================
 */
.product-type-external .middle-xs {
  margin-bottom: 30px;
}

.product-type-external .middle-xs .single_add_to_cart_button {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding-left: 18px;
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.product-type-external .middle-xs .single_add_to_cart_button:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.product-type-external .middle-xs .single_add_to_cart_button:before {
  display: none;
}

.product-type-external .middle-xs .yith-wcwl-add-to-wishlist .loading {
  position: relative;
}

.product-type-external .middle-xs .yith-wcwl-add-to-wishlist .loading:before {
  margin: unset;
  left: 50%;
}

.product-type-external .middle-xs .yith-wcwl-add-to-wishlist a {
  background-color: transparent;
  border: 1px solid #ebebeb;
}

.product-type-external .middle-xs .yith-wcwl-add-to-wishlist a::before {
  margin-right: 5px;
}

.product-type-external .jmscountdown-elements {
  margin-bottom: -7px;
}

.product-type-external .jmscountdown-elements .ceefer-countdown>span {
  min-width: 70px;
  min-height: 70px;
  margin-right: 12px !important;
  border: 1px solid;
  border-color: #ebebeb;
  background-color: transparent;
  width: 70px;
  height: 70px;
}

.product-type-external .jmscountdown-elements .ceefer-countdown .countdown-days {
  margin-left: 0px;
}

.product-type-external .jmscountdown-elements .ceefer-countdown .countdown-days,
.product-type-external .jmscountdown-elements .ceefer-countdown .countdown-hours,
.product-type-external .jmscountdown-elements .ceefer-countdown .countdown-min,
.product-type-external .jmscountdown-elements .ceefer-countdown .countdown-sec {
  font-family: "Chivo" !important;
  font-size: 37px !important;
  background-color: transparent !important;
}

.product-type-external .jmscountdown-elements .ceefer-countdown .countdown-days span,
.product-type-external .jmscountdown-elements .ceefer-countdown .countdown-hours span,
.product-type-external .jmscountdown-elements .ceefer-countdown .countdown-min span,
.product-type-external .jmscountdown-elements .ceefer-countdown .countdown-sec span {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  color: #666666;
  text-transform: capitalize;
}

/**
 *================================================================
 * TYPE PRODUCT product-type-variable
 *================================================================
 */
.product-type-variable .entry-summary .product_meta {
  margin-bottom: 15px;
}

.product-type-variable .entry-summary .single_variation_wrap .btn-wishlist .loading {
  position: relative;
}

.product-type-variable .entry-summary .single_variation_wrap .btn-wishlist .loading:before {
  margin: unset;
  left: 50%;
}

/**
 * ==============================================================
 * Single - Product
 * ==============================================================
 */
.single-product-content {
  /**
	 * Related - product
	 */
  /**
    * Tab
    */
}

@media only screen and (min-width: 768px) {
  .single-product-content .product-images {
    min-height: 584px;
  }
}

@media only screen and (max-width: 767px) {
  .single-product-content .product-images {
    min-height: 450px;
  }
}

@media only screen and (min-width: 768px) {
  .single-product-content .product-images .wpgs-for {
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .single-product-content .product-images .wpgs-for {
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.single-product-content .flex-viewport {
  border: 1px solid #ebebeb;
}

@media only screen and (min-width: 1200px) {
  .single-product-content .flex-viewport {
    height: 590px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .single-product-content .flex-viewport {
    height: auto !important;
  }
}

.single-product-content .woocommerce-product-gallery__wrapper {
  text-align: center;
  border: 1px solid transparent;
}

@media only screen and (min-width: 1200px) {
  .single-product-content .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    min-height: 590px;
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .single-product-content .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    min-height: auto !important;
    text-align: center;
  }
}

.single-product-content .woocommerce-product-gallery .flex-control-nav {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}

.single-product-content .woocommerce-product-gallery .flex-control-nav li:not(:last-child) {
  margin-right: 20px;
}

.single-product-content .woocommerce-product-gallery .flex-control-nav li:last-child {
  margin-right: 0px;
}

.single-product-content .woocommerce-product-gallery .flex-control-nav li img {
  border: 1px solid #ebebeb;
}

.single-product-content .woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border: 1px solid;
  border-color: #c02222;
}

.single-product-content .entry-summary>.in-stock {
  display: none;
}

.single-product-content .entry-summary .entry-title,
.single-product-content .entry-summary .recent-posts-info,
.single-product-content .entry-summary .widget_categories ul li,
.widget_categories ul .single-product-content .entry-summary li {
  font-size: 33px;
  font-family: 'Chivo', sans-serif;
  color: #000;
  margin-bottom: 0px;
  margin-top: -10px;
  font-weight: 600;
}

.single-product-content .entry-summary>.yith-wcwl-add-to-wishlist {
  display: none;
}

.single-product-content .entry-summary .product_meta:last-child {
  display: none;
}

.single-product-content .entry-summary .woocommerce-product-details__short-description {
  font-size: 15px;
  color: #666;
  font-family: 'Chivo';
  margin-bottom: 15px;
}

.single-product-content .entry-summary .woocommerce-product-rating {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .single-product-content .entry-summary .woocommerce-product-rating {
    display: block;
  }
}

@media only screen and (max-width: 375px) {
  .single-product-content .entry-summary .woocommerce-product-rating {
    display: block;
  }
}

.single-product-content .entry-summary .woocommerce-product-rating .price {
  margin-bottom: 0px;
  margin-right: 20px;
  font-size: 27px;
}

@media only screen and (max-width: 767px) {
  .single-product-content .entry-summary .woocommerce-product-rating .price {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .single-product-content .entry-summary .woocommerce-product-rating .price {
    font-size: 23px;
  }
}

.single-product-content .entry-summary .woocommerce-product-rating .price del .woocommerce-Price-amount {
  color: #666666;
  font-size: 19px;
}

@media only screen and (max-width: 480px) {
  .single-product-content .entry-summary .woocommerce-product-rating .price del {
    font-size: 17px;
  }
}

.single-product-content .entry-summary .woocommerce-product-rating .price ins {
  margin-left: 0px;
}

.single-product-content .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  margin-left: 5px;
  color: #666;
}

.single-product-content .entry-summary .product_meta {
  font-family: 'Chivo';
  color: #666666;
}

.single-product-content .entry-summary .product_meta>span:before {
  color: #c02222;
}

.single-product-content .entry-summary .cart {
  position: relative;
}

.single-product-content .entry-summary .cart::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 40px;
  background-color: #ebebeb;
}

.single-product-content .entry-summary .cart .flex {
  margin-top: 38px;
}

@media only screen and (max-width: 375px) {
  .single-product-content .entry-summary .cart .flex {
    display: block;
    width: 100%;
  }
}

.single-product-content .entry-summary .cart .flex .single_add_to_cart_button {
  position: absolute;
  top: 0px;
  left: 198px;
  min-width: 150px;
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.single-product-content .entry-summary .cart .flex .single_add_to_cart_button:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

@media only screen and (max-width: 375px) {
  .single-product-content .entry-summary .cart .flex .single_add_to_cart_button {
    position: unset;
    width: 100%;
  }
}

.single-product-content .entry-summary .cart .flex .btn-wishlist .loading {
  position: relative;
}

.single-product-content .entry-summary .cart .flex .btn-wishlist .loading:before {
  margin: unset;
  left: 50%;
}

.single-product-content .entry-summary .cart .flex .btn-wishlist a {
  margin-left: 0px;
  font-size: 13px;
  font-family: 'Chivo', sans-serif;
  min-width: 163px;
  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: transparent;
  border: 1px solid #ebebeb;
  color: #666666;
}

.single-product-content .entry-summary .cart .flex .btn-wishlist a:hover {
  color: #FFFFFF;
  background-color: #c02222;
}

.single-product-content .entry-summary .cart .flex .btn-wishlist a:hover:before {
  color: #FFFFFF;
}

@media only screen and (max-width: 375px) {
  .single-product-content .entry-summary .cart .flex .btn-wishlist a {
    width: 100%;
    margin: 20px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.single-product-content .entry-summary .cart .flex .wooscp-btn {
  margin-left: 23px;
  font-size: 13px;
  font-family: 'Chivo', sans-serif;
  min-width: 163px;
  color: #666;
  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;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid #ebebeb;
}

.single-product-content .entry-summary .cart .flex .wooscp-btn:before {
  margin-right: 5px;
}

.single-product-content .entry-summary .cart .flex .wooscp-btn:hover {
  color: #FFFFFF;
  background-color: #c02222;
}

.single-product-content .entry-summary .cart .flex .wooscp-btn:hover:before {
  color: #FFFFFF;
}

@media only screen and (max-width: 375px) {
  .single-product-content .entry-summary .cart .flex .wooscp-btn {
    margin: 0px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.single-product-content .entry-summary .cart .single_add_to_cart_button {
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Work Sans', sans-serif;
}

.single-product-content .entry-summary .cart .single_add_to_cart_button:before {
  display: none;
}

.single-product-content .entry-summary .cart .single_variation_wrap .variations_button {
  font-size: 15px;
  font-weight: 500;
}

@media only screen and (max-width: 375px) {
  .single-product-content .entry-summary .cart .single_variation_wrap .variations_button {
    display: block;
    width: 100%;
  }
}

.single-product-content .entry-summary .cart .single_variation_wrap .variations_button .single_add_to_cart_button {
  padding-left: 0px;
  padding-right: 0px;
  min-width: 150px;
}

.single-product-content .entry-summary .cart .single_variation_wrap .variations_button .single_add_to_cart_button:before {
  display: none;
}

.single-product-content .related.products {
  margin-top: 87px;
  margin-bottom: 11px;
}

.single-product-content .related.products .owl-item .product-thumb .btn-wishlist .yith-wcwl-add-to-wishlist .loading:before {
  display: none;
}

.single-product-content .related.products .owl-item .product-thumb .btn-wishlist .yith-wcwl-add-to-wishlist a {
  font-size: 0px;
}

.single-product-content .related .jmstitle-elements .title {
  font-size: 30px;
  color: #000;
  font-weight: 600;
}

.single-product-content .related .jmstitle-elements .description {
  font-size: 16px;
  font-family: 'Chivo';
  color: #666;
}

.single-product-content .related-product-carousel {
  margin-top: 55px;
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
  .single-product-content .related-product-carousel {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .single-product-content .related-product-carousel {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}

.single-product-content .related-product-carousel .owl-item {
  min-height: 427px;
  overflow: hidden;
}

@media only screen and (min-width: 667px) and (max-width: 896px) {
  .single-product-content .related-product-carousel .owl-item {
    min-height: unset;
  }
}

@media only screen and (max-width: 767px) {
  .single-product-content .related-product-carousel .owl-item {
    min-height: unset;
  }
}

@media only screen and (max-width: 480px) {
  .single-product-content .related-product-carousel .owl-item {
    min-height: 520px;
  }
}

@media only screen and (max-width: 375px) {
  .single-product-content .related-product-carousel .owl-item {
    min-height: 420px;
  }
}

.single-product-content .related-product-carousel .owl-item .product-thumb img {
  max-width: 100%;
  margin: auto;
}

.single-product-content .related-product-carousel .owl-item .product-info {
  text-align: center;
}

.single-product-content .related-product-carousel .owl-item .product-info .action-link-hide {
  margin-bottom: 5px;
}

.single-product-content .related-product-carousel .owl-item .product-info .action-link-hide span {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  font-family: 'Work Sans', sans-serif;
}

.single-product-content .related-product-carousel .owl-item .product-info .action-link-hide span del span {
  color: #666666 !important;
  font-size: 95%;
}

.single-product-content .related-product-carousel .owl-item .product-info .action-link-hide .woocommerce-Price-amount {
  color: #000000;
}

.single-product-content .related-product-carousel .owl-item .product-info .product-title {
  margin-bottom: 5px;
}

@media only screen and (min-width: 667px) and (max-width: 896px) {
  .single-product-content .related-product-carousel .owl-item .product-info .product-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 767px) {
  .single-product-content .related-product-carousel .owl-item .product-info .product-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.single-product-content .related-product-carousel .owl-item .product-info .product-title a {
  font-size: 16px;
  font-family: 'Chivo';
  color: #666;
}

.single-product-content .related-product-carousel .owl-item .product-info .star-rating {
  margin-left: auto;
  margin-right: auto;
}

.single-product-content .related-product-carousel .owl-item .product-info .star-rating span:before {
  color: #c02222;
}

.single-product-content .woocommerce-tabs .ceefer-tab-wrapper .heateor_sss_sharing_container {
  display: none;
}

.single-product-content .woocommerce-tabs .ceefer-tab-wrapper .comment-form .form-submit {
  margin-top: 40px;
  margin-bottom: 20px;
}

.single-product-content .woocommerce-tabs .ceefer-tab-wrapper .comment-form .form-submit #submit {
  width: 145px;
  margin-bottom: 30px;
}

.single-product-content .woocommerce-tabs .ceefer-tab-wrapper .comment-respond .comment-form {
  display: block;
}

.single-product-content .woocommerce-tabs .ceefer-tab-wrapper .comment-respond .comment-form .comment-form-author,
.single-product-content .woocommerce-tabs .ceefer-tab-wrapper .comment-respond .comment-form .comment-form-email {
  width: 100%;
}

.single-product-content .woocommerce-tabs .ceefer-accordion-title {
  color: #000;
  font-size: 24px;
  text-transform: capitalize;
}

.single-product-content .woocommerce-tabs .ceefer-accordion-title::after {
  content: "\e876";
  font-family: 'Linearicons-Free';
  position: unset;
  margin-left: 20px;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  vertical-align: middle;
}

.single-product-content .woocommerce-tabs .ceefer-accordion-title[aria-expanded="true"]::after {
  content: "\e874";
  font-size: 15px;
  font-weight: 600;
  vertical-align: middle;
  font-family: 'Linearicons-Free';
}

/*	[ Notice popup cart ]
- - - - - - - - - - - - - - - - - - - - */
.wc-notice-cart-outer {
  position: fixed;
  z-index: 9999999;
  padding: 5px;
  -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-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  top: 10px;
  right: 10px;
}

.wc-notice-cart-outer.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.wc-notice-cart-outer.error .wc-notice-cart {
  border-color: #68AE3C;
}

.wc-notice-cart-outer.error .icon-notice {
  background: #68AE3C;
}

.wc-notice-cart-outer.error .icon-notice a {
  color: #DA5D5D;
}

.wc-notice-cart {
  background: white;
  position: relative;
  width: 320px;
  min-height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.wc-notice-cart .close-notice {
  width: 30px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-align: center;
  font-size: 22px;
}

.wc-notice-cart .icon-notice {
  background: #c02222;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  font-size: 22px;
  padding: 0 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.wc-notice-cart .text-notice {
  padding: 20px 15px 25px;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
}

.wc-notice-cart .text-notice a {
  text-transform: uppercase;
  margin-top: 15px;
  text-align: center;
  border: 1px solid #c02222;
  line-height: 40px;
  font-size: 14px;
}

/** ------------------------------------------
* WOOCOMMERCE MESSAGE
* ------------------------------------------ */
.woocommerce-cart [role=alert] {
  margin-bottom: 30px;
}

.dokan-alert-danger,
.dokan-alert-info,
.dokan-alert-warning,
.dokan-error,
.dokan-info,
.mc4wp-error,
.mc4wp-notice,
.woocommerce-error,
.woocommerce-info,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
  background-color: #c02222;
}

#yith-wcwl-popup-message,
.dokan-alert-success,
.dokan-message,
.dokan-store-contact .alert-success,
.mc4wp-success,
.woocommerce-message,
.wpcf7-mail-sent-ok,
.yith_ywraq_add_item_product_message {
  background-color: #c02222;
}

#yith-wcwl-popup-message,
.dokan-alert,
.dokan-error,
.dokan-info,
.dokan-message,
.dokan-store-contact .alert-success,
.mc4wp-alert,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.yith_ywraq_add_item_product_message {
  position: relative;
  list-style: none;
  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;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 55px;
  min-height: 55px;
  margin-bottom: 30px;
  line-height: 1.3;
  border: none;
  color: white;
}

#yith-wcwl-popup-message:before,
.dokan-alert:before,
.dokan-error:before,
.dokan-info:before,
.dokan-message:before,
.dokan-store-contact .alert-success:before,
.mc4wp-alert:before,
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before,
.yith_ywraq_add_item_product_message:before {
  position: absolute;
  top: 50%;
  left: 24px;
  line-height: 18px;
  font-size: 18px;
  margin-top: -9px;
  font-family: FontAwesome;
}

#yith-wcwl-popup-message a,
.dokan-alert a,
.dokan-error a,
.dokan-info a,
.dokan-message a,
.dokan-store-contact .alert-success a,
.mc4wp-alert a,
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.yith_ywraq_add_item_product_message a {
  text-decoration: underline;
}

.woocommerce-message .button {
  margin-right: 10px;
  padding: 0;
  background: transparent;
  text-transform: none;
  font-weight: inherit;
}

ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message {
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.woocommerce-error li:not(:last-child),
ul.woocommerce-info li:not(:last-child),
ul.woocommerce-message li:not(:last-child) {
  margin-bottom: 10px;
}

.dokan-alert-danger:before,
.dokan-alert-info:before,
.dokan-alert-warning:before,
.dokan-error:before,
.dokan-info:before,
.mc4wp-error:before,
.mc4wp-notice:before,
.woocommerce-error:before,
.woocommerce-info:before,
div.wpcf7-mail-sent-ng:before,
div.wpcf7-validation-errors: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-form-coupon-toggle .woocommerce-info,
.woocommerce-form-login-toggle .woocommerce-info {
  display: block;
  padding: 0;
  min-height: 0;
  margin-bottom: 25px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #2d2a2a;
}

.woocommerce-form-coupon-toggle .woocommerce-info:before,
.woocommerce-form-login-toggle .woocommerce-info:before {
  content: none;
}

.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon,
.woocommerce-form-login-toggle .woocommerce-info .showcoupon {
  color: #c02222;
}

/** ------------------------------------------
* STAR RATING
* ------------------------------------------ */
.star-rating {
  display: block;
  vertical-align: middle;
  position: relative;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  letter-spacing: 3px;
  width: 80px;
  font-weight: 300;
  font-family: "FontAwesome";
}

.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  position: absolute;
  top: 0;
  left: 0;
  color: #c9c9c9;
}

.star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
}

.star-rating span strong,
.star-rating span span {
  display: none;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  position: absolute;
  top: 0;
  left: 0;
  color: #c02222;
  font-size: 14px;
}

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: #c9c9c9;
}

p.stars a:hover~a::before {
  color: #c9c9c9;
}

p.stars:hover a::before {
  color: #fdcb6e;
}

p.stars.selected a.active::before {
  color: #fdcb6e;
}

p.stars.selected a.active~a::before {
  color: #c9c9c9;
}

p.stars.selected a:not(.active)::before {
  color: #fdcb6e;
}

.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;
  color: #131313;
}

.shop-action-bottom.container {
  max-width: 1192px;
  padding-left: 0;
  padding-right: 0;
}

.shop-action-bottom .woocommerce-result-count {
  float: left;
}

.woocommerce-ordering select {
  max-width: 200px;
}

.woocommerce-ordering span {
  position: relative;
  top: -2px;
}

.shop-loop-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media only screen and (max-width: 375px) {
  .shop-loop-action {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.shop-action-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 375px) {
  .shop-action-right {
    margin-left: -4px;
  }
}

.shop-action-right>form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.shop-action-right>form>span {
  font-size: 13px;
  margin-right: 10px;
}

.shop-action-right>form select {
  min-width: 55px;
  padding: 0;
  height: 35px;
  background-position: 100% 50%;
  border: none;
  border-bottom: 2px solid;
  border-color: #eaeaea;
}

.shop-action-right>form.woocommerce-ordering {
  margin-right: 0;
}

.shop-action-right .shop-filter-button {
  margin-left: 20px;
  margin-bottom: 7px;
}

.wc-shop-switch>a {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.wc-shop-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-shop-switch .per-row-1 .icon-view {
  background-image: url("assets/images/icons/view-1.png");
}

.wc-shop-switch .per-row-1.active .icon-view {
  background-image: url("assets/images/icons/view-1-hover.png");
}

.wc-shop-switch .per-row-2 .icon-view {
  background-image: url("assets/images/icons/view-2.png");
}

.wc-shop-switch .per-row-2.active .icon-view {
  background-image: url("assets/images/icons/view-2-hover.png");
}

.wc-shop-switch .per-row-3 .icon-view {
  background-image: url("assets/images/icons/view-3.png");
}

.wc-shop-switch .per-row-3.active .icon-view {
  background-image: url("assets/images/icons/view-3-hover.png");
}

.wc-shop-switch .per-row-4 .icon-view {
  background-image: url("assets/images/icons/view-4.png");
}

.wc-shop-switch .per-row-4.active .icon-view {
  background-image: url("assets/images/icons/view-4-hover.png");
}

.filter-text {
  font-weight: 600;
  color: black;
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}

.filter-text:hover,
.filter-text:focus {
  color: black;
}

.filter-text span:before,
.filter-text span:after {
  content: '';
  width: 2px;
  height: 12px;
  background-color: black;
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 2px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.filter-text span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filter-text.open span:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.shop-filter-top {
  display: none;
  background-color: #f7f7f7;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 30px 0;
}

.shop-filter-top.open {
  display: block;
}

.shop-filter-top .filter-toggle-box {
  margin-left: -15px;
  margin-right: -15px;
}

.shop-filter-top .widget {
  float: left;
  width: 25%;
  clear: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: none;
  padding-bottom: 0;
}

.shop-filter-top .widget .widgettitle,
.shop-filter-top .widget .widget-title {
  font-size: 20px;
  font-weight: 500;
}

.show-cat-nav-mobile {
  text-transform: uppercase;
  font-weight: 600;
  color: #131313;
  cursor: pointer;
}

.ceefer-product-categories {
  margin-bottom: 0;
  padding: 0;
}

.ceefer-product-categories li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.ceefer-product-categories li:after {
  content: '|';
  position: absolute;
  right: -4px;
  top: -4px;
  font-size: 18px;
  color: #dbdbdb;
}

.ceefer-product-categories li:first-child {
  padding-left: 0;
}

.ceefer-product-categories li:last-child:after {
  content: none;
}

.ceefer-product-categories li a {
  font-size: 16px;
}

.catnav-opened .ceefer-product-categories {
  display: block !important;
}

.product-quickview {
  background: white;
  max-width: 990px;
  margin: auto;
}

.product-quickview .extra-link {
  display: none;
}

.product-quickview .entry-summary {
  height: 100% !important;
  overflow-x: unset;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .product-quickview .entry-summary {
    padding-left: 30px;
    padding-right: 0px;
  }
}

.product-quickview .entry-summary>.price {
  display: none;
}

.product-quickview .entry-summary .woocommerce-product-rating .price {
  margin-bottom: 0px;
  margin-right: 18px;
}

.product-quickview .entry-summary .woocommerce-product-rating .price del span {
  color: #666666;
}

.product-quickview .entry-summary .woocommerce-product-rating .price ins {
  margin-left: 0px;
}

@media only screen and (max-width: 375px) {
  .product-quickview .entry-summary .woocommerce-product-rating {
    display: block;
  }
}

@media only screen and (max-width: 375px) {
  .product-quickview .entry-summary .woocommerce-product-rating .woocommerce-review-link {
    margin-left: 0px;
  }
}

.product-quickview .entry-summary .yith-wcwl-add-to-wishlist a {
  border: 1px solid #ebebeb;
  background-color: transparent;
}

.product-quickview .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

.product-quickview .entry-summary .product_meta {
  margin-bottom: 20px;
}

.product-quickview .entry-summary .variations_form .quantity {
  width: 45%;
}

.product-quickview .entry-summary .variations_form .single_variation_wrap .btn-compare {
  left: 74px;
}

.product-quickview .entry-summary .variations_form .single_variation_wrap .btn-wishlist {
  border: none;
}

.product-quickview .entry-summary .variations_form .single_variation_wrap .woocommerce-variation.single_variation {
  display: none !important;
}

.product-quickview .entry-summary .variations_form .variations {
  min-height: 120px;
}

@media (max-width: 1360px) {
  .product-quickview .entry-summary .variations_form .variations {
    margin-bottom: 30px;
  }
}

.product-quickview .entry-summary .variations_form .variations tbody {
  display: block;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
}

.product-quickview .entry-summary .variations_form .variations tbody tr {
  margin-bottom: 0px;
}

.product-quickview .entry-summary .variations_form .variations .variation-selector.hidden {
  display: inline-block !important;
  visibility: visible !important;
}

.product-quickview .entry-summary .variations_form .variations .tawcvs-swatches {
  display: none !important;
  visibility: hidden !important;
}

.product-quickview .entry-summary .quantity {
  margin-bottom: 30px;
}

.product-quickview .entry-summary .product_meta span:before {
  color: #c02222;
}

.product-quickview .entry-summary>.in-stock {
  display: none;
}

.product-quickview .entry-summary .cart {
  position: relative;
  /**
             * Product-Grouped
             */
}

.product-quickview .entry-summary .cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.loading,
.product-quickview .entry-summary .cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.loading,
.product-quickview .entry-summary .cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrows.loading {
  position: relative;
}

.product-quickview .entry-summary .cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.loading:before,
.product-quickview .entry-summary .cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.loading:before,
.product-quickview .entry-summary .cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrows.loading:before {
  margin: unset;
  left: 50%;
}

.product-quickview .entry-summary .cart .yith-wcwl-add-to-wishlist a {
  color: #666666;
  margin-left: 0px;
  min-width: 150px;
  max-width: 163px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Chivo', sans-serif;
  background-color: transparent;
  border: 1px solid #ebebeb;
}

.product-quickview .entry-summary .cart .yith-wcwl-add-to-wishlist a:before {
  content: "\e813";
  font-family: 'Linearicons-Free';
  margin-right: 5px !important;
}

.product-quickview .entry-summary .cart .yith-wcwl-add-to-wishlist a:hover {
  color: #FFFFFF;
  background-color: #c02222;
}

.product-quickview .entry-summary .cart .yith-wcwl-add-to-wishlist a:hover:before {
  color: #FFFFFF;
}

.product-quickview .entry-summary .cart .wooscp-btn {
  min-width: 150px;
  max-width: 163px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: capitalize;
  font-size: 13px;
  color: #666666;
  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;
  margin-left: 27px;
  font-family: 'Chivo', sans-serif;
  background-color: transparent;
  border: 1px solid #ebebeb;
}

.product-quickview .entry-summary .cart .wooscp-btn:hover {
  color: #FFFFFF;
  background-color: #c02222;
}

.product-quickview .entry-summary .cart .single_add_to_cart_button {
  padding-left: 17px;
  min-width: 150px;
  position: absolute;
  top: 0px;
  left: calc(100% - 57%);
  font-family: 'Work Sans', sans-serif;
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.product-quickview .entry-summary .cart .single_add_to_cart_button:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.product-quickview .entry-summary .cart .single_add_to_cart_button:before {
  display: none;
}

.product-quickview .entry-summary .cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .stock {
  display: none;
}

.product-quickview .entry-summary .cart.grouped_form .single_add_to_cart_button {
  position: unset;
  min-width: 160px;
}

.product-quickview .entry-summary .cart.grouped_form .middle-xs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-add-button,
.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-wishlistexistsbrows {
  position: relative;
}

.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-add-button.loading,
.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-wishlistaddedbrowse.loading,
.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-wishlistexistsbrows.loading {
  position: relative;
}

.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-add-button.loading:before,
.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-wishlistaddedbrowse.loading:before,
.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-wishlistexistsbrows.loading:before {
  margin: unset;
  left: 50%;
}

.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-add-button a,
.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-wishlistexistsbrows a {
  font-size: 13px;
  display: inline-block;
  max-width: unset;
  width: auto;
  margin-left: 26px;
  min-width: 160px;
  font-family: 'Chivo', sans-serif;
  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;
}

.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-add-button a:before,
.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-quickview .entry-summary .cart.grouped_form .btn-wishlist .yith-wcwl-wishlistexistsbrows a:before {
  font-size: 20px;
  content: "\e813";
  font-family: 'Linearicons-Free';
}

.product-quickview .entry-summary .cart.grouped_form .wooscp-btn {
  font-size: 13px;
  display: inline-block;
  min-width: 160px;
  max-width: auto;
  width: auto;
  font-family: 'Chivo', sans-serif;
  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;
  margin-left: 0px;
  margin-top: 30px;
}

.product-quickview .product_title {
  padding-right: 0;
  font-weight: 500;
}

.product-quickview .product-navigation {
  display: none;
}

.product-quickview .owl-theme .owl-nav .owl-prev {
  left: 0;
}

.product-quickview .owl-theme .owl-nav .owl-next {
  right: 0;
}

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

.product-quickview .owl-theme:hover .owl-nav .owl-prev {
  left: 0;
}

.product-quickview .owl-theme:hover .owl-nav .owl-next {
  right: 0;
}

.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;
}

.quickview-external.product-quickview .single-product-top .entry-summary .heateor_sss_horizontal_sharing {
  margin-top: 35px;
}

.quickview-external.product-quickview .single-product-top .entry-summary .single_add_to_cart_button {
  padding-left: 17px;
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.quickview-external.product-quickview .single-product-top .entry-summary .single_add_to_cart_button:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.quickview-external.product-quickview .single-product-top .entry-summary .single_add_to_cart_button:before {
  display: none;
}

.quickview-grouped.product-quickview .single-product-top .entry-summary .single_add_to_cart_button {
  min-width: 140px;
}

.quickview-grouped.product-quickview .single-product-top .entry-summary .btn-wishlist .yith-wcwl-add-button a {
  min-width: 140px;
  margin-left: 16px;
}

.quickview-grouped.product-quickview .single-product-top .entry-summary .wooscp-btn {
  min-width: 140px;
  margin-left: 16px;
  margin-top: 0px;
}

.badge {
  background-color: #c02222;
  top: 12px;
  left: 12px;
  font-weight: 400;
  padding: 9px;
  border-radius: 50%;
  text-transform: capitalize;
  z-index: 1;
  height: 45px;
  width: 45px;
  font-size: 16px;
  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;
  font-family: "Work Sans", sans-serif;
}

.badge.new {
  background-color: #F60000;
  left: auto;
  right: 12px;
}

/**
 * Best Saller
 */
.widget_products .product_list_widget .widget-info-product .price del .woocommerce-Price-amount {
  color: #666666;
  font-size: 16px;
}

.wc-shipping-return {
  background: white;
  max-width: 990px;
  margin: auto;
  padding: 40px 30px;
}

.product-category {
  position: relative;
}

.product-category .hover-mask {
  margin-top: 15px;
}

.product-category .category-title {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #222222;
  margin: 0;
}

.product-category .category-title mark {
  background-color: transparent;
  position: relative;
}

.product-category .category-title mark:before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: #CECECE;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.product-category .category-image-wrapp {
  display: block;
  overflow: hidden;
  position: relative;
}

.product-category .category-image-wrapp img {
  width: 100%;
  -webkit-transition: all 1000ms;
  -moz-transition: all 1000ms;
  -o-transition: all 1000ms;
  transition: all 1000ms;
}

.product-category:hover .category-image-wrapp img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.categories-size-large .category-title {
  font-weight: 500;
  font-size: 21px;
}

.categories-size-large .category-title mark {
  position: relative;
  top: -2px;
  font-size: 18px;
  font-weight: 400;
}

.shop-container.fullwidth {
  width: 95%;
}

.product-layout-wrapper>.loading {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: calc(50% - 14px);
  top: 50px;
}

.product-layout-wrapper>.loading:before {
  width: 28px;
  height: 28px;
}

.product-layout-wrapper.show-loading>.loading {
  opacity: 1;
  visibility: visible;
}

.product-layout-wrapper.show-loading .products {
  opacity: 0;
  visibility: hidden;
}

.products-footer {
  margin-top: 30px;
}

.products-footer-flex {
  padding-top: 20px;
  border-top: 1px solid;
  border-color: #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products-footer-flex .woocommerce-result-count {
  margin-bottom: 0;
}

.ceefer-pagination ul {
  list-style: none;
  padding: 0;
  border: none;
  margin: 0;
}

.ceefer-pagination ul li {
  display: inline-block;
  border: none;
  margin-right: 4px;
}

.ceefer-pagination ul li:last-child {
  margin-right: 0;
}

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

.ceefer-pagination ul li a:focus,
.ceefer-pagination ul li a:hover,
.ceefer-pagination ul li span.current {
  background-color: #c02222;
  color: white;
}

.ceefer-pagination ul li .next,
.ceefer-pagination ul li .prev {
  font-size: 0;
}

.ceefer-pagination ul li .next:before,
.ceefer-pagination ul li .prev:before {
  font-family: 'ceefer-icon';
  font-size: 9px;
}

.ceefer-pagination ul li .next:before {
  content: "\67";
}

.ceefer-pagination ul li .prev:before {
  content: "\69";
}

.ajax-loadmore {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.ajax-loadmore a {
  display: block;
  font-size: 15px;
  line-height: 55px;
}

.ajax-loadmore a:hover,
.ajax-loadmore a:focus {
  color: #333333;
}

.ajax-loadmore a .fa {
  margin-right: 5px;
}

.ajax-loadmore a.disabled {
  opacity: 0.4;
}

.woocommerce-tabs {
  margin-bottom: 65px;
}

.woocommerce-tabs.tabs-layout-accordion {
  margin-top: -25px;
  margin-bottom: 75px;
}

.woocommerce-tabs>h2 {
  display: none;
}

.woocommerce-tabs .woocommerce-Reviews-title {
  display: none;
}

.woocommerce-tabs .commentlist {
  list-style: none;
  padding: 0;
}

.woocommerce-tabs .commentlist li {
  overflow: hidden;
  margin-bottom: 30px;
}

.woocommerce-tabs .commentlist li img {
  width: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.woocommerce-tabs .commentlist li .comment-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 16px;
  position: relative;
}

.woocommerce-tabs .commentlist li .comment-text .meta {
  margin-bottom: 8px;
  font-size: 13px;
}

.woocommerce-tabs .commentlist li .comment-text .meta .woocommerce-review__author {
  text-transform: uppercase;
}

.woocommerce-tabs .commentlist li .comment-text .star-rating {
  position: absolute;
  right: 0px;
}

.woocommerce-tabs .commentlist li .description p {
  margin-bottom: 0;
}

.woocommerce-Reviews .comment_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-Reviews .comment-respond .comment-reply-title {
  display: block;
}

.woocommerce-Reviews .comment-respond .comment-form .comment-form-author,
.woocommerce-Reviews .comment-respond .comment-form .comment-form-email,
.woocommerce-Reviews .comment-respond .comment-form .form-submit {
  margin-top: 20px;
}

.product-detail-information {
  margin-bottom: 90px;
}

.product-detail-information.tabs-tabs {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 40px;
}

.tabs-layout-tabs .wc-tabs {
  margin: 0 0 20px;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  border-bottom: 2px solid #ededed;
  clear: both;
}

.tabs-layout-tabs .wc-tabs>li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 -2px;
  padding: 0;
}

.tabs-layout-tabs .wc-tabs>li>a {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  color: black;
}

.tabs-layout-tabs .wc-tabs>li.active>a {
  color: #c02222;
  border-color: #c02222;
}

.tabs-layout-tabs .wc-accordion-content,
.tabs-layout-tabs .tab-content {
  position: relative;
}

.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 .ceefer-tab-wrapper {
  border-bottom: 1px solid #EBEBEB;
}

.ceefer-accordion-title {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding: 14px 0;
  position: relative;
}

.ceefer-accordion-title:after {
  content: "\68";
  font-family: 'ceefer-icon';
  margin-left: 8px;
  font-size: 11px;
  text-transform: none;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.ceefer-accordion-title.collapsed:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#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;
}

/** ------------------------------------------------------------------------------------------------
* WISHLIST
* ------------------------------------------------------------------------------------------------ */
.yith-wcwl-add-to-wishlist {
  margin-top: 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 td,
.woocommerce table.wishlist_table th {
  text-align: center;
}

.woocommerce table.wishlist_table td.product-add-to-cart a {
  border-radius: 0;
  padding: 11px 20px;
}

.wishlist_table tr td.product-thumbnail a {
  display: inherit;
  max-width: 100%;
}

.wishlist_table tr td.product-thumbnail a img {
  width: 150px;
  margin: 0 auto;
  max-width: 150px;
}

.wishlist_table .wishlist-empty {
  text-align: center !important;
}

.wishlist_table .btn-add-cart {
  position: relative;
}

.wishlist_table .btn-add-cart .loading::before {
  position: inherit;
  margin-right: 5px;
}

.wishlist-title {
  display: block;
}

.wishlist-title h2 {
  display: block;
  text-align: center;
  margin-top: 0;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#yith-wcwl-popup-message {
  background-color: #c02222;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  z-index: 9999;
  min-height: 50px;
  height: 50px;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 70px;
  padding-right: 50px;
  text-align: center;
  line-height: 1;
  border: none;
  color: white;
  border-radius: 0 !important;
}

#yith-wcwl-popup-message:before {
  display: none !important;
}

#yith-wcwl-popup-message #yith-wcwl-message {
  position: relative;
}

#yith-wcwl-popup-message #yith-wcwl-message:before {
  content: "\65";
  font-family: 'ceefer-icon';
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.wishlist_table .btn-add-cart a {
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.wishlist_table .btn-add-cart a:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.dokan-store-sidebar form.seller-form ul li {
  margin-bottom: 20px;
}

#tab-seller>h2 {
  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;
  margin-left: -15px;
  margin-right: -15px;
}

.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: 15px;
  padding-left: 15px;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 5px;
}

.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: 15px;
}

.woocommerce-MyAccount-content .button.view {
  background-color: #c02222;
  color: white;
}

.ceefer-social-login-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.social-login-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}

.social-login-btn>a {
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .3px;
  cursor: pointer;
  line-height: 18px;
  padding: 12px 20px;
  color: white !important;
  display: block;
}

.social-login-btn>a:before {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -13px;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  font-family: "FontAwesome";
}

.social-login-btn .login-fb-link {
  background-color: #3B5998;
}

.social-login-btn .login-fb-link:before {
  content: "\f09a";
}

.social-login-btn .login-fb-link:hover,
.social-login-btn .login-fb-link:focus {
  background-color: #314a7e;
}

.social-login-btn .login-goo-link {
  background-color: #ea4235;
}

.social-login-btn .login-goo-link:before {
  content: "\f0d5";
}

.social-login-btn .login-goo-link:hover,
.social-login-btn .login-goo-link:focus {
  background-color: #e42618;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form table {
  margin-top: 0;
}

.cross-sells {
  margin-top: 80px;
}

.cross-sells .jmstitle-elements h3 {
  text-transform: uppercase;
}

.cross-sells .product-box,
.cross-sells .product-image-shadow {
  margin-bottom: 0;
}

.shop_table .quantity label {
  display: none;
}

.shop_table .quantity .qty {
  display: inline-block;
}

.shop_table th {
  font-size: 15px;
  text-transform: uppercase;
}

.shop_table .product-thumbnail img {
  max-width: 90px;
}

.shop_table .product-remove {
  font-size: 22px;
}

.shop_table .product-quantity .quantity {
  display: inline-block;
  float: none;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .shop_table .product-quantity .quantity {
    margin-right: 31px;
  }
}

.shop_table .product-subtotal {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

.shop_table .product-price {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}

.shop_table .product-price del {
  color: #666666;
  font-size: 85%;
  margin-right: 7px;
  font-weight: 500;
}

.shop_table .product-price ins {
  text-decoration: none;
  background-color: transparent;
  color: #c02222;
}

.shop_table .product-quantity input {
  max-width: 100px;
}

.shipping-calculator-form {
  text-align: left;
}

.shipping-calculator-form .button {
  width: 100%;
}

.cart-actions:after,
.cart-actions:before {
  content: none;
}

.cart-actions .coupon label {
  display: none;
}

.cart-actions .coupon .input-text {
  margin-right: 10px;
  max-width: 250px;
}

.cart-content-wrapper .cart-totals-section {
  margin-top: 85px;
}

.cart-content-wrapper .cart_totals {
  background-color: #fafafa;
  padding: 30px 30px 35px;
}

.cart-content-wrapper .cart_totals h2 {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  border-color: #ebebeb;
  padding-bottom: 15px;
  margin: 5px;
}

.cart-totals-inner {
  border: 3px 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%;
}

/**
 * Cart -button
 */
.woocommerce-cart-form input[type="submit"] {
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}

.woocommerce-cart-form input[type="submit"]:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.wc-proceed-to-checkout .checkout-button {
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}

.wc-proceed-to-checkout .checkout-button:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.woocommerce-checkout .woocommerce-info {
  margin-bottom: 20px;
}

.woocommerce-billing-fields {
  margin-top: 30px;
  margin-bottom: 20px;
}

.checkout-order-review {
  position: relative;
  background-color: #fafafa;
  padding: 30px;
}

.checkout-order-review .woocommerce-checkout-review-order-table tr td:first-child,
.checkout-order-review .woocommerce-checkout-review-order-table tr th:first-child {
  padding-left: 0;
}

.checkout-order-review .woocommerce-checkout-review-order-table tr td:last-child,
.checkout-order-review .woocommerce-checkout-review-order-table tr th:last-child {
  padding-right: 0;
}

.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 #ebebeb;
  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 {
  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 .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;
  border-color: #ebebeb;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
}

.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: #c02222;
  text-decoration: underline;
}

.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;
}

.woocommerce-checkout .main-content button[type="submit"] {
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-color: transparent;
}

.woocommerce-checkout .main-content button[type="submit"]:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.woocommerce-shipping-methods {
  list-style-type: none;
}

.ceefer-mini-cart {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 320px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  overflow: auto;
  background-color: white;
  z-index: 500;
  -webkit-transform: translateX(60%);
  -moz-transform: translateX(60%);
  -o-transform: translateX(60%);
  -ms-transform: translateX(60%);
  transform: translateX(60%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.admin-bar .ceefer-mini-cart {
  top: 32px;
}

.ceefer-mini-cart h3 {
  padding: 15px 20px;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  border-color: #ebebeb;
}

.ceefer-mini-cart .cart-count {
  font-weight: 400;
  line-height: 26px;
  margin-left: 6px;
}

.ceefer-mini-cart .cart-count em {
  font-style: normal;
}

.ceefer-mini-cart .close-cart {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 19px;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.ceefer-mini-cart .close-cart:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ceefer-mini-cart .close-cart:before,
.ceefer-mini-cart .close-cart:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #1a1a1a;
  position: absolute;
  right: 10px;
  top: 0;
}

.ceefer-mini-cart .close-cart:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ceefer-mini-cart .close-cart:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ceefer-mini-cart .widget_shopping_cart_content {
  padding: 20px;
}

.ceefer-mini-cart .cart_list li.empty {
  position: absolute;
  top: calc(50% + 70px);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #bdbdbd;
  font-size: 13px;
  font-weight: 500;
  left: 0;
  right: 0;
}

.ceefer-mini-cart .cart_list li.empty:before {
  height: 170px;
  content: "";
  width: 100%;
  background-image: url("assets/images/icons/empty_box.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 25px;
}

.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;
}

.cart-opened .ceefer-mini-cart {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

.cart-opened .box-mini-cart .sub-menu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

.cart-opened .mask-overlay {
  opacity: 0;
  visibility: hidden;
}

/**
 * Cart-Style-Update
 */
.default .cart-bottom-box p {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}

.default .cart-bottom-box p span {
  color: #f67712;
  font-weight: 600;
}

.default .widget_shopping_cart_content .buttons a {
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.default .widget_shopping_cart_content .buttons a:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

#header-cart .default.sub-menu-dropdown {
  right: -18px;
}

@media only screen and (max-width: 767px) {
  #header-cart .default.sub-menu-dropdown {
    right: -12px;
  }
}

#header-cart .default.sub-menu-dropdown::after {
  right: 20px;
}

#header-cart .sub-menu-dropdown {
  min-width: 350px;
}

@media only screen and (max-width: 320px) {
  #header-cart .sub-menu-dropdown {
    min-width: 310px;
    max-width: 310px;
  }
}

.box-mini-cart #header-cart .sub-menu-dropdown {
  width: 350px;
  padding: 36px 31px;
}

.ceefer-mini-cart-content .widget_shopping_cart_content .cart_list .mini_cart_item {
  margin-top: 15px;
  margin-bottom: 0px;
}

.ceefer-mini-cart-content .widget_shopping_cart_content .cart_list .mini_cart_item:first-child {
  margin-top: 0px;
}

.ceefer-mini-cart-content .widget_shopping_cart_content .cart_list .mini_cart_item .desc {
  line-height: 30px;
}

.ceefer-mini-cart-content .widget_shopping_cart_content .cart_list .mini_cart_item .desc .cart-price .amount {
  font-size: 20px;
  font-family: 'Work Sans', sans-serif;
  line-height: 27px;
  color: #000000;
  font-weight: 600;
}

.ceefer-mini-cart-content .widget_shopping_cart_content .cart_list .mini_cart_item .desc .product_name {
  font-size: 16px;
  font-family: 'Chivo', sans-serif;
  color: #666666;
  line-height: 27px;
}

.ceefer-mini-cart-content .widget_shopping_cart_content .cart-bottom-box .total {
  line-height: 30px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.ceefer-mini-cart-content .widget_shopping_cart_content .cart-bottom-box .total .amount {
  font-size: 18px;
}

.ceefer-mini-cart-content .widget_shopping_cart_content .cart-bottom-box .buttons a {
  height: 50px;
  line-height: 50px;
}

.ceefer-mini-cart-content .widget_shopping_cart_content .cart-bottom-box .buttons a:hover {
  opacity: 1;
}

/* ---------------------------------------------
   11. ELEMENTS
   ------------------------------------------ */
.vc_progress_bar .vc_single_bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 15px;
  background: #EDEDED;
}

.vc_progress_bar .vc_single_bar .vc_label {
  padding: 2px 10px;
  font-size: 12px;
  letter-spacing: .5px;
}

.vc_progress_bar .vc_single_bar .vc_bar {
  border-radius: 0;
  transition-timing-function: cubic-bezier(0.22, 0.01, 0.2, 0.97);
  -moz-transition-timing-function: cubic-bezier(0.22, 0.01, 0.2, 0.97);
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.01, 0.2, 0.97);
  -o-transition-timing-function: cubic-bezier(0.22, 0.01, 0.2, 0.97);
}

/** ------------------------------------------------------------------------------------------------
* BUTTONS
* ------------------------------------------------------------------------------------------------ */
.btn-size-small {
  font-size: 12px;
  padding: 10px 14px;
  letter-spacing: 0.5px;
}

.btn-size-medium {
  font-size: 16px;
  padding: 12px 22px;
  letter-spacing: 1px;
}

.btn-size-large {
  padding: 16px 28px;
  letter-spacing: 1.5px;
}

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

.btn-fullwidth {
  width: 100%;
}

.btn.btn-style-transparent {
  border: 2px solid;
  color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-style-transparent.btn-color-primary {
  background-color: transparent;
  border-color: #c02222;
}

.btn.btn-style-transparent.btn-color-primary:hover {
  color: white;
  opacity: 1;
}

.btn.btn-style-transparent.btn-color-primary:hover:before {
  opacity: 1;
  height: 300px;
  width: 500px;
  -webkit-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.btn.btn-style-transparent.btn-color-primary:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #c02222;
  opacity: 0;
  border-radius: 50%;
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.btn.btn-style-transparent.btn-color-black {
  background-color: transparent;
  border-color: #1a1a1a;
}

.btn.btn-style-transparent.btn-color-black:hover {
  color: white;
  opacity: 1;
}

.btn.btn-style-transparent.btn-color-black:hover:before {
  opacity: 1;
  height: 300px;
  width: 500px;
  -webkit-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.btn.btn-style-transparent.btn-color-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #1a1a1a;
  opacity: 0;
  border-radius: 50%;
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.btn.btn-style-transparent.btn-color-white {
  background-color: white;
  border-color: #c1c1c1;
  color: #939393;
}

.btn.btn-style-transparent.btn-color-white:hover {
  background-color: #c02222;
  border-color: #c02222;
  color: white;
  opacity: 1;
}

.btn.btn-style-simple {
  padding: 0;
  border-color: none;
  background-color: transparent;
  color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-style-simple:after {
  content: "\f178";
  font-family: 'FontAweSome';
  margin-left: 6px;
}

.btn.btn-style-simple:hover {
  background-color: transparent;
  opacity: 1;
  color: #c02222;
}

.btn-color-white {
  background-color: white;
  color: #1a1a1a;
  overflow: hidden;
}

.btn-color-white:hover {
  opacity: 1;
  color: white;
}

.btn-color-white:hover:before {
  opacity: 1;
  height: 300px;
  width: 500px;
  -webkit-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.btn-color-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #c02222;
  opacity: 0;
  border-radius: 50%;
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.btn-color-black {
  background-color: #1a1a1a;
  color: white;
  overflow: hidden;
}

.btn-color-black:hover {
  opacity: 1;
  color: white;
}

.btn-color-black:hover:before {
  opacity: 1;
  height: 300px;
  width: 500px;
  -webkit-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.85s, height 0.85s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

.btn-color-black:before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #c02222;
  opacity: 0;
  border-radius: 50%;
  height: 0;
  width: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -moz-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  -o-transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
  transition: width 0.65s, height 0.65s, opacity 0.4s cubic-bezier(0.15, 0.7, 0.54, 0.99);
}

/**
 * Button - AddMore
 */
.rev_slider {
  /**
     * mazza-line-bullets
     */
  /**
     * zeus
     */
  /**
     * Number - Center
     */
  /**
     * persephone
     */
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn {
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  line-height: 28px !important;
  letter-spacing: 0px !important;
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn img {
  margin-left: 3px !important;
  margin-bottom: 4px !important;
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn:hover img {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn.w-190 {
  min-width: 190px !important;
  max-width: 190px !important;
  padding: 0px !important;
  min-height: 55px !important;
  height: 55px !important;
  text-align: center !important;
  line-height: 55px !important;
  font-size: 18px !important;
}

@media only screen and (max-width: 480px) {
  .rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn.w-190 {
    min-width: 175px !important;
    max-width: 175px !important;
    font-size: 16px !important;
  }
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn.w-175 {
  min-width: 175px !important;
  max-width: 175px !important;
  padding: 0px !important;
  min-height: 55px !important;
  height: 55px !important;
  text-align: center !important;
  line-height: 55px !important;
  font-size: 18px !important;
}

@media only screen and (max-width: 480px) {
  .rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn.w-175 {
    font-size: 16px !important;
  }
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn.w-right:after {
  content: '';
  max-width: 17px;
  width: 100%;
  height: 10px;
  background-image: url("assets/images/background/arrow-slider.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  margin-left: 3px;
  margin-bottom: 2px;
}

@media only screen and (max-width: 1810px) {
  .rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn.w-right:after {
    max-width: 15px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn.w-right:hover:after {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn.ar-right {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn.ar-right {
    min-width: 160px !important;
  }
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn.ar-right:after {
  content: '';
  max-width: 13px;
  width: 100%;
  height: 10px;
  background-image: url("assets/images/background/btn-right-active.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  margin-left: 2px;
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn.ar-right:hover:after {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn.btn-not-bg {
  background-image: unset !important;
  background-position: unset !important;
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn.btn-not-bg:hover {
  color: #c02222 !important;
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .rev-btn.btn-not-bg img {
  margin-bottom: 0px !important;
}

.rev_slider .tp-revslider-mainul .tp-parallax-wrap .effec-sc img {
  -webkit-animation: video_sc 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: video_sc 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@-webkit-keyframes video_sc {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@keyframes video_sc {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

.rev_slider .tp-leftarrow .tp-title-wrap,
.rev_slider .tp-rightarrow .tp-title-wrap {
  display: none;
}

.rev_slider .erinyen.tparrows {
  background-color: #fdfcfc;
}

.rev_slider .erinyen.tparrows:hover {
  background-color: #c02222;
}

.rev_slider .erinyen.tparrows:hover:before {
  color: white;
}

.rev_slider .mazza-line-bullets {
  left: 38px !important;
}

.rev_slider .mazza-line-bullets .tp-bullet .mazza-bullet-num {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  color: #666666;
}

.rev_slider .mazza-line-bullets .tp-bullet:after {
  display: none;
}

.rev_slider .mazza-line-bullets .tp-bullet:before {
  -webkit-transition: width .5s ease 0.3;
  -o-transition: width .5s ease 0.3;
  transition: width .5s ease 0.3;
  width: 0px;
  margin-right: 11px;
}

.rev_slider .mazza-line-bullets .tp-bullet:hover .mazza-bullet-num {
  color: #000000;
}

.rev_slider .mazza-line-bullets .tp-bullet.selected .mazza-bullet-num {
  color: #000000;
}

.rev_slider .mazza-line-bullets .tp-bullet.selected:after {
  display: none;
}

.rev_slider .mazza-line-bullets .tp-bullet.selected:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 40px;
  background-color: #000000;
}

.rev_slider .mazza-line-bullets .tp-bullet:not(:last-child) {
  margin-right: 10px;
}

.rev_slider .zeus.tparrows:before {
  font-weight: 600;
  font-size: 25px !important;
}

.rev_slider .zeus.tparrows:hover {
  background-color: #FFFFFF !important;
}

.rev_slider .zeus.tparrows:hover:before {
  color: #c02222 !important;
}

.rev_slider .center-number.nav-pos-hor-center {
  top: 96% !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rev_slider .center-number.nav-pos-hor-center .tp-bullet {
  width: auto;
  height: auto;
  position: unset;
  background: transparent;
}

.rev_slider .center-number.nav-pos-hor-center .tp-bullet .number-center {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #666666;
}

.rev_slider .center-number.nav-pos-hor-center .tp-bullet:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: width .5s ease 0.3;
  -o-transition: width .5s ease 0.3;
  transition: width .5s ease 0.3;
  height: 2px;
  width: 0px;
  margin-right: 11px;
  margin-top: -7px;
}

.rev_slider .center-number.nav-pos-hor-center .tp-bullet:hover .number-center {
  color: #000000;
}

.rev_slider .center-number.nav-pos-hor-center .tp-bullet.selected {
  background: transparent;
}

.rev_slider .center-number.nav-pos-hor-center .tp-bullet.selected .number-center {
  color: #000000;
}

.rev_slider .center-number.nav-pos-hor-center .tp-bullet.selected:before {
  width: 40px;
  background-color: #000000;
}

.rev_slider .center-number.nav-pos-hor-center .tp-bullet:not(:last-child) {
  margin-right: 10px;
}

.rev_slider .persephone.tparrows {
  background: white;
  border-radius: 50%;
  border: none;
}

.rev_slider .persephone.tparrows:before {
  color: #c02222;
}

.rev_slider .persephone.tparrows:hover {
  background: #c02222;
}

.rev_slider .persephone.tparrows:hover:before {
  color: #FFFFFF;
}

.jmsbutton-elements .btn {
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.jmsbutton-elements .btn:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

/**
 * Arrow - Right
 */
.arrow-right {
  position: relative;
  color: #c02222;
}

@media only screen and (max-width: 767px) {
  .arrow-right {
    min-width: 160px !important;
  }
}

.arrow-right:after {
  content: '';
  max-width: 13px;
  width: 100%;
  height: 10px;
  background-image: url("assets/images/background/btn-right-active.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  margin-left: 2px;
}

.arrow-right:hover:after {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

.arrow-right a {
  color: #c02222;
  font-size: 19px !important;
  position: relative;
}

.arrow-right a:after {
  content: '';
  width: 117px;
  height: 2px;
  background-image: url("assets/images/background/border1.png");
  position: absolute;
  background-size: cover;
  bottom: -5px;
  left: 0px;
}

/**
 * Page - Button
 */
.bnt-defautl .jmsbutton-elements .btn.btn-arrow {
  background-image: unset !important;
  background-color: transparent !important;
  color: #c02222 !important;
  display: block;
  text-align: left;
}

.bnt-defautl .jmsbutton-elements .btn.btn-arrow:after {
  content: '';
  max-width: 17px;
  width: 100%;
  height: 10px;
  background-image: url(assets/images/background/btn-right-active.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: inline-block;
  margin-left: 3px;
  margin-bottom: 2px;
}

.bnt-defautl .jmsbutton-elements .btn.btn-arrow:hover {
  color: #c02222 !important;
}

.bnt-defautl .jmsbutton-elements .btn.btn-arrow:hover:after {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

.bnt-defautl .jmsbutton-elements .btn.btn-style-transparent {
  border: none;
}

.jmsbutton-elements .btn {
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 0px;
}

/* ------------------------------------------------------
* CUSTOM TITLES
* ------------------------------------------------------ */
.jmstitle-elements {
  margin-bottom: 45px;
}

.jmstitle-elements .title {
  display: block;
  margin: 2px 0 10px;
}

.jmstitle-elements .title-image {
  margin-bottom: 5px;
}

.jmstitle-elements .line-wrap {
  display: block;
  position: relative;
}

.jmstitle-elements .left-line,
.jmstitle-elements .right-line {
  display: none;
}

.jmstitle-elements .subtitle {
  color: #535353;
  letter-spacing: 2px;
}

.jmstitle-elements.bg-color .title {
  color: white;
  font-size: 18px;
}

.title-style-bordered .line-wrap {
  display: table-row;
}

.title-style-bordered .left-line,
.title-style-bordered .right-line {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.title-style-bordered .left-line:after,
.title-style-bordered .right-line:after {
  content: "";
  width: 100%;
  display: inline-block;
  height: 1px;
  background-color: #ebebeb;
  vertical-align: middle;
}

.title-style-bordered .left-line {
  padding-right: 20px;
}

.title-style-bordered .right-line {
  padding-left: 20px;
}

.title-style-bordered .title {
  white-space: nowrap;
}

.title-style-bordered.text-left .left-line {
  display: none;
}

.title-style-bordered.text-left .right-line {
  width: 100%;
}

.title-style-bordered.text-right .left-line {
  width: 100%;
}

.title-style-bordered.text-right .right-line {
  display: none;
}

.title-style-bordered-bottom .title {
  padding-bottom: 13px;
}

.title-style-bordered-bottom .title:after {
  content: '';
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #c02222;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.title-style-bordered-bottom.title-size-medium .title {
  padding-bottom: 7px;
}

.title-style-bordered-bottom.title-size-medium .title:after {
  height: 2px;
}

.title-style-bordered-bottom.text-left .title:after {
  margin: 0;
  left: 0;
  right: auto;
}

.title-style-bordered-bottom.text-right .title:after {
  margin: 0;
  left: auto;
  right: 0;
}

.title-style-bordered-bottom.title-color-primary .title:after {
  background-color: #c02222;
}

.title-style-bordered-bottom.title-color-black .title:after {
  background-color: black;
}

.title-style-bordered-bottom.title-color-white .title:after {
  background-color: white;
}

.title-style-underlined .title {
  padding-bottom: 7px;
}

.title-style-underlined .title:after {
  content: '';
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #E5E6EA;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.title-style-underlined.text-left .title:after {
  margin: 0;
  left: 0;
  right: auto;
}

.title-style-underlined.text-right .title:after {
  margin: 0;
  left: auto;
  right: 0;
}

.title-style-underlined.title-color-black .title:after {
  background-color: black;
}

.title-style-underlined.title-color-white .title:after {
  background-color: white;
}

.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: 26px;
}

.title-size-large .subtitle {
  font-size: 14px;
}

.title-size-large .title {
  font-size: 35px;
}

.title-color-primary .subtitle {
  color: #c02222;
}

.title-color-primary .description {
  color: #989898;
}

.title-color-black .subtitle {
  color: #000000;
}

.title-color-black .description {
  color: #000000;
}

.title-color-white .subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.title-color-white .description {
  color: rgba(255, 255, 255, 0.8);
}

.title-color-white .title {
  color: white;
}

/** ------------------------------------------------------------------------------------------------
* BANNER
* ------------------------------------------------------------------------------------------------ */
.banner-box {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.banner-box img {
  width: 100% !important;
  height: 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: 27px;
}

.banner-box .banner-inner {
  width: 100%;
}

.banner-box p {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 0;
}

.banner-box.bg-bottom .banner-text {
  top: auto;
  bottom: 0px;
  height: auto;
  padding: 25px;
}

.banner-box.bg-bottom .banner-text .banner-inner {
  background-color: white;
  padding: 5px 20px;
  max-width: 74%;
  margin: 0 auto;
}

.banner-box.bg-bottom-hover .banner-text {
  top: auto;
  bottom: 0px;
  height: auto;
  padding: 25px;
}

.banner-box.bg-bottom-hover .banner-text .banner-inner {
  opacity: 0;
  background-color: white;
  padding: 15px 20px 17px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.banner-box.bg-bottom-hover:hover .banner-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.banner-box.bg-bottom-hover-2.large .title {
  padding: 18px 60px;
}

.banner-box.bg-bottom-hover-2 .title {
  display: inline-block;
  background-color: white;
  padding: 10px 40px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.banner-box.bg-bottom-hover-2:hover .title {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.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 .btn-wrapper {
  margin-top: 15px;
}

.banner-box .simple-link {
  position: relative;
  color: #434343;
  font-weight: 500;
  font-size: 16px;
}

.banner-box .simple-link.light {
  color: white;
}

.banner-box .simple-link.light:before {
  background-color: white;
}

.banner-box .simple-link:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #434343;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.banner-box .simple-link:hover,
.banner-box .simple-link:focus {
  color: #c02222;
}

.banner-box .simple-link:hover:before,
.banner-box .simple-link:focus:before {
  background-color: #c02222;
}

.content-width-10 {
  max-width: 10%;
}

.content-width-20 {
  max-width: 20%;
  margin: 0 auto;
}

.content-width-30 {
  max-width: 30%;
  margin: 0 auto;
}

.content-width-40 {
  max-width: 40%;
  margin: 0 auto;
}

.content-width-50 {
  max-width: 50%;
  margin: 0 auto;
}

.content-width-60 {
  max-width: 60%;
  margin: 0 auto;
}

.content-width-70 {
  max-width: 70%;
  margin: 0 auto;
}

.content-width-80 {
  max-width: 80%;
  margin: 0 auto;
}

.content-width-90 {
  max-width: 90%;
  margin: 0 auto;
}

.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-border {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* perspective: 800px;
    -webkit-perspective: 800px; */
}

.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-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-light {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 800px;
  -webkit-perspective: 800px;
}

.banner-hover-light .banner-image:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transform: skewX(-25deg);
}

.banner-hover-light:hover .banner-image:before {
  -webkit-animation: effect_shine 1s;
  animation: effect_shine 1s;
}

.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);
}

.banner-with-border .banner-box {
  border: 1px solid #D0CECE;
}

/** ------------------------------------------------------------------------------------------------
* BLOG
* ------------------------------------------------------------------------------------------------ */
.jmsblog-elements .blog-post-loop .entry-title,
.jmsblog-elements .blog-post-loop .recent-posts-info,
.jmsblog-elements .blog-post-loop .widget_categories ul li,
.widget_categories ul .jmsblog-elements .blog-post-loop li {
  font-size: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .jmsblog-elements .blog-layout-grid .blog-post-loop {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .jmsblog-elements .blog-layout-grid .blog-post-loop {
    width: 50% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .jmsblog-elements .blog-layout-grid .blog-post-loop .post-img-wrap img {
    width: 100%;
  }
}

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

.jmsblog-elements .blog-design-small-images.has-post-thumbnail .article-body-container,
.jmsblog-elements .has-post-thumbnail.blog-design-chess .article-body-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: 50%;
  position: relative;
  top: -4px;
}

.jmsblog-elements.with-border .blog-design-grid .entry-header {
  margin-bottom: 0;
}

.jmsblog-elements.with-border .blog-design-grid .article-body-container {
  padding: 22px 20px 35px;
  border: 1px solid;
  border-color: #eaeaea;
  text-align: center;
}

.jmsblog-elements.with-border .blog-post-loop .ceefer-entry-meta {
  margin-bottom: 15px;
}

.jmsblog-elements.with-border .read-more-section a {
  position: relative;
  color: #c02222;
}

.jmsblog-elements.with-border .read-more-section a:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c02222;
}

.blog-image-circle .entry-thumbnail {
  border-radius: 50%;
  overflow: hidden;
}

.blog-loop-slider .blog-post-loop {
  margin-bottom: 10px;
}

.blog-loop-slider .blog-post-loop .entry-title,
.blog-loop-slider .blog-post-loop .recent-posts-info,
.blog-loop-slider .blog-post-loop .widget_categories ul li,
.widget_categories ul .blog-loop-slider .blog-post-loop li {
  font-size: 18px;
  line-height: 1.5;
}

.blog-loop-slider .blog-post-loop .ceefer-entry-meta {
  margin-bottom: 10px;
}

.main-sidebar .widget.widget_recent_post_with_image .widgettitle {
  margin-bottom: 33px;
}

.main-sidebar .widget.widget_tag_cloud .widgettitle {
  margin-bottom: 33px;
}

.blog .main-sidebar .widget .widgettitle,
.single-post .main-sidebar .widget .widgettitle,
.tag .main-sidebar .widget .widgettitle,
.category .main-sidebar .widget .widgettitle,
.single .main-sidebar .widget .widgettitle {
  font-size: 20px;
  border-bottom: 1px solid #ebebeb;
  font-family: "Work Sans", sans-serif;
  color: #000;
  font-weight: 500;
}

.blog .main-sidebar .widget ul li:before,
.single-post .main-sidebar .widget ul li:before,
.tag .main-sidebar .widget ul li:before,
.category .main-sidebar .widget ul li:before,
.single .main-sidebar .widget ul li:before {
  font-size: 8px;
}

.blog .main-sidebar .widget .tagcloud a,
.single-post .main-sidebar .widget .tagcloud a,
.tag .main-sidebar .widget .tagcloud a,
.category .main-sidebar .widget .tagcloud a,
.single .main-sidebar .widget .tagcloud a {
  font-size: 15px !important;
  color: #666666;
  padding: 7px 13px;
  font-family: 'Chivo', sans-serif;
}

.blog .main-sidebar .widget .tagcloud a:hover,
.single-post .main-sidebar .widget .tagcloud a:hover,
.tag .main-sidebar .widget .tagcloud a:hover,
.category .main-sidebar .widget .tagcloud a:hover,
.single .main-sidebar .widget .tagcloud a:hover {
  color: #FFFFFF;
}

.blog>.main-footer,
.single-post>.main-footer,
.tag>.main-footer,
.category>.main-footer,
.single>.main-footer {
  display: none;
}

.blog .main-header,
.single-post .main-header,
.tag .main-header,
.category .main-header,
.single .main-header {
  margin-bottom: 0px;
}

.entry-content .read-more-section a {
  font-weight: 500;
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF !important;
  padding: 14px 20px;
  margin-top: 3px;
}

.entry-content .read-more-section a:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.entry-content .read-more-section a:before {
  display: none;
}

.entry-content .read-more-section a:after {
  display: inline-block;
  content: '';
  width: 13px;
  height: 10px;
  background-color: transparent;
  margin-left: 7px;
  background-image: url("assets/images/background/right-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.entry-content .read-more-section a:hover:after {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

.ceefer-entry-meta .entry-meta-list li:not(:last-child):after {
  content: '/';
  font-size: 13px;
}

.post .entry-title a:hover,
.post .recent-posts-info a:hover,
.post .widget_categories ul li a:hover,
.widget_categories ul .post li a:hover {
  cursor: pointer;
  color: #c02222 !important;
}

.widget_categories ul li a:hover {
  color: #c02222;
}

.widget_recent_post_with_image .recent-posts-info a:hover {
  color: #c02222 !important;
}

/** ------------------------------------------------------------------------------------------------
* BLOG WIDGET
* ------------------------------------------------------------------------------------------------ */
.jmsblogwidget-elements.widget_recent_post_with_image {
  margin-bottom: 30px;
}

.jmsblogwidget-elements.widget_recent_post_with_image ul li {
  border-bottom: none;
}

.jmsblogwidget-elements.widget_recent_post_with_image ul .entry-title,
.jmsblogwidget-elements.widget_recent_post_with_image ul .recent-posts-info,
.jmsblogwidget-elements.widget_recent_post_with_image .widget_categories ul li,
.widget_categories .jmsblogwidget-elements.widget_recent_post_with_image ul li {
  margin-bottom: 0;
}

/** ------------------------------------------------------------------------------------------------
* COUNTER UP
* ------------------------------------------------------------------------------------------------ */
.jmscounter-elements {
  margin-bottom: 30px;
}

.jmscounter-elements>span {
  display: block;
}

.jmscounter-elements .counter-value {
  font-size: 32px;
  line-height: 1;
}

.jmscounter-elements .counter-label {
  margin-top: 10px;
  margin-bottom: 0;
}

.jmscounter-elements.counter-size-small .counter-value {
  font-size: 24px;
}

.jmscounter-elements.counter-size-large .counter-value {
  font-size: 52px;
}

.jmscounter-elements.counter-size-extra-large .counter-value {
  font-size: 54px;
}

.jmscounter-elements.color-scheme-light .counter-value,
.color-scheme-light .jmscounter-elements .counter-value {
  color: white;
}

.jmscounter-elements.color-scheme-light .counter-label,
.color-scheme-light .jmscounter-elements .counter-label {
  color: white;
}

/** ------------------------------------------------------------------------------------------------
* PORTFOLIO
* ------------------------------------------------------------------------------------------------ */
.portfolio-thumbnail {
  overflow: hidden;
  position: relative;
}

.portfolio-thumbnail img {
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

.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 ease-in;
  -moz-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

.portfolio-thumbnail .enlarge {
  position: absolute;
  top: 5px;
  right: 12px;
  display: inline-block;
  color: white;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
  opacity: 0;
  z-index: 9;
}

.portfolio-content {
  text-align: center;
  padding: 15px 0;
}

.portfolio-content .portfolio-title {
  font-size: 18px;
  margin-bottom: 0;
}

.portfolio-content .portfolio-categories a {
  font-size: 13px;
}

.portfolio-box: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-box:hover .portfolio-thumbnail a:not(.enlarge):after {
  opacity: 1;
}

.portfolio-box:hover .portfolio-thumbnail .enlarge {
  opacity: 1;
}

.portfolio-style-hover .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;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.portfolio-style-hover .portfolio-content .portfolio-title a {
  color: white;
}

.portfolio-style-hover .portfolio-content .portfolio-categories a {
  color: rgba(255, 255, 255, 0.8);
}

.portfolio-style-hover .portfolio-box:hover .portfolio-content {
  opacity: 1;
}

.portfolio-fullwidth .container {
  width: 95%;
}

.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: #c02222;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}

.portfolio-filter>a.selected {
  color: #c02222;
}

.portfolio-filter>a.selected:before {
  width: 100%;
}

.pagination-wrap {
  margin-top: 15px;
}

.portfolio-style-hover.layout-spacing-10 {
  margin-bottom: 20px;
}

.portfolio-style-default+.pagination-wrap {
  margin-top: 35px;
}

.portfolio-style-default.layout-spacing-0+.pagination-wrap {
  margin-top: 15px;
}

.portfolio-style-hover+.pagination-wrap {
  margin-top: 0px;
}

.portfolio-style-hover.layout-spacing-0+.pagination-wrap {
  margin-top: 30px;
}

/** ------------------------------------------------------------------------------------------------
* INSTAGRAM
* ------------------------------------------------------------------------------------------------ */
.instagram-wrap.layout-spacing-40 .item {
  margin-bottom: 40px;
}

.instagram-wrap.layout-spacing-30 .item {
  margin-bottom: 30px;
}

.instagram-wrap.layout-spacing-20 .item {
  margin-bottom: 20px;
}

.instagram-wrap.layout-spacing-10 .item {
  margin-bottom: 10px;
}

.instagram-wrap.layout-spacing-0 .item {
  margin-bottom: 0;
}

.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 {
  display: none !important;
  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;
}

/** ------------------------------------------------------------------------------------------------
* SERVICES
* ------------------------------------------------------------------------------------------------ */
.service-elements {
  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;
  margin-bottom: 30px;
}

.service-elements .service-box-icon {
  font-size: 45px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 0;
}

.service-elements.title-small .service-subtitle {
  font-size: 14px;
}

.service-elements.title-small .service-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.service-elements.title-default .service-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.service-elements.title-large .service-subtitle {
  font-size: 16px;
}

.service-elements.title-large .service-title {
  font-size: 28px;
  line-height: 1.3;
}

.service-elements.title-extra-large .service-subtitle {
  font-size: 18px;
}

.service-elements.title-extra-large .service-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
}

.service-elements p {
  margin-bottom: 0;
}

.service-align-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.service-align-left .service-box-icon {
  max-width: 50%;
  margin-right: 20px;
}

.service-align-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service-align-right .service-box-icon {
  max-width: 50%;
  margin-left: 20px;
}

.service-align-top .service-box-icon {
  margin-bottom: 15px;
}

/**
 * Service - Effect
 */
.ceefer-effect-svg {
  overflow: unset !important;
  z-index: 0;
}

.ceefer-effect-svg .wpb_column:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}

@media only screen and (max-width: 767px) {
  .ceefer-effect-svg .wpb_column:not(:last-child) {
    border-right: 0px;
    margin-bottom: 35px;
  }
}

.ceefer-effect-svg .wpb_column {
  margin-bottom: 0px;
}

.ceefer-effect-svg .wpb_column .wpb_wrapper {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 10;
  overflow: unset;
}

.ceefer-effect-svg .wpb_column .wpb_wrapper .addon-box .wp-banner-content {
  margin-top: 12px;
}

.ceefer-effect-svg .wpb_column .wpb_wrapper .addon-box .banner-content .title p {
  font-weight: 500;
}

.ceefer-effect-svg .wpb_column .wpb_wrapper .addon-box .banner-content p {
  margin-bottom: 0px;
}

.ceefer-effect-svg .wpb_column .wpb_wrapper .addon-box .item {
  text-align: center;
}

.ceefer-effect-svg .wpb_column .wpb_wrapper .addon-box .item .item__svg {
  position: absolute;
  display: block;
  height: 150px;
  margin: 0 auto;
  max-width: 100%;
  max-height: 180px;
  top: -10px;
  z-index: -1;
  width: 100%;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  overflow: unset;
}

.ceefer-effect-svg .wpb_column .wpb_wrapper .addon-box .item .feature-icon-content {
  font-size: 42px;
  color: #c02222;
}

.ceefer-effect-svg .wpb_column .wpb_wrapper .addon-box .item .featured-include-content h4 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 500;
}

.ceefer-effect-svg .wpb_column .wpb_wrapper .addon-box .item .featured-include-content p {
  font-size: 15px;
  margin-bottom: 0;
}

.main-homepage-sidebar .ceefer-effect-svg .wpb_content_element>.wpb_wrapper {
  z-index: 0;
}

/** ------------------------------------------------------------------------------------------------
* BRANDS
* ------------------------------------------------------------------------------------------------ */
.filter-color .brand-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.filter-color .brand-item:hover img {
  -webkit-filter: none;
  filter: none;
}

.brand-item {
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .brand-item {
    padding: 10px;
  }
}

.brand-item img {
  display: inline-block !important;
  max-width: 100%;
  width: auto !important;
}

.brand-design-grid .brand-item {
  padding: 20px;
}

.brands-item-wrap {
  text-align: center;
  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;
}

.brands-item-wrap .brand-item {
  margin-bottom: 10px;
}

.brands-item-wrap.columns-1 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.brands-item-wrap.columns-2 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.brands-item-wrap.columns-3 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.brands-item-wrap.columns-4 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.brands-item-wrap.columns-5 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.brands-item-wrap.columns-6 .brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666666%;
  flex: 0 0 16.66666666%;
  max-width: 16.66666666%;
}

/** ------------------------------------------------------------------------------------------------
* PRODUCTS
* ------------------------------------------------------------------------------------------------ */
.jmsproduct-elements {
  position: relative;
}

.jmsproduct-elements .ceefer-products-loader {
  display: none;
  position: fixed;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  pointer-events: none;
}

.jmsproduct-elements .ceefer-products-loader.loading:before {
  width: 30px;
  height: 30px;
}

.jmsproduct-elements.show-loading .products {
  opacity: 0;
  visibility: hidden;
}

.jmsproduct-elements.show-loading .ceefer-products-loader {
  display: block;
}

.jmsproduct-elements.show-loading .products {
  opacity: 0;
  pointer-events: none;
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
}

.product-arrow a {
  position: fixed;
  top: 50%;
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-top: -20px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  -o-transition: 0.3s transform cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.2s ease, visibility 0.2s ease;
  -moz-transition: 0.3s transform cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.2s ease, visibility 0.2s ease;
  -webkit-transition: 0.3s transform cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.2s ease, visibility 0.2s ease;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, 0.3s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: opacity 0.2s ease, visibility 0.2s ease, 0.3s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition: 0.3s transform cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.2s ease, visibility 0.2s ease;
  transition: 0.3s transform cubic-bezier(0.175, 0.885, 0.32, 1.15), opacity 0.2s ease, visibility 0.2s ease, 0.3s -webkit-transform cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.product-arrow a:after {
  font-family: 'ceefer-icon';
  font-size: 25px;
  line-height: 40px;
}

.product-arrow a.disabled {
  color: #c5c5c5;
  pointer-events: none;
}

.product-arrow .arrow-prev a {
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.product-arrow .arrow-prev a:after {
  content: '\69';
}

.product-arrow .arrow-next a {
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -o-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

.product-arrow .arrow-next a:after {
  content: '\67';
}

.product-arrow.show-arrow a {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
}

.product-arrow.show-arrow .arrow-prev a {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.product-arrow.show-arrow .arrow-next a {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

[class*="product-carousel-"] .product-box,
[class*="product-carousel-"] .product-image-shadow {
  margin-bottom: 0;
}

/** ------------------------------------------------------------------------------------------------
* PRODUCT TABS
* ------------------------------------------------------------------------------------------------ */
.jmsproducttabs-elements {
  position: relative;
}

.jmsproducttabs-elements>.ceefer-products-tab-loader {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  pointer-events: none;
  position: absolute;
  top: 105px;
  left: calc(50% - 15px);
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.jmsproducttabs-elements>.ceefer-products-tab-loader.loading:before {
  position: inherit;
  width: 30px;
  height: 30px;
  top: auto;
  right: auto;
  left: auto;
}

.jmsproducttabs-elements .product-tab-content {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.jmsproducttabs-elements.show-loading>.ceefer-products-tab-loader {
  opacity: 1;
  visibility: visible;
}

.jmsproducttabs-elements.show-loading .product-tab-content {
  opacity: 0;
  visibility: hidden;
}

.jms-tabs-title {
  margin-bottom: 35px;
}

.jms-tabs-title ul {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.jms-tabs-title ul li {
  color: #969696;
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.4;
  text-transform: capitalize;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jms-tabs-title ul li.active {
  color: #c02222;
}

.jms-tabs-title ul li span:after {
  content: '';
  width: 0;
  height: 2px;
  background-color: #c02222;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jms-tabs-title ul li.active {
  pointer-events: none;
}

.jms-tabs-title ul li.active span:after {
  width: 100%;
  opacity: 1;
}

.jms-tabs-title ul .tab-label {
  position: relative;
}

.tab-design-inline-title .ceefer-tabs-header {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-design-inline-title .tabs-name {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tab-design-inline-title .tabs-name h3 {
  font-size: 34px;
  margin-bottom: 0;
}

.tab-design-inline-title .owl-nav {
  position: absolute;
  top: -58px;
  right: 0;
}

.tab-design-inline-title .owl-theme .owl-nav [class*="owl-"] {
  width: 30px;
  opacity: 1;
}

.tab-design-inline-title .owl-theme .owl-nav [class*="owl-"] i {
  font-size: 15px;
}

.tab-design-inline-title .owl-theme .owl-nav .owl-prev {
  right: 20px;
  left: auto;
}

.tab-design-inline-title .owl-theme .owl-nav .owl-next {
  right: -10px;
}

/** ------------------------------------------------------------------------------------------------
* PRODUCT WIDGET
* ------------------------------------------------------------------------------------------------ */
.jmsproductwidget-elements {
  margin-bottom: 40px;
}

.product-list-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  border-color: #EDEDED;
}

.product-list-widget:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.product-list-widget .badge {
  display: none;
}

.product-list-widget .product-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
}

.product-list-widget .product-info {
  padding-top: 0;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.product-list-widget .product-title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-widget-title {
  font-size: 21px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}

.product-widget-title:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #DADADA;
  position: absolute;
  left: 0;
  bottom: 0;
}

/** ------------------------------------------------------------------------------------------------
* TESTIMONIAL
* ------------------------------------------------------------------------------------------------ */
.jmstestimonial-elements-2 {
  margin-bottom: 30px;
}

.jmstestimonial-elements-2 .owl-dots {
  margin-top: 25px !important;
}

.jmstestimonial-elements-2 .content {
  text-align: left;
  margin-bottom: 24px;
}

.jmstestimonial-elements-2 .testimonials {
  counter-reset: section;
}

.jmstestimonial-elements-2 footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 95px;
}

.jmstestimonial-elements-2 footer:after {
  content: "#0"counter(section);
  counter-increment: section;
  color: rgba(26, 26, 26, 0.1);
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -8px;
}

.jmstestimonial-elements-2 footer span {
  display: block;
}

.jmstestimonial-elements-2 footer .testimonial-avatar {
  padding-left: 10px;
}

.jmstestimonial-elements-2 footer .testimonial-avatar img {
  max-width: 100px;
  display: inline-block;
  border-radius: 50%;
}

.jmstestimonial-elements-2 footer .name {
  font-size: 16px;
  color: #1a1a1a;
  font-weight: 600;
}

.jmstestimonial-elements-2 footer .office {
  font-size: 13px;
  font-weight: 400;
  color: #757575;
}

.jmstestimonial-elements-2 .testimonial-footer-inner {
  text-align: right;
}

/** ------------------------------------------------------------------------------------------------
* TESTIMONIAL
* ------------------------------------------------------------------------------------------------ */
.jmstestimonial-elements .owl-dots {
  margin-top: 25px !important;
}

.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-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:last-child:before {
  content: '-';
  margin-left: 5px;
  margin-right: 5px;
}

.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: white;
}

.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;
}

.text-large .testimonial-box .testimonial-content {
  font-size: 27px;
}

.text-large .testimonial-box .testimonial-content footer .name {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 3px;
}

.text-large .testimonial-box .testimonial-content footer .office {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}

/** ------------------------------------------------------------------------------------------------
* TEAM MEMBERS
* ------------------------------------------------------------------------------------------------ */
.jmsteam-elements {
  margin-bottom: 40px;
}

.jmsteam-elements .team-details {
  margin-top: 12px;
}

.jmsteam-elements .team-name {
  font-size: 18px;
  margin-bottom: 0;
}

.jmsteam-elements .team-subtitle {
  display: block;
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}

.jmsteam-elements.color-scheme-light .team-name {
  color: white;
}

.jmsteam-elements.color-scheme-light .team-subtitle,
.jmsteam-elements.color-scheme-light .team-desc {
  color: rgba(255, 255, 255, 0.6);
}

.team-layout-hover {
  position: relative;
}

.team-layout-hover .team-image {
  overflow: hidden;
}

.team-layout-hover .team-image img {
  -webkit-transition: all 0.8s ease-in;
  -moz-transition: all 0.8s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}

.team-layout-hover .team-details {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 20px 20px 20px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.61)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
}

.team-layout-hover:hover .team-image img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

/** ------------------------------------------------------------------------------------------------
* LIST
* ------------------------------------------------------------------------------------------------ */
.jmslist-elements {
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.jmslist-elements.list-mb-20 ul li:not(:last-child) {
  margin-bottom: 4px;
}

.jmslist-elements ul {
  padding: 0;
  margin-bottom: 0;
}

.jmslist-elements ul li {
  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: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jmslist-elements ul li:not(:last-child) {
  margin-bottom: 10px;
}

.jmslist-elements ul li .list-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px;
  text-align: center;
  vertical-align: middle;
}

.jmslist-elements ul li .fa-circle {
  font-size: 7px;
  position: relative;
  top: -1px;
}

.jmslist-elements ul li .list-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/*
* LIST TYPE
*/
.list-style-ordered ul {
  counter-reset: item;
}

.list-style-ordered ul li {
  list-style: none;
}

.list-style-ordered ul li .list-icon:before {
  content: counter(item) ".";
  counter-increment: item;
}

.list-style-unordered ul li {
  list-style: disc;
}

.list-style-unordered ul li .list-icon:before {
  content: '\f111';
  font-family: 'FontAweSome';
  font-size: 8px;
  position: relative;
  top: -1px;
}

/** ------------------------------------------------------------------------------------------------
* SEARCH
* ------------------------------------------------------------------------------------------------ */
.jmssearch-elements.color-scheme-light .search-form input[type="text"] {
  border-color: white;
  color: #000000;
}

/** ------------------------------------------------------------------------------------------------
* SOCIAL ICONS
* ------------------------------------------------------------------------------------------------ */
.ceefer-social-icons {
  margin-bottom: 30px;
}

.ceefer-social-icons a {
  text-align: center;
  display: inline-block;
  margin: 4px;
}

.social-size-small a {
  width: 30px;
  height: 30px;
}

.social-size-small a i {
  line-height: 30px;
}

.social-size-default a {
  font-size: 16px;
  width: 40px;
  height: 40px;
}

.social-size-default a i {
  line-height: 40px;
}

.social-size-large a {
  font-size: 20px;
  width: 50px;
  height: 50px;
}

.social-size-large a i {
  line-height: 50px;
}

.social-design-colored a {
  color: white;
}

.social-design-colored .social-facebook {
  background-color: #365493;
}

.social-design-colored .social-twitter {
  background-color: #1DA1F2;
}

.social-design-colored .social-google-plus {
  background-color: #d44132;
}

.social-design-colored .social-linkedin {
  background-color: #0274B3;
}

.social-design-colored .social-instagram {
  background-color: #774430;
}

.social-design-simple a {
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.4);
}

.social-design-simple a:hover {
  background-color: #c02222;
  color: white;
}

.social-design-bordered a {
  border: 2px solid;
  border-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.4);
}

.social-design-bordered a:hover {
  background-color: #c02222;
  border-color: #c02222;
  color: white;
}

.social-design-bordered.social-size-small a i {
  line-height: 28px;
}

.social-design-bordered.social-size-default a i {
  line-height: 38px;
}

.social-design-bordered.social-size-large a i {
  line-height: 48px;
}

.social-form-circle a {
  border-radius: 50%;
}

.sticky-social {
  position: fixed;
  right: 0;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sticky-social .icon-social {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sticky-social .icon-social a {
  color: white;
}

.social-list-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-list-icons a {
  display: inline-block;
}

.social-icons-colored .icon-facebook {
  background-color: #3B5998;
}

.social-icons-colored .icon-twitter {
  background-color: #1DA1F2;
}

.social-icons-colored .icon-instagram {
  background-color: #774430;
}

.social-icons-colored .icon-youtube {
  background-color: #F80000;
}

.social-icons-colored .icon-google-plus {
  background-color: #FF2A20;
}

.social-icons-colored .icon-linkedin {
  background-color: #0276B7;
}

.social-icons-colored .icon-tumblr {
  background-color: #001A35;
}

.social-icons-colored .icon-pinterest {
  background-color: #BD081B;
}

/** ------------------------------------------------------------------------------------------------
* MEGAMENU WIDGET
* ------------------------------------------------------------------------------------------------ */
.megamenu-widget-wrapper {
  border: 1px solid #f0eeee;
  margin-bottom: 55px;
}

.megamenu-widget-wrapper h3 {
  background: #f0eeee;
  padding: 15px 30px 20px;
  text-transform: uppercase;
  font-size: 19px;
  font-family: inherit;
  font-weight: 600;
  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
* ------------------------------------------------------------------------------------------------ */
.jmsgooglemap-elements {
  position: relative;
}

.jmsgooglemap-elements .google-map-wrapper {
  z-index: 4;
}

.jmsgooglemap-elements .google-map-wrapper,
.jmsgooglemap-elements .google-map-inner {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.jmsgooglemap-elements img {
  max-width: none;
}

/** ------------------------------------------------------------------------------------------------
* INFORMATION BOX
* ------------------------------------------------------------------------------------------------ */
.information-box-wrapper .info-box-subtitle {
  color: #999;
}

.information-box-wrapper .info-box-description {
  color: #999;
}

/** ------------------------------------------------------------------------------------------------
* GALLERY
* ------------------------------------------------------------------------------------------------ */
.ceefer-gallery a {
  display: block;
  overflow: hidden;
}

.ceefer-gallery a 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);
}

.ceefer-gallery a: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);
}

/** ------------------------------------------------------------------------------------------------
* 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;
}

.ceefer-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 .4s ease;
  transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transition: transform .4s ease;
  perspective: 800px;
  backface-visibility: hidden;
  -webkit-perspective: 800px;
  -webkit-backface-visibility: hidden;
}

.ceefer-price-table .ceefer-plan-name {
  padding: 15px;
}

.ceefer-price-table .ceefer-plan-title {
  font-weight: 600;
  font-size: 20px;
  color: black;
}

.ceefer-price-table .ceefer-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 .4s ease;
  transition: -webkit-box-shadow .4s ease;
  -o-transition: box-shadow .4s ease;
  transition: box-shadow .4s ease;
  transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
  -webkit-transition: box-shadow .4s ease;
}

.ceefer-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;
}

.ceefer-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;
}

.ceefer-price-table .ceefer-plan-footer .button {
  padding: 0 20px;
  height: 43px;
  line-height: 43px;
  font-family: 'Work Sans', sans-serif;
}

.ceefer-price-table .ceefer-plan-price {
  padding: 15px 20px;
  line-height: 1;
}

.ceefer-price-table .ceefer-price-currency {
  vertical-align: top;
  font-size: 28px;
}

.ceefer-price-table .ceefer-price-value {
  font-size: 42px;
  vertical-align: middle;
  font-weight: 600;
}

.ceefer-price-table .ceefer-price-suffix {
  display: block;
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
  text-transform: capitalize;
}

.ceefer-price-table .ceefer-plan-features {
  padding: 25px;
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
}

.ceefer-price-table .ceefer-plan-feature {
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.ceefer-price-table .ceefer-plan-feature:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.ceefer-price-table .ceefer-plan-footer {
  padding: 20px 15px;
}

.ceefer-price-table .ceefer-plan-footer>a {
  background-color: #c02222;
  color: white;
}

.ceefer-price-table.label-color-red .price-label>span {
  background-color: #EF4836;
}

.ceefer-price-table.label-color-green .price-label>span {
  background-color: #0fa34c;
}

.ceefer-price-table.label-color-blue .price-label>span {
  background-color: #2a7ce4;
}

.ceefer-price-table.label-color-yellow .price-label>span {
  background-color: #F7CA18;
}

.ceefer-price-table.price-style-default .ceefer-plan-price {
  background-color: #c02222;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

.ceefer-price-table.price-style-default .ceefer-plan-price>span {
  color: white;
}

.ceefer-price-table.price-style-alt .ceefer-plan-price {
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
}

.ceefer-price-table.price-style-alt .ceefer-price-currency {
  color: #c02222;
}

.ceefer-price-table.price-style-alt .ceefer-price-value {
  color: #c02222;
}

.ceefer-price-table.actived {
  top: -10px;
}

.ceefer-price-table.actived .price-label {
  top: -2px;
  right: -2px;
}

.ceefer-price-table.actived .ceefer-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);
}

.ceefer-price-table.actived .ceefer-plan-inner {
  border: 2px solid;
  border-color: #c02222;
}

.ceefer-price-table:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
}

.ceefer-price-table:hover .ceefer-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);
}

/** ------------------------------------------------------------------------------------------------
* COUNDOWN TIMER
* ------------------------------------------------------------------------------------------------ */
.jmscountdown-elements {
  margin-bottom: 20px;
}

.jmscountdown-elements .ceefer-countdown {
  display: block;
  font-size: 0;
  line-height: 1;
}

.jmscountdown-elements .ceefer-countdown>span {
  position: relative;
  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 5px 5px;
  min-width: 55px;
  min-height: 55px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  background-color: white;
  border: 1px solid;
  border-color: #ebebeb;
  color: #000000;
}

.jmscountdown-elements .ceefer-countdown>span span {
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  display: block;
  text-transform: uppercase;
  margin-top: 5px;
}

.countdown-size-default .ceefer-countdown>span {
  min-width: 65px;
  min-height: 65px;
  font-size: 24px;
  line-height: 24px;
}

.countdown-size-default .ceefer-countdown>span span {
  font-size: 12px;
  line-height: 12px;
}

.countdown-size-large .ceefer-countdown>span {
  font-size: 35px;
  line-height: 35px;
}

.countdown-size-large .ceefer-countdown>span span {
  font-size: 18px;
  line-height: 18px;
}

.countdown-size-extra-large .ceefer-countdown>span {
  min-width: 100px;
  min-height: 100px;
  font-size: 42px;
  line-height: 42px;
}

.countdown-size-extra-large .ceefer-countdown>span span {
  font-size: 16px;
  line-height: 16px;
}

.countdown-style-transparent .ceefer-countdown>span {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.countdown-style-primary .ceefer-countdown>span {
  color: white;
  background-color: #c02222;
  border-color: #c02222;
}

.countdown-style-simple .ceefer-countdown>span {
  min-width: auto;
  min-height: auto;
  background-color: transparent;
  border: none;
  margin-bottom: 20px;
}

.countdown-style-simple .ceefer-countdown>span:after {
  content: ':';
  position: absolute;
  top: 9px;
  right: -7px;
}

.countdown-style-simple .ceefer-countdown>span:last-child:after {
  content: none;
}

.countdown-style-simple .ceefer-countdown>span span {
  color: #535353;
  display: block;
  text-transform: capitalize;
  margin-top: 5px;
}

.countdown-style-simple.countdown-size-default .ceefer-countdown>span:after {
  font-size: 15px;
}

.countdown-style-simple.countdown-size-large .ceefer-countdown>span {
  padding: 0 25px;
}

.countdown-style-simple.countdown-size-large .ceefer-countdown>span:after {
  top: -2px;
}

.countdown-style-simple.countdown-size-large .ceefer-countdown>span span {
  font-size: 15px;
  line-height: 15px;
}

.countdown-style-simple.countdown-size-extra-large .ceefer-countdown>span {
  font-size: 50px;
  line-height: 50px;
  padding: 0 45px;
}

.countdown-style-simple.countdown-size-extra-large .ceefer-countdown>span:after {
  top: -3px;
}

.countdown-style-simple.countdown-size-extra-large .ceefer-countdown>span span {
  font-size: 16px;
  line-height: 16px;
}

.color-scheme-light.ceefer-countdown-timer .ceefer-countdown>span {
  color: white;
}

.color-scheme-light.ceefer-countdown-timer .ceefer-countdown>span span {
  color: white;
}

.color-scheme-light.countdown-style-transparent .ceefer-countdown>span {
  background-color: rgba(0, 0, 0, 0.2);
}

.color-scheme-dark.ceefer-countdown-timer .ceefer-countdown>span {
  color: black;
}

.color-scheme-dark.ceefer-countdown-timer .ceefer-countdown>span span {
  color: black;
}

/** ------------------------------------------------------------------------------------------------
* SECTION-DIVIDER
* ------------------------------------------------------------------------------------------------ */
.ceefer-row-divider {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -1px;
  margin-bottom: -1px;
}

.ceefer-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;
}

/** ------------------------------------------------------------------------------------------------
* HOTDEAL PRODUCT
* ------------------------------------------------------------------------------------------------ */
.jmshotdealproduct-elements {
  position: relative;
  border: 2px solid;
  border-color: #c02222;
  padding: 30px;
  margin-bottom: 30px;
}

.jmshotdealproduct-elements .product-title {
  font-size: 16px;
  font-weight: 600;
}

.jmshotdealproduct-elements .product-title a {
  color: #c02222;
}

.jmshotdealproduct-elements .hotdeal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jmshotdealproduct-elements .hotdeal-label {
  text-align: center;
  position: absolute;
  right: 0;
  top: 30px;
  background-color: #c02222;
  color: white;
  font-size: 21px;
  font-weight: 600;
  padding: 5px 20px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  z-index: 9;
}

.jmshotdealproduct-elements .woocommerce-product-details__short-description {
  margin-top: 25px;
  margin-bottom: 40px;
}

.jmshotdealproduct-elements .star-rating {
  margin-top: 10px;
}

.jmshotdealproduct-elements .price {
  font-size: 17px;
  color: #F60B21;
}

.jmshotdealproduct-elements .price ins {
  color: #F60B21;
}

.jmshotdealproduct-elements .badge {
  left: -15px;
  top: -15px;
  background-color: #F60B21;
}

.jmshotdealproduct-elements .btn-add-cart .add_to_cart_button {
  position: relative;
}

.jmshotdealproduct-elements .btn-add-cart .add_to_cart_button.loading:before {
  position: inherit;
  margin-right: 10px;
}

.jmshotdealproduct-elements .btn-add-cart .added_to_cart {
  display: none;
}

.jmshotdealproduct-elements .ceefer-countdown {
  margin-bottom: 45px;
}

.jmshotdealproduct-elements .ceefer-countdown>span {
  background-color: #ededed;
  width: 65px;
  height: 65px;
  font-size: 23px;
  border: 3px solid;
  border-color: #E6E6E6;
}

.jmshotdealproduct-elements .ceefer-countdown>span span {
  font-size: 11px;
  margin-top: 8px;
}

/** ------------------------------------------------------------------------------------------------
* PRODUCT WIDGET CAROUSEL
* ------------------------------------------------------------------------------------------------ */
.jmsproductswidgetcarousel-elements [class*="product-carousel-"] .product-box,
.jmsproductswidgetcarousel-elements [class*="product-carousel-"] .product-image-shadow {
  margin-bottom: 30px;
}

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

.jmsproductswidgetcarousel-elements .owl-theme .owl-nav [class*="owl-"] {
  width: 30px;
  height: 30px;
  top: -85px;
  margin-top: 0;
  opacity: 1;
}

.jmsproductswidgetcarousel-elements .owl-theme .owl-nav [class*="owl-"] i {
  color: #535353;
  font-size: 13px;
  line-height: 33px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.jmsproductswidgetcarousel-elements .owl-theme .owl-nav .owl-prev {
  left: auto;
  right: 30px;
}

.jmsproductswidgetcarousel-elements .owl-theme .owl-nav .owl-next {
  right: 0;
}

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

.jmsproductswidgetcarousel-elements .owl-theme:hover .owl-nav .owl-prev {
  left: auto;
  right: 30px;
}

.jmsproductswidgetcarousel-elements .owl-theme:hover .owl-nav .owl-next {
  right: 0;
}

.jmsproductswidgetcarousel-elements .product-box,
.jmsproductswidgetcarousel-elements .product-image-shadow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jmsproductswidgetcarousel-elements .product-box:after,
.jmsproductswidgetcarousel-elements .product-image-shadow:after {
  content: '';
  width: 1px;
  height: 134px;
  background-color: #ebebeb;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -67px;
}

.jmsproductswidgetcarousel-elements .product-title {
  margin-bottom: 6px;
}

.jmsproductswidgetcarousel-elements .product-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 97px;
  flex: 0 0 97px;
  max-width: 97px;
}

.jmsproductswidgetcarousel-elements .badge {
  display: none;
}

.jmsproductswidgetcarousel-elements .product-info {
  padding-top: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 30px;
}

.jmsproductswidgetcarousel-elements .price {
  margin-bottom: 17px;
}

.jmsproductswidgetcarousel-elements .btn-add-cart a {
  border: 1px solid;
  border-color: #DADADA;
  font-size: inherit;
  position: relative;
  background-color: transparent;
  padding: 0 15px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 36px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.jmsproductswidgetcarousel-elements .btn-add-cart a:hover {
  background-color: #c02222;
  border-color: #c02222;
  color: white;
}

.jmsproductswidgetcarousel-elements .btn-add-cart a.loading:before {
  position: relative;
  left: auto;
  right: auto;
  top: -1px;
  width: 13px;
  height: 13px;
  margin-right: 6px;
}

.jmsproductswidgetcarousel-elements .btn-add-cart .added_to_cart {
  display: none;
}

/**
 *
 * Style - PopUp - Theme
 *
 */
#popmake-5311 {
  min-height: 480px;
  padding: 70px 52px;
  padding-top: 84px;
  background-color: #FFFFFF;
}

#popmake-5311 .popmake-title {
  font-family: 'Work Sans', sans-serif;
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

#popmake-5311 .popmake-content .popup-home1 .dont-show {
  margin-top: 30px;
}

#popmake-5311 .popmake-content .popup-home1 .dont-show p {
  display: block;
  position: relative;
}

#popmake-5311 .popmake-content .popup-home1 .dont-show .input-show {
  margin-top: -3px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 4px;
  left: -1px;
  z-index: 10;
}

#popmake-5311 .popmake-content .popup-home1 .dont-show .wf-dont-show {
  display: block;
  position: relative;
  padding-left: 21px;
  font-size: 14px;
  font-family: 'Chivo', sans-serif;
}

#popmake-5311 .popmake-content .popup-home1 .dont-show .wf-dont-show input[type="checkbox"]:checked+.checkmark:after {
  display: block;
}

#popmake-5311 .popmake-content .popup-home1 .dont-show .wf-dont-show .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 13px;
  width: 13px;
  border-color: #b7b7b7;
  border: 1px solid;
}

#popmake-5311 .popmake-content .popup-home1 .dont-show .wf-dont-show .checkmark:after {
  left: 3px;
  top: -1px;
  width: 5px;
  height: 10px;
  border: solid #b7b7b7;
  border-width: 0 2px 2px 0;
  content: "";
  position: absolute;
  display: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#popmake-5311 .popmake-content .popup-home1 p {
  text-align: left;
  max-width: 434px;
  font-family: 'Chivo', sans-serif;
  font-size: 15px;
  color: #666666;
  line-height: 28px;
  display: block;
  margin-bottom: 26px;
}

#popmake-5311 .popmake-content .popup-home1 .wpb_content_element {
  margin-bottom: 26px;
}

#popmake-5311 .popmake-content .popup-home1 .mc4wp-form {
  text-align: left;
  position: relative;
}

#popmake-5311 .popmake-content .popup-home1 .mc4wp-form .mc4wp-form-fields input[type="email"] {
  width: 80%;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
}

#popmake-5311 .popmake-content .popup-home1 .mc4wp-form .mc4wp-form-fields button[type="submit"] {
  position: absolute;
  right: calc(100% - 505px);
  top: 0px;
  height: 55px;
  line-height: 55px;
}

#popmake-5311 .popmake-content .popup-home1 .ceefer-social-icons {
  margin-top: -30px;
  margin-left: -6px;
  margin-bottom: 17px;
}

#popmake-5311 .popmake-content .popup-home1 .ceefer-social-icons .ceefer-social-icon {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
}

#popmake-5311 .popmake-content .popup-home1 .ceefer-social-icons .ceefer-social-icon i {
  top: 1.2px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-color: #ebebeb;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  margin: 2px auto;
  display: block;
  line-height: 40px;
}

#popmake-5311 .popmake-content .popup-home1 .ceefer-social-icons .ceefer-social-icon .fa-facebook {
  color: #4867aa;
}

#popmake-5311 .popmake-content .popup-home1 .ceefer-social-icons .ceefer-social-icon .fa-twitter {
  color: #24c1f4;
}

#popmake-5311 .popmake-content .popup-home1 .ceefer-social-icons .ceefer-social-icon .fa-google-plus {
  color: #d80000;
}

#popmake-5311 .popmake-content .popup-home1 .ceefer-social-icons .ceefer-social-icon .fa-linkedin {
  color: #0173b2;
}

#popmake-5311 .popmake-content .popup-home1 .ceefer-social-icons .ceefer-social-icon .fa-instagram {
  color: #a87a48;
}

#popmake-5311 .popmake-content .popup-home1 .ceefer-social-icons .ceefer-social-icon:hover {
  background-color: transparent !important;
  border-color: #ebebeb;
}

#popmake-5311 .popmake-content .popup-home1 .wpb_single_image {
  position: absolute;
  top: -118px !important;
  right: -10px !important;
  z-index: -1;
}

.pum-theme-5294 .pum-close.popmake-close {
  right: 1px;
  top: 1px;
  font-size: 15px;
  line-height: normal;
  padding: 0px;
  width: 30px;
  height: 30px;
  background-color: #888383;
}

/* ---------------------------------------------
   12. LOADING
   ------------------------------------------ */
.loading:before {
  content: " " !important;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  border-left-color: #c02222;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 9px);
  z-index: 2;
  -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 350ms infinite linear;
  animation: load-spin 350ms infinite linear;
}

.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: #c02222;
  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: #c02222;
  -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: #c02222;
  -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: #c02222;
  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;
}

.slider-primary-homepage .tp-revslider-slidesli .rev-btn {
  -webkit-transition: all 2s ease 0.4s;
  -moz-transition: all 2s ease 0.4s;
  -o-transition: all 2s ease 0.4s;
  transition: all 2s ease 0.4s;
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.slider-primary-homepage .tp-revslider-slidesli .rev-btn:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

/* ---------------------------------------------
   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 show-element-from-top {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes show-element-from-top {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: none;
  }
}

@-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);
  }
}

@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);
  }
}

@-moz-keyframes bounceIconUp {

  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -20px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }
}

@-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);
  }
}

@-webkit-keyframes showmessage {
  0% to {
    -moz-transform: matrix(1, 0, 0, 1, 0, 100);
    -ms-transform: matrix(1, 0, 0, 1, 0, 100);
    -o-transform: matrix(1, 0, 0, 1, 0, 100);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
    transform: matrix(1, 0, 0, 1, 0, 100);
  }

  100% {
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@-webkit-keyframes updown {
  from {
    -webkit-transform: translate(0, 0px);
  }

  65% {
    -webkit-transform: translate(0, 15px);
  }

  to {
    -webkit-transform: translate(0, 0px);
  }
}

@-moz-keyframes updown {
  from {
    -moz-transform: translate(0, 0px);
  }

  65% {
    -moz-transform: translate(0, 15px);
  }

  to {
    -moz-transform: translate(0, 0px);
  }
}

@keyframes updown {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }

  65% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }

  to {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes effect_shine {
  100% {
    left: 150%;
  }
}

@keyframes effect_shine {
  100% {
    left: 150%;
  }
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  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);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-moz-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  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);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  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);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* ---------------------------------------------
   14. RESPONSIVE
   ------------------------------------------ */
@media (max-width: 1810px) {

  .shop-container.fullwidth,
  .header-fullwidth .container,
  .portfolio-fullwidth .container,
  .wide-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .wrapper-fullwidth-content .container {
    width: 95%;
  }

  .wrapper-wide .container {
    width: 1600px;
  }

  .wrapper-boxed .site-wrapper {
    max-width: 1200px;
    overflow: hidden;
    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 .container {
    max-width: 1160px;
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .has-left-fixed-menu .site-wrapper .main-page-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .has-left-fixed-menu .site-wrapper .main-page-wrapper>.wide-container {
    padding-left: 0;
    padding-right: 0;
  }

  .has-left-fixed-menu .main-footer>.wide-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .primary-menu>li .dropdown-menu {
    max-width: 960px !important;
  }

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

  .blog-design-small-images.has-post-thumbnail .article-inner,
  .has-post-thumbnail.blog-design-chess .article-inner {
    display: block;
  }

  .jmsblog-elements .blog-design-small-images.has-post-thumbnail .entry-header,
  .jmsblog-elements .has-post-thumbnail.blog-design-chess .entry-header {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .jmsblog-elements .blog-design-small-images.has-post-thumbnail .article-body-container,
  .jmsblog-elements .has-post-thumbnail.blog-design-chess .article-body-container {
    max-width: 100%;
    padding: 0;
  }

  .submenu-shop .dropdown-menu {
    margin-left: 165px !important;
  }

  .submenu-elements .dropdown-menu {
    margin-left: -100px !important;
  }

  .tab-design-inline-title .ceefer-tabs-header {
    text-align: center;
    display: inherit;
  }

  .tab-design-inline-title .tabs-name {
    margin-right: 0;
  }

  .newsletter-left {
    padding-left: 0;
  }

  .newsletter-left .mc4wp-form>div {
    display: inherit;
  }

  .newsletter-left .mc4wp-form input[type="email"] {
    margin-bottom: 20px;
  }

  .newsletter-left .mc4wp-form>div p:first-child {
    margin: 0 auto;
  }

  .layout-columns-5 .item,
  .layout-columns-6 .item {
    width: 25%;
  }

  .layout-columns-5 .item:nth-child(4n + 1),
  .layout-columns-6 .item:nth-child(4n + 1) {
    clear: both;
  }

  .layout-columns-5 .item:nth-child(5n + 1),
  .layout-columns-6 .item:nth-child(5n + 1) {
    clear: inherit;
  }

  .layout-columns-5 .item:nth-child(6n + 1),
  .layout-columns-6 .item:nth-child(6n + 1) {
    clear: inherit;
  }

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

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

  .categories-size-large .hover-mask {
    margin-top: 10px;
  }

  .categories-size-large .category-title {
    font-size: 15px;
    font-weight: 400;
  }

  .categories-size-large .category-title mark {
    font-size: 14px;
    top: -1px;
  }

  .footer-style-1 .footer-column-1,
  .footer-style-1 .footer-column-2,
  .footer-style-1 .footer-column-3,
  .footer-style-1 .footer-column-4 {
    width: 25%;
  }

  .header-action .header-block {
    padding-left: 20px;
  }

  .scale-product {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-4-banner .title p {
    font-size: 21px !important;
  }

  .big-spacing .vc_row {
    margin-left: -35px;
    margin-right: -35px;
  }

  .big-spacing .vc_column-inner {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 991px) {
  .wrap-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .wrap-header .menu-mobile {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }

  .wrap-header .header-action {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .mobile-menu .menu-item-home .sub-menu>li:first-child {
    display: none;
  }

  .big-spacing .vc_row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .big-spacing .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .topbar-position .header-block.topbar-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
  }

  .header-6.header-overlap {
    top: auto;
    position: inherit;
  }

  .header-6.header-overlap .container {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .header-3 .header-action .header-block:before {
    content: none;
  }

  .page-template-default .header-6 {
    margin-bottom: 0;
  }

  .header-7 {
    position: inherit;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header-7 .wrap-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
  }

  .header-7 .header-logo,
  .header-7 .header-action {
    margin-bottom: 0;
  }

  .header-7 .header-action .header-block {
    padding: 0;
  }

  .mt-md-70 {
    margin-top: 0;
  }

  .has-left-fixed-menu .site-wrapper {
    padding: 0;
  }

  .title-style-bordered .title {
    white-space: inherit;
  }

  .scale-product-left {
    padding-left: 0;
  }

  .scale-product-right {
    padding-right: 0;
  }

  .footer-bottom .footer-row {
    display: inherit;
  }

  .footer-bottom .copyright {
    margin-bottom: 13px;
  }

  .main-content.left-sidebar {
    left: auto;
  }

  .main-sidebar.left-sidebar {
    right: auto;
  }

  .layout-columns-4 .item,
  .layout-columns-5 .item,
  .layout-columns-6 .item {
    width: 33.33%;
  }

  .layout-columns-4 .item:nth-child(3n + 1),
  .layout-columns-5 .item:nth-child(3n + 1),
  .layout-columns-6 .item:nth-child(3n + 1) {
    clear: both;
  }

  .layout-columns-4 .item:nth-child(4n + 1),
  .layout-columns-5 .item:nth-child(4n + 1),
  .layout-columns-6 .item:nth-child(4n + 1) {
    clear: inherit;
  }

  .left-sidebar .layout-columns-3 .item,
  .left-sidebar .layout-columns-4 .item,
  .left-sidebar .layout-columns-5 .item,
  .left-sidebar .layout-columns-6 .item {
    width: 50%;
  }

  .left-sidebar .layout-columns-3 .item:nth-child(2n + 1),
  .left-sidebar .layout-columns-4 .item:nth-child(2n + 1),
  .left-sidebar .layout-columns-5 .item:nth-child(2n + 1),
  .left-sidebar .layout-columns-6 .item:nth-child(2n + 1) {
    clear: both;
  }

  .left-sidebar .layout-columns-3 .item:nth-child(3n + 1),
  .left-sidebar .layout-columns-4 .item:nth-child(3n + 1),
  .left-sidebar .layout-columns-5 .item:nth-child(3n + 1),
  .left-sidebar .layout-columns-6 .item:nth-child(3n + 1) {
    clear: inherit;
  }

  .jmstestimonial-elements.layout-columns-3 .item {
    width: 100%;
  }

  .jmstestimonial-elements footer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .categories-size-large .category-title,
  .categories-size-large .category-title mark {
    font-size: 16px;
  }

  .main-footer .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;
  }

  .main-footer .footer-bottom .footer-position {
    text-align: center;
  }

  .footer-style-1 .footer-column-1,
  .footer-style-1 .footer-column-2,
  .footer-style-1 .footer-column-3,
  .footer-style-1 .footer-column-4 {
    width: 50%;
  }

  .jmstestimonial-elements-2.testimonials-columns-2 .testimonials,
  .jmstestimonial-elements-2.testimonials-columns-3 .testimonials,
  .jmstestimonial-elements-2.testimonials-columns-4 .testimonials,
  .jmstestimonial-elements-2.testimonials-columns-5 .testimonials,
  .jmstestimonial-elements-2.testimonials-columns-6 .testimonials {
    display: inherit;
  }

  .jmstestimonial-elements-2.testimonials-columns-2 .testimonial-box,
  .jmstestimonial-elements-2.testimonials-columns-3 .testimonial-box,
  .jmstestimonial-elements-2.testimonials-columns-4 .testimonial-box,
  .jmstestimonial-elements-2.testimonials-columns-5 .testimonial-box,
  .jmstestimonial-elements-2.testimonials-columns-6 .testimonial-box {
    width: 100%;
    max-width: 100%;
  }

  .jmstestimonial-elements-2.testimonials-columns-2 .content,
  .jmstestimonial-elements-2.testimonials-columns-3 .content,
  .jmstestimonial-elements-2.testimonials-columns-4 .content,
  .jmstestimonial-elements-2.testimonials-columns-5 .content,
  .jmstestimonial-elements-2.testimonials-columns-6 .content {
    text-align: center;
  }

  .jmstestimonial-elements-2 footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }

  .jmstestimonial-elements-2 footer:after {
    content: none;
  }

  /* ----------------------------------------------- */
  .shop-action-right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shop-filter-top .widget {
    width: 50%;
  }

  .ceefer-product-categories {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    background: #f7f7f7;
    z-index: 3;
    min-width: 245px;
    padding: 20px 25px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  }

  .ceefer-product-categories li {
    display: block;
    padding: 0;
  }

  .ceefer-product-categories li:after {
    content: none;
  }

  .ceefer-product-categories li a {
    border-bottom: 1px solid #ebebeb;
    display: block;
    line-height: 44px;
  }

  .ceefer-product-categories li:last-child a {
    border-bottom: none;
  }

  /* ----------------------------------------------- */
  /* SINGLE PRODUCT THUMBNAIL ---------------------- */
  /* ----------------------------------------------- */
  .thumbnail-position-left .woocommerce-product-gallery .flex-control-thumbs {
    margin-top: 10px;
    float: none;
    width: 100%;
  }

  .thumbnail-position-left .woocommerce-product-gallery .flex-control-thumbs li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .thumbnail-position-left .woocommerce-product-gallery .flex-viewport {
    float: none;
    width: 100%;
  }

  .thumbnail-position-left .wc-single-video {
    left: 15px;
  }

  .thumbnail-position-right .woocommerce-product-gallery .flex-control-thumbs {
    margin-top: 10px;
    float: none;
    width: 100%;
  }

  .thumbnail-position-right .woocommerce-product-gallery .flex-control-thumbs li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .thumbnail-position-right .woocommerce-product-gallery .flex-viewport {
    float: none;
    width: 100%;
  }

  .thumbnail-position-right .woocommerce-product-gallery__trigger {
    right: 15px;
    left: auto;
  }

  .products-footer .woocommerce-result-count {
    display: none;
  }

  .products-footer .products-footer-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs-layout-tabs .woocommerce-Reviews,
  .tabs-layout-tabs #tab-additional_information .shop_attributes {
    width: 100%;
  }

  .product-hover-default .product-image-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .scale-product {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .owl-theme .owl-nav .owl-prev {
    left: 0;
  }

  .owl-theme .owl-nav .owl-next {
    right: 0;
  }

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

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

  .home-3-category .title p {
    font-size: 20px !important;
  }

  .home-3-category .subtitle p {
    font-size: 15px !important;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .jmsproductcategories-elements .layout-columns-3 .item {
    width: 33.333%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wide-container .container {
    width: 100%;
  }
}

@media screen and (max-width: 782px) {

  .admin-bar .jms-canvas-menu-wrapper,
  .admin-bar .ceefer-mini-cart {
    top: 46px;
  }
}

@media screen and (max-width: 767px) {
  #backtop {
    bottom: 25px;
  }

  .jmsproductcategories-elements .layout-columns-3 .item {
    width: 100%;
  }

  .text-left-xs {
    text-align: left !important;
    margin-top: 10px;
  }

  .shop-container.fullwidth,
  .header-fullwidth .container,
  .portfolio-fullwidth .container,
  .wide-container,
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wide-container .container {
    padding-left: 0;
    padding-right: 0;
  }

  .header-6.header-overlap .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .has-left-fixed-menu .main-footer>.wide-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .has-left-fixed-menu .site-wrapper .main-page-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-style-1 .footer-column-1,
  .footer-style-1 .footer-column-2,
  .footer-style-1 .footer-column-3,
  .footer-style-1 .footer-column-4 {
    width: 100%;
  }

  .layout-columns-3 .item,
  .layout-columns-4 .item,
  .layout-columns-5 .item,
  .layout-columns-6 .item {
    width: 50%;
  }

  .layout-columns-3 .item:nth-child(2n + 1),
  .layout-columns-4 .item:nth-child(2n + 1),
  .layout-columns-5 .item:nth-child(2n + 1),
  .layout-columns-6 .item:nth-child(2n + 1) {
    clear: both;
  }

  .layout-columns-3 .item:nth-child(3n + 1),
  .layout-columns-4 .item:nth-child(3n + 1),
  .layout-columns-5 .item:nth-child(3n + 1),
  .layout-columns-6 .item:nth-child(3n + 1) {
    clear: inherit;
  }

  .blog-layout-grid.layout-columns-2 .item,
  .blog-layout-grid.layout-columns-3 .item,
  .blog-layout-grid.layout-columns-4 .item,
  .blog-layout-grid.layout-columns-5 .item,
  .blog-layout-grid.layout-columns-6 .item {
    width: 100%;
  }

  .blog-layout-grid.layout-columns-2 .item:nth-child(2n + 1),
  .blog-layout-grid.layout-columns-3 .item:nth-child(2n + 1),
  .blog-layout-grid.layout-columns-4 .item:nth-child(2n + 1),
  .blog-layout-grid.layout-columns-5 .item:nth-child(2n + 1),
  .blog-layout-grid.layout-columns-6 .item:nth-child(2n + 1) {
    clear: inherit;
  }

  .instagram-wrap.layout-spacing-40 .item,
  .instagram-wrap.layout-spacing-30 .item,
  .instagram-wrap.layout-spacing-20 .item,
  .instagram-wrap.layout-spacing-10 .item {
    margin-bottom: 10px;
  }

  .product-hover-full-info {
    margin-bottom: 10px;
  }

  .layout-spacing-40,
  .layout-spacing-30,
  .layout-spacing-20,
  .layout-spacing-10 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .layout-spacing-40 .item,
  .layout-spacing-30 .item,
  .layout-spacing-20 .item,
  .layout-spacing-10 .item {
    padding-left: 5px;
    padding-right: 5px;
  }

  /*/
    /* Slick slider (Vertical slider)
    /*/
  .thumbnail-position-vertical .product-thumbnail-slider {
    position: inherit;
    top: auto;
    width: auto;
  }

  .thumbnail-position-vertical .product-thumbnail-slider {
    margin-top: 4px;
    margin-left: -2px;
    margin-right: -2px;
  }

  .thumbnail-position-vertical .product-thumbnail-slider .product-image-thumb {
    margin-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }

  .thumbnail-position-vertical .product-thumbnail-slider .product-image-thumb:first-child {
    display: none;
  }

  .thumbnail-position-left .p-image {
    padding-left: 0;
  }

  .thumbnail-position-right .p-image {
    padding-right: 0;
  }

  .entry-summary {
    margin-top: 40px;
  }

  .product_title {
    padding-right: 0;
  }

  .shop-filter-top .widget {
    width: 100%;
  }

  .cart-actions .coupon .input-text {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .cart-actions .button {
    width: 100%;
  }

  .cart-actions .update-button .button {
    margin-top: 20px;
    border-top: 1px solid;
    border-color: #ebebeb;
  }

  .shop_table.shop_table_responsive tr td {
    display: block;
    clear: both;
    overflow: hidden;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .shop_table.shop_table_responsive tr td {
    overflow: unset;
  }
}

@media screen and (max-width: 767px) {
  .shop_table.shop_table_responsive tr td:before {
    content: attr(data-title) "";
    float: left;
    font-weight: 600;
    color: #000000;
  }

  .shop_table.shop_table_responsive tbody th,
  .shop_table.shop_table_responsive thead,
  .shop_table.shop_table_responsive tr td.product-thumbnail::before,
  .shop_table.shop_table_responsive tbody th {
    display: none;
  }

  .shop_table.shop_table_responsive .product-thumbnail {
    text-align: center;
  }

  .shop_table.shop_table_responsive .product-remove {
    text-align: center;
    font-size: 28px;
  }

  .checkout-order-review {
    background-color: transparent;
    padding: 30px 0 0;
  }

  .title-size-default .subtitle,
  .title-size-medium .subtitle,
  .title-size-large .subtitle {
    font-size: 14px;
  }

  .title-size-default .title,
  .title-size-medium .title,
  .title-size-large .title {
    font-size: 26px;
  }

  .owl-theme .owl-nav .owl-prev {
    left: 0;
    text-align: left;
  }

  .owl-theme .owl-nav .owl-next {
    right: 0;
    text-align: right;
  }

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

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

  .jmsblog-elements .owl-theme .owl-nav .owl-next,
  .jmsblog-elements .owl-theme .owl-nav .owl-prev {
    margin-top: -60px;
  }

  .navigation-absolute .owl-theme .owl-nav [class*="owl-"] {
    width: 20px;
  }

  .navigation-absolute .owl-theme .owl-nav .owl-prev {
    left: auto;
    right: 25px;
  }

  .navigation-absolute .owl-theme .owl-nav .owl-next {
    right: 0;
  }

  .navigation-absolute .owl-theme:hover .owl-nav .owl-prev {
    left: auto;
    right: 25px;
  }

  .navigation-absolute .owl-theme:hover .owl-nav .owl-next {
    right: 0;
  }

  .newsletter-title,
  .newsletter-text {
    display: block;
    border: none;
    padding: 0;
  }

  .newsletter-section .mc4wp-form>div p:first-child {
    margin-right: 0;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .newsletter-section .newsletter-text .vc_column-inner {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }

  .tabs-layout-tabs .wc-tabs>li {
    display: block;
  }

  .tabs-layout-tabs .wc-tabs>li a {
    display: block;
  }

  .product-hover-default .ceefer-product-countdown {
    display: none;
  }

  .blog-design-small-images.has-post-thumbnail .article-inner,
  .has-post-thumbnail.blog-design-chess .article-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .jmsblog-elements .blog-design-small-images.has-post-thumbnail .entry-header,
  .jmsblog-elements .has-post-thumbnail.blog-design-chess .entry-header {
    margin-bottom: 25px;
  }

  .jmsblog-elements .blog-design-small-images.has-post-thumbnail .article-body-container,
  .jmsblog-elements .has-post-thumbnail.blog-design-chess .article-body-container {
    padding: 0;
  }

  .jmsblog-elements .blog-design-small-images.has-post-thumbnail .entry-header,
  .jmsblog-elements .has-post-thumbnail.blog-design-chess .entry-header,
  .jmsblog-elements .blog-design-small-images.has-post-thumbnail .article-body-container,
  .jmsblog-elements .has-post-thumbnail.blog-design-chess .article-body-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tab-design-bordered-bottom .ceefer-tabs-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
  }

  .tab-design-bordered-bottom .tabs-name,
  .tab-design-bordered-bottom .tabs-navigation-wrapper {
    margin-right: 0;
    width: 100%;
  }

  .tab-design-bordered-bottom .tabs-navigation-wrapper {
    overflow: hidden;
    border-top: 2px solid;
    border-color: #E5E6EA;
    padding-top: 10px;
  }

  .tab-design-bordered-bottom .jms-tabs-title ul {
    text-align: left;
    white-space: nowrap;
    overflow-y: hidden;
  }

  .tab-design-bordered-bottom .jms-tabs-title ul li {
    font-size: 14px;
    padding-right: 7px;
    padding-bottom: 16px;
  }

  .tab-design-bordered-bottom .jms-tabs-title ul li:before,
  .tab-design-bordered-bottom .jms-tabs-title ul li:after {
    content: none;
  }

  .jmshotdealproduct-elements {
    padding: 15px 0 30px;
  }

  .jmshotdealproduct-elements .hotdeal-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .jmshotdealproduct-elements .hotdeal-row>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .jmshotdealproduct-elements .hotdeal-info {
    margin-top: 30px;
  }

  .jmshotdealproduct-elements .badge {
    left: 10px;
    top: 0;
  }

  .jmshotdealproduct-elements .hotdeal-label {
    top: 10px;
    font-size: 14px;
    padding: 3px 10px;
  }

  .jmshotdealproduct-elements .ceefer-countdown>span {
    width: 50px;
    height: 50px;
    font-size: 20px;
    border: 1px solid;
    border-color: #ebebeb;
    color: #444444;
  }

  .jmshotdealproduct-elements .ceefer-countdown>span span {
    font-size: 11px;
    margin-top: 4px;
  }

  .navigation-absolute .owl-nav {
    position: absolute;
    top: -51px;
    right: 0;
  }

  .jmsproductswidgetcarousel-elements .product-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
  }

  .jmsproductswidgetcarousel-elements .product-info {
    padding-left: 15px;
  }

  .title-style-bordered .left-line,
  .title-style-bordered .right-line {
    display: none;
  }

  .entry-summary .yith-wcwl-add-to-wishlist a {
    margin-left: 10px;
  }

  .product-hover-simple .price {
    display: block;
    margin-bottom: 5px;
  }

  .product-hover-simple .btn-add-cart {
    position: inherit;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .product-hover-simple .btn-add-cart a {
    color: #c02222;
  }

  .product-hover-simple:hover .price {
    opacity: 1;
    visibility: visible;
  }

  .comment-list .children {
    padding-left: 5px;
  }

  .comment-body .comment-image {
    width: 50px;
    margin-right: 15px;
  }

  .comment-body .comment-right {
    width: calc(100% - 65px);
  }
}

@media screen and (max-width: 540px) {
  .product-hover-simple .ceefer-buttons {
    display: none;
  }

  .product-hover-simple .product-title {
    padding-right: 0;
  }

  .countdown-style-simple.countdown-size-extra-large .ceefer-countdown>span {
    font-size: 30px;
    line-height: 30px;
    padding: 0 25px;
  }

  .countdown-style-simple.countdown-size-extra-large .ceefer-countdown>span:after {
    top: -3px;
  }

  .countdown-style-simple.countdown-size-extra-large .ceefer-countdown>span span {
    font-size: 14px;
    line-height: 14px;
  }

  .author-info {
    display: block;
    text-align: center;
  }

  .author-info .author-avatar {
    margin: 0 0 15px;
  }

  .post-navigation {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .home-2-banner-1 .title p {
    font-size: 21px !important;
  }

  .home-2-banner-1 .title p {
    font-size: 17px !important;
  }

  .home-2-banner-1 .btn-wrapper {
    display: none;
  }

  .home-2-banner-4 .title p {
    font-size: 21px !important;
  }

  .home-4-banner .title p {
    font-size: 21px !important;
  }

  .home-6-banner-1 .title p,
  .home-6-banner-2 .title p {
    font-size: 21px !important;
  }

  .text-large .testimonial-box {
    padding-left: 0;
    padding-right: 0;
  }

  .text-large .testimonial-box .testimonial-content {
    font-size: inherit;
  }

  .text-large .testimonial-box .testimonial-content footer .name {
    font-size: 15px;
  }

  .text-large .testimonial-box .testimonial-content footer .office {
    font-size: 14px;
  }

  .countdown-style-simple.countdown-size-extra-large .ceefer-countdown>span {
    padding: 0 10px;
  }
}

@media screen and (max-width: 479px) {
  #header-cart .sub-menu-dropdown {
    right: -15px;
  }

  #header-cart .sub-menu-dropdown:after {
    right: 17px;
  }

  .layout-columns-mobile-1.layout-columns-2 .item,
  .layout-columns-mobile-1.layout-columns-3 .item,
  .layout-columns-mobile-1.layout-columns-4 .item,
  .layout-columns-mobile-1.layout-columns-5 .item,
  .layout-columns-mobile-1.layout-columns-6 .item {
    width: 100%;
  }

  .layout-columns-mobile-1.layout-columns-2 .item:nth-child(2n + 1),
  .layout-columns-mobile-1.layout-columns-3 .item:nth-child(2n + 1),
  .layout-columns-mobile-1.layout-columns-4 .item:nth-child(2n + 1),
  .layout-columns-mobile-1.layout-columns-5 .item:nth-child(2n + 1),
  .layout-columns-mobile-1.layout-columns-6 .item:nth-child(2n + 1) {
    clear: inherit;
  }

  .fashion-newsletter-2 .mc4wp-form input[type="submit"] {
    position: inherit;
    margin-top: 15px;
  }

  .product-hover-quick .product-info {
    padding: 10px 0 13px;
  }

  .product-cat {
    font-size: 12px;
    margin-bottom: 2px;
  }
}

/* ---------------------------------------------
   15. ADD CSS HOMEPAGE
   ------------------------------------------ */
/**
 * =============================================
 * Style - HomePage-1
 * =============================================
 **/
.slider-primary-home1 {
  margin-bottom: 43px;
}

/*List-Category*/
.home-list-cart .wpb_wrapper {
  width: 100%;
  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;
}

.home-list-cart .wpb_wrapper .arm-chair img {
  width: 93px;
}

.home-list-cart .wpb_wrapper .desk-chair img {
  width: 88px;
}

.home-list-cart .wpb_wrapper .cat-desk img {
  width: 91px;
}

.home-list-cart .wpb_wrapper .cat-desk.addon-box .jms-banner .item .wp-banner-content .banner-content {
  margin-top: 8px;
}

.home-list-cart .wpb_wrapper .desk-lamp img {
  width: 87px;
}

.home-list-cart .wpb_wrapper .cat-wall-mirror img {
  width: 84px;
}

.home-list-cart .wpb_wrapper .double-beds img {
  width: 93px;
}

.home-list-cart .wpb_wrapper .double-beds.addon-box .jms-banner .item .wp-banner-content .banner-content {
  margin-top: 8px;
}

.home-list-cart .wpb_wrapper .cat-bookshelf img {
  width: 82px;
}

.home-list-cart .wpb_wrapper .addon-box {
  width: 14.285555%;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .home-list-cart .wpb_wrapper .addon-box {
    width: 25%;
  }
}

@media only screen and (max-width: 800px) {
  .home-list-cart .wpb_wrapper .addon-box {
    width: 33.33%;
  }
}

@media only screen and (max-width: 480px) {
  .home-list-cart .wpb_wrapper .addon-box {
    width: 50%;
  }
}

.home-list-cart .wpb_wrapper .addon-box .jms-banner {
  border: 1px solid transparent;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  position: relative;
  z-index: 10;
  min-height: 190px;
}

.home-list-cart .wpb_wrapper .addon-box .jms-banner .item {
  padding-bottom: 0px;
  padding-top: 33px;
}

.home-list-cart .wpb_wrapper .addon-box .jms-banner .item .item__svg {
  position: absolute;
  display: block;
  height: 185px;
  margin: 0 auto;
  max-width: 100%;
  max-height: 185px;
  top: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.home-list-cart .wpb_wrapper .addon-box .jms-banner .item .wp-banner-content .banner-content {
  font-size: 18px;
  color: #222222;
  margin-top: 15px;
}

.home-list-cart .wpb_wrapper .addon-box .jms-banner .item .wp-banner-content .banner-content p {
  margin-bottom: 0px;
}

.home-list-cart .wpb_wrapper .addon-box .jms-banner:hover .item__svg {
  opacity: 1;
}

.home-list-cart .wpb_wrapper .addon-box .jms-banner:hover:before,
.home-list-cart .wpb_wrapper .addon-box .jms-banner:hover:after {
  opacity: 1;
  height: 100%;
  width: 100%;
}

.home-list-cart .wpb_wrapper .addon-box .jms-banner:before,
.home-list-cart .wpb_wrapper .addon-box .jms-banner:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

.home-list-cart .wpb_wrapper .addon-box .jms-banner:before {
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #c02222;
  bottom: 0;
  right: 0;
}

.home-list-cart .wpb_wrapper .addon-box .jms-banner:after {
  border-left: 1px solid;
  border-top: 1px solid;
  border-color: #c02222;
  left: 0;
  top: 0;
}

/**
 * Introduce - Product
 */
.home-recent-products .btn-viewall {
  margin-top: 16px;
  margin-bottom: 42px;
}

.home-recent-products .btn-viewall .vc_btn3 {
  color: #ffffff;
  width: 210px;
  height: 50px;
  line-height: 50px;
  margin-left: auto;
  margin-right: auto;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Work Sans";
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 18px;
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d));
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d);
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d);
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d);
  position: relative;
}

.home-recent-products .btn-viewall .vc_btn3::after {
  content: " ";
  display: inline-block;
  width: 27px;
  height: 23px;
  padding-left: 10px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: url("assets/images/background/right-while.png") 10px 12px no-repeat;
}

.home-recent-products .btn-viewall .vc_btn3:hover {
  color: #ffffff !important;
  border: none;
  opacity: 1;
  background-color: transparent;
  background-position: 100% 0;
}

.home-recent-products .btn-viewall .vc_btn3:hover::after {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

/**
 * Banner
 */
.banner-offer.vc_row-fluid {
  padding-top: 115px;
  overflow: unset;
}

.banner-offer.vc_row-fluid .chair-ontop {
  position: absolute;
  top: -58px;
  right: 277px;
}

.banner-offer.vc_row-fluid .wpb_single_image img {
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}

@media only screen and (max-width: 768px) {
  .banner-offer.vc_row-fluid .wpb_single_image img {
    width: 100%;
  }
}

/**
 * BLog-Home
 */
.part-blog-home1 {
  margin-top: 75px;
}

.part-blog-home1 .jmstitle-elements {
  margin-bottom: 42px;
}

.part-blog-home1 .jmstitle-elements .line-wrap .title {
  font-size: 38px;
  font-weight: 500;
  font-family: "Work Sans";
  margin-bottom: 0px;
}

.part-blog-home1 .jmstitle-elements .description {
  text-align: center;
  margin-top: 8px;
  font-size: 15px;
  font-family: "Work Sans";
  color: #666666;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .part-blog-home1 .jmsblog-elements .blog-post-loop {
    position: unset;
    width: 50%;
  }
}

.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner {
  position: relative;
}

.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .entry-header {
  position: relative;
  z-index: 1;
}

.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .entry-header .post-img-wrap img {
  -webkit-transition: all 0.7s ease-in 0.2s;
  -o-transition: all 0.7s ease-in 0.2s;
  transition: all 0.7s ease-in 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container {
  padding: 5px 10px;
  background: #fff;
  width: calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container .entry-title,
.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container .recent-posts-info,
.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container .widget_categories ul li,
.widget_categories ul .part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container li {
  margin-top: 10px;
}

.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container .entry-title a,
.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container .recent-posts-info a,
.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container .widget_categories ul li a,
.widget_categories ul .part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container li a {
  font-size: 21px;
  font-family: "Chivo";
}

.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container .entry-meta ul li {
  font-size: 13px;
  font-family: "Chivo";
  margin-right: 0px;
}

.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container .entry-meta ul li:not(:last-child)::after {
  content: '/';
}

.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container .entry-meta ul li a:hover {
  color: #c02222;
}

.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container .entry-meta ul li a:hover span {
  color: #c02222;
}

.part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner:hover .post-img-wrap img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

/**
 * Instagram
 */
.part-instagram-home1 {
  margin-top: 35px;
}

.part-instagram-home1 .wpb_wrapper .vc_custom_heading {
  font-size: 38px;
  color: #000;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  font-family: "Work Sans";
}

.part-instagram-home1 .wpb_wrapper .wpb_content_element {
  margin-bottom: 41px;
}

.part-instagram-home1 .wpb_wrapper .wpb_text_column p {
  text-align: center;
  font-size: 19px;
  font-family: "Chivo";
  color: #666666;
  font-weight: 500;
}

/**
 * Suport-Item
 */
.part-support-home1 {
  margin-top: 50px;
  overflow: unset !important;
}

.part-support-home1 h3 {
  font-size: 21px;
}

.part-support-home1 p {
  letter-spacing: -0.4px;
  font-family: 'Chivo', sans-serif;
  font-size: 15px;
  color: #666666;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .part-support-home1 p {
    font-size: 13px;
  }
}

.part-support-home1 .item-colunm-first {
  position: relative;
  -webkit-transition: -webkit-transform .5s linear 0.2s;
  transition: -webkit-transform .5s linear 0.2s;
  -o-transition: transform .5s linear 0.2s;
  transition: transform .5s linear 0.2s;
  transition: transform .5s linear 0.2s, -webkit-transform .5s linear 0.2s;
  border-right: 1px solid #e9e9e9;
}

.part-support-home1 .item-colunm-first .wpb_content_element {
  margin-bottom: 0px;
}

.part-support-home1 .item-colunm-first:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("assets/images/background/sp1.png") no-repeat;
  background-position-x: 50%;
  background-position-y: 80%;
  background-size: 30%;
  position: absolute;
  top: 0px;
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 1024px) {
  .part-support-home1 .item-colunm-first:after {
    background-size: 38%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .part-support-home1 .item-colunm-first:after {
    background-size: 46% !important;
  }
}

@media only screen and (max-width: 768px) {
  .part-support-home1 .item-colunm-first:after {
    background-size: 30%;
  }
}

.part-support-home1 .item-colunm-first:hover:after {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.part-support-home1 .item-colunm-two {
  position: relative;
  -webkit-transition: -webkit-transform .5s linear 0.2s;
  transition: -webkit-transform .5s linear 0.2s;
  -o-transition: transform .5s linear 0.2s;
  transition: transform .5s linear 0.2s;
  transition: transform .5s linear 0.2s, -webkit-transform .5s linear 0.2s;
  border-right: 1px solid #e9e9e9;
}

.part-support-home1 .item-colunm-two .wpb_content_element {
  margin-bottom: 0px;
}

.part-support-home1 .item-colunm-two:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("assets/images/background/sp2.png") no-repeat;
  background-position-x: 50%;
  background-position-y: 80%;
  background-size: 30%;
  position: absolute;
  top: 0px;
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 1024px) {
  .part-support-home1 .item-colunm-two:after {
    background-size: 38%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .part-support-home1 .item-colunm-two:after {
    background-size: 46% !important;
  }
}

@media only screen and (max-width: 768px) {
  .part-support-home1 .item-colunm-two:after {
    background-size: 30%;
  }
}

.part-support-home1 .item-colunm-two:hover:after {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.part-support-home1 .item-colunm-three {
  position: relative;
  -webkit-transition: -webkit-transform .5s linear 0.2s;
  transition: -webkit-transform .5s linear 0.2s;
  -o-transition: transform .5s linear 0.2s;
  transition: transform .5s linear 0.2s;
  transition: transform .5s linear 0.2s, -webkit-transform .5s linear 0.2s;
}

.part-support-home1 .item-colunm-three .wpb_content_element {
  margin-bottom: 0px;
}

.part-support-home1 .item-colunm-three:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("assets/images/background/sp3.png") no-repeat;
  background-position-x: 50%;
  background-position-y: 80%;
  background-size: 30%;
  position: absolute;
  top: 0px;
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 1024px) {
  .part-support-home1 .item-colunm-three:after {
    background-size: 38%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .part-support-home1 .item-colunm-three:after {
    background-size: 46% !important;
  }
}

@media only screen and (max-width: 768px) {
  .part-support-home1 .item-colunm-three:after {
    background-size: 30%;
  }
}

.part-support-home1 .item-colunm-three:hover:after {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

/**
 * Popup - Style
 */
.pum-theme-5294,
.pum-theme-default-theme {
  background-color: #0009;
}

#popmake-5311 .popmake-content .popup-home1 {
  position: relative;
}

#popmake-5311 .popmake-content .popup-home1 .mc4wp-form input[type="email"] {
  border: 1px solid #e9e9e9;
  padding: 0 10px;
}

#popmake-5311 .popmake-content .popup-home1 .mc4wp-form .btn-submit {
  margin-left: -19px;
  background-image: -webkit-linear-gradient(355deg, #fd5e4d, #fd165b);
  background-image: -o-linear-gradient(355deg, #fd5e4d, #fd165b);
  background-image: linear-gradient(95deg, #fd5e4d, #fd165b);
  color: #ffffff;
  font-family: "Work Sans";
}

#popmake-5311 .popmake-content .popup-home1 .mc4wp-form .mc4wp-form-fields {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

/**
 * RESPONSIVE
*/
@media only screen and (max-width: 1680px) {

  /*Banner*/
  .banner-offer.vc_row-fluid .chair-ontop {
    top: -34px;
    right: 250px;
  }

  .banner-offer.vc_row-fluid .chair-ontop img {
    width: 500px;
  }
}

@media only screen and (max-width: 1440px) {
  .banner-offer.vc_row-fluid .chair-ontop img {
    width: 430px;
  }
}

@media only screen and (max-width: 1366px) {
  .banner-offer.vc_row-fluid .chair-ontop img {
    width: 400px;
  }
}

@media only screen and (max-width: 1280px) {
  .banner-offer.vc_row-fluid .chair-ontop img {
    width: 370px;
  }
}

@media only screen and (max-width: 1152px) {
  .banner-offer.vc_row-fluid .chair-ontop img {
    width: 300px;
  }
}

@media only screen and (max-width: 1024px) {
  .ph1-introductce-product .btn-viewall {
    margin: 0px;
  }

  /*Banner*/
  .banner-offer.vc_row-fluid .chair-ontop {
    top: -27px;
    right: 149px;
  }

  .banner-offer.vc_row-fluid .chair-ontop img {
    width: 300px;
  }

  /**
	 * BLog-Home
	 */
  .part-blog-home1 {
    margin-top: 50px;
  }

  .part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner {
    position: relative;
  }

  .part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container {
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
  }
}

@media only screen and (max-width: 991px) {

  /*Banner*/
  .banner-offer.vc_row-fluid .chair-ontop {
    top: -39px;
    right: 267px;
  }

  .banner-offer.vc_row-fluid .chair-ontop img {
    width: 450px;
  }

  /**
	 * BLog-Home
	 */
  .part-blog-home1 {
    margin-top: 50px;
  }

  .part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner {
    position: relative;
  }

  .part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container {
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
  }
}

@media only screen and (max-width: 834px) {

  /*Banner*/
  .banner-offer.vc_row-fluid .chair-ontop {
    top: -56px;
    right: 156px;
  }

  .banner-offer.vc_row-fluid .chair-ontop img {
    width: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-offer.vc_row-fluid .chair-ontop {
    top: 7px;
    right: 51px;
  }

  .banner-offer.vc_row-fluid .chair-ontop img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .home-list-cart {
    margin-bottom: 30px;
    margin-top: 0px;
  }

  .home-list-cart .categories-size-large .product-design-grid .category-item .product-category .category-image-wrapp img {
    max-height: 62px;
  }

  .main-footer .wide-container .vc_col-sm-3 {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {

  /**
	 * BLog-Home
	 */
  .part-blog-home1 {
    margin-top: 50px;
  }

  .part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner {
    position: relative;
  }

  .part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }

  /*Banner*/
  .banner-offer.vc_row-fluid {
    padding-top: 0px;
    margin-top: 0px;
  }

  /**
	 * Suport-Item
	 */
  .part-support-home1 {
    margin-top: 50px;
  }

  .part-support-home1 .item-colunm-first {
    background-size: 30%;
    margin-bottom: 20px;
    border-right: 0px;
  }

  .part-support-home1 .item-colunm-two {
    background-size: 30%;
    margin-bottom: 20px;
    border-right: 0px;
  }

  .part-support-home1 .item-colunm-three {
    background-size: 30%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 414px) {
  .ph1-introductce-product .products .product .product-hover-home1 .btn-group-cq {
    display: block;
    width: 100%;
  }

  .ph1-introductce-product .products .product .product-hover-home1 .btn-group-cq .btn-add-cart {
    width: 100%;
  }

  .ph1-introductce-product .products .product .product-hover-home1 .btn-group-cq .btn-quickview {
    margin-top: 0px;
    width: 100%;
  }

  .ph1-introductce-product .btn-viewall {
    margin-top: 20px;
  }

  /*Banner*/
  .banner-offer.vc_row-fluid .chair-ontop {
    top: 10px;
    right: 46px;
  }

  .banner-offer.vc_row-fluid .chair-ontop img {
    width: 300px;
  }

  /**
	 * BLog-Home
	 */
  .part-blog-home1 {
    margin-top: 50px;
  }

  .part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner {
    position: relative;
  }

  .part-blog-home1 .jmsblog-elements .blog-post-loop .article-inner .article-body-container {
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
  }
}

@media only screen and (max-width: 320px) {
  .ph1-introductce-product .products .product .product-hover-home1 {
    min-height: 350px;
  }

  /*Banner*/
  .banner-offer.vc_row-fluid .chair-ontop {
    top: -10px;
    right: 37px;
  }

  .banner-offer.vc_row-fluid .chair-ontop img {
    width: 250px;
  }
}

/**
 * Style - Primary
 */
@media only screen and (max-width: 320px) {
  .pri-slider-homepage02 .rev_slider .wp-countdown {
    left: 14px !important;
  }
}

.pri-slider-homepage02 .nav-pos-hor-right .tp-thumbs-inner-wrapper .tp-thumb {
  background: #ffffff;
}

.pri-slider-homepage02 .nav-pos-hor-right .tp-thumbs-inner-wrapper .tp-thumb.selected {
  border: 1px solid #c02222;
}

.pri-slider-homepage02 .nav-pos-hor-right .tp-thumbs-inner-wrapper .tp-thumb .tp-thumb-image {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.pri-slider-homepage02 .nav-pos-hor-right .tp-thumbs-inner-wrapper .tp-thumb:hover .tp-thumb-title {
  display: none;
}

.pri-slider-homepage02 .tp-revslider-slidesli .rev-btn {
  -webkit-transition: all 2s ease 0.4s;
  -moz-transition: all 2s ease 0.4s;
  -o-transition: all 2s ease 0.4s;
  transition: all 2s ease 0.4s;
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.pri-slider-homepage02 .tp-revslider-slidesli .rev-btn:hover {
  background-position: 100% 0;
}

.pri-slider-homepage02 .count-down-slider {
  bottom: 37px;
  left: -8px;
}

@media only screen and (max-width: 768px) {
  .pri-slider-homepage02 .count-down-slider {
    bottom: 23px;
    left: 0px;
  }
}

.pri-slider-homepage02 .count-down-slider .ceefer-countdown>span {
  max-width: 92px;
  max-height: 92px;
  margin-right: 15px !important;
  margin-left: 0px !important;
  height: 82px;
  width: 82px;
  border: none;
  color: #FFFFFF;
  font-size: 34px;
  font-family: "Work Sans";
  background-image: url("assets/images/background/bg-count.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 1680px) {
  .pri-slider-homepage02 .count-down-slider .ceefer-countdown>span {
    height: 72px;
    width: 72px;
    margin-right: 14px !important;
  }
}

@media only screen and (max-width: 320px) {
  .pri-slider-homepage02 .count-down-slider .ceefer-countdown>span {
    font-size: 16px !important;
    height: 42px;
    width: 42px;
    margin-right: 14px !important;
    line-height: 30px !important;
  }
}

.pri-slider-homepage02 .count-down-slider .ceefer-countdown>span span {
  margin-top: 0px;
  font-family: "Chivo";
  font-size: 14px;
  text-transform: capitalize;
}

@media only screen and (max-width: 320px) {
  .pri-slider-homepage02 .count-down-slider .ceefer-countdown>span span {
    margin-top: -7px;
  }
}

/**
 * Main - Content
 */
.wrp-header-3 {
  /**
	 * Testminal
	 */
}

.wrp-header-3 .part-support-home1 {
  margin-bottom: 75px;
  overflow: unset !important;
}

@media only screen and (max-width: 480px) {
  .wrp-header-3 .part-support-home1 {
    margin-bottom: 30px;
  }
}

.wrp-header-3 .new-store-homepage02 .jmstitle-elements .title {
  font-size: 38px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  font-weight: 500;
}

.wrp-header-3 .new-store-homepage02 .jmstitle-elements .title::after {
  display: none;
}

.wrp-header-3 .new-store-homepage02 .jmstitle-elements .description {
  font-size: 15px;
  color: #666666;
  font-family: "Chivo";
}

@media only screen and (max-width: 768px) {
  .wrp-header-3 .banner-double-home .wpb_column {
    margin-bottom: 30px;
  }
}

.wrp-header-3 .testminal-homepage02 {
  counter-reset: section;
}

@media only screen and (max-width: 768px) {
  .wrp-header-3 .testminal-homepage02 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .wrp-header-3 .testminal-homepage02 .vc_col-sm-4 {
    width: 50%;
  }
}

.wrp-header-3 .testminal-homepage02::before {
  content: '';
  width: calc(100% - 30px);
  height: 1px;
  background-color: #f3f3f3;
  display: block;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1680px) {
  .wrp-header-3 .testminal-homepage02::before {
    width: calc(100% - 55px);
  }
}

@media only screen and (max-width: 768px) {
  .wrp-header-3 .testminal-homepage02::before {
    width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .wrp-header-3 .testminal-homepage02::before {
    width: 100%;
    margin-top: 45px;
  }
}

.wrp-header-3 .testminal-homepage02 .jmstitle-elements .title {
  font-size: 38px;
  font-family: "Work Sans";
  font-weight: 500;
  margin-bottom: 0px;
}

.wrp-header-3 .testminal-homepage02 .jmstitle-elements .description {
  font-size: 15px;
  font-family: "Chivo";
  margin-top: 10px;
  margin-bottom: 70px;
  color: #666666;
}

.wrp-header-3 .testminal-homepage02 .jmsteam-elements {
  position: relative;
  z-index: 10;
}

.wrp-header-3 .testminal-homepage02 .jmsteam-elements:after {
  counter-increment: section;
  content: "#0"counter(section);
  font-size: 70px;
  font-family: 'Work Sans';
  font-weight: bold;
  color: #ececec;
  position: absolute;
  right: 0px;
  top: -46px;
  z-index: -1;
}

.wrp-header-3 .testminal-homepage02 .jmsteam-elements .team-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrp-header-3 .testminal-homepage02 .jmsteam-elements .team-image .info-member {
  width: 80%;
  margin-left: 10px;
}

.wrp-header-3 .testminal-homepage02 .jmsteam-elements .team-image .info-member .team-name {
  font-size: 16px;
  font-weight: bold;
  font-family: "Work Sans";
  margin-bottom: 0;
  color: #000000;
}

.wrp-header-3 .testminal-homepage02 .jmsteam-elements .team-image .info-member .team-subtitle {
  color: #666666;
}

.wrp-header-3 .testminal-homepage02 .jmsteam-elements .team-details .team-desc {
  font-family: "Chivo";
  font-size: 15px;
  color: #666666;
}

.wrp-header-3 .testminal-homepage02 .jmsteam-elements .team-details .team-desc:before {
  content: "“";
  display: inline-block;
  margin-right: 5px;
}

.wrp-header-3 .testminal-homepage02 .jmsteam-elements .team-details .team-desc:after {
  content: "”";
  display: inline-block;
  margin-left: 5px;
}

.wrp-header-3 .baner-two-homepage02 .rev-btn {
  background-size: 300% 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d));
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d);
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d);
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d);
}

.wrp-header-3 .baner-two-homepage02 .rev-btn:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

@media only screen and (max-width: 768px) {
  .wrp-header-3 .baner-two-homepage02 {
    margin-bottom: 0px !important;
  }
}

/**
 * Banner
 */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .banner-double-home .vc_col-sm-6 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .banner-double-home .banner-box .btn-wrapper {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-double-home .banner-box {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-double-home .banner-box .banner-text {
    padding: 27px;
  }
}

@media only screen and (max-width: 768px) {
  .banner-double-home .banner-box .banner-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.banner-double-home .banner-box .banner-text .btn-wrapper a {
  font-size: 17px;
  line-height: 17px;
  font-weight: 400;
  color: #c02222;
  font-family: "Work Sans", sans-serif;
}

.banner-double-home .banner-box .banner-text .btn-wrapper a:before {
  background-image: url("assets/images/background/btn-right-active.png");
  background-repeat: no-repeat;
  width: 17px;
  height: 10px;
  background-color: transparent;
  opacity: 1 !important;
  left: calc(100% + 7px);
  top: 7px;
}

.banner-double-home .banner-box .banner-text .btn-wrapper a:hover:before {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

.banner-double-home .bn-first .banner-text .content .title {
  font-weight: 500;
  letter-spacing: 0px;
  font-family: "Work Sans", sans-serif;
}

@media only screen and (max-width: 1200px) {
  .banner-double-home .bn-first .banner-text .content .title {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-double-home .bn-first .banner-text .content .title {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}

@media only screen and (max-width: 768px) {
  .banner-double-home .bn-first .banner-text .content .title {
    line-height: 27px !important;
  }
}

@media only screen and (max-width: 375px) {
  .banner-double-home .bn-first .banner-text .content .title {
    font-size: 23px !important;
    line-height: 25px !important;
  }
}

.banner-double-home .bn-first .banner-text .content .subtitle h6 {
  font-weight: 400;
  color: #666666;
  letter-spacing: 0px;
  font-family: 'Chivo', sans-serif;
  font-size: 22px;
  line-height: 44px;
}

@media only screen and (max-width: 1200px) {
  .banner-double-home .bn-first .banner-text .content .subtitle h6 {
    font-size: 20px !important;
    line-height: 40px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-double-home .bn-first .banner-text .content .subtitle h6 {
    font-size: 17px !important;
    line-height: 37px !important;
  }
}

@media only screen and (max-width: 768px) {
  .banner-double-home .bn-first .banner-text .content .subtitle h6 {
    line-height: 29px !important;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-double-home .bn-first .banner-text .content .subtitle h6 {
    font-size: 14px !important;
    line-height: 26px !important;
  }
}

.banner-double-home .bn-first .banner-text .content .subtitle h6 em {
  font-style: normal;
  font-weight: 700;
  color: #c02222;
  letter-spacing: 0px;
  font-family: 'Chivo', sans-serif;
  margin: 0px 3px;
}

.banner-double-home .bn-two .banner-text .content .title p {
  font-weight: 400;
  color: #c02222;
  letter-spacing: 0px;
  font-family: 'Chivo', sans-serif;
}

@media only screen and (max-width: 1200px) {
  .banner-double-home .bn-two .banner-text .content .title p {
    font-size: 20px !important;
    line-height: 40px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-double-home .bn-two .banner-text .content .title p {
    font-size: 17px !important;
    line-height: 37px !important;
  }
}

@media only screen and (max-width: 768px) {
  .banner-double-home .bn-two .banner-text .content .title p {
    font-size: 17px !important;
    line-height: 29px !important;
  }
}

@media only screen and (max-width: 375px) {
  .banner-double-home .bn-two .banner-text .content .title p {
    font-size: 14px !important;
    line-height: 26px !important;
  }
}

.banner-double-home .bn-two .banner-text .content .subtitle p {
  font-weight: 500;
  color: black;
  letter-spacing: 0px;
  font-family: "Work Sans", sans-serif;
}

@media only screen and (max-width: 1200px) {
  .banner-double-home .bn-two .banner-text .content .subtitle p {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-double-home .bn-two .banner-text .content .subtitle p {
    font-size: 25px !important;
    line-height: 35px !important;
  }
}

@media only screen and (max-width: 768px) {
  .banner-double-home .bn-two .banner-text .content .subtitle p {
    font-size: 25px !important;
    line-height: 27px !important;
  }
}

@media only screen and (max-width: 375px) {
  .banner-double-home .bn-two .banner-text .content .subtitle p {
    font-size: 23px !important;
    line-height: 25px !important;
  }
}

@media only screen and (max-width: 767px) {
  .group-tab-homepage02.product-tab-home .jmsproducttabs-elements {
    margin-bottom: 0px !important;
  }
}

/**
 *
 * Home Page 03
 *
 */
.wrp-header-2 .page>.entry-content {
  margin-bottom: 18px;
}

@media (max-width: 1366px) {
  .header-2 .left-menu .men-header-home .mega-dropdown-menu {
    left: -142px;
  }
}

@media (max-width: 1366px) {
  .header-2 .left-menu .men-feature-home1 .mega-dropdown-menu {
    left: -310px;
  }
}

@media (max-width: 1366px) {
  .header-2 .right-menu .ceefer-mega-default .dropdown-menu {
    left: -517px;
  }
}

.pragrap-cat-home p {
  margin: 0px;
  font-size: 32px;
  font-weight: 400;
  color: #000;
  line-height: 50px;
  letter-spacing: -1.6px;
  font-family: "Work Sans";
}

@media only screen and (max-width: 992px) {
  .pragrap-cat-home p {
    font-size: 26px;
    line-height: 39px;
  }
}

@media only screen and (max-width: 320px) {
  .pragrap-cat-home p {
    font-size: 17px;
    line-height: 30px;
  }
}

.pragrap-cat-home:after {
  width: 120%;
  height: 1px;
  background: #ebebeb;
  border: none;
  margin-bottom: 85px;
  margin-top: 16px;
  margin-left: -100px;
}

.pragrap-cat-home .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq {
  margin-top: -31px;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .pragrap-cat-home .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq {
    margin-top: -88px;
  }
}

@media only screen and (max-width: 767px) {
  .pragrap-cat-home .ceefer-custom-grid .products .product .product-hover-home1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .three-banner-hp3 .wpb_column {
    margin-bottom: 20px;
  }

  .three-banner-hp3 .wpb_column:last-child {
    margin-bottom: 0px;
  }
}

.three-banner-hp3 .banner-box .banner-text {
  padding-left: 50px;
}

.three-banner-hp3 .banner-box .banner-text .content .title p {
  font-weight: 500;
}

@media only screen and (max-width: 375px) {
  .three-banner-hp3 .banner-box .banner-text .content .title p {
    font-size: 28px !important;
    line-height: 35px !important;
  }
}

.three-banner-hp3 .banner-box .banner-text .content .subtitle p {
  font-size: 16px !important;
  line-height: 40px !important;
}

@media only screen and (min-width: 1810px) {
  .three-banner-hp3 .banner-h3-w {
    width: 32.7%;
  }
}

@media only screen and (min-width: 1810px) {
  .three-banner-hp3 .banner-h3-w:not(:first-child) {
    margin-left: 17px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .three-banner-hp3 .banner-h3-w {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .three-banner-hp3 .banner-h3-w {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .wide-container .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn-standar button {
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.btn-standar button:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.blog-home-page03 .jmstitle-elements {
  margin-bottom: 42px;
}

.blog-home-page03 .jmstitle-elements .title {
  font-size: 38px;
  font-weight: 500;
  color: #000000;
}

.blog-home-page03 .jmstitle-elements .description {
  font-size: 15px;
  font-family: "Chivo";
  color: #666666;
}

.blog-home-page03 .jmsblog-elements .item .article-body-container {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .blog-home-page03 .jmsblog-elements .item .article-body-container {
    text-align: center;
  }
}

.blog-home-page03 .jmsblog-elements .item .article-body-container .entry-title,
.blog-home-page03 .jmsblog-elements .item .article-body-container .recent-posts-info,
.blog-home-page03 .jmsblog-elements .item .article-body-container .widget_categories ul li,
.widget_categories ul .blog-home-page03 .jmsblog-elements .item .article-body-container li {
  font-size: 19px;
  font-family: "Chivo";
  font-weight: 400;
  margin-top: 16px;
  display: block;
  color: #000000;
}

.blog-home-page03 .jmsblog-elements .item .article-body-container .entry-meta-list li {
  font-size: 13px;
  font-family: "Chivo";
  color: #666666;
  margin-right: 0px;
  padding-right: 13px;
}

.blog-home-page03 .jmsblog-elements .item .article-body-container .entry-meta-list li:not(:last-child):after {
  content: "/";
}

.blog-home-page03 .jmsblog-elements .item .article-body-container .entry-meta-list li a {
  font-size: 13px;
  font-family: "Chivo";
  color: #666666;
}

/**
 * Banner
 */
.home03-banner-single .vc_single_image-wrapper img {
  -webkit-transition: all 0.7s ease-out 0.2s;
  -o-transition: all 0.7s ease-out 0.2s;
  transition: all 0.7s ease-out 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.home03-banner-single .vc_single_image-wrapper:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.home03-banner-single .txt-banner03 {
  margin-top: 85px;
}

.home03-banner-single .txt-banner03 h3 {
  color: #000000;
  margin-bottom: 3px;
  letter-spacing: -1px;
  font-size: 31px;
  font-weight: 500;
}

.home03-banner-single .txt-banner03 p {
  display: block;
  color: #666666;
  margin-top: 28px;
  font-size: 15px;
  font-family: "Chivo";
}

.home03-banner-single .vc_btn3-container {
  margin-top: 44px;
  margin-bottom: 82px;
}

.home03-banner-single .vc_btn3-container .vc_btn3 {
  text-transform: uppercase;
  width: 175px;
  border-radius: 0px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0px;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.home03-banner-single .vc_btn3-container .vc_btn3:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.home03-banner-single .vc_btn3-container .vc_btn3:after {
  content: "";
  width: 20px;
  height: 19px;
  background-image: url("assets/images/background/arrow-slider.png");
  background-position: center center;
  background-size: 80%;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  right: 23px;
}

.home03-banner-single .vc_btn3-container .vc_btn3:hover:after {
  -webkit-animation-name: bounceAlpha;
  animation-name: bounceAlpha;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }

  25% {
    opacity: 0;
    -webkit-transform: translateX(10px) scale(0.9);
    transform: translateX(10px) scale(0.9);
  }

  26% {
    opacity: 0;
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  55% {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
  }
}

.wrp-header-4 .page-container .page>.entry-content {
  margin-bottom: 0px;
}

.banner-home-page .banner-box .banner-image img {
  width: 100%;
}

.banner-full-page .banner-box .banner-image img {
  width: 100%;
}

.banner-full-page .banner-box .banner-text .banner-inner .title {
  padding-right: 50px;
}

@media only screen and (max-width: 1280px) {
  .banner-full-page .banner-box .banner-text .banner-inner .title {
    padding-right: 0px;
  }
}

/**
 * Tab-Product
 */
.tab-home04 .vc_custom_heading {
  padding-bottom: 2px;
}

.tab-home04 .vc_tta-panels-container .vc_tta-panels {
  background: transparent !important;
  border: none !important;
}

/*Btn - Primary*/
.banner-homepage4-s .tp-revslider-slidesli .rev-btn {
  -webkit-transition: all 2s ease 0.4s;
  -moz-transition: all 2s ease 0.4s;
  -o-transition: all 2s ease 0.4s;
  transition: all 2s ease 0.4s;
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.banner-homepage4-s .tp-revslider-slidesli .rev-btn:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

/**
 * Banner - Slider
 */
.banner-homepage4-s {
  /*
	 * Btn - Banner
	 */
}

@media only screen and (max-width: 1810px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown {
    position: absolute;
    left: -15px;
  }
}

@media only screen and (max-width: 1280px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown {
    left: -28px;
  }
}

@media only screen and (max-width: 992px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown {
    left: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown {
    left: -128px;
  }
}

.banner-homepage4-s .jmscountdown-elements .ceefer-countdown>span {
  min-width: 70px;
  min-height: 70px;
  margin-right: 12px !important;
  border: none;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1810px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown>span {
    min-width: 55px;
    min-height: 55px;
  }
}

.banner-homepage4-s .jmscountdown-elements .ceefer-countdown>span span {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  color: #666666;
}

.banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-days {
  font-family: "Chivo" !important;
  font-size: 37px !important;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1810px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-days {
    font-size: 32px !important;
  }
}

.banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-days span {
  position: absolute;
  bottom: -28px;
  text-transform: none !important;
}

@media only screen and (max-width: 1810px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-days span {
    bottom: -15px;
  }
}

@media only screen and (max-width: 1680px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-days span {
    bottom: -19px;
  }
}

@media only screen and (max-width: 992px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-days span {
    bottom: -23px;
  }
}

.banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-days:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
  position: absolute;
  top: calc(100% - 53%);
  left: 0px;
  z-index: -1;
}

.banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-hours {
  font-family: "Chivo" !important;
  font-size: 37px !important;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1810px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-hours {
    font-size: 32px !important;
  }
}

.banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-hours span {
  position: absolute;
  bottom: -28px;
  text-transform: none !important;
}

@media only screen and (max-width: 1810px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-hours span {
    bottom: -15px;
  }
}

@media only screen and (max-width: 1680px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-hours span {
    bottom: -19px;
  }
}

@media only screen and (max-width: 992px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-hours span {
    bottom: -23px;
  }
}

.banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-hours:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
  position: absolute;
  top: calc(100% - 53%);
  left: 0px;
  z-index: -1;
}

.banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-min {
  font-family: "Chivo" !important;
  font-size: 37px !important;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1810px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-min {
    font-size: 32px !important;
  }
}

.banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-min span {
  position: absolute;
  bottom: -28px;
  text-transform: none !important;
}

@media only screen and (max-width: 1810px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-min span {
    bottom: -15px;
  }
}

@media only screen and (max-width: 1680px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-min span {
    bottom: -19px;
  }
}

@media only screen and (max-width: 992px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-min span {
    bottom: -23px;
  }
}

.banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-min:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
  position: absolute;
  top: calc(100% - 53%);
  left: 0px;
  z-index: -1;
}

.banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-sec {
  font-family: "Chivo" !important;
  font-size: 37px !important;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1810px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-sec {
    font-size: 32px !important;
  }
}

.banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-sec span {
  position: absolute;
  bottom: -28px;
  text-transform: none !important;
}

@media only screen and (max-width: 1810px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-sec span {
    bottom: -15px;
  }
}

@media only screen and (max-width: 1680px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-sec span {
    bottom: -19px;
  }
}

@media only screen and (max-width: 992px) {
  .banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-sec span {
    bottom: -23px;
  }
}

.banner-homepage4-s .jmscountdown-elements .ceefer-countdown .countdown-sec:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f1f1f1;
  position: absolute;
  top: calc(100% - 53%);
  left: 0px;
  z-index: -1;
}

.banner-homepage4-s .banner-home04-left .rev_slider .tp-revslider-slidesli {
  position: relative !important;
}

@media only screen and (max-width: 1024px) {
  .banner-homepage4-s .banner-home04-left .rev_slider .tp-revslider-slidesli .rev-btn {
    position: absolute;
    top: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-homepage4-s .banner-home04-left .rev_slider .tp-revslider-slidesli .img-right {
    position: absolute;
    bottom: -35px;
  }
}

/**
 * Service
 */
@media only screen and (max-width: 1024px) {
  .wrp-header-4 .ceefer-effect-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .wrp-header-4 .ceefer-effect-svg {
    display: block;
  }
}

/**
 *
 * Brand - HomePage
 *
 */
.brand-homepage .brands-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.brand-homepage .brands-item-wrap .brand-item {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .brand-homepage .brands-item-wrap .brand-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .brand-homepage .brands-item-wrap .brand-item:nth-child(2n+1) {
    clear: both;
  }
}

.brand-homepage .brands-item-wrap .brand-item img {
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}

.brand-homepage .brands-item-wrap .brand-item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/**
 *
 * Paralax
 *
 */
.paralax-subscire {
  background-image: url("assets/images/background/paralax.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0;
}

.container-paralax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 300px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-paralax {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .container-paralax {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-paralax .vc_col-sm-6 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

.container-paralax .wpb_content_element {
  margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .container-paralax .wpb_content_element {
    text-align: center;
    margin-bottom: 20px;
  }
}

.container-paralax .wpb_content_element .mc4wp-form>div {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.container-paralax .wpb_content_element .mc4wp-form input[type="email"] {
  height: 56px;
  line-height: 56px;
}

.container-paralax .wpb_content_element .mc4wp-form input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
}

.container-paralax .wpb_content_element .mc4wp-form input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

.container-paralax .wpb_content_element .mc4wp-form input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}

.container-paralax .wpb_content_element .mc4wp-form input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

.container-paralax .wpb_content_element .mc4wp-form button {
  background-image: -webkit-linear-gradient(355deg, #fd5e4d, #fd165b) !important;
  background-image: -o-linear-gradient(355deg, #fd5e4d, #fd165b) !important;
  background-image: linear-gradient(95deg, #fd5e4d, #fd165b) !important;
  height: 56px;
  margin-left: -5px;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

.container-paralax .wpb_content_element .mc4wp-form p {
  color: #666666;
}

.container-paralax h3 {
  font-size: 30px;
  font-family: Work Sans;
  color: #fff;
  font-weight: normal;
}

.container-paralax p {
  font-size: 15px;
  font-family: Chivo;
  color: #fff;
}

/**
 * Instagram
 */
.instagram-blog .vc_custom_heading {
  font-weight: 500;
}

.instagram-blog .wpb_content_element {
  margin-bottom: 41px;
}

/**
 * BLog
 */
.blog-homepage04 .vc_custom_heading {
  font-weight: 500;
}

.blog-homepage04 .wpb_content_element {
  margin-bottom: 42px;
}

.blog-homepage04 .jmsblog-elements .article-body-container {
  text-align: left;
}

.blog-homepage04 .jmsblog-elements .article-body-container .entry-title a,
.blog-homepage04 .jmsblog-elements .article-body-container .recent-posts-info a,
.blog-homepage04 .jmsblog-elements .article-body-container .widget_categories ul li a,
.widget_categories ul .blog-homepage04 .jmsblog-elements .article-body-container li a {
  font-family: "Chivo";
  font-size: 19px;
  font-weight: 400;
  color: #000;
}

.blog-homepage04 .jmsblog-elements .article-body-container .ceefer-entry-meta ul li {
  color: #666;
  font-family: "Chivo";
  font-size: 13px;
  margin-right: 3px;
}

.blog-homepage04 .jmsblog-elements .article-body-container .ceefer-entry-meta ul li a {
  color: #666;
  font-family: "Chivo";
  font-size: 13px;
}

.blog-homepage04 .jmsblog-elements .article-body-container .ceefer-entry-meta ul li:not(:last-child):after {
  content: "/";
}

/**
 *
 * Toggle
 *
 */
.has-toggle-sidebar .toggle-sidebar-widget {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.7);
  /**
		 * Instagram
		 */
}

.has-toggle-sidebar .toggle-sidebar-widget .vc_custom_heading {
  font-family: "Work Sans" !important;
  margin-bottom: 25px;
}

.has-toggle-sidebar .toggle-sidebar-widget .toggle-about-us {
  font-size: 15px;
  font-family: "Chivo";
  margin-bottom: 110px;
}

.has-toggle-sidebar .toggle-sidebar-widget .ctc-about {
  margin-top: 150px;
}

.has-toggle-sidebar .toggle-sidebar-widget .ctc-about .wpb_text_column {
  text-align: center;
  margin-bottom: 19px;
}

.has-toggle-sidebar .toggle-sidebar-widget .ctc-about .wpb_text_column p:first-child {
  margin-bottom: 8px;
  font-family: Chivo;
  font-size: 14px;
  color: #666;
}

.has-toggle-sidebar .toggle-sidebar-widget .ctc-about .wpb_text_column p:last-child {
  font-family: Work Sans;
  font-size: 22px;
  color: #c02222;
  font-weight: 600;
}

.has-toggle-sidebar .toggle-sidebar-widget .ctc-about .ceefer-social-icons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.has-toggle-sidebar .toggle-sidebar-widget .ctc-about .ceefer-social-icons .social-facebook {
  color: #4867aa;
}

.has-toggle-sidebar .toggle-sidebar-widget .ctc-about .ceefer-social-icons .social-twitter {
  color: #32ccfe;
}

.has-toggle-sidebar .toggle-sidebar-widget .ctc-about .ceefer-social-icons .social-google-plus {
  color: #d80000;
}

.has-toggle-sidebar .toggle-sidebar-widget .ctc-about .ceefer-social-icons .social-instagram {
  color: #a88a60;
}

.has-toggle-sidebar .toggle-sidebar-widget .ctc-about .ceefer-social-icons .social-pinterest {
  color: #a70000;
}

.has-toggle-sidebar .toggle-sidebar-widget .ctc-about .ceefer-social-icons a {
  margin: 2px;
}

.has-toggle-sidebar .toggle-sidebar-widget .ctc-about .ceefer-social-icons a i {
  font-size: 20px;
}

.has-toggle-sidebar .toggle-sidebar-widget .instagram-picture .hover-mask {
  padding: 0px;
}

.has-toggle-sidebar .toggle-sidebar-widget .instagram-picture .hover-mask .instagram-like,
.has-toggle-sidebar .toggle-sidebar-widget .instagram-picture .hover-mask .instagram-comment {
  padding-left: 1px;
  padding-right: 1px;
}

.has-toggle-sidebar .toggle-sidebar-widget .vc_column_container>.vc_column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.wrp-header-5 .page-container .page>.entry-content {
  margin-bottom: 100px;
}

.homepage-headiing {
  margin-top: 87px;
}

.homepage-headiing .wpb_text_column {
  margin-bottom: 0px;
}

.homepage-headiing .wpb_text_column h2 {
  text-align: center;
  font-size: 39px;
  font-family: "Work Sans";
  color: #000;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 0px;
}

@media only screen and (max-width: 480px) {
  .homepage-headiing .wpb_text_column h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

.homepage-headiing .wpb_text_column h3 {
  text-align: center;
  font-size: 21px;
  font-family: "Chivo";
  color: #dda274;
  line-height: 55px;
  letter-spacing: 3px;
  padding-top: 10px;
}

@media only screen and (max-width: 480px) {
  .homepage-headiing .wpb_text_column h3 {
    line-height: 45px;
    padding-top: 0px;
  }
}

/**
  * Banner
  */
.banner-homepag05 .vc_column_container .vc_column-inner {
  padding-left: 10px;
  padding-right: 10px;
}

.banner-homepag05 .banner-box {
  margin-bottom: 20px;
}

.banner-homepag05 .banner-box .banner-image img {
  width: 100%;
  min-height: 355px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .banner-homepag05 .banner-box .banner-image img {
    min-height: 285px;
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .banner-homepag05 .banner-box .banner-image img {
    min-height: 214px;
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-homepag05 .banner-box .banner-image img {
    min-height: auto;
  }
}

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

.banner-homepag05 .banner-box .banner-text .content {
  margin-top: 30px;
  margin-left: 15px;
}

.banner-homepag05 .banner-box .banner-text .content .title p {
  letter-spacing: 0px;
}

.banner-homepag05 .banner-box .banner-text .content .subtitle p {
  margin-top: 10px;
  font-weight: 600;
  font-family: 'Work Sans';
}

.tab-home05 {
  margin-top: 70px;
}

.tab-home05 .vc_custom_heading {
  font-weight: 500;
  padding-bottom: 15px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {

  .tab-home05.product-tab-home .product-tab-content .products .item:nth-child(5n+1),
  .tab-home05.product-tab-home .product-tab-content .products .item:nth-child(4n+1) {
    float: left;
    clear: unset !important;
  }
}

/**
 *
 * Toggle - Style
 *
 */
.toggle-styles .vc_custom_heading {
  font-family: "Work Sans" !important;
  margin-bottom: 25px;
}

.toggle-styles .toggle-about-us {
  font-size: 15px;
  font-family: "Chivo";
  margin-bottom: 110px;
}

.toggle-styles .ctc-about {
  margin-top: 150px;
}

.toggle-styles .ctc-about .wpb_text_column {
  text-align: center;
}

.toggle-styles .ctc-about .wpb_text_column p:first-child {
  margin-bottom: 1px;
  font-family: Chivo;
  font-size: 14px;
  color: #666;
}

.toggle-styles .ctc-about .wpb_text_column p:last-child {
  font-family: Work Sans;
  font-size: 22px;
  color: #c02222;
  font-weight: 500;
}

.toggle-styles .ctc-about .ceefer-social-icons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.toggle-styles .ctc-about .ceefer-social-icons .social-facebook {
  color: #4867aa;
}

.toggle-styles .ctc-about .ceefer-social-icons .social-twitter {
  color: #32ccfe;
}

.toggle-styles .ctc-about .ceefer-social-icons .social-google-plus {
  color: #d80000;
}

.toggle-styles .ctc-about .ceefer-social-icons .social-instagram {
  color: #a88a60;
}

.toggle-styles .ctc-about .ceefer-social-icons .social-pinterest {
  color: #a70000;
}

.toggle-styles .ctc-about .ceefer-social-icons a i {
  font-size: 20px;
}

.wrp-header-6 {
  /**
 * Main
 */
  /**
 * Sidebar
 */
}

.wrp-header-6 .main-header {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .wrp-header-6 .main-header {
    display: block;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .wrp-header-6 .main-header {
    display: block;
    margin-bottom: 0px;
  }
}

.wrp-header-6 .wide-container {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.wrp-header-6 .wide-container .content-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrp-header-6 .page-container .page>.entry-content {
  margin-bottom: 0px;
}

.wrp-header-6 .footer-style-6 {
  display: none;
}

.wrp-header-6 .items-home06 {
  overflow: unset;
}

.wrp-header-6 .main-page-wrapper .main-homepage-sidebar.left-sidebar {
  left: 19%;
  width: 81%;
  padding-left: 0px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1280px) {
  .wrp-header-6 .main-page-wrapper .main-homepage-sidebar.left-sidebar {
    left: 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .wrp-header-6 .main-page-wrapper .main-homepage-sidebar.left-sidebar {
    left: 0px;
    width: 100%;
  }
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage {
  background-color: #fafafa;
  -webkit-box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.08);
  padding-left: 50px;
  padding-right: 50px;
  max-width: 19%;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage.left-sidebar {
  right: calc(100% - 19%);
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1280px) {
  .wrp-header-6 .main-page-wrapper .sidebar-homepage.left-sidebar {
    padding-left: 23px;
    padding-right: 13px;
  }
}

@media only screen and (max-width: 1280px) {
  .wrp-header-6 .main-page-wrapper .sidebar-homepage.left-sidebar {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .wrp-header-6 .main-page-wrapper .sidebar-homepage.left-sidebar {
    display: none;
  }
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-logo {
  margin-top: 40px;
  text-align: left;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .s-siderbar {
  margin: 80px auto;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .s-siderbar .btn-group {
  width: 100%;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .s-siderbar .search-form {
  border-bottom: 2px solid #ebebeb;
  width: 100%;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .s-siderbar .search-form input[type="text"] {
  height: 40px !important;
  line-height: 40px !important;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  border-color: transparent;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .s-siderbar .search-form .search-submit {
  height: 40px !important;
  right: -12px;
  left: unset;
  height: auto;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .s-siderbar .search-form .search-submit:after {
  font-size: 22px;
  color: #222222 !important;
  content: "\e86f";
  font-family: 'Linearicons-Free';
  font-weight: 400;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-menu .vertical-menu {
  text-align: left;
  margin-bottom: 75px;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-menu .vertical-menu>li>a {
  color: #000000;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-action .top-bar-logout {
  display: block;
  width: 100%;
  color: #666;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-action .top-bar-logout:hover {
  color: #c02222;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-action .header-block {
  display: block;
  padding-left: 0px;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-action .header-block .wishlist-left-sidebar a::before {
  content: "Wishlist";
  font-family: "Work Sans", sans-serif;
  line-height: 30px;
  font-size: 15px;
  height: 30px;
  color: #666;
  font-weight: 400;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-action .header-block .wishlist-left-sidebar a:hover:before {
  color: #c02222 !important;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-action .header-block .wishlist-left-sidebar a:hover span {
  color: #c02222;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-action .header-block .wishlist-left-sidebar a span {
  margin-left: 5px;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-action .header-block .cart-left-sidebar {
  margin-top: 8px;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-action .header-block .cart-left-sidebar a {
  content: "Shopping Cart" !important;
  font-family: "Work Sans", sans-serif !important;
  line-height: 30px;
  font-size: 15px;
  height: 30px;
  color: #c02222 !important;
  font-weight: 500;
  width: 100% !important;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-action .header-block .cart-left-sidebar a .cart-count {
  font-size: 15px;
  color: #c02222;
  background-color: transparent;
  bottom: 1px !important;
  font-weight: 500;
  background-image: none !important;
  font-style: normal;
  position: unset;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-action .header-block .cart-left-sidebar a span {
  margin-left: 5px;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-action .header-block .cart-left-sidebar a em {
  font-style: normal;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-bottom {
  margin-top: 70px;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-bottom p {
  font-size: 14px;
  line-height: 1.8;
  font-family: "Work Sans", sans-serif;
  color: #666;
  font-weight: 400;
  margin-bottom: 0px;
}

.wrp-header-6 .main-page-wrapper .sidebar-homepage .header-bottom p span {
  color: #c02222;
  font-weight: normal !important;
}

/**
 * banner
 */
.f-banner-home06 {
  padding-left: 75px;
  padding-right: 65px;
  padding-top: 65px;
}

@media (max-width: 1450px) {
  .f-banner-home06 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 1450px) {
  .f-banner-home06 {
    padding-right: 14px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 1280px) {
  .f-banner-home06 {
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .f-banner-home06 {
    padding-left: 75px;
    padding-right: 65px;
    padding-top: 65px;
  }
}

@media only screen and (max-width: 992px) {
  .f-banner-home06 {
    padding-left: 44px;
    padding-right: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .f-banner-home06 .vc_col-sm-3 {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .f-banner-home06 .vc_col-sm-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .f-banner-home06 .banner-box .banner-image img {
    width: 100%;
  }
}

.f-banner-home06 .banner-box .banner-text .banner-inner {
  height: 100%;
}

.f-banner-home06 .banner-box .banner-text .banner-inner .content {
  height: 100%;
}

.f-banner-home06 .banner-box .banner-text .banner-inner .content .title {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-banner-home06 .banner-box .banner-text .banner-inner .content .title p {
  font-family: "Work Sans";
  font-size: 22px;
  color: #fff;
}

/**
 * New - product
 */
.home06-new-product {
  margin-top: 57px;
}

.home06-new-product .vc_custom_heading {
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .home06-new-product .owl-carousel .owl-item {
    margin-right: 0px;
  }
}

/**
 * Blog
 */
.items-home06 .vc_custom_heading {
  font-weight: 500;
}

.blog-home6 .wpb_content_element {
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .jmsblog-elements .ceefer-loop-blog .blog-post-loop {
    text-align: center;
  }
}

.jmsblog-elements .article-body-container .entry-title a,
.jmsblog-elements .article-body-container .recent-posts-info a,
.jmsblog-elements .article-body-container .widget_categories ul li a,
.widget_categories ul .jmsblog-elements .article-body-container li a {
  font-size: 19px;
  color: #000;
  font-family: 'Chivo', sans-serif;
}

.jmsblog-elements .article-body-container .entry-meta ul li {
  color: #666;
  margin-right: 3px;
  font-family: 'Chivo', sans-serif;
  font-size: 13px;
}

.jmsblog-elements .article-body-container .entry-meta ul li:not(:last-child):after {
  content: '/';
}

.jmsblog-elements .article-body-container .entry-meta ul li a span {
  font-family: 'Chivo', sans-serif;
  font-size: 13px;
  color: #666;
}

/**
 * Testimonial
 *
 */
.testimonal-hom06 .testimonials {
  background-color: #f7f7f7;
}

@media only screen and (max-width: 1810px) {
  .testimonal-hom06 .testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.testimonal-hom06 .testimonials .owl-stage-outer {
  max-width: 970px;
  width: 100%;
  margin-left: 80px;
  margin-right: auto;
}

@media only screen and (max-width: 1810px) {
  .testimonal-hom06 .testimonials .owl-stage-outer {
    max-width: 100%;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .testimonal-hom06 .testimonials .owl-stage-outer {
    max-width: 100%;
    margin-left: auto;
    padding-top: 0px;
    min-height: 230px;
  }
}

.testimonal-hom06 .testimonials.owl-carousel {
  z-index: 0;
}

.testimonal-hom06 .testimonials .testimonial-box {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 480px) {
  .testimonal-hom06 .testimonials .testimonial-box {
    padding-left: 0px;
  }
}

.testimonal-hom06 .testimonials .testimonial-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 192px;
}

@media only screen and (max-width: 1810px) {
  .testimonal-hom06 .testimonials .testimonial-inner {
    min-height: 150px;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .testimonal-hom06 .testimonials .testimonial-inner {
    display: block;
  }
}

.testimonal-hom06 .testimonials .testimonial-inner .content {
  width: 48%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
  font-size: 15px;
  color: #666;
  font-family: 'Chivo', sans-serif;
}

@media only screen and (max-width: 1810px) {
  .testimonal-hom06 .testimonials .testimonial-inner .content {
    width: 100%;
    margin: 0px 20px auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .testimonal-hom06 .testimonials .testimonial-inner .content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    text-align: center;
  }
}

.testimonal-hom06 .testimonials .testimonial-inner footer {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  width: 25%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1810px) {
  .testimonal-hom06 .testimonials .testimonial-inner footer {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .testimonal-hom06 .testimonials .testimonial-inner footer {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.testimonal-hom06 .testimonials .testimonial-inner footer::after {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #ebebeb;
  right: 0px;
  left: unset;
  top: 75px;
}

@media only screen and (max-width: 1810px) {
  .testimonal-hom06 .testimonials .testimonial-inner footer::after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .testimonal-hom06 .testimonials .testimonial-inner footer::after {
    display: none;
  }
}

.testimonal-hom06 .testimonials .testimonial-inner footer .testimonial-footer-inner {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  vertical-align: middle;
  text-align: left;
  margin-left: 20px;
}

@media only screen and (max-width: 1810px) {
  .testimonal-hom06 .testimonials .testimonial-inner footer .testimonial-footer-inner {
    margin-left: 7px;
  }
}

.testimonal-hom06 .testimonials .testimonial-inner footer .testimonial-footer-inner .name {
  font-family: "Work Sans";
  color: #000000;
}

.testimonal-hom06 .testimonials .testimonial-inner footer .testimonial-footer-inner .office {
  font-family: 'Chivo', sans-serif;
  font-size: 13px;
}

.testimonal-hom06 .testimonials .testimonial-inner footer .testimonial-avatar {
  margin-bottom: 0px;
}

.testimonal-hom06 .testimonials .owl-dots {
  position: absolute;
  top: 27%;
  right: 87px;
}

@media only screen and (max-width: 1810px) {
  .testimonal-hom06 .testimonials .owl-dots {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px !important;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .testimonal-hom06 .testimonials .owl-dots {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.testimonal-hom06 .testimonials .owl-dots .owl-dot {
  display: block;
  margin-bottom: 13px;
  position: relative;
  min-height: 5px;
}

.testimonal-hom06 .testimonials .owl-dots .owl-dot span {
  width: 18px;
  height: 3px;
  background: #CCCCCC;
  position: absolute;
  right: 0px;
}

@media only screen and (max-width: 1810px) {
  .testimonal-hom06 .testimonials .owl-dots .owl-dot span {
    position: unset;
  }
}

@media only screen and (max-width: 767px) {
  .testimonal-hom06 .testimonials .owl-dots .owl-dot span {
    position: unset;
  }
}

.testimonal-hom06 .testimonials .owl-dots .owl-dot.active span {
  width: 30px;
  background-color: #c02222;
}

/**
 *
 * Respon - Home06
 *
 */
@media (max-width: 1450px) {
  .items-paddings>.container {
    width: 1024px;
  }
}

@media only screen and (max-width: 1280px) {
  .items-paddings>.container {
    width: 970px;
  }
}

@media only screen and (max-width: 1024px) {
  .items-paddings>.container {
    width: 800px;
  }
}

@media only screen and (max-width: 992px) {
  .items-paddings>.container {
    width: auto;
  }
}

@media (max-width: 1450px) {
  .home06-new-product .ceefer-custom-grid .products .product .product-hover-home1 .product-thumb img {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .home06-new-product .ceefer-custom-grid .products .product .product-hover-home1 .product-thumb img {
    width: auto !important;
  }
}

@media only screen and (max-width: 1024px) {
  .home06-new-product .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview a {
    font-size: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .home06-new-product .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1024px) {
  .home06-new-product .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button {
    font-size: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .home06-new-product .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button {
    font-size: 13px;
  }
}

.wrp-header-7 .main-page-wrapper .wide-container {
  width: 1175px;
}

@media (max-width: 1360px) {
  .wrp-header-7 .main-page-wrapper .wide-container {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .wrp-header-7 .brand-homepage {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .wrp-header-7 .brand-homepage {
    margin-top: 50px;
  }
}

/**
 * Category
 */
.wp7-top-first .menu-cat-home .vc_custom_heading {
  margin-bottom: 0px;
  padding: 10px;
  padding-left: 20px;
  font-size: 22px;
  font-family: 'Work Sans', sans-serif;
  background-color: #c02222;
  color: #ffffff;
}

@media only screen and (max-width: 800px) {
  .wp7-top-first .menu-cat-home .vc_custom_heading {
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 768px) {
  .wp7-top-first .menu-cat-home .vc_custom_heading {
    font-size: 16px !important;
    padding: 5px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 789px) and (max-width: 959px) {
  .wp7-top-first .menu-cat-home .vc_custom_heading {
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .wp7-top-first .menu-cat-home .vc_custom_heading {
    padding: 10px;
    font-size: 22px !important;
  }
}

.wp7-top-first .menu-cat-home ul {
  list-style-type: none;
  padding-left: 0px;
}

@media only screen and (max-width: 767px) {
  .wp7-top-first .menu-cat-home ul {
    margin-bottom: 30px;
  }
}

.wp7-top-first .menu-cat-home ul li {
  height: 47px;
  line-height: 47px;
  padding-left: 20px;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 1810px) {
  .wp7-top-first .menu-cat-home ul li {
    height: 45px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 1280px) {
  .wp7-top-first .menu-cat-home ul li {
    height: 47px;
    line-height: 47px;
  }
}

@media only screen and (max-width: 1200px) {
  .wp7-top-first .menu-cat-home ul li {
    height: 46px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 1024px) {
  .wp7-top-first .menu-cat-home ul li {
    height: 38px;
    line-height: 38px;
  }
}

@media only screen and (max-width: 992px) {
  .wp7-top-first .menu-cat-home ul li {
    height: 33px;
    line-height: 33px;
  }
}

@media only screen and (max-width: 800px) {
  .wp7-top-first .menu-cat-home ul li {
    height: 32px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .wp7-top-first .menu-cat-home ul li {
    height: 47px;
    line-height: 47px;
  }
}

.wp7-top-first .menu-cat-home ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.wp7-top-first .menu-cat-home ul li a {
  font-size: 15px;
  font-family: 'Chivo', sans-serif;
  color: #666;
  position: absolute;
}

@media only screen and (max-width: 800px) {
  .wp7-top-first .menu-cat-home ul li a {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 767px) {
  .wp7-top-first .menu-cat-home ul li a {
    font-size: 15px !important;
  }
}

.wp7-top-first .menu-cat-home ul li:hover a {
  color: #c02222;
  cursor: pointer;
}

.wp7-top-first .menu-cat-home .wpb_content_element {
  margin-bottom: 0px;
}

/**
 * Banner - 7
 */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .two-banner-h7 .vc_col-sm-6 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .two-banner-h7 .vc_col-sm-6 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .two-banner-h7 .banner-box .banner-inner {
    position: absolute;
    bottom: 50px;
  }
}

.two-banner-h7 .banner-box .banner-image img {
  width: 100%;
}

.two-banner-h7 .banner-box .banner-text {
  padding-left: 50px;
}

@media only screen and (max-width: 800px) {
  .two-banner-h7 .banner-box .banner-text {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}

.two-banner-h7 .banner-box .banner-text .content .title {
  margin-bottom: 12px;
}

.two-banner-h7 .banner-box .banner-text .content .title p {
  font-size: 30px;
  color: #000000;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  line-height: 35px;
}

@media only screen and (max-width: 375px) {
  .two-banner-h7 .banner-box .banner-text .content .title p {
    line-height: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .two-banner-h7 .banner-box .banner-text .content .title {
    margin-bottom: 9px;
  }
}

.two-banner-h7 .banner-box .banner-text .content .subtitle {
  margin-bottom: 20px;
}

.two-banner-h7 .banner-box .banner-text .content .subtitle p {
  font-family: 'Chivo', sans-serif;
}

/**
 * Special - Product
 */
.single-special-home .wpb_wrapper {
  border: 2px solid #c02222;
  text-align: center;
}

.single-special-home .jmshotdealproduct-elements {
  border: 0px;
  padding: 0px;
}

.single-special-home .jmshotdealproduct-elements .badge {
  left: 16px;
  top: 16px;
  background-color: #fa5353;
}

.single-special-home .jmshotdealproduct-elements .hotdeal-label {
  top: 18px;
  right: -6px;
  background-color: transparent;
  background-image: url("assets/images/background/hots-deals.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  padding-right: 0px;
  padding-left: 17px;
  min-width: 162px;
}

@media only screen and (max-width: 375px) {
  .single-special-home .jmshotdealproduct-elements .hotdeal-label {
    top: 0px;
  }
}

.single-special-home .jmshotdealproduct-elements .hotdeal-row {
  display: block;
  overflow: hidden;
}

.single-special-home .jmshotdealproduct-elements .hotdeal-row .text-center {
  margin-top: 0px;
  margin-bottom: 0px;
}

.single-special-home .jmshotdealproduct-elements .hotdeal-row .text-center .product-image-link .content-product-image {
  display: none;
}

.single-special-home .jmshotdealproduct-elements .hotdeal-row .text-center .product-image-link img {
  height: auto;
  max-width: 467px;
  width: 100%;
}

.single-special-home .jmshotdealproduct-elements .hotdeal-row .hotdeal-info {
  text-align: center;
  margin-top: -37px;
}

.single-special-home .jmshotdealproduct-elements .hotdeal-row .hotdeal-info .btn-add-cart {
  display: none;
}

.single-special-home .jmshotdealproduct-elements .hotdeal-row .hotdeal-info .price {
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  color: #000000;
}

.single-special-home .jmshotdealproduct-elements .hotdeal-row .hotdeal-info .price del {
  display: none;
}

.single-special-home .jmshotdealproduct-elements .hotdeal-row .hotdeal-info .price ins .woocommerce-Price-amount {
  display: block;
  margin-bottom: 7px;
}

.single-special-home .jmshotdealproduct-elements .hotdeal-row .hotdeal-info .price ins span {
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  color: #000000;
}

.single-special-home .jmshotdealproduct-elements .hotdeal-row .hotdeal-info .product-title a {
  font-family: 'Chivo', sans-serif;
  font-size: 16px;
  color: #666666;
}

.single-special-home .jmshotdealproduct-elements .hotdeal-row .hotdeal-info .product-title a:hover {
  color: #c02222;
}

.single-special-home .jmshotdealproduct-elements .hotdeal-row .hotdeal-info .star-rating {
  margin-left: auto;
  margin-right: auto;
}

.single-special-home .jmshotdealproduct-elements .hotdeal-row .hotdeal-info .star-rating span::before {
  color: #c02222;
}

@media only screen and (max-width: 768px) {
  .single-special-home .line-middle {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .single-special-home .line-middle {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.single-special-home .line-middle .wpb_wrapper {
  border: 0px;
  text-align: center;
}

.single-special-home .time-deail-special {
  width: 80%;
  margin: 0px auto;
}

@media (max-width: 1360px) {
  .single-special-home .time-deail-special {
    width: 100%;
  }
}

.single-special-home .time-deail-special .wpb_wrapper {
  border: none;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}

.single-special-home .time-deail-special .txt-time>.vc_column-inner {
  padding-right: 0px;
}

.single-special-home .time-deail-special .txt-time .wpb_content_element {
  margin-bottom: 32px;
}

.single-special-home .time-deail-special .txt-time p {
  font-size: 16px;
  font-family: 'Chivo', sans-serif;
  color: #666;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -4px;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .single-special-home .time-deail-special .txt-time p {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .single-special-home .time-deail-special .txt-time p {
    text-align: center;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .single-special-home .time-deail-special .txt-time p {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .single-special-home .time-deail-special .txt-time p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .single-special-home .time-deail-special .txt-time {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .single-special-home .time-deail-special .txt-time {
    width: 100%;
  }
}

.single-special-home .time-deail-special .box-show-time {
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .single-special-home .time-deail-special .box-show-time {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .single-special-home .time-deail-special .box-show-time {
    width: 100%;
    text-align: center;
  }
}

.single-special-home .time-deail-special .box-show-time .jmscountdown-elements {
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .single-special-home .time-deail-special .box-show-time .jmscountdown-elements {
    width: 100%;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .single-special-home .time-deail-special .box-show-time .jmscountdown-elements {
    width: 100%;
    text-align: center;
  }
}

.single-special-home .time-deail-special .box-show-time .jmscountdown-elements .ceefer-countdown span {
  min-width: 50px;
  min-height: 50px;
  font-size: 27px;
  font-family: 'Chivo', sans-serif;
  color: #666;
  background: url("assets/images/background/bg-time.jpg");
  background-repeat: repeat-x;
  background-position: top left;
}

.single-special-home .time-deail-special .box-show-time .jmscountdown-elements .countdown-days span {
  display: none;
}

.single-special-home .time-deail-special .box-show-time .jmscountdown-elements .countdown-hours span {
  display: none;
}

.single-special-home .time-deail-special .box-show-time .jmscountdown-elements .countdown-min span {
  display: none;
}

.single-special-home .time-deail-special .box-show-time .jmscountdown-elements .countdown-sec span {
  display: none;
}

.single-special-home .line-middle {
  margin: 39px auto;
}

@media only screen and (max-width: 992px) {
  .single-special-home .line-middle {
    padding: 0px 16px;
  }
}

.single-special-home .line-middle .sold-product {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.single-special-home .line-middle .sold-product .has-sold {
  position: absolute;
  top: -26px;
  left: 0px;
}

.single-special-home .line-middle .sold-product .total-sp {
  position: absolute;
  top: -27px;
  right: 0px;
}

.single-special-home .line-middle .sold-product p {
  font-size: 13px;
  font-family: 'Chivo', sans-serif;
  color: #666666;
}

.single-special-home .line-middle .sold-product p strong {
  color: #000000;
}

/**
 * Banner
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-feature-home7 .single-special-home {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-feature-home7 .single-special-home .txt-time {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-feature-home7 .single-special-home .box-show-time {
    width: 55%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-feature-home7 .product-related-pecial {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-feature-home7 .jmsproduct-elements .products .item {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .banner-feature-home7 .jmsproduct-elements .products .item {
    border: 1px solid transparent;
  }
}

.banner-feature-home7 .jmsproduct-elements .products .item .product-hover-home1 {
  min-height: 355px;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .banner-feature-home7 .jmsproduct-elements .products .item .product-hover-home1 {
    border: 1px solid transparent;
  }
}

.banner-feature-home7 .jmsproduct-elements .products .item .product-hover-home1 .product-info {
  padding-top: 14px;
}

.banner-feature-home7 .jmsproduct-elements .products .item .product-hover-home1 .product-image-shadow {
  margin-bottom: 7px;
}

.banner-feature-home7 .jmsproduct-elements .products .item .product-hover-home1 .product-thumb {
  min-height: calc(280px - 58px);
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .banner-feature-home7 .jmsproduct-elements .products .item .product-hover-home1 .product-thumb {
    min-height: calc(250px - 58px);
  }
}

.banner-feature-home7 .jmsproduct-elements .products .item .product-hover-home1 .product-thumb img {
  max-width: 210px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-feature-home7 .jmsproduct-elements .products .item .product-hover-home1 .product-thumb img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-feature-home7 .jmsproduct-elements .products .item .product-hover-home1 .product-thumb img {
    max-width: 100%;
  }
}

.banner-feature-home7 .jmsproduct-elements .products .item .btn-group-cq {
  margin-top: -56px !important;
}

.banner-feature-home7 .jmsproduct-elements .products .item .btn-group-cq .btn-quickview {
  width: calc(50% - 2px) !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-feature-home7 .jmsproduct-elements .products .item .btn-group-cq .btn-quickview {
    width: calc(50% - 2px) !important;
  }
}

/**
 *
 * Blog
 *
 */
.padding-home7 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 480px) {
  .padding-home7 {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

/**
 *
 * Product - Column
 *
 */
.three-column-product .vc_custom_heading {
  margin-bottom: 20px;
  font-weight: 500;
}

.three-column-product .vc_custom_heading:after {
  content: "";
  width: 53px;
  height: 3px;
  background-color: #c02222;
  display: block;
  margin-top: 3px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .three-column-product .new-product-s,
  .three-column-product .feature-product-s,
  .three-column-product .special-product-s {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .three-column-product .jmsproduct-elements .product {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .three-column-product .jmsproduct-elements .product {
    width: 100% !important;
  }
}

.three-column-product .jmsproduct-elements .product .product-hover-full-info {
  margin-bottom: 0px;
}

.three-column-product .jmsproduct-elements .product:not(:first-child) .product-box,
.three-column-product .jmsproduct-elements .product:not(:first-child) .product-image-shadow {
  border-top: 1px solid #ebebeb;
}

.three-column-product .jmsproduct-elements .product .product-box,
.three-column-product .jmsproduct-elements .product .product-image-shadow {
  min-height: 155px;
}

.three-column-product .jmsproduct-elements .product .product-box .price,
.three-column-product .jmsproduct-elements .product .product-image-shadow .price,
.three-column-product .jmsproduct-elements .product .product-box ins,
.three-column-product .jmsproduct-elements .product .product-image-shadow ins {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
}

.three-column-product .jmsproduct-elements .product .product-box .product-detail .product-title a:hover,
.three-column-product .jmsproduct-elements .product .product-image-shadow .product-detail .product-title a:hover {
  color: #c02222 !important;
}

.three-column-product .jmsproduct-elements .product .product-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 160px;
}

@media only screen and (max-width: 767px) {
  .three-column-product .jmsproduct-elements .product .product-thumb {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.three-column-product .jmsproduct-elements .product .product-thumb .top-information {
  position: unset;
  padding: 30px 10px 35px;
}

.three-column-product .jmsproduct-elements .product .product-thumb .top-information .product-title {
  margin-top: 5px;
  margin-bottom: 8px;
}

.three-column-product .jmsproduct-elements .product .product-thumb .top-information .product-title a {
  font-family: 'Chivo', sans-serif;
  font-size: 16px;
  color: #666;
}

.three-column-product .jmsproduct-elements .product .product-thumb .badge,
.three-column-product .jmsproduct-elements .product .product-thumb .new {
  display: none;
}

/**
 *
 * Testimonals
 *
 */
.home07-testimonal .vc_custom_heading {
  font-weight: 500;
}

.home07-testimonal .testimonials-grid {
  margin-top: 70px;
}

.home07-testimonal .testimonials-grid .testimonial-box .testimonial-inner footer {
  padding-right: 95px;
  padding-left: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home07-testimonal .testimonials-grid .testimonial-box .testimonial-inner footer {
    padding-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .home07-testimonal .testimonials-grid .testimonial-box .testimonial-inner footer {
    padding-right: 0px;
  }
}

.home07-testimonal .testimonials-grid .testimonial-box .testimonial-inner footer::after {
  left: unset;
  right: 0;
  color: #e4e4e4;
  font-size: 60px;
}

.home07-testimonal .testimonials-grid .testimonial-box .testimonial-inner footer .testimonial-footer-inner {
  text-align: left;
  margin-left: 10px;
}

.home07-testimonal .testimonials-grid .testimonial-box .testimonial-inner footer .testimonial-footer-inner .name {
  color: #000;
  font-family: 'Work Sans', sans-serif;
}

.home07-testimonal .testimonials-grid .testimonial-box .testimonial-inner footer .testimonial-footer-inner .office {
  color: #666;
  font-family: 'Chivo', sans-serif;
}

.home07-testimonal .testimonials-grid .testimonial-box .testimonial-inner .content {
  font-size: 15px;
  color: #666;
  font-family: 'Chivo', sans-serif;
}

@media only screen and (max-width: 767px) {
  .home07-testimonal .testimonials-grid .testimonial-box .testimonial-inner .content {
    text-align: center;
  }
}

/*************BANNER***************/
.banner-box .banner-image img {
  width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .banner-home08 .vc_col-sm-4 {
    width: 50%;
  }
}

.banner-home08 .banner-box .banner-image img {
  width: 100%;
}

.banner-home08 .banner-box .content .title p {
  font-weight: 500;
}

/**
 *
 * Product - Comming - Son
 *
 */
.comming-product .vc_custom_heading {
  font-weight: 500;
}

.comming-product .jmsproduct-elements {
  margin-top: 60px;
}

.comming-product .jmsproduct-elements .owl-carousel .owl-stage .owl-item {
  min-height: 430px;
  overflow: hidden;
}

/**
 * Testimonals
 */
.testimonals-home08 .wp-testimonals {
  padding-top: 86px;
  padding-bottom: 38px;
  background-color: #fafafa;
}

.testimonals-home08 .wp-testimonals .vc_custom_heading {
  font-weight: 500;
}

.testimonals-home08 .wp-testimonals .vc_custom_heading:after {
  content: "";
  width: 50px;
  height: 3px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #c02222;
  margin-top: 11px;
  margin-bottom: 23px;
}

.testimonals-home08 .wp-testimonals .jmstestimonial-elements-2 .testimonial-box {
  min-height: 170px;
}

.testimonals-home08 .wp-testimonals .jmstestimonial-elements-2 .testimonial-inner .content {
  text-align: center;
  font-family: 'Chivo', sans-serif;
  font-size: 15px;
  color: #666;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.testimonals-home08 .wp-testimonals .jmstestimonial-elements-2 .testimonial-inner footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0px;
}

.testimonals-home08 .wp-testimonals .jmstestimonial-elements-2 .testimonial-inner footer::after {
  display: none;
}

.testimonals-home08 .wp-testimonals .jmstestimonial-elements-2 .testimonial-inner footer .name {
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
  color: #000000;
}

.testimonals-home08 .wp-testimonals .jmstestimonial-elements-2 .testimonial-inner footer .office {
  font-size: 13px;
  font-family: 'Chivo', sans-serif;
  color: 666666;
}

.testimonals-home08 .wp-testimonals .jmstestimonial-elements-2 .testimonial-inner footer .testimonial-footer-inner {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
  margin-left: 10px;
}

.testimonals-home08 .wp-testimonals .jmstestimonial-elements-2 .testimonial-inner footer .testimonial-avatar {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0px;
}

/**
 * Brand - Item
 */
@media only screen and (min-width: 1200px) {
  .jmsbrand-elements .brand-item {
    padding: 10px;
  }
}

/**
 * Product - Element
 */
.jmsproduct-elements .star-rating span:before {
  color: #c02222;
}

/* --------- BANNER --------- */
@media only screen and (max-width: 800px) {
  .banner-homepage .wide-container .vc_column_container {
    width: 100%;
  }
}

.banner-homepage .banner-box {
  -webkit-transition: all 1s ease-in 0.2s;
  -o-transition: all 1s ease-in 0.2s;
  transition: all 1s ease-in 0.2s;
}

.banner-homepage .banner-box .banner-image img {
  width: 100%;
}

.banner-homepage .banner-box.banner-txt-right .banner-text .content .btn-wrapper {
  left: unset;
  right: 0;
}

@media only screen and (min-width: 1200px) {
  .banner-homepage .banner-box .banner-text {
    padding: 67px;
  }
}

.banner-homepage .banner-box .banner-text .content {
  position: relative;
}

@media only screen and (max-width: 320px) {
  .banner-homepage .banner-box .banner-text .content {
    padding: 0px;
  }
}

.banner-homepage .banner-box .banner-text .content .title {
  margin-bottom: 10px;
}

.banner-homepage .banner-box .banner-text .content .subtitle {
  margin-bottom: 10px;
}

@media only screen and (max-width: 375px) {
  .banner-homepage .banner-box .banner-text .content .subtitle p {
    font-size: 18px !important;
  }
}

.banner-homepage .banner-box .banner-text .content .subsubtitle {
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  opacity: 1;
}

.banner-homepage .banner-box .banner-text .content .btn-wrapper {
  -webkit-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  margin-top: 23px;
  position: absolute;
  opacity: 0;
}

.banner-homepage .banner-box .banner-text .content .btn-wrapper .simple-link {
  background-color: transparent;
  padding: 12px 30px;
  color: transparent;
  font-size: 14px;
  font-family: 'Work Sans'sans-serif;
}

.banner-homepage .banner-box .banner-text .content .btn-wrapper .simple-link:before {
  display: none;
}

.banner-homepage .banner-box .banner-text .content .btn-wrapper .simple-link:hover {
  background-color: #c02222;
  color: #FFFFFF;
}

.banner-homepage .banner-box:hover .banner-text .content .subsubtitle {
  opacity: 0;
}

.banner-homepage .banner-box:hover .banner-text .content .btn-wrapper {
  margin-top: -23px;
  opacity: 1;
}

.banner-homepage .banner-box:hover .banner-text .content .btn-wrapper .simple-link {
  background-color: #000000;
  color: #FFFFFF;
}

.banner-homepage .banner-box:hover .banner-text .content .btn-wrapper .simple-link:hover {
  background-color: #c02222;
  color: #FFFFFF;
}

.banner-homepage .banner-box.banner-hover-zoom {
  -webkit-perspective: none;
  perspective: none;
}

@media only screen and (min-width: 1200px) {
  .banner-big-padding .banner-text .banner-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/**
 * Home - 10
 */
.papragrap-home {
  letter-spacing: 0.6px !important;
}

.subscribe-homepage .vc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .subscribe-homepage .vc_row {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-homepage .vc_row {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .subscribe-homepage .vc_row .vc_col-sm-6 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

  .subscribe-homepage .vc_row .vc_col-sm-6 h2,
  .subscribe-homepage .vc_row .vc_col-sm-6 p {
    text-align: center !important;
  }
}

.subscribe-homepage .vc_row .wpb_content_element {
  margin-bottom: 0px;
}

.subscribe-homepage .vc_row .vc_custom_heading {
  font-weight: 400;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .subscribe-homepage .vc_row .vc_custom_heading {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-homepage .vc_row p {
    text-align: center !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .subscribe-homepage .mc4wp-form {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-homepage .mc4wp-form {
    margin-top: 30px;
  }
}

.subscribe-homepage .mc4wp-form>div p:first-child {
  max-width: unset;
}

.subscribe-homepage .mc4wp-form .mc4wp-form-fields {
  position: relative;
}

.subscribe-homepage .mc4wp-form .mc4wp-form-fields input[type="email"] {
  border: 1px solid #ebebeb;
  height: 54px;
  line-height: 54px;
}

.subscribe-homepage .mc4wp-form .mc4wp-form-fields .btn-submit {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px !important;
  max-width: 145px;
  max-height: 54px;
  display: block !important;
  width: 100%;
  height: 100%;
  line-height: 48px !important;
  border-radius: 0px !important;
  margin-bottom: 85px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 2s ease 0.4s !important;
  -o-transition: all 2s ease 0.4s !important;
  transition: all 2s ease 0.4s !important;
  background-size: 300% 100%;
  color: #ffffff !important;
  letter-spacing: 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

/* ---------------------------------------------
   16. ADD CSS CATEGORY SHOP
   ------------------------------------------ */
/**
 * Design-Product
 */
@media only screen and (max-width: 767px) {
  .ceefer-custom-grid .products .product.item:nth-child(6n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 480px) {
  .ceefer-custom-grid .products .product {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 320px) {
  .ceefer-custom-grid .products .product {
    width: 100%;
  }
}

.ceefer-custom-grid .products .product .product-hover-home1 {
  text-align: center;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  border: 1px solid transparent;
  position: relative;
  z-index: 5;
  position: relative;
}

.ceefer-custom-grid .products .product .product-hover-home1:before,
.ceefer-custom-grid .products .product .product-hover-home1:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.ceefer-custom-grid .products .product .product-hover-home1:before {
  border-right: 1px solid #c02222;
  border-bottom: 1px solid #c02222;
  bottom: 0;
  right: 0;
}

.ceefer-custom-grid .products .product .product-hover-home1:after {
  border-left: 1px solid #c02222;
  border-top: 1px solid #c02222;
  top: 0;
  left: 0;
}

.ceefer-custom-grid .products .product .product-hover-home1:hover:before,
.ceefer-custom-grid .products .product .product-hover-home1:hover:after {
  opacity: 1;
  height: 100%;
  width: 100%;
}

.ceefer-custom-grid .products .product .product-hover-home1:hover .product-thumb .btn-wishlist {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.ceefer-custom-grid .products .product .product-hover-home1:hover .product-thumb .btn-wishlist .add_to_wishlist::after {
  display: inline;
}

.ceefer-custom-grid .products .product .product-hover-home1:hover .product-thumb .badge {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

.ceefer-custom-grid .products .product .product-hover-home1:hover .product-thumb .badge.new {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.ceefer-custom-grid .products .product .product-hover-home1:hover .btn-group-cq .btn-add-cart {
  opacity: 1;
}

.ceefer-custom-grid .products .product .product-hover-home1:hover .btn-group-cq .btn-quickview {
  opacity: 1;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-image-shadow {
  margin-bottom: 8px;
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq {
  display: -webkit-box;
  max-height: 100%;
  width: 100%;
  min-height: 42px;
  position: absolute;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  z-index: 3;
  bottom: 0px;
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart {
  width: calc(50% - 1px);
  background-color: #ffffff;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart {
    width: calc(100% - 2px);
    border-right: none;
  }
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart a {
  background-color: transparent !important;
  color: #c02222;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart a:hover {
  color: #FFFFFF;
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button {
  padding: 0px;
  line-height: 38px;
  font-size: 14px;
  background: transparent;
  color: #c02222;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-family: "Work Sans";
}

@media only screen and (max-width: 1810px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button {
    padding: 0px;
    line-height: 38px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button {
    padding: 0px;
    line-height: 38px;
    font-size: 14px;
  }
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button.added:before {
  content: "\e87f";
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  font-family: 'Linearicons-Free';
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart:hover {
  background-color: #c02222;
  cursor: pointer;
  border-color: #c02222;
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart:hover .add_to_cart_button {
  color: #ffffff;
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart:hover a {
  color: #ffffff;
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-add-cart .added_to_cart {
  display: none;
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview {
  width: calc(50% - 1px);
  background-color: #ffffff;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview {
    width: calc(50% - 2px);
  }
}

@media only screen and (max-width: 767px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview {
    width: calc(50% - 2px);
  }
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview a {
  padding: 0px;
  line-height: 38px;
  font-size: 14px;
  background: transparent;
  color: #c02222;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 1810px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview a {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview a {
    padding: 0px;
    line-height: 38px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview a {
    padding: 0px;
    line-height: 38px;
    font-size: 14px;
  }
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview a span {
  font-weight: 600;
  font-family: "Work Sans";
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview a.loading {
  left: 50%;
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview:hover {
  background-color: #c02222;
  cursor: pointer;
  border-color: #c02222;
}

.ceefer-custom-grid .products .product .product-hover-home1 .btn-group-cq .btn-quickview:hover a {
  color: #ffffff;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb {
  min-height: calc(280px - 5px);
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
}

@media only screen and (max-width: 1810px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .product-thumb {
    min-height: unset;
  }
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .btn-wishlist {
  position: absolute;
  z-index: 9;
  top: 8px;
  right: 16px;
  width: 45px;
  height: 45px;
  background-color: #f2f2f2;
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  border: 1px solid #e8e8e8;
  border-radius: 50%;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .btn-wishlist .add_to_wishlist {
  font-size: 0;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .btn-wishlist .add_to_wishlist::after {
  content: "\e813";
  font-family: 'Linearicons-Free';
  font-size: 24px;
  line-height: 45px;
  color: #c02222;
  margin-right: -2px;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .btn-wishlist .yith-wcwl-wishlistaddedbrowse a {
  font-size: 0px;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .btn-wishlist .yith-wcwl-wishlistaddedbrowse a::after {
  content: "\e813";
  font-family: 'Linearicons-Free';
  font-size: 24px;
  line-height: 45px;
  color: #c02222;
  margin-right: -3px;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .btn-wishlist .yith-wcwl-wishlistexistsbrowse a {
  font-size: 0px;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .btn-wishlist .yith-wcwl-wishlistexistsbrowse a::after {
  content: "\e813";
  font-family: 'Linearicons-Free';
  font-size: 24px;
  line-height: 45px;
  color: #c02222;
  margin-right: -3px;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .btn-wishlist .yith-wcwl-add-button.loading:before {
  display: none;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .btn-wishlist:hover {
  background-color: #c02222;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .btn-wishlist:hover .add_to_wishlist:after {
  color: #FFFFFF;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .btn-wishlist:hover .yith-wcwl-wishlistaddedbrowse a:after,
.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .btn-wishlist:hover .yith-wcwl-wishlistexistsbrowse a:after {
  color: #FFFFFF;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .badge.new {
  background-color: #8db05e;
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .badge.new span {
  font-size: 15px;
  text-transform: capitalize;
  font-family: "Chivo";
  font-weight: 500;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb .badge {
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 1810px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .product-thumb img {
    padding: 0px 1px;
  }
}

@media only screen and (max-width: 1200px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .product-thumb img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .product-thumb img {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .product-thumb img {
    width: auto;
  }
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-info {
  padding-bottom: 30px;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-info .action-link-hide {
  margin-bottom: 5px;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-info .price .woocommerce-Price-amount {
  font-size: 20px;
  font-family: "Work Sans";
  font-weight: 600;
  color: #000000;
}

@media only screen and (max-width: 480px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .product-info .price .woocommerce-Price-amount {
    font-size: 17px;
  }
}

@media only screen and (max-width: 320px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .product-info .price .woocommerce-Price-amount {
    font-size: 20px;
  }
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-info .price del .woocommerce-Price-amount {
  font-size: 16px;
  color: #666666;
}

@media only screen and (max-width: 480px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .product-info .price del .woocommerce-Price-amount {
    font-size: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .product-info .price del .woocommerce-Price-amount {
    font-size: 16px;
  }
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-info .star-rating {
  margin: 0px auto;
  /* margin-bottom: 20px; */
  font-size: 15px;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-info .star-rating span::before {
  font-size: 15px;
  color: #c02222;
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-info .product-detail {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1280px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .product-info .product-detail {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.ceefer-custom-grid .products .product .product-hover-home1 .product-info .product-detail a {
  font-size: 18px;
  /*font-family: "Chivo"*/;
  font-weight: 700;
  color: #000000;
 /* letter-spacing: 0.5px;*/
}

@media only screen and (max-width: 480px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .product-info .product-detail a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .ceefer-custom-grid .products .product .product-hover-home1 .product-info .product-detail a {
    font-size: 16px;
  }
}

.jmsproduct-elements ul.products {
  list-style-type: none;
  padding: 0px;
}

@media only screen and (max-width: 767px) {

  .jmsproduct-elements ul.products li .product-box,
  .jmsproduct-elements ul.products li .product-image-shadow {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sty-btn-loadmore {
  padding: 0px !important;
  width: 170px;
  height: 45px;
  display: block !important;
  line-height: 45px !important;
  border-radius: 0px !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  letter-spacing: -0.5px;
  margin-bottom: 86px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: "Work Sans" !important;
  -webkit-transition: all 0.5s ease 0.4s;
  -moz-transition: all 0.5s ease 0.4s;
  -o-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
  background-size: 300% 100%;
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#fd5e4d), color-stop(#fd165b), color-stop(#fd165b), to(#fd5e4d)) !important;
  background-image: -webkit-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: -o-linear-gradient(left, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
  background-image: linear-gradient(to right, #fd5e4d, #fd165b, #fd165b, #fd5e4d) !important;
}

.sty-btn-loadmore:hover {
  background-position: 100% 0;
  color: #ffffff !important;
}

.sty-btn-loadmore[disabled="disabled"] {
  opacity: 1 !important;
}

/**
 *
 * Group Tab
 *
 */
.product-tab-home .vc_custom_heading {
  font-size: 38px;
  /*font-family: "Work Sans";*/
  font-weight: 500;
}

@media only screen and (max-width: 480px) {
  .product-tab-home .vc_custom_heading {
    margin-bottom: 30px;
  }
}

.product-tab-home .jmsproducttabs-elements .jms-tabs-title {
  margin-bottom: 50px;
}

.product-tab-home .jmsproducttabs-elements .jms-tabs-title .tab-title li {
  min-width: 150px;
  max-width: 170px;
  padding: 0px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  width: 100%;
  background-color: #fef0e5;
  margin-left: 8px;
  margin-right: 8px;
}

.product-tab-home .jmsproducttabs-elements .jms-tabs-title .tab-title li span {
  color: #000000;
  font-size: 22px;
  /*font-family: 'Work Sans', sans-serif;*/
  font-weight: 500;
}

.product-tab-home .jmsproducttabs-elements .jms-tabs-title .tab-title li.active {
  background-image: -webkit-linear-gradient(355deg, #2a2928, #c02222) !important;
  background-image: -o-linear-gradient(355deg, #2a2928, #c02222) !important;
  background-image: linear-gradient(95deg, #2a2928, #c02222) !important;
}

.product-tab-home .jmsproducttabs-elements .jms-tabs-title .tab-title li.active span {
  color: #FFFFFF;
}

.product-tab-home .jmsproducttabs-elements .jms-tabs-title .tab-title li.active span:after {
  display: none;
}

.product-tab-home .jmsproducttabs-elements .jms-tabs-title .tab-title li:hover {
  background-image: -webkit-linear-gradient(355deg, #2a2928, #c02222) !important;
  background-image: -o-linear-gradient(355deg, #2a2928, #c02222) !important;
  background-image: linear-gradient(95deg, #2a2928, #c02222) !important;
}

.product-tab-home .jmsproducttabs-elements .jms-tabs-title .tab-title li:hover span {
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .product-tab-home .jmsproducttabs-elements .jms-tabs-title .tab-title li {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-tab-home .jmsproducttabs-elements .jms-tabs-title .tab-title li {
    max-width: 100%;
    margin: 8px auto;
  }
}

@media only screen and (max-width: 767px) {
  .product-tab-home .jmsproducttabs-elements .jms-tabs-title .tab-title {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .product-tab-home .jmsproducttabs-elements .product-tab-content .products .item {
    width: 33.33%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .product-tab-home .jmsproducttabs-elements .product-tab-content .products .item:nth-child(5n+1) {
    clear: both;
  }
}

/**
 * Page -Header
 */
.page-heading {
  background-image: url("assets/images/background/bg-single-product.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.page-heading.color-scheme-dark .entry-header .entry-title,
.page-heading.color-scheme-dark .entry-header .recent-posts-info,
.page-heading.color-scheme-dark .entry-header .widget_categories ul li,
.widget_categories ul .page-heading.color-scheme-dark .entry-header li {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
}

.page-heading.color-scheme-dark .woocommerce-breadcrumb {
  font-family: 'Chivo';
  font-size: 15px;
  color: #ffffff;
}

/**
 * ARCHIVE - SHOP
 */
.woocommerce-product-rating .star-rating span::before {
  color: #c02222;
}

.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowsea a {
  font-size: 0px;
}

/**
 * Single Product
 */
.single-product .main-content {
  margin-bottom: 32px;
}

/**
 * Style - Archive
 */
.shop-container {
  /**
	 * Sider-Bar
	 */
  /**
	 * Price - Filter
	 */
  /**
    * Main
    * -------Filter - Main
    */
  /**
   * --------Items - Product
   */
  /*Product-View-List*/
}

.shop-container .widget .widgettitle {
  border-bottom: 1px solid #ebebeb;
  font-family: "Work Sans", sans-serif;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

.shop-container .widget .widgettitle:before {
  background-color: #c02222;
}

.shop-container .widget ul li a {
  font-size: 15px;
  color: #666666;
  font-family: 'Chivo', sans-serif;
}

.shop-container .widget .tagcloud a {
  font-size: 15px !important;
  color: #666666;
  padding: 7px 13px;
  font-family: 'Chivo', sans-serif;
}

.shop-container .widget .tagcloud a:hover {
  color: #ffffff;
}

.shop-container .widget .woocommerce-widget-layered-nav-list .wc-layered-nav-term .count {
  position: unset;
  margin-left: 10px;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_color .wc-layered-nav-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_color .wc-layered-nav-term:nth-child(1):before {
  content: "";
  width: 15px;
  height: 15px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
  background-image: url("assets/images/background/blue.jpg");
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_color .wc-layered-nav-term:nth-child(2):before {
  content: "";
  width: 15px;
  height: 15px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
  background-image: url("assets/images/background/brown.jpg");
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_color .wc-layered-nav-term:nth-child(3):before {
  content: "";
  width: 15px;
  height: 15px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
  background-image: url("assets/images/background/green.jpg");
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_color .wc-layered-nav-term:nth-child(4):before {
  content: "";
  width: 15px;
  height: 15px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
  background-image: url("assets/images/background/gray.jpg");
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_color .wc-layered-nav-term:nth-child(5):before {
  content: "";
  width: 15px;
  height: 15px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
  background-image: url("assets/images/background/ogrange.jpg");
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_color .wc-layered-nav-term:nth-child(6):before {
  content: "";
  width: 15px;
  height: 15px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-right: 10px;
  background-image: url("assets/images/background/purpe.jpg");
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_color .wc-layered-nav-term span {
  color: #666666;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_brand .wc-layered-nav-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_brand .wc-layered-nav-term:nth-child(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_brand .wc-layered-nav-term:nth-child(1) a:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #666666;
  margin-right: 10px;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_brand .wc-layered-nav-term:nth-child(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_brand .wc-layered-nav-term:nth-child(2) a:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #666666;
  margin-right: 10px;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_brand .wc-layered-nav-term:nth-child(3) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_brand .wc-layered-nav-term:nth-child(3) a:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #666666;
  margin-right: 10px;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_brand .wc-layered-nav-term:nth-child(4) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_brand .wc-layered-nav-term:nth-child(4) a:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #666666;
  margin-right: 10px;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_brand .wc-layered-nav-term:nth-child(5) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_brand .wc-layered-nav-term:nth-child(5) a:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #666666;
  margin-right: 10px;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_brand .wc-layered-nav-term:nth-child(6) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_brand .wc-layered-nav-term:nth-child(6) a:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #666666;
  margin-right: 10px;
}

.shop-container .widget .woocommerce-widget-layered-nav-list.pa_brand .wc-layered-nav-term span {
  color: #666666;
}

.shop-container .widget .product_list_widget>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-container .widget .product_list_widget>li .star-rating {
  margin-left: 0px;
  margin-top: 5px;
}

.shop-container .widget .product_list_widget>li .star-rating span:before {
  color: #c02222;
}

.shop-container .widget .product_list_widget>li .woocommerce-Price-amount {
  color: #000;
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
}

.shop-container .widget .product_list_widget>li .product-title {
  font-size: 16px;
  color: #666666;
  font-family: 'Chivo', sans-serif;
}

.shop-container .widget .product_list_widget>li .product-title:hover {
  color: #c02222;
}

.shop-container .product-categories .cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-container .product-categories .cat-item:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  background-color: #c02222;
  border-radius: 50%;
  margin-right: 10px;
}

.shop-container .product-categories .cat-item a {
  font-size: 15px;
  color: #666666;
  font-family: 'Chivo', sans-serif;
}

.shop-container .widget_price_filter {
  overflow: hidden;
}

.shop-container .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #c02222;
}

.shop-container .widget_price_filter .price_slider_wrapper {
  position: relative;
  margin-top: 75px;
}

.shop-container .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  position: absolute;
  min-width: 150px;
  top: -60px;
  left: 0px;
  text-align: left;
  font-family: 'Chivo', sans-serif;
  font-size: 15px;
  color: #666666;
}

.shop-container .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  font-size: 17px;
  font-weight: 500;
  min-width: 100px;
  padding: 5px 20px;
  color: #666666;
  background-color: #ececec;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.shop-container .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
  background-color: #c02222;
  color: #FFFFFF;
}

.shop-container .shop-loop-action {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.shop-container .shop-loop-action::after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  background-color: #ebebeb;
  bottom: 9px;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .shop-container .shop-loop-action .shop-action-left {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 767px) {
  .shop-container .shop-loop-action .shop-action-left {
    display: inline-block !important;
  }
}

.shop-container .shop-loop-action .shop-action-left .wc-shop-switch {
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-container .shop-loop-action .shop-action-left .wc-shop-switch p {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  font-family: 'Chivo', sans-serif;
  margin-right: 18px;
  margin-bottom: 0px;
}

.shop-container .shop-loop-action .shop-action-left .wc-shop-switch>a {
  width: 14px;
  height: 14px;
  top: 1px;
}

.shop-container .shop-loop-action .shop-action-left .wc-shop-switch .per-row-1 .icon-view {
  background-image: url("assets/images/icons/view-1.jpg");
}

.shop-container .shop-loop-action .shop-action-left .wc-shop-switch .per-row-1.active .icon-view {
  background-image: url("assets/images/icons/view-1-active.jpg");
}

.shop-container .shop-loop-action .shop-action-left .wc-shop-switch .per-row-2 {
  display: none;
}

.shop-container .shop-loop-action .shop-action-left .wc-shop-switch .per-row-4 {
  display: none;
}

.shop-container .shop-loop-action .shop-action-left .wc-shop-switch .per-row-3 .icon-view {
  background-image: url("assets/images/icons/view-3.jpg");
}

.shop-container .shop-loop-action .shop-action-left .wc-shop-switch .per-row-3.active .icon-view {
  background-image: url("assets/images/icons/col3-active.jpg");
}

.shop-container .shop-loop-action .shop-action-right>form>span {
  font-family: 'Chivo', sans-serif;
  color: #666;
}

.shop-container .shop-loop-action .shop-action-right .show-products-number {
  padding-bottom: 8px;
}

.shop-container .shop-loop-action .shop-action-right .show-products-number select[name="showproducts"] {
  border-bottom: 0px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 13px;
  color: #666666;
}

.shop-container .shop-loop-action .shop-action-right .woocommerce-ordering {
  padding-bottom: 8px;
}

.shop-container .shop-loop-action .shop-action-right .woocommerce-ordering .orderby {
  border-bottom: 0px;
}

.shop-container .shop-loop-action .shop-action-right .woocommerce-ordering .orderby:focus,
.shop-container .shop-loop-action .shop-action-right .woocommerce-ordering .orderby:hover,
.shop-container .shop-loop-action .shop-action-right .woocommerce-ordering .orderby:active,
.shop-container .shop-loop-action .shop-action-right .woocommerce-ordering .orderby:-moz-focus-inner {
  outline: none !important;
  border: none;
}

@media only screen and (max-width: 320px) {
  .shop-container .shop-loop-action .shop-action-right .woocommerce-ordering .orderby {
    max-width: 140px;
  }
}

.shop-container .shop-loop-action .shop-action-right .woocommerce-ordering .orderby option {
  font-family: 'Chivo', sans-serif;
  font-size: 13px;
  color: #000000;
}

.shop-container .product-view-grid {
  /* ====================================Code In Herre======================================== */
}

.shop-container .product-view-grid .product {
  position: relative;
}

@media only screen and (max-width: 480px) {
  .shop-container .product-view-grid .product {
    width: 50%;
  }
}

@media only screen and (max-width: 320px) {
  .shop-container .product-view-grid .product {
    width: 100%;
  }
}

.shop-container .product-view-grid .product .product-hover-home1 {
  z-index: 10;
  margin-top: 10px;
  position: relative;
}

.shop-container .product-view-grid .product .product-hover-home1:before,
.shop-container .product-view-grid .product .product-hover-home1:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.shop-container .product-view-grid .product .product-hover-home1:before {
  border-right: 1px solid #c02222;
  border-bottom: 1px solid #c02222;
  bottom: 0;
  right: 0;
}

.shop-container .product-view-grid .product .product-hover-home1:after {
  border-left: 1px solid #c02222;
  border-top: 1px solid #c02222;
  top: 0;
  left: 0;
}

.shop-container .product-view-grid .product .product-hover-home1:hover {
  /* cursor:pointer; */
}

.shop-container .product-view-grid .product .product-hover-home1:hover:before,
.shop-container .product-view-grid .product .product-hover-home1:hover:after {
  opacity: 1;
  height: 100%;
  width: 100%;
}

.shop-container .product-view-grid .product .product-hover-home1:hover .product-thumb .btn-wishlist {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.shop-container .product-view-grid .product .product-hover-home1:hover .product-thumb .badge {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

.shop-container .product-view-grid .product .product-hover-home1:hover .product-thumb .badge.new {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.shop-container .product-view-grid .product .product-hover-home1:hover .btn-group-cq .btn-add-cart {
  opacity: 1;
}

.shop-container .product-view-grid .product .product-hover-home1:hover .btn-group-cq .btn-quickview {
  opacity: 1;
}

.shop-container .product-view-grid .product .product-hover-home1 .product-thumb {
  padding: 1px;
  text-align: center;
  min-height: 278px;
}

@media only screen and (max-width: 1810px) {
  .shop-container .product-view-grid .product .product-hover-home1 .product-thumb {
    min-height: auto;
  }
}

.shop-container .product-view-grid .product .product-hover-home1 .product-thumb img {
  width: auto;
}

.shop-container .product-view-grid .product .product-hover-home1 .product-thumb .btn-wishlist {
  position: absolute;
  top: 10px;
  right: 15px;
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  width: 45px;
  height: 45px;
  background-color: #f2f2f2;
  transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  border: 1px solid #e8e8e8;
  border-radius: 50%;
}

.shop-container .product-view-grid .product .product-hover-home1 .product-thumb .btn-wishlist .yith-wcwl-add-to-wishlist a {
  font-size: 0px;
}

.shop-container .product-view-grid .product .product-hover-home1 .product-thumb .btn-wishlist .yith-wcwl-add-to-wishlist a:before {
  content: "\e813";
  font-family: 'Linearicons-Free';
  font-size: 24px;
  line-height: 45px;
  color: #c02222;
}

.shop-container .product-view-grid .product .product-hover-home1 .product-thumb .btn-wishlist .yith-wcwl-add-button.loading:before {
  display: none;
}

.shop-container .product-view-grid .product .product-hover-home1 .product-thumb .btn-wishlist:hover {
  background-color: #c02222;
}

.shop-container .product-view-grid .product .product-hover-home1 .product-thumb .btn-wishlist:hover .add_to_wishlist:before {
  color: #FFFFFF;
}

.shop-container .product-view-grid .product .product-hover-home1 .product-thumb .btn-wishlist:hover .yith-wcwl-wishlistaddedbrowse a:before,
.shop-container .product-view-grid .product .product-hover-home1 .product-thumb .btn-wishlist:hover .yith-wcwl-wishlistexistsbrowse a:before {
  color: #FFFFFF;
}

.shop-container .product-view-grid .product .product-hover-home1 .product-thumb .badge.new {
  background-color: #8db05e;
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.shop-container .product-view-grid .product .product-hover-home1 .product-thumb .badge.new span {
  font-size: 15px;
  text-transform: capitalize;
  font-family: "Chivo";
  font-weight: 500;
}

.shop-container .product-view-grid .product .product-hover-home1 .product-thumb .badge {
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq {
  display: -webkit-box;
  max-height: 100%;
  width: 100%;
  min-height: 42px;
  position: absolute;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  z-index: 3;
  bottom: 0px;
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  background-color: #FFFFFF;
  width: calc(50% - 1px);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart {
    width: calc(100% - 2px);
    border-right: 0px;
  }
}

@media only screen and (max-width: 375px) {
  .shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart {
    width: calc(100% - 2px);
  }
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart a {
  background-color: transparent !important;
  color: #c02222;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart a:hover {
  color: #FFFFFF;
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart .button {
  color: #c02222;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  background-color: transparent;
  width: 100%;
  padding: 0px;
  height: 40px;
  line-height: 40px;
}

@media only screen and (max-width: 1810px) {
  .shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart .button {
    font-size: 14px;
  }
}

@media (max-width: 1450px) {
  .shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart .button {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart .button {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart .button {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart .button {
    font-size: 14px;
  }
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart .button:hover {
  background-color: #c02222;
  color: #ffffff;
}

@media only screen and (max-width: 1200px) {
  .shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart .button {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart .button {
    font-size: 14px;
  }
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart .button.added:before {
  content: "\e87f";
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  font-family: 'Linearicons-Free';
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart .added_to_cart {
  display: none;
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart:hover {
  background-color: #c02222;
  cursor: pointer;
  border-color: #c02222;
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-add-cart:hover a {
  color: #FFFFFF;
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-quickview {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  background-color: #FFFFFF;
  width: calc(50% - 1px);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-quickview a {
  color: #c02222;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  background-color: transparent;
  width: 100%;
  padding: 0px;
  height: 40px;
  line-height: 40px;
  display: block;
}

@media only screen and (max-width: 1810px) {
  .shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-quickview a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-quickview a {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-quickview a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-quickview a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-quickview a {
    font-size: 14px;
  }
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-quickview a.loading {
  left: 50%;
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-quickview:hover {
  background-color: #c02222;
  color: #ffffff;
  cursor: pointer;
  border-color: #c02222;
}

.shop-container .product-view-grid .product .product-hover-home1 .btn-group-cq .btn-quickview:hover a {
  color: #ffffff;
}

.shop-container .product-view-grid .product .product-hover-home1 .product-info {
  text-align: center;
  padding-bottom: 23px;
}

.shop-container .product-view-grid .product .product-hover-home1 .product-info .action-link-hide {
  margin-bottom: 10px;
}

.shop-container .product-view-grid .product .product-hover-home1 .product-info .action-link-hide .price del .woocommerce-Price-amount {
  color: #666666;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .shop-container .product-view-grid .product .product-hover-home1 .product-info .action-link-hide .price del .woocommerce-Price-amount {
    font-size: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .shop-container .product-view-grid .product .product-hover-home1 .product-info .action-link-hide .price del .woocommerce-Price-amount {
    font-size: 16px;
  }
}

.shop-container .product-view-grid .product .product-hover-home1 .product-info .action-link-hide .woocommerce-Price-amount {
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .shop-container .product-view-grid .product .product-hover-home1 .product-info .action-link-hide .woocommerce-Price-amount {
    font-size: 17px;
  }
}

@media only screen and (max-width: 320px) {
  .shop-container .product-view-grid .product .product-hover-home1 .product-info .action-link-hide .woocommerce-Price-amount {
    font-size: 20px;
  }
}

.shop-container .product-view-grid .product .product-hover-home1 .product-info .product-detail .product-title a {
  font-size: 16px;
  font-family: 'Chivo', sans-serif;
  color: #666666;
  letter-spacing: 0.24px;
}

@media only screen and (max-width: 767px) {
  .shop-container .product-view-grid .product .product-hover-home1 .product-info .product-detail .product-title a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 320px) {
  .shop-container .product-view-grid .product .product-hover-home1 .product-info .product-detail .product-title a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1280px) {
  .shop-container .product-view-grid .product .product-hover-home1 .product-info .product-detail {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.shop-container .product-view-grid .product .product-hover-home1 .product-info .star-rating {
  margin: 10px auto;
}

.shop-container .product-view-grid .product .product-hover-home1 .product-info .star-rating span::before {
  color: #c02222;
}

.shop-container .product-view-list.layout-spacing-30 {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 35px;
}

.shop-container .product-view-list .product {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 800px) {
  .shop-container .product-view-list .product .product-hover-list {
    display: block;
  }
}

.shop-container .product-view-list .product .product-hover-list .product-thumb {
  text-align: center;
}

.shop-container .product-view-list .product .product-hover-list .product-thumb img {
  width: auto;
}

.shop-container .product-view-list .product::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid;
  border-color: #c02222;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.shop-container .product-view-list .product:hover {
  cursor: pointer;
}

.shop-container .product-view-list .product:hover::after {
  opacity: 1;
}

.shop-container .product-view-list .product .product-hover-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-top {
  margin-bottom: 0px;
  border-bottom: 0px;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-top .price {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-top .price ins .woocommerce-Price-amount {
  color: #000000;
  font-size: 20px;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-top .product-title {
  font-family: 'Chivo', sans-serif;
  color: #666;
  margin-bottom: 15px;
  letter-spacing: 0.24px;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-top .product-title a {
  color: #666666;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-top .product-title a:hover {
  color: #c02222;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-top .star-rating span:before {
  color: #c02222;
}

.shop-container .product-view-list .product .product-hover-list .product-info .woocommerce-product-details__short-description {
  font-family: 'Chivo', sans-serif;
  font-size: 15px;
  color: #666666;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-bottom .btn-add-cart .button {
  background-color: #c02222;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
}

@media only screen and (max-width: 767px) {
  .shop-container .product-view-list .product .product-hover-list .product-info .product-info-bottom .btn-add-cart .button {
    padding: 0px 7px;
    font-size: 14px;
    min-width: 130px;
  }
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-bottom .btn-add-cart .button.added:before {
  content: "\e87f";
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  font-family: 'Linearicons-Free';
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-bottom .btn-wishlist {
  opacity: 1;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-bottom .btn-wishlist .yith-wcwl-add-to-wishlist a {
  background-color: transparent;
  border: 1px solid #ebebeb;
  margin-right: 20px;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-bottom .btn-wishlist:hover .yith-wcwl-add-to-wishlist a {
  background-color: #c02222;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-bottom .btn-wishlist:hover .yith-wcwl-add-to-wishlist a:before {
  color: #FFFFFF;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-bottom .btn-quickview {
  display: inline !important;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  margin-left: -7px;
}

@media only screen and (max-width: 767px) {
  .shop-container .product-view-list .product .product-hover-list .product-info .product-info-bottom .btn-quickview {
    display: none !important;
  }
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-bottom .btn-quickview a {
  width: 45px;
  border: 1px solid #ebebeb;
  font-size: 0px;
  text-align: center;
  background-color: transparent;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-bottom .btn-quickview a::after {
  content: "\e87b";
  font-family: 'Linearicons-Free';
  font-size: 20px;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-bottom .btn-quickview a:hover {
  background-color: #c02222;
}

.shop-container .product-view-list .product .product-hover-list .product-info .product-info-bottom .btn-quickview a:hover::after {
  color: #FFFFFF;
}

.shop-container .product-view-list .product .product-hover-list:hover .product-info .product-info-bottom .btn-quickview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.shop-container .products-footer .woocommerce-result-count {
  font-size: 14px;
  color: #666666;
  font-family: 'Chivo', sans-serif;
}

.shop-container .products-footer .ceefer-pagination {
  border-top: none;
  padding-top: 0px;
}

.shop-container .products-footer .ceefer-pagination .page-numbers li a {
  color: #000000;
  background-color: #ebebeb;
}

.shop-container .products-footer .ceefer-pagination .page-numbers li a.prev {
  background-color: transparent;
}

.shop-container .products-footer .ceefer-pagination .page-numbers li a.next {
  background-color: transparent;
}

.shop-container .products-footer .ceefer-pagination .page-numbers li .current {
  background-color: #c02222;
}

.shop-container .products-footer .ceefer-pagination .page-numbers li .current span {
  color: #ffffff;
}

.shop-container .products-footer .ceefer-pagination .page-numbers li a:hover {
  background-color: #c02222;
  color: #ffffff !important;
}

.shop-container .products-footer .ceefer-pagination .page-numbers li a:hover:before,
.shop-container .products-footer .ceefer-pagination .page-numbers li a:hover:after {
  color: #ffffff;
}

.ceefer-custom-grid .owl-carousel {
  z-index: 0;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow {
  text-align: center;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  border: 1px solid transparent;
  position: relative;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1:before,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow:before,
.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1:after,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1:before,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow:before {
  border-right: 1px solid #c02222;
  border-bottom: 1px solid #c02222;
  bottom: 0;
  right: 0;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1:after,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow:after {
  border-left: 1px solid #c02222;
  border-top: 1px solid #c02222;
  top: 0;
  left: 0;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1:hover:before,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow:hover:before,
.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1:hover:after,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow:hover:after {
  opacity: 1;
  height: 100%;
  width: 100%;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1:hover .product-thumb .btn-wishlist,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow:hover .product-thumb .btn-wishlist {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1:hover .product-thumb .btn-wishlist .yith-wcwl-add-button,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow:hover .product-thumb .btn-wishlist .yith-wcwl-add-button {
  display: inline;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1:hover .product-thumb .btn-wishlist .add_to_wishlist::after,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow:hover .product-thumb .btn-wishlist .add_to_wishlist::after {
  display: inline;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1:hover .product-thumb .badge,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow:hover .product-thumb .badge {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1:hover .product-thumb .badge.new,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow:hover .product-thumb .badge.new {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1:hover .btn-group-cq .btn-add-cart,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow:hover .btn-group-cq .btn-add-cart {
  opacity: 1;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1:hover .btn-group-cq .btn-quickview,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow:hover .btn-group-cq .btn-quickview {
  opacity: 1;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq {
  display: -webkit-box;
  max-height: 100%;
  width: 100%;
  min-height: 42px;
  position: absolute;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  z-index: 3;
  bottom: 0px;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart {
  width: calc(50% - 1px);
  margin-left: 0px;
  background-color: #ffffff;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart {
    width: calc(100% - 2px);
    border-right: none;
  }
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart a,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart a {
  background-color: transparent !important;
  color: #c02222;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart a:hover,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart a:hover {
  color: #FFFFFF;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart .add_to_cart_button {
  padding: 0px;
  line-height: 38px;
  font-size: 14px;
  background: transparent;
  color: #c02222;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-family: "Work Sans";
}

@media only screen and (max-width: 1810px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart .add_to_cart_button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart .add_to_cart_button {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1024px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart .add_to_cart_button {
    padding: 0px;
    line-height: 38px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart .add_to_cart_button {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart .add_to_cart_button {
    padding: 0px;
    line-height: 38px;
    font-size: 14px;
  }
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart .add_to_cart_button.added:before,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart .add_to_cart_button.added:before {
  content: "\e87f";
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  font-family: 'Linearicons-Free';
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart:hover,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart:hover {
  background-color: #c02222;
  cursor: pointer;
  border-color: #c02222;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart:hover .add_to_cart_button,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart:hover .add_to_cart_button {
  color: #ffffff;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart:hover a,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart:hover a {
  color: #FFFFFF;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-add-cart .added_to_cart,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-add-cart .added_to_cart {
  display: none;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-quickview,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-quickview {
  width: calc(50% - 1px);
  background-color: #ffffff;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-quickview,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-quickview {
    width: calc(50% - 2px);
  }
}

@media only screen and (max-width: 767px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-quickview,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-quickview {
    width: calc(50% - 2px);
  }
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-quickview a,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-quickview a {
  padding: 0px;
  line-height: 38px;
  font-size: 14px;
  background: transparent;
  color: #c02222;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 1810px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-quickview a,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-quickview a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-quickview a,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-quickview a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1024px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-quickview a,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-quickview a {
    padding: 0px;
    line-height: 38px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 800px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-quickview a,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-quickview a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-quickview a,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-quickview a {
    padding: 0px;
    line-height: 38px;
    font-size: 14px;
  }
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-quickview a span,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-quickview a span {
  font-weight: 600;
  font-family: "Work Sans";
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-quickview a.loading,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-quickview a.loading {
  left: 50%;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-quickview:hover,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-quickview:hover {
  background-color: #c02222;
  cursor: pointer;
  border-color: #c02222;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .btn-group-cq .btn-quickview:hover a,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .btn-group-cq .btn-quickview:hover a {
  color: #ffffff;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb {
  min-height: calc(280px - 5px);
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
}

@media only screen and (max-width: 1810px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb {
    min-height: unset;
  }
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .btn-wishlist,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .btn-wishlist {
  position: absolute;
  z-index: 9;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  background-color: #f2f2f2;
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  border: 1px solid #e8e8e8;
  border-radius: 50%;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .btn-wishlist .add_to_wishlist,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .btn-wishlist .add_to_wishlist {
  font-size: 0;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .btn-wishlist .add_to_wishlist::after,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .btn-wishlist .add_to_wishlist::after {
  content: "\e813";
  font-family: 'Linearicons-Free';
  font-size: 24px;
  line-height: 45px;
  color: #c02222;
  margin-right: -2px;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .btn-wishlist .add_to_wishlist:hover:after,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .btn-wishlist .add_to_wishlist:hover:after {
  color: #FFFFFF;
  background-color: #c02222;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .btn-wishlist .yith-wcwl-wishlistaddedbrowse a,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .btn-wishlist .yith-wcwl-wishlistaddedbrowse a {
  font-size: 0px;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .btn-wishlist .yith-wcwl-wishlistaddedbrowse a::after,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .btn-wishlist .yith-wcwl-wishlistaddedbrowse a::after {
  content: "\e813";
  font-family: 'Linearicons-Free';
  font-size: 24px;
  line-height: 45px;
  color: #c02222;
  margin-right: -3px;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .btn-wishlist .yith-wcwl-add-button.loading:before,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .btn-wishlist .yith-wcwl-add-button.loading:before {
  display: none;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .btn-wishlist .yith-wcwl-wishlistexistsbrowse a,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .btn-wishlist .yith-wcwl-wishlistexistsbrowse a {
  font-size: 0px;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .btn-wishlist .yith-wcwl-wishlistexistsbrowse a::after,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .btn-wishlist .yith-wcwl-wishlistexistsbrowse a::after {
  content: "\e813";
  font-family: 'Linearicons-Free';
  font-size: 24px;
  line-height: 45px;
  color: #c02222;
  margin-right: -3px;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .btn-wishlist:hover,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .btn-wishlist:hover {
  background-color: #c02222;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .btn-wishlist:hover .add_to_wishlist:after,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .btn-wishlist:hover .add_to_wishlist:after {
  color: #FFFFFF;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .btn-wishlist:hover .yith-wcwl-wishlistaddedbrowse a:after,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .btn-wishlist:hover .yith-wcwl-wishlistaddedbrowse a:after,
.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .btn-wishlist:hover .yith-wcwl-wishlistexistsbrowse a:after,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .btn-wishlist:hover .yith-wcwl-wishlistexistsbrowse a:after {
  color: #FFFFFF;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .badge.new,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .badge.new {
  background-color: #8db05e;
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .badge.new span,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .badge.new span {
  font-size: 15px;
  text-transform: capitalize;
  font-family: "Chivo";
  font-weight: 500;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb .badge,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb .badge {
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb img,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb img {
  max-width: 100%;
  width: auto;
}

@media only screen and (max-width: 1810px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb img,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb img {
    padding: 0px 1px;
  }
}

@media only screen and (max-width: 1200px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb img,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 992px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb img,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb img {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-thumb img,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-thumb img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-info,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-info {
  padding-bottom: 30px;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-info .action-link-hide,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-info .action-link-hide {
  margin-bottom: 5px;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-info .price .woocommerce-Price-amount,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-info .price .woocommerce-Price-amount {
  font-size: 20px;
  font-family: "Work Sans";
  font-weight: 600;
  color: #000000;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-info .price del .woocommerce-Price-amount,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-info .price del .woocommerce-Price-amount {
  font-size: 16px;
  color: #666666;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-info .star-rating,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-info .star-rating {
  margin: 0px auto;
  /* margin-bottom: 20px; */
  font-size: 15px;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-info .star-rating span::before,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-info .star-rating span::before {
  font-size: 15px;
  color: #c02222;
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-info .product-detail,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-info .product-detail {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1280px) {

  .ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-info .product-detail,
  .ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-info .product-detail {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.ceefer-custom-grid .owl-stage-outer .product-box.product-hover-home1 .product-info .product-detail a,
.ceefer-custom-grid .owl-stage-outer .product-hover-home1.product-image-shadow .product-info .product-detail a {
  font-size: 16px;
  font-family: "Chivo";
  font-weight: 500;
  color: #666666;
  letter-spacing: 0.5px;
}

/**
 * Hover - Style
 */
.widget_product_categories ul li:hover a {
  color: #c02222 !important;
}

.woocommerce-widget-layered-nav ul li:hover a,
.woocommerce-widget-layered-nav ul li:hover span {
  color: #c02222 !important;
}

.product-box .product-info .product-detail:hover,
.product-image-shadow .product-info .product-detail:hover {
  cursor: pointer;
}

.product-box .product-info .product-detail:hover .product-title a,
.product-image-shadow .product-info .product-detail:hover .product-title a {
  color: #c02222 !important;
}

/**
 * Single - Relative
 */
.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow {
  text-align: center;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  border: 1px solid transparent;
  position: relative;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow:before,
.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow:before {
  border-right: 1px solid #c02222;
  border-bottom: 1px solid #c02222;
  bottom: 0;
  right: 0;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow:after {
  border-left: 1px solid #c02222;
  border-top: 1px solid #c02222;
  top: 0;
  left: 0;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow:hover:before,
.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow:hover:after {
  opacity: 1;
  height: 100%;
  width: 100%;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow:hover .product-thumb .btn-wishlist {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow:hover .product-thumb .btn-wishlist .yith-wcwl-add-button {
  display: inline;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow:hover .product-thumb .btn-wishlist .add_to_wishlist::after {
  display: inline;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow:hover .product-thumb .badge {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow:hover .product-thumb .badge.new {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow:hover .btn-group-cq .btn-add-cart {
  opacity: 1;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow:hover .btn-group-cq .btn-quickview {
  opacity: 1;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq {
  display: -webkit-box;
  max-height: 100%;
  width: 100%;
  min-height: 42px;
  position: absolute;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  z-index: 3;
  bottom: 0px;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-add-cart {
  width: calc(50% - 1px);
  margin-left: 0px;
  background-color: #ffffff;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-add-cart {
    width: calc(100% - 2px);
    border-right: none;
  }
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-add-cart a {
  background-color: transparent !important;
  color: #c02222;
  padding: 0px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-add-cart a:hover {
  color: #FFFFFF;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-add-cart .add_to_cart_button {
  padding: 0px;
  line-height: 38px;
  font-size: 14px;
  background: transparent;
  color: #c02222;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-family: "Work Sans";
}

@media only screen and (max-width: 1810px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-add-cart .add_to_cart_button {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-add-cart .add_to_cart_button {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1024px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-add-cart .add_to_cart_button {
    padding: 0px;
    line-height: 38px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-add-cart .add_to_cart_button {
    padding: 0px;
    line-height: 38px;
    font-size: 14px;
  }
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-add-cart .add_to_cart_button.added:before {
  content: "\e87f";
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  font-family: 'Linearicons-Free';
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-add-cart:hover {
  background-color: #c02222;
  cursor: pointer;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-add-cart:hover .add_to_cart_button {
  color: #ffffff;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-add-cart:hover a {
  color: #FFFFFF;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-add-cart .added_to_cart {
  display: none;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-quickview {
  width: calc(50% - 1px);
  background-color: #ffffff;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-quickview a {
  padding: 0px;
  line-height: 38px;
  font-size: 14px;
  background: transparent;
  color: #c02222;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 1366px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-quickview a {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-quickview a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1024px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-quickview a {
    padding: 0px;
    line-height: 38px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-quickview a {
    padding: 0px;
    line-height: 38px;
    font-size: 14px;
  }
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-quickview a span {
  font-weight: 600;
  font-family: "Work Sans";
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-quickview a .loading {
  left: 50%;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-quickview:hover {
  background-color: #c02222;
  cursor: pointer;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .btn-group-cq .btn-quickview:hover a {
  color: #ffffff;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb {
  min-height: calc(280px - 5px);
  padding-top: 1px;
  padding-left: 1px;
  padding-right: 1px;
}

@media only screen and (max-width: 1810px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb {
    min-height: unset;
  }
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .btn-wishlist {
  position: absolute;
  z-index: 9;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  background-color: #f2f2f2;
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  border: 1px solid #e8e8e8;
  border-radius: 50%;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .btn-wishlist .add_to_wishlist {
  font-size: 0;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .btn-wishlist .add_to_wishlist::after {
  content: "\e813";
  font-family: 'Linearicons-Free';
  font-size: 24px;
  line-height: 45px;
  color: #c02222;
  margin-right: -2px;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .btn-wishlist .yith-wcwl-wishlistaddedbrowse a {
  font-size: 0px;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .btn-wishlist .yith-wcwl-wishlistaddedbrowse a::after {
  content: "\e813";
  font-family: 'Linearicons-Free';
  font-size: 24px;
  line-height: 45px;
  color: #c02222;
  margin-right: -3px;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .btn-wishlist .yith-wcwl-wishlistexistsbrowse a {
  font-size: 0px;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .btn-wishlist .yith-wcwl-wishlistexistsbrowse a::after {
  content: "\e813";
  font-family: 'Linearicons-Free';
  font-size: 24px;
  line-height: 45px;
  color: #c02222;
  margin-right: -3px;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .btn-wishlist .yith-wcwl-add-button.loading:before {
  display: none;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .btn-wishlist:hover {
  background-color: #c02222;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .btn-wishlist:hover .add_to_wishlist:after {
  color: #FFFFFF;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .btn-wishlist:hover .yith-wcwl-wishlistaddedbrowse a:after,
.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .btn-wishlist:hover .yith-wcwl-wishlistexistsbrowse a:after {
  color: #FFFFFF;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .badge.new {
  background-color: #8db05e;
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .badge.new span {
  font-size: 15px;
  text-transform: capitalize;
  font-family: "Chivo";
  font-weight: 500;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb .badge {
  transition: -webkit-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -o-transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb img {
  max-width: 100%;
  width: auto;
}

@media only screen and (max-width: 1810px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb img {
    padding: 0px 1px;
  }
}

@media only screen and (max-width: 1200px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb img {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-thumb img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-info {
  padding-bottom: 30px;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-info .action-link-hide {
  margin-bottom: 5px;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-info .price .woocommerce-Price-amount {
  font-size: 20px;
  font-family: "Work Sans";
  font-weight: 600;
  color: #000000;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-info .price del .woocommerce-Price-amount {
  font-size: 16px;
  color: #666666;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-info .star-rating {
  margin: 0px auto;
  /* margin-bottom: 20px; */
  font-size: 15px;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-info .star-rating span::before {
  font-size: 15px;
  color: #c02222;
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-info .product-detail {
  margin-bottom: 5px;
}

@media only screen and (max-width: 1280px) {
  .related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-info .product-detail {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.related-product-carousel .owl-stage-outer .owl-item .product-image-shadow .product-info .product-detail a {
  font-size: 16px;
  font-family: "Chivo";
  font-weight: 500;
  color: #666666;
  letter-spacing: 0.5px;
}

/**
 * RESPONSIVE - SHOP
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-design-grid .products .item {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-design-grid .products .item:nth-child(3n + 1) {
    clear: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-design-grid .products.layout-columns-1 .item {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pragrap-cat-home .jmsproduct-elements .products .item {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pragrap-cat-home .jmsproduct-elements .products .item:nth-child(3n + 1) {
    clear: unset;
  }
}

/**
 *===========================================================
 * Stype Type Products
 *===========================================================
 */
.btn-group-cq .btn-add-cart .added_to_cart {
  display: none !important;
}

/**
 * Product Hover product-hover-alt .product-hover-alt .product-image-shadow
 */
.product-hover-alt .product-image-shadow {
  min-height: 390px;
}

@media only screen and (max-width: 1024px) {
  .product-hover-alt .product-image-shadow {
    min-height: 350px;
  }
}

.product-hover-alt .action-link-hide .price {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}

.product-hover-alt .action-link-hide .price del {
  font-size: 15px;
  color: #666666;
}

.product-hover-alt .action-link-hide .price ins {
  color: #000000;
}

.product-hover-alt .action-link-hide .btn-add-cart a {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 800px) {
  .product-hover-alt .product-info {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .product-hover-alt .product-info {
    padding-bottom: 50px;
  }
}

.product-hover-alt .product-info .product-detail a {
  font-size: 16px;
  letter-spacing: 0.24px;
  color: #666666;
  font-family: 'Chivo', sans-serif;
}

.product-hover-alt .product-info .product-detail a:hover {
  color: #c02222;
}

.product-hover-alt .product-info .star-rating {
  margin-left: auto;
  margin-right: auto;
}

/**
 * Protuct Type => product-hover-quick
 */
.product-hover-quick {
  min-height: 400px;
}

@media only screen and (max-width: 767px) {
  .product-hover-quick {
    min-height: 330px;
    padding: 0px 5px;
  }
}

@media only screen and (max-width: 320px) {
  .product-hover-quick {
    min-height: 430px;
  }
}

.product-hover-quick .product-thumb .btn-quickview {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-hover-quick .product-thumb .btn-quickview a {
  font-family: "Work Sans", sans-serif;
}

.product-hover-quick .product-info .product-detail .product-title a {
  font-size: 16px;
  letter-spacing: 0.24px;
  color: #666666;
  font-family: 'Chivo', sans-serif;
}

.product-hover-quick .product-info .product-detail .product-title a:hover {
  color: #c02222;
}

.product-hover-quick .product-info .star-rating {
  margin-right: auto;
  margin-left: auto;
}

.product-hover-quick .product-info .action-link-hide .price {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}

.product-hover-quick .product-info .action-link-hide .price del {
  font-size: 15px;
  color: #666666;
}

.product-hover-quick .product-info .action-link-hide .price ins {
  color: #000000;
}

.product-hover-quick .product-info .action-link-hide .btn-add-cart a {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

/**
 * Hover - Simplate
 */
.product-hover-simple .product-info .product-detail .product-title a {
  font-size: 16px;
  letter-spacing: 0.24px;
  color: #666666;
  font-family: 'Chivo', sans-serif;
}

.product-hover-simple .product-info .product-detail .product-title a:hover {
  color: #c02222;
}

.product-hover-simple .product-info .action-link-hide .price {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}

.product-hover-simple .product-info .action-link-hide .price del {
  font-size: 15px;
  color: #666666;
}

.product-hover-simple .product-info .action-link-hide .price ins {
  color: #000000;
}

.product-hover-simple .product-info .action-link-hide .btn-add-cart a {
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

/**
 *  Type - product-hover-shadow
 *
 */
.product-hover-shadow.product-box .product-info,
.product-hover-shadow.product-image-shadow .product-info {
  padding-bottom: 30px;
}

.product-hover-shadow.product-box .product-info .price,
.product-hover-shadow.product-image-shadow .product-info .price {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}

.product-hover-shadow.product-box .product-info .price del,
.product-hover-shadow.product-image-shadow .product-info .price del {
  font-size: 15px;
  color: #666666;
}

.product-hover-shadow.product-box .product-info .price ins,
.product-hover-shadow.product-image-shadow .product-info .price ins {
  color: #000000;
}

.product-hover-shadow.product-box .product-thumb .btn-add-cart a,
.product-hover-shadow.product-image-shadow .product-thumb .btn-add-cart a {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.product-hover-shadow.product-box .product-thumb .btn-add-cart a:hover,
.product-hover-shadow.product-image-shadow .product-thumb .btn-add-cart a:hover {
  background-color: #c02222;
  color: #FFFFFF;
}

/**
 *
 * Type - product-hover-shadow-2
 *
 */
.product-hover-shadow-2.product-box .product-info,
.product-hover-shadow-2.product-image-shadow .product-info {
  padding-bottom: 30px;
}

.product-hover-shadow-2.product-box .product-info .price,
.product-hover-shadow-2.product-image-shadow .product-info .price {
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}

.product-hover-shadow-2.product-box .product-info .price del,
.product-hover-shadow-2.product-image-shadow .product-info .price del {
  font-size: 15px;
  color: #666666;
}

.product-hover-shadow-2.product-box .product-info .price ins,
.product-hover-shadow-2.product-image-shadow .product-info .price ins {
  color: #000000;
}

.product-hover-shadow-2.product-box .product-thumb .btn-add-cart a,
.product-hover-shadow-2.product-image-shadow .product-thumb .btn-add-cart a {
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.product-hover-shadow-2.product-box .product-thumb .btn-add-cart a:hover,
.product-hover-shadow-2.product-image-shadow .product-thumb .btn-add-cart a:hover {
  background-color: #c02222;
  color: #FFFFFF;
}