/*
Theme Name: WeSell Shop
Theme URI: 
Author: 
Author URI: 
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Info Bar
    ## Header

# Elements
    ## Back Top
    ## Preloader
    ## Search Popup
    ## Video Popup
    ## Button
    ## Section Title

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Poppins:200,300,400,500,600,700,800|Quicksand:300,400,500,700&amp;display=swap");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
:root {
  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Quicksand", sans-serif;
  --arrow-font: "Oswald", sans-serif;
  --main-color: #59d2f8;
  --secondary-color: #f08a00;
  --heading-color: #4b4b4b;
  --sub-heading-color: #737373;
  --paragraph-color: #8a8a8a;
  --btn-color: #f92500;
  --icon-color: #ababab;
  --branding-color-2: #FF704D;
  --red: #d80027;
  --red-2: #ff7a7a;
  --yellow: #ffc82a;
  --light-blue: #29cbff;
  --light-blue-2: #00a9de;
  --light-blue-3: #00b4e8;
  --light-blue-4: #419be0;
  --light-blue-5: #57d8ff;
  --green: #08da97;
  --pruple: #aa9bfd;
  --pruple-2: #AA9BFD;
  --orange: #FF704D;
  --orange-2:#FFDDDC;
  --black: #000;
  --light-black-1: #ababab;
  --light-black-2: #8a8a8a;
  --light-black-4: #d1d1d1;
  --light-black-5: #505050;
  --light-black-6: #0d0d0d;
  --light-black-7: #1a1a1a;
  --light-black-8: #707070;
  --light-black-9: #656565;
  --light-black-10: #b8b8b8;
  --light-black-11: #b1b1b1;
  --light-black-12: #252525;
  --light-black-13: #6a7795;
  --light-black-14: #4d4d4d;
  --light-black-15: #343434;
  --light-black-16: #2b2733;
  --light-black-17: #393c40;
  --white: #fff;
  --white-1: #efefef;
  --dark-white: #c7c7c7;
  --dark-white-2:  #efefef;
  --dark-white-3: #cdcdcd;
  --dark-white-4: #dddddd;
  --dark-white-5: #f3f3f3;
  --dark-white-6: #dee2e6;
  --dark-white-7: #e2e2e2;
  --dark-white-8: #ced4da;
  --dark-white-9: #d3dbe3;
  --dark-white-10: #ebfaff;
  --gray-1: #8ca7bd;
  --gray-2: #8ca7bd;
  --gray-3: #7e7e7e;
  --gray-4: #B8B8B8;
  --main-bg: #f8f9f9;
  --secondary-bg: #f3f3f3;
  --bg-3: #e3e3e3;
  --bg-4: #f1f1f1;
  --bg-5: #fafafa;
  --bg-6: #e8e8e8;
  --bg-7: #f7f7f7;
  --bg-8: #1e2831;
  --bg-9: #f5f5f5;
  --bg-10: #f1f2f4;
  --bg-11: #f0f0f0;
  --bg-12: #f2f2f2;
  --bg-13: #212121;
  --bg-14: #001937;
  --bg-15: #193351;
  --bg-16: #d5d5d5;
  --bg-17: #283442;
  --bg-18: #F2F0FF;
  --bg-19: #fbfafd;
  --bg-20: #AAB9C6;
  --blue-shadow: rgba(89, 211, 248, 0.2);
  --light-black-shadow: rgba(209, 209, 209, 0.6);
  --icon-border: rgba(171, 171, 171, 0.3);
  --Shadow-color-1: rgba(138, 138, 138, 0.664); }

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

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

body {
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px; }

h1 {
  font-size: 60px;
  line-height: 70px; }

h2 {
  font-size: 45px;
  line-height: 55px; }

h3 {
  font-size: 34px;
  line-height: 44px; }

h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500; }

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400; }

h6 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  margin-bottom: 10px;
  color: var(--heading-color); }

h1,
h2,
h3 {
  font-weight: 700; }

p, li {
  color: var(--paragraph-color);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-family: var(--secondary-font);
  margin-bottom: 10px; }

span {
  font-size: 13px;
  line-height: 23px;
  color: var(--paragraph-color);
  font-weight: 300;
  font-family: var(--primary-font); }

a {
  color: inherit;
  text-decoration: none;
  color: var(--paragraph-color); }

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

ul {
  padding-left: 0; }

li {
  list-style: none; }

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

.container-fluid {
  width: 100%;
  max-width: 1750px; }

i.icon-icon_favourite {
  color: var(--secondary-color); }

.showLove {
  visibility: visible !important;
  opacity: 1 !important; }

.description-list {
  margin-left: 15px; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: -30px;
  font-size: 30px; }

/*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; }

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

.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 {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.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-one); }

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  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-right-0 {
  padding-left: 0; }

.gray-bg {
  background-color: #f8f8f8; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-45 {
  padding-bottom: 45px; }

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

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

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

.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-105 {
  padding-bottom: 105px; }

.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-150 {
  padding-bottom: 150px; }

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

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

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

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

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

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

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

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

.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-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-pagination ul li {
  display: inline-block; }

.blog-pagination ul li + li {
  margin: 0 5px; }

.blog-pagination {
  display: block;
  width: 100%; }

.blog-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.blog-pagination ul li a,
.blog-pagination ul li span {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in; }

.blog-pagination ul li span.current,
.blog-pagination ul li a:hover {
  background-color: var(--main-color-one);
  color: #fff; }

/*--------------------------------------------------------------
# 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; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block; }

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.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-one);
  color: #fff;
  border-color: var(--main-color-one); }

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

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

.table td, .table th {
  vertical-align: middle;
  border-top: none; }

.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-one);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in; }

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

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important; }

/*--------------------------------------------------------------
# Gutenberg	Default Style
--------------------------------------------------------------*/
.single-post-details-item .entry-content > .alignwide {
  max-width: 1100px; }

.single-post-details-item .entry-content > .alignfull {
  margin: 1.5em 0;
  max-width: 100%; }

.wp-block-video video {
  max-width: 636px; }

.wp-block-image img {
  display: block; }

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%; }

.wp-block-image.alignfull img {
  width: 100vw; }

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto; }

.wp-block-cover-text p {
  padding: 1.5em 14px; }

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px; }

.wp-block-table {
  display: block;
  overflow-x: auto; }

.wp-block-table table {
  border-collapse: collapse;
  width: 100%; }

.wp-block-table td, .wp-block-table th {
  padding: .5em; }

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.wp-block-quote.is-large {
  margin: 0 auto 16px; }

.wp-block-pullquote > p:first-child {
  margin-top: 0; }

.wp-block-separator {
  margin: 3em auto;
  padding: 0; }

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0; } }

wp-block-video video {
  max-width: 636px; }

.wp-block-image img {
  display: block; }

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%; }

.wp-block-image.alignfull img {
  width: 100vw; }

.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto; }

.wp-block-cover-text p {
  padding: 1.5em 14px; }

ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px; }

.wp-block-table {
  display: block;
  overflow-x: auto; }

.wp-block-table table {
  border-collapse: collapse;
  width: 100%; }

.wp-block-table td, .wp-block-table th {
  padding: .5em; }

.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.wp-block-quote.is-large {
  margin: 0 auto 16px; }

.wp-block-pullquote > p:first-child {
  margin-top: 0; }

.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid var(--black);
  padding-left: 1em; }

.wp-block-separator {
  margin: 3em auto;
  padding: 0; }

@media screen and (min-width: 768px) {
  .wp-block-cover-text p {
    padding: 1.5em 0; } }

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d; }

/*--------------------------------------------------------------
## Block Color Palette Colors
--------------------------------------------------------------*/
.has-strong-blue-color {
  color: #0073aa; }

.has-strong-blue-background-color {
  background-color: #0073aa; }

.has-lighter-blue-color {
  color: #229fd8; }

.has-lighter-blue-background-color {
  background-color: #229fd8; }

.has-very-light-gray-color {
  color: #eee; }

.has-very-light-gray-background-color {
  background-color: #eee; }

.has-very-dark-gray-color {
  color: #444; }

.has-very-dark-gray-background-color {
  background-color: #444; }

.pulse {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-radius: 50%;
  border: 0px; }
  .pulse:hover {
    -webkit-animation: none;
    animation: none; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--main-color);
    -moz-box-shadow: 0 0 0 0 var(--main-color);
    box-shadow: 0 0 0 0 var(--main-color); }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.7);
    -moz-box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.7);
    box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.6); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(89, 211, 248, 0.3);
    -moz-box-shadow: 0 0 0 20px rgba(89, 211, 248, 0.3);
    box-shadow: 0 0 0 20px rgba(89, 211, 248, 0.1); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--main-color);
    -moz-box-shadow: 0 0 0 0 var(--main-color);
    box-shadow: 0 0 0 0 var(--main-color); }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.7);
    -moz-box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.7);
    box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.6); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(89, 211, 248, 0.3);
    -moz-box-shadow: 0 0 0 20px rgba(89, 211, 248, 0.3);
    box-shadow: 0 0 0 20px rgba(89, 211, 248, 0.1); } }

.hover-pulse {
  border-radius: 50%;
  border: 0px; }
  .hover-pulse:hover {
    -webkit-animation: hover-pulse 2s infinite;
    animation: hover-pulse 2s infinite; }

@-webkit-keyframes hover-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--main-color);
    -moz-box-shadow: 0 0 0 0 var(--main-color);
    box-shadow: 0 0 0 0 var(--main-color); }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.7);
    -moz-box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.7);
    box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.6); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(89, 211, 248, 0.3);
    -moz-box-shadow: 0 0 0 20px rgba(89, 211, 248, 0.3);
    box-shadow: 0 0 0 20px rgba(89, 211, 248, 0.1); } }

@keyframes hover-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--main-color);
    -moz-box-shadow: 0 0 0 0 var(--main-color);
    box-shadow: 0 0 0 0 var(--main-color); }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.7);
    -moz-box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.7);
    box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.6); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(89, 211, 248, 0.3);
    -moz-box-shadow: 0 0 0 20px rgba(89, 211, 248, 0.3);
    box-shadow: 0 0 0 20px rgba(89, 211, 248, 0.1); } }

.pulse-two {
  -webkit-box-shadow: 0 0 0 white;
  box-shadow: 0 0 0 white;
  -webkit-animation: pulse-two 2s infinite;
  animation: pulse-two 2s infinite;
  border-radius: 50%;
  border: 0px; }
  .pulse-two:hover {
    -webkit-animation: none;
    animation: none; }

@-webkit-keyframes pulse-two {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white; }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1); } }

@keyframes pulse-two {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white; }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1); } }

.pulse-three {
  -webkit-animation: pulse-three 2s infinite;
  animation: pulse-three 2s infinite;
  border-radius: 50%;
  border: 0px; }
  .pulse-three:hover {
    -webkit-animation: none;
    animation: none; }

@-webkit-keyframes pulse-three {
  0% {
    -webkit-box-shadow: 0 0 0 0 #aa9bfd;
    box-shadow: 0 0 0 0 #aa9bfd; }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(170, 155, 253, 0.6);
    box-shadow: 0 0 0 10px rgba(170, 155, 253, 0.6); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(170, 155, 253, 0.1);
    box-shadow: 0 0 0 20px rgba(170, 155, 253, 0.1); } }

@keyframes pulse-three {
  0% {
    -webkit-box-shadow: 0 0 0 0 #aa9bfd;
    box-shadow: 0 0 0 0 #aa9bfd; }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(170, 155, 253, 0.6);
    box-shadow: 0 0 0 10px rgba(170, 155, 253, 0.6); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(170, 155, 253, 0.1);
    box-shadow: 0 0 0 20px rgba(170, 155, 253, 0.1); } }

.pulse-four {
  -webkit-animation: pulse-four 1s linear infinite;
  animation: pulse-four 1s linear infinite;
  border-radius: 50%;
  border: 0px; }
  .pulse-four:hover {
    -webkit-animation: none;
    animation: none; }

@-webkit-keyframes pulse-four {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 112, 77, 0.1), 0 0 0 20px rgba(255, 112, 77, 0.1), 0 0 0 40px rgba(255, 112, 77, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 112, 77, 0.1), 0 0 0 20px rgba(255, 112, 77, 0.1), 0 0 0 40px rgba(255, 112, 77, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 112, 77, 0.1), 0 0 0 40px rgba(255, 112, 77, 0.1), 0 0 0 60px rgba(255, 112, 77, 0);
    box-shadow: 0 0 0 20px rgba(255, 112, 77, 0.1), 0 0 0 40px rgba(255, 112, 77, 0.1), 0 0 0 60px rgba(255, 112, 77, 0); } }

@keyframes pulse-four {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 112, 77, 0.1), 0 0 0 20px rgba(255, 112, 77, 0.1), 0 0 0 40px rgba(255, 112, 77, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 112, 77, 0.1), 0 0 0 20px rgba(255, 112, 77, 0.1), 0 0 0 40px rgba(255, 112, 77, 0.1); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 112, 77, 0.1), 0 0 0 40px rgba(255, 112, 77, 0.1), 0 0 0 60px rgba(255, 112, 77, 0);
    box-shadow: 0 0 0 20px rgba(255, 112, 77, 0.1), 0 0 0 40px rgba(255, 112, 77, 0.1), 0 0 0 60px rgba(255, 112, 77, 0); } }

.pulse-five {
  -webkit-animation: pulse-five 2s infinite;
  animation: pulse-five 2s infinite;
  border-radius: 50%;
  border: 0px; }
  .pulse-five:hover {
    -webkit-animation: none;
    animation: none; }

@-webkit-keyframes pulse-five {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(89, 210, 248, 0.4), 0 0 0 20px rgba(89, 210, 248, 0.3), 0 0 0 40px rgba(89, 210, 248, 0.2);
    box-shadow: 0 0 0 0 rgba(89, 210, 248, 0.4), 0 0 0 20px rgba(89, 210, 248, 0.3), 0 0 0 40px rgba(89, 210, 248, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(89, 210, 248, 0.4), 0 0 0 40px rgba(89, 210, 248, 0.3), 0 0 0 60px rgba(89, 210, 248, 0.1);
    box-shadow: 0 0 0 20px rgba(89, 210, 248, 0.4), 0 0 0 40px rgba(89, 210, 248, 0.3), 0 0 0 60px rgba(89, 210, 248, 0.1); } }

@keyframes pulse-five {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(89, 210, 248, 0.4), 0 0 0 20px rgba(89, 210, 248, 0.3), 0 0 0 40px rgba(89, 210, 248, 0.2);
    box-shadow: 0 0 0 0 rgba(89, 210, 248, 0.4), 0 0 0 20px rgba(89, 210, 248, 0.3), 0 0 0 40px rgba(89, 210, 248, 0.2); }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(89, 210, 248, 0.4), 0 0 0 40px rgba(89, 210, 248, 0.3), 0 0 0 60px rgba(89, 210, 248, 0.1);
    box-shadow: 0 0 0 20px rgba(89, 210, 248, 0.4), 0 0 0 40px rgba(89, 210, 248, 0.3), 0 0 0 60px rgba(89, 210, 248, 0.1); } }

@-webkit-keyframes animated-div {
  25% {
    opacity: 1; }
  50% {
    opacity: 0.7;
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  77% {
    opacity: 0.4;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 0.1;
    -webkit-transform: translateY(15px);
    transform: translateY(15px); } }

@keyframes animated-div {
  25% {
    opacity: 1; }
  50% {
    opacity: 0.7;
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }
  77% {
    opacity: 0.4;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    opacity: 0.1;
    -webkit-transform: translateY(15px);
    transform: translateY(15px); } }

@media only screen and (max-width: 991px) {
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 var(--main-color);
      box-shadow: 0 0 0 0 var(--main-color); }
    50% {
      -webkit-box-shadow: 0 0 0 5px rgba(89, 211, 248, 0.6);
      box-shadow: 0 0 0 5px rgba(89, 211, 248, 0.6); }
    100% {
      -webkit-box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.1);
      box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.1); } }
  @keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 var(--main-color);
      box-shadow: 0 0 0 0 var(--main-color); }
    50% {
      -webkit-box-shadow: 0 0 0 5px rgba(89, 211, 248, 0.6);
      box-shadow: 0 0 0 5px rgba(89, 211, 248, 0.6); }
    100% {
      -webkit-box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.1);
      box-shadow: 0 0 0 10px rgba(89, 211, 248, 0.1); } }
  @-webkit-keyframes pulse-three {
    0% {
      -webkit-box-shadow: 0 0 0 0 #aa9bfd;
      box-shadow: 0 0 0 0 #aa9bfd; }
    50% {
      -webkit-box-shadow: 0 0 0 5px rgba(170, 155, 253, 0.6);
      box-shadow: 0 0 0 5px rgba(170, 155, 253, 0.6); }
    100% {
      -webkit-box-shadow: 0 0 0 10px rgba(170, 155, 253, 0.1);
      box-shadow: 0 0 0 10px rgba(170, 155, 253, 0.1); } }
  @keyframes pulse-three {
    0% {
      -webkit-box-shadow: 0 0 0 0 #aa9bfd;
      box-shadow: 0 0 0 0 #aa9bfd; }
    50% {
      -webkit-box-shadow: 0 0 0 5px rgba(170, 155, 253, 0.6);
      box-shadow: 0 0 0 5px rgba(170, 155, 253, 0.6); }
    100% {
      -webkit-box-shadow: 0 0 0 10px rgba(170, 155, 253, 0.1);
      box-shadow: 0 0 0 10px rgba(170, 155, 253, 0.1); } } }

/*---------------------
     Breadcumb 
----------------------*/
.breadcrumb-area {
  padding: 68px 0 72px;
  background: var(--secondary-bg);
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center; }
  .breadcrumb-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1; }
  .breadcrumb-area .breadcrumb-inner {
    text-align: center; }
  .breadcrumb-area .page-title {
    text-transform: capitalize;
    margin-bottom: 15px; }
  .breadcrumb-area p {
    font-size: 16px;
    line-height: 26px;
    max-width: 600px;
    color: rgba(var(--white), 0.7);
    margin-bottom: 20px; }
  .breadcrumb-area .page-list {
    margin: 0;
    padding: 0; }
    .breadcrumb-area .page-list li {
      display: inline-block;
      position: relative;
      padding-left: 30px;
      font-size: 16px;
      font-weight: 400;
      color: var(--heading-color);
      font-family: var(--primary-font); }
      .breadcrumb-area .page-list li:first-child {
        padding-left: 0; }
        .breadcrumb-area .page-list li:first-child a {
          color: var(--paragraph-color); }
        .breadcrumb-area .page-list li:first-child:after {
          display: none; }
      .breadcrumb-area .page-list li:after {
        position: absolute;
        left: 10px;
        top: 0;
        content: ">"; }
      .breadcrumb-area .page-list li a {
        color: var(--paragraph-color);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .breadcrumb-area .page-list li a:hover {
          color: var(--heading-color); }
  .breadcrumb-area.ui-breadcrumb {
    background-image: url("../img/ui-element/wesell-banner.html");
    padding: 100px 0; }

/*--------------------------------------------------------------
	 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

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

.comments-area .comments-title {
  margin-bottom: 50px;
  color: var(--heading-color);
  font-weight: 500; }
  .comments-area .comments-title span {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: var(--heading-color); }

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

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

.comments-area .comment-list li {
  margin-bottom: 30px; }

.comments-area .comment-list li:last-child {
  margin-bottom: 0; }

.comments-area .comment-list li ul.children {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none; }

.comments-area .comment-list li ul {
  list-style: none; }

.comments-area .comment-list li ul.children li {
  margin-left: 50px;
  list-style-type: none;
  list-style: none; }

.comments-area .comment-list li .single-comment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.comments-area .comment-list li .single-comment-wrap .thumb {
  margin-right: 30px;
  min-width: 80px;
  border-radius: 50%; }

.comments-area .comment-list li .single-comment-wrap .thumb img {
  margin-bottom: 10px;
  border-radius: 50%; }

.comments-area .comment-list li .single-comment-wrap .date,
.blog-details-page-content-area .comments-area .comment-list li .single-comment-wrap .time {
  display: block;
  margin-bottom: 25px; }

.comments-area .comment-list li .single-comment-wrap .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  border-bottom: 1px solid var(--bg-4);
  padding-bottom: 20px; }

.comments-area .comment-list li .single-comment-wrap .content .comment-content {
  max-width: 620px; }

.comments-area .comment-list li .single-comment-wrap .content p {
  max-width: 95%; }

.comments-area .comment-list li .single-comment-wrap .content p:last-child {
  margin-bottom: 0; }

.comments-area .comment-list li .single-comment-wrap .content .reply {
  position: absolute;
  top: 15px;
  right: 40px;
  color: var(--sub-heading-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-weight: 500;
  text-transform: capitalize; }

.comments-area .comment-list li .single-comment-wrap .content .reply:hover {
  color: var(--main-color-one); }

.comments-area .comment-form-wrap {
  padding-top: 20px; }

.comments-area .reply-title,
.comments-area .comment-reply-title {
  margin-bottom: 30px;
  font-family: var(--secondary-font); }

.comments-area .form-submit {
  margin-bottom: 0; }

.comment-form .form-group.textarea .form-control {
  min-height: 160px;
  resize: none;
  line-height: 26px; }

.comment-form .form-group.textarea .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.comment-form .form-group .form-control {
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--dark-white-7); }

.comment-form .submit-btn {
  height: 50px;
  width: auto;
  border-radius: 5px;
  font-weight: 400;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: var(--white); }

.comment-form .submit-btn:hover {
  background-color: var(--secondary-color);
  color: var(--white); }

.comment-respond {
  /*margin-top: 20px;*/ }

.comments-area .comment-list .children li:last-child {
  margin-bottom: 30px; }

.comments-area .comment-list li ul.children {
  margin-top: 30px; }

.comment-form-cookies-consent input[type="checkbox"] {
  margin-right: 5px; }

/*--------------------------------------------------------------
	## WIdgets
--------------------------------------------------------------*/
.widget {
  background-color: #f4f7fc;
  margin-bottom: 30px;
  padding: 23px 30px 30px; }

.widget select {
  width: 100%;
  height: 50px;
  padding: 10px 20px; }

.widget .widget-title {
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  font-family: var(--secondary-font);
  letter-spacing: 1px; }

.widget.widget_calendar {
  padding-right: 24px;
  padding-left: 24px; }

.widget:last-child {
  margin-bottom: 0px; }

.widget.widget_nav_menu ul li.menu-item-has-children:after {
  display: none; }

.widget.footer-widget .subscribe-form .form-group .form-control {
  background-color: #515457;
  color: var(--white); }

.widget.footer-widget .subscribe-form .submit-btn:hover {
  background-color: var(--white); }

.widget.footer-widget {
  background-color: transparent !important;
  padding: 0;
  margin-bottom: 30px; }

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

.widget ul li ul {
  margin-left: 20px; }

.widget ul li {
  display: block;
  margin: 8px 0;
  -ms-word-wrap: break-word;
  word-break: break-word; }

.widget ul li:first-child {
  margin-top: 0px; }

.widget ul li:last-child {
  margin-bottom: 0px; }

.footer-widget.widget_nav_menu ul li a {
  position: relative; }

.footer-widget.widget_nav_menu ul li a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  font-family: "fontawesome";
  font-weight: 900;
  color: var(--main-color);
  display: none; }

.widget_search .search-form {
  position: relative; }

.widget_search .search-form .form-group {
  margin-bottom: 0; }

.widget_search .search-form .form-group .form-control {
  height: 50px;
  border: 1px solid var(--bg-3);
  padding: 0 70px 0 15px; }
  .widget_search .search-form .form-group .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: var(--paragraph-color);
    font-weight: 400;
    font-family: var(--primary-font);
    font-weight: 300; }
  .widget_search .search-form .form-group .form-control:-ms-input-placeholder {
    font-size: 14px;
    color: var(--paragraph-color);
    font-weight: 400;
    font-family: var(--primary-font);
    font-weight: 300; }
  .widget_search .search-form .form-group .form-control::-ms-input-placeholder {
    font-size: 14px;
    color: var(--paragraph-color);
    font-weight: 400;
    font-family: var(--primary-font);
    font-weight: 300; }
  .widget_search .search-form .form-group .form-control::placeholder {
    font-size: 14px;
    color: var(--paragraph-color);
    font-weight: 400;
    font-family: var(--primary-font);
    font-weight: 300; }

.widget_search .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 50px;
  line-height: 55px;
  padding: 0;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--main-color-one);
  color: var(--heading-color);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: none;
  cursor: pointer;
  outline: none; }

.widget_search .search-form .submit-btn:hover {
  background-color: var(--secondary-color);
  color: var(--white); }

.widget_author_meta {
  text-align: center; }

.widget_author_meta .thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 20px; }

.widget_author_meta .thumb img {
  border-radius: 50%; }

.widget_author_meta .content .name {
  font-size: 21px;
  font-weight: 700; }

.widget_author_meta .content p {
  font-size: 16px;
  line-height: 26px; }

.widget_author_meta .content ul {
  margin-top: 25px; }

.widget_author_meta .content ul li {
  display: inline-block;
  margin: 0 5px; }

.widget_author_meta .content ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.widget_author_meta .content ul li a:hover {
  background-color: var(--main-color-one);
  color: var(--white); }

.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 5px;
  color: inherit;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 5px;
  font-size: 16px !important; }

.widget_tag_cloud .tagcloud a:hover {
  background-color: var(--main-color-one);
  color: var(--white); }

.widget ul li ul.sub-menu {
  position: initial; }

.widget ul li ul.sub-menu {
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10px; }

.widget ul li ul.sub-menu li a {
  padding: 0 0 0px 10px; }

.widget ul li ul.sub-menu li a:hover {
  background-color: transparent; }

.widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget.widget_nav_menu ul li:first-child {
  margin-top: 0; }

.widget.widget_nav_menu ul li:last-child {
  margin-bottom: 0; }

.widget.widget_nav_menu ul li a {
  border: none; }

.widget.widget_nav_menu ul li > ul {
  margin-left: 15px; }

.widget.footer-widget.widget_calendar table {
  margin-bottom: 0; }

.widget.footer-widget.widget_calendar caption {
  padding-bottom: 0; }

.widget.footer-widget .widget-title {
  color: #fff; }
  .widget.footer-widget .widget-title::first-letter {
    color: var(--main-color);
    text-transform: uppercase; }

.widget.footer-widget.purple-effect .widget-title::first-letter {
  color: var(--pruple); }

.widget.footer-widget.orange-effect .widget-title::first-letter {
  color: var(--orange); }

.widget.footer-widget ul li a {
  color: #c1c9c9; }
  .widget.footer-widget ul li a:hover {
    color: var(--main-color); }

.widget.footer-widget.purple-effect ul li a:hover {
  color: var(--pruple); }

.widget.footer-widget.orange-effect ul li a:hover {
  color: var(--orange); }

.widget .social_share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .widget .social_share li {
    width: calc(100% / 3);
    margin: 0;
    display: block;
    padding: 20px 0 12px 0;
    text-align: center;
    border-radius: 5px;
    color: var(--white); }
    .widget .social_share li i {
      display: block;
      margin-bottom: 10px;
      font-size: 20px; }
    .widget .social_share li a:hover {
      color: var(--white); }
    .widget .social_share li + li {
      margin-left: 10px; }

.widget .recent_post_item {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget .recent_post_item li {
    display: block; }
    .widget .recent_post_item li + li {
      margin-top: 20px; }
    .widget .recent_post_item li.single-recent-post-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: start;
      align-self: flex-start; }
      .widget .recent_post_item li.single-recent-post-item .thumb {
        width: 80px;
        height: 80px;
        margin-right: 20px; }
      .widget .recent_post_item li.single-recent-post-item .content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .widget .recent_post_item li.single-recent-post-item .content h6 {
          margin-top: 10px; }

.contact_info_list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .contact_info_list li {
    display: block; }
    .contact_info_list li.single-info-item {
      position: relative;
      margin-bottom: 20px; }
      .contact_info_list li.single-info-item .icon {
        position: absolute;
        left: 0;
        top: 0; }
        .contact_info_list li.single-info-item .icon i {
          color: var(--main-color); }
      .contact_info_list li.single-info-item .details {
        padding-left: 30px;
        font-size: 14px;
        font-family: var(--primary-font);
        padding-left: 30px;
        font-size: 14px;
        font-family: var(--primary-font);
        color: #e2e2e2;
        font-weight: 200; }
  .contact_info_list.purple-effect li.single-info-item .icon i {
    color: var(--pruple); }
  .contact_info_list.orange-effect li.single-info-item .icon i {
    color: var(--orange); }

.about_us_widget .footer-logo {
  margin-bottom: 30px;
  display: block;
  position: relative; }
  .about_us_widget .footer-logo::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: var(--main-color);
    position: absolute;
    bottom: 7px;
    left: 30%; }

.about_us_widget p {
  color: #e2e2e2;
  font-family: var(--primary-font);
  margin: 0 0 30px;
  font-weight: 200; }

.about_us_widget.purple-effect .footer-logo::after {
  background: var(--pruple); }

.about_us_widget.orange-effect .footer-logo::after {
  background: var(--orange); }

.payment-widget {
  background: var(--white);
  padding: 5px; }
  .payment-widget ul li {
    display: inline;
    padding-right: 32px; }
    .payment-widget ul li:last-child {
      padding-right: 0; }

.follow-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .follow-widget p {
    color: var(--main-color) !important;
    font-family: var(--primary-font);
    font-weight: 500;
    margin-right: 20px;
    margin-bottom: 0; }
  .follow-widget ul li {
    display: inline-block; }
    .follow-widget ul li a {
      height: 27px;
      width: 27px;
      border: 1px solid var(--dark-white);
      border-radius: 50%;
      display: inline-block;
      text-align: center;
      margin: 0 5px;
      background: var(--bg-12);
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s;
      line-height: 27px;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
      .follow-widget ul li a i {
        color: var(--bg-13); }
      .follow-widget ul li a:hover {
        border: 1px solid var(--main-color); }
        .follow-widget ul li a:hover i {
          color: var(--main-color);
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
  .follow-widget.purple-effect p {
    color: var(--pruple) !important; }
  .follow-widget.purple-effect ul li a i {
    color: var(--bg-13); }
  .follow-widget.purple-effect ul li a:hover {
    border: 1px solid var(--pruple); }
    .follow-widget.purple-effect ul li a:hover i {
      color: var(--pruple);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .follow-widget.orange-effect p {
    color: var(--orange) !important; }
  .follow-widget.orange-effect ul li a i {
    color: var(--bg-13); }
  .follow-widget.orange-effect ul li a:hover {
    border: 1px solid var(--orange); }
    .follow-widget.orange-effect ul li a:hover i {
      color: var(--orange);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.sidebar_widget {
  background: none;
  border: 1px solid var(--bg-4);
  float: left;
  width: 100%; }
  .sidebar_widget .single-recent-post-item {
    padding: 10px 0;
    border-bottom: 1px solid var(--bg-4); }
    .sidebar_widget .single-recent-post-item:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: -15px; }
    .sidebar_widget .single-recent-post-item:first-child {
      padding-top: 5px; }
  .sidebar_widget .left-item {
    width: 50%;
    float: left;
    margin-top: 5px; }
  .sidebar_widget .right-item {
    width: 50%;
    float: left;
    margin-top: 5px; }
  .sidebar_widget.widget_nav_menu ul {
    margin-bottom: 5px; }
    .sidebar_widget.widget_nav_menu ul li {
      margin-bottom: 15px;
      position: relative;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
      .sidebar_widget.widget_nav_menu ul li::after {
        content: "";
        background: var(--bg-4);
        position: absolute;
        height: 1px;
        width: 70%;
        left: 0;
        bottom: -4px; }
      .sidebar_widget.widget_nav_menu ul li:hover {
        color: var(--main-color); }
  .sidebar_widget.widget_archive ul li {
    position: relative;
    margin-left: 40px;
    padding-bottom: 15px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    color: var(--paragraph-color);
    padding-top: 4px; }
    .sidebar_widget.widget_archive ul li::before {
      position: absolute;
      left: -40px;
      top: 5px;
      content: "\f073";
      font-family: "Font Awesome 5 Free";
      font-weight: 900; }
    .sidebar_widget.widget_archive ul li:not(:last-child)::after {
      content: "";
      background: var(--bg-4);
      position: absolute;
      height: 1px;
      width: 100%;
      left: -40px;
      bottom: 5px; }
    .sidebar_widget.widget_archive ul li:last-child {
      padding-bottom: 0; }
    .sidebar_widget.widget_archive ul li:hover {
      color: var(--main-color); }
  .sidebar_widget .instagram-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px; }
    .sidebar_widget .instagram-images .img-wrapper {
      width: 125px; }
      .sidebar_widget .instagram-images .img-wrapper img {
        width: 100%; }
  .sidebar_widget .follow-widget {
    padding: 0; }
    .sidebar_widget .follow-widget ul li {
      margin: 0;
      padding-top: 10px; }
      .sidebar_widget .follow-widget ul li a {
        background: transparent;
        margin: 0 10px;
        height: 35px;
        width: 35px;
        line-height: 35px;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s; }
        .sidebar_widget .follow-widget ul li a i {
          color: var(--dark-white); }
        .sidebar_widget .follow-widget ul li a:hover {
          border: 1px solid var(--main-color); }
          .sidebar_widget .follow-widget ul li a:hover i {
            color: var(--main-color); }
        .sidebar_widget .follow-widget ul li a:first-child {
          margin-left: 0; }
  .sidebar_widget .subscribe-form {
    position: relative;
    margin-top: 27px; }
    .sidebar_widget .subscribe-form .form-group {
      margin-bottom: 0; }
      .sidebar_widget .subscribe-form .form-group .form-control {
        height: 50px;
        border: 1px solid var(--bg-3);
        padding: 0 130px 0 15px; }
        .sidebar_widget .subscribe-form .form-group .form-control::-webkit-input-placeholder {
          font-size: 14px;
          color: var(--paragraph-color);
          font-weight: 400;
          font-family: var(--primary-font);
          font-weight: 300; }
        .sidebar_widget .subscribe-form .form-group .form-control:-ms-input-placeholder {
          font-size: 14px;
          color: var(--paragraph-color);
          font-weight: 400;
          font-family: var(--primary-font);
          font-weight: 300; }
        .sidebar_widget .subscribe-form .form-group .form-control::-ms-input-placeholder {
          font-size: 14px;
          color: var(--paragraph-color);
          font-weight: 400;
          font-family: var(--primary-font);
          font-weight: 300; }
        .sidebar_widget .subscribe-form .form-group .form-control::placeholder {
          font-size: 14px;
          color: var(--paragraph-color);
          font-weight: 400;
          font-family: var(--primary-font);
          font-weight: 300; }
    .sidebar_widget .subscribe-form .submit-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 120px;
      height: 50px;
      line-height: 55px;
      padding: 0;
      font-size: 12px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      background: transparent;
      color: var(--sub-heading-color);
      -webkit-transition: 0.3s ease-in;
      -o-transition: 0.3s ease-in;
      transition: 0.3s ease-in;
      border: none;
      cursor: pointer;
      font-family: var(--primary-font); }
      .sidebar_widget .subscribe-form .submit-btn:focus {
        outline: none; }
      .sidebar_widget .subscribe-form .submit-btn:hover {
        background-color: var(--secondary-color);
        color: var(--white); }
  .sidebar_widget .widget-product-sorting {
    padding-top: 15px; }
    .sidebar_widget .widget-product-sorting .slider-product-sorting {
      height: 3px;
      border-radius: 0;
      background: #e4e7eb;
      border: 0 !important;
      margin: 0 10px 25px 10px; }
      .sidebar_widget .widget-product-sorting .slider-product-sorting .ui-slider-range {
        background: var(--main-color); }
      .sidebar_widget .widget-product-sorting .slider-product-sorting .ui-slider-handle {
        height: 11px;
        width: 11px;
        border-radius: 50%;
        background: var(--main-color);
        border: 0 !important;
        top: -4px;
        cursor: pointer; }
    .sidebar_widget .widget-product-sorting label,
    .sidebar_widget .widget-product-sorting input {
      font-size: 15px;
      letter-spacing: 0.15px;
      color: var(--main-color);
      border: 0;
      background: transparent;
      margin-bottom: 0;
      line-height: 36px; }
      .sidebar_widget .widget-product-sorting label:focus,
      .sidebar_widget .widget-product-sorting input:focus {
        border: 0; }
    .sidebar_widget .widget-product-sorting button {
      height: 35px;
      line-height: 37px;
      padding: 0 25px;
      background: var(--main-color);
      font-size: 14px;
      letter-spacing: 0.42px;
      color: var(--white);
      border: 0;
      border-radius: 30px;
      cursor: pointer; }
      .sidebar_widget .widget-product-sorting button:focus {
        outline: 0; }
  .sidebar_widget .search-form .form-group {
    margin-top: 5px; }

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background-color: var(--light-blue-2);
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
  .back-to-top i {
    color: var(--white); }

.widget-testimonial .icon {
  font-size: 70px;
  line-height: 60px;
  color: var(--main-color-one);
  margin-bottom: 16px; }

.widget-testimonial p {
  color: rgba(var(--white), 0.8);
  line-height: 1.6; }

.widget-testimonial .author-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 24px; }
  .widget-testimonial .author-meta .thumb {
    margin-right: 20px; }
    .widget-testimonial .author-meta .thumb img {
      max-width: 80px;
      height: 80px;
      border-radius: 50%; }
  .widget-testimonial .author-meta .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 15px; }
    .widget-testimonial .author-meta .content .name {
      font-size: 18px;
      line-height: 26px;
      font-weight: 700;
      color: var(--white);
      margin-bottom: 0; }
    .widget-testimonial .author-meta .content .designation {
      color: rgba(var(--white), 0.8);
      font-size: 14px; }

.footer-top {
  background: var(--bg-13);
  padding: 60px 30px 30px; }
  .footer-top.white-bg {
    background: var(--white); }
    .footer-top.white-bg .about_us_widget p {
      color: var(--paragraph-color); }
    .footer-top.white-bg .widget.footer-widget ul li a {
      color: var(--paragraph-color);
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
    .footer-top.white-bg .contact_info_list li.single-info-item .details {
      color: var(--paragraph-color); }
    .footer-top.white-bg .widget.footer-widget ul li a:hover {
      color: var(--main-color); }
    .footer-top.white-bg .border-top {
      border-top: 2px solid var(--bg-12);
      padding-top: 60px; }
    .footer-top.white-bg .widget.footer-widget .widget-title {
      color: var(--heading-color);
      border-bottom: 1px solid var(--main-color);
      display: inline-block;
      padding-bottom: 10px;
      font-weight: 600;
      font-family: var(--secondary-font); }
      .footer-top.white-bg .widget.footer-widget .widget-title::first-letter {
        color: inherit; }

.copyright-area {
  padding: 20px 0;
  color: rgba(var(--white), 0.7);
  background: var(--light-black-7); }
  .copyright-area .copyright-area-inner {
    font-size: 13px;
    color: #c1c9c9;
    font-family: var(--primary-font);
    font-weight: 200;
    text-align: center; }
    .copyright-area .copyright-area-inner .text-bold {
      font-weight: 700;
      color: #fff; }
    .copyright-area .copyright-area-inner i {
      color: var(--light-blue-2); }
    .copyright-area .copyright-area-inner.purple-effect i {
      color: var(--purple); }
    .copyright-area .copyright-area-inner.orange-effect i {
      color: var(--orange); }
  .copyright-area.blue-bg {
    background: #002e54; }

/*----------------------------------------------
     Nav bar 
----------------------------------------------*/
.navbar.navbar-area.white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar.navbar-area .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.mobile-logo {
  display: none; }

.mobile-nav-right-content {
  display: none; }

@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block; }
  .desktop-logo {
    display: none !important; } }

.navbar-area {
  padding: 0; }
  .navbar-area.nav-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px;
    z-index: 1; }
  .navbar-area.nav-style-01 {
    background-color: transparent; }
    .navbar-area.nav-style-01 .nav-container {
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none;
      border-radius: 0; }
      .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu {
        min-width: 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .offcanvas-menu .nav-button-wrapper {
          position: relative;
          width: 100%;
          padding-right: 15px;
          padding-left: 0;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
          max-width: 8.333333%;
          margin-left: 0;
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 10px 0; }
          .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .offcanvas-menu .nav-button-wrapper .menu-toggle {
            display: inline-block; }
            .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .offcanvas-menu .nav-button-wrapper .menu-toggle span {
              display: block;
              width: 18px;
              height: 2px;
              background-color: var(--paragraph-color);
              -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s;
              margin: 0px 26% 3px auto; }
              .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .offcanvas-menu .nav-button-wrapper .menu-toggle span:nth-child(2) {
                width: 12px;
                -webkit-transform: translateX(40%);
                -ms-transform: translateX(40%);
                transform: translateX(40%); }
            .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .offcanvas-menu .nav-button-wrapper .menu-toggle:hover span {
              background-color: var(--main-color); }
              .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .offcanvas-menu .nav-button-wrapper .menu-toggle:hover span:nth-child(2) {
                -webkit-transform: translateX(-5%);
                -ms-transform: translateX(-5%);
                transform: translateX(-5%); }
        .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .offcanvas-menu.purple-effect .menu-toggle:hover span {
          background-color: var(--purple); }
          .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .offcanvas-menu.purple-effect .menu-toggle:hover span:nth-child(2) {
            -webkit-transform: translateX(-5%);
            -ms-transform: translateX(-5%);
            transform: translateX(-5%); }
        .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .offcanvas-menu.orange-effect .menu-toggle:hover span {
          background-color: var(--orange); }
          .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .offcanvas-menu.orange-effect .menu-toggle:hover span:nth-child(2) {
            -webkit-transform: translateX(-5%);
            -ms-transform: translateX(-5%);
            transform: translateX(-5%); }
        .navbar-area.nav-style-01 .nav-container .responsive-mobile-menu .offcanvas-menu.black-bg .menu-toggle span {
          background-color: var(--bg-20); }
      .navbar-area.nav-style-01 .nav-container .nav-right-content ul li,
      .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content ul li {
        color: var(--paragrap-color);
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        line-height: 100px; }
        .navbar-area.nav-style-01 .nav-container .nav-right-content ul li i,
        .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content ul li i {
          font-size: 16px; }
        .navbar-area.nav-style-01 .nav-container .nav-right-content ul li span,
        .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content ul li span {
          -webkit-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s; }
        .navbar-area.nav-style-01 .nav-container .nav-right-content ul li:hover,
        .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content ul li:hover {
          color: var(--main-color); }
          .navbar-area.nav-style-01 .nav-container .nav-right-content ul li:hover span,
          .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content ul li:hover span {
            color: var(--main-color); }
        .navbar-area.nav-style-01 .nav-container .nav-right-content ul li ul li,
        .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content ul li ul li {
          line-height: normal; }
      .navbar-area.nav-style-01 .nav-container .nav-right-content ul .profile-icon,
      .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content ul .profile-icon {
        position: relative;
        padding-right: 35px; }
        .navbar-area.nav-style-01 .nav-container .nav-right-content ul .profile-icon span,
        .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content ul .profile-icon span {
          font-family: var(--secondary-font);
          font-size: 16px;
          font-weight: 500; }
        .navbar-area.nav-style-01 .nav-container .nav-right-content ul .profile-icon::after,
        .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content ul .profile-icon::after {
          content: "";
          display: block;
          height: 14px;
          width: 1px;
          background: var(--light-black-10);
          right: 0;
          position: absolute;
          top: 41%; }
      .navbar-area.nav-style-01 .nav-container .nav-right-content ul .love-icon,
      .navbar-area.nav-style-01 .nav-container .nav-right-content ul .cart-icon,
      .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content ul .love-icon,
      .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content ul .cart-icon {
        position: relative; }
        .navbar-area.nav-style-01 .nav-container .nav-right-content ul .love-icon span,
        .navbar-area.nav-style-01 .nav-container .nav-right-content ul .cart-icon span,
        .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content ul .love-icon span,
        .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content ul .cart-icon span {
          font-size: 10px;
          height: 12px;
          width: 12px;
          border-radius: 50%;
          display: block;
          background: red;
          text-align: center;
          color: white;
          line-height: 12px;
          right: -5px;
          position: absolute;
          top: 32%; }
      .navbar-area.nav-style-01 .nav-container .nav-right-content.black-bg ul li,
      .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content.black-bg ul li {
        color: var(--bg-20); }
        .navbar-area.nav-style-01 .nav-container .nav-right-content.black-bg ul li:hover,
        .navbar-area.nav-style-01 .nav-container .mobile-nav-right-content.black-bg ul li:hover {
          color: var(--main-color); }
      .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
        text-align: center; }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
          line-height: 100px; }
          .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
            color: var(--main-color); }
          .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
            color: var(--main-color); }
          .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
            z-index: initial; }
            .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
              color: var(--paragraph-color);
              font-size: 10px; }
            .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
              background-color: var(--white);
              color: var(--light-black-10); }
              .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
                color: var(--main-color); }
            .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
              color: var(--white); }
          .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            color: rgba(var(--white), 0.8); }
          .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
            color: var(--main-color); }
          .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
            color: var(--main-color); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.purple-effect li.current-menu-item a {
          color: var(--pruple); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.purple-effect li.current-menu-item.menu-item-has-children:before {
          color: var(--pruple); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.purple-effect li.menu-item-has-children .sub-menu li a:hover {
          color: var(--pruple); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.purple-effect li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
          color: var(--pruple); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.purple-effect li:hover.menu-item-has-children:before {
          color: var(--pruple); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.purple-effect li:hover a {
          color: var(--pruple); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.orange-effect li.current-menu-item a {
          color: var(--orange); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.orange-effect li.current-menu-item.menu-item-has-children:before {
          color: var(--orange); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.orange-effect li.menu-item-has-children .sub-menu li a:hover {
          color: var(--orange); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.orange-effect li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
          color: var(--orange); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.orange-effect li:hover.menu-item-has-children:before {
          color: var(--orange); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.orange-effect li:hover a {
          color: var(--orange); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.black-bg li.current-menu-item a {
          color: var(--main-color); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.black-bg li.current-menu-item.menu-item-has-children:before {
          color: var(--main-color); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.black-bg li a {
          color: var(--bg-20); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.black-bg li:hover.menu-item-has-children:before {
          color: var(--main-color); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav.black-bg li:hover a {
          color: var(--main-color); }
  .navbar-area.nav-style-transparent {
    position: absolute;
    width: 100%;
    z-index: 1; }
  .navbar-area .nav-container {
    background-color: var(--white);
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 30px; }
    .navbar-area .nav-container .nav-right-content ul,
    .navbar-area .nav-container .mobile-nav-right-content ul {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-left: 15px; }
      .navbar-area .nav-container .nav-right-content ul li,
      .navbar-area .nav-container .mobile-nav-right-content ul li {
        display: inline-block;
        margin: 0 15px;
        cursor: pointer;
        color: var(--light-black-13); }
        .navbar-area .nav-container .nav-right-content ul li:last-child,
        .navbar-area .nav-container .mobile-nav-right-content ul li:last-child {
          margin-right: 0; }
        .navbar-area .nav-container .nav-right-content ul li.search,
        .navbar-area .nav-container .mobile-nav-right-content ul li.search {
          cursor: pointer; }
        .navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed,
        .navbar-area .nav-container .mobile-nav-right-content ul li.nav-btn .btn-boxed {
          font-weight: 600;
          text-transform: capitalize;
          border-radius: 5px;
          background-color: var(--main-color); }
          .navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover,
          .navbar-area .nav-container .mobile-nav-right-content ul li.nav-btn .btn-boxed:hover {
            background-color: var(--secondary-color); }
    .navbar-area .nav-container .nav-right-content.white-effect ul li,
    .navbar-area .nav-container .mobile-nav-right-content.white-effect ul li {
      color: var(--white);
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
      .navbar-area .nav-container .nav-right-content.white-effect ul li span,
      .navbar-area .nav-container .mobile-nav-right-content.white-effect ul li span {
        color: var(--white); }
      .navbar-area .nav-container .nav-right-content.white-effect ul li.search,
      .navbar-area .nav-container .mobile-nav-right-content.white-effect ul li.search {
        color: var(--white); }
        .navbar-area .nav-container .nav-right-content.white-effect ul li.search:hover,
        .navbar-area .nav-container .mobile-nav-right-content.white-effect ul li.search:hover {
          color: rgba(255, 255, 255, 0.795); }
      .navbar-area .nav-container .nav-right-content.white-effect ul li:hover,
      .navbar-area .nav-container .mobile-nav-right-content.white-effect ul li:hover {
        color: rgba(255, 255, 255, 0.795); }
        .navbar-area .nav-container .nav-right-content.white-effect ul li:hover span,
        .navbar-area .nav-container .mobile-nav-right-content.white-effect ul li:hover span {
          color: rgba(255, 255, 255, 0.795); }
        .navbar-area .nav-container .nav-right-content.white-effect ul li:hover.love-icon span,
        .navbar-area .nav-container .mobile-nav-right-content.white-effect ul li:hover.love-icon span {
          color: var(--white); }
    .navbar-area .nav-container .nav-right-content.purple-effect ul li.search:hover,
    .navbar-area .nav-container .mobile-nav-right-content.purple-effect ul li.search:hover {
      color: var(--purple); }
    .navbar-area .nav-container .nav-right-content.purple-effect ul li:hover,
    .navbar-area .nav-container .mobile-nav-right-content.purple-effect ul li:hover {
      color: var(--purple); }
      .navbar-area .nav-container .nav-right-content.purple-effect ul li:hover span,
      .navbar-area .nav-container .mobile-nav-right-content.purple-effect ul li:hover span {
        color: var(--purple); }
      .navbar-area .nav-container .nav-right-content.purple-effect ul li:hover.love-icon span,
      .navbar-area .nav-container .mobile-nav-right-content.purple-effect ul li:hover.love-icon span {
        color: var(--white); }
    .navbar-area .nav-container .nav-right-content.orange-effect ul li.search:hover,
    .navbar-area .nav-container .mobile-nav-right-content.orange-effect ul li.search:hover {
      color: var(--orange); }
    .navbar-area .nav-container .nav-right-content.orange-effect ul li:hover,
    .navbar-area .nav-container .mobile-nav-right-content.orange-effect ul li:hover {
      color: var(--orange); }
      .navbar-area .nav-container .nav-right-content.orange-effect ul li:hover span,
      .navbar-area .nav-container .mobile-nav-right-content.orange-effect ul li:hover span {
        color: var(--orange); }
      .navbar-area .nav-container .nav-right-content.orange-effect ul li:hover.love-icon span,
      .navbar-area .nav-container .mobile-nav-right-content.orange-effect ul li:hover.love-icon span {
        color: var(--white); }
    .navbar-area .nav-container .navbar-brand .site-title {
      font-weight: 700;
      font-size: 30px;
      font-family: var(--heading-font);
      line-height: 90px;
      color: var(--heading-color); }
    .navbar-area .nav-container .navbar-collapse .navbar-nav {
      display: block;
      width: 100%;
      text-align: right; }
      .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: inline-block;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0;
        font-size: 16px; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
          margin-left: 20px; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
          color: var(--light-blue); }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
          position: relative;
          z-index: 0;
          padding-right: 15px;
          cursor: pointer; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
            position: absolute;
            right: 0;
            top: 50%;
            content: "\f078";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            -ms-transform: translateY(-50%);
            /* IE 9 */
            -webkit-transform: translateY(-50%);
            /* Chrome, Safari, Opera */
            transform: translateY(-50%);
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.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 {
            position: absolute;
            text-align: left;
            min-width: 130px;
            margin: 0;
            padding: 7px 0;
            list-style: none;
            left: -5px;
            top: 75%;
            -webkit-box-shadow: 0 0 10px -8px var(--black);
            box-shadow: 0 0 10px -8px var(--black);
            background-color: var(--white);
            z-index: 9;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
              display: block;
              margin-left: 0;
              line-height: 17px;
              font-size: 14px; }
              .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
                display: block;
                padding: 7px 20px;
                background-color: var(--white);
                white-space: nowrap;
                color: var(--light-black-10);
                -webkit-transition: all 0.3s ease-in;
                -moz-transition: all 0.3s ease-in;
                -o-transition: all 0.3s ease-in;
                transition: all 0.3s ease-in; }
                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
                  color: var(--main-color);
                  margin-left: 8px; }
            .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: 10px;
                top: 48%;
                content: "\f105";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                -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: 0px; }
                .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: var(--white); }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
            color: var(--light-blue); }

@media only screen and (max-width: 991px) {
  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: left;
    padding: 20px 0; }
    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li {
      line-height: 30px; }
      .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
        color: var(--main-color); }
      .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
        color: var(--main-color); }
      .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
        z-index: initial; }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
          color: var(--light-black-9); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
          background-color: transparent;
          color: var(--paragraph-color); }
          .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
            background-color: var(--main-color);
            color: var(--white); }
        .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
          color: var(--light-black-9); }
      .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        color: var(--light-black-9); }
      .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
        color: var(--main-color); }
      .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
        color: var(--main-color); }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 80px; }
    .navbar-area .nav-container .navbar-brand {
      display: block; }
      .navbar-area .nav-container .navbar-brand .navbar-toggler {
        position: absolute;
        right: 10px; }
    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
      display: block;
      text-align: left;
      line-height: 30px; }
      .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: 17px;
        right: 20px; }
      .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
        padding-bottom: 0; }
        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
          visibility: visible;
          height: auto;
          opacity: 1;
          background-color: transparent;
          border-bottom: none; }
      .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        -webkit-transition: height 500ms;
        -moz-transition: height 500ms;
        -o-transition: height 500ms;
        transition: height 500ms; }
        .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: 18px;
            color: var(--white); }
          .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
            border-top: none; }
  .navbar-area .mobile-nav-right-content {
    display: block;
    position: absolute;
    right: 20px;
    top: 25px; }
  .navbar-area .nav-container .navbar-collapse {
    width: 30%;
    margin-top: 60px;
    margin-left: 15px;
    background: var(--white);
    padding: 0 30px;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    position: absolute;
    top: 15px; }
  .nav-right-content {
    display: none; }
  button:focus {
    outline: none; }
  .logo-wrapper {
    position: absolute;
    top: 25px;
    left: 45%; }
  .navbar-toggler {
    position: absolute;
    top: 25px; }
  .navbar-area.nav-style-01 {
    background-color: transparent;
    z-index: 1; }
  .qry-menu,
  .qry-close {
    font-size: 25px;
    color: var(--paragraph-color); }
    .qry-menu.black-bg,
    .qry-close.black-bg {
      color: var(--bg-20); }
  button[aria-expanded="true"] .qry-menu {
    display: none; }
  button[aria-expanded="true"] .qry-close {
    display: block; }
  button[aria-expanded="false"] .qry-close {
    display: none; }
  button[aria-expanded="false"] .qry-menu {
    display: block; }
  .navbar-area .nav-container {
    padding: 0 10px; } }

@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    margin: 0 15px; } }

.showcase .showcase-wrapper {
  position: relative; }
  .showcase .showcase-wrapper .showcase-slider .showcase-slider-item.slick-active .showcase-inner .img-part img {
    -webkit-animation: fadeInLeft 2s;
    animation: fadeInLeft 2s; }
  .showcase .showcase-wrapper .showcase-slider .showcase-slider-item.slick-active .showcase-inner .img-part h1 {
    -webkit-animation: zoomIn 2s;
    animation: zoomIn 2s; }
  .showcase .showcase-wrapper .showcase-slider .showcase-slider-item.slick-active .showcase-inner .content-part .description-content {
    -webkit-animation: fadeInRight 2s;
    animation: fadeInRight 2s; }
  .showcase .showcase-wrapper .showcase-slider .showcase-slider-item.slick-active .showcase-inner .content-part .btn-with-video {
    -webkit-animation: zoomIn 2s;
    animation: zoomIn 2s; }
  .showcase .showcase-wrapper .showcase-slider .showcase-slider-item.slick-active .showcase-inner .content-part .product-feature {
    -webkit-animation: fadeInUp 2s;
    animation: fadeInUp 2s; }
  .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 100px);
    width: 100%;
    min-height: 350px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .img-part {
      position: relative;
      text-align: center; }
      .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .img-part img {
        z-index: 0;
        height: auto;
        width: auto;
        margin: 0 auto;
        max-height: 600px;
        position: relative; }
      .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .img-part h1 {
        position: absolute;
        font-size: 186px;
        top: 42%;
        left: 47%;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        color: var(--white-1);
        opacity: 0.8;
        z-index: -1;
        font-weight: 800; }
      .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .img-part::before {
        content: "";
        display: block;
        height: 103%;
        width: 300px;
        position: absolute;
        background-image: url("../img/slider/1.png");
        left: 120px;
        top: -30px;
        z-index: -1; }
    .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part .product-description .description-content .subtitle {
        color: var(--main-color);
        font-weight: 300; }
      .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part .product-description .description-content .title {
        font-size: 80px;
        font-family: var(--secondary-font);
        line-height: 100px; }
      .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part .product-description .description-content p {
        font-size: 16px;
        line-height: 22px;
        max-width: 65%;
        font-weight: 300;
        font-family: var(--primary-font);
        padding: 15px 0 25px; }
      .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part .product-feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part .product-feature .feature-img {
          height: 100%; }
        .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part .product-feature .feature-description .description-list {
          margin-left: 0; }
          .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part .product-feature .feature-description .description-list ul {
            padding-left: 0; }
      .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part .btn-with-video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part .btn-with-video .slider-video {
          position: relative;
          margin-right: 19%;
          margin-top: -4%; }
          .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part .btn-with-video .slider-video .popup-image-div {
            position: relative; }
            .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part .btn-with-video .slider-video .popup-image-div img {
              max-width: 230px;
              height: auto; }
            .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part .btn-with-video .slider-video .popup-image-div .icon {
              position: absolute;
              left: 40%;
              top: 36%; }
              .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part .btn-with-video .slider-video .popup-image-div .icon .video-popup {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 40px;
                height: 40px;
                line-height: 40px;
                background-color: var(--main-color);
                color: var(--white);
                border-radius: 50%;
                font-size: 35px;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                padding-top: 2px; }
            .showcase .showcase-wrapper .showcase-slider .showcase-slider-item .showcase-inner .content-part .btn-with-video .slider-video .popup-image-div::after {
              content: "";
              height: 130%;
              width: 100px;
              background-image: url(../img/slider/1.png);
              position: absolute;
              top: -20px;
              z-index: -1;
              right: -25px; }

.showcase .showcase-slider-indicator {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  right: 3.8%;
  width: 70px; }
  .showcase .showcase-slider-indicator .showcase-slider-nav .showcase-slider-nav-item {
    margin: 10px auto;
    display: block;
    cursor: pointer; }
    .showcase .showcase-slider-indicator .showcase-slider-nav .showcase-slider-nav-item i {
      height: 50px;
      width: 50px;
      font-size: 18px;
      background: var(--white);
      border: 1px solid var(--dark-white-4);
      text-align: center;
      line-height: 50px;
      border-radius: 50%;
      color: var(--dark-white-4);
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      display: block; }
      .showcase .showcase-slider-indicator .showcase-slider-nav .showcase-slider-nav-item i:hover {
        color: var(--black);
        -webkit-box-shadow: 0px 1px 7px #c1b8b8;
        box-shadow: 0px 1px 7px #c1b8b8;
        border-color: transparent; }
  .showcase .showcase-slider-indicator .showcase-slider-nav .nav-active i {
    color: var(--black);
    -webkit-box-shadow: 0 1px 10px #00000030;
    box-shadow: 0 1px 10px #00000030;
    border-color: transparent; }

.showcase .showcase-slider-controls {
  position: absolute;
  bottom: 11%;
  left: 9%;
  width: 310px;
  z-index: 0; }

.showcase .slick-prev,
.showcase .slick-next {
  font-size: 30px;
  line-height: 35px;
  top: 50%;
  cursor: pointer;
  color: var(--paragraph-color);
  z-index: 999;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  .showcase .slick-prev:hover,
  .showcase .slick-next:hover {
    color: var(--main-color); }

.showcase .slick-prev:before,
.showcase .slick-next:before {
  opacity: 0;
  visibility: hidden; }

.showcase .slick-prev {
  left: 0;
  top: 13px; }

.showcase .slick-next {
  right: 35px;
  top: 18px; }

.showcase .slick-list {
  overflow: visible; }

.showcase .slick-dots li button {
  font-size: 12px;
  line-height: 15px;
  color: var(--paragraph-color);
  font-family: var(--arrow-font); }
  .showcase .slick-dots li button::before {
    display: none; }

.showcase .slick-dots {
  z-index: -1; }
  .showcase .slick-dots li.slick-active button {
    color: var(--main-color);
    font-size: 24px;
    line-height: 30px; }

.showcase .slick-dotted.slick-slider {
  margin-bottom: 0px; }

.showcase .slider-nav-item.nav-active {
  -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1); }

.weekly .weekly-single-item-3 {
  background: var(--main-bg);
  border-radius: 5px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .weekly .weekly-single-item-3 .weekly-item-content {
    width: 40%;
    margin-top: 0;
    margin-left: 30px; }
    .weekly .weekly-single-item-3 .weekly-item-content .price-box h6:after {
      right: 32.5%;
      bottom: 8px; }
    .weekly .weekly-single-item-3 .weekly-item-content .review-count p {
      font-size: 11px;
      color: var(--sub-heading-color);
      font-weight: 500; }
      .weekly .weekly-single-item-3 .weekly-item-content .review-count p .checked {
        color: var(--yellow);
        font-size: 11px; }
      .weekly .weekly-single-item-3 .weekly-item-content .review-count p span {
        font-size: 9px;
        color: var(--light-black-2); }
  .weekly .weekly-single-item-3 .highlight-right {
    opacity: 1;
    visibility: visible; }
    .weekly .weekly-single-item-3 .highlight-right p {
      right: 0;
      border-radius: 10px 0 0 10px; }
  .weekly .weekly-single-item-3:hover .highlight-right {
    opacity: 0;
    visibility: hidden; }
    .weekly .weekly-single-item-3:hover .highlight-right p {
      top: 50px; }

.best-sell {
  background: var(--main-bg); }
  .best-sell .doted-line {
    height: 1px;
    width: 100%;
    border-top: 1px dashed var(--main-color);
    margin-top: 19px; }

.hot-sell .hot-sell-slider {
  height: 500px;
  width: 500px;
  border: 1px solid var(--dark-white-2);
  border-radius: 50%;
  position: relative; }
  .hot-sell .hot-sell-slider .hot-product-slider {
    height: 400px;
    width: 400px;
    margin: 50px auto; }
    .hot-sell .hot-sell-slider .hot-product-slider .hot-sell-img {
      height: 400px;
      width: 400px;
      border: 1px solid var(--dark-white-2);
      border-radius: 50%;
      background: var(--main-bg);
      -ms-flex-item-align: center;
      align-self: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      outline: none; }
      .hot-sell .hot-sell-slider .hot-product-slider .hot-sell-img img {
        height: 260px;
        width: auto; }
  .hot-sell .hot-sell-slider .hot-product-slider-nav .slider-nav-item {
    position: absolute;
    bottom: 46px;
    left: 150px;
    background: var(--white);
    border: 1px solid var(--dark-white-2);
    border-radius: 50%;
    height: 40px;
    width: 40px !important;
    line-height: 40px;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
    .hot-sell .hot-sell-slider .hot-product-slider-nav .slider-nav-item:nth-child(2) {
      bottom: 30px;
      left: 200px; }
    .hot-sell .hot-sell-slider .hot-product-slider-nav .slider-nav-item:nth-child(3) {
      bottom: 32px;
      left: 255px; }
    .hot-sell .hot-sell-slider .hot-product-slider-nav .slider-nav-item:nth-child(4) {
      bottom: 46px;
      left: 310px; }
    .hot-sell .hot-sell-slider .hot-product-slider-nav .slider-nav-item .img-wrapper img {
      height: 35px;
      width: 35px; }
  .hot-sell .hot-sell-slider .hot-product-slider-nav .nav-active {
    -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1); }

.hot-sell .hot-sell-product-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .hot-sell .hot-sell-product-content .product-description .description-content .subtitle {
    color: var(--main-color); }
  .hot-sell .hot-sell-product-content .product-description .description-content .title {
    font-family: var(--secondary-font); }
  .hot-sell .hot-sell-product-content .product-description .description-content p {
    padding: 15px 0 10px; }
  .hot-sell .hot-sell-product-content .product-description .description-list {
    padding: 10px 0 15px; }
  .hot-sell .hot-sell-product-content .product-icons {
    margin: 15px 0 20px; }
    .hot-sell .hot-sell-product-content .product-icons i.icon-icon_favourite {
      color: red; }

.hot-sell .slick-prev:before,
.hot-sell .slick-next:before {
  color: var(--light-black-5);
  font-size: 15px; }

.hot-sell .slick-prev,
.hot-sell .slick-next {
  border: 1px solid var(--dark-white-2);
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 35px;
  font-size: 6px;
  color: var(--light-black-5);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .hot-sell .slick-prev:hover,
  .hot-sell .slick-next:hover {
    background: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color); }

.hot-sell .slick-prev:before,
.hot-sell .slick-next:before {
  display: none; }

.hot-sell .slick-prev {
  left: -42px; }

.hot-sell .slick-next {
  right: -42px; }

.hot-sell .slick-list {
  overflow: visible; }

.hot-sell .showcase-slider-nav-item .nav-active {
  -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1); }

.new-sell {
  background: var(--main-bg); }

.new-product-slider .new-product-slider-single-item {
  margin: 0 15px; }
  .new-product-slider .new-product-slider-single-item .single-item-image img {
    margin: 0px auto;
    padding: 25px 0 10px;
    height: 190px;
    width: auto;
    -webkit-transform-style: unset !important;
    transform-style: unset !important; }
  .new-product-slider .new-product-slider-single-item .single-iem-content {
    text-align: center; }
  .new-product-slider .new-product-slider-single-item .single-product-item-one {
    -webkit-box-shadow: none;
    box-shadow: none; }

.owl-nav button {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 43%;
  color: var(--light-black-5);
  border: 1px solid var(--dark-white-2);
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  .owl-nav button:hover {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #fff; }

.owl-nav .owl-prev {
  left: 0; }

.owl-nav .owl-next {
  right: 0; }

.owl-nav .owl-carousel .owl-item img {
  -webkit-transform-style: unset !important;
  transform-style: unset !important; }

.icon-boxes .single-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.about-details .about-company {
  padding-bottom: 60px; }
  .about-details .about-company .content-part {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 10px; }
    .about-details .about-company .content-part .title {
      max-width: 90%; }

.about-details .video-part .popup-image-parent {
  position: relative;
  z-index: 0;
  text-align: center; }
  .about-details .video-part .popup-image-parent .popup-image-div img {
    height: auto;
    width: 530px; }
  .about-details .video-part .popup-image-parent .popup-image-div::before {
    content: "";
    position: absolute;
    background: url("../img/about/dot1.png");
    width: 180px;
    height: 100%;
    z-index: -1;
    left: 35px; }
  .about-details .video-part .popup-image-parent .icon {
    position: absolute;
    left: 42%;
    top: 40%; }
    .about-details .video-part .popup-image-parent .icon .video-popup {
      display: inline-block;
      width: 60px;
      height: 60px;
      line-height: 69px;
      text-align: center;
      background-color: var(--white);
      color: var(--heading-color);
      border-radius: 50%;
      font-size: 50px; }
    .about-details .video-part .popup-image-parent .icon [data-icon]:before {
      line-height: inherit; }

.about-details .company-demography .img-part img {
  width: 100%;
  height: auto; }

.about-details .company-demography .about-demography {
  padding-left: 85px; }
  .about-details .company-demography .about-demography .video-part .popup-image-parent {
    float: left; }
    .about-details .company-demography .about-demography .video-part .popup-image-parent .popup-image-div {
      position: relative;
      margin-top: 125px; }
      .about-details .company-demography .about-demography .video-part .popup-image-parent .popup-image-div img {
        max-width: 500px;
        height: auto; }
      .about-details .company-demography .about-demography .video-part .popup-image-parent .popup-image-div::after {
        content: "";
        position: absolute;
        background: url("../img/about/dot1.png");
        width: 180px;
        height: 114%;
        z-index: -1;
        display: block;
        right: -38px;
        bottom: 0; }
    .about-details .company-demography .about-demography .video-part .popup-image-parent .icon {
      left: 42%;
      top: 58%; }
      .about-details .company-demography .about-demography .video-part .popup-image-parent .icon .video-popup {
        display: inline-block;
        width: 60px;
        height: 60px;
        line-height: 69px;
        text-align: center;
        background-color: var(--white);
        color: var(--heading-color);
        border-radius: 50%;
        font-size: 50px; }
      .about-details .company-demography .about-demography .video-part .popup-image-parent .icon [data-icon]:before {
        line-height: inherit; }

.about-bands {
  background: url("../img/about/dot1.png");
  position: relative; }
  .about-bands .left-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px; }
  .about-bands .bands-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .about-bands .bands-part ul li {
      display: inline-block;
      padding: 15px 25px;
      opacity: .4;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s; }
      .about-bands .bands-part ul li:hover {
        opacity: 1; }
  .about-bands::before {
    content: "";
    display: block;
    background: var(--bg-4);
    height: 1px;
    top: -120px;
    left: 0;
    width: 100%;
    position: absolute; }

.review-section {
  background: var(--dark-white-5); }
  .review-section .left-part {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .review-section .review-slider {
    height: 100%; }
    .review-section .review-slider .customer-review-slider .customer-slider-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .review-section .review-slider .customer-review-slider .customer-slider-item .review-img-part {
        padding: 0 3rem; }
        .review-section .review-slider .customer-review-slider .customer-slider-item .review-img-part img {
          background: var(--white);
          border-radius: 50%;
          width: 110px;
          height: auto;
          border: 1px solid var(--main-color); }
      .review-section .review-slider .customer-review-slider .customer-slider-item .content-part .title {
        color: var(--heading-color); }
      .review-section .review-slider .customer-review-slider .customer-slider-item .content-part p {
        max-width: 80%; }
    .review-section .review-slider .review-indicator {
      width: 125px;
      position: absolute;
      left: 95px;
      display: block;
      bottom: 22%; }
      .review-section .review-slider .review-indicator::after {
        background: var(--bg-6);
        content: "";
        display: block;
        height: 1px;
        width: 175px;
        position: absolute;
        left: -25px;
        bottom: -25px; }
    .review-section .review-slider .slick-prev,
    .review-section .review-slider .slick-next {
      font-size: 20px;
      color: var(--heading-color); }
    .review-section .review-slider .slick-prev:before,
    .review-section .review-slider .slick-next:before {
      display: none; }
    .review-section .review-slider .slick-dots {
      bottom: -13.5px;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
      .review-section .review-slider .slick-dots li button {
        font-size: 16px;
        line-height: 20px;
        color: var(--paragraph-color);
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s; }
        .review-section .review-slider .slick-dots li button::before {
          font-size: 10px;
          cursor: pointer;
          content: "";
          opacity: 0;
          background: var(--black);
          height: 1px;
          width: 20px;
          bottom: -18px !important;
          position: absolute;
          z-index: 9;
          left: 2px !important; }
        .review-section .review-slider .slick-dots li button:hover::before {
          opacity: 1; }
      .review-section .review-slider .slick-dots li.slick-active button {
        color: var(--heading-color) !important; }
        .review-section .review-slider .slick-dots li.slick-active button::before {
          opacity: 1;
          background: var(--black); }
    .review-section .review-slider .slick-dotted.slick-slider {
      margin-bottom: 0;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

.contact-drtails .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative; }
  .contact-drtails .company-info .title {
    max-width: 180px;
    background: var(--white);
    padding: 2px 0px; }
  .contact-drtails .company-info::before {
    content: "";
    display: block;
    height: 120%;
    width: 100px;
    background: url("../img/bg/dotdot_bannerimg.png");
    position: absolute;
    z-index: -1;
    left: -39px;
    top: -15px;
    background-size: cover; }

.contact-drtails .contact-address {
  border: 1px solid #f1f1f1;
  padding: 30px;
  margin-right: 30px; }
  .contact-drtails .contact-address h5 {
    padding-bottom: 15px; }
  .contact-drtails .contact-address p {
    padding-bottom: 15px; }

.contact-form-with-details {
  background: var(--bg-7); }
  .contact-form-with-details .contact-text .title {
    color: var(--heading-color);
    padding-bottom: 45px; }
  .contact-form-with-details .contact-text p {
    max-width: 80%; }

#map {
  min-height: 500px; }

.url-error .content-part {
  text-align: center; }
  .url-error .content-part .title {
    letter-spacing: 8px;
    font-family: var(--secondary-font);
    text-transform: uppercase; }
  .url-error .content-part p {
    padding-bottom: 40px;
    max-width: 600px;
    margin: 0 auto; }

.shop-products .shop-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .shop-products .shop-filter .category-filter {
    cursor: pointer;
    display: block;
    outline: none; }
    .shop-products .shop-filter .category-filter .filter-toggler {
      color: var(--light-black-6);
      font-size: 18px;
      line-height: 30px;
      font-weight: 400;
      font-weight: var(--primary-font);
      display: block;
      outline: none; }
      .shop-products .shop-filter .category-filter .filter-toggler i {
        padding-right: 10px;
        outline: none; }
  .shop-products .shop-filter .column-filter ul {
    margin: 0; }
    .shop-products .shop-filter .column-filter ul li {
      display: inline-block;
      margin-left: 20px;
      font-size: 14px; }
      .shop-products .shop-filter .column-filter ul li img {
        height: 25px;
        width: auto; }
      .shop-products .shop-filter .column-filter ul li.active {
        color: #000; }
      .shop-products .shop-filter .column-filter ul li .current {
        font-size: 14px; }

.shop-products .more-load {
  text-align: center;
  padding-top: 30px; }

.sleect-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sleect-option .nice-select {
    border: none;
    color: var(--heading-color);
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: 13px; }
    .sleect-option .nice-select .list:hover .option:not(:hover).selected {
      background-color: var(--btn-color) !important; }
    .sleect-option .nice-select .option {
      color: black; }
      .sleect-option .nice-select .option.selected {
        background-color: var(--main-color);
        color: var(--white); }
      .sleect-option .nice-select .option:hover {
        background-color: var(--main-color);
        color: var(--white); }
  .sleect-option .list {
    border-radius: 2px; }
    .sleect-option .list li {
      display: list-item !important;
      margin: 0 !important; }

.filter-option {
  background: var(--bg-12);
  width: 100%;
  cursor: pointer;
  display: none; }
  .filter-option .row {
    padding: 30px; }

.single-filter-style .title {
  color: var(--light-black-12);
  font-size: 18px;
  line-height: 27px;
  position: relative;
  padding: 5px 0 10px; }
  .single-filter-style .title::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 20px;
    background: var(--main-color);
    left: 0;
    bottom: 10px; }

.single-filter-style .choose-option label {
  display: list-item;
  margin-bottom: 0.5rem;
  list-style: none;
  font-size: 13px;
  color: var(--paragraph-color);
  line-height: 23px;
  font-family: var(--primary-font); }

.single-filter-style .choose-option input[type="checkbox"] {
  margin-right: 15px; }

.brand-wrapper ul {
  padding: 0; }

.brand-wrapper li {
  display: inline-block;
  padding: 0px 40px 25px 0; }

.part-1,
.part-2 {
  width: 50%;
  float: left; }

.single-products .product-thumbnail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .single-products .product-thumbnail-wrapper .product-thumbnail-carousel {
    width: 20%; }
    .single-products .product-thumbnail-wrapper .product-thumbnail-carousel .single-thumbnail-item img {
      max-height: 110px;
      padding: 10px 0;
      margin: 0 auto; }
      .single-products .product-thumbnail-wrapper .product-thumbnail-carousel .single-thumbnail-item img:first-child {
        padding-top: 0; }
  .single-products .product-thumbnail-wrapper .single-thumbnail-slider {
    width: 80%;
    background: var(--bg-10);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: inherit; }
    .single-products .product-thumbnail-wrapper .single-thumbnail-slider .slider-item img {
      margin: 0 auto;
      max-height: 450px; }

.single-products .content {
  padding: 20px 30px 0;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  .single-products .content .description-content .subtitle {
    font-family: var(--secondary-font);
    font-size: 18px; }
  .single-products .content .description-content p {
    max-width: 600px;
    padding-bottom: 50px; }
  .single-products .content .price-box {
    padding: 20px 0 10px; }
  .single-products .content .cart-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .single-products .content .cart-wrap .quantity-count {
      background: var(--bg-11);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 4px;
      padding: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .single-products .content .cart-wrap .quantity-count li {
        display: inline-block;
        padding: 8px 10px;
        margin: 0; }
        .single-products .content .cart-wrap .quantity-count li.quantity {
          color: #252525;
          font-size: 20px; }
      .single-products .content .cart-wrap .quantity-count .increase,
      .single-products .content .cart-wrap .quantity-count .decrease {
        cursor: pointer;
        color: #25252591; }
      .single-products .content .cart-wrap .quantity-count input[type="text"] {
        border: none;
        background: transparent;
        display: block;
        text-align: center;
        max-width: 30px; }
        .single-products .content .cart-wrap .quantity-count input[type="text"]:focus {
          outline: 0;
          border: none; }
      .single-products .content .cart-wrap .quantity-count.no-bg {
        background: transparent;
        border: 1px solid #e3e3e3; }
    .single-products .content .cart-wrap .love-box i {
      background: var(--bg-11);
      margin: 0 20px;
      border-radius: 4px;
      cursor: pointer;
      height: 40px;
      width: 40px;
      display: block;
      text-align: center;
      line-height: 40px; }
  .single-products .content .product-page-checkmark {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 30px 0;
    cursor: pointer;
    font-size: 13px;
    color: var(--paragraph-color);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    font-family: var(--primary-font); }
  .single-products .content .product-page-checkmark input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .single-products .content .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid var(--light-black-10);
    border-radius: 3px; }
  .single-products .content .product-page-checkmark input:checked ~ .checkmark {
    background-color: var(--green);
    color: var(--white);
    border-color: var(--green); }
  .single-products .content .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .single-products .content .product-page-checkmark input:checked ~ .checkmark:after {
    display: block; }
  .single-products .content .product-page-checkmark .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.modal-dialog {
  margin: 10.75rem auto;
  max-width: 1000px; }
  .modal-dialog .modal-content {
    padding: 30px; }
    .modal-dialog .modal-content .modal-header .title {
      text-align: center;
      width: 100%;
      color: var(--light-black-12); }
    .modal-dialog .modal-content .modal-header .close {
      position: absolute;
      right: -30px;
      color: var(--white);
      top: -45px;
      font-size: 45px;
      font-weight: 400;
      text-shadow: none;
      outline: none;
      opacity: 1; }
    .modal-dialog .modal-content .modal-body {
      padding: 0 1rem; }

.product-description-with-review {
  background: var(--bg-5); }
  .product-description-with-review .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none;
    position: relative;
    z-index: 9; }
    .product-description-with-review .nav-tabs .nav-item {
      border: 1px solid var(--bg-3);
      margin: 0 10px;
      padding-bottom: 1px; }
    .product-description-with-review .nav-tabs .nav-link {
      border: 1px solid transparent;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      font-weight: 500;
      background: var(--bg-5); }
    .product-description-with-review .nav-tabs:after {
      content: "";
      display: block;
      position: absolute;
      background: var(--bg-3);
      height: 1px;
      width: 100%;
      top: 50%;
      z-index: -1; }
  .product-description-with-review .tab-content {
    padding-top: 57px;
    max-width: 1200px;
    margin: 0 auto; }
  .product-description-with-review .nav-tabs .nav-item.show .nav-link,
  .product-description-with-review .nav-tabs .nav-link.active {
    background-color: var(--bg-9); }
  .product-description-with-review .reviews .comment-text {
    position: relative;
    margin: 50px 0; }
    .product-description-with-review .reviews .comment-text .review-content {
      margin: 25px 0 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .product-description-with-review .reviews .comment-text .review-content .img-part img {
        margin-right: 30px;
        -webkit-box-shadow: 0px 3px 26px -8px #97a1b3;
        box-shadow: 0px 3px 26px -8px #97a1b3;
        border-radius: 50%;
        height: 70px;
        width: 70px; }
      .product-description-with-review .reviews .comment-text .review-content .info-part .ratings .checked {
        color: var(--yellow);
        font-size: 10px; }
      .product-description-with-review .reviews .comment-text .review-content .info-part span {
        font-size: 16px; }
      .product-description-with-review .reviews .comment-text .review-content .info-part h5 {
        font-size: 22px; }
    .product-description-with-review .reviews .comment-text .review-date {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      text-align: center; }
      .product-description-with-review .reviews .comment-text .review-date .date {
        font-family: var(--primary-font);
        color: #4b4b4b; }
  .product-description-with-review .reviews .form-group .form-control {
    border: 1px solid var(--bg-3);
    color: var(--paragraph-color);
    font-size: 14px;
    line-height: 23px; }
    .product-description-with-review .reviews .form-group .form-control::-webkit-input-placeholder {
      font-size: 14px;
      color: var(--paragraph-color);
      font-weight: 400;
      font-family: var(--primary-font); }
    .product-description-with-review .reviews .form-group .form-control:-ms-input-placeholder {
      font-size: 14px;
      color: var(--paragraph-color);
      font-weight: 400;
      font-family: var(--primary-font); }
    .product-description-with-review .reviews .form-group .form-control::-ms-input-placeholder {
      font-size: 14px;
      color: var(--paragraph-color);
      font-weight: 400;
      font-family: var(--primary-font); }
    .product-description-with-review .reviews .form-group .form-control::placeholder {
      font-size: 14px;
      color: var(--paragraph-color);
      font-weight: 400;
      font-family: var(--primary-font); }
    .product-description-with-review .reviews .form-group .form-control:focus {
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .product-description-with-review .btn-wrapper .boxed-btn {
    border: 1px solid var(--dark-white-8); }

.cart {
  position: relative; }
  .cart .widget_shopping_cart_content {
    position: absolute;
    right: -13px;
    top: 100%;
    margin-top: 30px;
    z-index: 99;
    width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0px 4px 26px #01358d17;
    box-shadow: 0px 4px 26px #01358d17;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .cart .widget_shopping_cart_content .total {
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0.96px;
      color: var(--main-color);
      font-weight: 500;
      border-top: 1px solid #e4e7eb;
      border-bottom: 1px solid #e4e7eb;
      padding: 18px 25px; }
      .cart .widget_shopping_cart_content .total strong {
        text-align: left; }
      .cart .widget_shopping_cart_content .total .amount {
        float: right;
        font-size: 14px;
        font-weight: 600;
        margin-top: 5px;
        color: var(--main-color); }
    .cart .widget_shopping_cart_content .btn-wrapper {
      padding: 20px;
      text-align: center; }
      .cart .widget_shopping_cart_content .btn-wrapper .boxed-btn {
        line-height: normal; }
    .cart .widget_shopping_cart_content::after {
      content: "";
      position: absolute;
      right: 5px;
      top: -2px;
      background: #fff;
      height: 30px;
      width: 30px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border-radius: 1px; }
    .cart .widget_shopping_cart_content ul {
      margin-left: 0;
      padding: 40px 25px !important; }
      .cart .widget_shopping_cart_content ul li {
        margin: 0 0 25px !important;
        padding: 0;
        width: 100%;
        position: relative; }
        .cart .widget_shopping_cart_content ul li .media {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .cart .widget_shopping_cart_content ul li .media .media-left {
            margin-right: 18px; }
          .cart .widget_shopping_cart_content ul li .media .title {
            font-size: 16px;
            line-height: 19px;
            letter-spacing: 0.16px;
            color: #5b6880; }
          .cart .widget_shopping_cart_content ul li .media p {
            font-size: 14px;
            line-height: 30px;
            letter-spacing: 0.14px;
            color: #97a1b3;
            margin-bottom: 0; }
          .cart .widget_shopping_cart_content ul li .media .price {
            font-size: 14px;
            line-height: 17px;
            letter-spacing: 0.28px;
            color: #5b6880; }
        .cart .widget_shopping_cart_content ul li .remove-product {
          position: absolute;
          right: 0;
          top: 2px;
          font-size: 12px; }
  .cart:hover .widget_shopping_cart_content {
    visibility: visible;
    opacity: 1;
    margin-top: -10px; }

.checkout-page .left-side {
  padding-right: 50px;
  border-right: 1px solid var(--bg-3); }
  .checkout-page .left-side .contact-heading {
    position: relative; }
    .checkout-page .left-side .contact-heading .title {
      color: var(--light-black-12);
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 40px;
      border-bottom: 1px solid var(--bg-3);
      padding-bottom: 10px;
      font-weight: 400;
      font-family: var(--secondary-font); }
    .checkout-page .left-side .contact-heading .right-part {
      position: absolute;
      right: 0;
      top: 5px; }
      .checkout-page .left-side .contact-heading .right-part p {
        font-family: var(--primary-font);
        font-size: 14px; }
        .checkout-page .left-side .contact-heading .right-part p a {
          color: var(--light-black-12); }
  .checkout-page .left-side .main-form .form-group .sleect-option .nice-select {
    height: auto;
    width: 100%; }
  .checkout-page .left-side .btn-wrapper {
    display: block;
    text-align: right; }
    .checkout-page .left-side .btn-wrapper .boxed-btn {
      border-radius: 5px; }
      .checkout-page .left-side .btn-wrapper .boxed-btn.place-order {
        background: var(--bg-4);
        padding: 9px 90px;
        border: 1px solid var(--bg-3); }
        .checkout-page .left-side .btn-wrapper .boxed-btn.place-order:hover {
          background: var(--btn-color); }
  .checkout-page .left-side.no-border {
    padding-right: 0;
    border-right: none; }

.contact-heading .title {
  color: var(--sub-heading-color);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--bg-3);
  padding-bottom: 10px;
  font-weight: 400; }

.contact-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90%;
  position: relative;
  margin-top: 40px; }
  .contact-separator .vl {
    border-left: 1px solid var(--bg-3);
    height: 140px;
    position: absolute;
    top: 0; }
  .contact-separator .vl2 {
    bottom: 0;
    border-left: 1px solid var(--bg-3);
    height: 140px;
    position: absolute; }

.password-reset .reset-form {
  max-width: 700px;
  margin: 0 auto; }
  .password-reset .reset-form .reset-password-heading {
    padding-bottom: 30px; }
    .password-reset .reset-form .reset-password-heading .title {
      color: var(--sub-heading-color);
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 40px;
      border-bottom: 1px solid var(--bg-3);
      padding-bottom: 10px;
      font-weight: 400;
      text-align: center; }
  .password-reset .reset-form .form-control {
    text-align: center; }
  .password-reset .reset-form .btn-wrapper {
    padding: 10px 0;
    text-align: center; }
    .password-reset .reset-form .btn-wrapper .pass-reset {
      width: auto;
      background: var(--bg-4); }
      .password-reset .reset-form .btn-wrapper .pass-reset:hover {
        background: var(--secondary-color);
        border-color: var(--secondary-color); }
  .password-reset .reset-form .modal-dialog {
    max-width: 500px;
    margin: 15.75rem auto; }
    .password-reset .reset-form .modal-dialog .modal-content {
      border-radius: 0; }
      .password-reset .reset-form .modal-dialog .modal-content .modal-header {
        border-bottom: none; }
        .password-reset .reset-form .modal-dialog .modal-content .modal-header .close {
          font-weight: 400;
          line-height: 1;
          color: var(--white);
          text-shadow: none;
          opacity: 1;
          position: absolute;
          font-size: 40px;
          right: -30px;
          top: -35px;
          outline: none; }
      .password-reset .reset-form .modal-dialog .modal-content .modal-body {
        text-align: center;
        padding: 2rem; }
        .password-reset .reset-form .modal-dialog .modal-content .modal-body h4 {
          font-size: 30px;
          color: var(--sub-heading-color);
          line-height: 46px;
          font-family: var(--primary-font);
          font-weight: 400; }
      .password-reset .reset-form .modal-dialog .modal-content .modal-footer {
        border-top: none; }

.ui-alerts .modal-content {
  border: none;
  -webkit-box-shadow: 0px 2px 15px #d2d2d2;
  box-shadow: 0px 2px 15px #d2d2d2;
  border-radius: 0 !important; }
  .ui-alerts .modal-content .modal-header {
    border-bottom: none;
    border-radius: 0 !important; }
    .ui-alerts .modal-content .modal-header button.close {
      outline: none;
      position: absolute;
      right: -30px;
      top: -30px;
      font-size: 30px;
      font-weight: 400; }
  .ui-alerts .modal-content .modal-body {
    text-align: center; }
  .ui-alerts .modal-content .modal-footer {
    border-top: none;
    border-radius: 0 !important; }

.home2-showcase .showcase-wrapper {
  position: relative; }
  .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item.slick-active .showcase-inner .content-part .product-description {
    -webkit-animation: fadeInLeft 2s;
    animation: fadeInLeft 2s; }
  .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item.slick-active .showcase-inner .content-part .product-feature {
    -webkit-animation: slideInUp 2s;
    animation: slideInUp 2s; }
  .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item.slick-active .showcase-inner .content-part .rating-box {
    -webkit-animation: slideInUp 2s;
    animation: slideInUp 2s; }
  .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item.slick-active .showcase-inner .content-part .btn-wrapper {
    -webkit-animation: fadeInRight 2s;
    animation: fadeInRight 2s; }
  .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item.slick-active .showcase-inner .img-part {
    -webkit-animation: fadeInRight 2s;
    animation: fadeInRight 2s; }
  .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item.slick-active .showcase-inner .slider-video {
    -webkit-animation: slideInUp 2s;
    animation: slideInUp 2s; }
  .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 100px);
    min-height: 350px; }
    .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .main-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-image: url("../img/home2-slider/31.png");
      height: 79%;
      margin-top: 5%;
      margin-left: 120px; }
      .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .main-content .content-part {
        padding-left: 50px;
        z-index: 1;
        position: relative; }
        .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .main-content .content-part .product-description .description-content .subtitle {
          font-family: var(--secondary-font);
          color: var(--light-blue);
          font-weight: 400; }
        .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .main-content .content-part .product-description .description-content .title {
          font-size: 80px;
          font-family: var(--secondary-font);
          line-height: 100px; }
        .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .main-content .content-part .product-description .description-content p {
          font-size: 16px;
          line-height: 22px;
          max-width: 70%;
          padding: 10px 0 25px; }
        .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .main-content .content-part .product-feature .description-list {
          margin-left: 0; }
        .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .main-content .content-part .product-feature ul {
          margin: 0; }
        .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .main-content .content-part .rating-box {
          padding-bottom: 30px;
          padding-top: 32px; }
          .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .main-content .content-part .rating-box .star-ratings {
            margin-top: -8px; }
      .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .main-content .img-part {
        text-align: center;
        margin-left: -200px;
        text-align: center; }
        .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .main-content .img-part img {
          max-width: 650px;
          height: auto; }
    .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .slider-video {
      position: relative;
      margin-left: -40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 94%;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .slider-video .popup-image-div {
        position: relative; }
        .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .slider-video .popup-image-div img {
          max-width: 250px;
          height: auto; }
        .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .slider-video .popup-image-div .icon {
          position: absolute;
          left: 40%;
          top: 36%; }
          .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .slider-video .popup-image-div .icon .video-popup {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: var(--main-color);
            color: var(--white);
            border-radius: 50%;
            font-size: 40px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center; }
        .home2-showcase .showcase-wrapper .showcase-slider-style-2 .showcase-slider-style-2-item .showcase-inner .slider-video .popup-image-div::after {
          content: "";
          height: 120%;
          width: 115%;
          background-image: url("../img/slider/1.png");
          position: absolute;
          top: 0;
          z-index: -1;
          left: 0; }

.home2-showcase .showcase-slider-controls {
  position: absolute;
  top: 35%;
  right: -3%;
  width: 310px;
  z-index: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.home2-showcase .slick-prev,
.home2-showcase .slick-next {
  font-size: 30px;
  line-height: 35px;
  top: 50%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
  color: var(--paragraph-color);
  z-index: 999; }
  .home2-showcase .slick-prev:hover,
  .home2-showcase .slick-next:hover {
    color: var(--main-color); }

.home2-showcase .slick-prev:before,
.home2-showcase .slick-next:before {
  opacity: 0;
  visibility: hidden; }

.home2-showcase .slick-prev {
  left: 0;
  top: 18px; }

.home2-showcase .slick-next {
  right: 35px;
  top: 18px; }

.home2-showcase .slick-list {
  overflow: visible; }

.home2-showcase .slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.home2-showcase .slick-dots li button {
  font-size: 16px;
  color: var(--dark-white-4);
  font-family: var(--arrow-font);
  border: 1px solid var(--dark-white-4);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  .home2-showcase .slick-dots li button::before {
    display: none; }
  .home2-showcase .slick-dots li button:hover {
    color: var(--white);
    background: var(--main-color);
    border-color: var(--main-color); }

.home2-showcase .slick-dots {
  z-index: -1;
  bottom: -44px; }
  .home2-showcase .slick-dots li.slick-active button {
    color: var(--white);
    background: var(--main-color);
    border-color: var(--main-color); }

.home2-showcase .slick-dotted.slick-slider {
  margin-bottom: 0; }

.home2-showcase .slider-nav-item.nav-active {
  -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1); }

.google-assistant {
  background-image: url(../img/google-assiatant/2238.png);
  background-size: cover;
  background-position: center center; }
  .google-assistant .content-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100%; }
    .google-assistant .content-part .google-icon {
      border-bottom: 1px dashed var(--paragraph-color);
      margin-bottom: 30px; }
      .google-assistant .content-part .google-icon p {
        font-weight: 500; }

.featured-area .img-wrapper {
  padding: 0 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .featured-area .img-wrapper.orange-bg {
    background: url("../img/home8-adfeature/img-bg.png");
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: left; }
    .featured-area .img-wrapper.orange-bg img {
      max-width: 400px;
      margin-left: 70px; }

.featured-area .featured-boxes h2 {
  max-width: 80%; }

.featured-area .featured-boxes .heading-content {
  padding-bottom: 20px; }
  .featured-area .featured-boxes .heading-content .sub-title {
    color: var(--paragraph-color);
    font-size: 26px;
    line-height: 33px;
    font-weight: 400;
    font-family: var(--secondary-font);
    margin: 0; }
  .featured-area .featured-boxes .heading-content .title {
    color: var(--light-black-6);
    font-weight: 500;
    font-family: var(--secondary-font);
    font-size: 45px; }

.bestsell-area {
  background: var(--bg-5); }
  .bestsell-area .left-part .dot-line {
    height: 1px;
    width: 470px;
    border-bottom: 1px dashed var(--paragraph-color);
    /* display: inherit; */
    position: absolute;
    right: 20px;
    top: 20%; }
    .bestsell-area .left-part .dot-line::after {
      content: "";
      display: block;
      height: 8px;
      width: 8px;
      background: var(--main-color);
      left: 0;
      position: absolute;
      top: -4px;
      border-radius: 50%; }
  .bestsell-area .right-side .dot-line {
    height: 1px;
    width: 440px;
    border-bottom: 1px dashed var(--paragraph-color);
    /* display: inherit; */
    position: absolute;
    left: 20px;
    top: 20%; }
    .bestsell-area .right-side .dot-line::after {
      content: "";
      display: block;
      height: 8px;
      width: 8px;
      background: var(--main-color);
      right: 0;
      position: absolute;
      top: -4px;
      border-radius: 50%; }

.tab-area .nav-tabs {
  border-top: 1px dashed var(--dark-white-6);
  border-bottom: none;
  max-width: 100%;
  padding-left: 50px;
  position: relative; }
  .tab-area .nav-tabs::before {
    content: "";
    height: 8px;
    width: 8px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    top: -5px;
    border-radius: 50%; }
  .tab-area .nav-tabs::after {
    content: "";
    height: 8px;
    width: 8px;
    background: var(--main-color);
    position: absolute;
    right: 0;
    top: -5px;
    border-radius: 50%; }

.tab-area .nav-tabs .nav-item {
  margin-top: -1px; }

.tab-area .nav-tabs .nav-link {
  border: 1px dashed transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: var(--icon-color);
  font-size: 16px;
  font-weight: 300;
  font-family: var(--primary-font);
  letter-spacing: 1px; }

.tab-area .nav-tabs .nav-item.show .nav-link,
.tab-area .nav-tabs .nav-link.active {
  color: var(--main-color);
  background-color: var(--white);
  border-color: var(--white) var(--dark-white-6) var(--dark-white-6);
  position: relative; }
  .tab-area .nav-tabs .nav-item.show .nav-link::after,
  .tab-area .nav-tabs .nav-link.active::after {
    display: block;
    content: "";
    height: 3px;
    width: 50px;
    background: var(--main-color);
    position: absolute;
    left: 25%;
    bottom: -2px;
    border-radius: 10px; }

.tab-area .tab-content > .tab-pane {
  padding: 60px 0 0; }

.tab-area .shop-pagination.blue-pagination {
  /* float: right; */
  position: absolute;
  right: 15px;
  top: -20px; }

.top-rated-area .our-blog {
  position: relative; }
  .top-rated-area .our-blog .shop-pagination {
    position: absolute;
    right: 15px;
    bottom: -50px; }

.home3-showcase {
  background: #002E54; }
  .home3-showcase .showcase-wrapper {
    position: relative; }
    .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item.slick-active .main-content .content-part .description-content {
      -webkit-animation: fadeInLeft 2s;
      animation: fadeInLeft 2s; }
    .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item.slick-active .main-content .content-part .slider-video {
      -webkit-animation: slideInUp 2s;
      animation: slideInUp 2s; }
    .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item.slick-active .main-content .content-part .btn-wrapper {
      -webkit-animation: slideInUp 2s;
      animation: slideInUp 2s; }
    .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item .main-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-image: url("../img/home3-slider/main-bg.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: bottom right;
      width: 100%;
      height: 100vh;
      min-height: 450px; }
      .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item .main-content .content-part {
        margin-left: 55px;
        padding-top: 60px; }
        .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item .main-content .content-part .description-content .title {
          font-size: 70px;
          line-height: 82px;
          color: var(--white);
          max-width: 65%;
          position: relative;
          margin-left: 40px;
          margin-bottom: 70px; }
          .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item .main-content .content-part .description-content .title::before {
            content: "";
            display: block;
            height: 120%;
            width: 180px;
            background-image: url("../img/home4-slider/Repeat-38.png");
            background-repeat: no-repeat;
            position: absolute;
            z-index: -1;
            left: -40px;
            top: -20px; }
        .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item .main-content .content-part .description-content p {
          color: var(--white);
          font-weight: 300;
          padding-left: 40px;
          max-width: 50%;
          border-left: 2px solid var(--main-color); }
        .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item .main-content .content-part .slider-video {
          padding: 20px 0 0;
          border-bottom: 1px solid var(--light-blue-3);
          max-width: 200px; }
          .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item .main-content .content-part .slider-video .icon {
            margin: 10px 0 15px; }
            .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item .main-content .content-part .slider-video .icon .video-popup {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              color: var(--white); }
              .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item .main-content .content-part .slider-video .icon .video-popup i {
                height: 40px;
                width: 40px;
                background: var(--main-color);
                display: inline-block;
                text-align: center;
                line-height: 40px;
                font-size: 30px;
                margin-right: 20px;
                color: white;
                border-radius: 10px; }
        .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item .main-content .content-part .btn-wrapper {
          margin-top: 40px; }
      .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item .main-content .img-part {
        text-align: center;
        margin-left: -150px;
        text-align: center;
        z-index: -1;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .home3-showcase .showcase-wrapper .showcase-slider-style-3 .showcase-slider-style-3-item .main-content .img-part .img-wrapper img {
          max-height: 500px;
          width: auto; }
    .home3-showcase .showcase-wrapper .slick-dotted.slick-slider {
      margin-bottom: 0; }
  .home3-showcase .showcase-slider-controls {
    position: absolute;
    bottom: 11%;
    right: 8%;
    width: 120px;
    z-index: 0; }
    .home3-showcase .showcase-slider-controls i {
      padding: 5px 10px 4px;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
  .home3-showcase .slick-prev,
  .home3-showcase .slick-next {
    font-size: 28px;
    line-height: 38px;
    top: 50%;
    cursor: pointer;
    color: var(--white);
    z-index: 999; }
    .home3-showcase .slick-prev:hover,
    .home3-showcase .slick-next:hover {
      color: var(--white); }
  .home3-showcase .slick-prev:before,
  .home3-showcase .slick-next:before {
    opacity: 0;
    visibility: hidden; }
  .home3-showcase .slick-prev {
    left: -60px;
    top: 5px; }
  .home3-showcase .slick-next {
    right: 0px;
    top: 12px; }
  .home3-showcase .slick-list {
    overflow: visible; }
  .home3-showcase .slick-dots li button {
    font-size: 34px;
    opacity: 1;
    color: var(--gray-2); }
  .home3-showcase .slick-dots li.slick-active button {
    color: var(--white); }
  .home3-showcase .slick-dots li button::before {
    display: none; }

.project-style .popup-image-parent {
  position: relative; }
  .project-style .popup-image-parent .popup-image-div img {
    max-height: 650px;
    width: auto; }
  .project-style .popup-image-parent .icon {
    position: absolute;
    left: 35%;
    top: 47%; }
    .project-style .popup-image-parent .icon .video-popup {
      display: inline-block;
      width: 70px;
      height: 70px;
      line-height: 75px;
      text-align: center;
      background-color: var(--main-color);
      color: var(--white);
      border-radius: 50%;
      font-size: 50px; }
      .project-style .popup-image-parent .icon .video-popup i {
        margin: 0; }

.project-style .content-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .project-style .content-part p {
    font-family: var(--primary-font);
    max-width: 70%; }
  .project-style .content-part .btn-wrapper {
    margin-top: 20px; }
    .project-style .content-part .btn-wrapper .see-more {
      color: var(--paragraph-color);
      font-weight: 500; }
      .project-style .content-part .btn-wrapper .see-more:hover {
        color: var(--main-color); }
  .project-style .content-part .use-gallery {
    background-image: url(../img/home3-how-to-use/119.png);
    background-repeat: no-repeat;
    margin-top: 30px; }
    .project-style .content-part .use-gallery li {
      display: inline-block;
      margin: 20px; }

.about-features {
  background: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .about-features .content-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .about-features .content-part p {
      max-width: 70%; }
    .about-features .content-part .btn-wrapper {
      padding-top: 40px; }
      .about-features .content-part .btn-wrapper .see-more {
        color: var(--paragraph-color);
        font-weight: 500; }
        .about-features .content-part .btn-wrapper .see-more:hover {
          color: var(--main-color); }
  .about-features .img-part img {
    max-height: 450px;
    width: auto; }

.home-3-hot-sell {
  background: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .home-3-hot-sell .content-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .home-3-hot-sell .content-part p {
      max-width: 80%; }

.hot-sell-area-product-slider .hot-sell-product-slider-single-item {
  -webkit-box-shadow: 1px 0 10px -6px var(--light-black-9);
  box-shadow: 1px 0 10px -6px var(--light-black-9);
  background: var(--white);
  margin: 1px 18px;
  min-height: 430px;
  border-radius: 6px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .hot-sell-area-product-slider .hot-sell-product-slider-single-item .single-item-image {
    padding: 30px 0; }
    .hot-sell-area-product-slider .hot-sell-product-slider-single-item .single-item-image img {
      margin: 0px auto;
      padding: 25px 0 10px;
      height: 190px;
      width: auto;
      -webkit-transform-style: unset !important;
      transform-style: unset !important; }
  .hot-sell-area-product-slider .hot-sell-product-slider-single-item .single-iem-content {
    text-align: center; }
    .hot-sell-area-product-slider .hot-sell-product-slider-single-item .single-iem-content .product-header .title {
      color: var(--light-black-8);
      font-family: var(--secondary-font);
      font-weight: 500;
      width: 70%;
      margin: 0 auto;
      margin-top: 25px;
      border-top: 1px solid var(--bg-11);
      padding-top: 10px; }
    .hot-sell-area-product-slider .hot-sell-product-slider-single-item .single-iem-content .btn-wrapper {
      padding-top: 10px; }

.Testimonials-area {
  background: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .Testimonials-area .content-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .Testimonials-area .content-part .title {
      max-width: 90%; }
  .Testimonials-area .slider-part {
    overflow: hidden;
    padding: 80px 0; }
    .Testimonials-area .slider-part .testimonial-slider .testimonial-slider-item .client-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-bottom: 20px; }
      .Testimonials-area .slider-part .testimonial-slider .testimonial-slider-item .client-details .img-wrapper {
        margin-right: 20px; }
        .Testimonials-area .slider-part .testimonial-slider .testimonial-slider-item .client-details .img-wrapper img {
          max-height: 80px;
          width: auto;
          border: 3px solid var(--main-color);
          border-radius: 50%; }
      .Testimonials-area .slider-part .testimonial-slider .testimonial-slider-item .client-details .client-info .title {
        color: var(--light-black-16);
        font-size: 14px;
        line-height: 30px;
        font-weight: 600;
        margin: 0; }
      .Testimonials-area .slider-part .testimonial-slider .testimonial-slider-item .client-details .client-info p {
        color: var(--gray-3);
        font-weight: 500;
        font-family: var(--primary-font);
        font-size: 10px; }
    .Testimonials-area .slider-part .testimonial-slider .testimonial-slider-item .review-text {
      max-width: 400px;
      margin: 0 auto;
      text-align: center;
      position: relative; }
      .Testimonials-area .slider-part .testimonial-slider .testimonial-slider-item .review-text p {
        color: var(--gray-3);
        font-weight: 500;
        font-family: var(--primary-font);
        font-size: 10px; }
      .Testimonials-area .slider-part .testimonial-slider .testimonial-slider-item .review-text::before {
        content: "\f10d";
        position: absolute;
        font-size: 17px;
        top: -10px;
        left: -15px;
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        color: var(--main-color); }
      .Testimonials-area .slider-part .testimonial-slider .testimonial-slider-item .review-text::after {
        content: "\f10e";
        position: absolute;
        font-size: 17px;
        bottom: -10px;
        right: -19px;
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        color: var(--main-color); }
  .Testimonials-area .slick-slide {
    color: var(--light-blue-4);
    background: var(--white);
    padding: 40px;
    position: relative;
    opacity: .6; }
  .Testimonials-area .slick-current {
    -webkit-transform: scale(1.7, 1.3);
    -ms-transform: scale(1.7, 1.3);
    transform: scale(1.7, 1.3);
    z-index: 999;
    opacity: 1; }
    .Testimonials-area .slick-current .img-wrapper {
      margin-right: 20px; }
      .Testimonials-area .slick-current .img-wrapper img {
        -webkit-transform: scale(1, 1.3);
        -ms-transform: scale(1, 1.3);
        transform: scale(1, 1.3); }
  .Testimonials-area .slick-list {
    overflow: visible !important; }
  .Testimonials-area .slick-dots li button:before {
    width: 20px;
    height: 6px;
    content: '';
    opacity: 1;
    background: var(--light-black-14);
    border-radius: 5px; }
  .Testimonials-area .slick-dots li.slick-active button:before {
    background: var(--black);
    width: 25px; }
  .Testimonials-area .slick-dots {
    bottom: -105px; }

.home4-showcase {
  background: var(--bg-14); }
  .home4-showcase .showcase-wrapper {
    position: relative; }
    .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item.slick-active .main-content .content-part .description-content {
      -webkit-animation: fadeInLeft 2s;
      animation: fadeInLeft 2s; }
    .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item.slick-active .main-content .content-part .btn-wrapper {
      -webkit-animation: zoomIn 2s;
      animation: zoomIn 2s; }
    .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item.slick-active .main-content .content-part .slider-with-content {
      -webkit-animation: slideInUp 2s;
      animation: slideInUp 2s; }
    .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item.slick-active .main-content .img-part .img-wrapper {
      -webkit-animation: zoomIn 2s;
      animation: zoomIn 2s; }
    .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item.slick-active .main-content .slider-indicator-image {
      -webkit-animation: fadeInRight 2s;
      animation: fadeInRight 2s; }
    .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100vh;
      min-height: 450px; }
      .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 150px; }
        .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .description-content {
          margin-left: 40px; }
          .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .description-content .title {
            font-size: 80px;
            line-height: 90px;
            color: var(--light-blue);
            font-weight: 700;
            max-width: 50%;
            position: relative; }
            .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .description-content .title::before {
              content: "";
              display: block;
              height: 120%;
              width: 180px;
              background-image: url("../img/home4-slider/Repeat-38.png");
              background-repeat: no-repeat;
              position: absolute;
              z-index: -1;
              left: -40px;
              top: -30px; }
        .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .btn-wrapper {
          padding: 50px 0; }
        .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .slider-with-content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-left: 10px; }
          .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .slider-with-content .slider-video {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: end;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end; }
            .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .slider-with-content .slider-video .popup-image-div {
              position: relative; }
              .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .slider-with-content .slider-video .popup-image-div img {
                max-width: 250px;
                height: auto; }
              .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .slider-with-content .slider-video .popup-image-div .icon {
                position: absolute;
                left: 40%;
                top: 36%; }
                .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .slider-with-content .slider-video .popup-image-div .icon .video-popup {
                  display: -webkit-box;
                  display: -ms-flexbox;
                  display: flex;
                  width: 40px;
                  height: 40px;
                  line-height: 40px;
                  text-align: center;
                  background-color: var(--main-color);
                  color: var(--white);
                  border-radius: 50%;
                  font-size: 40px;
                  -webkit-box-align: center;
                  -ms-flex-align: center;
                  align-items: center;
                  -webkit-box-pack: center;
                  -ms-flex-pack: center;
                  justify-content: center; }
            .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .slider-with-content .slider-video::before {
              display: block;
              content: "";
              height: 70px;
              width: 150px;
              background: var(--light-blue);
              position: absolute;
              z-index: -1;
              bottom: -10px;
              left: -10px; }
            .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .slider-with-content .slider-video::after {
              display: block;
              content: "";
              background-image: url("../img/home4-slider/Repeat102.png");
              background-repeat: no-repeat;
              height: 70px;
              width: 150px;
              position: absolute;
              right: -10px;
              top: -10px;
              z-index: -1; }
          .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .slider-with-content .video-content {
            margin-left: 60px;
            padding-left: 35px;
            border-left: 2px solid var(--main-color); }
            .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .slider-with-content .video-content h6 {
              font-size: 18px;
              color: var(--main-color);
              font-family: var(--secondary-font); }
            .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .content-part .slider-with-content .video-content p {
              color: var(--white);
              font-weight: 300;
              max-width: 75%; }
      .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .img-part {
        text-align: center;
        margin-left: -150px;
        text-align: center;
        z-index: 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .img-part .img-wrapper img {
          max-height: 500px;
          width: auto; }
        .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .img-part .slider-indicator-image {
          margin-left: -170px;
          position: relative; }
          .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .img-part .slider-indicator-image img {
            max-height: 650px;
            width: auto; }
          .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .img-part .slider-indicator-image .slick-dots {
            bottom: 0;
            width: auto;
            height: 100%;
            position: absolute;
            z-index: 99; }
            .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .img-part .slider-indicator-image .slick-dots li {
              position: absolute; }
              .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .img-part .slider-indicator-image .slick-dots li:nth-child(1) {
                top: 10%;
                left: 190px; }
              .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .img-part .slider-indicator-image .slick-dots li:nth-child(2) {
                top: 30%;
                left: 280px; }
              .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .img-part .slider-indicator-image .slick-dots li:nth-child(3) {
                top: 50%;
                left: 298px; }
              .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .img-part .slider-indicator-image .slick-dots li:nth-child(4) {
                top: 73%;
                left: 252px; }
              .home4-showcase .showcase-wrapper .showcase-slider-style-4 .showcase-slider-style-4-item .main-content .img-part .slider-indicator-image .slick-dots li:nth-child(5) {
                top: 90%;
                left: 140px; }
  .home4-showcase .showcase-slider-controls {
    position: absolute;
    bottom: 20%;
    right: 15%;
    width: 125px;
    z-index: 0; }
    .home4-showcase .showcase-slider-controls i {
      border: 1px solid var(--main-color);
      padding: 5px 10px 4px;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
      .home4-showcase .showcase-slider-controls i:hover {
        border-color: var(--white); }
  .home4-showcase .slick-prev,
  .home4-showcase .slick-next {
    font-size: 20px;
    line-height: 28px;
    top: 50%;
    cursor: pointer;
    color: var(--main-color);
    z-index: 999; }
    .home4-showcase .slick-prev:hover,
    .home4-showcase .slick-next:hover {
      color: var(--white); }
  .home4-showcase .slick-prev:before,
  .home4-showcase .slick-next:before {
    opacity: 0;
    visibility: hidden; }
  .home4-showcase .slick-prev {
    left: 0;
    top: 18px; }
  .home4-showcase .slick-next {
    right: 35px;
    top: 18px; }
  .home4-showcase .slick-list {
    overflow: visible; }
  .home4-showcase .slick-dots li button:before {
    font-size: 10px;
    opacity: 1;
    color: var(--main-color); }

.product-feature .right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 100px; }
  .product-feature .right-part .img-wrapeer img {
    max-width: 600px;
    height: auto; }
  .product-feature .right-part .feature-item {
    position: absolute;
    text-align: center;
    max-width: 290px;
    padding: 20px; }
    .product-feature .right-part .feature-item .number {
      color: var(--light-black-17);
      font-size: 70px;
      font-weight: 700;
      opacity: .2;
      line-height: 70px; }
    .product-feature .right-part .feature-item .title {
      color: var(--light-black-17);
      font-weight: 600; }
    .product-feature .right-part .feature-item p {
      font-family: var(--primary-font); }
  .product-feature .right-part .left-top {
    left: 0;
    top: 0; }
  .product-feature .right-part .left-bottom {
    left: 0;
    bottom: -2px; }
  .product-feature .right-part .right-top {
    right: 0;
    top: 0; }
  .product-feature .right-part .right-bottom {
    right: 0;
    bottom: -2px; }

.current-month-products {
  background: var(--bg-7); }
  .current-month-products .current-month-and-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative; }
    .current-month-products .current-month-and-products .current-month-product-slider {
      width: calc(100% - 350px); }
      .current-month-products .current-month-and-products .current-month-product-slider .current-month-product-slider-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .current-month-products .current-month-and-products .current-month-product-slider .current-month-product-slider-item .img-part {
          width: 50%; }
          .current-month-products .current-month-and-products .current-month-product-slider .current-month-product-slider-item .img-part img {
            height: 470px;
            width: 100%; }
        .current-month-products .current-month-and-products .current-month-product-slider .current-month-product-slider-item .content-part {
          width: 50%;
          background: var(--bg-15);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 60px 30px; }
          .current-month-products .current-month-and-products .current-month-product-slider .current-month-product-slider-item .content-part .title {
            color: var(--light-black-4);
            font-weight: 500; }
          .current-month-products .current-month-and-products .current-month-product-slider .current-month-product-slider-item .content-part p {
            width: 85%;
            color: var(--dark-white);
            padding-top: 20px;
            font-family: var(--primary-font); }
          .current-month-products .current-month-and-products .current-month-product-slider .current-month-product-slider-item .content-part .product-feature {
            padding: 10px 20px 20px; }
            .current-month-products .current-month-and-products .current-month-product-slider .current-month-product-slider-item .content-part .product-feature li {
              color: var(--dark-white);
              font-family: var(--primary-font);
              margin: 10px 0;
              position: relative; }
              .current-month-products .current-month-and-products .current-month-product-slider .current-month-product-slider-item .content-part .product-feature li::before {
                display: block;
                content: "*";
                position: absolute;
                left: -25px;
                color: var(--white);
                top: 4px; }
          .current-month-products .current-month-and-products .current-month-product-slider .current-month-product-slider-item .content-part .btn-wrapper {
            width: 100%; }
      .current-month-products .current-month-and-products .current-month-product-slider .slick-prev,
      .current-month-products .current-month-and-products .current-month-product-slider .slick-next {
        bottom: -15px !important;
        top: inherit;
        width: 50px;
        height: 35px;
        z-index: 1; }
      .current-month-products .current-month-and-products .current-month-product-slider .slick-prev {
        right: 50%;
        left: inherit;
        background: var(--light-black-10); }
      .current-month-products .current-month-and-products .current-month-product-slider .slick-next {
        left: 50%;
        background: var(--black); }
      .current-month-products .current-month-and-products .current-month-product-slider .slick-prev:before {
        content: "\f053";
        font-family: "Font Awesome 5 free";
        font-weight: 900; }
      .current-month-products .current-month-and-products .current-month-product-slider .slick-next:before {
        content: "\f054";
        font-family: "Font Awesome 5 free";
        font-weight: 900; }
    .current-month-products .current-month-and-products .current-month {
      background: var(--white);
      max-width: 350px;
      margin-bottom: -120px;
      display: inline-block;
      margin-top: 120px;
      padding: 55px 30px 0;
      position: relative; }
      .current-month-products .current-month-and-products .current-month .sub-title {
        letter-spacing: 5px; }
      .current-month-products .current-month-and-products .current-month .title {
        border-top: 1px solid rgba(184, 184, 184, 0.562);
        border-bottom: 1px solid rgba(184, 184, 184, 0.862);
        margin: 20px 0;
        padding: 10px 0; }
      .current-month-products .current-month-and-products .current-month::after {
        content: "";
        background-image: url("../img/home4-current-month-products/dotdot_bannerimg.png");
        height: 100%;
        position: absolute;
        width: 300px;
        top: -120px;
        right: -100px;
        z-index: -1; }

.product-slider-style-1 .latest-product-area-slider-single-item {
  -webkit-box-shadow: 0px 0px 12px -6px var(--light-black-9);
  box-shadow: 0px 0px 12px -6px var(--light-black-9);
  background: var(--white);
  margin: 1px 18px;
  min-height: 430px;
  border-radius: 8px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .product-slider-style-1 .latest-product-area-slider-single-item .single-item-image {
    padding: 30px 0;
    background: var(--bg-15);
    border-radius: 8px 8px 0 0; }
    .product-slider-style-1 .latest-product-area-slider-single-item .single-item-image img {
      margin: 0px auto;
      padding: 25px 0 10px;
      height: 190px;
      width: auto;
      -webkit-transform-style: unset !important;
      transform-style: unset !important; }
  .product-slider-style-1 .latest-product-area-slider-single-item .single-item-content {
    text-align: center; }
    .product-slider-style-1 .latest-product-area-slider-single-item .single-item-content .product-header .title {
      color: var(--light-black-17);
      font-family: var(--secondary-font);
      font-weight: 500;
      margin: 0 auto;
      margin-top: 25px;
      font-size: 22px; }
    .product-slider-style-1 .latest-product-area-slider-single-item .single-item-content .price-box {
      margin-top: 10px; }
    .product-slider-style-1 .latest-product-area-slider-single-item .single-item-content .btn-wrapper {
      padding-top: 15px; }

.product-slider-style-1 .owl-nav button {
  bottom: -95px !important;
  top: inherit;
  height: 35px;
  width: 60px;
  border-radius: 0;
  position: absolute;
  border: 1px solid var(--dark-white-2) !important;
  outline: none;
  cursor: pointer;
  background: var(--light-black-10) !important;
  color: var(--white) !important;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .product-slider-style-1 .owl-nav button:hover {
    background: var(--light-black-15) !important; }

.product-slider-style-1 .owl-nav .owl-prev {
  right: 100px;
  left: inherit; }

.product-slider-style-1 .owl-nav .owl-next {
  right: 15px;
  left: inherit; }

.best-seller-products-area {
  background: var(--bg-7);
  z-index: 1;
  position: relative; }
  .best-seller-products-area .best-seller-products .single-product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .best-seller-products-area .best-seller-products .single-product-item .img-part {
      width: 50%;
      text-align: center; }
      .best-seller-products-area .best-seller-products .single-product-item .img-part img {
        max-height: 300px;
        margin: 0 auto; }
    .best-seller-products-area .best-seller-products .single-product-item .content-part {
      width: 50%; }
      .best-seller-products-area .best-seller-products .single-product-item .content-part .title {
        font-size: 32px;
        line-height: 41px;
        color: var(--light-black-15); }
      .best-seller-products-area .best-seller-products .single-product-item .content-part p {
        margin: 20px 0 30px; }
      .best-seller-products-area .best-seller-products .single-product-item .content-part .btn-wrapper {
        padding-top: 30px; }
  .best-seller-products-area .pagination-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    margin-bottom: 6px; }
    .best-seller-products-area .pagination-part .line {
      height: 1px;
      width: 30%;
      border-top: 1px dotted;
      margin-top: 13px;
      margin-right: 0; }
    .best-seller-products-area .pagination-part .best-slider-controls {
      width: 140px;
      display: block;
      position: relative;
      margin-left: 65px; }
      .best-seller-products-area .pagination-part .best-slider-controls .slick-dots li button {
        font-size: 20px;
        color: var(--gray-4); }
      .best-seller-products-area .pagination-part .best-slider-controls .slick-dots li button:before {
        display: none; }
      .best-seller-products-area .pagination-part .best-slider-controls .slick-dots li.slick-active button {
        color: var(--heading-color) !important; }
      .best-seller-products-area .pagination-part .best-slider-controls .slick-prev:before, .best-seller-products-area .pagination-part .best-slider-controls .slick-next:before {
        display: none; }
      .best-seller-products-area .pagination-part .best-slider-controls .slick-prev, .best-seller-products-area .pagination-part .best-slider-controls .slick-next {
        font-size: 14px;
        color: var(--paragraph-color);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 14px;
        line-height: 15px; }
        .best-seller-products-area .pagination-part .best-slider-controls .slick-prev i, .best-seller-products-area .pagination-part .best-slider-controls .slick-next i {
          vertical-align: middle; }
      .best-seller-products-area .pagination-part .best-slider-controls button.slick-prev.slick-arrow i {
        padding-right: 5px; }
      .best-seller-products-area .pagination-part .best-slider-controls button.slick-next.slick-arrow i {
        padding-left: 5px; }
      .best-seller-products-area .pagination-part .best-slider-controls .slick-dots {
        bottom: -11px;
        left: 10px; }
  .best-seller-products-area.white-bg {
    background: #fff; }

.from-blog-area.with-background {
  background: #FBFAFF; }

.blog-slider-style-1 .owl-nav button {
  bottom: -65px !important;
  top: inherit;
  height: 35px;
  width: 60px;
  border-radius: 0;
  position: absolute;
  border: 1px solid var(--dark-white-2) !important;
  outline: none;
  cursor: pointer;
  background: var(--light-black-10) !important;
  color: var(--white) !important;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }
  .blog-slider-style-1 .owl-nav button:hover {
    background: var(--light-black-15) !important; }

.blog-slider-style-1 .owl-nav .owl-prev {
  right: 100px;
  left: inherit; }

.blog-slider-style-1 .owl-nav .owl-next {
  right: 15px;
  left: inherit; }

.home4-testimonials-area .testimonial-slider-2 .testimonial-slider-2-item .client-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .home4-testimonials-area .testimonial-slider-2 .testimonial-slider-2-item .client-details .img-wrapper {
    margin-bottom: 10px; }
    .home4-testimonials-area .testimonial-slider-2 .testimonial-slider-2-item .client-details .img-wrapper img {
      height: 200px;
      width: auto;
      border: 5px solid var(--main-color);
      border-radius: 50%; }
  .home4-testimonials-area .testimonial-slider-2 .testimonial-slider-2-item .client-details .client-info {
    text-align: center; }
    .home4-testimonials-area .testimonial-slider-2 .testimonial-slider-2-item .client-details .client-info .title {
      font-weight: 600;
      margin-top: 20px; }

.home4-testimonials-area .testimonial-slider-2 .testimonial-slider-2-item .review-text {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  .home4-testimonials-area .testimonial-slider-2 .testimonial-slider-2-item .review-text p {
    font-weight: 500;
    font-size: 16px; }
  .home4-testimonials-area .testimonial-slider-2 .testimonial-slider-2-item .review-text::before {
    content: "\f10d";
    position: absolute;
    font-size: 17px;
    top: -10px;
    left: -15px;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: var(--main-color); }
  .home4-testimonials-area .testimonial-slider-2 .testimonial-slider-2-item .review-text::after {
    content: "\f10e";
    position: absolute;
    font-size: 17px;
    bottom: -10px;
    right: -19px;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: var(--main-color); }

.home4-testimonials-area .testimonial-slider-2-nav {
  position: relative;
  height: 100%; }
  .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item {
    position: absolute;
    width: inherit !important; }
    .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item .img-wrapper {
      display: inline-block;
      position: relative;
      cursor: pointer; }
      .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item .img-wrapper img {
        border: 3px solid var(--main-color);
        border-radius: 50%; }
    .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item:nth-child(1) {
      top: 65px;
      left: 0; }
      .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item:nth-child(1) img {
        height: 120px; }
    .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item:nth-child(2) {
      top: 0;
      left: 45%; }
      .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item:nth-child(2) img {
        height: 100px; }
    .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item:nth-child(3) {
      top: 115px;
      left: 76%; }
      .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item:nth-child(3) img {
        height: 90px; }
    .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item:nth-child(4) {
      top: 320px;
      left: 72%; }
      .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item:nth-child(4) img {
        height: 120px; }
    .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item:nth-child(5) {
      top: 310px;
      left: 15%; }
      .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item:nth-child(5) img {
        height: 80px; }
    .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item:nth-child(6) {
      top: 175px;
      left: 40%; }
      .home4-testimonials-area .testimonial-slider-2-nav .testimonial-slider-2-nav-item:nth-child(6) img {
        height: 150px; }
  .home4-testimonials-area .testimonial-slider-2-nav .slick-list {
    overflow: visible; }
  .home4-testimonials-area .testimonial-slider-2-nav .nav-active .img-wrapper::after {
    height: 100%;
    width: 100%;
    position: absolute;
    background: var(--main-color);
    display: block;
    content: "";
    opacity: 0.9;
    border-radius: 100%;
    top: 0;
    z-index: -1; }

.home4-testimonials-area .slick-list {
  padding-bottom: 50px; }

.home4-testimonials-area .slick-dots li button:before {
  width: 20px;
  height: 6px;
  content: "";
  opacity: 1;
  background: var(--bg-16);
  border-radius: 5px; }

.home4-testimonials-area .slick-dots li.slick-active button:before {
  background: var(--black);
  width: 25px; }

.home4-testimonials-area .slick-dots {
  bottom: -20px; }

.home5-showcase .showcase-wrapper {
  position: relative; }
  .home5-showcase .showcase-wrapper .showcase-details {
    height: calc( 100vh - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 350px; }
    .home5-showcase .showcase-wrapper .showcase-details .slider-part {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      height: 70vh;
      margin-left: 115px; }
      .home5-showcase .showcase-wrapper .showcase-details .slider-part .showcase-slider-style-5-nav {
        width: 35%; }
        .home5-showcase .showcase-wrapper .showcase-details .slider-part .showcase-slider-style-5-nav .showcase-slider-style-5-nav-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          width: 60% !important;
          margin: 10px 0;
          position: relative; }
          .home5-showcase .showcase-wrapper .showcase-details .slider-part .showcase-slider-style-5-nav .showcase-slider-style-5-nav-item .img-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            background: white;
            border-radius: 50%;
            height: 80px;
            width: 80px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            cursor: pointer; }
      .home5-showcase .showcase-wrapper .showcase-details .slider-part .showcase-slider-style-5 {
        width: 65%; }
        .home5-showcase .showcase-wrapper .showcase-details .slider-part .showcase-slider-style-5 .showcase-slider-style-5-item .main-img img {
          max-width: 440px;
          height: auto; }
      .home5-showcase .showcase-wrapper .showcase-details .slider-part .rating-box {
        position: absolute;
        right: 12%;
        bottom: 10px; }
        .home5-showcase .showcase-wrapper .showcase-details .slider-part .rating-box .star-ratings .checked {
          color: var(--red-2);
          font-size: 9px; }
      .home5-showcase .showcase-wrapper .showcase-details .slider-part::before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 500px;
        background: var(--bg-17);
        left: 0; }
      .home5-showcase .showcase-wrapper .showcase-details .slider-part .slick-list {
        height: auto !important; }
    .home5-showcase .showcase-wrapper .showcase-details .content-part {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .home5-showcase .showcase-wrapper .showcase-details .content-part .product-description .description-content .subtitle {
        font-family: var(--secondary-font);
        color: var(--light-blue); }
      .home5-showcase .showcase-wrapper .showcase-details .content-part .product-description .description-content .title {
        font-size: 90px;
        line-height: 100px;
        color: var(--light-black-6); }
      .home5-showcase .showcase-wrapper .showcase-details .content-part .product-description .description-content p {
        font-size: 18px;
        line-height: 29px;
        max-width: 600px;
        margin-top: 25px;
        color: var(--light-black-10); }
      .home5-showcase .showcase-wrapper .showcase-details .content-part .product-feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 0; }
        .home5-showcase .showcase-wrapper .showcase-details .content-part .product-feature .feature-description {
          padding: 0 20px; }
          .home5-showcase .showcase-wrapper .showcase-details .content-part .product-feature .feature-description .title {
            color: var(--light-black-6);
            line-height: 27px;
            font-weight: 500; }
          .home5-showcase .showcase-wrapper .showcase-details .content-part .product-feature .feature-description .description-list ul {
            padding-left: 0; }
      .home5-showcase .showcase-wrapper .showcase-details .content-part .btn-with-video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 30px; }
        .home5-showcase .showcase-wrapper .showcase-details .content-part .btn-with-video .slider-video {
          position: relative;
          margin-top: -4%; }
          .home5-showcase .showcase-wrapper .showcase-details .content-part .btn-with-video .slider-video .popup-image-div {
            position: relative; }
            .home5-showcase .showcase-wrapper .showcase-details .content-part .btn-with-video .slider-video .popup-image-div img {
              max-width: 250px;
              height: auto; }
            .home5-showcase .showcase-wrapper .showcase-details .content-part .btn-with-video .slider-video .popup-image-div .icon {
              position: absolute;
              left: 40%;
              top: 36%; }
              .home5-showcase .showcase-wrapper .showcase-details .content-part .btn-with-video .slider-video .popup-image-div .icon .video-popup {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                background-color: var(--main-color);
                color: var(--white);
                border-radius: 50%;
                font-size: 40px;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center; }
            .home5-showcase .showcase-wrapper .showcase-details .content-part .btn-with-video .slider-video .popup-image-div::after {
              content: "";
              height: 220px;
              width: 100px;
              background-image: url("../img/slider/1.png");
              position: absolute;
              top: -33px;
              z-index: -1;
              right: -25px; }

.home6-showcase {
  background-image: url("../img/home3-slider/sliderbg.html");
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover; }
  .home6-showcase .showcase-wrapper {
    position: relative; }
    .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item.slick-active .main-content .content-part .description-content {
      -webkit-animation: fadeInLeft 2s;
      animation: fadeInLeft 2s; }
    .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item.slick-active .main-content .content-part .video-with-btn {
      -webkit-animation: zoomIn 2s;
      animation: zoomIn 2s; }
    .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item.slick-active .main-content .img-part {
      -webkit-animation: jackInTheBox 2s;
      animation: jackInTheBox 2s; }
    .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 100px;
      height: 100vh;
      min-height: 450px; }
      .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content .content-part .description-content .sub-title {
        font-family: var(--secondary-font); }
      .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content .content-part .description-content .title {
        font-size: 80px;
        line-height: 100px; }
      .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content .content-part .description-content p {
        max-width: 70%; }
      .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content .content-part .video-with-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 0 0; }
        .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content .content-part .video-with-btn .slider-video {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: end;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; }
          .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content .content-part .video-with-btn .slider-video .popup-image-div {
            background-image: url("../img/home6-slider/video_btn_bg.png");
            height: 40px;
            width: 180px;
            border-radius: 40px; }
          .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content .content-part .video-with-btn .slider-video .icon {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #0d0d0e99;
            border-radius: 40px; }
            .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content .content-part .video-with-btn .slider-video .icon .video-popup {
              color: var(--white);
              width: 100%;
              text-align: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              height: 100%;
              line-height: 20px;
              border-radius: 50px;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              font-size: 13px; }
              .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content .content-part .video-with-btn .slider-video .icon .video-popup i {
                border: 1px solid;
                border-radius: 50%;
                height: 22px;
                width: 22px;
                line-height: 21px;
                margin-right: 10px; }
        .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content .content-part .video-with-btn .btn-wrapper {
          margin: 0 50px; }
          .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content .content-part .video-with-btn .btn-wrapper .buy-now {
            color: var(--light-black-10);
            font-size: 14px; }
            .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content .content-part .video-with-btn .btn-wrapper .buy-now i {
              padding-left: 20px;
              vertical-align: middle; }
            .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content .content-part .video-with-btn .btn-wrapper .buy-now:hover {
              color: var(--pruple); }
      .home6-showcase .showcase-wrapper .showcase-slider-style-6 .showcase-slider-style-6-item .main-content .img-part img {
        max-height: 600px;
        width: auto; }
  .home6-showcase .showcase-slider-controls {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 200px;
    z-index: 0;
    -webkit-animation: fadeInRight 2s;
    animation: fadeInRight 2s; }
    .home6-showcase .showcase-slider-controls i {
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
  .home6-showcase .pruple-bg {
    height: 180%;
    background-color: var(--pruple);
    width: 490px;
    position: absolute;
    top: -38%;
    right: 21%;
    z-index: -1;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg); }
  .home6-showcase .slick-prev,
  .home6-showcase .slick-next {
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    color: var(--paragraph-color);
    z-index: 999;
    top: 5px; }
    .home6-showcase .slick-prev:hover,
    .home6-showcase .slick-next:hover {
      color: var(--pruple); }
  .home6-showcase .slick-prev:before,
  .home6-showcase .slick-next:before {
    opacity: 0;
    visibility: hidden; }
  .home6-showcase .slick-prev {
    left: -40px; }
  .home6-showcase .slick-next {
    right: 0; }
  .home6-showcase .slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .home6-showcase .slick-list {
    overflow: visible; }
  .home6-showcase .slick-dots li {
    margin: 0 8px; }
  .home6-showcase .slick-dots li button {
    font-size: 20px;
    opacity: 1;
    color: var(--paragraph-color); }
  .home6-showcase .slick-dots li button:before {
    display: none; }
  .home6-showcase .slick-dots li.slick-active button {
    color: var(--pruple);
    font-size: 30px;
    line-height: 40px; }

.top-featured .top-featured-boxes {
  position: relative;
  display: contents; }
  .top-featured .top-featured-boxes .featured-box {
    position: absolute;
    display: -webkit-box; }
    .top-featured .top-featured-boxes .featured-box.left-top {
      right: -45%; }
    .top-featured .top-featured-boxes .featured-box.left-bottom {
      bottom: 0px;
      right: -20%; }
    .top-featured .top-featured-boxes .featured-box.middle {
      top: 39%;
      right: 0; }
    .top-featured .top-featured-boxes .featured-box.right-top {
      left: -20%; }
    .top-featured .top-featured-boxes .featured-box.right-bottom {
      bottom: -35px;
      left: -22%; }
    .top-featured .top-featured-boxes .featured-box p {
      max-width: 70%; }

.top-featured .main-img {
  position: relative;
  text-align: center; }
  .top-featured .main-img img {
    max-height: 700px;
    width: auto; }
  .top-featured .main-img .top-img {
    position: absolute;
    top: 6.5%;
    left: 29%; }
    .top-featured .main-img .top-img img {
      max-height: 650px; }

.camera-quality .main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .camera-quality .main-content .img-part {
    width: 40%; }
    .camera-quality .main-content .img-part img {
      max-height: 900px;
      width: 100%; }
  .camera-quality .main-content .content-part {
    width: 60%;
    background: var(--bg-19);
    height: 100%;
    padding: 110px 5% 120px; }
    .camera-quality .main-content .content-part .section-title-5 p {
      margin: 0;
      padding-bottom: 30px; }
    .camera-quality .main-content .content-part .featured-box .btn-wrapper {
      padding: 45px 0 0; }

.color-option {
  position: relative; }
  .color-option .color-slider {
    padding: 70px 0 80px;
    overflow: hidden; }
    .color-option .color-slider .color-slider-item img {
      max-height: 400px;
      width: auto;
      margin: 0 auto; }
    .color-option .color-slider .slick-list {
      overflow: visible; }
    .color-option .color-slider .color-slider-item.slick-slide.slick-current.slick-active.slick-center {
      -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
      transform: scale(1.3); }
  .color-option .left-img {
    position: absolute;
    left: 0;
    top: 7%; }
  .color-option .right-img {
    position: absolute;
    right: 0;
    top: 0; }

.more-feature {
  position: relative; }
  .more-feature .left-img {
    position: absolute;
    left: 0;
    top: 17%;
    z-index: -1; }
    .more-feature .left-img img {
      max-height: 450px; }
  .more-feature .right-img {
    position: absolute;
    right: 0;
    top: 17%;
    z-index: -1; }
    .more-feature .right-img img {
      max-height: 450px; }
  .more-feature .right-top--img {
    right: 3%;
    position: absolute;
    top: 22%;
    z-index: -1; }
    .more-feature .right-top--img img {
      max-height: 370px;
      width: auto; }

.analysis-graph-area {
  background: var(--bg-19); }
  .analysis-graph-area .main-graph {
    padding: 0px 100px; }

.testimonials-slider-area .testimonial-slider-3 .testimonial-slider-3-item .client-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .testimonials-slider-area .testimonial-slider-3 .testimonial-slider-3-item .client-details .img-wrapper {
    margin-bottom: 10px; }
    .testimonials-slider-area .testimonial-slider-3 .testimonial-slider-3-item .client-details .img-wrapper img {
      height: 200px;
      border: 5px solid var(--pruple);
      width: auto;
      border-radius: 50%; }
    .testimonials-slider-area .testimonial-slider-3 .testimonial-slider-3-item .client-details .img-wrapper.orange-effect img {
      border: 5px solid var(--orange); }
  .testimonials-slider-area .testimonial-slider-3 .testimonial-slider-3-item .client-details .client-info {
    text-align: center;
    margin-top: 15px; }
    .testimonials-slider-area .testimonial-slider-3 .testimonial-slider-3-item .client-details .client-info .title {
      color: var(--light-black-16);
      font-weight: 600;
      margin: 0; }
    .testimonials-slider-area .testimonial-slider-3 .testimonial-slider-3-item .client-details .client-info p {
      color: var(--gray-3);
      font-weight: 500;
      font-family: var(--primary-font); }

.testimonials-slider-area .testimonial-slider-3 .testimonial-slider-3-item .review-text {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  position: relative; }
  .testimonials-slider-area .testimonial-slider-3 .testimonial-slider-3-item .review-text p {
    color: var(--gray-3);
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: 16px; }
  .testimonials-slider-area .testimonial-slider-3 .testimonial-slider-3-item .review-text::before {
    content: "\f10d";
    position: absolute;
    font-size: 17px;
    top: -10px;
    left: -15px;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: var(--pruple-2); }
  .testimonials-slider-area .testimonial-slider-3 .testimonial-slider-3-item .review-text::after {
    content: "\f10e";
    position: absolute;
    font-size: 17px;
    bottom: -10px;
    right: -19px;
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    color: var(--pruple-2); }
  .testimonials-slider-area .testimonial-slider-3 .testimonial-slider-3-item .review-text.orange-effect::before {
    color: var(--orange); }
  .testimonials-slider-area .testimonial-slider-3 .testimonial-slider-3-item .review-text.orange-effect::after {
    color: var(--orange); }

.testimonials-slider-area .testimonial-slider-3-nav {
  position: relative;
  height: 100%; }
  .testimonials-slider-area .testimonial-slider-3-nav li {
    position: absolute;
    cursor: pointer; }
    .testimonials-slider-area .testimonial-slider-3-nav li img {
      height: 100px;
      width: auto;
      border: 3px solid var(--pruple);
      border-radius: 50%; }
    .testimonials-slider-area .testimonial-slider-3-nav li:nth-child(1) {
      top: 30%;
      left: 0; }
      .testimonials-slider-area .testimonial-slider-3-nav li:nth-child(1) img {
        height: 60px; }
    .testimonials-slider-area .testimonial-slider-3-nav li:nth-child(2) {
      top: 0;
      left: 30%; }
      .testimonials-slider-area .testimonial-slider-3-nav li:nth-child(2) img {
        height: 80px; }
    .testimonials-slider-area .testimonial-slider-3-nav li:nth-child(3) {
      top: 18%;
      left: 76%; }
      .testimonials-slider-area .testimonial-slider-3-nav li:nth-child(3) img {
        height: 90px; }
  .testimonials-slider-area .testimonial-slider-3-nav.right li {
    position: absolute; }
    .testimonials-slider-area .testimonial-slider-3-nav.right li:nth-child(1) {
      top: 20%;
      left: 1%; }
      .testimonials-slider-area .testimonial-slider-3-nav.right li:nth-child(1) img {
        height: 90px; }
    .testimonials-slider-area .testimonial-slider-3-nav.right li:nth-child(2) {
      top: 5%;
      left: 45%; }
      .testimonials-slider-area .testimonial-slider-3-nav.right li:nth-child(2) img {
        height: 80px; }
    .testimonials-slider-area .testimonial-slider-3-nav.right li:nth-child(3) {
      top: 38%;
      left: 83%; }
      .testimonials-slider-area .testimonial-slider-3-nav.right li:nth-child(3) img {
        height: 60px; }
  .testimonials-slider-area .testimonial-slider-3-nav.orange-effect li img {
    border-color: var(--orange); }
  .testimonials-slider-area .testimonial-slider-3-nav .slick-list {
    overflow: visible; }
  .testimonials-slider-area .testimonial-slider-3-nav .nav-active .img-wrapper::after {
    height: 100%;
    width: 100%;
    position: absolute;
    background: var(--main-color);
    display: block;
    content: "";
    opacity: 0.6;
    border-radius: 100%;
    top: 0;
    z-index: -1; }

.testimonials-slider-area .slick-list {
  padding-bottom: 50px; }

.testimonials-slider-area .slick-dots li button:before {
  width: 20px;
  height: 6px;
  content: "";
  opacity: 1;
  background: var(--bg-16);
  border-radius: 5px; }

.testimonials-slider-area .slick-dots li.slick-active button:before {
  background: var(--black);
  width: 25px; }

.testimonials-slider-area .slick-dots {
  bottom: -20px; }

.home7-showcase {
  background: #fbfaff;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .home7-showcase .showcase-wrapper {
    position: relative; }
    .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item.slick-active .main-content .content-part .description-content {
      -webkit-animation: fadeInLeft 2s;
      animation: fadeInLeft 2s; }
    .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item.slick-active .main-content .content-part .featured-part {
      -webkit-animation: fadeInRight 2s;
      animation: fadeInRight 2s; }
    .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item.slick-active .main-content .content-part .video-with-btn {
      -webkit-animation: zoomIn 2s;
      animation: zoomIn 2s; }
    .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item.slick-active .main-content .img-part {
      -webkit-animation: jackInTheBox 2s;
      animation: jackInTheBox 2s; }
    .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 100px;
      height: 100vh;
      min-height: 450px;
      max-height: 800; }
      .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .description-content .sub-title {
        font-family: var(--secondary-font); }
      .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .description-content .title {
        font-size: 80px;
        line-height: 100px; }
      .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .description-content p {
        max-width: 70%;
        font-size: 16px;
        line-height: 22px; }
      .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .featured-part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px; }
        .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .featured-part .single-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-right: 30px; }
          .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .featured-part .single-box img {
            padding-right: 15px; }
          .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .featured-part .single-box .text {
            max-width: 50%; }
      .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 40px; }
        .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .slider-video {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: end;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; }
          .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .slider-video .popup-image-div {
            background-image: url("../img/home6-slider/video_btn_bg.png");
            height: 40px;
            width: 180px;
            border-radius: 40px; }
          .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .slider-video .icon {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%; }
            .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .slider-video .icon .video-popup {
              color: var(--white);
              width: 100%;
              text-align: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              height: 100%;
              line-height: 20px;
              border-radius: 50px;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              font-size: 13px; }
              .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .slider-video .icon .video-popup i {
                border: 1px solid;
                border-radius: 50%;
                height: 22px;
                width: 22px;
                line-height: 21px;
                margin-right: 10px; }
        .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .btn-wrapper {
          margin: 0 50px; }
          .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .btn-wrapper .buy-now {
            color: var(--light-black-10);
            font-size: 14px; }
            .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .btn-wrapper .buy-now i {
              padding-left: 20px;
              vertical-align: middle; }
            .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .btn-wrapper .buy-now:hover {
              color: var(--pruple); }
      .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .img-part {
        background: url("../img/home7-slider/bg.png");
        background-repeat: no-repeat; }
        .home7-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .img-part img {
          max-height: 600px;
          width: auto; }
  .home7-showcase .showcase-slider-indicator {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-50%);
    right: 4%;
    width: 70px; }
    .home7-showcase .showcase-slider-indicator .showcase-slider-7-nav .showcase-slider-7-nav-item {
      margin: 10px auto;
      display: block;
      cursor: pointer; }
      .home7-showcase .showcase-slider-indicator .showcase-slider-7-nav .showcase-slider-7-nav-item .img-wrap {
        background: var(--white);
        border: 1px solid var(--dark-white-4);
        text-align: center;
        border-radius: 50%;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        height: 100px;
        width: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .home7-showcase .showcase-slider-indicator .showcase-slider-7-nav .showcase-slider-7-nav-item .img-wrap img {
          max-height: 70px; }
        .home7-showcase .showcase-slider-indicator .showcase-slider-7-nav .showcase-slider-7-nav-item .img-wrap:hover {
          -webkit-box-shadow: 0px 1px 7px #c1b8b8;
          box-shadow: 0px 1px 7px #c1b8b8;
          border-color: transparent; }
    .home7-showcase .showcase-slider-indicator .showcase-slider-7-nav .nav-active .img-wrap {
      -webkit-box-shadow: 0 1px 10px #00000030;
      box-shadow: 0 1px 10px #00000030;
      border-color: transparent; }
  .home7-showcase .showcase-slider-controls {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 200px;
    z-index: 0;
    -webkit-animation: fadeInRight 2s;
    animation: fadeInRight 2s; }
    .home7-showcase .showcase-slider-controls i {
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
  .home7-showcase .pruple-bg {
    height: 180%;
    background-color: var(--pruple);
    width: 490px;
    position: absolute;
    top: -38%;
    right: 19%;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(40deg); }
  .home7-showcase .slick-prev,
  .home7-showcase .slick-next {
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    color: var(--paragraph-color);
    z-index: 999;
    top: 5px; }
    .home7-showcase .slick-prev:hover,
    .home7-showcase .slick-next:hover {
      color: var(--pruple); }
  .home7-showcase .slick-prev:before,
  .home7-showcase .slick-next:before {
    opacity: 0;
    visibility: hidden; }
  .home7-showcase .slick-prev {
    left: -40px; }
  .home7-showcase .slick-next {
    right: 0; }
  .home7-showcase .slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .home7-showcase .slick-list {
    overflow: visible; }
  .home7-showcase .slick-dots li {
    margin: 0 8px; }
  .home7-showcase .slick-dots li button {
    font-size: 20px;
    opacity: 1;
    color: var(--paragraph-color); }
  .home7-showcase .slick-dots li button:before {
    display: none; }
  .home7-showcase .slick-dots li.slick-active button {
    color: var(--pruple);
    font-size: 30px;
    line-height: 40px; }

.performance-area .img-wrap {
  background: url("../img/home7-performance/bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom; }

.performance-area .content-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .performance-area .content-part .sub-title {
    margin-bottom: 30px;
    margin-top: 5px; }
  .performance-area .content-part p {
    max-width: 70%; }

.top-product-area {
  background-color: #FBFAFF; }

.home8-showcase {
  background: #fbfaff;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .home8-showcase .showcase-wrapper {
    position: relative; }
    .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item.slick-active .main-content .content-part .description-content {
      -webkit-animation: zoomIn 2s;
      animation: zoomIn 2s; }
    .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item.slick-active .main-content .content-part .video-with-btn {
      -webkit-animation: fadeInUp 2s;
      animation: fadeInUp 2s; }
    .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item.slick-active .main-content .img-part img {
      -webkit-animation: jackInTheBox 2s;
      animation: jackInTheBox 2s; }
    .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item.slick-active .main-content .img-part::before {
      -webkit-animation: fadeInRight 2s;
      animation: fadeInRight 2s; }
    .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item.slick-active .main-content .img-part::after {
      -webkit-animation: zoomIn 2s;
      animation: zoomIn 2s; }
    .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 100px;
      height: 100vh;
      min-height: 550px; }
      .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .description-content .sub-title {
        font-family: var(--secondary-font); }
      .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .description-content .title {
        font-size: 80px;
        line-height: 100px; }
        .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .description-content .title span {
          font-size: inherit;
          color: var(--orange);
          font-weight: 700; }
      .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .description-content p {
        max-width: 70%;
        font-size: 16px;
        line-height: 22px; }
      .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .featured-part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px; }
        .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .featured-part .single-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-right: 30px; }
          .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .featured-part .single-box img {
            padding-right: 15px; }
          .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .featured-part .single-box .text {
            max-width: 50%; }
      .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 40px; }
        .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .slider-video {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: end;
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; }
          .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .slider-video .popup-image-div {
            background-image: url("../img/home6-slider/video_btn_bg.png");
            height: 40px;
            width: 180px;
            border-radius: 40px; }
          .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .slider-video .icon {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            border-radius: 40px;
            background: #0d0d0e99;
            width: 100%; }
            .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .slider-video .icon .video-popup {
              color: var(--white);
              width: 100%;
              text-align: center;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              height: 100%;
              line-height: 20px;
              border-radius: 50px;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center;
              font-size: 13px; }
              .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .slider-video .icon .video-popup i {
                border: 1px solid;
                border-radius: 50%;
                height: 22px;
                width: 22px;
                line-height: 21px;
                margin-right: 10px; }
        .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .btn-wrapper {
          margin: 0 50px; }
          .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .btn-wrapper .buy-now {
            color: var(--light-black-10);
            font-size: 14px; }
            .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .btn-wrapper .buy-now i {
              padding-left: 20px;
              vertical-align: middle; }
            .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .content-part .video-with-btn .btn-wrapper .buy-now:hover {
              color: var(--pruple); }
      .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .img-part {
        background: url("../img/home8-slider/bg1.png");
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        height: 600px; }
        .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .img-part img {
          max-height: 600px;
          width: auto;
          z-index: 1;
          position: relative; }
        .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .img-part::before {
          content: "";
          height: 300px;
          width: 200px;
          position: absolute;
          right: 8%;
          bottom: 70%;
          background: url("../img/home8-slider/grid.png");
          background-repeat: repeat; }
        .home8-showcase .showcase-wrapper .showcase-slider-style-7 .showcase-slider-style-7-item .main-content .img-part::after {
          content: "";
          position: absolute;
          left: 65%;
          bottom: 40%;
          background: #f1b0a0;
          height: 10px;
          width: 600px; }
  .home8-showcase .showcase-slider-indicator {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-50%);
    right: 4%;
    width: 70px; }
    .home8-showcase .showcase-slider-indicator .showcase-slider-7-nav .showcase-slider-7-nav-item {
      margin: 10px auto;
      display: block;
      cursor: pointer; }
      .home8-showcase .showcase-slider-indicator .showcase-slider-7-nav .showcase-slider-7-nav-item .img-wrap {
        background: var(--white);
        border: 1px solid var(--dark-white-4);
        text-align: center;
        border-radius: 50%;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        height: 100px;
        width: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .home8-showcase .showcase-slider-indicator .showcase-slider-7-nav .showcase-slider-7-nav-item .img-wrap img {
          max-height: 70px; }
        .home8-showcase .showcase-slider-indicator .showcase-slider-7-nav .showcase-slider-7-nav-item .img-wrap:hover {
          -webkit-box-shadow: 0px 1px 7px #c1b8b8;
          box-shadow: 0px 1px 7px #c1b8b8;
          border-color: transparent; }
    .home8-showcase .showcase-slider-indicator .showcase-slider-7-nav .nav-active .img-wrap {
      -webkit-box-shadow: 0 1px 10px #00000030;
      box-shadow: 0 1px 10px #00000030;
      border-color: transparent; }
  .home8-showcase .showcase-slider-controls {
    position: absolute;
    bottom: 10%;
    right: 10%;
    width: 200px;
    z-index: 0;
    -webkit-animation: fadeInRight 2s;
    animation: fadeInRight 2s; }
    .home8-showcase .showcase-slider-controls i {
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
  .home8-showcase .slick-prev,
  .home8-showcase .slick-next {
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    color: var(--paragraph-color);
    z-index: 999;
    top: 5px; }
    .home8-showcase .slick-prev:hover,
    .home8-showcase .slick-next:hover {
      color: var(--orange); }
  .home8-showcase .slick-prev:before,
  .home8-showcase .slick-next:before {
    opacity: 0;
    visibility: hidden; }
  .home8-showcase .slick-prev {
    left: -40px; }
  .home8-showcase .slick-next {
    right: 0; }
  .home8-showcase .slick-dotted.slick-slider {
    margin-bottom: 0px; }
  .home8-showcase .slick-list {
    overflow: visible; }
  .home8-showcase .slick-dots li {
    margin: 0 8px; }
  .home8-showcase .slick-dots li button {
    font-size: 20px;
    opacity: 1;
    color: var(--paragraph-color); }
  .home8-showcase .slick-dots li button:before {
    display: none; }
  .home8-showcase .slick-dots li.slick-active button {
    color: var(--orange);
    font-size: 30px;
    line-height: 40px; }

.device-specification {
  background: #FFFAFA; }

.apps-area {
  background: #FFFAFA; }
  .apps-area .left-part .title {
    max-width: 70%; }
  .apps-area .left-part p {
    max-width: 70%; }
  .apps-area .left-part .logo-wrap {
    max-width: 65%;
    padding-top: 50px; }
    .apps-area .left-part .logo-wrap ul li {
      display: inline-block;
      height: 100px;
      width: 100px;
      background: #fff;
      border-radius: 50%;
      padding: 20px;
      margin-right: 30px;
      margin-bottom: 30px; }
  .apps-area .img-wrap {
    text-align: center;
    background: url("../img/home8-google-app/bg.png");
    background-repeat: no-repeat; }
    .apps-area .img-wrap img {
      max-width: 450px;
      border-radius: 50%; }

.best-sell-product-slider .best-sell-product-slider-item {
  margin: 5px 15px; }
  .best-sell-product-slider .best-sell-product-slider-item .single-item-image img {
    margin: 0px auto;
    padding: 25px 0 10px;
    height: 190px;
    width: auto;
    -webkit-transform-style: unset !important;
    transform-style: unset !important; }
  .best-sell-product-slider .best-sell-product-slider-item .single-iem-content {
    text-align: center; }

.owl-nav button {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: var(--white);
  border-radius: 50%;
  position: absolute;
  top: 43%;
  color: var(--light-black-5);
  border: 1px solid var(--dark-white-2);
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  .owl-nav button:hover {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #fff; }

.owl-nav .owl-prev {
  left: 0; }

.owl-nav .owl-next {
  right: 0; }

.owl-nav .owl-carousel .owl-item img {
  -webkit-transform-style: unset !important;
  transform-style: unset !important; }

/*-----------------------------
    Accordion title
-----------------------------*/
.accordian-title .title {
  text-align: center;
  text-transform: capitalize; }

/*-----------------------------
    Accordion title end
-----------------------------*/
/*-----------------------------
    Accordion Item
-----------------------------*/
.accordion-wrapper .card {
  border: 1px solid var(--bg-3);
  background-color: transparent;
  margin-bottom: 30px; }
  .accordion-wrapper .card .card-header {
    padding: 0;
    border: none; }
    .accordion-wrapper .card .card-header a {
      display: block;
      font-size: 18px;
      line-height: 28px;
      font-weight: 500;
      color: var(--heading-color);
      padding: 14px 45px;
      cursor: pointer;
      position: relative;
      font-family: var(--primary-font);
      border: none !important;
      background-color: var(--bg-5);
      text-transform: capitalize; }
      .accordion-wrapper .card .card-header a:after {
        position: absolute;
        left: 15px;
        top: 18px;
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 11px;
        border: 1px solid var(--light-black-10);
        border-radius: 50%;
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        color: var(--light-black-10); }
      .accordion-wrapper .card .card-header a[aria-expanded="false"]:after {
        content: "\f067"; }
  .accordion-wrapper .card .card-body {
    padding: 30px; }

.accordion-wrapper.offcanvas-accordion-area {
  padding: 30px 0; }
  .accordion-wrapper.offcanvas-accordion-area .card {
    background-color: transparent;
    border: none;
    border-top: 1px solid var(--light-black-10);
    border-radius: 0; }
    .accordion-wrapper.offcanvas-accordion-area .card + .card {
      margin-top: 5px; }
    .accordion-wrapper.offcanvas-accordion-area .card .card-header {
      padding: 0;
      border: none;
      background-color: transparent; }
      .accordion-wrapper.offcanvas-accordion-area .card .card-header a {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: var(--paragraph-color);
        padding: 5px 0;
        border: none !important;
        background-color: transparent; }
        .accordion-wrapper.offcanvas-accordion-area .card .card-header a:after {
          display: none; }
    .accordion-wrapper.offcanvas-accordion-area .card .card-body {
      background-color: transparent;
      padding: 0px 0 10px; }
      .accordion-wrapper.offcanvas-accordion-area .card .card-body .payment-way p {
        padding: 5px 0; }

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--light-blue-2);
  color: var(--white);
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none; }
  .back-to-top.purple-effect {
    background-color: var(--pruple-2); }
  .back-to-top.orange-effect {
    background-color: var(--orange); }

/*-------------------------
    ## Preloader Css
---------------------------*/
.pre-wrap {
  position: fixed;
  content: '';
  -webkit-transform: translate(-100%, -240%);
  -ms-transform: translate(-100%, -240%);
  transform: translate(-100%, -240%);
  font-size: 62px; }

.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.733);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    .preloader-inner .cancel-preloader a {
      background-color: var(--main-color);
      font-weight: 600;
      text-transform: capitalize;
      color: var(--main-color-one);
      width: 200px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border-radius: 30px;
      display: block;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s; }
      .preloader-inner .cancel-preloader a:hover {
        background-color: var(--secondary-color);
        color: #fff; }

.spinner {
  margin: 120px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: var(--main-color);
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/*----------------------------------------
   Search Popup
----------------------------------------*/
.search-popup.active .search-form {
  visibility: visible;
  opacity: 1; }

.search-popup .search-form {
  min-width: 600px;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  visibility: hidden;
  opacity: 0;
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  z-index: 9; }

.search-popup .search-form .form-group .form-control {
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  padding: 0 100px 0 30px;
  color: #fff; }
  .search-popup .search-form .form-group .form-control::-webkit-input-placeholder {
    color: var(--paragraph-color); }
  .search-popup .search-form .form-group .form-control:-ms-input-placeholder {
    color: var(--paragraph-color); }
  .search-popup .search-form .form-group .form-control::-ms-input-placeholder {
    color: var(--paragraph-color); }
  .search-popup .search-form .form-group .form-control::placeholder {
    color: var(--paragraph-color); }

.search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0px;
  width: 60px;
  height: 54px;
  line-height: 60px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--main-color);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer; }
  .search-popup .search-form .submit-btn i {
    color: var(--white); }
  .search-popup .search-form .submit-btn:hover {
    background-color: var(--secondary-color); }
  .search-popup .search-form .submit-btn.purple-effect {
    background-color: var(--pruple); }

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 9;
  content: '';
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress; }

.body-overlay.active {
  visibility: visible;
  opacity: .80; }

.sidenav {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #152333de;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-top: 0px !important; }
  .sidenav .sidenav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sidenav .sidenav-wrap .sidenav-menu {
      width: 10%;
      min-width: 350px;
      height: 100vh;
      background-color: var(--white);
      overflow: visible;
      overflow-y: auto;
      border-left: 1px solid var(--light-black-10);
      border-right: 1px solid var(--light-black-10); }
      .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area {
        -webkit-filter: none;
        filter: none;
        padding: 25px 31px; }
        .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area .wrapper-popup-btn {
          margin-bottom: 10px;
          display: inline-block;
          border-bottom: 1px solid var(--light-black-10);
          width: 90%;
          padding-bottom: 10px; }
          .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area .wrapper-popup-btn .close {
            float: left;
            opacity: 1; }
            .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area .wrapper-popup-btn .close h6 {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center; }
              .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area .wrapper-popup-btn .close h6 i {
                font-size: 11px;
                padding-right: 10px; }
        .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area nav ul {
          list-style-type: none;
          color: var(--heading-color);
          font-family: var(--body-font); }
          .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area nav ul.dropdown {
            display: none;
            padding: 8px 18px 0; }
            .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area nav ul.dropdown.show {
              display: block; }
          .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area nav ul li {
            font-weight: 300;
            line-height: 22px;
            -webkit-transition: all 0.6s;
            -o-transition: all 0.6s;
            transition: all 0.6s;
            text-transform: capitalize;
            font-family: var(--primary-font);
            cursor: pointer; }
            .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area nav ul li.children {
              position: relative; }
              .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area nav ul li.children::before {
                position: absolute;
                right: -2px;
                top: 0;
                content: "\f054";
                font-weight: 900;
                font-family: "font awesome 5 free";
                color: var(--paragraph-color);
                font-size: 11px; }
            .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area nav ul li:hover, .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area nav ul li:active {
              color: var(--main-color); }
              .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area nav ul li:hover.children::before, .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area nav ul li:active.children::before {
                content: "\f078";
                font-weight: 900;
                font-family: "font awesome 5 free";
                color: var(--main-color); }
        .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area .follow-widget p {
          color: var(--paragraph-color) !important;
          font-weight: 400;
          margin-bottom: 10px; }
        .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area .follow-widget ul li a {
          background: transparent; }
          .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area .follow-widget ul li a i {
            color: var(--paragraph-color); }
          .sidenav .sidenav-wrap .sidenav-menu .slide-sidebar-area .follow-widget ul li a:hover i {
            color: var(--main-color); }
      .sidenav .sidenav-wrap .sidenav-menu .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px; }
    .sidenav .sidenav-wrap .sidenav-overlay {
      width: 90%; }

#main {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
  padding: 16px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

/*---------------------------------------
    Button
---------------------------------------*/
.btn-wrapper {
  display: block; }
  .btn-wrapper .boxed-btn {
    background-color: var(--white);
    min-width: 180px;
    text-align: center;
    padding: 9px 40px;
    color: var(--paragraph-color);
    border: 1px solid var(--dark-white-3);
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
    font-size: 14px;
    outline: none; }
    .btn-wrapper .boxed-btn i {
      vertical-align: middle; }
    .btn-wrapper .boxed-btn.purple-active {
      background-color: var(--pruple);
      color: var(--white);
      border-color: var(--pruple); }
    .btn-wrapper .boxed-btn.orange-active {
      background-color: var(--orange);
      color: var(--white);
      border-color: var(--orange); }
    .btn-wrapper .boxed-btn.read-more {
      border: none;
      padding: 0;
      min-width: 0;
      font-size: 13px;
      color: var(--paragraph-color);
      font-weight: 500;
      position: relative; }
      .btn-wrapper .boxed-btn.read-more::after {
        content: "";
        background: var(--bg-3);
        width: 100%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: -1px; }
      .btn-wrapper .boxed-btn.read-more i {
        vertical-align: middle; }
      .btn-wrapper .boxed-btn.read-more:hover {
        background: transparent;
        color: var(--main-color); }
      .btn-wrapper .boxed-btn.read-more.hover-active {
        background: transparent;
        color: var(--main-color); }
        .btn-wrapper .boxed-btn.read-more.hover-active::after {
          background: var(--main-color); }
    .btn-wrapper .boxed-btn.see-more {
      border: none;
      padding: 0;
      min-width: 0;
      font-size: 14px;
      color: var(--gray-4);
      font-weight: 400;
      position: relative; }
      .btn-wrapper .boxed-btn.see-more i {
        vertical-align: middle; }
      .btn-wrapper .boxed-btn.see-more:hover {
        background: transparent;
        color: var(--main-color); }
    .btn-wrapper .boxed-btn.btn-rounded {
      border-radius: 40px; }
    .btn-wrapper .boxed-btn:hover {
      background-color: var(--secondary-color);
      color: var(--white);
      border-color: var(--secondary-color); }
    .btn-wrapper .boxed-btn.hover-active {
      background-color: var(--main-color);
      color: var(--white);
      border-color: var(--main-color); }
      .btn-wrapper .boxed-btn.hover-active:hover {
        border: 1px solid var(--secondary-color);
        background: var(--secondary-color); }
    .btn-wrapper .boxed-btn.hover-active-pruple {
      display: none; }
    .btn-wrapper .boxed-btn.load-more i {
      padding-right: 20px; }

.button-item ul li {
  display: inline-block;
  margin: 0 30px 30px 0; }

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

.scroll-bottom {
  border: 1px solid var(--main-color);
  position: absolute;
  left: 50%;
  bottom: 4%;
  border-radius: 20px;
  width: 22px;
  height: 40px;
  cursor: pointer; }
  .scroll-bottom .animated-div {
    height: 17px;
    width: 8px;
    background: var(--main-color);
    display: block;
    margin: 4px auto;
    border-radius: 10px;
    -webkit-animation: animated-div 1s infinite;
    animation: animated-div 1s infinite; }
  .scroll-bottom.showcase-slider-style-3-scroll-bottom {
    border: 1px solid var(--white); }
    .scroll-bottom.showcase-slider-style-3-scroll-bottom .animated-div {
      background: var(--white); }
  .scroll-bottom.purple-effect {
    border: 1px solid var(--pruple-2); }
    .scroll-bottom.purple-effect .animated-div {
      background: var(--pruple-2); }
  .scroll-bottom.orange-effect {
    border: 1px solid var(--orange); }
    .scroll-bottom.orange-effect .animated-div {
      background: var(--orange); }
  .scroll-bottom.white-effect {
    border: 1px solid var(--white); }
    .scroll-bottom.white-effect .animated-div {
      background: var(--white); }

/*----------------------------------------
   Page title
----------------------------------------*/
.pages-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--heading-color); }
  .pages-title .title {
    background-image: url(../img/bg/dot_bestsellp.png);
    padding: 0 47px 0px 0;
    background-position: left top;
    background-repeat: no-repeat;
    height: 52px;
    font-size: 36px;
    font-family: var(--secondary-font);
    line-height: 52px; }
    .pages-title .title::first-letter {
      color: var(--main-color);
      text-transform: uppercase; }
  .pages-title.product-page-title .title {
    font-family: var(--primary-font);
    font-weight: 700; }

/*----------------------------------------
   Section title
----------------------------------------*/
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--heading-color); }
  .section-title .title {
    background-image: url(../img/bg/dot_bestsellp.png);
    padding: 0 47px 0px 0;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: var(--secondary-font);
    line-height: 48px;
    font-weight: 700; }
    .section-title .title::first-letter {
      color: var(--main-color);
      text-transform: uppercase; }
  .section-title .section-separator {
    background: var(--main-color);
    height: 2px;
    width: 40px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    border-radius: 2px; }
    .section-title .section-separator:before {
      content: "";
      display: block;
      height: 2px;
      width: 2px;
      background: var(--main-color);
      position: absolute;
      left: -7px;
      border-radius: 50%; }
  .section-title.small-header .title {
    font-size: 26px; }
  .section-title.ui-title {
    display: block; }
    .section-title.ui-title .title {
      font-family: var(--primary-font); }
      .section-title.ui-title .title::first-letter {
        color: inherit; }
    .section-title.ui-title .description {
      color: var(--heading-color);
      font-size: 16px;
      line-height: 25px;
      padding-top: 15px;
      position: relative;
      display: inline-block; }
      .section-title.ui-title .description::after {
        content: "";
        height: 2px;
        width: 35px;
        position: absolute;
        bottom: 8px;
        display: block;
        background: var(--heading-color);
        right: -60px;
        opacity: .8; }

.section-title-2 {
  text-align: center; }
  .section-title-2 .sub-title {
    font-family: var(--secondary-font);
    font-weight: 400; }
  .section-title-2 .title {
    font-family: var(--secondary-font); }
  .section-title-2.left {
    text-align: left; }

.section-title-3 .title {
  font-family: var(--secondary-font);
  font-weight: 500; }

.section-title-3.dotted-border {
  padding-bottom: 50px; }
  .section-title-3.dotted-border .title {
    position: relative; }
    .section-title-3.dotted-border .title::after {
      content: "";
      height: 1px;
      width: 55%;
      border-top: 2px dashed var(--light-black-11);
      position: absolute;
      top: 52%;
      margin-left: 35px; }

.section-title-5 {
  text-align: center; }
  .section-title-5 p {
    max-width: 650px;
    margin: 0 auto; }
  .section-title-5.left {
    text-align: left;
    padding-bottom: 0px; }

.section-title-6 .sub-title {
  color: var(--main-color); }

.section-title-6 .title {
  color: var(--light-black-14);
  max-width: 65%; }

.section-title-7 {
  text-align: center; }
  .section-title-7 .title {
    position: relative; }
    .section-title-7 .title::after {
      content: "";
      display: block;
      height: 100%;
      width: 1px;
      background: var(--black);
      position: absolute;
      right: 0;
      top: 0; }

.section-title-8 {
  text-align: center; }
  .section-title-8 .sub-title {
    position: relative;
    display: inline-block; }
    .section-title-8 .sub-title::before {
      content: "";
      height: 1px;
      width: 130px;
      border-top: 1px dotted #707070;
      position: absolute;
      right: 120%;
      top: 16px; }
    .section-title-8 .sub-title::after {
      content: "";
      height: 1px;
      width: 130px;
      border-top: 1px dotted #707070;
      position: absolute;
      left: 120%;
      top: 16px; }

.single-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-right: 1px dotted #e6e6e6;
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  .single-icon-box .iconbox-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background-color: var(--dark-white-10);
    color: var() 5555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-right: 30px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .single-icon-box .iconbox-icon i {
      font-size: 35px;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      color: var(--sub-heading-color);
      -webkit-transition: 0.6s;
      -o-transition: 0.6s;
      transition: 0.6s; }
    .single-icon-box .iconbox-icon::after {
      content: "";
      height: 7px;
      width: 7px;
      background: var(--main-color);
      position: absolute;
      border-radius: 50%;
      bottom: 9px;
      right: 9px; }
  .single-icon-box .icon-box-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .single-icon-box .icon-box-details .title {
      font-weight: 600;
      font-family: var(--secondary-font);
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s; }
  .single-icon-box:hover .iconbox-icon {
    background-color: var(--light-blue); }
  .single-icon-box:hover i {
    color: var(--white); }
  .single-icon-box:hover .title {
    color: var(--main-color); }
  .single-icon-box.purple-effect .iconbox-icon {
    background-color: var(--bg-18);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .single-icon-box.purple-effect .iconbox-icon::after {
      background: var(--pruple-2); }
  .single-icon-box.purple-effect:hover {
    -webkit-box-shadow: 0 1px 13px #bfbfbf5e;
    box-shadow: 0 1px 13px #bfbfbf5e; }
    .single-icon-box.purple-effect:hover .iconbox-icon {
      background-color: var(--pruple-2); }
    .single-icon-box.purple-effect:hover i {
      color: var(--white); }
    .single-icon-box.purple-effect:hover .title {
      color: var(--pruple-2); }
  .single-icon-box.orange-effect .iconbox-icon {
    background: #FFF5F5; }
    .single-icon-box.orange-effect .iconbox-icon::after {
      background: var(--orange); }
  .single-icon-box.orange-effect:hover .iconbox-icon {
    background-color: var(--orange); }
  .single-icon-box.orange-effect:hover i {
    color: var(--white); }
  .single-icon-box.orange-effect:hover .title {
    color: var(--orange); }
  .single-icon-box.no-border-xl {
    border-right: none; }

.featured-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 20px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  border: 1px solid #ececec; }
  .featured-box .featured-image img {
    max-height: 90px;
    width: auto; }
  .featured-box .featured-content {
    margin: 0 15px; }
    .featured-box .featured-content .subtitle {
      margin-bottom: 5px;
      display: block; }
    .featured-box .featured-content .title {
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
      .featured-box .featured-content .title.small-title {
        font-size: 16px; }
    .featured-box .featured-content .checked {
      color: var(--yellow);
      font-size: 11px; }
    .featured-box .featured-content .price-box {
      margin-top: 10px; }
    .featured-box .featured-content .featured-specification .subtitle {
      font-style: italic;
      padding: 30px 0 15px;
      letter-spacing: 0.2px; }
    .featured-box .featured-content .featured-specification ul li {
      color: var(--sub-heading-color);
      position: relative;
      margin-left: 20px; }
      .featured-box .featured-content .featured-specification ul li::after {
        content: "-";
        display: block;
        left: -20px;
        top: 0;
        position: absolute; }
  .featured-box.feature-box-2 {
    padding: 0px;
    margin-bottom: 15px;
    display: -webkit-box; }
    .featured-box.feature-box-2 .featured-image {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 20px; }
      .featured-box.feature-box-2 .featured-image img {
        height: 50px;
        width: auto; }
    .featured-box.feature-box-2 .featured-content {
      margin: 0 15px; }
      .featured-box.feature-box-2 .featured-content .subtitle {
        margin-bottom: 3px; }
      .featured-box.feature-box-2 .featured-content .title {
        color: var(--heading-color);
        font-weight: 500;
        font-size: 22px; }
      .featured-box.feature-box-2 .featured-content p {
        max-width: 60%; }
    .featured-box.feature-box-2:hover {
      -webkit-box-shadow: unset;
      box-shadow: unset; }
  .featured-box.no-border {
    border: none; }
    .featured-box.no-border:hover {
      border: none; }
  .featured-box.no-shadow:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset; }
    .featured-box.no-shadow:hover .title {
      color: initial; }
  .featured-box.feature-box-3 {
    margin: 0;
    padding: 20px 0px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .featured-box.feature-box-3 .featured-image {
      padding-right: 20px; }
    .featured-box.feature-box-3 .featured-content p {
      max-width: 80%; }
  .featured-box.feature-box-4 .featured-image {
    padding-right: 20px; }
  .featured-box.feature-box-4 .featured-content {
    margin: 0; }
    .featured-box.feature-box-4 .featured-content .title {
      font-weight: 700;
      font-family: var(--secondary-font);
      font-size: 20px; }
  .featured-box.fetured-box-6 {
    background: #fff;
    border: 1px dashed #707070;
    border-radius: 60px;
    padding: 20px 40px; }
    .featured-box.fetured-box-6 .featured-image {
      padding-right: 20px; }
  .featured-box.small-title {
    margin: 10px 15px;
    padding: 10px 0; }
    .featured-box.small-title .featured-image {
      padding-right: 20px; }
      .featured-box.small-title .featured-image img {
        max-height: 50px;
        width: 100%; }
    .featured-box.small-title .featured-content {
      margin: 0 15px; }
      .featured-box.small-title .featured-content .title {
        color: var(--heading-color);
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 10px;
        line-height: 40px; }
      .featured-box.small-title .featured-content p {
        max-width: 80%; }
  .featured-box.white-effect .subtitle {
    color: var(--white); }
  .featured-box.white-effect .title {
    color: var(--white); }
  .featured-box.white-effect .price {
    color: var(--white); }
  .featured-box:hover {
    -webkit-box-shadow: 0 1px 10px #8080801f;
    box-shadow: 0 1px 10px #8080801f;
    border-color: transparent; }
    .featured-box:hover .title {
      color: var(--secondary-color); }

.product-header .sub-title {
  position: relative; }
  .product-header .sub-title:before {
    content: "";
    background: var(--light-black-shadow);
    width: 45px;
    height: 1px;
    position: absolute;
    display: block;
    top: 9px;
    left: -60px; }
  .product-header .sub-title:after {
    content: "";
    background: var(--light-black-shadow);
    width: 45px;
    height: 1px;
    position: absolute;
    display: block;
    top: 9px;
    right: -60px; }

.product-description .description-content .subtitle {
  margin-bottom: 5px;
  display: block; }

.product-description .description-list ul li {
  list-style: disc; }

.product-icons {
  margin: 25px 0 35px; }
  .product-icons ul {
    padding: 0; }
    .product-icons ul li {
      margin-right: 15px;
      line-height: 30px;
      border-radius: 50%;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      cursor: pointer;
      height: 30px;
      width: 30px;
      display: inline-block;
      text-align: center;
      font-size: 11px;
      -webkit-box-shadow: 0 1px 10px #3a3a3a1a;
      box-shadow: 0 1px 10px #3a3a3a1a; }
      .product-icons ul li:hover {
        background-color: var(--secondary-color);
        color: var(--white);
        border-color: var(--secondary-color); }

.single-product-item-one {
  text-align: center;
  padding: 35px 15px 15px;
  margin: 0 auto 30px;
  border-radius: 5px;
  height: 390px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  max-width: 270px;
  -webkit-box-shadow: 0px 0px 7px rgba(209, 206, 209, 0.6);
  box-shadow: 0px 0px 7px rgba(209, 206, 209, 0.6);
  overflow: hidden; }
  .single-product-item-one .image-part {
    position: relative; }
    .single-product-item-one .image-part .offer-badge {
      font-size: 13px;
      line-height: 18px;
      background: var(--main-color);
      padding: 1px 8px 2px;
      color: var(--white);
      position: absolute;
      left: -15px;
      top: -20px;
      font-weight: 500;
      border-radius: 0px 50px 50px 0px; }
    .single-product-item-one .image-part .love-box {
      display: block;
      position: absolute;
      top: -20px;
      right: 0;
      font-size: 14px;
      color: var(--paragraph-color);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      cursor: pointer; }
    .single-product-item-one .image-part .Product-image {
      padding-bottom: 20px; }
      .single-product-item-one .image-part .Product-image img {
        max-height: 150px;
        width: auto;
        margin: 0 auto; }
  .single-product-item-one .content-part .btn-wrapper {
    display: block;
    padding: 10px 0; }
  .single-product-item-one:hover .love-box {
    visibility: visible;
    opacity: 1;
    display: block; }
  .single-product-item-one.white-background {
    background: var(--white); }
  .single-product-item-one.small-height {
    height: 330px;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: unset;
    box-shadow: unset; }
    .single-product-item-one.small-height:hover {
      -webkit-box-shadow: 0px 0px 7px rgba(209, 206, 209, 0.6);
      box-shadow: 0px 0px 7px rgba(209, 206, 209, 0.6);
      border: 1px solid transparent; }
  .single-product-item-one.active-product {
    -webkit-box-shadow: 0px 0px 7px rgba(209, 206, 209, 0.6);
    box-shadow: 0px 0px 7px rgba(209, 206, 209, 0.6); }
    .single-product-item-one.active-product .love-box {
      visibility: visible;
      opacity: 1; }
  .single-product-item-one.single-product-item-one-style-2 .image-part .Product-image {
    padding-bottom: 30px;
    text-align: center; }
  .single-product-item-one.single-product-item-one-style-2 .content-part .product-header {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    margin: 20px 0; }
    .single-product-item-one.single-product-item-one-style-2 .content-part .product-header .title {
      margin: 10px 0; }
  .single-product-item-one.single-product-item-one-style-2 .content-part .price-box {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    margin: 20px 0; }
  .single-product-item-one.single-product-item-one-style-2 .content-part .btn-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
  .single-product-item-one.single-product-item-one-style-2:hover .content-part .product-header {
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px); }
  .single-product-item-one.single-product-item-one-style-2:hover .content-part .price-box {
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px); }
  .single-product-item-one.single-product-item-one-style-2:hover .content-part .btn-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-45px);
    -ms-transform: translateY(-45px);
    transform: translateY(-45px); }
  .single-product-item-one.left-align {
    max-width: unset; }
    .single-product-item-one.left-align .content-part {
      text-align: left; }

.single-produc-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 5px;
  min-height: 390px;
  position: relative;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  max-width: 840px;
  margin: 0 auto 30px; }
  .single-produc-item-two .image-part {
    width: 50%;
    text-align: center; }
    .single-produc-item-two .image-part .product-slider-item img {
      height: 220px;
      width: auto; }
  .single-produc-item-two .content-part {
    width: 50%; }
    .single-produc-item-two .content-part .love-box {
      display: block;
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 14px;
      color: var(--paragraph-color);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      cursor: pointer; }
    .single-produc-item-two .content-part .price-box {
      padding: 10px 0; }
    .single-produc-item-two .content-part .btn-wrapper {
      margin-top: 30px; }
  .single-produc-item-two:hover .love-box {
    visibility: visible;
    opacity: 1;
    display: block; }
  .single-produc-item-two.white-background {
    background: var(--white); }
    .single-produc-item-two.white-background .image-part {
      text-align: center; }
    .single-produc-item-two.white-background .content-part p {
      max-width: 60%; }
    .single-produc-item-two.white-background .content-part .subtitle {
      color: var(--main-color); }
    .single-produc-item-two.white-background .content-part .description-list {
      padding-top: 15px; }
    .single-produc-item-two.white-background .content-part .price-box {
      padding: 15px 0 0; }
    .single-produc-item-two.white-background .content-part .btn-wrapper {
      margin-top: 25px; }
  .single-produc-item-two.ui-card-2 {
    -webkit-box-shadow: 0px 0px 7px rgba(209, 206, 209, 0.6);
    box-shadow: 0px 0px 7px rgba(209, 206, 209, 0.6); }

.single-produc-item-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 5px;
  min-height: 390px;
  position: relative;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background: var(--main-bg); }
  .single-produc-item-three .content-part {
    width: 50%;
    padding: 0 10px 0 30px; }
    .single-produc-item-three .content-part .rating-box p {
      color: #737373;
      font-weight: 500; }
    .single-produc-item-three .content-part .price-box {
      padding: 10px 0; }
  .single-produc-item-three .image-with-counter-part {
    width: 50%;
    text-align: center; }
    .single-produc-item-three .image-with-counter-part .img-part .offer-badge {
      font-size: 13px;
      line-height: 20px;
      background: var(--main-color);
      padding: 1px 10px 1px;
      color: var(--white);
      position: absolute;
      right: 0;
      top: 16px;
      font-weight: 500;
      border-radius: 50px 0 0 50px; }
    .single-produc-item-three .image-with-counter-part .img-part .img-wrapper img {
      height: 190px;
      width: auto; }

.counter-part {
  padding: 25px 0 0; }
  .counter-part .counter-item {
    display: inline-block;
    margin: 0 8px; }
    .counter-part .counter-item p {
      height: 35px;
      width: 35px;
      background: var(--white);
      display: block;
      text-align: center;
      line-height: 35px;
      border-radius: 50%;
      margin-bottom: 5px; }
    .counter-part .counter-item span {
      color: var(--secondary-color);
      font-weight: 400;
      line-height: 18px; }

.ui-counter-style .counter-part {
  margin: 20px 100px;
  padding: 60px 80px;
  background: var(--main-bg);
  display: inline-block; }

.single-product-item-four {
  background: var(--white);
  -webkit-box-shadow: 0 0 7px -5px var(--light-black-9);
  box-shadow: 0 0 7px -5px var(--light-black-9);
  border-radius: 5px;
  padding: 10px 0;
  margin-bottom: 30px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  max-width: 350px; }
  .single-product-item-four .img-part {
    position: relative; }
    .single-product-item-four .img-part .love-box {
      position: absolute;
      right: 20px;
      top: -30px;
      font-size: 14px;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s;
      cursor: pointer; }
    .single-product-item-four .img-part .img-wrapper {
      margin: 40px 0 20px;
      text-align: center; }
      .single-product-item-four .img-part .img-wrapper img {
        max-height: 180px; }
  .single-product-item-four .content-part .main-content {
    padding: 0 25px 10px; }
  .single-product-item-four .content-part .price-with-cart {
    background: var(--main-bg); }
    .single-product-item-four .content-part .price-with-cart ul {
      margin-bottom: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .single-product-item-four .content-part .price-with-cart ul li {
        margin-bottom: 0;
        width: 50%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .single-product-item-four .content-part .price-with-cart .price-item .price-box .price {
      margin-bottom: 0; }
    .single-product-item-four .content-part .price-with-cart li.cart-item a {
      padding: 10px;
      width: 100%;
      text-align: center;
      color: var(--paragraph-color);
      position: relative;
      -webkit-transition: all .6s;
      -o-transition: all .6s;
      transition: all .6s; }
      .single-product-item-four .content-part .price-with-cart li.cart-item a::after {
        content: "";
        display: block;
        height: 20px;
        width: 1px;
        background: var(--light-black-shadow);
        position: absolute;
        left: 0;
        top: 12px; }
      .single-product-item-four .content-part .price-with-cart li.cart-item a:hover {
        background: var(--secondary-color);
        color: var(--white); }
        .single-product-item-four .content-part .price-with-cart li.cart-item a:hover i {
          color: var(--white); }
        .single-product-item-four .content-part .price-with-cart li.cart-item a:hover::after {
          display: none; }
  .single-product-item-four:hover .love-box {
    visibility: visible;
    opacity: 1; }

.single-product-item-five {
  text-align: center;
  -webkit-box-shadow: 0 0 10px -5px var(--light-black-9);
  box-shadow: 0 0 10px -5px var(--light-black-9);
  padding: 40px 0 20px;
  margin-bottom: 30px;
  border-radius: 5px;
  min-height: 390px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  .single-product-item-five .image-part {
    position: relative; }
    .single-product-item-five .image-part .offer-badge {
      font-size: 13px;
      line-height: 18px;
      background: var(--main-color);
      padding: 1px 8px 2px;
      color: var(--white);
      position: absolute;
      left: 0;
      top: -24px;
      font-weight: 500;
      border-radius: 0px 50px 50px 0px; }
    .single-product-item-five .image-part .love-box {
      display: block;
      position: absolute;
      top: -20px;
      right: 15px;
      font-size: 14px;
      color: var(--paragraph-color);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      cursor: pointer; }
    .single-product-item-five .image-part .Product-image {
      padding: 30px 0; }
      .single-product-item-five .image-part .Product-image img {
        height: 300px;
        width: auto; }
      .single-product-item-five .image-part .Product-image.height-230 img {
        height: 230px;
        width: auto; }
  .single-product-item-five .content-part .product-header .title {
    padding: 10px 0; }
  .single-product-item-five .content-part .product-header .sub-title:before {
    content: "";
    background: var(--light-black-shadow);
    width: 90px;
    height: 1px;
    position: absolute;
    display: block;
    top: 9px;
    left: -110px; }
  .single-product-item-five .content-part .product-header .sub-title:after {
    content: "";
    background: var(--light-black-shadow);
    width: 90px;
    height: 1px;
    position: absolute;
    display: block;
    top: 9px;
    right: -110px; }
  .single-product-item-five .content-part .btn-wrapper {
    display: block;
    padding: 15px 0; }
  .single-product-item-five:hover .love-box {
    visibility: visible;
    opacity: 1;
    display: block; }
  .single-product-item-five:hover .btn-rounded {
    background-color: var(--secondary-color);
    color: var(--white);
    border-color: var(--secondary-color); }
  .single-product-item-five.popup-product {
    margin-bottom: 50px; }
    .single-product-item-five.popup-product .Product-image {
      padding: 0; }
      .single-product-item-five.popup-product .Product-image img {
        height: 180px;
        width: auto; }
    .single-product-item-five.popup-product .price-box {
      padding: 0; }
    .single-product-item-five.popup-product .btn-rounded {
      width: auto !important; }
    .single-product-item-five.popup-product .content-part .product-header .sub-title:before {
      width: 60px;
      left: -80px; }
    .single-product-item-five.popup-product .content-part .product-header .sub-title:after {
      width: 60px;
      right: -80px; }

.four-column .Product-image img {
  height: 230px !important;
  width: auto; }

.product-style-six {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--bg-4); }
  .product-style-six .thumb {
    width: calc(100% - 80% - 30px);
    margin-right: 30px;
    background: #F7F7F7; }
    .product-style-six .thumb .bg-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  .product-style-six .content {
    width: calc(100% - 60%);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 20px; }
    .product-style-six .content .star-ratings .checked {
      font-size: 11px;
      color: var(--secondary-color); }
    .product-style-six .content .title {
      font-weight: 500;
      color: var(--heading-color); }
    .product-style-six .content p {
      padding: 15px 0;
      max-width: 90%; }
  .product-style-six .cart-part {
    width: calc(100% - 80%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 1px solid #f1f1f1; }
    .product-style-six .cart-part .btn-wrapper {
      padding: 10px 0 20px; }

.woo-icon {
  position: absolute;
  bottom: 8%;
  left: 4.5%; }
  .woo-icon a {
    height: 42px;
    width: 42px;
    background: var(--main-color);
    display: block;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
    color: var(--white); }
  .woo-icon span {
    position: absolute;
    right: 5px;
    top: 6px;
    font-size: 12px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    background: var(--red);
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: var(--white); }
    .woo-icon span.yellow-bg {
      background: #ffc82a; }
  .woo-icon.home4-woo-icon {
    right: 5%;
    left: inherit; }
  .woo-icon.home5-woo-icon {
    top: 10%;
    right: 5.5%;
    left: inherit;
    bottom: inherit; }
  .woo-icon.home6-woo-icon a {
    background: var(--pruple-2); }
  .woo-icon.home8-woo-icon a {
    background: var(--orange); }

.price-box .sale-price {
  font-size: 16px;
  line-height: 22px;
  color: var(--secondary-color);
  padding-right: 10px;
  position: relative; }
  .price-box .sale-price.small-size {
    font-size: 14px; }
  .price-box .sale-price.large-size {
    font-size: 22px;
    line-height: 30px; }

.rating-box p .number-of-rating {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px; }

.rating-box .checked {
  color: var(--secondary-color);
  font-size: 9px;
  line-height: 10px; }

.showcase-follow {
  width: 45px;
  text-align: center;
  position: absolute;
  left: 5.3%;
  top: 45%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%); }
  .showcase-follow .follow-icon ul {
    text-align: center; }
    .showcase-follow .follow-icon ul li {
      position: relative; }
      .showcase-follow .follow-icon ul li a {
        font-size: 13px;
        border: 1px solid var(--dark-white-4);
        border-radius: 50%;
        display: block;
        width: 27px;
        height: 27px;
        line-height: 27px;
        text-align: center;
        color: var(--dark-white-4);
        margin: 15px 0;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s; }
        .showcase-follow .follow-icon ul li a:hover {
          border: 1px solid var(--main-color);
          color: var(--main-color); }
    .showcase-follow .follow-icon ul .rotate-text {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      margin: 0 0 20px 0;
      color: var(--dark-white-4);
      font-size: 13px;
      font-family: var(--primary-font);
      font-weight: 300;
      padding: 17px 0 0px 0; }
    .showcase-follow .follow-icon ul .solid-line {
      height: 50px;
      border-right: 1px solid var(--dark-white-4);
      width: 1px;
      padding-left: 13px; }
    .showcase-follow .follow-icon ul .dashed-line {
      height: 50px;
      border-right: 1px dashed var(--dark-white-4);
      width: 1px;
      padding-left: 13px;
      position: relative; }
      .showcase-follow .follow-icon ul .dashed-line::after {
        content: "";
        display: block;
        background: var(--main-color);
        height: 5px;
        width: 5px;
        border-radius: 50%;
        position: absolute;
        left: 11px;
        bottom: -3px; }
  .showcase-follow .follow-icon.black-bg li {
    position: relative; }
    .showcase-follow .follow-icon.black-bg li a {
      border: none;
      font-size: 16px; }
      .showcase-follow .follow-icon.black-bg li a:hover {
        border: none; }
  .showcase-follow .follow-icon.black-bg .rotate-text {
    color: var(--gray-1);
    font-weight: 300;
    font-family: var(--primary-font); }
  .showcase-follow .follow-icon.black-bg .solid-line {
    border-right: 1px solid var(--gray-1); }
  .showcase-follow .follow-icon.black-bg .dashed-line {
    border-right: 1px dashed var(--gray-1); }
  .showcase-follow .follow-icon.purple-follow ul li a {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
    .showcase-follow .follow-icon.purple-follow ul li a:hover {
      border: 1px solid var(--pruple);
      color: var(--pruple); }
  .showcase-follow .follow-icon.purple-follow ul .dashed-line::after {
    background: var(--pruple); }
  .showcase-follow .follow-icon.orange-follow ul li a {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
    .showcase-follow .follow-icon.orange-follow ul li a:hover {
      border: 1px solid var(--orange);
      color: var(--orange); }
  .showcase-follow .follow-icon.orange-follow ul .dashed-line::after {
    background: var(--orange); }
  .showcase-follow.right {
    right: 4.8%;
    left: inherit; }

.shop-pagination {
  text-align: center; }
  .shop-pagination ul li {
    display: inline-block; }
    .shop-pagination ul li a:not(.previous):not(.next),
    .shop-pagination ul li .current {
      background-color: var(--white);
      height: 35px;
      width: 35px;
      font-weight: 500;
      border-radius: 50%;
      display: block;
      line-height: 35px;
      text-align: center;
      margin: 0 5px;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      border: 1px solid var(--dark-white-4); }
      .shop-pagination ul li a:not(.previous):not(.next):hover,
      .shop-pagination ul li .current:hover {
        background: var(--secondary-color);
        color: var(--white);
        border: 1px solid var(--secondary-color); }
    .shop-pagination ul li .current {
      background: var(--secondary-color);
      color: var(--white);
      border: 1px solid var(--secondary-color); }
    .shop-pagination ul li .previous,
    .shop-pagination ul li .next {
      padding: 0 15px;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s; }
      .shop-pagination ul li .previous i,
      .shop-pagination ul li .next i {
        vertical-align: middle; }
      .shop-pagination ul li .previous:hover,
      .shop-pagination ul li .next:hover {
        color: var(--secondary-color); }
    .shop-pagination ul li .next {
      padding-right: 0 !important; }
  .shop-pagination.blue-pagination {
    float: right; }
    .shop-pagination.blue-pagination a:not(.previous):not(.next):hover,
    .shop-pagination.blue-pagination .current:hover {
      background: var(--main-color);
      color: var(--white);
      border: 1px solid var(--main-color); }
    .shop-pagination.blue-pagination .current {
      background: var(--main-color);
      color: var(--white);
      border: 1px solid var(--main-color); }
    .shop-pagination.blue-pagination .previous:hover,
    .shop-pagination.blue-pagination .next:hover {
      color: var(--main-color); }
  .shop-pagination.no-border ul li a {
    border: none !important; }
  .shop-pagination.no-border ul li .current {
    border: none !important; }
  .shop-pagination.ui-shop-pagination {
    text-align: unset;
    margin-left: 60px; }
  .shop-pagination.pagination-style-3 ul li {
    display: inline;
    margin: 0 5px;
    position: relative; }
    .shop-pagination.pagination-style-3 ul li i {
      font-size: 14px; }
    .shop-pagination.pagination-style-3 ul li .previous {
      position: absolute;
      left: 0px;
      top: -15px; }
    .shop-pagination.pagination-style-3 ul li .next {
      position: absolute;
      left: -3px;
      bottom: -15px; }

.pagination-two {
  display: block;
  text-align: center; }
  .pagination-two ul {
    padding: 0;
    display: inline-block;
    position: relative; }
    .pagination-two ul li {
      display: inline-block; }
      .pagination-two ul li a:not(.previous):not(.next), .pagination-two ul li .current {
        color: var(--paragraph-color);
        border-radius: 50%;
        display: block;
        text-align: center;
        margin: 0 10px;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        position: relative;
        font-size: 20px; }
        .pagination-two ul li a:not(.previous):not(.next):hover, .pagination-two ul li .current:hover {
          color: var(--black); }
          .pagination-two ul li a:not(.previous):not(.next):hover::after, .pagination-two ul li .current:hover::after {
            content: "";
            display: block;
            height: 3px;
            width: 20px;
            position: absolute;
            left: -5px;
            background: var(--black);
            bottom: -30px;
            z-index: 1; }
      .pagination-two ul li .current {
        color: var(--black);
        position: relative; }
        .pagination-two ul li .current::after {
          content: "";
          display: block;
          height: 3px;
          width: 20px;
          position: absolute;
          left: -5px;
          background: var(--black);
          bottom: -29px;
          z-index: 1; }
      .pagination-two ul li .previous, .pagination-two ul li .next {
        color: var(--light-black-5);
        font-size: 14px;
        font-family: var(--secondary-font);
        font-weight: 500;
        line-height: 20px;
        font-size: 20px; }
      .pagination-two ul li .previous.page-numbers i {
        padding-right: 20px; }
      .pagination-two ul li .next.page-numbers i {
        padding-left: 20px; }
    .pagination-two ul::after {
      background: var(--light-black-9);
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      bottom: -16px;
      position: absolute; }
  .pagination-two.pagination-left {
    float: left; }
  .pagination-two.ui-pagination-two {
    float: none;
    margin-left: 60px;
    padding-top: 0; }

.pagination-three {
  width: 100%;
  text-align: right; }
  .pagination-three ul {
    padding: 0; }
    .pagination-three ul li {
      display: inline-block;
      margin: 0 10px;
      color: var(--heading-color); }
      .pagination-three ul li a {
        vertical-align: middle; }
  .pagination-three.ui-pagination-3 {
    width: auto;
    text-align: unset;
    margin-left: 60px; }

.pagination-four ul {
  padding: 0; }
  .pagination-four ul li {
    display: inline-block;
    margin: 0 10px;
    color: var(--light-black-10); }
    .pagination-four ul li i {
      vertical-align: middle; }
    .pagination-four ul li .current, .pagination-four ul li .previous, .pagination-four ul li .next {
      color: var(--light-black-5);
      font-weight: 500; }

.gallery-item {
  height: 420px;
  display: inline-block;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  overflow: hidden;
  width: 20%; }
  .gallery-item .gallery-overly {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    margin-top: -100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
    .gallery-item .gallery-overly .sub-title {
      color: var(--white);
      font-weight: 300; }
    .gallery-item .gallery-overly .title {
      color: var(--white);
      font-weight: 500;
      padding: 0 0 10px; }
    .gallery-item .gallery-overly .icon-for-popup a {
      color: black;
      height: 80px;
      width: 80px;
      display: block;
      background: var(--white);
      border-radius: 50%;
      line-height: 85px;
      font-size: 30px; }
  .gallery-item:hover .gallery-overly {
    margin-top: 0;
    opacity: 1;
    visibility: visible; }

.gallery-item-width-2 {
  width: 40%; }

.gallery-wrapper .img-container-1 .img-part img {
  width: 100%;
  height: 460px; }

.gallery-wrapper .img-container-2 .img-part img {
  width: 100%;
  height: 215px; }

.gallery-wrapper .img-wih-overly {
  position: relative;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  .gallery-wrapper .img-wih-overly .gallery-overly {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s; }
    .gallery-wrapper .img-wih-overly .gallery-overly .title {
      color: var(--white);
      font-weight: 500;
      margin: 0; }
  .gallery-wrapper .img-wih-overly:hover .gallery-overly {
    opacity: 1;
    visibility: visible; }

.contact-main-form .form-group {
  margin-bottom: 2rem; }
  .contact-main-form .form-group .form-control {
    border: 1px solid var(--bg-3);
    color: var(--paragraph-color);
    font-size: 14px;
    line-height: 23px; }
    .contact-main-form .form-group .form-control::-webkit-input-placeholder {
      font-size: 14px;
      color: var(--paragraph-color);
      font-weight: 400;
      font-family: var(--primary-font); }
    .contact-main-form .form-group .form-control:-ms-input-placeholder {
      font-size: 14px;
      color: var(--paragraph-color);
      font-weight: 400;
      font-family: var(--primary-font); }
    .contact-main-form .form-group .form-control::-ms-input-placeholder {
      font-size: 14px;
      color: var(--paragraph-color);
      font-weight: 400;
      font-family: var(--primary-font); }
    .contact-main-form .form-group .form-control::placeholder {
      font-size: 14px;
      color: var(--paragraph-color);
      font-weight: 400;
      font-family: var(--primary-font); }
    .contact-main-form .form-group .form-control:focus {
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }

.contact-main-form .btn-wrapper.coment-submit .boxed-btn {
  border: 1px solid var(--bg-3);
  border-radius: 3px;
  color: var(--paragraph-color);
  background: var(--bg-4);
  width: 100%; }
  .contact-main-form .btn-wrapper.coment-submit .boxed-btn:hover {
    color: var(--white);
    background: var(--secondary-color); }

.blog-style-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--bg-4); }
  .blog-style-1 .thumb {
    width: calc(100% - 60% - 30px);
    margin-right: 30px; }
    .blog-style-1 .thumb .bg-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .blog-style-1 .content {
    width: calc(100% - 40%);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 20px; }
    .blog-style-1 .content span.post-date {
      padding-bottom: 5px;
      display: block; }
    .blog-style-1 .content .title {
      font-weight: 500; }
    .blog-style-1 .content .post-meta {
      margin: 0;
      padding: 0;
      list-style: none; }
      .blog-style-1 .content .post-meta li {
        display: inline-block;
        padding-right: 18px;
        position: relative;
        margin-right: 15px;
        -webkit-transition: all 0.6s ease-in;
        -o-transition: all 0.6s ease-in;
        transition: all 0.6s ease-in; }
        .blog-style-1 .content .post-meta li:not(:last-child)::after {
          content: "";
          display: block;
          position: absolute;
          height: 80%;
          width: 1px;
          background: var(--paragraph-color);
          right: 0;
          top: 2px; }
    .blog-style-1 .content p {
      padding: 15px 0; }

.blog-style-2 {
  margin-bottom: 30px; }
  .blog-style-2 .content .post-meta {
    padding: 35px 0 0;
    margin: 0; }
    .blog-style-2 .content .post-meta li {
      display: inline-block;
      font-size: 13px;
      padding-right: 18px;
      position: relative;
      margin-right: 15px; }
  .blog-style-2 .content .title {
    font-weight: 500; }
  .blog-style-2 .content p {
    max-width: 80%;
    margin: 25px 0 27px; }

.blog-style-3 {
  margin: 0 20px; }
  .blog-style-3 .single-item-image {
    position: relative; }
    .blog-style-3 .single-item-image::after {
      height: 100%;
      width: 100%;
      position: absolute;
      content: "";
      background: rgba(0, 0, 0, 0.2);
      z-index: 1;
      left: 0;
      display: block;
      top: 0; }
  .blog-style-3 .single-item-content {
    background-image: url("../img/home4-blog-area/52.png");
    margin-bottom: 15px; }
    .blog-style-3 .single-item-content .main-content {
      padding: 35px 20px;
      margin-left: 75px;
      background: var(--white);
      margin-top: -20px;
      z-index: 1;
      position: relative;
      border-radius: 8px;
      -webkit-box-shadow: 0 0 16px -8px var(--black);
      box-shadow: 0 0 16px -8px var(--black); }
      .blog-style-3 .single-item-content .main-content .title {
        color: var(--light-black-15);
        font-size: 32px; }
      .blog-style-3 .single-item-content .main-content p {
        font-family: var(--primary-font);
        color: var(--light-black-8);
        padding: 15px 0 20px; }
      .blog-style-3 .single-item-content .main-content .date-format {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: -60px;
        right: 0;
        background: var(--white);
        padding: 10px 30px 10px 10px;
        z-index: 999;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .blog-style-3 .single-item-content .main-content .date-format .year h5 {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
        .blog-style-3 .single-item-content .main-content .date-format .date-and-month p {
          padding: 0;
          border-bottom: 1px solid var(--paragraph-color); }

.blog-details {
  padding-right: 50px; }
  .blog-details .thumb {
    margin-bottom: 55px; }
    .blog-details .thumb img {
      width: 100%; }
  .blog-details .content {
    padding-bottom: 50px; }
    .blog-details .content span.post-date {
      color: var(--main-color); }
    .blog-details .content .post-meta {
      margin: 0;
      padding: 0;
      list-style: none;
      margin-bottom: 15px; }
      .blog-details .content .post-meta li {
        display: inline-block;
        font-size: 13px;
        padding-right: 18px;
        position: relative;
        margin-right: 15px; }
        .blog-details .content .post-meta li a {
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          color: var(--paragraph-color); }
        .blog-details .content .post-meta li:not(:last-child)::after {
          content: "";
          display: block;
          position: absolute;
          height: 80%;
          width: 1px;
          background: var(--paragraph-color);
          right: 0;
          top: 2px; }
    .blog-details .content p {
      max-width: 90%; }

.blog-details-footer {
  padding: 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--bg-4);
  border-top: 1px solid var(--bg-4); }
  .blog-details-footer .share-title {
    margin: 0 50px 10px 0; }
  .blog-details-footer .follow-widget {
    padding: 0; }
    .blog-details-footer .follow-widget ul {
      padding: 0; }
      .blog-details-footer .follow-widget ul li a {
        height: 35px;
        width: 35px;
        border: 1px solid var(--dark-white);
        margin: 0 10px;
        background: transparent;
        line-height: 35px; }
        .blog-details-footer .follow-widget ul li a i {
          color: var(--dark-white); }
        .blog-details-footer .follow-widget ul li a:hover {
          border: 1px solid var(--main-color); }
          .blog-details-footer .follow-widget ul li a:hover i {
            color: var(--main-color); }
        .blog-details-footer .follow-widget ul li a:first-child {
          margin-left: 0; }

.main-form .form-group {
  margin-bottom: 2rem; }
  .main-form .form-group .form-control {
    border: 1px solid var(--bg-3);
    color: var(--paragraph-color);
    font-size: 14px;
    line-height: 23px;
    font-family: var(--primary-font); }
    .main-form .form-group .form-control::-webkit-input-placeholder {
      font-size: 14px;
      color: var(--paragraph-color);
      font-weight: 400;
      font-family: var(--primary-font); }
    .main-form .form-group .form-control:-ms-input-placeholder {
      font-size: 14px;
      color: var(--paragraph-color);
      font-weight: 400;
      font-family: var(--primary-font); }
    .main-form .form-group .form-control::-ms-input-placeholder {
      font-size: 14px;
      color: var(--paragraph-color);
      font-weight: 400;
      font-family: var(--primary-font); }
    .main-form .form-group .form-control::placeholder {
      font-size: 14px;
      color: var(--paragraph-color);
      font-weight: 400;
      font-family: var(--primary-font); }
    .main-form .form-group .form-control:focus {
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .main-form .form-group a {
    float: right; }

.main-form .btn-wrapper {
  display: block; }
  .main-form .btn-wrapper .boxed-btn {
    border: 1px solid var(--bg-3);
    border-radius: 5px;
    color: var(--paragraph-color);
    width: 100%; }
    .main-form .btn-wrapper .boxed-btn:hover {
      color: var(--white); }
    .main-form .btn-wrapper .boxed-btn.sign-in {
      background: var(--secondary-color);
      color: var(--white); }
    .main-form .btn-wrapper .boxed-btn.register {
      background: var(--bg-4); }
      .main-form .btn-wrapper .boxed-btn.register:hover {
        background: var(--secondary-color); }
    .main-form .btn-wrapper .boxed-btn.place-order {
      background: var(--bg-4); }
      .main-form .btn-wrapper .boxed-btn.place-order:hover {
        background: var(--btn-color); }

.product-type {
  background: var(--white);
  height: 100%;
  margin: 65px 0 0 50px;
  padding: 20px;
  width: 83%; }
  .product-type .title {
    margin-bottom: 20px; }
  .product-type .sub-title {
    color: var(--paragraph-color);
    display: inline-block;
    padding: 30px 0 20px;
    position: relative; }
    .product-type .sub-title::after {
      content: "";
      display: block;
      height: 1px;
      width: 13vw;
      background: rgba(112, 112, 112, 0.25);
      top: 5px;
      position: absolute;
      left: 0; }
  .product-type::before {
    background-image: url("../img/home4-featured/dotdot_bannerimg.png");
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    width: 385px;
    z-index: -1;
    left: 0;
    top: 0; }
  .product-type.right {
    margin: 120px 0 0 90px; }
    .product-type.right .title {
      max-width: 75%; }
    .product-type.right::before {
      left: inherit; }
  .product-type.product-type-style-2 {
    background: transparent;
    margin: 0;
    padding: 0;
    height: auto; }
    .product-type.product-type-style-2 .title {
      max-width: 60%; }
    .product-type.product-type-style-2::before {
      display: none; }

.subscribe-area {
  background: var(--bg-8); }
  .subscribe-area .subscribe-alignment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 115px 0 107px; }
    .subscribe-area .subscribe-alignment .left-part {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 50%; }
      .subscribe-area .subscribe-alignment .left-part .img-wrapper img {
        max-height: 65px;
        width: auto;
        margin-right: 35px; }
      .subscribe-area .subscribe-alignment .left-part .content-part .subtitle {
        color: var(--white);
        font-weight: 300;
        font-family: var(--secondary-font); }
      .subscribe-area .subscribe-alignment .left-part .content-part .title {
        color: var(--white);
        font-weight: 400;
        font-family: var(--secondary-font); }
    .subscribe-area .subscribe-alignment .right-part {
      width: 40%; }
      .subscribe-area .subscribe-alignment .right-part .subscribe-form {
        position: relative; }
        .subscribe-area .subscribe-alignment .right-part .subscribe-form .form-group {
          margin-bottom: 0; }
          .subscribe-area .subscribe-alignment .right-part .subscribe-form .form-group .form-control {
            background-color: transparent;
            background-clip: padding-box;
            border: 1px solid rgba(255, 255, 255, 0.589);
            border-radius: 30px;
            padding: 0.475rem 1.75rem;
            padding-right: 180px;
            height: 60px; }
            .subscribe-area .subscribe-alignment .right-part .subscribe-form .form-group .form-control::-webkit-input-placeholder {
              color: white;
              font-weight: 400;
              font-family: var(--secondary-font);
              font-size: 13px; }
            .subscribe-area .subscribe-alignment .right-part .subscribe-form .form-group .form-control:-ms-input-placeholder {
              color: white;
              font-weight: 400;
              font-family: var(--secondary-font);
              font-size: 13px; }
            .subscribe-area .subscribe-alignment .right-part .subscribe-form .form-group .form-control::-ms-input-placeholder {
              color: white;
              font-weight: 400;
              font-family: var(--secondary-font);
              font-size: 13px; }
            .subscribe-area .subscribe-alignment .right-part .subscribe-form .form-group .form-control::placeholder {
              color: white;
              font-weight: 400;
              font-family: var(--secondary-font);
              font-size: 13px; }
        .subscribe-area .subscribe-alignment .right-part .subscribe-form .submit-btn {
          position: absolute;
          right: 0px;
          top: 0;
          width: 160px;
          height: 60px;
          line-height: 30px;
          padding: 0;
          font-size: 18px;
          /* border-top-right-radius: 5px; */
          border-radius: 30px;
          /* border-bottom-right-radius: 5px; */
          background-color: var(--main-color);
          color: var(--white);
          -webkit-transition: 0.3s ease-in;
          -o-transition: 0.3s ease-in;
          transition: 0.3s ease-in;
          border: none;
          cursor: pointer;
          outline: none; }

.subscribe-style-2 {
  background: var(--bg-7);
  padding: 120px 0; }
  .subscribe-style-2 .subscribe-alignment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    .subscribe-style-2 .subscribe-alignment .left-part {
      width: 15%; }
      .subscribe-style-2 .subscribe-alignment .left-part .img-wrapper {
        height: 150px;
        width: 150px;
        background: var(--main-color);
        border-radius: 50%;
        line-height: 150px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto; }
    .subscribe-style-2 .subscribe-alignment .right-part {
      padding: 25px 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 85%;
      text-align: center;
      height: 150px;
      background: var(--paragraph-color);
      margin-left: 50px;
      border-radius: 100px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .subscribe-style-2 .subscribe-alignment .right-part .content-part {
        width: 50%;
        text-align: left; }
        .subscribe-style-2 .subscribe-alignment .right-part .content-part .subtitle {
          color: var(--white);
          font-weight: 400;
          font-family: var(--secondary-font); }
        .subscribe-style-2 .subscribe-alignment .right-part .content-part .title {
          color: var(--white);
          font-weight: 400;
          font-family: var(--secondary-font); }
      .subscribe-style-2 .subscribe-alignment .right-part .subscribe-form {
        position: relative;
        width: 50%; }
        .subscribe-style-2 .subscribe-alignment .right-part .subscribe-form .form-group {
          margin-bottom: 0; }
          .subscribe-style-2 .subscribe-alignment .right-part .subscribe-form .form-group .form-control {
            background-color: transparent;
            background-clip: padding-box;
            border: 1px solid rgba(255, 255, 255, 0.589);
            border-radius: 30px;
            padding: 0.475rem 1.75rem;
            padding-right: 70px; }
            .subscribe-style-2 .subscribe-alignment .right-part .subscribe-form .form-group .form-control::-webkit-input-placeholder {
              color: rgba(255, 255, 255, 0.589);
              font-weight: 400;
              font-family: var(--secondary-font);
              font-size: 13px; }
            .subscribe-style-2 .subscribe-alignment .right-part .subscribe-form .form-group .form-control:-ms-input-placeholder {
              color: rgba(255, 255, 255, 0.589);
              font-weight: 400;
              font-family: var(--secondary-font);
              font-size: 13px; }
            .subscribe-style-2 .subscribe-alignment .right-part .subscribe-form .form-group .form-control::-ms-input-placeholder {
              color: rgba(255, 255, 255, 0.589);
              font-weight: 400;
              font-family: var(--secondary-font);
              font-size: 13px; }
            .subscribe-style-2 .subscribe-alignment .right-part .subscribe-form .form-group .form-control::placeholder {
              color: rgba(255, 255, 255, 0.589);
              font-weight: 400;
              font-family: var(--secondary-font);
              font-size: 13px; }
        .subscribe-style-2 .subscribe-alignment .right-part .subscribe-form .submit-btn {
          position: absolute;
          right: 0px;
          top: 0;
          width: 57px;
          height: 41px;
          line-height: 30px;
          padding: 0;
          font-size: 18px;
          /* border-top-right-radius: 5px; */
          border-radius: 30px;
          /* border-bottom-right-radius: 5px; */
          background-color: var(--white);
          color: var(--main-color);
          -webkit-transition: 0.3s ease-in;
          -o-transition: 0.3s ease-in;
          transition: 0.3s ease-in;
          border: none;
          cursor: pointer; }
  .subscribe-style-2.purple-effect .left-part .img-wrapper {
    background: var(--pruple); }
  .subscribe-style-2.purple-effect .right-part {
    background: var(--bg-19);
    border: 6px solid var(--pruple); }
    .subscribe-style-2.purple-effect .right-part .content-part {
      opacity: 0.8; }
      .subscribe-style-2.purple-effect .right-part .content-part .subtitle {
        color: var(--heading-color); }
      .subscribe-style-2.purple-effect .right-part .content-part .title {
        color: var(--heading-color);
        font-weight: 700; }
    .subscribe-style-2.purple-effect .right-part .subscribe-form {
      position: relative;
      width: 60%; }
      .subscribe-style-2.purple-effect .right-part .subscribe-form .form-group {
        margin-bottom: 0; }
        .subscribe-style-2.purple-effect .right-part .subscribe-form .form-group .form-control {
          border: 1px solid var(--pruple); }
          .subscribe-style-2.purple-effect .right-part .subscribe-form .form-group .form-control::-webkit-input-placeholder {
            color: var(--paragraph-color); }
          .subscribe-style-2.purple-effect .right-part .subscribe-form .form-group .form-control:-ms-input-placeholder {
            color: var(--paragraph-color); }
          .subscribe-style-2.purple-effect .right-part .subscribe-form .form-group .form-control::-ms-input-placeholder {
            color: var(--paragraph-color); }
          .subscribe-style-2.purple-effect .right-part .subscribe-form .form-group .form-control::placeholder {
            color: var(--paragraph-color); }
      .subscribe-style-2.purple-effect .right-part .subscribe-form .submit-btn {
        background-color: var(--pruple);
        color: var(--white); }
  .subscribe-style-2.orange-effect .left-part .img-wrapper {
    background: var(--orange); }
  .subscribe-style-2.orange-effect .right-part .subscribe-form .submit-btn {
    background-color: var(--white);
    color: var(--orange); }

.price-calculation {
  width: 100%;
  padding-top: 14px; }
  .price-calculation ul li .purchase-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px; }
    .price-calculation ul li .purchase-item .img-wrapper {
      width: 15%; }
      .price-calculation ul li .purchase-item .img-wrapper img {
        background: #f1f2f4; }
    .price-calculation ul li .purchase-item .content-part {
      width: 75%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .price-calculation ul li .purchase-item .content-part .description {
        width: 55%;
        padding: 0 20px;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
        .price-calculation ul li .purchase-item .content-part .description .title {
          font-size: 16px;
          line-height: 24px; }
      .price-calculation ul li .purchase-item .content-part .calculate-part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 45%; }
    .price-calculation ul li .purchase-item .item-remove {
      width: 10%;
      text-align: center;
      font-size: 20px;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
    .price-calculation ul li .purchase-item .shipping-info {
      width: 80%;
      text-align: right; }
    .price-calculation ul li .purchase-item .shipping-cost {
      width: 16%;
      text-align: center; }
    .price-calculation ul li .purchase-item .btn-side {
      width: 60%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    .price-calculation ul li .purchase-item .total-price-side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 40%;
      color: #4b4b4b;
      font-size: 16px;
      font-weight: 400;
      font-family: var(--primary-font); }
      .price-calculation ul li .purchase-item .total-price-side .total-price-info {
        width: 55%;
        text-align: right; }
      .price-calculation ul li .purchase-item .total-price-side .price-total {
        width: 32%;
        text-align: center; }
    .price-calculation ul li .purchase-item.no-border {
      border: none;
      padding-bottom: 0; }
    .price-calculation ul li .purchase-item.small-cart {
      padding: 15px 0; }
      .price-calculation ul li .purchase-item.small-cart .img-wrapper {
        width: 25%; }
      .price-calculation ul li .purchase-item.small-cart .content-part .description {
        width: 80%;
        padding: 0 15px; }
      .price-calculation ul li .purchase-item.small-cart .content-part .calculate-part {
        width: 20%; }
      .price-calculation ul li .purchase-item.small-cart .shipping-cost {
        width: 20%; }
      .price-calculation ul li .purchase-item.small-cart .total-price-side {
        width: 100%; }
        .price-calculation ul li .purchase-item.small-cart .total-price-side .total-price-info {
          width: 80%; }
        .price-calculation ul li .purchase-item.small-cart .total-price-side .price-total {
          width: 20%; }

.cart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .cart-wrap .quantity-count {
    background: var(--bg-11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .cart-wrap .quantity-count li {
      display: inline-block;
      padding: 8px 10px; }
      .cart-wrap .quantity-count li.quantity {
        color: #252525;
        font-size: 20px; }
    .cart-wrap .quantity-count .increase,
    .cart-wrap .quantity-count .decrease {
      cursor: pointer;
      color: #25252591; }
    .cart-wrap .quantity-count input[type="text"] {
      border: none;
      background: transparent;
      display: block;
      text-align: center;
      max-width: 30px; }
      .cart-wrap .quantity-count input[type="text"]:focus {
        outline: 0;
        border: none; }
    .cart-wrap .quantity-count.no-bg {
      background: transparent;
      border: 1px solid #e3e3e3; }
  .cart-wrap .love-box i {
    background: var(--bg-11);
    margin: 0 20px;
    border-radius: 4px;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 40px; }

.testimonial-slider-4 {
  padding-right: 75px;
  overflow: hidden;
  margin: 0; }
  .testimonial-slider-4 .testimonial-slider-4-item {
    text-align: center;
    -webkit-box-shadow: 0 0 10px #00000014;
    box-shadow: 0 0 10px #00000014;
    margin: 45px 18px 0;
    padding: 0 45px; }
    .testimonial-slider-4 .testimonial-slider-4-item .img-wrapper img {
      border: 10px solid #aa9bfd;
      border-radius: 50%;
      -webkit-box-shadow: 0 15px 30px #6c5bca9e;
      background: #fff;
      margin: -30px auto 0;
      box-shadow: 0 15px 30px #6c5bca9e; }
    .testimonial-slider-4 .testimonial-slider-4-item .review-text {
      max-width: 400px;
      margin: 0 auto;
      text-align: center;
      position: relative;
      margin-top: 45px; }
      .testimonial-slider-4 .testimonial-slider-4-item .review-text p {
        font-weight: 500;
        font-size: 16px; }
      .testimonial-slider-4 .testimonial-slider-4-item .review-text::before {
        content: "\f10d";
        position: absolute;
        font-size: 17px;
        top: -10px;
        left: -25px;
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        color: var(--purple);
        opacity: 0.8; }
      .testimonial-slider-4 .testimonial-slider-4-item .review-text::after {
        content: "\f10e";
        position: absolute;
        font-size: 17px;
        bottom: -10px;
        right: -19px;
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        color: var(--purple);
        opacity: 0.8; }
    .testimonial-slider-4 .testimonial-slider-4-item .client-info {
      padding-bottom: 60px; }
      .testimonial-slider-4 .testimonial-slider-4-item .client-info .title {
        font-weight: 600;
        margin-top: 60px;
        position: relative; }
        .testimonial-slider-4 .testimonial-slider-4-item .client-info .title::after {
          content: " ";
          display: block;
          height: 1px;
          width: 62%;
          position: absolute;
          top: -20px;
          left: 20%;
          background: #aa9bfd54; }
  .testimonial-slider-4 .slick-list {
    padding-bottom: 70px; }
  .testimonial-slider-4 .slick-dots li button:before {
    width: 20px;
    height: 6px;
    content: "";
    opacity: 1;
    background: #DED8FF;
    border-radius: 5px; }
  .testimonial-slider-4 .slick-dots li.slick-active button:before {
    background: #AA9BFD;
    width: 25px; }
  .testimonial-slider-4 .slick-dots {
    bottom: 0; }
  .testimonial-slider-4 .slick-prev, .testimonial-slider-4 .slick-next {
    font-size: 7px;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: var(--dark-white-4);
    border: none;
    outline: none;
    background: transparent;
    border: 1px solid var(--dark-white-4);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    left: inherit;
    right: 30px;
    top: inherit;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s; }
    .testimonial-slider-4 .slick-prev:hover, .testimonial-slider-4 .slick-next:hover {
      -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.1); }
  .testimonial-slider-4 .slick-prev {
    bottom: 25%; }
  .testimonial-slider-4 .slick-next {
    bottom: 15%; }
  .testimonial-slider-4 .slick-prev:before, .testimonial-slider-4 .slick-next:before {
    display: none; }


.error {
    float: left;
    font-size: 14px !important;
    margin-top: 10px;
    margin-bottom: 0;
    color: #f00 !important;
    font-weight: 400;
    display: block;
}
.ajax-loader {
    position: absolute;
    //left: 100%;
    margin-left: 10px;
    //margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzBweCIgIGhlaWdodD0iMzBweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLXJvbGxpbmciIHN0eWxlPSJiYWNrZ3JvdW5kOiBub25lOyI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgZmlsbD0ibm9uZSIgbmctYXR0ci1zdHJva2U9Int7Y29uZmlnLmNvbG9yfX0iIG5nLWF0dHItc3Ryb2tlLXdpZHRoPSJ7e2NvbmZpZy53aWR0aH19IiBuZy1hdHRyLXI9Int7Y29uZmlnLnJhZGl1c319IiBuZy1hdHRyLXN0cm9rZS1kYXNoYXJyYXk9Int7Y29uZmlnLmRhc2hhcnJheX19IiBzdHJva2U9IiNlOWNkNmUiIHN0cm9rZS13aWR0aD0iMTIiIHI9IjM1IiBzdHJva2UtZGFzaGFycmF5PSIxNjQuOTMzNjE0MzEzNDY0MTUgNTYuOTc3ODcxNDM3ODIxMzgiIHRyYW5zZm9ybT0icm90YXRlKDEzMS44MDggNTAgNTApIj48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgY2FsY01vZGU9ImxpbmVhciIgdmFsdWVzPSIwIDUwIDUwOzM2MCA1MCA1MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvY2lyY2xlPjwvc3ZnPg==) no-repeat center center;
}