@charset "UTF-8";
/*
Theme Name: Fixxo
Theme URI: http://s7template.com/tf/fixxo
Author: S7template
Author URI: http://s7template.com
Description: Fixxo - eCommerce Html Template
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
    ## Global
    ## Mixins
    ## Variables
    ## Common

# Sections
    ## Nav Bar
    ## Banner

# Elements
    ## Typography
    ## Accessibility
    ## Alignments
    ## Clearings
    ## Posts and pages
    ## Media
    ## Captions
    ## Unit test
    ## Button

--------------------------------------------------------------*/
/*-----------------
    # Typography
-----------------*/
:root {
  --main-color: #FF7373;
  --heading-color: #222529;
  --paragraph-color: #616365;
  --heading-font: "Poppins", sans-serif;
  --body-font: "Poppins", sans-serif;
  --body-font-size: 16px;
  --line-height30: 1.7;
}

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

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

body {
  margin: 0;
  color: var(--paragraph-color);
  font-family: var(--body-font);
  line-height: var(--line-height30);
  font-size: var(--body-font-size);
}

h1 {
  font-size: 65px;
  line-height: 1.2333333333;
}

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

h3 {
  font-size: 30px;
  line-height: 1.3833333333;
}

h4 {
  font-size: 24px;
  line-height: 1.3380952381;
}

h5 {
  font-size: 20px;
  line-height: 1.3380952381;
}

h6 {
  font-size: 18px;
  line-height: 1.2380952381;
}

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

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 0px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}

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

a:hover {
  color: var(--main-color-one);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

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

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

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

button:hover,
button:active,
button:focus {
  outline: 0;
}

/*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;
  box-shadow: none;
  border: 1px solid #ddd;
}

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

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

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

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

code {
  color: #faa603;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "";
  color: var(--main-color);
}

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

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

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

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  transition: 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);
}

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

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

.position-relative {
  position: relative;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -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;
  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: 15px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

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

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

.alignwide {
  max-width: 1100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  transition: 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;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  /*height: 47px;*/
  /*line-height: 60px;*/
  /*padding: 0 51px;*/
  overflow: hidden;
  position: relative;
  border: 0;
  transition: all 0.5s ease;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--body-font);
  
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
}
.btn:focus, .btn:active {
  outline: 0;
  color: #fff;
  box-shadow: none;
}
.btn i {
  margin-right: 7px;
}
.btn .border-1 {
  height: 2px;
  width: 20px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 10px;
  transition: all 0.4s ease-in;
}
.btn .border-1:after {
  content: "";
  height: 20px;
  width: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.4s ease-in;
}
.btn .border-2 {
  height: 2px;
  width: 20px;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: all 0.4s ease-in;
}
.btn .border-2:after {
  content: "";
  height: 20px;
  width: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  transition: all 0.4s ease-in;
}

.btn-main {
  height: 50px;
  line-height: 50px;
  background: var(--main-color);
  font-weight: 600;
}
.btn-main:hover {
  background: var(--heading-color);
  color: #fff;
}

.btn-2 {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
}
.btn-2:hover {
  background: var(--main-color);
  color: #fff;
}
.btn-2:focus, .btn-2:active {
  background: var(--main-color);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
}

.btn-d-border {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
  border-bottom: 1px solid var(--heading-color);
}
.btn-d-border i, .btn-d-border svg {
  margin-left: 16px;
}
.btn-d-border:hover {
  border-bottom: 1px solid var(--main-color);
}

.btn-base:hover {
  color: #fff;
}
.btn-base:hover .border-1 {
  width: 89%;
}
.btn-base:hover .border-1:after {
  height: 40px;
}
.btn-base:hover .border-2 {
  width: 89%;
}
.btn-base:hover .border-2:after {
  height: 40px;
}
.btn-base.bg-white {
  color: var(--heading-color);
}
.btn-base.bg-white .border-2,
.btn-base.bg-white .border-2:after,
.btn-base.bg-white .border-1:after,
.btn-base.bg-white .border-1 {
  background: var(--heading-color);
}

.btn-underline {
  padding: 0;
  font-size: 16px;
  color: var(--heading-color);
  font-weight: 700;
  text-decoration: underline;
  height: auto;
  line-height: inherit;
}
.btn-underline:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.bg-main {
  background: #C69320;
}

.bg-black {
  background: #23262A;
}

a:hover {
  color: black;
}

.star-rating {
  color: #292929;
  font-size: 16px;
}
.star-rating span i {
  font-size: 18px;
  color: #FF7373;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}

.overlay-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: -1;
}

/**slick-slider**/
.slick-carousel .slick-slide {
  margin: 0 15px;
}
.slick-carousel .slick-list {
  margin: 0px -15px 0px -15px;
}

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

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

.search-popup .search-form .form-group .form-control {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 54px;
  line-height: 54px;
  padding: 0 100px 0 30px;
  font-size: 18px;
  border: 1px solid var(--main-color);
}

.search-popup .search-form .submit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 54px;
  border: 0;
  border-radius: 0 5px 5px 0;
  background: #292929;
  color: #fff;
  transition: all 0.4s ease-in;
  padding: 0;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.search-popup .search-form .submit-btn:hover {
  background: var(--main-color);
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  z-index: 991;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  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: 0.7;
}

/*------------------------------------------------
    ## Single-input-wrap
------------------------------------------------*/
.single-input-wrap {
  border-radius: 0px;
  margin-bottom: 30px;
  position: relative;
  align-items: center;
}
.single-input-wrap label {
  color: #636363;
  margin-bottom: 1px;
}
.single-input-wrap input {
  border-radius: 0px;
  background: transparent;
  border: 1px solid rgba(112, 112, 112, 0.4);
  font-size: 16px;
  color: #616365;
  height: 50px;
  line-height: 50px;
  width: 100%;
  padding: 0 20px;
  transition: all 0.4s ease-in;
}
.single-input-wrap input::placeholder {
  font-size: 16px;
  color: #616365;
  line-height: 50px;
}
.single-input-wrap input:hover, .single-input-wrap input:active, .single-input-wrap input:focus {
  box-shadow: none;
  outline: 0;
  border: 1px solid var(--main-color);
}
.single-input-wrap textarea {
  width: 100%;
  padding: 13px 20px;
  font-size: 16px;
  background: transparent;
  border: 1px solid rgba(112, 112, 112, 0.4);
  color: #616365;
  border-radius: 0px;
  transition: all 0.4s ease-in;
}
.single-input-wrap textarea::placeholder {
  color: #616365;
  font-size: 16px;
}
.single-input-wrap textarea:hover, .single-input-wrap textarea:active, .single-input-wrap textarea:focus {
  box-shadow: none;
  outline: 0;
  border: 1px solid var(--main-color);
}

/*------------------------------------------------
    ## Section title
------------------------------------------------*/
.section-title {
  margin-bottom: 25px;
  position: relative;
}
.section-title.style-white p,
.section-title.style-white .title {
  color: #fff;
}
.section-title .title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 13px;
}
.section-title p {
  font-size: 18px;
}

/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 41px;
  height: 41px;
  color: #fff;
  background: var(--main-color);
  text-align: center;
  line-height: 41px;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
  animation: backto-top-bounce 4s infinite ease-in-out;
  border-radius: 50%;
}
@keyframes backto-top-bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.pagination {
  display: inline-flex;
  margin: 20px 0 0 0;
}
.pagination .page-item {
  margin-right: 20px;
}
.pagination .page-item.active a {
  background: var(--heading-color);
  border: 0;
  color: #ffffff;
}
.pagination .page-item:last-child {
  margin-right: 0;
}
.pagination .page-item .page-link {
  background: #F4F4F4;
  width: 36px;
  height: 36px;
  padding: 0;
  text-align: center;
  border: 0;
  line-height: 36px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #616365;
}
.pagination .page-item .page-link.next {
  width: auto;
  padding: 0 28px;
}
.pagination .page-item .page-link.next i {
  font-weight: 400;
}
.pagination .page-item .page-link:hover {
  background: var(--main-color);
  color: #ffffff;
}
.pagination .page-item .page-link:active, .pagination .page-item .page-link:focus {
  outline: 0;
  box-shadow: none;
  color: #ffffff;
  background: var(--main-color) !important;
}

/*-----------------------------------------
    ## Preloader Css
-------------------------------------------*/
/***Pre loader***/
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.97);
}

.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  animation: spin 1.7s linear infinite;
  z-index: 11;
}

.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.loaded .loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.5s ease-in-out;
}

.loader:before, .loader:after {
  content: "";
  border: 3px solid var(--main-color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0px;
}

.loader:before {
  transform: scale(1, 1);
  opacity: 1;
  animation: spWaveBe 0.6s infinite linear;
}

.loader:after {
  transform: scale(0, 0);
  opacity: 0;
  animation: spWaveAf 0.6s infinite linear;
}

@keyframes spWaveAf {
  from {
    transform: scale(0.5, 0.5);
    opacity: 0;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes spWaveBe {
  from {
    transform: scale(1, 1);
    opacity: 1;
  }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
/*-----------------------------------------
    ## Magnific-popup style
------------------------------------------*/
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*-----------------------------------------
    ## Breadcumb
------------------------------------------*/
.breadcrumb-area {
    padding: 20px 0 25px;
    background-color: #f6f6f8;
    margin-bottom: 15px;
}
.breadcrumb-area .breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb-area .breadcrumb li {
  font-size: 15px;
  font-weight: 500;
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 3px;
  letter-spacing: 0px;
  color: var(--heading-color);
}
.breadcrumb-area .breadcrumb li:before {
  content: ">";
}
.breadcrumb-area .breadcrumb li a {
  margin-right: 5px;
}
.breadcrumb-area .breadcrumb li a i, .breadcrumb-area .breadcrumb li a svg {
  margin-right: 5px;
}
.breadcrumb-area .breadcrumb li a:hover {
  color: var(--main-color);
}
.breadcrumb-area .breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb-area .breadcrumb li:first-child:before {
  display: none;
}

/*------------------------------------------------
    ## social area
------------------------------------------------*/
.social-area {
  padding: 0;
  margin: 0;
}
.social-area li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}
.social-area li a {
  color: #BEBEBE;
  transition: 0.4s;
  border: 1px solid #E8E8E8;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: transparent;
  display: inline-block;
  text-align: center;
  line-height: 42px;
}
.social-area li a:hover {
  background: var(--heading-color);
  color: #ffffff;
}
.social-area li:last-child {
  margin-right: 0 !important;
}
.social-area.style-2 li {
  margin-right: 14px;
}
.social-area.style-2 li a {
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  font-size: 18px;
  color: var(--heading-color);
}
.social-area.style-3 li {
  margin-right: 10px;
}
.social-area.style-3 li a {
  height: 36px;
  width: 36px;
  background: #F4F4F4;
  line-height: 38px;
  color: var(--heading-color);
  font-size: 14px;
  border: 0;
}
.social-area.style-3 li a:hover {
  background: var(--main-color);
  color: #fff;
}

.owl-nav {
  right: 0;
  top: -98px;
}
.owl-nav button {
  width: 40px;
  height: 40px;
  line-height: 39px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #E8E8E8;
  cursor: pointer;
  font-size: 18px;
  margin-left: 10px;
  color: #E8E8E8;
  transition: 0.4s;
}
.owl-nav button:hover {
  background: var(--heading-color);
  color: #fff;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.border-none {
  border: 0 !important;
}

.pd-xy-120 {
  padding: 0 80px;
}

.pd-xy-30 {
  padding: 0 80px;
}

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

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

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

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

.pd-top-55 {
  padding-top: 55px;
}

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

.pd-top-65 {
  padding-top: 65px;
}

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

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

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

.pd-bottom-35 {
  padding-bottom: 35px;
}

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

.pd-bottom-65 {
  padding-bottom: 65px !important;
}

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

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

/**widget**/
.widget-title {
  font-weight: 700;
  font-size: 16px;
  color: var(--heading-color);
  margin-bottom: 11px;
  position: relative;
}

.widget_link ul {
  padding: 0;
  margin: 0;
}
.widget_link ul li {
  list-style: none;
}
.widget_link ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.widget_link ul li a i, .widget_link ul li a svg {
  top: 3px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  color: var(--main-color);
}
.widget_link ul li a:hover {
  color: var(--main-color);
  padding-left: 10px;
}
.widget_link ul li a:hover i, .widget_link ul li a:hover svg {
  opacity: 1;
}
.widget_link.widget-list-black li {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: red;
}
.widget_link.widget-list-black li a {
  color: red;
}
.widget_link.widget-list-black li a:hover {
  color: red;
}

.sidebar-area .widget {
  margin-bottom: 27px;
}
.sidebar-area .widget .widget-title {
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid rgba(97, 99, 101, 0.4);
  padding-bottom: 9px;
  margin-bottom: 12px;
}

.widget .list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget .list li {
  position: relative;
  margin-bottom: 8px;
}
.widget .list li a {
  color: #616365;
}
.widget .list li a:hover {
  color: var(--main-color);
  padding-left: 10px;
}
.widget .list li a:hover i, .widget .list li a:hover svg {
  opacity: 1;
}
.widget .list li a i, .widget .list li a svg {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 14px;
  opacity: 0;
  transition: all 0.4s ease-in;
  color: var(--main-color);
}
.widget .color-check .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}
.widget .color-check .form-check .form-check-input {
  border: 1px solid #707070;
  height: 15px;
  width: 15px;
  margin-top: 6px;
}
.widget .color-check .form-check .form-check-input:checked {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}
.widget .color-check .form-check .form-check-input:active, .widget .color-check .form-check .form-check-input:focus, .widget .color-check .form-check .form-check-input:hover {
  box-shadow: none;
  outline: 0;
}
.widget .color-check .form-check .form-check-label {
  display: block;
}
.widget .color-check .form-check .form-check-label span {
  float: right;
}

.widget-tags .tagcloud a {
  height: 33px;
  border: 1px solid #BEBEBE;
  display: inline-block;
  line-height: 33px;
  padding: 0 10px;
  margin: 0 2px 10px;
}
.widget-tags .tagcloud a:hover {
  background: var(--main-color);
  color: #fff;
  border: 1px solid var(--main-color);
}

/******** widget-product-sorting ********/
.widget-product-sorting {
  margin-top: 25px;
}
.widget-product-sorting .slider-product-sorting {
  height: 1px;
  border-radius: 0;
  background: #E4E7EB;
  border: 0 !important;
  margin: 0 10px 20px 10px;
}
.widget-product-sorting .slider-product-sorting .ui-slider-range {
  background: var(--main-color);
}
.widget-product-sorting .slider-product-sorting .ui-slider-handle {
  height: 10px;
  width: 10px;
  border-radius: 0%;
  background: var(--main-color);
  border: 0 !important;
  top: -5px;
  cursor: pointer;
}
.widget-product-sorting label {
  font-size: 15px;
  letter-spacing: 0.15px;
  color: var(--main-color);
  border: 0;
  background: transparent;
  margin-bottom: 0;
  line-height: 1;
}
.widget-product-sorting label:focus {
  border: 0;
}
.widget-product-sorting input {
  font-size: 15px;
  letter-spacing: 0.15px;
  color: var(--main-color);
  border: 0;
  background: transparent;
  margin-bottom: 0;
  line-height: 1;
}
.widget-product-sorting input:focus {
  border: 0;
}
.widget-product-sorting button:focus {
  outline: 0;
}
/*----------------------------------------------
    # Header
----------------------------------------------*/

/*header {*/
/*    width: 100%;*/
/*    background-color: #000;*/
/*    transition: 0.2s;*/
/*    padding-bottom: 5px;*/
/*    font-family: Conv_FuturaEF-Medium_0;*/
/*    letter-spacing: 2px;*/
/*}*/
/*header {*/
/*    width: 100%;*/
/*    z-index: 2;*/
/*    background: #000;*/
/*}*/

/*header .header-tag p {*/
/*    font-size: 13px;*/
/*    color: #c9a103;*/
/*    padding: 10px 0px 0px 0px;*/
/*    margin: 0px;*/
/*    letter-spacing: 2px;*/
/*    font-family: Conv_FutuLt;*/
/*    font-weight: 40*/
/*}*/

/*header .navbar-default {*/
/*    background-color: transparent;*/
/*    margin-bottom: 0px;*/
/*    border: 0;*/
/*}*/
/*.navbar-default {*/
/*    background-color: #f8f8f8;*/
/*    border-color: #e7e7e7;*/
/*}*/
/*header .navbar-default .top-header {*/
/*    position: relative;*/
/*}*/
/*header .navbar-default .top-header .left-ul {*/
/*    display: flex;*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    padding: 0px;*/
/*    margin-bottom: 0px;*/
/*}*/
/*header .navbar-default .top-header .left-ul li:first-child {*/
/*    padding-left: 0px;*/
/*}*/
/*header .navbar-default .top-header .left-ul li {*/
/*    position: relative;*/
/*    list-style: none;*/
/*    padding: 0px 20px;*/
/*}*/
/*header .navbar-default .top-header .left-ul li a {*/
/*    color: #fff;*/
/*    display: flex;*/
/*}*/

/*.scountry, .shipto {*/
/*    text-transform: none;*/
/*    font-weight: 500;*/
/*}*/
/*.scountry {*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    cursor: pointer;*/
/*}*/
/*header .navbar-default .top-header .left-ul li:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    background-color: #fff;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    top: 0px;*/
/*}*/
/*header .navbar-default .nav-logo {*/
/*    display: table;*/
/*    margin: auto;*/
/*}*/
/*header .navbar-default .top-header .right-ul {*/
/*    padding: 0px;*/
/*    min-width: 100px;*/
/*    display: flex;*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    top: 20px;*/
/*    margin-bottom: 0px;*/
/*}*/
/*header .navbar-default .top-header .right-ul li {*/
/*    list-style: none;*/
/*    margin-left: 25px;*/
/*}*/
/*.pull-left {*/
/*    float: left!important;*/
/*}*/
/*header .navbar-default .top-header .right-ul li a {*/
/*    color: #fff;*/
/*    line-height: 33px;*/
/*}*/
/*header .navbar-default .navbar-collapse {*/
/*    position: relative;*/
/*}*/

/*header .navbar-default .navbar-collapse .navbar-nav {*/
/*    float: inherit;*/
/*    margin: auto;*/
/*    display: flex;*/
/*    width: 100%;*/
/*    justify-content: space-between;*/
/*}*/

/*header .navbar-default .navbar-collapse .navbar-nav .nav-item .nav-link {*/
/*    color: #fff;*/
/*}*/

.header_wrapper {
    /*border-bottom: 1px solid #181818ed;*/
}
.top-header {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-header-right-side {
    /*display: flex;*/
    height: 60px;
    align-items: center;
    justify-content: flex-end;
}

/*.logo {*/
/*    height: 60px;*/
/*    cursor: pointer;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

.logo {
    /* height: 172px; */
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 180px;
}
.logo img {
    width: 180px;
}
.input-group-text-custom {
    width: 100%;
    border: 2px solid #7B7B7B !important;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    /*border-radius: 25px 0 0 25px !important;*/
    padding-left: 20px !important;
    padding-top: 0;
    padding-bottom: 2px;
    border-right: transparent !important;
    line-height: 35px;
}
.input-group-text-search {
    color: whitesmoke;
    border-top-style: hidden;
    border-right-style: hidden;
    background-color: #e20d17;
    border-bottom-style: hidden;
    /*border-radius: 0 25px 25px 0 !important;*/
    padding-left: 10px;
    padding-bottom: 3px;
}
.auto_completed_box {
    position: absolute;
    max-width: 526px;
    background-color: #e20d17;
    width: 100%;
    min-height: 30px;
    padding: 10px;
    border-radius: 5px;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 40px;
    z-index: 9999999;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
}
.top-header-right-side {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: flex-end;
}
.icon_section {
    display: flex;
    width: 50%;
    height: 60px;
    align-items: center;
    justify-content: space-evenly;

}
.icon-holder {
    width: 50px;

    display: flex;
    cursor: pointer;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.brandIcon img {
    width: 100%;
    height: 40px;
}
.brandIcon {
    height: 40px;
    padding: 5px;
}
.brandName {
    margin-top: 5px;
}
.brandName p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}

.temp_navbar {
    border-bottom: 1px solid #B6B8B9;
}
.large-menu {
    color: black;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}
.menu {
    width: 100%;
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #000;*/
}
.menu ul li.static {
    position: static;
}

.menu nav ul li {
    float: left;
    position: relative;
}
.menu nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu nav ul li a {
    display: block;
    /*color: #fff;*/
    margin-right: 5px;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.43;
    font-weight: bold;
    padding: 0 8px;
    white-space: nowrap;
}

.menu ul li .mega-menu.mega-full {
    width: 100%;
    margin-top: -4px;
}
.menu ul li .mega-menu {
    z-index: 999;
    top: 110%;
    position: absolute;
    overflow: hidden;
    background-color: #fffefe;
    padding: 20px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.popular_brand_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.shopping_bag {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 9999;
}
.shopping_bag img {
    width: 70px;
    position: relative;
}
.cart_bag {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    background-color: red;
    padding: 2px;
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.brand {
    margin-right: 20px;
    cursor: pointer;
    width: 100px;
    height: 80px;
    display: flex;
    color: black;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    justify-content: center;
    border: 1px solid rgb(252, 228, 228);
    margin-bottom: 10px;
    box-shadow: rgb(0 0 0 / 8%) 0px 0px 15px -3px, rgb(0 0 0 / 4%) 0px 4px 6px -2px !important;
}
/*----------------------------------------------
    # Nav bar
----------------------------------------------*/
.navbar-area {
  padding: 0;
  top: 0px;
  position: fixed;
  z-index: 98;
  width: 100% !important;
  transition: all 0.4s;
}
.navbar-area .navbar {
  padding: 0;
}
.navbar-area .nav-container {
  background-color: transparent;
  padding: 19px 12px;
  transition: all 0.4s;
  height: 100px;
}
.navbar-area .nav-container .logo a {
  display: inline-block;
  z-index: 9;
  margin-top: -5px;
}
.navbar-area .nav-container .logo a img {
  height: auto;
}
.navbar-area .nav-container .logo .sticky-logo {
  display: none;
}
.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: 400;
  line-height: 50px;
  text-transform: capitalize;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: var(--heading-color);
  font-weight: 500;
  font-size: 16px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
  color: var(--main-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 14px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  height: 10px;
  width: 2px;
  background: var(--heading-color);
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
  margin-top: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 25px;
  height: 2px;
  width: 10px;
  background: var(--heading-color);
  transform: translateY(-50%);
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
  transition: all 0.4s ease;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
  opacity: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:after {
  background: var(--main-color);
}
.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: 210px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
  border-bottom: 0px !important;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 22px;
  font-size: 15px;
  transition: all 0.4s ease;
  border-bottom: 1px solid #f5f5f5;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  transition: all 0.3s;
  color: #050a30;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease;
  position: relative;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:before {
  position: absolute;
  left: 17px;
  top: 50%;
  content: ">";
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
  background: var(--main-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
  color: #fff;
  padding: 10px 20px 10px 30px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  font-family: "fontawesome";
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #fff;
}
.navbar-area-fixed {
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.1);
  top: 0;
  background: #E6E6E6;
}

/********** navbar right part **********/
.nav-right-part {
  position: relative;
}
.nav-right-part ul {
  margin: 0;
  padding: 0;
}
.nav-right-part ul li {
  list-style: none;
  display: inline-flex;
  margin-left: 15px;
}
.nav-right-part ul li:first-child {
  margin-left: 0;
}
.nav-right-part ul li .search {
  font-size: 13px;
  color: #000000;
}
.nav-right-part ul li a {
  line-height: 37px;
  height: 36px;
  width: 36px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  position: relative;
}
.nav-right-part ul li a:hover {
  background: #23262A;
  color: #fff;
}
.nav-right-part ul li a:hover img {
  filter: invert(1);
}
.nav-right-part ul li a img {
  margin-top: -5px;
  transition: all 0.4s ease-in;
}
.nav-right-part ul li a span {
  position: absolute;
  height: 16px;
  display: inline-block;
  width: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  background: var(--main-color);
  border-radius: 50%;
  top: -3px;
  right: -3px;
}
.nav-right-part ul li a.link {
  width: auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.nav-right-part ul li a.link:hover {
  color: var(--main-color);
}

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

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

.bar1 {
  width: 32px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: var(--main-color);
  z-index: 9999;
  top: 10px;
  right: -5px;
}

.bar2 {
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: var(--main-color);
  z-index: 9999;
  top: 17px;
  right: -5px;
}

.bar3 {
  width: 18px;
  height: 2px;
  margin-bottom: 5px;
  position: absolute;
  background: var(--main-color);
  z-index: 9999;
  top: 24px;
  right: -5px;
}

.responsive-mobile-menu button:focus {
  outline: none;
  border: none;
}

.responsive-mobile-menu {
  left: auto;
  top: 20px;
  right: 0;
  position: absolute;
  transition: 0.4s;
}

.navbar-area.navbar-area-fixed .responsive-mobile-menu {
  top: 14px;
}

.toggle-btn {
  width: 40px;
  height: 40px;
  transition-duration: 0.5s;
  border: 0;
  background: transparent;
}
.toggle-btn .icon-left {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: var(--main-color);
  left: 7px;
}
.toggle-btn .icon-left:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--main-color);
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-left:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--main-color);
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-left:hover {
  cursor: pointer;
}
.toggle-btn .icon-right {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 11px;
  top: 18px;
  background-color: var(--main-color);
  left: 18px;
}
.toggle-btn .icon-right:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--main-color);
  content: "";
  top: -7px;
  left: 0;
}
.toggle-btn .icon-right:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 11px;
  height: 2px;
  background-color: var(--main-color);
  content: "";
  top: 7px;
  left: 0;
}
.toggle-btn .icon-right:hover {
  cursor: pointer;
}
.toggle-btn.open .icon-left {
  transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-left:before {
  transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
}
.toggle-btn.open .icon-left:after {
  transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
}
.toggle-btn.open .icon-right {
  transition-duration: 0.5s;
  background: transparent;
}
.toggle-btn.open .icon-right:before {
  transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
}
.toggle-btn.open .icon-right:after {
  transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
}
.toggle-btn:hover {
  cursor: pointer;
}

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

.sopen {
  display: block !important;
}

@media all and (max-width: 991px) {
  .nav-right-part {
    margin-right: 50px;
  }
  .nav-right-part .btn {
    height: 42px;
    line-height: 43px;
  }

  .nav-right-part .btn .right {
    padding-left: 5px;
    font-size: 13px;
  }

  .nav-right-part-mobile {
    display: block;
  }

  .nav-right-part-desktop {
    display: none;
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
  }
  .navbar-area .nav-container .navbar-toggler {
    padding: 0px;
  }
  .navbar-area .nav-container .navbar-collapse {
    margin-top: 13px;
    padding-right: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    display: block;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 0px !important;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    background-color: transparent;
    border-radius: 10px;
    padding: 0px;
    border-bottom: none;
    display: none;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    top: 30px;
    color: #fff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
}
@media all and (max-width: 575px) {
  .navbar-area .nav-container .logo a img {
    width: 125px;
  }

  .nav-right-part {
    margin-right: 30px;
    right: 0;
  }
  .nav-right-part .btn {
    font-size: 14px;
    padding: 0 14px;
  }

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

  .responsive-mobile-menu {
    right: 0;
  }

  .responsive-mobile-menu {
    top: 14px;
  }
}
/*----------------------------------------------
    ## Banner Style
----------------------------------------------*/
.banner-area {
  position: relative;
  padding: 100px 0 0px;
}
.banner-area.banner-area-3 {
  padding-top: 0;
}
.banner-area.banner-area-3 .banner-offer-product a {
  display: block;
  background: #F4F4F4;
  padding: 21px 0;
}
.banner-area.banner-area-3 .banner-offer-product a img {
  width: 100%;
}

.banner-inner h1 {
  font-weight: 800;
  margin-bottom: 0px;
  animation: 1.5s 0.9s fadeInLeft both;
}
.banner-inner h3 {
  animation: 1.5s 0.9s fadeInLeft both;
  font-size: 35px;
  margin-bottom: 12px;
}
.banner-inner h6 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  animation: 1.5s 1.2s fadeInLeft both;
}
.banner-inner p {
  margin-top: 35px;
  margin-bottom: 37px;
  font-size: 16px;
  color: var(--heading-color);
  animation: 1.5s 1.2s fadeInLeft both;
}
.banner-inner .btn {
  animation: 1.5s 1.2s fadeInLeft both;
}

.banner-slider {
  padding-left: 30px;
  margin-bottom: 8px;
}
.banner-slider .banner-inner h1 {
  margin-bottom: 3px;
}
.banner-slider .banner-inner h3 {
  font-size: 35px;
  animation: 1.5s 0.9s fadeInLeft both;
}
.banner-slider .banner-inner .price {
  animation: 1.5s 0.9s fadeInLeft both;
  color: #616365;
  margin-bottom: 13px;
}
.banner-slider .banner-inner .price del {
  margin-right: 8px;
}
.banner-slider .slick-arrow {
  color: #616365;
  position: absolute;
  font-size: 30px;
  cursor: pointer;
  bottom: 40px;
  left: 30px;
  z-index: 1;
}
.banner-slider .slick-arrow.right {
  left: 67px;
}

.single-banner-product {
  background: #F4F4F4;
  padding-left: 30px;
  margin-bottom: 8px;
}

/*----------------------------------------------
    ## Arrival Style
----------------------------------------------*/
.single-arrival-wrap {
  padding-left: 49px;
  padding-right: 30px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.single-arrival-wrap h2 {
  font-size: 28px;
  margin-bottom: 18px;
}
.single-arrival-wrap p {
  font-size: 14px;
  margin-bottom: 32px;
}

.single-arrival-category {
  min-height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}
.single-arrival-category .btn {
  width: 180px;
  padding: 0;
}

/*----------------------------------------------
    ## Product Style
----------------------------------------------*/
.single-product-wrap {
  margin-bottom: 21px;
}
.single-product-wrap.list-product-wrap {
  display: inline-flex;
  margin-bottom: 30px;
}
.single-product-wrap.list-product-wrap .thumb {
    margin-right: 15px;
    width: 155px;
    height: 130px;
}
.single-product-wrap.list-product-wrap .wrap-details {
  margin-top: 0;
}
.single-product-wrap:hover .thumb ul,
.single-product-wrap:hover .thumb .btn, .single-product-wrap:hover .thumb:after {
  opacity: 1;
}
.single-product-wrap:hover .thumb .btn {
  bottom: 0;
}
.single-product-wrap:hover .thumb ul {
  right: 10px;
}
.single-product-wrap .thumb {
  position: relative;
  background: #F5F5F5;
  text-align: center;
      overflow: hidden; /*Set the wrappers overflow to hidden*/

  display: inline-block;
  z-index: 1;
    margin-right: 15px;
    width: 200px;
    height: 280px;
    transition: transform .2s;
}

.single-product-wrap .thumb img{
    transition: 0.5s;
}

.single-product-wrap .thumb img:hover{
    transform: scale(1.5);
}


.single-product-wrap .thumb:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(35, 38, 42, 0.2);
  z-index: -1;
  /*opacity: 0;*/
  /*transition: all 0.4s ease-in;*/
}
.single-product-wrap .thumb .btn {
  width: 100%;
  /*position: absolute;*/
  /*bottom: -10px;*/
  left: 0;
    height: 30px;
    font-size: 14px;
    line-height: 2.3;

  font-weight: 600;
  /*opacity: 0;*/
  /*padding: 0;*/
}
.single-product-wrap .thumb .zzz {
    width: 100%;
    position: absolute;
    /*bottom: 0px;*/
    bottom: 30px;
    left: 15px;
    height: 30px;
    font-size: 14px;
    /*line-height: 2.3;*/
    line-height: 1;

    font-weight: 400;
    /*opacity: 0;*/
    padding: 0;
}
.single-product-wrap .thumb .btn:hover .border-2, .single-product-wrap .thumb .btn:hover .border-1 {
  width: 92%;
}
.single-product-wrap .thumb .btn:hover .border-2:after, .single-product-wrap .thumb .btn:hover .border-1:after {
  height: 30px;
}
.single-product-wrap .thumb ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 10px;
  opacity: 0;
  transition: all 0.4s ease-in;
}
.single-product-wrap .thumb ul li {
  list-style: none;
  display: block;
}
.single-product-wrap .thumb ul li:last-child a {
  margin-bottom: 0;
}
.single-product-wrap .thumb ul li a {
  line-height: 39px;
  height: 36px;
  width: 36px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  position: relative;
  display: block;
  color: #000000;
  margin-bottom: 10px;
}
.single-product-wrap .thumb ul li a:hover {
  background: #23262A;
  color: #fff;
}
.single-product-wrap .thumb ul li a:hover img {
  filter: invert(1);
}
.single-product-wrap .thumb ul li a img {
  margin-top: -5px;
  transition: all 0.4s ease-in;
}
.single-product-wrap .wrap-details {
  margin-top: 10px;
}
.single-product-wrap .wrap-details .categories {
  font-size: 13px;
  font-weight: 500;
}
.single-product-wrap .wrap-details h6 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 3px;
  margin-bottom: 0;
}
.single-product-wrap .wrap-details .star-rating {
  margin-top: 3px;
}
.single-product-wrap .wrap-details .price {
  font-size: 18px;
  font-weight: 600;
  color: var(--heading-color);
  letter-spacing: 1px;
  display: block;
}
.single-product-wrap .wrap-details .price del {
  color: #616365;
  font-weight: 400;
  margin-right: 16px;
}

/***spaciality-area***/
.spaciality-area {
  padding: 59px 65px 65px;
}

.single-spaciality-wrap {
  background: #fff;
}
.single-spaciality-wrap .wrap-details {
  padding: 0 15px 0 20px;
}
.single-spaciality-wrap .wrap-details h5 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 17px;
}
.single-spaciality-wrap .wrap-details .btn-d-border {
  margin-top: 16px;
  display: inline-block;
  font-size: 14px;
}
.single-spaciality-wrap .thumb img {
  width: 100%;
}

.product-pills {
  display: inline-block;
}
.product-pills .nav-item {
  display: inline-block;
}
.product-pills .nav-item .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  background: transparent;
  padding: 0 10px;
}
.product-pills .nav-item .nav-link.active {
  color: var(--main-color);
}

.product-slider .slick-list {
  margin: 0 -15px;
}
.product-slider .slick-slide {
  margin: 0 15px;
}
.product-slider .single-product-wrap {
  margin-bottom: 0;
}
.product-slider .single-product-wrap .thumb ul li a img {
  display: inline-block;
}
.product-slider .slick-arrow {
  cursor: pointer;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: 0;
  top: -47px;
}
.product-slider .slick-arrow.left {
  right: 37px;
}

.product-filter {
  font-size: 14px;
  color: #616365;
  margin-bottom: 30px;
}
.product-filter span {
  display: inline-block;
  margin-right: 15px;
  height: 40px;
  line-height: 40px;
}
.product-filter .nice-select {
  height: 40px;
  border: 1px solid #23262A;
  border-radius: 0;
  color: #616365;
  font-size: 14px;
}
.product-filter .nice-select span {
  margin-right: 0;
}
.product-filter .nice-select.categories-select {
  width: 240px;
}
.product-filter .nice-select:after {
  border-color: #616365;
  width: 7px;
  height: 7px;
}

.product-details-area .single-thumbnail-slider-2 .slider-item {
  background: #F7F8FA;
}
.product-details-area .single-thumbnail-slider-2 .slider-item img {
  width: 100%;
}
.product-details-area .product-thumbnail-carousel-2 {
  margin-top: 20px;
}
.product-details-area .product-thumbnail-carousel-2 .slick-slide {
  margin: 0 15px;
  background: #F7F8FA;
  cursor: pointer;
}
.product-details-area .product-thumbnail-carousel-2 .slick-list {
  margin: 0px -15px 0px -15px;
}
.product-details-area .product-thumbnail-carousel-2 .slick-arrow {
  font-size: 16px;
  color: var(--heading-color);
  z-index: 9;
  display: none;
}
.product-details-area .product-thumbnail-carousel-2 .slick-arrow.slick-prev {
  left: 10px;
}
.product-details-area .product-thumbnail-carousel-2 .slick-arrow.slick-next {
  position: absolute;
  right: -5px;
}
.product-details-area .product-item-details .entry-title {

    font-size: 16px;
font-family: Montserrat;
    color: #252525;
    font-weight: 600;
  margin-bottom: 11px;
}
.product-details-area .product-item-details .category {
  font-size: 13px;
  font-weight: 500;
  color: #616365;
  margin-bottom: 13px;
}
.product-details-area .product-item-details .category span {
  margin-right: 16px;
}
.product-details-area .product-item-details .price {

    line-height: 22px;
    margin-right: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #222529;
  padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.product-details-area .product-item-details p {
    padding-bottom: 23px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 100;
    color: #000000b5;
}
.product-details-area .product-item-details .sub-title {
  font-size: 16px;
  font-weight: 500;
  color: #23262A;
  margin-right: 50px;
  width: 50px;
  display: inline-block;
}
.product-details-area .product-item-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.product-details-area .product-item-details ul li {
  display: inline-block;
}
.product-details-area .product-item-details ul li:first-child {
  margin-left: 0 !important;
}
.product-details-area .product-item-details .product-size {
  margin-bottom: 30px;
}
.product-details-area .product-item-details .product-size ul li {
  margin: 0 2px;
}
.product-details-area .product-item-details .product-size ul li a {
  height: 40px;
  width: 40px;
  border: 1px solid #23262A;
  display: block;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  color: var(--heading-color);
}
.product-details-area .product-item-details .product-size ul li a:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.product-details-area .product-item-details .product-color {
  display: flex;
  align-items: center;
  /*margin-bottom: 30px;*/
    border-radius: 25px;
    color: black;
}
.product-details-area .product-item-details .product-color .nice-select {
  border: 1px solid #23262A;
  border-radius: 25px;
  height: 40px;
  line-height: 39px;
}
.product-details-area .product-item-details .product-color .nice-select .list {
  display: inline-grid;
}
.product-details-area .product-item-details .product-quantity {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product-details-area .product-item-details .shareable-link .social-area {
  margin-left: -4px;
}

.quantity {
  display: inline-block;
  border: 1px solid var(--heading-color);
    border-radius: 25px;
    height: 37px;
}
.quantity input {
  height: 35px;
  border-radius: 0;
  border: 0;
  background: transparent;
  width: 56px;
  cursor: pointer;
}
.quantity input:focus {
  border: 0;
}
.quantity input.minus {
  border-right: 1px solid var(--heading-color);
  width: 35px;
}
.quantity input.plus {
  border-left: 1px solid var(--heading-color);
  width: 35px;
}
.quantity input.input-text {
  text-align: center;
  padding-left: 16px;
  margin-left: -3px;
  margin-right: -3px;
}

.product-details-tabs {
  margin-top: 55px;
}
.product-details-tabs .nav-tabs {
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(97, 99, 101, 0.2);
  display: inline-block;
}
.product-details-tabs .nav-tabs .nav-item {
  display: inline-block;
  margin-right: 45px;
}
.product-details-tabs .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.product-details-tabs .nav-tabs .nav-item .nav-link {
  border-radius: 0;
  font-size: 16px;
  background: transparent;
  display: inline-block;
  font-weight: 500;
    color: black;
    border: 1px solid black;
    padding: 5px;
}
.product-details-tabs .nav-tabs .nav-item .nav-link.active {
    border: 1px solid black;
  color: black;
}
.product-details-tabs .tab-content ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.product-details-tabs .tab-content ul li {
  margin-bottom: 5px;
}
.product-details-tabs .tab-content .review-item {
  margin-bottom: 24px;
}
.product-details-tabs .tab-content .review-item h6 {
  font-weight: 600;
}
.product-details-tabs .tab-content .review-item .star-rating {
  margin-bottom: 5px;
}

.offer-slider.slick-slider:hover .slick-arrow {
  opacity: 1;
}
.offer-slider.slick-slider .slick-list {
  margin: 0px -15px 0px -15px;
}
.offer-slider.slick-slider .slick-slide {
  margin: 0 15px;
}
.offer-slider.slick-slider .slick-arrow {
  background: var(--main-color);
  color: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  opacity: 0;
  z-index: 1;
  transition: all 0.4s ease-in;
}
.offer-slider.slick-slider .slick-arrow:hover {
  background: var(--heading-color);
}
.offer-slider.slick-slider .slick-arrow.la-arrow-left {
  left: 0px;
}
.offer-slider.slick-slider .slick-arrow.la-arrow-right {
  right: -2px;
}

.single-offer-wrap {
  padding: 0 20px 0 0;
  height: 380px;
  overflow: hidden;
}
.single-offer-wrap.style-2 {
  padding: 20px;
}
.single-offer-wrap.style-2 .details {
  border: 10px solid var(--main-color);
  padding: 16px 10px 25px;
}
.single-offer-wrap .btn {
  margin-top: 20px !important;
}
.single-offer-wrap .btn-base {
  border: 1px solid #23262A;
  height: 62px;
}
.single-offer-wrap .details {
  padding: 0 0 0 30px;
}

.single-offer-wrap-2 {
  position: relative;
  z-index: 1;
}
.single-offer-wrap-2 .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), black);
  z-index: 0;
}
.single-offer-wrap-2 img {
  width: 100%;
}
.single-offer-wrap-2 .details {
  position: absolute;
  bottom: 24px;
  left: 30px;
}
.single-offer-wrap-2 .details h4 {
  color: #fff;
  margin-bottom: 12px;
}
.single-offer-wrap-2 .details .btn {
  color: #fff;
}

/**instagram-area**/
.instagram-area .thumb {
  margin-bottom: 30px;
}
.instagram-area .thumb img {
  width: 100%;
}

.instagram-wrap {
  position: relative;
}

.instagram-inner {
  background: #23262A;
  display: inline-block;
  padding: 40px 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -126px 0 0 -140px;
}
.instagram-inner i, .instagram-inner svg {
  font-size: 30px;
  color: #fff;
  margin-bottom: 18px;
}
.instagram-inner h5 {
  color: #fff;
  margin-bottom: 24px;
}
.instagram-inner .btn {
  border: 2px solid #fff;
  height: 64px;
  width: 190px;
  line-height: 62px;
}

/***home-3***/
.home-3 .single-offer-wrap.style-2 .details {
  padding: 66px 30px 78px;
}

/***cart-area***/
.cart-area .table {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
}

.cart-area .table thead th {
  border-bottom: 0;
  text-align: center;
}

.cart-area .table tbody th img {
  width: 100px;
}

.cart-area .table tbody td {
  font-family: var(--heading-font);
}

.cart-area .table tbody .price {
  text-align: center;
}

.cart-area .table tbody .table-quantity {
  text-align: center;
}

.cart-area .table td, .cart-area .table th {
  vertical-align: middle;
}

.cart-area input.code-input {
  border: 1px dotted #BBB4AE;
  padding: 0 15px;
  height: 47px;
  font-family: var(--heading-font);
  margin-right: 0px;
}

.cart-area .table-btn .btn-black {
  margin-top: -3px;
  margin-left: -4px;
}

.cart-area .order-summary {
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 30px #F8F8F8;
  margin-top: 50px;
  padding: 34px 40px 40px;
}

.cart-area .order-summary .title {
  font-weight: 600;
  margin-bottom: 17px;
}

.cart-area .order-summary .subtotal {
  font-family: var(--heading-font);
  margin-bottom: 10px;
}

.cart-area .order-summary .total {
  border-top: 1px solid #ECEBEB;
  padding: 15px 0 21px;
}

/***checkout-area***/
.checkout-inner {
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 30px #F8F8F8;
  background: #ffffff;
  padding: 39px 40px 40px;
}

.checkout-inner .payment-wrap {
  margin-top: 20px;
  margin-bottom: 10px;
}

.checkout-inner .payment-wrap .payment-option {
  position: relative;
  padding: 8px 0 8px 30px;
  font-size: 15px;
  font-weight: 500;
}

.checkout-inner .payment-wrap .payment-option input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.checkout-inner .payment-wrap .payment-option .checkmark {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -9px;
  height: 18px;
  width: 18px;
  cursor: pointer;
  background: #fff;
  border: 4px solid #ededed;
  border-radius: 50%;
}

.checkout-inner .payment-wrap .payment-option input:checked ~ .checkmark {
  border: 4px solid var(--heading-color);
}

.checkout-inner .btn {
  margin-top: 10px;
}

/***contact-area***/
.contact-info-inner {
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 30px #F8F8F8;
  padding: 51px 60px 21px;
}

.contact-info-inner h4 {
  font-weight: 600;
  margin-bottom: 32px;
}

.contact-info-inner .single-contact-wrap {
  margin-bottom: 30px;
}

.contact-info-inner .single-contact-wrap .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FAFAFA;
  display: inline-block;
  font-size: 30px;
  text-align: center;
  line-height: 82px;
  color: #000000;
  margin-bottom: 15px;
}

.contact-info-inner .single-contact-wrap span {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
  margin-right: 15px;
}

.contact-info-inner .single-contact-wrap p {
  color: #292929;
  font-size: 18px;
  margin-bottom: 0;
}

.contact-area .contact-form {
  border: 1px solid #FAFAFA;
  box-shadow: 0 0 30px #F8F8F8;
  padding: 39px 40px 50px;
}

.contact-area .contact-form h6 {
  color: #636363;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  font-family: var(--body-font);
  margin-bottom: 32px;
}

.contact-area .contact-form h6:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 60px;
  background: #C4C4C4;
  left: 0;
  bottom: -7px;
}

.contact-area .contact-form .single-textarea-wrap {
  margin-bottom: 6px;
}

.contact-area .contact-form .single-checkbox {
  margin-bottom: 26px;
}

.contact-area .contact-form .single-checkbox span {
  font-size: 14px;
  color: #636363;
  margin-left: 7px;
}

.contact-area .contact-form .btn-black {
  height: 50px;
  line-height: 50px;
  padding: 0 45px;
}

.contact-map iframe {
  width: 100%;
  height: 825px;
  margin-bottom: -8px;
}

/***service-area***/
.service-area {
  position: relative;
}
.service-area.border-top {
  border-top: 1px solid #000;
}
.service-area.style-2 {
  padding: 15px 0;
}
.service-area.style-2 .single-service-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.service-area.style-2 .single-service-wrap .thumb {
  box-shadow: none;
  border: 1px solid #E3E3E3;
  margin: 0;
  display: inline-table;
}
.service-area.style-2 .single-service-wrap .wrap-details {
  text-align: left;
  padding-left: 20px;
}
.service-area.style-2 .single-service-wrap .wrap-details h6 {
  margin-bottom: 5px;
}
.service-area.style-2 .single-service-wrap .wrap-details p {
  margin-bottom: 0;
  font-size: 13px;
}

.single-service-wrap {
  margin-bottom: 30px;
}
.single-service-wrap .thumb {
  height: 60px;
  width: 60px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 31px;
}
.single-service-wrap .wrap-details h6 {
  margin-bottom: 18px;
}
.single-partner-wrap {
  border: 1px solid #E5E5E5;
  height: 145px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}

/**blog-area**/
.single-blog-wrap {
  margin-bottom: 30px;
}

.single-blog-wrap .thumb {
  overflow: hidden;
}

.single-blog-wrap .thumb img {
  transition: all 0.4s ease-in;
  width: 100%;
}

.single-blog-wrap:hover .thumb img {
  transform: scale(1.2);
}

.single-blog-wrap .blog-wrap-details {
  border-bottom: 1px solid #F8F8F8;
  padding: 27px 0 13px;
}

.single-blog-wrap .blog-wrap-details h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--heading-font);
  margin-bottom: 17px;
}

.single-blog-wrap .blog-wrap-details p {
  margin-bottom: 10px;
}

.single-blog-wrap .blog-wrap-details span {
  color: #B0B0B0;
  font-size: 12px;
  font-family: var(--heading-font);
  margin-right: 16px;
}

.single-blog-area .blog-details-inner .blog-details-wrap .meta span {
  font-size: 13px;
  font-weight: 500;
  margin-right: 27px;
}
.single-blog-area .blog-details-inner .blog-details-wrap .meta span i, .single-blog-area .blog-details-inner .blog-details-wrap .meta span svg {
  color: var(--heading-color);
  margin-right: 7px;
}
.single-blog-area .blog-details-inner .blog-details-wrap h4 {
  margin: 17px 0;
}
.single-blog-area .blog-details-inner .blog-details-wrap p {
  font-size: 15px;
  margin-bottom: 15px;
}
.single-blog-area .blog-details-inner .blog-details-wrap .gallery-wrap {
  margin: 20px 0;
}
.single-blog-area .blog-details-inner .blog-share {
  padding: 20px 0 40px;
}
.single-blog-area .blog-details-inner .blog-share span {
  font-size: 18px;
  font-weight: 700;
  color: var(--heading-color);
  margin-right: 20px;
}
.single-blog-area .blog-details-inner .blog-share .common-btn {
  margin-right: 20px;
}

.comment-area .media {
  display: flex;
  margin-bottom: 20px;
}
.comment-area .media .thumb {
  display: inline-block;
  margin-right: 20px;
}
.comment-area .media .media-body {
  flex: 1;
}
.comment-area .media .media-body h6 {
  font-size: 16px;
  margin-bottom: 2px;
}
.comment-area .media .media-body .date {
  font-size: 14px;
}
.comment-area .media .media-body p {
  margin-top: 4px;
}

.comment-form .submit-area .btn {
  padding: 0 38px;
}

/*--------------------------------------------------
    ##Footer
---------------------------------------------------*/
footer {
    background-color: #e3020d;
    background: #7a7670;
}
footer {
    box-sizing: border-box;
    min-height: auto;
    padding-top: 20px;
}
footer h4 {
    font-family: Conv_FuturaEF-Medium_0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
footer h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: #8a7b56;
}




footer p {
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    font-family: "Montserrat";
    letter-spacing: 1.5px;
    font-weight: 100;
}
footer ul li a {
    font-family: var(--body-font);
    color: #fff;
    line-height: 2.125;
    font-size: 13px;
    letter-spacing: 1px;
}
footer .footer-logo {
    position: relative;
    text-align: center;
}
footer .footer-logo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 35%;
    height: 1px;
    background: #919292;
    margin-top: 20px;
}
footer .footer-logo::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15px;
    width: 35%;
    height: 1px;
    background: #919292;
    margin-top: 20px;

}
footer .footer-social-icons {
    text-align: center;
    margin-top: 10px;
}
footer .footer-social-icons ul li a {
    color: rgba(255,255,255,.7);
    margin: 0 10px;
}
footer ul li a {
    font-family: var(--body-font);
    color: #fff;
    line-height: 2.125;
    font-size: 13px;
    letter-spacing: 1px;
}

footer ul li a:hover{
    color: #273d82;
}
footer .footer-copyright {
    text-align: center;
}
footer .footer-copyright p {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2.833;
    letter-spacing: 2px;
}

footer p {
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    font-family: "Montserrat";
    letter-spacing: 1.3px;
}



/* custom desktop by aumlan*/

.button-68 {
   appearance: none;
   backface-visibility: hidden;
   background-color: #f09a1b;
   /*background-color: #C69320;*/
   border-radius: 25px;
   border-style: none;
   box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
   box-sizing: border-box;
   color: #fff;
   cursor: pointer;
   display: inline-block;
   font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;
   font-size: 14px;
   font-weight: 600;
   letter-spacing: normal;
   line-height: 1.3;
   outline: none;
   overflow: hidden;
   padding: 10px 20px;
   position: relative;
   text-align: center;
   text-decoration: none;
   transform: translate3d(0, 0, 0);
   transition: all .3s;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
   vertical-align: top;
   white-space: nowrap;
}

.button-68:hover {
    background-color: #20a907;
    opacity: 1;
    transform: translateY(0);
    transition-duration: .35s;
}

.button-68:active {
    transform: translateY(2px);
    transition-duration: .35s;
}

.button-68:hover {
    box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}

.myShadow{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 15px !important;
}
.hearo_section {
    background-repeat: no-repeat;
    min-height: 257px;
    box-sizing: border-box;
    background-size: cover;
}
.slider_image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}
.slider_image img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: contain;
}

.owl-item, .item {
    height: 50vh;
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 40px;
    border-radius: 50%;
}
.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}
.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}
.owl-carousel .owl-nav div:hover {
    background: #e00000;
    color: #fff
}


.fancy-border {
    border: 10px solid #B88846;
    background-color: #dfb22a;
    border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='75'%3E%3Cg fill='none' stroke='%23B88846' stroke-width='2'%3E%3Cpath d='M1 1h73v73H1z'/%3E%3Cpath d='M8 8h59v59H8z'/%3E%3Cpath d='M8 8h16v16H8zM51 8h16v16H51zM51 51h16v16H51zM8 51h16v16H8z'/%3E%3C/g%3E%3Cg fill='%23B88846'%3E%3Ccircle cx='16' cy='16' r='2'/%3E%3Ccircle cx='59' cy='16' r='2'/%3E%3Ccircle cx='59' cy='59' r='2'/%3E%3Ccircle cx='16' cy='59' r='2'/%3E%3C/g%3E%3C/svg%3E") 25;
    text-align: center;
}
.option_highlight{
    font-size: 22px;
    font-weight: 600;
    /*padding: 10px;*/
    color: white;
    /*background-color: #DBA514;*/
    border-radius: 5px;
    line-height: 25px;
}


.dropdown-custom {
    position: relative;
    display: inline-block;
}

.dropdown-custom-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 65px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    /*padding: 12px 16px;*/
    z-index: 1;
}

.dropdown-custom:hover .dropdown-custom-content {
    display: block;
}

.column-custom div {
    position: relative;
    float: left;

    /*height: 200px;*/
/*    margin: 0 0 0 10px;*/
/*    padding: 0;*/
}

figure {

    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
figure:hover+span {
    bottom: -36px;
    opacity: 1;
}


/* Zoom In #1 */
.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter:  blur(0);
    filter: blur(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.hover01 figure:hover img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.text-centered-custom {
    position: absolute !important;
    /*top: 50% !important;*/
    left: 50% !important;
    transform: translate(-50%, -50%);
    bottom: 0;
}
.p1-style{
    font-size: 20px;
    color: white;
    padding: 5px;
    background: #C2A01E;
}
.p2-style{
    background: transparent !important;
    font-size: 30px;
    padding: 0;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: white;
}

.sticky-social{
    position:fixed;
    top:67vh;
    right:0px;
    padding:0px;
    margin:0px;
}
.social-custom{
    list-style:none;
}
.social-custom li{
    padding:10px 10px;
    font-size:25px;
    transition:all 0.8s ease-in-out;
}
.social-custom li:hover{
    margin-right:-30px;
    box-shadow:2px 5px 10px grey;
}
.social-custom li:hover .fa{
    margin-left:20px;
}
.fa{
    color:#fff;
    transition:all 0.8s ease-in-out;
}
.vim{
    background-color:#28a745;
    border-radius: 5px;
    list-style: none;
    padding: 5px 5px 1px 5px;
}

.breadcrumb{
    background-color: transparent; !important;
}
.nice-select{
    border: solid 1px black !important;
    height: 38px !important;
    /*width: 100%;*/
}
.footer__top p {
    margin-bottom: 1.3em;
    line-height: 24px;
}
.pl__30 {
    padding-left: 30px;
}
.footer__top i {
    font-size: 24px;
    margin-right: 5px;
    vertical-align: middle;
}
.footer__top .menu li {
    list-style-type: none;
    line-height: 30px;
    margin-right: 0;
}
.txt_title{
    font-family: "Montserrat";
    letter-spacing: 2.5px;
    font-weight: 500;
}
.menu-item-custom{
    list-style: none;
    font-family: "Montserrat";
    letter-spacing: 1.5px;
    font-weight: 100;
}
.signup-newsletter-form input.input-text {
    width: 100%;
    border-radius: 50px;
    padding: 0 10px;
    border: 0;
    font-size: 20px;
}
.brand_style{
    color: #4d5959;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px
}

/* Rounded tabs */

@media (min-width: 576px) {
    .rounded-nav {
        border-radius: 50rem !important;
    }
}

@media (min-width: 576px) {
    .rounded-nav .nav-link {
        border-radius: 50rem !important;
    }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #000000;
    background-color: transparent;
    border: 1px solid black !important;
}
.all-category {
    height: 40px;
    line-height: 40px;
    padding-left: 16px;
    font-weight: 600;
    background-color: #e6e8eb;
    border-radius: 8px 8px 0px 0px;
}
.menu_custom.settings {
    width: 300px !important;
}

.menu_custom {
    display: flex;
    position: relative;
    flex-direction: column;
    /* background-color: var(--color-bg-secondary); */
    /* border-radius: 10px; */
    /* box-shadow: 0 10px 20px rgb(64 64 64 / 15%); */
    top: 10;
    left: 10;
    width: 208px;
}
