/*
Theme Name: Stooon
Theme URI: http://codingeek.io/html/stooon/
Author: Codingeek
Author URI: https://codingeek.net/
Description: Stooon is a fashion eCommerce bootstrap 4 html template.
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Theme
    ## Variables

# Sections
    ## Nav Bar
    ## Banner
    ## Brand Area
    ## Footer
    ## Widgets

# Elements
    ## Back Top
    ## Preloader
    ## Search Popup
    ## Button
    ## Flaticon

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cormorant:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap");

@font-face {
  font-family: "Reey";
  src: url("../fonts/reey-regular.otf") format("opentype");
  font-weight: 400;
}

:root {
  --main-color: #FF8E78;
  --heading-color: #404040;
  --paragraph-color: #666;
  --body-font: 'Muli', sans-serif;
  --secondary-font: 'Cormorant', serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: #011726;
  overflow-x: hidden;
  font-family: var(--body-font);
}

.grey-bg {
  background: #F9F9FA !important;
}

.white-bg {
  background: #ffff !important;
}

.black-bg {
  background: #011726 !important;
}

.main-bg {
  background: #439F8B !important;
}

.color-black {
  color: var(--heading-color) !important;
}

.color-main {
  color: var(--main-color) !important;
}

.color-white {
  color: #ffff !important;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0px;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--body-font);
}

a {
  color: inherit;
  text-decoration: none;
  color: #011726;
}

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

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter>[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.h-100vh {
  height: 100vh;
}

code {
  color: #faa603;
}

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

.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}

.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'fontawesome';
  content: "\f105";
  color: var(--main-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous>a,
.posts-navigation .nav-previous>a,
.post-navigation .nav-previous>a,
.comment-navigation .nav-next>a,
.posts-navigation .nav-next>a,
.post-navigation .nav-next>a {
  transition: .3s ease-in;
}

.comment-navigation .nav-previous:hover>a,
.posts-navigation .nav-previous:hover>a,
.post-navigation .nav-previous:hover>a,
.comment-navigation .nav-next:hover>a,
.posts-navigation .nav-next:hover>a,
.post-navigation .nav-next:hover>a {
  color: var(--main-color);
}

.comment-list li {
  list-style: none;
}

.h-100vh {
  height: 100vh;
}

.position-relative {
  position: relative;
}

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0;
}

.padding-left-120 {
  padding-left: 120px;
}

.padding-right-0 {
  padding-left: 0;
}

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px;
}

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

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

.padding-top-33 {
  padding-top: 33px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-top-50 {
  padding-top: 50px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-70 {
  padding-top: 70px;
}

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

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-125 {
  padding-top: 125px;
}

.padding-top-130 {
  padding-top: 130px;
}

.padding-top-135 {
  padding-top: 135px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-145 {
  padding-top: 145px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-top-165 {
  padding-top: 165px;
}

.padding-top-162 {
  padding-top: 162px;
}

.padding-top-170 {
  padding-top: 170px;
}

.padding-top-175 {
  padding-top: 175px;
}

.padding-top-180 {
  padding-top: 180px;
}

.padding-top-185 {
  padding-top: 185px;
}

.padding-top-190 {
  padding-top: 190px;
}

.padding-top-195 {
  padding-top: 195px;
}

.padding-top-200 {
  padding-top: 200px;
}

.padding-top-225 {
  padding-top: 225px;
}

.padding-top-230 {
  padding-top: 230px;
}

.padding-top-238 {
  padding-top: 238px;
}

.padding-top-240 {
  padding-top: 240px;
}

.padding-top-255 {
  padding-top: 255px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-58 {
  padding-bottom: 58px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-63 {
  padding-bottom: 63px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-75 {
  padding-bottom: 75px;
}

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

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

.padding-bottom-145 {
  padding-bottom: 145px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-bottom-170 {
  padding-bottom: 170px;
}

.padding-bottom-175 {
  padding-bottom: 175px;
}

.padding-bottom-180 {
  padding-bottom: 180px;
}

.padding-bottom-185 {
  padding-bottom: 185px;
}

.padding-bottom-190 {
  padding-bottom: 190px;
}

.padding-bottom-195 {
  padding-bottom: 195px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-lr-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.margin-top-10 {
  margin-top: 10px;
}

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

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

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-45 {
  margin-top: 45px;
}

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

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

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-65 {
  margin-top: 65px;
}

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

.margin-top-75 {
  margin-top: 75px;
}

.margin-top-80 {
  margin-top: 80px;
}

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

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

.margin-top-100 {
  margin-top: 100px;
}

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

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

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

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

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

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

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

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

.margin-top-150 {
  margin-top: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

.margin-xlt-80 {
  margin-top: 80px;
}

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

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

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

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

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

.margin-bottom-25 {
  margin-bottom: 25px;
}

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

.margin-bottom-35 {
  margin-bottom: 35px;
}

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

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

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

.margin-bottom-55 {
  margin-bottom: 55px;
}

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

.margin-bottom-65 {
  margin-bottom: 65px;
}

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

.margin-bottom-75 {
  margin-bottom: 75px;
}

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

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

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

.margin-bottom-110 {
  margin-bottom: 110px;
}

.margin-bottom-115 {
  margin-bottom: 115px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

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

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

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

.margin-bottom-135 {
  margin-bottom: 135px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-bottom-165 {
  margin-bottom: 165px;
}

.margin-bottom-180 {
  margin-bottom: 180px;
}

.margin-bottom-175 {
  margin-bottom: 175px;
}

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

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

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

.min-height-600 {
  min-height: 600px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  clear: both;
  margin-right: 20px;
}

.alignright {
  float: right;
  clear: both;
  margin-left: 20px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

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

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  clear: both;
}

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  transition: .3s ease-in;
}

.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}

.wp-link-pages span,
.wp-link-pages a {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}

.wp-link-pages .current,
.wp-link-pages a:hover {
  background-color: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.wp-link-pages span:first-child {
  margin-right: 5px;
}

dl,
ol,
ul {
  padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}

.post-password-form label {
  font-weight: 600;
  color: #333;
}

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: .3s ease-in;
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1366px;
  }
}

/*----------------------------------------------
    # Nav bar
----------------------------------------------*/
.header-top {
  padding: 6px 100px;
  position: relative;
}

.header-top .navbar-fixed {
  position: fixed !important;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: #011726 !important;
  z-index: 1;
}

.header-top .logo-stile {
  width: 170px;
}

.header-top .contact a {
  color: #A4A4A4;
  font-size: 12px;
  margin-right: 15px;
  margin-bottom: 0px;
  transition: all .3s;
}

.header-top .contact a i {
  margin-right: 5px;
  transition: all .3s;
}

.header-top .contact a .icon-email-subscribe {
  position: relative;
  font-size: 15px;
  top: 3px;
}

.header-top .contact a:last-child {
  margin-right: 0px;
}

.header-top .contact a:hover {
  color: #439F8B;
}

.header-top .contact a:hover i:before {
  color: #439F8B;
}

.header-top .shipping b {
  color: #141414;
}

.header-top .shipping p {
  color: #6C6C6C;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 600;
}

.header-top .shipping p span {
  font-weight: 400;
}

.header-top .shipping a {
  text-decoration: underline;
  margin-left: 10px;
}

.header-top .social ul {
  margin: 0px;
  padding: 0;
  display: flex;
}

.header-top .social ul li {
  list-style: none;
  margin-right: 5px;
}

.header-top .social ul li:last-child {
  margin-right: 0px;
}

.header-top .social ul li a {
  color: #A4A4A4;
  font-size: 12px;
  transition: all .3s;
}

.header-top .social ul li:hover a i:before {
  color: #439F8B;
}

.header-top .close-header {
  position: absolute;
  right: 40px;
  top: 0px;
  font-size: 20px;
  color: #A4A4A4;
  cursor: pointer;
}

.dark-header-top {
  background: #141414;
}

.dark-header-top .contact a {
  color: #ffff;
}

.dark-header-top .contact a i:before {
  color: #ffff;
}

.dark-header-top .social ul li a {
  color: #ffff;
}

.dark-header-top .social ul li a i:before {
  color: #ffff;
}

.right-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.right-nav ul li {
  list-style: none;
  margin-right: 15px;
  color: #ffff;
}

.right-nav ul li:last-child {
  margin-right: 0px;
}

.right-nav ul li select {
  background: transparent;
  border: 0px;
  color: #ffff;
  padding-right: 10px;
  width: 100%;
  font-size: 12px;
}

.right-nav ul li select option {
  color: #011726;
}

.right-nav ul li .menu-select {
  border-radius: 0px;
  appearance: none;
}

.right-nav ul li .menu-select ::-ms-expand {
  display: none;
}

.right-nav ul li .menu-select+i.fa {
  float: right;
  margin-top: -15px;
  margin-right: 10px;
  pointer-events: none;
  background-color: transparent;
  color: #fff;
  padding-right: 5px;
  font-weight: 100;
  font-size: 8px;
}

.right-nav ul li .menu-select option {
  padding-right: 21px;
}

.right-nav ul li .user-dropdown {
  position: absolute;
  top: 160%;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  background: #fff;
  box-shadow: 0 1px 8px 1px rgba(35, 38, 51, 0.12);
  padding: 0px;
  right: -20px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 1px solid #CFCFCF;
}

.right-nav ul li .user-dropdown:before {
  content: "";
  border-style: solid;
  border-width: 1px 0px 0px 1px;
  border-color: #CFCFCF;
  position: absolute;
  top: -10px;
  right: 33px;
  transform: rotate(45deg);
  background: #F5F5F5;
  width: 20px;
  height: 20px;
}

.right-nav ul li .user-dropdown li {
  border-bottom: 1px solid #CFCFCF;
  padding: 15px 0px;
  margin: 0px 25px;
}

.right-nav ul li .user-dropdown li:first-child {
  margin: 0px;
  background: #F5F5F5;
  padding: 15px;
}

.right-nav ul li .user-dropdown li a {
  transition: all .3s;
  color: #141414;
}

.right-nav ul li .user-dropdown li a i:before {
  margin-right: 15px;
  color: #141414;
}

.right-nav ul li .user-dropdown li:last-child {
  border-bottom: 0px;
}

.right-nav ul li .user-dropdown li:hover a {
  color: #439F8B;
}

.right-nav ul li:hover .user-dropdown {
  top: 120%;
  opacity: 1;
  visibility: visible;
}

.right-nav-02 ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.right-nav-02 ul li {
  list-style: none;
  margin-right: 15px;
  color: #011726;
  position: relative;
}

.right-nav-02 ul li:last-child {
  margin-right: 0px;
}

.right-nav-02 ul li select {
  background: transparent;
  border: 0px;
  color: #011726;
  padding-right: 10px;
  width: 100%;
  font-size: 12px;
}

.right-nav-02 ul li select option {
  color: #011726;
}

.right-nav-02 ul li .menu-select {
  border-radius: 0px;
  appearance: none;
}

.right-nav-02 ul li .menu-select ::-ms-expand {
  display: none;
}

.right-nav-02 ul li .menu-select+i.fa {
  float: right;
  margin-top: -15px;
  margin-right: 10px;
  pointer-events: none;
  background-color: transparent;
  color: #011726;
  padding-right: 5px;
  font-weight: 100;
  font-size: 8px;
}

.right-nav-02 ul li .menu-select option {
  padding-right: 21px;
}

.right-nav-02 ul li .user-dropdown {
  position: absolute;
  top: 160%;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  background: #fff;
  box-shadow: 0 1px 8px 1px rgba(35, 38, 51, 0.12);
  padding: 0px;
  right: -20px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 1px solid #CFCFCF;
}

.right-nav-02 ul li .user-dropdown:before {
  content: "";
  border-style: solid;
  border-width: 1px 0px 0px 1px;
  border-color: #CFCFCF;
  position: absolute;
  top: -10px;
  right: 20px;
  transform: rotate(45deg);
  background: #F5F5F5;
  width: 20px;
  height: 20px;
}

.right-nav-02 ul li .user-dropdown li {
  border-bottom: 1px solid #CFCFCF;
  padding: 15px 0px;
  margin: 0px 25px;
}

.right-nav-02 ul li .user-dropdown li:first-child {
  margin: 0px;
  background: #F5F5F5;
  padding: 15px;
}

.right-nav-02 ul li .user-dropdown li a {
  transition: all .3s;
}

.right-nav-02 ul li .user-dropdown li a i {
  margin-right: 15px;
}

.right-nav-02 ul li .user-dropdown li:last-child {
  border-bottom: 0px;
}

.right-nav-02 ul li .user-dropdown li:hover a {
  color: #439F8B;
}

.right-nav-02 ul li:hover .user-dropdown {
  top: 120%;
  opacity: 1;
  visibility: visible;
}

.navbar-area {
  padding: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
  transition: all .4s;
}

.navbar-area .nav-container {
  background-color: #dedede;
  padding: 18px 40px;
  transition: all .4s;
  display: block;
}

.navbar-area .nav-container .logo a {
  font-family: var(--body-font);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: center;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: #000;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: #011726;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
  margin-left: 10px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
  margin-right: 25px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: var(--main-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.megamenu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 260px;
  margin: 0;
  padding: 5px 15px;
  list-style: none;
  left: 0;
  top: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffff;
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
  border-top: 1px solid #e2e2e2;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 12px 0px;
  background-color: #fff;
  white-space: nowrap;
  color: #000;
  transition: all .3s;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a i {
  opacity: 0;
  transition: all .5s;
  margin-right: -18px;
  position: relative;
  color: #439F8B;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  color: var(--main-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover i {
  opacity: 1;
  margin-right: 5px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: '\f105';
  font-family: 'fontawesome';
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
  left: 100%;
  top: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: #011726;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .megamenu {
  position: absolute;
  text-align: left;
  min-width: 800px;
  margin: 0;
  padding: 0 15px;
  list-style: none;
  left: 0;
  top: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffff;
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .megamenu li {
  width: 20%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li {
  padding-right: 10px;
  margin-right: 10px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li:hover {
  color: var(--main-color) !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li:hover>a {
  color: var(--main-color) !important;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav>li:hover:before {
  color: var(--main-color) !important;
}

.navbar-nav {
  opacity: 0;
  margin-right: -30px;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.menu-open {
  opacity: 1;
  margin-right: 0;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }

  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }

  .navbar-area .nav-container .navbar-collapse {
    margin-top: 19px;
    padding-right: 25px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid var(--heading-color);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 0px !important;
    color: #ffff;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    background-color: transparent;
    border-radius: 0px;
    padding: 0px;
    border-bottom: none;
    display: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\f107";
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: #ffff;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
    border-top: none;
  }
}

@media only screen and (max-width: 1500px) {
  .navbar-nav {
    text-align: center !important;
  }
}

@media (max-width: 500px) {
  .nav-right-part .options {
    font-size: 12px;
  }
}

.nav-right-part .cart {
  padding-left: 5px;
  padding-right: 15px;
}

.nav-right-part ul {
  padding: 0;
  margin: 0;
  display: flex;
  padding-top: 5px;
}

.nav-right-part ul li {
  list-style: none;
  margin-right: 20px;
}

.nav-right-part ul li a {
  color: white !important;
  font-size: 14px;
}

.nav-right-part ul li a span.badge {
  width: 16px;
  height: 16px;
  background: #439F8B;
  border-radius: 50%;
  color: #ffff;
  font-size: 11px;
  margin-left: -12px;
  position: relative;
  top: 3px;
}

.nav-right-part ul li a span.badge.badge-green {
  background: #54CABF !important;
}

.nav-right-part ul li a span.badge.badge-red {
  background: #E36E3A !important;
}

.nav-right-part ul li a span.badge.badge-pink {
  background: #EB2246 !important;
}

.nav-right-part ul li a i:before {
  transition: all .3s;
}

.nav-right-part ul li:last-child {
  margin-right: 0px;
}

.nav-right-part ul li:hover a i:before {
  color: #439F8B;
}

.nav-right-part ul li .user-dropdown {
  position: absolute;
  top: 160%;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  background: #fff;
  box-shadow: 0 1px 8px 1px rgba(35, 38, 51, 0.12);
  padding: 0px;
  right: -20px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 1px solid #CFCFCF;
}

.nav-right-part ul li .user-dropdown:before {
  content: "";
  border-style: solid;
  border-width: 1px 0px 0px 1px;
  border-color: #CFCFCF;
  position: absolute;
  top: -10px;
  right: 20px;
  transform: rotate(45deg);
  background: #F5F5F5;
  width: 20px;
  height: 20px;
}

.nav-right-part ul li .user-dropdown li {
  border-bottom: 1px solid #CFCFCF;
  padding: 15px 0px;
  margin: 0px 25px;
  top: 0px;
}

.nav-right-part ul li .user-dropdown li:first-child {
  margin: 0px;
  background: #F5F5F5;
  padding: 15px;
}

.nav-right-part ul li .user-dropdown li a {
  transition: all .3s;
  color: #141414;
  font-size: 14px;
  font-weight: 600;
}

.nav-right-part ul li .user-dropdown li a i:before {
  margin-right: 15px;
  color: #141414;
  font-size: 20px;
}

.nav-right-part ul li .user-dropdown li:last-child {
  border-bottom: 0px;
}

.nav-right-part ul li .user-dropdown li:hover a {
  color: #439F8B;
}

.nav-right-part ul li:hover .user-dropdown {
  top: 120%;
  opacity: 1;
  visibility: visible;
}

.nav-right-part ul .has-dropdown {
  position: relative;
}

.nav-right-part ul .has-dropdown ul {
  position: absolute;
  min-width: 400px;
  right: 0;
  height: auto;
  top: 160%;
  opacity: 0;
  transition: all 0.3s ease-in;
  visibility: hidden;
  transition: all .3s;
  background: #ffff;
  border: 1px solid #E9E9E9;
  padding: 10px 20px;
  flex-direction: column;
}

.nav-right-part ul .has-dropdown ul .tprice {
  font-size: 26px;
  font-weight: 700;
  margin-top: 10px;
}

.nav-right-part ul .has-dropdown ul .tprice span {
  font-size: 14px;
}

.nav-right-part ul .has-dropdown ul .btn-cart {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #E9E9E9;
  padding: 10px 15px 8px 15px;
  border-radius: 0px;
  margin-bottom: 10px;
  margin-top: 20px;
  transition: all .3s;
  color: #011726 !important;
}

.nav-right-part ul .has-dropdown ul .btn-cart:hover {
  background: #439F8B;
  color: #ffff;
}

.nav-right-part ul .has-dropdown ul .btn-login {
  background-color: #439F8B;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #E9E9E9;
  padding: 10px 15px 8px 15px;
  border-radius: 0px;
  margin-bottom: 10px;
  margin-top: 20px;
  transition: all .3s;
  color: #011726 !important;
}

.nav-right-part ul .has-dropdown ul .btn-login:hover {
  background: #439F8B;
  color: #ffff;
}

.nav-right-part ul .has-dropdown ul li {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #E9E9E9;
  width: 100%;
}

.nav-right-part ul .has-dropdown ul li:last-child {
  border-bottom: 0px;
}

.nav-right-part ul .has-dropdown ul .thumb img {
  padding-right: 25px;
}

.nav-right-part ul .has-dropdown ul .title a {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  transition: all .3s;
  color: #141414;
}

.nav-right-part ul .has-dropdown ul .title a:hover {
  color: #439F8B;
}

.nav-right-part ul .has-dropdown ul .price {
  font-size: 14px;
  font-weight: 600;
  color: #439F8B;
}

.nav-right-part ul .has-dropdown ul .action {
  text-align: right;
}

.nav-right-part ul .has-dropdown ul input {
  width: 60px;
  text-align: center;
  border: 1px solid #ddd;
}

.nav-right-part ul .has-dropdown ul .remove {
  font-size: 14px;
  line-height: 22px;
  color: #141414 !important;
}

.nav-right-part ul .has-dropdown:hover ul {
  top: 120%;
  opacity: 1;
  visibility: visible;
}

.nav-right-part ul select {
  background: transparent;
  border: 0px;
  color: #011726;
  padding-right: 10px;
  width: 100%;
  font-size: 12px;
}

.nav-right-part ul select option {
  color: #011726;
}

.nav-right-part ul .menu-select {
  border-radius: 0px;
  appearance: none;
}

.nav-right-part ul .menu-select ::-ms-expand {
  display: none;
}

.nav-right-part ul .menu-select+i.fa {
  float: right;
  margin-top: -15px;
  margin-right: 10px;
  pointer-events: none;
  background-color: transparent;
  color: #000;
  padding-right: 5px;
  font-weight: 100;
  font-size: 8px;
}

.nav-right-part ul .menu-select option {
  padding-right: 21px;
}

.nav-right-part .nice-select {
  height: 37px;
  line-height: 37px;
}

.nav-right-part .nice-select ul {
  display: block;
}

.nav-right-part .nice-select ul li {
  margin-right: 0px;
}

.nav-right-part .nice-select.language-select {
  border-radius: 19px 0px 0px 19px;
  margin-left: 30px;
}

.nav-right-part .nice-select.currency-select {
  border-radius: 0px 19px 19px 0px;
}

.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  color: #011726;
  transition: all .3s;
}

.nav-style-01 .nav-container .navbar-collapse .navbar-nav>li:hover>a,
.nav-style-01 .nav-container .navbar-collapse .navbar-nav>li:hover:before {
  color: #439F8B !important;
}

.nav-style-01 .nav-right-part ul li.search a {
  color: #011726;
}

.nav-style-01 .nav-right-part li {
  position: relative;
  top: 3px;
}

.nav-style-01 .nav-right-part li a {
  color: #011726;
}

@media only screen and (min-width: 992px) {
  .navbar-area-fixed .nav-container {
    padding: 10px 0px;
    transition: all .4s;
  }
}

.nav-style-01 .menubar {
  top: 0px !important;
}

.nav-style-01.navbar-area-fixed {
  background: #439F8B;
  box-shadow: 0px 4px 6px 0px rgba(228, 226, 234, 0.06);
}

.toggle-btn {
  left: auto;
  top: -12px;
  position: absolute;
  width: 60px;
  height: 60px;
  transition-duration: 0.5s;
}

.toggle-btn .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 15px;
  top: 30px;
  background-color: gray;
}

.toggle-btn .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: gray;
  content: "";
  top: -10px;
}

.toggle-btn .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: gray;
  content: "";
  top: 10px;
}

.toggle-btn .icon-left:hover {
  cursor: pointer;
}

.toggle-btn .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 15px;
  top: 30px;
  background-color: gray;
  left: 15px;
}

.toggle-btn .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: gray;
  content: "";
  top: -10px;
}

.toggle-btn .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: gray;
  content: "";
  top: 10px;
}

.toggle-btn .icon-right:hover {
  cursor: pointer;
}

.toggle-btn.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}

.toggle-btn.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}

.toggle-btn.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}

.toggle-btn.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}

.toggle-btn.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}

.toggle-btn.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}

.toggle-btn:hover {
  cursor: pointer;
}

.absolute-nav {
  position: absolute;
  width: 100%;
  z-index: 9;
}

.absolute-nav .dark-header-top {
  background: transparent;
  border-bottom: 1px solid #fff;
}

.absolute-nav .nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
  color: #011726;
}

.absolute-nav .nav-style-01 {
  color: #011726 !important;
}

.absolute-nav .color-secondary-navbar li a {
  color: white !important;
}

.absolute-nav .color-options {
  color: #011726 !important;
  font-weight: 600;
}

.absolute-nav .color-fixed-navbar li a {
  color: white !important;
}

@media (max-width: 500px) {
  .absolute-nav .color-fixed-navbar li a {
    color: #011726 !important;
  }
}

.absolute-nav .name-user {
  text-align: end;
  margin-right: 15px;
  margin-top: 10px;
  font-size: 14px;
}

@media (max-width: 500px) {
  .absolute-nav .name-user {
    color: white;
    font-size: 12px !important;
    margin-right: -19px;
  }
}

.absolute-nav .name-user-fixed {
  text-align: end;
  margin-right: 15px;
  margin-top: 10px;
  font-size: 14px;
  color: white;
}

@media (max-width: 500px) {
  .absolute-nav .name-user-fixed {
    font-size: 12px !important;
    margin-right: -19px;
  }
}

.absolute-nav .name-user-two {
  color: white;
}

.absolute-nav .container-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding-right: 0px !important;
  padding-left: 0px !important;
}

@media (min-width: 1000px) {
  .absolute-nav .container-video {
    height: 750px;
  }
}

.absolute-nav #fondo {
  text-align: center;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -6px;
}

.absolute-nav #fondo:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(167, 167, 167, 0.86);
}

.login .create-your-account {
  width: 228px;
  font-family: GTSuperDisplay-Regular;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #111111;
  margin-top: 10px;
}

.login .div-login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login .div-login .img-stile {
  width: 180px !important;
}

.login .forgot {
  cursor: pointer;
  font-family: 'Public Sans', sans-serif;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
}

.login .message {
  margin-top: 10px;
  color: #011726;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
}

.login .img-fondo {
  width: 578px;
  height: 623px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .login .img-fondo {
    width: 375px;
  }
}

@media (max-width: 550px) {
  .login .img-fondo {
    display: none;
  }
}

.login .img-logo {
  width: 180px !important;
}

.register .img-register {
  width: 578px;
  height: 623px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .register .img-register {
    width: 375px;
  }
}

@media (max-width: 550px) {
  .register .img-register {
    display: none;
  }
}

.register .margin {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.register .div-form {
  width: 414px;
  height: 623px;
  border: solid 1px #c8c3c2;
}

@media (max-width: 1200px) {
  .register .div-form {
    width: 375px;
  }
}

@media (max-width: 550px) {
  .register .div-form {
    height: 670px;
    margin-top: -30px;
  }
}

.register .div-form .center {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 550px) {
  .register .div-form .center {
    margin-top: 40px;
  }
}

.register .div-form .center input {
  margin: 15px;
  width: 302px;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

.register .div-form .center p {
  width: 280px;
  margin: 6px;
}

.register ::placeholder {
  width: 99.7px;
  height: 11px;
  font-family: 'Public Sans', sans-serif;
  font-size: 10px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  color: #c8c3c2;
}

.register .sign {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 304px;
  height: 48px;
  border-radius: 0px;
  border: solid 1px #011726;
  background-color: #011726;
  margin-top: 15px;
}

.register .sign .title {
  width: 100px;
  font-family: 'Public Sans', sans-serif;
  font-size: 12px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ffffff;
  background: none;
  border-bottom: none;
  border: none;
  cursor: pointer;
}

.register .sign-face {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 304px;
  height: 48px;
  border-radius: 0px;
  background-color: #1976d2;
  margin-top: 10px;
  border: none;
}

.register .sign-face .title {
  width: 61px;
  font-family: 'Public Sans', sans-serif;
  font-size: 12px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ffffff;
  background: none;
  border-bottom: none;
}

.register .sign-google {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 304px;
  height: 48px;
  border-radius: 0px !important;
  background-color: white;
  margin-top: 10px;
  border: none;
}

.register .sign-google .title {
  width: 61px;
  font-family: 'Public Sans', sans-serif;
  font-size: 12px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  text-align: center;
  color: #ffffff;
  background: none;
  border-bottom: none;
}

.register .div-title {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 550px) {
  .register .div-title {
    display: flex;
  }
}

.register .div-title img {
  width: 60%;
  height: auto;
  display: inline !important;
}

.register .div-title .create-your-account {
  width: 168px;
  height: 74px;
  font-family: GTSuperDisplay-Regular;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #111111;
  margin-top: 20px;
}

.cart .img-cart {
  height: 80px;
  width: auto;
}

.cart .color-header {
  background-color: #011726;
  color: white;
}

.cart .center {
  justify-content: space-around;
  align-items: center;
  vertical-align: center;
}

.cart td {
  vertical-align: inherit !important;
}

.cart th {
  vertical-align: inherit !important;
}

.cart .colum-pointer {
  cursor: pointer;
}

.cart .btn-opciones {
  background-color: #011726;
  color: white;
}

.filters {
  width: 50px;
  height: 500px;
  background: #F5F5F5;
  padding: 20px;
}

.filters .aling-items {
  display: flex;
  flex-direction: column;
}

.filters .list-checks {
  list-style: none;
}

.filters label {
  padding-left: 10px;
}

.contact .faq {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}

.contact a:hover {
  color: #439F8B;
}

.contact h4 {
  text-align: left;
}

.blog .img-blog {
  width: 400px;
  height: auto;
}

.blog .paragraph {
  display: flex;
  font-size: 14px;
  text-align: justify;
}

.blog .read-more {
  padding-top: 10px;
  font-weight: bold;
}

.blog .read-more a:hover {
  color: #439F8B;
}

.orders .img-product {
  width: 400px;
  height: auto;
}

.orders .center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.orders .padding-card {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.orders .height-card {
  max-height: 250px;
  height: 250px;
}

.orders .height-card img {
  max-height: 130px;
}

.orders .zoom {
  transition: transform .2s;
  /* Animation */
}

.orders .zoom:hover {
  background-color: white;
  z-index: 1;
  transform: scale(2.5);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  width: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  padding: 5px;
}

.orders .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 0 1 auto !important;
  padding: 10px !important;
}

.orders .title-footer {
  font-size: 14px;
  font-weight: bold;
}

.orders .card-header {
  background-color: #011726;
  color: white;
}

.about p {
  color: black;
  text-align: justify;
  font-weight: bold;
}

.about img {
  margin-top: -180px;
  margin-left: 0px;
}

.about .ceo {
  font-weight: bold;
}

.about .title {
  text-align: center;
  font-size: 40px;
  color: black;
}

@media (max-width: 500px) {
  .about .title {
    margin-top: -20px;
    font-size: 28px;
  }
}

.about .subtitle {
  text-align: center;
  font-size: 25px;
  color: black;
}

@media (max-width: 500px) {
  .about .subtitle {
    font-size: 20px;
  }
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner-style-01 {
  position: relative;
}

.banner-style-01 .margin-component {
  padding-top: 180px;
  background: #dededc;
}

.banner-style-01 .title-slider {
  color: #011726 !important;
}

.banner-style-01 .subtitle {
  font-size: 25px;
  color: #ffff;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}

.banner-style-01 .title {
  font-size: 35px;
  font-weight: 600;
}

.banner-style-01 .description {
  font-size: 16px;
  color: #ffff;
  letter-spacing: 0;
  font-family: var(--secondary-font);
}

.banner-style-01 .container-fluid {
  width: calc(100% - 198px);
}

.banner-style-01 .banner-content .icon-arrow-buttom:before {
  color: #439F8B;
}

.banner-style-01 .slick-prev,
.banner-style-01 .slick-next {
  background: transparent;
  width: 60px;
  height: 45px;
  z-index: 9;
  transition: all .3s;
  top: 52%;
  border: 0px;
  opacity: 0;
  display: none;
}

.banner-style-01 .slick-prev {
  left: 40px;
  z-index: 9;
  display: none;
}

.banner-style-01 .slick-prev:before {
  content: "\e90c";
  font-family: 'icomoon';
  left: -30px;
}

.banner-style-01 .slick-next {
  right: 40px;
  display: none;
}

.banner-style-01 .slick-next:before {
  content: "\e911";
  font-family: 'icomoon';
  left: 50px;
}

.banner-style-01 .slick-prev:before,
.banner-style-01 .slick-next:before {
  font-size: 35px;
  color: #ffff;
  line-height: 35px;
  top: 4px;
  position: absolute;
  display: none;
}

.banner-style-01:hover .slick-prev,
.banner-style-01:hover .slick-next {
  opacity: 1;
  display: none;
}

.banner-style-02 {
  position: relative;
}

.banner-style-02 .img-product {
  max-width: 800px !important;
  width: 261px;
  height: 300px;
  object-fit: contain;
}

@media (max-width: 1430px) {
  .banner-style-02 .img-product {
    width: 231px;
    height: 300px;
  }
}

@media (max-width: 1430px) {
  .banner-style-02 .img-product {
    width: 205px;
    height: 280px;
  }
}

@media (max-width: 767px) {
  .banner-style-02 .img-product {
    width: 160px;
    height: 220px;
  }
}

@media (max-width: 576px) {
  .banner-style-02 .img-product {
    width: 130px;
    height: 170px;
  }
}

@media (min-width: 992px) {
  .banner-style-02 .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 100%;
  }
}

.banner-style-02 .previus {
  cursor: pointer;
  position: absolute;
  margin-top: 176px;
  margin-left: -76px;
}

@media (max-width: 768px) {
  .banner-style-02 .previus {
    margin-top: 110px;
  }
}

@media (max-width: 650px) {
  .banner-style-02 .previus {
    margin-left: 0px;
    z-index: 1;
  }
}

.banner-style-02 .next {
  cursor: pointer;
  float: right;
  position: relative;
  margin-right: -72px;
  margin-top: -301px;
}

@media (max-width: 1220px) {
  .banner-style-02 .next {
    margin-top: -371px;
  }
}

@media (max-width: 650px) {
  .banner-style-02 .next {
    margin-right: 0px;
    z-index: 1;
    margin-top: -220px;
  }
}

.banner-style-02 .center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.banner-style-02 .subtitle {
  font-size: 56px;
  color: #ffff;
  font-weight: 300;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

.banner-style-02 .title {
  font-size: 76px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffff;
}

.banner-style-02 .container-fluid {
  width: calc(100% - 198px);
}

.banner-style-02 .banner-content .icon-arrow-buttom:before {
  color: #439F8B;
}

.banner-style-02 .slick-prev,
.banner-style-02 .slick-next {
  background: transparent;
  width: 60px;
  height: 45px;
  z-index: 9;
  transition: all .3s;
  top: 52%;
  border: 0px;
  opacity: 0;
}

.banner-style-02 .slick-prev {
  display: none !important;
  left: 30px;
  z-index: 9;
  color: none;
  display: inline;
}

.banner-style-02 .slick-prev:before {
  content: "\e90c";
  font-family: 'icomoon';
  left: -40px;
  color: black;
}

.banner-style-02 .slick-next {
  display: none !important;
  right: 40px;
  color: none;
}

.banner-style-02 .slick-next:before {
  content: "\e911";
  font-family: 'icomoon';
  left: 50px;
  color: black;
}

.banner-style-02 .slick-prev:before,
.banner-style-02 .slick-next:before {
  font-size: 35px;
  color: #ffff;
  line-height: 35px;
  top: 4px;
  position: absolute;
}

.banner-style-02:hover .slick-prev,
.banner-style-02:hover .slick-next {
  opacity: 1;
}

.banner-style-02 .slick-dots {
  bottom: 25px;
}

.banner-style-02 .slick-dots li {
  width: 10px;
}

.banner-style-02 .slick-dots li button {
  background: transparent;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.banner-style-02 .slick-dots li button:before {
  display: none;
}

.banner-style-02 .slick-active button {
  background: #fff !important;
  border: 1px solid #fff;
}

.banner-style-03 {
  padding: 0px 100px;
  position: relative;
}

.banner-style-03 .banner-slider-03 h2 {
  font-size: 80px;
  line-height: 96px;
  font-family: var(--secondary-font);
  color: #141414;
  font-weight: 700;
}

.banner-style-03 .banner-slider-03 h4 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 40px;
}

.banner-style-03 .slick-prev:before,
.banner-style-03 .slick-next:before {
  color: #141414;
  font-size: 60px;
}

.banner-style-03 .slick-prev,
.banner-style-03 .slick-next {
  top: 90%;
  z-index: 9;
  font-size: 0px;
}

.banner-style-03 .slick-prev {
  left: calc(60% - 70px);
}

.banner-style-03 .slick-next {
  left: 60%;
}

.banner-style-04 {
  position: relative;
}

.banner-style-04 .subtitle {
  font-size: 16px;
  color: #ffff;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

.banner-style-04 .title {
  font-size: 56px;
  font-weight: 400;
  line-height: 67px;
  letter-spacing: 0px;
  color: #ffff;
}

.banner-style-04 .description {
  font-size: 16px;
  color: #ffff;
  letter-spacing: 0;
  font-family: var(--secondary-font);
}

.banner-style-04 .container-fluid {
  width: calc(100% - 198px);
}

.banner-style-04 .banner-content .icon-arrow-buttom:before {
  color: #439F8B;
}

.banner-style-04 .slick-prev,
.banner-style-04 .slick-next {
  background: transparent;
  width: 60px;
  height: 45px;
  z-index: 9;
  transition: all .3s;
  top: 52%;
  border: 0px;
  opacity: 0;
}

.banner-style-04 .slick-prev {
  left: 40px;
  z-index: 9;
}

.banner-style-04 .slick-prev:before {
  content: "\e90c";
  font-family: 'icomoon';
  left: -30px;
}

.banner-style-04 .slick-next {
  right: 40px;
}

.banner-style-04 .slick-next:before {
  content: "\e911";
  font-family: 'icomoon';
  left: 50px;
}

.banner-style-04 .slick-prev:before,
.banner-style-04 .slick-next:before {
  font-size: 35px;
  color: #ffff;
  line-height: 35px;
  top: 4px;
  position: absolute;
}

.banner-style-04:hover .slick-prev,
.banner-style-04:hover .slick-next {
  opacity: 1;
}

.banner-style-04 .slick-dots {
  bottom: -200px;
}

.banner-style-04 .slick-dots li {
  width: 31px;
  height: 31px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.banner-style-04 .slick-dots li button {
  background: #141414;
  border: 1px solid #141414;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  padding: 3px;
  margin-top: 10px;
  margin-left: 10px;
}

.banner-style-04 .slick-dots li button:before {
  display: none;
}

.banner-style-04 .slick-dots .slick-active {
  border: 1px solid #fff;
}

.banner-style-04 .slick-dots .slick-active button {
  background: #fff !important;
  border: 1px solid #fff !important;
}

.controler-wrapper {
  position: absolute;
  width: 90px;
  height: auto;
  right: auto;
  bottom: 0;
  left: 50%;
}

.controler-wrapper .active-controler {
  font-weight: 300;
  font-size: 20px;
  color: #000000;
  padding-right: 3px;
}

.controler-wrapper .separator {
  font-size: 28px;
  color: #000000;
  top: -6px;
  position: absolute;
}

.controler-wrapper .total-controler {
  left: 40px;
  position: absolute;
  font-size: 30px;
  top: -6px;
}

.banner__bg {
  min-height: 700px;
}

.banner__bg2 {
  min-height: 900px;
}

.height__100vh {
  height: 100vh;
}

@media (max-width: 500px) {
  .height__100vh {
    height: 50vh;
    margin-top: -27px;
  }
}

.collection-slider {
  margin: 0 -15px;
}

.collection-slider .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.collection-slider .slick-dots {
  bottom: -60px;
}

.collection-slider .slick-dots li {
  margin-right: 5px;
  width: auto;
}

.collection-slider .slick-dots li:last-child {
  margin-right: 0px;
}

.collection-slider .slick-dots li button {
  width: 30px;
}

.collection-slider .slick-dots li button:before {
  width: 30px;
  border: 1px solid #FF8E78;
  background: #fff;
  height: 5px;
  content: '';
  opacity: 1;
}

.collection-slider .slick-dots li.slick-active button {
  width: 45px;
}

.collection-slider .slick-dots li.slick-active button:before {
  width: 45px;
  background: #FF8E78;
}

.collection-item {
  text-align: center;
}

.collection-item .thumb {
  position: relative;
  overflow: hidden;
}

.collection-item .thumb img {
  min-height: 458px;
  transition: all 3.5s ease 0s;
}

.collection-item .thumb .thumb-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

.collection-item .thumb h2 {
  font-size: 36px;
  color: #141414;
  margin-bottom: 15px;
}

.collection-item:hover .thumb img {
  transform: scale(1.1);
}

.collection-slider-02 {
  margin: 0 -15px;
}

.collection-slider-02 .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.collection-slider-02 .collection-slider-item {
  text-align: center;
  position: relative;
}

.collection-slider-02 .collection-slider-item:before {
  position: absolute;
  width: 100%;
  content: '';
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(1, 23, 38, 0.1);
  z-index: 1;
}

.collection-slider-02 .collection-slider-item .thumb {
  position: relative;
  overflow: hidden;
}

.collection-slider-02 .collection-slider-item .thumb img {
  min-height: 458px;
  transition: all 3.5s ease 0s;
}

.collection-slider-02 .collection-slider-item .thumb .thumb-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 9;
}

.collection-slider-02 .collection-slider-item .thumb h4 {
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffff;
}

.collection-slider-02 .collection-slider-item .thumb h2 {
  font-size: 115px;
  color: #ffff;
  margin-bottom: 15px;
}

.collection-slider-02 .collection-slider-item .thumb h3 {
  font-size: 40px;
  letter-spacing: 0px;
  color: #ffff;
}

.collection-slider-02 .collection-slider-item:hover .thumb img {
  transform: scale(1.1);
}

.collection-banner .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.collection-style-01 .thumb {
  position: relative;
}

.collection-style-01 .thumb img {
  min-height: 191px;
  object-fit: cover;
}

.collection-style-01 .thumb .content {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  transition: all .5s;
}

.collection-style-01 .thumb .content h3 {
  color: #fff;
  transition: all .3s;
}

.collection-style-01 .thumb .content h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  transition: all .3s;
}

.collection-style-01 .thumb .content a {
  margin-top: 20px;
  display: block;
}

.collection-style-01 .thumb:hover .content {
  border-color: rgba(1, 23, 38, 0.3);
}

.collection-style-01 .thumb:hover .content h3,
.collection-style-01 .thumb:hover .content h6 {
  color: #011726;
}

.collection-style-02 .thumb {
  position: relative;
  overflow: hidden;
}

.collection-style-02 .thumb img {
  min-height: 191px;
  object-fit: cover;
  transition: all 3.5s ease 0s;
}

.collection-style-02 .thumb:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(1, 23, 38, 0.1);
}

.collection-style-02 .thumb:before {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
  transition: all .5s;
  content: '';
  z-index: 8;
}

.collection-style-02 .thumb .content {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 0px;
  padding: 20px;
  transition: all .5s;
  text-align: center;
  width: 100%;
  z-index: 9;
}

.collection-style-02 .thumb .content h3 {
  color: #fff;
  transition: all .3s;
  font-family: var(--secondary-font);
  font-size: 42px;
  letter-spacing: 1.26px;
  line-height: 22px;
  margin-bottom: 20px;
}

.collection-style-02 .thumb .content h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  transition: all .3s;
  letter-spacing: 0.48px;
  line-height: 20px;
}

.collection-style-02:hover .thumb img {
  transform: scale(1.1);
}

.collection-style-03 .thumb {
  position: relative;
  overflow: hidden;
}

.collection-style-03 .thumb img {
  min-height: 191px;
  object-fit: cover;
  transition: all 3.5s ease 0s;
}

.collection-style-03 .thumb:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1414141A;
}

.collection-style-03 .thumb:before {
  position: absolute;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px;
  transition: all .5s;
  content: '';
  z-index: 8;
}

.collection-style-03 .thumb .content {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  padding: 20px;
  transition: all .5s;
  text-align: left;
  width: 100%;
  z-index: 9;
}

.collection-style-03 .thumb .content h3 {
  color: #fff;
  transition: all .3s;
  font-family: var(--body-font);
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

.collection-style-03 .thumb .content h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  transition: all .3s;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 25px;
}

.collection-style-03 .thumb .content .btn {
  color: #ffff;
  padding: 0px;
  font-size: 16px;
  line-height: 23px;
  text-decoration: underline;
}

.collection-style-03:hover .thumb img {
  transform: scale(1.1);
}

@media (max-width: 500px) {
  .collection-style-04 {
    margin-bottom: 10px !important;
  }
}

.collection-style-04 .category-width {
  width: 500px;
}

.collection-style-04 .thumb {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.collection-style-04 .thumb img {
  padding: 30px;
  object-fit: contain;
  transition: all 3.5s ease 0s;
}

@media (max-width: 500px) {
  .collection-style-04 .thumb img {
    height: 450px !important;
  }
}

.collection-style-04 .thumb:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1414141A;
}

.collection-style-04 .thumb .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.collection-style-04 .content {
  padding: 20px;
  transition: all .5s;
  text-align: center;
}

.collection-style-04 .content h3 {
  color: #011726;
  transition: all .3s;
  font-family: var(--secondary-font);
  font-size: 42px;
  line-height: 50px;
}

.collection-style-04:hover .thumb img {
  transform: scale(1.1);
}

.collection-style-04 .btn-collection2 {
  background: #011726;
  padding: 6px 20px;
  height: 40px;
  width: 104px;
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 13px;
  border-radius: 0px;
  color: #fff;
}

.collection-style-05 .thumb {
  position: relative;
  overflow: hidden;
}

.collection-style-05 .thumb img {
  min-height: 191px;
  object-fit: cover;
  transition: all 3.5s ease 0s;
}

.collection-style-05 .thumb:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(1, 23, 38, 0.1);
}

.collection-style-05 .thumb .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  transition: all .5s;
  text-align: center;
  width: 100%;
  z-index: 9;
}

.collection-style-05 .thumb .content h3 {
  color: #fff;
  transition: all .3s;
  font-size: 115px;
  letter-spacing: 0px;
  line-height: 46px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.collection-style-05 .thumb .content h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  transition: all .3s;
  letter-spacing: 2px;
  line-height: 30px;
}

.collection-style-05 .thumb .content h4 {
  font-size: 40px;
  line-height: 46px;
  color: #fff;
}

.collection-style-05:hover .thumb img {
  transform: scale(1.1);
}

.btn-collection {
  background: #54CABF;
  padding: 15px 30px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  border-radius: 0px;
  color: #fff;
  margin-top: 15px;
}

.ui-widget-content {
  border: medium none;
  color: #222;
  height: 3px;
  width: 100%;
  background-image: none;
  background: #CCCCCC;
}

.ui-slider .ui-slider-range {
  background-color: #A4A4A4;
  background-image: none;
}

.ui-state-default,
.price_filter .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #A4A4A4;
  border: medium none;
  height: 14px;
  margin-left: 0;
  margin-top: -6px;
  top: 48%;
  width: 14px;
  background-image: none;
  border-radius: 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background-color: #A4A4A4;
  border: medium none;
  height: 14px;
  margin-left: 0;
  margin-top: -6px;
  top: 48%;
  width: 14px;
  background-image: none;
  border-radius: 0px;
}

.price_slider_amount>input[type="text"],
.price_slider_amount>input[type="submit"] {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  height: 25px;
  padding: 0;
  text-align: left;
  margin-bottom: 0px;
  color: #444;
  margin-top: 25px;
}

.sort-select {
  border-radius: 0px;
  margin-top: 20px;
  padding: 13px 20px;
  height: auto !important;
  color: #141414;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 22px;
  appearance: none;
  border-color: #F5F5F5;
}

.sort-select:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}

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

.sort-select+i.fa {
  float: right;
  margin-top: -31px;
  margin-right: 10px;
  pointer-events: none;
  background-color: transparent;
  color: #141414;
  padding-right: 5px;
  font-weight: 100;
  font-size: 12px;
}

.sort-select option {
  padding-right: 21px;
}

.collection-slider-03 .image-category {
  height: 700px;
  width: auto;
}

.collection-slider-03 .slick-prev,
.collection-slider-03 .slick-next {
  background: transparent;
  width: 60px;
  height: 45px;
  z-index: 9;
  transition: all .3s;
  top: auto;
  border: 0px;
  color: #011726;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.collection-slider-03 .slick-prev {
  left: calc(50% - 50px);
  z-index: 9;
  bottom: -100px;
}

.collection-slider-03 .slick-prev:before {
  content: "\f104";
  font-family: 'fontawesome';
  left: -5px;
}

.collection-slider-03 .slick-prev:after {
  content: "";
  width: 1px;
  background: #E9E9E9;
  height: 67px;
  top: 0px;
  right: 0px;
  position: absolute;
  transform: rotate(45deg);
}

.collection-slider-03 .slick-next {
  left: 51%;
  bottom: -120px;
}

.collection-slider-03 .slick-next:before {
  content: "\f105";
  font-family: 'fontawesome';
  left: 56px;
}

.collection-slider-03 .slick-prev:before,
.collection-slider-03 .slick-next:before {
  font-size: 20px;
  color: #011726;
  line-height: 35px;
  top: 5px;
  position: absolute;
}

.collection-slider-03 .title-men {
  color: rgba(1, 23, 38, 0.1);
}

.brand-area {
  background: #fff;
  z-index: 999;
}

.brand-area .brand-slider {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

.brand-area .brand-slider .slick-prev {
  left: -28px;
}

.brand-area .brand-slider .slick-prev:before {
  content: "\f104";
  font-family: 'fontawesome';
  color: var(--heading-color);
}

.brand-area .brand-slider .slick-next {
  right: -50px;
}

.brand-area .brand-slider .slick-next:before {
  content: "\f105";
  font-family: 'fontawesome';
  color: var(--heading-color);
}

.brand-area .brand-slider .slick-prev,
.brand-area .brand-slider .slick-next {
  top: 48%;
  width: 50px;
  height: 50px;
  z-index: 99;
}

.brand-area .brand-slider .slick-prev:before,
.brand-area .brand-slider .slick-next:before {
  font-size: 34px;
  opacity: 1;
}

.brand-area .brand-slider-02 {
  border: 0px;
  margin: 0 -50px;
}

.brand-area .brand-slider-02 .slick-slide {
  margin-right: 50px;
  margin-left: 50px;
}

.brand-area .brand-slider-02 .slick-prev,
.brand-area .brand-slider-02 .slick-next {
  width: 36px;
  height: 36px;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
}

.brand-area .brand-slider-02 .slick-prev:before,
.brand-area .brand-slider-02 .slick-next:before {
  font-size: 24px;
  text-align: center;
  display: block;
}

.brant-item {
  width: 20%;
  float: left;
  margin: 50px 0px;
  text-align: center;
  display: flex !important;
  justify-content: center;
}

.grey-bg .brant-item {
  margin: 70px 0px 58px 0px !important;
}

.product-style-01 {
  transition: all .3s;
  position: relative;
}

.product-style-01 .thumb {
  position: relative;
  transition: .5s;
  overflow: hidden;
}

.product-style-01 .thumb .new {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #54CABF;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-01 .thumb .sale {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #FF8E78;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-01 .thumb .out {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #cccccc;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-01 .thumb .cart-action {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 0px;
  opacity: 0;
  transition: all .3s;
}

.product-style-01 .thumb .cart-action li {
  list-style: none;
  margin-bottom: 20px;
  font-size: 20px;
  transition: all .3s;
}

.product-style-01 .thumb .cart-action li:hover i:before {
  color: #439F8B;
}

.product-style-01 .thumb .cart-action li:last-child {
  margin-bottom: 0px;
}

.product-style-01 .thumb .cart-action-02 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  transition: all .3s;
  width: 100%;
  opacity: 0;
}

.product-style-01 .thumb .cart-action-02 li {
  list-style: none;
  margin-right: 10px;
  font-size: 20px;
  transition: all .3s;
  background: #fff;
  width: 44px;
  height: 44px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
}

.product-style-01 .thumb .cart-action-02 li:hover i:before {
  color: #439F8B;
}

.product-style-01 .thumb .cart-action-02 li:last-child {
  margin-right: 0px;
}

.product-style-01 .thumb .clockdiv {
  display: inline-flex;
  font-weight: 100;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #ffff;
  width: calc(100% - 40px);
  justify-content: center;
  opacity: 1;
  transition: all .3s;
}

.product-style-01 .thumb .clockdiv>div {
  padding: 15px 0px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-right: 12%;
  justify-content: center;
}

.product-style-01 .thumb .clockdiv>div:last-child {
  margin-right: 0px;
}

.product-style-01 .thumb .clockdiv>div>span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #141414;
  line-height: 26px;
}

.product-style-01 .thumb .clockdiv>div>.smalltext {
  font-size: 12px;
  color: #A4A4A4;
  line-height: 20px;
}

.product-style-01 .thumb .thumb-slider img {
  transform: scale(1);
  object-fit: cover;
  width: 100%;
}

.product-style-01 .content {
  padding-top: 0px;
  background-color: #fff;
  width: 100%;
  transition: all .5s;
}

.product-style-01 .content .brand {
  color: #A4A4A4;
  font-size: 14px;
}

.product-style-01 .content ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.product-style-01 .content ul li {
  list-style: none;
}

.product-style-01 .content ul li a .fa-star {
  color: #FFB503;
  font-size: 14px;
}

.product-style-01 .content ul li a .fa-star-o {
  color: #A4A4A4;
  font-size: 15px;
}

.product-style-01 .content .title {
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
}

.product-style-01 .content .title:hover {
  color: #439F8B;
}

.product-style-01 .content .price {
  font-size: 20px;
  font-weight: 600;
  color: #FF8E78;
}

.product-style-01 .content .pink-price {
  color: #EB2246;
  font-size: 20px;
  font-weight: 600;
}

.product-style-01 .content .content-cart {
  width: 44px;
  height: 44px;
  border: 1px solid #E9E9E9;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  margin-right: 15px;
}

.product-style-01 .content .content-cart a {
  display: block;
}

.product-style-01 .content .content-price {
  line-height: 21px;
}

.product-style-01 .content .content-price .old-price {
  text-decoration: line-through;
  color: #cccccc;
  font-size: 16px;
}

.product-style-01 .content .content-price .new-price {
  font-size: 18px;
  color: #FF8E78;
  font-weight: 600;
}

.product-style-01 .content .content-bottom {
  opacity: 1;
  transition: all .3s;
}

.product-style-01 .content-hover {
  opacity: 0;
  background-color: #fff;
  z-index: 99;
  transition: all .3s;
  position: relative;
  top: -20px;
}

.product-style-01 .content-hover .product-color {
  margin: 0;
  padding: 0px;
  display: flex;
  align-items: center;
}

.product-style-01 .content-hover .product-color li {
  list-style: none;
  margin-right: 10px;
}

.product-style-01 .content-hover .product-color li:last-child {
  margin-right: 0px;
}

.product-style-01 .content-hover .product-color li a span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  float: left;
}

.product-style-01 .content-hover .product-color li a .blue {
  background: #005B96;
}

.product-style-01 .content-hover .product-color li a .red {
  background: #ED1B4C;
}

.product-style-01 .content-hover .product-color li a .pest {
  background: #2AB7CA;
}

.product-style-01 .content-hover .product-color li a .yellow {
  background: #FED766;
}

.product-style-01 .content-hover .product-color li a .ass {
  background: #E6E6EA;
}

.product-style-01 .content-hover .product-size {
  margin: 0;
  padding: 0px;
  display: flex;
}

.product-style-01 .content-hover .product-size li {
  list-style: none;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  border: 1px solid #E9E9E9;
  text-align: center;
  color: #A4A4A4;
  font-size: 16px;
  transition: all .3s;
}

.product-style-01 .content-hover .product-size li a {
  display: block;
}

.product-style-01 .content-hover .product-size li:hover {
  border: 1px solid #011726;
  color: #011726;
}

.product-style-01 .content-hover .product-size li:last-child {
  margin-right: 0px;
}

.product-style-01:hover .cart-action {
  right: 20px;
  opacity: 1;
}

.product-style-01:hover .cart-action-02 {
  opacity: 1;
}

.product-style-01:hover .content {
  bottom: -100px;
  transition: all .5s;
}

.product-style-01:hover .content-bottom {
  opacity: 0;
  transition: all .3s;
}

.product-style-01:hover .content-hover {
  opacity: 1;
  transition: all .3s;
  top: 20px;
}

.product-style-01:hover .thumb .thumb-slider img {
  transform: scale(1);
  object-fit: cover;
  transition: .5s;
  width: 100%;
}

.product-style-01:hover .thumb .thumb-slider .slick-prev,
.product-style-01:hover .thumb .thumb-slider .slick-next {
  opacity: 1;
}

.thumb-slider .slick-prev {
  left: 20px;
  z-index: 9;
}

.thumb-slider .slick-prev:before {
  content: "\f104";
  font-family: 'fontawesome';
  color: #A4A4A4;
}

.thumb-slider .slick-next {
  right: 20px;
}

.thumb-slider .slick-next:before {
  content: "\f105";
  font-family: 'fontawesome';
  color: #A4A4A4;
}

.thumb-slider .slick-prev,
.thumb-slider .slick-next {
  top: 50%;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  font-size: 0px;
  background: #ffff;
  opacity: 0;
}

.thumb-slider .slick-prev:before,
.thumb-slider .slick-next:before {
  font-size: 20px;
  opacity: 1;
}

.tranding-tab {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.tranding-tab li a {
  display: block;
  border: 1px solid #E9E9E9;
  font-size: 14px;
  padding: 16px 67px;
}

.tranding-tab li a.active {
  background: #011726;
  color: #ffff;
}

.collection-tab {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.collection-tab li {
  margin-right: 40px;
}

.collection-tab li a {
  display: inline-block;
  font-size: 30px;
  padding: 0px;
  color: #CCCCCC;
}

.collection-tab li a.active {
  color: #141414;
  border-bottom: 1px solid #141414;
}

.collection-tab-02 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.collection-tab-02 li {
  margin-right: 40px;
}

.collection-tab-02 li a {
  display: block;
  font-size: 16px;
  padding: 0px;
  color: #CCCCCC;
}

.collection-tab-02 li a.active {
  color: #141414;
  border-bottom: 1px solid #141414;
}

.arrival-tab {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.arrival-tab li a {
  display: block;
  border: 1px solid #E9E9E9;
  font-size: 14px;
  padding: 16px 67px;
}

.arrival-tab li a.active {
  background: #011726;
  color: #ffff;
}

.product-style-02 .thumb {
  position: relative;
  transition: .5s;
}

.product-style-02 .thumb .new {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #54CABF;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-02 .thumb .sale {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #FF8E78;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-02 .thumb .out {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #cccccc;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-02 .thumb .cart-action-02 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 0px;
  opacity: 0;
  transition: all .3s;
}

.product-style-02 .thumb .cart-action-02 li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 20px;
  transition: all .3s;
  text-align: center;
}

.product-style-02 .thumb .cart-action-02 li:hover i:before {
  color: #439F8B;
}

.product-style-02 .thumb .cart-action-02 li:last-child {
  margin-bottom: 0px;
  font-size: 30px;
}

.product-style-02 .thumb .clockdiv {
  display: inline-flex;
  font-weight: 100;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #ffff;
  width: calc(100% - 40px);
  justify-content: center;
  opacity: 1;
  transition: all .3s;
}

.product-style-02 .thumb .clockdiv>div {
  padding: 15px 0px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-right: 12%;
  justify-content: center;
}

.product-style-02 .thumb .clockdiv>div:last-child {
  margin-right: 0px;
}

.product-style-02 .thumb .clockdiv>div>span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #141414;
  line-height: 26px;
}

.product-style-02 .thumb .clockdiv>div>.smalltext {
  font-size: 12px;
  color: #A4A4A4;
  line-height: 20px;
}

.product-style-02 .content {
  margin-top: 20px;
}

.product-style-02 .content .brand {
  color: #A4A4A4;
  font-size: 14px;
  text-transform: uppercase;
}

.product-style-02 .content ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.product-style-02 .content ul li {
  list-style: none;
}

.product-style-02 .content ul li a .fa-star {
  color: #FFB503;
  font-size: 14px;
}

.product-style-02 .content ul li a .fa-star-o {
  color: #A4A4A4;
  font-size: 15px;
}

.product-style-02 .content .title {
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
}

.product-style-02 .content .title:hover {
  color: #439F8B;
}

.product-style-02 .content .price {
  font-size: 20px;
  font-weight: 600;
  color: #FF8E78;
}

.product-style-02 .content .content-cart {
  width: 44px;
  height: 44px;
  border: 1px solid #E9E9E9;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  margin-right: 15px;
}

.product-style-02 .content .content-cart a {
  display: block;
}

.product-style-02 .content .content-hover-cart {
  background: #439F8B;
  border: 1px solid #E9E9E9;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  margin-right: 15px;
  position: absolute;
  bottom: 0px;
  left: -20px;
  opacity: 0;
  transition: all .3s;
  color: #ffff;
  padding: 0px 10px;
}

.product-style-02 .content .content-hover-cart i:before {
  color: #ffff;
}

.product-style-02 .content .content-hover-cart a {
  display: block;
}

.product-style-02 .content .content-price {
  line-height: 21px;
}

.product-style-02 .content .content-price .old-price {
  text-decoration: line-through;
  color: #cccccc;
  font-size: 16px;
}

.product-style-02 .content .content-price .new-price {
  font-size: 18px;
  color: #FF8E78;
  font-weight: 600;
}

.product-style-02:hover .cart-action-02 {
  right: 20px;
  opacity: 1;
}

.product-style-02:hover .content-hover-cart {
  left: 0px;
  opacity: 1;
}

.product-style-03 .thumb {
  position: relative;
  transition: .5s;
  overflow: hidden;
}

.product-style-03 .thumb .new {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #54CABF;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-03 .thumb .sale {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #FF8E78;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-03 .thumb .out {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #cccccc;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-03 .thumb .cart-action {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 0px;
  opacity: 0;
  transition: all .3s;
}

.product-style-03 .thumb .cart-action li {
  list-style: none;
  margin-bottom: 20px;
  font-size: 20px;
  transition: all .3s;
}

.product-style-03 .thumb .cart-action li:hover i:before {
  color: #439F8B;
}

.product-style-03 .thumb .cart-action li:last-child {
  margin-bottom: 0px;
}

.product-style-03 .thumb .clockdiv {
  display: inline-flex;
  font-weight: 100;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #ffff;
  width: calc(100% - 40px);
  justify-content: center;
  opacity: 1;
  transition: all .3s;
}

.product-style-03 .thumb .clockdiv>div {
  padding: 15px 0px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-right: 12%;
  justify-content: center;
}

.product-style-03 .thumb .clockdiv>div:last-child {
  margin-right: 0px;
}

.product-style-03 .thumb .clockdiv>div>span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #141414;
  line-height: 26px;
}

.product-style-03 .thumb .clockdiv>div>.smalltext {
  font-size: 12px;
  color: #A4A4A4;
  line-height: 20px;
}

.product-style-03 .content {
  margin-top: 20px;
}

.product-style-03 .content .brand {
  color: #A4A4A4;
  font-size: 14px;
  text-transform: uppercase;
}

.product-style-03 .content ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.product-style-03 .content ul li {
  list-style: none;
}

.product-style-03 .content ul li a .fa-star {
  color: #FFB503;
  font-size: 14px;
}

.product-style-03 .content ul li a .fa-star-o {
  color: #A4A4A4;
  font-size: 15px;
}

.product-style-03 .content .title {
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
}

.product-style-03 .content .title:hover {
  color: #439F8B;
}

.product-style-03 .content .price {
  font-size: 20px;
  font-weight: 600;
  color: #FF8E78;
}

.product-style-03 .content .content-cart {
  width: 44px;
  height: 44px;
  border: 1px solid #E9E9E9;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  margin-right: 15px;
}

.product-style-03 .content .content-cart a {
  display: block;
}

.product-style-03 .content .content-price {
  line-height: 21px;
}

.product-style-03 .content .content-price .old-price {
  text-decoration: line-through;
  color: #cccccc;
  font-size: 16px;
}

.product-style-03 .content .content-price .new-price {
  font-size: 18px;
  color: #FF8E78;
  font-weight: 600;
}

.product-style-03:hover .cart-action {
  right: 20px;
  opacity: 1;
}

.product-style-04 .thumb {
  position: relative;
  transition: .5s;
}

.product-style-04 .thumb .new {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #54CABF;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-04 .thumb .sale {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #FF8E78;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-04 .thumb .out {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #cccccc;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-04 .thumb .cart-action-02 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 0px;
  opacity: 0;
  transition: all .3s;
}

.product-style-04 .thumb .cart-action-02 li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 20px;
  transition: all .3s;
  text-align: center;
}

.product-style-04 .thumb .cart-action-02 li:hover i:before {
  color: #439F8B;
}

.product-style-04 .thumb .cart-action-02 li:last-child {
  margin-bottom: 0px;
  font-size: 30px;
}

.product-style-04 .content {
  margin-top: 20px;
}

.product-style-04 .content .brand {
  color: #A4A4A4;
  font-size: 14px;
  text-transform: uppercase;
}

.product-style-04 .content ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.product-style-04 .content ul li {
  list-style: none;
}

.product-style-04 .content ul li a .fa-star {
  color: #FFB503;
  font-size: 14px;
}

.product-style-04 .content ul li a .fa-star-o {
  color: #A4A4A4;
  font-size: 15px;
}

.product-style-04 .content .title {
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
  margin-bottom: 0px;
  color: #A4A4A4;
  font-family: var(--secondary-font);
}

.product-style-04 .content .title:hover {
  color: #439F8B;
}

.product-style-04 .content .price {
  font-size: 20px;
  font-weight: 600;
  color: #54CABF;
}

.product-style-04 .content .content-cart {
  width: 44px;
  height: 44px;
  border: 1px solid #E9E9E9;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  margin-right: 15px;
}

.product-style-04 .content .content-cart a {
  display: block;
}

.product-style-04 .content .content-hover-cart {
  background: #54CABF;
  border: 1px solid #E9E9E9;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  margin-right: 15px;
  position: absolute;
  bottom: 0px;
  left: -20px;
  opacity: 0;
  transition: all .3s;
  color: #ffff;
  padding: 0px 10px;
}

.product-style-04 .content .content-hover-cart i:before {
  color: #ffff;
}

.product-style-04 .content .content-hover-cart a {
  display: block;
}

.product-style-04 .content .content-price {
  line-height: 21px;
}

.product-style-04 .content .content-price .new-price {
  font-size: 18px;
  color: #54CABF;
  font-weight: 600;
}

.product-style-04:hover .cart-action-02 {
  right: 20px;
  opacity: 1;
}

.product-style-04:hover .content-hover-cart {
  left: 0px;
  opacity: 1;
}

.product-style-04 .clockdiv {
  display: inline-flex;
  font-weight: 100;
  text-align: center;
  bottom: 20px;
  left: 20px;
  background-color: #ffff;
  width: calc(100% - 40px);
  opacity: 1;
  transition: all .3s;
}

.product-style-04 .clockdiv>div {
  padding: 15px 0px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-right: 12%;
  justify-content: center;
}

.product-style-04 .clockdiv>div:last-child {
  margin-right: 0px;
}

.product-style-04 .clockdiv>div>span {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #141414;
  line-height: 26px;
}

.product-style-04 .clockdiv>div>.smalltext {
  font-size: 12px;
  color: #A4A4A4;
  line-height: 20px;
}

.product-style-05 .thumb {
  position: relative;
  transition: .5s;
}

.product-style-05 .thumb .new {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #54CABF;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-05 .thumb .sale {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #FF8E78;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-05 .thumb .out {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #cccccc;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px 2px 8px;
  font-size: 12px;
}

.product-style-05 .thumb .cart-action-02 {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 0px;
  opacity: 0;
  transition: all .3s;
}

.product-style-05 .thumb .cart-action-02 li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 20px;
  transition: all .3s;
  text-align: center;
}

.product-style-05 .thumb .cart-action-02 li:hover i:before {
  color: #439F8B;
}

.product-style-05 .thumb .cart-action-02 li:last-child {
  margin-bottom: 0px;
  font-size: 30px;
}

.product-style-05 .content {
  margin-top: 20px;
}

.product-style-05 .content .brand {
  color: #A4A4A4;
  font-size: 14px;
  text-transform: uppercase;
}

.product-style-05 .content ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.product-style-05 .content ul li {
  list-style: none;
}

.product-style-05 .content ul li a .fa-star {
  color: #FFB503;
  font-size: 14px;
}

.product-style-05 .content ul li a .fa-star-o {
  color: #A4A4A4;
  font-size: 15px;
}

.product-style-05 .content .title {
  font-size: 20px;
  font-weight: 700;
  transition: all .3s;
  margin-bottom: 0px;
  color: #A4A4A4;
  font-family: var(--secondary-font);
}

.product-style-05 .content .title:hover {
  color: #439F8B;
}

.product-style-05 .content .price {
  font-size: 20px;
  font-weight: 600;
  color: #54CABF;
}

.product-style-05 .content .content-cart {
  width: 44px;
  height: 44px;
  border: 1px solid #E9E9E9;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  margin-right: 15px;
}

.product-style-05 .content .content-cart a {
  display: block;
}

.product-style-05 .content .content-hover-cart {
  background: #E36E3A;
  border: 1px solid #E9E9E9;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  margin-right: 15px;
  position: absolute;
  bottom: 0px;
  left: -20px;
  opacity: 0;
  transition: all .3s;
  color: #ffff;
  padding: 0px 10px;
}

.product-style-05 .content .content-hover-cart i:before {
  color: #ffff;
}

.product-style-05 .content .content-hover-cart a {
  display: block;
}

.product-style-05 .content .content-price {
  line-height: 21px;
}

.product-style-05 .content .content-price .new-price {
  font-size: 18px;
  color: #E36E3A;
  font-weight: 600;
}

.product-style-05:hover .cart-action-02 {
  right: 20px;
  opacity: 1;
}

.product-style-05:hover .content-hover-cart {
  left: 0px;
  opacity: 1;
}

.product-style-05 .clockdiv {
  display: inline-flex;
  font-weight: 100;
  text-align: center;
  bottom: 20px;
  left: 20px;
  background-color: #ffff;
  width: calc(100% - 40px);
  opacity: 1;
  transition: all .3s;
}

.product-style-05 .clockdiv>div {
  padding: 15px 0px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-right: 12%;
  justify-content: center;
}

.product-style-05 .clockdiv>div:last-child {
  margin-right: 0px;
}

.product-style-05 .clockdiv>div>span {
  display: block;
  font-size: 26px;
  font-weight: 600;
  color: #141414;
  line-height: 26px;
}

.product-style-05 .clockdiv>div>.smalltext {
  font-size: 12px;
  color: #A4A4A4;
  line-height: 20px;
}

.sales-content {
  padding: 120px 0px;
}

.sales-content h2 {
  font-size: 46px;
  color: #ffff;
}

.sales-content h6 {
  color: #ffff;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--secondary-font);
}

.sales-content-02 {
  padding: 120px 0px;
}

.sales-content-02 h2 {
  font-size: 46px;
  color: #011726;
}

.sales-content-02 h6 {
  color: #011726;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--secondary-font);
  margin-bottom: 30px;
}

.deal-content {
  background: url(../img/others/deal.png);
  background-size: cover;
  background-position: center;
  padding: 120px 0px;
}

.deal-content h2 {
  font-size: 36px;
  color: #141414;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 30px;
}

.deal-content h6 {
  color: #141414;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: var(--font-font);
}

.deal-content .btn-deal {
  font-size: 16px;
  color: #ffff;
  background: #011726;
  border-radius: 0px;
  padding: 12px 30px;
  margin-top: 30px;
}

.deal-content .btn-deal .icon-arrow-buttom:before {
  color: #fff;
  font-size: 17px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.deal-content .btn-deal:hover {
  color: #ffff;
  background: #011726;
}

.deal-content .clockdiv {
  display: inline-flex;
  font-weight: 100;
  text-align: center;
  width: calc(100% - 40px);
  justify-content: center;
  opacity: 1;
  transition: all .3s;
  margin-top: 20px;
}

.deal-content .clockdiv>div {
  padding: 15px 0px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-right: 12%;
  justify-content: center;
}

.deal-content .clockdiv>div:last-child {
  margin-right: 0px;
}

.deal-content .clockdiv>div>span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #141414;
  line-height: 56px;
}

.deal-content .clockdiv>div>.smalltext {
  font-size: 14px;
  color: #ffff;
  line-height: 22px;
}

.article-style-01 {
  margin-bottom: 45px;
}

.article-style-01 .thumb {
  position: relative;
  overflow: hidden;
}

.article-style-01 .thumb img {
  transition: all 3.5s ease 0s;
}

.article-style-01 .thumb .tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #439F8B;
  color: #ffff;
  font-size: 12px;
  padding: 4px 12px 3px 12px;
}

.article-style-01 .thumb .tag.tag-green {
  background: #54CABF;
}

.article-style-01 .content {
  padding-top: 20px;
}

.article-style-01 .content .date {
  font-size: 14px;
  color: #A4A4A4;
}

.article-style-01 .content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #141414;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.article-style-01 .content h3 a {
  transition: .3s;
}

.article-style-01 .content h3:hover a {
  color: #439F8B;
}

.article-style-01 .content p {
  color: #A4A4A4;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.article-style-01 .content .btn-wrapper a {
  color: #A4A4A4;
  size: 14px;
  text-decoration: underline;
  padding: 0px;
}

.article-style-01 .content .btn-wrapper a:hover {
  color: #439F8B;
}

.article-style-01:hover .thumb img {
  transform: scale(1.1);
}

.article-style-02 {
  margin-bottom: 45px;
}

.article-style-02 .thumb {
  overflow: hidden;
}

.article-style-02 .thumb img {
  transition: all 3.5s ease 0s;
}

.article-style-02 .date {
  position: absolute;
  top: -25px;
  left: 0px;
  background: #439F8B;
  color: #ffff;
  font-size: 14px;
  padding: 13px 20px;
}

.article-style-02 .date.pink-date {
  background: #EB2246;
}

.article-style-02 .content {
  padding-top: 30px;
  position: relative;
}

.article-style-02 .content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #141414;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.article-style-02 .content h3 a {
  transition: .3s;
}

.article-style-02 .content h3:hover a {
  color: #439F8B;
}

.article-style-02 .content p {
  color: #A4A4A4;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.article-style-02 .content .btn-wrapper a {
  color: #141414;
  size: 14px;
  padding: 0px;
}

.article-style-02 .content .btn-wrapper a:hover {
  color: #439F8B;
}

.article-style-02:hover .thumb img {
  transform: scale(1.1);
}

.article-style-03 {
  margin-bottom: 45px;
}

.article-style-03 .thumb {
  position: relative;
  overflow: hidden;
}

.article-style-03 .thumb img {
  transition: all 3.5s ease 0s;
}

.article-style-03 .content {
  padding-top: 20px;
}

.article-style-03 .content .date {
  font-size: 14px;
  color: #A4A4A4;
}

.article-style-03 .content h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #141414;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.article-style-03 .content h3 a {
  transition: .3s;
}

.article-style-03 .content h3:hover a {
  color: #439F8B;
}

.article-style-03 .content p {
  color: #A4A4A4;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

.article-style-03 .content .btn-wrapper a {
  color: #141414;
  size: 14px;
  padding: 9px 26px;
  border: 1px solid #E9E9E9;
  border-radius: 0px;
}

.article-style-03 .content .btn-wrapper a:hover {
  color: #439F8B;
}

.article-style-03:hover .thumb img {
  transform: scale(1.1);
}

.btn-login a {
  color: red;
  size: 14px;
  padding: 9px 26px;
  border: 1px solid #E9E9E9;
  border-radius: 0px;
}

.btn-login a:hover {
  color: red;
}

.beauty-content {
  background: url(../img/others/beauty.png);
  background-position: center;
  background-size: cover;
  padding: 22px 0px;
}

.beauty-content .beauty-left h2 {
  font-size: 36px;
  text-transform: uppercase;
  padding: 0px 50px;
  border-right: 1px solid #439F8B;
  margin-bottom: 0px;
}

.beauty-content .beauty-right {
  padding-left: 50px;
}

.beauty-content .beauty-right h2 {
  font-size: 36px;
  text-transform: uppercase;
}

.beauty-content .beauty-right h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.contact-content {
  position: relative;
}

.contact-content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.2);
  top: 0;
  left: 0;
}

.contact-content h2 {
  text-transform: uppercase;
  color: #ffff;
  font-size: 36px;
  z-index: 9;
  position: relative;
  padding-bottom: 20px;
}

.contact-content h2:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #ffff;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}

.contact-content h2:after {
  position: absolute;
  content: '';
  bottom: -5px;
  background: #fff;
  width: 11px;
  height: 11px;
  border: 1px solid #141414;
  left: 50%;
  transform: translate(-50%, 0px) rotate(45deg);
}

.contact-content h6 {
  font-size: 18px;
  color: #ffff;
  z-index: 9;
  position: relative;
  margin-top: 35px;
}

.contact-content .input-group {
  border-bottom: 2px solid #ffff;
  color: #ffff;
  margin-top: 60px;
}

.contact-content .input-group .subscribe-text {
  position: absolute;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #ffff;
  font-weight: 600;
  right: 0px;
  bottom: 4px;
  cursor: pointer;
}

.contact-content .input-group-text {
  padding: 0px;
  padding-right: 5px;
}

.contact-content .input-group-text i:before {
  color: #ffff;
  font-size: 25px;
}

.contact-content .input-group-text,
.contact-content .form-control {
  border: 0px;
  background: transparent;
  border-radius: 0px;
  color: #ffff;
}

.contact-content .input-group-text:focus,
.contact-content .form-control:focus {
  border: 0px;
}

.contact-content .form-control::placeholder {
  color: #ffff;
  font-size: 15px;
  line-height: 26px;
}

.single-contact-box {
  margin-top: 40px;
  margin-bottom: 80px;
}

.single-contact-box .icon {
  width: 60px;
  height: 60px;
  background: #439F8B;
  border-radius: 5px;
  text-align: center;
  line-height: 70px;
  margin-bottom: 40px;
}

.single-contact-box .icon i:before {
  color: #ffff;
  font-size: 32px;
}

.single-contact-box span,
.single-contact-box a {
  color: #141414;
  font-size: 16px;
  line-height: 30px;
}

.contact-form {
  background: #F5F5F5;
}

.contact-form input,
.contact-form textarea {
  border-radius: 0px;
  border-color: #CCCCCC;
  background: rgba(255, 255, 255, 0.5);
  padding: 14px 20px;
  width: 100%;
}

.contact-form .form-control:focus {
  box-shadow: none;
  border-color: #CCCCCC;
}

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

.contact-form .form-row>.col,
.contact-form .form-row>[class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

#inlineFormInputGroup {
  padding-right: 110px;
}

.btn-contact {
  background: #141414;
  font-size: 14px;
  font-weight: 700;
  color: #ffff;
  text-transform: uppercase;
  line-height: 16px;
  border-radius: 0px;
  padding: 18px 50px;
  text-align: center;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

.contact-content-02 {
  position: relative;
}

.contact-content-02 h2 {
  text-transform: uppercase;
  color: #141414;
  font-size: 36px;
  z-index: 9;
}

.contact-content-02 h6 {
  font-size: 16px;
  color: #A4A4A4;
  z-index: 9;
  position: relative;
  margin-top: 35px;
}

.contact-content-02 .input-group {
  border: 1px solid #E9E9E9;
  color: #141414;
  margin-top: 60px;
  padding: 20px;
  background: #fff;
}

.contact-content-02 .input-group .subscribe-text {
  position: absolute;
  font-size: 16px;
  color: #fff;
  background: #141414;
  font-weight: 400;
  right: 0px;
  height: 100%;
  top: 0;
  cursor: pointer;
}

.contact-content-02 .input-group .icon-arrow-point-to-right:before {
  color: #fff;
  padding: 0px 27px;
  display: block;
}

.contact-content-02 .input-group-text,
.contact-content-02 .form-control {
  border: 0px;
  background: transparent;
  border-radius: 0px;
  color: #A4A4A4;
}

.contact-content-02 .input-group-text:focus,
.contact-content-02 .form-control:focus {
  border: 0px;
}

.contact-content-02 .form-control::placeholder {
  color: #A4A4A4;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.6px;
}

.contact-content-02 #inlineFormInputGroup {
  padding: 0px;
}

.contact-content-03 {
  position: relative;
}

.contact-content-03 h6 {
  font-size: 16px;
  color: #A4A4A4;
  z-index: 9;
  margin-top: 35px;
  font-weight: 400;
  line-height: 26px;
}

.contact-content-03 .input-group {
  border: 1px solid #E9E9E9;
  color: #141414;
  margin-top: 40px;
  padding: 14px 30px;
  background: #fff;
}

.contact-content-03 .form-control {
  border: 0px;
  background: transparent;
  border-radius: 0px;
  color: #A4A4A4;
}

.contact-content-03 .form-control:focus {
  border: 0px;
}

.contact-content-03 .form-control::placeholder {
  color: #A4A4A4;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.6px;
}

.contact-content-03 .btn-yellow {
  background: #E36E3A;
  color: #fff;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 26px;
  padding: 10px 32px;
  margin-top: 20px;
}

.contact-content-03 #inlineFormInputGroup {
  padding: 0px;
}

.contact-content:before {
  background: rgba(0, 0, 0, 0.35);
}

.contact-content .input-group .subscribe-text {
  z-index: 999;
}

.instagram-area {
  padding: 0px 5px;
  position: relative;
}

.instagram-area h3 {
  font-size: 28px;
}

.instagram-area h4 {
  font-size: 22px;
}

.instagram-area h4 span {
  color: #439F8B;
}

.instagram-area h4 a {
  text-decoration: underline;
}

.instagram-area h6 {
  color: #cccccc;
  font-size: 24px;
  font-family: var(--secondary-font);
  margin-top: 10px;
}

.instagram-area img {
  padding: 10px 5px 3px 5px;
  width: 100%;
}

.instagram-area .slick-prev {
  left: -18px;
}

.instagram-area .slick-prev:before {
  content: "\f104";
  font-family: 'fontawesome';
  color: #000;
}

.instagram-area .slick-next {
  right: -18px;
}

.instagram-area .slick-next:before {
  content: "\f105";
  font-family: 'fontawesome';
  color: #000;
}

.instagram-area .slick-prev,
.instagram-area .slick-next {
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  background: #fff;
  text-align: center;
  z-index: 9;
}

.instagram-area .slick-prev:before,
.instagram-area .slick-next:before {
  font-size: 25px;
  opacity: 1;
  text-align: center;
  display: block;
}

.btn-gallery {
  padding: 15px 36px;
  font-size: 16px;
  line-height: 20px;
  background: #A4A4A4;
  border-radius: 0px;
  color: #fff;
  margin-top: 30px;
}

.section-title {
  text-align: center;
}

.section-title h3 {
  font-size: 36px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.section-title h3:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #A4A4A4;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0px);
}

.section-title h3:after {
  position: absolute;
  content: '';
  bottom: -5px;
  background: #fff;
  width: 11px;
  height: 11px;
  border: 1px solid #141414;
  left: 50%;
  transform: translate(-50%, 0px) rotate(45deg);
}

.section-title-02 h6 {
  font-size: 16px;
  font-weight: 600;
  color: #141414;
  font-family: var(--body-font);
}

.section-title-02 h3 {
  font-family: var(--secondary-font);
  font-weight: 700;
  letter-spacing: 0;
  font-size: 42px;
  color: #141414;
}

.single-delivery {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 60px 0px;
  position: relative;
}

.single-delivery:before {
  position: absolute;
  content: '';
  right: 0;
  width: 1px;
  height: 40%;
  top: 30%;
  background: #cccccc;
}

.single-delivery i:before {
  font-size: 32px;
}

.single-delivery h6 {
  color: #141414;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.single-delivery p {
  color: #cccccc;
  font-size: 14px;
  margin-bottom: 0px;
}

.delivery-area .col-lg-4:last-child .single-delivery:before {
  display: none;
}

.single-delivery-02 {
  position: relative;
}

.single-delivery-02 i:before {
  font-size: 32px;
}

.single-delivery-02 .green-icon:before {
  color: #54CABF;
}

.single-delivery-02 .red-icon:before {
  color: #E36E3A;
}

.single-delivery-02 .pink-icon:before {
  color: #EB2246;
}

.single-delivery-02 .right {
  margin-left: 30px;
}

.single-delivery-02 h6 {
  color: #141414;
  font-size: 18px;
  font-weight: 700;
}

.single-delivery-02 p {
  color: #A4A4A4;
  font-size: 13px;
  margin-bottom: 0px;
}

.breadcrumb-area {
  background: #439F8B;
  padding: 45px 0px;
}

.breadcrumb-inner .page-title {
  color: #ffff;
  font-family: var(--secondary-font);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 0px;
  align-self: center;
  display: flex;
}

.breadcrumb-inner .page-list {
  margin: 0;
  padding: 0;
  display: flex;
}

.breadcrumb-inner .page-list li {
  list-style: none;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.breadcrumb-inner .page-list li a {
  color: #ffff;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 18px;
}

.breadcrumb-inner .page-list li:before {
  position: absolute;
  content: '/';
  right: 0px;
  color: #ffff;
}

.breadcrumb-inner .page-list li:last-child {
  padding-right: 0px;
}

.breadcrumb-inner .page-list li:last-child a {
  font-weight: 600;
}

.breadcrumb-inner .page-list li:last-child:before {
  display: none;
}

.breadcrumb-inner .page-list li:first-child {
  padding-left: 0px;
}

.about-content .content-left h3 {
  font-size: 36px;
  font-weight: 600;
  color: #141414;
  line-height: 54px;
  margin-bottom: 40px;
}

.about-content .content-left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 50px;
}

.about-content .content-left span {
  font-family: 'Reey';
  font-size: 26px;
  color: #439F8B;
  line-height: 34px;
}

.about-content .thumb {
  position: relative;
  float: right;
}

.about-content .thumb img {
  max-height: 500px;
  object-fit: cover;
}

.about-content .video-btn-style-01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  list-style: none;
  width: 65px;
  height: 65px;
  background: #ffff;
  text-align: center;
  border-radius: 50%;
  animation: ripple-white3 1s linear infinite;
  line-height: 40px;
  z-index: 1;
}

.about-content .video-btn-style-01 a {
  font-size: 15px;
  position: relative;
  z-index: 9;
  top: 12px;
  left: 2px;
  color: #439F8B;
}

@keyframes ripple-white3 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0);
  }
}

.team-area {
  background: #F5F5F5;
  text-align: center;
}

.team-social {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.team-social li {
  list-style: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  margin-right: 15px;
  line-height: 35px;
  font-size: 14px;
  transition: all .3s;
}

.team-social li:last-child {
  margin-right: 0px;
}

.team-social li .icon-facebook:before {
  color: #3B5998;
}

.team-social li .icon-instagram:before {
  color: #E4405F;
}

.team-social li .icon-twitter:before {
  color: #1DA1F2;
}

.team-social li:hover {
  background: #011726;
}

.team-social li:hover i:before {
  color: #ffff;
}

.team-slider {
  padding-top: 80px;
}

.team-slider .thumb img {
  border: 8px solid #fff;
}

.team-slider .slick-slide {
  padding-right: 15px;
  padding-left: 15px;
}

.team-slider .slick-dots {
  bottom: -60px;
}

.team-slider .slick-dots li {
  margin-right: 5px;
  width: auto;
}

.team-slider .slick-dots li:last-child {
  margin-right: 0px;
}

.team-slider .slick-dots li button {
  width: 30px;
}

.team-slider .slick-dots li button:before {
  width: 30px;
  border: 1px solid #FF8E78;
  background: #fff;
  height: 5px;
  content: '';
  opacity: 1;
}

.team-slider .slick-dots li.slick-active button {
  width: 45px;
}

.team-slider .slick-dots li.slick-active button:before {
  width: 45px;
  background: #FF8E78;
}

.single-team-item .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #011726;
  margin-top: 20px;
}

.single-team-item .designation {
  color: #9DA1A5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.accordion-style-2 {
  width: 100%;
}

.accordion-style-2 .collapse {
  max-height: 344px;
  overflow-x: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.accordion-style-2 .custom-control:last-child {
  margin-bottom: 0px !important;
}

.accordion-style-2 .card {
  border: none;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
  border-radius: 0px;
}

.accordion-style-2 .card:last-child {
  border-bottom: 0px;
}

.accordion-style-2 .card+.card {
  margin-top: 0px;
}

.accordion-style-2 .card .card-header {
  padding: 16px 20px;
  border: none;
  background: #F5F5F5;
}

.accordion-style-2 .card .card-header a {
  display: block;
  font-size: 14px;
  color: #141414;
  font-weight: 600;
  text-transform: uppercase;
}

.accordion-style-2 .card .card-header a:after {
  position: absolute;
  right: 30px;
  top: 15px;
  font-family: "fontawesome";
  font-size: 16px;
  color: #666;
}

.accordion-style-2 .card .card-header a[aria-expanded="false"]:after {
  content: "\f067";
}

.accordion-style-2 .card .card-header a[aria-expanded="true"] {
  color: #141414;
}

.accordion-style-2 .card .card-header a[aria-expanded="true"]:after {
  content: "\f068";
  color: #141414;
  font-weight: 100;
}

.accordion-style-2 .card .card-body {
  padding: 0px 20px;
  color: #404040;
  text-decoration: none;
  font-family: var(--body-font);
  font-size: 15px;
  letter-spacing: 0.21px;
  font-weight: 400;
}

.widget {
  margin-bottom: 20px;
}

.widget:last-child {
  margin-bottom: 0px;
}

.categories-widget,
.brand-widget,
.price-widget,
.ptype-widget,
.color-widget,
.size-widget {
  border: 1px solid #F5F5F5;
}

.search-widget form {
  border: 1px solid #CFCFCF;
  padding: 10px 10px;
}

.search-widget button {
  background: #fff;
  border: 0px;
  width: 10%;
  color: #A4A4A4;
}

.search-widget button:focus {
  box-shadow: none;
  border: 0px;
  outline: 0px;
}

.search-widget button i {
  font-size: 18px;
  top: 3px;
  position: relative;
}

.search-widget input {
  width: 85%;
  border: 0px;
  background: #fff;
}

.search-widget input:focus {
  border: 0px;
  background: #fff;
}

.custom-control-label {
  cursor: pointer;
}

.custom-control-label::before {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 2px !important;
  border: 1px solid #A4A4A4;
  top: 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 2px;
  left: 1px;
}

.custom-control-input:active~.custom-control-label::before {
  background-color: #fff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background: #011726;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.price_filter {
  padding: 10px 20px 15px 20px;
}

.color-list {
  margin: 0;
  padding: 0px 20px;
  display: flex;
  flex-wrap: wrap;
}

.color-list li {
  list-style: none;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin: 5px 0px;
  margin-right: 10px;
  cursor: pointer;
}

.color-list li:first-child {
  background: #0074D9;
}

.color-list li:nth-child(2) {
  background: #000000;
}

.color-list li:nth-child(3) {
  background: #FF7F50;
}

.color-list li:nth-child(4) {
  background: #8DC04A;
}

.color-list li:nth-child(5) {
  background: #A03245;
}

.color-list li:nth-child(6) {
  background: #FF8E78;
}

.color-list li:last-child {
  background: #54CABF;
  margin-right: 0px;
}

.size-list {
  margin: 0;
  padding: 0;
  flex-flow: wrap;
  display: flex;
}

.size-list li {
  list-style: none;
  width: 32px;
  height: 26px;
  border: 1px solid #E9E9E9;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: .3s;
}

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

.size-list li a {
  color: #A4A4A4;
  display: block;
}

.size-list li:hover {
  background: #011726;
}

.size-list li:hover a {
  color: #ffff;
}

.seller-widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.seller-widget .content h6 {
  font-family: var(--secondary-font);
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.seller-widget .content span {
  font-weight: 400;
  font-weight: 400;
  color: #A4A4A4;
  line-height: 30px;
}

.delivery-widget .single-delivery-item {
  margin-bottom: 50px;
}

.delivery-widget .single-delivery-item i {
  font-size: 20px;
  position: relative;
  top: 3px;
}

.delivery-widget .single-delivery-item h4 {
  font-weight: 700;
  font-size: 20px;
  color: #141414;
  line-height: 26px;
  margin-left: 20px;
}

.delivery-widget .single-delivery-item span {
  color: #A4A4A4;
  font-size: 16px;
  line-height: 26px;
}

.delivery-widget .single-delivery-item:last-child {
  margin-bottom: 40px;
}

.single-seller-content {
  margin-top: 20px;
}

.single-seller-content .thumb {
  margin-right: 10px;
}

.single-seller-content .content a {
  transition: all .3s;
}

.single-seller-content .content a:hover {
  color: #439F8B;
}

.single-seller-content .content h6 {
  margin-bottom: 0;
}

.table-responsive {
  display: table;
}

.shop-tab {
  margin: 0;
  padding: 0;
  display: flex;
  margin-top: 20px;
}

.shop-tab li {
  margin-right: 15px;
}

.shop-tab li a {
  display: block;
  border: 1px solid #F5F5F5;
  font-size: 20px;
  text-transform: uppercase;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #A4A4A4;
}

.shop-tab li a.active {
  background: #011726;
  color: #ffff;
}

.search-result {
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-result h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.list-item .product-style-03 .content {
  margin-top: 0px;
}

.list-item .product-style-03 .content ul {
  margin-top: 5px;
}

.list-item .product-style-03 .add-to-cart {
  background: #439F8B;
  border: 1px solid #E9E9E9;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  margin-right: 15px;
  transition: all .3s;
  color: #ffff;
  padding: 5px 30px;
  display: inline-block;
}

.list-item .product-style-03 .add-to-cart i:before {
  color: #ffff;
}

.list-item .product-style-03 .add-to-cart a {
  display: block;
}

.list-item .product-style-03 .add-to-wishlist {
  background: transparent;
  border: 0;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  transition: all .3s;
  color: #011726;
  padding: 0px 10px;
  display: inline-block;
}

.list-item .product-style-03 .add-to-wishlist i:before {
  color: #011726;
}

.list-item .product-style-03 .add-to-wishlist a {
  display: block;
}

.list-item .product-style-03 p {
  font-size: 16px;
  color: #A4A4A4;
  line-height: 26px;
}

.pagination {
  margin-top: 50px;
  border-top: 1px solid #CCCCCC;
  padding-top: 30px;
  border-radius: 0px;
}

.pagination h6 {
  font-size: 16px;
  color: #141414;
  margin-bottom: 0px;
  align-items: center;
  display: flex;
}

.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.pagination ul li {
  list-style: none;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #F5F5F5;
  margin-right: 5px;
  line-height: 30px;
  transition: all .3s;
}

.pagination ul li:last-child {
  margin-right: 0px;
}

.pagination ul li a {
  display: block;
}

.pagination ul li:hover {
  background: #000;
  color: #fff;
}

.filter {
  position: relative;
}

.filter-menu-block h4 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: #141414;
}

.filter-menu-block .color-widget .color-list li {
  margin-bottom: 5px;
}

.filter-level-link:hover .mega-menu i,
.filter-level-link:hover .mega-menu span {
  color: #439F8B;
}

ul.filter-main-nav {
  list-style-type: none;
  padding: 0px;
  font-size: 0px;
  margin: 0 auto;
}

ul.filter-main-nav>li {
  display: inline-block;
  padding: 0;
}

ul.filter-main-nav>li>a {
  display: block;
  padding: 0px 15px 20px 0px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .3s;
}

ul.filter-main-nav>li:hover>a {
  color: #439F8B;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .filter {
    background-color: transparent;
  }

  /* Main Menu for Handheld Devices  */
  ul.filter-main-nav {
    z-index: 2;
    padding: 50px 0;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 0px;
    background-color: black;
    height: 100%;
    overflow: auto;
    transition-property: background, width;
    transition-duration: 0.6s;
  }

  ul.filter-main-nav>* {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0;
  }

  ul.filter-main-nav>li>a:after {
    display: none;
  }

  ul.filter-main-nav>li:first-child {
    border-radius: 0px;
  }

  ul.filter-main-nav>li {
    display: block;
    border-bottom: 1px solid #444;
  }

  ul.filter-main-nav>li>a {
    font-weight: 600;
  }

  ul.filter-main-nav>li:hover {
    background-color: transparent;
  }

  ul.filter-main-nav>li:hover>a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }

  .filter-menu-block {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 769px) {

  /* Main Menu for Desktop Devices  */
  ul.filter-main-nav {
    display: block;
    position: relative;
    top: 75px;
  }

  .filter-menu-block {
    padding: 20px 20px 5px 20px;
  }

  /* Sub Menu */
  ul.filter-main-nav>li>div.filter-menu-block {
    visibility: hidden;
    background-color: #f9f9f9;
    position: absolute;
    margin-top: 0px;
    width: 100%;
    color: #333;
    left: 0;
    box-sizing: border-box;
    z-index: 3;
    font-size: 16px;
    border: 1px solid #E9E9E9;
    opacity: 0;
    transition: all 0.4s ease 0s;
    transform: rotateX(90deg);
    transform-origin: top center;
  }

  ul.filter-main-nav>li:hover>div.filter-menu-block {
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
  }

  ul.filter-main-nav>li>div.filter-menu-block>* {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0;
  }

  ul.filter-main-nav>li:hover>div.filter-menu-block>* {
    opacity: 1;
  }

  /* List Separator: Inner Border */
  ul.filter-main-nav>li>a:after {
    content: '';
    width: 1px;
    height: 62px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
  }

  /* Drop Down/Up Arrow for Mega Menu */
  ul.filter-main-nav>li>a.mega-menu>span {
    display: block;
  }
}

.collection-area .slider-tabfor img {
  width: 100%;
  object-fit: cover;
}

.collection-area .slider-tabnav {
  margin-top: 5px;
}

.collection-area .slider-tabnav .img {
  margin-left: 5px;
  margin-right: 5px;
  background: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}

.collection-area .single-item {
  display: flex;
  justify-content: center;
}

.collection-area .slick-prev {
  left: -18px;
}

.collection-area .slick-prev:before {
  content: "\f104";
  font-family: 'fontawesome';
  color: #000;
}

.collection-area .slick-next {
  right: -18px;
}

.collection-area .slick-next:before {
  content: "\f105";
  font-family: 'fontawesome';
  color: #000;
}

.collection-area .slick-prev,
.collection-area .slick-next {
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  background: #fff;
  text-align: center;
  z-index: 9;
}

.collection-area .slick-prev:before,
.collection-area .slick-next:before {
  font-size: 25px;
  opacity: 1;
  text-align: center;
  display: block;
}

.collection-area .content-part .product-title {
  font-family: var(--secondary-font);
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #141414;
}

.collection-area .content-part .price {
  font-weight: 600;
  font-size: 42px;
  line-height: 52px;
  color: #439F8B;
}

.collection-area .content-part .rating i {
  color: #FFB503;
}

.collection-area .content-part .review-text {
  color: #A4A4A4;
  font-size: 14px;
  line-height: 22px;
}

.collection-area .content-part .specifications {
  color: #A4A4A4;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0px;
}

.collection-area .content-part .specifications b {
  color: #141414;
}

.collection-area .content-part .input-group,
.collection-area .content-part .form-control:disabled,
.collection-area .content-part .form-control[readonly] {
  background: #F5F5F5;
  border: 0px;
}

.collection-area .content-part .input-group {
  width: 140px;
  padding: 10px 10px;
}

.collection-area .content-part .add-to-cart {
  background: #439F8B;
  border: 1px solid #E9E9E9;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  transition: all .3s;
  color: #ffff;
  padding: 5px 30px;
  display: inline-block;
  margin-left: 35px;
}

.collection-area .content-part .btn-buy {
  border: 1px solid #CFCFCF;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 12px 136px;
  margin-top: 20px;
}

.collection-area .content-part .social-list {
  padding: 0;
  margin: 0;
  margin-left: 20px;
  align-self: center;
}

.collection-area .content-part .social-list li {
  list-style: none;
  float: left;
  width: 32px;
  height: 32px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 1px;
  margin-right: 6px;
}

.collection-area .content-part .social-list li a {
  display: block;
}

.collection-area .content-part .social-list li:first-child {
  background: #3B5998;
}

.collection-area .content-part .social-list li:nth-child(2) {
  background: #CB2027;
}

.collection-area .content-part .social-list li:nth-child(3) {
  background: #1DA1F2;
}

.collection-area .content-part .social-list li:last-child {
  background: #C13584;
  margin-right: 0px;
}

.collection-area .product-tab {
  margin-top: 40px;
}

.collection-area .product-tab .nav-pills li a {
  border: 1px solid #E9E9E9;
  font-size: 16px;
  line-height: 22px;
  padding: 17px 26px;
  display: block;
}

.collection-area .product-tab .nav-pills li a.active {
  border-color: #FF8E78;
  color: #FF8E78;
}

.collection-area .product-tab .tab-content {
  margin-top: 40px;
}

.collection-area .product-tab ul>li {
  margin-top: 20px;
}

.collection-area .product-tab .tab-list {
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.collection-area .product-tab .tab-list li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 15px;
}

.collection-area .post-widget {
  border: 1px solid #F5F5F5;
}

.collection-area .post-widget .single-post-item {
  margin-bottom: 30px;
  padding-left: 20px;
}

.collection-area .post-widget .single-post-item h6 a {
  font-size: 16px;
  line-height: 26px;
  color: #141414;
  font-weight: 600;
  transition: all .3s;
}

.collection-area .post-widget .single-post-item h6 a:hover {
  color: #439F8B;
}

.collection-area .post-widget .single-post-item span {
  color: #A4A4A4;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
}

.collection-area .about-widget {
  border: 1px solid #F5F5F5;
}

.collection-area .about-widget .about-content {
  padding-left: 20px;
  padding-bottom: 20px;
}

.collection-area .about-widget .about-content h6 {
  font-size: 16px;
  line-height: 26px;
}

.collection-area .about-widget .about-content .btn {
  color: #A4A4A4;
  padding: 0;
  text-decoration: underline;
  transition: all .3s;
}

.collection-area .about-widget .about-content .btn:hover {
  color: #439F8B;
}

.collection-area .tag-widget {
  border: 1px solid #F5F5F5;
}

.collection-area .tag-widget ul {
  margin: 0;
  padding: 0px 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
}

.collection-area .tag-widget ul li {
  list-style: none;
  border: 1px solid #E9E9E9;
  margin-right: 10px;
  padding: 2px 16px;
  margin: 5px;
  transition: all .3s;
  transition: all .3s;
}

.collection-area .tag-widget ul li:hover {
  background: #439F8B;
}

.collection-area .tag-widget ul li:hover a {
  color: #ffff;
}

.collection-area .tag-widget ul li a {
  font-size: 12px;
  color: #141414;
}

.collection-area .widget-title2 {
  background: #F5F5F5;
  padding: 16px 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  color: #141414;
  margin-bottom: 20px;
}

.related-slider {
  margin: 0 -15px;
}

.related-slider .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}

.related-slider .slick-prev {
  left: auto;
  right: 55px;
}

.related-slider .slick-prev:before {
  content: "\f104";
  font-family: 'fontawesome';
  color: var(--heading-color);
}

.related-slider .slick-next {
  right: 10px;
}

.related-slider .slick-next:before {
  content: "\f105";
  font-family: 'fontawesome';
  color: var(--heading-color);
}

.related-slider .slick-prev,
.related-slider .slick-next {
  top: -20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  background: #E9E9E9;
  text-align: center;
  z-index: 9;
  font-size: 0px;
}

.related-slider .slick-prev:before,
.related-slider .slick-next:before {
  font-size: 22px;
  opacity: 1;
}

.related-product {
  padding-top: 80px;
  padding-bottom: 60px;
  margin-top: 80px;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

.related-product .title h2 {
  font-size: 28px;
  line-height: 26px;
  font-weight: 600;
}

.color-green {
  color: #12B800 !important;
}

.checkout-widget {
  position: relative;
  margin-bottom: 60px;
}

.checkout-widget:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 20px;
  border: 1px solid #E9E9E9;
  z-index: -1;
}

.checkout-widget h4 {
  padding: 0px 20px;
  text-align: center;
  background: #fff;
  margin: 0px 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #141414;
}

.checkout-list {
  margin: 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.checkout-list li {
  list-style: none;
  margin-top: 5px;
  margin-right: 5px;
}

.accordion-style {
  width: 100%;
}

.accordion-style .custom-control:last-child {
  margin-bottom: 0px !important;
}

.accordion-style .card {
  border: none;
  margin-bottom: 20px;
  background-color: transparent;
  border-radius: 0px;
}

.accordion-style .card:last-child {
  margin-bottom: 0px;
}

.accordion-style .card+.card {
  margin-top: 0px;
}

.accordion-style .card .card-header {
  padding: 16px 20px;
  border: none;
  background: #F5F5F5;
}

.accordion-style .card .card-header a {
  display: block;
  font-size: 18px;
  color: #141414;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 25px;
}

.accordion-style .card .card-header a:after {
  position: absolute;
  right: 30px;
  top: 15px;
  font-family: "fontawesome";
  font-size: 16px;
  color: #666;
}

.accordion-style .card .card-header a[aria-expanded="false"]:after {
  content: "\f067";
}

.accordion-style .card .card-header a[aria-expanded="true"] {
  color: #439F8B;
}

.accordion-style .card .card-header a[aria-expanded="true"]:after {
  content: "\f068";
  color: #141414;
  font-weight: 100;
}

.accordion-style .card .card-body {
  padding: 20px;
  color: #404040;
  text-decoration: none;
  font-family: var(--body-font);
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  font-weight: 400;
}

.accordion-area h3 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
  margin-bottom: 40px;
}

.coming-area {
  background: url(../img/others/coming.png);
  background-position: center;
  background-size: cover;
  position: relative;
}

.coming-area .coming-header {
  padding: 30px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.coming-area .coming-content {
  padding: 0px 15px;
}

.coming-area .coming-content h2 {
  font-size: 72px;
  line-height: 66px;
  color: #fff;
  font-family: var(--secondary-font);
  font-weight: 700;
  margin-bottom: 60px;
}

.coming-area .coming-content h6 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #ffff;
  margin-top: 60px;
  margin-bottom: 20px;
}

.coming-area .coming-content .btn-notify {
  background: #439F8B;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0px;
  padding: 15px 33px;
  margin-top: 20px;
}

.coming-area #clockdiv {
  font-family: sans-serif;
  color: #fff;
  display: inline-flex;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

.coming-area #clockdiv>div {
  padding: 10px 0px 8px 0px;
  border-radius: 0px;
  background: rgba(20, 20, 20, 0.5);
  display: flex;
  flex-direction: column;
  width: 203px;
  height: 203px;
  margin-right: 20px;
  justify-content: center;
}

.coming-area #clockdiv>div:last-child {
  margin-right: 0px;
}

.coming-area #clockdiv div>span {
  display: block;
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
}

.coming-area .text {
  padding-top: 5px;
  font-size: 20px;
  line-height: 43px;
}

.coming-area .input-group {
  background: rgba(255, 255, 255, 0.2);
  color: #ffff;
  padding: 15px 20px;
}

.coming-area .input-group .subscribe-text {
  position: absolute;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #ffff;
  font-weight: 600;
  right: 0px;
  bottom: 4px;
  cursor: pointer;
}

.coming-area .input-group-text {
  padding: 0px;
  padding-right: 5px;
}

.coming-area .input-group-text i:before {
  color: #ffff;
  font-size: 25px;
}

.coming-area .input-group-text,
.coming-area .form-control {
  border: 0px;
  background: transparent;
  border-radius: 0px;
  color: #ffff;
}

.coming-area .input-group-text:focus,
.coming-area .form-control:focus {
  border: 0px;
}

.coming-area .form-control::placeholder {
  color: #ffff;
  font-size: 15px;
  line-height: 26px;
}

.coming-area .coming-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.coming-area .coming-footer p {
  font-size: 13px;
  color: #fff;
  line-height: 20px;
  margin-bottom: 0px;
}

.coming-area .coming-footer p i:before {
  color: #439F8B;
}

.coming-area .coming-footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  float: right;
  padding: 10px 0px;
}

.coming-area .coming-footer ul li {
  list-style: none;
  margin-right: 20px;
  font-size: 20px;
  color: #fff;
}

.coming-area .coming-footer ul li:last-child {
  margin-right: 0px;
}

.error-area {
  background: url(../img/others/error.png);
  background-position: bottom;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}

.error-area .error-header {
  padding: 30px 0px;
  border-bottom: 1px solid #ddd;
}

.error-area .error-content {
  padding: 0px 15px;
}

.error-area .error-content h2 {
  font-size: 72px;
  line-height: 66px;
  color: #000;
  font-family: var(--secondary-font);
  font-weight: 700;
  margin-bottom: 60px;
}

.error-area .error-content h6 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #A4A4A4;
  margin-top: 60px;
  margin-bottom: 40px;
}

.error-area .error-content .btn-notify {
  background: #439F8B;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  color: #000;
  border-radius: 0px;
  padding: 16px 32px;
  margin-top: 20px;
}

.error-area .btn-error {
  background: #A4A4A4;
  padding: 13px 30px;
  border-radius: 0px;
  color: #fff;
  text-transform: uppercase;
}

.error-area .btn-error:hover {
  background: #439F8B;
}

.blog-content h2 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 600;
  color: #141414;
}

.blog-content p {
  color: #A4A4A4;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 40px;
  margin-top: 40px;
}

.btn-comment {
  border: 1px solid #DDDDDD;
  border-radius: 0px;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
  color: #141414;
  padding: 15px 40px;
  margin-top: 50px;
  transition: all .3s;
}

.btn-comment a {
  display: block;
}

.btn-comment:hover {
  background: #439F8B;
  color: #ffff;
}

.author-social-area {
  border-top: 1px solid #DDDDDD;
  padding-top: 50px;
}

.author-social-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.author-social-list ul li {
  list-style: none;
  float: left;
  padding: 5px 43px;
  margin: 5px 0px;
  margin-right: 10px;
}

.author-social-list ul li:last-child {
  margin-right: 0px;
}

.author-social-list ul li:nth-child(1) {
  background: #F0F0F0;
}

.author-social-list ul li:nth-child(1) a {
  color: #011726;
}

.author-social-list ul li:nth-child(2) {
  background: #3B5998;
}

.author-social-list ul li:nth-child(3) {
  background: #00A9ED;
}

.author-social-list ul li:nth-child(4) {
  background: #C8232C;
}

.author-social-list ul li a {
  font-size: 14px;
  font-family: var(--body-font);
  color: #ffff;
}

.user-comment {
  background: #F5F5F5;
  margin-top: 60px;
  padding: 75px 100px;
}

.user-comment .thumb {
  margin-right: 30px;
}

.user-comment .thumb img {
  min-width: 108px;
}

.user-comment .content h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--body-font);
  line-height: 22px;
  color: #141414;
}

.user-comment .content p {
  font-size: 14px;
  font-family: var(--body-font);
  color: #141414;
  line-height: 28px;
  font-weight: 400;
  margin: 20px 0px;
}

.user-comment .content ul {
  margin: 0;
  padding: 0;
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}

.user-comment .content ul li {
  float: left;
  list-style: none;
  background: #011726;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  margin: 5px 0px;
  margin-right: 8px;
  transition: all .3s;
}

.user-comment .content ul li:last-child {
  margin-right: 0px;
}

.user-comment .content ul li a {
  color: #ffff;
}

.user-comment .content ul li:hover {
  background: #439F8B;
}

.prev-next-post .prev-post {
  background: #F5F5F5;
  margin-right: 20px;
  padding: 30px;
}

.prev-next-post .prev-post a {
  font-size: 16px;
  font-weight: 300;
}

.prev-next-post .prev-post h6 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--secondary-font);
  color: #000000;
}

.prev-next-post .next-post {
  background: url(../img/blog/9.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  text-align: right;
}

.prev-next-post .next-post a {
  font-size: 16px;
  font-weight: 300;
  display: block;
  color: #fff;
}

.prev-next-post .next-post h6 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  font-family: var(--secondary-font);
  color: #fff;
}

.read-more-area {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
}

.read-more-area span {
  font-weight: 700;
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 23px;
}

.read-more-area a {
  font-size: 18px;
  font-family: var(--secondary-font);
  text-decoration: underline;
  margin-top: 15px;
  font-weight: 700;
  color: #141414;
}

.reply-area h5 {
  font-family: var(--secondary-font);
  font-size: 20px;
  color: #141414;
  font-weight: 700;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}

.reply-area span {
  font-size: 14px;
  margin: 30px 0px;
  display: block;
  line-height: 16px;
  color: #141414;
}

.reply-area input,
.reply-area textarea {
  border-radius: 0px;
}

.reply-area input {
  padding: 15px 20px;
  font-style: italic;
  color: #A4A4A4;
  font-size: 14px;
}

.reply-area .form-check-label {
  font-size: 14px;
  font-style: italic;
  color: #A4A4A4;
}

.reply-area textarea {
  font-style: italic;
  color: #A4A4A4;
  font-size: 14px;
  padding-left: 20px;
}

.reply-area .btn-submit {
  background: #439F8B;
  border-radius: 0px;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 35px;
  margin-top: 50px;
  font-size: 16px;
  text-transform: uppercase;
  transition: all .3s;
  color: #ffff;
}

.reply-area .btn-submit:hover {
  opacity: .7;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.post-taglist ul {
  margin: 0;
  padding: 0;
  display: flex;
  padding-bottom: 30px;
  flex-wrap: wrap;
}

.post-taglist ul li {
  list-style: none;
  float: left;
  border: 1px solid #F0F0F0;
  padding: 2px 20px 4px 20px;
  margin: 5px 0px;
  margin-right: 10px;
  transition: all .3s;
  border-radius: 3px;
  transition: all .3s;
}

.post-taglist ul li:hover {
  background: #439F8B;
}

.post-taglist ul li:hover a {
  color: #ffff;
}

.post-taglist ul li:last-child {
  margin-right: 0px;
}

.post-taglist ul li a {
  font-size: 14px;
  font-family: var(--body-font);
  color: #A4A4A4;
  font-weight: 300;
}

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

.comments-area .comments-title {
  font-size: 20px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #141414;
  text-transform: uppercase;
  font-family: var(--secondary-font);
}

.comments-area .desc {
  margin-left: 30px;
}

.comments-area .desc i {
  color: #439F8B;
  margin-right: 5px;
}

.comments-area .desc .comment_title h5 {
  font-size: 18px;
  font-weight: 700;
}

.comments-area .desc .comment_title a {
  color: #A4A4A4;
  font-size: 14px;
}

.comments-area .desc .comment-content p {
  font-size: 16px;
  color: #A4A4A4;
  line-height: 26px;
  margin: 10px 0px;
}

.comments-area .desc span.date {
  color: #A4A4A4;
  font-size: 16px;
  line-height: 26px;
}

.comments-area .thumb img {
  min-width: 94px;
}

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

.comments-area .comment-list li {
  margin-bottom: 10px;
}

.comments-area .comment-list li:last-child {
  margin-bottom: 0;
}

.comments-area .comment-list li ul {
  list-style: none;
}

.comments-area .comment-list li ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  margin-bottom: 0px;
  margin-top: 40px;
}

.comments-area .comment-list li ul.children .comment {
  margin-left: 130px;
  list-style-type: none;
  list-style: none;
  border-top: 1px solid #A4A4A4;
  padding-top: 50px;
  margin-bottom: 40px;
}

.comments-area .comment-list li ul.children .comment:last-child {
  margin-bottom: 0px;
}

.comments-area .comment-list>li {
  border-top: 1px solid #A4A4A4;
  padding-top: 50px;
  padding-bottom: 30px;
}

.comments-area .comment-list>li:last-child .single-comment {
  border-bottom: 0px;
}

.single-blog {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 50px;
}

.single-blog .date {
  color: #A4A4A4;
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
  display: block;
}

.single-blog h2 a {
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all .3s;
  display: block;
}

.single-blog h2 a:hover {
  color: #439F8B;
}

.single-blog p {
  color: #A4A4A4;
  font-size: 16px;
  line-height: 26px;
}

.single-blog .btn-read {
  padding: 0px;
  text-decoration: underline;
  color: #A4A4A4;
  font-size: 16px;
  margin-top: 30px;
  transition: all .3s;
}

.single-blog .btn-read:hover {
  color: #439F8B;
}

.single-blog .thumb {
  position: relative;
}

.single-blog .thumb .tag {
  position: absolute;
  background: #439F8B;
  padding: 4px 15px;
  color: #ffff;
  left: 20px;
  bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
}

.cart-content .right {
  margin-left: 20px;
}

.cart-content .right .name {
  font-family: var(--secondary-font);
  font-weight: 700;
  line-height: 20px;
  color: #141414;
  font-size: 20px;
}

.cart-content .right .title {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 600;
  color: #141414;
  display: grid;
}

.cart-content .right .values {
  color: #A4A4A4;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: 600;
}

.cart-content .action {
  display: flex;
  justify-content: center;
}

.cart-content .action a {
  width: 28px;
  height: 28px;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  color: #A4A4A4;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.cart-content .action a:last-child {
  margin-right: 0px;
}

.cart-content .action a:hover {
  color: #ffff;
  background: #A4A4A4;
}

.cart-content td {
  vertical-align: middle;
  text-align: center;
}

.cart-content input {
  width: 80px;
  height: 40px;
  border-radius: 21px;
  border: 1px solid #E9E9E9;
  text-align: center;
}

.cart-content .btn-continue {
  background: #141414;
  padding: 17px 24px;
  color: #ffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
}

.cart-content .btn-clear {
  border: 1px solid #CFCFCF;
  padding: 17px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0px;
}

.cart-content .left img {
  min-width: 80px;
}

.summary {
  background: #F5F5F5;
  padding: 20px;
}

.summary .title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #CFCFCF;
}

.summary .subtitle {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.summary .destination {
  color: #A4A4A4;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
}

.summary .cart-select {
  border-radius: 0px;
  margin-top: 0px;
  padding: 10px 20px;
  height: auto !important;
  color: #141414;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 22px;
  appearance: none;
}

.summary .cart-select:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}

.summary .cart-select ::-ms-expand {
  display: none;
}

.summary .cart-select+i.fa {
  float: right;
  margin-top: -31px;
  margin-right: 10px;
  pointer-events: none;
  background-color: transparent;
  color: #141414;
  padding-right: 5px;
  font-weight: 100;
  font-size: 12px;
}

.summary .cart-select option {
  padding-right: 21px;
}

.summary label {
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.summary input {
  width: 100%;
  border: 1px solid #E9E9E9;
  padding: 10px 20px;
}

.summary .total {
  background: #439F8B;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.summary .total p {
  color: #ffff;
  margin-bottom: 0px;
  font-size: 14px;
}

.summary .btn-checkout {
  padding: 12px 35px;
  color: #ffff;
  font-size: 16px;
  border-radius: 0px;
  background: #011726;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 15px;
}

.video-content {
  padding: 280px 0px;
}

.video-content.padding-150 {
  padding: 150px 0px;
}

.video-content a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ffff;
  display: inline-block;
  color: #ffff;
  font-size: 25px;
  line-height: 70px;
}

.video-content h4 {
  color: #fff;
  font-family: var(--secondary-font);
  font-style: italic;
  font-size: 42px;
  line-height: 26px;
  font-weight: 500;
}

.video-content h2 {
  font-family: var(--body-font);
  font-size: 100px;
  font-weight: 600;
  color: #fff;
  margin: 30px 0px;
}

.video-content-02 {
  padding: 280px 0px;
}

.video-content-02 a {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  color: #ffff;
  font-size: 25px;
  line-height: 70px;
  background: #E36E3A;
}

.video-content-02 a i {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ffff;
  display: inline-block;
  color: #ffff;
  font-size: 25px;
  line-height: 70px;
  margin-top: 15px;
}

.fashion-slider .content {
  padding: 0px 70px;
}

.fashion-slider h6 {
  font-size: 16px;
  font-weight: 600;
  color: #141414;
}

.fashion-slider h3 {
  font-family: var(--secondary-font);
  font-weight: 700;
  letter-spacing: 0;
  font-size: 42px;
  color: #141414;
}

.fashion-slider p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.fashion-slider ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.fashion-slider ul li {
  list-style: none;
}

.fashion-slider ul li a i {
  color: #FFB503;
}

.fashion-slider .price {
  font-size: 36px;
  font-weight: 700;
}

.fashion-slider .slick-dots {
  bottom: -70px;
}

.fashion-slider .slick-dots li {
  width: 10px;
}

.fashion-slider .slick-dots li button {
  background: #A4A4A4;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.fashion-slider .slick-dots li button:before {
  display: none;
}

.fashion-slider .slick-active button {
  background: #54CABF !important;
}

.footer-area {
  background: #F5F5F5;
}

@media (max-width: 500px) {
  .footer-area {
    margin-top: 30px !important;
  }
}

.footer-area .footer-top .widget {
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .footer-area .footer-top .widget .img-logo {
    width: 60%;
  }
}

.footer-area .footer-top .widget .widget-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
  color: #141414;
  position: relative;
  letter-spacing: 0px;
}

.footer-area .footer-top .widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

.footer-area .footer-top .widget.widget_nav_menu ul li {
  list-style: none;
  margin-bottom: 10px;
}

.footer-area .footer-top .widget.widget_nav_menu ul li:last-child {
  margin-bottom: 0px;
}

.footer-area .footer-top .widget.widget_nav_menu ul li:hover a {
  color: #439F8B;
}

.footer-area .footer-top .widget.widget_nav_menu ul li a {
  color: #A4A4A4;
  font-size: 14px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  transition: all .5s;
}

.footer-area .footer-top .widget.widget_nav_menu ul li a i:before {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 15px;
}

.footer-area .footer-bottom {
  background: #fff;
  padding: 23px 0px;
}

.footer-area .footer-bottom p {
  margin-bottom: 0px;
  color: #A4A4A4;
  font-size: 13px;
}

.footer-area .footer-bottom p i:before {
  color: #439F8B;
}

.footer-area .footer-bottom ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.footer-area .footer-bottom ul li {
  list-style: none;
  margin-right: 20px;
}

.footer-area .footer-bottom ul li img {
  max-width: 35px;
}

.footer-area .footer-bottom ul li:last-child {
  margin-right: 0px;
}

.contact-widget {
  margin-bottom: 45px;
}

.contact-widget p {
  color: #A4A4A4;
  font-size: 16px;
  letter-spacing: 0px;
  font-family: var(--secondary-font);
}

.contact-widget .contact_info_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-widget .contact_info_list li {
  display: block;
}

.contact-widget .contact_info_list li.single-info-item {
  position: relative;
  margin-bottom: 25px;
}

.contact-widget .contact_info_list li.single-info-item .icon {
  position: absolute;
  left: 0;
  top: 0px;
  color: #A4A4A4;
  font-size: 20px;
}

.contact-widget .contact_info_list li.single-info-item .details {
  padding-left: 40px;
  color: #A4A4A4;
  font-size: 16px;
  line-height: 26px;
}

.footer-style-2 {
  background: #011726;
}

.footer-style-2 .widget-title {
  color: #fff !important;
}

.footer-style-2 .contact-widget .contact_info_list li.single-info-item .details {
  color: #E2E2E2 !important;
}

.footer-style-2 .widget.widget_nav_menu ul li a {
  color: #E2E2E2 !important;
}

.footer-style-2 .widget.widget_nav_menu ul li a:hover {
  color: #439F8B !important;
}

.footer-style-2 i:before {
  color: black !important;
}

.widget_about p {
  font-size: 14px;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 30px;
  line-height: 26px;
}

.widget_about ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.widget_about ul li {
  list-style: none;
  width: 36px;
  height: 36px;
  background: #A4A4A4;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .3s;
}

.widget_about ul li:hover {
  background: #439F8B;
}

.widget_about ul li:last-child {
  margin-right: 0px;
}

.widget_about ul li i:before {
  font-size: 14px;
}

.widget_about ul li a {
  display: block;
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  color: var(--main-color);
  background-color: #ffff;
  text-align: center;
  line-height: 45px;
  z-index: 99;
  font-size: 30px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
}

.sidebar-menu {
  width: 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  z-index: 99999;
  padding: 100px 30px 30px 30px;
  overflow-y: auto;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  opacity: 0;
  visibility: hidden;
}

.sidebar-menu .sidebar-inner {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in .3s;
  backface-visibility: hidden;
}

.sidebar-menu .sidebar-menu-close {
  background-color: #439F8B;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.sidebar-menu .sidebar-menu-close i {
  font-size: 18px;
  color: #fff;
}

.sidebar-menu .sidebar-logo {
  margin-bottom: 23px;
}

.sidebar-menu .sidebar-contact {
  margin-top: 33px;
}

.sidebar-menu .sidebar-contact h4 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}

.sidebar-menu .sidebar-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-menu .sidebar-contact ul li {
  font-size: 16px;
  line-height: 35px;
  color: #011726;
}

.sidebar-menu .sidebar-contact ul li i {
  font-size: 16px;
  margin-right: 5px;
  width: 25px;
}

.sidebar-menu .sidebar-subscribe {
  margin-top: 35px;
  margin-bottom: 30px;
  display: flex;
}

.sidebar-menu .sidebar-subscribe input[type='text'] {
  border: 1px solid #CCD3DC;
  border-right: 0;
  height: 45px;
  padding: 0 20px 0 20px;
}

.sidebar-menu .sidebar-subscribe button {
  background: rgba(67, 159, 139, 0.5);
  border: 0;
  height: 45px;
  width: 46px;
  transition: all .3s;
  cursor: pointer;
}

.sidebar-menu .sidebar-subscribe button:hover {
  background: #439F8B;
}

.sidebar-menu .sidebar-subscribe button:focus {
  outline: 0;
}

.sidebar-menu .sidebar-subscribe button i {
  color: #ffff;
}

.sidebar-menu .social-link {
  margin-top: 20px;
}

.sidebar-menu .social-link ul {
  margin: 0;
  padding: 0;
}

.sidebar-menu .social-link ul li {
  list-style: none;
  float: left;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(4, 51, 129, 0.1);
  line-height: 43px;
  text-align: center;
  margin-right: 15px;
  transition: all .5s;
  cursor: pointer;
}

.sidebar-menu .social-link ul li:hover {
  background: #439F8B;
  color: #ffff;
}

.sidebar-menu.active {
  width: 365px;
  opacity: 1;
  visibility: visible;
}

.sidebar-menu.active .sidebar-inner {
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-out 1.2s;
  backface-visibility: hidden;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  transition: all .3s;
}



.desktop-center {
  text-align: center;
}

.desktop-left {
  text-align: left;
}

.desktop-right {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .tablet-center {
    text-align: center;
  }

  .tablet-left {
    text-align: left;
  }

  .tablet-right {
    text-align: right;
  }
}

@media only screen and (max-width: 414px) {
  .mobile-center {
    text-align: center;
  }

  .mobile-left {
    text-align: left;
  }

  .mobile-right {
    text-align: right;
  }
}

/*
    Flaticon icon font: Flaticon
    Creation date: 06/10/2019 05:27
    */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-left-arrow-chevron:before {
  content: "\f100";
}

.flaticon-angle-arrow-pointing-to-right:before {
  content: "\f101";
}

.flaticon-map:before {
  content: "\f102";
}

.flaticon-sent-mail:before {
  content: "\f103";
}

.flaticon-menu-button:before {
  content: "\f104";
}

.flaticon-earth-globe:before {
  content: "\f105";
}

.flaticon-money:before {
  content: "\f106";
}

.flaticon-phone:before {
  content: "\f107";
}

.flaticon-info:before {
  content: "\f108";
}

.flaticon-network:before {
  content: "\f109";
}

.flaticon-close:before {
  content: "\f10a";
}

.flaticon-open-book:before {
  content: "\f10b";
}

.flaticon-elections:before {
  content: "\f10c";
}

.flaticon-plant:before {
  content: "\f10d";
}

.flaticon-hospital:before {
  content: "\f10e";
}

.flaticon-money-1:before {
  content: "\f10f";
}

.flaticon-financial:before {
  content: "\f110";
}

.flaticon-location:before {
  content: "\f111";
}

.flaticon-fingerprint:before {
  content: "\f112";
}

.flaticon-seo:before {
  content: "\f113";
}

.flaticon-calendar:before {
  content: "\f114";
}

.flaticon-notes:before {
  content: "\f115";
}

.flaticon-calendar-1:before {
  content: "\f116";
}

.flaticon-achievement:before {
  content: "\f117";
}

.flaticon-fireworks:before {
  content: "\f118";
}

.flaticon-growth:before {
  content: "\f119";
}

.flaticon-volunteer:before {
  content: "\f11a";
}

.flaticon-calendar-2:before {
  content: "\f11b";
}

.flaticon-growth-1:before {
  content: "\f11c";
}

.flaticon-euro:before {
  content: "\f11d";
}

.flaticon-left:before {
  content: "\f11e";
}

.flaticon-place:before {
  content: "\f11f";
}

.flaticon-tax:before {
  content: "\f120";
}

.flaticon-business-and-finance:before {
  content: "\f121";
}

.title-product-head {
  background: #707070;
  padding: 5px;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-top: 125px !important;
}

@media (max-width: 500px) {
  .title-product-head {
    padding-top: 100px !important;
    margin-top: 0px !important;
    padding: 5px;
  }
}

.slider-homo-footer {
  width: max-content;
}

.section-head-product .product-title {
  font-size: 2em !important;
  margin: 0;
  padding: 0;
}

.section-head-product .price {
  margin: 0;
  padding: 0;
  font-size: 2em !important;
}

.product-tab {
  margin-top: 0px !important;
}

.product-tab .btn-add-cart {
  background: #011726;
  border: 1px solid #011726;
  padding: 16px 26px;
}

.product-tab .tab-content {
  margin-top: 10px !important;
}

.product-tab .btn-option {
  display: flex;
  justify-content: space-between;
  border: 0px;
  width: auto;
  text-transform: uppercase;
  color: white;
  background: #01172687;
  cursor: pointer;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-bottom: 3px;
  text-align: left;
  font-size: 13px;
}

.product-tab .btn-option svg {
  color: #4CAF50;
}

.product-tab .btn-option-active {
  background: #011726;
}

.product-tab .btn-section {
  display: flex;
  justify-content: space-between;
  border: 0px;
  width: 135px;
  text-transform: uppercase;
  color: white;
  background: #80808075;
  cursor: pointer;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-bottom: 3px;
  text-align: left;
}

.product-tab .btn-section svg {
  color: #4CAF50;
}

.product-tab .btn-section-active {
  background: gray;
}

.product-tab .td-product-option {
  width: 100%;
  vertical-align: top;
  padding-left: 0px;
  height: 40px;
}

.product-tab .td-product-option .tr-product-option {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: 145px;
}

.product-tab .body-element-product {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  max-height: 50vh;
  overflow-y: auto;
  justify-content: flex-start;
  padding-left: 11PX;
}

.product-tab .body-element-product span {
  height: 160px;
  cursor: pointer;
  padding: 5px;
  width: 110px;
}

.product-tab .body-element-product span img {
  width: 100px;
  height: 150px;
  max-height: 150px;
}

.product-tab .body-element-product span .text-mobil {
  display: none !important;
}

.product-tab .body-element-product span .text-mobil-top {
  display: none !important;
}

.product-tab .body-element-product .selected-element {
  border: 2px solid #4CAF50;
  padding: 10px;
}

.product-tab .body-element-product .selected-element img {
  width: 90px;
  height: 140px;
}

.product-tab .body-element-product .selected-element .text-mobil {
  display: none !important;
}

.product-tab .body-element-product .selected-element .text-mobil-top {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .product-tab .body-element-product span {
    height: 175px;
    cursor: pointer;
    padding: 5px;
    width: 100%;
  }

  .product-tab .body-element-product span img {
    width: 100%;
  }

  .product-tab .body-element-product .selected-element {
    flex-direction: column;
    display: flex;
  }

  .product-tab .body-element-product .selected-element img {
    width: 98%;
    height: 140px;
  }

  .product-tab .body-element-product .selected-element .text-mobil {
    display: block !important;
    font-size: 10px;
  }

  .product-tab .body-element-product .selected-element .text-mobil-top {
    font-size: 12px;
    position: absolute;
    height: 158px;
    display: flex !important;
    align-items: center;
    background: white;
    opacity: 0.7;
    font-weight: bold;
  }
}

.product-tab .td-product-option-master {
  vertical-align: top;
}

.single-item {
  max-height: 400px;
}

.single-item img {
  object-fit: contain !important;
  max-height: 400px;
}

.product-paso1 p {
  color: #011726;
  font-weight: bold;
  margin-bottom: -10px;
  margin-top: 10px;
  padding-left: 17px;
}

.product-paso2 {
  color: #011726;
  font-weight: bold;
  margin-bottom: 0px;
}

.product-paso3 {
  color: #011726;
  font-weight: bold;
  margin-bottom: 0px;
  padding-left: 151px;
}

.img-product-principal img {
  max-height: 450px;
}

.img-product-principal .fabric-text {
  text-transform: uppercase;
}

.filter-tag {
  margin-left: 0px !important;
  justify-content: space-between !important;
}

.filter-tag td .form-group label {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 600px) {
  .product-paso3 {
    padding-left: 152px;
  }

  .img-product-principal {
    display: flex;
    flex-direction: column;
  }

  .section-head-product {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-head-product .product-title {
    font-size: 1.5em !important;
    margin-top: 8px !important;
  }

  .section-head-product .price {
    font-size: 1.5em !important;
  }

  .product-tab .btn-add-cart {
    padding: 10px 15px !important;
  }

  .filter-tag {
    margin-left: 0px !important;
  }

  .filter-tag td {
    padding: 5px !important;
  }

  .filter-tag td .form-group {
    margin-bottom: 5px !important;
  }

  .filter-tag td .form-group label {
    margin-bottom: 0px !important;
  }

  .filter-tag td .form-group select {
    height: 2rem !important;
    padding: 0rem .75rem !important;
  }
}

.img-about-us-finger {
  position: absolute;
  left: 0;
  top: auto;
  opacity: 0.6;
  padding-top: 50px;
  padding-left: 85px;
}

.gift-up-iframe {
  height: 485px;
  overflow-y: auto;
  margin-left: 15px;
}

.gift-up-iframe .gift-up-logo-text {
  display: none !important;
}

.remove-giftcard {
  color: red;
  font-weight: lighter;
  padding-left: 6px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .product-style-03 {
    margin-top: 0px;
  }

  .footer-area {
    padding-top: 10px !important;
  }

  .footer-area .footer-top .widget .img-logo {
    width: 40%;
  }

  .justify-center-mobil {
    justify-content: flex-start !important;
  }
}

.flechaIzquierda {
  width: 35px;
  padding-right: 10px;
  cursor: pointer;
}

.flechaIzquierda2 {
  width: 25px;
  padding-right: 10px;
  cursor: pointer;
}

.btn-home-shop {
  line-height: 1.2 !important;
  background: #011726 !important;
  color: white !important;
}

.banner-IA {
  background: #011726;
  color: white;
  display: flex;
  height: 57px;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  font-weight: 300;
  padding-top: 1rem;
}

@media only screen and (max-width: 775px) {
  .banner-IA {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-IA {
    font-size: 14px;
  }

  .gift-up-iframe {
    margin-left: 0;
  }

  .margin-component {
    padding-top: 135px !important;
  }

  .imgDesk {
    display: none;
  }

  .imgMobil {
    display: block !important;
  }
}

.nav-style-01 .nav-container {
  background-color: white;
}

.product-mobile .title {
  height: 33px;
  background: #707070;
  color: white;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  text-transform: uppercase;
  align-items: center;
}

.product-mobile .container-mobile {
  display: flex;
  justify-content: center;
}

.product-mobile .container-mobile .content-mobile {
  max-width: 450px !important;
  width: 100%;
  padding: 10px;
}

.product-mobile .container-mobile .content-mobile .imagen {
  display: flex;
  justify-content: center;
}

.product-mobile .container-mobile .content-mobile .pasos {
  display: flex;
  justify-content: space-between;
}

.product-mobile .container-mobile .content-mobile .pasos .section {
  background: #011726;
  height: 28px;
  width: 100px;
  color: white;
  font-size: 10pt;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 0;
}

.product-mobile .container-mobile .content-mobile .pasos .disabled {
  background: #98a1a7;
}

.product-mobile .container-mobile .content-mobile .fabric {
  padding-top: 15px;
}

.product-mobile .container-mobile .content-mobile .fabric .footer-fabric {
  display: flex;
  padding: 5px;
  margin-top: 10px;
  justify-content: flex-end;
}

.product-mobile .container-mobile .content-mobile .fabric .footer-fabric .next {
  background: #011726;
  height: 31px;
  width: 71px;
  color: white;
  font-size: 10pt;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: 0;
}

.product-mobile .container-mobile .content-mobile .fabric .footer-fabric .next.disabled {
  background: #98a1a7;
}

.product-mobile .container-mobile .content-mobile .fabric .content-fabric {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  height: 335px;
  overflow: auto;
}

.product-mobile .container-mobile .content-mobile .fabric .content-fabric .tela {
  margin: 5px;
}

.product-mobile .container-mobile .content-mobile .fabric .content-fabric .tela img {
  width: 104px;
  height: 104px;
}

.product-mobile .container-mobile .content-mobile .fabric .content-fabric .tela.selected {
  border: 2px solid green;
}

.product-mobile .container-mobile .content-mobile .fabric .content-fabric .tela.selected img {
  width: 100px;
  height: 104px;
}

.title-product-head {
  text-transform: uppercase;
}

#imgCapas img {
  position: absolute;
}

#imgCapas img:nth-child(1) {
  z-index: 1;
}

#imgCapas img:nth-child(2) {
  z-index: 2;
}

#imgCapas img:nth-child(3) {
  z-index: 100;
}

#imgCapas img:nth-child(4) {
  z-index: 100;
}

#imgCapas img:nth-child(5) {
  z-index: 100;
}

#imgCapas img:nth-child(6) {
  z-index: 100;
}

#imgCapas img:nth-child(7) {
  z-index: 100;
}

#imgCapas img:nth-child(8) {
  z-index: 100;
}

#imgCapas img:nth-child(9) {
  z-index: 100;
}

#imgCapas img:nth-child(10) {
  z-index: 100;
}

#imgCapas img:nth-child(11) {
  z-index: 100;
}

#imgCapas img:nth-child(12) {
  z-index: 100;
}

#imgCapas img:nth-child(13) {
  z-index: 100;
}

#imgCapas img:nth-child(14) {
  z-index: 100;
}

#imgCapas img:nth-child(15) {
  z-index: 100;
}

#imgCapas img:nth-child(16) {
  z-index: 100;
}

#imgCapas img:nth-child(17) {
  z-index: 100;
}

#imgCapas img:nth-child(18) {
  z-index: 100;
}

#imgCapas img:nth-child(19) {
  z-index: 100;
}

#imgCapas img:nth-child(20) {
  z-index: 100;
}

#imgCapas img:nth-child(21) {
  z-index: 100;
}

#imgCapas img:last-child {
  display: none;
}
