@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]

1.0 Common & Reset style
	1.1 Plugins
		1.1.1 Bootstrap
		1.1.2 Font Awesome Icon
		1.1.3 Owl Carousel
	1.2 Config Skin

2.0 Base
	2.1 Header
	2.2 Footer
	2.3 Mega Menu
	2.4 Breadcrumds
	2.5 Preloader
	2.4 Header responsive

3.0 Content
	3.1 Widget
	3.2 Blog
	3.3 Portfolio
	3.4 Content
	3.5 Service
	3.6 Cart
	3.7 Error Pages
	3.8 Fancybox
	3.9 Style Home
	3.10 Product
	3.11 Single Product

4.0 Responsive

-------------------------------------------------------------------*/
@font-face {
  font-family: 'Papa Bear';
  src: url("../webfonts/PapaBear.eot");
  src: local("☺"), url("../webfonts/PapaBear.woff") format("woff"), url("../webfonts/PapaBear.ttf") format("truetype"), url("../webfonts/PapaBear.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * Table of Contents
 * 
 * Setup default style for all themes & WordPress core
 * 
 * 1.0 - Reset Style
 * 2.0 - Default widget style  
 * 3.0 - Default Theme UT style
 * 4.0 - WordPress core
 */
/**
 * 1.0 - Reset
 *
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

fieldset {
  min-width: inherit; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3); }

a:hover,
a:active {
  outline: 0; }

a img {
  border: 0; }

body,
button,
input,
select,
textarea {
  color: #333;
  font-size: 14px;
  font-size: 1.5rem;
  line-height: 1.6; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.6em; }

b,
strong {
  font-weight: 700; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em; }

blockquote p {
  margin-bottom: 1.6667em; }

blockquote > p:last-child {
  margin-bottom: 0; }

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6; }

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal; }

blockquote strong,
blockquote b {
  font-weight: 400; }

address {
  font-style: italic;
  margin: 0 0 1.6em; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help; }

mark,
ins {
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 1.6em; }

ul,
ol {
  margin: 0 0 1.6em 1.3333em; }

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

dl {
  margin-bottom: 1.6em; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: 1.6em; }

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1); }

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

th {
  border-width: 0 1px 1px 0;
  font-weight: 700; }

td {
  border-width: 0 1px 1px 0; }

th, td {
  padding: 0.4em; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0; }

del {
  opacity: 0.8; }

button,
input,
select,
textarea {
  background-color: #f7f7f7;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button,
input {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: normal; }

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
  border: 1px dashed #eaeaea;
  border: 1px dashed rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7); }

input:focus,
textarea:focus {
  border: 1px dashed #c1c1c1;
  border: 1px dashed rgba(51, 51, 51, 0.3);
  color: #333; }

input:focus,
select:focus {
  outline: 2px dashed #c1c1c1;
  outline: 2px dashed rgba(51, 51, 51, 0.3); }

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.7917em 1.5em;
  text-transform: uppercase; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  outline: 0; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0.375em;
  width: 100%; }

textarea {
  overflow: auto;
  vertical-align: top; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0; }

.post-password-form {
  position: relative; }

.post-password-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase; }

.post-password-form input[type="submit"] {
  padding: 0 24px;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0;
  height: 45px;
  background-color: #c44860;
  border: 1px solid #c44860; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0; }

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  padding: 0; }

a {
  color: #333;
  text-decoration: none; }

a:hover,
a:focus {
  color: #707070;
  color: rgba(51, 51, 51, 0.7); }

.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%; }

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

/**
 * 2.0 - Default Widget Style
 *
 */
/* calendar widget */
.widget_calendar {
  float: left; }

#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px; }

#wp-calendar thead {
  font-size: 10px; }

#wp-calendar thead th {
  padding-bottom: 10px; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px; }

#wp-calendar tbody td:hover {
  background: #fff; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img {
  margin-top: 20px;
  margin-bottom: 20px; }

.wp-caption {
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  color: #797476;
  font-size: 14px;
  font-weight: 400;
  margin: 12px 0 24px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.commentlist {
  list-style: none;
  margin: 0; }

/**
 * Table of Contents
 * 
 * Setup basic style gui for Arangi
 * 
 * 1.0 - Setup theme default font
 * 2.0 - Default widget style  
 * 3.0 - Default Theme UT style
 * 4.0 - WordPress core
 */
body {
  font-size: 14px;
  font-family: Domine;
  color: #6d6b6c;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  background: #fff;
  word-break: break-word; }

body #elementor {
  width: 100%;
  clear: both; }

.blog_post_desc .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important; }

.blog_post_desc h2 {
  font-size: 30px; }
.blog_post_desc h3 {
  font-size: 28px; }
.blog_post_desc h4 {
  font-size: 26px; }
.blog_post_desc h5 {
  font-size: 24px; }
.blog_post_desc h6 {
  font-size: 22px; }

div.elementor-widget-text-editor {
  color: #6d6b6c;
  font-family: inherit !important;
  line-height: 24px; }

p {
  color: #6d6b6c;
  font-family: inherit;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin-bottom: 26px; }
  p:last-child {
    margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-weight: bold;
  font-family: Raleway;
  display: block;
  margin-bottom: 15px; }

h1 {
  font-size: 35px;
  letter-spacing: 0.3px; }

h2 {
  font-size: 30px;
  letter-spacing: 0.3px; }

h3 {
  font-size: 25px;
  letter-spacing: 0.3px; }

h4 {
  font-size: 14px;
  letter-spacing: 0.1px; }

h5 {
  font-size: 13px;
  letter-spacing: 0.1px; }

h6 {
  font-size: 12px;
  letter-spacing: 0.1px; }

a {
  color: #000; }
  a:hover, a:focus {
    color: #c44860;
    text-decoration: none !important;
    opacity: 1; }
  a:focus {
    outline: none; }
  a.text-hover {
    color: #c44860; }
  a.text-underline {
    color: #c44860;
    text-decoration: underline !important; }

img {
  margin: 0; }

li {
  padding: 8px 0; }
  li:last-child {
    padding-bottom: 0; }
  li.active {
    color: #c44860; }

blockquote {
  padding-top: 59px;
  position: relative; }
  blockquote:before {
    content: '\201C';
    position: absolute;
    top: 0;
    display: inline-block;
    font-size: 100px;
    font-family: Domine;
    line-height: 100%;
    left: -3px;
    font-style: normal;
    color: #333; }

.wrapper {
  min-height: 500px; }

.site-header:not(.is-sticky) ~ .wrapper {
  min-height: 300px; }

.quantity {
  height: 45px;
  min-width: 121px;
  border: 1px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
  width: 121px;
  display: inline-block;
  position: relative; }
  .quantity input.qty.text {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    width: 100%; }
    .quantity input.qty.text + .qty-number {
      position: absolute;
      right: 5px;
      left: auto;
      top: 1px;
      font-size: 24px; }
  .quantity .qty-number {
    position: absolute;
    top: -1px;
    left: 5px;
    font-size: 18px;
    width: 40px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer; }
    .quantity .qty-number span.increase-qty {
      height: 41px;
      color: #6d6b6c; }
      .quantity .qty-number span.increase-qty:hover {
        color: #000; }
  .quantity .qty {
    width: auto;
    text-align: center;
    height: 100%;
    border: none;
    background: none; }

.quantity input:focus {
  outline: 0; }

input:focus, select:focus {
  outline: none !important; }

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield; }

.qty-number {
  position: absolute;
  top: 0; }

span.increase-qty {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #919191; }
  span.increase-qty.minus {
    left: 0; }
  span.increase-qty.plus {
    right: 0; }

button, input[type=button], input[type=reset], input[type=submit],
.btn {
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  padding: 14px 40px;
  outline: none !important;
  border-radius: 30px;
  border: none;
  font-family: Raleway;
  text-transform: none; }
  button.btn-default, input[type=button].btn-default, input[type=reset].btn-default, input[type=submit].btn-default,
  .btn.btn-default {
    color: #000;
    border-color: #000; }
    button.btn-default:hover, button.btn-default:active, button.btn-default:focus, input[type=button].btn-default:hover, input[type=button].btn-default:active, input[type=button].btn-default:focus, input[type=reset].btn-default:hover, input[type=reset].btn-default:active, input[type=reset].btn-default:focus, input[type=submit].btn-default:hover, input[type=submit].btn-default:active, input[type=submit].btn-default:focus,
    .btn.btn-default:hover,
    .btn.btn-default:active,
    .btn.btn-default:focus {
      background: #000;
      color: #fff; }
  button.btn-primary, input[type=button].btn-primary, input[type=reset].btn-primary, input[type=submit].btn-primary,
  .btn.btn-primary {
    color: #fff;
    background: #c44860; }
    button.btn-primary.btn-hover, button.btn-primary:hover, button.btn-primary:active, button.btn-primary:focus, input[type=button].btn-primary.btn-hover, input[type=button].btn-primary:hover, input[type=button].btn-primary:active, input[type=button].btn-primary:focus, input[type=reset].btn-primary.btn-hover, input[type=reset].btn-primary:hover, input[type=reset].btn-primary:active, input[type=reset].btn-primary:focus, input[type=submit].btn-primary.btn-hover, input[type=submit].btn-primary:hover, input[type=submit].btn-primary:active, input[type=submit].btn-primary:focus,
    .btn.btn-primary.btn-hover,
    .btn.btn-primary:hover,
    .btn.btn-primary:active,
    .btn.btn-primary:focus {
      background: #f4ae7b; }
  button.btn-border, input[type=button].btn-border, input[type=reset].btn-border, input[type=submit].btn-border,
  .btn.btn-border {
    border: 2px solid #c44860;
    padding: 12px 38px;
    color: #333; }
    button.btn-border.btn-hover, button.btn-border:hover, button.btn-border:active, button.btn-border:focus, input[type=button].btn-border.btn-hover, input[type=button].btn-border:hover, input[type=button].btn-border:active, input[type=button].btn-border:focus, input[type=reset].btn-border.btn-hover, input[type=reset].btn-border:hover, input[type=reset].btn-border:active, input[type=reset].btn-border:focus, input[type=submit].btn-border.btn-hover, input[type=submit].btn-border:hover, input[type=submit].btn-border:active, input[type=submit].btn-border:focus,
    .btn.btn-border.btn-hover,
    .btn.btn-border:hover,
    .btn.btn-border:active,
    .btn.btn-border:focus {
      background: #c44860;
      color: #fff; }
    button.btn-border.btn-gradient, input[type=button].btn-border.btn-gradient, input[type=reset].btn-border.btn-gradient, input[type=submit].btn-border.btn-gradient,
    .btn.btn-border.btn-gradient {
      border: none;
      padding: 14px 40px;
      background: #f4ae7b;
      background: -o-linear-gradient(top, #c44860, #f4ae7b);
      position: relative;
      z-index: 1;
      color: #333; }
      button.btn-border.btn-gradient:after, input[type=button].btn-border.btn-gradient:after, input[type=reset].btn-border.btn-gradient:after, input[type=submit].btn-border.btn-gradient:after,
      .btn.btn-border.btn-gradient:after {
        content: "";
        height: calc(100% - 4px);
        width: calc(100% - 4px);
        position: absolute;
        background: #fff;
        left: 2px;
        top: 2px;
        border-radius: 30px;
        z-index: -1; }
      button.btn-border.btn-gradient.btn-hover, button.btn-border.btn-gradient:hover, button.btn-border.btn-gradient:active, button.btn-border.btn-gradient:focus, input[type=button].btn-border.btn-gradient.btn-hover, input[type=button].btn-border.btn-gradient:hover, input[type=button].btn-border.btn-gradient:active, input[type=button].btn-border.btn-gradient:focus, input[type=reset].btn-border.btn-gradient.btn-hover, input[type=reset].btn-border.btn-gradient:hover, input[type=reset].btn-border.btn-gradient:active, input[type=reset].btn-border.btn-gradient:focus, input[type=submit].btn-border.btn-gradient.btn-hover, input[type=submit].btn-border.btn-gradient:hover, input[type=submit].btn-border.btn-gradient:active, input[type=submit].btn-border.btn-gradient:focus,
      .btn.btn-border.btn-gradient.btn-hover,
      .btn.btn-border.btn-gradient:hover,
      .btn.btn-border.btn-gradient:active,
      .btn.btn-border.btn-gradient:focus {
        color: #fff;
        background: #f4ae7b;
        background: -o-linear-gradient(top, #c44860, #f4ae7b); }
        button.btn-border.btn-gradient.btn-hover:after, button.btn-border.btn-gradient:hover:after, button.btn-border.btn-gradient:active:after, button.btn-border.btn-gradient:focus:after, input[type=button].btn-border.btn-gradient.btn-hover:after, input[type=button].btn-border.btn-gradient:hover:after, input[type=button].btn-border.btn-gradient:active:after, input[type=button].btn-border.btn-gradient:focus:after, input[type=reset].btn-border.btn-gradient.btn-hover:after, input[type=reset].btn-border.btn-gradient:hover:after, input[type=reset].btn-border.btn-gradient:active:after, input[type=reset].btn-border.btn-gradient:focus:after, input[type=submit].btn-border.btn-gradient.btn-hover:after, input[type=submit].btn-border.btn-gradient:hover:after, input[type=submit].btn-border.btn-gradient:active:after, input[type=submit].btn-border.btn-gradient:focus:after,
        .btn.btn-border.btn-gradient.btn-hover:after,
        .btn.btn-border.btn-gradient:hover:after,
        .btn.btn-border.btn-gradient:active:after,
        .btn.btn-border.btn-gradient:focus:after {
          content: none; }
      button.btn-border.btn-gradient:not(:disabled):not(.disabled):active, button.btn-border.btn-gradient:not(:disabled):not(.disabled).active, input[type=button].btn-border.btn-gradient:not(:disabled):not(.disabled):active, input[type=button].btn-border.btn-gradient:not(:disabled):not(.disabled).active, input[type=reset].btn-border.btn-gradient:not(:disabled):not(.disabled):active, input[type=reset].btn-border.btn-gradient:not(:disabled):not(.disabled).active, input[type=submit].btn-border.btn-gradient:not(:disabled):not(.disabled):active, input[type=submit].btn-border.btn-gradient:not(:disabled):not(.disabled).active,
      .btn.btn-border.btn-gradient:not(:disabled):not(.disabled):active,
      .btn.btn-border.btn-gradient:not(:disabled):not(.disabled).active {
        background: #f4ae7b;
        background: -o-linear-gradient(top, #c44860, #f4ae7b); }
  button.btn-white, input[type=button].btn-white, input[type=reset].btn-white, input[type=submit].btn-white,
  .btn.btn-white {
    color: #c44860;
    background: #fff; }
    button.btn-white:hover, button.btn-white:active, button.btn-white:focus, input[type=button].btn-white:hover, input[type=button].btn-white:active, input[type=button].btn-white:focus, input[type=reset].btn-white:hover, input[type=reset].btn-white:active, input[type=reset].btn-white:focus, input[type=submit].btn-white:hover, input[type=submit].btn-white:active, input[type=submit].btn-white:focus,
    .btn.btn-white:hover,
    .btn.btn-white:active,
    .btn.btn-white:focus {
      background: #c44860;
      color: #fff; }
  button.btn-black, input[type=button].btn-black, input[type=reset].btn-black, input[type=submit].btn-black,
  .btn.btn-black {
    color: #fff;
    background: #000; }
    button.btn-black:hover, button.btn-black:active, button.btn-black:focus, input[type=button].btn-black:hover, input[type=button].btn-black:active, input[type=button].btn-black:focus, input[type=reset].btn-black:hover, input[type=reset].btn-black:active, input[type=reset].btn-black:focus, input[type=submit].btn-black:hover, input[type=submit].btn-black:active, input[type=submit].btn-black:focus,
    .btn.btn-black:hover,
    .btn.btn-black:active,
    .btn.btn-black:focus {
      background: #c44860;
      color: #fff; }
  button.height-40, input[type=button].height-40, input[type=reset].height-40, input[type=submit].height-40,
  .btn.height-40 {
    padding: 9px 32px;
    font-size: 15px;
    font-weight: 500; }
  button.height-35, input[type=button].height-35, input[type=reset].height-35, input[type=submit].height-35,
  .btn.height-35 {
    padding: 7px 21px;
    font-size: 13px;
    font-weight: 500; }

.btn-xs {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  display: inline-block; }

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c44860;
  border-color: #c44860; }

select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 45px;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  outline: none;
  border: 1px dashed #ccc;
  color: #6d6b6c;
  font-size: 14px;
  padding-right: 45px;
  position: relative;
  background: url(../images/caret-down.png) no-repeat right center; }
  select:focus {
    outline: none; }

input:-internal-autofill-previewed, input:-internal-autofill-selected,
textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected,
select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background: none !important; }

.form-select {
  display: block;
  position: relative; }
  .form-select:before {
    content: "\e64b";
    position: absolute;
    top: 11px;
    right: 20px;
    font-size: 12px;
    font-family: 'themify'; }
  .form-select select {
    background: none; }

.list-item li {
  position: relative; }
  .list-item li a {
    color: #6d6b6c; }
    .list-item li a:hover {
      color: #c44860; }
.list-item ul {
  margin: 0; }
.list-item.style-1 li a:before {
  content: "";
  height: 1px;
  width: 0;
  background: #c44860;
  top: 20px;
  left: 0;
  position: absolute; }
.list-item.style-1 li a:hover {
  padding-left: 20px;
  transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s; }
  .list-item.style-1 li a:hover:before {
    width: 12px;
    transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; }
.list-item.style-2 {
  list-style-type: disc; }
  .list-item.style-2 li:hover {
    color: #c44860; }
    .list-item.style-2 li:hover a:before {
      background: #c44860; }
  .list-item.style-2 li a {
    padding-left: 15px;
    position: relative; }
    .list-item.style-2 li a:before {
      content: "";
      height: 5px;
      width: 5px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      font-weight: 600;
      left: 0;
      font-size: 14px;
      background: #6d6b6c;
      -webkit-transform: translatey(-50%);
              transform: translatey(-50%); }

.widget_search .search-form .pro_cat_select {
  display: none; }

.page_item_has_children .children {
  padding-left: 20px; }

.sub-menu {
  padding-left: 20px; }

.widget_calendar table#wp-calendar {
  border-width: 1px;
  border-color: #ddd;
  margin-bottom: 0; }
  .widget_calendar table#wp-calendar caption {
    margin-bottom: 0; }
.widget_calendar #wp-calendar thead th {
  padding: 10px 0;
  text-align: center; }
.widget_calendar #wp-calendar tfoot tr td {
  border-width: 1px 1px 0 0; }
  .widget_calendar #wp-calendar tfoot tr td:last-child {
    border-width: 1px 0 0 0; }

.content-area {
  width: 100%; }

.cat-item.cat-item-parent .children {
  display: none; }
  .cat-item.cat-item-parent .children.opening {
    display: block; }

select,
input[type=email], input[type=password],
input[type=search], input[type=text], input[type=url], textarea {
  border: 1px dashed #ccc;
  border-radius: 0;
  padding: 0 20px;
  font-size: 15px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none;
  color: #6d6b6c; }
  select:hover,
  input[type=email]:hover, input[type=password]:hover,
  input[type=search]:hover, input[type=text]:hover, input[type=url]:hover, textarea:hover {
    border-color: #333; }

input.input-focus {
  border-color: #333; }

input.input-error {
  border-color: #c44860; }

span.wpcf7-not-valid-tip {
  color: #c44860;
  margin-top: 12px; }

input[type=email], input[type=password],
input[type=search], input[type=text], input[type=url] {
  height: 45px; }

textarea {
  height: 100px;
  padding: 12px 20px;
  border-radius: 0; }

textarea:-ms-input-placeholder {
  opacity: 1; }

input:-ms-input-placeholder {
  opacity: 1; }

textarea::-webkit-input-placeholder {
  opacity: 1; }

input::-webkit-input-placeholder {
  opacity: 1; }

textarea:-moz-placeholder {
  opacity: 1; }

input:-moz-placeholder {
  opacity: 1; }

/* firefox 19+ */
input[type=checkbox], input[type=radio] {
  padding: 0;
  float: left;
  display: inline-block;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  outline: none; }

input ~ .radiobtn,
input ~ .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border: 1px solid #e3e3e3; }

input ~ .radiobtn {
  border-radius: 50%; }

label {
  margin-bottom: 13px;
  letter-spacing: 0px; }

label.checkcontainer {
  width: 100%;
  padding-left: 35px;
  margin-bottom: 20px;
  position: relative; }

input:checked ~ .radiobtn:after,
input:checked ~ .checkmark:after {
  display: block; }

.radiobtn:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c44860; }

.checkmark:after {
  content: "\e64c";
  font-family: 'themify';
  position: absolute;
  display: none;
  left: 2px;
  top: 1px;
  line-height: 14px; }

.mc4wp-alert.mc4wp-success,
div.wpcf7-mail-sent-ok,
.woocommerce-message {
  display: block;
  padding: 11px 15px 10px 40px;
  color: #fff;
  background-color: #f52e55;
  border: none;
  position: relative;
  letter-spacing: 0.1px;
  font-size: 14px;
  line-height: 24px;
  position: relative; }
  .mc4wp-alert.mc4wp-success:before,
  div.wpcf7-mail-sent-ok:before,
  .woocommerce-message:before {
    content: "\e64c";
    font-family: 'themify';
    position: absolute;
    top: 11px;
    left: 15px;
    color: #fff; }

.mc4wp-alert.mc4wp-notice,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
.woocommerce-info {
  display: block;
  padding: 11px 15px 10px 40px;
  color: #fff;
  background-color: #f4b757;
  border: none;
  letter-spacing: 0.1px;
  position: relative;
  border: none; }
  .mc4wp-alert.mc4wp-notice:before,
  div.wpcf7-validation-errors:before,
  div.wpcf7-acceptance-missing:before,
  .woocommerce-info:before {
    content: "\e717";
    font-family: 'themify';
    position: absolute;
    top: 11px;
    left: 15px;
    color: #fff; }

.mc4wp-alert.mc4wp-error,
.woocommerce-error {
  display: block;
  padding: 11px 15px 10px 40px;
  color: #fff;
  background-color: #b4d932;
  border: none;
  letter-spacing: 0.1px;
  position: relative; }
  .mc4wp-alert.mc4wp-error:before,
  .woocommerce-error:before {
    content: "\e718";
    font-family: 'themify';
    position: absolute;
    top: 11px;
    left: 15px;
    color: #fff; }

div.wpcf7-response-output,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  padding-left: 40px;
  margin-left: 0;
  margin-right: 0; }

.mc4wp-alert {
  margin-top: 20px; }
  .mc4wp-alert p {
    line-height: 21px;
    color: #fff;
    text-align: left; }

.scroll-to-top {
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  bottom: 213px;
  cursor: pointer;
  line-height: 24px;
  position: fixed;
  right: 79px;
  text-align: center;
  z-index: 99;
  color: #333 !important;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-family: Raleway;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em; }
  .scroll-to-top span {
    font-size: 10px;
    position: absolute;
    top: 6px;
    left: 60px;
    color: #333; }
  .scroll-to-top:after {
    content: '';
    height: 21px;
    width: 2px;
    background: #000;
    display: inherit;
    position: absolute;
    bottom: 4px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: -25px; }
  .scroll-to-top:hover {
    color: #c44860 !important; }
    .scroll-to-top:hover span {
      color: #c44860 !important; }
    .scroll-to-top:hover:after {
      background: #c44860; }

.elementor-widget-spacer {
  margin-bottom: 0 !important; }

.breadcrumb li .home, .breadcrumb li a, .breadcrumb li:before {
  color: #c44860; }

.elementor-text-editor p:last-child {
  margin-bottom: 0; }

.wp-caption img {
  width: 100%; }

/* Theme Unit Test */
.page-links {
  padding-top: 60px;
  clear: both; }
  .page-links > *:not(.page-links-title) {
    border: 1px solid #ececec;
    color: #6d6b6c;
    line-height: 39px;
    height: 40px;
    font-size: 14px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    background: #fff; }
    .page-links > *:not(.page-links-title).active, .page-links > *:not(.page-links-title):hover {
      color: #c44860; }
  .page-links > span:not(.page-links-title) {
    color: #c44860; }
  .page-links .screen-reader-text {
    display: none !important; }

.comment-nav-links {
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  width: 100%; }
  .comment-nav-links .nav-previous {
    display: inline-block;
    float: left; }
    .comment-nav-links .nav-previous a {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700; }
      .comment-nav-links .nav-previous a:before {
        content: "\e92a";
        font-family: arangi !important;
        padding-right: 10px;
        font-size: 10px;
        font-family: Raleway; }
  .comment-nav-links .nav-next {
    display: inline-block;
    float: right; }
    .comment-nav-links .nav-next a {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700;
      font-family: Raleway; }
      .comment-nav-links .nav-next a:after {
        content: "\e92e";
        font-family: arangi !important;
        padding-left: 10px;
        font-size: 10px; }

/* Theme Layout Style */
.side-breadcrumb {
  position: relative;
  padding: 76px 0 77px;
  margin-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 275px;
  background-image: url(../images/bg-breadcrumb.jpg); }
  .side-breadcrumb:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .side-breadcrumb .page-title {
    padding-bottom: 0;
    padding-top: 16px; }
    .side-breadcrumb .page-title h1, .side-breadcrumb .page-title h2 {
      margin: 0;
      font-size: 45px;
      font-weight: 600;
      letter-spacing: 0.02em;
      text-transform: capitalize;
      color: #fefefe;
      -ms-word-wrap: break-word;
      word-wrap: break-word; }

.breadcrumb {
  color: #fff;
  background: none !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 0 0 0;
  width: 100%;
  display: inline-block; }
  .breadcrumb li {
    padding: 0 11px;
    position: relative;
    letter-spacing: 0.5px;
    display: inline-block; }
    .breadcrumb li:before {
      content: "";
      height: 5px;
      width: 5px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      font-weight: 600;
      right: -2px;
      font-size: 14px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #c44860; }
    .breadcrumb li:first-child {
      padding-left: 0; }
    .breadcrumb li:last-child {
      padding-right: 0; }
      .breadcrumb li:last-child:before {
        content: none; }
    .breadcrumb li a {
      color: #fff; }
      .breadcrumb li a i {
        color: #c44860;
        margin-right: 5px;
        font-size: 12px; }

.col-xl-12 .breadcrumb {
  margin-bottom: 15px; }

.row.isotope {
  display: block; }

/*Dokan compatible*/
.dokan-dashboard-menu .payment {
  float: none;
  text-align: left; }

.elementor-social-icon .fa {
  font-family: "Font Awesome 5 Free"; }

.slick-arrow {
  background: none;
  color: #cfcfcf;
  font-size: 32px;
  padding: 0;
  z-index: 1; }
  .slick-arrow:focus {
    background: none;
    outline: none; }
  .slick-arrow:hover {
    color: #c44860; }

.elementor-container.elementor-column-gap-default > .elementor-row > .elementor-column {
  padding: 0 15px; }

.elementor-container > .elementor-row {
  width: calc(100% + 30px); }

.elementor-container > .elementor-row,
.elementor-section.elementor-section-stretched .elementor-row .elementor-row {
  margin: 0 -15px; }

.elementor-container.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0; }

.elementor-section.elementor-section-stretched.elementor-section-full_width .elementor-row {
  width: 100%; }

.col-xl-9.main-sidebar .elementor-section.elementor-section-stretched .elementor-row {
  width: 100%; }
.col-xl-9.main-sidebar .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%; }
.col-xl-9.main-sidebar .elementor-section-full_width,
.col-xl-9.main-sidebar .elementor-section-stretched {
  width: 100% !important;
  left: 0 !important; }
.col-xl-9.main-sidebar .elementor-section-stretched .elementor-container.elementor-column-gap-default > .elementor-row .elementor-col-100 {
  padding: 0; }

.elementor-section.elementor-section-stretched .elementor-row {
  margin: 0; }

.elementor-section-stretched .elementor-container.elementor-column-gap-default > .elementor-row .elementor-col-100,
.elementor-container.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0; }

.full .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default > .elementor-row .elementor-col-100 {
  padding: 0 15px; }

.boxed .elementor-section.elementor-section-stretched .elementor-row, .wide .elementor-section.elementor-section-stretched .elementor-row {
  width: 100%; }
.boxed .elementor-section.elementor-section-boxed > .elementor-container, .wide .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%; }
.boxed .elementor-section-full_width,
.boxed .elementor-section-stretched, .wide .elementor-section-full_width,
.wide .elementor-section-stretched {
  width: 100% !important;
  left: 0 !important; }

.slider-home-1 .slider-content .elementor-slide-heading {
  word-spacing: 5px; }
.slider-home-1 .slider-content .elementor-button.elementor-size-md {
  border-radius: 0 !important;
  word-spacing: 2px;
  position: relative; }
  .slider-home-1 .slider-content .elementor-button.elementor-size-md:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #000;
    bottom: -2px;
    left: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .slider-home-1 .slider-content .elementor-button.elementor-size-md:hover:after {
    width: 100%; }

.btn-underline {
  position: relative;
  color: #000;
  font-size: 16px;
  line-height: 33px;
  padding-bottom: 2px;
  text-decoration: none;
  display: block;
  letter-spacing: 0;
  word-spacing: 1px; }
  .btn-underline:before, .btn-underline:after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .btn-underline:before {
    width: 0;
    background: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1; }
  .btn-underline:after {
    width: 83px;
    background: #0ca8c9; }
  .btn-underline:hover:before {
    width: 83px; }

.gallery-caption {
  margin: 0;
  padding: 0; }

.bypostauthor {
  margin: 0;
  padding: 0; }

.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

figure.wp-caption.alignleft, img.alignleft {
  margin: 5px 20px 5px 0; }

.alignleft {
  float: left; }

table {
  width: 100%;
  background-color: #fff;
  border-color: #dadada; }
  table thead tr th {
    font-size: 18px;
    padding: 21px 30px;
    border-color: #dadada; }
  table tbody tr th {
    font-family: Domine;
    font-size: 15px;
    font-weight: 400;
    border-color: #dadada;
    padding: 13px 30px;
    color: #797476; }
  table tbody tr td {
    font-size: 15px;
    border-color: #dadada;
    padding: 13px 30px;
    color: #797476; }
  table > tbody > tr:first-child th {
    font-size: 18px;
    padding: 21px 30px;
    font-family: Raleway;
    font-weight: 700;
    color: #333; }
  table thead + tbody tr:first-child th {
    font-family: Domine;
    font-size: 15px;
    font-weight: 400;
    padding: 13px 30px;
    color: #797476; }

iframe {
  max-width: 100%;
  border: none; }

.wp-caption {
  max-width: 100%;
  border: none;
  overflow: hidden; }

#thumbs_list_frame ul, #thumbs_list_frame menu, #thumbs_list_frame dir,
.isotope ul,
.isotope menu,
.isotope dir, .media ul, .media menu, .media dir, .vertical_list ul, .vertical_list menu, .vertical_list dir, .image_list ul, .image_list menu, .image_list dir, .woocommerce ul, .woocommerce menu, .woocommerce dir,
.instagram-gallery ul,
.instagram-gallery menu,
.instagram-gallery dir {
  list-style-type: none;
  padding-left: 0; }

label {
  color: #6d6b6c;
  font-size: 15px; }

.label.error {
  color: #ff0000; }

.list-color li {
  display: inline-block;
  padding-top: 83px;
  min-width: 70px;
  position: relative;
  text-align: center;
  margin-right: 30px;
  float: left; }
  .list-color li:last-child {
    margin-right: 0; }
  .list-color li:before {
    content: "";
    height: 70px;
    width: 70px;
    position: absolute;
    top: 0;
    left: 0; }
  .list-color li.color-primary:before {
    background: #c44860; }
  .list-color li.color-primary1:before {
    background: #4d772d; }
  .list-color li.color-primary2:before {
    background: #5892d0; }
  .list-color li.text-color:before {
    background: #6d6b6c; }
  .list-color li.text-heading:before {
    background: #333; }

.box-text {
  display: inline-block; }

.list-button {
  margin-bottom: 27px;
  overflow: hidden; }
  .list-button li {
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 77px;
    position: relative; }
    .list-button li:before {
      content: "\e628";
      font-family: 'themify';
      position: absolute;
      right: -49px;
      top: 24px;
      font-size: 20px; }
    .list-button li:last-child {
      margin-right: 0; }
      .list-button li:last-child:before {
        content: none; }
    .list-button li span {
      padding-top: 14px;
      display: inline-block; }

.list-button-size {
  overflow: hidden; }
  .list-button-size li {
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 30px;
    position: relative; }
    .list-button-size li span {
      padding-top: 13px;
      display: inline-block; }
    .list-button-size li.btn-height-40 {
      margin-top: 8px; }
      .list-button-size li.btn-height-40 span {
        padding-top: 20px; }
    .list-button-size li.btn-height-35 {
      margin-top: 13px; }
      .list-button-size li.btn-height-35 span {
        padding-top: 22px; }

.list-pagination .inline-block {
  display: inline-block;
  float: left; }

.pagination-type1 {
  padding-top: 12px;
  margin-right: 30px; }

.pagination-type3 {
  padding-top: 2px; }

.pagination-type2 {
  margin-right: 53px; }

.slick-dots li {
  height: 14px;
  width: 14px;
  position: relative;
  display: inline-block;
  padding: 0;
  margin-right: 13px; }
  .slick-dots li:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: block;
    border: 1px solid #c44860;
    opacity: 0.2;
    position: absolute; }
  .slick-dots li:last-child {
    margin-right: 0; }
  .slick-dots li button {
    text-indent: -9999em;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    padding: 0;
    content: "";
    background: #c44860;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 1;
    visibility: hidden;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .slick-dots li:hover button, .slick-dots li.slick-active button {
    visibility: visible; }

.page-numbers:not(.prev),
.page-numbers:not(.next) {
  border: 1px solid #ececec;
  font-family: Domine;
  color: #6d6b6c;
  line-height: 40px;
  background: #fff;
  height: 40px;
  font-size: 16px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  margin: 0 6px;
  text-decoration: none;
  display: inline-block; }
  .page-numbers:not(.prev).current,
  .page-numbers:not(.next).current {
    color: #c44860; }

.page-numbers.prev,
.page-numbers.next {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  font-family: Raleway;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background: none; }

.page-numbers.prev {
  margin-right: 14px; }

.page-numbers.next {
  margin-left: 14px; }

.pagination-content.type-button li a {
  border: 1px solid transparent;
  padding: 8px 17px 7px;
  border-radius: 20px;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-family: Raleway;
  font-weight: 700; }
  .pagination-content.type-button li a:hover, .pagination-content.type-button li a:focus, .pagination-content.type-button li a.active {
    border: 1px solid #dadada;
    color: #333; }

.heading-tag h4 {
  padding-top: 8px; }
.heading-tag h5 {
  padding-top: 9px; }

.box-list .list-item {
  width: 33.33%;
  float: left; }
  .box-list .list-item.style-3 {
    width: calc(33.33% - 20px); }

.box-link {
  padding-top: 38px;
  font-family: Raleway; }
  .box-link a {
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin-right: 29px;
    font-weight: 700; }
    .box-link a span {
      font-size: 8px;
      margin-right: 6px; }
    .box-link a:last-child {
      margin-right: 0; }
    .box-link a.text-link-hover {
      color: #c44860; }
    .box-link a.text-link span {
      color: #c44860; }
    .box-link a.text-upper {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: 1px; }

.popup-sale-off {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000; }
  .popup-sale-off .checkmark:after {
    top: 4px; }
  .popup-sale-off:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #dfdfdf;
    background-image: url(../images/bg-popup.png);
    background-size: contain;
    z-index: -1; }
  .popup-sale-off .content {
    width: 50%;
    float: right;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    text-align: center;
    padding-top: 19px; }
  .popup-sale-off .before-title {
    font-family: Raleway;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 25px;
    text-transform: uppercase;
    color: #333;
    font-size: 16px; }
  .popup-sale-off .title {
    margin-top: 23px;
    font-family: Raleway;
    font-weight: 600;
    line-height: 25px;
    text-transform: initial;
    color: #333;
    font-size: 40px; }
  .popup-sale-off .after-title {
    margin-top: 7px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 25px;
    text-transform: capitalize;
    color: #c44860;
    font-size: 40px;
    font-family: Raleway; }
  .popup-sale-off a.close-popup {
    height: 53px;
    width: 53px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    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-size: 20px;
    right: -19px;
    top: -24px;
    -webkit-box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
    box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25); }
  .popup-sale-off .mc4wp-form {
    margin-top: 25px;
    padding: 0 30px; }
  .popup-sale-off .mc4wp-form-fields input[type=email] {
    text-align: center;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
    border-radius: 0;
    height: 50px;
    padding: 0 20px;
    font-weight: 400;
    color: #787475; }
    .popup-sale-off .mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #787475;
      opacity: 1;
      /* Firefox */ }
    .popup-sale-off .mc4wp-form-fields input[type=email]:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #787475;
      opacity: 1;
      /* Firefox */ }
    .popup-sale-off .mc4wp-form-fields input[type=email]::-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #787475;
      opacity: 1;
      /* Firefox */ }
    .popup-sale-off .mc4wp-form-fields input[type=email]::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #787475;
      opacity: 1;
      /* Firefox */ }
    .popup-sale-off .mc4wp-form-fields input[type=email]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #787475; }
    .popup-sale-off .mc4wp-form-fields input[type=email]::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #787475; }
  .popup-sale-off .mc4wp-form-fields input[type=submit] {
    height: 55px;
    font-size: 18px;
    text-transform: inherit;
    font-weight: 400;
    border-radius: 30px;
    margin-top: 30px;
    background: #c44860;
    padding: 0 40px; }
    .popup-sale-off .mc4wp-form-fields input[type=submit]:hover {
      background-color: #f4ae7b; }
  .popup-sale-off .checkbox-form {
    padding-top: 24px; }
    .popup-sale-off .checkbox-form label.checkcontainer {
      width: auto;
      padding-left: 40px;
      color: #787475; }
    .popup-sale-off .checkbox-form input ~ .checkmark {
      height: 22px;
      width: 22px;
      border-color: #dfdfdf; }

#list-builder {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  filter: alpha(opacity=80);
  opacity: 0.8;
  display: none;
  z-index: 100; }

.custom.tp-bullets .tp-bullet {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #c44860;
  background: none;
  opacity: 0.4; }
  .custom.tp-bullets .tp-bullet.selected:before, .custom.tp-bullets .tp-bullet:hover:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 100%;
    opacity: 1;
    background-color: #c44860;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

@media (min-width: 1200px) {
  #page.boxed {
    margin: 0 100px;
    -webkit-box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 27px 1px rgba(0, 0, 0, 0.2); } }
@media (min-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px; }

  .container,
  .elementor-inner .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px; } }
@media (max-width: 991px) {
  .container {
    max-width: 100%; }

  .scroll-to-top {
    right: 10px; }

  div.side-breadcrumb {
    padding-top: 45px;
    padding-bottom: 50px;
    min-height: 200px; }
    div.side-breadcrumb .page-title h1, div.side-breadcrumb .page-title h2 {
      font-size: 30px; }

  .page .page-links {
    padding-top: 35px; } }
@media (max-width: 812px) {
  div.popup-sale-off {
    width: calc(100% - 60px);
    height: 50%; }
    div.popup-sale-off .content {
      overflow-y: auto;
      overflow-x: hidden;
      padding: 40px 0 20px; }
    div.popup-sale-off a.close-popup {
      right: 0;
      top: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-radius: 0; }
    div.popup-sale-off .mc4wp-form {
      margin-top: 15px; }
    div.popup-sale-off .mc4wp-form-fields input[type=submit] {
      margin-top: 15px; } }
@media (max-width: 812px) and (min-width: 768px) {
  .popup-sale-off:before {
    width: 35%; }
  .popup-sale-off .content {
    width: 65%; } }
@media (max-width: 767px) {
  .slick-dots li:before {
    width: 10px;
    height: 10px; }

  div.popup-sale-off {
    padding: 0 15px;
    height: 70%; }
    div.popup-sale-off:before {
      display: none; }
    div.popup-sale-off .content {
      width: 100%; }
    div.popup-sale-off .title {
      font-size: 30px;
      margin-top: 10px; }
    div.popup-sale-off .after-title {
      font-size: 30px;
      margin-top: 10px; }
    div.popup-sale-off .mc4wp-form-fields input[type=submit] {
      height: 45px;
      font-size: 15px;
      padding: 0 30px; }
    div.popup-sale-off .mc4wp-form {
      padding: 0; }
    div.popup-sale-off .checkbox-form label.checkcontainer {
      padding-left: 30px;
      font-size: 14px; }

  .page .page-links {
    padding-top: 20px; }

  .blog_post_desc h2 {
    font-size: 22px; }
  .blog_post_desc h3 {
    font-size: 21px; }
  .blog_post_desc h4 {
    font-size: 20px; }
  .blog_post_desc h5 {
    font-size: 19px; }
  .blog_post_desc h6 {
    font-size: 18px; } }
@media (max-width: 475px) {
  .list-button li:before {
    content: none; }

  .box-list .list-item {
    width: 100%; }

  div.side-breadcrumb .page-title h1, div.side-breadcrumb .page-title h2 {
    font-size: 26px; } }
@media (max-width: 320px) {
  div.popup-sale-off .title {
    margin-top: 5px; }
  div.popup-sale-off .after-title {
    margin-top: 0; } }
body .kirki-customizer-loading-wrapper {
  background-image: url(../images/logo-load.png); }

.heading-1.center .heading-title {
  text-align: center; }

.image-hover-content {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #000000;
  text-align: center; }
  .image-hover-content:after, .image-hover-content:before {
    background: #000;
    width: 200%;
    height: 200%;
    position: absolute;
    content: '';
    opacity: 0.5;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
    z-index: 1; }
  .image-hover-content:before {
    right: 0;
    bottom: 0;
    -webkit-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%); }
  .image-hover-content:after {
    top: 0;
    left: 0;
    -webkit-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%); }
  .image-hover-content:hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%); }
  .image-hover-content:hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%); }
  .image-hover-content:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out; }
  .image-hover-content img {
    -webkit-transition: all 0.55s;
    transition: all 0.55s; }

.image-hover {
  position: relative;
  overflow: hidden; }
  .image-hover:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: '';
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
  .image-hover:hover:after {
    opacity: 1;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  100% {
    opacity: 1; } }
@-webkit-keyframes moveVertical {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }
@keyframes moveVertical {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes moveHorizontal {
  100% {
    -webkit-transform: translateX(0);
    opacity: 1; } }
@keyframes moveHorizontal {
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }
@-webkit-keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }
@keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1; } }
@-webkit-keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
@-webkit-keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1; } }
@keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; } }
@-webkit-keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.tm-animation.fade-in {
  -webkit-animation: fadeIn 0.95s ease forwards;
  animation: fadeIn 0.95s ease forwards; }
.tm-animation.move-up {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards; }
.tm-animation.move-down {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards; }
.tm-animation.move-left {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards; }
.tm-animation.move-right {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards; }
.tm-animation.scale-up {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards; }
.tm-animation.fall-perspective {
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective .8s ease-in-out forwards;
  animation: fallPerspective .8s ease-in-out forwards; }
.tm-animation.fly {
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly .8s ease-in-out forwards;
  animation: fly .8s ease-in-out forwards; }
.tm-animation.flip {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip .8s ease-in-out forwards;
  animation: flip .8s ease-in-out forwards; }
.tm-animation.helix {
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix .8s ease-in-out forwards;
  animation: helix .8s ease-in-out forwards; }
.tm-animation.pop-up {
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp .8s ease-in forwards;
  animation: popUp .8s ease-in forwards; }

.fall-down-effect:before {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.fall-down-effect:hover:before {
  -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  opacity: 1; }
.fall-down-effect:before {
  content: attr(data-hover);
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg); }

/*............... Header ..................*/
.site-header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent; }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .hidden-md {
    display: none !important; } }
.site-header {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  left: 0;
  right: 0; }
  .site-header.active-sticky {
    position: fixed !important;
    top: 0;
    z-index: 99; }
  .site-header.active-sticky.menu-hidden {
    background: #fff !important;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: fixed; }
  .site-header.header-01 {
    position: relative; }
    .site-header.header-01 .header-icon .content-filter {
      top: 100% !important; }
    .site-header.header-01 .header-content {
      position: relative; }
    .site-header.header-01 .menu-icon {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      cursor: pointer; }
  .site-header:not(.header-01) .product-search {
    font-weight: 500;
    width: 100%; }
  .site-header:not(.header-01) .search-block-top {
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
  .site-header .icon-list .path1:before {
    color: #e1536e; }
  .site-header .header-icon .cart-header:hover .cart-block.content-filter {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none; }
  .site-header .header-icon .cart-header .cart-block {
    width: 360px;
    top: 100%; }
  .site-header:not(.header-03, .header-02) .header-menu .mega-menu > li:first-child > a {
    padding-left: 0 !important; }
  .site-header:not(.header-03, .header-02) .header-menu .mega-menu > li:last-child > a {
    padding-right: 0 !important; }

.content-filter {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  top: 100%;
  text-align: left;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  right: 0;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.logo img {
  display: block; }

.languges-flags {
  position: relative;
  cursor: pointer;
  font-family: Raleway; }
  .languges-flags .lang-1 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    border: 1px solid #df526d;
    line-height: 34px;
    height: 34px;
    border-radius: 30px;
    padding: 0 20px 0 30px; }
    .languges-flags .lang-1 i {
      padding-left: 5px;
      font-size: 9px; }
  .languges-flags img {
    margin-right: 9px; }
  .languges-flags a {
    font-size: 14px; }
    .languges-flags a:hover {
      color: #c44860; }
  .languges-flags:hover .content-filter {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    opacity: 1;
    visibility: visible; }
  .languges-flags .content-filter {
    background: white;
    z-index: 10;
    padding: 12px 19px;
    width: 150px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    top: 100%;
    right: 0; }
  .languges-flags.languges-flags-demo ul li a {
    position: relative;
    padding-left: 25px; }
    .languges-flags.languges-flags-demo ul li a:before {
      content: '';
      position: absolute;
      height: 12px;
      width: 18px;
      background-repeat: no-repeat;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .languges-flags.languges-flags-demo ul li:first-child a:before {
    background-image: url(../images/de.png); }
  .languges-flags.languges-flags-demo ul li:last-child a:before {
    background-image: url(../images/fr.png); }

.header-top {
  padding-top: 20px;
  padding-bottom: 20px; }
  .header-top .account {
    padding-left: 31px; }
    .header-top .account a {
      padding-right: 31px;
      position: relative; }
      .header-top .account a:after {
        content: "\f107";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        top: 0;
        position: absolute;
        right: 0; }
    .header-top .account .top-link {
      position: relative; }

.info-part {
  padding-right: 28px; }
  .info-part:last-child {
    padding-right: 0; }
  .info-part:nth-child(2) {
    padding-right: 22px; }
  .info-part .icon {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-right: 16px; }
    .info-part .icon i {
      font-size: 30px; }

.details {
  font-size: 12px;
  font-weight: 400;
  line-height: normal; }
  .details .title-topbar {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    word-spacing: 0; }

.content-topbar {
  margin-top: 5px; }
  .content-topbar a {
    font-size: 15px;
    color: #333333;
    letter-spacing: 0.025em; }
    .content-topbar a:hover {
      color: #c44860; }

.top-link li {
  padding: 0; }

.site-header + .wrapper {
  padding-top: 100px; }

.count-items.box-label {
  display: none; }

.header-01 .search-block-top {
  display: inline-block;
  position: static;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none; }
.header-01 .header-top .account a {
  color: #fff; }
  .header-01 .header-top .account a:hover {
    color: #c44860; }
.header-01 .header-search {
  width: calc(100% - 265px); }
  .header-01 .header-search .search-form {
    height: 70px; }
    .header-01 .header-search .search-form select.pro_cat_select {
      width: 306px; }
      .header-01 .header-search .search-form select.pro_cat_select option {
        color: #000; }
    .header-01 .header-search .search-form .product-search {
      width: calc(100% - 310px); }
    .header-01 .header-search .search-form .product-search, .header-01 .header-search .search-form .searchsubmit {
      height: 70px !important;
      border-radius: 0;
      background: transparent; }
      .header-01 .header-search .search-form .product-search:hover, .header-01 .header-search .search-form .searchsubmit:hover {
        background: transparent; }
.header-01 .header-search-category {
  position: relative;
  width: calc(100% - 265px);
  height: 100%; }
  .header-01 .header-search-category button, .header-01 .header-search-category .search-field {
    height: 100%; }
  .header-01 .header-search-category .search-field {
    padding: 0 31px; }
  .header-01 .header-search-category .search-field,
  .header-01 .header-search-category .search-field::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: Raleway;
    word-spacing: 2px;
    opacity: 1; }
  .header-01 .header-search-category .search-field,
  .header-01 .header-search-category .search-field:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: Raleway;
    word-spacing: 2px;
    opacity: 1; }
  .header-01 .header-search-category .search-field,
  .header-01 .header-search-category .search-field::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: Raleway;
    word-spacing: 2px;
    opacity: 1; }
  .header-01 .header-search-category .search-field,
  .header-01 .header-search-category .search-field::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    font-family: Raleway;
    word-spacing: 2px;
    opacity: 1; }
  .header-01 .header-search-category .category_dropdown {
    width: 306px; }
    .header-01 .header-search-category .category_dropdown button {
      background: transparent;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      width: 100%;
      border-radius: 0; }
    .header-01 .header-search-category .category_dropdown button, .header-01 .header-search-category .category_dropdown .search-field, .header-01 .header-search-category .category_dropdown .search-field::-webkit-input-placeholder {
      font-size: 15px;
      font-weight: 400;
      color: #fff; }
    .header-01 .header-search-category .category_dropdown button, .header-01 .header-search-category .category_dropdown .search-field, .header-01 .header-search-category .category_dropdown .search-field:-ms-input-placeholder {
      font-size: 15px;
      font-weight: 400;
      color: #fff; }
    .header-01 .header-search-category .category_dropdown button, .header-01 .header-search-category .category_dropdown .search-field, .header-01 .header-search-category .category_dropdown .search-field::-ms-input-placeholder {
      font-size: 15px;
      font-weight: 400;
      color: #fff; }
    .header-01 .header-search-category .category_dropdown button, .header-01 .header-search-category .category_dropdown .search-field, .header-01 .header-search-category .category_dropdown .search-field::placeholder {
      font-size: 15px;
      font-weight: 400;
      color: #fff; }
    .header-01 .header-search-category .category_dropdown button i {
      font-size: 9px;
      margin-left: 8px; }
    .header-01 .header-search-category .category_dropdown ul.chosen-results {
      -webkit-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      background: #fff;
      -webkit-box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
              box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
      padding: 20px 30px;
      width: 306px;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 10;
      visibility: hidden;
      opacity: 0;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transform: rotate3d(1, 0, 0, -90deg);
              transform: rotate3d(1, 0, 0, -90deg);
      max-height: 350px;
      overflow-y: auto; }
      .header-01 .header-search-category .category_dropdown ul.chosen-results li {
        padding: 10px 0;
        font-size: 15px;
        color: #333;
        border-top: 1px dashed #dfdfdf;
        display: block;
        cursor: pointer; }
        .header-01 .header-search-category .category_dropdown ul.chosen-results li:first-child {
          border: none; }
        .header-01 .header-search-category .category_dropdown ul.chosen-results li:hover {
          color: #c44860; }
    .header-01 .header-search-category .category_dropdown:hover ul.chosen-results {
      visibility: visible;
      opacity: 1;
      -webkit-transform: none;
              transform: none; }
  .header-01 .header-search-category .category_dropdown + .search-field {
    width: calc(100% - 310px);
    border-left: 1px solid rgba(255, 255, 255, 0.5); }
  .header-01 .header-search-category .search-field {
    border: none;
    border-radius: 0; }
  .header-01 .header-search-category .block-search-cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    height: 70px; }
  .header-01 .header-search-category [type="submit"] {
    top: 0;
    z-index: 1;
    right: 0;
    position: absolute;
    height: 70px;
    background: transparent;
    padding: 0 29px; }
.header-01 .cont {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.header-01 .count-items.box-label {
  display: block; }
.header-01 .col-bottom-right .languges-flags {
  position: relative;
  z-index: 5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-01 .col-bottom-right .languges-flags .lang-1 {
    border: none;
    color: #fff;
    padding: 0 14px 0 0 !important; }
    .header-01 .col-bottom-right .languges-flags .lang-1 img {
      display: initial; }
    .header-01 .col-bottom-right .languges-flags .lang-1 i {
      padding-left: 7px; }
.header-01 .header-bottom {
  background-color: #5690cf; }
.header-01 .mega-menu li a:hover, .header-01 .mega-menu li a:focus {
  color: #c44860; }

.lang-1 img {
  display: none; }

.auto_ajax_search {
  position: absolute;
  z-index: 10;
  top: 100%;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
          box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25); }

.search-form {
  width: 100%;
  height: 100%;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5); }
  .search-form .pro_cat_select {
    background: url(../images/caret-down.png) no-repeat right center;
    padding-left: 24px;
    padding-right: 30px;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: none;
    height: 70px;
    border-radius: 0; }
  .search-form .product-search {
    border: none;
    width: calc(100% - 160px);
    margin: 0;
    height: 38px;
    vertical-align: top;
    padding: 0 20px; }

.searchform .search-no-results {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 20px;
  font-size: 12px;
  border: 1px solid #ebebeb;
  top: calc(100% + 10px);
  z-index: 1; }
  .searchform .search-no-results p {
    margin: 0; }

#yith-wcwl-message,
#cart_added_msg_popup,
#compare_added_msg_popup {
  background: #c44860;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  color: #fff;
  line-height: 50px;
  max-width: 300px;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 10000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 !important; }

.search-block-top .top-search .btn-search:hover {
  color: #282828;
  background-color: #0ca8c9; }

.product-search.ui-autocomplete-input,
.pro_cat_select {
  font-weight: 500; }

.minicart-content .woocommerce-Price-amount.amount,
.search-text {
  display: none; }

.searchsubmit.woosearch-submit.submit.btn-search {
  position: absolute;
  right: 72px;
  top: -1px;
  right: -1px;
  padding: 0 17px;
  font-size: 17px;
  width: 57px; }

.text-header {
  position: relative;
  height: 25px; }

.text-items {
  font-family: Raleway;
  background: #c44860;
  font-weight: 600;
  position: absolute;
  top: -3px;
  right: -2px;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 14px;
  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; }

.cart-header .slimScrollDiv > ul {
  padding-right: 20px; }
.cart-header .cart-block {
  padding: 15px 30px; }
.cart-header .content-filter {
  background: #ffffff none repeat scroll 0 0;
  z-index: 2; }
  .cart-header .content-filter .widget_shopping_cart_content > p {
    margin-bottom: 0;
    margin-top: 13px; }
    .cart-header .content-filter .widget_shopping_cart_content > p.woocommerce-mini-cart__empty-message {
      margin-top: 0; }
.cart-header .count-item {
  border-bottom: 1px solid;
  text-align: left; }
.cart-header .widget_shopping_cart_content {
  overflow: hidden; }
  .cart-header .widget_shopping_cart_content ul {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 265px;
    scrollbar-width: none; }
    .cart-header .widget_shopping_cart_content ul::-webkit-scrollbar {
      /* This is the magic bit for WebKit */
      display: none; }
    .cart-header .widget_shopping_cart_content ul li {
      display: block;
      border-top: 1px dashed #dfdfdf;
      position: relative;
      text-align: left;
      float: left;
      width: 100%;
      padding: 25px 22px 0 0;
      margin-top: 30px; }
      .cart-header .widget_shopping_cart_content ul li a.remove {
        color: #ffffff;
        font-size: 0;
        position: absolute;
        right: 0;
        top: 23px; }
        .cart-header .widget_shopping_cart_content ul li a.remove:after {
          color: #666666;
          content: "\f2ed";
          font-size: 20px;
          font-family: "Font Awesome 5 Free";
          position: absolute;
          right: 0; }
        .cart-header .widget_shopping_cart_content ul li a.remove:hover {
          background: none; }
          .cart-header .widget_shopping_cart_content ul li a.remove:hover:after {
            color: #c44860; }
      .cart-header .widget_shopping_cart_content ul li:first-child {
        padding-top: 10px;
        margin-top: 0;
        border: none; }
        .cart-header .widget_shopping_cart_content ul li:first-child a.remove {
          top: 9px; }
      .cart-header .widget_shopping_cart_content ul li:last-child {
        margin-bottom: 30px; }
      .cart-header .widget_shopping_cart_content ul li .quantity {
        color: #c44860;
        display: block;
        max-width: 100%;
        padding: 0;
        border: none;
        height: 100%;
        margin-top: 10px; }
      .cart-header .widget_shopping_cart_content ul li a {
        font-family: Raleway;
        color: #333333;
        font-weight: 500;
        font-size: 16px; }
        .cart-header .widget_shopping_cart_content ul li a:hover {
          color: #c44860; }
      .cart-header .widget_shopping_cart_content ul li img {
        display: block;
        float: left;
        margin: 4px 20px 0 0;
        width: 71px;
        background: #faf9f7; }
      .cart-header .widget_shopping_cart_content ul li dl {
        padding-left: 0;
        border: none;
        overflow: hidden;
        margin: 0; }
        .cart-header .widget_shopping_cart_content ul li dl p {
          margin: 0; }
        .cart-header .widget_shopping_cart_content ul li dl dt {
          font-weight: 400;
          padding: 0;
          color: #000;
          display: inline-block; }
        .cart-header .widget_shopping_cart_content ul li dl dd {
          padding: 0;
          margin: 0;
          display: inline-block; }
.cart-header a.button {
  font-family: Raleway;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  color: #fff;
  width: 140px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding: 0 !important; }
  .cart-header a.button:hover {
    color: #fff; }
  .cart-header a.button:first-child {
    float: left; }
    .cart-header a.button:first-child:hover {
      background-color: #f4ae7b;
      border-color: #f4ae7b; }
  .cart-header a.button:nth-child(2) {
    float: right;
    background: #f4ae7b; }
    .cart-header a.button:nth-child(2):hover {
      background-color: #c44860;
      border-color: #c44860; }
    .cart-header a.button:nth-child(2):after {
      clear: both; }

.woocommerce-mini-cart__buttons.buttons {
  margin: 20px 0 0 !important;
  width: 100%;
  display: inline-block; }
  .woocommerce-mini-cart__buttons.buttons a:first-child {
    background: #c44860; }

.icon-header, .box-label {
  cursor: pointer; }

.logo {
  margin: 0;
  position: relative;
  font-size: 23px; }

.logo-sticky {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden; }

header ul,
.humburger-menu ul,
.page-footer ul,
.breadcrumbs ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }

.header-icon {
  height: 100%; }
  .header-icon .d-inline-block {
    height: 100%; }
  .header-icon .icon-header, .header-icon .cart_label,
  .header-icon .account-header > a, .header-icon .header-contact a, .header-icon .languges-flags {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-icon .account-header {
    position: relative; }
    .header-icon .account-header .content-filter {
      left: 0;
      background: #fff;
      padding: 20px;
      font-size: 14px;
      font-family: Raleway;
      -webkit-transform: rotate3d(1, 0, 0, -90deg);
      transform: rotate3d(1, 0, 0, -90deg);
      -webkit-transform-origin: 0 0 0;
      transform-origin: 0 0 0;
      width: 200px;
      -webkit-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s; }
    .header-icon .account-header:hover .content-filter {
      -webkit-transform: none !important;
              transform: none !important;
      visibility: visible;
      opacity: 1; }

.site-header:not(.header-01) .account-header .box-label, .site-header:not(.header-01) .count {
  display: none !important; }

.stock.out-of-stock {
  display: none; }

.header-01 .col-bottom-left {
  padding-right: 0; }
  .header-01 .col-bottom-left.custom-padding {
    padding-right: 15px; }
  .header-01 .col-bottom-left .header-nav-inner {
    height: 70px; }
  .header-01 .col-bottom-left .box-label {
    font-family: Raleway;
    color: #fff;
    margin: 0 0 0;
    font-size: 15px; }
  .header-01 .col-bottom-left .count {
    display: block;
    font-size: 15px; }
  .header-01 .col-bottom-left .favorite a {
    display: block; }
  .header-01 .col-bottom-left .account-header {
    position: static; }
    .header-01 .col-bottom-left .account-header > a {
      display: block;
      height: auto; }
    .header-01 .col-bottom-left .account-header .box-label {
      display: block;
      font-size: 15px;
      margin-top: 4px !important; }
    .header-01 .col-bottom-left .account-header .content-filter {
      left: auto;
      right: 0; }
.header-01 .box-header-info {
  width: 265px;
  padding: 0 17px; }
  .header-01 .box-header-info .icon-box, .header-01 .box-header-info .icon-header span, .header-01 .box-header-info .account-header > a {
    font-size: 20px; }
  .header-01 .box-header-info .header-icon {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header-01 .box-header-info .header-icon > div {
      width: 100%; }
      .header-01 .box-header-info .header-icon > div > a {
        display: block;
        height: auto;
        line-height: 20px; }
      .header-01 .box-header-info .header-icon > div .box-label {
        line-height: 10px;
        margin-top: 8px; }
.header-01 .header-top .content-topbar a:hover {
  color: #c44860; }
.header-01 .header-search .ui-menu {
  padding-bottom: 10px;
  z-index: 99;
  font-family: 'Poppins', sans-serif; }
  .header-01 .header-search .ui-menu .ui-menu-item {
    padding: 10px;
    border: 0; }
    .header-01 .header-search .ui-menu .ui-menu-item a {
      padding: 0;
      border: 0; }
.header-01 .header-search .ui-state-focus, .header-01 .header-search .ui-widget-content .ui-state-focus {
  background: transparent !important; }
.header-01 .header-search .ui-autocomplete .woocommerce.add_to_cart_inline {
  padding: 5px 0 !important; }
.header-01 .header-search .ui-autocomplete .search-info a.btn:hover {
  color: #c44860 !important;
  background-color: transparent; }
.header-01 .header-search .ui-autocomplete .price .add_to_cart_inline span.pr-max del {
  color: #8f8f8f; }
.header-01 .col-bottom-right {
  position: relative; }
  .header-01 .col-bottom-right:after {
    content: '';
    position: absolute;
    left: 0;
    right: -200%;
    z-index: 1;
    background: #f2b5d4;
    top: 0;
    bottom: 0; }
.header-01 .col-full .header-nav-inner {
  border-right: 1px solid rgba(255, 255, 255, 0.3); }
.header-01 .mega-menu .tip {
  background-color: #f2b5d4; }

.ui-state-focus, .ui-widget-content .ui-state-focus {
  background: transparent !important;
  border: none; }

.auto_ajax_search {
  padding: 15px;
  display: none;
  max-height: 250px;
  overflow-y: scroll; }
  .auto_ajax_search .auto-search-result {
    padding-bottom: 15px; }
    .auto_ajax_search .auto-search-result .search-img {
      width: 85px;
      float: left;
      margin-right: 15px;
      border: 1px solid #ddd; }
    .auto_ajax_search .auto-search-result .search-info {
      width: calc(100% - 98px); }
      .auto_ajax_search .auto-search-result .search-info .add_to_cart_inline {
        padding: 0 !important;
        border: none !important;
        margin: 0; }
    .auto_ajax_search .auto-search-result:last-child {
      padding: 0; }
  .auto_ajax_search.active {
    display: block; }

.header-menu .mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0; }
  .header-menu .mega-menu > li {
    padding: 0; }
    .header-menu .mega-menu > li:not(.megamenu) {
      position: relative; }
    .header-menu .mega-menu > li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: transparent;
      font-weight: 600;
      line-height: 22px;
      position: relative;
      height: 100%; }
      .header-menu .mega-menu > li > a i {
        font-size: 9px; }
    .header-menu .mega-menu > li .sub-menu {
      padding: 15px;
      z-index: 9;
      background: #fff; }
      .header-menu .mega-menu > li .sub-menu .tip {
        position: absolute;
        top: 50%;
        border-radius: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0; }
      .header-menu .mega-menu > li .sub-menu > li {
        padding-top: 0;
        position: relative; }
        .header-menu .mega-menu > li .sub-menu > li:hover > a {
          color: #c44860; }
        .header-menu .mega-menu > li .sub-menu > li a {
          font-size: 15px;
          text-transform: none;
          color: #333;
          font-weight: 400;
          position: relative;
          display: block; }
  .header-menu .mega-menu li.current_page_item > a {
    color: #c44860; }

p.woocommerce-mini-cart__total.total {
  clear: left;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 19px 0 16px; }
  p.woocommerce-mini-cart__total.total strong, p.woocommerce-mini-cart__total.total .woocommerce-Price-amount {
    width: 50%;
    font-weight: 400; }
  p.woocommerce-mini-cart__total.total strong {
    color: #333333; }
  p.woocommerce-mini-cart__total.total .woocommerce-Price-amount {
    color: #c44860;
    text-align: right; }

.active-sidebar .search-form .pro_cat_select {
  display: none; }

.close-menu-mobile {
  cursor: pointer;
  display: none;
  width: 30px;
  height: 30px;
  right: 7px;
  top: 22px;
  z-index: 10; }
  .close-menu-mobile .close-menu {
    margin: 0 !important; }

.header-02 .search-header {
  font-size: 26px; }
.header-02 .logo-mobile {
  display: block; }
.header-02 .close-menu-mobile {
  display: block; }
.header-02 .header-icon .text-items {
  font-weight: 400;
  top: -1px;
  font-size: 12px;
  right: -18px; }
.header-02 .header-icon .account-header,
.header-02 .header-icon .icon-header, .header-02 .header-icon .header-contact, .header-02 .header-icon .icon-header span {
  font-size: 22px;
  cursor: pointer; }
.header-02 .header-icon > div {
  padding-left: 26px; }
  .header-02 .header-icon > div:first-child {
    padding-left: 0; }
.header-02 .btn-menu {
  margin-left: 64px; }

.header-02 .header-icon, .header-03 .header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .header-02 .header-icon > div:first-child, .header-03 .header-icon > div:first-child {
    padding-left: 0; }

.header-middle .mega-menu, .header-content .mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header-middle .mega-menu > li, .header-content .mega-menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header-03 .main-navigation {
  margin: 0 auto; }
.header-03 .header-right {
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 1; }
.header-03 .header-icon > div:not(#account-popup) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 11px; }
.header-03 .header-icon > div:first-child {
  padding: 0 !important; }
.header-03 .header-icon .languges-flags .lang-1 {
  border-color: #c44860; }
.header-03 .header-icon .btn-search, .header-03 .header-icon .cart_label .text-header, .header-03 .header-icon .header-contact a, .header-03 .header-icon .account-header > a {
  width: 34px;
  height: 34px;
  border: 1px solid #c44860;
  border-radius: 50%;
  color: #c44860;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.header-03 .header-icon .cart_label .text-header span {
  margin: 0 auto; }
.header-03 .header-icon .text-items {
  background: #c44860;
  top: -6px;
  right: -4px; }

.header-fixed .header-04.fix-top .header-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.header-fixed .header-04.fix-top .searchsubmit.woosearch-submit.submit.btn-search,
.header-fixed .header-04.fix-top .header-bottom .mega-menu > li > a, .header-fixed .header-04.fix-top.site-header .search-form .product-search {
  color: #fff; }
.header-fixed .header-04.fix-top.site-header .search-form .product-search::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }
.header-fixed .header-04.fix-top.site-header .search-form .product-search:-ms-input-placeholder {
  color: #fff;
  opacity: 1; }
.header-fixed .header-04.fix-top.site-header .search-form .product-search::-ms-input-placeholder {
  color: #fff;
  opacity: 1; }
.header-fixed .header-04.fix-top.site-header .search-form .product-search::placeholder {
  color: #fff;
  opacity: 1; }
.header-fixed .header-04.fix-top.site-header .search-form .product-search:-webkit-input-placeholder {
  color: #fff; }
.header-fixed .header-04.fix-top.site-header .search-form .product-search::-ms-input-placeholder {
  color: #fff; }

.header-04 .header-top {
  padding-top: 60px;
  padding-bottom: 0;
  position: relative; }
  .header-04 .header-top:before {
    position: absolute;
    content: "";
    top: 47px;
    height: 50px;
    width: 100%;
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.23)), color-stop(57%, rgba(255, 255, 255, 0.58)), color-stop(80%, #fff), to(#fff));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.23) 50%, rgba(255, 255, 255, 0.58) 57%, #fff 80%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    /* ie6-9 */ }
  .header-04 .header-top .languges-flags:hover .content-filter {
    top: calc(100% + 13px); }
.header-04 .logo {
  margin-top: -23px; }
  .header-04 .logo img {
    max-height: 85px; }
.header-04 .account-header > a {
  display: inline-block;
  font-weight: 700;
  height: auto; }
.header-04.site-header .account-header {
  padding-left: 25px; }
  .header-04.site-header .account-header .content-filter {
    top: 37px; }
  .header-04.site-header .account-header:hover span.box-label {
    color: #c44860; }
  .header-04.site-header .account-header i {
    font-size: 20px; }
  .header-04.site-header .account-header span.box-label {
    display: inline-block !important;
    color: #333333;
    font-size: 15px;
    padding-left: 10px; }
.header-04.site-header .cart_label .count {
  display: inline-block !important;
  color: #333333;
  font-weight: 700;
  padding-left: 20px; }
.header-04.site-header .search-form {
  border: none; }
  .header-04.site-header .search-form .product-search {
    font-weight: 400;
    font-size: 16px;
    color: #333; }
.header-04.site-header .search-header4 .search-block-top {
  border: 1px solid #fff;
  background: transparent; }
  .header-04.site-header .search-header4 .search-block-top input::-webkit-input-placeholder {
    color: #333;
    opacity: 1; }
  .header-04.site-header .search-header4 .search-block-top input:-ms-input-placeholder {
    color: #333;
    opacity: 1; }
  .header-04.site-header .search-header4 .search-block-top input::-ms-input-placeholder {
    color: #333;
    opacity: 1; }
  .header-04.site-header .search-header4 .search-block-top input::placeholder {
    color: #333;
    opacity: 1; }
  .header-04.site-header .search-header4 .search-block-top input:-webkit-input-placeholder {
    color: #333; }
  .header-04.site-header .search-header4 .search-block-top input::-ms-input-placeholder {
    color: #333; }
.header-04 .info-part .icon i {
  font-size: 15px;
  vertical-align: middle; }
.header-04 .content-topbar {
  margin-top: 0; }
.header-04 .languges-flags {
  display: inline-block; }
.header-04 .header-icon {
  height: auto; }
  .header-04 .header-icon .d-inline-block {
    height: auto;
    vertical-align: middle; }
.header-04 .cart-header {
  padding-left: 25px; }
  .header-04 .cart-header .cart_label {
    height: auto; }
  .header-04 .cart-header:hover .cart_label .count {
    color: #c44860; }
.header-04 .icon-header {
  font-size: 20px;
  color: #333333;
  font-weight: 700; }
  .header-04 .icon-header:hover {
    color: #c44860; }
.header-04 .text-header {
  height: auto;
  display: inline-block;
  font-weight: 700; }
.header-04 .text-items {
  right: -12px; }
.header-04 .languges-flags .lang-1 {
  font-size: 15px;
  font-weight: 700;
  border: none;
  line-height: normal;
  height: auto;
  border-radius: 0;
  font-family: Domine;
  padding: 0 0 0 35px; }
  .header-04 .languges-flags .lang-1:hover {
    color: #c44860; }
.header-04 .header-menu .mega-menu > li:first-child > a {
  padding-left: 0; }
.header-04 .header-menu .mega-menu > li > a {
  padding-top: 17px;
  padding-bottom: 16px; }
  .header-04 .header-menu .mega-menu > li > a:hover {
    color: #c44860; }
.header-04 .search-header4 {
  padding-top: 7px; }
.header-04 .searchsubmit.woosearch-submit.submit.btn-search {
  top: 11px;
  right: 0;
  padding: 0 14px;
  width: auto;
  background: none;
  color: #333; }
.header-04 .search-form .product-search {
  height: 40px;
  background: transparent; }

#page:not(.header-fixed) .fix-top {
  background: #fff; }

.header-fixed .header-02 {
  background-color: transparent; }
.header-fixed .site-header:not(.is-sticky) {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3; }
.header-fixed .header-01:not(.is-sticky) .header-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
.header-fixed .site-header.header-01:not(.is-sticky),
.header-fixed .site-header:not(.is-sticky) .header-top {
  background-color: transparent; }

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px; }
  to {
    margin-top: 0; } }
.site-header.bg-sticky {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
.site-header.is-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3; }
  .site-header.is-sticky .header-top {
    display: none !important; }
  .site-header.is-sticky .logo-sticky {
    position: relative;
    visibility: visible;
    opacity: 1; }
  .site-header.is-sticky .logo-default {
    position: absolute;
    visibility: hidden;
    opacity: 0; }
.site-header .mega-menu > li > a {
  color: #333; }
.site-header .mega-menu > li:hover {
  color: #c44860; }

.admin-bar .site-header.active-sticky,
.admin-bar .site-header.is-sticky {
  top: 32px; }
.admin-bar .header-fixed .site-header:not(.is-sticky) {
  top: 32px; }

.overlay {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  z-index: 99;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.mobile-contact {
  padding-top: 20px;
  border-top: 1px solid #ebebeb; }

.account-popup {
  position: absolute;
  width: 450px;
  display: none;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(#c44860), to(#f4ae7b));
  background: linear-gradient(0deg, #c44860 0%, #f4ae7b 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$highlight_color', endColorstr='$primary_color',GradientType=0 );
  /* ie6-9 */
  z-index: 5;
  left: 50%;
  top: 50%;
  padding: 55px 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .account-popup form.login,
  .account-popup form.register {
    border: none;
    padding: 30px 44px 0 46px;
    text-align: center; }
    .account-popup form.login button[type="submit"],
    .account-popup form.register button[type="submit"] {
      margin: 35px auto 0;
      color: #fefefe;
      -webkit-box-shadow: 0px 2px 24px 0px rgba(45, 4, 12, 0.16);
              box-shadow: 0px 2px 24px 0px rgba(45, 4, 12, 0.16);
      background: #d3415d; }
      .account-popup form.login button[type="submit"]:hover, .account-popup form.login button[type="submit"]:focus,
      .account-popup form.register button[type="submit"]:hover,
      .account-popup form.register button[type="submit"]:focus {
        background: #f4ae7b; }
  .account-popup .status {
    text-align: left; }
  .account-popup .woocommerce-form .form-row {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0; }
  .account-popup .woocommerce-form p.form-row.sm-login + input + input + .checkcontainer {
    margin-top: 55px; }
  .account-popup .woocommerce-form .form-row-user, .account-popup .woocommerce-form .form-row-email {
    margin-bottom: 20px; }
  .account-popup .nav-tabs {
    border-bottom: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px; }
    .account-popup .nav-tabs .nav-item {
      margin-bottom: 0;
      position: relative;
      padding: 0; }
      .account-popup .nav-tabs .nav-item .nav-link,
      .account-popup .nav-tabs .nav-item .nav-link.active,
      .account-popup .nav-tabs .nav-item .nav-link:focus,
      .account-popup .nav-tabs .nav-item .nav-link:active,
      .account-popup .nav-tabs .nav-item .nav-link:hover, .account-popup .nav-tabs .nav-item.show .nav-link {
        background-color: transparent;
        border: none;
        margin: 0; }
      .account-popup .nav-tabs .nav-item:first-child:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        color: #fff;
        height: 15px;
        background: #fff;
        width: 1px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .account-popup .nav-tabs .nav-item a {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 14px;
        font-family: Raleway;
        color: #d3415d; }
        .account-popup .nav-tabs .nav-item a.active {
          color: #fff; }
  .account-popup .woocommerce-form .form-row {
    float: none !important; }
    .account-popup .woocommerce-form .form-row label {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0.075em;
      font-family: Raleway;
      margin: 0; }
    .account-popup .woocommerce-form .form-row .input-text {
      border-radius: 0;
      background: none;
      border: none;
      color: #f8c0ca;
      border-bottom: 2px solid #d3415d !important;
      padding: 2px 0 9px !important;
      letter-spacing: 0.02em !important;
      height: auto !important; }
      .account-popup .woocommerce-form .form-row .input-text::-webkit-input-placeholder {
        color: #f8c0ca !important; }
      .account-popup .woocommerce-form .form-row .input-text:-ms-input-placeholder {
        color: #f8c0ca !important; }
      .account-popup .woocommerce-form .form-row .input-text::-ms-input-placeholder {
        color: #f8c0ca !important; }
      .account-popup .woocommerce-form .form-row .input-text::placeholder {
        color: #f8c0ca !important; }
      .account-popup .woocommerce-form .form-row .input-text.error {
        border-color: #ff0000 !important; }
@keyframes autofill {
  100% {
    color: #f8c0ca !important; } }
@-webkit-keyframes autofill {
  100% {
    color: #f8c0ca !important; } }
    .account-popup .woocommerce-form .form-row input:-webkit-autofill,
    .account-popup .woocommerce-form .form-row input:-webkit-autofill:hover,
    .account-popup .woocommerce-form .form-row input:-webkit-autofill:focus,
    .account-popup .woocommerce-form .form-row input:-webkit-autofill:active {
      -webkit-animation: autofill 0s forwards;
      animation: autofill 0s forwards;
      -webkit-text-fill-color: #f8c0ca !important; }
  .account-popup .login-password {
    position: relative;
    display: block;
    width: 100%; }
    .account-popup .login-password .show_pass {
      position: absolute;
      right: 0;
      top: 0;
      height: 29px; }
      .account-popup .login-password .show_pass i {
        color: #f8c0ca; }
    .account-popup .login-password .forgot-pass {
      color: #fff;
      font-family: Domine;
      font-size: 15px;
      float: right;
      letter-spacing: 0;
      margin-top: 5px; }
      .account-popup .login-password .forgot-pass:hover {
        color: #f4ae7b; }
  .account-popup .woocommerce-form-login p:nth-child(2) {
    margin-bottom: 2px; }
  .account-popup .apsl-login-networks {
    margin: 31px 0 8px;
    text-align: center; }
    .account-popup .apsl-login-networks .social-networks a i {
      background: transparent;
      height: auto;
      width: auto;
      opacity: 1 !important;
      -webkit-transition: none !important;
      transition: none !important; }
    .account-popup .apsl-login-networks .social-networks a:last-child .apsl-icon-block {
      margin-right: 0; }
    .account-popup .apsl-login-networks .social-networks a:hover i {
      color: #f4ae7b;
      -webkit-transition: none !important;
      transition: none !important; }
  .account-popup .apsl-icon-block {
    margin-right: 13px; }
  .account-popup .sm-login {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .account-popup button[type="submit"] {
    height: 53px !important;
    min-width: 165px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: capitalize !important; }
  .account-popup .woocommerce-form__label-for-checkbox {
    position: relative; }
    .account-popup .woocommerce-form__label-for-checkbox input[type=checkbox] {
      top: 7px !important; }
    .account-popup .woocommerce-form__label-for-checkbox span:not(.checkmark) {
      font-size: 15px;
      color: #fff;
      padding-left: 28px; }
    .account-popup .woocommerce-form__label-for-checkbox .checkmark:after {
      color: #fff; }
  .account-popup .checkcontainer {
    color: #fff;
    width: auto;
    margin-bottom: 0;
    font-family: Domine; }
  .account-popup label.error {
    color: #ff0000 !important;
    float: left;
    font-size: 14px !important;
    clear: both;
    margin-top: 5px !important; }

.fancybox-inner .fancybox-close-small {
  background: #fff;
  height: 53px;
  right: -26px;
  top: -26px;
  width: 53px;
  color: #333333;
  border-radius: 100%; }
  .fancybox-inner .fancybox-close-small:hover {
    color: #c44860; }
  .fancybox-inner .fancybox-close-small:before {
    position: absolute;
    content: "\e646";
    font-family: themify;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.menu-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  left: -100%;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  background: #fff; }
  .menu-mobile .tip {
    margin-left: 15px;
    border-radius: 30px; }
  .menu-mobile .mobile-content {
    background-color: #e8e6e3; }
  .menu-mobile .top-mobile {
    position: relative;
    padding: 25px 0; }
    .menu-mobile .top-mobile h2 {
      margin: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70%;
              flex: 0 0 70%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .menu-mobile .top-mobile .search-header {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .menu-mobile .top-mobile .search-header .btn-search {
        color: #333; }
        .menu-mobile .top-mobile .search-header .btn-search i {
          font-size: 17px;
          padding: 10px 0 10px 10px; }
    .menu-mobile .top-mobile .close-menu-mobile, .menu-mobile .top-mobile .search-header {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 15%;
              flex: 0 0 15%; }
  .menu-mobile .caret-submenu {
    display: block; }
  .menu-mobile .mega-menu li {
    position: relative; }
  .menu-mobile .tip {
    padding-left: 5px; }
  .menu-mobile .box-label {
    display: none !important; }

.openmenu .menu-hidden {
  -webkit-transform: none !important;
          transform: none !important;
  position: relative !important; }
.openmenu .menu-mobile {
  left: 0; }

.footer-social-networks span.label {
  display: none; }

.btn-humburger {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 38px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 38px 0 rgba(0, 0, 0, 0.09);
  width: 55px;
  height: 55px; }

.btn-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .btn-menu a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    font-size: 22px; }

.menu-col-right .btn-menu {
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 38px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 38px 0 rgba(0, 0, 0, 0.09);
  width: 55px;
  height: 55px; }

.humburger-menu {
  width: 506px;
  padding: 60px 30px 120px 30px;
  background: #faf9f7;
  position: fixed;
  top: 0;
  z-index: 100;
  right: -100%;
  height: 100%;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .humburger-menu .close-humburger-menu {
    font-size: 20px;
    color: #333;
    border-radius: 50%;
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
            box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }
  .humburger-menu .wp-purchase-now {
    margin: 21px 0;
    text-align: center; }
  .humburger-menu .slimScrollBar, .humburger-menu .slimScrollRail {
    opacity: 1 !important;
    margin-top: 50px; }
  .humburger-menu .slimScrollBar {
    background: #dbe0db !important;
    max-height: 140px; }

.humburger-content {
  position: relative;
  padding: 12px 36px 0 32px; }
  .humburger-content .widget {
    border-top: 1px solid #DFDFDF;
    clear: right;
    padding-bottom: 17px; }
    .humburger-content .widget.widget_text p {
      font-size: 15px;
      word-spacing: -2px; }
    .humburger-content .widget.widget_products {
      padding-bottom: 0; }
    .humburger-content .widget:first-child {
      border: none; }
    .humburger-content .widget .widget-title {
      text-transform: none;
      font-weight: 600;
      font-size: 25px;
      padding: 23px 0 18px;
      letter-spacing: 0; }
    .humburger-content .widget .footer-social-networks li {
      padding: 0 21px 0 0; }
      .humburger-content .widget .footer-social-networks li a {
        font-size: 15px;
        line-height: 30px;
        color: #948e90; }
        .humburger-content .widget .footer-social-networks li a:hover {
          text-decoration: underline !important;
          color: #1a7fdd; }
    .humburger-content .widget .footer-social-networks i {
      display: none; }
    .humburger-content .widget .footer-social-networks span.label {
      display: block; }
    .humburger-content .widget.tm-contact-widget {
      padding-bottom: 0; }
    .humburger-content .widget.tm-social-widget .widget-title {
      padding-bottom: 16px; }
  .humburger-content ul.product_list_widget li {
    padding: 0; }
    .humburger-content ul.product_list_widget li .product-content {
      padding: 30px 0;
      border-top: 1px dashed #dfdfdf; }
      .humburger-content ul.product_list_widget li .product-content .product-top {
        width: 70px;
        float: left;
        background: #fff; }
        .humburger-content ul.product_list_widget li .product-content .product-top img {
          width: auto !important;
          margin: 0; }
      .humburger-content ul.product_list_widget li .product-content .product-desc {
        float: left;
        text-align: left;
        width: calc(100% - 70px);
        padding: 0 0 0 30px;
        margin: -3px 0 0 0px; }
        .humburger-content ul.product_list_widget li .product-content .product-desc .product-title a {
          font-size: 16px;
          font-weight: 500;
          color: #333; }
          .humburger-content ul.product_list_widget li .product-content .product-desc .product-title a:hover {
            color: #c44860; }
        .humburger-content ul.product_list_widget li .product-content .product-desc .star-rating {
          width: 100%; }
        .humburger-content ul.product_list_widget li .product-content .product-desc .product-price {
          margin-top: 10px; }
          .humburger-content ul.product_list_widget li .product-content .product-desc .product-price .price {
            font-size: 15px; }
            .humburger-content ul.product_list_widget li .product-content .product-desc .product-price .price ins, .humburger-content ul.product_list_widget li .product-content .product-desc .product-price .price > span {
              color: #c44860; }
    .humburger-content ul.product_list_widget li:first-child .product-content {
      padding-top: 6px;
      border-top: none; }
  .humburger-content ul.list-info-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .humburger-content ul.list-info-contact li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      border-top: 1px dashed #dfdfdf;
      padding: 23px 0 22px; }
      .humburger-content ul.list-info-contact li > span {
        display: none; }
      .humburger-content ul.list-info-contact li i {
        border: 1px solid #d8d8d8;
        height: 25px;
        width: 25px;
        line-height: 25px;
        text-align: center;
        color: #c44860;
        display: inline-block;
        float: left;
        margin-top: 5px;
        font-weight: 900; }
        .humburger-content ul.list-info-contact li i.icon-cell-phone:before {
          content: "\f095";
          font-family: "Font Awesome 5 Free"; }
      .humburger-content ul.list-info-contact li a {
        display: block;
        color: #6d6b6c; }
        .humburger-content ul.list-info-contact li a:hover {
          color: #c44860; }
      .humburger-content ul.list-info-contact li .info-mail .icon-content a:last-child {
        margin-top: -2px; }
      .humburger-content ul.list-info-contact li .info-content {
        width: calc(100% - 25px);
        padding-left: 20px;
        float: left;
        overflow: hidden; }
        .humburger-content ul.list-info-contact li .info-content p {
          line-height: 20px;
          margin-bottom: 0; }
          .humburger-content ul.list-info-contact li .info-content p:last-child {
            margin-top: 2px; }
      .humburger-content ul.list-info-contact li.info-address {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        padding-bottom: 26px; }
      .humburger-content ul.list-info-contact li:first-child {
        border: none;
        padding-top: 0; }
  .humburger-content ins {
    background-color: transparent; }

.side-humburger_menu-active .humburger-menu {
  right: 0; }
.side-humburger_menu-active .overlay {
  opacity: 0.5;
  visibility: visible;
  z-index: 99;
  width: calc(100% - 506px); }

.menu-content {
  position: static; }

.search-box {
  background: #fff;
  -webkit-box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
          box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
  position: fixed;
  width: 100%;
  z-index: 100;
  display: none;
  padding: 72px 0 73px;
  top: 0; }
  .search-box .search-box__title p, .search-box .close-search-box {
    font-size: 16px; }
  .search-box .search-box__title, .search-box .search-box__close {
    padding: 0 15px; }
  .search-box .search-box__title {
    width: 80%; }
  .search-box .search-box__close {
    width: 20%; }
  .search-box .close-search-box {
    margin: -4px 5px 0 0;
    display: block;
    color: #333333; }
  .search-box .search-form {
    border: none; }
    .search-box .search-form .search-input {
      border-bottom: 1px solid #dfdfdf;
      width: 100%;
      border-radius: 0;
      padding: 23px 0 27px;
      color: #333333;
      font-size: 22px;
      font-family: Raleway;
      font-weight: 600;
      letter-spacing: 1px; }
      .search-box .search-form .search-input::-webkit-input-placeholder {
        font-family: Raleway;
        font-weight: 600;
        color: #333333;
        font-size: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: 1;
        /* Firefox */ }
      .search-box .search-form .search-input:-ms-input-placeholder {
        font-family: Raleway;
        font-weight: 600;
        color: #333333;
        font-size: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: 1;
        /* Firefox */ }
      .search-box .search-form .search-input::-ms-input-placeholder {
        font-family: Raleway;
        font-weight: 600;
        color: #333333;
        font-size: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: 1;
        /* Firefox */ }
      .search-box .search-form .search-input::placeholder {
        font-family: Raleway;
        font-weight: 600;
        color: #333333;
        font-size: 22px;
        letter-spacing: 1px;
        text-transform: uppercase;
        opacity: 1;
        /* Firefox */ }
    .search-box .search-form .submit.btn-search {
      padding: 0;
      width: auto;
      top: 11px;
      background: transparent;
      color: #333333;
      font-size: 22px; }
  .search-box .search-no-results {
    position: static;
    border: 0;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0; }
    .search-box .search-no-results p {
      font-family: Raleway;
      font-weight: 400;
      font-size: 15px; }
  .search-box .ui-autocomplete {
    position: static !important;
    padding-left: 15px;
    border-top: 0;
    font-family: Raleway; }
    .search-box .ui-autocomplete > li {
      margin-bottom: 15px; }
      .search-box .ui-autocomplete > li:last-child {
        margin: 0; }
    .search-box .ui-autocomplete li .search-content .search-info .price {
      font-family: Domine; }
      .search-box .ui-autocomplete li .search-content .search-info .price del, .search-box .ui-autocomplete li .search-content .search-info .price ins, .search-box .ui-autocomplete li .search-content .search-info .price span {
        font-weight: 400 !important;
        font-size: 14px; }
    .search-box .ui-autocomplete li .search-content .search-info .add-cart .add-cart-btn a {
      color: #333 !important;
      font-size: 14px !important;
      font-weight: 400 !important;
      padding: 0;
      background: transparent; }
      .search-box .ui-autocomplete li .search-content .search-info .add-cart .add-cart-btn a:hover {
        color: #c44860 !important; }

.btn-search, .close-search-box {
  cursor: pointer; }

.bn-border-gradient .apr-banner:before {
  content: '';
  border: 5px solid #c44860;
  border-image-source: linear-gradient(#c44860, #f4ae7b);
  border-image-slice: 5;
  margin: 19px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  opacity: 0.5; }

.woo-list-category {
  font-family: Raleway; }
  .woo-list-category .list-cate-title {
    font-size: 16px;
    font-weight: 600; }
  .woo-list-category .children-cate {
    margin-top: 18px; }
    .woo-list-category .children-cate li {
      padding: 7px 0; }
      .woo-list-category .children-cate li a {
        font-size: 15px; }
  .woo-list-category .cate-thumb {
    display: block;
    margin-top: 23px; }

.mega-type-3 .woo-list-category .children-cate {
  margin-top: 10px; }
.mega-type-3 p.top-title {
  letter-spacing: 3px; }

.text-gradient {
  color: #c44860;
  background: -webkit-gradient(linear, left top, left bottom, from(#ba2441), to(#f39a5a));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.025em !important;
  display: block;
  white-space: pre; }

.slide-sale-product {
  height: 98px;
  width: 98px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0 2px 38px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 2px 38px 0 rgba(0, 0, 0, 0.13); }
  .slide-sale-product .sale-content {
    text-align: center !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .slide-sale-product .label-sale {
    font-size: 15px;
    font-weight: 600;
    line-height: 18px; }
  .slide-sale-product .sale-number {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px; }

.btn-add-to-cart-slide:after {
  background: #FDEAD9 !important; }

.bn-home-1 .bn-before {
  white-space: pre; }
.bn-home-1 .bn-middle {
  display: block;
  margin-top: 6px; }

.apr-tabs-nav {
  position: relative; }
  .apr-tabs-nav .horizontal-title {
    position: absolute;
    top: 3px;
    margin: 0;
    font-weight: 600; }

.categories-home1 {
  padding: 5px 25px !important; }
  .categories-home1 .elementor-row {
    margin: 0 !important; }
    .categories-home1 .elementor-row > .elementor-column {
      padding: 0 !important; }
  .categories-home1 .bn-border-gradient .apr-banner:before {
    border-width: 10px;
    border-image-slice: 10;
    margin: 28px; }

.woo-cate-style.cate-style-1 .elementor-widget-wrap > div {
  margin: 0;
  padding: 5px; }
  .woo-cate-style.cate-style-1 .elementor-widget-wrap > div:first-child, .woo-cate-style.cate-style-1 .elementor-widget-wrap > div:nth-child(2) {
    width: 50%; }
  .woo-cate-style.cate-style-1 .elementor-widget-wrap > div:last-child .woo-product-category .name-cate {
    right: 99px; }
.woo-cate-style.cate-style-2 .elementor-widget-wrap > div {
  margin: 0;
  padding: 5px; }
  .woo-cate-style.cate-style-2 .elementor-widget-wrap > div:nth-child(2) .woo-product-category .name-cate {
    right: 99px; }
  .woo-cate-style.cate-style-2 .elementor-widget-wrap > div:last-child, .woo-cate-style.cate-style-2 .elementor-widget-wrap > div:nth-child(3) {
    width: 50%; }
.woo-cate-style img {
  width: 100%; }

.best-sellers-home-1 .product-slide ul.products {
  padding-top: 10px; }
.best-sellers-home-1 ul.slick-dots {
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto; }
  .best-sellers-home-1 ul.slick-dots li {
    margin: 0 9px; }
    .best-sellers-home-1 ul.slick-dots li button {
      width: 4px; }

.new-arrival-home-1 ul.products .product-content .product-action {
  padding: 0; }
  .new-arrival-home-1 ul.products .product-content .product-action .desc {
    display: none; }
.new-arrival-home-1 .apr-tabs-content {
  margin-top: 13px; }
.new-arrival-home-1 .tabs-content {
  padding: 0 !important; }

.new-arrivals-secsion .label-product {
  width: 65px;
  top: 21px;
  font-size: 11px;
  height: 23px;
  line-height: 25px;
  left: 11px; }

.new-arrivals-secsion .woocommerce ul.products .product-action .action-item .add-cart-btn a, .best-sellers-home-1 .woocommerce ul.products .product-action .action-item .add-cart-btn a {
  font-weight: 500; }

.label-new {
  background: #f4ae7b;
  color: #fff;
  border-radius: 30px;
  padding: 1px 10px;
  margin-left: 5px; }

.logged-in .humburger-menu {
  top: 30px; }

.custom.tp-bullets .tp-bullet:hover,
.custom.tp-bullets .tp-bullet.selected {
  background: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards; }

@keyframes autofill {
  100% {
    background: transparent;
    color: inherit; } }
@-webkit-keyframes autofill {
  100% {
    background: transparent;
    color: inherit; } }
.site-header.header-05 .search-block-top {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  border: 1px solid #ebebeb; }

.header-05 .header-top {
  background-color: #f6f6f6;
  padding: 0; }
  .header-05 .header-top .header-menu {
    padding: 9px 0 7px; }
    .header-05 .header-top .header-menu .main-navigation .widget_nav_menu li {
      font-family: 'Domine';
      display: inline-block;
      padding: 0; }
      .header-05 .header-top .header-menu .main-navigation .widget_nav_menu li > a {
        color: #797476;
        font-weight: 400;
        padding: 0 16px 0 12px;
        font-size: 15px; }
        .header-05 .header-top .header-menu .main-navigation .widget_nav_menu li > a:hover {
          color: #c44860; }
      .header-05 .header-top .header-menu .main-navigation .widget_nav_menu li:first-child > a {
        padding-left: 0; }
      .header-05 .header-top .header-menu .main-navigation .widget_nav_menu li:after {
        content: '';
        height: 13px;
        width: 1px;
        display: block;
        position: absolute;
        right: 0;
        background-color: #e1e1e1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .header-05 .header-top .header-menu .main-navigation .widget_nav_menu li:last-child:after {
        display: none; }
  .header-05 .header-top .content-topbar {
    margin: 0 25px 0 0;
    padding: 9px 0 7px; }
    .header-05 .header-top .content-topbar span {
      color: #c44860;
      font-size: 15px;
      font-weight: 700; }
    .header-05 .header-top .content-topbar a {
      color: #797476; }
      .header-05 .header-top .content-topbar a:hover {
        color: #c44860; }
  .header-05 .header-top .social-header {
    padding: 9px 0 7px; }
.header-05 .logo img {
  max-height: 74px; }
.header-05 .header-center {
  padding: 15px 0 13px; }
  .header-05 .header-center .col-sm-6 .logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
.header-05 .header-nav-inner {
  height: 100%; }
.header-05 .header-bottom .header-menu .mega-menu > li > a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 26px;
  padding: 11px 33px 8px; }
  .header-05 .header-bottom .header-menu .mega-menu > li > a > i {
    color: #c44860;
    font-size: 23px;
    padding-right: 10px; }

.social-header .list-social li {
  display: inline-block;
  padding: 0;
  padding-right: 22px; }
  .social-header .list-social li a {
    color: #797476;
    font-size: 15px; }
    .social-header .list-social li a:hover {
      color: #c44860; }

.header-fixed .header-06.fix-top .header-middle .mega-menu > li > a,
.header-fixed .header-06.fix-top .header-icon i, .header-fixed .header-06.fix-top .languges-flags .lang-1,
.header-fixed .header-06.fix-top .icon-header {
  color: #fff; }
  .header-fixed .header-06.fix-top .header-middle .mega-menu > li > a:hover,
  .header-fixed .header-06.fix-top .header-icon i:hover, .header-fixed .header-06.fix-top .languges-flags .lang-1:hover,
  .header-fixed .header-06.fix-top .icon-header:hover {
    color: #c44860; }

.header-06 .header-icon > div {
  padding: 0 26px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .header-06 .header-icon > div.languges-flags {
    height: 100%; }
  .header-06 .header-icon > div:last-child:after, .header-06 .header-icon > div:before {
    position: absolute;
    content: "";
    height: 13px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid #dfdfdf; }
  .header-06 .header-icon > div:last-child:after {
    left: auto;
    right: 0; }
.header-06 .text-items {
  right: 8px; }
.header-06 .header-icon {
  padding-left: 15px; }
  .header-06 .header-icon .account-header .content-filter {
    left: auto;
    right: 0; }
.header-06 .cart-header .content-filter,
.header-06 .megamenu_sub {
  right: 0;
  left: auto; }
.header-06 .languges-flags .lang-1 {
  border: none;
  padding: 0;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle; }

/*===================================
	2.3 Mega Menu
===================================*/
.mega-menu .tip {
  background: #c44860 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  line-height: 11px;
  padding: 4px 9px;
  position: relative;
  vertical-align: middle; }

.open-submenu {
  margin-left: 3px; }

.caret-submenu {
  color: #000;
  cursor: pointer;
  display: none;
  height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 5px;
  width: 40px; }
  .caret-submenu i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .caret-submenu.active i:before {
    content: "\e648"; }

.mega-menu > li.megamenu .sub-menu li:last-child > a {
  border: none; }

.menu-bottom {
  display: none; }

.megamenu > ul.sub-menu {
  width: 600px; }
  .megamenu > ul.sub-menu > li.menu-item {
    float: left;
    width: 50%;
    padding: 0 15px; }
    .megamenu > ul.sub-menu > li.menu-item.menu_start_new_row {
      clear: both;
      width: 100% !important; }
  .megamenu > ul.sub-menu .sub-menu {
    background-color: transparent !important; }
.megamenu.menu-item-has-children > ul.sub-menu {
  left: auto;
  right: 15px; }
.megamenu.mega_column_3 > ul.sub-menu {
  width: 800px; }
  .megamenu.mega_column_3 > ul.sub-menu > li.menu-item {
    width: calc( 100%/3 ); }
.megamenu.mega_column_4 > ul.sub-menu {
  width: 1110px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .megamenu.mega_column_4 > ul.sub-menu {
      width: 932px; } }
  .megamenu.mega_column_4 > ul.sub-menu > li.menu-item {
    width: calc( 100%/4 ); }
.megamenu.mega_column_5 > ul.sub-menu {
  width: 1300px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .megamenu.mega_column_5 > ul.sub-menu {
      width: 932px; } }
  .megamenu.mega_column_5 > ul.sub-menu > li.menu-item {
    width: calc( 100%/5 ); }
.megamenu.menu_fullw > ul.sub-menu {
  width: 100%; }
.megamenu .menu_hide_title > a {
  display: none; }

.menu_icon_top > a > i {
  position: absolute;
  top: calc( 50% - 29px);
  width: 100%;
  left: 0;
  text-align: center; }

.menu_bg_overlay > ul.sub-menu:before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.2; }

.ui-autocomplete {
  padding: 15px;
  max-height: 250px;
  overflow-y: scroll;
  background-color: #fff;
  position: absolute !important;
  top: calc(100% + 15px) !important;
  left: 0 !important;
  border: 1px solid #ebebeb;
  width: 100% !important;
  z-index: 1; }
  .ui-autocomplete .woocommerce.add_to_cart_inline {
    border: none !important;
    padding: 0 !important;
    margin: 7px 0 0 !important; }
  .ui-autocomplete .search-img {
    float: left;
    margin-right: 20px;
    border: 1px solid #ebebeb;
    margin-top: 0;
    width: 98px; }
  .ui-autocomplete > li {
    overflow: hidden;
    clear: both;
    padding: 0; }
    .ui-autocomplete > li:last-child {
      margin-bottom: 0; }
  .ui-autocomplete .search-info {
    overflow: hidden;
    text-align: left; }
    .ui-autocomplete .search-info > a {
      font-size: 16px;
      text-transform: capitalize;
      display: block;
      margin-bottom: 3px;
      margin-top: 0;
      color: #333333;
      font-weight: 500;
      line-height: 22px; }
      .ui-autocomplete .search-info > a:hover {
        color: #c44860; }
  .ui-autocomplete .price .add_to_cart_inline span {
    color: #c44860; }
  .ui-autocomplete .price .add_to_cart_inline ins {
    background: none; }
  .ui-autocomplete .price .add_to_cart_inline del span {
    color: #8f8f8f; }
  .ui-autocomplete .add-cart {
    margin-top: 5px; }

.menu-block .woocommerce div.product-grid div.product {
  padding: 0; }
.menu-block .product_list .product-content .product-image {
  width: 60px;
  border: 1px solid #ebebeb;
  margin-right: 15px; }
.menu-block .product_list .product-content .product-desc .price span {
  font-size: 13px; }
  .menu-block .product_list .product-content .product-desc .price span.woocommerce-Price-currencySymbol {
    font-size: 13px; }
.menu-block .arrowpress-products .woocommerce {
  margin-top: 12px; }
.menu-block .product-list {
  padding-bottom: 0; }
  .menu-block .product-list > .item {
    margin-bottom: 15px; }
  .menu-block .product-list .product-action-list {
    background-color: transparent; }
    .menu-block .product-list .product-action-list .list_add_to_cart a {
      background-color: transparent; }
  .menu-block .product-list .product-content .product-desc {
    padding: 0;
    min-height: 100%; }
    .menu-block .product-list .product-content .product-desc .price {
      margin: 0;
      border: none;
      padding: 0; }
.menu-block .product-content .price {
  font-size: 13px; }
.menu-block .action_item_box, .menu-block .desc {
  display: none !important; }
.menu-block .trending {
  font-size: 13px; }
  .menu-block .trending label {
    color: #1b2429;
    font-weight: 400;
    margin: 0; }
  .menu-block .trending a {
    display: inline-block !important;
    padding: 0 10px !important;
    vertical-align: middle;
    color: #c44860 !important; }
    .menu-block .trending a:hover {
      color: #282828 !important; }

.megamenu_sub {
  position: absolute;
  width: 1290px;
  padding: 44px 60px 36px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
          box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; }
  .megamenu_sub .slimScrollBar {
    height: 80px !important;
    margin-top: 44px; }

.mega-menu > li:hover .megamenu_sub {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible; }

.mega-type-2 .title-top-reviews {
  position: absolute; }
.mega-type-2 .apr-product ul.products {
  padding-top: 45px; }
  .mega-type-2 .apr-product ul.products li {
    margin: 0 !important; }
    .mega-type-2 .apr-product ul.products li .product-action {
      display: none !important; }
    .mega-type-2 .apr-product ul.products li .product-top .label-product {
      font-size: 10px;
      width: 54px;
      height: 22px;
      line-height: 22px;
      left: -11px;
      top: 16px; }
    .mega-type-2 .apr-product ul.products li .product-top .label-product + .on-sale, .mega-type-2 .apr-product ul.products li .product-top .label-product.on-sale + .new, .mega-type-2 .apr-product ul.products li .product-top .label-product.on-hot + .new {
      left: 16px; }
    .mega-type-2 .apr-product ul.products li .product-title a.product-name {
      font-size: 13px !important;
      font-weight: 800;
      line-height: 20px; }
    .mega-type-2 .apr-product ul.products li .product-desc {
      padding: 16px 0 0 !important; }
      .mega-type-2 .apr-product ul.products li .product-desc .star-rating {
        margin-top: 7px !important; }
      .mega-type-2 .apr-product ul.products li .product-desc .label-product.on-sale {
        width: 26px !important;
        height: 26px !important;
        line-height: 26px !important;
        border-radius: 50%;
        padding: 0;
        font-size: 11px !important;
        margin-left: 0 !important; }
        .mega-type-2 .apr-product ul.products li .product-desc .label-product.on-sale .label-upto {
          display: none; }
      .mega-type-2 .apr-product ul.products li .product-desc .price {
        font-family: Domine;
        font-size: 13px !important;
        margin: 0 !important; }
.mega-type-2 .apr-product .slick-arrow {
  font-size: 14px;
  color: #333333;
  top: 6px;
  background-color: transparent; }
  .mega-type-2 .apr-product .slick-arrow:hover {
    background: none;
    border: none;
    color: #c44860; }
  .mega-type-2 .apr-product .slick-arrow.btn-prev {
    right: 39px; }
    .mega-type-2 .apr-product .slick-arrow.btn-prev i:before {
      content: "\e64a"; }
  .mega-type-2 .apr-product .slick-arrow.btn-next {
    right: 13px; }
    .mega-type-2 .apr-product .slick-arrow.btn-next i:before {
      content: "\e649"; }

@media (min-width: 1340px) {
  .megamenu_sub {
    width: 1290px; } }
@media (max-width: 1339px) {
  .megamenu_sub {
    width: 1165px;
    padding: 40px 20px; }

  .header-01 .box-header-info {
    padding: 0 10px; } }
@media (min-width: 1236px) {
  header.header-02.header-wine .menu-content {
    margin-top: 325px; } }
@media (min-width: 992px) and (max-width: 1026px) {
  header.header-02.header-wine .menu-content {
    margin-top: 140px; } }
@media (min-width: 1027px) and (max-width: 1200px) {
  header.header-02.header-wine .menu-content {
    margin-top: 185px; } }
@media (min-width: 1201px) and (max-width: 1235px) {
  header.header-02.header-wine .menu-content {
    margin-top: 300px; } }
@media (min-width: 1200px) {
  .header-menu .mega-menu > li > a {
    padding: 0 14px; }

  .site:not(.boxed) .container-fluid.boxed {
    padding: 0 100px; }

  .boxed {
    position: relative; }
    .boxed .site-header.is-sticky {
      width: auto;
      left: 100px;
      right: 100px; }

  .header-03 .header-icon .languges-flags {
    padding-left: 31px; }
  .header-03 .mega-menu > li {
    margin-right: 25px; } }
@media (max-width: 1199px) {
  .languges-flags {
    padding-left: 13px !important; }
    .languges-flags .lang-1 {
      padding: 0 10px; }

  .btn-humburger, .btn-menu {
    margin-left: 29px; }

  .megamenu_sub {
    width: calc(100% - 30px); }
    .megamenu_sub .elementor-container {
      max-width: 100% !important; }

  .header-01 .header-search-category .category_dropdown {
    width: 240px; } }
@media (max-width: 1199px) and (min-width: 1025px) {
  .bn-mega-1 .apr-banner .bn-middle {
    font-size: 17px !important; }
  .bn-mega-1 .apr-banner .bn-desc {
    font-size: 20px !important; } }
@media (max-width: 1024px) {
  .account-popup {
    padding: 50px 0; }
    .account-popup .nav-tabs {
      margin-top: 30px; }
    .account-popup form.login, .account-popup form.register {
      padding-top: 25px; }
      .account-popup form.login button[type="submit"], .account-popup form.register button[type="submit"] {
        margin-top: 30px; }
    .account-popup .woocommerce-form .form-row-user, .account-popup .woocommerce-form .form-row-email {
      margin-bottom: 15px; } }
@media (min-width: 992px) {
  .header-05 .logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header-05 .header-bottom {
    border-top: 1px solid #ebebeb; }
  .header-05 .searchform .search-no-results {
    top: 100%; }
  .header-05 .search-form .product-search {
    height: 34px;
    font-weight: 400;
    color: #ababab;
    padding-right: 40px;
    min-width: 270px; }
    .header-05 .search-form .product-search::-webkit-input-placeholder {
      color: #ababab;
      opacity: 1; }
    .header-05 .search-form .product-search:-ms-input-placeholder {
      color: #ababab;
      opacity: 1; }
    .header-05 .search-form .product-search::-ms-input-placeholder {
      color: #ababab;
      opacity: 1; }
    .header-05 .search-form .product-search::placeholder {
      color: #ababab;
      opacity: 1; }
    .header-05 .search-form .product-search:-webkit-input-placeholder {
      color: #ababab; }
    .header-05 .search-form .product-search::-ms-input-placeholder {
      color: #ababab; }
  .header-05 .searchsubmit.woosearch-submit.submit.btn-search {
    height: 100%;
    top: 2px;
    border-radius: 0;
    background: transparent;
    color: #797476;
    top: 2px;
    right: 0;
    padding-right: 7px;
    text-align: right;
    font-size: 16px;
    padding-left: 0;
    width: 40px; }
  .header-05 .header-icon {
    text-align: right; }
    .header-05 .header-icon .label-acc {
      color: #797476;
      font-size: 15px;
      padding-left: 8px; }
    .header-05 .header-icon .account-header {
      padding-left: 20px; }
      .header-05 .header-icon .account-header a i {
        border: 1px solid #797476;
        border-radius: 50%;
        color: #9e9b9c;
        font-size: 20px;
        padding: 5px; }
  .header-05 .cart-header .icon-header {
    font-size: 28px; }
    .header-05 .cart-header .icon-header span {
      height: 32px;
      width: 32px; }
  .header-05 .cart-header .minicart-content .text-items {
    font-family: Raleway;
    font-size: 17px;
    background: #c44860;
    width: 25px;
    height: 25px;
    top: -10px;
    right: -14px; }
  .header-05 .cart-header .label-cart {
    padding-left: 24px;
    font-size: 15px; }

  .hidden-desktop {
    display: none !important; }

  .header-fixed .side-breadcrumb {
    padding-top: 150px; }

  .text-items {
    font-size: 10px; }

  .header-01 .text-items {
    display: none; }
  .header-01 .header-icon .cart_label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header-01 .header-icon .cart_label .text-header {
      width: 100%;
      height: auto; }
      .header-01 .header-icon .cart_label .text-header .icon-header {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }

  .menu-icon:hover .mega-menu {
    display: inline-block !important;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    -webkit-transform: none;
            transform: none; }

  .header-top .languges-flags:hover .content-filter {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 15px); }

  .content-filter {
    right: 15px;
    z-index: 2;
    top: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

  .cart-header.active_minicart .cart-block {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none; }

  .header-menu .mega-menu > li.megamenu {
    position: static; }
    .header-menu .mega-menu > li.megamenu .sub-menu .sub-menu {
      position: static;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
      visibility: visible;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .header-menu .mega-menu > li > a {
    color: #333; }

  .mega-menu > li.megamenu:hover > .sub-menu,
  .mega-menu > li:not(.megamenu):hover > .sub-menu {
    -webkit-transform: none !important;
            transform: none !important;
    opacity: 1;
    visibility: visible; }

  .mega-menu {
    font-family: Raleway; }
    .mega-menu > li > a {
      font-size: 15px;
      font-weight: 600; }
    .mega-menu > li.megamenu > .sub-menu > li > a {
      border: none;
      text-transform: uppercase; }
      .mega-menu > li.megamenu > .sub-menu > li > a .open-submenu {
        display: none; }
      .mega-menu > li.megamenu > .sub-menu > li > a:hover {
        background: none; }
    .mega-menu > li > a > .tip {
      position: absolute;
      top: calc(50% + -22px);
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 10px;
      right: 17px;
      border-radius: 9.5px; }
    .mega-menu > li:not(.megamenu) .sub-menu,
    .mega-menu > li > .sub-menu {
      border: none; }
    .mega-menu li:not(.megamenu) .sub-menu {
      padding: 15px 0; }
    .mega-menu li:not(.megamenu) .sub-menu li a:hover {
      background: transparent; }
    .mega-menu > li:not(.megamenu):hover > .sub-menu, .mega-menu > li.megamenu:hover > .sub-menu {
      -webkit-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -o-transform: none !important;
      opacity: 1;
      visibility: visible; }
      .mega-menu > li:not(.megamenu):hover > .sub-menu .sub-menu, .mega-menu > li.megamenu:hover > .sub-menu .sub-menu {
        left: 100%;
        top: -12px; }
    .mega-menu > li:not(.megamenu).left_side_menu .sub-menu {
      left: auto;
      right: 15px; }
      .mega-menu > li:not(.megamenu).left_side_menu .sub-menu .sub-menu {
        left: -100% !important; }
    .mega-menu > li:not(.megamenu) .sub-menu {
      padding: 0;
      left: 0;
      position: absolute;
      top: 100%;
      width: 300px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      -webkit-transform-origin: 0 0 0;
      transform-origin: 0 0 0;
      -webkit-transform: rotate3d(1, 0, 0, -90deg);
      transform: rotate3d(1, 0, 0, -90deg);
      -webkit-box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
      box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0; }
      .mega-menu > li:not(.megamenu) .sub-menu li {
        padding: 0 30px; }
        .mega-menu > li:not(.megamenu) .sub-menu li .open-submenu {
          float: right;
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
          font-size: 9px; }
        .mega-menu > li:not(.megamenu) .sub-menu li a {
          padding: 14px 0;
          border-top: 1px dashed #dfdfdf; }
        .mega-menu > li:not(.megamenu) .sub-menu li:first-child > a {
          border-top: none; }
    .mega-menu > li:not(.megamenu) li:hover > .sub-menu {
      -webkit-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -o-transform: none !important;
      visibility: visible;
      opacity: 1; }
    .mega-menu > li:not(.megamenu) li.last-item .sub-menu {
      left: auto;
      right: 100%; }
    .mega-menu > li.megamenu > .sub-menu {
      right: 0;
      position: absolute;
      top: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      -webkit-transform-origin: 0 0 0;
      transform-origin: 0 0 0;
      -webkit-transform: rotate3d(1, 0, 0, -90deg);
      transform: rotate3d(1, 0, 0, -90deg);
      -webkit-box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
      box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25); }
    .mega-menu > li.megamenu:hover .sub-menu {
      opacity: 1;
      visibility: visible; }
    .mega-menu > li.megamenu > .sub-menu > li > a {
      padding-left: 0;
      color: #222; }
      .mega-menu > li.megamenu > .sub-menu > li > a:hover {
        background: none !important; }
    .mega-menu > li.megamenu > .sub-menu > li > .sub-menu > li {
      padding: 0 10px 10px; }
      .mega-menu > li.megamenu > .sub-menu > li > .sub-menu > li:last-child {
        padding-bottom: 0; }
      .mega-menu > li.megamenu > .sub-menu > li > .sub-menu > li > a:hover {
        background: none; }
    .mega-menu > li.megamenu .sub-menu {
      padding: 15px 20px;
      border-width: 0;
      border-top-width: 1px; }
      .mega-menu > li.megamenu .sub-menu .sub-menu {
        padding: 15px 0 0 0; }
        .mega-menu > li.megamenu .sub-menu .sub-menu a {
          padding-bottom: 7px;
          padding: 8px 0 7px; }
    .mega-menu li .product_list_widget .product-img {
      width: 60px;
      border: 1px solid #ebebeb; }
      .mega-menu li .product_list_widget .product-img a {
        padding: 0;
        border: none !important; }
        .mega-menu li .product_list_widget .product-img a:hover {
          background: none; }
        .mega-menu li .product_list_widget .product-img a img {
          width: 60px; }
    .mega-menu li .product_list_widget .product-content {
      overflow: hidden; }
      .mega-menu li .product_list_widget .product-content .product-title {
        font-size: 12px;
        padding: 0;
        text-transform: none;
        line-height: normal;
        border: none !important; }
        .mega-menu li .product_list_widget .product-content .product-title:hover {
          background: none; }
      .mega-menu li .product_list_widget .product-content .price del span {
        font-size: 13px !important; }
      .mega-menu li .product_list_widget .product-content .price .amount {
        font-size: 16px; }
      .mega-menu li .product_list_widget .product-content span.woocommerce-Price-amount span {
        font-size: 16px; }

  header .mega-menu > li.megamenu:hover > .sub-menu .sub-menu, header .mega-menu > li:not(.megamenu):hover > .sub-menu .sub-menu {
    padding: 0;
    left: 100%;
    top: 0; }

  .header-01 .header-bottom #site-navigation {
    display: none; }
  .header-01 .header-bottom {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .header-01 .header-bottom div:not(.box-header-info) .header-search-category {
      width: 100%; }
      .header-01 .header-bottom div:not(.box-header-info) .header-search-category form {
        border-right: 0; }
  .header-01.is-sticky .header-bottom, .header-01.menu-hidden .header-bottom {
    display: none; }

  .header-02:not(.header-wine) .header-menu:not(.menu-desktop) .mega-menu {
    display: block; }
  .header-02:not(.header-wine) .header-middle {
    position: relative; }
  .header-02:not(.header-wine) .header-menu {
    display: block !important;
    z-index: 11;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header-02:not(.header-wine) .header-menu .mega-menu {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .header-02:not(.header-wine) .header-menu .mega-menu > li {
        height: 100%;
        display: block; }
        .header-02:not(.header-wine) .header-menu .mega-menu > li > a {
          padding-left: 32px;
          padding-right: 17px; }
          .header-02:not(.header-wine) .header-menu .mega-menu > li > a:hover {
            color: #c44860; }
        .header-02:not(.header-wine) .header-menu .mega-menu > li:first-child > a {
          padding-left: 0; }
  .header-02:not(.header-wine) .mega-menu > li.megamenu > .sub-menu {
    right: auto;
    top: 0;
    left: calc(100% + 10px); }
    .header-02:not(.header-wine) .mega-menu > li.megamenu > .sub-menu:before {
      position: absolute;
      content: "";
      left: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7.5px 10px 7.5px 0;
      border-color: transparent #fff transparent transparent; }
    .header-02:not(.header-wine) .mega-menu > li.megamenu > .sub-menu:after {
      position: absolute;
      content: "";
      height: 100%;
      width: 10px;
      top: 0;
      left: -10px;
      background-color: transparent; }
  .header-02:not(.header-wine) .open-submenu {
    margin-left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1; }
  .header-02:not(.header-wine) .header-right .cart-header, .header-02:not(.header-wine) .header-right .account-header a, .header-02:not(.header-wine) .header-right .header-contact i, .header-02:not(.header-wine) .header-right .search-header {
    color: #333333; }
  .header-02:not(.header-wine) .logo, .header-02:not(.header-wine) .header-right, .header-02:not(.header-wine) .header-menu .mega-menu > li {
    height: 132px; }
  .header-02:not(.header-wine) .cart-header:hover, .header-02:not(.header-wine) .account-header a:hover, .header-02:not(.header-wine) .header-contact i:hover, .header-02:not(.header-wine) .search-header:hover {
    color: #c44860; }
  .header-02:not(.header-wine).fix-top .logo, .header-02:not(.header-wine).fix-top .header-right, .header-02:not(.header-wine).fix-top .header-menu .mega-menu > li {
    -webkit-transition: height 0.6s;
    transition: height 0.6s; }

  .site-header.header-04 .header-icon .cart-header:hover .cart-block.content-filter,
  .site-header.header-04 .header-icon .cart-header .cart-block {
    top: calc(100% - 25px); }

  .admin-bar header.header-02.header-wine {
    top: 100px !important; }

  header.header-02.header-wine {
    position: absolute !important;
    right: 36px !important;
    width: 175px !important;
    top: 68px !important;
    left: auto;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    header.header-02.header-wine.active-sticky {
      position: absolute !important;
      background-color: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    header.header-02.header-wine .logo img {
      max-height: 132px; }
    header.header-02.header-wine .row {
      display: block; }
    header.header-02.header-wine .open-submenu {
      margin-left: 7px; }
    header.header-02.header-wine.is-sticky .header-menu .mega-menu > li {
      height: auto !important; }
    header.header-02.header-wine.menu-hidden {
      background-color: transparent;
      -webkit-transform: none;
              transform: none; }
    header.header-02.header-wine .search-header {
      padding: 0;
      position: absolute;
      top: 54px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%; }
      header.header-02.header-wine .search-header .btn-search {
        border-radius: 50%;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 38px 0 rgba(0, 0, 0, 0.09);
        box-shadow: 0 2px 38px 0 rgba(0, 0, 0, 0.09);
        width: 45px;
        height: 45px;
        color: #000;
        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-size: 18px !important; }
    header.header-02.header-wine .mega-menu {
      display: block; }
      header.header-02.header-wine .mega-menu .sub-menu, header.header-02.header-wine .mega-menu .megamenu_sub {
        top: 0 !important;
        left: auto;
        right: 100%; }
      header.header-02.header-wine .mega-menu > li {
        height: auto !important; }
        header.header-02.header-wine .mega-menu > li.megamenu {
          position: relative; }
        header.header-02.header-wine .mega-menu > li.menu-item-has-children:hover > a:before {
          position: absolute;
          content: "";
          left: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7.5px 0 7.5px 10px;
          border-color: transparent transparent transparent #fff;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        header.header-02.header-wine .mega-menu > li:hover > a {
          color: #fff; }
        header.header-02.header-wine .mega-menu > li > a {
          padding: 7px 0;
          color: #fff;
          text-transform: uppercase; }
    header.header-02.header-wine .menu-col-left, header.header-02.header-wine .menu-col-center, header.header-02.header-wine .menu-col-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    header.header-02.header-wine .header-icon > div:not(.search-header), header.header-02.header-wine .btn-humburger {
      display: none !important; }
    header.header-02.header-wine .mega-menu > li, header.header-02.header-wine .mega-menu > li > a {
      display: block;
      text-align: center; }

  .header-02:not(.is-sticky) .mega-menu > li:not(.megamenu) .sub-menu, .header-02:not(.is-sticky) .mega-menu > li .megamenu_sub, .header-03:not(.is-sticky) .mega-menu > li:not(.megamenu) .sub-menu, .header-03:not(.is-sticky) .mega-menu > li .megamenu_sub {
    top: calc(100% - 30px); }
  .header-02:not(.is-sticky) .header-icon .content-filter, .header-03:not(.is-sticky) .header-icon .content-filter {
    top: calc(100% - 30px); }

  .header-03 .account-header .content-filter {
    right: 0;
    left: auto; }
  .header-03.fix-top .logo, .header-03.fix-top .header-middle .menu-icon, .header-03.fix-top .header-middle .header-right, .header-03.fix-top .header-middle .mega-menu > li, .header-03.fix-top .header-middle .header-menu {
    -webkit-transition: height 0.6s;
    transition: height 0.6s; }
  .header-03 .mega-menu > li:last-child {
    margin: 0; }
  .header-03 .mega-menu > li > a {
    padding: 0 6px 0 8px;
    letter-spacing: 1px; }
    .header-03 .mega-menu > li > a:before {
      content: '';
      background: #c44860;
      border-radius: 30px;
      position: absolute;
      width: 0;
      height: 22px;
      z-index: -1;
      left: 0;
      -webkit-transition: all .4s ease;
      transition: all .4s ease; }
  .header-03 .mega-menu > li:hover > a:before {
    width: 100%; }
  .header-03 .open-submenu {
    margin-left: 8px; }

  .openmenu-ver .site-header.is-sticky {
    z-index: 1;
    position: static; }

  .mobile-contact .details {
    color: #000; }
  .mobile-contact .info-part {
    padding: 0 15px;
    margin-bottom: 15px; }

  .mobile-tool {
    display: none; }

  .menu-mobile {
    display: none; }

  .site-header.header-01 .mega-menu > li .megamenu_sub {
    top: 100%; }

  .menu-icon {
    display: none !important; }

  .header-04 .ui-autocomplete {
    top: 100% !important;
    width: 400px !important;
    right: 0 !important;
    left: auto !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .header-menu .mega-menu > li > a {
    padding: 0 11px; }

  .header-03 .mega-menu > li {
    margin-right: 15px; }

  .header-02 .btn-menu {
    margin-left: 35px; }
  .header-02 .header-menu .mega-menu > li > a {
    padding: 0 16px; }
  .header-02 .header-icon > div {
    padding-left: 15px; }

  .header-06 .header-icon .languges-flags {
    padding-left: 26px !important; }

  .mega-type-3 .elementor-container {
    max-width: 100% !important; }

  .info-part .icon {
    margin-right: 13px; }
    .info-part .icon i {
      font-size: 25px; }

  .content-topbar a {
    font-size: 12px; } }
@media (max-width: 991px) {
  .header-05 .menu-icon {
    height: 100%; }
  .header-05 .label-cart,
  .header-05 .label-acc {
    display: none; }

  .header-06 .header-icon {
    display: none; }

  .header-fixed header.header-06 .menu-icon .ti-menu {
    color: #fff; }

  .hidden-mobile {
    display: none !important; }

  .text-items {
    font-size: 12px; }

  .header-04 .text-items {
    right: -3px; }

  .site-header + .wrapper {
    padding-top: 50px; }

  .admin-bar header.site-header .header-menu {
    margin-top: 32px; }

  body {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    left: 0; }

  .close-menu-mobile {
    display: block; }

  .logo-mobile {
    display: block; }

  .content-filter.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none; }

  .content-filter {
    width: 280px;
    right: 0; }

  .cart-header.active_minicart .cart-block {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none; }
  .cart-header .cart-block.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none; }
  .cart-header .content-filter {
    right: 0; }

  .site-header.is-sticky .appontment_button .btn {
    padding: 0; }

  .header-01 .header-icon {
    position: absolute;
    top: -50px; }
    .header-01 .header-icon .account-header {
      display: none !important; }

  .header-03 .header-left {
    position: static; }
  .header-03 .logo {
    height: 70px; }
  .header-03 .header-right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header-03 .menu-icon {
    margin-left: 30px; }

  .header-04 .menu-col-right {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%; }
  .header-04 .header-top {
    padding-top: 23px; }
    .header-04 .header-top::before {
      content: none; }
    .header-04 .header-top .menu-icon {
      right: 15px;
      top: -54px;
      color: #fff;
      cursor: pointer;
      position: absolute; }
      .header-04 .header-top .menu-icon .ti-menu {
        color: #fff; }
  .header-04.site-header .cart_label .count, .header-04.site-header .account-header span.box-label {
    display: none !important; }
  .header-04.site-header .account-header,
  .header-04 .cart-header {
    padding-left: 0; }

  .search-form .ui-autocomplete {
    top: calc(100% + 1px) !important; }

  header.site-header .header-menu {
    height: 100%;
    top: 0;
    left: -100%;
    display: none !important;
    z-index: 11;
    background: #fff;
    overflow: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    header.site-header .header-menu .mega-menu {
      display: block; }
      header.site-header .header-menu .mega-menu > li {
        height: 100%;
        display: block;
        width: 100%; }
        header.site-header .header-menu .mega-menu > li > a {
          color: #000;
          padding: 10px 15px; }

  .main-navigation .mega-menu .megamenu.menu-item > ul.sub-menu {
    width: 100%;
    background: none !important; }
    .main-navigation .mega-menu .megamenu.menu-item > ul.sub-menu li {
      width: 100%;
      padding: 0;
      float: none;
      position: relative; }
      .main-navigation .mega-menu .megamenu.menu-item > ul.sub-menu li a {
        padding: 10px 15px;
        display: block; }
      .main-navigation .mega-menu .megamenu.menu-item > ul.sub-menu li .caret-submenu {
        top: 0px;
        right: -15px; }

  .caret-submenu {
    display: block;
    font-size: 12px;
    right: -15px;
    top: 12px; }

  .open-submenu {
    display: none; }

  .menu-mobile .mega-menu {
    font-family: Raleway;
    padding: 0 30px 50px 30px; }
    .menu-mobile .mega-menu li {
      list-style: none;
      padding: 0;
      border-bottom: 1px dashed #cac9c7; }
      .menu-mobile .mega-menu li:first-child {
        padding-top: 2px; }
      .menu-mobile .mega-menu li:last-child {
        border-bottom: 1px dashed #cac9c7; }
      .menu-mobile .mega-menu li a {
        padding: 18px 0;
        display: block; }
      .menu-mobile .mega-menu li .sub-menu {
        padding-left: 30px;
        position: relative;
        z-index: 10; }
        .menu-mobile .mega-menu li .sub-menu li a {
          font-size: 15px; }
        .menu-mobile .mega-menu li .sub-menu li:last-child {
          border: none; }
    .menu-mobile .mega-menu > li > a {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .menu-mobile .mega-menu > li > .sub-menu {
      border-top: 1px solid #df526d; }
    .menu-mobile .mega-menu > li .sub-menu {
      display: none;
      background-color: transparent; }
      .menu-mobile .mega-menu > li .sub-menu > li .sub-menu {
        border-top: 1px dashed #df526d; }
    .menu-mobile .mega-menu .sub-menu-active > a, .menu-mobile .mega-menu .sub-menu-active > .caret-submenu {
      color: #df526d !important; }

  .mobile-tool {
    padding: 54px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .mobile-tool .mobile-tool-left {
      width: 70%; }
      .mobile-tool .mobile-tool-left > div {
        margin-left: 9px; }
        .mobile-tool .mobile-tool-left > div:first-child {
          margin-left: 0; }
    .mobile-tool .mobile-tool-right {
      width: 30%; }
    .mobile-tool .account-header .ti-user:before {
      content: "\e62b"; }
    .mobile-tool .cart-mobile .cart-block {
      position: absolute;
      bottom: 100%;
      width: 100%;
      visibility: visible;
      opacity: 1;
      -webkit-transition: none;
      transition: none;
      display: none;
      top: auto !important;
      z-index: 10;
      -webkit-transform: none !important;
              transform: none !important; }
      .mobile-tool .cart-mobile .cart-block .woocommerce-mini-cart {
        max-height: 200px; }
    .mobile-tool .cart-mobile .woocommerce-mini-cart__buttons.buttons {
      margin-bottom: 0 !important; }
    .mobile-tool .cart-mobile p.woocommerce-mini-cart__total.total {
      padding: 10px 0; }
    .mobile-tool .icon-header span, .mobile-tool .account-header > a, .mobile-tool .phone-mobile a {
      border: 1px solid #df526d;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      font-size: 14px;
      display: block;
      line-height: 36px;
      text-align: center;
      color: #df526d; }
    .mobile-tool .account-header .content-filter {
      right: auto;
      left: 0;
      opacity: 1;
      visibility: visible;
      top: auto;
      bottom: 100%;
      width: 100%;
      -webkit-transition: none;
      transition: none;
      display: none;
      background: #fff;
      padding: 20px; }
      .mobile-tool .account-header .content-filter li {
        padding: 8px 0; }
        .mobile-tool .account-header .content-filter li a {
          color: #333333;
          font-size: 14px; }
    .mobile-tool .languges-flags {
      position: static; }
      .mobile-tool .languges-flags .lang-1 {
        padding: 0 20px 0 30px; }
        .mobile-tool .languges-flags .lang-1 i {
          padding-left: 9px; }
      .mobile-tool .languges-flags .content-filter {
        opacity: 1;
        visibility: visible;
        width: 100%;
        bottom: 100%;
        top: auto;
        display: none;
        -webkit-transition: none;
        transition: none;
        z-index: 10; }

  .mobile-contact .details {
    color: #000; }
  .mobile-contact .info-part {
    padding: 0 15px;
    margin-bottom: 15px; }

  .mobile-account-active .account-header .content-filter {
    left: 0; }

  .site-header:not(.is-sticky) .logo-sticky {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

  .site-header.is-sticky .logo-default {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

  .search-form .pro_cat_select {
    background-position: 95% center;
    width: 156px;
    padding-left: 10px;
    padding-right: 37px;
    display: none; }

  .menu_bar .bars {
    width: 27px; }
    .menu_bar .bars:nth-child(2) {
      margin-top: 6px;
      margin-bottom: 6px; }

  .booking-btn i {
    display: inline-block; }
  .booking-btn span {
    display: none; }

  .header-content #site-navigation {
    display: none; }

  #site-navigation li {
    border-top: 1px dashed #cac9c7; }

  .humburger-menu, .btn-humburger {
    display: none; }

  .search-box {
    padding: 35px 0; }
    .search-box .container {
      max-width: 100%; }
    .search-box .close-search-box {
      margin-top: 0; }
    .search-box .search-form {
      margin-top: 10px; }
      .search-box .search-form .search-input {
        padding: 20px 0; }

  .menu-content {
    display: none !important; }

  .menu-col-left, .menu-col-right {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

  header.header-03 .header-icon > .languges-flags:not(#account-popup) {
    display: none !important; }
  header .menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    header .menu-icon .ti-menu {
      font-size: 18px;
      color: #333333; }

  .header-01 .header-bottom, .header-01 .menu-col-right .cont {
    display: none !important; }

  .search-box .search-form .submit.btn-search {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .search-box .close-search-box {
    margin: 0; }

  .header-icon .cart-header .cart-block {
    right: 15px; }

  .admin-bar .menu-mobile {
    top: 32px; } }
@media (min-width: 783px) {
  .admin-bar .search-box {
    top: 32px; } }
@media (max-width: 782px) {
  .admin-bar .site-header.is-sticky {
    top: 46px; }
  .admin-bar .site-header.active-sticky, .admin-bar .header-fixed .site-header:not(.is-sticky) {
    top: 46px; }
  .admin-bar .menu-mobile {
    top: 46px; }
  .admin-bar .search-box {
    top: 46px; } }
@media (max-width: 767px) {
  .site-header + .wrapper {
    padding-top: 30px; }

  .cart-header .content-filter {
    padding: 15px; }

  .header-03 .header-icon, .header-02 .header-icon {
    display: none; }

  .account-popup {
    padding: 60px 0; }
    .account-popup .nav-tabs {
      margin-top: 25px; }
    .account-popup form.login, .account-popup form.register {
      padding: 25px 30px 0;
      text-align: center; }
    .account-popup button[type="submit"] {
      height: 40px !important;
      padding-top: 0;
      padding-bottom: 0; }
    .account-popup .fancybox-close-small {
      top: 10px !important;
      right: 10px !important;
      height: 35px;
      width: 35px; }
      .account-popup .fancybox-close-small:before {
        font-size: 15px; } }
@media (max-width: 600px) {
  html.js, html {
    margin-top: 0 !important; }

  .admin-bar .site-header {
    top: 0 !important; }
  .admin-bar .fix-top:not(.menu-mobile) {
    top: 46px !important; }
  .admin-bar .is-sticky .menu-mobile,
  .admin-bar .menu-hidden .menu-mobile,
  .admin-bar .menu-hidden .search-box {
    top: 0; }

  body {
    position: static; } }
@media (max-width: 576px) {
  .header-02 .btn-menu:not(.close-menu) {
    margin-left: 30px; }

  .account-popup {
    width: calc(100% - 30px) !important; }
    .account-popup .lost_password {
      margin-right: 0; } }
@media (max-width: 480px) {
  .logo img {
    max-width: 130px; }

  .mobile-tool {
    padding: 35px 0; }
    .mobile-tool .languges-flags .lang-1 {
      padding: 0 10px; }
      .mobile-tool .languges-flags .lang-1 i {
        padding-left: 5px; }

  .header-02 .header-icon {
    display: none; }

  .header-03 .header-icon .account-header, .header-03 .header-icon .header-contact {
    display: none !important; }
  .header-03 .menu-icon {
    margin-left: 15px; }

  .cart-header a.button {
    width: 125px; }

  .languges-flags .lang-1 i {
    padding-left: 0; } }
@media (max-width: 375px) {
  .search-form .pro_cat_select {
    display: none; }

  header.site-header .header-menu {
    width: calc(100% - 32px); } }
/*===================================
    2.5 Preloader
===================================*/
body:not(.elementor-editor-active) {
  /*----------------------------------------------------
      Preloader 1
  -----------------------------------------------------*/ }
  body:not(.elementor-editor-active) #pre-loader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 9999;
    overflow: hidden;
    left: 0; }
  body:not(.elementor-editor-active) #loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 99999;
    overflow: hidden;
    left: 0; }
  body:not(.elementor-editor-active) #loading-center {
    width: 100%;
    height: 100%;
    position: relative; }
  body:not(.elementor-editor-active) #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  body:not(.elementor-editor-active) .object {
    width: 20px;
    height: 20px;
    background-color: #c44860;
    position: absolute;
    left: 65px;
    top: 65px; }
  body:not(.elementor-editor-active) .object:nth-child(2n+0) {
    margin-right: 0px; }
  body:not(.elementor-editor-active) #object_one {
    -webkit-animation: object_one 2s infinite;
    animation: object_one 2s infinite;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  body:not(.elementor-editor-active) #object_two {
    -webkit-animation: object_two 2s infinite;
    animation: object_two 2s infinite;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  body:not(.elementor-editor-active) #object_three {
    -webkit-animation: object_three 2s infinite;
    animation: object_three 2s infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  body:not(.elementor-editor-active) #object_four {
    -webkit-animation: object_four 2s infinite;
    animation: object_four 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  body:not(.elementor-editor-active) #object_five {
    -webkit-animation: object_five 2s infinite;
    animation: object_five 2s infinite;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  body:not(.elementor-editor-active) #object_six {
    -webkit-animation: object_six 2s infinite;
    animation: object_six 2s infinite;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  body:not(.elementor-editor-active) #object_seven {
    -webkit-animation: object_seven 2s infinite;
    animation: object_seven 2s infinite;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  body:not(.elementor-editor-active) #object_eight {
    -webkit-animation: object_eight 2s infinite;
    animation: object_eight 2s infinite;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  body:not(.elementor-editor-active) #object_big {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50px;
    top: 50px;
    -webkit-animation: object_big 2s infinite;
    animation: object_big 2s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
@-webkit-keyframes object_big {
  50% {
    -webkit-transform: scale(0.5); } }
@keyframes object_big {
  50% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@-webkit-keyframes object_one {
  50% {
    -webkit-transform: translate(-65px, -65px); } }
@keyframes object_one {
  50% {
    transform: translate(-65px, -65px);
    -webkit-transform: translate(-65px, -65px); } }
@-webkit-keyframes object_two {
  50% {
    -webkit-transform: translate(0, -65px); } }
@keyframes object_two {
  50% {
    transform: translate(0, -65px);
    -webkit-transform: translate(0, -65px); } }
@-webkit-keyframes object_three {
  50% {
    -webkit-transform: translate(65px, -65px); } }
@keyframes object_three {
  50% {
    transform: translate(65px, -65px);
    -webkit-transform: translate(65px, -65px); } }
@-webkit-keyframes object_four {
  50% {
    -webkit-transform: translate(65px, 0); } }
@keyframes object_four {
  50% {
    transform: translate(65px, 0);
    -webkit-transform: translate(65px, 0); } }
@-webkit-keyframes object_five {
  50% {
    -webkit-transform: translate(65px, 65px); } }
@keyframes object_five {
  50% {
    transform: translate(65px, 65px);
    -webkit-transform: translate(65px, 65px); } }
@-webkit-keyframes object_six {
  50% {
    -webkit-transform: translate(0, 65px); } }
@keyframes object_six {
  50% {
    transform: translate(0, 65px);
    -webkit-transform: translate(0, 65px); } }
@-webkit-keyframes object_seven {
  50% {
    -webkit-transform: translate(-65px, 65px); } }
@keyframes object_seven {
  50% {
    transform: translate(-65px, 65px);
    -webkit-transform: translate(-65px, 65px); } }
@-webkit-keyframes object_eight {
  50% {
    -webkit-transform: translate(-65px, 0); } }
@keyframes object_eight {
  50% {
    transform: translate(-65px, 0);
    -webkit-transform: translate(-65px, 0); } }
  body:not(.elementor-editor-active) #loading-2 {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    margin-top: 0px;
    top: 0px;
    left: 0; }
  body:not(.elementor-editor-active) .lds-dual-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  body:not(.elementor-editor-active) .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #c44860;
    border-color: #c44860 transparent #c44860 transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite; }
@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }
  body:not(.elementor-editor-active) #loading-3 {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    margin-top: 0px;
    top: 0px; }
  body:not(.elementor-editor-active) #loading-center-3 {
    width: 100%;
    height: 100%;
    position: relative; }
  body:not(.elementor-editor-active) #loading-center-absolute-3 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  body:not(.elementor-editor-active) .object-3 {
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #c44860;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #c44860;
    border-right: 5px solid transparent;
    -webkit-animation: animate_three 2s infinite;
    animation: animate_three 2s infinite; }
  body:not(.elementor-editor-active) #object_one_3 {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px; }
  body:not(.elementor-editor-active) #object_two_3 {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  body:not(.elementor-editor-active) #object_three_3 {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  body:not(.elementor-editor-active) #object_four_3 {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
@-webkit-keyframes animate_three {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8); } }
@keyframes animate_three {
  50% {
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8); } }
  body:not(.elementor-editor-active) .preloader-4 {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    margin-top: 0px;
    top: 0px; }
  body:not(.elementor-editor-active) .busy-loader {
    position: absolute;
    width: 90px;
    height: 90px;
    margin: auto;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -45px; }
    body:not(.elementor-editor-active) .busy-loader .w-ball-wrapper {
      position: absolute;
      width: 86px;
      height: 86px;
      opacity: 0;
      -moz-transform: rotate(225deg);
      -moz-animation: orbit 4.4s infinite;
      -webkit-transform: rotate(225deg);
      -webkit-animation: orbit 4.4s infinite;
      -ms-transform: rotate(225deg);
      -ms-animation: orbit 4.4s infinite;
      -o-transform: rotate(225deg);
      -o-animation: orbit 4.4s infinite;
      transform: rotate(225deg);
      animation: orbit 4.4s infinite; }
      body:not(.elementor-editor-active) .busy-loader .w-ball-wrapper .w-ball {
        position: absolute;
        width: 12px;
        height: 12px;
        background: #c44860;
        left: 0px;
        top: 0px;
        border-radius: 11px; }
    body:not(.elementor-editor-active) .busy-loader .ball-1 {
      -webkit-animation-delay: 0.96s;
      animation-delay: 0.96s; }
    body:not(.elementor-editor-active) .busy-loader .ball-2 {
      -webkit-animation-delay: 0.19s;
      animation-delay: 0.19s; }
    body:not(.elementor-editor-active) .busy-loader .ball-3 {
      -webkit-animation-delay: 0.38s;
      animation-delay: 0.38s; }
    body:not(.elementor-editor-active) .busy-loader .ball-4 {
      -webkit-animation-delay: 0.58s;
      animation-delay: 0.58s; }
    body:not(.elementor-editor-active) .busy-loader .ball-5 {
      -webkit-animation-delay: 0.77s;
      animation-delay: 0.77s; }
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear; }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out; }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear; }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out; }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out; }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg); } }
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
            transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
            transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
            transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg); }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg); } }
  body:not(.elementor-editor-active) .preloader-5 {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0px; }
  body:not(.elementor-editor-active) .lds-ripple {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  body:not(.elementor-editor-active) .lds-ripple div {
    position: absolute;
    border: 4px solid #c44860;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
  body:not(.elementor-editor-active) .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s; }
@-webkit-keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0; } }
  body:not(.elementor-editor-active) #loading-6 {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    margin-top: 0px;
    top: 0px; }
  body:not(.elementor-editor-active) .bubblingG {
    text-align: center;
    width: 78px;
    height: 49px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  body:not(.elementor-editor-active) .bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 24px auto;
    background: #c44860;
    border-radius: 49px;
    -o-border-radius: 49px;
    -ms-border-radius: 49px;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    animation: bubblingG 1.5s infinite alternate;
    -o-animation: bubblingG 1.5s infinite alternate;
    -ms-animation: bubblingG 1.5s infinite alternate;
    -webkit-animation: bubblingG 1.5s infinite alternate;
    -moz-animation: bubblingG 1.5s infinite alternate; }
  body:not(.elementor-editor-active) #bubblingG_1 {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s; }
  body:not(.elementor-editor-active) #bubblingG_2 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s; }
  body:not(.elementor-editor-active) #bubblingG_3 {
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s; }
@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #c44860;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }
@-webkit-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #c44860;
    -webkit-transform: translateY(0); }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -webkit-transform: translateY(-20px); } }
  body:not(.elementor-editor-active) #loading-7 {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    margin-top: 0px;
    top: 0px; }
  body:not(.elementor-editor-active) #loading-center-7 {
    width: 100%;
    height: 100%;
    position: relative; }
  body:not(.elementor-editor-active) #loading-center-absolute-7 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px; }
  body:not(.elementor-editor-active) #object-7 {
    width: 80px;
    height: 80px;
    background-color: #c44860;
    -webkit-animation: animate_s 1s infinite ease-in-out;
    animation: animate_s 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px; }
@-webkit-keyframes animate_s {
  0% {
    -webkit-transform: perspective(160px); }
  50% {
    -webkit-transform: perspective(160px) rotateY(-180deg); }
  100% {
    -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); } }
@keyframes animate_s {
  0% {
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg); }
  100% {
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg); } }
  body:not(.elementor-editor-active) .loader-8 {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0px; }
@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }
@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }
@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }
@keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }
  body:not(.elementor-editor-active) .pacman {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  body:not(.elementor-editor-active) .pacman > div:nth-child(2) {
    -webkit-animation: pacman-balls 1s -0.99s infinite linear;
    animation: pacman-balls 1s -0.99s infinite linear; }
  body:not(.elementor-editor-active) .pacman > div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -0.66s infinite linear;
    animation: pacman-balls 1s -0.66s infinite linear; }
  body:not(.elementor-editor-active) .pacman > div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -0.33s infinite linear;
    animation: pacman-balls 1s -0.33s infinite linear; }
  body:not(.elementor-editor-active) .pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
    animation: pacman-balls 1s 0s infinite linear; }
  body:not(.elementor-editor-active) .pacman > div:first-of-type {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #c44860;
    border-left: 25px solid #c44860;
    border-bottom: 25px solid #c44860;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
    animation: rotate_pacman_half_up 0.5s 0s infinite;
    position: relative;
    left: -30px; }
  body:not(.elementor-editor-active) .pacman > div:nth-child(2) {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #c44860;
    border-left: 25px solid #c44860;
    border-bottom: 25px solid #c44860;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
    animation: rotate_pacman_half_down 0.5s 0s infinite;
    margin-top: -50px;
    position: relative;
    left: -30px; }
  body:not(.elementor-editor-active) .pacman > div:nth-child(3),
  body:not(.elementor-editor-active) .pacman > div:nth-child(4),
  body:not(.elementor-editor-active) .pacman > div:nth-child(5),
  body:not(.elementor-editor-active) .pacman > div:nth-child(6) {
    background-color: #c44860;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
    transform: translate(0, -6.25px);
    top: 25px;
    left: 70px; }
  body:not(.elementor-editor-active) #loading-9 {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0px; }
  body:not(.elementor-editor-active) #loading-center-9 {
    width: 100%;
    height: 100%;
    position: relative; }
  body:not(.elementor-editor-active) #loading-center-absolute-9 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px; }
  body:not(.elementor-editor-active) .object-9 {
    width: 8px;
    height: 50px;
    margin-right: 5px;
    background-color: #c44860;
    -webkit-animation: animate_e 1s infinite;
    animation: animate_e 1s infinite;
    float: left; }
  body:not(.elementor-editor-active) .object-9:last-child {
    margin-right: 0px; }
  body:not(.elementor-editor-active) .object-9:nth-child(10) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  body:not(.elementor-editor-active) .object-9:nth-child(9) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  body:not(.elementor-editor-active) .object-9:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  body:not(.elementor-editor-active) .object-9:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  body:not(.elementor-editor-active) .object-9:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  body:not(.elementor-editor-active) .object-9:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  body:not(.elementor-editor-active) .object-9:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  body:not(.elementor-editor-active) .object-9:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  body:not(.elementor-editor-active) .object-9:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
@-webkit-keyframes animate_e {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }
@keyframes animate_e {
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }
  body:not(.elementor-editor-active) .preloader8 {
    width: 90px;
    height: 90px;
    display: inline-block;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  body:not(.elementor-editor-active) .preloader8 span {
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: #c44860;
    -webkit-animation: preloader8 1.6s linear infinite;
    animation: preloader8 1.6s linear infinite; }
  body:not(.elementor-editor-active) .preloader8 span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s; }
@keyframes preloader8 {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: 0.9; }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0; } }
@-webkit-keyframes preloader8 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.9; }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0; } }
  body:not(.elementor-editor-active) body .baby, body:not(.elementor-editor-active) body .baby * {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  body:not(.elementor-editor-active) body .baby {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -20px; }
  body:not(.elementor-editor-active) body .baby .back {
    width: 75px;
    height: 20px;
    background: #c44860;
    position: absolute;
    bottom: 5px;
    left: 35px;
    z-index: -1; }
  body:not(.elementor-editor-active) body .baby .back .tail {
    width: 5px;
    height: 5px;
    position: absolute;
    background: #c44860;
    top: -22px;
    right: 13px;
    border-radius: 50%;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  body:not(.elementor-editor-active) body .baby .back .feet {
    background: #c44860;
    width: 15px;
    height: 27px;
    position: absolute;
    right: -6px;
    border-radius: 50%; }
  body:not(.elementor-editor-active) body .baby .back .hand {
    background: #c44860;
    border-radius: 50%;
    position: absolute;
    width: 52px;
    height: 8px;
    top: 15px;
    z-index: 1; }
  body:not(.elementor-editor-active) body .baby .back .hand:after {
    content: " ";
    width: 16px;
    height: 13px;
    position: absolute;
    background: #c44860;
    right: -7px;
    top: -2px;
    border-radius: 50%; }
  body:not(.elementor-editor-active) body .baby .back .ass {
    position: absolute;
    width: 30px;
    height: 40px;
    background: #c44860;
    left: 25px;
    border-radius: 50%;
    bottom: 0px;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg); }
  body:not(.elementor-editor-active) body .baby .back .ass:after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 40px;
    background: #c44860;
    right: -15px;
    border-radius: 50%;
    bottom: 0px;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear; }
  body:not(.elementor-editor-active) body .baby .head {
    width: 60px;
    height: 60px;
    background: #c44860;
    border-radius: 50% 60% 50% 40%; }
  body:not(.elementor-editor-active) body .baby .head .eye {
    width: 10px;
    height: 2px;
    background: #000;
    border-radius: 1px;
    position: absolute;
    top: 40px;
    left: 6px; }
  body:not(.elementor-editor-active) body .baby .head .cheek {
    width: 10px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 44px;
    left: 13px; }
  body:not(.elementor-editor-active) body .baby .head .horn {
    width: 10px;
    height: 18px;
    background: #c44860;
    position: absolute;
    top: -8px;
    left: 18px;
    border-radius: 130% 30% 0% 0%;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  body:not(.elementor-editor-active) body .baby.down .back {
    width: 85px; }
  body:not(.elementor-editor-active) body .baby.down .back .tail {
    top: -10px;
    right: 26px; }
  body:not(.elementor-editor-active) body .baby.down .back .ass {
    height: 25px; }
  body:not(.elementor-editor-active) body .baby.down .back .ass:after {
    height: 28px;
    width: 36px; }
  body:not(.elementor-editor-active) body .baby.down .back .feet {
    height: 24px;
    top: -1px; }
  body:not(.elementor-editor-active) body .baby.down .back .hand {
    width: 45px; }
  body:not(.elementor-editor-active) body .baby.down .back .hand:after {
    height: 11px;
    top: -1px; }
  body:not(.elementor-editor-active) body .baby.down .head {
    border-radius: 70% 60% 60% 40%;
    margin-left: -5px; }
  body:not(.elementor-editor-active) body .baby.down .head .eye {
    left: 0; }
  body:not(.elementor-editor-active) body .baby.down .head .cheek {
    left: 8px; }
  body:not(.elementor-editor-active) body .baby.down .head .horn {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  body:not(.elementor-editor-active) .gif-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  body:not(.elementor-editor-active) .loader-dot {
    position: relative;
    width: 3.5em;
    height: 3.5em;
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg); }
    body:not(.elementor-editor-active) .loader-dot:before, body:not(.elementor-editor-active) .loader-dot:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 0.5em;
      height: 0.5em;
      border-radius: 0.25em;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    body:not(.elementor-editor-active) .loader-dot:before {
      -webkit-animation: before 2s infinite;
      animation: before 2s infinite; }
    body:not(.elementor-editor-active) .loader-dot:after {
      -webkit-animation: after 2s infinite;
      animation: after 2s infinite; }
@-webkit-keyframes before {
  0% {
    width: 0.5em;
    -webkit-box-shadow: 1.5em -1em rgba(225, 20, 98, 0.75), -1.5em 1em rgba(111, 202, 220, 0.75);
            box-shadow: 1.5em -1em rgba(225, 20, 98, 0.75), -1.5em 1em rgba(111, 202, 220, 0.75); }
  35% {
    width: 3.5em;
    -webkit-box-shadow: 0 -1em rgba(225, 20, 98, 0.75), 0 1em rgba(111, 202, 220, 0.75);
            box-shadow: 0 -1em rgba(225, 20, 98, 0.75), 0 1em rgba(111, 202, 220, 0.75); }
  70% {
    width: 0.5em;
    -webkit-box-shadow: -1.5em -1em rgba(225, 20, 98, 0.75), 1.5em 1em rgba(111, 202, 220, 0.75);
            box-shadow: -1.5em -1em rgba(225, 20, 98, 0.75), 1.5em 1em rgba(111, 202, 220, 0.75); }
  100% {
    -webkit-box-shadow: 1.5em -1em rgba(225, 20, 98, 0.75), -1.5em 1em rgba(111, 202, 220, 0.75);
            box-shadow: 1.5em -1em rgba(225, 20, 98, 0.75), -1.5em 1em rgba(111, 202, 220, 0.75); } }
@keyframes before {
  0% {
    width: 0.5em;
    -webkit-box-shadow: 1.5em -1em rgba(225, 20, 98, 0.75), -1.5em 1em rgba(111, 202, 220, 0.75);
            box-shadow: 1.5em -1em rgba(225, 20, 98, 0.75), -1.5em 1em rgba(111, 202, 220, 0.75); }
  35% {
    width: 3.5em;
    -webkit-box-shadow: 0 -1em rgba(225, 20, 98, 0.75), 0 1em rgba(111, 202, 220, 0.75);
            box-shadow: 0 -1em rgba(225, 20, 98, 0.75), 0 1em rgba(111, 202, 220, 0.75); }
  70% {
    width: 0.5em;
    -webkit-box-shadow: -1.5em -1em rgba(225, 20, 98, 0.75), 1.5em 1em rgba(111, 202, 220, 0.75);
            box-shadow: -1.5em -1em rgba(225, 20, 98, 0.75), 1.5em 1em rgba(111, 202, 220, 0.75); }
  100% {
    -webkit-box-shadow: 1.5em -1em rgba(225, 20, 98, 0.75), -1.5em 1em rgba(111, 202, 220, 0.75);
            box-shadow: 1.5em -1em rgba(225, 20, 98, 0.75), -1.5em 1em rgba(111, 202, 220, 0.75); } }
@-webkit-keyframes after {
  0% {
    height: 0.5em;
    -webkit-box-shadow: 1em 1.5em rgba(61, 184, 143, 0.75), -1em -1.5em rgba(233, 169, 32, 0.75);
            box-shadow: 1em 1.5em rgba(61, 184, 143, 0.75), -1em -1.5em rgba(233, 169, 32, 0.75); }
  35% {
    height: 3.5em;
    -webkit-box-shadow: 1em 0 rgba(61, 184, 143, 0.75), -1em 0 rgba(233, 169, 32, 0.75);
            box-shadow: 1em 0 rgba(61, 184, 143, 0.75), -1em 0 rgba(233, 169, 32, 0.75); }
  70% {
    height: 0.5em;
    -webkit-box-shadow: 1em -1.5em rgba(61, 184, 143, 0.75), -1em 1.5em rgba(233, 169, 32, 0.75);
            box-shadow: 1em -1.5em rgba(61, 184, 143, 0.75), -1em 1.5em rgba(233, 169, 32, 0.75); }
  100% {
    -webkit-box-shadow: 1em 1.5em rgba(61, 184, 143, 0.75), -1em -1.5em rgba(233, 169, 32, 0.75);
            box-shadow: 1em 1.5em rgba(61, 184, 143, 0.75), -1em -1.5em rgba(233, 169, 32, 0.75); } }
@keyframes after {
  0% {
    height: 0.5em;
    -webkit-box-shadow: 1em 1.5em rgba(61, 184, 143, 0.75), -1em -1.5em rgba(233, 169, 32, 0.75);
            box-shadow: 1em 1.5em rgba(61, 184, 143, 0.75), -1em -1.5em rgba(233, 169, 32, 0.75); }
  35% {
    height: 3.5em;
    -webkit-box-shadow: 1em 0 rgba(61, 184, 143, 0.75), -1em 0 rgba(233, 169, 32, 0.75);
            box-shadow: 1em 0 rgba(61, 184, 143, 0.75), -1em 0 rgba(233, 169, 32, 0.75); }
  70% {
    height: 0.5em;
    -webkit-box-shadow: 1em -1.5em rgba(61, 184, 143, 0.75), -1em 1.5em rgba(233, 169, 32, 0.75);
            box-shadow: 1em -1.5em rgba(61, 184, 143, 0.75), -1em 1.5em rgba(233, 169, 32, 0.75); }
  100% {
    -webkit-box-shadow: 1em 1.5em rgba(61, 184, 143, 0.75), -1em -1.5em rgba(233, 169, 32, 0.75);
            box-shadow: 1em 1.5em rgba(61, 184, 143, 0.75), -1em -1.5em rgba(233, 169, 32, 0.75); } }
  body:not(.elementor-editor-active) .loader-dot {
    position: absolute;
    top: calc(50% - 1.75em);
    left: calc(50% - 1.75em); }
  @media (min-width: 992px) {
    body:not(.elementor-editor-active) .gif-preload {
      width: 60%; } }

/*===================================
	2.2 Footer
===================================*/
footer .widget_categories li a:before,
footer .widget_nav_menu li a:before,
footer .widget_archive li a:before,
footer .widget_pages li a:before,
footer .widget_recent_comments li a:before,
footer .widget_recent_entries li a:before,
footer .widget_rss li a:before,
footer .widget_meta li a:before {
  content: "";
  height: 1px;
  width: 0;
  background: #c44860;
  top: 20px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
footer .widget_categories li a:hover,
footer .widget_nav_menu li a:hover,
footer .widget_archive li a:hover,
footer .widget_pages li a:hover,
footer .widget_recent_comments li a:hover,
footer .widget_recent_entries li a:hover,
footer .widget_rss li a:hover,
footer .widget_meta li a:hover {
  padding-left: 20px; }
  footer .widget_categories li a:hover:before,
  footer .widget_nav_menu li a:hover:before,
  footer .widget_archive li a:hover:before,
  footer .widget_pages li a:hover:before,
  footer .widget_recent_comments li a:hover:before,
  footer .widget_recent_entries li a:hover:before,
  footer .widget_rss li a:hover:before,
  footer .widget_meta li a:hover:before {
    width: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.hide_newsletter .footer-newsletter {
  display: none; }

.hide_instagram .footer-instagram {
  display: none; }

.widget.instagram .instagram-gallery {
  overflow: hidden;
  margin: -7.5px; }
  .widget.instagram .instagram-gallery .instagram-img {
    width: calc(100%/4 - 15px);
    display: inline-block;
    margin: 7.5px;
    float: left;
    background-size: 100%; }
    .widget.instagram .instagram-gallery .instagram-img a {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: relative; }
      .widget.instagram .instagram-gallery .instagram-img a:before {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        background: #f4ae7b;
        background: -o-linear-gradient(top, #c44860, #f4ae7b);
        opacity: 0.5; }
      .widget.instagram .instagram-gallery .instagram-img a:hover:before {
        height: 100%;
        width: 100%;
        visibility: visible;
        transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }

.instagram-gallery {
  margin: -10px; }

.footer-instagram {
  overflow: hidden;
  padding: 42px 0 16px; }
  .footer-instagram .widget.instagram .instagram-gallery .instagram-img {
    width: calc(100%/6 - 20px);
    display: inline-block;
    float: left;
    margin: 10px;
    position: relative; }
    .footer-instagram .widget.instagram .instagram-gallery .instagram-img a {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: relative; }
      .footer-instagram .widget.instagram .instagram-gallery .instagram-img a:before {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        background: #f4ae7b;
        background: -o-linear-gradient(top, #c44860, #f4ae7b);
        opacity: 0.5; }
      .footer-instagram .widget.instagram .instagram-gallery .instagram-img a:hover:before {
        height: 100%;
        width: 100%;
        visibility: visible;
        transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }

.page-footer {
  margin-top: 110px; }
  .page-footer .widget_rss, .page-footer .widget_search, .page-footer .widget_text, .page-footer .widget_tag_cloud,
  .page-footer .widget_pages, .page-footer .widget_meta, .page-footer .widget_recent_entries,
  .page-footer .widget_categories, .page-footer .widget_recent_comments, .page-footer .widget_nav_menu,
  .page-footer .widget_archive {
    text-align: left; }
    .page-footer .widget_rss .widget-title, .page-footer .widget_search .widget-title, .page-footer .widget_text .widget-title, .page-footer .widget_tag_cloud .widget-title,
    .page-footer .widget_pages .widget-title, .page-footer .widget_meta .widget-title, .page-footer .widget_recent_entries .widget-title,
    .page-footer .widget_categories .widget-title, .page-footer .widget_recent_comments .widget-title, .page-footer .widget_nav_menu .widget-title,
    .page-footer .widget_archive .widget-title {
      padding-bottom: 9px; }
  .page-footer .textwidget p {
    margin-bottom: 0; }
    .page-footer .textwidget p.time {
      margin-top: 7px;
      display: inline-block;
      margin-bottom: 13px; }
  .page-footer .textwidget a {
    color: #c44860; }
  .page-footer .widget_media_image {
    margin-top: 39px;
    margin-bottom: 16px;
    margin-bottom: 18px; }

.payment {
  display: inline-block;
  margin-top: 2px; }
  .payment ul li {
    display: inline-block;
    font-size: 30px;
    margin-left: 17px;
    padding: 0; }
    .payment ul li:first-child {
      margin-left: 0; }

.copyright-content p {
  color: #6d6b6c;
  margin-bottom: 0;
  letter-spacing: 0; }
  .copyright-content p a {
    color: #6d6b6c; }
    .copyright-content p a:hover {
      color: #c44860; }

.widget-title {
  font-size: 14px;
  font-weight: 800;
  font-family: Raleway;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1.1px;
  margin: 0;
  padding: 40px 0 25px; }

.footer-social-networks {
  overflow: hidden; }
  .footer-social-networks li {
    display: inline-block;
    float: left;
    padding-right: 24px;
    font-size: 13px; }
    .footer-social-networks li:last-child {
      padding-right: 0; }
    .footer-social-networks li a {
      color: #8f8f8f; }
      .footer-social-networks li a:before {
        content: none; }
      .footer-social-networks li a:hover {
        color: #c44860; }

.list-info-contact {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .list-info-contact li:last-child {
    margin-bottom: 0; }
  .list-info-contact li a {
    color: #6d6b6c; }
    .list-info-contact li a:hover {
      color: #c44860; }
  .list-info-contact li:last-child {
    margin-bottom: 0; }

.remove_space .footer {
  margin-top: 0; }

.footer-left-info {
  padding-top: 47px; }

.footer-logo {
  margin-bottom: 13px; }

.mc4wp-form-fields {
  position: relative; }
  .mc4wp-form-fields input[type=email],
  .mc4wp-form-fields p {
    margin-bottom: 0; }
  .mc4wp-form-fields input[type=email] {
    height: 40px;
    font-weight: 400;
    padding-right: 70px; }
  .mc4wp-form-fields .submit {
    position: absolute;
    height: 40px;
    top: 0;
    right: 0;
    display: inline-block; }
    .mc4wp-form-fields .submit input[type=submit] {
      height: 40px;
      line-height: 40px;
      color: #fff;
      font-size: 0;
      padding: 0 30px;
      color: #fff;
      background: #c44860;
      border-radius: 0 30px 30px 0; }
    .mc4wp-form-fields .submit i {
      color: #fff;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%); }

.footer-newsletter {
  overflow: hidden;
  padding: 50px 0; }
  .footer-newsletter .newletter-form {
    position: relative;
    z-index: 1; }
  .footer-newsletter.newsletter-style1 {
    padding: 50px 0 81px;
    background: #e5c8c3; }
    .footer-newsletter.newsletter-style1 .mc4wp-form-fields {
      position: relative; }
      .footer-newsletter.newsletter-style1 .mc4wp-form-fields input[type=email] {
        border: none;
        padding: 31px 220px 27px 30px;
        font-size: 16px; }
      .footer-newsletter.newsletter-style1 .mc4wp-form-fields input[type=submit] {
        position: absolute;
        top: 0;
        right: -1px;
        color: #333;
        font-size: 13px;
        font-family: Raleway;
        letter-spacing: 0.3px;
        background: #fff;
        text-transform: uppercase;
        font-weight: 700;
        padding: 22px 44px 21px;
        text-align: center;
        border-radius: 0 30px 30px 0; }
    .footer-newsletter.newsletter-style1 .newsletter_title h2 {
      margin-bottom: 14px; }
  .footer-newsletter.newsletter-style2 {
    background: #dbe7f5; }
    .footer-newsletter.newsletter-style2 .mc4wp-form-fields input[type=email] {
      color: #6d6b6c; }
  .footer-newsletter .mc4wp-form-fields input[type=email] {
    color: #5f5b5d; }

.newsletter-style1 .newsletter-heading {
  width: 34.2%;
  display: inline-block;
  float: left;
  text-align: left; }
.newsletter-style1 .footer-mailchimp {
  width: 65.8%;
  float: left;
  position: relative;
  margin-top: 40px; }
.newsletter-style1 .mc4wp-response {
  position: absolute;
  width: 100%; }
.newsletter-style1 .widget_mc4wp_form_widget {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.newsletter-style1 .text-privacy {
  display: none; }
.newsletter-style1 .list-social li a[aria-label="Linkedin"] {
  display: none; }

.footer-newsletter .newsletter-style2 .mc4wp-form-fields input[type=email] {
  color: #6d6b6c; }

.newsletter-style2 {
  text-align: center;
  padding: 74px 0 101px; }
  .newsletter-style2 .newsletter_title h2 {
    font-weight: 600;
    font-size: 45px; }
    .newsletter-style2 .newsletter_title h2 span {
      font-weight: 300; }
  .newsletter-style2 .mc4wp-form-fields {
    overflow: hidden;
    margin: 0 -15px; }
    .newsletter-style2 .mc4wp-form-fields > p {
      width: 50%;
      float: left;
      padding: 0 15px; }
    .newsletter-style2 .mc4wp-form-fields input[type=email] {
      height: 45px;
      font-weight: 400;
      padding-right: 20px;
      background: #fff;
      border: none;
      color: #6d6b6c;
      font-size: 15px;
      border-radius: 30px; }
    .newsletter-style2 .mc4wp-form-fields input[type=submit] {
      font-weight: 600;
      font-family: Raleway;
      background: #c44860;
      color: #fff;
      width: 100%;
      font-size: 13px;
      text-transform: uppercase;
      height: 45px;
      border-radius: 30px;
      letter-spacing: 2.5px; }
      .newsletter-style2 .mc4wp-form-fields input[type=submit]:hover {
        background: #f4ae7b; }
  .newsletter-style2 .newletter-desc {
    line-height: 30px;
    padding: 10px 0 30px;
    width: 60%;
    margin: 0 auto;
    color: #6d6b6c; }
  .newsletter-style2 .footer-mailchimp {
    padding-top: 22px; }
  .newsletter-style2 .text-privacy {
    padding-top: 54px; }
  .newsletter-style2 .list-social {
    margin-top: 15px; }
    .newsletter-style2 .list-social li a {
      height: 36px;
      width: 36px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      color: #fff;
      background: #c44860;
      display: inline-block;
      font-size: 16px;
      margin: 0 4px; }
    .newsletter-style2 .list-social li a[aria-label="Twitter"] {
      background: #88d9f7; }
    .newsletter-style2 .list-social li a[aria-label="Facebook"] {
      background: #5892d0; }
    .newsletter-style2 .list-social li a[aria-label="Instagram"] {
      background: #D12798;
      display: none; }
    .newsletter-style2 .list-social li a[aria-label="Pinterest"] {
      background: #B56E73;
      display: none; }
    .newsletter-style2 .list-social li a[aria-label="Linkedin"] {
      background: #909090; }

.text-privacy {
  color: #6d6b6c; }
  .text-privacy a {
    color: #c44860; }

.social-footer-style1 {
  position: absolute;
  top: 18px;
  right: -12px; }
  .social-footer-style1 .list-social {
    display: none;
    margin-top: 2px; }
    .social-footer-style1 .list-social.show {
      display: inline-block;
      padding-left: 12px; }
    .social-footer-style1 .list-social li {
      float: left;
      padding: 0 16px 0 0; }
      .social-footer-style1 .list-social li:last-child {
        padding-right: 10px; }
      .social-footer-style1 .list-social li a {
        color: #fff;
        font-size: 16px; }
        .social-footer-style1 .list-social li a:hover {
          color: #c44860; }
    .social-footer-style1 .list-social .social-icon.ti-facebook {
      margin-left: -6px; }

button#btn-show-social {
  height: 28px;
  width: 28px;
  line-height: 30px;
  border-radius: 50%;
  padding: 0;
  font-size: 10px;
  color: #fff;
  float: left; }

.widget_mc4wp_form_widget.add-social + .social-footer-style1 {
  right: 18px; }

.footer-bottom {
  padding: 30px 0 25px; }
  .footer-bottom .payment {
    float: right; }

.footer-01 {
  background-color: #fff;
  color: #333; }
  .footer-01 .widget_nav_menu li a:hover,
  .footer-01 .copyright-content p a:hover,
  .footer-01 .payment ul li a:hover {
    color: #c44860; }
  .footer-01 .footer-top {
    padding-bottom: 52px; }
  .footer-01 .footer-bottom {
    background: #f7f8fc; }
  .footer-01 .tm-contact-widget .widget-title {
    padding-bottom: 15px; }
  .footer-01 .copyright-content p a {
    color: #6d6b6c; }
    .footer-01 .copyright-content p a:hover {
      color: #c44860; }
  .footer-01 .list-info-contact {
    font-size: 14px; }
    .footer-01 .list-info-contact li span {
      font-weight: bold;
      float: left;
      margin-right: 4px; }
    .footer-01 .list-info-contact li a {
      color: #c44860; }
    .footer-01 .list-info-contact li p {
      color: #6d6b6c;
      letter-spacing: 0; }
    .footer-01 .list-info-contact li:not(.info-phone) i {
      display: none; }
    .footer-01 .list-info-contact .info-phone {
      overflow: hidden;
      padding-bottom: 15px; }
      .footer-01 .list-info-contact .info-phone span {
        display: none; }
      .footer-01 .list-info-contact .info-phone i {
        font-size: 50px;
        background: -webkit-gradient(linear, left top, left bottom, from(#c44860), to(#f4ae7b));
        background: linear-gradient(to bottom, #c44860, #f4ae7b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        text-shadow: none;
        float: left;
        margin-right: 17px; }
      .footer-01 .list-info-contact .info-phone a {
        color: #333;
        font-weight: 700;
        font-size: 18px;
        display: inline-block;
        margin-top: 13px; }
        .footer-01 .list-info-contact .info-phone a:hover {
          color: #c44860; }
  .footer-01 .footer-social-networks {
    margin-top: 20px; }
  .footer-01 .payment ul li a {
    color: #6d6b6c; }
    .footer-01 .payment ul li a:hover {
      color: #c44860; }

.footer-02 {
  color: #a39d9f; }
  .footer-02 .footer-newsletter {
    position: relative; }
    .footer-02 .footer-newsletter.newsletter-style1 {
      background: #fff; }
      .footer-02 .footer-newsletter.newsletter-style1 .widget_mc4wp_form_widget {
        border-color: #cdd2cd; }
      .footer-02 .footer-newsletter.newsletter-style1 .mc4wp-form-fields input[type=submit] {
        background: #c44860;
        color: #fff; }
      .footer-02 .footer-newsletter.newsletter-style1 .mc4wp-form-fields input[type=email] {
        color: #787475; }
    .footer-02 .footer-newsletter .newletter-desc {
      color: #787475; }
    .footer-02 .footer-newsletter:after {
      content: "";
      height: 100%;
      width: 100%;
      background: #c44860;
      opacity: 0.1;
      position: absolute;
      top: 0;
      left: 0; }
  .footer-02 .social-footer-style1 .list-social li a {
    color: #787475; }
    .footer-02 .social-footer-style1 .list-social li a:hover {
      color: #c44860; }
  .footer-02 .tm-contact-widget .widget-title {
    padding-bottom: 12px; }
  .footer-02 .widget-title {
    color: #fff; }
  .footer-02 .footer-top {
    padding: 68px 0 52px; }
  .footer-02 .footer-bottom {
    padding: 0; }
  .footer-02 .footer-instagram {
    background: #fff; }
  .footer-02 .widget_nav_menu li a {
    color: #a39d9f; }
    .footer-02 .widget_nav_menu li a:hover {
      color: #c44860; }
  .footer-02 .copyright-content p {
    color: #a39d9f; }
    .footer-02 .copyright-content p a {
      color: #a39d9f; }
      .footer-02 .copyright-content p a:hover {
        color: #c44860; }
  .footer-02 .bottom-footer {
    padding-top: 23px;
    padding-bottom: 20px;
    position: relative; }
    .footer-02 .bottom-footer:before {
      content: "";
      height: 1px;
      width: calc(100% - 30px);
      background: #3c3c3c;
      position: absolute;
      left: 15px;
      top: 0; }
    .footer-02 .bottom-footer .payment ul li a {
      color: #dedede; }
  .footer-02 .list-info-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer-02 .list-info-contact li {
      position: relative;
      padding-left: 43px; }
      .footer-02 .list-info-contact li p {
        line-height: 24px;
        letter-spacing: 0; }
      .footer-02 .list-info-contact li span {
        display: none; }
      .footer-02 .list-info-contact li i {
        color: #c44860;
        font-size: 18px;
        display: inline-block;
        float: left;
        position: absolute;
        left: 0;
        top: 11px; }
      .footer-02 .list-info-contact li.info-address {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .footer-02 .list-info-contact li.info-mail {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .footer-02 .list-info-contact li.info-time {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
      .footer-02 .list-info-contact li.info-phone {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
        .footer-02 .list-info-contact li.info-phone i {
          font-family: themify !important; }
          .footer-02 .list-info-contact li.info-phone i:before {
            content: "\e621"; }
      .footer-02 .list-info-contact li a {
        color: #a39d9f; }
        .footer-02 .list-info-contact li a:hover {
          color: #c44860; }
  .footer-02 .menu-menu-company-container {
    margin-top: 2px; }

.footer-03 {
  background-color: #fff;
  color: #6d6b6c; }
  .footer-03 .footer-bottom {
    padding: 0; }
  .footer-03 .widget_nav_menu ul li a,
  .footer-03 .footer-social ul li a,
  .footer-03 .copyright-content p,
  .footer-03 .copyright-content p a,
  .footer-03 .list-info-contact li a {
    color: #6d6b6c; }
  .footer-03 .payment ul li a:hover,
  .footer-03 .widget_nav_menu li a:hover {
    color: #c44860; }
  .footer-03 .footer-top {
    padding: 56px 0 73px; }
  .footer-03 .widget-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.4px;
    padding-bottom: 7px !important; }
  .footer-03 .list-info-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer-03 .list-info-contact li {
      position: relative;
      padding-left: 70px; }
      .footer-03 .list-info-contact li i {
        display: none; }
      .footer-03 .list-info-contact li.info-phone {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .footer-03 .list-info-contact li.info-mail {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-bottom: 8px; }
        .footer-03 .list-info-contact li.info-mail a {
          color: #c44860; }
      .footer-03 .list-info-contact li.info-address {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .footer-03 .list-info-contact li span {
        position: absolute;
        top: 8px;
        left: 0;
        font-weight: bold; }
      .footer-03 .list-info-contact li a:hover {
        color: #c44860; }
  .footer-03 .f-right + .copy-right .copyright-content {
    float: right; }
  .footer-03 .footer-logo {
    padding-top: 47px; }
  .footer-03 .copyright-content p {
    color: #6d6b6c; }
    .footer-03 .copyright-content p a {
      color: #6d6b6c; }
      .footer-03 .copyright-content p a:hover {
        color: #c44860; }
  .footer-03 .bottom-footer {
    position: relative;
    padding-top: 35px;
    padding-bottom: 30px; }
    .footer-03 .bottom-footer:before {
      content: "";
      height: 1px;
      width: calc(100% - 30px);
      position: absolute;
      left: 15px;
      top: 0;
      border-top: 1px dashed #dfdfdf; }

.social-footer {
  overflow: hidden; }
  .social-footer li {
    display: inline-block; }

.instagram_title {
  text-align: center;
  position: relative;
  padding: 60px 0 17px;
  margin-bottom: 29px; }
  .instagram_title:before {
    content: "";
    height: 2px;
    width: 53px;
    background: #c44860;
    position: absolute;
    left: 50%;
    bottom: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .instagram_title h2 {
    font-size: 35px;
    font-weight: 600; }
  .instagram_title .title-after {
    font-family: 'Sail', cursive;
    font-size: 120px;
    color: rgba(67, 67, 67, 0.08);
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    line-height: 100%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .instagram_title .title-after:first-letter {
      font-size: 150px; }

.newsletter_title {
  position: relative;
  padding-top: 27px; }
  .newsletter_title h2 {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: -0.1px; }
  .newsletter_title .title-after {
    font-family: 'Sail', cursive;
    font-size: 120px;
    color: rgba(67, 67, 67, 0.08);
    position: absolute;
    top: 0;
    left: -70px;
    line-height: 100%; }
    .newsletter_title .title-after span {
      font-size: 150px; }

.newletter-desc {
  font-size: 18px;
  color: #787475;
  letter-spacing: 0.4px; }

.mc4wp-form-fields .desc {
  display: none; }

.footer-04.page-footer {
  margin-top: 30px;
  margin-bottom: 147px; }
.footer-04 .row-bg {
  padding-bottom: 40px;
  position: relative;
  border-radius: 180px;
  margin: -170px 0;
  z-index: 1;
  background-image: url(../images/bg-footer-4.jpg); }
  @media (min-width: 1200px) {
    .footer-04 .row-bg::before {
      position: absolute;
      content: "";
      height: 119px;
      width: 119px;
      bottom: 132px;
      left: -60px;
      background: url(../images/bg-circle.png) no-repeat; } }
.footer-04 .mc4wp-form-fields .desc {
  color: #797476;
  max-width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  margin-bottom: 20px; }
.footer-04 .footer-newsletter.newsletter-style1 {
  background: none;
  padding-bottom: 56px;
  padding-top: 0; }
  .footer-04 .footer-newsletter.newsletter-style1 .mc4wp-form-fields input[type="email"] {
    border: 1px solid #f0d2b3;
    padding: 10px 20px;
    font-size: 15px;
    background: #fff;
    border-radius: 30px;
    color: #797476;
    height: 47px; }
  .footer-04 .footer-newsletter.newsletter-style1 .mc4wp-form-fields input[type="submit"] {
    position: static;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2em;
    padding: 15px;
    border-radius: 30px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#c44860), to(#f4ae7b));
    background: linear-gradient(to bottom, #c44860, #f4ae7b);
    background-color: rgba(0, 0, 0, 0); }
.footer-04 .social-footer-style1 {
  top: auto;
  bottom: 10px;
  right: 0;
  height: 28px; }
.footer-04 .newletter-desc {
  display: none; }
.footer-04 .newsletter-style1 .widget_mc4wp_form_widget {
  border: none;
  border-radius: 0; }
.footer-04 .newsletter-style1 .footer-mailchimp {
  width: 100%;
  float: none;
  margin-top: 40px; }
.footer-04 .newsletter-style1 .newsletter-heading {
  width: 100%;
  float: none;
  text-align: center; }
.footer-04 .newsletter-style1 .mc4wp-form-fields {
  margin: 0 -15px; }
  .footer-04 .newsletter-style1 .mc4wp-form-fields:before, .footer-04 .newsletter-style1 .mc4wp-form-fields:after {
    content: "";
    display: table; }
  .footer-04 .newsletter-style1 .mc4wp-form-fields:after {
    clear: both; }
  .footer-04 .newsletter-style1 .mc4wp-form-fields p {
    width: 50%;
    float: left;
    padding: 0 15px; }
.footer-04 .newsletter_title .title-after {
  left: 0;
  right: 0;
  top: -22px; }
.footer-04 .footer-newsletter.newsletter-style1 .newsletter_title h2 {
  padding-top: 0;
  position: relative; }
  .footer-04 .footer-newsletter.newsletter-style1 .newsletter_title h2::before {
    content: '';
    background-color: #c44860;
    position: absolute;
    bottom: -25px;
    left: 50%;
    right: auto;
    height: 2px;
    width: 53px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
.footer-04 .widget-title {
  letter-spacing: 0.025em;
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 0; }
.footer-04 .widget_nav_menu li a {
  color: #797476; }
  .footer-04 .widget_nav_menu li a:hover {
    color: #c44860; }
.footer-04 .border-line {
  border-bottom: 1px solid #e3c09b;
  margin-bottom: 23px; }
.footer-04 .footer-midde {
  margin-bottom: 53px; }

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-0ertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes hvr-icon-wobble-0ertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@media (max-width: 1300px) {
  .newsletter_title .title-after {
    left: -10px;
    font-size: 100px;
    width: 100%; } }
@media (min-width: 1200px) {
  .newsletter-style2 .footer-mailchimp {
    max-width: 70%;
    margin: 0 auto; } }
@media (max-width: 1199px) {
  .newsletter_title .title-after {
    left: -10px;
    font-size: 90px;
    top: 30px; }
    .newsletter_title .title-after span {
      font-size: 100px; }

  .newsletter-style2 .newletter-desc {
    width: 80%; }

  .widget.instagram .instagram-gallery .instagram-img {
    width: calc(100%/3 - 15px); } }
@media (max-width: 1024px) {
  .footer-04.page-footer {
    margin-bottom: 80px; }
  .footer-04 .row.row-bg {
    background: #ffe8d0;
    margin: 0;
    border-radius: 0;
    padding-bottom: 60px; } }
@media (min-width: 992px) {
  .footer-02 .tm-contact-widget {
    padding-right: 105px; } }
@media (max-width: 991px) {
  .page-footer {
    margin-top: 90px; }

  .widget.instagram .instagram-gallery .instagram-img {
    width: calc(100%/8 - 15px); }

  .footer-02 .footer-top .widget.instagram {
    border-top: 1px solid #3c3c3c;
    margin-top: 55px;
    padding-top: 17px;
    padding-bottom: 8px; }

  .newsletter-style2 .newletter-desc {
    width: 100%; }

  .newsletter-style1 .newsletter-heading {
    width: 100%;
    float: none;
    text-align: center; }
  .newsletter-style1 .footer-mailchimp {
    width: 100%;
    margin-top: 33px;
    padding-right: 3px; }

  .instagram_title .title-after,
  .newsletter_title .title-after {
    display: none; }

  .footer-instagram .widget.instagram .instagram-gallery .instagram-img {
    width: calc( 100%/3 - 20px); }

  .footer-01 .list-info-contact .info-phone {
    padding-bottom: 8px; }
  .footer-01 .tm-contact-widget {
    text-align: center;
    border-top: 1px solid #dadada;
    margin-top: 53px;
    padding-top: 34px; }
    .footer-01 .tm-contact-widget .widget-title {
      display: none; }
  .footer-01 .list-info-contact .info-phone i {
    display: none; }
  .footer-01 .list-info-contact li span {
    display: inline-block;
    float: none;
    margin-right: 0; }
  .footer-01 .list-info-contact li .info-content {
    display: inline-block; }

  .newsletter-style2 .mc4wp-form-fields > p {
    width: 100%; }
  .newsletter-style2 .mc4wp-form-fields input[type=email] {
    margin-bottom: 20px; }
  .newsletter-style2 .text-privacy {
    padding-top: 24px; }
  .newsletter-style2 .list-social {
    margin-top: 15px; }

  .footer-03 .footer-top {
    padding-top: 40px; }
  .footer-03 .tm-contact-widget,
  .footer-03 .tm-logo-widget {
    text-align: center; }
  .footer-03 .list-info-contact li {
    padding-left: 0; }
    .footer-03 .list-info-contact li span {
      position: static;
      display: inline-block; }
    .footer-03 .list-info-contact li .info-content {
      display: inline-block; }
  .footer-03 .tm-contact-widget {
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 45px;
    margin-bottom: 16px; }

  .footer-instagram {
    padding-top: 0; } }
@media (max-width: 767px) {
  .page-footer {
    margin-top: 60px; }

  .newsletter_title h2 {
    font-size: 30px;
    margin-bottom: 16px; }

  .bottom-footer {
    text-align: center; }
    .bottom-footer .payment {
      float: none; }

  .newsletter-style1 .widget_mc4wp_form_widget {
    border: none; }
  .newsletter-style1 .footer-mailchimp {
    padding-right: 0; }

  .mc4wp-form-fields p {
    text-align: center; }

  button#btn-show-social {
    display: none; }

  .social-footer-style1 .list-social {
    display: block;
    margin-top: 0; }
    .social-footer-style1 .list-social.show {
      padding-left: 13px; }
    .social-footer-style1 .list-social .social-icon.ti-facebook {
      margin-left: -8px; }

  .footer-newsletter.newsletter-style1 {
    padding: 40px 0 65px; }
    .footer-newsletter.newsletter-style1 .mc4wp-form-fields input[type=email] {
      padding-right: 30px;
      padding-top: 25px;
      padding-bottom: 23px;
      border: 1px solid rgba(255, 255, 255, 0.4); }
    .footer-newsletter.newsletter-style1 .mc4wp-form-fields input[type=submit] {
      position: static;
      top: 0;
      right: 0;
      border-radius: 30px !important;
      margin-top: 20px;
      padding: 18px 39px 17px; }

  .social-footer-style1 {
    position: static;
    margin-top: 28px;
    top: 0;
    right: 0; }
    .social-footer-style1 .list-social {
      text-align: center;
      overflow: hidden; }
      .social-footer-style1 .list-social li {
        float: none; }
        .social-footer-style1 .list-social li:last-child {
          padding-right: 0; }

  .footer-bottom {
    text-align: center; }

  .footer-01 .tm-contact-widget {
    margin-top: 43px;
    padding-top: 24px; }
  .footer-01 .footer-bottom {
    padding: 36px 0 32px; }

  .footer-02 .footer-top {
    padding-bottom: 53px;
    padding-top: 30px; }
  .footer-02 .tm-contact-widget {
    border-bottom: 1px solid #3c3c3c;
    padding-bottom: 46px;
    margin-bottom: 8px; }
  .footer-02 .footer-newsletter.newsletter-style1 .mc4wp-form-fields input[type=email] {
    border-color: #cdd2cd; }

  .newsletter-style2 .mc4wp-form-fields input[type=email] {
    margin-bottom: 20px; }

  .instagram_title {
    padding-bottom: 18px; }
    .instagram_title h2 {
      font-size: 30px; }

  .copy-right {
    margin-bottom: 13px; }

  .widget.instagram .instagram-gallery .instagram-img {
    width: calc(100%/4 - 15px); }

  .newsletter-style2 {
    padding: 46px 0 71px; }
    .newsletter-style2 .newletter-desc {
      padding-top: 0;
      padding-bottom: 22px; }
    .newsletter-style2 .newsletter_title h2 {
      font-size: 30px; }
    .newsletter-style2 .footer-mailchimp {
      padding-top: 0; }

  .footer-03 .footer-top {
    padding: 31px 0 53px; }

  .footer-04 .widget {
    margin-bottom: 30px; }
  .footer-04 .footer-midde {
    margin-bottom: 23px; }
  .footer-04 .text-right {
    text-align: center !important; }
  .footer-04 .newsletter-style1 .mc4wp-form-fields p {
    width: 100%;
    float: none; } }
@media (min-width: 375px) and (max-width: 575px) {
  .footer-03 .footer-top .col-sm-6,
  .footer-02 .footer-top .col-sm-6,
  .footer-01 .footer-top .col-sm-6 {
    width: 50%; }

  .widget.instagram .instagram-gallery .instagram-img {
    width: calc(100%/4 - 15px); } }
@media (max-width: 374px) {
  .widget.instagram .instagram-gallery .instagram-img {
    width: calc(100%/3 - 15px); } }
.woocommerce .star-rating {
  height: 11px;
  width: 90px; }

.tax-product_cat .active-sidebar .widget-title,
.single-product .active-sidebar .widget-title,
.tax-product_tag .active-sidebar .widget-title,
.post-type-archive-product .active-sidebar .widget-title {
  font-size: 16px; }

.active-sidebar .widget_categories li:before,
.active-sidebar .widget_product_categories li:before,
.active-sidebar .widget_nav_menu li:before,
.active-sidebar .widget_archive li:before,
.active-sidebar .widget_pages li:before, .active-sidebar .brand li:before,
.active-sidebar .widget_recent_comments li:before,
.active-sidebar .widget_recent_entries li:before,
.active-sidebar .widget_rss li:before,
.active-sidebar .widget_meta li:before,
.active-sidebar .yith-woocompare-widget li:before {
  content: "";
  height: 1px;
  width: 15px;
  background: #c44860;
  top: 21px;
  left: -30px;
  position: absolute; }
.active-sidebar .widget ul {
  list-style: none;
  font-size: 15px;
  color: #6d6b6c;
  padding-left: 30px;
  margin-left: 0; }
  .active-sidebar .widget ul li:before, .active-sidebar .widget ul li:after {
    content: "";
    display: table; }
  .active-sidebar .widget ul li:after {
    clear: left; }
  .active-sidebar .widget ul li a:hover {
    padding-left: 0; }
  .active-sidebar .widget ul li a {
    text-align: left; }
  .active-sidebar .widget ul.footer-social-networks {
    margin-left: 0; }
.active-sidebar .widget_text .textwidget strong ~ img {
  padding: 10px 0; }
.active-sidebar .widget .widget-title + ul,
.active-sidebar .widget_nav_menu .menu-testing-menu {
  margin-top: -15px; }
.active-sidebar .widget_top_rated_products .widget-title + ul,
.active-sidebar .yith-woocompare-widget .widget-title + ul,
.active-sidebar .widget_products .widget-title + ul {
  margin-top: 0; }
.active-sidebar .widget_product_search button {
  margin-top: 10px; }
.active-sidebar .sticky-sidebar > .widget_product_categories,
.active-sidebar .sticky-sidebar > .widget_product_categories + .berocket_single_filter_widget {
  background: #faf9f7;
  padding: 43px 17px 0 30px; }
.active-sidebar .sticky-sidebar > .widget_product_categories + .berocket_single_filter_widget {
  padding: 0px 17px 0 30px !important;
  margin-top: -14px !important; }
  .active-sidebar .sticky-sidebar > .widget_product_categories + .berocket_single_filter_widget .widget-title {
    padding-top: 40px !important; }
  .active-sidebar .sticky-sidebar > .widget_product_categories + .berocket_single_filter_widget + .brand {
    background: #faf9f7;
    padding: 0 17px 0 30px; }
    .active-sidebar .sticky-sidebar > .widget_product_categories + .berocket_single_filter_widget + .brand + .berocket_single_filter_widget {
      background: #faf9f7;
      padding: 0 17px 45px 30px !important; }
      .active-sidebar .sticky-sidebar > .widget_product_categories + .berocket_single_filter_widget + .brand + .berocket_single_filter_widget .berocket_aapf_widget-title {
        padding-top: 38px;
        padding-bottom: 0; }
      .active-sidebar .sticky-sidebar > .widget_product_categories + .berocket_single_filter_widget + .brand + .berocket_single_filter_widget ul {
        padding: 24px 0 36px; }
.active-sidebar span.ui-slider-handle.ui-state-default.ui-corner-all + span.ui-slider-handle.ui-state-default.ui-corner-all {
  margin-left: -15px; }
.active-sidebar .berocket_single_filter_widget .berocket_aapf_widget-title {
  position: relative;
  width: 100%; }
  .active-sidebar .berocket_single_filter_widget .berocket_aapf_widget-title span.icon {
    font-size: 12px;
    width: 23px;
    height: 23px;
    border: 1px solid #ededed;
    border-radius: 50%;
    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;
    position: absolute;
    right: 0;
    top: 38px; }
.active-sidebar .berocket_single_filter_widget.filter_price .berocket_aapf_widget-title span.icon {
  top: 36px; }
.active-sidebar .widget ul li {
  position: relative; }
  .active-sidebar .widget ul li ul.children {
    display: none;
    padding-left: 0; }
    .active-sidebar .widget ul li ul.children.opening {
      display: block; }
.active-sidebar .widget.widget_nav_menu ul.menu li > ul.sub-menu {
  padding-left: 0; }
.active-sidebar .widget.widget_nav_menu li {
  position: relative; }
  .active-sidebar .widget.widget_nav_menu li ul.sub-menu {
    display: none; }
    .active-sidebar .widget.widget_nav_menu li ul.sub-menu.opening {
      display: block; }
    .active-sidebar .widget.widget_nav_menu li ul.sub-menu .sub-menu .sub-menu .sub-menu li {
      padding-left: 0; }
      .active-sidebar .widget.widget_nav_menu li ul.sub-menu .sub-menu .sub-menu .sub-menu li:before {
        left: -30px; }
.active-sidebar .widget.widget_product_categories .widget-title {
  position: relative; }
  .active-sidebar .widget.widget_product_categories .widget-title span {
    font-size: 12px;
    width: 23px;
    height: 23px;
    border: 1px solid #ededed;
    border-radius: 50%;
    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;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }
.active-sidebar .widget.widget_product_categories ul.product-categories > li.current-cat:before {
  background: #c44860; }
.active-sidebar .widget.widget_product_categories ul.product-categories li {
  text-transform: capitalize;
  color: #6d6b6c;
  font-weight: 400;
  padding: 8px 0;
  font-size: 16px;
  position: relative;
  font-family: Raleway;
  letter-spacing: 0.025em; }
  .active-sidebar .widget.widget_product_categories ul.product-categories li:hover {
    color: #c44860; }
  .active-sidebar .widget.widget_product_categories ul.product-categories li.current-cat > a, .active-sidebar .widget.widget_product_categories ul.product-categories li.current-cat > p, .active-sidebar .widget.widget_product_categories ul.product-categories li.current-cat > span.count {
    color: #c44860; }
  .active-sidebar .widget.widget_product_categories ul.product-categories li a {
    line-height: 25px; }
  .active-sidebar .widget.widget_product_categories ul.product-categories li a, .active-sidebar .widget.widget_product_categories ul.product-categories li p {
    cursor: pointer;
    color: #333; }
  .active-sidebar .widget.widget_product_categories ul.product-categories li span.count {
    margin-left: 2px;
    color: #333;
    display: inline-block; }
  .active-sidebar .widget.widget_product_categories ul.product-categories li p {
    position: absolute;
    top: 9px;
    right: 7px;
    font-size: 10px; }
  .active-sidebar .widget.widget_product_categories ul.product-categories li ul.children {
    padding: 8px 0 0 20px; }
    .active-sidebar .widget.widget_product_categories ul.product-categories li ul.children li a {
      color: #6d6b6c;
      font-size: 15px; }
    .active-sidebar .widget.widget_product_categories ul.product-categories li ul.children li:last-child {
      padding-bottom: 0; }
    .active-sidebar .widget.widget_product_categories ul.product-categories li ul.children li:hover > a, .active-sidebar .widget.widget_product_categories ul.product-categories li ul.children li:hover > p, .active-sidebar .widget.widget_product_categories ul.product-categories li ul.children li:hover > span.count {
      color: #c44860; }
  .active-sidebar .widget.widget_product_categories ul.product-categories li:hover > a, .active-sidebar .widget.widget_product_categories ul.product-categories li:hover > p, .active-sidebar .widget.widget_product_categories ul.product-categories li:hover > span.count {
    color: #c44860; }
.active-sidebar .widget.widget_rating_filter ul, .active-sidebar .widget.widget_recent_reviews ul {
  padding-left: 0; }
.active-sidebar .widget.widget_products .widget-title, .active-sidebar .widget.widget_top_rated_products .widget-title {
  padding-top: 36px; }
.active-sidebar .widget.widget_products ul, .active-sidebar .widget.widget_top_rated_products ul {
  padding-left: 0; }
.active-sidebar .widget.widget_products .product_list_widget li, .active-sidebar .widget.widget_top_rated_products .product_list_widget li {
  margin-bottom: 27px;
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: 30px; }
  .active-sidebar .widget.widget_products .product_list_widget li:last-child, .active-sidebar .widget.widget_top_rated_products .product_list_widget li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
.active-sidebar .widget.widget_products .product_list_widget .product-top, .active-sidebar .widget.widget_products .product_list_widget .product-desc, .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-top, .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-desc {
  float: left; }
.active-sidebar .widget.widget_products .product_list_widget .product-top, .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-top {
  width: 70px; }
  .active-sidebar .widget.widget_products .product_list_widget .product-top .product-image img, .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-top .product-image img {
    background-color: #faf9f7;
    width: auto;
    margin-left: 0;
    float: none; }
.active-sidebar .widget.widget_products .product_list_widget .product-desc, .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-desc {
  width: calc(100% - 70px);
  padding: 0 0 0 30px;
  margin-top: -4px;
  text-align: left; }
  .active-sidebar .widget.widget_products .product_list_widget .product-desc .star-rating, .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-desc .star-rating {
    height: 11px;
    width: 95px; }
  .active-sidebar .widget.widget_products .product_list_widget .product-desc .product-title, .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-desc .product-title {
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0.025em;
    margin-bottom: 13px;
    text-transform: capitalize; }
    .active-sidebar .widget.widget_products .product_list_widget .product-desc .product-title a, .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-desc .product-title a {
      font-weight: 500; }
  .active-sidebar .widget.widget_products .product_list_widget .product-desc .product-price, .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-desc .product-price {
    margin-top: 14px; }
  .active-sidebar .widget.widget_products .product_list_widget .product-desc .price, .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-desc .price {
    color: #c44860;
    font-weight: 400;
    font-size: 15px;
    margin-top: 7px; }
    .active-sidebar .widget.widget_products .product_list_widget .product-desc .price del, .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-desc .price del {
      color: #948e90;
      opacity: 1;
      padding-right: 5px; }
    .active-sidebar .widget.widget_products .product_list_widget .product-desc .price del, .active-sidebar .widget.widget_products .product_list_widget .product-desc .price ins, .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-desc .price del, .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-desc .price ins {
      font-weight: 400;
      background: transparent; }
.active-sidebar .widget.widget_top_rated_products .widget-title {
  padding-top: 44px;
  padding-bottom: 20px; }
.active-sidebar .widget.widget_berocket_aapf_single .widget-title {
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-block; }
.active-sidebar .widget.widget_berocket_aapf_single ul {
  padding-top: 23px;
  padding-left: 0; }
.active-sidebar .widget.widget_berocket_aapf_single input[type=checkbox] {
  height: 13px;
  width: 13px; }
.active-sidebar .widget.widget_berocket_aapf_single label {
  margin: 0;
  margin-right: 6px; }
  .active-sidebar .widget.widget_berocket_aapf_single label span.berocket_color_span_block {
    height: 34px !important;
    width: 34px !important;
    border: 0;
    border-radius: 50%;
    line-height: 34px !important; }
  .active-sidebar .widget.widget_berocket_aapf_single label.berocket_checked span.berocket_color_span_block {
    border: 1px solid #333; }
.active-sidebar .widget.widget_berocket_aapf_single li:last-child label {
  margin-right: 0; }
.active-sidebar .widget.widget_berocket_aapf_single ul .berocket_term_parent_0 {
  padding-bottom: 15px; }
  .active-sidebar .widget.widget_berocket_aapf_single ul .berocket_term_parent_0:last-child {
    padding-bottom: 0; }
.active-sidebar .widget.yith-woocompare-widget .widget-title {
  padding: 43px 0 11px; }
.active-sidebar .widget.yith-woocompare-widget .products-list li .title {
  font-size: 16px;
  font-family: Raleway;
  line-height: 26px;
  text-transform: capitalize;
  padding-right: 25px; }
.active-sidebar .widget.yith-woocompare-widget .products-list li:not(.list_empty) {
  border: 0;
  padding: 8px 0 8px 0; }
.active-sidebar .widget.yith-woocompare-widget .products-list li.list_empty {
  list-style-type: none;
  margin-left: -30px; }
.active-sidebar .widget.yith-woocompare-widget .products-list li:hover .title {
  color: #c44860; }
.active-sidebar .widget.yith-woocompare-widget .products-list li .remove {
  color: #c44860 !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: auto;
  right: 0;
  border: 1px solid #c44860;
  border-radius: 0;
  width: 20px;
  height: 20px;
  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;
  line-height: 16px !important;
  font-size: 16px; }
  .active-sidebar .widget.yith-woocompare-widget .products-list li .remove:hover {
    background-color: #c44860;
    color: #fff !important; }
.active-sidebar .widget.yith-woocompare-widget .clear-all {
  margin-top: 5px;
  display: inline-block;
  font-size: 14px; }
.active-sidebar .widget.yith-woocompare-widget .compare.button {
  color: #fff;
  background-color: #c44860;
  text-transform: capitalize;
  font-weight: 400;
  border-radius: 30px;
  padding: 7px 21px;
  line-height: 1.5; }
  .active-sidebar .widget.yith-woocompare-widget .compare.button:after {
    content: none; }
  .active-sidebar .widget.yith-woocompare-widget .compare.button:hover {
    background-color: #f4ae7b; }
.active-sidebar .widget.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
  list-style-type: disc;
  padding: 8px 0; }
  .active-sidebar .widget.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li:before, .active-sidebar .widget.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li:after {
    display: none; }
  .active-sidebar .widget.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.chosen a, .active-sidebar .widget.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li.chosen span.count {
    color: #c44860; }
  .active-sidebar .widget.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li:last-child {
    margin-bottom: 0; }
.active-sidebar .widget.wcva_layered_nav .wcva_filter-widget-title {
  font-size: 20px;
  text-transform: uppercase; }
.active-sidebar .widget.widget_price_filter .widget-title {
  padding-top: 56px; }
.active-sidebar .widget.widget_price_filter .ui-slider .ui-slider-range {
  background-color: #a0a0a0;
  background-image: none;
  height: 4px; }
.active-sidebar .widget.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #0ca8c9;
  top: -5px;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  background-image: none; }
.active-sidebar .widget.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: none repeat scroll 0 0 #b0b5b9;
  height: 4px; }
.active-sidebar .widget.widget_price_filter .price_slider, .active-sidebar .widget.widget_price_filter .ui-slider-handle {
  cursor: pointer; }
.active-sidebar .widget.widget_price_filter .price_slider_amount .button {
  font-weight: 400;
  border: 1px solid #c44860; }
.active-sidebar .widget.widget_price_filter .price_label {
  line-height: 35.41px;
  color: #303030;
  font-size: 14px;
  font-weight: 500; }
.active-sidebar .widget:not(.widget_product_categories) ul li i {
  position: static;
  width: 30px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  float: left; }

.footer-01 .widget_nav_menu ul:not(.sub-menu) > li {
  padding-left: 0 !important; }
.footer-01 .widget_nav_menu ul li {
  clear: left;
  display: flow-root; }
  .footer-01 .widget_nav_menu ul li a {
    text-align: left;
    float: left;
    color: #333;
    position: relative; }
    .footer-01 .widget_nav_menu ul li a:before {
      top: 12px; }
  .footer-01 .widget_nav_menu ul li i {
    position: static;
    width: 30px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    float: left; }
  .footer-01 .widget_nav_menu ul li .sub-menu {
    display: none;
    padding-left: 0; }
    .footer-01 .widget_nav_menu ul li .sub-menu.opening {
      display: block; }
  .footer-01 .widget_nav_menu ul li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li ul.sub-menu > li {
    padding-left: 0 !important; }

.widget.brand .widget-title {
  position: relative; }
  .widget.brand .widget-title span {
    font-size: 12px;
    width: 23px;
    height: 23px;
    border: 1px solid #ededed;
    border-radius: 50%;
    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;
    position: absolute;
    right: 0;
    top: 41px;
    cursor: pointer; }
.widget.brand li:hover a {
  color: #c44860; }
.widget.brand li a {
  font-size: 16px;
  font-family: Raleway;
  line-height: 26px; }

.page-footer .widget_products .widget-title, .page-footer .widget_top_rated_products .widget-title {
  padding-top: 36px; }
.page-footer .widget_products ul, .page-footer .widget_top_rated_products ul {
  padding-left: 0; }
.page-footer .widget_products .product_list_widget li, .page-footer .widget_top_rated_products .product_list_widget li {
  border-bottom: 1px solid #281313;
  margin-bottom: 15px;
  padding-bottom: 21px; }
  .page-footer .widget_products .product_list_widget li:last-child, .page-footer .widget_top_rated_products .product_list_widget li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
.page-footer .widget_products .product_list_widget .product-top, .page-footer .widget_products .product_list_widget .product-desc, .page-footer .widget_top_rated_products .product_list_widget .product-top, .page-footer .widget_top_rated_products .product_list_widget .product-desc {
  float: left; }
.page-footer .widget_products .product_list_widget .countries-cat, .page-footer .widget_top_rated_products .product_list_widget .countries-cat {
  margin-top: -14px; }
  .page-footer .widget_products .product_list_widget .countries-cat a, .page-footer .widget_top_rated_products .product_list_widget .countries-cat a {
    font-weight: 500;
    font-size: 15px; }
.page-footer .widget_products .product_list_widget .countries-cat + .product-price, .page-footer .widget_top_rated_products .product_list_widget .countries-cat + .product-price {
  margin-top: 10px !important; }
.page-footer .widget_products .product_list_widget .product-top, .page-footer .widget_top_rated_products .product_list_widget .product-top {
  width: 80px; }
  .page-footer .widget_products .product_list_widget .product-top .product-image img, .page-footer .widget_top_rated_products .product_list_widget .product-top .product-image img {
    background-color: #faf9f7;
    width: 100%;
    height: 80px;
    margin-left: 0;
    float: none; }
.page-footer .widget_products .product_list_widget .product-desc, .page-footer .widget_top_rated_products .product_list_widget .product-desc {
  width: calc(100% - 80px);
  padding: 0 0 0 28px;
  margin-top: -4px;
  text-align: left; }
  .page-footer .widget_products .product_list_widget .product-desc .star-rating, .page-footer .widget_top_rated_products .product_list_widget .product-desc .star-rating {
    height: 11px;
    width: 95px; }
  .page-footer .widget_products .product_list_widget .product-desc .product-title, .page-footer .widget_top_rated_products .product_list_widget .product-desc .product-title {
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0.025em;
    margin-bottom: 13px;
    text-transform: capitalize; }
    .page-footer .widget_products .product_list_widget .product-desc .product-title a, .page-footer .widget_top_rated_products .product_list_widget .product-desc .product-title a {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-weight: 500;
      color: #c9c3c5; }
      .page-footer .widget_products .product_list_widget .product-desc .product-title a:hover, .page-footer .widget_top_rated_products .product_list_widget .product-desc .product-title a:hover {
        color: #c44860; }
  .page-footer .widget_products .product_list_widget .product-desc .product-price, .page-footer .widget_top_rated_products .product_list_widget .product-desc .product-price {
    margin-top: 14px; }
  .page-footer .widget_products .product_list_widget .product-desc .price, .page-footer .widget_top_rated_products .product_list_widget .product-desc .price {
    color: #c44860;
    font-weight: 400;
    font-size: 15px;
    margin-top: 7px; }
    .page-footer .widget_products .product_list_widget .product-desc .price del, .page-footer .widget_top_rated_products .product_list_widget .product-desc .price del {
      color: #948e90;
      opacity: 1;
      padding-right: 5px; }
    .page-footer .widget_products .product_list_widget .product-desc .price del, .page-footer .widget_products .product_list_widget .product-desc .price ins, .page-footer .widget_top_rated_products .product_list_widget .product-desc .price del, .page-footer .widget_top_rated_products .product_list_widget .product-desc .price ins {
      font-weight: 400;
      background: transparent; }

@media (max-width: 1199px) {
  .widget_berocket_aapf_single .berocket_aapf_widget li.slider span.right {
    right: -54px; } }
@media (max-width: 767px) {
  .active-sidebar > .widget_product_categories,
  .active-sidebar > .widget_product_categories + .berocket_single_filter_widget {
    padding: 33px 17px 0 30px; }
  .active-sidebar > .widget_product_categories + .berocket_single_filter_widget {
    padding: 15px 17px 0 30px !important; }
    .active-sidebar > .widget_product_categories + .berocket_single_filter_widget + .brand + .berocket_single_filter_widget {
      padding-bottom: 35px !important; }
      .active-sidebar > .widget_product_categories + .berocket_single_filter_widget + .brand + .berocket_single_filter_widget .berocket_aapf_widget-title {
        padding-top: 25px; }
  .active-sidebar > .widget_product_categories + .berocket_single_filter_widget .widget-title {
    padding-top: 20px !important; }
  .active-sidebar .berocket_single_filter_widget .berocket_aapf_widget-title span.icon {
    top: 25px; }
  .active-sidebar .widget.brand .widget-title span {
    top: 35px; }
  .active-sidebar .berocket_single_filter_widget.filter_price .berocket_aapf_widget-title span.icon {
    top: 30px; } }
/*-------------Products---------------*/
/* Home 1*/
.category-product {
  display: none;
  font-family: Raleway;
  margin-top: 6px; }
  .category-product a {
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    color: #6d6b6c;
    letter-spacing: 0.1em; }

.has-categories .category-product {
  display: block; }

.woo-product-category {
  position: relative; }
  .woo-product-category .cate-content .name-cate {
    position: absolute;
    z-index: 2;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin: 0 auto;
    top: 43px; }
    .woo-product-category .cate-content .name-cate h3 a.woo-cate-title {
      font-size: 20px;
      font-weight: 400;
      color: #333; }
      .woo-product-category .cate-content .name-cate h3 a.woo-cate-title span {
        display: block;
        font-weight: 600;
        color: #c44860;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        position: relative; }
        .woo-product-category .cate-content .name-cate h3 a.woo-cate-title span:before {
          content: '';
          height: 1px;
          width: 100%;
          background-color: #c44860;
          position: absolute;
          bottom: 0;
          left: 0;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
    .woo-product-category .cate-content .name-cate h3:hover a.woo-cate-title {
      color: #c44860; }
      .woo-product-category .cate-content .name-cate h3:hover a.woo-cate-title span:before {
        width: calc(100% + 10px); }
  .woo-product-category .cate-content.top_left .name-cate {
    left: 30px; }
  .woo-product-category .cate-content.top_center .name-cate {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .woo-product-category .cate-content.top_right .name-cate {
    right: 30px; }
  .woo-product-category .cate-content.center_left .name-cate {
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .woo-product-category .cate-content.center_center .name-cate {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%); }
  .woo-product-category .cate-content.center_right .name-cate {
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .woo-product-category .cate-content.bottom_left .name-cate {
    bottom: 46px;
    left: 30px;
    top: auto; }
  .woo-product-category .cate-content.bottom_center .name-cate {
    bottom: 46px;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .woo-product-category .cate-content.bottom_right .name-cate {
    bottom: 46px;
    right: 30px;
    top: auto; }
  .woo-product-category:hover .cate-content.top_left .name-cate, .woo-product-category:hover .cate-content.top_center .name-cate, .woo-product-category:hover .cate-content.top_right .name-cate {
    top: 30px; }
  .woo-product-category:hover .cate-content.center_left .name-cate, .woo-product-category:hover .cate-content.center_center .name-cate, .woo-product-category:hover .cate-content.center_right .name-cate {
    top: calc(50% - 30px ); }
  .woo-product-category:hover .cate-content.bottom_left .name-cate, .woo-product-category:hover .cate-content.bottom_center .name-cate, .woo-product-category:hover .cate-content.bottom_right .name-cate {
    bottom: 76px; }

.row.no-margin {
  margin: 0; }

.label-product {
  display: inline-block;
  color: #fff;
  clear: left;
  position: absolute;
  top: 26px;
  z-index: 2;
  text-transform: uppercase;
  background-color: #c44860;
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
  font-size: 13px;
  font-weight: 600;
  font-family: Raleway;
  width: 81px;
  height: 29px;
  padding: 0;
  text-align: center;
  line-height: 29px;
  letter-spacing: 0.25em;
  left: 4px; }
  .label-product.on-hot {
    background-color: #4d772d !important; }
  .label-product.new {
    background-color: #f4ae7b; }
  .label-product + .on-sale, .label-product.on-sale + .new, .label-product.on-hot + .new {
    left: 45px; }
  .label-product.on-hot + .on-sale + .new {
    left: 85px; }

.product-packery .label-product.on-hot {
  background-color: #f2b5d4 !important; }

.product-image {
  background-color: #f5f5f5;
  position: relative; }
  .product-image > a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0; }
  .product-image a.img-last {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%; }

span.label-product.on-sale.percentage {
  position: static;
  -webkit-transform: none;
          transform: none;
  width: 38px;
  height: 38px;
  font-weight: 700;
  font-family: Domine;
  font-size: 15px;
  border-radius: 50%;
  margin-left: 8px;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    span.label-product.on-sale.percentage {
      margin-bottom: 0.5em; } }
  span.label-product.on-sale.percentage span {
    line-height: 38px; }
    span.label-product.on-sale.percentage span sup {
      font-size: 13px;
      font-weight: 400;
      margin-left: -2px;
      top: -.4em; }
  span.label-product.on-sale.percentage.up-to {
    width: auto;
    border-radius: 30px;
    padding: 0 10px;
    text-transform: capitalize; }

.product-content {
  position: relative; }
  .product-content .product-desc {
    padding: 0 10px; }
  .product-content:hover .product-top .product-action {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
    box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.25);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .product-content:hover a.img-last {
    visibility: visible;
    opacity: 1; }
  .product-content:hover a.img-first {
    visibility: hidden;
    opacity: 0; }

.product-title .product-name {
  color: #333;
  line-height: 20px;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase; }
  .product-title .product-name:hover {
    color: #c44860; }

.product-top {
  position: relative;
  overflow: hidden; }
  .product-top .product-action {
    position: absolute;
    top: 30px;
    opacity: 0;
    z-index: 2;
    left: 30px;
    right: 30px;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    height: calc(100% - 60px);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .product-top .product-action .action-item.add-cart,
    .product-top .product-action .desc {
      margin: 0;
      text-align: center; }
    .product-top .product-action .desc {
      margin-bottom: 22px;
      font-size: 15px;
      padding: 0 30px; }
    .product-top .product-action .action-item.add-cart {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-bottom: 23px; }
      .product-top .product-action .action-item.add-cart + .group-action {
        padding-top: 5px; }
    .product-top .product-action .group-action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

.product-action .action-item {
  width: 36px;
  height: 36px;
  text-align: center;
  margin-right: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #dcdcdc;
  border-radius: 50%; }
  .product-action .action-item:last-child {
    margin-right: 0; }
  .product-action .action-item a.button {
    margin-top: 0;
    border-radius: 50%;
    padding: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    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;
    color: #6d6b6c;
    background: transparent;
    font-size: 13px; }
    .product-action .action-item a.button:hover {
      color: #c44860 !important; }
    .product-action .action-item a.button i {
      font-weight: 400; }
  .product-action .action-item.add-cart {
    width: 100%;
    border: 0;
    height: auto;
    margin-top: 30px; }
.product-action .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  position: relative; }
  .product-action .yith-wcwl-add-to-wishlist i {
    margin-right: 0;
    padding-right: 2px; }
  .product-action .yith-wcwl-add-to-wishlist .show a,
  .product-action .yith-wcwl-add-to-wishlist .hide a {
    width: 36px;
    height: 36px;
    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: transparent;
    font-size: 13px; }
.product-action .add-cart-btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .product-action .add-cart-btn .added:before {
    display: none; }
  .product-action .add-cart-btn span {
    display: none; }
.product-action .wishlist-btn span {
  display: none; }
.product-action .compare-product a.added {
  font-size: 0; }
  .product-action .compare-product a.added:before {
    font-family: 'themify';
    content: "\e6ac";
    color: #c44860;
    font-size: 13px;
    font-weight: 300; }
.product-action .compare-product a.add_to_compare.compare.button {
  font-size: 0; }
  .product-action .compare-product a.add_to_compare.compare.button:before {
    font-family: 'themify';
    content: "\e6ac";
    font-size: 13px;
    font-weight: 300; }

.yith-wcwl-add-to-wishlist {
  position: relative; }
  .yith-wcwl-add-to-wishlist .ajax-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.woocommerce ul.products[class*="columns-"] li.type-product {
  margin: 0 0 17px; }
  @media (max-width: 991px) {
    .woocommerce ul.products[class*="columns-"] li.type-product {
      width: 33.33333%; } }
  @media (max-width: 767px) {
    .woocommerce ul.products[class*="columns-"] li.type-product {
      width: 50%; } }
.woocommerce ul.products {
  margin: 0 -15px; }
  .woocommerce ul.products li.type-product {
    padding: 0 15px;
    width: 50%;
    float: left !important; }
    @media (max-width: 991px) {
      .woocommerce ul.products li.type-product.columns-2:nth-child(2n+1), .woocommerce ul.products li.type-product.columns-4:nth-child(2n+1) {
        clear: left; } }
    @media (max-width: 767px) {
      .woocommerce ul.products li.type-product.columns-3:nth-child(2n+1), .woocommerce ul.products li.type-product.columns-6:nth-child(2n+1), .woocommerce ul.products li.type-product.columns-5:nth-child(2n+1) {
        clear: left; } }
    @media (min-width: 992px) {
      .woocommerce ul.products li.type-product {
        width: 25%; } }
    .woocommerce ul.products li.type-product h3 {
      padding: 0; }
    .woocommerce ul.products li.type-product .price {
      color: #c44860;
      font-weight: 400;
      font-size: 17px;
      display: inline-block;
      margin-top: 12px; }
      .woocommerce ul.products li.type-product .price del {
        color: #6d6b6c;
        opacity: 1; }
      .woocommerce ul.products li.type-product .price ins {
        float: left;
        margin-right: 12px;
        font-weight: 400; }
    .woocommerce ul.products li.type-product .button {
      margin-top: 0; }
      .woocommerce ul.products li.type-product .button.loading::after {
        content: "\e619";
        font-family: 'themify';
        font-weight: 400;
        position: absolute;
        top: 12px;
        left: 0;
        right: 0; }
      .woocommerce ul.products li.type-product .button.added::after {
        display: none; }
    .woocommerce ul.products li.type-product a img {
      margin: 0; }
  .woocommerce ul.products.columns-1 li.type-product {
    width: 100%; }
  .woocommerce ul.products.columns-1.product-list li.type-product {
    margin-bottom: 30px !important; }
    .woocommerce ul.products.columns-1.product-list li.type-product:last-child {
      margin-bottom: 0 !important; }
  .woocommerce ul.products.columns-2 li.type-product {
    width: 50%; }
    .woocommerce ul.products.columns-2 li.type-product:nth-child(2n+1) {
      clear: left; }
  .woocommerce ul.products.columns-2 .product-top .product-action .desc {
    max-height: 195px;
    overflow: hidden; }
  @media (min-width: 768px) {
    .woocommerce ul.products.columns-3 li.type-product {
      width: 33.33333%;
      clear: none; }
      .woocommerce ul.products.columns-3 li.type-product:nth-child(3n+1) {
        clear: left !important; }
      .woocommerce ul.products.columns-3 li.type-product.first {
        clear: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .woocommerce ul.products.columns-5 li.type-product {
      clear: none; }
      .woocommerce ul.products.columns-5 li.type-product:nth-child(3n+1) {
        clear: left !important; }
      .woocommerce ul.products.columns-5 li.type-product.first {
        clear: none; } }
  @media (min-width: 992px) {
    .woocommerce ul.products.columns-4 li.type-product:nth-child(4n+1) {
      clear: left; }
    .woocommerce ul.products.columns-4 li.type-product.image_size1 {
      width: 50%; } }
  .woocommerce ul.products.columns-4 li.type-product .product-title .product-name {
    font-size: 14px; }
  .woocommerce ul.products.columns-4:not(.product-list) li.type-product .product-top .product-action .desc {
    margin-bottom: 20px; }
  .woocommerce ul.products.columns-4:not(.product-list) li.type-product .product-action .group-action .yith-wcwl-add-to-wishlist .hide a,
  .woocommerce ul.products.columns-4:not(.product-list) li.type-product .product-action .group-action .yith-wcwl-add-to-wishlist .show a {
    width: 31px;
    height: 31px;
    font-size: 11px; }
  .woocommerce ul.products.columns-4:not(.product-list) li.type-product .product-action .group-action .action-item {
    width: 31px;
    height: 31px;
    margin-right: 8px; }
    .woocommerce ul.products.columns-4:not(.product-list) li.type-product .product-action .group-action .action-item a.button:not(.compare) {
      font-size: 11px; }
    .woocommerce ul.products.columns-4:not(.product-list) li.type-product .product-action .group-action .action-item:last-child {
      margin-right: 0; }
  .woocommerce ul.products.columns-4:not(.product-list) li.type-product .product-action .group-action .compare-product a.add_to_compare.compare.button:before,
  .woocommerce ul.products.columns-4:not(.product-list) li.type-product .product-action .group-action .compare-product a.added:before {
    font-size: 11px; }
  @media (min-width: 992px) {
    .woocommerce ul.products.columns-5 li.type-product {
      width: 20%;
      clear: none; }
      .woocommerce ul.products.columns-5 li.type-product:nth-child(5n+1) {
        clear: left; }
      .woocommerce ul.products.columns-5 li.type-product.image_size1 {
        width: 40%; } }
  .woocommerce ul.products.columns-5 li.type-product .product-action .group-action .yith-wcwl-add-to-wishlist .hide a,
  .woocommerce ul.products.columns-5 li.type-product .product-action .group-action .yith-wcwl-add-to-wishlist .show a {
    width: 31px;
    height: 31px;
    font-size: 11px; }
  .woocommerce ul.products.columns-5 li.type-product .product-action .group-action .action-item {
    width: 31px;
    height: 31px;
    margin-right: 8px; }
    .woocommerce ul.products.columns-5 li.type-product .product-action .group-action .action-item a.button:not(.compare) {
      font-size: 11px; }
    .woocommerce ul.products.columns-5 li.type-product .product-action .group-action .action-item:last-child {
      margin-right: 0; }
  .woocommerce ul.products.columns-5 li.type-product .product-action .group-action .compare-product a.add_to_compare.compare.button:before,
  .woocommerce ul.products.columns-5 li.type-product .product-action .group-action .compare-product a.added:before {
    font-size: 11px; }
  @media (min-width: 1200px) {
    .woocommerce ul.products.columns-6 li.type-product {
      width: 16.66667%; }
      .woocommerce ul.products.columns-6 li.type-product:nth-child(6n+1) {
        clear: left; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .woocommerce ul.products.columns-6 li.type-product {
      width: 33.33333%;
      clear: none; }
      .woocommerce ul.products.columns-6 li.type-product:nth-child(3n+1) {
        clear: left !important; } }
  .woocommerce ul.products.columns-6:not(.product-list) li.type-product .price ins {
    margin-right: 6px;
    letter-spacing: -0.02em; }
  .woocommerce ul.products.columns-6:not(.product-list) li.type-product .price del {
    letter-spacing: -0.02em; }
  .woocommerce ul.products.columns-6:not(.product-list) .product-content .product-desc span.label-product.on-sale {
    margin-left: 2px; }
  .woocommerce ul.products:not(.product-list) + .woocommerce-pagination {
    padding-top: 28px; }
  .woocommerce ul.products:not(.product-list) li.type-product .price {
    margin-top: 8px;
    font-size: 15px; }
    .woocommerce ul.products:not(.product-list) li.type-product .price ins {
      margin-right: 11px; }
  .woocommerce ul.products:not(.product-list) .product-content .top-desc {
    margin-top: 7px; }
  .woocommerce ul.products:not(.product-list) .product-content .product-desc {
    padding: 25px 0 0; }
    .woocommerce ul.products:not(.product-list) .product-content .product-desc .star-rating {
      margin-top: 12px; }
    .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action {
      display: none !important; }
    .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-price .desc,
    .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action .desc {
      display: none; }
    .woocommerce ul.products:not(.product-list) .product-content .product-desc span.label-product.on-sale {
      margin-left: 5px;
      height: 35px;
      width: 35px;
      font-size: 13px;
      line-height: 35px;
      margin-bottom: 13px;
      margin-top: -4px; }
      .woocommerce ul.products:not(.product-list) .product-content .product-desc span.label-product.on-sale span {
        line-height: 31px; }
        .woocommerce ul.products:not(.product-list) .product-content .product-desc span.label-product.on-sale span sup {
          font-size: 11px;
          font-weight: 400; }
      .woocommerce ul.products:not(.product-list) .product-content .product-desc span.label-product.on-sale.up-to {
        width: auto; }
  .woocommerce ul.products.product-list {
    min-height: auto; }
    .woocommerce ul.products.product-list li.product h3 {
      margin-bottom: 16px; }
  .woocommerce ul.products .product-action .action-item .add-cart-btn a {
    font-weight: 400; }
@media (min-width: 768px) and (max-width: 992px) {
  .woocommerce.columns-5 ul.products li.type-product {
    width: 33.33333%;
    clear: none; }
    .woocommerce.columns-5 ul.products li.type-product:nth-child(2n) {
      float: left; }
    .woocommerce.columns-5 ul.products li.type-product:nth-child(3n+1) {
      clear: left; } }
.woocommerce .woocommerce-result-count {
  margin: 0;
  font-weight: 400;
  float: none;
  display: inline-block;
  padding-left: 25px;
  font-size: 15px; }
.woocommerce .woocommerce-ordering {
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: middle; }
  .woocommerce .woocommerce-ordering label {
    font-weight: 600;
    font-family: Raleway;
    color: #333;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    float: left;
    letter-spacing: 0.025em;
    text-transform: capitalize;
    padding: 7px 9px 0 0; }
  .woocommerce .woocommerce-ordering select {
    font-size: 15px;
    padding: 0 37px 0 15px;
    font-weight: 400;
    border: 1px solid #dfdfdf;
    height: 33px;
    cursor: pointer;
    border-radius: 0;
    text-transform: inherit;
    background: url(../images/caret-down.png) no-repeat right center; }
  @media (min-width: 1200px) {
    .woocommerce .woocommerce-ordering select {
      width: 301px; } }
.woocommerce nav.woocommerce-pagination .page-numbers {
  clear: both;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  border-radius: 0;
  white-space: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 41px; }
  .woocommerce nav.woocommerce-pagination .page-numbers li {
    border-right: none;
    float: none; }
    .woocommerce nav.woocommerce-pagination .page-numbers li.prev-list-item, .woocommerce nav.woocommerce-pagination .page-numbers li.next-list-item {
      margin-left: 0; }
      .woocommerce nav.woocommerce-pagination .page-numbers li.prev-list-item a, .woocommerce nav.woocommerce-pagination .page-numbers li.next-list-item a {
        display: inline;
        border: none; }
        .woocommerce nav.woocommerce-pagination .page-numbers li.prev-list-item a:hover, .woocommerce nav.woocommerce-pagination .page-numbers li.next-list-item a:hover {
          color: #c44860;
          background: transparent !important;
          border: none; }
    .woocommerce nav.woocommerce-pagination .page-numbers li a.prev, .woocommerce nav.woocommerce-pagination .page-numbers li a.next {
      display: inline;
      border: none;
      font-weight: 700;
      color: #333;
      font-size: 12px;
      text-transform: uppercase; }
      .woocommerce nav.woocommerce-pagination .page-numbers li a.prev:hover, .woocommerce nav.woocommerce-pagination .page-numbers li a.prev:focus, .woocommerce nav.woocommerce-pagination .page-numbers li a.next:hover, .woocommerce nav.woocommerce-pagination .page-numbers li a.next:focus {
        color: #c44860;
        background: transparent !important;
        border: none; }
    .woocommerce nav.woocommerce-pagination .page-numbers li a.prev {
      margin: 0 15px 0 0; }
    .woocommerce nav.woocommerce-pagination .page-numbers li a.next {
      margin-left: 15px; }
    .woocommerce nav.woocommerce-pagination .page-numbers li.prev-list-item {
      margin-right: 40px; }
    .woocommerce nav.woocommerce-pagination .page-numbers li.next-list-item {
      margin-right: 20px; }
  .woocommerce nav.woocommerce-pagination .page-numbers li a,
  .woocommerce nav.woocommerce-pagination .page-numbers li span {
    border: 1px solid #ececec;
    color: #948e90;
    line-height: 41px;
    height: 41px;
    font-size: 16px;
    width: 41px;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    padding: 0; }
    .woocommerce nav.woocommerce-pagination .page-numbers li a.active, .woocommerce nav.woocommerce-pagination .page-numbers li a:hover,
    .woocommerce nav.woocommerce-pagination .page-numbers li span.active,
    .woocommerce nav.woocommerce-pagination .page-numbers li span:hover {
      border-color: #eee;
      color: #c44860;
      background: transparent; }
  .woocommerce nav.woocommerce-pagination .page-numbers li span.current {
    border-color: #ececec;
    color: #c44860;
    background: transparent; }

.product-list.apr-product li .product-content {
  padding-bottom: 0;
  border-bottom: none; }

.product-action .action-item .add-cart-btn a {
  padding: 13px 31px;
  text-transform: inherit;
  font-weight: 500;
  color: #fff;
  border: 0;
  background-color: #c44860;
  border-radius: 30px;
  font-size: 15px;
  font-family: Raleway; }
  .product-action .action-item .add-cart-btn a:hover {
    background-color: #f4ae7b;
    color: #fff !important; }

.product-list li {
  margin: 0; }
  .product-list li .star-rating {
    margin-bottom: 11px !important; }
  .product-list li .top-desc span.price + .label-product {
    margin-top: -4px; }
.product-list .product-top {
  float: left; }
  .product-list .product-top .product-action {
    display: none !important; }
.product-list .product-image {
  width: 370px; }
.product-list .product-content .product-desc {
  text-align: left;
  height: 444px;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 370px);
  padding: 57px 32px 15px;
  border: 1px dashed #dfdfdf;
  border-left: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.product-list .product-desc .product-action {
  display: block !important; }
.product-list .product-desc .desc {
  display: inline-block;
  position: relative;
  max-height: 75px;
  overflow: hidden;
  font-size: 15px; }
.product-list .product-desc .price {
  text-align: left;
  padding-top: 1px;
  padding-bottom: 8px;
  margin-bottom: 14px; }
.product-list .product-action {
  padding-top: 12px; }
  .product-list .product-action .action-item {
    float: left; }
  .product-list .product-action .add-cart-btn {
    width: auto; }

.view-details {
  color: #c44860;
  margin-left: 10px;
  display: none; }
  .view-details i {
    margin-left: 5px; }
  .view-details:hover {
    color: #000; }

.woocommerce ul.products li.product .star-rating {
  font-size: 11px;
  width: 90px;
  height: 11px; }
.woocommerce .star-rating::before {
  font-size: 11px;
  color: #fec104;
  letter-spacing: 0.5em;
  white-space: nowrap; }
.woocommerce .star-rating span {
  height: 12px; }
.woocommerce .star-rating span::before {
  font-size: 11px;
  color: #fec104;
  letter-spacing: 0.5em;
  white-space: nowrap;
  height: 12px; }

#thumbs_list_frame ul, #thumbs_list_frame menu, #thumbs_list_frame dir,
.isotope ul, .isotope menu, .isotope dir, .media ul, .media menu, .media dir,
.vertical_list ul, .vertical_list menu, .vertical_list dir, .image_list ul,
.image_list menu, .image_list dir, .woocommerce ul, .woocommerce menu,
.woocommerce dir, .instagram-gallery ul, .instagram-gallery menu,
.instagram-gallery dir {
  margin: 0; }

.term-description {
  margin-bottom: 20px; }

.product-grid.grid-3 .product-image {
  background-color: transparent; }
.product-grid.grid-3 .product-top .product-action {
  display: none !important; }
.product-grid.grid-3 .product-action .action-item.add-cart {
  margin-top: 16px; }
.product-grid.grid-3 .group-action, .product-grid.grid-3 .countries-cat {
  display: none; }
.product-grid.grid-3 .woocommerce ul.products[class*="columns-"] li.type-product {
  margin-bottom: 30px; }
.product-grid.grid-3 .woocommerce ul.products li.type-product .product-title .product-name {
  font-size: 19px; }
.product-grid.grid-3 ul.products:not(.product-list) .product-content .product-desc {
  padding: 0; }
  .product-grid.grid-3 ul.products:not(.product-list) .product-content .product-desc .product-action {
    display: block !important; }
  .product-grid.grid-3 ul.products:not(.product-list) .product-content .product-desc span.label-product.on-sale {
    display: none; }
  .product-grid.grid-3 ul.products:not(.product-list) .product-content .product-desc .star-rating {
    margin: 13px auto 12px; }
.product-grid.grid-3 .product-content {
  text-align: center; }
.product-grid.grid-3 .product-action .action-item.add-cart {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.products.grid-3 .product-title .product-name {
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  font-size: 19px; }

.btn-product {
  padding-top: 30px; }

.toobar-top {
  margin-bottom: 29px; }

.cate-archive {
  margin: 0 -15px; }
  .cate-archive:hover .slick-arrow {
    opacity: 1; }
    .cate-archive:hover .slick-arrow.btn-prev {
      left: 20px; }
    .cate-archive:hover .slick-arrow.btn-next {
      right: 20px; }
  .cate-archive .slick-arrow {
    position: absolute;
    top: calc(50% - 30px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0; }
    .cate-archive .slick-arrow.btn-prev {
      left: -40px; }
    .cate-archive .slick-arrow.btn-next {
      right: -40px; }
  .cate-archive .product-category {
    width: 25%;
    float: left;
    padding: 0 15px;
    text-align: center; }
    .cate-archive .product-category img {
      border: 1px solid #f5f5f5; }
    .cate-archive .product-category a:hover .woocommerce-loop-category__title,
    .cate-archive .product-category a:hover .count {
      color: #c44860; }
    .cate-archive .product-category .woocommerce-loop-category__title {
      color: #333;
      line-height: 22px;
      font-weight: 600;
      font-size: 16px;
      margin-top: 23px; }
      .cate-archive .product-category .woocommerce-loop-category__title .count {
        display: inline-block;
        background: none;
        padding: 0; }

.category-list {
  position: relative;
  display: inline-block; }
  .category-list .select-cate {
    width: 160px;
    height: 40px;
    cursor: pointer;
    font-size: 12px;
    padding: 7px 15px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
    color: #8f8f8f;
    background: #f5f5f5 url(../images/caret-down.png) no-repeat right center; }
    .category-list .select-cate i {
      float: right; }
  .category-list.active .select-content {
    top: 100%;
    opacity: 1;
    visibility: visible; }
  .category-list .select-content {
    padding: 7px 15px;
    border: 1px solid #eee;
    background: #fff;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    margin-bottom: 0;
    list-style: none;
    width: 250px;
    z-index: 9;
    top: 80px;
    left: 0;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .category-list .product-categories {
    padding-bottom: 0;
    border-bottom: none; }
  .category-list ul {
    margin-bottom: 0; }
    .category-list ul .children {
      padding-top: 20px; }
  .category-list li {
    position: relative;
    padding: 0; }
    .category-list li > p {
      position: absolute;
      right: 0;
      top: 0; }
    .category-list li ul.children li {
      padding-left: 12px; }
      .category-list li ul.children li i {
        padding-right: 7px; }
    .category-list li > a {
      font-size: 12px;
      color: #8f8f8f;
      display: block;
      padding: 6px 0; }
      .category-list li > a:before {
        content: none; }
    .category-list li:hover > a {
      padding-left: 0;
      color: #c44860; }
  .category-list select.orderby::-ms-expand {
    display: none; }

.price-ajax {
  min-width: 278px;
  margin-right: 34px;
  display: inline-block; }
  .price-ajax .berocket_aapf_widget-title {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-weight: 500;
    color: #303030;
    padding: 0;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0; }
  .price-ajax .berocket_aapf_widget {
    display: inline-block;
    vertical-align: middle;
    min-width: 213px; }

.berocket_filter_slider.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background: 0 0; }

.widget_berocket_aapf_single .berocket_aapf_widget {
  margin: 0; }
  .widget_berocket_aapf_single .berocket_aapf_widget li.slider {
    position: relative;
    padding: 0; }
    .widget_berocket_aapf_single .berocket_aapf_widget li.slider span.left,
    .widget_berocket_aapf_single .berocket_aapf_widget li.slider span.right {
      height: auto;
      position: absolute;
      bottom: -49px;
      color: #6d6b6c;
      font-size: 15px;
      font-weight: 400; }
      .widget_berocket_aapf_single .berocket_aapf_widget li.slider span.left input,
      .widget_berocket_aapf_single .berocket_aapf_widget li.slider span.right input {
        border: none;
        font-style: normal;
        padding: 0;
        width: 60%;
        background: none;
        color: #6d6b6c;
        margin: 0;
        opacity: 1;
        font-weight: 400;
        font-size: 15px; }
    .widget_berocket_aapf_single .berocket_aapf_widget li.slider span.left {
      left: 0; }
      .widget_berocket_aapf_single .berocket_aapf_widget li.slider span.left input {
        text-align: left; }
    .widget_berocket_aapf_single .berocket_aapf_widget li.slider span.right {
      right: -25px; }
.widget_berocket_aapf_single .berocket_filter_slider.ui-widget-content,
.widget_berocket_aapf_single .berocket_filter_price_slider.ui-widget-content {
  background-color: #e1e1e1;
  border: 0;
  height: 6px;
  border-radius: 4px;
  margin: 0; }
  .widget_berocket_aapf_single .berocket_filter_slider.ui-widget-content .ui-slider-handle,
  .widget_berocket_aapf_single .berocket_filter_price_slider.ui-widget-content .ui-slider-handle {
    background: #c44860 !important;
    width: 15px;
    height: 6px;
    border: 0;
    top: 0;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    margin: 0; }
  .widget_berocket_aapf_single .berocket_filter_slider.ui-widget-content .ui-slider-range,
  .widget_berocket_aapf_single .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background-color: #e1e1e1;
    cursor: pointer; }

.active-sidebar .widget_berocket_aapf_single .berocket_aapf_widget li.slider span input {
  bottom: -43px; }

.list-view {
  display: inline-block;
  vertical-align: middle; }
  .list-view li {
    display: inline-block;
    line-height: 14px; }
    .list-view li a {
      color: #6d6b6c;
      font-size: 18px; }
      .list-view li a.active, .list-view li a:hover {
        color: #c44860; }
    .list-view li.list-last {
      margin-left: 11px; }

.elementor-widget-apr_products .product-slide .woocommerce ul.products li.type-product {
  clear: none !important; }

.product-slide ul.products {
  padding-top: 110px; }
.product-slide .slick-arrow {
  left: auto;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 0;
  background-color: transparent; }
  .product-slide .slick-arrow:focus {
    color: #cfcfcf; }
  .product-slide .slick-arrow.btn-prev {
    right: 57px; }
  .product-slide .slick-arrow.btn-next {
    right: 10px; }
.product-slide .slick-dots {
  text-align: center;
  height: 4px;
  margin: 0; }
  .product-slide .slick-dots li {
    display: inline-block;
    padding: 0;
    margin: 0 5px; }
    .product-slide .slick-dots li.slick-active button {
      background-color: #c44860; }
    .product-slide .slick-dots li button {
      padding: 0;
      width: 4px;
      height: 4px;
      text-indent: -9999em;
      background-color: #cfcfcf; }
      .product-slide .slick-dots li button:hover {
        background-color: #c44860; }

.apr-product.product-list ul.products li.type-product {
  margin-bottom: 30px !important; }
  .apr-product.product-list ul.products li.type-product:not(.slick-slide) {
    width: 100% !important; }
.apr-product.product-list ul.products li.type-product:last-child {
  margin-bottom: 0 !important; }
.apr-product.product-list .product-image {
  width: auto; }
.apr-product.product-list .product-content .product-desc {
  margin-top: -5px;
  padding: 0 0 0 20px !important;
  width: calc(100% - 130px);
  float: left;
  height: auto;
  text-align: left; }
  .apr-product.product-list .product-content .product-desc h3 {
    text-align: left; }
.apr-product.product-list .product-desc .desc {
  display: none; }
.apr-product.product-list .product-desc .price {
  padding-top: 0;
  max-width: 100%;
  border-bottom: none; }
.apr-product.product-list .product-action {
  padding-top: 12px; }
  .apr-product.product-list .product-action .action-item {
    display: none; }
    .apr-product.product-list .product-action .action-item.add-cart-btn {
      display: block;
      height: auto; }

.product-grid.columns-3 .product-top .product-action .desc, .product-grid.columns-4 .product-top .product-action .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: inherit;
  text-overflow: ellipsis; }
.product-grid.columns-4 .product-top .product-action .desc {
  max-height: 75px;
  -webkit-line-clamp: 3; }
.product-grid.columns-3 .product-top .product-action .desc {
  max-height: 156px;
  -webkit-line-clamp: 6; }

.woocommerce ul.products:not(.product-list).columns-3 .product-title .product-name {
  font-size: 16px; }
.woocommerce ul.products:not(.product-list).columns-3 .product-content .product-desc {
  padding-top: 29px; }
  .woocommerce ul.products:not(.product-list).columns-3 .product-content .product-desc .star-rating {
    margin-top: 16px;
    margin-bottom: 10px; }
  .woocommerce ul.products:not(.product-list).columns-3 .product-content .product-desc span.label-product.on-sale {
    margin-left: 9px;
    height: 38px;
    width: 38px;
    font-size: 15px;
    line-height: 38px; }
    .woocommerce ul.products:not(.product-list).columns-3 .product-content .product-desc span.label-product.on-sale sup {
      font-size: 13px; }
    .woocommerce ul.products:not(.product-list).columns-3 .product-content .product-desc span.label-product.on-sale.up-to {
      width: auto; }
.woocommerce ul.products:not(.product-list).columns-3 li.type-product .price {
  font-size: 17px; }

.product-list + .woocommerce-pagination {
  padding-top: 60px; }

.product-title + .product-price .top-desc .price {
  margin-top: 0 !important; }

.woocommerce-billing-fields {
  padding-top: 30px; }

@media (min-width: 767px) {
  .col-xl-6.main-sidebar.has-sidebar.has-right-sidebar .product-grid.columns-2 .product-top .product-action .desc {
    max-height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .col-xl-6.main-sidebar.has-sidebar.has-right-sidebar .product-grid.columns-2 .product-title .product-name {
    font-size: 14px; }
  .col-xl-6.main-sidebar.has-sidebar.has-right-sidebar .product-grid.columns-2 li.type-product .price {
    font-size: 15px; }

  .woocommerce .product-grid.grid-3 ul.products:not(.product-list) li.type-product .price {
    margin-top: 0; } }
@media (min-width: 1200px) {
  .col-xl-6.main-sidebar.has-sidebar.has-right-sidebar .date_from_to {
    display: none; }
  .col-xl-6.main-sidebar.has-sidebar.has-right-sidebar .woocommerce-ordering select {
    width: 200px; }
  .col-xl-6.main-sidebar.has-sidebar.has-right-sidebar .columns-1.product-list .product-image {
    width: 270px; }
  .col-xl-6.main-sidebar.has-sidebar.has-right-sidebar .columns-1.product-list .product-content .product-desc {
    width: calc(100% - 270px);
    padding-top: 30px;
    height: 324px;
    padding-right: 15px; }
  .col-xl-6.main-sidebar.has-sidebar.has-right-sidebar .columns-1.product-list .product-desc .desc {
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    max-height: 25px;
    -webkit-box-orient: vertical; }
  .col-xl-6.main-sidebar.has-sidebar.has-right-sidebar ul.products[class*=columns-] li.type-product {
    margin-bottom: 16px; }
  .col-xl-6.main-sidebar.has-sidebar.has-right-sidebar ul.products:not(.product-list) .product-content .product-desc {
    padding-bottom: 0; }
  .col-xl-6.main-sidebar.has-sidebar.has-right-sidebar .product-grid + .woocommerce-pagination {
    padding-top: 28px; }

  .col-xl-6.main-sidebar .woocommerce-ordering label {
    display: none; } }
#yith-quick-view-content {
  padding: 30px 10px; }
  #yith-quick-view-content .woocommerce-product-gallery__wrapper {
    padding: 0 5px; }
  #yith-quick-view-content div.entry-summary .price ins {
    padding-top: 8px; }
  #yith-quick-view-content div.entry-summary form.cart .variations .label {
    padding-bottom: 10px; }
  #yith-quick-view-content div.entry-summary .woocommerce-product-rating .star-rating {
    height: 12px;
    margin-top: 8px;
    width: 85px; }
  #yith-quick-view-content div.entry-summary .woocommerce-product-rating p {
    line-height: 28px; }
  #yith-quick-view-content div.entry-summary span.label-product.on-sale.percentage span {
    line-height: 44px; }
  #yith-quick-view-content div.entry-summary span.label-product.on-sale.percentage.up-to {
    width: auto; }
    #yith-quick-view-content div.entry-summary span.label-product.on-sale.percentage.up-to span {
      line-height: 40px; }
  #yith-quick-view-content .product-list-thumbnails {
    margin-top: 10px;
    clear: none !important; }
    #yith-quick-view-content .product-list-thumbnails .slick-slide {
      margin: 5px; }
    #yith-quick-view-content .product-list-thumbnails .slick-arrow {
      position: absolute;
      font-size: 14px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #333; }
      #yith-quick-view-content .product-list-thumbnails .slick-arrow.btn-prev {
        left: 15px; }
      #yith-quick-view-content .product-list-thumbnails .slick-arrow.btn-next {
        right: 15px; }
      #yith-quick-view-content .product-list-thumbnails .slick-arrow:hover {
        color: #c44860;
        background: 0 0; }
  #yith-quick-view-content div.entry-summary {
    padding: 30px 15px 30px; }
    #yith-quick-view-content div.entry-summary .product_title {
      margin-bottom: 10px; }
    #yith-quick-view-content div.entry-summary form.cart {
      margin: 25px 0px 10px 0;
      width: 100%; }
      #yith-quick-view-content div.entry-summary form.cart .woocommerce-grouped-product-list.group_table thead th {
        padding: 14px 15px; }
        #yith-quick-view-content div.entry-summary form.cart .woocommerce-grouped-product-list.group_table thead th:first-child {
          width: 65%; }
      #yith-quick-view-content div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td {
        padding: 26px 15px 21px; }
      #yith-quick-view-content div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tr .button {
        padding: 14px 15px;
        background-color: #c44860;
        border-radius: 30px;
        color: #fff; }
        #yith-quick-view-content div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tr .button:hover {
          background-color: #f4ae7b; }
    #yith-quick-view-content div.entry-summary .summary-content p {
      margin-bottom: 10px; }
    #yith-quick-view-content div.entry-summary .summary-content .single_add_to_cart_button {
      padding: 0 10px;
      text-transform: inherit;
      font-weight: 400;
      color: #fff;
      border: 1px solid transparent;
      background-color: #c44860;
      border-radius: 30px;
      font-size: 15px;
      height: 43px;
      font-family: Raleway;
      width: 150px; }
      #yith-quick-view-content div.entry-summary .summary-content .single_add_to_cart_button:hover {
        background: #f4ae7b;
        color: #fff;
        line-height: 1;
        letter-spacing: 0; }
    #yith-quick-view-content div.entry-summary .variations {
      position: relative; }
      #yith-quick-view-content div.entry-summary .variations tbody {
        width: 100%; }
      #yith-quick-view-content div.entry-summary .variations td {
        padding: 0 0 15px 0; }
        #yith-quick-view-content div.entry-summary .variations td.value {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 0; }
          #yith-quick-view-content div.entry-summary .variations td.value label {
            cursor: pointer;
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-block;
            -webkit-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
            line-height: 1;
            margin: 0; }
          #yith-quick-view-content div.entry-summary .variations td.value .swatchinput {
            display: inline-block; }
            #yith-quick-view-content div.entry-summary .variations td.value .swatchinput label.wcva_single_textblock {
              padding: 0 10px;
              font-weight: 500; }
        #yith-quick-view-content div.entry-summary .variations td.value {
          margin-bottom: 15px; }
      #yith-quick-view-content div.entry-summary .variations select {
        border: 1px solid #ddd;
        padding: 0 35px 0 15px;
        height: 43px;
        min-width: 65%;
        max-width: 65%; }
      #yith-quick-view-content div.entry-summary .variations .reset_variations {
        height: 43px;
        width: 60px;
        background: #ddd;
        text-align: center;
        line-height: 43px;
        color: #fff;
        background: #c44860;
        border: 1px solid #c44860;
        margin-left: 15px; }
        #yith-quick-view-content div.entry-summary .variations .reset_variations:hover {
          background: transparent;
          color: #c44860;
          border: 1px solid #c44860; }
      #yith-quick-view-content div.entry-summary .variations tr {
        position: relative; }
      #yith-quick-view-content div.entry-summary .variations tr > td:not(.value) > .reset_variations {
        width: auto;
        display: inline-block !important;
        padding: 0 5px;
        margin-left: 0; }
    #yith-quick-view-content div.entry-summary .single_variation_wrap .woocommerce-variation-price {
      display: inline-block;
      padding-bottom: 10px; }
      #yith-quick-view-content div.entry-summary .single_variation_wrap .woocommerce-variation-price .price ins {
        padding-top: 0; }
  #yith-quick-view-content img {
    background-color: #f5f5f5; }

span.woocommerce-Price-currencySymbol {
  padding-right: 3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  background-color: #c44860;
  border-radius: 0;
  text-transform: capitalize; }

.tooltip .arrow:before {
  border-bottom-color: #c44860 !important;
  border-top-color: #c44860 !important; }

.yith-wcwl-wishlistaddedbrowse a:before, .yith-wcwl-wishlistexistsbrowse a:before {
  font-family: 'themify';
  content: "\e634";
  padding-right: 2px; }
.yith-wcwl-wishlistaddedbrowse a span, .yith-wcwl-wishlistaddedbrowse a i, .yith-wcwl-wishlistexistsbrowse a span, .yith-wcwl-wishlistexistsbrowse a i {
  display: none; }

.product-action .yith-wcwl-wishlistaddedbrowse a:before, .product-action .yith-wcwl-wishlistexistsbrowse a:before {
  color: #c44860; }

.woocommerce .blockUI.blockOverlay {
  background: none !important; }
  .woocommerce .blockUI.blockOverlay::before {
    content: "\e619";
    font-family: 'themify';
    font-size: 16px;
    color: #fff;
    background: none; }

.berocket_single_filter_widget .berocket_aapf_widget.berocket_style_block,
.berocket_single_filter_widget .berocket_aapf_widget-title_div {
  display: inline-block;
  padding-right: 0; }

.open_color {
  display: block !important;
  -webkit-animation: open 0.5s;
          animation: open 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.remove_color {
  display: none !important;
  -webkit-animation: remove 0.5s;
          animation: remove 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes remove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); } }

@keyframes remove {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); } }
@-webkit-keyframes open {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes open {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.open_price {
  display: block !important;
  -webkit-animation: open-price 0.5s;
          animation: open-price 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.remove_price {
  display: none !important;
  -webkit-animation: remove-price 0.5s;
          animation: remove-price 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes remove-price {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); } }

@keyframes remove-price {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); } }
@-webkit-keyframes open-price {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes open-price {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.active-sidebar .berocket_single_filter_widget,
.active-sidebar .berocket_aapf_widget.berocket_style_block,
.active-sidebar .berocket_aapf_widget-title_div {
  width: 100%; }

.button-product {
  padding: 21px 40px 18px;
  border-radius: 30px;
  background: #fde4e7;
  color: #333333; }

.btn-product a.button-product {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(222, 106, 117, 0.19);
  box-shadow: 0px 0px 40px 0px rgba(222, 106, 117, 0.19); }

/* Product single */
.woocommerce-notices-wrapper .woocommerce-message {
  padding-right: 123px !important;
  margin-bottom: 30px; }
  .woocommerce-notices-wrapper .woocommerce-message a.button {
    text-decoration: underline;
    font-weight: 500;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-51%);
    transform: translateY(-51%);
    padding: 0;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    background-color: transparent;
    color: #fff; }
    .woocommerce-notices-wrapper .woocommerce-message a.button:hover {
      text-decoration: underline; }

.woocommerce div.product form.cart .group_table td:first-child {
  width: 8em; }

#cboxClose {
  text-indent: initial;
  font-size: 0; }

.compare-popup-opened {
  overflow: hidden !important; }

.archive ul.product {
  min-height: 500px; }

.columns-5 .label-product,
.columns-6 .label-product,
.main-2 .grid-3 .label-product,
.has-sidebar.has-right-sidebar .product-grid.columns-3 .label-product {
  top: 21px;
  font-size: 11px;
  width: 65px;
  height: 23px;
  line-height: 23px;
  left: 8px; }
  .columns-5 .label-product + .on-sale, .columns-5 .label-product.on-sale + .new, .columns-5 .label-product.on-hot + .new,
  .columns-6 .label-product + .on-sale,
  .columns-6 .label-product.on-sale + .new,
  .columns-6 .label-product.on-hot + .new,
  .main-2 .grid-3 .label-product + .on-sale,
  .main-2 .grid-3 .label-product.on-sale + .new,
  .main-2 .grid-3 .label-product.on-hot + .new,
  .has-sidebar.has-right-sidebar .product-grid.columns-3 .label-product + .on-sale,
  .has-sidebar.has-right-sidebar .product-grid.columns-3 .label-product.on-sale + .new,
  .has-sidebar.has-right-sidebar .product-grid.columns-3 .label-product.on-hot + .new {
    left: 45px; }
  .columns-5 .label-product.on-hot + .on-sale + .new,
  .columns-6 .label-product.on-hot + .on-sale + .new,
  .main-2 .grid-3 .label-product.on-hot + .on-sale + .new,
  .has-sidebar.has-right-sidebar .product-grid.columns-3 .label-product.on-hot + .on-sale + .new {
    left: 85px; }

.columns-5 .label-product {
  left: 8px; }
  .columns-5 .label-product + .on-sale, .columns-5 .label-product.on-sale + .new, .columns-5 .label-product.on-hot + .new {
    left: 45px; }
  .columns-5 .label-product.on-hot + .on-sale + .new {
    left: 85px; }
.columns-5 .product-title .product-name {
  font-size: 13px; }
.columns-5 .product-top .product-action .action-item.add-cart {
  padding-bottom: 29px; }
.columns-5 .product-top .product-action .action-item .add-cart-btn a {
  font-size: 13px;
  width: 100%;
  height: 32px;
  padding: 8px 21px; }
.columns-5 .product-top .product-action .desc {
  display: none; }

.columns-6 .label-product {
  left: -2px; }
  .columns-6 .label-product + .on-sale, .columns-6 .label-product.on-sale + .new, .columns-6 .label-product.on-hot + .new {
    left: 30px; }
  .columns-6 .label-product.on-hot + .on-sale + .new {
    left: 63px; }
.columns-6 .product-title .product-name {
  font-size: 13px; }
.columns-6 .product-top .product-action .group-action,
.columns-6 .product-top .product-action .desc {
  display: none; }
.columns-6 .product-top .product-action .action-item.add-cart {
  padding-bottom: 0; }
  .columns-6 .product-top .product-action .action-item.add-cart .add-cart-btn {
    width: auto; }
    .columns-6 .product-top .product-action .action-item.add-cart .add-cart-btn a {
      font-size: 0;
      height: 35px;
      position: relative;
      width: 35px;
      border-radius: 50%;
      padding: 0; }
      .columns-6 .product-top .product-action .action-item.add-cart .add-cart-btn a:before {
        content: "\e930";
        font-family: 'arangi';
        display: inline-block;
        font-size: 17px; }

.yith-wcbr-brands {
  color: #000; }

.woocommerce .woocommerce-error {
  padding-left: 51px; }
  .woocommerce .woocommerce-error li {
    padding: 0; }
.woocommerce .has-sidebar ul.products:not(.product-list).columns-3 .product-top .product-action .desc {
  max-height: 75px;
  -webkit-line-clamp: 3; }
.woocommerce .has-sidebar.has-right-sidebar.col-xl-6 ul.products:not(.product-list).columns-3 .product-title .product-name {
  font-size: 13px; }
.woocommerce .has-sidebar.has-right-sidebar.col-xl-6 ul.products:not(.product-list).columns-3 li.type-product .price {
  font-size: 14px; }
.woocommerce .has-sidebar.has-right-sidebar.col-xl-6 ul.products:not(.product-list).columns-3 .product-content .product-desc span.label-product.on-sale {
  margin-left: 5px;
  height: 31px;
  width: 31px;
  font-size: 13px;
  line-height: 31px; }
  .woocommerce .has-sidebar.has-right-sidebar.col-xl-6 ul.products:not(.product-list).columns-3 .product-content .product-desc span.label-product.on-sale.up-to {
    width: auto; }
.woocommerce .has-sidebar.has-right-sidebar.col-xl-6 ul.products:not(.product-list).columns-3 .product-top .product-action .group-action,
.woocommerce .has-sidebar.has-right-sidebar.col-xl-6 ul.products:not(.product-list).columns-3 .product-top .product-action .desc {
  display: none; }
.woocommerce .has-sidebar.has-right-sidebar.col-xl-6 ul.products:not(.product-list).columns-3 .product-top .product-action .action-item.add-cart {
  padding-bottom: 0; }
  .woocommerce .has-sidebar.has-right-sidebar.col-xl-6 ul.products:not(.product-list).columns-3 .product-top .product-action .action-item.add-cart .add-cart-btn {
    width: auto; }
    .woocommerce .has-sidebar.has-right-sidebar.col-xl-6 ul.products:not(.product-list).columns-3 .product-top .product-action .action-item.add-cart .add-cart-btn a {
      font-size: 0;
      height: 35px;
      position: relative;
      width: 35px;
      border-radius: 50%; }
      .woocommerce .has-sidebar.has-right-sidebar.col-xl-6 ul.products:not(.product-list).columns-3 .product-top .product-action .action-item.add-cart .add-cart-btn a:before {
        content: "\e930";
        font-family: 'arangi';
        display: inline-block;
        font-size: 17px; }
.woocommerce .has-sidebar ul.products:not(.product-list).columns-4 .product-title .product-name,
.woocommerce .has-sidebar ul.products:not(.product-list).columns-5 .product-title .product-name {
  font-size: 13px; }
.woocommerce .has-sidebar ul.products:not(.product-list).columns-4 li.type-product .price,
.woocommerce .has-sidebar ul.products:not(.product-list).columns-5 li.type-product .price {
  font-size: 14px; }
.woocommerce .has-sidebar ul.products:not(.product-list).columns-4 .product-content .product-desc span.label-product.on-sale,
.woocommerce .has-sidebar ul.products:not(.product-list).columns-5 .product-content .product-desc span.label-product.on-sale {
  margin-left: 5px;
  height: 31px;
  width: 31px;
  font-size: 13px;
  line-height: 31px; }
  .woocommerce .has-sidebar ul.products:not(.product-list).columns-4 .product-content .product-desc span.label-product.on-sale.up-to,
  .woocommerce .has-sidebar ul.products:not(.product-list).columns-5 .product-content .product-desc span.label-product.on-sale.up-to {
    width: auto; }
.woocommerce .has-sidebar ul.products:not(.product-list).columns-4 .product-top .product-action .group-action,
.woocommerce .has-sidebar ul.products:not(.product-list).columns-4 .product-top .product-action .desc,
.woocommerce .has-sidebar ul.products:not(.product-list).columns-5 .product-top .product-action .group-action,
.woocommerce .has-sidebar ul.products:not(.product-list).columns-5 .product-top .product-action .desc {
  display: none; }
.woocommerce .has-sidebar ul.products:not(.product-list).columns-4 .product-top .product-action .action-item.add-cart,
.woocommerce .has-sidebar ul.products:not(.product-list).columns-5 .product-top .product-action .action-item.add-cart {
  padding-bottom: 0; }
  .woocommerce .has-sidebar ul.products:not(.product-list).columns-4 .product-top .product-action .action-item.add-cart .add-cart-btn,
  .woocommerce .has-sidebar ul.products:not(.product-list).columns-5 .product-top .product-action .action-item.add-cart .add-cart-btn {
    width: auto; }
    .woocommerce .has-sidebar ul.products:not(.product-list).columns-4 .product-top .product-action .action-item.add-cart .add-cart-btn a,
    .woocommerce .has-sidebar ul.products:not(.product-list).columns-5 .product-top .product-action .action-item.add-cart .add-cart-btn a {
      font-size: 0;
      height: 35px;
      position: relative;
      width: 35px;
      border-radius: 50%; }
      .woocommerce .has-sidebar ul.products:not(.product-list).columns-4 .product-top .product-action .action-item.add-cart .add-cart-btn a:before,
      .woocommerce .has-sidebar ul.products:not(.product-list).columns-5 .product-top .product-action .action-item.add-cart .add-cart-btn a:before {
        content: "\e930";
        font-family: 'arangi';
        display: inline-block;
        font-size: 17px; }

.apr-product.product-list.list-2 span.label-product.on-sale.percentage,
.apr-product.product-list.list-2 .shopswatchinput,
.apr-product.product-list.list-2 .date_from_to {
  display: none; }
.apr-product.product-list.list-2 .product-image {
  width: 140px;
  background-color: #ede7f3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.apr-product.product-list.list-2 li:last-child .product-content {
  border-bottom: 0;
  padding-bottom: 0; }
  .apr-product.product-list.list-2 li:last-child .product-content .product-image-hover {
    bottom: 0;
    top: auto; }
  .apr-product.product-list.list-2 li:last-child .product-content:hover .product-top .product-action {
    top: -47px; }
  .apr-product.product-list.list-2 li:last-child .product-content .product-top .product-action {
    top: -97px; }
.apr-product.product-list.list-2 .product-content {
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: 20px; }
  .apr-product.product-list.list-2 .product-content .product-top {
    overflow: visible;
    position: initial; }
    .apr-product.product-list.list-2 .product-content .product-top .product-action {
      display: block !important;
      background-color: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      top: 63px;
      left: calc(50% - 50px);
      -webkit-transform: translate(-50%);
              transform: translate(-50%);
      padding: 0;
      height: auto;
      width: 150px; }
      .apr-product.product-list.list-2 .product-content .product-top .product-action .desc,
      .apr-product.product-list.list-2 .product-content .product-top .product-action .group-action {
        display: none; }
      .apr-product.product-list.list-2 .product-content .product-top .product-action .action-item.add-cart {
        display: block;
        padding: 0;
        width: auto; }
  .apr-product.product-list.list-2 .product-content .product-image-hover {
    opacity: 0;
    width: 140px;
    height: 106px;
    background-color: #ede7f3;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-position: center center; }
  .apr-product.product-list.list-2 .product-content:hover .product-image-hover {
    left: 0;
    top: 0;
    height: 267px;
    width: 100%;
    opacity: 1;
    overflow: visible; }
  .apr-product.product-list.list-2 .product-content:hover .product-top .product-action {
    top: 113px;
    left: 50%; }
  .apr-product.product-list.list-2 .product-content .product-desc {
    border: 0;
    width: calc(100% - 140px); }
    .apr-product.product-list.list-2 .product-content .product-desc .product-action {
      padding-top: 0; }
.apr-product.product-list.list-2 .woocommerce ul.products li {
  margin-bottom: 20px !important; }
  .apr-product.product-list.list-2 .woocommerce ul.products li h3 {
    margin-bottom: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .apr-product.product-list.list-2 .woocommerce ul.products li .product-content .product-title .product-name {
    font-size: 13px; }
  .apr-product.product-list.list-2 .woocommerce ul.products li .price {
    font-size: 15px;
    margin-top: 8px;
    padding-bottom: 0;
    margin-bottom: 0; }
  .apr-product.product-list.list-2 .woocommerce ul.products li .star-rating {
    margin-bottom: 6px;
    margin-top: 12px; }

.product-tab .tab-content #tab-description .wpulike {
  display: none; }

.product-packery .woocommerce ul.products:not(.product-list) .product-top .product-image .top-desc {
  position: absolute;
  bottom: 14px;
  width: 100%;
  left: 0;
  text-align: center; }
.product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc {
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-top: 43px;
  padding-left: 52px;
  padding-right: 40px;
  position: absolute;
  width: 100%;
  text-align: left !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  visibility: hidden;
  opacity: 0;
  background: #fff; }
  .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-price .desc {
    overflow: hidden;
    max-height: 75px;
    font-size: 15px;
    margin-top: 14px; }
  .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-price .top-desc {
    display: none; }
  .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action {
    padding-top: 17px; }
    .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action .action-item {
      border-color: #ececec; }
    .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action .group-action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action .action-item.add-cart {
      margin-top: 0;
      padding-left: 28px; }
  .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .shopswatchinput {
    display: none; }
  .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .add-cart .add-cart-btn a {
    font-size: 0;
    height: 35px;
    width: 35px;
    padding: 0;
    border-radius: 50%; }
    .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .add-cart .add-cart-btn a:before {
      content: "\e930";
      font-family: arangi;
      display: inline-block;
      font-size: 11px; }
.product-packery .woocommerce ul.products:not(.product-list) li.type-product {
  margin-bottom: 30px; }
  .product-packery .woocommerce ul.products:not(.product-list) li.type-product .price {
    font-size: 16px;
    color: #333 !important; }
    .product-packery .woocommerce ul.products:not(.product-list) li.type-product .price del {
      font-size: 14px; }
.product-packery .woocommerce ul.products:not(.product-list) .product-top .product-action {
  display: none !important; }
.product-packery .woocommerce ul.products:not(.product-list) .product-content:hover:before {
  opacity: 1;
  visibility: visible; }
.product-packery .woocommerce ul.products:not(.product-list) .product-content:hover .product-desc {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-box-shadow: 1px 1px 38px 0px rgba(133, 133, 133, 0.25);
  box-shadow: 1px 1px 38px 0px rgba(133, 133, 133, 0.25); }
  .product-packery .woocommerce ul.products:not(.product-list) .product-content:hover .product-desc .product-action {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .product-packery .woocommerce ul.products:not(.product-list) .product-content:hover .product-desc .product-price .desc {
    display: block; }
.product-packery .product-image {
  background-color: #fff; }

p.element-product {
  margin-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

@media (min-width: 1200px) {
  .col-xl-12.col-lg-12.col-md-12.col-sm-12.main-sidebar.list {
    padding: 0 115px; }

  .tax-product_cat .main-sidebar .toolbar-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 85%; }
  .tax-product_cat .main-sidebar .toolbar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%; } }
.products .no-products {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left; }
.products .woocommerce-info {
  margin: 0 15px; }

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: transparent; }

@media (max-width: 1199px) and (min-width: 992px) {
  .columns-5 .product-top .product-action .group-action {
    display: none; }
  .columns-5 .product-top .product-action .action-item.add-cart {
    padding-bottom: 0; }
    .columns-5 .product-top .product-action .action-item.add-cart .add-cart-btn {
      width: auto; }
      .columns-5 .product-top .product-action .action-item.add-cart .add-cart-btn a {
        font-size: 0;
        height: 35px;
        position: relative;
        width: 35px;
        border-radius: 50%;
        padding: 0; }
        .columns-5 .product-top .product-action .action-item.add-cart .add-cart-btn a:before {
          content: "\e930";
          font-family: 'arangi';
          display: inline-block;
          font-size: 17px; }

  .main-2 .grid-3 .product-action .action-item .add-cart-btn a {
    padding: 13px 25px; } }
@media (max-width: 1199px) {
  .product-grid.columns-3 .product-top .product-action .desc {
    max-height: 75px;
    -webkit-line-clamp: 3; }

  .product-top .product-action {
    left: 20px;
    right: 20px;
    top: 20px;
    height: calc(100% - 40px); }

  .columns-4.product-grid .product-top .product-action {
    padding: 0 15px; }
    .columns-4.product-grid .product-top .product-action .action-item .add-cart-btn a {
      font-size: 13px;
      height: 32px; }
    .columns-4.product-grid .product-top .product-action .desc {
      display: none; }

  .post-type-archive-product .static-block {
    padding-top: 89px; }

  #yith-quick-view-content div.entry-summary {
    padding-top: 20px; }
    #yith-quick-view-content div.entry-summary .product_title {
      font-size: 25px; }

  .post-type-archive-product, .tax-product_cat {
    /* .active-sidebar + .main-sidebar ul.products li.type-product {
    	&:nth-child(4n+1){
    		clear: none;
    	}
    } */ }
    .post-type-archive-product .main-sidebar, .post-type-archive-product .active-sidebar, .tax-product_cat .main-sidebar, .tax-product_cat .active-sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .post-type-archive-product .active-sidebar, .tax-product_cat .active-sidebar {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 60px; }

  .woocommerce .woocommerce-ordering select {
    width: 240px; } }
@media (max-width: 1024px) {
  /* Shop categories */
  .wp-products-list-cat .elementor-row .elementor-column:nth-child(1), .wp-products-list-cat .elementor-row .elementor-column:nth-child(2) {
    margin-bottom: 45px;
    width: 50% !important; }
  .wp-products-list-cat .elementor-row .elementor-column:nth-child(3) {
    width: 100% !important; }
  .wp-products-list-cat ul.products li.type-product .product-content .product-desc {
    margin-top: 0; }
  .wp-products-list-cat ul.products li.type-product .price {
    padding-bottom: 0;
    margin-bottom: 0; }

  .row.hiden-tablet {
    display: none; } }
@media (max-width: 1024px) and (min-width: 992px) {
  .home-cat {
    margin-bottom: 30px; }

  .product-grid.grid-3 .product-action .action-item .add-cart-btn a {
    padding: 13px 22px; } }
@media (max-width: 991px) {
  .product-packery .woocommerce ul.products:not(.product-list) li.type-product .price {
    font-size: 14px; }
  .product-packery .woocommerce ul.products:not(.product-list) li.type-product .label-product {
    left: -15px; }
    .product-packery .woocommerce ul.products:not(.product-list) li.type-product .label-product + .on-sale, .product-packery .woocommerce ul.products:not(.product-list) li.type-product .label-product.on-sale + .new, .product-packery .woocommerce ul.products:not(.product-list) li.type-product .label-product.on-hot + .new {
      left: 15px; }
    .product-packery .woocommerce ul.products:not(.product-list) li.type-product .label-product.on-hot + .on-sale + .new {
      left: 45px; }

  .columns-5 .product-top .product-action .action-item .add-cart-btn {
    width: auto; }
    .columns-5 .product-top .product-action .action-item .add-cart-btn a {
      min-width: 120px;
      width: auto; }

  .apr-product.product-list.list-2 .woocommerce ul.products li .price {
    font-size: 14px; }

  .product-top .product-action {
    padding: 0 15px; }

  #yith-quick-view-content .quantity {
    height: 43px; }

  .product-list .product-image {
    width: 250px; }
  .product-list .product-action {
    padding-top: 10px; }
    .product-list .product-action .action-item.add-cart {
      margin-top: 15px; }
  .product-list .product-content .product-desc {
    width: calc(100% - 250px);
    height: 300px;
    padding-top: 30px; }
    .product-list .product-content .product-desc .desc {
      max-width: 100%;
      max-height: 50px;
      overflow: hidden; }
    .product-list .product-content .product-desc li.product h3 {
      margin-bottom: 10px; }
    .product-list .product-content .product-desc .product-price .price {
      margin: 0; }

  .label-product {
    font-size: 11px;
    width: 73px;
    height: 23px;
    line-height: 25px;
    left: 5px;
    top: 25px; }
    .label-product + .on-sale, .label-product.on-sale + .new, .label-product.on-hot + .new {
      left: 35px; }
    .label-product.on-hot + .on-sale + .new {
      left: 75px; }

  .woocommerce #yith-quick-view-content div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td {
    padding: 26px 15px 21px; }
  .woocommerce #yith-quick-view-content div.entry-summary form.cart .woocommerce-grouped-product-list.group_table thead th {
    padding: 14px 15px; }
  .woocommerce div.entry-summary {
    margin-top: 30px; }
    .woocommerce div.entry-summary .price del, .woocommerce div.entry-summary .price ins, .woocommerce div.entry-summary .price .amount {
      font-size: 18px; }
    .woocommerce div.entry-summary .price del .amount {
      font-size: 16px; }
  .woocommerce ul.products:not(.product-list) .product-content .product-desc {
    padding-bottom: 12px; }
  .woocommerce ul.products[class*=columns-] li.type-product {
    margin-bottom: 15px; }

  .woocommerce ul.products.product-list li.type-product {
    margin-bottom: 17px; }

  .post-type-archive-product .static-block {
    padding-top: 50px; }

  .post-type-archive-product .active-sidebar .widget:first-child .widget-title, .tax-product_cat .active-sidebar .widget:first-child .widget-title {
    padding-top: 0; }
  .post-type-archive-product .products.product-grid.columns-4 li.type-product:nth-child(3n+1), .tax-product_cat .products.product-grid.columns-4 li.type-product:nth-child(3n+1) {
    clear: left; }

  #yith-quick-view-content form.cart button[type=submit] {
    border-radius: 0;
    padding: 0;
    width: 40px; }
    #yith-quick-view-content form.cart button[type=submit] i {
      margin: 0;
      font-size: 16px; }

  .product-grid.grid-3 .woocommerce ul.products[class*="columns-"] li.type-product {
    clear: none; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .post-type-archive-product .active-sidebar + .main-sidebar ul.products:not(.columns-2) li.type-product:nth-child(3n+1), .tax-product_cat .active-sidebar + .main-sidebar ul.products:not(.columns-2) li.type-product:nth-child(3n+1) {
    clear: left; }
  .post-type-archive-product .active-sidebar + .main-sidebar.has-sidebar ul.products.columns-5 li.type-product:nth-child(3n+1),
  .post-type-archive-product .active-sidebar + .main-sidebar.has-sidebar ul.products.columns-4 li.type-product:nth-child(3n+1), .tax-product_cat .active-sidebar + .main-sidebar.has-sidebar ul.products.columns-5 li.type-product:nth-child(3n+1),
  .tax-product_cat .active-sidebar + .main-sidebar.has-sidebar ul.products.columns-4 li.type-product:nth-child(3n+1) {
    clear: none; } }
@media (min-width: 768px) {
  .toolbar-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%; }

  .toolbar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

  .woocommerce ul.products.product-grid.columns-6 li.first,
  .woocommerce-page ul.products.product-grid.columns-6 li.first {
    clear: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .post-type-archive-product .products.product-grid.columns-4 li.type-product {
    clear: none; }
    .post-type-archive-product .products.product-grid.columns-4 li.type-product:nth-child(3n+1) {
      clear: left !important; }

  .product-grid.columns-3 .product-top .product-action .desc {
    display: none; } }
@media (max-width: 767px) {
  .product-packery .woocommerce ul.products:not(.product-list) .product-top .product-image .top-desc {
    bottom: 10px; }

  .woocommerce ul.products:not(.product-list) li.type-product .price {
    margin-bottom: 15px; }

  .woocommerce nav.woocommerce-pagination .page-numbers li a.next,
  .woocommerce nav.woocommerce-pagination .page-numbers li a.prev {
    width: 100% !important; }

  .product-packery .woocommerce ul.products:not(.product-list) li.type-product:nth-child(9) {
    display: none; }

  p.element-product {
    font-size: 13px; }

  .woocommerce ul.products:not(.product-list).columns-3 li.type-product .product-title .product-name, .woocommerce ul.products:not(.product-list).columns-4 li.type-product .product-title .product-name {
    font-size: 13px; }

  .product-list + .woocommerce-pagination {
    padding-top: 30px; }

  #yith-quick-view-content div.images,
  #yith-quick-view-content div.entry-summary {
    width: 100%; }
  #yith-quick-view-content div.entry-summary .product_title {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0; }
  #yith-quick-view-content div.entry-summary form.cart .woocommerce-grouped-product-list.group_table {
    display: none; }

  .woocommerce-notices-wrapper .woocommerce-message a.button {
    display: none; }

  .cate-archive .product-category .woocommerce-loop-category__title {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0; }

  .woocommerce .woocommerce-result-count {
    padding-left: 0;
    display: block;
    padding-top: 10px; }

  .toobar-top {
    position: relative;
    margin-bottom: 20px; }

  .toolbar-right {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 0; }

  .post-type-archive-product .side-breadcrumb {
    margin-bottom: 40px; }
  .post-type-archive-product .static-block {
    padding-top: 40px; }

  .product-list .product-top {
    float: none; }
  .product-list .product-image {
    width: 100%; }
    .product-list .product-image a img {
      margin: 0 auto !important;
      width: auto !important; }
  .product-list .product-content .product-desc {
    padding: 20px;
    width: 100%;
    display: inline-block;
    height: auto;
    border-top: 0;
    border-left: 1px dashed #dfdfdf; }
    .product-list .product-content .product-desc .desc p {
      white-space: normal; }

  .wp-products-list-cat .elementor-row .elementor-column:nth-child(1), .wp-products-list-cat .elementor-row .elementor-column:nth-child(2) {
    width: 100% !important; }
  .wp-products-list-cat .elementor-row .elementor-column:nth-child(3) {
    margin-bottom: 20px; }
  .wp-products-list-cat .product-list .product-top {
    float: left; }

  .product-action .action-item .add-cart-btn a {
    height: 35px; }

  .woocommerce .woocommerce-ordering label {
    font-size: 14px; }
  .woocommerce ul.products.columns-4:not(.product-list) + .woocommerce-pagination {
    padding-top: 10px; }
  .woocommerce ul.products:not(.product-list) .product-content .product-top .product-action {
    display: none !important; }
  .woocommerce ul.products:not(.product-list) .product-content .price ins {
    margin-right: 5px; }
  .woocommerce ul.products:not(.product-list) .product-content .product-desc {
    padding-bottom: 15px;
    text-align: center !important; }
    .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-title {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action .group-action {
        display: none; }
      .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action .action-item.add-cart {
        margin-top: 0; }
        .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action .action-item.add-cart a {
          width: auto;
          min-width: 120px; }
      .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action .add-cart-btn {
        width: auto;
        margin: 0 auto; }
    .woocommerce ul.products:not(.product-list) .product-content .product-desc .star-rating {
      margin: 0 auto;
      width: 81px;
      margin-top: 7px; } }
@media (max-width: 600px) {
  .cate-archive {
    margin-bottom: 20px; }

  #yith-quick-view-content div.images, #yith-quick-view-content div.entry-summary {
    width: 100%; }
  #yith-quick-view-content div.entry-summary {
    padding: 25px 5px 30px; }

  .woocommerce nav.woocommerce-pagination .page-numbers li a.prev, .woocommerce nav.woocommerce-pagination .page-numbers li a.next {
    margin-right: 10px; } }
@media (max-width: 480px) {
  .woocommerce .woocommerce-error {
    padding-left: 40px; }

  #yith-quick-view-content div.entry-summary form.cart div.quantity {
    margin-bottom: 15px;
    display: block;
    min-width: 150px; }

  .woocommerce .woocommerce-ordering label {
    display: none; }
  .woocommerce .woocommerce-ordering select {
    width: 200px;
    padding-left: 10px; }

  #yith-quick-view-content div.entry-summary {
    padding: 25px 0 30px; }

  .woocommerce div.entry-summary form.cart label.qty {
    display: none; }

  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error {
    padding: 11px 15px 10px 40px; }
    .woocommerce-message:before,
    .woocommerce-info:before,
    .woocommerce-error:before {
      left: 15px; }

  .woocommerce-notices-wrapper .woocommerce-message {
    padding: 10px 15px 10px 40px !important; } }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #yith-quick-view-close {
    line-height: 20px; } }
.woocommerce form .form-row {
  width: 100%; }
  .woocommerce form .form-row .woocommerce-input-wrapper {
    width: 100%; }
    .woocommerce form .form-row .woocommerce-input-wrapper input {
      padding: 0;
      border: none;
      border-bottom: 1px solid #ebebeb;
      border-radius: 0; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background-color: transparent; }

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 0; }

.product-share {
  margin-top: 20px; }
  .product-share h6 {
    font-weight: 600;
    text-transform: capitalize;
    word-spacing: 2px; }
  .product-share h6, .product-share .product-sharing-list {
    display: inline-block;
    vertical-align: middle; }
  .product-share span {
    display: none; }
  .product-share .product-sharing-list a {
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #6d6b6c;
    margin: 0 5px;
    line-height: 36px;
    font-size: 13px; }
    .product-share .product-sharing-list a:hover {
      color: #c44860; }

@media (max-width: 420px) {
  .woocommerce ul.products[class*=columns-] li.type-product {
    width: 100%; }

  .product-packery .woocommerce ul.products:not(.product-list) .product-content:hover .product-desc .product-price .desc {
    display: block; } }
.type-grid-2 .product-top .product-action {
  display: none !important; }
.type-grid-2 .product-desc .group-action {
  display: none; }
.type-grid-2 .woocommerce ul.products:not(.product-list) .product-title .product-name {
  font-size: 17px !important;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0; }
.type-grid-2 .woocommerce ul.products:not(.product-list) .product-content .product-desc {
  text-align: center; }
  .type-grid-2 .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action {
    display: block !important; }
  .type-grid-2 .woocommerce ul.products:not(.product-list) .product-content .product-desc .star-rating {
    margin-left: auto;
    margin-right: auto; }
.type-grid-2 .woocommerce ul.products:not(.product-list) .product-action .add-cart-btn {
  margin: 0 auto; }
.type-grid-2 .woocommerce ul.products:not(.product-list) .product-action .action-item.add-cart {
  margin-top: 15px; }
.type-grid-2 .woocommerce ul.products:not(.product-list) .woocommerce ul.products[class*="columns-"] li.type-product {
  margin-bottom: 40px; }
.type-grid-2 .category-product {
  display: block; }
  .type-grid-2 .category-product a {
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0; }
.type-grid-2 .woocommerce ul.products[class*="columns-"] li.type-product {
  margin-bottom: 30px; }
.type-grid-2 .on-sale.percentage {
  display: none; }

/*-------------Single Products---------------*/
.woocommerce div.entry-summary .product_title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 17px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: -6px;
  line-height: 35px; }
.woocommerce div.entry-summary .woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .woocommerce div.entry-summary .woocommerce-product-rating .star-rating {
    display: inline-block;
    height: 12px;
    position: relative;
    text-indent: -999em;
    width: 81px;
    margin: 6px 14px 0 0;
    font-size: 14px; }
    .woocommerce div.entry-summary .woocommerce-product-rating .star-rating:before {
      font-size: 12px;
      position: absolute;
      text-indent: 1px;
      content: "\e021\e021\e021\e021\e021";
      letter-spacing: 4px;
      font-family: WooCommerce;
      left: 0;
      top: 0;
      color: #fdcf0c; }
    .woocommerce div.entry-summary .woocommerce-product-rating .star-rating span {
      float: none;
      overflow: hidden;
      display: block;
      position: relative;
      font-size: 0;
      height: 12px; }
      .woocommerce div.entry-summary .woocommerce-product-rating .star-rating span:before {
        font-size: 12px;
        position: absolute;
        text-indent: 1px;
        content: "\e020\e020\e020\e020\e020";
        letter-spacing: 4px;
        font-family: WooCommerce;
        left: 0;
        height: 12px;
        white-space: nowrap;
        top: 0;
        color: #fdcf0c; }
  .woocommerce div.entry-summary .woocommerce-product-rating .rating {
    float: none;
    margin: 0 2px 0 9px; }
  .woocommerce div.entry-summary .woocommerce-product-rating .woocommerce-review-link span {
    margin-right: 11px; }
  .woocommerce div.entry-summary .woocommerce-product-rating .woocommerce-review-link, .woocommerce div.entry-summary .woocommerce-product-rating p {
    line-height: 25px;
    color: #555555;
    float: none;
    font-weight: 500;
    margin: 0; }
  .woocommerce div.entry-summary .woocommerce-product-rating p {
    padding-right: 11px; }
.woocommerce div.entry-summary .availability {
  margin-top: 16px;
  display: block; }
  .woocommerce div.entry-summary .availability span.stock {
    color: #6d6b6c;
    font-size: 15px; }
.woocommerce div.entry-summary p.price {
  color: #c44860;
  font-size: 20px; }
.woocommerce div.entry-summary span.price {
  font-size: 20px; }
.woocommerce div.entry-summary .price {
  margin-bottom: 0; }
  .woocommerce div.entry-summary .price ins {
    float: left;
    padding-top: 8px; }
  .woocommerce div.entry-summary .price del, .woocommerce div.entry-summary .price ins, .woocommerce div.entry-summary .price .amount {
    font-weight: 400; }
  .woocommerce div.entry-summary .price del {
    color: #6d6b6c; }
    .woocommerce div.entry-summary .price del span.amount {
      color: #6d6b6c; }
  .woocommerce div.entry-summary .price ins, .woocommerce div.entry-summary .price .amount {
    color: #c44860; }
  .woocommerce div.entry-summary .price ins {
    margin-right: 11px; }
  .woocommerce div.entry-summary .price .woocommerce-Price-currencySymbol {
    padding-right: 4px; }
.woocommerce div.entry-summary span.label-product.on-sale.percentage {
  width: 43px;
  height: 43px;
  font-size: 16px;
  margin-bottom: 0; }
  .woocommerce div.entry-summary span.label-product.on-sale.percentage.up-to {
    padding: 0 15px;
    height: 38px; }
  .woocommerce div.entry-summary span.label-product.on-sale.percentage span {
    line-height: 42px; }
  .woocommerce div.entry-summary span.label-product.on-sale.percentage.up-to {
    width: auto; }
.woocommerce div.entry-summary .product_meta strong {
  display: inline;
  color: #333;
  line-height: 30px;
  font-size: 15px; }
.woocommerce div.entry-summary .woocommerce-product-details__short-description {
  margin-top: 23px; }
  .woocommerce div.entry-summary .woocommerce-product-details__short-description p {
    letter-spacing: 0;
    margin-bottom: 8px;
    line-height: 26px;
    font-size: 15px; }
  .woocommerce div.entry-summary .woocommerce-product-details__short-description strong {
    margin-bottom: 10px;
    display: block; }
  .woocommerce div.entry-summary .woocommerce-product-details__short-description ul li {
    font-size: 15px;
    list-style: none; }
.woocommerce div.entry-summary strong, .woocommerce div.entry-summary label.qty {
  font-size: 15px;
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
  line-height: 30px; }
.woocommerce div.entry-summary form.cart {
  margin: 11px 6px 10px 0; }
  .woocommerce div.entry-summary form.cart.variations_form {
    display: block;
    padding-top: 20px !important; }
    .woocommerce div.entry-summary form.cart.variations_form ~ .compare.button,
    .woocommerce div.entry-summary form.cart.variations_form ~ .yith-wcwl-add-to-wishlist {
      position: absolute;
      bottom: 4px;
      left: 290px; }
    .woocommerce div.entry-summary form.cart.variations_form ~ .compare.button {
      left: 328px; }
  .woocommerce div.entry-summary form.cart .variations {
    display: inherit;
    margin: -15px 0 0;
    background: transparent; }
    .woocommerce div.entry-summary form.cart .variations .attribute-swatch {
      line-height: 100%; }
    .woocommerce div.entry-summary form.cart .variations tbody {
      display: block; }
      .woocommerce div.entry-summary form.cart .variations tbody tr {
        display: block; }
        .woocommerce div.entry-summary form.cart .variations tbody tr:last-child td:last-child {
          padding-bottom: 0; }
    .woocommerce div.entry-summary form.cart .variations td {
      width: 100%;
      display: block;
      padding: 0; }
      .woocommerce div.entry-summary form.cart .variations td.label {
        padding-bottom: 15px;
        padding-top: 15px;
        padding-right: 0; }
    .woocommerce div.entry-summary form.cart .variations label {
      margin-bottom: 0;
      color: #333;
      font-size: 14px;
      font-weight: 800; }
    .woocommerce div.entry-summary form.cart .variations .label {
      text-transform: uppercase;
      font-family: Raleway;
      letter-spacing: 0.08em;
      line-height: 20px;
      padding-bottom: 5px;
      color: #333; }
      .woocommerce div.entry-summary form.cart .variations .label span {
        font-weight: 800; }
        .woocommerce div.entry-summary form.cart .variations .label span.wcva_selected_attribute {
          color: #6d6b6c;
          text-transform: none;
          font-weight: 400;
          font-size: 15px;
          font-family: Domine; }
    .woocommerce div.entry-summary form.cart .variations select {
      margin-right: 0;
      border: 1px solid #ccc;
      border-radius: 0;
      height: 40px;
      background: url(../images/caret-down.png) no-repeat right center; }
  .woocommerce div.entry-summary form.cart .reset_variations {
    font-size: 14px;
    display: block !important; }
  .woocommerce div.entry-summary form.cart .woocommerce-variation-price {
    margin-bottom: 15px;
    padding-top: 10px; }
    .woocommerce div.entry-summary form.cart .woocommerce-variation-price span.price ins {
      padding-top: 0; }
  .woocommerce div.entry-summary form.cart .stock {
    color: #c44860; }
  .woocommerce div.entry-summary form.cart .button, .woocommerce div.entry-summary form.cart .quantity {
    float: none !important; }
  .woocommerce div.entry-summary form.cart label.qty {
    margin-right: 11px; }
  .woocommerce div.entry-summary form.cart div.quantity {
    vertical-align: middle;
    margin: 0 6px 0 0; }
    .woocommerce div.entry-summary form.cart div.quantity input::-webkit-outer-spin-button,
    .woocommerce div.entry-summary form.cart div.quantity input::-webkit-inner-spin-button {
      -webkit-appearance: none; }
    .woocommerce div.entry-summary form.cart div.quantity input[type=number]:focus {
      outline: 0; }
  .woocommerce div.entry-summary form.cart button[type="submit"] {
    padding: 0 32px;
    text-transform: inherit;
    font-weight: 400;
    color: #fff;
    border: 1px solid transparent;
    background-color: #c44860;
    border-radius: 30px;
    font-size: 15px;
    height: 45px;
    font-family: Raleway;
    border: 0; }
    .woocommerce div.entry-summary form.cart button[type="submit"]:hover {
      background: #f4ae7b;
      color: #fff; }
  .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table {
    margin-bottom: 30px;
    border: 0; }
    .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table thead {
      background: #c44860;
      background: -webkit-gradient(left top, right top, color-stop(40%, #c44860), color-stop(100%, #f4ae7b));
      background: -webkit-gradient(linear, left top, right top, color-stop(40%, #c44860), to(#f4ae7b));
      background: linear-gradient(to right, #c44860 40%, #f4ae7b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c44860', endColorstr='#f89979', GradientType=1 ); }
      .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table thead th {
        border: none;
        padding: 14px 30px; }
        .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table thead th:first-child {
          width: 69%; }
        .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table thead th h4 {
          margin: 0;
          color: #fff;
          font-size: 14px;
          text-transform: uppercase;
          line-height: 20px;
          letter-spacing: 0.08em;
          font-weight: 800; }
    .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td {
      padding: 26px 30px 21px;
      text-align: left;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc; }
      .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td:first-child {
        width: 69%;
        border-left: 1px solid #ccc; }
      .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td:last-child {
        vertical-align: middle; }
      .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td.woocommerce-grouped-product-list-item__label h4 {
        margin: 0; }
      .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td.woocommerce-grouped-product-list-item__label a {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.025em; }
      .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td label {
        margin-bottom: 4px;
        display: block; }
      .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td del, .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td ins {
        background: none; }
      .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td del span.amount {
        color: #6d6b6c;
        opacity: 1;
        text-decoration: line-through; }
      .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td span.amount {
        color: #c44860; }
      .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td.woocommerce-grouped-product-list-item__quantity {
        text-align: center; }
      .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td .quantity {
        height: 38px;
        min-width: 67px;
        border: 1px solid #ccc;
        width: 67px;
        background-color: #fff; }
        .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td .quantity input.qty.text {
          color: #ccc;
          font-weight: 400; }
          .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td .quantity input.qty.text::-webkit-input-placeholder {
            color: #ccc;
            font-weight: 400; }
          .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td .quantity input.qty.text:-ms-input-placeholder {
            color: #ccc;
            font-weight: 400; }
          .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td .quantity input.qty.text::-ms-input-placeholder {
            color: #ccc;
            font-weight: 400; }
          .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td .quantity input.qty.text::placeholder {
            color: #ccc;
            font-weight: 400; }
      .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td .qty-number {
        display: none; }
      .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td .add-cart-btn a {
        width: 100%;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px; }
  .woocommerce div.entry-summary form.cart.grouped_form {
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
    .woocommerce div.entry-summary form.cart.grouped_form + .yith-wcwl-add-to-wishlist {
      width: 36px;
      height: 36px;
      line-height: 36px;
      float: right;
      margin-left: 11px;
      margin-right: 0;
      position: absolute;
      bottom: 6px;
      left: 163px; }
    .woocommerce div.entry-summary form.cart.grouped_form ~ .compare {
      float: right;
      position: absolute;
      width: 36px;
      height: 36px;
      line-height: 36px;
      left: 213px;
      bottom: 6px; }
  .woocommerce div.entry-summary form.cart .wc-no-matching-variations {
    margin-bottom: 30px;
    margin-top: -25px; }
.woocommerce div.entry-summary form.cart, .woocommerce div.entry-summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
  vertical-align: middle; }
.woocommerce div.entry-summary .yith-wcwl-add-to-wishlist,
.woocommerce div.entry-summary .compare.button {
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #ededed;
  line-height: 36px; }
.woocommerce div.entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  color: #c44860; }
.woocommerce div.entry-summary .yith-wcwl-add-to-wishlist:hover a:before {
  color: #c44860; }
.woocommerce div.entry-summary .yith-wcwl-add-to-wishlist a {
  font-size: 12px;
  padding: 0;
  background: none;
  color: #6d6b6c;
  line-height: 35px;
  display: block; }
  .woocommerce div.entry-summary .yith-wcwl-add-to-wishlist a:hover {
    color: #c44860; }
  .woocommerce div.entry-summary .yith-wcwl-add-to-wishlist a:before {
    color: #6d6b6c; }
  .woocommerce div.entry-summary .yith-wcwl-add-to-wishlist a span {
    display: none; }
.woocommerce div.entry-summary .clear {
  display: none !important; }
.woocommerce div.entry-summary .compare.button {
  color: #6d6b6c;
  vertical-align: middle;
  text-indent: -9999em;
  overflow: hidden;
  padding: 0;
  font-size: 11px;
  margin-left: 8px; }
  .woocommerce div.entry-summary .compare.button.added {
    color: #c44860; }
  .woocommerce div.entry-summary .compare.button:before {
    font-family: 'themify';
    content: "\e6ac";
    text-indent: 1px;
    display: block; }
  .woocommerce div.entry-summary .compare.button:hover {
    color: #c44860; }
.woocommerce p.stars a {
  color: #fec104;
  font-size: 12px;
  margin-right: 3px; }
  .woocommerce p.stars a:hover {
    color: #c44860; }
.woocommerce .single_2 div.entry-summary .woocommerce-product-details__short-description {
  margin-top: 20px; }
  .woocommerce .single_2 div.entry-summary .woocommerce-product-details__short-description p {
    margin-bottom: 2px; }
.woocommerce .single_2 div.entry-summary .availability {
  margin-top: 14px; }
.woocommerce .single_3 div.entry-summary form.cart {
  padding-top: 34px; }
.woocommerce .single_3 div.entry-summary .product_title {
  margin-bottom: 12px; }
.woocommerce .single_3 div.entry-summary .woocommerce-product-rating {
  margin-bottom: 14px; }
.woocommerce .single_3 div.entry-summary .woocommerce-product-details__short-description {
  margin-top: 11px; }
.woocommerce .single_4 div.entry-summary .product_title {
  margin-top: 12px;
  margin-bottom: 12px; }
.woocommerce .single_4 div.entry-summary .woocommerce-product-rating {
  margin-bottom: 11px; }
.woocommerce .single_4 div.entry-summary .woocommerce-product-details__short-description {
  margin-top: 9px; }
.woocommerce .single_4 div.entry-summary .availability {
  margin-top: 28px; }
.woocommerce .single_4 div.entry-summary .delivery-return {
  padding-top: 16px; }
.woocommerce .single_4 div.entry-summary form.cart {
  margin-right: 6px; }
.woocommerce .single_4 div.entry-summary .compare.button {
  margin-left: 3px; }
.woocommerce .single_4 .woocommerce-tabs .product-tab ul.tabs li {
  margin-right: 30px; }
.woocommerce .single_4 #reviews #comments ol.commentlist {
  margin-bottom: 31px; }
  .woocommerce .single_4 #reviews #comments ol.commentlist li {
    margin-bottom: 13px;
    padding-bottom: 0px; }
.woocommerce .single_4 .comment-group p {
  width: 100%; }
.woocommerce div.product .single_4 .summary {
  margin-bottom: 0; }
.woocommerce #reviews #comments ol.commentlist li {
  border-bottom: 1px dashed #d8d8d8;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
      font-size: 15px;
      color: #6d6b6c;
      margin-bottom: 15px; }
      .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
        color: #c44860;
        font-weight: 400;
        font-style: italic;
        text-transform: capitalize; }
    .woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
      color: #333;
      font-size: 18px;
      line-height: 35px; }
.woocommerce #reviews #comments h2 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.025em;
  margin-bottom: 16px; }
.woocommerce #reviews .star-rating {
  float: none; }
.woocommerce #reviews .review-left {
  padding-right: 50px;
  min-width: 234px;
  margin-bottom: 20px; }
.woocommerce #reviews .review-left, .woocommerce #reviews .review-right {
  display: inline-block;
  vertical-align: top; }
.woocommerce #reviews #respond.comment-respond {
  margin-top: 3px; }
.woocommerce #reviews .comment-reply-title {
  letter-spacing: 0.025em;
  display: block;
  float: none;
  width: 100%;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 18px;
  font-size: 20px;
  margin-top: 10px; }
.woocommerce #reviews .comment-notes {
  display: none; }
.woocommerce #reviews .apsl-login-networks {
  margin-top: 15px; }
.woocommerce #reviews #comment {
  height: 150px;
  border-radius: 0;
  resize: none; }
  .woocommerce #reviews #comment:hover, .woocommerce #reviews #comment:focus {
    background-color: transparent;
    border: 1px dashed #333; }
.woocommerce #reviews #review_form .comment-form p {
  margin-bottom: 22px; }
  .woocommerce #reviews #review_form .comment-form p.stars {
    margin-bottom: 10px; }
  .woocommerce #reviews #review_form .comment-form p.form-submit {
    margin-top: 30px;
    margin-bottom: 0; }
    .woocommerce #reviews #review_form .comment-form p.form-submit input#submit {
      color: #fff;
      font-weight: 400;
      font-size: 18px;
      text-transform: none;
      padding: 13px 39px; }
      .woocommerce #reviews #review_form .comment-form p.form-submit input#submit:hover {
        background-color: #f4ae7b;
        border-color: #f4ae7b; }
.woocommerce .product-extra ul.products:not(.product-list) li.type-product .price {
  margin-top: 8px;
  font-size: 17px; }
.woocommerce .product-extra ul.products:not(.product-list) li.type-product .product-title .product-name {
  font-size: 16px; }
.woocommerce .product-extra ul.products:not(.product-list) .product-content .top-desc {
  margin-top: 14px; }
.woocommerce .product-extra ul.products:not(.product-list) .product-content .product-desc {
  padding-top: 28px; }
  .woocommerce .product-extra ul.products:not(.product-list) .product-content .product-desc .star-rating {
    margin-top: 17px;
    margin-bottom: 10px; }

.woocommerce .product-detail + .product-tab .review-right {
  width: calc(100% - 234px);
  padding-right: 70px; }
.woocommerce .product-detail + .product-tab #reviews .review-left, .woocommerce .product-detail + .product-tab #reviews .review-right {
  float: left; }

.tab-content ul {
  margin: 0; }

.woocommerce .slimScrollDiv div.entry-summary .yith-wcwl-add-to-wishlist a {
  line-height: unset; }

em.woocommerce-review__verified.verified {
  display: none; }

.comment-group {
  margin: 0 -5px;
  clear: both;
  overflow: hidden; }
  .comment-group p {
    width: 50%;
    float: left;
    padding: 0 10px; }

.delivery-return {
  padding-top: 14px; }
  .delivery-return h4 {
    font-size: 18px;
    font-weight: 700; }

.single-product #elementor-lightbox {
  height: 0 !important; }
.single-product .active-sidebar > .widget_product_categories,
.single-product .active-sidebar > .widget_product_categories + .berocket_single_filter_widget,
.single-product .active-sidebar > .widget_product_categories + .berocket_single_filter_widget + .brand,
.single-product .active-sidebar > .widget_product_categories + .berocket_single_filter_widget + .brand + .berocket_single_filter_widget {
  background-color: #fff; }
.single-product .active-sidebar .widget.widget_products .product_list_widget .product-top .product-image img,
.single-product .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-top .product-image img {
  background-color: #fff; }
.single-product .page-footer {
  margin-top: 0; }
.single-product .wrapper {
  background-color: #faf9f7;
  padding-top: 110px; }
.single-product .side-breadcrumb {
  margin-bottom: 0; }
.single-product .static-block {
  padding-top: 0; }
.single-product .swatchinput {
  padding-right: 6px;
  padding-bottom: 0;
  height: 32px; }
.single-product label.wcva_single_textblock {
  background: #c44860;
  border-radius: 0;
  color: #fff; }
.single-product .yith-wcbr-brands {
  display: none; }
.single-product .show-brands .yith-wcbr-brands {
  display: block; }
.single-product.woocommerce .product-list-thumbnails {
  width: 100%;
  clear: left; }
  .single-product.woocommerce .product-list-thumbnails img {
    cursor: pointer; }
.single-product.woocommerce .images img.zoomImg {
  display: none !important; }
.single-product.woocommerce .woocommerce-product-gallery__trigger {
  display: none; }
.single-product label.error {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 6px; }
.single-product .comment-actions .wpulike {
  right: 0;
  top: 9px;
  position: absolute;
  z-index: 1; }
.single-product .product-detail .label-product {
  left: 15px; }
.single-product .product-detail div.images figure.woocommerce-product-gallery__wrapper {
  margin-bottom: 10px; }
.single-product .product-detail .product-list-thumbnails .slick-arrow {
  position: absolute;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .single-product .product-detail .product-list-thumbnails .slick-arrow i {
    line-height: normal; }
.single-product .product-detail .product-list-thumbnails .slick-list {
  margin: 0 -5px; }
.single-product .product-detail .product-list-thumbnails .slick-slide {
  padding: 0 5px; }
.single-product .product-detail.single_1 .has-gallery {
  padding: 0 10px; }
  .single-product .product-detail.single_1 .has-gallery .woocommerce-product-gallery__wrapper {
    padding: 0 5px; }
.single-product .product-detail.single_1 .slick-dots {
  position: absolute;
  left: 44px;
  top: calc(50% - 4px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .single-product .product-detail.single_1 .slick-dots li {
    height: 74px;
    width: 9px;
    border-radius: 0;
    border: none;
    display: block;
    margin-right: 0;
    border: none; }
    .single-product .product-detail.single_1 .slick-dots li.slick-active button, .single-product .product-detail.single_1 .slick-dots li.slick-active:before {
      border-color: #c44860 !important; }
    .single-product .product-detail.single_1 .slick-dots li.slick-active button {
      background-color: #c44860; }
    .single-product .product-detail.single_1 .slick-dots li:before {
      position: absolute;
      content: "";
      height: calc(100% - 9px);
      left: 4px;
      top: 9px;
      border-right: 1px solid #dfdfdf;
      border-left: none;
      border-top: none;
      border-bottom: none;
      border-radius: 0;
      width: 1px;
      opacity: 1; }
    .single-product .product-detail.single_1 .slick-dots li:last-child:before {
      content: none; }
    .single-product .product-detail.single_1 .slick-dots li button {
      height: 9px;
      width: 9px;
      background: none;
      top: 0;
      left: 0;
      visibility: visible;
      border: 1px solid #333; }
.single-product .product-detail.single_2 .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 25px;
  z-index: 1;
  text-align: center; }
.single-product .product-detail.single_2 .product-list-thumbnails .slick-arrow {
  color: #333;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 18px;
  font-size: 14px; }
  .single-product .product-detail.single_2 .product-list-thumbnails .slick-arrow:hover {
    background: none;
    color: #c44860; }
  .single-product .product-detail.single_2 .product-list-thumbnails .slick-arrow.btn-next {
    right: 15px; }
  .single-product .product-detail.single_2 .product-list-thumbnails .slick-arrow.btn-prev {
    left: 15px; }
.single-product .product-detail.single_2 + .product-tab .woocommerce-tabs ul.tabs {
  margin-top: 46px; }
.single-product .product-detail.single_3 .woocommerce-product-gallery__wrapper, .single-product .product-detail.single_4 .woocommerce-product-gallery__wrapper {
  margin-bottom: 10px; }
.single-product .product-detail.single_3 .slick-arrow, .single-product .product-detail.single_4 .slick-arrow {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 31px;
  letter-spacing: 0.08em;
  position: absolute;
  padding: 0 16px;
  border: 1px solid transparent;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .single-product .product-detail.single_3 .slick-arrow:hover, .single-product .product-detail.single_4 .slick-arrow:hover {
    background-color: transparent;
    border-color: #dadada; }
  .single-product .product-detail.single_3 .slick-arrow.btn-prev, .single-product .product-detail.single_4 .slick-arrow.btn-prev {
    left: calc(50% - 34px); }
  .single-product .product-detail.single_3 .slick-arrow.btn-next, .single-product .product-detail.single_4 .slick-arrow.btn-next {
    left: calc(50% + 34px); }
.single-product .product-detail.single_3 form.cart, .single-product .product-detail.single_4 form.cart {
  margin-right: 0;
  display: inline-block; }
  .single-product .product-detail.single_3 form.cart div.quantity, .single-product .product-detail.single_4 form.cart div.quantity {
    margin-right: 7px; }
.single-product .product-detail.single_3 div.entry-summary form.cart.variations_form ~ .compare.button,
.single-product .product-detail.single_3 div.entry-summary form.cart.variations_form ~ .yith-wcwl-add-to-wishlist {
  position: static; }
.single-product .product-detail.single_3 div.entry-summary form.cart {
  margin-bottom: 30px; }
@media (min-width: 992px) {
  .single-product .product-detail.single_4 .col-xl-5 .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }
.single-product .product-detail.single_4 .woocommerce-tabs .panel {
  margin-bottom: 0; }
.single-product .product-detail.single_4 .woocommerce-tabs ul.tabs {
  margin-top: 0; }
.single-product .product-detail.single_4 .product-tab {
  height: 100%;
  border-left: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
  padding: 0 30px; }
.single-product .product-detail div.images.woocommerce-product-gallery {
  width: 100%; }
.single-product .product-detail .entry-summary {
  width: 100% !important;
  float: none !important;
  position: relative; }
.single-product .product-detail strong {
  display: inline-block; }
.single-product div.product .woocommerce-tabs .panel {
  margin-bottom: 0; }
.single-product div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 75px 0 13px;
  border: none;
  overflow: visible; }
  .single-product div.product .woocommerce-tabs ul.tabs:before {
    content: none; }
  .single-product div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-radius: 0;
    background-color: #fff;
    padding: 0;
    position: relative;
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: 30px; }
    .single-product div.product .woocommerce-tabs ul.tabs li:before, .single-product div.product .woocommerce-tabs ul.tabs li:after {
      height: 25px;
      width: 100%;
      content: "";
      border: none;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      background-size: 100%;
      background-position: bottom;
      background-repeat: no-repeat;
      left: 0; }
    .single-product div.product .woocommerce-tabs ul.tabs li:before {
      background-image: url("../images/bg-tab-top.png");
      bottom: 100%; }
    .single-product div.product .woocommerce-tabs ul.tabs li:after {
      background-image: url("../images/bg-tab-bottom.png");
      top: 100%;
      background-position: top; }
    .single-product div.product .woocommerce-tabs ul.tabs li h4 {
      margin: 0; }
    .single-product div.product .woocommerce-tabs ul.tabs li a {
      font-size: 14px;
      font-weight: 800;
      color: #333;
      text-transform: uppercase;
      line-height: 20px;
      letter-spacing: 0.08em;
      min-width: 170px;
      text-align: center;
      padding: 11px 10px; }
    .single-product div.product .woocommerce-tabs ul.tabs li.active, .single-product div.product .woocommerce-tabs ul.tabs li:hover {
      z-index: 1; }
      .single-product div.product .woocommerce-tabs ul.tabs li.active a, .single-product div.product .woocommerce-tabs ul.tabs li:hover a {
        color: #c44860 !important; }
.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  margin: 56px 0 0; }
  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
    margin-bottom: 30px; }
    .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p strong {
      font-weight: 600;
      color: #000;
      font-size: 18px; }
.single-product div.product .woocommerce-tabs .tab-content #tab-description p {
  margin-bottom: 30px; }
  .single-product div.product .woocommerce-tabs .tab-content #tab-description p:last-child {
    margin-bottom: 0; }
  .single-product div.product .woocommerce-tabs .tab-content #tab-description p strong {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: block; }
.single-product div.product .woocommerce-tabs .tab-content #tab-description #author-bio-box {
  display: none; }
.single-product div.product .woocommerce-tabs .tab-content #tab-additional_information .shop_attributes th {
  color: #000;
  font-size: 15px;
  font-family: Domine; }
.single-product div.product .woocommerce-tabs .tab-content #tab-additional_information .shop_attributes td, .single-product div.product .woocommerce-tabs .tab-content #tab-additional_information .shop_attributes th {
  padding: 0 15px; }
.single-product div.product .woocommerce-tabs .tab-content #tab-additional_information .shop_attributes td p {
  font-style: normal; }
.single-product div.product .woocommerce-tabs .tab-content #tab-additional_information .shop_attributes th {
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  font-weight: 600; }
.single-product div.product .woocommerce-tabs .tab-content .tagged_as a {
  color: #c44860; }
.single-product .product-images-wrapper img {
  background: #fff; }
.single-product .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 30px; }
.single-product .fancybox-slide--iframe .fancybox-content {
  background: transparent;
  max-width: 1200px; }
.single-product .cld-like-dislike-wrap {
  top: 9px; }
  .single-product .cld-like-dislike-wrap .cld-common-wrap a {
    font-size: 14px; }

.product-list-thumbnails img {
  border: 1px solid transparent; }
.product-list-thumbnails .slick-current img {
  border-color: #c44860; }

.product_meta > span {
  display: block;
  margin-top: 0; }
.product_meta a {
  color: #6d6b6c; }
  .product_meta a:hover {
    color: #c44860; }

.product-extra {
  background-color: #eaeaea;
  position: relative;
  padding-top: 43px;
  padding-bottom: 54px; }
  .product-extra:before, .product-extra:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1000vh;
    background-color: #eaeaea;
    top: 0; }
  .product-extra:before {
    left: 100%; }
  .product-extra:after {
    right: 100%; }
  .product-extra .instagram_title {
    margin-bottom: 50px; }
    .product-extra .instagram_title .title-after {
      top: 8px; }
  .product-extra ul.products li.type-product {
    clear: none !important; }
  .product-extra .slick-arrow {
    position: absolute;
    font-size: 16px;
    border: 1px solid #948e90;
    border-radius: 0;
    padding: 9px 20px 7px;
    line-height: 100%;
    top: -120px;
    color: #948e90; }
    .product-extra .slick-arrow.btn-prev {
      left: 15px; }
    .product-extra .slick-arrow.btn-next {
      right: 15px; }
    .product-extra .slick-arrow:hover, .product-extra .slick-arrow:focus, .product-extra .slick-arrow:active {
      color: #c44860;
      background-color: transparent;
      border-color: #c44860; }
  .product-extra .product-list .product-content .product-desc {
    height: 100%;
    width: 100%;
    padding: 30px 15px;
    border: 1px dashed #dfdfdf; }
    .product-extra .product-list .product-content .product-desc .category-product {
      display: none; }
    .product-extra .product-list .product-content .product-desc .desc {
      display: none; }
  .product-extra .product-list .product-action .action-item.add-cart {
    width: auto;
    margin-top: 0; }
  .product-extra .product-list .product-action .action-item:last-child {
    margin-right: 10px; }

.single-delivery {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 1170px;
  background: #fff; }
  .single-delivery .elementor-icon-list-icon {
    padding-right: 13px; }
    .single-delivery .elementor-icon-list-icon i {
      vertical-align: top;
      padding-top: 9px; }

.contact-delivery {
  text-align: left; }
  .contact-delivery h5 {
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.025em;
    max-width: 80%;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 39px; }
  .contact-delivery ul.list-info-contact li {
    font-family: Domine; }
    .contact-delivery ul.list-info-contact li i, .contact-delivery ul.list-info-contact li .info-content a {
      color: #fff !important;
      font-size: 15px; }
      .contact-delivery ul.list-info-contact li i:hover, .contact-delivery ul.list-info-contact li .info-content a:hover {
        color: #333; }
    .contact-delivery ul.list-info-contact li .info-content p {
      color: #fff;
      font-size: 15px; }

.fancybox-is-open.fancybox-container .fancybox-bg {
  opacity: 0.5; }

.pswp__ui .pswp__button:hover {
  background: none; }

button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.video-product {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  right: 35px;
  top: 20px;
  z-index: 1;
  text-align: center;
  background: #c44860;
  line-height: 44px;
  font-size: 20px; }
  .video-product a {
    color: #fff;
    display: block; }
    .video-product a:hover, .video-product a:focus {
      color: #fff; }

.delivery-return + form.cart.variations_form {
  padding-top: 15px; }

.sale_notification_default.beeketing-page-block .wrapper-noti .bkt--brand {
  display: none; }
.sale_notification_default.beeketing-page-block .wrapper-noti.basic {
  border-radius: 15px;
  padding: 25px 30px;
  width: 525px; }
.sale_notification_default.beeketing-page-block .wrapper-noti .noti-body a,
.sale_notification_default.beeketing-page-block .wrapper-noti .noti-time a,
.sale_notification_default.beeketing-page-block .wrapper-noti .noti-title a {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: Raleway;
  line-height: 20px;
  letter-spacing: 0.08em;
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: 10px;
  padding-top: 0; }
.sale_notification_default.beeketing-page-block .wrapper-noti .product-image {
  margin-right: 22px;
  width: 92px;
  height: 92px; }
.sale_notification_default.beeketing-page-block .wrapper-noti .wrapper-theme {
  padding-top: 0;
  padding-bottom: 0; }
.sale_notification_default.beeketing-page-block .wrapper-noti .noti-body span,
.sale_notification_default.beeketing-page-block .wrapper-noti .noti-time span,
.sale_notification_default.beeketing-page-block .wrapper-noti .noti-title span {
  font-size: 13px;
  font-family: Domine;
  line-height: 22px; }
.sale_notification_default.beeketing-page-block .wrapper-noti .noti-time {
  font-size: 14px;
  bottom: 2px;
  font-family: Domine; }

@media (min-width: 1200px) and (max-width: 1570px) {
  .single-delivery {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden; }
    .single-delivery .fancybox-close-small {
      right: 15px;
      top: 15px; } }
@media (min-width: 1200px) {
  .single_2 .product-images-wrapper, .single_3 .product-images-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.5%;
            flex: 0 0 44.5%;
    max-width: 44.5%; }
  .single_2 .product-detail-summary, .single_3 .product-detail-summary {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.5%;
            flex: 0 0 55.5%;
    max-width: 55.5%; }

  .single_4 .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44.5%;
            flex: 0 0 44.5%;
    max-width: 44.5%; }
  .single_4 .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55.5%;
            flex: 0 0 55.5%;
    max-width: 55.5%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table thead th,
  .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td {
    padding: 15px; }
    .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table thead th:first-child,
    .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td:first-child {
      width: 60%; }

  .single_4 .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .single_4 .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .woocommerce div.entry-summary form.cart.variations_form ~ .compare.button,
  .woocommerce div.entry-summary form.cart.variations_form ~ .yith-wcwl-add-to-wishlist {
    position: static; }

  .single-delivery .elementor-section-wrap .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px; } }
@media (max-width: 1199px) {
  .single-delivery {
    min-width: calc(100% - 60px); }

  .single-product .product-detail.single_4 .product-tab {
    border: none;
    padding: 0;
    padding-top: 20px; } }
@media (min-width: 992px) {
  .col-xl-12.main-sidebar #reviews #respond.comment-respond {
    width: 50%; }

  .col-xl-6.has-sidebar .product-detail .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

  .slimScrollDiv div.summary {
    padding-right: 30px; }

  .woocommerce .slimScrollDiv div.entry-summary form.cart.grouped_form ~ .compare,
  .woocommerce .slimScrollDiv div.entry-summary form.cart.grouped_form + .yith-wcwl-add-to-wishlist,
  .woocommerce .slimScrollDiv div.entry-summary form.cart.variations_form ~ .compare.button,
  .woocommerce .slimScrollDiv div.entry-summary form.cart.variations_form ~ .yith-wcwl-add-to-wishlist {
    position: static;
    float: none; }

  .woocommerce .slimScrollDiv div.entry-summary form.cart.variations_form {
    margin-bottom: 30px; }

  .woocommerce .slimScrollDiv div.entry-summary form.cart.grouped_form + .yith-wcwl-add-to-wishlist {
    margin-left: 0; }

  .woocommerce .slimScrollDiv div.entry-summary form.cart.grouped_form {
    padding-bottom: 30px; }

  .product-extra {
    margin-top: 110px;
    margin-bottom: -110px; }

  .single-product .wrapper {
    padding-bottom: 110px; } }
@media (min-width: 768px) and (max-width: 992px) {
  .product-detail,
  .product-detail + .product-tab {
    max-width: 700px;
    margin: 0 auto; } }
@media (max-width: 991px) {
  .single-product .main-sidebar.has-sidebar {
    padding-bottom: 0; }
  .single-product .wrapper {
    padding-top: 80px; }
  .single-product .active-sidebar {
    padding-bottom: 80px; }
  .single-product .main-sidebar {
    padding-bottom: 50px; }
  .single-product .up-sells {
    margin-top: 20px; }
  .single-product div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 -14px; }
    .single-product div.product .woocommerce-tabs ul.tabs li {
      margin-left: 14px;
      margin-right: 14px; }
      .single-product div.product .woocommerce-tabs ul.tabs li a {
        min-width: auto;
        padding-left: 15px;
        padding-right: 15px; }
  .single-product div.product .woocommerce-tabs .tab-content #tab-description p {
    margin-bottom: 15px; }
  .single-product div.product .woocommerce-tabs #reviews #comments h2 {
    font-size: 22px; }
  .single-product div.product .woocommerce-tabs .panel {
    margin-bottom: 30px; }
  .single-product div.images {
    margin-bottom: 0 !important; }

  .woocommerce div.entry-summary form.cart button[type="submit"] {
    height: 40px; }
  .woocommerce div.entry-summary .product_title {
    font-size: 22px; }
  .woocommerce #reviews .comment-reply-title {
    font-size: 22px; }

  .product-extra {
    padding-top: 0;
    padding-bottom: 35px; }

  .product-tab {
    margin-top: 20px; }

  .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table {
    width: 100%; }

  .woocommerce .single_3 div.entry-summary {
    margin-bottom: 80px; }

  .woocommerce div.entry-summary form.cart.grouped_form + .yith-wcwl-add-to-wishlist,
  .woocommerce div.entry-summary form.cart.grouped_form ~ .compare {
    bottom: 3px; } }
@media (max-width: 767px) {
  .single-product .product-detail.single_1 .slick-dots {
    left: 24px; }
    .single-product .product-detail.single_1 .slick-dots li {
      height: 41px; }

  .woocommerce .single_3 div.entry-summary {
    margin-bottom: 0; }

  .contact-delivery h5 {
    max-width: 100%; }

  .single-delivery {
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden; }
    .single-delivery .humburger-content {
      padding: 12px 15px 0 15px; }

  .fancybox-inner .single-delivery .fancybox-close-small {
    right: 0;
    top: 0; }

  .woocommerce #reviews .review-left {
    padding-right: 0;
    min-width: 100%; }
  .woocommerce #reviews .review-right {
    width: 100%;
    padding-right: 0; }

  .woocommerce .product-detail + .product-tab #reviews .review-left, .woocommerce .product-detail + .product-tab #reviews .review-right {
    float: none; }

  .comment-group p {
    width: 100%; }

  .product-extra .slick-arrow {
    top: -61px; }
    .product-extra .slick-arrow.btn-prev {
      left: 15px; }

  .single-product .product-detail.single_1 .slick-dots li::before {
    left: 0px;
    top: 4px; } }
@media (min-width: 481px) and (max-width: 767px) {
  div.single-delivery {
    height: 300px; } }
@media (max-width: 480px) {
  .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td:first-child,
  .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table thead th:first-child {
    width: 60%; }

  .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table tbody td,
  .woocommerce div.entry-summary form.cart .woocommerce-grouped-product-list.group_table thead th {
    padding: 15px; }

  .single-product div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    text-align: center; }

  .woocommerce div.entry-summary form.cart {
    width: 100%; }

  .woocommerce #reviews .review-left,
  .woocommerce #reviews .review-right {
    display: block; }

  .woocommerce div.entry-summary form.cart.variations_form ~ .compare.button,
  .woocommerce div.entry-summary form.cart.variations_form ~ .yith-wcwl-add-to-wishlist {
    position: static; } }
.slimScrollBar {
  z-index: 2 !important; }

.slimScrollRail {
  z-index: 1 !important; }

.active-sidebar .widget_search .search-form.woosearch-search .product-search {
  padding-right: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.blog_post_desc.remove-mh {
  max-height: 100% !important;
  overflow: visible !important; }

.blog-gallery .slick-slide img {
  width: 100%; }
.blog-gallery.arrows-custom .slick-dots {
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%); }
  .blog-gallery.arrows-custom .slick-dots li {
    border-color: #fff;
    margin-right: 17px; }
    .blog-gallery.arrows-custom .slick-dots li:last-child {
      margin-right: 0; }
.blog-gallery.arrows-custom button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #c44860;
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  padding-top: 2px; }
  .blog-gallery.arrows-custom button.slick-arrow:hover {
    background: #fff; }
  .blog-gallery.arrows-custom button.slick-arrow.btn-next {
    right: 20px; }
  .blog-gallery.arrows-custom button.slick-arrow.btn-prev {
    left: 20px; }

.blog-gallery-single .slick-slide img {
  width: 100%; }
.blog-gallery-single.arrows-custom .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .blog-gallery-single.arrows-custom .slick-dots li {
    border-color: #fff;
    margin-right: 17px; }
    .blog-gallery-single.arrows-custom .slick-dots li button {
      background: #fff; }
    .blog-gallery-single.arrows-custom .slick-dots li:last-child {
      margin-right: 0; }
.blog-gallery-single.arrows-custom button.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #333;
  height: 42px;
  width: 42px;
  display: inline-block;
  line-height: 45px;
  border-radius: 30px;
  background: #fff;
  font-size: 14px; }
  .blog-gallery-single.arrows-custom button.slick-arrow:hover {
    color: #c44860; }
  .blog-gallery-single.arrows-custom button.slick-arrow.btn-next {
    right: 35px; }
  .blog-gallery-single.arrows-custom button.slick-arrow.btn-prev {
    left: 35px; }

.blog-gallery2 .slick-slide img {
  width: 100%; }
.blog-gallery2.arrows-custom .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 23px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%); }
  .blog-gallery2.arrows-custom .slick-dots li {
    border-color: #fff;
    margin-right: 17px; }
    .blog-gallery2.arrows-custom .slick-dots li button {
      background: #fff; }
    .blog-gallery2.arrows-custom .slick-dots li:last-child {
      margin-right: 0; }
.blog-gallery2.arrows-custom button.slick-arrow {
  position: absolute;
  top: -76px;
  color: #c44860;
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 42px;
  border-radius: 30px;
  background: #f5f5f5;
  font-size: 14px; }
  .blog-gallery2.arrows-custom button.slick-arrow:hover {
    background: #c44860;
    color: #fff; }
  .blog-gallery2.arrows-custom button.slick-arrow.btn-next {
    right: 15px; }
  .blog-gallery2.arrows-custom button.slick-arrow.btn-prev {
    right: 60px; }

.blog-masonry .blog-gallery.arrows-custom .slick-dots,
.blog-grid.grid-style2 .blog-gallery.arrows-custom .slick-dots {
  text-align: center;
  position: absolute;
  bottom: 23px;
  left: 30px;
  transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none; }

.blog-grid.grid-style4 .blog-img img {
  border-radius: 45px; }
.blog-grid.grid-style4 .blog-post-info {
  text-align: center;
  padding-top: 25px; }
.blog-grid.grid-style4 .post-name a {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none; }
.blog-grid.grid-style4 .blog_post_desc {
  padding-top: 17px; }

.post-name {
  margin-top: 0;
  margin-bottom: 0;
  max-height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }
  .post-name a {
    color: #333;
    font-family: Raleway;
    font-weight: 800;
    font-size: 19px;
    letter-spacing: 1.5px;
    word-wrap: break-word;
    text-transform: uppercase;
    line-height: 26px;
    word-break: break-word;
    display: block; }
    .post-name a:hover {
      color: #c44860; }

.post-name + .blog_info {
  margin-top: 13px; }

.blog-grid .blog_post_desc {
  padding-top: 13px; }
.blog-grid.grid-style1 .post-name {
  max-height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }
  .blog-grid.grid-style1 .post-name a {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 22px;
    display: block; }
.blog-grid.grid-style1 .blog-gallery.arrows-custom .slick-dots {
  bottom: auto;
  top: 23px; }
.blog-grid.grid-style1 .blog-item {
  position: relative; }
  .blog-grid.grid-style1 .blog-item:not(.post-quote) {
    text-align: center;
    padding-bottom: 100px; }
  .blog-grid.grid-style1 .blog-item.post-quote {
    padding: 28px 30px; }
  .blog-grid.grid-style1 .blog-item.post-image .blog-post-info {
    text-align: center; }
    .blog-grid.grid-style1 .blog-item.post-image .blog-post-info .blog_info {
      display: block; }
  .blog-grid.grid-style1 .blog-item.post-link .link_section {
    text-align: left; }
  .blog-grid.grid-style1 .blog-item.post-link .blog-post-info {
    width: 100%;
    position: static; }
  .blog-grid.grid-style1 .blog-item.post-link .post-name a {
    width: 100%; }
  .blog-grid.grid-style1 .blog-item .blog_post_desc {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    padding-top: 0; }
  .blog-grid.grid-style1 .blog-item .blog-post-info {
    padding: 25px 30px 23px;
    width: 75.5%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 12.25%;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3); }
    .blog-grid.grid-style1 .blog-item .blog-post-info .read-more {
      opacity: 0;
      visibility: hidden;
      height: 0;
      padding-top: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .blog-grid.grid-style1 .blog-item .blog-post-info .blog_info_ab {
      opacity: 1;
      visibility: visible;
      padding-top: 29px;
      margin-top: 24px;
      border-top: 1px dashed #dfdfdf; }
  .blog-grid.grid-style1 .blog-item:hover .blog_post_desc {
    opacity: 1;
    max-height: 85px;
    padding-top: 12px;
    visibility: visible;
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s; }
  .blog-grid.grid-style1 .blog-item:hover .blog_info_ab {
    opacity: 0;
    display: none;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s; }
  .blog-grid.grid-style1 .blog-item:hover .read-more {
    opacity: 1;
    visibility: visible;
    padding-top: 30px;
    height: auto;
    margin-top: 27px;
    margin-bottom: 5px;
    border-top: 1px dashed #dfdfdf;
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s; }
  .blog-grid.grid-style1 .blog-item:hover .blog-post-info {
    transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s; }
.blog-grid.grid-style1 .blog-col-3 .blog-item.blog-has-img:hover .blog_post_desc,
.blog-grid.grid-style1 .blog-col-3 .blog-item.post-video:hover .blog_post_desc,
.blog-grid.grid-style1 .blog-col-4 .blog-item.blog-has-img:hover .blog_post_desc,
.blog-grid.grid-style1 .blog-col-4 .blog-item.post-video:hover .blog_post_desc {
  max-height: 63px;
  overflow: hidden; }
.blog-grid.grid-style1 .blog-col-3 .quote_section blockquote .author_info,
.blog-grid.grid-style1 .blog-col-4 .quote_section blockquote .author_info {
  margin-top: 8px; }
.blog-grid.grid-style1 .blog-col-3 .blog-item.blog-has-img .blog-post-info,
.blog-grid.grid-style1 .blog-col-4 .blog-item.blog-has-img .blog-post-info {
  padding-left: 15px;
  padding-right: 15px; }
.blog-grid.grid-style1 .blog-col-3 .blog_info_ab .info a,
.blog-grid.grid-style1 .blog-col-4 .blog_info_ab .info a {
  font-size: 12px; }
.blog-grid.grid-style2 .post-image .blog-post-info {
  position: static;
  width: 100%;
  padding: 24px 0 0 0; }
  .blog-grid.grid-style2 .post-image .blog-post-info .blog_info {
    display: block; }
.blog-grid.grid-style2 .blog_info {
  display: none; }
.blog-grid.grid-style2 .item {
  margin-bottom: 23px; }
.blog-grid.grid-style2 .blog-img {
  position: relative; }
.blog-grid.grid-style2 .custom-date {
  position: absolute;
  bottom: 0;
  right: 0; }
.blog-grid.grid-style2 .blog_info .info a {
  font-size: 15px;
  text-transform: capitalize;
  font-family: Domine; }
.blog-grid.grid-style2 .blog-post-info {
  padding-top: 24px; }
  .blog-grid.grid-style2 .blog-post-info .read-more {
    padding-top: 16px; }
.blog-grid.grid-style2 .post-name a {
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 19px; }
.blog-grid.grid-style2 .blog_info + .post-name {
  margin-top: 8px; }
.blog-grid.grid-style2 .blog-grid .blog_post_desc {
  padding-top: 19px; }
.blog-grid.grid-style2 .read-more a {
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: Raleway;
  color: #c44860; }
.blog-grid.grid-style2 .no-image .blog-post-info,
.blog-grid.grid-style2 .post-link .blog-post-info {
  border: 1px dashed #dfdfdf;
  padding: 30px;
  display: table !important; }
  .blog-grid.grid-style2 .no-image .blog-post-info .just-center,
  .blog-grid.grid-style2 .post-link .blog-post-info .just-center {
    display: table-cell;
    vertical-align: middle; }
.blog-grid.grid-style2 .post-quote {
  display: table !important; }
  .blog-grid.grid-style2 .post-quote .blog-post-info {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0; }

.blog-img {
  position: relative; }

.blog-masonry .blog-item.post-link {
  padding: 30px;
  border: 2px solid #333; }
.blog-masonry .blog-audio {
  margin-bottom: 21px; }
.blog-masonry .post-name + .blog_info {
  margin-top: 7px; }
.blog-masonry .blog-img {
  position: relative; }
  .blog-masonry .blog-img + .blog-post-info {
    padding: 21px 0 0; }
  .blog-masonry .blog-img + .blog-post-info .blog_info + .post-name {
    margin-bottom: -7px; }
.blog-masonry .custom-date {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #faf9f7;
  height: 62px; }
.blog-masonry .post-name a {
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0; }
.blog-masonry .blog_info + .post-name {
  margin-top: 7px; }
.blog-masonry .blog_info .info a {
  font-size: 14px;
  font-family: Domine; }
.blog-masonry .post-quote {
  border: 2px solid #333;
  padding: 30px; }
.blog-masonry .quote_section blockquote .quote_link {
  font-size: 15px; }
.blog-masonry .blog-col-2 .post-quote {
  border: 2px solid #333;
  padding: 52px 60px 56px 68px; }
  .blog-masonry .blog-col-2 .post-quote .quote_section {
    padding-top: 93px; }
    .blog-masonry .blog-col-2 .post-quote .quote_section .quote-icon {
      font-size: 130px; }
    .blog-masonry .blog-col-2 .post-quote .quote_section blockquote .author_info {
      margin-top: 38px; }
.blog-masonry .load_more_button {
  margin-top: 60px; }

.blog-gallery2 .slick-dots {
  text-align: center; }

.date-post .default-date i {
  font-size: 14px;
  color: #c44860; }
.date-post .default-date a {
  font-size: 14px;
  color: #6d6b6c; }

.blog_info_ab {
  overflow: hidden;
  line-height: 23px; }
  .blog_info_ab .info {
    float: left;
    padding: 0;
    display: inline-block;
    /* two items */
    /* three items */
    /* four items */
    /* five items */
    /* six items */ }
    .blog_info_ab .info i {
      font-size: 18px;
      color: #c44860; }
    .blog_info_ab .info a {
      font-size: 15px;
      color: #6d6b6c; }
    .blog_info_ab .info:first-child:nth-last-child(1) {
      width: 100%; }
    .blog_info_ab .info:first-child:nth-last-child(2), .blog_info_ab .info:first-child:nth-last-child(2) ~ li {
      width: 50%; }
    .blog_info_ab .info:first-child:nth-last-child(3), .blog_info_ab .info:first-child:nth-last-child(3) ~ li {
      width: 33.3333%; }
    .blog_info_ab .info:first-child:nth-last-child(4), .blog_info_ab .info:first-child:nth-last-child(4) ~ li {
      width: 25%; }
    .blog_info_ab .info:first-child:nth-last-child(5), .blog_info_ab .info:first-child:nth-last-child(5) ~ li {
      width: 20%; }
    .blog_info_ab .info:first-child:nth-last-child(6), .blog_info_ab .info:first-child:nth-last-child(6) ~ li {
      width: 16.666%; }

.blog_info {
  position: relative; }
  .blog_info:after {
    content: "";
    clear: both;
    display: table; }
  .blog_info .info {
    display: inline-block;
    text-transform: capitalize;
    padding-right: 13px;
    position: relative; }
    .blog_info .info a {
      font-family: Raleway;
      color: #c44860;
      font-size: 16px;
      font-weight: 500; }
    .blog_info .info:last-child {
      padding-right: 0; }
      .blog_info .info:last-child:before {
        content: none; }
    .blog_info .info.info-comment {
      text-transform: none;
      font-family: Raleway;
      font-weight: 500; }
  .blog_info .date-post {
    display: inline-block; }
    .blog_info .date-post p {
      margin-bottom: 0;
      color: #333;
      display: inline-block; }

.post-info-author + .comments-area {
  padding-top: 38px; }

.blog-audio iframe {
  width: 100% !important; }

.fancybox-button {
  position: relative; }
  .fancybox-button.fancybox-button--fullscreen:before {
    content: "\f0b2";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 20px; }
  .fancybox-button.fancybox-button--close:before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 20px; }
  .fancybox-button:hover, .fancybox-button:link, .fancybox-button:visited {
    background: #c44860; }

figure {
  width: 100%; }

.custom-date {
  height: 60px;
  width: 60px;
  padding: 7px 12px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Domine;
  background: #fff; }
  .custom-date a {
    color: #6d6b6c !important; }
    .custom-date a:hover {
      color: #c44860 !important; }
  .custom-date span {
    position: relative;
    width: 100%;
    display: inline-block; }
    .custom-date span:before {
      content: "";
      height: 1px;
      width: 34px;
      border-top: 1px dashed #dfdfdf;
      position: absolute;
      bottom: 0;
      left: 0; }
    .custom-date span:last-child:before {
      content: none; }

.blog-item.no-image .custom-date {
  display: none; }

.blog-video {
  position: relative; }
  .blog-video a {
    display: inline-block;
    width: 100%; }
    .blog-video a img {
      width: 100%; }
  .blog-video img {
    width: 100%; }
  .blog-video i {
    position: absolute;
    font-size: 25px;
    text-align: center;
    color: #c44860;
    background: #fff;
    border-radius: 50%;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    line-height: 61px; }
    .blog-video i:before {
      margin-left: 7px; }
    .blog-video i:hover {
      color: #fff;
      background: #c44860; }

.blog-list .blog-col-2 .blog-video i,
.blog-col-3 .blog-video i, .blog-col-4 .blog-video i {
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px; }
  .blog-list .blog-col-2 .blog-video i:before,
  .blog-col-3 .blog-video i:before, .blog-col-4 .blog-video i:before {
    margin-left: 4px; }

.blog_post_desc {
  font-weight: normal;
  padding-top: 18px;
  width: 100%;
  letter-spacing: -1px; }
  .blog_post_desc p {
    letter-spacing: 0;
    font-size: 15px;
    margin-bottom: 12px; }
    .blog_post_desc p:last-child {
      margin-bottom: 0; }
  .blog_post_desc .elementor-custom-embed-play {
    display: none !important; }
  .blog_post_desc .video-blog-detail {
    overflow: hidden; }

.link_section {
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  .link_section .link-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #c44860;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    font-family: Raleway;
    font-weight: 600;
    margin-right: 20px;
    float: left; }
  .link_section .link-post {
    font-size: 18px;
    word-break: break-all;
    color: #333;
    overflow: hidden;
    width: calc(100% - 80px); }

.post-quote {
  padding: 45px 30px 50px;
  width: 100%;
  border: 1px dashed #dfdfdf; }
  .post-quote .blog-post-info {
    border: none !important;
    width: 100%;
    padding: 0; }
  .post-quote .just-center {
    overflow: hidden; }

.blog-post-info {
  width: 100%; }
  .blog-post-info .read-more {
    padding-top: 22px; }

.quote_section {
  position: relative;
  width: 100%;
  padding-top: 55px;
  display: inline-block; }
  .quote_section .quote-icon {
    font-size: 100px;
    color: #333;
    line-height: 100%;
    position: absolute;
    top: 0;
    left: -4px;
    display: inline-block; }
  .quote_section blockquote {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 35px;
    border-left: 0;
    color: #333;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0; }
    .quote_section blockquote:before {
      display: none; }
    .quote_section blockquote .author_info {
      color: #333;
      font-size: 14px;
      margin-top: 28px;
      font-family: Raleway;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.4px; }
    .quote_section blockquote .quote_link {
      font-style: normal;
      font-size: 15px;
      font-family: Domine;
      color: #948e90;
      text-transform: capitalize;
      float: left;
      line-height: 100%;
      letter-spacing: 0.3px; }
      .quote_section blockquote .quote_link:hover {
        color: #c44860; }

.item {
  margin-bottom: 30px; }

body.blog-bg {
  background: #faf9f7; }
  body.blog-bg .custom-date {
    background: #faf9f7; }

.audio_container {
  margin-bottom: -7px; }

.blog-list .blog-item {
  border: 1px dashed #dfdfdf;
  overflow: hidden; }
  .blog-list .blog-item.post-link .blog-post-info {
    padding: 0; }
.blog-list .blog-col-1 .blog-item .blog-img {
  width: 50%;
  float: left; }
  .blog-list .blog-col-1 .blog-item .blog-img + .blog-post-info {
    width: 50%;
    float: left; }
.blog-list .blog-col-1 .post-name {
  max-height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }
.blog-list .blog-col-1 .blog_post_desc {
  max-height: 96px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }
.blog-list .blog-col-2 .post-image {
  border: none; }
  .blog-list .blog-col-2 .post-image .read-more {
    display: none; }
  .blog-list .blog-col-2 .post-image img {
    width: 100%; }
  .blog-list .blog-col-2 .post-image .blog-post-info {
    position: absolute;
    display: inline-block;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 30px;
    background: rgba(255, 255, 255, 0.5);
    padding: 23px 30px 13px;
    text-align: left; }
    .blog-list .blog-col-2 .post-image .blog-post-info .blog_info {
      display: none; }
.blog-list .blog-col-2 .post-name {
  max-height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }
.blog-list .blog-col-2 .blog_post_desc {
  max-height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }
.blog-list .blog-col-2 .blog-item .blog-img {
  width: 47.4%;
  overflow: hidden;
  float: left; }
  .blog-list .blog-col-2 .blog-item .blog-img + .blog-post-info {
    width: 52.6%;
    height: auto !important;
    float: left; }
  .blog-list .blog-col-2 .blog-item .blog-img.no-img {
    width: 100%; }
    .blog-list .blog-col-2 .blog-item .blog-img.no-img + .blog-post-info {
      width: 100%; }
.blog-list .blog-col-2 .blog-item.post-image .blog-img {
  width: 100%; }
  .blog-list .blog-col-2 .blog-item.post-image .blog-img + .blog-post-info {
    width: calc(100% - 60px); }
.blog-list .blog-col-2:nth-child(2n+1) {
  text-align: right; }
  .blog-list .blog-col-2:nth-child(2n+1) .blog-img + .blog-post-info {
    text-align: left; }
  .blog-list .blog-col-2:nth-child(2n+1) .post-quote {
    text-align: left; }
  .blog-list .blog-col-2:nth-child(2n+1) .link_section .link-icon {
    float: right;
    margin-right: 0;
    margin-left: 20px; }
.blog-list .blog-col-2:nth-child(2n) .quote_section {
  text-align: right; }
  .blog-list .blog-col-2:nth-child(2n) .quote_section .quote-icon {
    left: auto;
    right: -4px; }
  .blog-list .blog-col-2:nth-child(2n) .quote_section blockquote .quote_link {
    float: right; }
.blog-list .blog-post-info {
  padding: 54px 30px 60px; }
.blog-list .post-quote .blog-post-info {
  padding: 0; }
.blog-list .quote_section {
  padding-top: 55px; }
  .blog-list .quote_section .quote-icon {
    font-size: 100px; }
  .blog-list .quote_section blockquote .author_info {
    margin-top: 28px; }

.main-sidebar.has-sidebar .blog-list .blog-col-1 .blog-item .blog-img {
  width: 52%; }
  .main-sidebar.has-sidebar .blog-list .blog-col-1 .blog-item .blog-img + .blog-post-info {
    width: 48%; }
.main-sidebar.has-sidebar .blog-list .blog-col-1 .blog-post-info {
  padding: 28px 30px 28px; }
.main-sidebar.has-sidebar .blog-list .blog-col-1 .blog_post_desc {
  padding-top: 15px;
  max-height: 69px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis; }

.main-sidebar:not(.has-sidebar) .blog-list .blog-col-1:nth-child(2n+1) .blog-item .blog-img {
  float: right; }

.icon-sticky {
  height: 50px;
  width: 50px;
  background: #c44860;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 50px; }

.blog-item {
  position: relative; }
  .blog-item .icon-sticky {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1; }

.quote_section + .blog-post-info {
  width: 100% !important; }

.btn-viewmore,
.load_more_button {
  margin-top: 30px; }
  .btn-viewmore a,
  .load_more_button a {
    height: 92px;
    width: 92px;
    line-height: 92px;
    border-radius: 50%;
    border: 1px dashed #dfdfdf;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    font-family: Raleway;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    letter-spacing: 0.1px; }
    .btn-viewmore a span,
    .load_more_button a span {
      font-size: 8px;
      margin-left: 8px; }
    .btn-viewmore a:hover, .btn-viewmore a:active, .btn-viewmore a:focus,
    .load_more_button a:hover,
    .load_more_button a:active,
    .load_more_button a:focus {
      background: #c44860;
      color: #fff !important; }
    .btn-viewmore a.hide-loadmore,
    .load_more_button a.hide-loadmore {
      font-size: 0; }
      .btn-viewmore a.hide-loadmore span,
      .load_more_button a.hide-loadmore span {
        font-size: 0; }
  .btn-viewmore i,
  .load_more_button i {
    position: absolute;
    font-size: 14px;
    top: 50%;
    color: #fff;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px; }
  .btn-viewmore.text-decoration,
  .load_more_button.text-decoration {
    margin-top: 0; }
    .btn-viewmore.text-decoration a,
    .load_more_button.text-decoration a {
      padding: 0 0 5px;
      background: none;
      display: inline-block;
      position: relative;
      min-width: auto;
      min-height: auto;
      border: none;
      letter-spacing: 0.4px;
      font-size: 16px;
      text-transform: capitalize;
      font-weight: 600;
      color: #333; }
      .btn-viewmore.text-decoration a:before,
      .load_more_button.text-decoration a:before {
        content: "";
        height: 2px;
        width: 100%;
        background: #c44860;
        position: absolute;
        bottom: 0; }
      .btn-viewmore.text-decoration a:hover,
      .load_more_button.text-decoration a:hover {
        color: #c44860; }

.pagination-content {
  overflow: hidden;
  position: relative;
  margin-top: 30px; }
  .pagination-content li {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0; }
    .pagination-content li.pagination_button_prev {
      float: left; }
    .pagination-content li.pagination_button_next {
      float: right; }
    .pagination-content li a {
      display: inline-block; }
      .pagination-content li a:hover {
        color: #c44860; }
  .pagination-content.type-number {
    text-align: center; }
    .pagination-content.type-number li {
      padding: 0; }
      .pagination-content.type-number li:first-child a {
        width: auto;
        margin-left: 0; }
      .pagination-content.type-number li:last-child a {
        width: auto; }

.tagcloud {
  margin: -5px;
  overflow: hidden; }
  .tagcloud a {
    display: inline-block;
    padding: 3px 13px 1px;
    border: 1px solid #dfdfdf;
    color: #333;
    float: left;
    margin: 5px;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: Raleway; }
    .tagcloud a:last-child {
      margin-right: 0; }
    .tagcloud a:hover {
      color: #c44860; }

.active-sidebar .widget_rss li,
.active-sidebar .widget_recent_entries li,
.active-sidebar .widget_recent_comments li {
  list-style: none; }
.active-sidebar .widget:first-child .widget-title {
  padding-top: 0; }
.active-sidebar .widget.widget_categories a:hover {
  color: #c44860; }
.active-sidebar .widget-title {
  letter-spacing: 0.08em;
  font-size: 19px;
  font-weight: 800;
  text-transform: uppercase; }
.active-sidebar .widget.instagram .instagram-gallery {
  margin: -4px; }
.active-sidebar .widget.instagram .instagram-gallery .instagram-img {
  width: calc(100%/3 - 8px);
  margin: 4px; }
.active-sidebar .widget_categories li,
.active-sidebar .widget_archive li,
.active-sidebar .widget_pages li,
.active-sidebar .widget_meta li,
.active-sidebar .widget_nav_menu li {
  text-align: right;
  list-style: none;
  clear: left; }
  .active-sidebar .widget_categories li:hover > a,
  .active-sidebar .widget_archive li:hover > a,
  .active-sidebar .widget_pages li:hover > a,
  .active-sidebar .widget_meta li:hover > a,
  .active-sidebar .widget_nav_menu li:hover > a {
    color: #c44860; }
  .active-sidebar .widget_categories li a,
  .active-sidebar .widget_archive li a,
  .active-sidebar .widget_pages li a,
  .active-sidebar .widget_meta li a,
  .active-sidebar .widget_nav_menu li a {
    text-transform: capitalize;
    position: relative;
    float: left; }

.tm-posts-widget .post-widget-thumbnail {
  position: relative; }
  .tm-posts-widget .post-widget-thumbnail img {
    width: 100%; }
.tm-posts-widget .quote_section blockquote .author_info {
  margin-top: 10px; }
.tm-posts-widget .post-widget-info {
  overflow: hidden;
  padding: 23px 0; }
  .tm-posts-widget .post-widget-info .post-widget-categories a {
    color: #c44860;
    font-size: 15px;
    font-family: Domine;
    letter-spacing: 0;
    text-transform: capitalize; }
  .tm-posts-widget .post-widget-info .post-widget-title {
    font-size: 18px;
    font-weight: 600;
    font-family: Raleway;
    line-height: 26px;
    margin-top: 7px;
    margin-bottom: 0; }
    .tm-posts-widget .post-widget-info .post-widget-title a {
      color: #333;
      letter-spacing: 0; }
      .tm-posts-widget .post-widget-info .post-widget-title a:hover {
        color: #c44860; }
.tm-posts-widget .custom-date {
  position: absolute;
  bottom: 0;
  left: 0; }

select {
  border-radius: 0;
  background: url(../images/caret-down.png) no-repeat right center; }

.widget_categories li,
.widget_nav_menu li,
.widget_archive li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_rss li,
.widget_meta li {
  position: relative; }
  .widget_categories li:last-child,
  .widget_nav_menu li:last-child,
  .widget_archive li:last-child,
  .widget_pages li:last-child,
  .widget_recent_comments li:last-child,
  .widget_recent_entries li:last-child,
  .widget_rss li:last-child,
  .widget_meta li:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .widget_categories li a,
  .widget_nav_menu li a,
  .widget_archive li a,
  .widget_pages li a,
  .widget_recent_comments li a,
  .widget_recent_entries li a,
  .widget_rss li a,
  .widget_meta li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .widget_categories li .children, .widget_categories li .sub-menu,
  .widget_nav_menu li .children,
  .widget_nav_menu li .sub-menu,
  .widget_archive li .children,
  .widget_archive li .sub-menu,
  .widget_pages li .children,
  .widget_pages li .sub-menu,
  .widget_recent_comments li .children,
  .widget_recent_comments li .sub-menu,
  .widget_recent_entries li .children,
  .widget_recent_entries li .sub-menu,
  .widget_rss li .children,
  .widget_rss li .sub-menu,
  .widget_meta li .children,
  .widget_meta li .sub-menu {
    padding-top: 8px; }
    .widget_categories li .children li, .widget_categories li .sub-menu li,
    .widget_nav_menu li .children li,
    .widget_nav_menu li .sub-menu li,
    .widget_archive li .children li,
    .widget_archive li .sub-menu li,
    .widget_pages li .children li,
    .widget_pages li .sub-menu li,
    .widget_recent_comments li .children li,
    .widget_recent_comments li .sub-menu li,
    .widget_recent_entries li .children li,
    .widget_recent_entries li .sub-menu li,
    .widget_rss li .children li,
    .widget_rss li .sub-menu li,
    .widget_meta li .children li,
    .widget_meta li .sub-menu li {
      border-top: none;
      border-bottom: none;
      padding-left: 15px; }
      .widget_categories li .children li:before, .widget_categories li .sub-menu li:before,
      .widget_nav_menu li .children li:before,
      .widget_nav_menu li .sub-menu li:before,
      .widget_archive li .children li:before,
      .widget_archive li .sub-menu li:before,
      .widget_pages li .children li:before,
      .widget_pages li .sub-menu li:before,
      .widget_recent_comments li .children li:before,
      .widget_recent_comments li .sub-menu li:before,
      .widget_recent_entries li .children li:before,
      .widget_recent_entries li .sub-menu li:before,
      .widget_rss li .children li:before,
      .widget_rss li .sub-menu li:before,
      .widget_meta li .children li:before,
      .widget_meta li .sub-menu li:before {
        left: -15px; }

.widget_search .search-form.woosearch-search {
  border: 1px solid #dfdfdf;
  color: #6d6b6c;
  margin-bottom: 0; }
  .widget_search .search-form.woosearch-search .product-search {
    height: 45px;
    font-size: 15px;
    font-weight: 400;
    color: #6d6b6c;
    width: 100%;
    border-radius: 0; }
  .widget_search .search-form.woosearch-search .searchsubmit.woosearch-submit.submit.btn-search {
    height: 46px;
    background: none;
    color: #6d6b6c;
    font-size: 18px;
    top: 0; }
    .widget_search .search-form.woosearch-search .searchsubmit.woosearch-submit.submit.btn-search:hover {
      color: #c44860; }

.single-post {
  background: #faf9f7; }
  .single-post .active-sidebar {
    margin-top: 5px; }
  .single-post .blog_post_desc p {
    font-size: 16px; }

.comment-box {
  display: inline-block;
  width: 100%; }

.single-post .blog_related .blog-grid .blog_post_desc {
  font-size: 15px;
  line-height: 24px;
  max-height: 95px;
  overflow: hidden; }

.blog_related {
  padding-top: 103px;
  padding-bottom: 102px;
  position: relative; }
  .blog_related h3 {
    margin-bottom: 44px;
    font-weight: 600;
    letter-spacing: 0.5px; }
  .blog_related:after {
    content: "";
    height: 100%;
    width: 1000vh;
    background: #fff;
    position: absolute;
    z-index: -1;
    left: -100%;
    top: 0; }
  .blog_related .blog-grid.grid-style2 .item {
    margin-bottom: 0; }
  .blog_related + .comments-area {
    padding-top: 100px; }

.elementor-section.width-content-single {
  width: 66%;
  margin: 0 auto; }

.blog-quote-cs {
  padding: 41px 35px 46px 29px;
  border: 2px solid #333; }
  .blog-quote-cs .quote_section {
    padding-top: 83px; }
    .blog-quote-cs .quote_section .quote-icon {
      font-size: 130px; }
    .blog-quote-cs .quote_section blockquote .author_info {
      margin-top: 38px; }

.blog-slide {
  position: relative; }
  .blog-slide .quote_section,
  .blog-slide .blog-video,
  .blog-slide .blog-audio,
  .blog-slide .img-gallery,
  .blog-slide .blog-img {
    margin-bottom: 0 !important;
    position: relative; }
    .blog-slide .quote_section:before,
    .blog-slide .blog-video:before,
    .blog-slide .blog-audio:before,
    .blog-slide .img-gallery:before,
    .blog-slide .blog-img:before {
      content: "";
      height: 100%;
      width: 100%;
      opacity: 0.5;
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.8);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(249, 249, 249, 0.8)), color-stop(100%, #f3f3f3));
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(50%, rgba(249, 249, 249, 0.8)), to(#f3f3f3));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(249, 249, 249, 0.8) 50%, #f3f3f3 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0 ); }
  .blog-slide .post-name a {
    letter-spacing: 0;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px; }
  .blog-slide .blog_info + .post-name {
    margin-top: 0; }
  .blog-slide .blog_info .info a {
    font-size: 14px;
    font-family: Domine;
    text-transform: capitalize; }
  .blog-slide .slick-arrow {
    background: none;
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0;
    position: absolute;
    bottom: 26px;
    font-weight: bold; }
    .blog-slide .slick-arrow.btn-next {
      left: 50%;
      margin-left: 30px; }
      .blog-slide .slick-arrow.btn-next span {
        margin-left: 9px; }
    .blog-slide .slick-arrow.btn-prev {
      left: 28px; }
      .blog-slide .slick-arrow.btn-prev span {
        margin-right: 9px; }
    .blog-slide .slick-arrow span {
      font-size: 10px; }
    .blog-slide .slick-arrow:hover {
      color: #c44860; }
  .blog-slide .blog-has-img {
    position: relative; }
    .blog-slide .blog-has-img .blog-post-info {
      position: absolute;
      left: 30px;
      bottom: 82px;
      width: calc(100% - 60px); }
  .blog-slide .item {
    margin-bottom: 0; }
  .blog-slide .blog-gallery .slick-slide img {
    width: auto; }
  .blog-slide .blog-gallery .slick-arrow.btn-next span {
    margin-left: 0; }
  .blog-slide .blog-gallery .slick-arrow.btn-prev span {
    margin-right: 0; }
  .blog-slide .blog-gallery.arrows-custom button.slick-arrow {
    padding-top: 0; }
  .blog-slide .post-audio .blog-post-info, .blog-slide .post-link .blog-post-info {
    padding: 30px; }
  .blog-slide .post-quote .blog-post-info {
    padding: 30px;
    border: 1px dashed #dfdfdf; }
  .blog-slide .blog-item.no-image {
    padding: 30px;
    border: 1px dashed #dfdfdf; }

.post-single .blog-slide .blog_info {
  margin-bottom: 6px; }
.post-single .blog-item > .blog-audio,
.post-single .blog-item > .blog-video,
.post-single .blog-item > .blog-img {
  margin-bottom: 40px; }
.post-single .blog-item > .blog_info {
  margin-bottom: 30px; }
.post-single .blog-item > .quote_section {
  margin-bottom: 40px;
  border: 2px solid #000;
  padding: 100px 30px 50px; }
  .post-single .blog-item > .quote_section .quote-icon {
    top: 40px;
    left: 30px; }
.post-single .blog-video i {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  line-height: 80px;
  height: 80px;
  width: 80px;
  font-size: 30px; }
.post-single .link_section {
  margin-bottom: 30px; }
.post-single .blog-item > .blog_post_desc {
  padding-top: 0;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 40px;
  position: relative; }
  .post-single .blog-item > .blog_post_desc p {
    margin-bottom: 28px; }
    .post-single .blog-item > .blog_post_desc p:last-child {
      margin-bottom: 0; }
  .post-single .blog-item > .blog_post_desc .text-bold {
    font-size: 20px;
    line-height: 35px;
    color: #333;
    margin-bottom: 26px !important; }
    .post-single .blog-item > .blog_post_desc .text-bold a {
      color: #c44860;
      position: relative;
      display: inline-block; }
      .post-single .blog-item > .blog_post_desc .text-bold a:before {
        content: "";
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 8px;
        left: 0;
        background: #c44860; }
      .post-single .blog-item > .blog_post_desc .text-bold a:hover {
        color: #f4ae7b; }
        .post-single .blog-item > .blog_post_desc .text-bold a:hover:before {
          background: #f4ae7b; }
.post-single .custom-date {
  background: #faf9f7; }
.post-single .blog_info.blog_info_single {
  position: relative; }
  .post-single .blog_info.blog_info_single .info {
    display: inline-block;
    float: left;
    padding: 0 18px 0 0;
    position: relative;
    font-size: 16px; }
    .post-single .blog_info.blog_info_single .info a {
      color: #6d6b6c;
      position: relative;
      display: inline-block;
      /*&:not:last-child{
      	&:before{
      		right: -7px;
      	}
      }*/ }
      .post-single .blog_info.blog_info_single .info a::before {
        content: "";
        -webkit-transform: none;
        transform: none;
        position: absolute;
        bottom: 7px;
        right: -9px;
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background: #6d6b6c;
        top: auto; }
      .post-single .blog_info.blog_info_single .info a:hover {
        color: #c44860; }
    .post-single .blog_info.blog_info_single .info:last-child span:before {
      display: none; }
    .post-single .blog_info.blog_info_single .info.info-tag a, .post-single .blog_info.blog_info_single .info.info-category a {
      padding-right: 13px; }
      .post-single .blog_info.blog_info_single .info.info-tag a:before, .post-single .blog_info.blog_info_single .info.info-category a:before {
        content: "";
        height: 3px;
        width: 3px;
        border-radius: 50%;
        position: absolute;
        bottom: 7px;
        right: 5px;
        background: #c44860; }
      .post-single .blog_info.blog_info_single .info.info-tag a:last-child, .post-single .blog_info.blog_info_single .info.info-category a:last-child {
        padding-right: 0; }
        .post-single .blog_info.blog_info_single .info.info-tag a:last-child:before, .post-single .blog_info.blog_info_single .info.info-category a:last-child:before {
          background: #6d6b6c;
          right: -9px; }
    .post-single .blog_info.blog_info_single .info span::before {
      content: "";
      -webkit-transform: none;
      transform: none;
      position: absolute;
      bottom: 7px;
      right: 8px;
      width: 3px;
      height: 3px;
      border-radius: 100%;
      background: #6d6b6c;
      top: auto; }
    .post-single .blog_info.blog_info_single .info.info-category {
      text-transform: capitalize; }
      .post-single .blog_info.blog_info_single .info.info-category a {
        color: #c44860; }
      .post-single .blog_info.blog_info_single .info.info-category:before {
        color: #c44860; }
    .post-single .blog_info.blog_info_single .info:last-child {
      padding: 0; }
      .post-single .blog_info.blog_info_single .info:last-child a:before {
        content: none; }
.post-single .wpulike {
  margin-right: 10px; }
.post-single .tagcloud {
  margin-top: 46px;
  overflow: hidden;
  margin-bottom: 55px; }
.post-single .post-info-author .action {
  text-align: right; }
.post-single .post-info-author .count-like {
  float: none; }
.post-single .post-info-author .post-share {
  float: right; }
.post-single.single-2 .blog-item {
  position: relative; }
  .post-single.single-2 .blog-item .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 70px;
    top: 11px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .post-single.single-2 .blog-item .action .wpulike {
      text-align: center;
      margin-bottom: 9px;
      padding: 13px 1px; }
      .post-single.single-2 .blog-item .action .wpulike.wpulike-robeen svg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: -3px; }
    .post-single.single-2 .blog-item .action .count-like {
      display: inline-block;
      border: 1px solid #dfdfdf;
      margin-bottom: 9px;
      border-radius: 20px; }
      .post-single.single-2 .blog-item .action .count-like a {
        color: #c44860;
        display: inline-block;
        padding: 19px 2px 14px;
        text-align: center;
        line-height: 17px;
        min-width: 30px; }
        .post-single.single-2 .blog-item .action .count-like a i {
          font-size: 13px;
          width: 100%;
          display: inherit; }
    .post-single.single-2 .blog-item .action .post-share-list a {
      color: #6d6b6c;
      margin-right: 0;
      height: 32px;
      width: 32px;
      border-radius: 50%;
      border: 1px solid #dfdfdf;
      display: inherit;
      text-align: center;
      line-height: 34px;
      margin-bottom: 10px; }
      .post-single.single-2 .blog-item .action .post-share-list a:last-child {
        margin-bottom: 0; }
      .post-single.single-2 .blog-item .action .post-share-list a:hover {
        color: #fff;
        background: #c44860;
        border-color: #c44860; }
.post-single.single-2 .tagcloud {
  margin-top: 1px;
  text-align: right; }
  .post-single.single-2 .tagcloud a {
    float: none; }
.post-single.single-2 .post-info-author {
  width: 66%;
  margin: 0 auto; }
.post-single.single-2 .single-desc {
  width: 66%;
  margin: 0 auto; }
  .post-single.single-2 .single-desc .text-big {
    font-size: 150px;
    line-height: 100%; }
.post-single.single-2 .text-bold:first-letter {
  font-size: 150px;
  line-height: 136px;
  -webkit-initial-letter: 3;
  initial-letter: 3;
  float: left;
  margin-right: 45px;
  text-transform: uppercase;
  margin-top: 4px; }

.text-desc {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 28px; }
  .text-desc:last-child {
    margin-bottom: 0; }
  .text-desc span {
    color: #333; }
  .text-desc .text-uppercase {
    text-transform: uppercase;
    color: #333; }
  .text-desc a {
    color: #c44860;
    text-decoration: underline !important; }
    .text-desc a:hover {
      color: #f4ae7b; }

.widget-image-caption {
  letter-spacing: 0 !important;
  padding-top: 21px; }

.wp-img-box.custom-with-img .wp-image {
  width: 48%; }
.wp-img-box .wp-image {
  display: inline-block;
  width: 42.6%;
  float: left;
  text-align: center;
  margin-right: 30px;
  color: #6d6b6c;
  font-family: Domine;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0 !important; }
  .wp-img-box .wp-image img {
    margin: 6px 0 23px 0;
    width: 100%; }

.text-list li {
  position: relative;
  padding-left: 15px;
  letter-spacing: 0;
  display: block; }
  .text-list li a {
    color: #6d6b6c; }
    .text-list li a:hover {
      color: #c44860;
      font-size: 18px;
      transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out; }
  .text-list li:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 0;
    background: #6d6b6c; }
  .text-list li:hover:before {
    background: #c44860; }
.text-list li.color-primary {
  color: #c44860;
  font-size: 18px; }
  .text-list li.color-primary:before {
    background: #c44860; }

.blog-gallery-single {
  overflow: hidden; }
  .blog-gallery-single .slick-list {
    margin: 0 -5px; }
  .blog-gallery-single .img-gallery {
    padding: 0 5px !important; }

.author-post a {
  display: inline-block; }
.author-post img {
  height: 45px;
  width: 45px;
  border-radius: 50%; }
.author-post span {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: Raleway;
  color: #333;
  margin-left: 16px; }

.post-info-author {
  padding: 62px 0;
  border-top: 1px dashed #dfdfdf;
  overflow: hidden;
  width: 100%; }
  .post-info-author .author-post {
    float: left; }
  .post-info-author .action {
    float: right;
    margin-top: 5px; }
  .post-info-author .count-like {
    display: inline-block;
    height: 32px;
    border: 1px solid #dfdfdf;
    border-radius: 30px;
    float: left;
    margin-right: 10px;
    position: relative; }
    .post-info-author .count-like a {
      color: #c44860;
      display: inline-block;
      padding: 4px 16px;
      position: relative; }
      .post-info-author .count-like a i {
        font-size: 12px;
        margin-right: 7px; }
      .post-info-author .count-like a i#icon-spinner {
        margin: 0; }
  .post-info-author .post-share {
    display: inline-block; }
  .post-info-author .post-share-list a {
    color: #6d6b6c;
    margin-right: 7px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #dfdfdf;
    display: inline-block;
    text-align: center;
    line-height: 32px; }
    .post-info-author .post-share-list a:last-child {
      margin-right: 0; }
    .post-info-author .post-share-list a:hover {
      color: #fff;
      background: #c44860;
      border-color: #c44860; }

.wpulike {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 30px;
  border: 1px solid #dfdfdf; }
  .wpulike .count-box {
    font-size: 14px;
    font-family: Domine;
    color: #6d6b6c; }
  .wpulike.wpulike-robeen svg .heart,
  .wpulike.wpulike-robeen .wp_ulike_btn:checked + svg .heart {
    fill: #c44860; }
  .wpulike.wpulike-robeen svg {
    width: 25px; }

.comments-area {
  position: relative;
  padding-top: 90px; }
  .comments-area .logged-in-as {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -60px; }
  .comments-area .comments-title {
    font-weight: 600;
    display: inline-block;
    float: left;
    margin-bottom: 0; }
  .comments-area .comment-list-wrap {
    width: 100%;
    overflow: hidden;
    position: relative; }
  .comments-area .comment-form-wrap {
    overflow: hidden;
    width: 100%; }
    .comments-area .comment-form-wrap .comment-respond {
      padding-top: 19px; }

.form-submit {
  margin-bottom: 0; }
  .form-submit input[type=submit] {
    padding: 14px 39px; }

.comment-author {
  float: left;
  display: inline-block;
  margin-right: 21px;
  margin-top: 2px; }
  .comment-author img {
    width: 90px;
    border-radius: 50%; }

.comment-item {
  position: relative;
  width: 100%;
  padding: 25px 0;
  display: inline-block; }
  .comment-item .comment-actions {
    position: absolute;
    right: 0;
    bottom: 45px; }

ul.comment-list {
  margin-left: 0; }

ul.text-list {
  margin-left: 0; }

.comment-content {
  position: relative;
  display: inline-block;
  width: 100%; }
  .comment-content .comment-header h6 {
    margin-bottom: 10px;
    color: #222;
    font-size: 16px;
    text-transform: capitalize; }
    .comment-content .comment-header h6 a {
      color: #222;
      font-size: 16px;
      text-transform: capitalize; }
  .comment-content .comment-datetime {
    width: 60px;
    float: left;
    height: 60px;
    font-family: Domine;
    background: #c44860;
    text-align: center;
    font-size: 14px;
    padding: 7px 10px 4px;
    margin-right: 30px;
    margin-top: 5px;
    text-transform: uppercase; }
    .comment-content .comment-datetime p {
      margin-bottom: 0;
      color: #fff;
      line-height: 23px; }
      .comment-content .comment-datetime p.date {
        border-bottom: 1px dashed rgba(255, 255, 255, 0.4); }
  .comment-content .comment-text {
    overflow: hidden; }
    .comment-content .comment-text p {
      font-size: 18px;
      margin-bottom: 0;
      font-weight: 400;
      line-height: 30px;
      color: #333;
      letter-spacing: 0;
      display: inline-block;
      position: relative; }
    .comment-content .comment-text ul li, .comment-content .comment-text ol li {
      display: list-item;
      border-bottom: 0; }
    .comment-content .comment-text h2 {
      margin-top: 15px; }

#comment-nav-above {
  display: none; }

.comment-awaiting-messages {
  display: inline-block;
  margin-top: 10px; }

.comment-actions > div {
  display: inline-block;
  overflow: hidden;
  margin-right: 15px;
  float: left; }
  .comment-actions > div:last-child {
    margin-right: 0; }
.comment-actions a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  color: #6d6b6c; }
  .comment-actions a:hover {
    color: #c44860; }
.comment-actions .comment-edit-link {
  display: none; }
.comment-actions .wpulike {
  border: none;
  padding: 0;
  border-radius: 0 !important; }
  .comment-actions .wpulike.wpulike-default .wp_ulike_general_class {
    position: relative; }
    .comment-actions .wpulike.wpulike-default .wp_ulike_general_class .wp_ulike_btn {
      color: #6d6b6c;
      background: none;
      padding: 15px;
      font-style: italic; }
      .comment-actions .wpulike.wpulike-default .wp_ulike_general_class .wp_ulike_btn:hover:after {
        color: #c44860; }
  .comment-actions .wpulike.wpulike-default .count-box {
    margin-left: 0; }
    .comment-actions .wpulike.wpulike-default .count-box:before {
      content: none; }
  .comment-actions .wpulike.wpulike-default .wp_ulike_put_image:after {
    background: none;
    content: "\f164 ";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: #6d6b6c;
    -webkit-filter: none;
            filter: none;
    font-style: italic; }
  .comment-actions .wpulike .wp_ulike_likers_wrapper {
    display: none !important; }

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px; }

.comment-respond .left-form {
  margin: 0 -15px; }
  .comment-respond .left-form > div {
    float: left;
    width: 33.33%;
    padding: 0 15px; }
.comment-respond .comment-field.fields .inner-info {
  margin-bottom: 23px; }

.comment-reply-title {
  letter-spacing: 0.5px;
  display: inline-block;
  font-weight: 600; }

.comment-reply i {
  font-size: 13px;
  padding-top: 8px;
  margin-left: 0px;
  display: inline-block;
  font-style: italic;
  margin-right: 2px; }

.box-info-comment {
  padding-top: 22px; }
  .box-info-comment .img-author {
    width: 45px;
    height: 45px;
    display: inline-block; }
  .box-info-comment .name-author {
    font-size: 16px;
    color: #c44860;
    font-family: Domine;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    padding-left: 6px;
    font-style: italic;
    text-indent: 0; }

.commentform {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 3px;
  position: relative; }
  .commentform .apsl-login-networks {
    position: absolute;
    bottom: 0;
    right: 0; }
  .commentform .social-networks {
    display: inline-block; }
    .commentform .social-networks a:last-child .apsl-icon-block {
      margin-right: 0; }
  .commentform .apsl-icon-block {
    margin-bottom: 0;
    display: inline-block; }
  .commentform .comment-field {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .commentform .comment-textarea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .commentform .form-submit {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .commentform label.error {
    margin-bottom: 0; }

.comment-list .comment-respond {
  margin-bottom: 40px; }
  .comment-list .comment-respond .comment-reply-title {
    width: 100%;
    margin-bottom: 25px; }
  .comment-list .comment-respond .commentform {
    padding: 0;
    width: 100%; }
.comment-list > li:last-child {
  border-bottom: none; }
.comment-list li {
  width: 100%;
  display: inline-block;
  border-bottom: 1px dashed #dfdfdf; }
.comment-list .children {
  margin-left: 0; }
  .comment-list .children li {
    border-top: 1px dashed #dfdfdf; }
    .comment-list .children li:last-child {
      border-bottom: none; }
.comment-list > li > .children .comment-item {
  padding-left: 60px; }
.comment-list > li > .children > li > .children .comment-item {
  padding-left: 120px; }
.comment-list > li > .children > li > .children > li > .children .comment-item {
  padding-left: 180px; }

.comment-textarea {
  margin-bottom: 30px; }

.home.blog .main-sidebar:not(.has-sidebar) .blog-list .blog-col-1 {
  padding: 0 15px; }

/*=========== blog-shortcode ===============*/
.blog-shortcode.blog-grid.grid-style1 .item {
  margin-bottom: 30px; }

/*====== Member ==== */
.grid-col-1 {
  width: 100%; }
  @media (min-width: 768px) {
    .grid-col-1 .service-img {
      width: 300px;
      float: left; }
    .grid-col-1 .service-info {
      width: calc(100% - 300px);
      float: left;
      padding-left: 30px; } }

.grid-col-2 {
  width: 50%;
  padding: 0 15px; }
  @media (max-width: 500px) {
    .grid-col-2 {
      width: 100%; } }

.grid-col-3 {
  width: 33.33%;
  padding: 0 15px; }
  @media (max-width: 767px) {
    .grid-col-3 {
      width: 50%; } }
  @media (max-width: 500px) {
    .grid-col-3 {
      width: 100%; } }

.grid-col-4 {
  width: 25%;
  padding: 0 15px; }
  @media (max-width: 991px) {
    .grid-col-4 {
      width: 33.33%; } }
  @media (max-width: 767px) {
    .grid-col-4 {
      width: 50%; } }
  @media (max-width: 500px) {
    .grid-col-4 {
      width: 100%; } }

.static-block + .page-footer {
  margin-top: 0; }

label.error {
  font-size: 12px;
  color: #f60303; }

.page .entry-content {
  font-size: 16px; }

.active-sidebar .widget-title {
  padding-top: 43px; }
.active-sidebar .widget .comment-author-link {
  color: #c44860; }
  .active-sidebar .widget .comment-author-link a {
    color: #c44860; }
.active-sidebar .widget > div,
.active-sidebar .widget > ul {
  padding-top: 56px; }
.active-sidebar .widget .widget-title + div,
.active-sidebar .widget .widget-title + ul {
  padding-top: 0;
  margin-bottom: 0; }
.active-sidebar .widget .berocket_aapf_widget-wrapper {
  padding-top: 0; }
.active-sidebar .widget_tag_cloud .widget-title {
  padding-bottom: 24px;
  padding-top: 40px; }
.active-sidebar .tm-posts-widget .widget-title {
  padding-top: 36px;
  padding-bottom: 24px; }
.active-sidebar .widget_categories li a, .active-sidebar .widget_nav_menu li a, .active-sidebar .widget_pages li a {
  font-size: 15px; }
.active-sidebar .yith-woocompare-widget .products-list {
  padding-bottom: 20px; }
  .active-sidebar .yith-woocompare-widget .products-list li.list_empty:before {
    display: none; }

.wp-caption {
  padding: 0 !important; }

.tm-posts-widget .format-link,
.tm-posts-widget .format-quote {
  padding: 30px;
  border: 1px dashed #dfdfdf;
  margin-bottom: 30px; }
  .tm-posts-widget .format-link .post-widget-info,
  .tm-posts-widget .format-quote .post-widget-info {
    padding: 0; }
.tm-posts-widget .post-item.format-standard:not(.has-post-thumbnail) {
  padding: 25px;
  border: 1px dashed #dfdfdf;
  margin-bottom: 30px; }
  .tm-posts-widget .post-item.format-standard:not(.has-post-thumbnail) .post-widget-info {
    padding: 0; }
.tm-posts-widget .post-item:last-child {
  margin-bottom: 0 !important; }
  .tm-posts-widget .post-item:last-child .post-widget-info {
    padding-bottom: 0; }
.tm-posts-widget .format-audio .blog-audio {
  margin-bottom: 0; }

.apsl-login-networks .fa {
  font-family: 'Font Awesome 5 Free' !important;
  font-size: 16px !important;
  font-weight: 400 !important; }

.blog_post_desc .page-links {
  padding-top: 0; }

.post-password-form input {
  margin-top: 20px; }

.main-sidebar.has-sidebar .blog-list .blog-col-1 .blog-item .blog-img {
  width: auto;
  display: inline-block; }

.main-sidebar.has-sidebar .blog-list .blog-col-1 .blog-item .blog-img + .blog-post-info {
  width: auto;
  overflow: hidden;
  float: none; }

.main-sidebar.has-sidebar .blog-list .blog-col-1 .no-image .blog_post_desc {
  max-height: 100%; }

.img-author img {
  border-radius: 50%; }

@media (max-width: 1199px) {
  .blog-list .blog-col-2 .blog_post_desc {
    padding-top: 6px; }

  .main-sidebar.has-sidebar .blog-list .blog-col-1 .blog_post_desc {
    max-height: 100%; }
  .main-sidebar.has-sidebar .blog-list .blog-col-1 .blog-item .blog-img {
    width: 100%; }
    .main-sidebar.has-sidebar .blog-list .blog-col-1 .blog-item .blog-img + .blog-post-info {
      width: 100%; }

  .post-single.single-2 .post-info-author,
  .elementor-section.width-content-single {
    width: 100%; }

  .quote_section blockquote {
    font-size: 18px;
    line-height: 30px; }

  .button-group button {
    margin: 0 15px; }

  .blog-list .blog-post-info {
    padding: 29px 30px 35px; }
  .blog-list .blog-col-1 .blog_post_desc {
    max-height: 72px;
    -webkit-line-clamp: 2; }
  .blog-list .quote_section blockquote .author_info {
    margin-top: 12px; }

  .comment-reply-title,
  .commentform {
    width: 100%;
    padding-left: 0; }

  .comments-area .comments-title,
  .comments-area .comment-list-wrap {
    width: 100%; }
  .comments-area .comment-list-wrap {
    padding-left: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .main-sidebar.has-sidebar .blog-list .blog-col-1 .blog_post_desc {
    max-height: 202px; }
  .main-sidebar.has-sidebar .active-sidebar {
    margin-top: 5px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .main-sidebar.has-sidebar .blog-list .blog-col-1 .blog-item .blog-img {
    width: 50%; } }
@media (min-width: 992px) {
  .blog-masonry .blog-col-2 .blog-item.post-link {
    padding: 52px 60px 50px; }

  .single-post .side-breadcrumb {
    margin-bottom: 105px; }

  .rating-box .tt-rating {
    margin-right: 51px; }
  .rating-box .br-widget a {
    padding: 0 31px;
    position: relative; }
    .rating-box .br-widget a:before {
      content: "";
      height: 12px;
      width: 1px;
      background: #8f8f8f;
      position: absolute;
      right: -2px;
      top: 7px; }
    .rating-box .br-widget a:first-child {
      padding-left: 0; }
    .rating-box .br-widget a:after, .rating-box .br-widget a.br-selected:after {
      color: #feb300 !important; }
    .rating-box .br-widget a.br-selected.br-current:after {
      color: #333 !important; }
  .rating-box .br-widget a[data-rating-value="5"] {
    padding-right: 0; }
    .rating-box .br-widget a[data-rating-value="5"]:before {
      content: none; }
  .rating-box .br-widget a[data-rating-value="1"]:after {
    content: "" !important; }
  .rating-box .br-widget a[data-rating-value="2"]:after {
    content: "" !important; }
  .rating-box .br-widget a[data-rating-value="3"]:after {
    content: "" !important; }
  .rating-box .br-widget a[data-rating-value="4"]:after {
    content: "" !important; }
  .rating-box .br-widget a[data-rating-value="5"]:after {
    content: "" !important; } }
@media (max-width: 991px) {
  .blog-grid.grid-style1 .blog-item:not(.post-quote) {
    padding-bottom: 0; }

  .blog_related + .comments-area {
    padding-top: 80px; }

  .blog-grid.grid-style1 .blog-gallery.arrows-custom .slick-dots {
    bottom: 23px;
    top: auto; }

  .single-post .page-footer {
    margin-top: 0; }
  .single-post .active-sidebar {
    padding-bottom: 80px;
    padding-top: 45px; }

  .blog_related {
    padding-top: 80px;
    padding-bottom: 80px; }

  .single-post .left-sidebar.active-sidebar, .single-post .right-sidebar.active-sidebar {
    margin-top: 0; }

  .post-info-author,
  .post-single.single-2 .post-info-author {
    padding-top: 60px;
    padding-bottom: 60px; }

  .link_section .link-post {
    font-size: 18px; }

  .blog-slide .blog-has-img .blog-post-info {
    bottom: 60px;
    height: auto !important; }

  .blog-masonry .blog-col-2 .post-quote {
    padding: 30px; }
    .blog-masonry .blog-col-2 .post-quote .quote_section {
      padding-top: 55px; }
      .blog-masonry .blog-col-2 .post-quote .quote_section .quote-icon {
        font-size: 100px; }
      .blog-masonry .blog-col-2 .post-quote .quote_section blockquote .author_info {
        margin-top: 28px; }
  .blog-masonry .blog-img + .blog-post-info {
    padding-bottom: 0; }
  .blog-masonry .post-quote {
    margin-bottom: 0; }

  .blog-list .blog-item.post-link {
    padding: 30px; }
  .blog-list .blog-col-1 .blog-item .blog-img {
    width: 100%; }
    .blog-list .blog-col-1 .blog-item .blog-img + .blog-post-info {
      width: 100%; }
  .blog-list .blog-col-1 .blog_post_desc {
    max-height: 100%;
    -webkit-line-clamp: initial; }
  .blog-list .blog-col-1 .post-name {
    max-height: 100%;
    -webkit-line-clamp: initial; }
  .blog-list .blog-col-2 .blog_post_desc {
    padding-top: 6px; }
  .blog-list .blog-col-2:nth-child(2n+1) {
    text-align: left; }
    .blog-list .blog-col-2:nth-child(2n+1) .quote_section .quote-icon {
      left: -4px;
      right: auto; }
    .blog-list .blog-col-2:nth-child(2n+1) .quote_section blockquote .quote_link {
      float: left; }
    .blog-list .blog-col-2:nth-child(2n+1) .link_section .link-icon {
      float: left;
      margin-right: 20px;
      margin-left: 0; }
  .blog-list .post-quote {
    padding: 28px 30px 34px; }

  .active-sidebar .widget > div,
  .active-sidebar .widget > ul {
    padding-top: 40px; }

  .left-sidebar.active-sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .left-sidebar.active-sidebar {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  .single-bottom {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .left-sidebar.active-sidebar,
  .right-sidebar.active-sidebar {
    margin-top: 80px; }

  .active-sidebar .widget .widget-title {
    padding-top: 40px; }

  .post-name {
    font-size: 20px; }

  .button-group button {
    display: inline-block;
    font-size: 13px;
    margin: 3px 1px;
    color: #fff;
    font-weight: 400;
    padding: 8px 16px 6px;
    border-radius: 30px;
    border: 1px solid #c44860;
    background: #c44860; }
    .button-group button:hover, .button-group button:focus, .button-group button.is-checked {
      background: none;
      color: #c44860; }

  .blog-grid.grid-style1 .blog-item {
    padding-bottom: 0; }
    .blog-grid.grid-style1 .blog-item .blog-post-info {
      position: static;
      width: 100%; }
    .blog-grid.grid-style1 .blog-item:hover .blog_post_desc {
      display: none; }
    .blog-grid.grid-style1 .blog-item:hover .read-more {
      display: none; }
    .blog-grid.grid-style1 .blog-item:hover .blog_info_ab {
      opacity: 1;
      display: block;
      visibility: visible; }

  .elementor-section.width-content-single {
    width: 100%; }

  .post-single.single-2 .single-desc {
    width: 100%;
    padding-left: 80px; }

  .post-single.single-2 .blog-item .action {
    left: 20px; }
  .post-single.single-2 .post-info-author {
    width: 100%; }

  .post-info-author + .comments-area {
    padding-top: 0; } }
@media (max-width: 767px) {
  .comment-list > li > .children .comment-item {
    padding-left: 0; }
  .comment-list > li > .children > li > .children .comment-item {
    padding-left: 0; }
  .comment-list > li > .children > li > .children > li > .children .comment-item {
    padding-left: 0; }

  .blog_related + .comments-area {
    padding-top: 50px; }

  .post-single .blog-video i {
    line-height: 61px;
    height: 60px;
    width: 60px;
    font-size: 25px; }

  .single-post .active-sidebar {
    padding-bottom: 60px; }

  .comment-content .comment-text p {
    font-size: 16px;
    line-height: 28px; }

  .comment-content {
    padding-right: 0; }

  .blog_related.type2,
  .blog_related {
    padding-top: 60px;
    padding-bottom: 55px; }

  .comment-list .children .comment-item {
    padding-left: 0; }

  .blog-gallery-single.arrows-custom button.slick-arrow.btn-next {
    right: 20px; }

  .blog-gallery-single.arrows-custom button.slick-arrow.btn-prev {
    left: 20px; }

  .post-quote .quote_section {
    padding-top: 45px !important; }
    .post-quote .quote_section blockquote {
      font-size: 18px !important;
      line-height: 28px !important; }
      .post-quote .quote_section blockquote .author_info {
        margin-top: 15px !important; }
    .post-quote .quote_section .quote-icon {
      font-size: 80px; }

  .post-quote .quote_section .quote-icon {
    font-size: 80px !important; }

  .active-sidebar .widget > div,
  .active-sidebar .widget > ul {
    padding-top: 30px; }

  .post-single .blog_post_desc iframe {
    height: 400px; }

  .left-sidebar.active-sidebar,
  .right-sidebar.active-sidebar {
    margin-top: 60px; }

  .active-sidebar .widget .widget-title {
    padding-top: 30px; }

  .post-single.single-2 .blog_info_single,
  .post-single.single-2 .single-desc {
    padding-left: 0; }
  .post-single.single-2 .blog-item .action {
    position: static;
    display: inline-block;
    top: 0;
    margin-bottom: 10px; }
    .post-single.single-2 .blog-item .action .wpulike {
      padding: 2px 13px;
      float: left;
      margin-right: 10px; }
      .post-single.single-2 .blog-item .action .wpulike.wpulike-robeen svg {
        display: inline-block;
        margin-bottom: 0; }
    .post-single.single-2 .blog-item .action .post-share-list a {
      display: inline-block; }
    .post-single.single-2 .blog-item .action .count-like {
      float: left;
      margin-right: 5px; }
      .post-single.single-2 .blog-item .action .count-like a {
        display: inline-block;
        height: 32px;
        line-height: 34px;
        padding: 0 15px; }
        .post-single.single-2 .blog-item .action .count-like a i {
          width: auto;
          display: inline-block;
          margin-right: 6px; }
    .post-single.single-2 .blog-item .action .post-share {
      display: inline-block; }
  .post-single.single-2 .blog_post_desc .text-bold:first-letter {
    font-size: 115px;
    line-height: 96px;
    margin-right: 30px; }
  .post-single.single-2 .blog_info_single {
    margin-bottom: 10px; }

  .comment-list .children {
    padding-left: 0; }

  .blog-grid.grid-style1 .post-name a {
    width: 100%; }
  .blog-grid.grid-style1 .blog-item.blog-has-img .blog-post-info {
    padding: 24px 15px 23px; }

  .main-sidebar.has-sidebar .blog-list .blog-col-1 .blog-item .blog-img {
    width: 100%; }
  .main-sidebar.has-sidebar .blog-list .blog-col-1 .blog-post-info {
    padding: 15px; } }
@media (min-width: 576px) and (max-width: 767px) {
  .post-info-author .col-md-6 {
    width: 50%; } }
@media (min-width: 375px) and (max-width: 634px) {
  .tm-posts-widget .tm-posts-widget-wrapper {
    margin: 0 -15px; }
  .tm-posts-widget .post-item {
    width: 50%;
    float: left;
    padding: 0 15px; } }
@media (max-width: 585px) {
  .blog-slide .slick-arrow.btn-next {
    left: auto;
    margin-left: 0;
    right: 28px; }

  .comment-content .comment-actions {
    top: 15px; } }
@media (max-width: 575px) {
  .comment-item .comment-actions {
    position: static;
    padding-left: 90px;
    display: inline-block;
    margin-top: 5px; }

  .post-single.single-1 .post-info-author .post-share {
    float: none; }
  .post-single.single-1 .post-info-author .action {
    text-align: left;
    margin-top: 30px; }
  .post-single.single-1 .wpulike {
    float: left; }

  .post-single.single-2 .tagcloud {
    margin-top: 25px;
    text-align: left; }

  .comment-list .children {
    padding-left: 0; }

  .blog-grid.grid-style1 .post-name {
    max-height: 100%;
    -webkit-line-clamp: initial; } }
@media (max-width: 500px) {
  .blog-list .blog-col-2 .post-image .blog_post_desc {
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }
  .blog-list .blog-col-2 .post-image .post-name {
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis; }

  .grid-col-1:last-child, .grid-col-2:last-child,
  .grid-col-3:last-child, .grid-col-4:last-child {
    margin-bottom: 0; }

  .blog-item.link,
  .blog-item.post-quote,
  .blog-item.no-image {
    height: 100% !important; }

  .blog-img + .blog-post-info {
    height: 100% !important; }

  .post-image .blog-post-info .just-center {
    width: calc(100% - 40px);
    left: 20px;
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 480px) {
  .blog-list .blog-col-2 .blog_post_desc,
  .blog-list .blog-col-2 .post-name {
    max-height: 100%;
    -webkit-line-clamp: initial; }
  .blog-list .blog-col-2 .blog-item .blog-img {
    width: 100%; }
    .blog-list .blog-col-2 .blog-item .blog-img + .blog-post-info {
      width: 100%; }

  .wp-img-box.custom-with-img .wp-image,
  .wp-img-box .wp-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }

  .commentform .apsl-login-networks {
    position: static;
    margin-bottom: 20px; }

  .comment-reply-title small {
    float: left;
    width: 100%; }
    .comment-reply-title small #cancel-comment-reply-link {
      margin-top: 10px;
      margin-left: 0; }

  .blog-slide .blog-has-img .blog-post-info {
    width: calc(100% - 30px);
    left: 15px; }
  .blog-slide .slick-arrow.btn-prev {
    left: 15px; }
  .blog-slide .slick-arrow.btn-next {
    right: 15px; }

  .post-single .blog_post_desc iframe {
    height: 200px; }

  .comment-list .comment-item {
    display: inline-block;
    padding: 15px 0; } }
@media (max-width: 375px) {
  .tm-posts-widget .blog-img img {
    width: 100%; } }
/*===================================
	3.6 Cart
===================================*/
.page.woocommerce-cart {
  background-color: #faf9f7; }
  .page.woocommerce-cart .page-footer {
    margin-top: 0; }
  .page.woocommerce-cart .woocommerce-cart-form {
    width: 66.67%;
    padding-right: 15px;
    float: left;
    display: inline-block;
    margin-bottom: 110px; }
  .page.woocommerce-cart .cart-right {
    overflow: hidden;
    width: calc(33.33% - 19px);
    margin-left: 19px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    margin-bottom: 110px;
    margin-top: 6px; }
  .page.woocommerce-cart .cross-sells {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 43px 0 67px; }
    .page.woocommerce-cart .cross-sells:after {
      content: "";
      height: 100%;
      width: 1000vh;
      background: #eaeaea;
      position: absolute;
      z-index: -1;
      left: -100%;
      top: 0; }

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

.mc4wp-alert.mc4wp-success a, .woocommerce-message a, div.wpcf7-mail-sent-ok a {
  color: #fff;
  text-decoration: underline !important; }
  .mc4wp-alert.mc4wp-success a:hover, .woocommerce-message a:hover, div.wpcf7-mail-sent-ok a:hover {
    color: #333; }

.woocommerce .return-to-shop a.button {
  background: #c44860;
  color: #fff;
  margin-bottom: 80px; }
  .woocommerce .return-to-shop a.button:hover, .woocommerce .return-to-shop a.button:focus, .woocommerce .return-to-shop a.button:active {
    background: #f4ae7b; }

.woocommerce .cross-sells ul.products li,
.woocommerce .related ul.products li,
.woocommerce .related ul.products.columns-3 li.type-product:nth-child(3n+1),
.woocommerce .up-sells ul.products.columns-3 li.type-product:nth-child(3n+1),
.woocommerce .up-sells ul.products li,
.woocommerce-page .cross-sells ul.products li {
  clear: none !important; }

.woocommerce .cross-sells ul.products {
  margin: 0; }

.title-hdwoo {
  padding: 17px 30px;
  position: relative; }
  .title-hdwoo .title-cart {
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .title-hdwoo span {
    position: absolute;
    right: 30px;
    top: 23px;
    font-size: 12px;
    color: #6d6b6c; }
    .title-hdwoo span:hover {
      color: #c44860; }

.box-shipping {
  position: relative; }
  .box-shipping .title-hdwoo {
    cursor: pointer;
    border-bottom: 1px solid #dfdfdf; }
  .box-shipping .form-shipping-cs {
    padding: 30px !important;
    border: none !important;
    font-size: 15px;
    color: #333; }
  .box-shipping:before {
    content: "";
    height: 1px;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 0;
    position: absolute;
    background: #dfdfdf; }

.coupon label {
  color: #333;
  margin-bottom: 2px;
  letter-spacing: 0.3px; }
.coupon input[type=text] {
  height: 43px !important;
  background: #dfdfdf;
  border-radius: 0;
  border: none !important;
  width: 320px !important;
  padding: 0 20px !important;
  margin-right: 12px !important; }

.woocommerce-cart table.cart td.actions .coupon input[type=text] {
  height: 43px !important;
  background: #dfdfdf;
  border-radius: 0;
  border: none !important;
  width: 320px !important;
  padding: 0 20px !important;
  margin-right: 12px !important; }

#mini-scart .cart-block .variation {
  display: none; }

.place-order {
  margin-top: 20px; }

.woocommerce header.title {
  position: relative; }
.woocommerce .register .form-row input[type="submit"] {
  width: auto; }

.shipping-calculator-form {
  display: block !important;
  margin-top: 10px !important; }

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
  background: #fff; }

ol.woocommerce-product-gallery__wrapper {
  padding: 0; }

.cross-sells.product_archives {
  margin-top: 20px !important; }

.select2-container .select2-choice .select2-arrow b:after {
  border: 5px solid transparent;
  margin-left: -16px; }

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 98px;
  height: 98px;
  background-color: #fff; }

.woocommerce table.shop_table {
  margin-bottom: 0 !important; }
  .woocommerce table.shop_table th {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: Raleway;
    padding: 24px 0;
    border: none; }
  .woocommerce table.shop_table.cart th {
    padding-top: 0; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button {
  border-radius: 30px;
  padding: 14px 40px;
  font-family: Raleway;
  text-transform: none;
  font-weight: 400;
  font-size: 15px; }

.woocommerce table.shop_table {
  border: none; }
  .woocommerce table.shop_table td {
    border-color: #dfdfdf;
    border-width: 1px 0 0 0; }

input[type=tel] {
  color: #6d6b6c; }

.shop_table.customer_details tbody tr th,
.shop_table.customer_details tbody tr td {
  text-align: left;
  padding: 10px 0;
  font-weight: normal;
  border: none; }
.shop_table.customer_details tr:first-child td {
  border: none; }
.shop_table.order_details thead tr th,
.shop_table.order_details tbody tr td {
  text-align: left; }
.shop_table.order_details tfoot tr th {
  width: 50%;
  padding: 18px 30px;
  font-weight: 600;
  border-color: #d7d7d7;
  border-bottom: 0;
  font-size: 15px; }
.shop_table.order_details tfoot tr td {
  font-weight: normal;
  padding-top: 10px;
  width: 50%;
  padding: 18px 30px;
  border-top-color: #d7d7d7;
  border-bottom: 0;
  text-align: right;
  color: #6d6b6c;
  font-size: 15px; }
.shop_table.order_details tfoot tr:last-child th, .shop_table.order_details tfoot tr:last-child td {
  border-bottom: 1px solid #d7d7d7; }
.shop_table.order_details .wc-item-meta {
  margin-bottom: 0; }
  .shop_table.order_details .wc-item-meta li {
    padding-bottom: 10px; }
    .shop_table.order_details .wc-item-meta li:last-child {
      padding-bottom: 0; }
.shop_table thead tr th {
  text-transform: uppercase;
  text-align: left;
  color: #333;
  font-size: 13px;
  font-family: Raleway;
  padding: 18px 0; }
  .shop_table thead tr th:first-child {
    text-align: left; }
.shop_table tbody tr td {
  text-align: center;
  padding: 27px 18px 29px; }
.shop_table tbody tr th:first-child {
  text-align: left; }
.shop_table tbody tr th:last-child {
  text-align: right; }
.shop_table.cart thead tr th {
  text-align: center; }
  .shop_table.cart thead tr th.product-thumbnail {
    width: 45%;
    text-align: left; }
  .shop_table.cart thead tr th.product-price {
    width: 15%; }
  .shop_table.cart thead tr th.product-quantity {
    width: 20%; }
  .shop_table.cart thead tr th.product-subtotal {
    width: 15%; }
  .shop_table.cart thead tr th.product-remove {
    width: 5%; }
.shop_table.cart td {
  padding: 15px; }
.shop_table.cart tbody td.actions > button {
  font-family: Raleway;
  font-weight: 800;
  font-size: 14px;
  color: #333 !important;
  border-radius: 0;
  background: none;
  padding: 0 15px 0 0 !important;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 14px; }
  .shop_table.cart tbody td.actions > button:before {
    content: "\e92e";
    color: #c44860;
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 7px;
    font-family: 'arangi' !important; }
.shop_table.cart tbody td.actions.product-remove {
  padding-right: 0; }
.shop_table.cart tbody td.actions.product-thumbnail {
  padding-left: 0;
  padding-right: 0; }
  .shop_table.cart tbody td.actions.product-thumbnail a {
    display: inline-block; }
.shop_table.cart tr td {
  padding-left: 0; }
.shop_table.cart tr:last-child td {
  padding: 24px 0;
  border-bottom-width: 1px; }
.shop_table.cart .img-product {
  display: inline-block;
  float: left;
  margin-right: 29px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.shop_table.cart .product-cart-content {
  overflow: hidden;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left; }
  .shop_table.cart .product-cart-content .product-name {
    font-size: 13px;
    color: #333;
    font-family: Raleway;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase; }
    .shop_table.cart .product-cart-content .product-name:hover {
      color: #c44860; }
  .shop_table.cart .product-cart-content .star-rating {
    margin-top: 11px; }
.shop_table.cart .actions .coupon label {
  float: left;
  margin-right: 15px; }
.shop_table.cart .actions .coupon input {
  float: left;
  margin-right: 10px;
  height: 40px;
  line-height: 42px;
  padding: 0 40px; }
.shop_table .product-subtotal .price,
.shop_table .product-price .price {
  line-height: 20px; }
  .shop_table .product-subtotal .price ins,
  .shop_table .product-price .price ins {
    background: none; }
  .shop_table .product-subtotal .price del,
  .shop_table .product-price .price del {
    opacity: 1; }
    .shop_table .product-subtotal .price del span,
    .shop_table .product-price .price del span {
      color: #6d6b6c; }
.shop_table .product-subtotal span,
.shop_table .product-price span {
  font-size: 15px;
  font-weight: 400;
  color: #c44860; }
.shop_table .product-subtotal .bundled-product-subtotal .amount {
  display: block; }
.shop_table .cart_item .quantity {
  margin-top: 5px; }
.shop_table .cart_item .product-name dl {
  margin-bottom: 0; }
  .shop_table .cart_item .product-name dl.variation {
    margin-top: 8px; }
    .shop_table .cart_item .product-name dl.variation dt {
      font-weight: 400;
      color: #948e90; }
  .shop_table .cart_item .product-name dl dt, .shop_table .cart_item .product-name dl dd {
    display: inline-block; }
    .shop_table .cart_item .product-name dl dt p, .shop_table .cart_item .product-name dl dd p {
      margin-bottom: 0; }
.shop_table .cart_item a.remove {
  border-radius: 0 !important;
  font-size: 20px;
  width: auto;
  overflow: hidden;
  text-align: left;
  color: #6d6b6c !important;
  font-weight: 400;
  padding-top: 8px;
  display: inline-block;
  height: auto; }
  .shop_table .cart_item a.remove i {
    color: #6d6b6c; }
  .shop_table .cart_item a.remove:hover {
    color: #c44860 !important;
    background: none; }
    .shop_table .cart_item a.remove:hover i {
      color: #c44860; }

.woocommerce form.lost_reset_password label {
  color: #333; }
.woocommerce form.lost_reset_password button.button {
  color: #fff;
  background-color: #c44860;
  padding: 18.5px 40px;
  font-weight: 400;
  font-size: 18px; }
  .woocommerce form.lost_reset_password button.button:hover {
    background-color: #f4ae7b;
    color: #fff; }
  .woocommerce form.lost_reset_password button.button:disabled, .woocommerce form.lost_reset_password button.button:disabled[disabled] {
    padding: 18.5px 40px;
    color: #fff; }
    .woocommerce form.lost_reset_password button.button:disabled:hover, .woocommerce form.lost_reset_password button.button:disabled[disabled]:hover {
      color: #fff;
      background-color: #f4ae7b; }

.woocommerce .shop_table.cart .actions button.button:disabled:hover,
.woocommerce .shop_table.cart .actions button.button:disabled[disabled]:hover {
  background: none; }

.woocommerce button.btn.btn-primary:hover {
  color: #fff !important; }

.woocommerce-shipping-fields .form-row-wide input, .woocommerce-shipping-fields .form-row-wide textarea {
  width: 100% !important; }

.tax_label {
  display: none; }

.box-shipping .woocommerce-shipping-destination,
.box-shipping .woocommerce-shipping-methods {
  display: none; }

.shipping-calculator-form p {
  margin-bottom: 0; }

.woocommerce-password-strength .mini-cart .cart-block .btn.btn-primary {
  padding: 10px 14px 8px; }

.woocommerce table.wishlist_table thead th {
  border-top: none; }

.woocommerce table.wishlist_table {
  font-size: 100%; }

.wishlist_table tbody tr td.product-remove {
  text-align: center;
  text-align: right; }
.wishlist_table tbody tr td:first-child {
  border-left: 1px solid #ddd; }

.woocommerce .wishlist_table td.product-add-to-cart a,
.wishlist_table .product-price .amount {
  color: #c44860; }

.woocommerce-page .wishlist_table .product-price .amount {
  color: #c44860;
  font-size: 14px; }
  .woocommerce-page .wishlist_table .product-price .amount span {
    font-size: 14px; }
.woocommerce-page .shop_table.wishlist_table thead .product-price span {
  color: #222; }
.woocommerce-page .wishlist_table .product-remove a {
  font-size: 20px; }
.woocommerce-page .wishlist_table .product-add-to-cart .button {
  line-height: 40px;
  background: #c44860;
  color: #fff;
  border-radius: 0;
  margin: 0 auto;
  width: 130px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0; }
  .woocommerce-page .wishlist_table .product-add-to-cart .button:hover, .woocommerce-page .wishlist_table .product-add-to-cart .button:focus {
    background: #000;
    color: #fff; }

.wishlist-title h2 {
  padding: 0; }

.woocommerce .wishlist_table td.product-add-to-cart a:hover {
  color: #212425; }

.woocommerce .yith-wcwl-share {
  padding-top: 20px;
  margin-bottom: 0;
  display: none; }
  .woocommerce .yith-wcwl-share h4.yith-wcwl-share-title {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px; }
  .woocommerce .yith-wcwl-share ul {
    display: inline-block; }

.cart-collaterals {
  overflow: hidden;
  width: 100%; }

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

.btn-updatecart {
  float: right; }

.select2-results li {
  color: #9c9c9c; }

.select2-container .select2-choice {
  color: #9c9c9c;
  border-radius: 0; }

.woocommerce-checkout .woocommerce .page-title, .woocommerce-cart .woocommerce .page-title {
  display: none; }

.btn-updatecart {
  float: right; }

.title-cart {
  color: #000000;
  position: relative;
  display: inline-block;
  font-size: 24px;
  text-transform: capitalize;
  padding-top: 0;
  margin-bottom: 25px;
  letter-spacing: 0.4px;
  font-weight: 600; }

.form-row.form-row-first, .form-row.form-row-last {
  width: 100% !important; }

.woocommerce-Address-title.title {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .woocommerce-Address-title.title .edit {
    padding-top: 0;
    position: absolute;
    right: 0;
    top: -6px;
    font-size: 15px;
    text-decoration: underline;
    color: #c44860; }

.woocommerce-cart .actions {
  padding-top: 30px;
  margin-bottom: 71px; }

.woocommerce-thankyou-order-received:before {
  top: 13px !important; }

.woocommerce-order .title-cart {
  margin-top: 30px;
  margin-bottom: 20px; }

.cart-discount a {
  color: #c44860;
  font-style: italic;
  font-size: 12px;
  display: block; }

.cart-discount,
.cart-subtotal {
  font-size: 14px;
  color: #302f2f; }
  .cart-discount th,
  .cart-subtotal th {
    font-weight: 400; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  margin-bottom: 0 !important; }

.woocommerce .box-cart-total {
  padding: 19px 30px 29px;
  position: relative; }
  .woocommerce .box-cart-total table.shop_table tbody th {
    font-size: 15px;
    font-weight: 400 !important;
    color: #333;
    width: 57% !important;
    border-top: none !important;
    padding: 6px 0 7px !important;
    font-family: Domine;
    text-transform: capitalize;
    letter-spacing: 0; }
  .woocommerce .box-cart-total table.shop_table tbody td {
    width: 43% !important;
    border-top: none;
    font-size: 15px;
    color: #6d6b6c;
    font-family: Domine;
    font-weight: 400 !important;
    border-bottom: none !important;
    padding: 6px 0 !important;
    text-align: right; }
  .woocommerce .box-cart-total table.shop_table tbody tr.tax-rate th {
    padding-bottom: 24px !important; }
  .woocommerce .box-cart-total table.shop_table tbody tr.tax-rate td {
    padding-bottom: 24px !important; }
  .woocommerce .box-cart-total table.shop_table tbody tr.order-total strong {
    font-weight: 400; }
  .woocommerce .box-cart-total table.shop_table tbody tr.order-total th {
    padding: 31px 0 13px !important;
    position: relative; }
    .woocommerce .box-cart-total table.shop_table tbody tr.order-total th:before {
      content: "";
      height: 1px;
      width: 100%;
      background: #dfdfdf;
      position: absolute;
      top: 11px;
      left: 0; }
  .woocommerce .box-cart-total table.shop_table tbody tr.order-total td {
    padding: 31px 0 13px !important;
    position: relative;
    color: #c44860; }
    .woocommerce .box-cart-total table.shop_table tbody tr.order-total td:before {
      content: "";
      height: 1px;
      width: 100%;
      background: #dfdfdf;
      position: absolute;
      top: 11px;
      left: 0; }

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0 !important;
  margin-top: 10px; }

.woocommerce .wc-proceed-to-checkout a.button.alt {
  background: #c44860;
  color: #fff;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  font-size: 18px;
  padding: 19px 0 18px; }
  .woocommerce .wc-proceed-to-checkout a.button.alt:hover {
    background: #f4ae7b; }

.woocommerce-shipping-totals.shipping td {
  border: none;
  padding: 0 !important;
  color: #333;
  letter-spacing: 0px; }

select:focus::-ms-value {
  color: #8f8f8f;
  background: transparent url(../images/caret-down.png) no-repeat 100% center; }

.woocommerce #respond input#submit {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 11px 36px;
  min-width: 130px;
  min-height: 35px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 30px;
  line-height: 1.5;
  background: #c44860;
  border: 1px solid #c44860; }
  .woocommerce #respond input#submit:hover {
    background: none;
    color: #fff; }

.woocommerce .shipping-calculator-form select {
  -webkit-appearance: button;
  -moz-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  border-width: 0 0 1px 0;
  background: #dfdfdf url(../images/caret-down.png) no-repeat 100% center; }
  .woocommerce .shipping-calculator-form select::-ms-expand {
    display: none; }
  .woocommerce .shipping-calculator-form select > option {
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 3px;
    cursor: pointer;
    margin: 3px;
    padding: 6px 8px;
    text-shadow: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 20px;
    -moz-padding-start: 20px; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
.coupon input.input-text:-webkit-autofill {
  background-color: transparent !important; }

.woocommerce form.woocommerce-shipping-calculator .form-row {
  padding: 0 !important;
  margin-bottom: 0 !important; }

.woocommerce form .shipping-calculator-form #calc_shipping_postcode,
.woocommerce form .shipping-calculator-form #calc_shipping_state,
.woocommerce form .shipping-calculator-form #calc_shipping_country {
  margin-bottom: 15px;
  color: #6d6b6c;
  height: 40px;
  border: none;
  padding: 0 40px 0 20px;
  border-radius: 0; }
.woocommerce form .shipping-calculator-form #calc_shipping_postcode,
.woocommerce form .shipping-calculator-form #calc_shipping_state {
  background: #dfdfdf; }
.woocommerce form .shipping-calculator-form .btn.btn-primary {
  margin-top: 5px;
  padding: 13px 30px 13px !important; }

.woocommerce .login input.input-text:-webkit-autofill,
.woocommerce .login textarea.input-text:-webkit-autofill,
.woocommerce .login select.input-text:-webkit-autofill {
  background-color: transparent !important; }

.showlogin,
.showcoupon {
  color: #c44860; }
  .showlogin:hover, .showlogin:focus,
  .showcoupon:hover,
  .showcoupon:focus {
    color: #1f1f1f; }

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

.woocommerce .form-row .woocommerce-additional-fields textarea {
  height: 120px; }

.checkout_coupon.coupon {
  float: none;
  overflow: hidden;
  margin-top: 10px; }
  .checkout_coupon.coupon .form-row {
    display: inline-block;
    float: left; }
    .checkout_coupon.coupon .form-row.form-row-first {
      margin-right: 10px; }
    .checkout_coupon.coupon .form-row input[type=submit] {
      width: auto; }

form.checkout {
  font-size: 14px; }
  form.checkout .form-row label {
    width: 100%;
    font-weight: bold;
    color: #302f2f;
    display: none; }
  form.checkout .form-row input {
    width: 100%;
    font-weight: normal;
    height: 40px; }
  form.checkout .place-order.form-row input {
    min-width: 150px;
    width: auto; }

.select2-container .select2-choice {
  height: 50px;
  padding: 13px 10px; }

.select2-container--open .select2-dropdown {
  border: 1px solid #ddd !important; }

.woocommerce-FormRow.form-row {
  margin-bottom: 15px; }

.woocommerce-page .form-row label {
  color: #302f2f;
  font-weight: 700;
  margin-bottom: 3px;
  margin-top: 0; }

.woocommerce-password-strength {
  margin-top: 7px; }
  .woocommerce-password-strength.short, .woocommerce-password-strength.bad {
    color: red; }
  .woocommerce-password-strength.strong, .woocommerce-password-strength.good {
    color: #60d362; }

.payment_method_paypal label a {
  color: #c44860;
  font-weight: 400;
  float: left;
  width: 100%; }

.woocommerce-checkout-payment {
  margin-top: 20px; }
  .woocommerce-checkout-payment .payment_methods label {
    color: #212425;
    font-weight: 600; }

#customer_login .customer_login {
  padding-top: 0; }
#customer_login .form-row label {
  color: #333; }

input[type="radio"] {
  border-radius: 50% !important; }

.payment_box.payment_method_paypal {
  padding: 5px 15px 5px 0; }

.woocommerce .login .form-row:last-child {
  position: relative; }
.woocommerce .login .form-row input[type=checkbox] {
  margin-top: 0;
  height: 20px;
  width: 20px;
  opacity: 1;
  top: 5px;
  background: #fff !important;
  border: 1px solid #e3e3e3;
  border-radius: 3px; }
.woocommerce .login input.btn {
  display: inline-block;
  width: auto; }
.woocommerce .login .form-row input.button {
  border: 2px solid #c44860;
  background: #c44860;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 30px;
  margin-right: 10px;
  line-height: 40px;
  height: 40px;
  width: auto; }
  .woocommerce .login .form-row input.button:hover {
    background: #212425;
    border: 2px solid #212425; }
.woocommerce .login input ~ .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border: 1px solid #e3e3e3; }
.woocommerce .login .woocommerce-form__label .rm {
  padding-left: 25px; }
.woocommerce .login .checkmark {
  background-color: #fff;
  padding-left: 18px; }
.woocommerce .login a.woocommerce-LostPassword.lost_password {
  float: left;
  display: block;
  position: absolute;
  left: 162px;
  bottom: 0; }
.woocommerce .form-row input {
  height: 40px; }

.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff;
  padding: 14px 40px; }
  .woocommerce button.button.disabled:hover,
  .woocommerce button.button:disabled:hover,
  .woocommerce button.button:disabled[disabled]:hover {
    color: #fff;
    background-color: #f4ae7b; }

input#calc_shipping_postcode,
input#calc_shipping_state {
  border-bottom: 1px solid #ddd;
  height: 45px;
  color: #8f8f8f;
  font-size: 14px; }

#calc_shipping_state_field span {
  width: 100%; }

#calc_shipping_state_field .select2-container--default {
  position: relative;
  margin-bottom: 23px; }
  #calc_shipping_state_field .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    height: 45px;
    padding: 0 !important;
    line-height: 45px; }
    #calc_shipping_state_field .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 45px;
      padding: 0 40px 0 20px !important;
      color: #6d6b6c;
      background: #dfdfdf url(../images/caret-down.png) no-repeat 100% center; }
    #calc_shipping_state_field .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 0;
      width: auto; }
      #calc_shipping_state_field .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #6d6b6c; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ddd !important; }

abbr[data-original-title], abbr[title] {
  border-bottom: medium none;
  text-decoration: none; }

.form-row label {
  font-weight: normal; }

.lost_password a {
  color: #212425; }
  .lost_password a:hover {
    color: #c44860; }

.form-row input[type=checkbox] {
  height: auto;
  width: auto;
  margin-top: 20px; }

form.checkout .form-row input[type=checkbox] {
  float: none;
  height: 16px;
  margin-right: 10px;
  margin-top: 8px;
  text-align: left;
  width: 16px;
  min-width: auto;
  opacity: 1; }
form.checkout .form-row label span {
  padding-left: 30px; }

.order_details li strong {
  color: #333;
  font-weight: 500;
  display: block;
  font-size: 14px !important;
  padding: 10px 0; }

.woocommerce-error li strong {
  font-weight: normal; }

.woocommerce-MyAccount-navigation {
  margin-bottom: 20px; }

.woocommerce-account #customer_login h2 {
  font-weight: 600;
  position: relative;
  padding-bottom: 26px;
  margin-top: -7px;
  margin-bottom: 22px; }
  .woocommerce-account #customer_login h2:after {
    content: '';
    width: 53px;
    height: 2px;
    background-color: #c44860;
    display: inline-block;
    position: absolute;
    left: 4px;
    bottom: 0; }
.woocommerce-account form.login, .woocommerce-account form.register {
  border-radius: 0; }
.woocommerce-account .woocommerce-password-hint {
  font-size: 12px;
  font-style: italic;
  line-height: normal; }
.woocommerce-account .woocommerce h2 {
  font-size: 25px; }
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders:after {
  background: #fff; }
.woocommerce-account .woocommerce-form.woocommerce-form-login button.button {
  font-weight: 400;
  line-height: normal;
  height: 55px;
  text-transform: inherit;
  font-size: 18px;
  padding: 14px 40px;
  margin-right: 30px; }
  .woocommerce-account .woocommerce-form.woocommerce-form-login button.button:hover, .woocommerce-account .woocommerce-form.woocommerce-form-login button.button:focus, .woocommerce-account .woocommerce-form.woocommerce-form-login button.button:active {
    background: #f4ae7b; }
.woocommerce-account .woocommerce-form .button {
  border-radius: 30px;
  padding: 14px 40px;
  font-weight: 400;
  font-size: 18px;
  height: 55px;
  line-height: normal;
  background-color: #c44860;
  color: #fff; }
  .woocommerce-account .woocommerce-form .button:hover {
    background: #f4ae7b;
    color: #fff; }
.woocommerce-account .form-row {
  padding: 0; }
  .woocommerce-account .form-row label {
    font-weight: 400;
    font-size: 15px;
    color: #6d6b6c;
    margin-bottom: 0;
    letter-spacing: 0.025em; }
    .woocommerce-account .form-row label .required {
      color: #c44860;
      margin-left: -4px; }
.woocommerce-account .u-columns {
  width: auto; }
.woocommerce-account .woocommerce-form__label {
  line-height: 55px; }
  .woocommerce-account .woocommerce-form__label.woocommerce-form__label-for-checkbox {
    position: relative;
    margin: 0 !important;
    line-height: normal; }
  .woocommerce-account .woocommerce-form__label input[type=checkbox] {
    height: 15px;
    width: 15px;
    opacity: 1;
    top: 20px; }
  .woocommerce-account .woocommerce-form__label span {
    line-height: 29px;
    padding-left: 20px; }
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #c44860;
  padding: 25px 0;
  font-family: Raleway;
  min-height: 606px;
  width: 25.6%; }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 17px 30px 18px;
    display: block;
    position: relative; }
    .woocommerce-account .woocommerce-MyAccount-navigation li:before {
      font-family: 'themify';
      font-size: 18px;
      display: inline-block;
      color: #fff;
      padding-right: 10px;
      vertical-align: middle; }
    .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard:before {
      content: "\e618"; }
    .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders:before {
      content: "\e60e"; }
    .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address:before {
      content: "\e6a9"; }
    .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account:before {
      content: "\e602"; }
    .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout:before {
      content: "\e603"; }
    .woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads:before {
      content: "\e6a7"; }
    .woocommerce-account .woocommerce-MyAccount-navigation li:after {
      content: '';
      background: transparent;
      height: 9px;
      width: 30px;
      display: inline-block;
      position: absolute;
      bottom: 26px;
      right: 0; }
    .woocommerce-account .woocommerce-MyAccount-navigation li a {
      color: #fff;
      text-transform: uppercase;
      line-height: 20px;
      font-weight: 800;
      font-size: 14px;
      letter-spacing: 0.08em; }
    .woocommerce-account .woocommerce-MyAccount-navigation li:hover:after {
      background: #fff; }
    .woocommerce-account .woocommerce-MyAccount-navigation li.is-active:after {
      background: #fff; }
.woocommerce-account .woocommerce-column--shipping-address {
  margin-top: 30px; }
  .woocommerce-account .woocommerce-column--shipping-address h2 {
    margin-top: 20px; }
.woocommerce-account .woocommerce-MyAccount-content {
  width: 68.3%; }
  .woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 15px; }
    .woocommerce-account .woocommerce-MyAccount-content p a {
      text-decoration: underline; }
      .woocommerce-account .woocommerce-MyAccount-content p a:hover {
        text-decoration: underline !important; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-notices-wrapper + p {
    margin-top: -7px; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
    padding: 13px 30px;
    font-size: 15px;
    color: #6d6b6c;
    border-color: #d7d7d7; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column--billing-address address {
    padding: 13px 30px 18px; }
  .woocommerce-account .woocommerce-MyAccount-content .shop_table thead tr th {
    text-align: center;
    background-color: #c44860;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
    padding: 20px 0; }
  .woocommerce-account .woocommerce-MyAccount-content .shop_table tbody tr td {
    font-size: 15px;
    color: #6d6b6c;
    padding: 12px 5px;
    border-top: 0;
    border-bottom: 1px solid #d7d7d7; }
    .woocommerce-account .woocommerce-MyAccount-content .shop_table tbody tr td:first-child {
      border-left: 1px solid #d7d7d7; }
    .woocommerce-account .woocommerce-MyAccount-content .shop_table tbody tr td:last-child {
      border-right: 1px solid #d7d7d7; }
  .woocommerce-account .woocommerce-MyAccount-content .shop_table.order_details tbody tr td {
    padding: 18px 30px; }
  .woocommerce-account .woocommerce-MyAccount-content .shop_table.order_details thead tr th:first-child {
    text-align: left;
    padding-left: 30px; }
  .woocommerce-account .woocommerce-MyAccount-content .shop_table.order_details thead tr th:last-child {
    padding-right: 30px; }
  .woocommerce-account .woocommerce-MyAccount-content ins, .woocommerce-account .woocommerce-MyAccount-content mark {
    background-color: transparent; }
  .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders .button {
    border-radius: 30px;
    padding: 8px 19px;
    font-weight: 400;
    font-size: 14px; }
    .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders .button:hover {
      color: #fff;
      background: #f4ae7b; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination {
    text-align: center;
    padding-top: 20px; }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-pagination .button {
      margin: 0 10px; }
  .woocommerce-account .woocommerce-MyAccount-content .button {
    border-radius: 30px;
    padding: 18.5px 40px;
    font-weight: 400;
    font-size: 18px;
    background: #c44860;
    color: #fff; }
    .woocommerce-account .woocommerce-MyAccount-content .button:hover {
      background: #f4ae7b;
      color: #fff; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {
    font-size: 15px; }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a {
      padding: 0;
      font-size: 15px;
      background: transparent;
      text-decoration: underline;
      padding-top: 6px;
      border-radius: 0; }
      .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a:hover {
        background-color: transparent; }
  .woocommerce-account .woocommerce-MyAccount-content .addresses h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.08em; }
  .woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address {
    max-width: 50%;
    width: 50%;
    padding: 0; }
    .woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address.col-1 {
      padding-right: 15px; }
    .woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address.col-2 {
      padding-left: 15px; }
  .woocommerce-account .woocommerce-MyAccount-content form > h3 {
    margin-top: -6px;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 21px; }
    .woocommerce-account .woocommerce-MyAccount-content form > h3:after {
      content: '';
      height: 2px;
      width: 53px;
      background: #c44860;
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0; }
  .woocommerce-account .woocommerce-MyAccount-content form.edit-account {
    margin-top: -8px; }
    .woocommerce-account .woocommerce-MyAccount-content form.edit-account em {
      font-size: 12px; }
    .woocommerce-account .woocommerce-MyAccount-content form.edit-account fieldset {
      margin-top: 35px; }
      .woocommerce-account .woocommerce-MyAccount-content form.edit-account fieldset legend {
        color: #333;
        font-weight: 600;
        font-size: 20px;
        padding-bottom: 5px;
        font-family: Raleway;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 20px; }
    .woocommerce-account .woocommerce-MyAccount-content form.edit-account span {
      line-height: normal;
      margin-bottom: -4px; }
  .woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields .select2-container .select2-selection--single {
    height: 45px;
    border-color: #d7d7d7;
    border-radius: 0; }
  .woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    color: #6d6b6c;
    padding: 0 50px 0 10px; }
  .woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
    content: "\e648"; }
  .woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    top: 0; }
    .woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow:after {
      content: "\e64b";
      font-family: 'themify';
      display: inline-block;
      font-size: 12px;
      color: #6d6b6c;
      position: absolute;
      top: 9px;
      right: 28px; }
    .woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }
  .woocommerce-account .woocommerce-MyAccount-content form .form-row {
    padding: 0;
    margin-bottom: 20px; }
    .woocommerce-account .woocommerce-MyAccount-content form .form-row input {
      font-size: 14px;
      border: 1px solid #d7d7d7;
      height: 45px;
      padding: 0 10px; }
  .woocommerce-account .woocommerce-MyAccount-content form .button {
    margin-top: 10px; }
    .woocommerce-account .woocommerce-MyAccount-content form .button.disabled, .woocommerce-account .woocommerce-MyAccount-content form .button:disabled, .woocommerce-account .woocommerce-MyAccount-content form .button:disabled[disabled] {
      color: #fff;
      padding: 18.5px 40px; }
      .woocommerce-account .woocommerce-MyAccount-content form .button.disabled:hover, .woocommerce-account .woocommerce-MyAccount-content form .button:disabled:hover, .woocommerce-account .woocommerce-MyAccount-content form .button:disabled[disabled]:hover {
        background-color: #f4ae7b; }
  .woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields .form-row {
    margin-bottom: 10px; }
  .woocommerce-account .woocommerce-MyAccount-content form .woocommerce-address-fields .button {
    margin-top: 20px; }

.woocommerce-wishlist table.wishlist_table.shop_table.cart thead th {
  padding: 19px 0 16px; }
  .woocommerce-wishlist table.wishlist_table.shop_table.cart thead th.product-remove {
    width: 4%; }
  .woocommerce-wishlist table.wishlist_table.shop_table.cart thead th.product-thumbnail {
    width: 10%; }
  .woocommerce-wishlist table.wishlist_table.shop_table.cart thead th.product-name {
    width: 40%; }
  .woocommerce-wishlist table.wishlist_table.shop_table.cart thead th.product-price {
    width: 14%; }
    .woocommerce-wishlist table.wishlist_table.shop_table.cart thead th.product-price span {
      color: #fff; }
  .woocommerce-wishlist table.wishlist_table.shop_table.cart thead th.product-stock-status {
    width: 15%; }
.woocommerce-wishlist table.wishlist_table.shop_table.cart tbody tr td {
  padding: 15px; }
  .woocommerce-wishlist table.wishlist_table.shop_table.cart tbody tr td.product-remove {
    padding: 0; }
    .woocommerce-wishlist table.wishlist_table.shop_table.cart tbody tr td.product-remove a {
      margin: 0 auto;
      color: #c44860 !important; }
      .woocommerce-wishlist table.wishlist_table.shop_table.cart tbody tr td.product-remove a:hover {
        color: #fff !important;
        background: #c44860; }
  .woocommerce-wishlist table.wishlist_table.shop_table.cart tbody tr td.product-add-to-cart .button {
    border-radius: 30px;
    font-weight: 400;
    padding: 11px 5px;
    text-transform: none;
    font-size: 15px;
    line-height: normal; }
  .woocommerce-wishlist table.wishlist_table.shop_table.cart tbody tr td:last-child {
    border-right: 1px solid #ddd; }
  .woocommerce-wishlist table.wishlist_table.shop_table.cart tbody tr td.product-price del {
    color: #696969;
    opacity: 1; }
    .woocommerce-wishlist table.wishlist_table.shop_table.cart tbody tr td.product-price del .amount {
      color: #696969; }
      .woocommerce-wishlist table.wishlist_table.shop_table.cart tbody tr td.product-price del .amount span {
        color: #696969; }
.woocommerce-wishlist table.wishlist_table.shop_table.cart tbody tr:last-child td {
  padding-top: 15px;
  border-bottom: 1px solid #ddd; }
  .woocommerce-wishlist table.wishlist_table.shop_table.cart tbody tr:last-child td.product-remove {
    padding-top: 0; }
.woocommerce-wishlist table.wishlist_table.shop_table.cart tfoot tr td {
  border: 0;
  padding: 0; }
.woocommerce-wishlist table.wishlist_table.shop_table.cart .product-name a.yith-wcqv-button {
  background: transparent; }
  .woocommerce-wishlist table.wishlist_table.shop_table.cart .product-name a.yith-wcqv-button:hover {
    color: #000; }
.woocommerce-wishlist table.wishlist_table.shop_table.cart .product-price .amount span {
  color: #c44860; }
.woocommerce-wishlist table.wishlist_table.shop_table.cart .product-price ins {
  background: #fff; }

.my_account_orders a {
  color: #6d6b6c; }

.woocommerce-MyAccount-content header,
.woocommerce-MyAccount-content header .title-cart {
  background: none !important; }

.woocommerce-MyAccount-content p strong {
  color: #333; }

.woocommerce-MyAccount-navigation li {
  display: inline-block;
  padding-right: 25px; }
  .woocommerce-MyAccount-navigation li a {
    font-weight: 600; }

.admin-bar.woocommerce-page .fixed-header .woocommerce header {
  top: 0; }

.woocommerce .wishlist_table .product-name a {
  font-size: 14px; }
  .woocommerce .wishlist_table .product-name a.yith-wcqv-button {
    color: #c44860;
    font-weight: 400;
    margin-left: 10px;
    font-size: 13px;
    font-style: italic; }
    .woocommerce .wishlist_table .product-name a.yith-wcqv-button:hover {
      text-decoration: underline; }

.DTFC_LeftWrapper {
  display: none !important; }

table.compare-list.compare-list-custom .add-to-cart td a {
  padding: 9px 20px !important;
  background-color: #c44860 !important; }
  table.compare-list.compare-list-custom .add-to-cart td a:hover {
    background: #333 !important; }

.title-cart-sub {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #c44860;
  letter-spacing: 4px; }

.woocommerce address {
  line-height: 32px; }

.wc_payment_method img {
  padding-left: 10px; }

.woocommerce-form.woocommerce-form-login {
  overflow: hidden;
  position: relative; }
  .woocommerce-form.woocommerce-form-login .form-row {
    float: left; }
    .woocommerce-form.woocommerce-form-login .form-row:nth-child(2) {
      margin-bottom: 17px; }
  .woocommerce-form.woocommerce-form-login button.button {
    height: 40px;
    line-height: 42px;
    padding: 0 22px;
    background: #c44860;
    color: #fff;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 30px;
    margin-right: 10px; }
    .woocommerce-form.woocommerce-form-login button.button:hover, .woocommerce-form.woocommerce-form-login button.button:focus, .woocommerce-form.woocommerce-form-login button.button:active {
      background: #000; }

.woocommerce table.shop_table {
  margin-bottom: 10px; }
  .woocommerce table.shop_table td small {
    font-size: 15px; }
.woocommerce .checkout h3, .woocommerce .checkout h4 {
  font-size: 14px;
  font-weight: 800;
  font-family: Raleway;
  color: #333333;
  text-transform: uppercase; }
  .woocommerce .checkout h3 label, .woocommerce .checkout h4 label {
    color: #000;
    font-size: 24px; }
.woocommerce .checkout .form-row {
  padding: 0;
  margin-bottom: 23px; }
  .woocommerce .checkout .form-row .woocommerce-input-wrapper input, .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea {
    color: #6d6b6c;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    font-weight: 400;
    height: 46px;
    padding-left: 10px; }
    .woocommerce .checkout .form-row .woocommerce-input-wrapper input::-webkit-input-placeholder, .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea::-webkit-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #6d6b6c;
      opacity: 1;
      /* Firefox */ }
    .woocommerce .checkout .form-row .woocommerce-input-wrapper input:-ms-input-placeholder, .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #6d6b6c;
      opacity: 1;
      /* Firefox */ }
    .woocommerce .checkout .form-row .woocommerce-input-wrapper input::-ms-input-placeholder, .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea::-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #6d6b6c;
      opacity: 1;
      /* Firefox */ }
    .woocommerce .checkout .form-row .woocommerce-input-wrapper input::placeholder, .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #6d6b6c;
      opacity: 1;
      /* Firefox */ }
    .woocommerce .checkout .form-row .woocommerce-input-wrapper input:-ms-input-placeholder, .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #6d6b6c; }
    .woocommerce .checkout .form-row .woocommerce-input-wrapper input::-ms-input-placeholder, .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #6d6b6c; }
    .woocommerce .checkout .form-row .woocommerce-input-wrapper input:hover, .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea:hover {
      border-color: #c44860; }
      .woocommerce .checkout .form-row .woocommerce-input-wrapper input:hover::-webkit-input-placeholder, .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea:hover::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #333;
        opacity: 1;
        /* Firefox */ }
      .woocommerce .checkout .form-row .woocommerce-input-wrapper input:hover:-ms-input-placeholder, .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea:hover:-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #333;
        opacity: 1;
        /* Firefox */ }
      .woocommerce .checkout .form-row .woocommerce-input-wrapper input:hover::-ms-input-placeholder, .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea:hover::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #333;
        opacity: 1;
        /* Firefox */ }
      .woocommerce .checkout .form-row .woocommerce-input-wrapper input:hover::placeholder, .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea:hover::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #333;
        opacity: 1;
        /* Firefox */ }
      .woocommerce .checkout .form-row .woocommerce-input-wrapper input:hover:-ms-input-placeholder, .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea:hover:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #333; }
      .woocommerce .checkout .form-row .woocommerce-input-wrapper input:hover::-ms-input-placeholder, .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea:hover::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #333; }
  .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea {
    min-height: 107px;
    padding-top: 12px; }
  .woocommerce .checkout .form-row .select2-container--default .select2-selection--single {
    border: 1px solid #d7d7d7;
    border-radius: 0;
    height: 46px;
    padding: 0 10px;
    background: transparent; }
    .woocommerce .checkout .form-row .select2-container--default .select2-selection--single:hover {
      border-color: #c44860; }
      .woocommerce .checkout .form-row .select2-container--default .select2-selection--single:hover .select2-selection__rendered {
        color: #6d6b6c; }
    .woocommerce .checkout .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #6d6b6c;
      padding: 0;
      line-height: 46px; }
    .woocommerce .checkout .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 44px; }
      .woocommerce .checkout .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }
      .woocommerce .checkout .form-row .select2-container--default .select2-selection--single .select2-selection__arrow::before {
        content: '\f107';
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        color: #6d6b6c;
        font-size: 14px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px; }
  .woocommerce .checkout .form-row .select2-container--open .select2-selection--single .select2-selection__arrow::before {
    content: '\f106'; }
.woocommerce .shop_table.woocommerce-checkout-review-order-table label {
  color: #333; }
.woocommerce .shop_table.woocommerce-checkout-review-order-table td.product-total {
  text-align: right; }
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot th, .woocommerce .shop_table.woocommerce-checkout-review-order-table tbody th {
  border-top: 0; }
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot td {
  border: 0; }
  .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot td ul#shipping_method .amount {
    font-weight: 500; }
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot th {
  vertical-align: middle; }
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td, .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px; }
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
  color: #c44860; }
  .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total td strong {
    font-weight: 400; }
.woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total th, .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-total td, .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate th, .woocommerce .shop_table.woocommerce-checkout-review-order-table tfoot tr.tax-rate td {
  padding-bottom: 24px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 4px; }

.woocommerce-checkout-review-order {
  padding: 0 30px 33px; }

input[type=radio]:checked {
  border: 2px solid #000; }

input[type=radio]:checked::before {
  background: #000; }

input[type=radio]:checked {
  color: #000; }

input[type="radio"] {
  -webkit-appearance: radio; }

.woocommerce-privacy-policy-text {
  display: none; }

label[for=payment_method_paypal] > a,
label[for=payment_method_paypal] > img {
  display: none; }

.shop_table.order_details thead tr th,
.shop_table.order_details tbody tr td {
  padding: 18px 30px; }
  .shop_table.order_details thead tr th.woocommerce-table__product-table.product-total, .shop_table.order_details thead tr th.woocommerce-table__product-total.product-total,
  .shop_table.order_details tbody tr td.woocommerce-table__product-table.product-total,
  .shop_table.order_details tbody tr td.woocommerce-table__product-total.product-total {
    text-align: right; }
.shop_table.order_details tbody tr td {
  border-bottom-color: #ddd; }

.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
  color: #333;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 15px;
  font-family: Raleway;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 30px; }

.woocommerce .woocommerce-customer-details {
  margin-bottom: 0; }
.woocommerce ul.order_details {
  margin-bottom: 30px; }
.woocommerce ul.order_details li {
  border-right: 1px solid #ddd;
  font-size: 12px; }
.woocommerce .woocommerce-customer-details address {
  border: 1px solid #ddd;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-radius: 0;
  padding: 18px 30px; }
.woocommerce .shipping ul#shipping_method li {
  margin: 0;
  padding: 0; }
  .woocommerce .shipping ul#shipping_method li input {
    height: 13px;
    width: 13px; }
    .woocommerce .shipping ul#shipping_method li input:before {
      content: '';
      border: 1px solid #000;
      height: 13px;
      width: 13px;
      position: absolute;
      border-radius: 50%;
      background: #f2f2f2; }
    .woocommerce .shipping ul#shipping_method li input:checked:after {
      content: '';
      background: #000;
      height: 7px;
      width: 7px;
      border-radius: 50%;
      position: absolute;
      top: 3px;
      left: 3px; }
.woocommerce form.checkout_coupon {
  position: relative; }
  .woocommerce form.checkout_coupon .form-row {
    padding: 0; }
    .woocommerce form.checkout_coupon .form-row .input-text {
      font-size: 14px;
      padding-right: 110px;
      border: 1px solid #d7d7d7;
      padding-left: 10px; }
    .woocommerce form.checkout_coupon .form-row .button {
      position: absolute;
      right: 0;
      top: 0;
      background: transparent;
      color: #000;
      text-transform: capitalize;
      padding-right: 20px;
      font-size: 14px;
      padding: 13px 20px; }
      .woocommerce form.checkout_coupon .form-row .button:hover {
        color: #c44860; }

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  /*border-color: $primary_color;*/ }

.woocommerce div ul.cart_list li dl dt dl dt {
  font-weight: 600;
  padding: 0; }

.woocommerce div ul.cart_list li dl dd {
  padding: 0;
  margin: 0; }

.woocommerce div ul.cart_list li dl {
  padding-left: 0;
  border: none;
  overflow: hidden; }
  .woocommerce div ul.cart_list li dl p {
    margin-top: 0; }

h3.tlt-woocommerce-MyAccount {
  font-weight: 600;
  position: relative;
  padding-bottom: 26px;
  margin-top: -7px;
  margin-bottom: 22px; }
  h3.tlt-woocommerce-MyAccount:after {
    content: '';
    width: 53px;
    height: 2px;
    background-color: #c44860;
    display: inline-block;
    position: absolute;
    left: 4px;
    bottom: 0; }

.woocommerce-account .col2-set:not(.addresses) .u-column2 form .form-row:nth-child(3) {
  margin-bottom: 17px; }

table.shop_table {
  background-color: transparent; }

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0; }

@media (min-width: 1200px) {
  .woocommerce-cart .side-breadcrumb {
    margin-bottom: 104px; } }
@media (max-width: 1199px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%; }
    .woocommerce-account .woocommerce-MyAccount-navigation li {
      padding-left: 15px; }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 67%; }

  .wrapper {
    min-height: auto; }

  .page.woocommerce-cart .woocommerce-cart-form {
    width: 100%;
    padding-right: 0; }

  .page.woocommerce-cart .cart-right {
    margin-top: 0;
    width: 100%;
    margin-left: 0; }

  .woocommerce-wishlist table.wishlist_table.shop_table.cart .product-name a.yith-wcqv-button {
    display: block; }

  .woocommerce-checkout-review-order {
    padding-left: 15px;
    padding-right: 15px; }

  .woocommerce-checkout .static-block {
    padding-top: 50px; }

  .woocommerce .checkout h3,
  .woocommerce .checkout h4 {
    padding-bottom: 0; }

  .woocommerce-checkout .static-block {
    padding-top: 30px; }

  .woocommerce ul.order_details {
    margin-bottom: 15px; }
    .woocommerce ul.order_details li {
      margin-right: 10px;
      padding-right: 10px; }

  p.woocommerce-thankyou-order-received {
    margin-bottom: 15px; } }
@media (min-width: 992px) {
  .lost_reset_password {
    width: 50%; }

  form.checkout #customer_details.col2-set {
    margin: 0 -15px; }
    form.checkout #customer_details.col2-set > .col-1, form.checkout #customer_details.col2-set .col-2 {
      width: 50%;
      float: left;
      padding: 0 15px; }
    form.checkout #customer_details.col2-set .title-hdwoo {
      margin-top: 0; }
    form.checkout #customer_details.col2-set:before, form.checkout #customer_details.col2-set:after {
      content: "";
      display: table;
      clear: both; } }
@media (max-width: 991px) {
  .shop_table.cart .product-cart-content .product-name {
    width: 100%;
    float: right; }

  .shop_table.cart .product-cart-content .star-rating {
    float: right; }

  .box-shipping .form-shipping-cs {
    padding: 30px 15px !important; }

  .title-hdwoo {
    padding: 17px 15px; }

  .box-shipping table {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .box-shipping:before {
    width: calc(100% - 30px);
    left: 15px; }

  .woocommerce .box-cart-total {
    padding-right: 15px;
    padding-left: 15px; }

  .page.woocommerce-cart .cross-sells {
    padding: 10px 0 20px; }

  .shop_table.cart tbody td.actions > button {
    text-align: right; }

  .page.woocommerce-cart .cart-right,
  .page.woocommerce-cart .woocommerce-cart-form {
    margin-bottom: 80px; }

  .woocommerce-account .shop_table.account-orders-table tbody tr:first-child td,
  .woocommerce-account .shop_table.cart tbody tr:first-child td:first-child {
    border-top: 0 !important; }
  .woocommerce-account table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 1px solid #ddd !important; }
  .woocommerce-account .woocommerce-MyAccount-content .shop_table.my_account_orders tbody tr td {
    text-align: right !important;
    padding-right: 10px; }

  .woocommerce-wishlist table.wishlist_table.shop_table.cart .product-name a.yith-wcqv-button {
    display: block; }
  .woocommerce-wishlist table.wishlist_table.shop_table.cart tbody tr td.product-remove {
    padding: 15px 0; }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    text-align: left; }

  .woocommerce .yith-wcwl-share {
    text-align: left; }

  .shop_table.cart.wishlist_table tbody tr:last-child {
    margin-top: 0; }

  .wishlist_table.shop_table.cart tbody tr:last-child td {
    padding: 16px 22px !important; }

  .shop_table.cart.wishlist_table tbody tr td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }
  .shop_table.cart.wishlist_table tbody tr:nth-child(2n) {
    background: #f5f5f5; }

  .wishlist_table.shop_table.cart tbody tr:first-child td:first-child {
    border-top: 1px solid #ddd; }

  .preloader .loader {
    display: none; }

  .woocommerce-cart .actions {
    margin-bottom: 0; }

  .cart_totals .shop_table {
    margin: 0; }

  .shop_table.account-orders-table tbody tr:first-child td,
  .shop_table.cart tbody tr:first-child td:first-child {
    border-top: 1px solid #ddd !important; }

  .shop_table.account-orders-table tbody tr td,
  .shop_table.cart tbody tr td {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important; }

  .woocommerce-cart .wc-proceed-to-checkout {
    padding: 0 !important; }

  .woocommerce-account .wrapper {
    min-height: auto; }

  .woocommerce .box-cart-total table.shop_table {
    margin-bottom: 13px !important; }

  .box-cart-total {
    padding: 23px 20px 17px; }

  header.woocommerce-Address-title.title {
    background: none !important; }

  .woocommerce-page .woocommerce-MyAccount-content .form-row label {
    margin-bottom: 10px;
    line-height: 16px; }

  .woocommerce .box-cart-total table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page .box-cart-total table.shop_table_responsive tr:nth-child(2n) td {
    background: none !important; }

  .woocommerce .box-cart-total table.shop_table tbody td,
  .woocommerce .box-cart-total table.shop_table tbody th {
    width: auto !important; }

  .woocommerce-page legend {
    border: none; }

  .product-thumbnail {
    overflow: hidden; }

  .shop_table.my_account_orders.shop_table_responsive tbody tr:nth-child(even),
  .shop_table.cart.shop_table_responsive tbody tr:nth-child(even),
  .shop_table.order_details tbody tr:nth-child(even) {
    background: #fafafa; }

  .shop_table.wishlist_table thead {
    display: none !important; }
  .shop_table.wishlist_table tr td.product-thumbnail a {
    margin: 0 auto !important; }
  .shop_table.wishlist_table.cart tbody tr:last-child td {
    border-bottom: none;
    border-right: 1px solid #ddd; }
    .shop_table.wishlist_table.cart tbody tr:last-child td:last-child {
      border-bottom: 1px solid #ddd; }

  .wishlist_table tr td.product-thumbnail,
  .wishlist_table tr td.product-name,
  .wishlist_table tr td.wishlist-name,
  .wishlist_table tr td.wishlist-privacy,
  .woocommerce table.wishlist_table tfoot td {
    text-align: center; }

  /* tables change*/
  .shop_table.wishlist_table tbody,
  .shop_table.wishlist_table thead,
  .shop_table.wishlist_table tfoot,
  .shop_table.wishlist_table th,
  .shop_table.wishlist_table tr,
  .shop_table.wishlist_table td,
  .my_account_orders.shop_table_responsive tbody,
  .my_account_orders.shop_table_responsive thead,
  .my_account_orders.shop_table_responsive tfoot
  .my_account_orders.shop_table_responsive th,
  .my_account_orders.shop_table_responsive tr,
  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart,
  .shop_table_responsive.cart tbody,
  .shop_table_responsive.cart thead,
  .shop_table_responsive.cart tfoot,
  .shop_table_responsive.cart th,
  .shop_table_responsive.cart tr,
  .shop_table_responsive.cart td {
    display: block; }

  table.order_details tfoot tr:first-child > td[scope="row"] {
    border-bottom: 1px solid #ddd; }
  table.order_details tfoot tr:last-child > td[scope="row"] {
    border-bottom: none; }

  .my_account_orders.shop_table_responsive tr td,
  .my_account_orders.shop_table_responsive tr th,
  .shop_table_responsive.cart tr td,
  .shop_table_responsive.cart tr th {
    width: auto !important;
    text-align: left !important; }

  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart td {
    margin-top: 0 !important; }

  .my_account_orders.shop_table_responsive thead tr:first-child,
  .shop_table_responsive.cart thead tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .shop_table.my_account_orders.shop_table_responsive tbody tr:first-child,
  .shop_table.shop_table_responsive.cart tbody tr:first-child {
    position: relative;
    top: 0;
    left: 0; }

  .shop_table.cart tbody tr:last-child td {
    border-top: 1px solid #dfdfdf !important;
    padding: 24px 10px !important; }

  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart td {
    position: relative;
    padding-left: 50% !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none; }

  .my_account_orders.shop_table_responsive td:not([colspan]):after,
  .shop_table_responsive.cart td:not([colspan]):after {
    content: "";
    display: block;
    border-left: 1px solid #e0e0e0;
    position: absolute;
    left: 47%;
    top: 0;
    height: 100%; }

  .shop_table_responsive.my_account_orders td[colspan],
  .shop_table_responsive.cart td[colspan] {
    width: 100%;
    text-align: center;
    padding: 10px !important; }

  .shop_table_responsive.my_account_orders tbody td[colspan],
  .shop_table_responsive.cart tbody td[colspan] {
    display: block;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%; }

  .shop_table_responsive.my_account_orders td[colspan]:before,
  .shop_table_responsive.cart td[colspan]:before {
    display: none; }

  .shop_table_responsive.my_account_orders td[colspan]:after,
  .shop_table_responsive.cart td[colspan]:after {
    display: none; }

  .shop_table_responsive.my_account_orders td[colspan] table tr td:after
  .shop_table_responsive.cart td[colspan] table tr td:after {
    display: none; }

  .shop_table_responsive.my_account_orders td[colspan] table tr td:before
  .shop_table_responsive.cart td[colspan] table tr td:before {
    display: none; }

  .shop_table_responsive.my_account_orders,
  .shop_table_responsive.cart {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0; }

  .shop_table_responsive.my_account_orders td:before,
  .shop_table_responsive.cart td:before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%);
    color: #8f8f8f;
    font-size: 14px; }

  .shop_table_responsive.my_account_orders tr:nth-child(2n),
  .shop_table_responsive.cart tr:nth-child(2n) {
    background: #f2f2f2; }

  .btn-updatecart {
    float: left; }

  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important; }

  .woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address {
    max-width: 100%;
    width: 100%; }
    .woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address.col-2 {
      padding-left: 0; }
    .woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address.col-1 {
      padding-right: 0; }

  .shop_table.cart thead tr th.product-name, .shop_table.cart thead tr th.product-price, .shop_table.cart thead tr th.product-quantity {
    width: auto; }

  .woocommerce .quantity {
    height: 40px;
    border-width: 1px; }

  .woocommerce-cart table.cart td.actions .coupon {
    min-width: 100%; }

  .woocommerce-page table.cart td.actions .coupon .button {
    width: 48%; }
  .woocommerce-page table.cart td.actions .coupon input {
    width: calc(52% - 12px) !important; }

  .woocommerce .quantity .qty-number {
    height: 40px;
    line-height: 40px; }

  .shop_table .product-price span, .shop_table .product-subtotal span {
    font-size: 14px; }

  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 500 !important; }

  .woocommerce .box-cart-total table.shop_table tbody td,
  .woocommerce .box-cart-total table.shop_table tbody th {
    font-size: 14px; }

  .woocommerce .box-cart-total table.shop_table tbody tr.order-total td,
  .woocommerce .box-cart-total table.shop_table tbody tr.order-total th {
    font-size: 16px; }

  .woocommerce table.shop_table.cart td {
    padding: 20px 15px; }

  .shop_table.cart .img-product {
    float: right;
    margin-right: 0;
    height: 100%;
    margin-bottom: 20px; }
  .shop_table.cart .product-cart-content {
    height: auto;
    display: block;
    width: 100%;
    text-align: right; }
  .shop_table.cart .product-cart-content .product-cart-content {
    width: 100%; }
  .shop_table.cart .product-cart-content .pro-name {
    float: none;
    width: 100%;
    font-size: 16px; }
  .shop_table.cart .cart_item a.remove {
    padding-top: 15px; }

  form.checkout #customer_details.col2-set > .col-2 {
    margin-top: 40px; }

  .login .lost_password {
    float: left;
    padding-top: 0; }

  .woocommerce .wishlist_table .product-name a.yith-wcqv-button {
    margin-left: 0;
    display: inline; }

  .woocommerce .wishlist_table .product-name a {
    width: 100%;
    display: block; }

  .login .lost_password {
    float: left !important;
    padding-top: 0 !important; }

  .login .form-submit {
    float: left;
    width: 100%; }

  .woocommerce-cart .box-cart-total .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .btn.btn-primary, .woocommerce-cart input.btn.btn-primary {
    font-size: 14px; }

  .woocommerce ul.order_details {
    margin-bottom: 0; } }
.woocommerce-password-strength {
  text-align: left;
  font-size: 12px; }

.woocommerce-MyAccount-navigation ul {
  margin: 0; }

@media (max-width: 768px) {
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block !important; }

  .woocommerce-account #customer_login h2 {
    padding-bottom: 10px; }
  .woocommerce-account .woocommerce h2 {
    font-size: 22px; }
  .woocommerce-account .woocommerce-form.woocommerce-form-login button.button {
    font-size: 15px;
    padding: 0 32px;
    height: 40px; }
  .woocommerce-account .woocommerce-form .button {
    font-size: 15px;
    padding: 0 32px;
    height: 40px; }
  .woocommerce-account .woocommerce-form__label.woocommerce-form__label-for-checkbox {
    line-height: 40px; }
  .woocommerce-account .woocommerce-form__label input[type=checkbox] {
    top: 13px; }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    min-height: 1px; }
    .woocommerce-account .woocommerce-MyAccount-navigation li {
      padding-left: 30px; }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding-top: 27px; }
    .woocommerce-account .woocommerce-MyAccount-content .button {
      font-size: 15px;
      padding: 13px 32px; }
    .woocommerce-account .woocommerce-MyAccount-content form .button.disabled, .woocommerce-account .woocommerce-MyAccount-content form .button:disabled, .woocommerce-account .woocommerce-MyAccount-content form .button:disabled[disabled] {
      padding: 13px 32px; }

  .woocommerce-wishlist table.wishlist_table.shop_table.cart tbody tr td.product-thumbnail {
    display: block; }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 10px 0;
    margin-bottom: 30px; }
  .woocommerce-account .shop_table.account-orders-table tbody tr:first-child td,
  .woocommerce-account .shop_table.cart tbody tr:first-child td:first-child {
    border-top: 0 !important; }
  .woocommerce-account table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 1px solid #ddd !important; }

  h3.tlt-woocommerce-MyAccount {
    padding-bottom: 10px;
    font-size: 22px; } }
@media (max-width: 767px) {
  .woocommerce .return-to-shop a.button {
    margin-bottom: 60px; }

  .page.woocommerce-cart .cart-right, .page.woocommerce-cart .woocommerce-cart-form {
    margin-bottom: 60px; }

  .page.woocommerce-cart .cross-sells {
    padding: 0px 0 10px; }

  .woocommerce-account .woocommerce-MyAccount-content form.edit-account fieldset legend {
    padding-bottom: 10px; }

  .woocommerce-account .woocommerce-MyAccount-content .shop_table.order_details tbody tr td {
    padding: 10px 15px; }
  .woocommerce-account .woocommerce-MyAccount-content .shop_table.order_details tfoot tr th {
    font-size: 14px; }
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details {
    margin-bottom: 10px;
    padding-top: 5px; }

  .shop_table.order_details tbody tr td,
  .shop_table.order_details tbody tr th,
  .shop_table.order_details thead tr td,
  .shop_table.order_details thead tr th {
    padding: 10px 15px; }
  .shop_table.order_details tfoot tr td,
  .shop_table.order_details tfoot tr th {
    padding: 10px 15px; }

  .box-cart-total {
    margin-top: 30px; }

  .woocommerce form .shipping-calculator-form #calc_shipping_country,
  .woocommerce form .shipping-calculator-form #calc_shipping_postcode,
  .woocommerce form .shipping-calculator-form #calc_shipping_state {
    margin-bottom: 15px; }

  .woocommerce .quantity {
    min-width: 120px; }

  .shop_table.cart .product-cart-content .pro-name {
    font-size: 14px; }

  .shop_table .cart_item a.remove {
    font-size: 13px; }

  .woocommerce ul.order_details li {
    border-right: 0;
    float: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 15px 0; }
    .woocommerce ul.order_details li strong {
      padding-bottom: 0;
      line-height: 12px;
      padding-top: 15px; }
    .woocommerce ul.order_details li:last-child strong {
      padding-top: 20px;
      padding-bottom: 7px; }
  .woocommerce .woocommerce-order-details {
    margin-bottom: 0; }
  .woocommerce .woocommerce-customer-details address {
    padding: 10px 15px; }
  .woocommerce table.shop_table.woocommerce-table--order-details {
    margin-bottom: 0 !important; }

  .shop_table.order_details tbody tr td,
  .shop_table.order_details tbody tr th,
  .shop_table.order_details thead tr td,
  .shop_table.order_details thead tr th {
    padding: 10px 15px; }
  .shop_table.order_details tfoot tr td,
  .shop_table.order_details tfoot tr th {
    padding: 10px 15px; } }
@media (min-width: 640px) {
  .woocommerce-account .col2-set:not(.addresses) .u-column1,
  .woocommerce-account .col2-set:not(.addresses) .u-column2 {
    width: 50% !important;
    margin: 0 !important;
    padding: 0 15px !important; }

  .woocommerce-account .col2-set:not(.addresses) .u-column2 h2 {
    margin-top: 10px; } }
@media (max-width: 640px) {
  .woocommerce-account .col2-set:not(.addresses) .u-column1, .woocommerce-account .col2-set:not(.addresses) .u-column2 {
    padding: 0 15px;
    width: 100%; }

  form.login, form.register {
    padding-top: 0; }

  .woocommerce form.register {
    margin-bottom: 0; }

  .woocommerce form.login,
  .woocommerce form.register {
    padding: 10px 15px; } }
@media (max-width: 600px) {
  .shop_table.cart .actions .coupon label {
    display: none; } }
@media (max-width: 559px) {
  .wc_payment_method img {
    padding-left: 0; }

  .wc_payment_method #payment_method_paypal {
    display: inline-block; }
    .wc_payment_method #payment_method_paypal + label {
      display: inline; } }
@media (max-width: 480px) {
  .woocommerce-page table.cart td.actions .coupon .button {
    width: 100% !important;
    margin-top: 15px; }

  .woocommerce-page table.cart td.actions .coupon input {
    width: 100% !important;
    margin-right: 0; }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 20px 0; }
    .woocommerce-account .woocommerce-MyAccount-navigation li {
      padding: 11px 30px 12px 15px; }
      .woocommerce-account .woocommerce-MyAccount-navigation li:after {
        bottom: 21px; }
      .woocommerce-account .woocommerce-MyAccount-navigation li:before {
        font-size: 15px; }
  .woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 17px; }
    .woocommerce-account .woocommerce-MyAccount-content p {
      margin-bottom: 10px; }

  .checkout_coupon .form-row.form-row-first, .checkout_coupon .form-row.form-row-last {
    width: 100% !important; }
  .checkout_coupon.coupon input[type="text"] {
    width: 100%; }

  .shop_table.cart .coupon {
    float: none; }

  .shop_table.cart .actions .coupon input {
    width: 100%;
    margin-bottom: 10px; }

  .actions .btn-updatecart,
  .wc-proceed-to-checkout .btn {
    width: 100%; }

  .woocommerce-account .title-cart {
    font-size: 16px !important; }

  .woocommerce .page-title {
    font-size: 24px; } }
@media (max-width: 375px) {
  #yith-quick-view-content .summary .cart .add-to-cart {
    margin-top: 15px; }

  #yith-quick-view-content .single_add_to_cart_button {
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.error404 #site-main {
  width: 100%; }
.error404.admin-bar {
  margin-top: -32px; }
  @media (max-width: 782px) {
    .error404.admin-bar {
      margin-top: -46px; } }
  @media (max-width: 600px) {
    .error404.admin-bar {
      margin-top: 0; } }

.page-404 {
  width: 100%;
  text-align: center;
  background-image: url(../images/bg-404.jpg); }
  .page-404 .page-content-404 {
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .page-404 .content-404 {
    margin-bottom: 64px; }
  .page-404 .page-title {
    font-family: Domine;
    font-size: 180px;
    line-height: 140px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px; }
  .page-404 p {
    font-family: Domine;
    font-size: 30px;
    font-weight: 400;
    margin: 27px 0;
    letter-spacing: 0; }
  .page-404 .go-home {
    padding: 14px 39px;
    font-size: 18px;
    font-weight: 400;
    color: #fefefe; }
    .page-404 .go-home:hover {
      color: #fefefe; }

.content-coming-soon#content {
  width: 100%;
  position: relative; }

.coming-soon-container {
  background-image: url(../images/bg-cm-soon.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 100px 0; }

.page-coming-soon .mc4wp-form input[type="submit"] {
  font-size: 18px !important;
  color: #333333;
  font-weight: 400; }
.page-coming-soon .coming-soon {
  padding: 100px 15px;
  min-height: 500px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0; }
  .page-coming-soon .coming-soon h1 {
    color: #c44860;
    background: -webkit-gradient(linear, left top, left bottom, from(#c44860), to(#f4ae7b));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 140px;
    font-family: Sail;
    font-weight: 400;
    margin: 8px 0 0;
    letter-spacing: -0.025em; }
  .page-coming-soon .coming-soon .cm-info {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    font-family: Raleway;
    max-width: 32%;
    margin: -5px auto 0;
    line-height: 35px; }
.page-coming-soon .coming-subcribe {
  margin: 28px auto 0; }
  .page-coming-soon .coming-subcribe .mc4wp-form-fields {
    width: 186px;
    margin: auto;
    height: 54px; }
    .page-coming-soon .coming-subcribe .mc4wp-form-fields input[type=email] {
      color: #333;
      font-size: 14px;
      font-weight: 400;
      padding-left: 34px;
      padding-right: 155px;
      border-color: #ccc;
      font-family: Raleway;
      border-radius: 30px; }
      .page-coming-soon .coming-subcribe .mc4wp-form-fields input[type=email]::-webkit-input-placeholder {
        color: #333 !important;
        font-size: 14px;
        font-weight: 400; }
      .page-coming-soon .coming-subcribe .mc4wp-form-fields input[type=email]:-ms-input-placeholder {
        color: #333 !important;
        font-size: 14px;
        font-weight: 400; }
      .page-coming-soon .coming-subcribe .mc4wp-form-fields input[type=email]::-ms-input-placeholder {
        color: #333 !important;
        font-size: 14px;
        font-weight: 400; }
      .page-coming-soon .coming-subcribe .mc4wp-form-fields input[type=email]::placeholder {
        color: #333 !important;
        font-size: 14px;
        font-weight: 400; }
      .page-coming-soon .coming-subcribe .mc4wp-form-fields input[type=email]:-ms-input-placeholder {
        color: #333 !important;
        font-size: 14px;
        font-weight: 400; }
      .page-coming-soon .coming-subcribe .mc4wp-form-fields input[type=email]:hover {
        border-color: #fff; }
    .page-coming-soon .coming-subcribe .mc4wp-form-fields input[type=email], .page-coming-soon .coming-subcribe .mc4wp-form-fields input[type=submit] {
      height: 54px;
      line-height: 54px;
      background: transparent;
      -webkit-transform: none;
              transform: none; }
      .page-coming-soon .coming-subcribe .mc4wp-form-fields input[type=email]:invalid, .page-coming-soon .coming-subcribe .mc4wp-form-fields input[type=submit]:invalid {
        outline: none; }
    .page-coming-soon .coming-subcribe .mc4wp-form-fields input[type=submit] {
      padding: 0;
      min-width: 186px;
      font-weight: 500; }
    .page-coming-soon .coming-subcribe .mc4wp-form-fields p:first-child {
      position: absolute;
      width: 0;
      overflow: hidden; }
    .page-coming-soon .coming-subcribe .mc4wp-form-fields p:last-child {
      display: table;
      margin: auto;
      border: none;
      background: #f4ae7b;
      background: -webkit-gradient(linear, left top, left bottom, from(#c44860), to(#f4ae7b));
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=white, endColorstr=black,GradientType=0 );
      z-index: 1;
      color: #333;
      right: 0;
      position: absolute;
      border-radius: 30px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .page-coming-soon .coming-subcribe .mc4wp-form-fields p:last-child:after {
        content: "";
        height: calc(100% - 4px);
        width: calc(100% - 4px);
        position: absolute;
        background: #fff;
        left: 2px;
        top: 2px;
        border-radius: 30px;
        z-index: -1; }
      .page-coming-soon .coming-subcribe .mc4wp-form-fields p:last-child:hover:after {
        content: none; }
      .page-coming-soon .coming-subcribe .mc4wp-form-fields p:last-child:hover input[type=submit] {
        color: #fff; }
    .page-coming-soon .coming-subcribe .mc4wp-form-fields:hover {
      width: 560px;
      -webkit-transition: width .6s;
      transition: width .6s; }
      .page-coming-soon .coming-subcribe .mc4wp-form-fields:hover p:first-child {
        -webkit-transition: width .6s;
        transition: width .6s;
        width: 100%; }
      .page-coming-soon .coming-subcribe .mc4wp-form-fields:hover p:last-child {
        right: 0;
        left: auto;
        -webkit-transform: none;
                transform: none; }
  .page-coming-soon .coming-subcribe .mc4wp-response {
    margin: 20px auto 0;
    text-align: left;
    position: relative;
    width: 600px; }
    .page-coming-soon .coming-subcribe .mc4wp-response .mc4wp-alert:before {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .page-coming-soon .coming-subcribe .mc4wp-response .mc4wp-alert p {
      color: #fff; }
      .page-coming-soon .coming-subcribe .mc4wp-response .mc4wp-alert p a {
        color: #fff; }
        .page-coming-soon .coming-subcribe .mc4wp-response .mc4wp-alert p a:hover {
          color: #000; }

.countdown_container .countdown-section {
  width: 140px;
  background: #faf9f7;
  border: 1px solid #ededed;
  height: auto;
  display: inline-block;
  padding: 37px 0 56px;
  margin: 0 10px;
  text-align: center; }
  .countdown_container .countdown-section .countdown-number {
    font-size: 37.77px;
    margin: 18px 0 32px;
    color: #333333;
    font-weight: 700; }
  .countdown_container .countdown-section .countdown-label {
    font-size: 29.38px;
    line-height: 16px;
    text-transform: capitalize;
    color: #6d6b6c;
    font-weight: 400; }

input[type=email]:invalid, input[type=submit]:invalid {
  outline: none; }

@media (max-width: 1700px) {
  .page-coming-soon .coming-soon .cm-info {
    max-width: 37%; }

  .page-404 .page-title {
    font-size: 130px;
    line-height: 95px; } }
@media (max-width: 1315px) {
  .page-coming-soon .coming-soon .cm-info {
    max-width: 53%; }

  .page-404 .page-title {
    font-size: 90px;
    line-height: 50px; }
  .page-404 p {
    font-size: 24px; }
  .page-404 .go-home {
    padding: 8px 25px;
    font-size: 16px; } }
@media (max-width: 1199px) {
  .page-coming-soon .cm-countdown .countdown_container .countdown-section {
    width: 130px;
    padding: 30px 0; }
    .page-coming-soon .cm-countdown .countdown_container .countdown-section .countdown-number {
      font-size: 50px;
      line-height: 45px;
      margin: 0 0 10px; }
    .page-coming-soon .cm-countdown .countdown_container .countdown-section .countdown-label {
      font-size: 18px; }

  .page-404 .page-title {
    font-size: 76px;
    line-height: 46px; }
  .page-404 p {
    font-size: 24px;
    margin: 15px 0; }
  .page-404 .content-404 {
    margin-bottom: 25px; } }
@media (max-width: 1024px) {
  .page-404 p {
    font-size: 20px; }

  .page-coming-soon .coming-soon .cm-info {
    max-width: 62%; }
  .page-coming-soon .coming-subcribe .mc4wp-form-fields p:first-child {
    width: 100%; }
  .page-coming-soon .coming-subcribe .mc4wp-form-fields p:last-child {
    margin-right: 0; } }
@media (max-width: 991px) {
  .page-coming-soon .coming-soon {
    margin-top: 0;
    min-height: auto; }
    .page-coming-soon .coming-soon h1 {
      font-size: 130px; }
    .page-coming-soon .coming-soon .cm-info {
      max-width: 80%; } }
@media (max-width: 767px) {
  .page-coming-soon .coming-soon h1 {
    font-size: 100px; }
  .page-coming-soon .cm-countdown .countdown_container .countdown-section {
    width: 110px; }
    .page-coming-soon .cm-countdown .countdown_container .countdown-section .countdown-number {
      font-size: 45px;
      line-height: 45px; }
    .page-coming-soon .cm-countdown .countdown_container .countdown-section .countdown-label {
      font-size: 18px; }
  .page-coming-soon .coming-subcribe {
    width: 80%; }
    .page-coming-soon .coming-subcribe .mc4wp-form-fields input[type=submit] {
      padding: 0px 30px;
      font-weight: 500; }
    .page-coming-soon .coming-subcribe .mc4wp-form-fields:hover {
      width: 100%; }
    .page-coming-soon .coming-subcribe .mc4wp-response {
      width: 100%; }

  .page-404 .page-title {
    font-size: 55px;
    line-height: 46px;
    margin-bottom: 0; }
  .page-404 p {
    margin: 10px 0; }
  .page-404 .go-home {
    padding: 3px 16px;
    font-size: 14px; } }
@media (max-width: 600px) {
  .page-404 p {
    margin: 3px 0; } }
@media (max-width: 575px) {
  .page-404 p {
    font-size: 14px;
    margin: 5px 0; }

  .page-coming-soon .coming-soon h1 {
    font-size: 80px; }
  .page-coming-soon .coming-soon .cm-info {
    max-width: 100%;
    line-height: 25px;
    margin-top: 5px;
    font-size: 16px; }
  .page-coming-soon .coming-subcribe .mc4wp-form-fields input[type=email] {
    padding-right: 72px; }
  .page-coming-soon .cm-countdown .countdown_container .countdown-section {
    width: 90px;
    padding: 17px 0;
    margin: 0 3px; }
    .page-coming-soon .cm-countdown .countdown_container .countdown-section .countdown-number {
      font-size: 38px;
      line-height: 38px; } }
@media (max-width: 485px) {
  .page-coming-soon .coming-soon h1 {
    font-size: 52px; }
  .page-coming-soon .coming-soon .cm-info {
    max-width: 100%; }
  .page-coming-soon .cm-countdown .countdown_container .countdown-section {
    width: 60px; }
    .page-coming-soon .cm-countdown .countdown_container .countdown-section .countdown-number {
      font-size: 25px;
      line-height: 20px; }
    .page-coming-soon .cm-countdown .countdown_container .countdown-section .countdown-label {
      font-size: 14px; }
  .page-coming-soon .coming-subcribe {
    width: 100%; }
    .page-coming-soon .coming-subcribe .mc4wp-form-fields {
      width: 100%;
      height: 125px; }
      .page-coming-soon .coming-subcribe .mc4wp-form-fields p:first-child {
        position: static;
        width: 100%; }
      .page-coming-soon .coming-subcribe .mc4wp-form-fields p:last-child {
        display: block;
        margin-top: 15px;
        width: 100%; }

  .page-404 .page-title {
    font-size: 70px; }
  .page-404 p {
    margin: 15px 0; } }
.woocommerce-checkout {
  background-color: #faf9f7; }
  .woocommerce-checkout #order_review {
    border-top: 1px solid #d7d7d7; }
    .woocommerce-checkout #order_review tbody {
      display: none; }
  .woocommerce-checkout .woocommerce-info {
    margin-bottom: 25px; }
  .woocommerce-checkout h3, .woocommerce-checkout h4 {
    letter-spacing: 0.08em; }
  .woocommerce-checkout textarea {
    padding-right: 10px; }
  .woocommerce-checkout #billing_country_field, .woocommerce-checkout #shipping_country_field {
    margin-bottom: 27px; }
  .woocommerce-checkout #billing_country_field, .woocommerce-checkout #shipping_country_field {
    margin-bottom: 27px; }
  .woocommerce-checkout .input-text:hover::-webkit-input-placeholder {
    color: #6d6b6c !important; }
  .woocommerce-checkout .input-text:hover:-ms-input-placeholder {
    color: #6d6b6c !important; }
  .woocommerce-checkout .input-text:hover::-ms-input-placeholder {
    color: #6d6b6c !important; }
  .woocommerce-checkout .input-text:hover::placeholder {
    color: #6d6b6c !important; }
  .woocommerce-checkout .woocommerce-shipping-methods li label {
    padding-left: 18px; }
  .woocommerce-checkout .woocommerce-shipping-methods .shipping_method {
    opacity: 1 !important;
    margin-right: 5px;
    float: none;
    margin-top: 4px; }

form.woocommerce-checkout {
  background-color: transparent; }

.checkout_coupon .form-row-first {
  position: relative; }

.coupon-info {
  margin-bottom: 10px; }

.woocommerce-checkout-review-order-table .cart_item td {
  border-top: none !important;
  border-bottom: 1px solid #d7d7d7 !important; }
.woocommerce-checkout-review-order-table .cart_item .product-name {
  width: 100% !important;
  padding: 31px 0; }
  .woocommerce-checkout-review-order-table .cart_item .product-name > div {
    float: left;
    text-align: left; }
  .woocommerce-checkout-review-order-table .cart_item .product-name .product-thumb {
    width: 98px; }
  .woocommerce-checkout-review-order-table .cart_item .product-name .product-info {
    font-family: Raleway;
    width: calc(100% - 98px);
    padding-left: 34px; }
    .woocommerce-checkout-review-order-table .cart_item .product-name .product-info .product-title {
      font-family: Raleway;
      font-size: 13px;
      font-weight: 800;
      color: #333;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .woocommerce-checkout-review-order-table .cart_item .product-name .product-info .woocommerce-Price-amount {
      color: #c44860;
      font-family: Domine; }
.woocommerce-checkout-review-order-table .cart_item img {
  background: #fff; }
.woocommerce-checkout-review-order-table tfoot tr {
  font-family: Domine; }
  .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    padding-top: 24px; }
  .woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce-checkout-review-order-table tfoot tr.order-total td {
    border-top: 1px solid #d7d7d7 !important; }
  .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th, .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
    padding: 10px 0 20px !important; }
  .woocommerce-checkout-review-order-table tfoot tr th {
    color: #333;
    text-transform: capitalize !important;
    vertical-align: middle;
    width: 35%; }
  .woocommerce-checkout-review-order-table tfoot tr th, .woocommerce-checkout-review-order-table tfoot tr td {
    font-family: Domine !important;
    font-size: 15px !important;
    padding: 15px 0;
    padding-bottom: 10px !important;
    font-weight: 400 !important; }
  .woocommerce-checkout-review-order-table tfoot tr td {
    text-align: right;
    color: #6d6b6c;
    padding-right: 0 !important; }

.checkout-col-right {
  border: 1px solid #d7d7d7;
  margin-top: 28.5px; }
  .checkout-col-right #order_review_heading {
    padding: 22px 27px;
    background: #c44860;
    color: #fff;
    margin-bottom: 0; }

span.label-item {
  font-size: 14px;
  font-weight: 800;
  font-family: Raleway;
  margin-bottom: 0;
  letter-spacing: 0.08em; }

.product-number {
  padding: 17px 28px;
  border-top: 1px solid #d7d7d7;
  position: relative; }
  .product-number span {
    color: #333333; }
    .product-number span.arrow-item {
      cursor: pointer;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 17px;
      padding: 10px;
      font-size: 12px; }
      .product-number span.arrow-item.active:before {
        content: "\e648"; }

.woocommerce-checkout #payment {
  background: 0 0;
  margin: 10px 0 0; }
  .woocommerce-checkout #payment .form-row.place-order {
    padding: 35px 0 0 0;
    margin: 0; }
    .woocommerce-checkout #payment .form-row.place-order button {
      height: 48px;
      width: 100%;
      border-radius: 30px;
      font-size: 16px;
      font-weight: 500;
      margin: 0 15px; }
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: 0; }
    .woocommerce-checkout #payment ul.payment_methods li {
      padding: 0;
      position: relative; }
      .woocommerce-checkout #payment ul.payment_methods li.woocommerce-info {
        padding: 11px 15px 10px 40px; }
      .woocommerce-checkout #payment ul.payment_methods li input {
        height: 18px;
        width: 18px;
        margin-right: 8px;
        margin-left: -5px; }
      .woocommerce-checkout #payment ul.payment_methods li label {
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        vertical-align: top;
        padding-left: 29px;
        position: relative;
        color: #6d6b6c; }
        .woocommerce-checkout #payment ul.payment_methods li label:before {
          height: 20px;
          width: 20px;
          left: 0;
          border: 1px solid #e3e3e3;
          background: #f2f2f2;
          cursor: pointer; }
        .woocommerce-checkout #payment ul.payment_methods li label:before, .woocommerce-checkout #payment ul.payment_methods li label:after {
          position: absolute;
          content: '';
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          border-radius: 50%; }
      .woocommerce-checkout #payment ul.payment_methods li input:checked ~ label:after {
        height: 6px;
        width: 6px;
        background: #c44860;
        left: 7px; }
  .woocommerce-checkout #payment div.payment_box {
    margin: 5px 0 15px; }
  .woocommerce-checkout #payment #place_order {
    background: #c44860;
    margin: 0; }
    .woocommerce-checkout #payment #place_order:hover {
      background: #f4ae7b; }

.woocommerce-customer-details--phone, .woocommerce-customer-details--email {
  margin-top: 5px; }

.woocommerce-order-details {
  margin-bottom: 0 !important; }

.woocommerce-customer-details h2 {
  margin-top: 30px; }

#ship-to-different-address {
  margin-top: 15px; }
  #ship-to-different-address .woocommerce-form__label {
    margin-bottom: 0; }
  #ship-to-different-address span {
    font-size: 14px;
    font-weight: 800;
    font-family: Raleway;
    color: #333333;
    text-transform: uppercase; }
  #ship-to-different-address label {
    width: 100%;
    cursor: pointer; }
    #ship-to-different-address label span {
      position: relative;
      display: block; }
      #ship-to-different-address label span:before, #ship-to-different-address label span:after {
        content: "";
        display: block;
        border-radius: 13em;
        -webkit-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      #ship-to-different-address label span:before {
        height: 16px;
        width: 30px;
        border: 2px solid #bbb;
        background: #bbb;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        right: 0; }
      #ship-to-different-address label span:after {
        width: 14px;
        height: 14px;
        background: #fff;
        right: 17px; }
    #ship-to-different-address label input[type=checkbox]:checked + span:before {
      border-color: #000;
      background: #000; }
    #ship-to-different-address label input[type=checkbox]:checked + span:after {
      right: 3px; }

.welcome h3 {
  font-weight: 600;
  font-size: 35px;
  color: #c44860;
  padding: 0 5px 14px 0; }
.welcome p {
  font-size: 20px;
  color: #333;
  line-height: 35px; }
  .welcome p a {
    color: #c44860;
    position: relative; }
    .welcome p a:before {
      content: '';
      height: 1px;
      width: calc(100% - 6px);
      display: inline-block;
      position: absolute;
      background: #d48391;
      bottom: 0; }

.txt-lineheight30 p {
  line-height: 30px; }

.content-left-iconbox .heading-modern.heading-1 .after-title {
  letter-spacing: 0; }
  .content-left-iconbox .heading-modern.heading-1 .after-title:before {
    bottom: 4px; }
.content-left-iconbox .elementor-text-editor {
  line-height: 28px; }
.content-left-iconbox .btn.btn-primary {
  margin-top: 21px;
  font-size: 15px;
  padding: 9px 38px;
  display: table-caption; }

.box-icon.icon-gradient {
  background: #fff;
  padding: 42px 30px;
  -webkit-box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.1);
  box-shadow: 0px 2px 38px 0px rgba(133, 133, 133, 0.1);
  min-height: 290px; }
  .box-icon.icon-gradient .elementor-icon {
    font-size: 67px; }
    .box-icon.icon-gradient .elementor-icon i:before {
      background: -webkit-gradient(linear, left top, left bottom, from(#c44860), to(#f4ae7b));
      background: linear-gradient(to bottom, #c44860, #f4ae7b);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }
  .box-icon.icon-gradient .elementor-icon-box-title {
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: 600; }
  .box-icon.icon-gradient .elementor-icon-box-description {
    font-size: 15px;
    line-height: 26px;
    font-family: Domine; }
  .box-icon.icon-gradient:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#c44860), to(#f4ae7b));
    background: linear-gradient(to bottom, #c44860, #f4ae7b);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .box-icon.icon-gradient:hover .elementor-icon i:before {
      color: #fff;
      -webkit-text-fill-color: inherit; }
    .box-icon.icon-gradient:hover .elementor-icon-box-title,
    .box-icon.icon-gradient:hover .elementor-icon-box-description {
      color: #fff; }

.section-why-choose-us .elementor-container.elementor-column-gap-default > .elementor-row > .no-padding {
  padding: 0; }
  .section-why-choose-us .elementor-container.elementor-column-gap-default > .elementor-row > .no-padding.margin-left-25 {
    margin-left: 25px; }
  .section-why-choose-us .elementor-container.elementor-column-gap-default > .elementor-row > .no-padding:last-child {
    margin-right: 15px; }

.testimolial-about .testimonial {
  width: 62%; }
  .testimolial-about .testimonial .testimonial-content .elementor-testimonial-desc:before {
    left: -17px; }

.search .widget_search .search-form.woosearch-search .product-search {
  padding-right: 50px; }
.search .searchform .search-no-results {
  width: calc(100% - 30px); }

@media (max-width: 1199px) {
  .search .widget_search .s-no-result-found .search-form.woosearch-search {
    margin-bottom: 78px; } }
@media (max-width: 1024px) {
  .testimolial-about .testimonial {
    width: 100%;
    padding-right: 15px; }
    .testimolial-about .testimonial .testimonial-content .elementor-testimonial-desc {
      padding-right: 15px; } }
@media (max-width: 1199px) and (min-width: 768px) {
  .box-icon.icon-gradient {
    padding: 42px 20px;
    min-height: 315px; } }
@media (max-width: 1024px) and (min-width: 768px) {
  .section-why-choose-us .elementor-container.elementor-column-gap-default > .elementor-row > .no-padding {
    width: calc((100% - 30px) / 3); }
    .section-why-choose-us .elementor-container.elementor-column-gap-default > .elementor-row > .no-padding.margin-left-25 {
      margin-left: 15px; } }
@media (max-width: 767px) {
  .section-why-choose-us .elementor-container.elementor-column-gap-default > .elementor-row > .no-padding {
    padding: 0 15px; }
    .section-why-choose-us .elementor-container.elementor-column-gap-default > .elementor-row > .no-padding.margin-left-25 {
      margin-left: 0; }
    .section-why-choose-us .elementor-container.elementor-column-gap-default > .elementor-row > .no-padding:last-child {
      margin-right: 0; }

  .welcome p {
    font-size: 18px; } }
@media (max-width: 480px) {
  .welcome h3 {
    font-size: 32px; } }
.elementor-widget-google_maps iframe {
  pointer-events: auto !important; }

.box-icon-medicine {
  border-bottom: 1px solid #e6e6e6; }
  .box-icon-medicine:hover {
    border-bottom-color: #5690cf; }
  .box-icon-medicine .elementor-icon-box-title {
    letter-spacing: 0.08em; }
    .box-icon-medicine .elementor-icon-box-title span {
      position: relative; }
      .box-icon-medicine .elementor-icon-box-title span:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-size: cover; }
      .box-icon-medicine .elementor-icon-box-title span:after {
        content: '';
        height: 56px;
        width: 56px;
        background: #e5f0fc;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: -1; }
  .box-icon-medicine.stamped .elementor-icon-box-title span:before {
    left: -87px;
    background-image: url("../images/approved_icon.png");
    width: 53px;
    height: 53px; }
  .box-icon-medicine.stamped .elementor-icon-box-title span:after {
    left: -74px; }
  .box-icon-medicine.time .elementor-icon-box-title span:before {
    left: -81px;
    background-image: url("../images/time_icon.png");
    width: 45px;
    height: 45px; }
  .box-icon-medicine.time .elementor-icon-box-title span:after {
    left: -74px; }
  .box-icon-medicine.shipping .elementor-icon-box-title span:before {
    left: -93px;
    background-image: url("../images/shipping_icon.png");
    width: 64px;
    height: 40px; }
  .box-icon-medicine.shipping .elementor-icon-box-title span:after {
    left: -74px; }

.box-deal .wp-caption {
  position: relative; }
.box-deal figcaption.widget-image-caption {
  position: absolute;
  left: 0;
  top: 51px;
  padding: 0 20px 30px 0;
  background-image: url(../images/bg-deal-cp.png);
  background-repeat: no-repeat;
  background-position: 0px 0px; }
  .box-deal figcaption.widget-image-caption .box-dl {
    display: inline-block;
    height: 85px;
    width: 123px;
    background: #c44860;
    border-radius: 10px;
    color: #fff;
    padding-top: 0;
    line-height: 100%;
    text-align: center;
    position: relative;
    padding: 19px 10px;
    font-size: 25px;
    font-family: Raleway;
    font-weight: 600;
    transform: skew(0deg, 4deg);
    -moz-transform: skew(0deg, 4deg);
    -webkit-transform: skew(0deg, 4deg);
    -o-transform: skew(0deg, 4deg);
    -ms-transform: skew(0deg, 4deg); }
    .box-deal figcaption.widget-image-caption .box-dl span {
      display: inherit;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: -0.2px; }
    .box-deal figcaption.widget-image-caption .box-dl:before {
      border-radius: 50%;
      bottom: -23px;
      box-shadow: 17px 8px 0 0 #c44860;
      -webkit-box-shadow: 17px 8px 0 0 #c44860;
      -moz-box-shadow: 17px 8px 0 0 #c44860;
      -ms-box-shadow: 17px 8px 0 0 #c44860;
      content: "";
      height: 63px;
      position: absolute;
      right: 18px;
      left: auto;
      -webkit-transform: rotate(170deg) skewX(-194deg);
      transform: rotate(170deg) skewX(-194deg);
      width: 75px;
      z-index: -1; }

.box-deal-bg {
  position: relative;
  display: inline-block;
  width: 100%; }
  .box-deal-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #c44860;
    opacity: 0.15;
    position: absolute;
    top: 0;
    left: 50%; }
  .box-deal-bg:after {
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), to(#c44860));
    background: linear-gradient(#ffffff 30%, #c44860);
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .box-deal-bg .apr-product.product-list.list-1 .product-image {
    background: none; }

.apr-product.product-list.list-1 .element-product,
.apr-product.product-list.list-1 .shopswatchinput {
  display: none; }
.apr-product.product-list.list-1 .product-top {
  float: left;
  display: inline-block;
  padding-right: 30px; }
.apr-product.product-list.list-1 .product-content .product-desc {
  border: none;
  width: auto;
  overflow: hidden;
  float: none;
  height: 160px;
  position: relative;
  vertical-align: middle;
  display: table-cell;
  margin-top: 0;
  padding: 0 !important; }
  .apr-product.product-list.list-1 .product-content .product-desc .product-action {
    display: none;
    padding: 0; }
.apr-product.product-list.list-1 .woocommerce ul.products li.type-product {
  padding: 20px 0;
  border-bottom: 1px dashed #c4c8c4;
  margin-bottom: 0 !important; }
  .apr-product.product-list.list-1 .woocommerce ul.products li.type-product:last-child {
    border-bottom: none; }
  .apr-product.product-list.list-1 .woocommerce ul.products li.type-product .price {
    margin-top: 9px;
    padding-bottom: 0;
    margin-bottom: 0; }
.apr-product.product-list.list-1 .product-image {
  float: left;
  display: inline-block;
  position: relative; }
  .apr-product.product-list.list-1 .product-image .price {
    display: none; }
  .apr-product.product-list.list-1 .product-image span.label-product {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    width: 35px;
    font-size: 13px;
    height: 35px;
    font-family: Domine; }
    .apr-product.product-list.list-1 .product-image span.label-product.on-sale.percentage span {
      line-height: 36px; }
      .apr-product.product-list.list-1 .product-image span.label-product.on-sale.percentage span sup {
        font-size: 11px;
        top: -5px; }
  .apr-product.product-list.list-1 .product-image a {
    display: inline-block;
    float: left; }
.apr-product.product-list.list-1 .top-desc .label-product {
  display: none !important;
  height: 0 !important; }
.apr-product.product-list.list-1 .product-title .product-name {
  font-size: 15px !important;
  color: #393939;
  line-height: 22px; }
  .apr-product.product-list.list-1 .product-title .product-name:hover {
    color: #c44860; }
.apr-product.product-list.list-1 .woocommerce ul.products li.type-product .star-rating {
  margin-bottom: 5px; }
.apr-product.product-list.list-1 .woocommerce ul.products li.type-product .price {
  font-size: 15px;
  font-family: Domine;
  margin-top: 9px !important;
  float: left;
  display: inline-block;
  width: 100%; }
.apr-product.product-list.list-1 .woocommerce ul.products li.type-product .date_from_to {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  display: inline-block;
  width: 100%; }

.apr-product.product-list.list-1 .top-desc .label-product {
  height: 0 !important;
  line-height: 100% !important;
  font-size: 0 !important; }

.date_from_to {
  display: inherit;
  width: 100%;
  font-size: 15px;
  color: #393939;
  width: 100%;
  font-family: Domine;
  padding-top: 0;
  padding-bottom: 4px; }
  .date_from_to span {
    color: #c44860; }

.bg-primary-op {
  position: relative; }
  .bg-primary-op:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #c44860;
    opacity: 0.07;
    z-index: -1; }
  .bg-primary-op .product-image {
    background: none; }
    .bg-primary-op .product-image:after {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #c44860;
      opacity: 0.07; }

.apr-tabs-content.tabs-scroll .apr-product {
  margin-bottom: 42px; }

.banner-medicine .apr-banner .top-title {
  margin-left: -5px; }

.apr-advance-tabs .apr-tabs-content .product-grid.grid-2 .woocommerce ul.products.columns-3 .product-top .product-action .desc p {
  color: #6d6b6c; }

.product-grid .element-product,
.product-grid .shopswatchinput,
.product-grid .date_from_to {
  display: none; }
.product-grid.grid-2 .product-content .product-desc {
  min-height: 138px; }
  .product-grid.grid-2 .product-content .product-desc p {
    color: #6d6b6c !important; }
.product-grid.grid-2 .product-action .compare-product a.add_to_compare.compare.button:before,
.product-grid.grid-2 .product-action .yith-wcwl-add-to-wishlist .hide a,
.product-grid.grid-2 .product-action .yith-wcwl-add-to-wishlist .show a {
  font-size: 11px; }
.product-grid.grid-2 .product-action .action-item {
  width: 30px;
  height: 30px; }
  .product-grid.grid-2 .product-action .action-item.add-cart {
    width: 100%;
    border: 0;
    height: auto; }
.product-grid.grid-2 .product-action .yith-wcwl-add-to-wishlist .hide a,
.product-grid.grid-2 .product-action .yith-wcwl-add-to-wishlist .show a {
  width: 30px;
  height: 30px; }
.product-grid.grid-2 .woocommerce ul.products li.type-product h3 {
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 20px;
  overflow: hidden; }
.product-grid.grid-2 .product-top .product-action .desc {
  margin-bottom: 15px; }
.product-grid.grid-2 .woocommerce.columns-3 {
  overflow: hidden; }
.product-grid.grid-2 .woocommerce ul.products li.type-product {
  padding: 0 30px;
  border-right: 1px dashed #dfdfdf;
  margin-bottom: 0; }
  .product-grid.grid-2 .woocommerce ul.products li.type-product .product-content .product-desc {
    padding: 25px 0; }
    .product-grid.grid-2 .woocommerce ul.products li.type-product .product-content .product-desc span.label-product.on-sale {
      margin-left: 5px;
      height: 35px;
      width: 35px;
      font-size: 13px;
      line-height: 35px;
      margin-bottom: 0; }
      .product-grid.grid-2 .woocommerce ul.products li.type-product .product-content .product-desc span.label-product.on-sale sup {
        font-size: 11px; }
    .product-grid.grid-2 .woocommerce ul.products li.type-product .product-content .product-desc .star-rating {
      margin-top: 12px;
      margin-bottom: 7px; }
  .product-grid.grid-2 .woocommerce ul.products li.type-product .price {
    font-size: 15px; }
.product-grid.grid-2 .woocommerce ul.products .product-action .action-item .add-cart-btn a {
  font-weight: 500; }
.product-grid.grid-2 .woocommerce ul.products.columns-3 li:nth-child(3n) {
  border-right: none; }
.product-grid.grid-2 .woocommerce ul.products.columns-3 li:nth-child(n+4) {
  padding-top: 30px;
  border-top: 1px dashed #dfdfdf; }
.product-grid.grid-2 .woocommerce ul.products.columns-3 .product-top .product-action .desc {
  max-height: 56px; }
.product-grid.grid-2 .woocommerce ul.products.columns-2 li:nth-child(2n) {
  border-right: none; }
.product-grid.grid-2 .woocommerce ul.products.columns-2 li:nth-child(n+3) {
  padding-top: 30px;
  border-top: 1px dashed #dfdfdf; }
.product-grid.grid-2 .woocommerce ul.products.columns-2 .product-top .product-action .desc {
  max-height: 56px; }
.product-grid.grid-2 .woocommerce ul.products.columns-4 li:nth-child(4n) {
  border-right: none; }
.product-grid.grid-2 .woocommerce ul.products.columns-4 li:nth-child(n+5) {
  padding-top: 30px;
  border-top: 1px dashed #dfdfdf; }
.product-grid.grid-2 .woocommerce ul.products.columns-4 .product-top .product-action .desc {
  max-height: 56px; }
.product-grid.grid-2 .woocommerce ul.products.columns-5 li:nth-child(5n) {
  border-right: none; }
.product-grid.grid-2 .woocommerce ul.products.columns-5 li:nth-child(n+6) {
  padding-top: 30px;
  border-top: 1px dashed #dfdfdf; }
.product-grid.grid-2 .woocommerce ul.products.columns-5 .product-top .product-action .desc {
  max-height: 56px; }
.product-grid.grid-2 .woocommerce ul.products.columns-6 li:nth-child(6n) {
  border-right: none; }
.product-grid.grid-2 .woocommerce ul.products.columns-6 li:nth-child(n+7) {
  padding-top: 30px;
  border-top: 1px dashed #dfdfdf; }
.product-grid.grid-2 .woocommerce ul.products.columns-6 .product-top .product-action .desc {
  max-height: 56px; }
.product-grid.grid-2 .woocommerce ul.products .product-title .product-name {
  color: #393939;
  font-size: 14px; }
  .product-grid.grid-2 .woocommerce ul.products .product-title .product-name:hover {
    color: #c44860; }
.product-grid.grid-2 .woocommerce ul.products {
  margin: 0 -30px; }

@media (max-width: 1199px) and (min-width: 1025px) {
  .box-icon-medicine {
    min-height: 98px; } }
@media (max-width: 1199px) and (min-width: 991px) {
  .product-packery .woocommerce ul.products:not(.product-list) .product-content:hover .product-desc .product-price .desc {
    display: none; }
  .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc {
    padding: 25px 20px 0 25px; }
    .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action .action-item.add-cart {
      padding-left: 15px; }

  .apr-product.product-list.list-2 .product-image {
    width: 100px; }
  .apr-product.product-list.list-2 .product-content .product-desc {
    width: calc(100% - 100px); } }
@media (max-width: 991px) and (min-width: 768px) {
  .apr-product.product-grid .woocommerce.columns-4 ul.products[class*=columns-] li.product {
    clear: none; }
    .apr-product.product-grid .woocommerce.columns-4 ul.products[class*=columns-] li.product:nth-child(3n+1) {
      clear: both; } }
@media (min-width: 1025px) {
  .sc-box-icon-medicine .elementor-container.elementor-column-gap-default > .elementor-row > .no-padding {
    padding: 0; }
    .sc-box-icon-medicine .elementor-container.elementor-column-gap-default > .elementor-row > .no-padding:first-child {
      margin-left: 15px; }
    .sc-box-icon-medicine .elementor-container.elementor-column-gap-default > .elementor-row > .no-padding:last-child {
      margin-right: 15px; } }
@media (max-width: 1024px) {
  .box-icon-medicine.shipping {
    border-bottom: 0; }
  .box-icon-medicine .elementor-icon-box-title span:before, .box-icon-medicine .elementor-icon-box-title span:after {
    display: none; }

  .apr-product.product-list.list-2 .product-content .product-image-hover,
  .apr-product.product-list.list-2 .product-content .product-top .product-action {
    display: none !important; } }
@media (max-width: 991px) {
  .slider-garden.tp-bullets {
    -webkit-transform: matrix(1, 0, 0, 1, -22, -50) !important;
    transform: matrix(1, 0, 0, 1, -22, -50) !important; }

  .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc {
    padding: 30px 30px 15px 30px; } }
@media (max-width: 991px) and (min-width: 768px) {
  .product-packery .woocommerce ul.products:not(.product-list) .product-content:hover .product-desc .product-price .desc {
    display: none; } }

@media (max-width: 768px) {
  .banner-medicine .apr-banner.bn-align-left .bn-content {
    top: 23%;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%; } }
@media (max-width: 767px) {
  .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .star-rating {
    margin: 7px 0 0; }
  .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action .add-cart-btn {
    margin: 0; }
  .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action .action-item.add-cart a {
    height: 35px;
    width: 35px;
    min-width: 1px; }

  .banner-medicine .apr-banner.bn-align-left .bn-content {
    top: 43%; }

  .apr-product.product-list.list-2 .product-content .product-top {
    float: left; }

  .main-2 .blog.post-single {
    padding: 30px 0; }

  .single-post .main-2 .bg-layout-2 > .row {
    margin: 0; } }
@media (min-width: 575px) {
  .blog-medicine .blog-shortcode.blog-grid.grid-style1 .item {
    margin-bottom: 0; } }
@media (max-width: 575px) {
  .product-packery .woocommerce ul.products:not(.product-list) .product-content:hover .product-desc .product-price .desc {
    display: none; }
  .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc {
    padding: 30px 15px 15px 15px; }
    .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-title {
      text-overflow: inherit;
      white-space: pre-wrap; }
    .product-packery .woocommerce ul.products:not(.product-list) .product-content .product-desc .product-action .action-item.add-cart {
      padding-left: 15px; } }
@media (max-width: 425px) {
  .banner-medicine .apr-banner .bn-title {
    max-width: 100% !important; } }
.sale-title {
  color: #c44860;
  margin-bottom: 18px; }
  .sale-title span {
    color: #333; }

.sale-title, .sale-after-title {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0; }

.sale-after-title {
  margin-bottom: 0;
  color: #333; }

.bn-best-sellers > .elementor-container > .elementor-row {
  margin: 0 !important; }
  .bn-best-sellers > .elementor-container > .elementor-row > .elementor-element {
    padding: 0 !important; }

.footer-newsletter.bg-newsletter {
  background-image: -webkit-gradient(linear, left top, right top, from(#410f12), to(#ff5570)) !important;
  background-image: linear-gradient(to right, #410f12, #ff5570) !important; }
  .footer-newsletter.bg-newsletter .newletter-desc, .footer-newsletter.bg-newsletter h2 {
    color: #fff; }
  .footer-newsletter.bg-newsletter .newsletter_title .title-after {
    color: rgba(144, 101, 121, 0.078); }
  .footer-newsletter.bg-newsletter input[type=submit] {
    background: #fff !important;
    color: #333333 !important; }
  .footer-newsletter.bg-newsletter input[type=email] {
    color: #fff; }
    .footer-newsletter.bg-newsletter input[type=email]::-webkit-input-placeholder {
      color: #fff; }
    .footer-newsletter.bg-newsletter input[type=email]:-ms-input-placeholder {
      color: #fff; }
    .footer-newsletter.bg-newsletter input[type=email]::-ms-input-placeholder {
      color: #fff; }
    .footer-newsletter.bg-newsletter input[type=email]::placeholder {
      color: #fff; }
  .footer-newsletter.bg-newsletter .footer-mailchimp:before {
    content: '';
    position: absolute;
    border: 1px solid #cb8690;
    height: 100%;
    width: 100%;
    border-radius: 30px; }
  .footer-newsletter.bg-newsletter .footer-mailchimp .social-footer i {
    color: #fff; }
  .footer-newsletter.bg-newsletter .footer-mailchimp button#btn-show-social {
    background-color: #ff5570; }

.product-wines .product-title .product-name, .product-wines ul.products li.type-product .price del {
  color: #fff; }
.product-wines .product-content .product-desc {
  text-align: center; }
.product-wines .product-content .star-rating {
  display: none; }
.product-wines ul.products:not(.product-list) li.type-product .price {
  margin-top: 0; }
.product-wines ul.products:not(.product-list) .product-content .top-desc {
  margin-top: 5px; }

.countries-cat {
  display: block;
  font-family: Raleway;
  font-size: 14px;
  margin-top: 9px; }
  .countries-cat a {
    color: #d5d5d5;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    .countries-cat a:before {
      content: '(';
      color: #d5d5d5; }
    .countries-cat a:after {
      content: ')';
      color: #d5d5d5; }
    .countries-cat a:hover {
      color: #c44860; }
      .countries-cat a:hover:before, .countries-cat a:hover:after {
        color: #c44860; }

.menu-wine {
  position: absolute !important;
  bottom: 86px;
  right: 60px;
  width: 165px !important;
  text-align: center; }
  .menu-wine .menu li {
    list-style: none; }
    .menu-wine .menu li a {
      color: #fff; }
  .menu-wine .menu .sub-menu {
    display: none; }

.bn-best-sellers section > .elementor-container > .elementor-row {
  margin: 0 !important; }
.bn-best-sellers .best-sellers-home-wine > .elementor-container > .elementor-row {
  width: 100%; }
  .bn-best-sellers .best-sellers-home-wine > .elementor-container > .elementor-row > .elementor-element {
    padding: 0 !important; }
.bn-best-sellers .woocommerce ul.products {
  margin: 0; }
.bn-best-sellers .apr-banner {
  background-position: center center; }

.text-gradient-garden {
  background: #569601;
  background: -webkit-gradient(left top, right top, color-stop(0%, #569601), color-stop(30%, #c2ec50), color-stop(83%, #569601), color-stop(100%, #c2ec50));
  background: -webkit-gradient(linear, left top, right top, from(#569601), color-stop(30%, #c2ec50), color-stop(83%, #569601), to(#c2ec50));
  background: linear-gradient(to right, #569601 0%, #c2ec50 30%, #569601 83%, #c2ec50 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-shadow: none; }

.tab-product-custom .apr-advance-tabs .apr-tabs-content {
  padding-top: 23px; }
  .tab-product-custom .apr-advance-tabs .apr-tabs-content > div.active, .tab-product-custom .apr-advance-tabs .apr-tabs-content > div.active-default {
    padding: 0; }
.tab-product-custom .woocommerce ul.products:not(.product-list) li.type-product .price {
  font-weight: 700;
  margin-top: 5px; }
  .tab-product-custom .woocommerce ul.products:not(.product-list) li.type-product .price ins {
    font-weight: 700; }
.tab-product-custom .woocommerce ul.products:not(.product-list) .product-content .product-desc {
  padding-top: 27px; }
  .tab-product-custom .woocommerce ul.products:not(.product-list) .product-content .product-desc span.label-product.on-sale {
    display: none; }
.tab-product-custom .woocommerce ul.products:not(.product-list) .product-content .top-desc {
  margin-top: 0; }
.tab-product-custom .woocommerce nav.woocommerce-pagination .page-numbers li a,
.tab-product-custom .woocommerce nav.woocommerce-pagination .page-numbers li span {
  height: 36px;
  width: 36px;
  line-height: 33px;
  font-size: 14px; }
.tab-product-custom .woocommerce nav.woocommerce-pagination .page-numbers li a.prev,
.tab-product-custom .woocommerce nav.woocommerce-pagination .page-numbers li a.next {
  font-size: 12px; }
.tab-product-custom .product-title .product-name {
  line-height: 22px; }
.tab-product-custom .product-desc {
  text-align: center; }
  .tab-product-custom .product-desc .star-rating {
    margin: 0 auto;
    margin-top: 12px; }
.tab-product-custom .apr-advance-tabs .apr-tabs-nav > ul {
  display: block;
  text-align: center; }
  .tab-product-custom .apr-advance-tabs .apr-tabs-nav > ul li {
    display: inline-block;
    width: auto;
    font-family: Raleway;
    font-weight: 600;
    font-size: 20px;
    padding: 0 17px; }
    .tab-product-custom .apr-advance-tabs .apr-tabs-nav > ul li:after {
      display: none; }
    .tab-product-custom .apr-advance-tabs .apr-tabs-nav > ul li:first-child:before {
      display: none; }
    .tab-product-custom .apr-advance-tabs .apr-tabs-nav > ul li:before {
      content: "";
      height: 5px;
      width: 5px;
      background-color: #e1e1e1;
      display: block;
      position: absolute;
      border-radius: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: -4px; }
    .tab-product-custom .apr-advance-tabs .apr-tabs-nav > ul li.active-default {
      color: #c44860; }

.box-garden-safe .elementor-icon-box-content {
  padding-top: 11px; }
.box-garden-safe.nth2 .elementor-icon-box-icon:before {
  content: '2'; }
.box-garden-safe.nth3 .elementor-icon-box-icon:before {
  content: '3'; }
.box-garden-safe .elementor-icon-box-icon {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #a7d91e;
  margin: 0 auto;
  position: relative; }
  .box-garden-safe .elementor-icon-box-icon .elementor-icon {
    color: #fff;
    font-size: 87px;
    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;
    height: 100%; }
  .box-garden-safe .elementor-icon-box-icon:before {
    content: '1';
    font-family: Raleway;
    color: #c44860;
    height: 36px;
    width: 36px;
    background-color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 9px;
    line-height: 33px; }
.box-garden-safe .elementor-icon-box-title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 7px; }
.box-garden-safe .elementor-icon-box-description {
  color: #fff;
  font-size: 15px; }

.text-map h3 {
  color: #c44860;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 27px; }
.text-map a {
  height: 65px;
  width: 65px;
  background-color: #fff;
  color: #c44860;
  display: inline-block;
  border-radius: 50%;
  line-height: 65px;
  border: 1px solid #c44860; }
  .text-map a i {
    font-size: 20px; }

@media (max-width: 991px) {
  .bn-best-sellers > .elementor-container > .elementor-row {
    margin: 0 !important;
    width: 100%; } }
@media (max-width: 480px) {
  .bn-best-sellers .apr-banner {
    height: 185px !important; }

  .border-gradient {
    border-width: 0 !important; } }
.item-3 .elementor-image-carousel-wrapper {
  max-width: 550px;
  margin: 0 auto; }

.single-product .main-2 .wrapper {
  background-color: transparent;
  padding-bottom: 0;
  padding-top: 0; }
.single-product .main-2 .product-images-wrapper img {
  background: none; }
.single-product .main-2 div.entry-summary .product_title {
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  line-height: 26px; }

.single-post .main-2 .side-breadcrumb {
  margin-bottom: 0; }

.archive .main-2 .bg-layout-2 {
  margin: -130px 0;
  border-radius: 130px; }

.main-2 .bg-layout-2 > .row {
  margin: 0 auto;
  max-width: 82.666%; }
.main-2 .side-breadcrumb {
  margin-bottom: 0; }
.main-2.header-fixed .side-breadcrumb {
  padding-top: 250px; }
.main-2 .side-breadcrumb {
  background-image: none !important; }
.main-2 .product-extra,
.main-2 .product-extra::after,
.main-2 .product-extra::before {
  background-color: transparent; }
.main-2 .product-extra {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }
  .main-2 .product-extra .other-products {
    margin: 0 auto;
    max-width: 82.666%; }
.main-2 .bg-layout-2 {
  background: #fde4e7;
  margin: -170px 0;
  position: relative;
  border-radius: 180px; }
.main-2 div.side-breadcrumb .page-title h1,
.main-2 div.side-breadcrumb .page-title h2 {
  font-size: 80px;
  text-transform: uppercase;
  font-family: Papa Bear;
  line-height: normal; }
.main-2 div.side-breadcrumb .breadcrumb {
  padding-top: 50px; }
.main-2 .breadcrumb li a,
.main-2 .breadcrumb li {
  line-height: normal;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  color: #fff;
  font-size: 25px; }
.main-2 .breadcrumb li:before {
  background-color: #fff; }
.main-2 .breadcrumb li:last-child {
  font-weight: 400;
  font-size: 25px; }
.main-2 .post-single .blog-img img {
  border-radius: 30px; }
.main-2 .post-info-author {
  border-top-color: #f3c7cc; }
.main-2 input[type="email"], .main-2 input[type="password"],
.main-2 input[type="search"], .main-2 input[type="text"],
.main-2 input[type="url"], .main-2 textarea {
  background: #fff;
  border-radius: 30px !important; }
.main-2 input[type="email"], .main-2 input[type="password"], .main-2 input[type="search"],
.main-2 input[type="text"], .main-2 input[type="url"], .main-2 select, .main-2 textarea,
.main-2 input:focus, .main-2 textarea:focus, .main-2 .wpulike, .main-2 .tagcloud a,
.main-2 .post-info-author .post-share-list a, .main-2 .quantity,
.main-2 div.entry-summary form.cart .variations select,
.main-2 .widget.brand .widget-title span,
.main-2 .product-share .product-sharing-list a,
.main-2 div.entry-summary .compare.button,
.main-2 .blog-list .blog-item,
.main-2 .page-numbers:not(.next),
.main-2 .page-numbers:not(.prev),
.main-2 .product-action .action-item,
.main-2 form.woocommerce-ordering select,
.main-2 nav.woocommerce-pagination ul.page-numbers li a,
.main-2 nav.woocommerce-pagination ul.page-numbers li span,
.main-2 nav.woocommerce-pagination ul.page-numbers li span.current,
.main-2 nav.woocommerce-pagination ul.page-numbers li a:hover,
.main-2 nav.woocommerce-pagination ul.page-numbers li span:hover,
.main-2 nav.woocommerce-pagination ul.page-numbers li span.current:hover,
.main-2 div.entry-summary .yith-wcwl-add-to-wishlist,
.main-2 .shop_table.order_details tfoot tr th,
.main-2 .shop_table.order_details tfoot tr:last-child td,
.main-2 .shop_table.order_details tfoot tr:last-child th,
.main-2 .woocommerce-customer-details h2, .main-2 .woocommerce-order-details h2,
.main-2 .shop_table.order_details tfoot tr td,
.main-2 .box-shipping .title-hdwoo, .main-2 .product-number,
.main-2 table.shop_table td, .main-2 .checkout-col-right,
.main-2 .woocommerce .checkout .form-row .woocommerce-input-wrapper input,
.main-2 .woocommerce .checkout .form-row .woocommerce-input-wrapper textarea,
.main-2 .woocommerce .box-cart-total table.shop_table tbody tr.order-total td::before,
.main-2 .active-sidebar .widget.widget_products .product_list_widget li,
.main-2 .woocommerce .checkout .form-row .select2-container--default .select2-selection--single,
.main-2 .active-sidebar .widget.widget_top_rated_products .product_list_widget li,
.main-2 .active-sidebar .widget.widget_product_categories .widget-title span,
.main-2 .active-sidebar .berocket_single_filter_widget .berocket_aapf_widget-title span.icon {
  border-color: #fec0c8; }
.main-2 .woocommerce-checkout-review-order-table tfoot tr.order-total td,
.main-2 .woocommerce-checkout-review-order-table tfoot tr.order-total th,
.main-2 .woocommerce-checkout-review-order-table .cart_item td {
  border-color: #fec0c8 !important; }
.main-2 .active-sidebar .widget.widget_product_categories .widget-title span,
.main-2 .widget.brand .widget-title span,
.main-2 .woocommerce form .form-row select,
.main-2 .woocommerce form .shipping-calculator-form #calc_shipping_postcode,
.main-2 .woocommerce form .shipping-calculator-form #calc_shipping_state,
.main-2 .active-sidebar .berocket_single_filter_widget .berocket_aapf_widget-title span.icon {
  background-color: #fff; }
.main-2 .box-cart-total table.shop_table tbody tr.order-total th::before,
.main-2 .box-shipping::before,
.main-2 .widget_berocket_aapf_single .berocket_filter_price_slider.ui-widget-content .ui-slider-range, .main-2 .widget_berocket_aapf_single .berocket_filter_slider.ui-widget-content .ui-slider-range {
  background-color: #fec0c8; }
.main-2 .active-sidebar .sticky-sidebar > .widget_product_categories {
  padding-top: 0; }
.main-2 .active-sidebar .sticky-sidebar > .widget_product_categories,
.main-2 .active-sidebar .sticky-sidebar > .widget_product_categories + .berocket_single_filter_widget + .brand + .berocket_single_filter_widget,
.main-2 .active-sidebar .sticky-sidebar > .widget_product_categories + .berocket_single_filter_widget + .brand,
.main-2 .active-sidebar .sticky-sidebar > .widget_product_categories + .berocket_single_filter_widget {
  background: none;
  padding-left: 0 !important;
  padding-right: 0 !important; }
.main-2 nav.woocommerce-pagination ul.page-numbers li a,
.main-2 nav.woocommerce-pagination ul.page-numbers li span,
.main-2 nav.woocommerce-pagination ul.page-numbers li span.current {
  background: #fff; }
.main-2 nav.woocommerce-pagination ul.page-numbers li a.next,
.main-2 nav.woocommerce-pagination ul.page-numbers li a.prev {
  background: none; }
.main-2 .widget_search .search-form.woosearch-search {
  border: none; }
.main-2 .blog-list .blog-post-info {
  padding: 30px 15px;
  text-align: center; }
.main-2 .post-name a {
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 26px;
  display: block; }
.main-2 .page-numbers:not(.next),
.main-2 .page-numbers:not(.prev) {
  background: transparent; }
.main-2 .product-image {
  background-color: transparent; }
.main-2 .active-sidebar .widget.widget_products .product_list_widget .product-top .product-image img,
.main-2 .active-sidebar .widget.widget_top_rated_products .product_list_widget .product-top .product-image img {
  background-color: transparent;
  border: 1px solid #fec0c8;
  border-radius: 20px; }
.main-2 .post-type-archive-product .active-sidebar .widget-title,
.main-2 .single-product .active-sidebar .widget-title,
.main-2 .tax-product_cat .active-sidebar .widget-title,
.main-2 .tax-product_tag .active-sidebar .widget-title {
  font-size: 25px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: none; }
.main-2 .product-list .product-content {
  border: 1px dashed #fec0c8; }
  .main-2 .product-list .product-content .product-desc {
    border: none; }

.woocommerce-account .main-2 .woocommerce-MyAccount-content form .form-row input,
.woocommerce-account .main-2 .woocommerce-MyAccount-content .shop_table tbody tr td:first-child,
.woocommerce-account .main-2 .woocommerce-MyAccount-content .shop_table tbody tr td,
.woocommerce-account .main-2 .woocommerce-MyAccount-content .shop_table tbody tr td:last-child,
.woocommerce-account .main-2 .woocommerce-MyAccount-content .woocommerce-customer-details address,
.woocommerce-account .main-2 .woocommerce-MyAccount-content form.edit-account fieldset legend {
  border-color: #fec0c8; }

.page.woocommerce-cart .main-2 .cart-right {
  border-color: #fec0c8; }
.page.woocommerce-cart .main-2 table.cart td.actions .coupon input {
  background: #fff; }
.page.woocommerce-cart .main-2 .cross-sells::after {
  content: none;
  background: transparent; }
@media (min-width: 1200px) {
  .page.woocommerce-cart .main-2 table.cart td.actions .coupon input[type="text"] {
    width: 260px !important; } }

.woocommerce-checkout .main-2 #order_review {
  border-color: #fec0c8; }

.woocommerce ul.products.grid-3:not(.product-list) .product-content .product-desc .product-action {
  display: block !important; }

@media (min-width: 1025px) and (max-width: 1199px) {
  .main-2 .bg-layout-2,
  .footer-04 .row-bg {
    margin: -120px 0;
    border-radius: 120px; }

  .main-2 div.product {
    padding-top: 50px; }

  .heading-res .elementor-heading-title {
    font-size: 42px !important; } }
@media (max-width: 1024px) {
  .main-2 .top-img, .main-2 .bottom-img {
    display: none; }
  .main-2 .bg-layout-2 {
    margin: 0;
    border-radius: 0; }
  .main-2 .product .bg-layout-2 {
    border-radius: 0;
    padding-top: 40px;
    padding-bottom: 40px; }
  .main-2 .product-extra .other-products {
    margin-bottom: 50px;
    padding-bottom: 30px; }

  .archive .main-2 .bg-layout-2 {
    margin: 0;
    border-radius: 0;
    padding: 50px 0; }

  .footer-04.page-footer {
    margin-top: 50px; } }
@media (max-width: 991px) {
  .header-04 .logo {
    margin-top: 0; }

  .main-2 div.side-breadcrumb .page-title h1,
  .main-2 div.side-breadcrumb .page-title h2 {
    font-size: 50px; }

  .blog-content.bg-layout-2 {
    margin-bottom: 50px; }

  .main-2.header-fixed .side-breadcrumb {
    padding-top: 130px; }

  .main-2 .product-extra {
    margin-top: 50px; } }
@media (max-width: 767px) {
  .text-map h3 {
    font-size: 25px; }
  .text-map a {
    height: 50px;
    width: 50px;
    line-height: 50px; }
    .text-map a i {
      font-size: 16px; }

  .tab-product-custom .apr-advance-tabs .apr-tabs-nav > ul li {
    padding: 0 15px; }

  .main-2 .product-extra .other-products,
  .main-2 .bg-layout-2 > .row {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px; }

  .single-product .main-2 .bg-layout-2 > .row {
    margin-left: 0;
    margin-right: 0; }

  .woocommerce .main-2 div.entry-summary form.cart button[type="submit"] {
    padding: 0 21px; }

  .main-2 div.side-breadcrumb .breadcrumb {
    padding-top: 20px; } }
@media (max-width: 550px) {
  .main-2 div.side-breadcrumb .page-title h1,
  .main-2 div.side-breadcrumb .page-title h2 {
    font-size: 32px; }

  .main-2 div.side-breadcrumb .breadcrumb li,
  .main-2 div.side-breadcrumb .breadcrumb li a {
    font-size: 18px; } }
.our-product-food-farm .apr-advance-tabs .apr-tabs-nav > ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.img-food-farm .elementor-widget-image {
  margin-bottom: 0 !important; }
.img-food-farm .banner-tea {
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50% !important; }

.box-show-video {
  position: relative; }
  .box-show-video .elementor-image-box-img {
    border: 15px solid #fff;
    -webkit-box-shadow: 0 0 51px 0 rgba(45, 45, 45, 0.2);
            box-shadow: 0 0 51px 0 rgba(45, 45, 45, 0.2); }
  .box-show-video .elementor-image-box-content {
    position: absolute;
    left: 50%;
    bottom: -32px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 117px; }

.play-video {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .play-video a {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 51px 0px rgba(45, 45, 45, 0.2) !important;
            box-shadow: 0px 0px 51px 0px rgba(45, 45, 45, 0.2) !important;
    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;
    width: 90px !important;
    height: 80px; }
    .play-video a i {
      font-size: 26px; }
  .play-video span {
    margin-left: 19px;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 800;
    color: #333333;
    margin-top: 62px;
    text-transform: uppercase;
    letter-spacing: 0.08em; }

.tab-product-food-farm .woocommerce ul.products:not(.product-list) .product-content .product-desc {
  padding-top: 23px; }
  .tab-product-food-farm .woocommerce ul.products:not(.product-list) .product-content .product-desc .star-rating {
    margin-top: 13px; }
  .tab-product-food-farm .woocommerce ul.products:not(.product-list) .product-content .product-desc .price {
    margin-top: 12px;
    margin-bottom: 6px; }
.tab-product-food-farm .category-product {
  display: none; }
.tab-product-food-farm .woocommerce-pagination {
  padding-top: 48px !important; }

.blog-foodfarm .blog-post-info {
  padding-top: 55px; }
  .blog-foodfarm .blog-post-info .post-name a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px; }

.bn-food-farm .elementor-image-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.about-foodfarm:before {
  content: '';
  background: #f8f8f8;
  position: absolute;
  left: 0;
  right: -300%;
  z-index: -1;
  height: 100%; }

.banner-tea .elementor-image-box-title {
  margin-bottom: -10px !important; }
.banner-tea .elementor-image-box-description span {
  font-size: 30px;
  display: block;
  font-family: Raleway;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: -8px; }

.blog-grid2 .custom-date {
  display: none; }
.blog-grid2 .blog-post-info {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 53px;
  border: 10px solid #faf9f7;
  border-top: none; }
@media (min-width: 768px) {
  .blog-grid2 .blog-grid.grid-style2 .item:nth-child(2n+1) .blog-item:not(.post-gallery) {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .blog-grid2 .blog-grid.grid-style2 .item:nth-child(2n+1) .blog-item:not(.post-gallery) .blog-img {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .blog-grid2 .blog-grid.grid-style2 .item:nth-child(2n+1) .blog-item:not(.post-gallery) .blog-post-info {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-top: 55px;
      padding-bottom: 23px;
      border-top: 10px solid #faf9f7;
      border-bottom: none; } }
.blog-grid2 .blog-grid.grid-style2 .read-more {
  padding-top: 2px; }
  .blog-grid2 .blog-grid.grid-style2 .read-more a {
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase; }

.snptwdgt-container .snptwdgt-rtd__fotr {
  position: absolute !important;
  display: none;
  z-index: -10; }

.snpt-modal.hotspot-modal a {
  text-transform: capitalize;
  font-family: Domine;
  font-weight: 600; }

.hotspot-modal.hotspot-modal--frontend .modal-dialog .chevron {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.widget-hotspot, .hotspot-modal--frontend .public-item-modal div {
  font-family: Domine !important; }

.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .snptico-left-chevron,
.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .snptico-right-chevron,
.hotspot-modal-tm-1 .snpt-modal.hotspot-modal .ico-close {
  pointer-events: visible !important; }

.home-instagram-title .heading-modern.heading-2 p.desc {
  margin-top: 22px; }
.home-instagram-title .heading-modern.heading-2 .heading-title .instagram-shop {
  color: #6aca8e;
  font-weight: 600;
  position: relative; }
  .home-instagram-title .heading-modern.heading-2 .heading-title .instagram-shop:before {
    content: '';
    width: 128px;
    height: 2px;
    background: #6aca8e;
    position: absolute;
    bottom: 7px;
    left: 4px; }
  .home-instagram-title .heading-modern.heading-2 .heading-title .instagram-shop:after {
    content: '';
    width: 226px;
    height: 2px;
    background: #6aca8e;
    position: absolute;
    bottom: 7px;
    right: 43px; }
.home-instagram-title .heading-modern.heading-2 .heading-title:before {
  content: none; }

@media (max-width: 1199px) and (min-width: 846px) {
  .home-instagram-title .heading-modern.heading-2 .heading-title {
    font-size: 54px !important; }
    .home-instagram-title .heading-modern.heading-2 .heading-title .instagram-shop:before {
      width: 115px; }
    .home-instagram-title .heading-modern.heading-2 .heading-title .instagram-shop:after {
      width: 199px; } }
@media (max-width: 845px) and (min-width: 768px) {
  .home-instagram-title .heading-modern.heading-2 .heading-title {
    font-size: 48px !important; }
    .home-instagram-title .heading-modern.heading-2 .heading-title .instagram-shop:before {
      width: 105px;
      left: 3px; }
    .home-instagram-title .heading-modern.heading-2 .heading-title .instagram-shop:after {
      width: 180px;
      right: 36px; } }
@media (max-width: 767px) {
  .home-instagram-title .heading-modern.heading-2 .heading-title .instagram-shop:before {
    width: 70px;
    bottom: 3px;
    left: 2px; }
  .home-instagram-title .heading-modern.heading-2 .heading-title .instagram-shop:after {
    width: 120px;
    bottom: 2px;
    right: 23px; } }
@media (max-width: 513px) {
  .home-instagram-title .heading-modern.heading-2 .heading-title .instagram-shop:before {
    content: none; }
  .home-instagram-title .heading-modern.heading-2 .heading-title .instagram-shop:after {
    content: none; } }
@media (max-width: 1199px) {
  .categories-home1 {
    padding: 5px 10px !important; }

  .woo-cate-style.cate-style-1 .elementor-widget-wrap > div:first-child .woo-product-category .cate-content .name-cate, .woo-cate-style.cate-style-1 .elementor-widget-wrap > div:nth-child(2) .woo-product-category .cate-content .name-cate {
    top: 21px; }
  .woo-cate-style.cate-style-2 .elementor-widget-wrap > div:last-child .woo-product-category .cate-content .name-cate, .woo-cate-style.cate-style-2 .elementor-widget-wrap > div:nth-child(3) .woo-product-category .cate-content .name-cate {
    top: 21px; }

  .product-number {
    padding: 17px 15px; }
    .product-number span.arrow-item {
      right: 7px; }

  .tab-product-food-farm .woocommerce-pagination {
    padding-top: 10px !important; } }
@media (min-width: 1025px) {
  .bn-home-1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); } }
@media (min-width: 1200px) {
  .img-food-farm-2 {
    -webkit-transform: translateY(-113px);
            transform: translateY(-113px); }

  .img-food-farm-3 {
    -webkit-transform: translateY(29px);
            transform: translateY(29px); }

  .img-food-farm-4 {
    -webkit-transform: translateY(-74px);
            transform: translateY(-74px); } }
@media (max-width: 1199px) and (min-width: 1025px) {
  .categories-home1 .bn-border-gradient .apr-banner:before {
    margin: 20px; }

  .new-arrivals-secsion {
    padding: 100px 54px 0 !important; }

  .mega_type_3 .apr-banner .bn-middle {
    font-size: 18px !important; }
  .mega_type_3 .apr-banner .bn-desc {
    font-size: 21px !important; }
  .mega_type_3 .apr-banner .btn-bn {
    padding: 7px 23px !important; }

  .section-bn-foodfarn {
    margin-top: 110px !important; }

  .img-food-farm .banner-tea > .elementor-widget-container {
    background: none !important; }
  .img-food-farm .banner-tea .elementor-image-box-description {
    font-size: 45px !important; }

  .img-food-farm-2, .img-food-farm-4 {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }

  .img-food-farm-3 {
    -webkit-transform: none;
    transform: none; } }
@media (max-width: 1199px) and (min-width: 640px) {
  .product-grid.grid-2 .woocommerce ul.products.columns-6 li.type-product,
  .product-grid.grid-2 .woocommerce ul.products.columns-2 li.type-product,
  .product-grid.grid-2 .woocommerce ul.products.columns-5 li.type-product,
  .product-grid.grid-2 .woocommerce ul.products.columns-4 li.type-product,
  .product-grid.grid-2 .woocommerce ul.products.columns-3 li.type-product {
    width: 50%; }
    .product-grid.grid-2 .woocommerce ul.products.columns-6 li.type-product:nth-child(n+3),
    .product-grid.grid-2 .woocommerce ul.products.columns-2 li.type-product:nth-child(n+3),
    .product-grid.grid-2 .woocommerce ul.products.columns-5 li.type-product:nth-child(n+3),
    .product-grid.grid-2 .woocommerce ul.products.columns-4 li.type-product:nth-child(n+3),
    .product-grid.grid-2 .woocommerce ul.products.columns-3 li.type-product:nth-child(n+3) {
      padding-top: 30px;
      border-top: 1px dashed #dfdfdf; }
    .product-grid.grid-2 .woocommerce ul.products.columns-6 li.type-product:nth-child(3n+1),
    .product-grid.grid-2 .woocommerce ul.products.columns-2 li.type-product:nth-child(3n+1),
    .product-grid.grid-2 .woocommerce ul.products.columns-5 li.type-product:nth-child(3n+1),
    .product-grid.grid-2 .woocommerce ul.products.columns-4 li.type-product:nth-child(3n+1),
    .product-grid.grid-2 .woocommerce ul.products.columns-3 li.type-product:nth-child(3n+1) {
      clear: none !important; }
    .product-grid.grid-2 .woocommerce ul.products.columns-6 li.type-product:nth-child(2n+1),
    .product-grid.grid-2 .woocommerce ul.products.columns-2 li.type-product:nth-child(2n+1),
    .product-grid.grid-2 .woocommerce ul.products.columns-5 li.type-product:nth-child(2n+1),
    .product-grid.grid-2 .woocommerce ul.products.columns-4 li.type-product:nth-child(2n+1),
    .product-grid.grid-2 .woocommerce ul.products.columns-3 li.type-product:nth-child(2n+1) {
      clear: left !important;
      border-right: 1px dashed #dfdfdf; }
    .product-grid.grid-2 .woocommerce ul.products.columns-6 li.type-product:nth-child(2n),
    .product-grid.grid-2 .woocommerce ul.products.columns-2 li.type-product:nth-child(2n),
    .product-grid.grid-2 .woocommerce ul.products.columns-5 li.type-product:nth-child(2n),
    .product-grid.grid-2 .woocommerce ul.products.columns-4 li.type-product:nth-child(2n),
    .product-grid.grid-2 .woocommerce ul.products.columns-3 li.type-product:nth-child(2n) {
      border-right: none; } }
@media (max-width: 1024px) {
  .heading-center-mb .heading-modern {
    text-align: center; }
    .heading-center-mb .heading-modern p.desc {
      text-align: center;
      margin: 22px auto 0;
      font-size: 16px !important; }
  .heading-center-mb .heading-title {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
    .heading-center-mb .heading-title:before {
      left: 50% !important;
      margin-left: -26px; }

  .apr-product.product-list.list-1 .woocommerce ul.products li.type-product {
    padding: 9px 0 10px; }
    .apr-product.product-list.list-1 .woocommerce ul.products li.type-product .date_from_to {
      padding-bottom: 8px;
      padding-top: 9px;
      display: inline-block;
      width: 100%; }
  .apr-product.product-list.list-1 .product-image span.label-product {
    height: 31px;
    width: 31px;
    line-height: 31px; }
    .apr-product.product-list.list-1 .product-image span.label-product.on-sale.percentage span {
      line-height: 31px; }

  .categories-home1 .bn-border-gradient .apr-banner:before {
    margin: 21px 21px 26px; }

  .slide-sale-product {
    height: 60px;
    width: 60px; }
    .slide-sale-product .label-sale {
      font-size: 9.12px !important;
      line-height: 10px !important; }
    .slide-sale-product .sale-number {
      font-size: 18.23px !important;
      line-height: 16px !important; }

  .box-deal-bg:before, .box-deal-bg:after {
    content: none !important; }

  .bg-tab2 {
    position: relative !important;
    display: inline-block !important;
    width: 100% !important; }
    .bg-tab2:before {
      content: "";
      width: 100%;
      height: 100%;
      background: #c44860;
      opacity: 0.15;
      position: absolute;
      top: 0;
      left: 0; }

  .bg-tab1 {
    position: relative !important;
    display: inline-block !important;
    width: 100% !important; }
    .bg-tab1:before {
      content: "";
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), to(#c44860));
      background: linear-gradient(#ffffff 30%, #c44860);
      opacity: 0.1;
      position: absolute;
      top: 0;
      left: 0; }

  .cate-banner {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
    .cate-banner img {
      display: none; }

  .woo-cate-style .elementor-widget-wrap > div .woo-product-category .cate-content .name-cate {
    left: 30px !important;
    right: auto !important;
    -webkit-transform: none;
            transform: none;
    top: 21px; }
    .woo-cate-style .elementor-widget-wrap > div .woo-product-category .cate-content .name-cate h3 {
      text-align: left; }

  .best-sellers-home-1 ul.products li.type-product h3, .new-arrivals-secsion ul.products li.type-product h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .best-sellers-home-1 ul.products li.type-product h3 a, .new-arrivals-secsion ul.products li.type-product h3 a {
      font-size: 13px !important; }

  .bn-home-1 .apr-banner .bn-content {
    -webkit-transform: none;
            transform: none; }

  .best-sellers-home-1 .after-title {
    display: none; }
  .best-sellers-home-1 .product-slide ul.products {
    padding-top: 29px; }
  .best-sellers-home-1 ul.slick-dots {
    margin-top: 16px; }

  .section-featured .after-title {
    display: none; }

  .new-arrival-home-1 .apr-tabs-content {
    margin-top: 23px; }
  .new-arrival-home-1 .apr-tabs-horizontal.apr-tabs-type-2 .apr-tabs-nav > ul li {
    font-weight: 400; }

  .best-sellers-home-1 .label-product, .new-arrivals-secsion .label-product {
    width: 65px;
    top: 21px;
    font-size: 11px;
    height: 23px;
    line-height: 25px; }
  .best-sellers-home-1 .woocommerce ul.products:not(.product-list) li.type-product .price, .new-arrivals-secsion .woocommerce ul.products:not(.product-list) li.type-product .price {
    font-size: 14px; } }
@media (max-width: 1024px) and (min-width: 768px) {
  .woo-cate-style .elementor-widget-wrap > div {
    width: calc(100% / 3) !important; }
  .woo-cate-style .woo-product-category .cate-content .name-cate {
    left: 30px !important;
    right: auto !important;
    -webkit-transform: none;
            transform: none;
    top: 21px; }
    .woo-cate-style .woo-product-category .cate-content .name-cate h3 {
      text-align: left; }

  .categories-home1 .apr-banner.bn-align-bottom-center .bn-content {
    left: auto;
    right: 26%; }

  .bn-home-1 .apr-banner .bn-content {
    top: 104px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .new-arrivals-secsion .woocommerce ul.products[class*=columns-] li.product, .section-featured .woocommerce ul.products[class*=columns-] li.product {
    width: calc(100% / 3) !important;
    clear: none !important; }
    .new-arrivals-secsion .woocommerce ul.products[class*=columns-] li.product:nth-child(3n+1), .section-featured .woocommerce ul.products[class*=columns-] li.product:nth-child(3n+1) {
      clear: both !important; } }
@media (min-width: 635px) and (max-width: 991px) {
  .apr-tabs-nav .horizontal-title {
    top: 2px;
    -webkit-transform: none;
            transform: none; }

  .tm-posts-widget .tm-posts-widget-wrapper {
    margin: 0 -15px; }
  .tm-posts-widget .post-item {
    width: 25%;
    float: left;
    padding: 0 15px; }
  .tm-posts-widget .post-widget-info .post-widget-title {
    font-size: 16px; } }
@media (max-width: 991px) {
  .side-breadcrumb {
    margin-bottom: 80px; }

  .account-popup .login .lost_password {
    float: none !important; }

  .new-arrivals-secsion .label-product {
    left: 5px; } }
@media (max-height: 620px) {
  .account-popup {
    margin: 35px 0;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); } }
@media (min-width: 768px) {
  .new-arrival-home-1 ul.products .product-content .product-action .add-cart-btn a {
    font-size: 13px;
    height: auto;
    width: auto;
    padding: 8px 20px; }
  .new-arrival-home-1 ul.products .product-content .product-action .add-cart {
    padding-bottom: 29px; }

  #order_comments_field {
    margin-bottom: 0; } }
@media (max-width: 767px) {
  .about-foodfarm:before {
    left: -15px; }

  .custom.tp-bullets .tp-bullet {
    width: 10px;
    height: 10px; }

  .copyright-content {
    text-align: center !important; }

  .scroll-to-top {
    right: 15px; }

  .apr-product.product-list.list-1 .woocommerce ul.products li.type-product {
    padding: 20px 0; }
    .apr-product.product-list.list-1 .woocommerce ul.products li.type-product .date_from_to {
      padding-top: 5px;
      padding-bottom: 0; }

  .box-deal figcaption.widget-image-caption {
    top: 21px; }
  .box-deal .wp-caption {
    width: 96%;
    margin: 0 auto 13px !important; }

  .heading-center-mb .heading-modern p.desc {
    margin: 20px auto 0; }

  .product-grid.grid-2 .product-action .action-item.add-cart {
    padding-top: 10px;
    padding-bottom: 5px; }

  .apr-advance-tabs.apr-tabs-vertical .apr-tabs-nav > ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px; }

  .side-breadcrumb {
    margin-bottom: 60px; }

  .btn-add-to-cart-slide {
    font-size: 10.94px !important;
    padding: 8px 25px !important; }

  .categories-home1 .bn-border-gradient .apr-banner:before {
    border-width: 5px;
    border-image-slice: 5; }

  .woo-cate-style .elementor-widget-wrap > div {
    width: calc(100% / 2) !important; }
    .woo-cate-style .elementor-widget-wrap > div.cate-mobile-show {
      display: block !important; }
    .woo-cate-style .elementor-widget-wrap > div.cate-mobile-hide {
      display: none !important; }

  .best-sellers-home-1 .heading-modern.heading-1 p.heading-title {
    font-size: 30px !important; }
  .best-sellers-home-1 .product-slide ul.products {
    padding-top: 21px; }

  .bn-home-1 .apr-banner .bn-content {
    top: 73px; }
    .bn-home-1 .apr-banner .bn-content span.bn-middle {
      margin-top: -5px; }

  .new-arrival-home-1 .apr-tabs-content {
    margin-top: 23px; }

  .slick-dots li {
    height: 10px;
    width: 10px; }
    .slick-dots li button {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

  p.woocommerce-thankyou-order-received {
    margin-bottom: 5px; }

  .account-popup form.login button[type="submit"], .account-popup form.register button[type="submit"] {
    margin-top: 30px; }

  .checkout-col-right {
    margin-top: 15px; }

  .footer-newsletter.bg-newsletter .footer-mailchimp:before {
    border: none !important; } }
@media (max-width: 639px) {
  .product-grid.grid-2 .woocommerce ul.products.columns-6 li.type-product,
  .product-grid.grid-2 .woocommerce ul.products.columns-5 li.type-product,
  .product-grid.grid-2 .woocommerce ul.products.columns-4 li.type-product,
  .product-grid.grid-2 .woocommerce ul.products.columns-2 li.type-product,
  .product-grid.grid-2 .woocommerce ul.products.columns-3 li.type-product {
    width: 100%;
    border-right: none;
    border-top: 1px dashed #dfdfdf;
    padding-top: 30px; }
    .product-grid.grid-2 .woocommerce ul.products.columns-6 li.type-product:first-child,
    .product-grid.grid-2 .woocommerce ul.products.columns-5 li.type-product:first-child,
    .product-grid.grid-2 .woocommerce ul.products.columns-4 li.type-product:first-child,
    .product-grid.grid-2 .woocommerce ul.products.columns-2 li.type-product:first-child,
    .product-grid.grid-2 .woocommerce ul.products.columns-3 li.type-product:first-child {
      border-top: none;
      padding-top: 0; }
    .product-grid.grid-2 .woocommerce ul.products.columns-6 li.type-product:last-child .product-content .product-desc,
    .product-grid.grid-2 .woocommerce ul.products.columns-5 li.type-product:last-child .product-content .product-desc,
    .product-grid.grid-2 .woocommerce ul.products.columns-4 li.type-product:last-child .product-content .product-desc,
    .product-grid.grid-2 .woocommerce ul.products.columns-2 li.type-product:last-child .product-content .product-desc,
    .product-grid.grid-2 .woocommerce ul.products.columns-3 li.type-product:last-child .product-content .product-desc {
      padding-bottom: 0; }

  .sale-title {
    margin-bottom: 10px; }

  .sale-title, .sale-after-title {
    font-size: 25px; } }
@media (max-width: 480px) {
  .btn-add-to-cart-slide {
    padding: 12px 24px !important; }

  .account-popup {
    padding: 50px 0 40px; }
    .account-popup .logo-account {
      width: 60%;
      margin: 0 auto; }
    .account-popup form.login, .account-popup form.register {
      padding: 15px 20px 0;
      text-align: center; }
      .account-popup form.login button[type="submit"], .account-popup form.register button[type="submit"] {
        margin-top: 20px; }
    .account-popup .apsl-login-networks {
      margin: 20px 0 5px;
      text-align: center; }

  .box-show-video .elementor-image-box-content {
    padding-left: 0; }

  .play-video a {
    width: 70px !important;
    height: 70px; }
  .play-video span {
    display: none; } }
@media (max-width: 425px) {
  .banner-mb .box-deal .wp-caption {
    width: 100% !important; }

  .apr-banner .bn-title {
    max-width: 80% !important;
    margin-left: auto;
    margin-right: auto; }

  .apr-tabs-horizontal .apr-tabs-nav {
    text-align: center; }
    .apr-tabs-horizontal .apr-tabs-nav .horizontal-title {
      position: static; }
    .apr-tabs-horizontal .apr-tabs-nav > ul {
      -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important; }

  .apr-advance-tabs.apr-tabs-vertical {
    display: inline-block; }
    .apr-advance-tabs.apr-tabs-vertical .apr-tabs-nav {
      width: 70px;
      float: left;
      display: inline-block; }
      .apr-advance-tabs.apr-tabs-vertical .apr-tabs-nav > ul {
        width: 100%; }
        .apr-advance-tabs.apr-tabs-vertical .apr-tabs-nav > ul > li:first-child i {
          font-size: 32px !important; }
        .apr-advance-tabs.apr-tabs-vertical .apr-tabs-nav > ul li {
          font-size: 10px;
          padding: 20px 5px; }
          .apr-advance-tabs.apr-tabs-vertical .apr-tabs-nav > ul li i {
            font-size: 30px; }
    .apr-advance-tabs.apr-tabs-vertical .apr-tabs-content {
      width: calc(100% - 70px);
      display: inline-block;
      float: left; }
      .apr-advance-tabs.apr-tabs-vertical .apr-tabs-content .tabs-content-adv {
        padding: 15px; }

  .product-grid.grid-2 .woocommerce ul.products li.type-product {
    padding: 0 15px; }

  .product-grid.grid-2 .woocommerce ul.products {
    margin: 0 -15px; }

  .apr-product.product-list.list-1 .product-top {
    padding-right: 15px;
    width: 50%; } }
@media (max-width: 375px) {
  .account-popup .woocommerce-form .form-row-user, .account-popup .woocommerce-form .form-row-email {
    margin-bottom: 15px; } }
@media (max-width: 360px) {
  .woo-cate-style .elementor-widget-wrap > div {
    width: 100% !important; } }
