/* -------------------------------------------
Template Name: Nadox
Version:  1.0.0
/* -------------------------------------------
[Table of contents]

[Color codes]
    Background: #ffffff
    Body Color : #868686
    Accent color: #eeab10

[Typography]
    Body:   15/28px 'Roboto', sans-serif;
    Input:  15/40px
    Textarea:   15/24px

[Component module]

1.0 RESET BROWSER
	1.1 CUSTOM COLUMN
	1.2 BUIDER
	1.3 WORDPRESS DATA SAMPLE
    1.4 LOADING AJAX
    1.5 BANNER EFFECT
2.0 DEFAULT SETTING
    2.1 FORM THEME
    2.2 TABLE THEME
    2.3 CONTAINER THEME
    2.4 SLICK SLIDER
3.0 HEADER THEME
	3.1 HEADER TOP
    3.2 HEADER MIDDLE
    3.3 HEADER NAV
    3.4 HEADER STYLE
4.0 FOOTER THEME
5.0 BLOG THEME
	5.1 POST ITEM
	5.2 BLOG COMMENT
6.0 BANNER + BREADCRUMBS + WIDGET +PAGINATION
	6.1 BANNER AND TITLE PAGE
	6.2 BREADCRUMBS THEME
	6.3 WIDGET THEME
	6.4 PAGINATION THEME
7.0 SHOP THEME
    7.1 SHOP CONTROL
    7.2 PRODUCT ITEM
    7.3 SINGLE PRODUCT
8.0 OTHER PAGE
	8.1 CART PAGE
	8.2 CHECKOUT PAGE
	8.3 MY ACCOUNT PAGE
	8.4 WISHLIST PAGE
	8.5 TRACK YOUR ORDER
	8.6 PAGE 404
	8.7 POPUP NEWSLETTER
9.0 SHORTCODE
	9.1 NADOX TABS
	9.2 NADOX ICONBOX
	9.3 NADOX HEADING
	9.4 NADOX CUSTOMMENU
	9.5 NADOX SOCIAL
	9.6 NADOX NEWSLETTER
	9.7 NADOX MEMBER
	9.8 NADOX CATEGORY
	9.9 NADOX POPUP NEWSLETTER
	9.10 NADOX BANNER
	9.11 NADOX SLIDE
	9.12 NADOX ACCORDIOn
    9.13 NADOX COUNTDOWN
10.0 CUSTOM CLASS
/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */
body {
  max-width: 100%;
  overflow-x: hidden;
}

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

ul,
ol {
  margin: 0;
  padding-left: 19px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 20px;
}

figure {
  margin: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  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;
}

.page-links {
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.page-links>span.page-links-title {
  line-height: 44px;
}

.page-links>a,
.page-links>span:not(.page-links-title) {
  color: #868686;
  display: inline-block;
  min-width: 43px;
  padding: 0 3px;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  position: relative;
  line-height: 42px;
  height: 43px;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  margin: 3px;
  border-radius: 0;
  font-weight: 500;
}

.page-links>span:not(.page-links-title),
.page-links>a:hover {
  color: #fff;
  border-color: #eeab10;
  background-color: #eeab10;
}

.more-link::after {
  content: "\f178";
  font-family: 'FontAwesome', sans-serif;
  margin-left: 5px;
  vertical-align: middle;
}

.post-password-form input[type="submit"]:hover {
  background-color: #eeab10;
}

.nadox-error,
.nadox-info,
.nadox-message {
  padding: 1em 2em 1em 2em;
  margin: 0 0 40px;
  position: relative;
  background-color: #f6f6f6;
  color: #111111;
  border-top: 3px solid #4CAF50;
  list-style: none !important;
  width: auto;
  word-wrap: break-word;
}

.nadox-error:after,
.nadox-error:before,
.nadox-info:after,
.nadox-info:before,
.nadox-message:after,
.nadox-message:before {
  content: "";
  display: table;
}

.nadox-error:after,
.nadox-info:after,
.nadox-message:after {
  clear: both;
}

.nadox-error .button,
.nadox-info .button,
.nadox-message .button {
  float: right;
  font-size: 14px;
  display: inline-block;
  padding: 0 14px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  margin: 0;
  background-color: #000;
  color: #fff;
}

.nadox-error .button:hover,
.nadox-info .button:hover,
.nadox-message .button:hover {
  background-color: #eeab10;
}

.nadox-error {
  border-color: #f44336;
}

.nadox-info {
  border-color: #2196F3;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

select option {
  font-family: sans-serif;
  font-size: 14px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
  outline: none;
}

:focus {
  outline: none !important;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  filter: alpha(opacity=100);
}

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled {
  opacity: 0.65 !important;
  cursor: not-allowed;
}

.return-message {
  line-height: 20px;
  padding: 10px;
  margin-top: 15px;
  text-align: left;
}

/*----------------------------
1.1 CUSTOM COLUMN
--------------------------------*/
/*----------------------------
AUTO CLEAR
--------------------------------*/
@media (min-width: 1200px) {

  .auto-clear .az_col-lg-1:nth-child(12n+1),
  .auto-clear .az_col-lg-2:nth-child(6n+1),
  .auto-clear .az_col-lg-15:nth-child(5n+1),
  .auto-clear .az_col-lg-3:nth-child(4n+1),
  .auto-clear .az_col-lg-4:nth-child(3n+1),
  .auto-clear .az_col-lg-6:nth-child(odd) {
    clear: both;
  }
}

@media (min-width: 1500px) {

  .auto-clear .col-bg-1:nth-child(12n+1),
  .auto-clear .col-bg-2:nth-child(6n+1),
  .auto-clear .col-bg-15:nth-child(5n+1),
  .auto-clear .col-bg-3:nth-child(4n+1),
  .auto-clear .col-bg-4:nth-child(3n+1),
  .auto-clear .col-bg-6:nth-child(odd) {
    clear: both;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {

  .auto-clear .col-lg-1:nth-child(12n+1),
  .auto-clear .col-lg-2:nth-child(6n+1),
  .auto-clear .col-lg-15:nth-child(5n+1),
  .auto-clear .col-lg-3:nth-child(4n+1),
  .auto-clear .col-lg-4:nth-child(3n+1),
  .auto-clear .col-lg-6:nth-child(odd) {
    clear: both;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .auto-clear .az_col-md-1:nth-child(12n+1),
  .auto-clear .az_col-md-2:nth-child(6n+1),
  .auto-clear .az_col-md-15:nth-child(5n+1),
  .auto-clear .az_col-md-3:nth-child(4n+1),
  .auto-clear .az_col-md-4:nth-child(3n+1),
  .auto-clear .az_col-md-6:nth-child(odd),
  .auto-clear .col-md-1:nth-child(12n+1),
  .auto-clear .col-md-2:nth-child(6n+1),
  .auto-clear .col-md-15:nth-child(5n+1),
  .auto-clear .col-md-3:nth-child(4n+1),
  .auto-clear .col-md-4:nth-child(3n+1),
  .auto-clear .col-md-6:nth-child(odd) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .auto-clear .az_col-sm-1:nth-child(12n+1),
  .auto-clear .az_col-sm-2:nth-child(6n+1),
  .auto-clear .az_col-sm-15:nth-child(5n+1),
  .auto-clear .az_col-sm-3:nth-child(4n+1),
  .auto-clear .az_col-sm-4:nth-child(3n+1),
  .auto-clear .az_col-sm-6:nth-child(odd),
  .auto-clear .col-sm-1:nth-child(12n+1),
  .auto-clear .col-sm-2:nth-child(6n+1),
  .auto-clear .col-sm-15:nth-child(5n+1),
  .auto-clear .col-sm-3:nth-child(4n+1),
  .auto-clear .col-sm-4:nth-child(3n+1),
  .auto-clear .col-sm-6:nth-child(odd) {
    clear: both;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .auto-clear .col-xs-1:nth-child(12n+1),
  .auto-clear .col-xs-2:nth-child(6n+1),
  .auto-clear .col-xs-15:nth-child(5n+1),
  .auto-clear .col-xs-3:nth-child(4n+1),
  .auto-clear .col-xs-4:nth-child(3n+1),
  .auto-clear .col-xs-6:nth-child(odd) {
    clear: both;
  }
}

@media (max-width: 575px) {

  .auto-clear .col-ts-1:nth-child(12n+1),
  .auto-clear .col-ts-2:nth-child(6n+1),
  .auto-clear .col-ts-15:nth-child(5n+1),
  .auto-clear .col-ts-3:nth-child(4n+1),
  .auto-clear .col-ts-4:nth-child(3n+1),
  .auto-clear .col-ts-6:nth-child(odd) {
    clear: both;
  }
}

@media (max-width: 767px) {

  .auto-clear .az_col-xs-1:nth-child(12n+1),
  .auto-clear .az_col-xs-2:nth-child(6n+1),
  .auto-clear .az_col-xs-15:nth-child(5n+1),
  .auto-clear .az_col-xs-3:nth-child(4n+1),
  .auto-clear .az_col-xs-4:nth-child(3n+1),
  .auto-clear .az_col-xs-6:nth-child(odd) {
    clear: both;
  }
}

/*-----------------------CUSTOM 5 COLUMNS---------------------------*/
.col-bg-15,
.col-bg-25,
.col-bg-35,
.col-bg-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

@media (max-width: 575px) {

  .col-ts-15,
  .col-ts-25,
  .col-ts-35,
  .col-ts-45 {
    float: left;
  }

  .col-ts-15 {
    width: 20%;
  }

  .col-ts-25 {
    width: 40%;
  }

  .col-ts-35 {
    width: 60%;
  }

  .col-ts-45 {
    width: 80%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {

  .col-xs-15,
  .col-xs-25,
  .col-xs-35,
  .col-xs-45 {
    float: left;
  }

  .col-xs-15 {
    width: 20%;
  }

  .col-xs-25 {
    width: 40%;
  }

  .col-xs-35 {
    width: 60%;
  }

  .col-xs-45 {
    width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .col-sm-15,
  .col-sm-25,
  .col-sm-35,
  .col-sm-45 {
    float: left;
  }

  .col-sm-15 {
    width: 20%;
  }

  .col-sm-25 {
    width: 40%;
  }

  .col-sm-35 {
    width: 60%;
  }

  .col-sm-45 {
    width: 80%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .col-md-15,
  .col-md-25,
  .col-md-35,
  .col-md-45 {
    float: left;
  }

  .col-md-15 {
    width: 20%;
  }

  .col-md-25 {
    width: 40%;
  }

  .col-md-35 {
    width: 60%;
  }

  .col-md-45 {
    width: 80%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {

  .col-lg-15,
  .col-lg-25,
  .col-lg-35,
  .col-lg-45 {
    float: left;
  }

  .col-lg-15 {
    width: 20%;
  }

  .col-lg-25 {
    width: 40%;
  }

  .col-lg-35 {
    width: 60%;
  }

  .col-lg-45 {
    width: 80%;
  }
}

@media (min-width: 1500px) {

  .col-bg-15,
  .col-bg-25,
  .col-bg-35,
  .col-bg-45 {
    float: left;
  }

  .col-bg-15 {
    width: 20%;
  }

  .col-bg-25 {
    width: 40%;
  }

  .col-bg-35 {
    width: 60%;
  }

  .col-bg-45 {
    width: 80%;
  }
}

/*-----------------------
CUSTOM COL > 1500
---------------------------*/
@media (min-width: 1500px) {

  .col-bg-1,
  .col-bg-10,
  .col-bg-11,
  .col-bg-12,
  .col-bg-2,
  .col-bg-3,
  .col-bg-4,
  .col-bg-5,
  .col-bg-6,
  .col-bg-7,
  .col-bg-8,
  .col-bg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
  }

  .col-bg-1,
  .col-bg-2,
  .col-bg-3,
  .col-bg-4,
  .col-bg-5,
  .col-bg-6,
  .col-bg-7,
  .col-bg-8,
  .col-bg-9,
  .col-bg-10,
  .col-bg-11,
  .col-bg-12 {
    float: left;
  }

  .col-bg-12 {
    width: 100%;
  }

  .col-bg-11 {
    width: 91.66666667%;
  }

  .col-bg-10 {
    width: 83.33333333%;
  }

  .col-bg-9 {
    width: 75%;
  }

  .col-bg-8 {
    width: 66.66666667%;
  }

  .col-bg-7 {
    width: 58.33333333%;
  }

  .col-bg-6 {
    width: 50%;
  }

  .col-bg-5 {
    width: 41.66666667%;
  }

  .col-bg-4 {
    width: 33.33333333%;
  }

  .col-bg-3 {
    width: 25%;
  }

  .col-bg-2 {
    width: 16.66666667%;
  }

  .col-bg-1 {
    width: 8.33333333%;
  }
}

/*-----------------------
CUSTOM COL < 575
---------------------------*/
@media (max-width: 575px) {

  .col-ts-1,
  .col-ts-10,
  .col-ts-11,
  .col-ts-12,
  .col-ts-2,
  .col-ts-3,
  .col-ts-4,
  .col-ts-5,
  .col-ts-6,
  .col-ts-7,
  .col-ts-8,
  .col-ts-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-ts-1,
  .col-ts-2,
  .col-ts-3,
  .col-ts-4,
  .col-ts-5,
  .col-ts-6,
  .col-ts-7,
  .col-ts-8,
  .col-ts-9,
  .col-ts-10,
  .col-ts-11 {
    float: left;
  }

  .col-ts-12 {
    width: 100%;
  }

  .col-ts-11 {
    width: 91.66666667%;
  }

  .col-ts-10 {
    width: 83.33333333%;
  }

  .col-ts-9 {
    width: 75%;
  }

  .col-ts-8 {
    width: 66.66666667%;
  }

  .col-ts-7 {
    width: 58.33333333%;
  }

  .col-ts-6 {
    width: 50%;
  }

  .col-ts-5 {
    width: 41.66666667%;
  }

  .col-ts-4 {
    width: 33.33333333%;
  }

  .col-ts-3 {
    width: 25%;
  }

  .col-ts-2 {
    width: 16.66666667%;
  }

  .col-ts-1 {
    width: 8.33333333%;
  }
}

/*-------------------------
ROWS SPACE
-----------------------------*/
.rows-space-0 {
  margin-bottom: 0;
}

.rows-space-10 {
  margin-bottom: 10px;
}

.rows-space-20 {
  margin-bottom: 20px;
}

.rows-space-30 {
  margin-bottom: 30px;
}

.rows-space-40 {
  margin-bottom: 40px;
}

.rows-space-50 {
  margin-bottom: 50px;
}

.rows-space-60 {
  margin-bottom: 60px;
}

.rows-space-70 {
  margin-bottom: 70px;
}

.rows-space-80 {
  margin-bottom: 80px;
}

.rows-space-90 {
  margin-bottom: 90px;
}

.rows-space-100 {
  margin-bottom: 100px;
}

@media (max-width: 1199px) {

  .rows-space-40,
  .rows-space-50,
  .rows-space-60,
  .rows-space-70,
  .rows-space-80,
  .rows-space-90,
  .rows-space-100 {
    margin-bottom: 30px;
  }
}

.owl-slick .row-item:last-child [class^="rows-space-"],
.owl-slick .row-item:last-child [class*=" rows-space-"] {
  margin-bottom: 0;
}

/*---------------------------
1.2 BUILDER
-----------------------------*/
.az_col-has-fill>div.az_column-inner,
.az_row-has-fill+.az_row-full-width+.az_row>.az_column_container>div.az_column-inner,
.az_row-has-fill+.az_row>.az_column_container>div.az_column-inner,
.az_row-has-fill+.az_az_row>.az_row>.az_az_column>.az_column_container>div.az_column-inner,
.az_row-has-fill+.az_az_row_inner>.az_row>.az_az_column_inner>.az_column_container>div.az_column-inner,
.az_row-has-fill>.az_column_container>div.az_column-inner,
.az_row-has-fill>.az_row>.az_az_column>.az_column_container>div.az_column-inner,
.az_row-has-fill>.az_az_column_inner>.az_column_container>div.az_column-inner,
section.az_section.az_section-has-fill,
section.az_section.az_section-has-fill+.az_row-full-width+.az_section,
section.az_section.az_section-has-fill+.az_section {
  padding-top: 0;
}

body .dreaming_button,
body .dreaming_content_element,
body ul.dreaming_thumbnails-fluid>li {
  margin-bottom: 0;
}

.az_row-no-padding .az_inner {
  margin-left: -15px;
  margin-right: -15px;
}

div.az_row.az_row-no-padding .az_inner {
  margin-left: -15px;
  margin-right: -15px;
}

div.az_row.az_row-no-padding .az_inner .az_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.az_separator * {
  display: block;
}

div.az_separator .az_sep_holder {
  height: auto;
}

div.az_separator .az_sep_holder .az_sep_line {
  height: auto;
  top: auto;
}

@media (max-width: 1199px) {

  .az_custom_heading br,
  .dreaming_text_column br {
    display: none;
  }
}

/*----------------------------
1.3 WORDPRESS DATA SAMPLE
--------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

img.alignnone {
  margin: 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
}

.wp-caption {
  background: #ffffff;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 0;
  text-align: center;
  margin: 0;
}

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

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

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

.wp-caption.aligncenter {
  margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  padding: 10px 4px 5px;
  margin: 0 !important;
}

iframe {
  max-width: 100% !important;
}

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

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

/*----------------------------
GALLERY
------------------------------*/
/*----------------------------
GALLERY
------------------------------*/
.gallery {
  margin-left: -10px;
  margin-right: -10px;
}

.gallery:after {
  display: table;
  content: "";
  clear: both;
}

.gallery-caption {
  color: #707070;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-item {
  margin: 0;
  float: left;
  padding: 10px;
  font-style: italic;
  color: #868686;
}

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

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

.gallery-columns-3 .gallery-item {
  width: 33.3333%;
}

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

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

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

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

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

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

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

@media (min-width: 1200px) {

  .gallery-columns-2 .gallery-item:nth-child(2n+1),
  .gallery-columns-3 .gallery-item:nth-child(3n+1),
  .gallery-columns-4 .gallery-item:nth-child(4n+1),
  .gallery-columns-5 .gallery-item:nth-child(5n+1),
  .gallery-columns-6 .gallery-item:nth-child(6n+1),
  .gallery-columns-7 .gallery-item:nth-child(7n+1),
  .gallery-columns-8 .gallery-item:nth-child(8n+1),
  .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .main-container:not(.no-sidebar) .gallery .gallery-item {
    min-width: 25%;
  }

  .main-container.no-sidebar .gallery-columns-2 .gallery-item:nth-child(2n+1),
  .main-container.no-sidebar .gallery-columns-3 .gallery-item:nth-child(3n+1),
  .main-container.no-sidebar .gallery-columns-4 .gallery-item:nth-child(4n+1),
  .main-container.no-sidebar .gallery-columns-5 .gallery-item:nth-child(5n+1),
  .main-container.no-sidebar .gallery-columns-6 .gallery-item:nth-child(6n+1),
  .main-container.no-sidebar .gallery-columns-7 .gallery-item:nth-child(7n+1),
  .main-container.no-sidebar .gallery-columns-8 .gallery-item:nth-child(8n+1),
  .main-container.no-sidebar .gallery-columns-9 .gallery-item:nth-child(9n+1),
  .main-container:not(.no-sidebar) .gallery-columns-2 .gallery-item:nth-child(2n+1),
  .main-container:not(.no-sidebar) .gallery-columns-3 .gallery-item:nth-child(3n+1),
  .main-container:not(.no-sidebar) .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
    clear: both;
  }
}

@media (max-width: 991px) {
  .gallery .gallery-item {
    min-width: 25%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {

  .gallery-columns-2 .gallery-item:nth-child(2n+1),
  .gallery-columns-3 .gallery-item:nth-child(3n+1),
  .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .gallery .gallery-item {
    min-width: 33.33%;
  }
}

@media (max-width: 767px) and (min-width: 480px) {

  .gallery-columns-2 .gallery-item:nth-child(2n+1),
  .gallery:not(.gallery-columns-2) .gallery-item:nth-child(3n+1) {
    clear: both;
  }
}

@media (max-width: 479px) {
  .gallery .gallery-item {
    min-width: 50%;
  }

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

@media (max-width: 320px) {

  .gallery-columns-1 .gallery-caption,
  .gallery-columns-2 .gallery-caption,
  .gallery-columns-3 .gallery-caption,
  .gallery-columns-4 .gallery-caption,
  .gallery-columns-5 .gallery-caption {
    display: none;
  }
}

.bypostauthor {
  color: inherit;
}

.sticky {
  color: inherit;
}

article.sticky .post-title a::before {
  font-family: 'FontAwesome', sans-serif;
  content: "\f097";
  font-size: 30px;
  padding-right: 10px;
}

.post-title,
.widget {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.widget select {
  width: 100%;
}

.widget_rss cite {
  color: #000;
}

.widget_rss .rss-date {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #b7b7b7;
}

.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  margin: 0 3px 7px 0;
  padding: 4px 18px;
  font-size: 13px !important;
  font-weight: 500;
  line-height: 26px;
  border: 1px solid #e4e6ec;
  height: 34px;
  text-align: center;
  color: inherit;
}

.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.widget_calendar .calendar_wrap tr,
.widget_calendar .calendar_wrap td {
  padding: 0;
  text-align: center;
}

.widget_calendar .calendar_wrap #today {
  color: red;
}

.widget_tag_cloud a {
  font-size: 24px;
}

/*widget_shopping_cart*/
.widget_shopping_cart .widget_shopping_cart_content {
  padding-top: 19px;
}

.widget_shopping_cart .widget_shopping_cart_content .minicart-title {
  display: table;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 35px 10px;
  margin: 10px auto 30px;
}

.widget_shopping_cart .widget_shopping_cart_content .minicart-title .minicart-number-items {
  position: absolute;
  top: -15px;
  right: 10px;
  display: inline-block;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  padding: 0 3px;
  border-radius: 50%;
  background-color: #eeab10;
  font-size: 12px;
  color: #ffffff;
}

.widget_shopping_cart .product_list_widget {
  padding-left: 0;
  list-style: none;
}

.widget_shopping_cart .product_list_widget li {
  position: relative;
}

.widget_shopping_cart .product_list_widget li .variation {
  display: none;
}

.widget_shopping_cart .product_list_widget li.mini_cart_item {
  padding: 0 20px 19px 0;
  overflow: hidden;
  color: #000;
  font-size: 14px;
}

.widget_shopping_cart .product_list_widget img {
  float: left;
  max-width: 70px;
  margin-right: 15px;
}

.widget_shopping_cart .product_list_widget li>a {
  display: block;
}

.widget_shopping_cart .product_list_widget li a:not(.remove) {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.widget_shopping_cart .product_list_widget li a:not(.remove):not(:hover) {
  color: #000;
}

.widget_shopping_cart .product_list_widget li .quantity {
  font-size: 14px;
  line-height: 22px;
  color: #868686;
  font-weight: 500;
}

.widget_shopping_cart .product_list_widget li .remove_from_cart_button {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 24px;
  width: auto !important;
}

.widget_shopping_cart .product_list_widget li .remove_from_cart_button:not(:hover) {
  color: inherit;
}

/*=====*/
.widget_shopping_cart .nadox-mini-cart__total {
  margin-bottom: 0;
  padding: 20px 18px 10px;
  font-weight: 500;
  font-size: 14px;
  overflow: hidden;
}

.widget_shopping_cart .nadox-mini-cart__total strong {
  font-weight: inherit;
  color: #000;
  padding-right: 20px;
  font-size: 18px;
}

.widget_shopping_cart .nadox-mini-cart__total .nadox-Price-amount {
  float: right;
  color: #eeab10;
  font-size: 14px;
}

.widget_shopping_cart .nadox-mini-cart__buttons {
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
  margin-bottom: 0;
}

.widget_shopping_cart .nadox-mini-cart__buttons .button {
  width: 50%;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  height: 69px;
  line-height: 69px;
  color: #ffffff;
  background-color: #eeab10;
  overflow: hidden;
  position: relative;
  font-family: 'Roboto', sans-serif;
}

.widget_shopping_cart .nadox-mini-cart__buttons .button.checkout {
  background-color: #000000;
  color: #fff;
}

/*.product_list_widget*/
.product_list_widget .rating-wapper {
  padding-bottom: 0;
}

.product_list_widget li>a {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
}

.product_list_widget li>a img {
  max-width: 70px;
  float: left;
  margin-right: 15px;
}

.product_list_widget li .product-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}

/*---------------------------
1.4 LOADING AJAX
-------------------------------*/
.loading-lazy {
  position: relative;
  display: block;
}

.nadox-accordion.loading,
.tab-container.loading {
  position: relative;
  cursor: wait;
}

.loading-lazy::after,
.nadox-accordion.loading::before,
.nadox-accordion.loading::after,
.tab-container.loading::before,
.tab-container.loading::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 8;
}

.nadox-accordion.loading::before,
.tab-container.loading::before {
  background: rgba(255, 255, 255, 0.8);
}

.loading-lazy::after,
.nadox-accordion::after,
.tab-container.loading::after {
  width: 40px;
  height: 40px;
  margin: auto;
  border: 3px solid #ccc;
  border-top-color: #000;
  border-radius: 50%;
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px)
  }

  50% {
    -webkit-transform: perspective(120px) rotateY(180deg)
  }

  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
  }
}

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*--------------------------
1.5 BANNER EFFECT
------------------------------*/
.effect {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

/* OPACITY */
.opacity-effect {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.opacity-effect:hover {
  opacity: 0.5;
}

/* SCALE */
.scale-effect img {
  -webkit-transition: transform 0.25s ease 0s;
  -moz-transition: transform 0.25s ease 0s;
  -o-transition: transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s;
}

.scale-effect:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* NORMAL */
.normal-effect::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.normal-effect:hover::after {
  opacity: 0.5;
}

.normal-effect.dark-bg::after {
  background-color: #000;
}

.normal-effect.light-bg::after {
  background-color: #fff;
}

/* PLUS ZOOM */
.plus-zoom::before,
.plus-zoom::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}

.plus-zoom:hover::before {
  right: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.plus-zoom:hover::after {
  top: 50%;
  bottom: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

/* BOUNCE IN */
.bounce-in:hover img {
  -webkit-animation: bounceIn 0.5s ease;
  -o-animation: bounceIn 0.5s ease;
  animation: bounceIn 0.5s ease;
}

/* BORDER ZOOM */
.border-zoom::before,
.border-zoom::after {
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.border-zoom::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.border-zoom::after {
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border: 2px solid #fff;
}

.border-zoom:hover::before,
.border-zoom:hover::after {
  opacity: 1;
}

.border-zoom:hover::after {
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

/*ANIMATION*/
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes underline-link {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes underline-link {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

/* ==========================================================================
2.0 DEFAULT SETTING
========================================================================== */
html,
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 28px;
  color: #868686;
}

label {
  font-weight: 500;
  color: #000;
}

a,
body .az_custom_heading a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
  -moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
  -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #eeab10;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

blockquote,
q {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  padding: 15px 0 15px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-left: 3px solid #eeab10;
}

dt,
dd {
  line-height: 30px;
}

/* =========================================================================
2.1 FORM THEME
============================================================================ */
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
  border: 1px solid #ebebeb;
  padding: 0 20px;
  max-width: 100%;
  background-color: transparent;
  font-size: 15px;
  color: #868686;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}

textarea {
  display: block;
  line-height: 24px;
  padding: 15px 20px;
  height: auto;
  width: 100%;
  border-radius: 4px;
}

select {
  padding: 0 33px 0 15px;
  background: url(../image/select-arrow.png) center right no-repeat;
}

button,
input[type="submit"],
input[type="button"],
.dreaming-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 0 15px;
  background: #000;
  border: none;
  border-radius: 0;
  -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
  -moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
  -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
}

/* ==========================================================================
2.2 TABLE THEME
============================================================================ */
table {
  border: 1px solid #ebebeb;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  width: 100%;
  margin-bottom: 20px;
}

table thead {
  background-color: #f3f3f3;
}

th,
td {
  border: 1px solid #ebebeb;
  padding: 10px;
}

@media (max-width: 991px) {

  th,
  td {
    padding: 5px;
  }
}

/* ==========================================================================
2.3 CONTAINER THEME
============================================================================ */
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  ul.products>[class^="col-"],
  ul.products>[class*="col-"],
  .row>[class^="col-"],
  .row>[class*="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  ul.products>[class^="col-"],
  ul.products>[class*="col-"],
  .row>[class^="col-"],
  .row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }

  ul.products>[class^="col-"],
  ul.products>[class*="col-"],
  .row>[class^="col-"],
  .row>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* ==========================================================================
2.4 SLICK SLIDER
============================================================================ */
/*slick-arrow*/
.tab-link>.slick-arrow,
.owl-slick .slick-arrow {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  text-align: center;
  font-size: 17px;
  color: #aaa;
  background-color: #fff;
  z-index: 9;
  cursor: pointer;
  top: calc(50% - 114px);
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-out;
  border-radius: 4px;
}

.nadox-products.style-4 .owl-slick .slick-arrow,
.owl-slick:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.nadox-tabs.style1 .owl-slick .slick-arrow {
  top: calc(50% - 18px);
}

/*color*/
.tab-link>.slick-arrow:hover,
.owl-slick .slick-arrow:hover {
  color: #333333;
  border-color: #333333;
  opacity: 1;
  visibility: visible;
}

/*position*/
.tab-link>.slick-arrow.prev,
.owl-slick .slick-arrow.prev {
  left: -30px;
}

.tab-link>.slick-arrow.next,
.owl-slick .slick-arrow.next {
  right: -30px;
}

.nadox-products.style-4 .owl-slick .slick-arrow {
  width: 33px;
  height: 20px;
  line-height: 20px;
  border: none;
  top: -67px;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  font-weight: bold;
}

.nadox-products.style-4 .owl-slick .slick-arrow.next {
  right: -11px;
}

.nadox-products.style-4 .owl-slick .slick-arrow.prev {
  left: auto;
  right: 8px;
}

.nadox-slide.default .owl-slick .slick-arrow {
  border: none;
  background-color: transparent;
  color: #fff;
  top: calc(50% - 22px);
  right: 10px;
  font-size: 22px;
}

.nadox-slide.default .owl-slick .slick-arrow.prev {
  left: 10px;
  right: auto;
}

.nadox-products>.slick-slider,
.product-grid>.slick-slider {
  display: inline-block;
  width: 100%;
}

.nadox-slide.style1 .owl-slick .slick-arrow {
  top: calc(50% - 15px);
}

@media (max-width: 1199px) {

  .tab-link>.slick-arrow,
  .owl-slick .slick-arrow {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .tab-link>.slick-arrow.prev,
  .owl-slick .slick-arrow.prev {
    left: -14px;
  }

  .tab-link>.slick-arrow.next,
  .owl-slick .slick-arrow.next {
    right: -14px;
    left: auto;
  }
}

@media (max-width: 1024px) {
  .owl-slick .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .nadox-tabs.style1 .owl-slick .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 480px) {

  .tab-link>.slick-arrow.prev,
  .owl-slick .slick-arrow.prev {
    left: 0;
  }

  .tab-link>.slick-arrow.next,
  .owl-slick .slick-arrow.next {
    right: 0;
    left: auto;
  }
}

/*slick-dots*/
.owl-slick .slick-dots {
  padding: 0;
  list-style: none;
  display: table;
  margin: 0 auto;
  line-height: 100%;
  margin-top: 45px;
}

.slick-dots li {
  display: inline-block;
  padding: 5px;
  height: 24px;
}

.slick-dots li button {
  border: 2px solid #000;
  width: 17px;
  height: 17px;
  padding: 0;
  position: relative;
  border-radius: 50%;
  background-color: transparent;
  font-size: 0;
  opacity: 0.3;
}

.slick-dots li button::before {
  content: '';
  background-color: #000;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-transition: opacity 0.25s, background-color 0.25s ease 0s;
  -moz-transition: opacity 0.25s, background-color 0.25s ease 0s;
  -o-transition: opacity 0.25s, transform 0.25s ease 0s;
  transition: opacity 0.25s, background-color 0.25s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.slick-dots li.slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-vertical .slick-dots li button {
  border-color: rgba(255, 255, 255, .4);
}

.slick-vertical .slick-dots li button:hover,
.slick-vertical .slick-dots li.slick-active button {
  border-color: #fff;
}

.slick-vertical .slick-dots li button:hover::before,
.slick-vertical .slick-dots li.slick-active button::before {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
}

.post-thumb .owl-slick .slick-dots {
  margin-top: -19px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .owl-slick .slick-dots {
    margin-top: 25px;
  }
}

/* ==========================================================================
3.1 HEADER TOP
============================================================================ */
.header-top {
  background-color: #000;
  padding: 8px 0 4px;
}

.header-top-inner::before,
.header-top-inner::after {
  content: '';
  display: table;
}

.header-top-inner::after {
  clear: both;
}

.header-top-inner ul {
  padding-left: 0;
  list-style: none;
}

.header-top-inner .top-bar-menu {
  float: left;
}

.header-top-inner .top-bar-menu.right {
  float: right;
}

.header-top-inner .top-bar-menu>.menu-item {
  display: inline-block;
  position: relative;
  text-align: left;
}

.header-top-inner .top-bar-menu>.menu-item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}

.header-top-inner .top-bar-menu>.menu-item.block-language:hover::after,
.header-top-inner .top-bar-menu>.menu-item:last-child:hover::after {
  display: block;
}

.header-top-inner .top-bar-menu>.menu-item:not(:first-child) {
  padding-left: 11px;
}

.header-top-inner .top-bar-menu>.menu-item:not(:last-child) {
  padding-right: 16px;
}

.header-top-inner .top-bar-menu>.menu-item:not(:last-child)::before {
  content: '';
  display: block;
  border-left: 1px solid;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  height: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-top-inner .top-bar-menu>.menu-item a {
  display: block;
  font-size: 14px;
  line-height: 39px;
}

.header-top-inner .top-bar-menu>.menu-item>a>span {
  font-size: 15px;
  color: #333;
  padding-right: 10px;
  float: left;
  line-height: 39px;
  -webkit-transition: color 0.4s ease 0s;
  -moz-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}

.header-top-inner .top-bar-menu>.menu-item:hover>a>span,
.header-top-inner .top-bar-menu>.menu-item:hover>a {
  color: #eeab10;
}

/* DROPDOWN */

.block-language {
  position: relative;
}

.block-language>.sub-menu,
.wcml-dropdown .wcml-cs-submenu {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  min-width: 150px;
  background-color: #fff;
  color: #777777;
  z-index: 10;
  border: none;
  list-style: none;
  padding: 0;
  -webkit-transition: margin 0.4s ease 0s;
  -moz-transition: margin 0.4s ease 0s;
  -o-transition: margin 0.4s ease 0s;
  transition: margin 0.4s ease 0s;
  text-align: left;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  opacity: 0;
  visibility: hidden;
  margin-top: 20px !important;
}

.block-language:hover>.sub-menu,
.menu-item:hover .wcml-dropdown .wcml-cs-submenu {
  opacity: 1;
  visibility: visible;
  margin-top: 10px !important;
}

.block-language>.sub-menu .menu-item,
.wcml-dropdown .wcml-cs-submenu li {
  padding: 0 12px;
}

/* LANGUAGE */

.block-language a>img {
  vertical-align: middle;
  margin: -2px 3px 0 0;
}

.block-language>a::after {
  display: inline-block;
  vertical-align: top;
  font-family: 'FontAwesome', sans-serif;
  content: "\f0d7";
  margin-left: 7px;
  color: #000000;
}

/* CURENCY */
.wcml-dropdown {
  width: auto;
}

.wcml-dropdown li {
  border: none;
  background-color: transparent;
}

.wcml-dropdown>ul {
  position: static;
}

.wcml-dropdown a {
  padding: 0;
  line-height: inherit;
}

.wcml-dropdown a.wcml-cs-item-toggle {
  padding: 0;
}

.wcml-dropdown a.wcml-cs-item-toggle:after {
  vertical-align: top;
  position: static;
  font-family: FontAwesome, sans-serif;
  content: "\f0d7";
  border: none;
  margin-left: 10px;
  color: #000000;
}

.wcml-dropdown .wcml-cs-submenu li {
  border: none;
}

.wcml-dropdown .wcml-cs-submenu li:hover>a {
  color: #eeab10;
}

.wcml-dropdown li:hover,
.wcml-dropdown li:focus {
  background-color: transparent;
}

.nadox .wcml-dropdown.product {
  margin: 0;
}

@media (max-width: 991px) {

  .header-top-inner #menu-top-left-menu,
  .header-top-inner #menu-top-right-menu {
    width: 100%;
    text-align: center;
  }

  .header-top-inner .top-bar-menu>.menu-item:not(:first-child),
  .header-top-inner .top-bar-menu>.menu-item:first-child {
    padding-left: 8px;
  }

  .header-top-inner .top-bar-menu>.menu-item:not(:last-child),
  .header-top-inner .top-bar-menu>.menu-item:last-child {
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  .header-top-inner .top-bar-menu>.menu-item a {
    line-height: 30px;
  }

  .header-top-inner .top-bar-menu {
    padding: 0;
  }
}

@media (max-width: 640px) {

  .hidden-top-left #menu-top-left-menu,
  .hidden-top-right #menu-top-right-menu {
    display: none !important;
  }

  .hidden-top-right.hidden-top-left .header-top {
    border: none;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .header-top-inner .top-bar-menu>.menu-item a {
    line-height: 25px;
    font-size: 12px;
  }
}

/* ==========================================================================
3.2 HEADER MIDDLE
============================================================================ */
.header-middle-inner::before,
.header-middle-inner::after {
  content: '';
  display: table;
}

.header-middle-inner::after {
  clear: both;
}

.header-middle-inner {
  display: table;
  width: 100%;
  margin-top: 54px;
  margin-bottom: 40px;
}

.header.style3 .header-middle-inner {
  margin-bottom: 8px;
}

.header-middle-inner>* {
  display: table-cell;
  vertical-align: top;
}

.header-middle-inner .logo {
  padding-right: 40px;
  /* padding-top: 10px; */
}

.header-middle-inner .logo img {
  max-width: 280px;
}

.header-control {
  padding-top: 5px;
}

@media (max-width: 1024px) {
  .header-middle-inner {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .header-middle-inner>* {
    display: block;
    text-align: center;
  }

  .header-middle-inner .logo {
    margin-bottom: 10px;
  }

  .header-middle-inner {
    margin-top: 10px;
  }

  .header-middle-inner .block-search,
  .header-control {}

  .header-control {
    padding-top: 0;
  }

  .header>a,
  .phone-header {
    display: none;
  }
}

@media (max-width: 479px) {
  .header-middle-inner {
    display: inline-block;
    width: 100%;
  }
}

/*menu mobile*/
.block-menu-bar {
  vertical-align: middle;
  display: none;
  font-size: 0;
  text-align: center;
  padding-right: 0;
  margin-left: 8px;
}

.block-menu-bar .menu-bar {
  color: #6c7177;
  vertical-align: middle;
}

.block-menu-bar .menu-bar .icon-menu {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}

.block-menu-bar .menu-bar .icon-menu span {
  background-color: #333;
  display: block;
  margin-bottom: 2px;
  height: 2px;
}

.block-menu-bar .menu-bar:hover .icon-menu span {
  background-color: #eeab10;
}

.block-menu-bar .menu-bar .text-menu {
  display: block;
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .block-menu-bar {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .block-menu-bar .menu-bar .text-menu {
    margin-top: -6px;
  }
}

/*block search*/
.block-search .form-search {
  display: table;
  border: 2px solid #e8edf2;
  width: 100%;
  position: relative;
  max-width: 720px;
  /* margin: 0 auto; */
  margin-left: auto;
}

.block-search .form-search .btn-submit {
  width: 62px;
  height: 62px;
  line-height: 62px;
  width: 58px;
  height: 58px;
  line-height: 58px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 21px;
  color: #fff;
  background-color: #eeab10;
}

.block-search .form-search .btn-submit:hover {
  opacity: 0.5;
}

.block-search .form-search .form-content,
.block-search .form-search .category {
  display: table-cell;
  vertical-align: top;
  white-space: normal;
}

.nadox-live-search-form {
  position: relative;
}

.nadox-live-search-form .search-box {
  position: relative;
}

.nadox-live-search-form.loading .search-box::before {
  content: '';
  width: 25px;
  height: 25px;
  margin: auto;
  border: 3px solid #ccc;
  border-top-color: #eeab10;
  border-radius: 50%;
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  position: absolute;
  top: 13px;
  right: 5px;
}

.nadox-live-search-form .not-results-search,
.nadox-live-search-form .products-search {
  position: absolute;
  top: 100%;
  left: -3px;
  right: 1px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
  z-index: 100;
  border: 1px solid #e4e9ef;
  margin-top: 17px;
}

.nadox-live-search-form .not-results-search {
  padding: 14px 17px;
}

.nadox-live-search-form .not-results-search::before,
.nadox-live-search-form .products-search::before {
  content: '';
  border-style: solid;
  border-width: 10px 8px;
  border-color: transparent transparent #e4e9ef transparent;
  position: absolute;
  top: -20px;
  left: 30px;
}

.nadox-live-search-form .not-results-search::after,
.nadox-live-search-form .products-search::after {
  content: '';
  border-style: solid;
  border-width: 8px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -16px;
  left: 31px;
}

.nadox-live-search-form .suggestion-search {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 20px;
  color: #ccc;
  line-height: 20px;
  display: none;
}

.nadox-live-search-form .product-search-item {
  overflow: hidden;
  padding: 14px 17px;
  border-bottom: 1px solid #eaeaea;
}

.nadox-live-search-form .view-all {
  padding: 10px 17px;
  text-align: center;
  width: 100%;
}

.nadox-live-search-form .product-image {
  width: 45px;
  float: left;
}

.nadox-live-search-form .product-image img {
  border-radius: 3px;
  border: 1px solid #f0f0f0;
}

.nadox-live-search-form .product-title-price {
  overflow: hidden;
  padding-left: 10px;
}

.nadox-live-search-form .mask-link {
  display: block;
}

.nadox-live-search-form .txt-livesearch {
  width: 100%;
  height: 58px;
  line-height: 59px;
  padding: 0 20px;
  border: none;
  min-width: 350px;
}

.nadox-live-search-form .keyword-current {
  display: inline-block;
}

.live-search-widget .nadox-live-search-form .txt-livesearch {
  border: 2px solid #eaeaea;
  border-radius: 51px;
}

.live-search-widget .nadox-live-search-form .products-search {
  left: 0;
  right: 0;
}

/* CHOSEN */
.chosen-container {
  vertical-align: top;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  max-width: 100%;
}

.block-search .category select {
  border: none;
  height: 58px;
  line-height: 62px;
  width: 165px;
}

.chosen-container-single .chosen-single {
  padding: 0 20px;
  border: none;
  border-left: 1px solid #eaeaea;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  height: 58px;
  line-height: 60px;
  color: #72797e;
}

.chosen-container-single .chosen-single::after {
  display: inline-block;
  vertical-align: top;
  font-family: FontAwesome, sans-serif;
  content: "\f0d7";
  font-size: 15px;
  color: #333333;
}

.chosen-container-single .chosen-single span {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  width: calc(100% - 10px);
}

.chosen-container-single .chosen-single div {
  display: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  border-left: 1px solid #eaeaea;
  background: transparent;
  box-shadow: none;
}

.chosen-container-single .chosen-drop {
  top: calc(100% + 5px);
  left: 0;
  clip: auto;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: auto;
  min-width: 100%;
  white-space: nowrap;
  margin: 0;
  padding: 13px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.chosen-container:not(.chosen-with-drop) .chosen-drop {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.chosen-container-single .chosen-drop .chosen-search {
  display: none;
}

.chosen-container-single .chosen-results {
  color: #868686;
  padding: 0;
  margin: 0;
}

.chosen-container .chosen-results li {
  font-size: 14px;
  line-height: 20px;
  padding: 4px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chosen-container .chosen-results li[class^="level-"]::before,
.chosen-container .chosen-results li[class*=" level-"]::before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 1px;
  margin-right: 6px;
  content: '';
}

.chosen-container .chosen-results li.level-0::before {
  background-color: #000;
}

.chosen-container .chosen-results li.result-selected {
  background-color: #f0f2f5;
  color: #333;
}

.chosen-container .chosen-results li.highlighted {
  background-image: none;
  background-color: #f0f2f5;
  color: #333;
}

.key-word-search {
  text-align: center;
  font-size: 13px;
  color: #72797e;
  margin-top: 19px;
}

.key-word-search>* {
  display: inline-block;
  vertical-align: top;
}

.key-word-search .title-key {
  font-weight: 600;
  color: #72797e;
}

.key-word-search .key-item {
  margin-left: 10px;
}

@media (min-width: 1025px) {
  .close-block-search {
    display: none;
  }
}

@media (max-width: 1440px) {
  .nadox-live-search-form .txt-livesearch {
    min-width: inherit;
  }
}

@media (max-width: 1199px) {
  .header-middle-inner .logo {
    padding-right: 0;
  }

  .block-search .form-search .category {
    display: none;
  }
}

@media (max-width: 1024px) {
  .key-word-search {
    display: none;
  }

  .header-middle-inner>.block-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: height 0.6s ease;
    -moz-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
  }

  .header-bock-search-open .header-middle-inner>.block-search {
    opacity: 1;
    visibility: visible;
    height: 100vh;
  }

  .nadox-live-search-form .txt-livesearch {
    min-width: 350px;
  }

  .close-block-search {
    position: absolute;
    top: -50px;
    color: #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    line-height: 40px;
  }

  .close-block-search:hover {
    color: #fff !important;
  }

  .header-middle-inner .form-search {
    max-width: 290px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .block-search .form-search .btn-submit {
    top: -2px;
    right: -2px;
  }

}

/*header-control*/
.meta-woo {
  text-align: right;
}

.meta-woo>div:not(.block-menu-bar),
.search-mobile {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  color: #000;
  padding-right: 28px;
  margin-left: 8px;
}

.block-wishlist .woo-wishlist-link {
  font-size: 25px;
}

.text-control {
  display: block;
  color: #000;
  letter-spacing: 1px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

/*block-user*/
.block-user {
  position: relative;
}

.block-user .sub-menu {
  text-align: left;
  list-style: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 160px;
  border: 2px solid #e8edf3;
  z-index: 99;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 35px;
  -webkit-transition: margin-top 0.4s ease 0s;
  -moz-transition: margin-top 0.4s ease 0s;
  -o-transition: margin-top 0.4s ease 0s;
  transition: margin-top 0.4s ease 0s;
  padding: 5px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
}

.block-user:hover .sub-menu {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

.block-user .sub-menu li {
  padding: 0 12px;
  color: #72797e;
}

.block-user .sub-menu li a {
  display: block;
  font-size: 14px;
  line-height: 34px;
}

/*MINICART*/
.block-minicart {
  position: relative;
}

.block-minicart .link-dropdown span {
  position: relative;
}

.block-minicart .link-dropdown .count {
  position: absolute;
  top: -11px;
  right: -20px;
  display: inline-block;
  min-width: 30px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  padding: 0 3px;
  border-radius: 30px;
  background-color: #eeab10;
  font-size: 12px;
  color: #fff;
}

/*MINICART*/
.block-minicart .block-cart-link::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

.block-minicart.open .block-cart-link::before {
  opacity: 1;
  visibility: visible;
}

.block-minicart .cart_list>.scroll-element,
.block-minicart .cart_list>.scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.block-minicart .cart_list>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.block-minicart .cart_list>.scroll-element .scroll-element_track {
  display: none;
}

.block-minicart .cart_list>.scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.block-minicart .cart_list>.scroll-element .scroll-bar:hover {
  background-color: #561F7A;
}

.block-minicart .cart_list:hover>.scroll-element .scroll-bar,
.block-minicart .cart_list>.scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.block-minicart .cart_list>.scroll-element.scroll-x {
  bottom: 0;
  height: 0;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.block-minicart .cart_list>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 0;
}

/* scrollbar height/width & offset from container borders */
.block-minicart .cart_list>.scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.block-minicart .cart_list>.scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
  border-radius: 7px;
}

.block-minicart .cart_list>.scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.block-minicart .cart_list>.scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.block-minicart .cart_list>.scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.block-minicart .cart_list>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.block-minicart .cart_list>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.block-minicart .cart_list>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

.block-minicart {
  position: relative;
}

.block-minicart .widget_shopping_cart {
  position: fixed;
  top: 0;
  right: -450px;
  min-width: 450px;
  z-index: 9999;
  background-color: #fff;
  -webkit-transition: right 0.4s ease 0s;
  -moz-transition: right 0.4s ease 0s;
  -o-transition: right 0.4s ease 0s;
  transition: right 0.4s ease 0s;
  height: 100vh;
}

.block-minicart.open .widget_shopping_cart {
  right: 0;
}

.block-minicart .widget_shopping_cart .product_list_widget li.mini_cart_item {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.block-minicart .widget_shopping_cart .product_list_widget li.mini_cart_item:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 19px;
}

.block-minicart .widget_shopping_cart .product_list_widget li .remove_from_cart_button {
  right: 30px;
  font-size: 26px;
}

.block-minicart .widget_shopping_cart .nadox-mini-cart__total {
  height: 67px;
  line-height: 67px;
  background-color: #f4f4f4;
  color: #000000;
  padding: 0 30px 0 30px;
  overflow: hidden;
  font-size: 14px;
  position: absolute;
  bottom: 69px;
  width: 100%;
  z-index: 1;
  text-align: left;
}

.block-user:hover::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
}

.block-minicart .cart_list {
  height: calc(100vh - 224px);
}

.nadox-mini-cart__empty-message {
  text-align: center;
  font-size: 17px;
  color: #000;
  padding: 10px 15px 30px 15px;
  margin-bottom: 0;
}

.product_list_widget {
  padding-left: 0;
  list-style: none;
}

.product_list_widget li {
  position: relative;
  padding-bottom: 15px !important;
  padding-top: 0 !important;
}

.product_list_widget li.mini_cart_item {
  overflow: hidden;
  padding: 28px 25px 28px;
  margin-bottom: 0;
}

.product_list_widget li.mini_cart_item:not(:last-child) {
  border-bottom: 1px solid #dee5e8;
}

.product_list_widget li.mini_cart_item.woosb-cart-child {
  margin-left: 15px;
}

.product_list_widget li {
  margin-bottom: 16px;
}

.product_list_widget img {
  float: left;
  max-width: 87px;
  margin-right: 20px;
}

.product_list_widget li>a {
  display: block;
}

.product_list_widget li a:nth-child(2) {
  font-size: 16px;
  line-height: 21px;
}

.product_list_widget li a:nth-child(2):not(:hover) {
  color: #000;
}

.product_list_widget li .quantity {
  font-size: 16px;
  color: #000;
}

.product_list_widget li .remove_from_cart_button {
  position: absolute;
  top: 27px;
  right: 25px;
  font-size: 16px;
  width: auto !important;
}

.product_list_widget li .remove_from_cart_button:not(:hover) {
  color: #bfbfbf;
}

.widget_recent_reviews .product_list_widget,
.widget_top_rated_products .product_list_widget,
.widget_products .product_list_widget {
  padding: 20px 0;
}

.widget_recent_reviews .product_list_widget li,
.widget_top_rated_products .product_list_widget li,
.widget_products .product_list_widget li {
  margin-bottom: 20px;
  padding-bottom: 0 !important;
}

.widget_recent_reviews .product_list_widget li:last-child,
.widget_top_rated_products .product_list_widget li:last-child,
.widget_products .product_list_widget li:last-child {
  margin-bottom: 0;
}

.nadox-mini-cart__total {
  color: #000000;
  overflow: hidden;
  padding-top: 20px;
  border-top: 1px solid #dee5e8;
  margin-bottom: 27px;
}

.nadox-mini-cart__total strong {
  font-weight: normal;
  font-size: 16px;
}

.nadox-mini-cart__total .nadox-Price-amount {
  font-size: 18px;
  float: right;
}

.nadox-mini-cart__buttons {
  overflow: hidden;
  margin-bottom: 0;
}

.nadox-mini-cart__buttons .button {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  width: calc(50% - 2px);
  height: 58px;
  line-height: 60px;
  position: relative;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 1px;
  background-color: #000000;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.nadox-mini-cart__buttons .button.checkout,
.nadox-mini-cart__buttons .button:not(.checkout):hover {
  color: #fff;
}

.nadox-mini-cart__buttons .button.checkout {
  float: right;
}

.nadox-mini-cart__buttons .button:not(.checkout):hover::before {
  display: none;
}

.nadox-mini-cart__buttons .button.checkout:hover {
  opacity: 0.8;
}

.nadox.widget_products .product_list_widget img {
  border: 1px solid #e4e9ef;
}

.nadox.widget_products ul {
  padding: 23px 0;
}

.nadox.widget_products ul li {
  padding: 15px 23px 13px;
}

.nadox.widget_products ul li ins {
  text-decoration: none;
}

.nadox.widget_products ul li:not(:last-child) {
  border-bottom: 1px solid #e4e9ef;
  margin-bottom: 23px;
  padding-bottom: 23px !important;
}

@media (min-width: 1025px) {
  .search-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .block-user .sub-menu {
    display: none;
  }

  .meta-woo {
    text-align: center;
  }

  .meta-woo>div:not(.block-menu-bar),
  .search-mobile {
    padding-right: 15px;
    margin-left: 0;
    font-size: 21px;
  }

  .block-wishlist .woo-wishlist-link {
    font-size: 22px;
  }

  .text-control {
    margin-top: -6px;
  }

  .block-minicart .widget_shopping_cart {
    min-width: 300px;
  }
}

@media (max-width: 360px) {

  .meta-woo>div:not(.block-menu-bar),
  .search-mobile {
    padding-right: 12px;
  }

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

/* HEADER STICKY */
.header-sticky-menu {
  position: fixed;
  top: -51px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 10;
  background-color: #fff;
}

.header-sticky-menu.active {
  top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
3.3 HEADER NAV
========================================================================== */
/* ==========================================================================
MAIN MENU
========================================================================== */

.block-nav-category~.box-header-nav {
  padding-left: 14px;
}

.box-header-nav .main-menu {
  padding: 0;
  list-style: none;
}

.box-header-nav .main-menu .menu-item {
  list-style: none;
  position: relative;
}

.box-header-nav .main-menu>.menu-item>a {
  font-weight: 700;
  font-size: 15px;
  line-height: 70px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.box-header-nav .main-menu .menu-item>a .image {
  position: absolute;
  right: -32px;
  top: -33px;
  z-index: 1;
}

.box-header-nav .main-menu .menu-item>a>span {
  font-size: 16px;
  margin-left: 5px;
}

.box-header-nav .main-menu .menu-item>a>span.glyphicon {
  margin-left: -2px;
}

/*sub menu*/
.box-header-nav .main-menu .menu-item .submenu {
  padding-left: 0;
  text-align: left;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  z-index: 10;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.08);
  color: #000;
}

.box-header-nav .main-menu>.menu-item .submenu:not(.megamenu) {
  padding-top: 18px;
  padding-bottom: 20px;
}

.box-header-nav .main-menu>.menu-item .submenu:not(.megamenu) .menu-item {
  padding: 0 25px 0;
  color: #72797e;
  line-height: 26px;
}

.box-header-nav .main-menu>.menu-item .submenu.megamenu p {
  margin: 0;
}

.box-header-nav .main-menu>.menu-item .submenu .menu-item::before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  height: 100%;
  z-index: -1;
}

.box-header-nav .main-menu>.menu-item .submenu .menu-item:hover::before {
  display: block;
}

.box-header-nav .main-menu>.menu-item .submenu a {
  font-size: 14px;
  display: block;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.box-header-nav .main-menu .menu-item .submenu .menu-item a>span {
  position: relative;
  bottom: 4px;
}

.box-header-nav .main-menu .toggle-submenu {
  display: none;

  /*display: block;*/
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 19px;
  cursor: pointer;
  color: #000;
}

.box-header-nav .main-menu .menu-item:hover>.toggle-submenu {
  color: #eeab10;
}

/*horizon menu*/
/*sup menu*/
.box-header-nav .main-menu>.menu-item {
  padding: 0 36px 0 0;
  display: inline-block;
  color: #fff;
}

.box-header-nav .main-menu>.menu-item>a {
  position: relative;
  cursor: pointer;
}

.box-header-nav .main-menu>.menu-item>a:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
}

.box-header-nav .main-menu>.menu-item>a:hover:after,
.box-header-nav .main-menu>.current_page_parent>a:after {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
}

.box-header-nav .main-menu>.menu-item:first-child {
  padding-left: 35px;
}

.disable-vertical-menu .box-header-nav .main-menu>.menu-item:first-child {
  padding-left: 0;
}

/*sub menu*/
.box-header-nav .main-menu .menu-item .submenu {
  position: absolute;
  min-width: 240px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
}

.box-header-nav .main-menu .menu-item:hover>.submenu {
  opacity: 1;
  visibility: visible;
}

.box-header-nav .main-menu>.menu-item>.submenu {
  top: 100%;
  left: 0;
}

.box-header-nav .main-menu>.menu-item:hover>.submenu {
  margin-top: 0;
}

.box-header-nav .main-menu>.menu-item>.submenu .submenu {
  top: -19px;
  left: 100%;
}

.box-header-nav .main-menu .submenu .menu-item:hover>.submenu {
  margin-top: 1px;
}

/*.toggle-submenu*/

.box-header-nav .main-menu .toggle-submenu::before {
  display: block;
  content: '\f107';
  font-family: 'FontAwesome', sans-serif;
  height: 57px;
  line-height: 57px;
  width: 25px;
  text-align: center;
  font-size: 18px;
  z-index: 10;
}

.box-header-nav .main-menu .submenu .toggle-submenu {
  display: block;
}

.box-header-nav .main-menu .submenu .toggle-submenu::before {
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 14px;
  content: '\f105';
}

.box-header-nav .main-menu>.menu-item.menu-item-right {
  float: right;
  padding-left: 35px;
}

.box-header-nav .main-menu>.menu-item.menu-item-right>a {
  font-family: inherit;
  color: #999999;
}

.box-header-nav .main-menu>.menu-item.menu-item-right:hover>a {
  color: #eeab10;
}

.box-header-nav .main-menu .menu-item.menu-item-right>a>span {
  font-size: 24px;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box-header-nav .main-menu .submenu .submenu .toggle-submenu::before {
  display: none;
}

/* ==========================================================================
VERTICAL MENU
========================================================================== */
.header-nav-inner {
  display: table;
  width: 100%;
}

.header-nav-inner>* {
  display: table-cell;
  vertical-align: middle;
}

.block-nav-category {
  position: relative;
  width: 320px;
}

.block-nav-category .block-title {
  padding: 0 30px;
  cursor: pointer;
  color: #fff;
  position: relative;
  max-width: 320px;
  font-weight: 700;
  height: 70px;
  line-height: 64px;
  background-color: #eeab10;
}

.block-nav-category .block-title .before {
  display: inline-block;
  margin-right: 17px;
}

.block-nav-category .block-title .before span {
  height: 3px;
  background-color: #fff;
  content: '';
  width: 24px;
  display: block;
}

.block-nav-category .block-title .before span:nth-child(1) {
  width: 24px;
}

.block-nav-category .block-title .before span:nth-child(2) {
  width: 28px;
  margin: 4px 0;
}

.block-nav-category .block-title .text-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.block-nav-category:not(.has-open) .block-content {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.block-nav-category .block-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 320px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-align: left;
  border: 2px solid #e8edf3;
  border-top: none;
  z-index: 99;
}

.block-nav-category .vertical-menu {
  position: relative;
  list-style: none;
  padding: 0;
}

.block-nav-category .vertical-menu .menu-item {
  position: relative;
  color: #72797e;
}

.block-nav-category .vertical-menu .menu-item.link-other {
  display: none;
}

.block-nav-category .vertical-menu .menu-item>a .image {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
}

.block-nav-category .vertical-menu .menu-item>a .icon {
  margin-left: 5px;
  font-size: 16px;
  vertical-align: middle;
}

.block-nav-category .vertical-menu .menu-item:not(.show-submenu)>a .icon {
  color: #888;
}

.block-nav-category .vertical-menu>.menu-item>a {
  font-size: 14px;
  display: block;
  padding: 10px 18px 7px 25px;
}

.block-nav-category .vertical-menu>.menu-item:not(:first-child)>a {
  border-top: 1px solid #e8edf3;
}

.block-nav-category .vertical-menu>.menu-item.show-submenu>a,
.block-nav-category .vertical-menu>.menu-item:hover>a {
  color: #333333;
}

.block-nav-category .vertical-menu .submenu {
  list-style: none;
}

.block-nav-category .vertical-menu .submenu:not(.megamenu) .menu-item a {
  font-size: 14px;
  display: block;
  padding: 3px 10px 3px 30px;
}

.box-header-nav .main-menu>.menu-item .submenu.megamenu>div,
.block-nav-category .vertical-menu .submenu.megamenu>div {
  padding: 30px 15px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.box-header-nav .main-menu>.menu-item .submenu.megamenu>div {
  padding: 30px 20px;
}

.block-nav-category .view-all-category a {
  display: block;
  font-size: 14px;
  background-color: #f3f3f3;
  color: #72797e;
  padding: 11px 18px 7px 25px;
}

.block-nav-category .view-all-category a::after {
  font-size: 18px;
  content: '\f105';
  font-family: 'FontAwesome', sans-serif;
  display: inline-block;
  float: right;
}

@media (max-width: 1366px) {
  .block-nav-category {
    width: 305px;
  }
}

@media (max-width: 1280px) {
  .block-nav-category {
    width: 285px;
  }
}

@media (min-width: 1200px) {
  .block-nav-category.always-open .block-content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@media (min-width: 1025px) {

  .header.style2 .block-nav-category .block-title::before,
  .header.style1 .block-nav-category .block-title::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    background-color: #eeab10;
    height: 10px;
  }

  .header.style2 .block-nav-category .text-title::before,
  .header.style2 .block-nav-category .block-title::after,
  .header.style1 .block-nav-category .text-title::before,
  .header.style1 .block-nav-category .block-title::after {
    content: '';
    position: absolute;
    left: -8px;
    top: -10px;
    border-style: solid;
    border-width: 10px 8px 0 0;
    border-color: transparent #eeab10 transparent transparent;
  }

  .header.style2 .block-nav-category .text-title::before,
  .header.style1 .block-nav-category .text-title::before {
    border-color: transparent rgba(0, 0, 0, .5) transparent transparent;
    z-index: 1;
  }

  .block-nav-category .vertical-menu .menu-item.parent-megamenu {
    position: static;
  }

  .block-nav-category .vertical-menu .menu-item:not(:hover)>.submenu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
  }

  .block-nav-category .vertical-menu .submenu {
    position: absolute;
    top: -2px;
    left: calc(100% + 8px);
    background-color: #fff;
    z-index: 9;
    min-width: 257px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .block-nav-category .vertical-menu .submenu:before {
    position: absolute;
    top: 0;
    right: calc(100% + 2px);
    height: 100%;
    width: 8px;
    content: '';
    display: inline-block;
    background-color: transparent;
  }

  .block-nav-category .vertical-menu .submenu .submenu {
    top: -2px;
  }

  .block-nav-category .vertical-menu .submenu {
    border: 2px solid #eaeaea;
    padding: 0;
  }

  .block-nav-category .vertical-menu .submenu:not(.megamenu) {
    padding: 28px 0;
  }

  .block-nav-category .vertical-menu .submenu p {
    margin: 0;
  }

  .block-nav-category .vertical-menu .menu-item.parent>a::after {
    color: #bcbcbc;
    font-size: 18px;
    content: '\f105';
    font-family: FontAwesome, sans-serif;
    display: inline-block;
    float: right;
  }

  .block-nav-category .vertical-menu .menu-item.parent:hover>a::after {
    color: #333333;
  }
}

@media (max-width: 1024px) {

  .box-header-menu .gradient-menu,
  .header-sticky-menu,
  .box-header-nav {
    display: none;
  }

  .block-nav-category .vertical-menu>.menu-item>a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-nav-category .vertical-menu [class^="vc_col-"],
  .block-nav-category .vertical-menu [class*=" vc_col-"] {
    width: 100% !important;
    float: none;
  }

  .block-nav-category .vertical-menu .megamenu {
    width: auto !important;
    max-width: inherit !important;
  }

  .block-nav-category .vertical-menu .submenu.megamenu>div {
    background: none !important;
    padding: 15px 0 !important;
  }

  .block-nav-category .vertical-menu {}

  .block-nav-category .vertical-menu .menu-item>.toggle-submenu {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 11px 20px;
    -webkit-transition: transform 0.3s, color 0.4s ease 0s;
    -moz-transition: transform 0.3s, color 0.4s ease 0s;
    -o-transition: transform 0.3s, color 0.4s ease 0s;
    transition: transform 0.3s, color 0.4s ease 0s;
    cursor: pointer;
  }

  .block-nav-category .vertical-menu .menu-item>.toggle-submenu::before {
    display: block;
    font-family: 'FontAwesome', sans-serif;
    content: "\f107";
  }

  .block-nav-category .vertical-menu .menu-item.show-submenu>.toggle-submenu {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .block-nav-category .vertical-menu .submenu {
    display: none;
    position: static;
    margin-bottom: 15px;
  }

  .block-nav-category .vertical-menu .submenu:not(.megamenu) .menu-item a {
    padding-left: 10px;
  }

  .block-nav-category .nadox-custommenu {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  .block-nav-category .vertical-menu [class*=" vc_col-"] .nadox-custommenu {
    padding-top: 0;
    margin-top: 20px;
  }

  .block-nav-category .vertical-menu [class*=" vc_col-"]:first-child .nadox-custommenu:first-child {
    padding-top: 0;
    margin-top: 0;
  }

  .block-nav-category .block-title,
  .block-nav-category .block-content {
    max-width: inherit;
  }

  .block-nav-category .nadox-heading.style7:not(:first-child) {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .block-nav-category .block-title {
    height: 50px;
    line-height: 52px;
  }

  .block-nav-category .block-title,
  .block-nav-category .block-content {
    max-width: 100%;
  }

  .block-nav-category .block-title .text-title {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
  }

  .header .nadox-live-search-form .txt-livesearch {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }

  .header div.block-search .form-search {
    display: table;
    padding: 0 57px 0 0;
  }

  .header div.block-search .form-search .btn-submit {
    width: 44px;
    height: 44px;
    line-height: 44px;
    padding: 0;
  }

  .header .nadox-live-search-form.loading .search-box::before {
    top: 3px;
  }

  .header div.block-search .form-search {
    display: inline-block;
    float: none;
  }

  .header div.block-search .form-search .form-content {
    display: block;
  }
}

@media (max-width: 479px) {
  .block-nav-category {
    width: 100%;
    display: block;
  }
}

/*==========================================================================
MOBILE MENU
========================================================================== */
.menu-mobile-open {
  /*overflow: hidden;*/
}

.nadox-menu-clone-wrap .vc_column-inner {
  padding: 0 15px !important;
}

.nadox-menu-clone-wrap .vc_row {
  padding: 0 0 15px 0 !important;
}

.nadox-menu-clone-wrap [class^="vc_col-"],
.nadox-menu-clone-wrap [class*=" vc_col-"] {
  width: 100% !important;
  float: none;
  margin-bottom: 30px;
}

.nadox-menu-clone-wrap .wpb_single_image {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .nadox-menu-clone-wrap .vc_row {
    background-image: none !important;
  }

  .nadox-menu-clone-wrap .nadox-custommenu .widgettitle {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
  }

  .nadox-menu-clone-wrap .nadox-custommenu {
    margin-bottom: 30px !important;
  }

  .nadox-menu-clone-wrap .nadox-custommenu:last-child {
    margin-bottom: 0 !important;
  }
}

/* ==========================================================================
3.4 HEADER STYLE
========================================================================== */
.header.style1 .header-nav {
  background-color: #000000;
}

.header.style1 .box-header-nav .main-menu>.menu-item.menu-item-right {
  padding-right: 0;
}

.header.style2 .header-nav {
  background-color: #f3f3f3;
}

.header.style2 .box-header-nav .main-menu>.menu-item>a {
  color: #000;
}

.header.style2 .phone-number {
  color: #000;
}

.header.style3 {
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.header.style3 .nadox-live-search-form .txt-livesearch,
.header.style3 .block-search .form-search .category {
  background-color: #fff;
}

.header.style3 .header-nav-inner {
  background-color: #000000;
  position: relative;
  top: 35px;
}

body.canvas-open .overlay-body,
.nadox-menu-clone-wrap.open+div+.overlay-body {
  visibility: visible;
  opacity: 1;
}

body.canvas-open .canvas-content {
  right: 0;
}

.text-canvas {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  padding: 0 40px;
  margin-bottom: 20px;
  margin-top: 54px;
  letter-spacing: 1px;
}

.canvas-content {
  position: fixed;
  top: 0;
  right: -380px;
  width: 380px;
  min-height: 100vh;
  max-width: 100%;
  background-color: #f3f3f3;
  z-index: 100001;
  padding: 0 0 0 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: left;
}

.canvas-close {
  position: absolute;
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  top: 15px;
  right: 15px;
  border: 2px solid #acb5bb;
  color: #acb5bb;
  font-size: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.canvas-content .product_list_widget li.mini_cart_item,
.canvas-content .widget_shopping_cart .nadox-mini-cart__total {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.canvas-content .product_list_widget li.mini_cart_item:first-child {
  border-top: 1px solid #dee5e8;
}

.canvas-content .widget_shopping_cart .nadox-mini-cart__total {
  background-color: #fff;
  margin-bottom: 0;
  padding: 19px 40px 13px;
  border-top: none;
}

.canvas-content .widget_shopping_cart .nadox-mini-cart__total,
.canvas-content .nadox-mini-cart__buttons {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.canvas-content .widget_shopping_cart .nadox-mini-cart__total {
  bottom: 58px;
}

.overlay-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.phone-header {
  text-align: right;
  width: 230px;
}

.header.style3 .phone-header {
  padding-right: 33px;
  width: 263px;
}

.phone-header>* {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  text-align: left;
}

.phone-header>span {
  height: 52px;
  width: 52px;
  line-height: 52px;
  border-radius: 50%;
  text-align: center;
  background-color: #eeab10;
  font-size: 24px;
  margin-right: 6px;
}

.phone-number>* {
  margin: 0;
}

.phone-number .text-1 {
  font-size: 14px;
  margin-bottom: -5px;
}

.phone-number .text-2 {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .phone-header {
    display: none;
  }
}

@media (max-width: 767px) {
  .header.style3 .header-nav-inner {
    top: 0;
  }

  .header.style1 .header-nav {
    background-color: #eeab10;
  }
}

/* ==========================================================================
4.0 FOOTER THEME
========================================================================== */
.footer .footer-top {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #f3f3f3;
}

.footer .footer-middle {
  padding-bottom: 46px;
  background-color: #000000;
}

.footer .footer-bottom {
  background-color: #000000;
  border-top: 1px solid #222;
  padding: 30px 0;
}

.footer-copyright {
  padding-top: 6px;
}

a.backtotop {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  font-size: 20px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 999;
  overflow: hidden;
  background-color: #eeab10;
  color: #fff;
}

a.backtotop:not(.active) {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

a.backtotop i {
  color: #fff;
}

a.backtotop::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

a.backtotop:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.footer-hotline h3 {
  padding-top: 5px;
  font-size: 16px;
  color: #333333;
  padding-bottom: 24px;
}

.footer-hotline p {
  line-height: 35px;
  margin-bottom: 10px;
}

.footer-hotline h6 {
  font-size: 24px;
  padding-bottom: 25px;
}

.footer-bottom h2 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 26px;
}

@media (max-width: 1199px) {
  .footer .footer-middle {
    padding-top: 30px;
  }

  .footer-bottom .offset-xl-3 {
    padding-top: 20px;
  }

  .footer-copyright {
    padding-top: 0;
  }

  .footer .footer-bottom {
    padding-top: 23px;
    text-align: center;
  }
}

/* ==========================================================================
5.0 BLOG THEME
========================================================================== */
.blog-banner img {
  margin-bottom: 75px;
}

/* ==========================================================================
5.1 POST ITEM
========================================================================== */
.content-post .post-item {
  margin-top: 32px;
  padding-top: 55px;
  border-top: 1px solid #e8edf2;
}

.content-post:not(.blog-grid) .post-item:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

.post-thumb img {
  position: relative;
  z-index: 1;
}

.post-thumb .quote {
  margin-bottom: 0;
  padding: 100px 160px 85px 160px;
  position: relative;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  background-color: #292929;
}

.post-thumb .quote::before {
  content: '\f10e';
  font-family: 'FontAwesome', sans-serif;
  position: absolute;
  font-size: 50px;
  color: #4e4e4e;
  line-height: 1;
  top: 60px;
  left: 60px;
}

.post-item .post-thumb {
  margin-bottom: 10px;
  position: relative;
}

.post-item .post-thumb .post-date {
  color: #fff;
  margin-top: 30px;
  display: inline-block;
  padding: 0 15px;
  background: #eeab10;
  border-radius: 20px;
  font-size: 13px;
}

.nadox-blog.style-1 .post-item .post-thumb .post-date {
  margin-top: 20px;
}

.post-title {
  font-size: 26px;
  line-height: 28px;
  position: relative;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.post-title::after {
  content: '';
  width: 78px;
  height: 1px;
  background-color: #eeab10;
  position: absolute;
  bottom: 0;
  left: 0;
}

.post-title.no-title,
.post-title.no-title::after,
.post-single .read-more {
  display: none;
}

.post-title a:not(:hover) {
  color: inherit;
}

.post-content {
  margin-bottom: 40px;
  -moz-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.page-main-content h1,
.page-main-content h2,
.page-main-content h3,
.page-main-content h4,
.page-main-content h5,
.page-main-content h6,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  margin-top: 10px;
}

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

.post-content::after {
  clear: both;
}

.post-content p:last-child {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.page-main-content::before,
.page-main-content::after {
  content: '';
  display: table;
}

.page-main-content::after {
  clear: both;
}

.tags {
  color: #72797e;
  font-size: 14px;
  float: left;
  padding-top: 14px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tags a {
  border: 1px solid #72797e;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 7px 10px;
  display: inline-block;
  line-height: 20px;
}

.info-meta-left .category {
  color: #72797e;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.single-meta-post {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 13px 0;
  border-top: 1px solid #e8edf2;
  border-bottom: 1px solid #e8edf2;
}

.single-meta-post .category {
  font-size: 12px;
  color: #72797e;
  float: left;
  padding-top: 14px;
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}

.post-categories {
  padding-left: 0;
  list-style: none;
}

.post-categories li {
  display: inline-block;
}

.nadox-share-socials {
  float: right;
}

.nadox-share-socials a {
  display: inline-block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #abb7c1;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #abb7c1;
  margin-bottom: 5px;
  margin-top: 6px;
}

.nadox-share-socials a:not(:first-child) {
  margin-left: 8px;
}

.nadox-share-socials a:hover {
  border-color: #eeab10;
  color: #eeab10;
}

.post-single-author {
  border: 2px solid #f0f0f0;
  border-radius: 8px;
  padding: 30px 40px 30px 40px;
  overflow: hidden;
  margin-top: 40px;
}

.post-single-author .avatar {
  float: left;
  max-width: 110px;
  border-radius: 50%;
}

.post-single-author .author-info {
  padding-left: 34px;
  overflow: hidden;
}

.post-single-author .author-info .name {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 11px;
}

.post-single-author .author-info .desc {
  margin-bottom: 27px;
}

.post-single-author .author-info a {
  display: inline-block;
  min-width: 179px;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  background: #333333;
  text-align: center;
}

.post-single-author .author-info a:hover {}

.post-single-author .author-info a span {
  margin-left: 9px;
}

.post-meta {
  display: inline-block;
  width: 100%;
  position: relative;
}

.post-meta>* {
  padding-left: 0;
  list-style: none;
}

.info-meta-left {
  float: left;
}

.info-meta-right {
  float: right;
}

.info-meta-right>* {
  display: inline-block;
  vertical-align: middle;
}

.post-meta .info-meta .date {
  display: inline-block;
  color: #b0b0b0;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}

.post-meta .info-meta li:not(:last-child)::before {
  content: '';
  height: 20px;
  border-left: 1px solid #d6d6d6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-meta .info-meta .category {
  display: inline-block;
}

.post-meta .comment {
  color: #000;
  font-size: 12px;
  font-weight: 600;
}

.post-meta .comment span {
  color: #000000;
  font-size: 21px;
  margin-left: 6px;
}

.post-meta .author {
  font-size: 12px;
  color: #72797e;
  text-transform: uppercase;
  font-weight: 600;
  border-right: 1px solid #dae3ea;
  padding-right: 27px;
  margin-right: 15px;
}

.post-meta .author span {
  color: #000;
}

/*blog-grid*/
.content-post.blog-grid+.pagination {
  margin-top: 0;
}

.content-post.blog-grid .post-item {
  margin-bottom: 50px;
  border: none;
  margin-top: 0;
  padding-top: 0;
}

.content-post.blog-grid .post-item .post-meta {
  margin-bottom: 5px;
}

.content-post.blog-grid .post-title {
  font-size: 22px;
  margin-bottom: 21px;
}

.content-post.blog-grid .post-item .post-content {
  margin-bottom: 22px;
}

.content-post.blog-grid .post-meta .author {
  float: left;
  padding-right: 0;
  margin-right: 0;
  border: none;
}

.content-post.blog-grid .post-meta .comment {
  float: right;
}

/*shortcode*/
.nadox-blog.style-1 .post-item .post-thumb {
  margin-bottom: 10px;
}

.post-thumb .thumb-img img {
  width: 100%;
}

.post-thumb .thumb-img {
  display: block;
}

.post-thumb .thumb-img>a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  max-width: 100%;
}

.nadox-blog.style-1 .post-title {
  font-size: 22px;
  line-height: 28px;
  padding: 0;
  margin-bottom: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: normal;
}

.nadox-blog.style-1 .post-title::after {
  display: none;
}

.nadox-blog.style-1 .post-content {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .content-post .post-item {
    margin-top: 10px;
    padding-top: 30px;
  }

  .post-title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 7px;
    margin-bottom: 15px;
  }
}

@media (max-width: 640px) {
  .nadox-blog.style-1 .post-title {
    font-size: 18px;
  }

  .nadox-blog.style-1 .post-title {
    margin-bottom: 7px;
  }

  .info-meta-right {
    float: none;
    display: inline-block;
  }
}

@media (max-width: 479px) {
  .nadox-blog.style-1 .post-content {
    display: none;
  }
}

/*==========*/
.post-pagination-single {
  border-top: 1px solid #e4e9ef;
  border-bottom: 1px solid #e4e9ef;
  padding: 55px 0;
  margin: 48px 0;
}

.post-pagination-single .image {
  width: 120px;
}

.post-pagination-single .content {
  overflow: hidden;
}

.post-pagination-single .content>h2 {
  font-size: 12px;
  letter-spacing: 1px;
  color: #72797e;
  font-weight: 600;
  margin-bottom: 13px;
}

.post-pagination-single .content>h5 {
  font-size: 20px;
  line-height: 28px;
  color: #000;
}

.post-pagination-single>* {
  overflow: hidden;
  width: 50%;
  display: inline-block;
}

.post-pagination-single>*:nth-child(1) .image {
  float: left;
  margin-right: 27px;
}

.post-pagination-single>*:nth-child(1) {
  padding-right: 20px;
}

.post-pagination-single>*:nth-child(2) {
  text-align: right;
  float: right;
  border-left: 1px solid #e4e9ef;
  padding-left: 20px;
}

.post-pagination-single>*:nth-child(2) .image {
  float: right;
  margin-left: 27px;
}

.post-pagination-single>*:nth-child(2) .image a {}

@media (max-width: 1199px) {
  .post-pagination-single .content>h5 {
    display: none;
  }

  .post-pagination-single .post-date {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .post-content {
    margin-bottom: 20px;
  }

  .blog-banner img {
    margin-bottom: 25px;
  }

  .post-pagination-single {
    margin: 20px 0;
    padding: 20px 0;
  }
}

@media (max-width: 640px) {
  .nadox-share-socials {
    float: none;
    display: inline-block;
    width: 100%;
  }

  .post-pagination-single .image {
    width: 100px;
  }

  .post-pagination-single .content {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
  }

  .post-pagination-single .content>h2 {
    margin-bottom: 0;
  }
}

/* ==========================================================================
5.2 BLOG COMMENT
========================================================================== */
/*.comments-area*/
.comments-area {
  display: inline-block;
  width: 100%;
}

.comments-area .comments-title {
  color: #000;
  font-size: 24px;
}

.comments-area .commentlist,
.comments-area .commentlist .children {
  list-style: none;
}

.comments-area .commentlist .children {
  padding-left: 100px;
}

.comments-area .no-comments {
  margin-top: 20px;
}

/*.commentlist*/
.commentlist {
  list-style: none;
  padding-left: 0;
  padding-top: 32px;
}

.commentlist>.comment {}

.comments-area .comment:not(:first-child) {
  border-bottom: 1px solid #e8edf2;
  padding-top: 53px;
}

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

.comment_container {
  overflow: hidden;
  margin-bottom: 40px;
}

.comment_container .avatar {
  float: left;
  max-width: 120px;
}

.comment-text {
  overflow: hidden;
  padding-left: 38px;
  position: relative;
}

.pingback .comment-text {
  padding-left: 0;
}

.comment-text .comment-author {
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 6px;
  padding-right: 45px;
  line-height: 100%;
}

.comment-text .comment-date {
  font-weight: normal;
  font-size: 14px;
  display: block;
  color: #9da8b0;
  margin-bottom: 4px;
}

.comment-text .comment-edit-link,
.comment-text .comment-reply-link {
  position: absolute;
  font-size: 0;
  top: -6px;
}

.comment-text .comment-edit-link:not(:hover),
.comment-text .comment-reply-link:not(:hover) {
  color: #abb7c1;
}

.comment-text .comment-edit-link {
  right: 25px;
}

.comment-text .comment-reply-link {
  right: 0;
}

.comment-text .comment-edit-link::before {
  font-family: 'FontAwesome', sans-serif;
  content: "\f044";
  font-size: 16px;
}

.comment-text .comment-reply-link::before {
  font-family: 'FontAwesome', sans-serif;
  content: '\f112';
  font-size: 16px;
}

.comment-text .comment-content {
  color: #72797e;
}

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

.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  margin-top: 10px;
}

.comment-reply-title {
  color: #000;
}

/*.pingback*/

.pingback {
  padding-bottom: 20px;
}

.pingback>p>a {
  padding-left: 5px;
}

.pingback .edit-link {
  display: inline-block;
}

.pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  padding: 0 5px;
}

/*.comment-respond*/

.commentlist~.comment-respond,
.commentlist .comment-respond {
  margin-top: 40px;
}

.comment-form p {
  margin-bottom: 20px;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
  width: 100%;
  height: 61px;
  line-height: 60px;
  border: 1px solid #e4e9ef;
  font-size: 17px;
}

.comment-form .comment-reply-content {
  float: left;
  margin-bottom: 30px;
  width: calc(50% - 15px);
}

.comment-form .comment-reply-content:nth-child(2) {
  float: right;
}

.comment-form .comment-form-comment {
  display: inline-block;
  width: 100%;
  margin-bottom: 19px;
}

.comment-form .comment-form-comment textarea {
  height: 235px;
  border: 1px solid #e4e9ef;
  color: #72797e;
  font-size: 17px;
}

.comment-form .form-submit {
  margin-top: 20px;
}

.comment-form .form-submit #submit {
  height: 59px;
  line-height: 61px;
  text-align: center;
  background-color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 50px;
}

.comment-form .form-submit #submit:hover {
  opacity: 0.8;
}

.nadox-Reviews .commentlist {
  padding-top: 50px;
}

.nadox-Reviews .comment-form {
  padding-top: 30px;
}

.nadox-Reviews-title {
  display: none;
}

#review_form_wrapper {
  margin-top: 69px;
}

.nadox-Reviews #review_form_wrapper {
  margin-top: 25px;
}

.comment-form .comment-form-rating>label,
.comment-form .comment-form-comment>label {
  font-size: 16px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.required {
  color: red;
}

ol.commentlist>li>.children>li>.comment_container,
ol.commentlist>li>.children>li>.children>li>.comment_container,
ol.commentlist>li>.children>li>.children>li>.children>li>.comment_container,
ol.commentlist>li>.children>li>.children>li>.children>li>.children>li:first-child>.comment_container {
  border-top: 1px solid #e8edf2;
  padding-top: 40px;
}

ol.commentlist>li>.children>li>.children>li>.children>li>.children>li:first-child>.comment_container {
  margin-bottom: 0;
  border-bottom: 1px solid #e8edf2;
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  .post-thumb .quote {
    padding: 30px 40px;
    font-size: 20px;
    line-height: 1.2;
  }

  .post-thumb .quote::before {
    font-size: 20px;
    line-height: 1;
    top: 10px;
    left: 12px;
  }

  .post-single-author {
    padding: 20px 15px;
  }

  .commentlist .children {
    padding-left: 40px;
  }

  .comments-area .commentlist .children {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .comment-form .comment-reply-content {
    width: 100%;
    float: none !important;
  }

  .comment-respond .comment-reply-title {
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    height: auto;
    line-height: 1.2;
  }

  .comment_container {
    margin-bottom: 20px;
  }

  .comments-area .comment:not(:first-child) {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {

  .post-single-author .avatar,
  .comment_container .avatar {
    float: none;
  }

  .post-single-author .author-info,
  .comment-text {
    margin-top: 15px;
    padding-left: 0;
  }

  .comments-area .comment:not(:first-child) {
    padding-top: 20px;
  }

  .comment_container {
    margin-bottom: 10px;
  }

}

@media (max-width: 640px) {
  .commentlist .children {
    padding-left: 20px;
    padding-top: 20px;
    margin-top: 20px;
  }

  .comment:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

/* ==========================================================================
6.0 BANNER + BREADCRUMBS + WIDGET +PAGINATION
========================================================================== */
/* ==========================================================================
6.1 BANNER AND TITLE PAGE
========================================================================== */
.nadox-categories .categories-inner {
  position: relative;
  overflow: hidden;
}

.nadox-categories .title {
  margin: 0;
}

.nadox-categories .categories-thumb {
  margin-bottom: 0;
}

.nadox-categories.style-02 img {
  -webkit-transition: transform 1s ease 0s;
  -moz-transition: transform 1s ease 0s;
  -o-transition: transform 1s ease 0s;
  transition: transform 1s ease 0s;
  border-radius: 50%;
}

.nadox-categories.style-02 .categories-inner:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.nadox-categories.style-02 .title {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 20px;
  font-weight: 600;
  color: #fff;
}

@media (max-width: 767px) {
  .nadox-categories.style-02 .title {
    font-size: 13px;
    margin-top: 10px;
  }
}

.main-container {
  padding-top: 80px;
  padding-bottom: 80px;
}

.main-container.error-404 {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

body.single .main-container {
  padding-top: 0;
}

.banner-wrapper.has_background {
  position: relative;
  background-color: #000;
}

.banner-wrapper.has_background>img {
  min-height: 400px;
  object-fit: cover;
}

.banner-wrapper.has_background .banner-wrapper-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.banner-wrapper.has_background+.page-title {
  margin-top: 40px;
  margin-bottom: 0;
}

.page-title {
  font-weight: normal;
  text-align: center;
  font-size: 42px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
  z-index: 1;
  font-weight: 600;
}

.banner-wrapper.has_background .page-title {
  color: #fff;
}

.page-title::before {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #eeab10;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 1199px) {
  .banner-wrapper.has_background>img {
    min-height: 360px;
  }
}

@media (max-width: 767px) {
  .banner-wrapper.has_background>img {
    min-height: 250px;
  }
}

/* ==========================================================================
6.2 BREADCRUMBS THEME
========================================================================== */
body.single .breadcrumbs {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.breadcrumbs {
  text-align: center;
}

.breadcrumbs .breadcrumb {
  list-style: none;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  display: block;
}

.breadcrumbs .breadcrumb li {
  display: inline-block;
  color: #666666;
  color: #ffffff;
}

.breadcrumbs .breadcrumb li+li::before {
  font-family: 'FontAwesome', sans-serif;
  content: "\f105";
  color: #666666;
  color: #ffffff;
  padding-left: 13px;
  padding-right: 10px;
}

.breadcrumbs .breadcrumb li a:not(:hover) {
  color: #000;
}

.banner-wrapper.has_background .breadcrumbs .breadcrumb li a:not(:hover) {
  color: #fff;
}

.nadox-breadcrumb {
  color: #666666;
}

body.single .nadox-breadcrumb {
  margin-top: 30px;
  margin-bottom: 30px;
}

.nadox-breadcrumb a:not(:hover) {
  color: #000;
}

.nadox-breadcrumb i {
  padding-left: 11px;
  padding-right: 11px;
  color: #868686;
}

@media (max-width: 1199px) {
  .nadox-breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ==========================================================================
6.3 WIDGET THEME
========================================================================== */
.widget ul,
.widget ol {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.widget .screen-reader-text {
  display: none !important;
}

#widget-area .widget {
  border: 2px solid #e4e9ef;
}

#widget-area .widget:not(:last-child) {
  margin-bottom: 35px;
}

#widget-area .widgettitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  padding: 19px 25px 17px;
  margin: -2px;
  text-transform: uppercase;
  margin-bottom: 0;
  border-bottom: 2px solid #e4e9ef;
}

#widget-area .widget ul,
#widget-area .widget ol {
  /*padding: 0 0 9px 0;*/
  list-style: none;
}

#widget-area .widget ul.latest-post {
  border-bottom: none;
  padding-bottom: 0;
}

#widget-area .widget ul ul,
#widget-area .widget ul ol,
#widget-area .widget ol ol,
#widget-area .widget ol ul {
  border-bottom: none;
}

#widget-area .widget ul li {
  list-style: none;
  padding: 15px 20px;
  font-size: 14px;
  color: #000;
  line-height: 22px;
}

#widget-area .widget>ul>li:first-child {
  margin-top: 2px;
}

.widget.widget_nav_menu .menu-testing-menu-container,
.widget.widget_archive>ul,
.widget.widget_pages>ul,
.widget.widget_meta>ul,
.widget.widget_recent_comments>ul {
  padding-bottom: 15px;
  padding-top: 15px;
}

#widget-area .widget_nav_menu ul li {
  padding: 15px 0 13px 20px;
}

#widget-area .widget_nav_menu .menu-testing-menu-container>ul li:nth-child(2) ul li:nth-child(2) {
  padding: 0 13px;
}

#widget-area .widget p:last-child {
  margin-bottom: 0;
}

#widget-area .widget label:not(.screen-reader-text) {
  width: 100%;
  margin: 15px 0;
}

.widget_text .textwidget>*:not(:last-child) {
  margin: 0 20px;
}

.widget_tag_cloud .tagcloud {
  margin: 20px;
}

.tagcloud a {
  font-size: 14px !important;
  text-transform: capitalize !important;
}

/*widget_product_categories*/

#widget-area .widget_product_categories .widgettitle {
  margin-bottom: 0;
}

.widget_product_categories .dropdown_product_cat {
  margin: 8px;
  max-width: 300px;
}

.widget_product_categories .cat-item {
  position: relative;
  line-height: 26px;
  padding-right: 10px;
}

.widget_product_categories .product-categories>.cat-item:not(:last-child) {
  border-bottom: 1px solid #e4e9ef;
}

.widget_product_categories .cat-item .children {
  display: none;
  position: relative;
}

.widget_product_categories .cat-item .children .cat-item::before {
  left: 0;
}

.widget_product_categories .product-categories {
  padding: 0;
}

.widget_product_categories .cat-item .carets {
  position: absolute;
  top: 3px;
  right: 25px;
  width: 10px;
  text-align: right;
  cursor: pointer;
  color: #9ca3ab;
}

.widget_product_categories .cat-item .carets::before {
  display: inline-block;
  font-size: 17px;
  color: #bcbcbc;
  line-height: 44px;
  content: "\f105";
  font-family: 'FontAwesome', sans-serif;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.widget_product_categories .cat-item.show-sub>.carets::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.widget_product_categories .cat-item label {
  margin: 0 !important;
  font-weight: 400;
}

.widget_product_categories input[type="checkbox"] {
  display: none;
}

.widget_product_categories input[type="checkbox"]:checked~span {
  color: #eeab10;
}

/*widget_media_image*/
#widget-area .widget.widget_media_image {
  border: none;
  padding: 0;
}

/*nadox-widget-layered-nav-dropdown*/

#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 5px;
}

#widget-area .widget .select2-container .select2-search--inline {
  padding: 0;
}

#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
  color: #fff;
}

#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}

.nadox-widget-layered-nav-dropdown .nadox-widget-layered-nav-dropdown__submit {
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-top: 8px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nadox-widget-layered-nav-dropdown .nadox-widget-layered-nav-dropdown__submit:hover {
  opacity: 0.8;
}

#widget-area .widget_layered_nav .nadox-widget-layered-nav-list {
  padding-top: 23px;
  padding-bottom: 23px;
}

#widget-area .widget_layered_nav .nadox-widget-layered-nav-list>li {
  padding: 9px 25px 7px;
}

#widget-area .widget_layered_nav label {
  padding: 15px 20px 13px;
  margin: 0 !important;
  font-size: 14px;
  color: #000;
  line-height: 22px;
  border-bottom: 1px solid #e4e9ef;
  font-weight: 400;
}

#widget-area .widget_layered_nav label input[type="checkbox"],
#widget-area .widget_layered_nav label i {
  display: none;
}

#widget-area .widget_layered_nav label input[type="checkbox"]:checked~span {
  color: #eeab10;
}

#widget-area .widget_layered_nav label:last-child {
  border-bottom: 0;
}

/*.widget_price_filter*/
.widget_price_filter>form {
  margin: 20px;
}

.widget_price_filter .price_label {
  margin-top: 29px;
  color: #000;
  margin-bottom: 30px;
}

.widget_price_filter .button {
  width: 100%;
  height: 42px;
  line-height: 44px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 32px;
  background-color: #eeab10;
}

.widget_price_filter .button:hover {
  opacity: 0.8;
}

.widget_price_filter .price_slider {
  position: relative;
  height: 4px;
  width: 100%;
  margin-top: 38px;
  background-color: #dde4ea;
}

.widget_price_filter .ui-slider-range {
  height: 4px;
  position: absolute;
  top: 0;
  background-color: #eeab10;
}

.widget_price_filter .ui-slider-handle {
  display: inline-block;
  position: absolute;
  top: -13px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}

.widget_price_filter .price_slider .ui-slider-handle:last-child {
  /*top: -8px;*/
  margin-left: -12px;
}

.widget_price_filter .ui-slider-handle:after {
  content: "\f0d7";
  font-family: 'FontAwesome', sans-serif;
  color: #000;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}

/*widget_search*/
.widget_search .search-form {
  position: relative;
  margin: 8px;
}

.post-password-form input[type="password"] {
  padding-top: 4px;
}

/*widget_widget_text*/
.widget_archive select {
  border: none;
  margin-top: 4px;
}

.widget_categories form,
.widget_archive form,
.widget_text form {
  margin: 8px;
}

.widget_text select {
  border: 1px solid #e4e9ef;
}

.widget_calendar table {
  border: none;
}

.widget_calendar table tr td:first-child,
.widget_calendar table tr th:first-child {
  border-left: none;
}

.widget_calendar table tr th:last-child,
.widget_calendar table tr td:last-child {
  border-right: none;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

/*widget_categories*/
.widget-area>.widget_categories ul li {
  border-bottom: 1px solid #e4e9ef;
}

.widget-area>.widget_categories ul ul li {
  border-top: 1px solid #e4e9ef;
  border-bottom: none;
}

.widget-area>.widget_categories ul li:last-child {
  border-bottom: none;
}

.widget-area>.widget_nadox_nav_menu ul ul,
.widget-area>.widget_product_categories ul ul,
.widget-area>.widget_nav_menu ul ul,
.widget-area>.widget_layered_nav ul ul,
.widget-area>.widget_rss ul ul,
.widget-area>.widget_recent_entries ul ul,
.widget-area>.widget_recent_comments ul ul,
.widget-area>.widget_meta ul ul,
.widget-area>.widget_pages ul ul,
.widget-area>.widget_categories ul ul,
.widget-area>.widget_archive ul ul {
  margin: 15px 0 -15px;
}

.widget-area>.widget_categories ul ul,
.widget-area>.widget_nav_menu ul ul {
  margin: 15px 0 -13px;
}

.widget-area>.widget_categories ul ul {
  margin-right: -25px;
  margin-left: -25px;
}

.widget-area>.widget_categories ul li li ul a {
  padding-left: 50px !important;
}

.widget-area>.widget_categories ul ul li a {
  padding-left: 25px;
}

/*widget-nadox-socials*/

.widget-nadox-socials .socials-list {
  padding-top: 13px;
}

.widget-nadox-socials .socials-list li {
  padding: 8px 0 20px 20px !important;
  display: inline-block;
}

.widget-nadox-socials .socials-list li:last-child {
  padding-right: 0;
}

.widget-nadox-socials .socials-list li a {
  display: block;
  width: 46px;
  height: 46px;
  background-color: #333333;
  color: #fff;
  font-size: 0;
  text-align: center;
  border-radius: 50%;
}

.widget-nadox-socials .socials-list li a:hover {
  background-color: #eeab10;
}

.widget-nadox-socials .socials-list li a span {
  font-size: 16px;
  line-height: 46px;
}

/*widget-nadox-mailchimp*/
.widget-nadox-mailchimp .newsletter-form-wrap {
  padding: 27px 20px 31px;
}

.widget-nadox-mailchimp .newsletter-form-wrap .email-newsletter {
  color: #72797e;
  font-size: 14px;
  min-width: inherit;
  border: 2px solid #e4e9ef;
  margin-bottom: 23px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  padding-top: 4px;
}

.widget-nadox-mailchimp .newsletter-form-wrap .submit-newsletter {
  color: #fff;
  width: 100%;
  font-size: 13px;
  letter-spacing: 1px;
  position: static;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
}

.widget-nadox-mailchimp .newsletter-form-wrap .submit-newsletter:before {
  display: none;
}

.widget-nadox-mailchimp .newsletter-form-wrap .submit-newsletter:hover {
  opacity: 0.5;
}

.widget-nadox-mailchimp .newsletter-form-wrap.processing::after {
  top: 48px;
}

.widget-nadox-mailchimp .return-message {
  margin-top: 0;
}

/*.widget-nadox-instagram*/

.widget-nadox-instagram .content-instagram {
  padding: 20px;
  margin: -7px;
  display: inline-block;
  margin-top: 0;
}

.widget-nadox-instagram .content-instagram .item {
  float: left;
  width: 33.3333333%;
  padding: 7px;
}

.widget-nadox-instagram .content-instagram .item:hover img {
  opacity: 0.5;
}

/*widget-nadox-post*/
.widget-nadox-post article {
  overflow: hidden;
  padding: 23px 20px;
}

.widget-nadox-post article:not(:last-child) {
  position: relative;
  border-bottom: 1px solid #e4e9ef;
}

.widget-nadox-post .post-item-inner::before {
  display: none;
}

.widget-nadox-post .post-thumb {
  float: left;
  width: 80px;
}

.widget-nadox-post .post-thumb {
  border: 1px solid #e4e9ef;
}

.widget-nadox-post .post-info {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 0;
}

.widget-nadox-post .post-title {
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 0;
  margin-bottom: 10px;
  margin-top: -1px;
}

.widget-nadox-post .post-title::after {
  display: none;
}

.widget-nadox-post .date {
  font-size: 14px;
  line-height: 16px;
  color: #72797e;
}

/*.widget .product_list_widget*/

.product_list_widget li:not(.mini_cart_item) {
  border-bottom: none;
  display: inline-block;
  width: 100%;
}

.widget.widget_text .textwidget strong {
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-top: 2px;
}

@media (min-width: 992px) {
  .main-content+.sidebar {
    margin-bottom: 17px;
  }

  .left-sidebar .sidebar {
    order: -1;
  }
}

@media (max-width: 991px) {
  #widget-area {
    padding-top: 35px;
  }

  #widget-area .widget.widget_media_image {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .widget-nadox-instagram .content-instagram .item img {
    width: 100%;
  }

  #widget-area .widget.widget_media_image {
    text-align: center;
  }
}

/* ==========================================================================
6.4 PAGINATION THEME
========================================================================== */
.navigation .screen-reader-text {
  display: none;
}

.comments-pagination,
.pagination {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e4e9ef;
  padding-top: 54px;
  margin-top: 35px;
}

.comments-pagination {
  margin-top: 35px;
}

.comments-pagination .nav-links,
.nadox-pagination,
.pagination .nav-links,
.post-pagination {
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #e4e9ef;
  display: inline-block;
}

.nadox-pagination .page-numbers,
.post-pagination>*,
.comments-pagination .page-numbers,
.post-pagination>span:not(.title),
.post-pagination a span,
.pagination .page-numbers {
  color: #9fa7ad;
  display: inline-block;
  min-width: 52px;
  height: 39px;
  line-height: 41px;
  padding: 0 3px;
  vertical-align: top;
  text-align: center;
  float: left;
}

.nadox-pagination .page-numbers:not(:last-child),
.post-pagination>*:not(:last-child),
.comments-pagination .page-numbers:not(:last-child),
.post-pagination a span:not(:last-child),
.pagination .page-numbers:not(:last-child) {
  border-right: 1px solid #e4e9ef;
}

.post-pagination {
  margin-top: 10px;
}

.nadox-pagination .page-numbers.current,
.nadox-pagination .page-numbers:hover,
.comments-pagination .page-numbers.current,
.comments-pagination a.page-numbers:hover,
.post-pagination>span:not(.title),
.post-pagination a span:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  color: #000;
}

.nadox-pagination .page-numbers.prev,
.nadox-pagination .page-numbers.next,
.comments-pagination .page-numbers.prev,
.comments-pagination .page-numbers.next,
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  font-size: 0;
  line-height: 37px;
}

.nadox-pagination .page-numbers.prev::before,
.comments-pagination .page-numbers.prev::before,
.pagination .page-numbers.prev::before {
  font-family: 'FontAwesome', sans-serif;
  content: "\f104";
  font-size: 17px;
}

.nadox-pagination .page-numbers.next::before,
.comments-pagination .page-numbers.next::before,
.pagination .page-numbers.next::before {
  font-family: 'FontAwesome', sans-serif;
  content: "\f105";
  font-size: 17px;
}

.post-pagination>span.title {
  display: none;
}

@media (max-width: 767px) {
  .pagination {
    padding-top: 34px;
  }
}

/* ==========================================================================
7.0 SHOP THEME
========================================================================== */
ul.products {
  list-style: none;
  padding-left: 0;
}

ul.products li.product-category {
  width: 33.3333333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  margin-bottom: 30px;
}

ul.products li.product-category:nth-child(3n+1) {
  clear: left;
}

ul.products li.product-category a .nadox-loop-category__title {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0;
}

ul.products li.product-category a .nadox-loop-category__title mark {
  background-color: transparent;
  color: inherit;
  padding: 0;
}

@media (max-width: 1199px) {
  ul.products li.product-category {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  ul.products li.product-category {
    margin-bottom: 10px;
    width: 50%;
  }

  ul.products li.product-category:nth-child(3n+1) {
    clear: none;
  }

  ul.products li.product-category:nth-child(2n+1) {
    clear: left;
  }
}

/* ==========================================================================
7.1 SHOP CONTROL
========================================================================== */
/*shop-control*/
.shop-control::before,
.shop-control::after {
  content: '';
  display: table;
}

.shop-control::after {
  clear: both;
}

.grid-view-mode {
  margin-bottom: 10px;
  display: inline-block;
}

.grid-view-mode>form {
  display: inline-block;
}

.grid-view-mode .modes-mode {
  background-color: transparent;
  width: 43px;
  height: 43px;
  line-height: 39px;
  color: #868686;
  border: 2px solid #e4e9ef;
  margin-right: 7px;
  padding: 11px 10px;
  vertical-align: top;
  display: inline-block;
}

.grid-view-mode .modes-mode.mode-list {
  padding: 11px 7px;
}

.grid-view-mode .modes-mode:hover,
.grid-view-mode .modes-mode:focus,
.grid-view-mode .modes-mode:active,
.grid-view-mode .modes-mode.active {
  color: #eeab10;
  border-color: #eeab10;
}

.grid-view-mode .modes-mode .button-inner {
  font-size: 0;
  position: relative;
}

/*mode-grid*/
.grid-view-mode .modes-mode.mode-grid .button-inner {
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 2px;
}

.grid-view-mode .modes-mode.mode-grid .button-inner span {
  display: block;
  position: absolute;
  left: 6px;
  width: 4px;
  border-bottom: 4px solid;
}

.grid-view-mode .modes-mode.mode-grid .button-inner span:first-child {
  top: 0;
}

.grid-view-mode .modes-mode.mode-grid .button-inner span:nth-child(2) {
  top: 6px;
}

.grid-view-mode .modes-mode.mode-grid .button-inner span:nth-child(3) {
  bottom: 0;
}

.grid-view-mode .modes-mode.mode-grid .button-inner span::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 0;
  width: 4px;
  border-bottom: 4px solid;
  display: block;
}

.grid-view-mode .modes-mode.mode-grid .button-inner span::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 0;
  width: 4px;
  border-bottom: 4px solid;
  display: block;
}

/*mode-list*/
.grid-view-mode .modes-mode.mode-list .button-inner {
  width: 22px;
  height: 16px;
  display: block;
  margin-left: 2px;
}

.grid-view-mode .modes-mode.mode-list .button-inner span {
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  border-bottom: 4px solid;
}

.grid-view-mode .modes-mode.mode-list .button-inner span:first-child {
  top: 0;
}

.grid-view-mode .modes-mode.mode-list .button-inner span:nth-child(2) {
  top: 6px;
}

.grid-view-mode .modes-mode.mode-list .button-inner span:nth-child(3) {
  top: 12px;
}

.grid-view-mode .modes-mode.mode-list .button-inner span::before {
  content: '';
  position: absolute;
  top: 1px;
  right: -18px;
  width: 15px;
  border-bottom: 2px solid;
}

.nadox-ordering,
.per-page-form {
  vertical-align: top;
  text-align: left;
  display: inline-block;
  margin-bottom: 10px;
}

.nadox-ordering~.per-page-form {
  padding-left: 9px;
}

.nadox-ordering select,
.per-page-form select {
  border: 2px solid #e4e9ef;
  line-height: 39px;
  padding: 0 42px 0 22px;
  height: 43px;
}

.per-page-form label {
  margin-bottom: 0;
}

.per-page-form label:nth-child(2) {
  display: none;
}

.shop-before-control {
  text-align: right;
  padding-bottom: 30px;
}

.shop-before-control .grid-view-mode {
  float: left;
}

.shop-after-control {
  width: 100%;
  text-align: right;
  overflow: hidden;
  padding-top: 20px;
}

.shop-after-control .nadox-pagination {
  float: left;
}

.shop-after-control .nadox-result-count {
  float: right;
  border: 2px solid #e4e9ef;
  border-radius: 0;
  line-height: 39px;
  padding: 0 22px;
  height: 43px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .shop-after-control .nadox-pagination {
    margin-bottom: 10px;
    text-align: left;
  }

  .shop-before-control {
    padding-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .shop-before-control {
    text-align: center;
  }

  .shop-before-control .grid-view-mode {
    float: none;
    text-align: left;
  }

  .grid-view-mode,
  .nadox-ordering,
  .per-page-form {
    padding-left: 0 !important;
    width: 100%;
  }

  .per-page-form label,
  .nadox-ordering select,
  .per-page-form select {
    width: 100%;
  }

  .shop-after-control .nadox-result-count {
    width: 100%;
    text-align: center;
  }
}

/* ==========================================================================
7.2 PRODUCT ITEM
========================================================================== */
.product-item .variations select,
.product-item .variations .data-val[data-attributetype="select"],
.product-item .variations .reset_variations {
  display: none !important;
}

a.compare .blockUI.blockOverlay {
  z-index: 8 !important;
  cursor: wait !important;
  background: none !important;
  opacity: 1 !important;
  height: 30px !important;
  margin: auto !important;
  top: 0 !important;
  bottom: 0 !important;
}

a.yith-wcqv-button .blockUI.blockOverlay {
  z-index: 8 !important;
  cursor: wait !important;
  background: none !important;
  opacity: 1 !important;
  text-align: center;
  height: 30px !important;
  margin: auto !important;
  top: 0 !important;
  bottom: 0 !important;
}

a.compare .blockUI.blockOverlay::before,
a.yith-wcqv-button .blockUI.blockOverlay::before {
  margin-top: -5px;
  display: block;
  font-family: "FontAwesome", sans-serif;
  content: "\f110";
  font-size: 30px;
  line-height: 40px;
  -webkit-animation: fa-spin 1.5s infinite linear;
  -o-animation: fa-spin 1.5s infinite linear;
  animation: fa-spin 1.5s infinite linear;
}

.add-to-cart>a.added {
  display: none !important;
}

.button.loading::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
  margin: auto;
  font-family: "FontAwesome", sans-serif;
  content: "\f110";
  font-weight: 400;
  -webkit-animation: fa-spin 1.5s infinite linear;
  -o-animation: fa-spin 1.5s infinite linear;
  animation: fa-spin 1.5s infinite linear;
}

.cat-list {
  font-size: 12px;
  color: #999999;
}

.cat-list a:not(:hover) {
  color: inherit;
}

.onnew,
.onsale {
  font-weight: 500;
  font-size: 12px;
  display: block;
  height: 23px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 1;
  letter-spacing: 1px;
  padding: 0 7px;
  top: 20px;
  text-transform: uppercase;
}

.onnew {
  left: 15px;
  background-color: #21dd71;
}

.onsale {
  right: 0;
  background-color: #f44336;
  padding: 0 15px;
}

.product-name {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 5px;
}

.price {
  display: inline-block;
  color: #000;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 700;
}

.price del {
  color: #aaaaaa;
  font-size: 14px;
}

.price ins {
  float: left;
  margin-right: 5px;
  color: #eeab10;
  text-decoration: none;
}

.product-inner,
.product-thumb,
.thumb-link {
  position: relative;
}

.product-inner .second-image {
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}

.product-inner .product-thumb:hover .second-image {
  opacity: 1;
  visibility: visible;
}

.product-info {
  overflow: hidden;
}

.product-item .product-thumb {
  border: 1px solid #e4e9ef;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.product-item .product-thumb img {
  margin: 0 auto;
}

.product-item .compare-button a:after,
.product-item .add-to-cart a:after,
.product-item .yith-wcqv-button:after,
.yith-wcwl-add-to-wishlist a::before,
.entry-summary .compare.button:after {
  font-family: 'Flaticon', sans-serif;
  content: "\f10c";
  font-size: 21px;
  color: #939ea6;
  transition: all .5s ease-out;
}

.product-item .compare-button a:after,
.product-item .yith-wcwl-add-to-wishlist a::before,
.product-item .add-to-cart a:after,
.product-item .yith-wcqv-button:after {
  color: #939ea6 !important;
}

.product-item .add-to-cart a:not(.product_type_simple):not(.added_to_cart):after {
  content: '\f1de';
  font-family: 'FontAwesome';
  font-size: 17px;
}

.product-item .yith-wcqv-button:after {
  content: "\f10b";
}

.product-item .compare-button a:after,
.entry-summary .compare.button:after {
  content: "\f107";
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.yith-wcwl-add-to-wishlist a {
  display: block;
}

.yith-wcwl-add-to-wishlist a::before {
  content: "\f10d";
}

.yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

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

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
  max-height: 38px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button>img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px !important;
  height: 20px !important;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.product-item .group-button .add-to-cart .added_to_cart:after {
  content: "\f11b";
  font-family: 'Flaticon';
}

/*-----product-style-2-----*/
.nadox-products.style-2 .nadox-title {
  font-size: 20px;
  color: #333333;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid #eeab10;
  padding-bottom: 23px;
  margin-bottom: 38px;
}

.product-item.style-2 .product-thumb {
  float: left;
  width: 90px;
  margin-right: 18px;
  margin-bottom: 0;
}

.product-item.style-2 .product-name {
  margin: 0;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: 2px;
}

.product-item.style-2 .price {
  margin-bottom: 4px;
}

/*-----product-style-3-----*/
.list-attribute {
  padding-left: 0;
  list-style: none;
  margin-bottom: 24px;
}

.list-attribute li {
  font-size: 14px;
  color: #72797e;
}

.list-attribute li:not(.photo) a:before {
  display: inline-block;
  font-family: 'FontAwesome', sans-serif;
  content: "\f105";
  margin-right: 14px;
  font-size: 17px;
}

/*-----product-style-4-----*/
.product-item.style-4 .product-thumb {
  margin-bottom: 30px;
}

.product-item.style-4 .variations_form {
  position: absolute;
  bottom: -7px;
}

.product-item.style-4 .variations .data-val[data-attributetype="box_style"] {
  margin-bottom: -5px;
}

.product-item.style-4 .price {
  margin-bottom: 3px;
}

.product-item.style-4 .price ins {
  color: #eeab10;
  margin-right: 14px;
}

.product-item.style-4 .price del {
  color: #8f969b;
}

.product-item.style-4 .group-shipping .shiping-class:before {
  font-weight: normal;
  display: inline-block;
  content: '';
  background-color: #ced7df;
  width: 22px;
  height: 1px;
  margin-right: 12px;
  vertical-align: middle;
}

.product-item.style-4 .group-shipping .shiping-class {
  color: #8f969b;
  font-size: 14px;
  margin-bottom: 9px;
  display: inline-block;
}

.product-item.style-4 .product-name {
  margin-bottom: 24px;
}

.product-item.style-4 .add-to-cart {
  text-align: center;
  display: block;
}

.product-item.style-4 .add-to-cart a {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  height: 66px;
  line-height: 64px;
  background-color: #000000;
  font-weight: 600;
}

.product-item.style-4 .add-to-cart a:after {
  content: "\f105" !important;
  margin-left: 15px;
  color: #fff !important;
  font-family: "FontAwesome", sans-serif !important;
  font-size: 17px;
}

.product-item.style-4 .add-to-cart:hover a:after {
  color: #fff !important;
}

/*-----product-style-4-----*/
.nadox-products.style-4 .nadox-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 43px;
  position: relative;
}

.nadox-products.style-4 .nadox-title span {
  position: relative;
  background-color: #fff;
  display: inline-block;
  z-index: 1;
  padding-right: 15px;
}

/*-----product-style-5-----*/
.product-item.style-5 .product-thumb {
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.product-item.style-5 .product-info {
  text-align: center;
  border: 1px solid #e4e9ef;
  border-top: none;
  padding: 57px 80px 40px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.product-item.style-5 .price {
  font-size: 26px;
}

.product-item.style-5 .product-name {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 29px;
}

/*-----product-style-list-----*/
.product-item.list .product-inner>* {
  display: inline-block;
  vertical-align: top;
}

.product-item.list .product-thumb {
  width: 320px;
  margin-right: 40px;
  margin-bottom: 0;
}

.product-item.list .product-info {
  max-width: 300px;
  margin-top: -5px;
}

.product-item.list .list-attribute li:first-child {
  margin-top: -10px;
}

.product-item.list .rating-wapper {
  margin-bottom: 27px;
}

.product-item.list .group-button {
  position: static;
}

.product-item.list .group-button>* {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-bottom: 5px;
  margin-right: 8px;
}

.product-item.list .group-button>*:last-child {
  margin-right: 0;
}

.product-item.list .list-attribute {
  float: right;
  padding-left: 35px;
  border-left: 1px solid #e8edf2;
  margin-left: 15px;
  max-width: 320px;
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .product-item:not(.style-5) .product-inner:hover .product-thumb {
    transition: all .5s ease-out;
  }
}

@media (min-width: 1367px) {
  .product-item.list .list-attribute {
    min-height: 295px;
  }
}

@media (min-width: 1500px) {
  .product-item.list .list-attribute {
    min-height: 316px;
  }
}

@media (max-width: 1500px) and (min-width: 992px) {
  .product-item.list .product-thumb {
    width: 300px;
    margin-right: 30px;
  }
}

@media (max-width: 1366px) and (min-width: 1200px) {
  .product-item.list .product-thumb {
    width: 250px;
    margin-right: 20px;
  }

  .product-item.list .product-info {
    max-width: 257px;
  }
}

@media (max-width: 1199px) {
  .nadox-products.style-4 .nadox-title {
    margin-bottom: 20px;
  }

  .product-item.list .product-info {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .product-item.style-5 .product-info {
    padding: 57px 40px 60px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .product-item.style-2 .product-thumb {
    float: none;
    margin-bottom: 10px;
    width: 200px;
  }

  .recent-product-woo .product-item.style-2 .product-thumb {
    float: left;
    margin-bottom: 0;
    width: 90px;
  }
}

@media (max-width: 991px) {
  .product-item.style-5 .product-info {
    padding: 20px 10px 20px;
  }

  .product-item.style-5 .product-name {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .product-item.style-4 .product-thumb {
    margin-bottom: 10px;
  }

  .product-item.style-4 .product-name {
    margin-bottom: 15px;
  }

  .product-item.style-5 .product-name,
  .product-name {
    font-size: 14px;
    line-height: 18px;
  }

  .product-item.style-4 .add-to-cart a {
    font-size: 13px;
    height: 35px;
    line-height: 32px;
  }

  .product-item.style-5 .price {
    font-size: 17px;
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {

  .product-item.style-4 .add-to-cart a:after,
  .product-item.style-4 .group-shipping .shiping-class,
  .list-attribute {
    display: none;
  }

  .product-item.style-4 .price {
    margin-bottom: 0;
  }

  .price {
    font-size: 17px;
    margin-bottom: 0;
    max-height: 28px;
    display: table;
  }

  .product-item.style-5 .price {
    margin: 0 auto;
  }

  .product-item.style-4 .product-thumb {
    margin-bottom: 5px;
  }

  .product-item.style-4 .product-name {
    margin-bottom: 10px;
  }

  .product-item.style-4 .add-to-cart a {
    line-height: 37px;
  }

  .product-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 3px;
  }

  .nadox-products.style-4 .nadox-title {
    font-size: 18px;
  }

  .onnew,
  .onsale {
    top: 10px;
  }

  .nadox-products.style-2 .nadox-title {
    padding-bottom: 8px;
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {}

/*----- STAR RATING -----*/
.star-rating {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.star-rating.no-rate {
  display: none;
}

.star-rating>span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  background-color: #fff;
}

.star-rating::before,
.star-rating>span::before {
  display: inline-block;
  float: left;
  font-family: FontAwesome, sans-serif;
  content: "\f005\f005\f005\f005\f005";
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5em;
  color: #222;
}

.star-rating>span::before {
  color: #ed8a19;
}

.rating-wapper {
  font-size: 14px;
  line-height: 14px;
  padding: 3px 0;
}

.rating-wapper .review {
  display: inline-block;
  vertical-align: top;
  color: #878f96;
  margin-left: 7px;
}

/*quickview*/
#yith-quick-view-close {
  line-height: 22px;
}

html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
  overflow: hidden;
}

#yith-quick-view-modal {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1400;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#yith-quick-view-modal:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

#yith-quick-view-modal .yith-quick-view-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

#yith-quick-view-modal .yith-wcqv-wrapper {
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
  width: calc(100% - 30px) !important;
  height: auto !important;
  max-width: 900px;
  max-height: calc(100% - 30px);
  overflow-y: auto;
}

#yith-quick-view-modal.open .yith-wcqv-main {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  height: 100%;
  position: relative;
  box-shadow: none;
  overflow: hidden;
}

#yith-quick-view-modal .yith-wcqv-main {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  background-color: transparent;
  padding: 10px;
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
  visibility: visible;
  opacity: 1;
}

#yith-quick-view-modal #yith-quick-view-content {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 30px;
}

#yith-quick-view-modal #yith-quick-view-content:after,
#yith-quick-view-modal #yith-quick-view-content:before {
  content: '';
  display: table;
  clear: both;
}

#yith-quick-view-modal #yith-quick-view-content>.product {
  position: relative;
  overflow: hidden;
}

#yith-quick-view-modal .nadox-product-gallery {
  float: none !important;
  margin-bottom: 0;
}

#yith-quick-view-modal .nadox-product-gallery a {
  pointer-events: none;
}

#yith-quick-view-close {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: auto;
  right: 2px;
  margin: 0;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  color: #888895;
  opacity: 1;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-color: #fff;
}

#yith-quick-view-close::before,
#yith-quick-view-close::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 12px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  background-color: #868686;
  border-radius: 3px;
}

#yith-quick-view-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#yith-quick-view-content div.images {
  width: calc(50% - 20px);
  float: left !important;
  opacity: 1 !important;
  margin-right: 20px;
}

#yith-quick-view-content div.summary {
  margin: 0;
  padding: 15px;
  width: 50%;
  float: left;
}

#yith-quick-view-modal div.entry-summary {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  height: auto;
  overflow-y: auto;
}

#yith-quick-view-content div.nadox-product-rating {
  padding-bottom: 18px;
  border-bottom: 1px solid #e6e6e6;
}

#yith-quick-view-content div.nadox-product-rating:after,
#yith-quick-view-content div.nadox-product-rating:before {
  content: '';
  display: table;
  clear: both;
}

#yith-quick-view-content div.nadox-product-rating a.nadox-review-link {
  display: none;
}

#yith-quick-view-content .entry-summary .nadox-product-details__short-description {
  margin-bottom: 10px;
}

#yith-quick-view-content .onsale,
#yith-quick-view-content .onnew {
  left: 0;
}

#yith-quick-view-content .onsale:after {
  content: "";
  height: 0;
  width: 0;
  left: 100%;
  top: 0;
  position: absolute;
  border-bottom: 23px solid #eeab10;
  border-right: 17px solid transparent !important;
  border-left: 0 solid transparent !important;
}

#yith-quick-view-content .entry-summary .entry-title {
  margin-top: 2px;
}

body.admin-bar #yith-quick-view-modal {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar #yith-quick-view-modal {
    top: 46px;
  }
}

@media (max-width: 600px) {
  body.admin-bar #yith-quick-view-modal {
    top: 0;
  }

  #yith-quick-view-modal #yith-quick-view-content {
    padding: 15px;
  }
}

@media (max-width: 479px) {
  #yith-quick-view-modal #yith-quick-view-content label {
    color: inherit;
  }

  #yith-quick-view-content div.images,
  #yith-quick-view-content div.summary {
    margin: 0 auto;
    width: 100%;
    float: none !important;
  }

  #yith-quick-view-modal .yith-wcqv-wrapper {
    height: 60vh !important;
  }

  #yith-quick-view-modal #yith-quick-view-content {
    overflow-y: auto;
  }

  #yith-quick-view-modal #yith-quick-view-content>.product,
  #yith-quick-view-modal #yith-quick-view-content>*>.product {
    position: relative;
  }

  #yith-quick-view-modal div.entry-summary {
    z-index: 1;
    position: static;
  }
}

/*group-button*/
.group-button {
  position: absolute;
  bottom: 17px;
  right: 13px;
  font-size: 0;
  z-index: 2;
}

.group-button>* {
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  margin-bottom: 6px;
  border: 1px solid #ccd3da;
  border-radius: 4px;
}

.group-button>*:hover {
  border-color: #333;
  transition: all 0s ease-out !important;
  transition-delay: 0s !important;
}

.product-item .compare-button:hover a:after,
.product-item .add-to-cart:hover a:after,
.product-item .yith-wcqv-button:hover:after,
.yith-wcwl-add-to-wishlist:hover a::before {
  color: #333 !important;
  transition: all 0s ease-out;
}

.group-button .add-to-cart a,
.product-item .compare-button a,
.product-item.style-4 .group-button .add-to-cart a {
  display: block;
  max-height: 38px;
  position: relative;
}

.product-item.style-4 .group-button .add-to-cart a {
  font-size: 0;
  background-color: transparent !important;
  height: 38px;
  line-height: 36px;
  letter-spacing: 0;
  font-weight: normal;
}

.product-item.style-4 .group-button .add-to-cart a:after {
  content: "\f10c" !important;
  font-family: 'Flaticon' !important;
  font-size: 21px;
  margin-left: 0;
  color: #939ea6 !important
}

.product-item.style-4 .group-button .add-to-cart a:not(.product_type_simple):not(.added_to_cart):after {
  content: '\f1de' !important;
  font-family: 'FontAwesome' !important;
  font-size: 17px;
}

.product-item.style-4 .group-button .add-to-cart .added_to_cart:after {
  content: "\f11b" !important;
  font-family: 'Flaticon';
}

.product-item.style-4 .group-button .add-to-cart a:hover:after {
  color: #333 !important;
}

.nadox-products.style-4 .view-cat a {
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  height: 60px;
  line-height: 60px;
  background-color: #000;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
}

.nadox-products.style-4 .view-cat a:hover {
  background-color: #eeab10;
}

.nadox-products.style-4 .view-cat a::after {
  content: "\f105" !important;
  margin-left: 15px;
  color: #fff !important;
  font-family: "FontAwesome", sans-serif !important;
  font-size: 17px;
}

.group-button>*:last-child {
  margin-bottom: 0;
}

.product-item .clear {
  display: none !important;
}

.variations .data-val[data-attributetype="box_style"] {
  margin: 0 0 -5px 0;
  display: block;
}

.product-item:not(.style-4) .variations_form {
  bottom: -7px;
}

.variations .data-val a:not(.photo) {
  width: 11px;
  height: 11px;
  border: none;
  line-height: 11px;
  min-width: 11px;
  margin: 4px;
}

.variations .reset_variations {
  font-size: 14px;
  margin-left: 20px;
}

.product-item.list .product-inner .product-thumb .group-button {
  display: none;
}

.product-item:not(.list) .product-inner .list-attribute,
.product-item:not(.list) .product-inner .product-info .group-button {
  display: none;
}

/*addtocart*/
@media (min-width: 1025px) {
  .product-item:not(.list) .group-button>* {
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-out;
  }

  .product-item:not(.list) .group-button>*:nth-child(1) {
    transition-delay: .1s;
  }

  .product-item:not(.list) .group-button>*:nth-child(2) {
    transition-delay: .2s;
  }

  .product-item:not(.list) .group-button>*:nth-child(3) {
    transition-delay: .3s;
  }

  .product-item:not(.list) .group-button>*:nth-child(4) {
    transition-delay: .4s;
  }

  .product-item:not(.list) .group-button>*:nth-child(5) {
    transition-delay: .5s;
  }

  .product-item:not(.list) .product-inner:hover .group-button>* {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .product-item.list .product-thumb {
    margin-bottom: 20px;
    width: 300px;
    margin-right: 12px;
  }

  .product-item.list .list-attribute {
    float: none;
    padding-left: 0;
    border: none;
    display: block;
    margin-left: 0;
    max-width: inherit;
  }

  .product-item.list .list-attribute li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .product-item.list .list-attribute li:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) and (min-width: 641px) {
  .product-item.list .product-thumb {
    width: 270px;
  }
}

@media (max-width: 767px) {
  .product-item.list .product-thumb {
    margin-right: 20px;
    margin-bottom: 0;
  }

  .product-item.list .list-attribute {
    display: none;
  }

  .product-item.list .list-attribute li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .product-item.list .list-attribute li:first-child {
    margin-top: 0;
  }

  .product-item.list .list-attribute li a:before {
    content: '|';
    font-weight: normal;
  }
}

@media (max-width: 640px) {
  .product-item.list .product-thumb {
    width: 200px;
  }

  .product-item.list .product-info {
    width: calc(100% - 225px);
    max-width: inherit;
    display: inline-block;
    margin-top: 0;
  }

  .product-item.list .group-button,
  .product-item.list .list-attribute {
    display: none;
  }

  .group-button {
    right: 10px;
    bottom: 10px;
  }

  .group-button>* {
    display: inline-block;
    margin: 0 3px;
  }

  .group-button>*:last-child {
    margin-right: 0;
  }

  .group-button>*:first-child {
    margin-left: 0;
  }

  .variations .data-val[data-attributetype="box_style"] {
    margin: 0 0 -20px 10px;
  }

  .group-button {
    display: none;
  }

  .product-item .product-thumb {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .product-item.list .product-thumb {
    width: 100px;
  }

  .product-item.list .flash {
    display: none;
  }

  .product-item.list .product-info {
    width: calc(100% - 125px);
  }
}

/* ==========================================================================
7.3 SINGLE PRODUCT
========================================================================== */
.main-contain-summary {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.main-contain-summary>div {
  display: table-cell;
  vertical-align: top;
}

.main-contain-summary .single-product-policy {
  width: 330px;
  padding-left: 30px;
  margin-bottom: 15px;
}

.main-contain-summary .single-product-policy .nadox-iconbox:nth-child(2n) {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contain-left {
  position: relative;
}

.contain-left::before,
.contain-left::after {
  content: '';
  display: table;
}

.contain-left::after {
  clear: both;
}

.product_meta .wcml-dropdown,
.main-contain-summary .wcml-dropdown {
  display: none;
}

/*threed 360deg*/
.product-360-view-wrapper {
  margin: 100px auto;
  max-width: 800px;
  position: relative;
}

.spinner {
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  text-align: center;
}

.nadox-threed-view::after {
  border-color: rgba(175, 175, 175, 0.05) rgba(175, 175, 175, 0.1) rgba(175, 175, 175, 0.15);
  border-radius: 50%;
  border-style: solid;
  border-width: 2px 2px 5px;
  bottom: 15px;
  content: "";
  height: 50%;
  left: 15px;
  position: absolute;
  right: 15px;
  z-index: 10;
}

.nadox-threed-view {
  cursor: ew-resize;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.nadox-threed-view .previous-image {
  opacity: 0;
  visibility: hidden;
}

.nadox-threed-view .threed-view-images {
  display: none;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.nadox-threed-view .threed-view-images img.current-image {
  visibility: visible;
  z-index: 9;
}

.nadox-threed-view .threed-view-images img {
  height: auto;
  position: absolute;
  top: 0;
  width: 100%;
}

.nadox-threed-view .nav_bar {
  bottom: 40px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  left: 50%;
  background: #fff;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 11;
}

.nadox-threed-view .nav_bar a {
  display: inline-block;
  text-decoration: none;
  width: 45px;
  font-size: 0;
  text-align: center;
}

.nadox-threed-view .nav_bar a:hover {
  background-color: #f9f9f9;
}

.nadox-threed-view .nav_bar a::after {
  font-family: "FontAwesome", sans-serif;
  font-size: 18px;
  position: relative;
  top: 4px;
}

.nadox-threed-view .nav_bar a.nav_bar_play::after {
  content: "\f04b";
}

.nadox-threed-view .nav_bar a.nav_bar_stop::after {
  content: "\f04d";
}

.nadox-threed-view .nav_bar a.nav_bar_previous::after {
  content: "\f048";
}

.nadox-threed-view .nav_bar a.nav_bar_next::after {
  content: "\f051";
}

.nadox-dark .nadox-threed-view .nav_bar a {
  color: black;
}

.mfp-iframe-holder .mfp-close:hover {
  background: none;
}

.product-360-button,
.single-left .product-video-button {
  position: absolute;
  z-index: 8;
  left: 18px;
  bottom: 15px;
}

.product-360-button a,
.single-left .product-video-button a {
  display: block;
  height: 46px;
  line-height: 48px;
  border-radius: 46px;
  background-color: #000;
  -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
  padding: 0 13px;
  z-index: 1;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}

.product-360-button a:hover,
.single-left .product-video-button a:hover {
  color: #fff;
  background: #eeab10;
}

.contain-left .flash {
  padding-bottom: 5px;
  display: none;
}

.contain-left.has-gallery .product-360-button,
.contain-left.has-gallery .single-left .product-video-button {
  left: 130px;
}

.contain-left .single-left {
  position: relative;
  overflow: hidden;
  float: left;
  width: 55%;
  margin-right: 40px;
  margin-bottom: 27px;
}

.contain-left .entry-summary {
  overflow: hidden;
  margin-bottom: 30px;
}

/*.nadox-product-gallery*/
.nadox-product-gallery {
  position: relative;
}

.nadox-product-gallery .nadox-product-gallery__trigger {
  display: none;
  font-size: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  border-radius: 0;
  background-color: #eeab10;
  -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  z-index: 1;
  color: #fff;
}

.nadox-product-gallery .nadox-product-gallery__trigger:hover {
  background-color: #000;
}

.nadox-product-gallery .nadox-product-gallery__trigger::before {
  font-family: 'Pe-icon-7-stroke', sans-serif;
  font-weight: normal;
  content: "\e657";
  font-size: 20px;
}

.nadox-product-gallery .nadox-product-gallery__trigger img.emoji {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

.contain-left.no-gallery .nadox-product-gallery .nadox-product-gallery__image img {
  width: 100%;
}

.nadox-product-gallery .flex-viewport {
  cursor: zoom-in;
}

.nadox-product-gallery .flex-viewport {
  float: right;
  width: -webkit-calc(100% - 114px);
  width: -moz-calc(100% - 114px);
  width: calc(100% - 114px);
  margin-left: 14px;
}

.nadox-product-gallery .flex-control-nav.flex-control-thumbs {
  width: 100px;
  float: left;
  padding: 0;
}

.nadox-product-gallery .flex-control-nav.flex-control-thumbs li {
  list-style: none;
  border: none;
  position: relative;
}

.nadox-product-gallery .flex-control-nav.flex-control-thumbs li img {
  width: 100%;
  border: 1px solid #ebebeb;
}

.nadox-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
  border-color: #eeab10;
}

.nadox-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  z-index: 9;
  width: 100%;
  border-radius: 0;
  background-color: #eeab10;
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}

.nadox-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
  margin-bottom: 0;
  margin-top: 10px;
  border-radius: 0;
}

.nadox-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow:hover {
  color: #fff;
  background-color: #000;
}

/*.entry-summary*/
.entry-summary .nadox-product-rating {
  margin-bottom: 20px;
}

.entry-summary .nadox-product-rating .star-rating {
  display: inline-block;
}

.entry-summary .entry-title {
  font-size: 32px;
  margin-bottom: 15px;
  margin-top: 0;
}

.entry-summary .price {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 16px;
}

.entry-summary .price ins {
  margin-right: 10px;
}

.entry-summary .price del {
  font-size: 80%;
}

.entry-summary .nadox-product-rating .review {
  display: inline-block;
  vertical-align: top;
}

.entry-summary .nadox-product-rating .nadox-review-link {
  display: none;
}

.stock {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
  position: relative;
}

.stock.in-stock span {
  color: #31d16a;
}

.stock.out-stock span {
  color: #f44336;
}

.entry-summary .nadox-product-details__short-description {
  padding-bottom: 24px;
}

.nadox-product-details__short-description ul,
.nadox-product-details__short-description ol {
  padding-left: 0;
  list-style: none;
}

.nadox-product-details__short-description li {
  font-size: 13px;
  line-height: 22px;
  position: relative;
  color: #999;
}

.nadox-product-details__short-description li::before {
  content: '\f111';
  font-family: 'FontAwesome', sans-serif;
  font-size: 9px;
  vertical-align: top;
  margin-right: 5px;
  color: #eeab10;
}

.nadox-product-details__short-description p {
  margin-bottom: 6px;
  color: #333;
}

.nadox-product-details__short-description p:last-child {
  margin-bottom: 0;
}

/*form single product*/
.entry-summary form.cart {
  position: relative;
}

.entry-summary form.cart.variations_form .variations {
  padding-bottom: 17px;
  position: relative;
}

.entry-summary form.cart.variations_form .variations .reset_variations {
  background-color: #000;
  color: #fff;
  border-color: transparent;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 0;
  border-radius: 0;
  padding: 0 6px;
  font-weight: 500;
  font-size: 13px;
  height: 24px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.entry-summary form.cart.variations_form .variations .reset_variations:hover {
  background-color: #eeab10;
}

.entry-summary .cart .single_add_to_cart_button {
  vertical-align: middle;
  height: 54px;
  line-height: 54px;
  min-width: 150px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  background-color: #eeab10;
}

.entry-summary .cart .single_add_to_cart_button::before {
  content: '';
  top: 5px;
  border-left: 1px solid #fff;
  bottom: 5px;
  left: 0;
  position: absolute;
  opacity: 0.3;
}

.entry-summary .cart .single_add_to_cart_button.loading {
  cursor: wait;
}

.entry-summary .cart .single_add_to_cart_button.loading::before {
  font-family: 'FontAwesome', sans-serif;
  font-weight: normal;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: "\f110";
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.entry-summary .cart .single_add_to_cart_button span,
.entry-summary .cart .added_to_cart {
  display: none;
}

.entry-summary .cart .nadox-variation-add-to-cart-disabled .single_add_to_cart_button {
  opacity: 0.5;
  text-decoration: line-through;
  cursor: not-allowed;
  pointer-events: none;
}

.entry-summary .nadox-variation-add-to-cart {
  font-size: 0;
}

.entry-summary div.quantity {
  margin-bottom: 20px;
  background-color: #eeab10;
  border-color: #eeab10;
}

.entry-summary div.quantity .btn-number {
  color: #fff;
}

.entry-summary div.quantity .input-qty {
  color: #fff;
}

.entry-summary div.quantity .input-qty {
  height: 50px;
  line-height: 48px;
}

.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div.quantity {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: 70px;
  text-align: center;
  border: 2px solid #e4e9ef;
  background-color: #fff;
}

div.quantity .qty-label {
  display: none;
}

div.quantity .input-qty {
  width: 35px;
  font-size: 14px;
  font-weight: 500;
  padding: 0 5px;
  text-align: right;
  border: none;
  display: inline-block;
  float: left;
  border-radius: 0;
}

div.quantity .btn-number {
  line-height: 20px;
  height: 20px;
  display: inline-block;
  right: 0;
  width: 34px;
  font-size: 0;
  position: absolute;
}

div.quantity .btn-number.quantity-plus {
  bottom: 45%;
}

div.quantity .btn-number.quantity-plus::before {
  content: "\f0d8";
  font-family: 'FontAwesome', sans-serif;
  font-size: 15px;
}

div.quantity .btn-number.quantity-minus {
  top: 45%;
}

div.quantity .btn-number.quantity-minus::before {
  content: "\f0d7";
  font-family: 'FontAwesome', sans-serif;
  font-size: 15px;
}

.entry-summary p.cart {
  margin-bottom: 0;
}

.entry-summary .yith-wcwl-add-to-wishlist+.clear {
  display: none;
}

.entry-summary .yith-wcwl-add-to-wishlist,
.entry-summary .compare {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 1px;
  width: auto;
  height: auto;
  vertical-align: top;
}

.entry-summary .yith-wcwl-add-to-wishlist a {
  font-size: 0;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 52px;
  border: 1px solid #ccd3da;
  margin-right: 10px;
  max-height: 100% !important;
}

.entry-summary .yith-wcwl-add-to-wishlist a:hover {
  border-color: #eeab10;
}

.entry-summary .yith-wcwl-add-to-wishlist a::before {
  vertical-align: top;
  color: #9e9e9e;
}

.entry-summary .yith-wcwl-add-to-wishlist a:hover::before {
  color: #eeab10 !important;
}

.entry-summary .yith-wcwl-add-to-wishlist a:not(:hover) {
  color: #000;
}

.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before {
  font-size: 21px;
}

.entry-summary .yith-wcwl-wishlistaddedbrowse a::before,
.entry-summary .yith-wcwl-wishlistexistsbrowse a::before {
  font-size: 14px;
}

.entry-summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover::before {
  color: #eeab10 !important;
}

.entry-summary .compare {
  font-size: 0;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 52px;
  border: 1px solid #ccd3da;
}

.entry-summary .compare:hover {
  border-color: #eeab10;
}

.entry-summary .compare:not(:hover) {
  color: #000;
}

.entry-summary .compare:hover::after {
  color: #eeab10;
}

.entry-summary .product_meta {
  display: inline-block;
  width: 100%;
}

.entry-summary .product_meta>span {
  display: block;
}

.entry-summary .product_meta>span .sku {
  color: #000;
}

.entry-summary .product_meta>span:not(:last-child) {
  margin-bottom: 10px;
}

.entry-summary .social-heading {
  display: none;
}

.entry-summary .nadox-share-socials {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  background: #eeab10;
  text-align: center;
  z-index: 999;
  padding: 5px 10px;
}

.entry-summary .nadox-share-socials a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}

/*.product-type-simple*/
/*.product-type-variable*/
.product-type-variable .nadox-variation-price .price {
  font-size: 20px;
  padding-bottom: 8px;
}

/*.product-type-external*/
/*.product-type-grouped*/
.product-type-grouped .entry-summary .cart .group_table tr:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.product-type-grouped .entry-summary .cart .group_table,
.product-type-grouped .entry-summary .cart .group_table td {
  border: none;
}

.product-type-grouped .entry-summary .cart .group_table td:first-child {
  padding-left: 0;
}

.product-type-grouped .entry-summary .cart .group_table td:last-child {
  padding-right: 0;
}

.product-type-grouped .entry-summary .cart .group_table td.label,
.product-type-grouped .entry-summary .cart .group_table td.price {
  text-align: inherit;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  white-space: normal;
}

.product-type-grouped .entry-summary .cart .group_table label {
  margin-bottom: 0;
}

.product-type-grouped .entry-summary .cart .group_table .button {
  font-size: 15px;
  line-height: 26px;
}

.product-type-grouped .entry-summary .cart .group_table .price ins {
  padding-left: 0;
}

.product-type-grouped .entry-summary .cart .group_table .quantity {
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .entry-summary .entry-title {
    font-size: 24px;
  }

  .entry-summary .price {
    font-size: 22px;
  }

  .entry-summary .price del {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {

  .main-contain-summary,
  .main-contain-summary>div {
    display: block;
  }

  .main-contain-summary .single-product-policy {
    width: 100%;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .nadox-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev::before {
    content: "\f106";
  }

  .nadox-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next::before {
    content: "\f107";
  }
}

@media (max-width: 991px) {
  .nadox-product-gallery .flex-control-nav.flex-control-thumbs {
    width: 100%;
    padding: 0;
    margin-top: 10px;
    max-width: 315px;
  }

  .nadox-product-gallery .flex-control-nav.flex-control-thumbs .slick-list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .nadox-product-gallery .slick-track {
    margin-left: 0;
  }

  .nadox-product-gallery .flex-control-nav.flex-control-thumbs .slick-list li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nadox-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
    width: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .nadox-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev {
    margin: 0;
    left: 0;
    border-radius: 50%;
  }

  .nadox-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
    margin: 0;
    right: 0;
    border-radius: 50%;
  }

  .contain-left .single-left,
  .contain-left .entry-summary {
    width: 100%;
  }

  .contain-left .single-left {
    margin-right: 0;
  }

  .nadox-product-gallery .flex-viewport {
    max-width: 100%;
    width: 600px;
    float: left;
    margin-left: 0;
  }

  .nadox-product-gallery .nadox-product-gallery__trigger {
    display: none;
  }

  .contain-left.has-gallery .product-360-button,
  .contain-left.has-gallery .single-left .product-video-button {
    left: 9px;
  }

  .product-360-button,
  .single-left .product-video-button {
    top: 9px;
    left: 9px;
    bottom: auto;
  }

  .entry-summary .nadox-share-socials {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background: none !important;
    width: auto;
    padding: 10px 0 0 0;
  }

  .entry-summary .social-heading {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    color: inherit;
  }

  .entry-summary .nadox-share-socials a {
    display: inline-block;
    font-size: 14px;
    width: 30px;
    text-align: center;
  }

  .entry-summary .nadox-share-socials a {
    color: #000;
  }
}

/*Bundle*/
.dreamingsb-products .dreamingsb-product .dreamingsb-thumb {
  width: 80px;
}

.dreamingsb-products .dreamingsb-product .dreamingsb-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.dreamingsb-products,
.dreamingsb-products .dreamingsb-product {
  border: none;
}

.dreamingsb-products .dreamingsb-product:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

/*buy together*/
.dreaming-wrap .dreaming-short-desc,
.dreaming-wrap .dreaming-after-text {
  display: none;
}

.dreaming-wrap>.row {
  display: table;
  margin: 0;
  width: 100%;
}

.dreaming-wrap>.row>.col-sm-9 {
  width: 70.8%;
  display: table-cell;
  vertical-align: top;
  float: none;
}

.dreaming-wrap>.row>.col-sm-3 {
  width: 29.2%;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.dreaming-wrap {
  margin-top: 25px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}

.dreaming-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 70.8%;
  height: 100%;
  border-right: 1px solid #e8e8e8;
}

.dreaming-wrap .dreaming-right-part {
  text-align: center;
}

.dreaming-wrap .dreaming-title {
  font-size: 20px;
  padding-left: 30px;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 25px;
  width: 70.8%;
}

.dreaming-wrap .total-price-html {
  font-size: 30px;
  margin-bottom: 8px;
  color: #eeab10;
}

.dreaming-wrap .dreaming-products-wrap .dreaming-product .dreaming-price,
.dreaming-wrap .dreaming-item .dreaming-price {
  color: #eeab10;
}

.dreaming-wrap .btn-primary {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  padding: 0 15px;
  height: 47px;
  line-height: 43px;
  min-width: 210px;
  text-align: center;
  border-radius: 47px;
}

.dreaming-wrap .btn-primary:hover {
  background-color: transparent;
  color: #eeab10;
  border-color: #eeab10;
}

.dreaming-wrap .dreaming-left-part {
  padding-right: 15px;
  padding-left: 15px;
}

.dreaming-wrap .dreaming-products-wrap .dreaming-product .dreaming-thumb-wrap {
  text-align: center;
}

.dreaming-wrap .dreaming-products-wrap .dreaming-product .dreaming-product-title {
  margin-top: 11px;
  margin-bottom: 5px;
  color: inherit;
}

.dreaming-wrap .dreaming-item {
  color: #666666;
}

.dreaming-wrap .dreaming-item:not(:last-child) {
  padding-bottom: 9px;
}

.dreaming-wrap .dreaming-item .dreaming-product-title strong {
  font-weight: normal;
  color: #000;
}

.dreaming-wrap .dreaming-item label .dreaming-price::before {
  content: '(';
  float: left;
}

.dreaming-wrap .dreaming-item label .dreaming-price::after {
  content: ')';
}

.dreaming-wrap .dreaming-item label input[type="checkbox"] {
  display: none;
}

.dreaming-wrap .dreaming-item label input[type="checkbox"]+span {
  position: relative;
  padding-left: 27px;
}

.dreaming-wrap .dreaming-item label input[type="checkbox"]+span::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
}

.dreaming-wrap .dreaming-item label input[type="checkbox"]:checked+span::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 4px;
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}

.dreaming-wrap .dreaming-item label input[type="checkbox"][disabled]+span::before,
.dreaming-wrap .dreaming-item label input[type="checkbox"][disabled]+span::after {
  cursor: not-allowed;
  opacity: 0.5;
}

.dreaming-price {
  color: #000;
  display: inline-block;
}

.dreaming-price del {
  color: #8a8a8a;
}

.dreaming-price ins {
  color: #eeab10;
  float: left;
  margin-right: 5px;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .dreaming-wrap {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .dreaming-wrap::before {
    display: none;
  }

  .dreaming-wrap>.row {
    display: block;
  }

  .dreaming-wrap .dreaming-title {
    width: 100%;
    padding-left: 25px;
  }

  .dreaming-wrap>.row>.col-sm-9,
  .dreaming-wrap>.row>.col-sm-3 {
    display: block;
    width: 100%;
  }

  .dreaming-wrap .dreaming-products-wrap .dreaming-product .dreaming-thumb-wrap::before {
    margin-left: -15px;
  }

  .dreaming-wrap .dreaming-left-part {
    padding: 0 10px 25px 10px;
  }
}

/*nadox-tabs-wrapper*/
.nadox-tabs-wrapper {
  position: relative;
  margin-top: 50px;
}

/*.dreaming-tabs*/
.dreaming-tabs {
  list-style: none;
  padding-left: 0;
  text-align: center;
  border-bottom: 1px solid #e8edf2;
  margin-bottom: 65px;
}

.dreaming-tabs li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 8px 0;
  margin: 0 30px;
}

.dreaming-tabs li a {
  display: inline-block;
  font-size: 16px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.dreaming-tabs li::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 3px;
  bottom: -1px;
  left: 0;
  width: 0;
  background-color: #eeab10;
}

.dreaming-tabs li a:hover,
.dreaming-tabs li.active a {
  color: #333333;
}

.dreaming-tabs li:hover::after,
.dreaming-tabs li.active::after {
  width: 100%;
}

/*.nadox-Tabs-panel*/
.nadox-Tabs-panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  margin: -1px auto 0;
  overflow: hidden;
}

.nadox-Tabs-panel>h2 {
  display: none;
}

.nadox-Tabs-panel p:last-child {
  margin-bottom: 0;
}

.nadox-Tabs-panel table {
  margin-bottom: 0;
}

.nadox-Tabs-panel th,
.nadox-Tabs-panel td {
  font-weight: 500;
}

.nadox-Tabs-panel td p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .dreaming-tabs li {
    display: block;
    margin: 0;
  }
}

/*comment star*/
p.stars {
  margin-top: 5px;
  line-height: 18px;
  display: inline-block;
}

p.stars span {
  display: block;
  height: 18px;
}

p.stars,
p.stars a {
  display: inline-block
}

p.stars a {
  font-weight: 400;
  height: 1em
}

p.stars a:before,
p.stars a:hover~a:before {
  content: "\f006";
  color: #adadad;
}

p.stars a {
  font-size: 18px;
  position: relative;
  width: 1em;
  text-indent: -999em;
  margin-right: 2px
}

p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'FontAwesome', sans-serif;
  font-weight: normal;
  text-indent: 0;
}

p.stars:hover a:before,
p.stars.selected:not(:hover) a:before {
  content: '\f006';
  color: #ffb933;
}

p.stars a:hover~a:before,
p.stars.selected:not(:hover) a.active~a:before {
  content: "\f006";
  color: #adadad;
}

.product-related {
  padding-bottom: 70px;
  background-color: #f3f3f3;
  margin-top: 80px;
}

.product-grid .block-title {
  overflow: hidden;
  position: relative;
  margin-bottom: 32px;
  margin-top: 80px;
}

.product-grid .product-grid-title {
  float: left;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0;
  padding-bottom: 10px;
  position: relative;
}

.product-grid .product-grid-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #eeab10;
  width: 40px;
}

.product-grid .block-title a {
  float: right;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  background-color: #000;
  padding: 6px 20px;
  border-radius: 20px;
}

.product-grid .block-title a:hover {
  color: #fff;
  background-color: #eeab10;
}

.product-grid .block-title a span {
  margin-left: 10px;
}

.categories-product-dreaming {
  padding-bottom: 45px;
  margin-bottom: 45px;
  position: relative;
}

.categories-product-dreaming::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #d4d4d4;
}

.main-content.no-sidebar .categories-product-dreaming::before {
  width: 100vw;
}

.categories-product-dreaming .product-grid~.product-grid {
  padding-top: 30px;
}

.categories-product-dreaming .row-item {
  margin-bottom: 40px;
}

.categories-product-dreaming .subcat {
  background-color: #fff;
  padding: 15px 20px 35px 20px;
  text-align: center;
  display: block;
  border: 1px solid #e2e2e2;
}

.categories-product-dreaming .subcat figure {
  margin-bottom: 15px;
  overflow: hidden;
}

.categories-product-dreaming .subcat img {
  margin: 0 auto;
  -webkit-transition: transform 0.25s ease 0s;
  -moz-transition: transform 0.25s ease 0s;
  -o-transition: transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s;
}

.categories-product-dreaming .subcat:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  ;
}

.categories-product-dreaming .subcat span {
  font-size: 20px;
}

.categories-product-dreaming .block-title {
  overflow: hidden;
}

.categories-product-dreaming .block-title .product-grid-title {
  text-align: left;
  float: left;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0;
  margin-top: 3px;
}

.categories-product-dreaming .block-title a {
  float: right;
  display: inline-block;
  min-width: 122px;
  height: 38px;
  line-height: 36px;
  border: 1px solid #d9d9d9;

  background-color: #fff;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: #a8a8a8;
}

.categories-product-dreaming .block-title a:hover {
  color: #fff;
  background-color: #eeab10;
  border-color: #eeab10;
}

.categories-product-dreaming .slick-arrow {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 22px;
  color: #000;
  position: absolute;
  top: 25%;
  z-index: 3;
  border: 1px solid #dadada;

  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}

.categories-product-dreaming .owl-slick:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.categories-product-dreaming .slick-arrow.prev {
  left: -20px;
}

.categories-product-dreaming .slick-arrow.next {
  right: -20px;
}

.categories-product-dreaming .slick-arrow:hover {
  background-color: #eeab10;
  border-color: #eeab10;
  color: #fff;
}

/*recently-reviewed-product*/
.recently-reviewed-product {
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
}

.recently-reviewed-product::before {
  content: '';
  position: absolute;
  width: 100vw;
  top: 0;
  left: 50%;
  right: 0;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}

.recently-reviewed-product .product img {
  border: 1px solid #e2e2e2;

}

@media (max-width: 1199px) {
  .categories-product-dreaming .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .categories-product-dreaming .slick-arrow.prev {
    left: -15px;
  }

  .categories-product-dreaming .slick-arrow.next {
    right: -15px;
  }
}

@media (max-width: 640px) {
  .product-grid .product-grid-title {
    font-size: 22px;
  }
}

/* ==========================================================================
8.0 OTHER PAGE
========================================================================== */
/* ==========================================================================
8.1 CART PAGE
========================================================================== */
#shipping_method {
  padding-left: 0;
  list-style: none;
}

#shipping_method input[type="radio"] {
  display: none;
}

#shipping_method label {
  position: relative;
  padding-left: 26px;
  color: #666666;
  cursor: pointer;
}

#shipping_method label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#shipping_method input[type="radio"]:checked+label {
  color: #000;
}

#shipping_method input[type="radio"]:checked+label::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.nadox-cart .cart-empty {
  font-size: 38px;
  line-height: 1.2;

  background-color: #fff;
  padding: 90px 15px 25px;
  text-align: center;
  margin-bottom: 0;
}

body.nadox-cart .return-to-shop {
  text-align: center;
  padding: 0 15px 90px;

  background-color: #fff;
}

body.nadox-cart .return-to-shop a {
  min-width: 170px;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  background-color: #1b1b1b;
  height: 52px;
  line-height: 52px;
  border-radius: 0;
  color: #fff;
  display: inline-block;
}

body.nadox-cart .return-to-shop a:hover {
  background-color: #eeab10;
}

.cart-collaterals {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
}

.cart-collaterals .cross-sells {
  padding-bottom: 40px;
}

.cross-sells>h2 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-top: 0;
  margin-bottom: 35px;
}

.shop_table .variation {
  display: none;
}

.shop_table thead tr th {
  border-bottom: 0;
  border-top: 0;
}

.shop_table tr td,
.shop_table tr th {
  padding-top: 30px;
  padding-bottom: 30px;
}

body.nadox-cart .shop_table tr td.product-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

body.nadox-cart .shop_table tr td.product-name,
body.nadox-cart .shop_table tr th.product-name {
  border-left: 0;
}

body.nadox-cart .shop_table tr td.product-subtotal,
body.nadox-cart .shop_table tr th.product-subtotal {
  border-right: 0;
}

.shop_table tr:first-child td,
.shop_table tr:first-child th {
  border-top: 0;
}

.shop_table .product-remove {
  text-align: center;
}

.shop_table .product-remove .remove {
  font-size: 26px;
}

.shop_table .product-remove .remove:not(:hover) {
  color: #bdbdbd;
}

.shop_table .product-thumbnail img {
  max-width: 80px;
  min-width: 60px;
}

.shop_table .product-name a:not(.button) {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.shop_table .product-name a:not(.button):hover {
  color: #eeab10;
}

.nadox-cart-form .shop_table {
  margin-bottom: 0;
  border-left: none;
  border-right: none;
}

.nadox-cart-form .shop_table tr td,
.nadox-cart-form .shop_table tr th {
  border-left: none;
  border-right: none;
}

.nadox-cart-form .shop_table thead {
  display: none;
}

.nadox-cart-form .shop_table thead th {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  border-color: #d7d7d7;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
  text-transform: capitalize;
  letter-spacing: 0;
}

.nadox-cart-form .shop_table thead th.product-name {
  text-align: left;
}

.nadox-cart-form .shop_table td.product-price,
.nadox-cart-form .shop_table td.product-subtotal {
  font-size: 15px;
  color: #000;
  text-align: center;
}

.nadox-cart-form .shop_table td.product-quantity {
  text-align: center;
}

.nadox-cart-form .shop_table .actions {
  padding: 40px 0 30px 0;
  overflow: hidden;
  border: 0;
}

.nadox-cart-form .shop_table .actions label {
  display: none;
}

.nadox-cart-form .shop_table .actions .coupon {
  position: relative;
  max-width: 100%;
  width: 512px;
  float: left;
  margin-bottom: 7px;
}

.nadox-cart-form .shop_table .actions #coupon_code {
  width: 100%;
  height: 52px;
  line-height: 50px;
}

.nadox-cart-form .shop_table .actions button.button {
  display: inline-block;
  min-width: 160px;
  height: 52px;
  line-height: 52px;
  padding: 0 15px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nadox-cart-form .shop_table .actions .coupon button.button {
  position: absolute;
  top: 0;
  right: 0;
}

.nadox-cart-form .shop_table .actions button.button:hover {
  background-color: #eeab10;
}

.nadox-cart-form .shop_table .actions>button.button {
  float: right;
}

.cart_totals {
  position: relative;
}

.cart_totals>h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #000000;
  margin: 0;
  padding: 28px 44px 26px;
  letter-spacing: 1px;
}

.cart_totals .shop_table {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-bottom: 0;
}

.cart_totals .shop_table tr:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.cart_totals .shop_table tr th,
.cart_totals .shop_table tr td {
  border: 0;
  padding: 15px 20px;
}

.cart_totals .shop_table tr th {
  width: 35%;
  vertical-align: top;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  border-right: 0;
}

.cart_totals .shop_table tr td {
  vertical-align: top;
  font-size: 14px;
  color: #000;
  border-left: 0;
  text-align: right;
}

.cart_totals .shop_table tr.order-total th {
  font-size: 14px;
  font-weight: 500;
}

.cart_totals .shop_table tr.order-total strong {
  font-size: 18px;
  color: #eeab10;
  font-weight: normal;
}

.nadox-shipping-calculator>p {
  margin-bottom: 0;
}

.nadox-shipping-calculator>.shipping-calculator-form {
  margin-top: 26px;
}

.shipping-calculator-button,
.shipping-calculator-button:hover,
.shipping-calculator-button:focus,
.shipping-calculator-button:active {
  text-decoration: underline;
}

.shipping-calculator-form {
  text-align: left;
}

.shipping-calculator-form input {
  background-color: #fff;
}

.shipping-calculator-form .button {
  display: inline-block;
  min-width: 160px;
  height: 52px;
  line-height: 52px;
  padding: 0 15px;
  text-align: center;
}

.nadox-proceed-to-checkout {
  text-align: center;
}

.nadox-proceed-to-checkout .checkout-button {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #eeab10;
  letter-spacing: 1px;
  height: 54px;
  line-height: 57px;
  padding: 0 38px;
  margin-top: 30px;
  font-family: 'Roboto', sans-serif;
}

body.nadox-cart .no-sidebar .nadox-cart-form {
  float: left;
  display: inline-block;
  width: calc(100% - 480px)
}

body.nadox-cart .no-sidebar .cart-collaterals {
  display: inline-block;
  width: 440px;
  margin-left: 40px;
  margin-top: 0;
}

.dreaming_crosssell-product {
  display: inline-block;
  width: 100%;
}

@media (max-width: 1199px) {

  .cart_totals>h2,
  body.nadox-cart .cart-title {
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 20px;
  }

  .nadox-cart-form .shop_table td.product-price,
  .nadox-cart-form .shop_table td.product-subtotal {
    font-size: 15px;
  }

  body.nadox-cart .no-sidebar .nadox-cart-form {
    width: 100%;
    float: none;
  }

  body.nadox-cart .no-sidebar .cart-collaterals {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-top: 40px;
  }

  .shop_table td,
  .shop_table th {
    border-color: #ebebeb;
    padding: 15px;
  }

  .nadox-cart-form {
    width: 100%;
  }

  .cart-collaterals {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .has-sidebar .shop_table {
    display: block;
  }

  .has-sidebar .shop_table thead,
  .has-sidebar .shop_table tfoot,
  .has-sidebar .shop_table tbody,
  .has-sidebar .shop_table tr,
  .has-sidebar .shop_table tr td,
  .has-sidebar .shop_table tr th {
    display: inline-block;
    text-align: center !important;
    width: 100% !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }

  .has-sidebar .nadox-cart-form .shop_table thead {
    display: none;
  }

  .has-sidebar .nadox-cart-form .shop_table .actions .coupon,
  .has-sidebar .nadox-cart-form .shop_table .actions button.button {
    float: none;
    width: 100%;
  }

  .has-sidebar .nadox-cart-form .shop_table tr td,
  .has-sidebar .cart_totals .shop_table tr th {
    border-top: 0;
  }

  .has-sidebar .nadox-cart-form .shop_table .actions .coupon button.button {
    position: static;
    margin-top: 10px;
    border-radius: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .shop_table {
    display: block;
  }

  .shop_table thead,
  .shop_table tfoot,
  .shop_table tbody,
  .shop_table tr,
  .shop_table tr td,
  .shop_table tr th {
    display: inline-block;
    text-align: center !important;
    width: 100% !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }

  body.nadox-cart .cart-title {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 15px;
    letter-spacing: 0.1em;
  }

  .cart_totals>h2 {
    padding: 20px 15px;
    letter-spacing: 0.1em;
  }

  .nadox-cart-form .shop_table thead {
    display: none;
  }

  .shop_table tr td,
  .shop_table tr th {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nadox-cart-form .shop_table .actions .coupon,
  .nadox-cart-form .shop_table .actions button.button {
    float: none;
    width: 100%;
  }

  .nadox-cart-form .shop_table tr td,
  .cart_totals .shop_table tr th {
    border-top: 0;
  }

  .nadox-cart-form .shop_table .actions .coupon button.button {
    position: static;
    border-radius: 0;
    margin-top: 10px;
    width: 100%;
  }

  body.nadox-cart .cart-empty {
    font-size: 26px;
  }
}

/* ==========================================================================
8.2 CHECKOUT PAGE
========================================================================== */
.nadox-form__label-for-checkbox>span {
  position: relative;
  font-size: 18px;
  color: #000;
  padding-left: 26px;
  font-weight: 500;
}

.nadox-form__label-for-checkbox>span::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: #e8e8e8;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}

.nadox-form__label-for-checkbox .nadox-form__input-checkbox {
  display: none;
}

.nadox-form__label-for-checkbox .nadox-form__input-checkbox:checked+span {
  color: #000;
}

.nadox-form__label-for-checkbox .nadox-form__input-checkbox:checked+span::before {
  background-color: #eeab10;
}

.nadox-form__label-for-checkbox .nadox-form__input-checkbox:checked+span::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 6px;
  top: 8px;
}

#payment {
  border: 1px solid #ebebeb;
  background-color: #f3f3f3;
}

#payment ul {
  padding: 30px 30px 20px 30px;
  list-style: none;
}

#payment .input-radio {
  display: none;
}

#payment .input-radio~label {
  position: relative;
  padding-left: 26px;
  color: #000;
  margin-bottom: 0;
  cursor: pointer;
  font-weight: 500;
}

#payment .input-radio~label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#payment .input-radio:hover+label::after,
#payment .input-radio:checked+label::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333333;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*SELECT2 RESET*/
body .select2-container {
  width: 100% !important;
}

body .select2-dropdown {
  border: 1px solid transparent;
}

body .select2-container--default .select2-selection--single {
  height: 54px;
  line-height: 52px;
  border: 1px solid transparent;
  background-color: #fff;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666666;
  line-height: 52px;
  padding-left: 15px;
  padding-right: 40px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
  width: 50px;
}

body .select2-container .select2-choice .select2-arrow b:after {
  border: none;
  font-family: 'FontAwesome', sans-serif;
  content: "\f107";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  margin-left: -15px;
}

body .select2-dropdown {
  border-radius: 0;
}

body .select2-dropdown .select2-search .select2-search__field {
  background-color: #ffffff;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e6e6e6;
}

body .select2-results__option {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}

body .select2-dropdown .select2-result {
  color: #888888;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #f0f2f5;
  color: #000;
}

body .select2-container--default .select2-results__option[aria-selected="true"],
body .select2-container--default .select2-results__option[data-selected="true"] {
  color: #000;
}

.nadox-checkout-login .nadox-info,
.nadox-checkout-coupon .nadox-info {
  padding: 40px 20px 50px 122px;
  border: 1px solid #eee;
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  font-family: 'Roboto', sans-serif;

}

.nadox-checkout-login .nadox-info::before,
.nadox-checkout-coupon .nadox-info::before {
  width: 84px;
  height: 84px;
  line-height: 84px;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  content: "\e61c";
  font-family: 'Pe-icon-7-stroke', sans-serif;
  text-align: center;
  font-size: 44px;
  font-weight: normal;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 20px;
  letter-spacing: 0;
}

.nadox-checkout-coupon .nadox-info::before {
  content: "\e6af";
}

.nadox-checkout-login .nadox-info a,
.nadox-checkout-coupon .nadox-info a {
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: initial;
  padding-top: 6px;
}

.nadox-checkout-login .nadox-info a:not(:hover),
.nadox-checkout-coupon .nadox-info a:not(:hover) {
  color: #868686;
}

.checkout_coupon {
  overflow: hidden;
  padding: 35px 25px 10px 25px;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.checkout_coupon .button {
  background-color: #1b1b1b;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  min-width: 160px;
  padding: 0 15px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.checkout_coupon .button:hover {
  background-color: #eeab10;
}

.nadox-checkout-login .nadox-form-login {
  padding: 35px 25px 10px 25px;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.checkout-before-top {
  overflow: hidden;
}

.checkout-before-top .nadox-checkout-login,
.checkout-before-top .nadox-checkout-coupon {
  width: calc(50% - 20px);
  float: left;
}

.checkout-before-top .nadox-checkout-coupon {
  float: right;
}

form.nadox-checkout {
  position: relative;
}

form.nadox-checkout::before,
form.nadox-checkout::after {
  content: '';
  display: table;
}

form.nadox-checkout::after {
  clear: both;
}

.validate-required label .required {
  display: none;
}

.validate-required label::after {
  content: '*';
  color: #ff0000;
}

/*.nadox-billing-fields*/
.nadox-billing-fields>h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

/*nadox-account-fields*/
.nadox-account-fields {
  padding: 25px 0 0;
}

.nadox-account-fields>p {
  margin-bottom: 10px;
}

.nadox-account-fields #account_password_field {
  margin-bottom: 0;
}

.form-row {
  margin-bottom: 30px;
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-row>label {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}

.nadox-input-wrapper>select,
.nadox-input-wrapper>input,
.form-row>input {
  width: 100%;
  height: 52px;
  line-height: 50px;
}

.form-row-first {
  float: left;
  width: calc(50% - 15px);
}

.form-row-last {
  float: right;
  width: calc(50% - 15px);
}

/*.nadox-shipping-fields*/
#customer_details .col-1 {
  position: relative;
  max-width: 100%;
  padding: 0;
}

#customer_details .col-2 {
  margin-top: 50px;
  max-width: 100%;
}

.nadox-shipping-fields #ship-to-different-address {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

.nadox-shipping-fields #ship-to-different-address label {
  color: inherit;
  margin: 0;
}

.nadox-shipping-fields .shipping_address {
  padding-top: 20px;
}

#order_comments {
  border-radius: 0;
  height: 195px;
}

/*#order_review*/
#order_review_heading {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

#order_review .shop_table {
  background-color: #f3f3f3;
  border-top: none;
  margin-bottom: 30px;
}

#order_review .shop_table thead {
  background-color: #000000;
}

#order_review .shop_table tr th,
#order_review .shop_table tr td {
  border-left: 0;
  border-right: 0;
  padding: 17px 25px;
  color: #000;
}

#order_review .shop_table tr th {
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  padding: 22px 25px;
  width: 30%;
}

#order_review .shop_table tr td strong {
  font-weight: 500;
}

#order_review .shop_table tfoot tr th,
#order_review .shop_table tfoot tr td {
  border-bottom: 0;
}

#order_review .shop_table tr.shipping td,
#order_review .shop_table tr.cart-subtotal td,
#order_review .shop_table tr.order-total td,
#order_review .shop_table tr .product-total {
  text-align: right;
}

#order_review .shop_table tfoot tr.cart-subtotal th,
#order_review .shop_table tfoot tr.shipping th {
  font-weight: 500;
}

#order_review .shop_table tfoot tr.shipping p:last-child {
  margin-bottom: 0;
}

#order_review .shop_table tfoot tr.order-total th,
#order_review .shop_table tfoot tr.order-total td {
  padding: 22px 25px;
}

#order_review .shop_table tfoot tr.order-total th {
  font-size: 20px;
}

#order_review .shop_table tfoot tr.order-total td strong {
  font-size: 20px;
  color: #eeab10;
}

#order_review .shop_table tbody tr:first-child td,
#order_review .shop_table tbody tr:first-child th,
#order_review .shop_table tfoot tr:first-child td,
#order_review .shop_table tfoot tr:first-child th {
  border-top: 0;
}

#order_review .shop_table thead tr th {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

#order_review .shop_table tfoot {
  font-size: 14px;
  color: #000;
}

.place-order {
  text-align: center;
}

.place-order .nadox-terms-and-conditions-wrapper {
  padding: 0 30px;
}

#place_order {
  background-color: #eeab10;
  color: #fff;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  border-radius: 0;
  width: calc(100% - 60px);
  margin-bottom: 30px;
  font-weight: 600;
}

#place_order:hover {
  background-color: #000;
}

.wc_payment_method:not(:last-child) {
  padding-bottom: 20px;
}

.payment_box {
  border: 1px solid #ebebeb;
  position: relative;
  padding: 15px;
  margin-top: 18px;
  background-color: #fff;
}

.payment_box p:last-child {
  margin-bottom: 0;
}

.payment_box::before {
  content: '';
  border-width: 0 9px 10px 9px;
  border-style: solid;
  border-color: transparent transparent #e9e9e9 transparent;
  position: absolute;
  top: -10px;
  left: 25px;
}

.payment_box::after {
  content: '';
  border-width: 0 8px 10px 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -9px;
  left: 26px;
}

.no-sidebar form.nadox-checkout {
  overflow: hidden;
}

.no-sidebar #customer_details {
  float: left;
  width: calc(100% - 480px);
}

.no-sidebar #order_review {
  float: right;
  width: 480px;
  padding-left: 40px;
}

.no-sidebar #order_review_heading {
  float: right;
  width: 440px;
}

.nadox-order .nadox-notice {
  font-size: 14px;
  font-weight: 500;
  background: #000;
  padding: 30px 25px;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 0;
  text-align: center;
}

.nadox-order .nadox-order-overview {
  background: #f6f6f6;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 30px 25px;
  list-style: none;
}

.nadox-order .nadox-order-overview li::before {
  font-family: 'FontAwesome', sans-serif;
  content: '\f105';
  margin-right: 12px;
  font-size: 18px;
  color: #bdbdbd;
}

.nadox-order .nadox-order-details .shop_table {
  border: none;
}

.nadox-order .nadox-order-details .shop_table thead {
  background-color: #e9e9e9;
}

.nadox-order .nadox-order-details .shop_table tbody tr:first-child td,
.nadox-order .nadox-order-details .shop_table tbody tr:first-child th,
.nadox-order .nadox-order-details .shop_table tfoot tr:first-child td,
.nadox-order .nadox-order-details .shop_table tfoot tr:first-child th {
  border-top: 0;
}

.nadox-order .nadox-order-details .shop_table tfoot tr:last-child td,
.nadox-order .nadox-order-details .shop_table tfoot tr:last-child th {
  border-bottom: 0;
}

.nadox-order .nadox-order-details .shop_table tr th,
.nadox-order .nadox-order-details .shop_table tr td {
  border-left: 0;
  border-right: 0;
  padding: 17px 25px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.nadox-order .nadox-order-details {
  background: #f6f6f6;
  border-radius: 0;
  margin-bottom: 30px;
}

.nadox-order .nadox-order-details .nadox-order-details__title {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 25px;
  margin: 0;
  color: #fff;
  background-color: #eeab10;
}

.nadox-order .nadox-customer-details {
  background: #f6f6f6;
  border-radius: 0;
}

.nadox-order .nadox-customer-details .nadox-column__title {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 25px;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
}

.nadox-order .nadox-customer-details address {
  padding: 20px 25px;
}

.nadox-order .nadox-customer-details address p {
  margin-bottom: 10px;
}

#customer_details .col-2 .nadox-additional-fields>h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin: 0 0 20px;
}

@media (max-width: 1199px) {

  .checkout-before-top .nadox-checkout-login,
  .checkout-before-top .nadox-checkout-coupon {
    width: 100%;
    float: none;
  }

  .no-sidebar #customer_details {
    float: none;
    width: 100%;
  }

  .no-sidebar #order_review_heading {
    float: none;
    width: 100%;
  }

  .no-sidebar #order_review {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .nadox-checkout-login .nadox-form-login,
  #payment ul {
    padding: 20px 15px;
  }

  .place-order .nadox-terms-and-conditions-wrapper {
    padding: 0 15px;
  }

  .checkout_coupon {
    padding: 20px 15px 0 15px;
  }

  #customer_details {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  #order_review {
    width: 100%;
  }

  #order_review .shop_table tr th,
  #order_review .shop_table tr td {
    padding: 15px !important;
  }

  #place_order {
    font-size: 14px;
  }

  .nadox-order .nadox-customer-details address,
  .nadox-order .nadox-customer-details .nadox-column__title,
  .nadox-order .nadox-order-details .nadox-order-details__title,
  .nadox-order .nadox-order-overview,
  .nadox-order .nadox-notice {
    padding: 20px 15px;
  }

  .nadox-order .nadox-order-details .shop_table tr th,
  .nadox-order .nadox-order-details .shop_table tr td {
    padding: 15px;
  }

  .nadox-order .nadox-notice,
  .nadox-order .nadox-order-details .nadox-order-details__title,
  .nadox-order .nadox-customer-details .nadox-column__title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {

  .form-row-first,
  .form-row-last {
    width: 100%;
    float: none;
  }

  .nadox-checkout-login .nadox-info,
  .nadox-checkout-coupon .nadox-info {
    padding: 25px 15px 25px 90px;
  }

  .nadox-checkout-login .nadox-info::before,
  .nadox-checkout-coupon .nadox-info::before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    left: 15px;
    font-size: 28px;
  }

  .nadox-order .nadox-order-details .shop_table thead {
    display: none;
  }

  .nadox-order .nadox-order-details .shop_table tfoot tr:last-child th {
    border-bottom: 1px solid #ebebeb;
  }

  .nadox-order .nadox-notice,
  .nadox-order .nadox-order-details .nadox-order-details__title,
  .nadox-order .nadox-customer-details .nadox-column__title {
    font-size: 14px;
  }
}

/* ==========================================================================
8.3 MY ACCOUNT PAGE
========================================================================== */
body .user-role .radio {
  display: inline-block;
  padding: 0 20px
}

body.nadox-account .nadox::before,
body.nadox-account .nadox::after {
  content: '';
  display: table;
}

body.nadox-account .nadox::after {
  clear: both;
}

/*LOGOUT*/
body.nadox-account .nadox-notices-wrapper~h2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  background-color: #f6f6f6;
  padding: 30px 25px 7px 25px;
  border-radius: 3px 3px 0 0;
}

body.nadox-account .nadox-notices-wrapper~h2::before {
  content: "\f103";
  font-family: 'Flaticon', sans-serif;
  display: inline-block;
  min-width: 84px;
  height: 84px;
  line-height: 80px;
  border-radius: 50%;
  background-color: #eeab10;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  margin-right: 20px;
  font-size: 31px;
  font-weight: normal;
  letter-spacing: 0;
}

body.nadox-account .nadox-notices-wrapper~.nadox-form-login {
  background-color: #f6f6f6;
  padding: 19px 25px 15px 25px;
  border-radius: 0 0 3px 3px;
}

/*LOGIN*/
.nadox-social-login {
  text-align: center;
  margin-bottom: 10px;
}

.nadox-social-login h6 {
  padding-top: 26px;
  border-top: 1px solid #eee;
  margin-top: 35px;
  margin-bottom: 10px;
}

.nadox-social-login ul {
  padding-left: 0;
  list-style: none;
}

.nadox-social-login ul li {
  display: inline-block;
  margin: 10px
}

.nadox-social-login ul li a {
  display: block;
  height: 46px;
  width: 46px;
  font-size: 17px;
  line-height: 46px;
  color: #fff;
  border-radius: 50%;
  background-color: #1e1e1e;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.nadox-social-login ul li a.login-facebook {
  background-color: #3b5998;
}

.nadox-social-login ul li a.login-google {
  background-color: #e74c3c;
}

.nadox-social-login ul li a.login-twitter {
  background-color: #1DA1F2;
}

#customer_login {
  overflow: hidden;
}

.col-2,
.col-1 {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

address {
  margin-bottom: 20px;
}

#customer_login .col-1,
#customer_login .col-2 {
  width: calc(50% - 30px);
  float: left;
  border: 1px solid #eee;
  padding: 40px 40px 10px 40px;
  max-width: 100%;
}

#customer_login .col-2 {
  float: right;
}

#customer_login .form-row {
  margin-bottom: 25px;
}

#customer_login>div>h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
}

#customer_login>div>form .form-row:not(.form-row-wide) {
  text-align: center;
}

form.nadox-form-login .form-row:not(.form-row-wide),
form.register .form-row:not(.form-row-wide) {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  padding-top: 9px;
}

form.nadox-form-login .button,
form.register .button {
  height: 52px;
  line-height: 52px;
  border-radius: 0;
  background-color: #eeab10;
  display: inline-block;
  min-width: 160px;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

form.nadox-form-login .button:hover,
form.register .button:hover {
  background: #f2f2f2;
  color: #222;
}

form.nadox-form-login .nadox-Button {
  float: left;
}

form.nadox-form-login .nadox-form__label {
  margin-bottom: 0;
  margin-top: 12px;
  float: right;
}

form.nadox-form-login .lost_password {
  font-style: italic;
  font-size: 14px;
  margin-top: -20px;
}

form.nadox-form-login .lost_password a {
  position: relative;
  display: inline-block;
  padding-bottom: 6px;
}

form.nadox-form-login .lost_password a:not(:hover) {
  color: inherit;
}

form.nadox-form-login .lost_password a::before {
  content: '';
  border-bottom: 1px solid;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nadox-MyAccount-navigation {
  float: left;
  width: 30%;
  padding-right: 40px;
}

.nadox-MyAccount-content {
  float: left;
  width: 70%;
}

.nadox-MyAccount-navigation>ul {
  padding-left: 0;
}

.nadox-MyAccount-navigation>ul li {
  line-height: 50px;
  list-style: none;
  font-weight: 500;
}

.nadox-MyAccount-navigation>ul li:not(:first-child) {
  border-top: 1px solid #ebebeb;
}

.nadox-MyAccount-navigation>ul li.is-active a {
  color: #eeab10;
}

.nadox-MyAccount-content .form-row label {
  display: block;
  font-weight: normal;
}

.nadox-MyAccount-content fieldset {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.nadox-MyAccount-content fieldset legend {
  color: #000;
  display: block;
  border-bottom: none;
}

.nadox-MyAccount-content fieldset~p .nadox-Button {
  min-width: 159px;
  height: 52px;
  line-height: 52px;
  border-radius: 0;
  font-weight: 500;
  background-color: #1b1b1b;
}

.nadox-MyAccount-content fieldset~p .nadox-Button:hover {
  background-color: #eeab10;
}

.nadox-MyAccount-content .form-row input {
  width: 100%;
}

.nadox-MyAccount-content h3 {
  margin: 0 0 20px;
}

.nadox-MyAccount-content p {
  margin-bottom: 15px;
}

.nadox-Adchair {
  margin-bottom: 30px;
  padding: 25px 15px;
  border: 2px solid #d1d1d1;
  margin-top: 30px;
  position: relative;
}

.nadox-Adchair .nadox-Adchair-title>h3 {
  font-size: 18px;
}

/*.nadox-password*/
.nadox-password-strength {
  margin-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.nadox-password-strength::before {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background-color: #c2c2c2;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nadox-password-strength::after {
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nadox-password-strength.short::after {
  background-color: #f44336;
  width: 25%;
}

.nadox-password-strength.bad::after {
  background-color: #ff9800;
  width: 50%;
}

.nadox-password-strength.good::after {
  background-color: #2196F3;
  width: 75%;
}

.nadox-password-strength.strong::after {
  background-color: #4CAF50;
  width: 100%;
}

.nadox-ResetPassword .form-row .nadox-Button {
  height: 54px;
  line-height: 54px;

  min-width: 150px;
}

.nadox-ResetPassword .form-row .nadox-Button:hover {
  background-color: #eeab10;
}

.nadox-ResetPassword .form-row {
  float: none;
}

@media (max-width: 1199px) {

  body.nadox-account .nadox-notices-wrapper~h2,
  body.nadox-account .nadox-notices-wrapper~.nadox-form-login,
  .checkout_coupon,
  #customer_login .col-1,
  #customer_login .col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {

  #customer_login .col-1,
  #customer_login .col-2 {
    width: 100%;
    min-height: 0;
  }

  #customer_login .col-1 {
    margin-bottom: 30px;
  }

  .nadox-MyAccount-navigation {
    width: 100%;
    padding-right: 0;
  }

  .nadox-MyAccount-content {
    width: 100%;
  }

  .nadox-MyAccount-navigation>ul {
    margin-bottom: 40px;
  }

  #customer_login .form-row:not(.form-row-wide) {
    margin-bottom: 20px;
  }

}

@media (max-width: 479px) {
  #customer_login .nadox-form__label {
    float: none;
  }

  #customer_login .nadox-Button {
    float: none;
  }

}

/* ==========================================================================
8.4 WISHLIST PAGE
========================================================================== */
.wishlist-title {
  display: block;
}

.wishlist-title h2 {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 25px;
  background-color: #f6f6f6;
  display: block;
}

.nadox table.wishlist_table {
  background-color: #fff;
  margin-bottom: 0;
  border-left: none;
  border-right: none;
}

.nadox table.wishlist_table tr th,
.nadox table.wishlist_table tr td {
  border-left: none;
  border-right: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.nadox table.wishlist_table thead {
  display: none;
}

.nadox table.wishlist_table tbody tr td.product-thumbnai {
  border-right: 0;
}

.nadox table.wishlist_table tbody tr td.product-name {
  border-left: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.nadox table.wishlist_table tr td.product-thumbnail a {
  display: inline-block;
  max-width: 89px;
}

.nadox table.wishlist_table .yith-wcqv-button {
  display: none;
}

.nadox table.wishlist_table .product-price {
  font-size: 15px;
  color: #000;
}

.nadox table.wishlist_table tbody tr td.wishlist-empty {
  font-size: 42px;
  line-height: 1.2;
  padding: 90px 15px;
}

.nadox table.wishlist_table tr td.product-stock-status span {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  font-size: 15px;
}

.nadox table.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #31d16a;
}

.nadox table.wishlist_table td.product-add-to-cart {
  border-right: 0;
  text-align: right;
}

.nadox table.wishlist_table td.product-add-to-cart a {
  display: inline-block !important;
  min-width: 164px;
  height: 49px;
  line-height: 49px;
  background-color: #1b1b1b;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #ffffff;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 0;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
}

.nadox table.wishlist_table td.product-add-to-cart a:hover {
  background-color: #eeab10;
}

.nadox table.wishlist_table tfoot td {
  padding: 0;
  border: 0;
}

.nadox table.wishlist_table .yith-wcwl-share {
  margin-bottom: 10px;
  padding: 15px 25px;
}

.nadox table.wishlist_table .yith-wcwl-share h4.yith-wcwl-share-title {
  font-size: 14px;
}

@media (max-width: 1499px) {
  .nadox table.wishlist_table tbody tr td.wishlist-empty {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .nadox table.wishlist_table tbody tr td.wishlist-empty {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 24px;
  }

  .nadox table.wishlist_table tr th,
  .nadox table.wishlist_table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .nadox table.wishlist_table tbody tr:first-child td {
    padding-top: 15px;
  }

  .nadox table.wishlist_table tbody tr td.wishlist-empty {
    font-size: 26px;
  }
}

.dreaming-wccp-content-wrap {
  display: inline-block;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.dreaming-wccp-content-wrap .button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
}

.dreaming-wccp-content-wrap .dreaming-Price-amount {
  color: #eeab10;
  font-weight: 500;
}

.dreaming-wccp-content-wrap .dreaming-wccp-left-part {
  border-right: 1px solid #e5e5e5;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  width: 144px;
  float: left;
}

.dreaming-wccp-content-wrap .dreaming-item {
  border-left: 1px solid #e5e5e5;
}

.dreaming-wccp-content-wrap .dreaming-wccp-col {
  max-width: 100%;
  text-align: center;
}

.dreaming-wccp-content-wrap .dreaming-wccp-col .dreaming-wccp-field {
  border-bottom: 1px solid #e7e7e7;
  height: 42px;
  line-height: 40px;
  padding-left: 15px;
  font-size: 15px;
  padding-right: 15px;
  color: #444;
}

.dreaming-wccp-content-wrap .dreaming-wccp-col .dreaming-wccp-field:nth-child(2n) {
  background: #f9f9f9;
}

.dreaming-wccp-content-wrap .dreaming-wccp-col .dreaming-wccp-field.field-image {
  height: 250px;
  margin-top: 15px;
}

.dreaming-wccp-content-wrap .dreaming-wccp-left-part .dreaming-wccp-col .dreaming-wccp-field {
  color: #000;
}

.dreaming-wccp-content-wrap .dreaming-wccp-right-part {
  width: calc(100% - 143px);
  margin-left: -1px;
  margin-right: -1px;
  float: left;
}

.dreaming-wccp-content-wrap .dreaming-wccp-right-part img {
  margin-left: auto;
  margin-right: auto;
  max-height: 200px;
}

.dreaming-wccp-content-wrap .product-title {
  font-size: 14px;
}

.dreaming-wccp-remove-product {
  font-size: 20px;
}

.dreaming-wccp-content-wrap .dreaming-wccp-field:last-child {
  border: none;
}

/* ==========================================================================
8.5 TRACK YOUR ORDER
========================================================================== */
.track_order {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ebebeb;
  padding: 35px 40px 40px 40px;
}

.track_order .form-row {
  margin-bottom: 0;
  margin-top: 30px;
  float: none;
}

.track_order p:first-child {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

.track_order label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.track_order .form-row-first,
.track_order .form-row-last {
  width: 100%;
}

.track_order .button {
  margin: 0 auto;
  display: table;
  border-radius: 0;
  background-color: #eeab10;
  font-weight: 600;
  min-width: 160px;
  height: 52px;
  line-height: 52px;
  padding: 0 15px;
  text-align: center;
  font-size: 13px;
}

.track_order .button:hover {
  color: #222;
  background-color: #f2f2f2;
}

/* ==========================================================================
8.6 PAGE 404
========================================================================== */
body.error404 .header {
  position: static;
}

.main-container.error-404 .title-404 {
  margin: 0;
  font-size: 270px;
  line-height: 1;
}

.main-container.error-404 .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
  margin-bottom: 20px;
}

.main-container.error-404 .subtitle {
  font-size: 18px;
  color: #7e848b;
  margin-bottom: 55px;
}

.main-container.error-404 .button {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  padding: 0 25px;
  color: #fff;
  background-color: #eeab10;
  font-family: 'Roboto', sans-serif;
}

.main-container.error-404 .button:hover {
  background-color: #000000;
}

@media (max-width: 1199px) {
  .page-title {
    font-size: 32px;
  }

  .main-container.error-404 .title-404 {
    font-size: 200px;
  }
}

@media (max-width: 767px) {
  .main-container.error-404 .title-404 {
    font-size: 140px;
  }

  .main-container.error-404 .title {
    font-size: 26px;
  }

  .main-container.error-404 .subtitle {
    font-size: 15px;
  }
}

/*===============================================================
8.7 POPUP NEWSLETTER
===============================================================*/
#popup-newsletter {
  overflow-y: hidden !important;
}

#popup-newsletter .modal-content {
  background-color: #fff;
}

#popup-newsletter button.close {
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 40px;
  height: 40px;
  display: block;
  background-color: transparent;
  color: #000;
  z-index: 1;
  opacity: 1;
}

#popup-newsletter button.close:hover {
  color: #eeab10;
}

#popup-newsletter button.close::before,
#popup-newsletter button.close::after {
  border-bottom: 2px solid;
  content: "";
  left: 12px;
  position: absolute;
  top: 19px;
  width: 17px;
}

#popup-newsletter button.close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#popup-newsletter button.close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#popup-newsletter .modal-inner {
  overflow: hidden;
}

#popup-newsletter .modal-inner .modal-thumb {
  float: left;
  width: 40%;
}

#popup-newsletter .modal-inner .modal-info {
  overflow-y: auto;
  text-align: center;
  padding: 70px 40px 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
}

#popup-newsletter .title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
}

#popup-newsletter .des {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
  max-width: 395px;
  display: inline-block;
}

#popup-newsletter .newsletter-form-wrap .email {
  width: 100%;
  height: 52px;
  line-height: 52px;
  margin-bottom: 22px;
  text-align: center;
}

#popup-newsletter .newsletter-form-wrap .submit-newsletter {
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-weight: 500;
}

#popup-newsletter .newsletter-form-wrap .submit-newsletter:hover {
  background-color: #eeab10;
}

#popup-newsletter .checkbox {
  text-align: right;
  margin: 30px 0 0;
}

#popup-newsletter .checkbox label {
  padding-left: 0;
}

#popup-newsletter .checkbox .nadox_disabled_popup_by_user {
  display: none;
}

#popup-newsletter .checkbox span {
  position: relative;
  padding-left: 20px;
  color: #999999;
}

#popup-newsletter .checkbox span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #dbdbdb;
  background-color: #f4f4f4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#popup-newsletter .checkbox .nadox_disabled_popup_by_user:checked~span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  max-height: calc(100% - 60px);
  overflow-y: auto;
  padding: 15px !important;
}

.modal-dialog {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

.modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal-backdrop.in {
  opacity: 0.8;
}

@media (max-width: 991px) {
  #popup-newsletter .title {
    font-size: 24px;
  }

  #popup-newsletter .des {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  #popup-newsletter button.close {
    top: 0;
  }

  #popup-newsletter .title {
    margin: 0 0 15px;
  }

  #popup-newsletter .checkbox {
    margin: 15px 0 0;
  }

  #popup-newsletter .modal-inner .modal-info {
    padding: 40px 30px 20px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 1000px;
    max-width: calc(100% - 30px);
    margin: auto;
  }

  .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  #popup-newsletter .title {
    font-size: 20px;
  }

  #popup-newsletter .des {
    font-size: 14px;
    line-height: 20px;
  }

  #popup-newsletter .modal-inner .modal-info {
    position: static;
    width: 100%;
    padding: 40px 20px 20px;
  }

  #popup-newsletter .modal-inner .modal-thumb {
    display: none;
  }
}

/*===============================================================
9.0 SHORTCODE
===============================================================*/
/*===============================================================
9.1 NADOX TABS
===============================================================*/
.tab-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.tab-container .tab-panel.active {
  opacity: 1;
  visibility: visible;
  position: static;
  height: auto;
  overflow: inherit;
}

.tab-container .tab-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  height: 1px;
  overflow: hidden;
}

.nadox-tabs {
  position: relative;
  z-index: 1;
}

.nadox-tabs .tab-link {
  padding-left: 0;
  list-style: none;
}

.nadox-tabs .tab-link li a {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

/*nadox-tabs-style-1*/
.nadox-tabs.style1 .tab-head {
  margin-bottom: 48px;
}

.nadox-tabs.style1 .tab-link {
  display: inline-block;
  width: 100%;
}

.nadox-tabs.style1 .tab-link li {
  float: left;
  border-right: 1px solid #e4e9ef;
  border-top: 1px solid #e4e9ef;
  border-bottom: 1px solid #e4e9ef;
  border-left: 1px solid transparent;
  width: 16.6%;
  padding: 1px 0;
  position: relative;
}

.nadox-tabs.style1 .tab-link li.active,
.nadox-tabs.style1 .tab-link li:hover,
.nadox-tabs.style1 .tab-link li:first-child.active,
.nadox-tabs.style1 .tab-link li:first-child:hover {
  background-color: #000000;
  border-color: #000000;
}

.nadox-tabs.style1 .tab-link li:first-child {
  border-left: 1px solid #e4e9ef;
}

.nadox-tabs.style1 .tab-link li.active:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.nadox-tabs.style1 .tab-link li img {
  opacity: 1;
  filter: brightness(0.5);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.nadox-tabs.style1 .tab-link li.active img,
.nadox-tabs.style1 .tab-link li:hover img {
  opacity: 1;
  filter: brightness(1);
}

.nadox-tabs.style1 .product-item.style-2 .product-thumb {
  width: 150px;
  margin-right: 27px;
}

.nadox-tabs.style1 .product-item.style-2 .product-name {
  line-height: 28px;
}

.nadox-tabs.style1 .product-item.style-2 .price ins {
  color: #000;
}

/*nadox-tabs-style-2*/
.nadox-tabs.style2 .tab-link {
  text-align: center;
  margin-bottom: 65px;
}

.nadox-tabs.style2 .tab-link li {
  display: inline-block;
  border: 1px solid #e6e6e6;
  margin: 0 3px;
  border-radius: 30px;
}

.nadox-tabs.style2 .tab-link li.active,
.nadox-tabs.style2 .tab-link li:hover {
  background-color: #000000;
  border: 1px solid #000000;
}

.nadox-tabs.style2 .tab-link li a {
  height: 52px;
  line-height: 50px;
  padding: 0 40px;
  display: block;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.nadox-tabs.style2 .tab-link li.active a,
.nadox-tabs.style3 .tab-link li.active a,
.nadox-tabs.style5 .tab-link li.active a,
.nadox-tabs.style2 .tab-link li:hover a,
.nadox-tabs.style3 .tab-link li:hover a,
.nadox-tabs.style5 .tab-link li:hover a {
  color: #fff;
}

/*nadox-tabs-style-3*/
.nadox-tabs.style3 .tab-head {
  margin-bottom: 45px;
  display: inline-block;
  width: 100%;
}

.nadox-tabs.style2 .nadox-title,
.nadox-tabs.style3 .nadox-title,
.nadox-tabs.style5 .nadox-title {
  display: inline-block;
  font-size: 26px;
  letter-spacing: 1px;
  margin-top: 12px;
  font-weight: 700;
  position: relative;
}

.nadox-tabs.style2 .nadox-title::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  border-bottom: 2px solid #eeab10;
  width: 40px;
}

.nadox-tabs.style3 .nadox-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  border-bottom: 3px solid #eeab10;
  width: 50px;
}

.nadox-tabs.style3 .tab-link {
  float: right;
}

.nadox-tabs.style3 .tab-link li,
.nadox-tabs.style5 .tab-link li {
  display: inline-block;
  border: 1px solid #bbb;
  margin: 0 1px;
  border-radius: 30px;
}

.nadox-tabs.style3 .tab-link li.active,
.nadox-tabs.style3 .tab-link li:hover {
  border-color: #eeab10;
  background-color: #eeab10;
}

.nadox-tabs.style3 .tab-link li a,
.nadox-tabs.style5 .tab-link li a {
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  text-transform: capitalize;
  font-size: 16px;
  color: #72797e;
  display: inline-block;
}

/*nadox-tabs-style-4*/
.nadox-tabs.style5 .tab-head {
  margin-bottom: 55px;
}

.nadox-tabs.style2 .nadox-title,
.nadox-tabs.style5 .nadox-title {
  display: inherit;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 53px;
}

.nadox-tabs.style5 .tab-link {
  text-align: center;
}

.nadox-tabs.style5 .tab-link li.active,
.nadox-tabs.style5 .tab-link li:hover {
  border-color: #eeab10;
  background-color: #eeab10;
}

@media (max-width: 1199px) {
  .nadox-tabs.style1 .tab-head {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .nadox-tabs.style1 .tab-container {
    width: 100%;
  }

  .nadox-tabs.style1 .tab-link {
    border-bottom: 1px solid #e4e9ef;
  }

  .nadox-tabs.style1 .tab-link li {
    display: inline-block;
    float: left;
    width: 33.33%;
    border-bottom: none;
  }

  .nadox-tabs.style1 .tab-link li.active::before {
    display: none;
  }

  .nadox-tabs.style1 .tab-link li a figure,
  .nadox-tabs.style1 .tab-link li a img {
    margin: 0 auto;
  }

  .nadox-tabs.style1 .tab-link li.active:after {
    display: none;
  }

  .nadox-tabs.style1 .tab-link li:nth-child(2n+4) {
    border-left: 1px solid #e4e9ef;
  }

  .nadox-tabs.style1 .tab-link li:nth-child(2n+4).active,
  .nadox-tabs.style1 .tab-link li:nth-child(2n+4):hover {
    border-left-color: #000000;
  }

  .nadox-tabs.style1 .tab-link li:last-child {
    border-left: none;
  }

  .nadox-tabs.style3 .nadox-title {
    display: block;
    margin-bottom: 30px;
  }

  .nadox-tabs.style3 .tab-link {
    float: none;
  }

  .nadox-tabs.style3 .tab-link li {
    margin-bottom: 10px;
  }

  .nadox-tabs.style3 .tab-head {
    margin-bottom: 40px;
  }

  .nadox-tabs.style3 .tab-link li,
  .nadox-tabs.style5 .tab-link li {
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .nadox-tabs.style1 .tab-head {
    margin-bottom: 0;
  }

  .nadox-tabs.default .tab-link li,
  .nadox-tabs.style2 .tab-link li,
  .nadox-tabs.style3 .tab-link li {
    margin-left: 0;
    margin-right: 0;
  }

  .nadox-tabs.style2 .tab-link li {
    margin-bottom: 5px;
  }

  .nadox-tabs.style2 .tab-head,
  .nadox-tabs.style3 .tab-head {
    text-align: center;
  }

  .nadox-tabs.style2 .tab-head::before,
  .nadox-tabs.style3 .tab-head::before {
    display: none;
  }

  .nadox-tabs.style2 .tab-link,
  .nadox-tabs.style3 .tab-link,
  .nadox-tabs.style3 .view-all {
    float: none;
  }

  .nadox-tabs.style2 .tab-link {
    margin-bottom: 30px;
  }

  .nadox-tabs.style1 .product-item.style-2 .product-thumb {
    max-width: 90px;
    margin-right: 15px;
  }

  .nadox-tabs.style3 .tab-head {
    margin-bottom: 20px;
  }

  .nadox-tabs.style2 .nadox-title {
    margin-bottom: 30px;
  }

  .nadox-tabs.style5 .nadox-title {
    margin-bottom: 15px;
  }

  .nadox-tabs.style5 .tab-head {
    margin-bottom: 7px;
  }

  .nadox-tabs.style3 .nadox-title {
    margin-bottom: 30px;
  }

  .nadox-tabs.style3 .nadox-title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 640px) {

  .nadox-tabs.style2 .nadox-title,
  .nadox-tabs.style3 .nadox-title,
  .nadox-tabs.style5 .nadox-title {
    font-size: 22px;
  }

  .nadox-tabs.style1 .tab-head {
    padding-bottom: 14px;
  }

  .nadox-tabs.style2 .tab-link {
    margin-bottom: 15px;
  }
}

/*===============================================================
9.2 NADOX ICONBOX
===============================================================*/
.nadox-iconbox .iconbox-inner .icon span {
  display: inline-block;
}

.nadox-iconbox:not(.style2):hover .iconbox-inner .icon span {
  -webkit-animation: bounceIn 0.3s ease-out;
  -o-animation: bounceIn 0.3s ease-out;
  animation: bounceIn 0.3s ease-out;
}

.nadox-iconbox .iconbox-inner .title a {
  color: inherit;
}

/*.nadox-iconbox.default*/
.nadox-iconbox.default .box-icon {
  float: left;
  margin-right: 30px;
}

.nadox-iconbox.default .content {
  overflow: hidden;
}

.nadox-iconbox.default .iconbox-inner .icon span,
.nadox-iconbox.style5 .iconbox-inner .icon span {
  display: inline-block;
  font-size: 40px;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  background: #eeab10;
  border-radius: 50%;
  text-align: center;
}

.nadox-iconbox.default .iconbox-inner .title,
.nadox-iconbox.style5 .iconbox-inner .title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nadox-iconbox.default .iconbox-inner .text,
.nadox-iconbox.style5 .iconbox-inner .text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  color: #72797e;
}

/*.nadox-iconbox.style1*/
.nadox-iconbox.style1 .testimonial-info {
  font-size: 16px;
  color: #72797e;
  line-height: 28px;
  border: 1px solid #e4e9ef;
  padding: 45px 38px 34px;
  position: relative;
  background-color: #fff;
}

.nadox-iconbox.style1 .testimonial-info:after {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #e4e9ef;
  left: 80px;
  bottom: -9px;
  content: '';
  border-radius: 3px;
  background-color: #fff;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nadox-iconbox.style1 .testimonial-info:before {
  width: 60px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 60px;
  content: '';
  display: inline-block;
  z-index: 2;
}

.nadox-iconbox.style1 .testimonial-author {
  margin-left: 50px;
  margin-top: 25px;
  overflow: hidden;
}

.nadox-iconbox.style1 .star:before {
  display: inline-block;
  font-size: 14px;
  font-family: 'FontAwesome', sans-serif;
  content: "\f005";
  letter-spacing: 10px;
  color: #ed8a19;
}

.nadox-iconbox.style1 .star-0:before {
  content: "";
}

.nadox-iconbox.style1 .star-2:before {
  content: "\f005\f005";
}

.nadox-iconbox.style1 .star-3:before {
  content: "\f005\f005\f005";
}

.nadox-iconbox.style1 .star-4:before {
  content: "\f005\f005\f005\f005";
}

.nadox-iconbox.style1 .star-5:before {
  content: "\f005\f005\f005\f005\f005";
}

.nadox-iconbox.style1 .testimonial-author .avatar {
  width: 88px;
  float: left;
  border-radius: 50%;
  margin-right: 25px;
}

.nadox-iconbox.style1 .testimonial-author .author-info {
  overflow: hidden;
}

.nadox-iconbox.style1 .testimonial-author .text-name {
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: -3px;
  font-weight: 600;
  margin-top: 23px;
  font-family: 'Roboto', sans-serif;
}

.nadox-iconbox.style1 .testimonial-author .text-position {
  color: #a9b1bb;
  font-size: 14px;
  margin-bottom: 0;
}

/*.nadox-iconbox.style2*/
.nadox-iconbox.style2 {
  color: #fff;
  padding: 65px 24px 15px;
  padding: 15px 24px;
  position: relative;
  background-color: #eeab10;
  /* margin-bottom: 40px; */
}

.footer.style2 .nadox-iconbox.style2 {
  padding-top: 27px;
}

.footer.style2 .nadox-iconbox.style2::before {
  display: none;
}

.nadox-iconbox.style2 .box-icon {
  float: left;
  margin-right: 20px;
}

.nadox-iconbox.style2 .box-icon .text-1 {
  position: absolute;
  top: 175px;
  margin-bottom: 0;
  left: 83px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: left top;
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
}

.footer.style2 .nadox-iconbox.style2 .box-icon .text-1 {
  top: 139px;
}

.nadox-iconbox.style2 .iconbox-inner .icon span {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: #000;
  line-height: 82px;
  text-align: center;
  font-size: 35px;
  border: 7px solid transparent;
}

.nadox-iconbox.style2 .content {
  overflow: hidden;
  font-size: 14px;
  line-height: 25px;
}

.nadox-iconbox.style2 .title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 12px;
}

.nadox-iconbox.style2 .text-2 {
  color: #fff;
  font-size: 35px;
  font-size: 16px;
  /* font-weight: 300; */
  line-height: 30px;
}

.nadox-iconbox.style2 .text-2 a:hover {
  color: #fff;
}

.nadox-iconbox.style2 .text {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

/*.nadox-iconbox.style3*/

.nadox-iconbox.style3 .iconbox-inner {
  padding: 25px 23px 19px;
}

.nadox-iconbox.style3 .iconbox-inner .icon {
  float: left;
  font-size: 37px;
  padding-right: 18px;
  color: #383f44;
}

.nadox-iconbox.style3 .iconbox-inner .icon span {
  font-size: inherit;
}

.nadox-iconbox.style3 .iconbox-inner .content {
  overflow: hidden;
}

.nadox-iconbox.style3 .iconbox-inner .title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 4px;
}

.nadox-iconbox.style3 .iconbox-inner .text {
  font-size: 12px;
  line-height: 18px;
  color: #72797e;
  margin-bottom: 0;
}

/*nadox-iconbox.style4*/

.nadox-iconbox.style4 {
  position: relative;
  overflow: hidden;
  background-color: #21dd71;
}

.nadox-iconbox.style4 .iconbox-inner {
  position: relative;
  padding: 18px 24px 13px;
}

.nadox-iconbox.style4 .iconbox-inner .title {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nadox-iconbox.style4 .iconbox-inner .icon {
  float: left;
  font-size: 40px;
  padding-right: 15px;
  padding-top: 11px;
  color: #fff;
}

.nadox-iconbox.style4 .iconbox-inner .icon span {
  font-size: inherit;
}

.nadox-iconbox.style4 .iconbox-inner .content {
  overflow: hidden;
}

.nadox-iconbox.style4 .iconbox-inner .text {
  font-size: 22px;
  line-height: 35px;
  color: #fff;
}

/*.nadox-iconbox.style5*/
.nadox-iconbox.style5 {
  text-align: center;
}

.nadox-iconbox.style5 .box-icon {
  margin-bottom: 18px;
}

/*.nadox-iconbox.style6*/
.nadox-iconbox.style6 {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 10px;
  padding-top: 30px;
  margin-top: 40px;
  margin-bottom: 48px;
}

.nadox-iconbox.style6 .text {
  font-weight: 600;
  font-size: 16px;
}

.nadox-iconbox.style6 .box-icon {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 18px;
  color: #eeab10;
}

@media (max-width: 1199px) {
  .fullwidth-template .nadox-iconbox .iconbox-inner .text br {
    display: none;
  }

  /* .nadox-iconbox.style2 {
    padding-top: 40px;
    margin-top: 40px;
  } */

  .nadox-iconbox.style2:before {
    display: none;
  }

  .nadox-iconbox.style5 {
    padding: 0 30px;
  }

  .nadox-iconbox.style6 {
    margin-top: 10px;
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* .nadox-iconbox.style2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  } */

  .nadox-iconbox.style2 .text-2 {
    /* font-size: 25px; */
  }
}

@media (max-width: 767px) {
  .nadox-iconbox.style2 {
    padding: 15px;
    /* padding-bottom: 0;
    margin-top: 30px; */
  }

  .nadox-iconbox.style2 .box-icon {
    float: none;
  }

  .nadox-iconbox.style2 .box-icon .text-1 {
    margin-top: 10px;
    position: static;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  .nadox-iconbox.style2 .title {
    margin-top: 5px;
  }

  .nadox-iconbox.style2 .text-2 {
    /* font-size: 25px; */
    margin-bottom: 10px;
  }

  .nadox-iconbox.style2 .text {
    margin-bottom: 10px;
  }

  .nadox-iconbox.style6 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 640px) {
  .nadox-iconbox.style2 .iconbox-inner .icon span {
    width: 56px;
    height: 56px;
    line-height: 45px;
    font-size: 20px;
  }

  .nadox-iconbox.default .box-icon {
    margin-right: 20px;
  }

  .nadox-iconbox.default .iconbox-inner .title,
  .nadox-iconbox.style5 .iconbox-inner .title {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .nadox-iconbox.default .iconbox-inner .text,
  .nadox-iconbox.style5 .iconbox-inner .text {
    font-size: 15px;
    line-height: 24px;
  }

  .nadox-iconbox.style5 .box-icon {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .nadox-iconbox.default {
    text-align: center;
  }

  .nadox-iconbox.default .box-icon {
    float: none;
    display: block;
    margin: 0;
    margin-bottom: 5px;
  }
}

/*===============================================================
9.3 NADOX HEADING
==============================================================*/
.nadox-heading.style1 .nadox-title {
  font-size: 30px;
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 15px;
}

.nadox-heading.style1 .nadox-title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 1px;
  display: inline-block;
  content: '';
  background-color: #eeab10;
}

.nadox-heading.style1 .desc {
  font-size: 16px;
  line-height: 28px;
  color: #72797e;
  margin-bottom: 48px;
}

.nadox-heading.style1 .view-all {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  height: 46px;
  line-height: 42px;
  border-radius: 30px;
  background-color: #eeab10;
  padding: 0 30px;
  font-family: 'Roboto', sans-serif;
  border: 2px solid #eeab10;
}

.nadox-heading.style1 .view-all:hover {
  color: #eeab10;
  background-color: transparent;
}

.nadox-heading.style2 .nadox-title {
  margin: 0;
  color: #000;
  font-size: 22px;
  position: relative;
}

.nadox-heading.style2 .nadox-title::after {
  content: '';
  display: inline-block;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 1px;
  position: absolute;
  background-color: #eeab10;
}

.nadox-heading.style3 {
  margin-top: -10px;
}

.nadox-heading.style3 .desc {
  margin: 0;
  color: #000;
  font-size: 30px;
  line-height: 50px;
  font-weight: 300;
}

.nadox-heading.style4 .desc {
  font-size: 16px;
  color: #72797e;
  line-height: 28px;
  margin: 0;
}

.nadox-heading.style5 .nadox-title {
  font-size: 26px;
  color: #000;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 55px;
}

.nadox-heading.style5 .nadox-title::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  bottom: -10px;
  left: 0;
  right: 0;
  background-color: #eeab10;
}

.nadox-heading.style6 {
  margin-bottom: 45px;
}

.nadox-heading.style6 .nadox-title {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
}

.nadox-heading.style6 .nadox-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 3px solid #eeab10;
  width: 50px;
}

.nadox-heading.style6 .view-all {
  float: right;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  background-color: #000;
  padding: 5px 20px;
  border-radius: 20px;
  font-weight: 500;
}

.nadox-heading.style6 .view-all:hover {
  background-color: #eeab10;
}

.nadox-heading.style6 .view-all::after {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left: 8px;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
}

.nadox-heading.style7 .nadox-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  font-weight: 600;
}

.nadox-heading.style7 .nadox-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 37px;
}

.sticky-info_single_wrap.wrapper_menu-sticky .single .famisp-sales-popup-wrap {
  bottom: 85px;
}

@media (max-width: 1199px) {
  .nadox-heading.style1 .nadox-title {
    font-size: 25px;
    margin: 0 0 15px;
    padding-bottom: 15px;
  }

  .nadox-heading.style1 .desc {
    margin-bottom: 25px;
  }

  .nadox-heading.style3 {
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .block-nav-category .nadox-heading.style7 .nadox-title {
    color: #000;
  }

  .sticky_info_single_product {
    display: none;
  }
}

@media (max-width: 640px) {
  .nadox-heading.style6 .nadox-title {
    font-size: 22px;
  }

  .nadox-heading.style5 .nadox-title {
    font-size: 22px;
  }
}

/*===============================================================
9.4 NADOX CUSTOMMENU
===============================================================*/
.nadox-custommenu .widgettitle {
  font-size: 16px;
}

.nadox-custommenu .menu {
  padding-left: 0;
  list-style: none;
}

/*box-header-nav*/
.nadox-listitem.style-01 .title,
.box-header-nav .nadox-custommenu .widgettitle {
  font-size: 16px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 18px;
  margin-top: -2px;
}

.nadox-listitem.style-01 .title::before,
.box-header-nav .nadox-custommenu .widgettitle::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 37px;
  background-color: #eeab10;
}

.nadox-listitem.style-01 .listitem-list,
.box-header-nav .nadox-custommenu .menu {
  padding-left: 0;
  list-style: none;
}

.nadox-listitem.style-01 .listitem-list a,
.box-header-nav .nadox-custommenu .menu-item a {
  font-size: 14px;
  line-height: 30px;
}

.nadox-listitem.style-01 .listitem-list a:not(:hover),
.box-header-nav .nadox-custommenu .menu-item a:not(:hover) {
  color: #72797e;
}

/*block-nav-category*/
.nadox-listitem.style-01 .title,
.block-nav-category .nadox-custommenu .widgettitle,
.box-header-nav .nadox-custommenu .widgettitle {
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  font-weight: 600;
}

.nadox-listitem.style-01 .title::before,
.block-nav-category .nadox-custommenu .widgettitle::before,
.box-header-nav .nadox-custommenu .widgettitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 37px;
}

.block-nav-category .nadox-custommenu .menu-item a {
  font-size: 14px;
  line-height: 26px;
}

.block-nav-category .nadox-custommenu .menu-item a:not(:hover) {
  color: #72797e;
}

/*footer*/
.footer .nadox-custommenu {
  margin-top: 70px;
}

.footer .nadox-custommenu .widgettitle,
.footer .nadox-slide .nadox-title {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
}

.footer .nadox-custommenu .widgettitle::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  border-bottom: 2px solid #eeab10;
}

.footer .nadox-slide .nadox-title {
  margin-bottom: 18px;
}

.footer .nadox-custommenu .menu-item {
  font-size: 16px;
  padding: 6px 0;
}

.footer .nadox-custommenu .menu-item a:not(:hover) {
  color: #72797e;
}

@media (max-width: 1199px) {
  .footer .nadox-custommenu {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .footer .nadox-slide .nadox-title {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer .nadox-custommenu {
    margin-top: 30px;
  }

  .footer .nadox-custommenu .menu-item {
    padding: 2px 0;
  }
}

/*===============================================================
9.5 NADOX SOCIAL
===============================================================*/
.nadox-socials .widgettitle {
  font-size: 15px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

.nadox-socials .widgettitle::before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 30px;
  border-bottom: 2px solid #eeab10;
}

.nadox-socials .content-socials .socials-list {
  overflow: hidden;
  padding-left: 0;
  list-style: none;
}

.nadox-socials .content-socials .socials-list li {
  display: inline-block;
  float: left;
  margin-right: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.nadox-socials .content-socials .socials-list li:last-child {
  margin-right: 0;
}

.nadox-socials .content-socials .socials-list li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: #61676c;
  font-size: 0;
  transition: all .5s ease-out;
}

.nadox-socials .content-socials .socials-list li a:hover {
  color: #fff;
  background-color: #eeab10;
}

.nadox-socials .content-socials .socials-list li a span {
  font-size: 16px;
  line-height: 45px;
}

/*===============================================================
9.6 NADOX NEWSLETTER
===============================================================*/
.nadox-newsletter.style1>* {
  display: inline-block;
  vertical-align: middle;
}

.nadox-newsletter.style1 .img-newsletter {
  margin-right: 54px;
}

.nadox-newsletter.style1 .box-info {
  margin-right: 80px;
}

.nadox-newsletter.style1 .widgettitle,
.nadox-newsletter.style2 .widgettitle {
  font-size: 30px;
  line-height: 28px;
  margin-bottom: 12px;
}

.nadox-newsletter.style1 .desc {
  font-size: 16px;
  line-height: 28px;
  color: #72797e;
  padding: 0;
  margin: 0;
}

.nadox-newsletter.style2 {
  padding: 130px 0 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../image/bg-newsleter.jpg);
}

.nadox-newsletter.style2 .newsletter-content {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 105px;
}

.nadox-newsletter.style2 .newsletter-content>* {
  display: inline-block;
  vertical-align: middle;
}

.nadox-newsletter.style2 .newsletter-text {
  margin-right: 100px;
}

.nadox-newsletter.style2 .widgettitle {
  color: #fff;
  font-weight: 600;
  margin-bottom: 17px;
}

.nadox-newsletter.style2 .newsletter-content .desc {
  color: #fff;
  line-height: 100%;
}

.nadox-newsletter.style2 .return-message {
  display: block;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  margin-right: 7px;
}

.newsletter-form-wrap {
  position: relative;
}

.newsletter-form-wrap .email-newsletter {
  height: 70px;
  line-height: 70px;
  width: 100%;
  color: #72797e;
  background-color: #fff;
  border: none;
  padding: 0 130px 0 37px;
  min-width: 680px;
}

.newsletter-form-wrap .submit-newsletter {
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  line-height: 70px;
  padding: 0 38px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  background-color: #eeab10;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.nadox-newsletter.style1 .newsletter-form-wrap .submit-newsletter {
  background-color: #000;
}

.nadox-newsletter.style1 .newsletter-form-wrap .submit-newsletter:hover {
  background-color: #eeab10;
}

.newsletter-form-wrap .submit-newsletter::before {
  content: "\f111";
  font-family: 'Flaticon', sans-serif;
  font-size: 22px;
  margin-right: 12px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  font-weight: 400;
}

.newsletter-form-wrap.processing::after {
  font-family: 'FontAwesome', sans-serif;
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: "\f110";
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  margin: auto;
  max-width: 20px;
  left: 0;
  right: 0;
}

.nadox-newsletter .return-message {
  display: block;
  text-align: center;
}

@media (max-width: 1430px) {
  .nadox-newsletter.style1 {
    text-align: center;
  }

  .nadox-newsletter.style1 .img-newsletter {
    margin: 0;
  }

  .nadox-newsletter.style1 .box-info {
    margin: 0 25px;
  }

  .nadox-newsletter.style1 .newsletter-form-wrap {
    margin: 30px 0;
    margin-bottom: 0;
  }

  .nadox-newsletter.style2 .newsletter-text {
    margin-left: 0;
    margin-right: 30px;
    text-align: left;
  }

  .nadox-newsletter.style2 .newsletter-content {
    padding-left: 15px;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .newsletter-form-wrap .submit-newsletter::before {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 1199px) {
  .nadox-newsletter .desc br {
    display: none;
  }

  .newsletter-form-wrap .email-newsletter {
    padding: 0 55px 0 20px;
  }

  .newsletter-form-wrap .submit-newsletter span::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f1d8";
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .nadox-newsletter.style2 .newsletter-text {
    text-align: center;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .nadox-newsletter.style1 .newsletter-form-wrap {
    margin-bottom: 0;
  }

  .nadox-newsletter.style1 .img-newsletter {
    max-width: 80px;
  }

  .nadox-newsletter.style1 .widgettitle,
  .nadox-newsletter.style2 .widgettitle {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .nadox-newsletter.style1 .desc {
    font-size: 14px;
  }

  .newsletter-form-wrap .email-newsletter {
    height: 50px;
    line-height: 51px;
  }

  .newsletter-form-wrap .submit-newsletter {
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .newsletter-form-wrap .email-newsletter {
    min-width: 480px;
  }

  .nadox-newsletter.style2 {
    padding: 50px 0 50px;
  }
}

@media (max-width: 640px) {
  .nadox-newsletter.style1 .img-newsletter {
    margin-bottom: 20px;
    display: none;
  }

  .newsletter-form-wrap .email-newsletter {
    text-align: center;
    min-width: inherit;
    padding: 4px 20px 0 20px;
  }

  .newsletter-form-wrap .field-email {
    width: 100%;
  }

  .nadox-newsletter.style1 .box-info {
    margin: 0;
    margin-bottom: 10px;
  }

  .newsletter-form-wrap .submit-newsletter {
    position: static;
    margin-top: 20px;
    display: inline-block;
  }

  .nadox-newsletter.style1 .newsletter-form-wrap {
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .nadox-newsletter.style2 .newsletter-content {
    padding: 0 15px;
  }
}

/*===============================================================
9.7 NADOX MEMBER
===============================================================*/
.nadox-member .member-image {
  margin-bottom: 32px;
  position: relative;
}

.nadox-member .member-image img {
  border-radius: 8px;
}

.nadox-member .member-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.nadox-member:hover .member-image::before {
  opacity: 1;
  visibility: visible;
}

.nadox-member .member-info h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.nadox-member .member-info .positions {
  display: block;
  font-size: 14px;
  color: #999999;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 15px;
}

.nadox-member .member-info .positions::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 68px;
  height: 1px;
}

.nadox-member .member-info .des {
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 1199px) {
  .nadox-member .member-info .des br {
    display: none;
  }

  .nadox-member .member-image img {
    width: 100%;
  }
}

/*===============================================================
9.8 NADOX CATEGORY
===============================================================*/
.nadox-category {
  position: relative;
}

.nadox-category .category-inner {
  padding: 38px 35px 29px;
  background-color: #fff;
  border-radius: 8px;
}

.nadox-category .color-category {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}

.nadox-category .category-content .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  display: inline-block;
  text-transform: uppercase;
}

.nadox-category .category-content .desc {
  font-size: 16px;
  margin: 0;
  color: #aaa;
}

.nadox-category .category-inner figure {
  display: block;
  overflow: hidden;
}

.nadox-category .category-inner figure img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.nadox-category .category-inner figure:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1024px) and (min-width: 768px) {
  .nadox-category .category-inner {
    padding: 38px 20px 29px;
  }

  .nadox-category .color-category {
    vertical-align: middle;
    margin-bottom: 4px;
  }

  .nadox-category .category-content .title {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .nadox-category .category-inner {
    padding: 10px;
  }

  .nadox-category .color-category {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
  }

  .nadox-category .category-content .title {
    font-size: 15px;
  }

  .nadox-category .category-content .desc {
    line-height: 100%;
    font-size: 13px;
  }
}

/*===============================================================
9.9 NADOX POPUP NEWSLETTER
===============================================================*/
#popup-newsletter button.close {
  background: none;
  position: absolute;
  top: 0;
  right: 9px;
  padding: 0;
  width: 40px;
  color: #999999;
  font-size: 26px;
}

#popup-newsletter button.close:hover {
  background: none;
  color: #000000;
}

#popup-newsletter .modal-inner {
  overflow: hidden;
}

#popup-newsletter .modal-inner .modal-thumb {
  float: left;
  width: 36%;
}

#popup-newsletter .modal-inner .modal-info {
  overflow: hidden;
  text-align: center;
  padding: 72px 65px 10px 65px;
}

#popup-newsletter .title {
  font-size: 34px;
  margin-bottom: 19px;
}

#popup-newsletter .des {
  font-size: 18px;
  line-height: 30px;
  color: #999999;
  margin-bottom: 51px;
  max-width: 370px;
  display: inline-block;
}

#popup-newsletter .newsletter-form-wrap .email {
  width: 100%;
  height: 52px;
  line-height: 50px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  margin-bottom: 22px;
  text-align: center;
}

#popup-newsletter .newsletter-form-wrap .submit-newsletter {
  width: 100%;
  height: 52px;
  line-height: 50px;
  border-radius: 3px;
  background: #1a1a1a;
  position: static;
}

#popup-newsletter .newsletter-form-wrap .submit-newsletter::before {
  display: none;
}

#popup-newsletter .checkbox {
  text-align: right;
  margin-top: 36px;
}

#popup-newsletter .checkbox label {
  padding-left: 0;
}

#popup-newsletter .checkbox .nadox_disabled_popup_by_user {
  display: none;
}

#popup-newsletter .checkbox span {
  position: relative;
  padding-left: 20px;
  color: #999999;
}

#popup-newsletter .checkbox span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #dbdbdb;
  background-color: #f4f4f4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#popup-newsletter .checkbox .nadox_disabled_popup_by_user:checked~span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #333333;
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  max-height: calc(100% - 60px);
  overflow-y: auto;
  padding: 15px !important;
}

.modal-dialog {
  width: 1000px;
  max-width: calc(100% - 30px);
  margin: auto;
}

.modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.modal-backdrop.in {
  opacity: 0.8;
}

@media (max-width: 1199px) {
  #popup-newsletter .modal-inner .modal-info {
    padding: 20px;
  }

  #popup-newsletter .des {
    margin-bottom: 20px;
  }

  #popup-newsletter .checkbox {
    margin-top: 10px;
  }

  #popup-newsletter .newsletter-form-wrap .submit-newsletter {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 1000px;
    max-width: calc(100% - 30px);
    margin: auto;
  }

  .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 767px) {
  #popup-newsletter .title {
    font-size: 24px;
  }

  #popup-newsletter .des {
    font-size: 14px;
    line-height: 20px;
  }
}

/*===============================================================
9.10 NADOX BANNER
===============================================================*/
.nadox-banner {
  position: relative;
  overflow: hidden;
}

.nadox-banner .thumb-banner img {
  min-height: 220px;
  object-fit: cover;
}

.nadox-banner .thumb-banner::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, .25); */
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.nadox-banner .thumb-banner {
  display: block;
  overflow: hidden;
}

.nadox-banner .thumb-banner img {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.nadox-banner .banner-content {
  position: absolute;
  padding-bottom: 2px;
  z-index: 99;
}

.nadox-banner .banner-content {
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nadox-banner .banner-content>*:not(.banner-link) {
  display: block;
}

.nadox-banner .nadox-first {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  margin-bottom: 7px;
  letter-spacing: 1px;
  font-weight: 500;
}

.nadox-banner .nadox-first::before {
  content: '';
  border-bottom: 2px solid #eeab10;
  width: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.nadox-banner.style3 .nadox-first {
  font-weight: normal;
}

.nadox-banner .nadox-second,
.nadox-banner.style5 .nadox-first {
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 4px;
}

.nadox-banner.style5 .nadox-first::before {
  display: none;
}

.nadox-banner .nadox-third,
.nadox-banner.style5 .nadox-second {
  color: #fff;
  margin-bottom: 12px;
}

.nadox-banner .banner-link {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  height: 40px;
  line-height: 36px;
  padding: 0 12px 0 22px;
  color: #fff;
  border-radius: 30px;
  font-family: 'Roboto', sans-serif;
  border: 2px solid #eeab10;
  background-color: #eeab10;
}

.nadox-banner .banner-link:hover {
  background-color: transparent;
  color: #eeab10;
}

.nadox-banner .banner-link:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 9px;
  font-size: 14px;
}

.nadox-banner.style2 .nadox-first,
.nadox-banner.style2 .nadox-second,
.nadox-banner.style2 .nadox-third {
  color: #000000;
}

.nadox-banner.style3 .banner-content {
  top: 50%;
  text-align: center;
  left: 20px;
  right: 20px;
}

.nadox-banner.style3 .nadox-first::before {
  right: 0;
  margin: 0 auto;
}

.nadox-banner.style5 .nadox-first {
  margin-bottom: 15px;
}

.nadox-banner.style5 .nadox-second {
  font-size: 16px;
  margin-bottom: 38px;
}

.nadox-banner.style5 .banner-content {
  top: calc(50% + 22px);
}

@media (min-width: 1025px) {
  .nadox-banner .banner-link {
    position: relative;
    overflow: hidden;
  }

  .nadox-banner:not(.style3) .thumb-banner:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media (min-width: 1500px) {
  .nadox-banner.style4 .thumb-banner img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .nadox-banner .banner-content {
    left: 20px;
  }

  .nadox-banner .nadox-second,
  .nadox-banner.style5 .nadox-first {
    font-size: 25px;
    margin-bottom: 0;
  }
}

/*pin map*/

.col-right h2 {
  line-height: 24px;
  font-size: 14px;
}

.nadox-mapper .nadox-pin .nadox-popup-footer a:hover {
  background: #eeab10 !important;
  border-color: #eeab10 !important;
}

.col-right .description p:last-child {
  margin-bottom: 0;
}

.wrap-visible {
  overflow: visible !important;
}

.image-cover img {
  min-height: 120px;
  object-fit: cover;
}

#rev_slider_3_1 .metis.tparrows {
  padding: 6px !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 4px;
}

.ares .tp-bullet-title {
  display: none;
}

.erinyen.tp-bullets::before {
  border-radius: 39px !important;
  padding: 14px 21px !important;
  margin-left: -21px !important;
  margin-top: -15px !important;
  box-shadow: none !important;
  border: 1px solid #eaeaea;
}

.erinyen .tp-bullet {
  background: rgba(51, 51, 51, 0.21) !important;
  border: none !important;
}

.erinyen .tp-bullet:hover,
.erinyen .tp-bullet.selected {
  background: #333333 !important;
}

@media (max-width: 1024px) {
  .nadox-mapper .nadox-pin .nadox-popup {
    display: none !important;
  }

  #rev_slider_3_1 .metis.tparrows {
    display: none;
  }
}

@media (max-width: 480px) {

  .nadox-banner .nadox-second,
  .nadox-banner.style5 .nadox-first {
    font-size: 20px;
    margin-bottom: 0;
  }

  .nadox-banner .banner-content {
    left: 20px;
  }

  .nadox-banner .banner-link {
    height: 32px;
    line-height: 26px;
  }

  .nadox-banner.style5 .banner-content {
    top: calc(50% + 10px);
  }
}

/*===============================================================
9.11 NADOX SLIDE
===============================================================*/
.nadox-slide.style1 .nadox-title {
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 62px;
  font-weight: 700;
  position: relative;
}

.nadox-slide.style1 .nadox-title::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  border-bottom: 2px solid #eeab10;
  width: 40px;
}

.owl-slick .product-thumb img {
  width: 100%;
}

.owl-slick.owl-products:not(.slick-initialized) .product-item {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .nadox-slide.style1 .nadox-title {
    margin-bottom: 15px;
  }
}

/*===============================================================
9.12 NADOX ACCORDIOn
===============================================================*/
.nadox-accordion {
  position: relative;
  padding: 32px 0;
}

.nadox-accordion .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #d7dee7;
  color: #000000;
  cursor: pointer;
}

.nadox-accordion .arrow::before,
.nadox-accordion .arrow::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 1px;
  border: 1px solid;
  transition: all .5s ease-out;
}

.nadox-accordion .arrow::after {
  width: 2px;
  height: 12px;
}

.nadox-accordion.active .arrow::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nadox-accordion .title {
  position: relative;
  font-size: 24px;
  color: #000;
  line-height: 28px;
  margin: 0;
  transition: all .5s ease-out;
}

.nadox-accordion.active .title {
  margin: 0 0 53px;
}

.nadox-accordion .title:after {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  bottom: -28px;
  width: 0;
  height: 1px;
  transition: all .5s ease-out;
}

.nadox-accordion.active .title:after {
  width: 60px;
}

.nadox-accordion .desc {
  display: none;
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #72797e;
}

/*===============================================================
9.13 NADOX COUNTDOWN
===============================================================*/
.nadox-countdown-sc {
  color: #fff;
}

.nadox-countdown-sc .title {
  font-size: 42px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 17px;
  margin-top: 80px;
}

.nadox-countdown-sc .subtitle {
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}

.nadox-countdown-sc .text-date {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 33px;
  color: #eeab10;
}

.nadox-countdown-sc .text-date::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 2px;
  margin-right: 10px;
  background-color: #eeab10;
}

.nadox-countdown>* {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: url(../image/bg-countdown.png);
  text-align: center;
  line-height: 74px;
  position: relative;
  margin-right: 50px;
  background-size: contain;
}

.nadox-countdown>*:last-child {
  margin-right: 0;
}

.nadox-countdown .number {
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.nadox-countdown .text {
  left: calc(100% - 8px);
  position: absolute;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

@media (max-width: 1199px) {
  .nadox-countdown-sc {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .nadox-countdown-sc .title {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .nadox-countdown-sc .subtitle {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .nadox-countdown-sc .text-date {
    margin-bottom: 10px;
  }

  .nadox-countdown>* {
    width: 50px;
    height: 50px;
    line-height: 54px;
    margin-bottom: 10px;
  }

  .nadox-countdown .number {
    font-size: 20px;
  }

  .nadox-countdown .text {
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .nadox-countdown>* {
    margin-right: 40px;
  }
}

@media (max-width: 360px) {
  .nadox-countdown-sc .title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .nadox-countdown>* {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .nadox-countdown .number {
    font-size: 11px;
  }

  .nadox-countdown .text {
    font-size: 6px;
    line-height: 31px;
    left: calc(100% - 2px);
  }
}

/*===============================================================
10.0 CUSTOM CLASS
===============================================================*/
@media (min-width: 1281px) {
  .bg-parallax {
    background-attachment: fixed;
  }
}

.bg-right-center {
  background-position: right center;
}

/*pinmapper*/

/*SLIDER REVOLUTION*/
@media (max-width: 991px) {
  .tparrows {
    display: none !important;
  }
}

/*=========================================================*/
.megamenu-home {
  width: 900px;
}

.megamenu-shop {
  width: 1170px;
  width: 800px;
  /* background-image: url(../image/bg-shop.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.megamenu-blog {
  width: 800px;
  /* background-image: url(../image/bg-blog.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-wrap {
  position: relative;
}

.slide-info {
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.slick-current .slide-info .subtitle {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: slideInDown;
  -webkit-animation-name: slideInDown;
}

.slick-current .slide-info .title {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
}

.slick-current .slide-info .desc {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: bounceInLeft;
  -webkit-animation-name: bounceInLeft;
}

.slick-current .slide-info a {
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: slideInUp;
  -webkit-animation-name: slideInUp;
}

.slide-wrap img {
  object-fit: cover;
  min-height: 300px;
  width: 100%;
}

.slide-wrap .slide-info a {
  display: inline-block;
  height: 46px;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  padding: 0 30px;
  background-color: #eeab10;
  border: 2px solid #eeab10;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  border-radius: 30px;
  font-family: 'Roboto', sans-serif;
}

.slide-wrap .slide-info a:hover {
  background-color: transparent;
  color: #eeab10;
}

.slide-home-01 .owl-slick .slick-arrow,
.slide-home-02 .owl-slick .slick-arrow,
.slide-home-03 .owl-slick .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide-home-01 .owl-slick .slick-arrow.prev {
  left: 0;
}

.slide-home-01 .owl-slick .slick-arrow.next {
  right: 0;
}

.slide-home-03 .owl-slick .slick-arrow.prev,
.slide-home-02 .owl-slick .slick-arrow.prev {
  left: 30px;
}

.slide-home-03 .owl-slick .slick-arrow.next,
.slide-home-02 .owl-slick .slick-arrow.next {
  right: 30px;
}

.slide-home-02 .slick-dots {
  bottom: 40px;
  position: absolute;
  left: 0;
  right: 0;
}

.slide-home-02 .slick-dots li button {
  border-color: #fff;
}

.slide-home-02 .slick-dots li button::before {
  background-color: #fff;
}

.slide-wrap .slide-info .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
}

.slide-wrap .slide-info .title {
  font-size: 42px;
  margin-bottom: 10px;
  color: #fff;
}

.slide-wrap .slide-info .desc {
  margin-bottom: 30px;
  color: #fff;
}

.slide-home-01 .slide-wrap .slide-info {
  padding: 0 40px;
}

.slide-home-03 {
  margin-top: -35px;
}

.slide-home-03 .slide-wrap .slide-info .subtitle {
  color: #000;
}

.slide-home-03 .slide-wrap .slide-info .title {
  color: #000;
}

.slide-home-03 .slide-wrap .slide-info .desc {
  color: #666;
}

@media (min-width: 1367px) {

  .slide-home-02 .slide-wrap .slide-info .title,
  .slide-home-03 .slide-wrap .slide-info .title {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .slide-wrap .slide-info .subtitle {
    font-size: 13px;
  }

  .slide-wrap .slide-info .title {
    font-size: 28px;
  }

  .slide-wrap .slide-info .desc {
    margin-bottom: 20px;
  }

  .slide-wrap .slide-info a {
    height: 40px;
    line-height: 36px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
    padding: 0 20px;
  }

  .slide-home-01 .slide-wrap .slide-info {
    padding: 0 30px;
  }

  .slide-home-02 .slick-dots {
    bottom: 15px;
  }
}

/*container-table*/
.container-table {
  display: table;
  width: 100%;
}

.container-table:not(:last-child) {
  padding-bottom: 30px;
}

.container-cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.container-cell:last-child {
  padding-right: 0;
}

.container-cell:first-child {
  padding-left: 0;
}

.container-cell h2 {
  font-size: 26px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .container-table {
    display: block;
  }

  .container-cell {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-cell:not(:last-child) {
    padding-bottom: 30px;
  }
}

.megamenu .nadox-listitem {
  padding-bottom: 25px;
}

.megamenu .nadox-listitem:not(:last-child) {
  padding-bottom: 25px;
}

.post-content .nadox-instagram {
  padding-top: 20px;
}

.nadox-google-maps {
  min-height: 600px;
}

.megamenu .az_custom_heading {
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.nadox-threed-view {
  height: calc(100vh - 30px) !important;
  max-height: 800px;
}

.team-grid .nadox-team {
  padding-top: 15px;
  padding-bottom: 15px;
}

/*.nadox-heading*/
.nadox-heading.style-02 {
  padding-bottom: 20px;
}

.nadox-heading.style-01 {
  padding-bottom: 50px;
}

.instagram-grid .item {
  margin-top: 15px;
  margin-bottom: 15px;
}

.nadox-mapper {
  position: relative;
}

.nadox-mapper img,
.nadox-mapper .mask {
  transition: all .3s;
}

.nadox-mapper>img {
  width: 100%;
}

.nadox-mapper .mask {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
}

.nadox-mapper .nadox-pin {
  position: absolute;
  cursor: pointer;
}

.nadox-mapper .nadox-pin.actived {
  z-index: 10;
}

.nadox-mapper .nadox-pin .icon-pin {
  cursor: pointer;
  color: #fff;
  background: #ff3535;
  border-radius: 50%;
  z-index: 10;
  display: block;
  text-align: center;
  transition: all .3s;
  font-size: 20px;
  width: 24px;
  line-height: 24px;
}

.nadox-mapper .nadox-pin .icon-pin:before {
  display: block;
}

.nadox-mapper .nadox-pin .icon-pin.rotate:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nadox-mapper .nadox-pin .icon-pin.scale:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.nadox-mapper .nadox-pin .icon-pin.fade:after {
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.nadox-mapper .nadox-pin .icon-pin.fade:hover:after {
  -webkit-animation: sonarEffect .6s ease-out 75ms;
  -moz-animation: sonarEffect .6s ease-out 75ms;
  animation: sonarEffect .6s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

.nadox-mapper .nadox-pin .nadox-title {
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .13);
  border-radius: 0;
  font-size: 14px;
  line-height: 38px;
  padding: 0 50px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  white-space: nowrap;
  margin: 0;
  top: -65px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.nadox-mapper .nadox-pin .nadox-title:before {
  content: '';
  position: absolute;
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  bottom: -12px;
  left: calc(50% - 6px);
}

.nadox-mapper .nadox-pin .nadox-link:hover~.nadox-title,
.nadox-mapper .nadox-pin .icon-pin:hover~.nadox-title {
  opacity: 1;
  visibility: visible;
  top: -55px;
}

.nadox-mapper.dark .nadox-pin .nadox-title {
  background: #3d3d3d;
  color: #eee;
  border-color: rgba(255, 255, 255, .1);
}

.nadox-mapper.dark .nadox-pin .nadox-title:before {
  border-top-color: #3d3d3d;
}

.nadox-mapper .nadox-title,
.nadox-mapper .nadox-pin.actived .nadox-title,
.nadox-mapper .nadox-pin.actived .icon-pin:hover+.nadox-title,
.nadox-mapper .nadox-pin .nadox-popup {
  opacity: 0;
  visibility: hidden;
}

.nadox-mapper .nadox-pin .nadox-popup {
  border-radius: 0;
  position: absolute;
  z-index: 99;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px;
  width: 305px;
  min-height: 205px;
  box-shadow: 0 2px 10px 0 #dfdfdf;
  border-color: #dfdfdf;
}

.nadox-mapper.light .nadox-pin .nadox-popup {
  background: #fff;
}

.nadox-mapper.dark .nadox-pin .nadox-popup {
  background: #3d3d3d;
}

.nadox-mapper .nadox-pin .nadox-wc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nadox-mapper .nadox-pin.actived .nadox-popup,
.nadox-mapper .nadox-pin:hover .nadox-popup {
  opacity: 1;
  visibility: visible;
}

.nadox-mapper .nadox-pin .nadox-popup:before {
  content: '';
  position: absolute;
  border: 8px solid transparent;
}

.nadox-mapper .remove-redirect.nadox-popup:before {
  display: none;
}

.nadox-mapper .nadox-pin .nadox-popup.left:before,
.nadox-mapper .nadox-pin .nadox-popup.right:before {
  top: calc(50% - 8px);
}

.nadox-mapper .nadox-pin .nadox-popup.left:before {
  border-left: 8px solid #fff;
  right: -16px;
}

.nadox-mapper .nadox-pin .nadox-popup.right:before {
  border-right: 8px solid #fff;
  left: -16px;
}

.nadox-mapper .nadox-pin .nadox-popup.top:before,
.nadox-mapper .nadox-pin .nadox-popup.bottom:before {
  left: calc(50% - 8px);
}

.nadox-mapper .nadox-pin .nadox-popup.top:before {
  border-top: 8px solid #fff;
  bottom: -16px;
}

.nadox-mapper .nadox-pin .nadox-popup.bottom:before {
  border-bottom: 8px solid #fff;
  top: -16px;
}

.nadox-mapper.dark .nadox-pin .nadox-popup.left:before {
  border-left-color: #3d3d3d;
}

.nadox-mapper.dark .nadox-pin .nadox-popup.right:before {
  border-right-color: #3d3d3d;
}

.nadox-mapper.dark .nadox-pin .nadox-popup.top:before {
  border-top-color: #3d3d3d;
}

.nadox-mapper.dark .nadox-pin .nadox-popup.bottom:before {
  border-bottom-color: #3d3d3d;
}

.nadox-mapper .nadox-pin .nadox-popup.right,
.nadox-mapper .nadox-pin .nadox-popup.left {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nadox-mapper .nadox-pin .nadox-popup.top,
.nadox-mapper .nadox-pin .nadox-popup.bottom {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nadox-mapper .nadox-pin .nadox-popup.left,
.nadox-mapper.slide-left .nadox-pin.actived .nadox-popup.left,
.nadox-mapper.slide-right .nadox-pin.actived .nadox-popup.left {
  right: calc(100% + 8px);
}

.nadox-mapper .nadox-pin .nadox-popup.right,
.nadox-mapper.slide-left .nadox-pin.actived .nadox-popup.right,
.nadox-mapper.slide-right .nadox-pin.actived .nadox-popup.right {
  left: calc(100% + 8px);
}

.nadox-mapper .nadox-pin .nadox-popup.top,
.nadox-mapper.slide-top .nadox-pin.actived .nadox-popup.top,
.nadox-mapper.slide-bottom .nadox-pin.actived .nadox-popup.top {
  bottom: calc(100% + 8px);
}

.nadox-mapper .nadox-pin .nadox-popup.bottom,
.nadox-mapper.slide-top .nadox-pin.actived .nadox-popup.bottom,
.nadox-mapper.slide-bottom .nadox-pin.actived .nadox-popup.bottom {
  top: calc(100% + 8px);
}

.nadox-mapper.slide-left .nadox-pin.actived .nadox-popup.top,
.nadox-mapper.slide-left .nadox-pin.actived .nadox-popup.bottom,
.nadox-mapper.slide-right .nadox-pin.actived .nadox-popup.top,
.nadox-mapper.slide-right .nadox-pin.actived .nadox-popup.bottom {
  left: 50%;
}

.nadox-mapper.slide-right .nadox-pin .nadox-popup.right {
  left: calc(100% + 48px);
}

.nadox-mapper.slide-top .nadox-pin .nadox-popup.left,
.nadox-mapper.slide-top .nadox-pin .nadox-popup.right {
  top: 0;
}

.nadox-mapper.slide-top .nadox-pin.actived .nadox-popup.left,
.nadox-mapper.slide-top .nadox-pin.actived .nadox-popup.right,
.nadox-mapper.slide-bottom .nadox-pin.actived .nadox-popup.left,
.nadox-mapper.slide-bottom .nadox-pin.actived .nadox-popup.right {
  top: 50%;
}

.nadox-mapper.slide-top .nadox-pin .nadox-popup.top {
  bottom: calc(100% + 48px);
}

.nadox-mapper.slide-top .nadox-pin .nadox-popup.bottom {
  top: calc(100% + 48px);
}

.nadox-mapper.slide-bottom .nadox-pin .nadox-popup.top {
  bottom: calc(100% - 32px);
}

.nadox-mapper .nadox-pin .nadox-popup-header {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.nadox-mapper .nadox-pin .nadox-popup-header .close-modal {
  right: 10px;
  top: 5px;
  font-size: 14px;
  color: #ccc;
}

.rtl .nadox-mapper .nadox-pin .nadox-popup-header .close-modal {
  right: auto;
  left: 10px;
}

.nadox-mapper .nadox-pin .nadox-popup-header .close-modal:hover,
.nadox-mapper .nadox-pin .nadox-popup-header h2 a:hover,
.nadox-mapper.dark .nadox-pin .nadox-popup-header h2 a:hover {
  color: #eeab10;
}

.nadox-mapper.dark .nadox-pin .nadox-popup-header,
.nadox-mapper.dark .nadox-pin .nadox-popup-footer,
.nadox-mapper.dark .nadox-pin .nadox-popup-footer a:first-child {
  border-color: rgba(255, 255, 255, .1);
}

.nadox-mapper.dark .nadox-pin .nadox-popup-header h2,
.nadox-mapper.dark .nadox-pin .nadox-popup-header h2 a,
.nadox-mapper.dark .nadox-pin .nadox-popup-main,
.nadox-mapper.dark .nadox-pin .nadox-popup-main p,
.nadox-mapper.dark .nadox-pin .nadox-popup-footer a {
  color: #eee;
}

.nadox-mapper .nadox-pin .nadox-popup-header h2 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  padding-right: 15px;
  font-weight: bold;
  overflow: hidden;
}

.rtl .nadox-mapper .nadox-pin .nadox-popup-header h2 {
  padding: 0 0 0 15px;
}

.nadox-mapper .nadox-pin .nadox-popup-header h2 a {
  color: #383838;
}

.nadox-mapper .nadox-pin .nadox-image .nadox-popup-header h2 {
  line-height: 20px;
}

.nadox-mapper .nadox-pin .nadox-image .nadox-popup-main img {
  max-height: 100%;
}

.nadox-mapper .nadox-pin .nadox-image .nadox-popup-main {
  text-align: center;
}

.nadox-mapper .nadox-pin .nadox-nadox-price {
  margin-bottom: 5px;
}

.nadox-mapper .nadox-pin .nadox-nadox-price .amount {
  font-size: 14px;
  font-weight: 500;
}

.nadox-mapper .nadox-pin .nadox-nadox-price del .amount {
  color: #999;
}

.nadox-mapper .nadox-pin .nadox-nadox-price ins {
  background: none;
}

.nadox-mapper .nadox-pin .nadox-popup-main {
  font-size: 13px;
  color: #777;
}

.nadox-mapper .nadox-pin .nadox-wc .nadox-popup-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nadox-mapper .nadox-pin .nadox-popup .nadox-nadox-info .nadox-nadox-price,
.nadox-mapper .nadox-pin .nadox-popup-main>[class*="col-"] {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.nadox-mapper .nadox-pin .nadox-popup-main>.nadox-product-thumbnail {
  -webkit-flex-basis: 90px;
  flex-basis: 90px;
}

.nadox-mapper .nadox-pin .nadox-popup-main>.nadox-product-thumbnail+.col-right {
  margin-left: 10px;
  -webkit-flex-basis: calc(100% - 110px);
  flex-basis: calc(100% - 110px);
}

.nadox-mapper .nadox-pin .nadox-popup-footer .add_to_cart_button.loading i:before {
  content: "\e900";
  top: 2px;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.nadox-mapper .nadox-pin .nadox-popup-footer a.added_to_cart {
  display: none;
}

.nadox-mapper .nadox-pin .nadox-popup .nadox-nadox-info,
.nadox-mapper .nadox-pin .nadox-popup .nadox-product-rating {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
}

.nadox-mapper .nadox-pin .nadox-popup .star-rating {
  font-family: "FontAwesome", sans-serif;
  font-size: 10px;
  height: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 6.2em;
  letter-spacing: 3px;
  margin-right: 3px;
}

.nadox-mapper .nadox-pin .nadox-popup .star-rating:before,
.nadox-mapper .nadox-pin .nadox-popup .star-rating span:before {
  content: "\f006\f006\f006\f006\f006";
  left: 0;
  top: 0;
  position: absolute;
  font-size: 10px;
}

.nadox-mapper .nadox-pin .nadox-popup .star-rating:before {
  color: #e2e2e2;
}

.nadox-mapper .nadox-pin .nadox-popup .star-rating span {
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
}

.nadox-mapper .nadox-pin .nadox-popup .star-rating span:before {
  color: #ffbc5b;
  text-indent: 0;
}

.nadox-mapper .nadox-pin .nadox-popup-footer a {
  display: block;
  border: 0;
  border-top: 1px solid #e5e5e5;
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  height: 56px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0 0 3px 3px;
  font-style: normal;
  background: #fff;
  line-height: 54px;
  padding: 0;
  color: #383838;
  text-transform: none;
}

.nadox-mapper .nadox-pin .nadox-popup-footer a:hover {
  background: #eeab10;
  border-color: #eeab10;
  color: #fff;
}

.nadox-mapper .nadox-pin .nadox-popup-footer a i {
  font-size: 18px;
  margin-right: 5px;
}

.nadox-mapper .nadox-product-rating {
  font-size: 13px;
}

.nadox-mapper .nadox-pin .nadox-link {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

body .nadox-mapper .nadox-pin .nadox-popup-header h2 {
  text-align: left;
}

body .nadox-mapper .nadox-pin .nadox-popup .nadox-nadox-info {
  overflow: hidden;
}

body .nadox-mapper .nadox-pin .nadox-popup .nadox-nadox-info .nadox-nadox-price {
  display: inline-block;
  text-align: left;
}

body .nadox-mapper .nadox-pin .nadox-popup .nadox-product-rating {
  display: inline-block;
  float: right;
  margin: 0;
  line-height: 27px;
}

body .nadox-mapper .nadox-pin .nadox-wc .nadox-popup-main p {
  text-align: left;
}

body .nadox-mapper .text__area {
  text-align: center;
}

.col-right h2 {
  line-height: 26px;
  font-size: 14px;
  margin: -3px 0 5px;
}

@media (max-width: 1024px) {
  .nadox-mapper .nadox-pin .nadox-popup {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .nadox-mapper .nadox-pin {
    display: none;
  }
}

.nadox-mapper {
  padding-top: 20px;
}

.text__area.style-01 {
  font-size: 14px;
  color: #ffffff;
  width: 126px;
  height: 39px;
  line-height: 31px;
  border-width: 4px;
  border-style: solid;
  border-radius: 50px;
  background: #f14444;
  border-color: #eae9eb;
}

.text__area.style-02 {
  font-size: 14px;
  color: #ffffff;
  width: 52px;
  height: 52px;
  line-height: 44px;
  border-width: 4px;
  border-style: solid;
  border-radius: 50px;
  background: #2f56ff;
  border-color: #cecece;
}

.text__area.style-03 {
  font-size: 11px;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 30px;
  border-width: 3px;
  border-style: solid;
  border-radius: 50px;
  background: #16ce19;
  border-color: rgba(234, 234, 234, 0.91);
}

.dreamingsb-wrap {
  display: block;
  clear: both;
}

.dreamingsb-wrap .dreamingsb-text,
.dreamingsb-wrap .dreamingsb-products {
  margin: 0 0 15px 0;
}

.dreamingsb-products .dreamingsb-product {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.dreamingsb-products .dreamingsb-product>div {
  padding-right: 10px;
}

.dreamingsb-products .dreamingsb-product .dreamingsb-title {
  flex-grow: 1;
}

.dreamingsb-products .dreamingsb-product>div:last-child {
  padding-right: 0;
  text-align: right;
}

.dreamingsb-products .dreamingsb-product .dreamingsb-price {
  width: 100px;
  flex: 0 0 100px;
}

.container-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.container-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form>p {
  margin-bottom: 19px;
}

.wpcf7-form>p input {
  border: 1px solid #e4e9ef;
  width: 100%;
  padding: 12px 20px;
  padding: 0 20px;
  height: 60px;
  height: 40px;
}

.wpcf7-form>p input.wpcf7-submit {
  letter-spacing: 1px;
  width: inherit;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 0 65px;
  border: none;
  font-size: 14px;
  margin-top: 14px;
  height: 60px;
  line-height: 60px;
}

.wpcf7-form>p input.wpcf7-submit:hover {
  background: #eeab10;
}

.wpcf7-form>p>label {
  display: inline-block;
  width: 100%;
  color: #000;
  font-weight: normal;
  font-size: 16px;
}

.wpcf7-form>p label.text-comment {
  vertical-align: top;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}

.wpcf7-form .wpcf7-form-control-wrap>textarea {
  display: inline-block;
  border: 1px solid #e4e9ef;
  width: 100%;
  height: 100px;
  font-size: 14px;
  color: #888;
}

.wpcf7-form .wpcf7-response-output {
  display: none;
  margin: 2em 0 0;
  padding: 0.2em 1em;
  border: 2px solid #46b450;
}

.mc4wp-response {
  display: none;
}

.mc4wp-response .mc4wp-alert {
  line-height: 20px;
  padding: 10px;
  margin-top: 15px;
  text-align: left;
  background: #fff;
}

.mc4wp-response .mc4wp-alert.mc4wp-error {
  color: #f44336;
  background-color: #f8d7da;
}

.mc4wp-response .mc4wp-alert.mc4wp-success {
  color: #4CAF50;
  background-color: #d4edda;
}

label.error {
  margin: 5px 0 0;
  color: red;
  font-weight: 400;
  display: block;
}

.row-0 {
  margin-left: 0;
  margin-right: 0;
}

.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-0 .plr-0 {
  padding-left: 0;
  padding-right: 0;
}

.row-5 .plr-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.col-001 {
  margin-left: 23.2%;
  width: 76.8%;
  margin-top: 10px;
}

.col-002 {
  width: 67.59%;
  margin-bottom: 10px;
}

.col-003 {
  width: 32.41%;
  margin-bottom: 10px;
}

.col-004 {
  padding-left: 90px !important;
}

.col-005 {
  padding-right: 90px !important;
}

.col-single {
  margin-top: 75px;
  margin-bottom: 55px;
  display: flex;
  border-bottom: 1px solid #ebebeb;
}

.section-002 {
  margin-bottom: 77px;
}

.section-003 {
  margin-bottom: 40px;
}

.section-004 {
  margin-bottom: 85px;
  padding-top: 87px;
  padding-bottom: 76px;
  background-color: #f3f3f3;
}

.section-005 {
  margin-bottom: 80px;
}

.section-006 {
  margin-bottom: 85px;
  padding-top: 87px;
  padding-bottom: 85px;
  background-color: #f3f3f3;
}

.section-007 {
  margin-bottom: 83px;
}

.section-008 {
  padding-top: 87px;
  padding-bottom: 80px;
  background-color: #f3f3f3;
}

.section-009 {
  margin-top: 83px;
  margin-bottom: 83px;
  padding-bottom: 79px;
  border-bottom: 1px solid #e4e9ef;
}

.section-010 {
  margin-bottom: 70px;
}

.section-011 {
  margin-bottom: 70px;
  padding-bottom: 80px;
  padding-top: 80px;
  background-color: #f3f3f3;
}

.section-012 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.section-013 {
  padding-bottom: 40px;
}

.section-014 {
  padding-top: 170px;
  padding-bottom: 140px;
  background-image: url(../image/bg-deal.jpg);
  background-position: 60% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-015 {
  margin-bottom: 86px;
  padding-top: 90px;
  padding-bottom: 85px;
  background-color: #f3f3f3;
}

.section-016 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.section-017 {
  padding-top: 90px;
  padding-bottom: 50px;
  background-color: #f3f3f3;
}

.section-019 {
  margin-top: -120px;
  position: relative;
  z-index: 9;
  margin-bottom: 80px;
}

.section-020 {
  background-color: #f3f3f3;
}

.section-021 {
  margin-bottom: 71px;
}

.section-022 {
  margin-bottom: 88px;
  padding-top: 72px;
  padding-bottom: 90px;
  background-color: #f3f3f3;
}

.section-023 {
  padding-top: 85px;
  margin-bottom: 70px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e8edf2;
}

.section-024 {
  margin-bottom: 60px;
}

.section-025 {
  margin-bottom: 80px;
}

.section-027 {
  margin-top: 50px;
  margin-bottom: -36px;
  padding-top: 90px;
  padding-bottom: 100px;
  background-color: #f3f3f3;
}

.section-028 {
  margin-bottom: 78px;
}

.section-029 {
  margin-bottom: 85px;
}

.section-031 {
  padding-top: 85px;
}

@media (max-width: 1199px) {
  .section-011 {
    margin-top: 0;
    padding-top: 70px;
  }

  .col-002,
  .col-001 {
    margin-left: 0;
    width: 100%;
  }

  .col-003 {
    display: none;
  }

  .col-004 {
    padding-left: 30px !important;
  }

  .col-005 {
    padding-right: 30px !important;
  }
}

@media (max-width: 991px) {
  .section-014 {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .col-004 {
    padding-left: 0 !important;
    padding-bottom: 30px;
  }

  .col-005 {
    padding-right: 0 !important;
    padding-bottom: 30px;
    padding-top: 50px;
  }
}

.page-content {
  font-size: 16px;
  line-height: 28px;
  color: #72797e;
}

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

.cat-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cat-link-wrapper a {
  width: calc(100% - 40px);
}

.cat-link-wrapper i {
  width: 30px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.cat-link-wrapper i.rotated {
  transform: rotate(90deg);
}

#widget-area .widget li .children {
  border-top: 1px solid #e4e4e4;
  margin-top: 15px;
  padding-bottom: 0px;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.5s ease, padding 0.3s ease;
  max-height: 0;
  opacity: 0;
}

#widget-area .widget li .children.active {
  display: block;
  max-height: 500px;
  opacity: 1;
}

#widget-area .widget li a.current {
  color: #eeab10;
}

.nadox-cta {
  align-items: center;
}

.nadox-cta .widgettitle {
  font-size: 30px;
  line-height: 28px;
  margin-bottom: 12px;
}

.nadox-cta.style1 .desc {
  font-size: 16px;
  line-height: 28px;
  color: #72797e;
  padding: 0;
  margin: 0;
}

.nadox-cta a {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 38px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  background-color: #eeab10;
  background-color: #000;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 991.98px) {
  .nadox-cta {
    text-align: center;
  }

  .nadox-cta .box-info {
    margin: 20px 0;
  }
}

.more-btn-link {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  height: 40px;
  line-height: 36px;
  padding: 0 12px 0 22px;
  color: #fff;
  border-radius: 30px;
  font-family: 'Roboto', sans-serif;
  border: 2px solid #eeab10;
  background-color: #eeab10;
  text-decoration: none;
}

.more-btn-link:hover {
  background-color: transparent;
  color: #eeab10;
}