/*============================================ 
Template Name: Karte
Version: 1.1
Author: Mate_Themes
Author URI: https://themeforest.net/user/mate_themes
Description: Karte - Multipurpose E-Commerce Html Template
/*======== Table of Css Content ==========*/
/* 

1: Normalize Css 
2: Menu Css
3: Banner Css
4: Home Pages Css
5: Footer Css
6: Imnner Pages Csss
7: Blog Pages Css 

=========================
=============================

*/
/*** 
=====================================================
Normalize Css
=====================================================
***/
:root {
  --font-body-family: "Roboto", sans-serif;
  --font-body-style: normal;
  --font-heading-family: "Josefin Sans", sans-serif;
  --font-heading-style: normal;
  --font-heading-weight: 600;
  --thm-base: #f69c63;
  --thm-black: #1a1a1a;
  --thm-gray: #555555;
  --thm-dada: #dadada;
  --thm-white: #ffffff;
  --thm-light: #f7f7f7;
}

* {
  padding: 0px;
  margin: 0px;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

button,
select {
  text-transform: none;
}

button,
html input {
  /*cursor: pointer;*/
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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=date]:focus,
input[type=submit]:focus,
select:focus,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler {
  border: none !important;
  margin: 0px;
  padding: 0px;
}

.navbar-toggler:focus {
  outline: 0px;
}

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

a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  list-style: none;
}

button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button {
  border: none;
  cursor: pointer;
}

select {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  outline: none;
}

textarea {
  min-height: 150px;
  resize: none;
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

iframe {
  border: 0;
  width: 100%;
}

p,
span,
a,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

/*** 
=====================================================
Global Css
=====================================================
***/
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  color: var(--thm-gray);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  font-family: var(--font-body-family);
  overflow: hidden;
  overflow-y: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);
  font-weight: 600;
  font-family: var(--font-heading-family);
  margin: 0;
}

h4,
h5,
h6 {
  font-weight: 400;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-in-out;
}

textarea:focus {
  outline: none;
}

p {
  margin: 0px;
}

/*
input,
textarea {
  padding: 10px 25px;
  border: 1px solid rgba(226, 226, 234, 0.4);
  width: 100%;
}
*/

/* Filter Sellect */
.language-filter {
  min-width: 210px;
  max-width: 210px;
  height: 50px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(201, 193, 215, 0);
  border-radius: 10px;
}
.language-filter .nice-select {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.4;
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-transform: uppercase;
  border: 0px;
}
.language-filter .nice-select:after {
  border-bottom: 1px solid rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
  width: 10px;
  height: 10px;
  top: 45%;
}
.language-filter .nice-select span {
  color: #000;
  font-weight: 500;
}
.language-filter .nice-select .list {
  width: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
          box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 0;
  margin: 0;
  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;
}
.language-filter .nice-select .list li {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #C9C1D7;
  padding: 0px 100px 0px;
}
.language-filter .nice-select .list li:first-child {
  border: 0px;
}
.language-filter .nice-select .list li:hover {
  color: rgb(0, 0, 0);
}
.language-filter .nice-select .option:hover,
.language-filter .nice-select .option.focus,
.language-filter .nice-select .option.selected.focus {
  background-color: #ffffff;
}

.section-title .tagline {
  color: var(--thm-base);
}
.section-title .title {
  position: relative;
  padding: 12px 0px 18px;
}
.section-title p {
  color: #555555;
}
.section-title .button-box {
  margin-top: 30px;
}

.section-header {
  padding-bottom: 23px;
}
.section-header p {
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 16px;
}

.section-header.style3 {
  position: relative;
  padding-bottom: 23px;
}
.section-header.style3 p {
  padding: 0px;
  font-size: 16px;
  font-family: var(--font-heading-family);
  text-transform: none;
}

.ratting {
  font-size: 14px;
}
.ratting i {
  margin: 1px;
  color: var(--thm-base);
}

h1, .h1 {
  color: var(--thm-black);
  font-size: 40px;
  font-weight: 700;
}

h2, .h2 {
  color: var(--thm-black);
  font-size: 36px;
  font-weight: 700;
}

h3, .h3 {
  color: var(--thm-black);
  font-size: 28px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}

/* large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  h1, .h1 {
    font-size: 48px;
  }

  h3, .h3 {
    font-size: 30px;
    line-height: 1.25;
  }

  .section-title .title {
    padding: 12px 0px 18px;
  }
  .section-title .button-box {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 54px;
  }

  h2, .h2 {
    font-size: 48px;
    line-height: 1.2;
  }
}
.medio-boxx li {
  display: inline-block;
}

.arrow-next:focus,
.arrow-back:focus,
.arrow-next,
.arrow-back {
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  width: 50px;
  height: 50px;
  background: var(--thm-white) !important;
  -webkit-box-shadow: 1px 5px 15px rgba(167, 180, 226, 0.25) !important;
          box-shadow: 1px 5px 15px rgba(167, 180, 226, 0.25) !important;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--thm-black) !important;
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.arrow-next:focus i,
.arrow-back:focus i,
.arrow-next i,
.arrow-back i {
  line-height: 0px;
}
.arrow-next:focus:hover,
.arrow-back:focus:hover,
.arrow-next:hover,
.arrow-back:hover {
  background: var(--thm-base) !important;
  color: #fff !important;
  -webkit-box-shadow: 0px 4px 4px rgba(167, 180, 226, 0);
          box-shadow: 0px 4px 4px rgba(167, 180, 226, 0);
}

.arrow-back {
  left: -25px;
}

.arrow-next {
  right: -25px;
}

.slick-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-dots li {
  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;
}
.slick-dots button {
  border: 2px solid var(--thm-black);
  width: 10px;
  height: 10px;
  color: var(--thm-black);
  background: var(--thm-black);
  margin: 5px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1);
          transform: scale(1);
  font-size: 0px;
}
.slick-dots li.slick-active button {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.mfp-bg {
  z-index: 999999;
}

.mfp-wrap {
  z-index: 9999999;
}

/*** 
=============================================
    btn--primary  Css
=============================================
***/
.btn--primary {
  position: relative;
  display: inline-block;
  border: 1px solid var(--thm-black);
  background: transparent;
  color: var(--thm-black);
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 20px 0px;
  border-radius: 0px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  overflow: hidden;
  font-family: var(--font-heading-family);
  z-index: 1;
}

.btn--primary::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--thm-base);
  z-index: -1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.btn--primary:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.btn--primary:hover {
  color: #ffffff;
  border-color: var(--thm-base);
}

/*** 
=============================================
   btn--primary  style 2 Css
=============================================
***/
.btn--primary.style2 {
  position: relative;
  display: inline-block;
  background: var(--thm-black);
  color: var(--thm-white);
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 20px 0px;
  border-radius: 0px;
  border: 0px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  overflow: hidden;
  font-family: var(--font-heading-family);
  z-index: 1;
}

.btn--primary.style2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--thm-base);
  z-index: -1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.btn--primary.style2:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.btn--primary.style2:hover {
  color: #ffffff;
}

/*** 
=============================================
  btn--secondary Css
=============================================
***/
.btn--secondary {
  position: relative;
  display: inline-block;
  background: #ffffff;
  color: var(--thm-black);
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 20px 0px;
  border-radius: 0px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  overflow: hidden;
  font-family: var(--font-heading-family);
  z-index: 1;
}

.btn--secondary::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--thm-base);
  z-index: -1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.btn--secondary:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.btn--secondary:hover {
  color: #ffffff;
}

/*** 
=============================================
  btn--secondary .style2 Css
=============================================
***/
.btn--secondary.style2 {
  position: relative;
  display: inline-block;
  background: #ffffff;
  color: var(--thm-black);
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 20px 0px;
  border-radius: 0px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  overflow: hidden;
  font-family: var(--font-heading-family);
  z-index: 1;
}

.btn--secondary.style2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--thm-base);
  z-index: -1;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.btn--secondary.style2:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.btn--secondary.style2:hover {
  color: #ffffff;
}

@media (min-width: 1800px) {
  .btn--primary,
.btn--primary.style2,
.btn--secondary,
.btn--secondary.style2 {
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .btn--primary,
.btn--primary.style2,
.btn--secondary,
.btn--secondary.style2 {
    padding: 0px 40px 0px;
  }
}
@media (min-width: 768px) {
  .btn--primary,
.btn--primary.style2,
.btn--secondary,
.btn--secondary.style2 {
    padding: 0px 30px 0px;
  }
}
/*==============================================
.btn--primary
===============================================*/
.fashon--primary {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  background: #fa323c;
  color: #ffffff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 18px 40px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  text-transform: uppercase;
}

.fashon--primary.style2 {
  background: #fb4862;
  border-radius: 3px;
}

.fashon--primary.green {
  background: #139227;
  border-radius: 5px;
}

.fashon--primary:hover,
.fashon--primary:focus {
  background: var(--thm-black);
  color: #ffffff;
  -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -2px);
          transform: translate(0px, -2px);
}

.fashon--secondary {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  background: #ffffff;
  color: var(--thm-black);
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 18px 40px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  text-transform: uppercase;
}

.fashon--secondary:hover,
.fashon--secondary:focus {
  background: #fa323c;
  color: #ffffff;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -2px);
          transform: translate(0px, -2px);
}

.fashon--border {
  display: inline-block;
  border: 1px solid var(--thm-black);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--thm-black);
  border-radius: 0px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 18px 40px;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  text-transform: uppercase;
}

.fashon--border:hover {
  border: 1px solid #fa323c;
  background: #fa323c;
  color: var(--thm-white);
  -webkit-box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, -2px);
          transform: translate(0px, -2px);
}

@media (max-width: 1800px) {
  .fashon--primary,
.fashon--border,
.fashon--secondary {
    padding: 15px 40px;
  }
}
@media (max-width: 992px) {
  .fashon--primary,
.fashon--secondary,
.fashon--border {
    padding: 13px 20px;
  }
}
/* Padding Margin */
.pt-30 {
  padding-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

@media (max-width: 991px) {
  .mt-120 {
    margin-top: 100px;
  }

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

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

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

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

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

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

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

  .p-60 {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .mt-120 {
    margin-top: 80px;
  }

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

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

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

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

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

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

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

  .mb-60 {
    margin-bottom: 40px;
  }
}
/*** 
=====================================================
Menu Css
=====================================================
***/
/*** 
=============================================
   header-default start
=============================================
***/
.menubar {
  cursor: pointer;
  max-width: 25px;
}
.menubar span {
  display: block;
  height: 2px;
  width: 22px;
  border-radius: 4px;
  background: var(--thm-black);
  margin: 4px 0px;
}

/* mobile-menu Css */
.mobile-menu__menu-top {
  border-bottom: 1px solid rgba(85, 85, 85, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu__menu-top .menubar {
  cursor: pointer;
  max-width: 25px;
}
.mobile-menu__menu-top .menubar span {
  display: block;
  height: 2px;
  width: 22px;
  border-radius: 4px;
  background: var(--thm-black);
  margin: 4px 0px;
}

.cart-holder .cart {
  font-size: 24px;
  color: var(--thm-black);
}
.cart-holder .cart span.number {
  position: absolute;
  top: -4px;
  right: -8px;
  height: 15px;
  width: 15px;
  background: var(--thm-base);
  border-radius: 50%;
  font-size: 12px;
  color: var(--thm-white);
}

.mobile-menu .menu-closer {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 0%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  overflow: hidden;
  z-index: 9999;
}
.mobile-menu .menu-closer.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  width: calc(100% - 300px);
}

.mobile-menu__sidebar-menu {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0px;
  background: var(--thm-white);
  width: 300px;
  height: 100vh;
  overflow-y: auto;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 99999;
}
.mobile-menu__sidebar-menu .menu-closer.two {
  position: unset;
  top: unset;
  right: unset;
  width: 100%;
  height: unset;
  background: rgb(255, 255, 255);
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  overflow: hidden;
  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;
  padding: 10px 20px 10px;
}
.mobile-menu__sidebar-menu .menu-closer.two span {
  font-size: 16px;
  color: #000;
}
.mobile-menu__sidebar-menu .menu-closer.two span i {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.mobile-menu__sidebar-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: var(--thm-gray);
}
.mobile-menu__sidebar-menu::-webkit-scrollbar {
  width: 6px;
  background-color: var(--thm-base);
}
.mobile-menu__sidebar-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--thm-base);
}
.mobile-menu__sidebar-menu .search-box {
  position: relative;
}
.mobile-menu__sidebar-menu .search-box input {
  padding: 20px 60px 20px 20px;
  color: var(--thm-gray);
  font-weight: 500;
  width: 100% !important;
}
.mobile-menu__sidebar-menu .search-box .search-icon {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 24px;
  color: var(--thm-gray);
  font-weight: 600;
}
.mobile-menu__sidebar-menu .menu-nav .nav-item {
  width: 50%;
  text-align: center;
}
.mobile-menu__sidebar-menu .menu-nav .nav-link {
  border-radius: 0px;
  width: 100%;
  background: transparent;
  text-transform: uppercase;
  color: var(--thm-gray);
  font-weight: 600;
  font-size: 15px;
  padding: 18px 15px;
  border-bottom: 2px solid transparent;
  background: rgba(144, 144, 144, 0.08);
}
.mobile-menu__sidebar-menu .menu-nav .nav-link.active {
  border-bottom: 2px solid var(--thm-base);
  color: var(--thm-black);
  background: rgba(144, 144, 144, 0.2);
}
.mobile-menu__sidebar-menu .page-dropdown-menu li a {
  font-size: 15px;
  padding: 5px 20px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  color: var(--thm-black);
  text-transform: uppercase;
  font-weight: 500;
}
.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown-list {
  width: 100%;
  position: relative;
}
.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown-list .menuarrow {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown-list .dropdown {
  display: none;
}
.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown-list li a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  min-height: 40px;
  letter-spacing: 1px;
}
.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown-list.active .menuarrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown li.subhed > a {
  padding-left: 30px;
}
.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown li.subhed > a span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown li a {
  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;
}
.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown li a .menuarrowtwo {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown li.active .menuarrowtwo {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 8px;
}
.mobile-menu__sidebar-menu .page-dropdown-menu .dropdown li.active .subdropdown {
  display: block;
}
.mobile-menu__sidebar-menu .page-dropdown-menu .subdropdown {
  display: none;
}
.mobile-menu__sidebar-menu .page-dropdown-menu .subdropdown li a {
  padding-left: 40px;
}

.mobile-menu__sidebar-menu.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

/* top-info Css */
.top-info {
  background: var(--thm-black);
  padding: 9px 0px 9px;
}
.top-info .medio-boxx li {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
.top-info .medio-boxx li::after {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-color: rgb(70, 70, 70);
  width: 1px;
  height: 12px;
}
.top-info .medio-boxx li:last-child::after {
  display: none;
}
.top-info .medio-boxx a {
  color: #fff;
}
.top-info .medio-boxx a i {
  line-height: 0px;
}
.top-info .medio-boxx a:hover {
  color: var(--thm-base);
}
.top-info .international-shopping {
  font-size: 12px;
  color: var(--thm-dada);
}

.top-info__top-content .language {
  min-width: 100px;
  max-width: 100px;
  height: 20px;
  background: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(201, 193, 215, 0);
  border-radius: 10px;
}
.top-info__top-content .language .nice-select {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.2;
  color: var(--thm-dada);
  font-weight: 400;
  text-transform: uppercase;
  border: 0px;
}
.top-info__top-content .language .nice-select:after {
  border-bottom: 1px solid var(--thm-dada);
  border-right: 1px solid var(--thm-dada);
  width: 7px;
  height: 7px;
  top: 45%;
  right: 3px;
}
.top-info__top-content .language .nice-select span {
  color: var(--thm-dada);
  font-weight: 500;
}
.top-info__top-content .language .nice-select .list {
  width: 100%;
  background: var(--thm-black);
  -webkit-box-shadow: 0px 4px 30px rgba(40, 38, 126, 0);
          box-shadow: 0px 4px 30px rgba(40, 38, 126, 0);
  padding: 0;
  margin: 0;
  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;
  border-radius: 0px;
  z-index: 999;
}
.top-info__top-content .language .nice-select .list li {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--thm-dada);
  display: block;
  text-align: center;
  border-top: 1px solid rgba(217, 217, 217, 0.3);
  padding: 7px 10px 7px 1px;
  min-height: unset;
  width: 100%;
}
.top-info__top-content .language .nice-select .list li:first-child {
  border: 0px;
}
.top-info__top-content .language .nice-select .list li:hover {
  color: var(--thm-dada);
}
.top-info__top-content .language .nice-select .option:hover,
.top-info__top-content .language .nice-select .option.focus,
.top-info__top-content .language .nice-select .option.selected.focus {
  background: var(--thm-black);
}
.top-info__top-content .language.currency .nice-select .list li {
  padding: 7px 0px 7px;
}
.top-info__top-content .language.currency {
  position: relative;
  max-width: 60px;
  min-width: 60px;
  margin-right: 20px;
}
.top-info__top-content .language.currency::after {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-color: rgb(70, 70, 70);
  width: 1px;
  height: 12px;
}
.top-info__top-content .medio-boxx a {
  color: var(--thm-dada);
  margin-right: 10px;
}
.top-info__top-content .medio-boxx a:last-child {
  margin-right: 0px;
}

/* desktop-menu  Css */
.main-menu {
  padding: 12px 0px 12px;
  background: var(--thm-white);
  border-bottom: 1px solid var(--thm-dada);
}
.main-menu .left {
  max-width: 280px;
}
.main-menu .right .menubar::after {
  display: none;
}
.main-menu .right .menubar span {
  margin: 5px 0px;
  height: 1px;
}

.search-box.menu {
  position: relative;
  z-index: 99;
}
.search-box.menu input {
  padding: 20px 60px 20px 20px;
  color: var(--thm-gray);
  border: 1px solid rgb(228, 228, 228);
  width: 286px;
  height: 49px;
  border-radius: 0px;
  font-family: var(--font-heading-family);
}
.search-box.menu .search-icon {
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: var(--thm-gray);
  font-weight: 600;
  cursor: pointer;
}

.main-menu__widge-box li {
  padding-right: 20px;
  margin-right: 15px;
  position: relative;
  line-height: 0px;
}
.main-menu__widge-box li:first-child {
  padding-right: 15px;
}
.main-menu__widge-box li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.main-menu__widge-box li::after {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 14px;
  width: 1px;
  content: "";
  background: var(--thm-black);
}
.main-menu__widge-box li a {
  color: var(--thm-black);
  font-weight: 700;
  font-size: 16px;
}
.main-menu__widge-box li a:hover {
  color: var(--thm-base);
}
.main-menu__widge-box li .number {
  position: relative;
}
.main-menu__widge-box li .number .count {
  position: absolute;
  bottom: 0px;
  right: -12px;
  font-size: 10px;
  color: var(--thm-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
.main-menu__widge-box li .number:hover .count {
  color: var(--thm-base);
}

@media (max-width: 992px) {
  .main-menu__widge-box li.cartm {
    padding-right: 0px;
    margin-right: 0px;
    font-size: 20px;
  }
  .main-menu__widge-box li.cartm::after {
    display: none;
  }
  .main-menu__widge-box li.cartm a {
    font-size: 20px;
  }
}
/* mega-menu Css */
.mega-menu {
  padding: 0px 0px 0px;
}
.mega-menu .page-dropdown-menu .dropdown-list {
  position: relative;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mega-menu .page-dropdown-menu .dropdown-list:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.mega-menu .page-dropdown-menu .dropdown-list > a {
  font-family: var(--font-heading-family);
  display: block;
  padding: 15px 20px 15px;
  position: relative;
  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;
}
.mega-menu .page-dropdown-menu .dropdown-list > a .menuarrow {
  position: absolute;
  top: 55%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  color: #000;
  font-weight: 900;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mega-menu .page-dropdown-menu .dropdown-list > a .menuarrow i {
  line-height: 0px;
  font-weight: 500;
}
.mega-menu .page-dropdown-menu .dropdown-list a {
  font-size: 16px;
  color: var(--thm-black);
}
.mega-menu .page-dropdown-menu .dropdown-list:hover > a {
  color: var(--thm-base);
}
.mega-menu .page-dropdown-menu .dropdown-list:hover .menuarrow {
  color: var(--thm-base);
}
.mega-menu .page-dropdown-menu .dropdown-list {
  position: relative;
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 130%;
  z-index: 99;
  background-color: var(--thm-white);
  -webkit-box-shadow: 0px 11px 48.02px 0.98px rgba(10, 10, 10, 0.06);
          box-shadow: 0px 11px 48.02px 0.98px rgba(10, 10, 10, 0.06);
  padding: 10px 20px 10px;
  width: 240px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a {
  font-family: var(--font-heading-family);
  padding: 5px 0px 5px;
  line-height: 1.5;
  font-size: 14px;
  color: var(--thm-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  width: 100%;
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a .info {
  font-size: 10px;
  line-height: 1.1;
  background: var(--thm-base);
  font-weight: 400;
  padding: 2px 4px 2px;
  border-radius: 2px;
  color: #fff;
  margin-left: 10px;
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a .info.two {
  background: #9FE90C;
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a .info.three {
  background: #FF033E;
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a:hover {
  color: var(--thm-base);
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown .submenu-parent {
  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;
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown .submenu-parent a:hover .menuarrow {
  color: var(--thm-base);
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown .submenu-parent .menuarrow {
  position: absolute;
  top: 55%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  color: #000;
  font-weight: 900;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown .submenu-parent .menuarrow i {
  line-height: 0px;
  font-weight: 500;
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown li {
  position: relative;
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown li .submenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 110%;
  left: calc(100% + 20px);
  z-index: 99;
  background-color: var(--thm-white);
  -webkit-box-shadow: 0px 11px 48.02px 0.98px rgba(10, 10, 10, 0.06);
          box-shadow: 0px 11px 48.02px 0.98px rgba(10, 10, 10, 0.06);
  padding: 12px 20px 12px;
  width: 240px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown li .submenu li a {
  color: var(--thm-black);
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown li .submenu li a:hover {
  color: var(--thm-base);
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 10px;
}
.mega-menu .page-dropdown-menu .dropdown-list .dropdown li:hover::before {
  color: var(--thm-base);
}
.mega-menu .page-dropdown-menu .dropdown-list:hover .dropdown {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu {
  position: unset;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu {
  position: unset;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu:hover .dropdown.megamenu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  top: 100%;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown {
  padding: 0px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 130%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1320px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .megamenu-box {
  padding-left: 17px;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .megamenu-box h6 {
  text-transform: uppercase;
  padding-bottom: 8px;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .thumb {
  overflow: hidden;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .thumb img {
  min-width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .thumb img:hover {
  -webkit-transform: scale(1.05) rotate(-2deg);
          transform: scale(1.05) rotate(-2deg);
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .title {
  margin-top: 23px;
  padding-bottom: 4px;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .title h6 {
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .title h6:hover {
  color: var(--thm-base);
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .price {
  display: inline-block;
  color: #74787c;
  font-size: 14px;
  font-family: var(--font-heading-family);
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .price:hover {
  color: var(--thm-base);
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .offer {
  padding-left: 40px;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .offer h6 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .offer ul li {
  border-bottom: 1px solid rgb(224, 224, 224);
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .offer ul li:first-child {
  border-top: 1px solid rgb(224, 224, 224);
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .offer ul li a {
  padding: 12px 0px 12px;
  font-size: 15px;
  color: var(--thm-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .offer ul li a span {
  margin-top: -2px;
  font-size: 18px;
  margin-right: 10px;
  font-weight: var(--font-heading-weight);
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .offer ul li a:hover {
  letter-spacing: 0px;
  color: var(--thm-base);
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .megamenu-box {
  border-right: 1px solid rgb(234, 234, 234);
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .megamenu-box.four {
  border-right: 0px solid rgb(234, 234, 234);
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .megamenu-box.three {
  border-top: 1px solid rgb(234, 234, 234);
  padding-top: 25px;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .megamenu-box.two {
  padding-bottom: 15px;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .megamenu-padding-one {
  padding: 20px 5px 20px 20px;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .megamenu-padding {
  padding: 20px 20px 20px 20px;
}
.mega-menu .page-dropdown-menu .dropdown-list.megamenu .background {
  background-color: rgba(239, 239, 239, 0.3411764706);
}

/* Side-cart Css */
.side-cart {
  position: fixed;
  top: 0px;
  right: -10%;
  width: 280px;
  -webkit-transform: translateX(350px);
          transform: translateX(350px);
  height: 100vh;
  background-color: rgb(247, 247, 247);
  z-index: 9999;
  padding: 20px 20px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.side-cart .content {
  padding-bottom: 18px;
  border-bottom: 1px solid rgb(235, 235, 235);
}
.side-cart .content .cart-close {
  cursor: pointer;
  font-size: 16px;
  line-height: 0px;
  font-weight: 600;
  color: var(--thm-black);
  border: 1px solid var(--thm-black);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-cart .content .cart-close:hover {
  color: var(--thm-base);
  border: 1px solid var(--thm-base);
}
.side-cart .cart_items {
  overflow-y: auto;
  height: 60vh;
}
.side-cart .cart_items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: var(--thm-gray);
}
.side-cart .cart_items::-webkit-scrollbar {
  width: 6px;
  background-color: var(--thm-base);
}
.side-cart .cart_items::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--thm-base);
}
.side-cart .items {
  margin-top: 20px;
}
.side-cart .items .left .thumb {
  width: 70px;
  height: 70px;
  background: #fff;
  padding: 15px;
  margin-right: 15px;
}
.side-cart .items .left .thumb img {
  min-width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.side-cart .items .left .text a {
  display: block;
}
.side-cart .items .left .text p {
  padding-top: 5px;
  font-size: 14px;
  color: #74787c;
}
.side-cart .items .left .text p span {
  color: #ffa147;
}
.side-cart .items .item-remove {
  cursor: pointer;
  font-size: 16px;
  color: var(--thm-black);
  font-weight: 900;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-cart .items .item-remove:hover {
  color: var(--thm-base);
}
.side-cart .items:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.side-cart .bottom {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgb(235, 235, 235);
}
.side-cart .bottom .total-ammount {
  padding-bottom: 15px;
}
.side-cart .bottom .button-box a {
  width: calc(50% - 10px);
}
.side-cart .bottom .button-box .btn_black,
.side-cart .bottom .button-box .btn_theme {
  padding: 10px 18px 10px;
}
.side-cart .bottom .button-box .btn_black {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--thm-white);
  padding: 10px 30px 10px;
  background: var(--thm-black);
  border: 1px solid var(--thm-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-cart .bottom .button-box .btn_black:hover {
  background: var(--thm-white);
  color: var(--thm-black);
}
.side-cart .bottom .button-box .btn_theme {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--thm-white);
  padding: 10px 30px 10px;
  background: var(--thm-base);
  border: 1px solid var(--thm-base);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-cart .bottom .button-box .btn_theme:hover {
  background: var(--thm-white);
  color: var(--thm-base);
}

.side-cart-closer {
  position: fixed;
  top: 0px;
  right: 350px;
  height: 100vh;
  width: 0%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999;
}

.side-cart-closer.active {
  width: calc(100vw + 280px);
}

.side-cart.active {
  right: 0%;
  width: 280px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

/* Sidebar-content Css */
.sidebar-content {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 100vh;
  background: var(--thm-black);
  padding: 20px 20px 20px;
  z-index: 9999;
  overflow-y: auto;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sidebar-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: var(--thm-gray);
}
.sidebar-content::-webkit-scrollbar {
  width: 6px;
  background: var(--thm-base);
}
.sidebar-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: var(--thm-base);
}
.sidebar-content .close-side-widget {
  height: 40px;
  width: 40px;
  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;
  border: 2px solid var(--thm-white);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 500;
  color: var(--thm-white);
  cursor: pointer;
}
.sidebar-content .close-side-widget:hover {
  color: var(--thm-base);
  border: 2px solid var(--thm-base);
}
.sidebar-content h4 {
  color: var(--thm-white);
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.sidebar-content h4::after {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 70px;
  height: 2px;
  content: "";
  background: var(--thm-base);
}
.sidebar-content p {
  color: var(--thm-dada);
}
.sidebar-content .logo {
  padding-bottom: 30px;
}
.sidebar-content .form_inner {
  margin-top: 35px;
}
.sidebar-content .form_inner input {
  height: 50px;
}
.sidebar-content .sidebar-contact-info {
  padding-top: 35px;
}
.sidebar-content .sidebar-contact-info ul li {
  margin-bottom: 12px;
  color: var(--thm-dada);
}
.sidebar-content .sidebar-contact-info ul li span {
  color: var(--thm-base);
}
.sidebar-content .sidebar-contact-info ul li a {
  color: var(--thm-dada);
}
.sidebar-content .thm-medio-boxx1 .social-box {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-content .thm-medio-boxx1 .social-box li {
  margin-right: 15px;
}
.sidebar-content .thm-medio-boxx1 .social-box li a {
  font-size: 15px;
  line-height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 40px;
  background: var(--thm-base);
  border-radius: 50%;
  color: var(--thm-white);
}
.sidebar-content .thm-medio-boxx1 .social-box li a:hover {
  background: var(--thm-white);
  color: var(--thm-base);
}

.sidebar-content.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.sidebar-content-closer {
  position: fixed;
  top: 0px;
  right: 0px;
  width: calc(100% - 300px);
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-content-closer.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

@media (min-width: 400px) {
  .side-cart {
    width: 350px;
    padding: 30px 30px 30px;
  }

  .side-cart.active {
    width: 350px;
  }

  .btn_black,
.btn_theme {
    padding: 10px 30px 10px;
  }
}
@media (min-width: 992px) {
  .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown {
    width: 960px;
  }

  .sidebar-content,
.desktop-menu {
    display: block;
  }
}
@media (min-width: 1200px) {
  .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown {
    width: 100%;
  }
}
/*** 
=============================================
   header-default End
=============================================
***/
/*** 
=============================================
   header-style-1 start
=============================================
***/
.header-style-1 .mega-menu .search-box-holder {
  width: 35px;
}
.header-style-1 .mega-menu .search-box.menu input {
  padding: 10px 10px 10px 30px;
}
.header-style-1 .mega-menu .search-box.menu .search-icon {
  top: 60%;
  left: 0px;
}

.header-style-1 .mega-menu .logo {
  min-width: 120px;
  margin-right: 20px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.search-box-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  min-height: 90px;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 9999999;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.search-box-popup .search-box-popup-content {
  padding-top: 0px;
  padding: 20px 0px 20px;
  width: 100%;
  margin: 0px auto 0px;
  position: relative;
  text-align: center;
  background: white;
}
.search-box-popup .search-box-popup-content .width {
  padding-top: 30px;
  padding-right: 0px;
  margin: 0px auto 0px;
  max-width: 1320px;
}
.search-box-popup .search-box-popup-content .width .search-box {
  width: calc(100% - 60px);
}
.search-box-popup .search-box-close.two {
  position: absolute;
  top: 100%;
  left: 0%;
  background: rgba(0, 0, 0, 0);
  height: 0vh;
  width: 100vw;
  border-radius: 0px;
  border: 0px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.search-box-popup .search-box-close.two:hover {
  border: 0px;
}
.search-box-popup .form-group input {
  width: 100%;
  border: none;
}
.search-box-popup .search-box-close {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  width: 35px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: var(--thm-black);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
}
.search-box-popup .search-box-close:hover {
  color: var(--thm-base);
  border: 1px solid var(--thm-base);
}
.search-box-popup .search-box.common {
  height: 50px;
}
.search-box-popup .search-box.common input {
  padding: 10px 10px 10px 40px;
  color: var(--thm-gray);
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  height: 50px;
  border-radius: 0px;
  font-family: var(--font-heading-family);
  font-size: 18px;
}
.search-box-popup .search-box.common input::-webkit-input-placeholder {
  font-size: 18px;
  color: var(--thm-black);
}
.search-box-popup .search-box.common input::-moz-placeholder {
  font-size: 18px;
  color: var(--thm-black);
}
.search-box-popup .search-box.common input:-ms-input-placeholder {
  font-size: 18px;
  color: var(--thm-black);
}
.search-box-popup .search-box.common input::-ms-input-placeholder {
  font-size: 18px;
  color: var(--thm-black);
}
.search-box-popup .search-box.common input::placeholder {
  font-size: 18px;
  color: var(--thm-black);
}
.search-box-popup .search-box.common input:focus {
  border: 1px solid rgba(0, 0, 0, 0);
}
.search-box-popup .search-box.common .search-icon {
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  font-size: 24px;
  color: var(--thm-gray);
  font-weight: 600;
  cursor: pointer;
  width: 30px;
}

.search-box-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.search-box-popup.active .search-box-close.two {
  height: 120vh;
}

@media (min-width: 992px) {
  .search-box-popup {
    width: 100vw;
  }
  .search-box-popup .search-box-popup-content .width {
    padding-top: 0px;
    padding-right: 30px;
  }
  .search-box-popup .search-box-close {
    top: 0px;
    right: 8px;
  }

  .search-box-popup .search-box-popup-content .width {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .search-box-popup .search-box-popup-content .width {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .search-box-popup .search-box-popup-content .width {
    max-width: 1320px;
  }
}
/*** 
=============================================
   header-style-3 start
=============================================
***/
.header-style-3 .holder {
  max-width: 1000px;
  margin-left: 45px;
}
.header-style-3 .some-info {
  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;
  position: relative;
  padding: 10px 0px 10px;
}
.header-style-3 .some-info .icon {
  font-size: 16px;
  line-height: 0;
  margin-right: 5px;
}
.header-style-3 .some-info p,
.header-style-3 .some-info a {
  font-size: 14px;
  color: #555555;
}
.header-style-3 .border-one {
  border-bottom: 1px solid #ededed;
}
.header-style-3 .border-rit {
  border-right: 1px solid #ededed;
}
.header-style-3 .border-btm {
  border-bottom: 1px solid #ededed;
}
.header-style-3 .offer-link {
  position: absolute;
  bottom: 0px;
  background: var(--thm-black);
  color: var(--thm-white);
  font-family: var(--font-heading-family);
  font-size: 14px;
  width: 100px;
  border-radius: 20px 20px 0px 0px;
  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;
  padding: 10px 0px 6px;
  left: calc(50% + 700px);
}

.menu-info .cart-holder .cart {
  line-height: 0;
}
.menu-info .cart-holder .cart i {
  line-height: 0;
}

.header-style-3 .offer-link {
  display: none;
}

.header-style-3 .main-menu__widge-box li:last-child {
  padding-right: 10px;
  margin-right: 0px;
}
.header-style-3 .main-menu__widge-box li:last-child::after {
  display: none;
}

@media (min-width: 1620px) {
  .header-style-3 .offer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sticy-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sticy-header.fixed {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  .header-style-3 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .header-style-3 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .header-style-3 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown {
    width: 1320px;
  }
}
.header-style-3 .language {
  min-width: 60px;
  height: 20px;
  background: rgba(255, 255, 255, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgba(201, 193, 215, 0);
  border-radius: 10px;
}
.header-style-3 .language .nice-select {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.2;
  color: #555555;
  font-weight: 400;
  text-transform: uppercase;
  border: 0px;
  padding-right: 20px;
}
.header-style-3 .language .nice-select:after {
  border-bottom: 1px solid #555555;
  border-right: 1px solid #555555;
  width: 7px;
  height: 7px;
  top: 45%;
  right: 3px;
}
.header-style-3 .language .nice-select span {
  color: #555555;
  font-weight: 500;
}
.header-style-3 .language .nice-select .list {
  width: 100%;
  background: var(--thm-white);
  -webkit-box-shadow: 0px 4px 30px rgba(40, 38, 126, 0);
          box-shadow: 0px 4px 30px rgba(40, 38, 126, 0);
  padding: 0;
  margin: 0;
  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;
  border-radius: 0px;
}
.header-style-3 .language .nice-select .list li {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #555555;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(217, 217, 217, 0.3);
  padding: 7px 10px 7px 1px;
  min-height: unset;
  width: 100%;
}
.header-style-3 .language .nice-select .list li:first-child {
  border: 0px;
}
.header-style-3 .language .nice-select .list li:hover {
  color: #555555;
}
.header-style-3 .language .nice-select .option:hover,
.header-style-3 .language .nice-select .option.focus,
.header-style-3 .language .nice-select .option.selected.focus {
  background: var(--thm-white);
}
.header-style-3 .language.two {
  min-width: 88px;
  margin-right: 20px;
}
.header-style-3 .mobile-menu__sidebar-menu {
  -webkit-transform: translateX(-320px);
          transform: translateX(-320px);
}
.header-style-3 .mobile-menu__sidebar-menu.active {
  -webkit-transform: translateX(-13px);
          transform: translateX(-13px);
}

.top-info__top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .top-info__top-content .language {
    max-width: 85px;
    min-width: 85px;
  }

  .top-info .medio-boxx li {
    padding-right: 10px;
    margin-right: 10px;
  }

  .top-info .medio-boxx li a {
    font-size: 12px;
  }
}
.megamenu-dropdown h6 {
  font-size: 18px;
  color: var(--thm-black);
}

.header-style-1 .mega-menu .search-box-holder.four {
  width: 25px !important;
}

/*** 
=====================================================
	Banner Css
=====================================================
***/
/*** 
=====================================================
	banner_one
=====================================================
***/
.banner-one {
  display: block;
  position: relative;
  background: #faf7f4;
}

.banner-one__single-slide {
  background: #faf7f4;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  min-height: calc(100vh - 150px);
}

.banner-one__single-content {
  position: relative;
  display: block;
}

.banner-one__inner-title {
  position: relative;
  display: block;
}
.banner-one__inner-title .title {
  position: relative;
  display: block;
}
.banner-one__inner-title .subtitle {
  text-decoration: underline;
  color: var(--thm-black);
  margin-bottom: 19px;
}
.banner-one__inner-title .subtitle h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--thm-black);
  font-weight: 400;
}
.banner-one__inner-title h1 {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
}
.banner-one__inner-title h1 span {
  color: var(--thm-base);
}
.banner-one__inner-title .banner-one__button-box a {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(218, 220, 221, 0.1);
          box-shadow: 0px 2px 20px 0px rgba(218, 220, 221, 0.1);
}

.banner-one__big-title {
  position: absolute;
  top: -10px;
  left: 0px;
  bottom: 0;
  max-width: 330px;
  width: 100%;
  z-index: -2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
}
.banner-one__big-title h2 {
  color: transparent;
  -webkit-text-stroke: 2px rgba(241, 236, 233, 0.8);
  font-size: 90px;
  line-height: 0.9em;
  font-weight: 600;
  text-transform: capitalize;
}
.banner-one__big-title h2.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.banner-one__button-box {
  position: relative;
  display: block;
  margin-top: 29px;
  z-index: 10;
}

.banner-one .arrow-next,
.banner-one .arrow-back {
  opacity: 0;
  visibility: hidden;
}
.banner-one .arrow-next {
  right: 20px;
}
.banner-one .arrow-back {
  left: 20px;
}

@media (min-width: 768px) {
  .banner-one__single-content {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .banner-one__big-title {
    opacity: 1;
    visibility: visible;
    top: 30%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
    max-width: 600px;
  }
  .banner-one__big-title h2 {
    font-size: 100px;
  }

  .banner-one__inner-title h1 {
    font-size: 48px;
  }

  .banner-one__button-box {
    margin-top: 39px;
  }
}
@media (min-width: 1400px) {
  .banner-one__inner-title h1 {
    font-size: 54px;
  }

  .banner-one__big-title h2 {
    font-size: 135px;
  }
}
@media (min-width: 1500px) {
  .banner-one .arrow-next,
.banner-one .arrow-back {
    opacity: 1;
    visibility: visible;
  }
}
/*** 
=====================================================
	banner-style-2
=====================================================
***/
.hometwo {
  overflow: hidden;
  overflow-y: auto;
}

/*** 
=====================================================
	banner-style-3 
=====================================================
***/
.banner-style-3 {
  position: relative;
  display: block;
}

.banner-slide3 .slide {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.banner-slide3 .slide .subtitle {
  text-decoration: none;
}

.banner-slide3 .slick-dots {
  bottom: unset;
  left: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
  height: unset;
  width: 30px;
  display: block;
  text-align: right;
}
.banner-slide3 .slick-dots li {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.banner-slide3 .slick-dots button {
  display: block;
  background: transparent;
  font-size: 16px;
  border: 0px;
  width: 10px;
  height: 26px;
  text-align: right;
  border-bottom: 0px solid #000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.banner-slide3 .slick-dots li.slick-active button {
  width: 20px;
  border-bottom: 1px solid #000;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.home3c h6.new {
  font-size: 16px;
  color: var(--thm-base);
  padding-bottom: 20px;
  font-weight: 600;
}
.home3c h1 {
  text-transform: capitalize;
  line-height: 1.6;
}
.home3c p {
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 500px;
}
.home3c .button {
  margin-top: 23px;
}

.shoe {
  overflow-y: auto !important;
}

.slideup {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 2s all 100ms;
  transition: 2s all 100ms;
}

.slidedown {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: 2s all 100ms;
  transition: 2s all 100ms;
}

.slick-active .slideup,
.slick-active .slidedown {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.product-grid .products-three-single {
  padding: 0px;
}

.banner-style-3 .bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media (min-width: 992px) {
  .banner-slide3 .slide .bg-img {
    min-height: calc(100vh - 100px);
  }
}
@media (min-width: 1399px) {
  .shoe h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .banner-style-3 .slick-dots {
    display: none;
  }
}
/*** 
=====================================================
	banner-style-3  end 
=====================================================
***/
/*** 
=====================================================
Home Pages Css
=====================================================
***/
/*** 
=============================================
Categories
=============================================
***/
.categories-one .tagline h5 {
  color: var(--thm-base);
}

.categories-one::before {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: calc(100% - 120px);
  width: 100%;
  background: rgb(250, 247, 244);
  content: "";
  z-index: -1;
}

.categories-one__sec-title {
  padding-bottom: 40px;
}
.categories-one__sec-title .title::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.categories-one__thumb {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  max-width: 98%;
}
.categories-one__thumb img {
  min-width: 100%;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.categories-one__thumb .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
          transform: translate(-50%, -50%) scale(0.5);
  background-color: rgba(26, 26, 26, 0.5);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  height: 100%;
  width: 100%;
  border: 6px solid var(--thm-base);
  border-radius: 50%;
  overflow: hidden;
  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;
  opacity: 0;
  visibility: hidden;
}
.categories-one__thumb .text h2 a {
  color: #fff;
}
.categories-one__thumb .text h2 a:hover {
  color: var(--thm-base);
}
.categories-one__thumb:hover .text {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.categories-one__thumb:hover img {
  -webkit-transform: scale(1.05) rotate(2deg);
          transform: scale(1.05) rotate(2deg);
}

.categories-one .container.auto-container {
  width: 100%;
  padding: 0px 30px 0px;
  background: #fff;
}

.categories-one__feature-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.categories-one__feature-box:hover .categories-one__feature-thumb {
  -webkit-transform: translate(-50%, -50%) scale(1.02);
          transform: translate(-50%, -50%) scale(1.02);
}
.categories-one__feature-box:hover .categories-one__feature-thumb::after {
  opacity: 1;
}

.categories-one__feature-thumb {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.categories-one__feature-thumb::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.8);
  z-index: 1;
  content: "";
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.categories-one__feature-content {
  position: relative;
  z-index: 1;
}
.categories-one__feature-content span,
.categories-one__feature-content h2,
.categories-one__feature-content p {
  color: #fff;
}
.categories-one__feature-content h2 {
  padding: 10px 0px 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 28px;
}
.categories-one__feature-content h2:hover {
  color: var(--thm-base);
}
.categories-one__feature-content p,
.categories-one__feature-content a {
  font-size: 16px;
}
.categories-one__feature-content a.button {
  display: inline-block;
  position: relative;
  color: #fff;
}
.categories-one__feature-content a.button::after {
  position: absolute;
  top: 100%;
  left: 0px;
  height: 1px;
  width: 0px;
  content: "";
  background: var(--thm-base);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.categories-one__feature-content a.button:hover {
  color: var(--thm-base);
}
.categories-one__feature-content a.button:hover::after {
  width: 100%;
}

@media (min-width: 768px) {
  .categories-one__feature-content h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .categories-one__sec-title {
    padding-bottom: 0px;
  }

  .categories-one__feature-box {
    min-height: 248px;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .categories-one__feature-box {
    min-height: 248px;
    padding: 47px 55px 48px;
  }
}
@media (min-width: 1499px) {
  .categories-one::before {
    width: calc(100% - 8vw);
  }

  .categories-one .auto-container {
    max-width: 1470px;
  }
}
/*** 
=============================================
core-features
=============================================
***/
.core-features__box {
  border: 1px solid rgb(26, 26, 26);
  padding: 30px 30px 30px;
  position: relative;
}
.core-features__box::before {
  position: absolute;
  top: 0px;
  left: -1px;
  width: 1px;
  height: 0%;
  content: "";
  background: var(--thm-base);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.core-features__box::after {
  position: absolute;
  bottom: -1px;
  right: 0px;
  width: 0%;
  height: 1px;
  content: "";
  background: var(--thm-base);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.core-features__box span.one {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 1px;
  width: 0%;
  background: var(--thm-base);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.core-features__box span.two {
  position: absolute;
  bottom: 0px;
  right: -1px;
  height: 0%;
  width: 1px;
  background: var(--thm-base);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.core-features__box .icon {
  margin-right: 20px;
}
.core-features__box .icon img {
  min-width: 40px;
  max-width: 40px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.core-features__box:hover .icon img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.core-features__box:hover::before {
  height: 100%;
}
.core-features__box:hover::after {
  width: 100%;
}
.core-features__box:hover span.one {
  width: 100%;
}
.core-features__box:hover span.two {
  height: 100%;
}

.core-features__box-content a {
  margin-bottom: 10px;
}
.core-features__box-content a h4 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.core-features__box-content a h4:hover {
  color: var(--thm-base);
}

@media (min-width: 1400px) {
  .auto-container {
    max-width: 90vw;
  }
}
@media (min-width: 1600px) {
  .core-features__box {
    margin: 0px 15px 0px;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1400px) {
  .core-features__box {
    padding: 20px 20px;
  }
}
/*** 
=============================================
gallary_one
=============================================
***/
.gallary-one__single {
  position: relative;
  overflow: hidden;
}
.gallary-one__single:hover .gallary-one__single-thumb img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.gallary-one__single-thumb {
  overflow: hidden;
}
.gallary-one__single-thumb img {
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.gallary-one__single-content {
  padding: 20px 20px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  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;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 1;
  visibility: visible;
}
.gallary-one__single-content a {
  color: var(--thm-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gallary-one__single-content a:hover {
  color: var(--thm-base);
}
.gallary-one__single-content p {
  color: var(--thm-white);
}

@media (min-width: 992px) {
  .gallary-one__single-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }

  .gallary-one__single:hover .gallary-one__single-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
}
/*** 
=============================================
feature-aurthor
=============================================
***/
.feature-aurthor {
  padding: 120px 0px 120px;
  position: relative;
  z-index: 1;
}

.feature-aurthor__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.feature-aurthor__content {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 20px 20px 20px;
  border-top: 5px solid var(--thm-base);
}
.feature-aurthor__content h6 {
  color: var(--thm-base);
}
.feature-aurthor__content h3 {
  padding: 5px 0px 10px;
}

@media (min-width: 576px) {
  .author_featuring {
    padding: 120px 0px 220px;
  }

  .feature-aurthor__content {
    padding: 50px 50px 50px;
  }
}
/*** 
=============================================
newsLetter-one
=============================================
***/
.newsLetter-one {
  background: var(--thm-base);
}

.newsLetter-one__content-box h3 {
  color: var(--thm-white);
}
.newsLetter-one__content-box span {
  display: block;
  font-size: 16px;
}
.newsLetter-one__content-box .thumb {
  margin-right: 20px;
}
.newsLetter-one__content-box .thumb img {
  min-width: 100%;
}
.newsLetter-one__content-box h6 {
  margin-top: 20px;
  color: #ffffff;
}
.newsLetter-one__content-box .form {
  width: 100%;
}

.newsLetter-one__subscribe-box {
  position: relative;
}
.newsLetter-one__subscribe-box input {
  width: calc(100% - 50px);
  height: 50px;
  background: #ffffff;
  font-family: var(--font-heading-family);
  padding-right: 130px;
  height: 60px;
}
.newsLetter-one__subscribe-box .subscrib-btn {
  position: absolute;
  top: 5px;
  right: 0px;
  height: 50px;
  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;
  background: var(--thm-black);
  padding: 10px 30px 10px;
  color: var(--thm-white);
  font-family: var(--font-heading-family);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: -10px;
}
.newsLetter-one__subscribe-box .subscrib-btn:hover {
  background: #3e3a3a;
}
.newsLetter-one__subscribe-box .subscrib-btn {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.newsLetter-one__content-box.three {
  margin-top: 30px;
}

.newsLetter-one.style-two .subscrib-btn {
  top: 0px;
}

@media (min-width: 768px) {
  .newsLetter-one__content-box h6 {
    margin-top: 0px;
    position: relative;
    padding-left: 40px;
  }
  .newsLetter-one__content-box h6::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
    content: "";
    height: 100%;
    width: 1px;
    background: var(--thm-white);
  }
}
@media (min-width: 992px) {
  .newsLetter-one__content-box.three {
    margin-top: 0px;
  }
}
/*** 
=============================================
map-one
=============================================
***/
.map-one {
  position: relative;
}
.map-one iframe {
  height: 600px;
  margin-bottom: -7px;
}

.map-one__content-holder {
  max-width: 1200px;
  width: 100%;
  padding: 0px 15px 0px;
  margin: 0px auto;
  display: block;
}

.map-one__content {
  background: var(--thm-black);
  padding: 30px;
  width: 300px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.map-one__content h4 {
  color: var(--thm-white);
}
.map-one__content ul {
  padding-top: 10px;
}
.map-one__content ul li {
  color: #888888;
}
.map-one__content .text {
  padding-top: 10px;
}
.map-one__content p {
  color: #888888;
}
.map-one__content .btn-box {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .map-one__content {
    width: 417px;
    padding: 50px;
  }
}
/*** 
=============================================
partner_one start
=============================================
***/
.partner-one {
  padding: 100px 0px 100px;
  background-color: rgb(242, 242, 242);
}

.partner-one__brand img {
  width: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.partner-one__brand img:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-filter: grayscale(30%);
          filter: grayscale(30%);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

/*** 
=============================================
blog-one start
=============================================
***/
.blog-one__section-title h5 {
  color: var(--thm-base);
}
.blog-one__section-title .title {
  margin-bottom: 0px;
}
.blog-one__section-title .title::after {
  display: none;
}

.blog-one__blog-middle-thumb {
  overflow: hidden;
  position: relative;
}
.blog-one__blog-middle-thumb img {
  min-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.blog-one__blog-middle-thumb::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  z-index: 2;
}

.blog-one__blog-middle-content {
  text-align: center;
  background: var(--thm-white);
  position: relative;
  margin: -60px 20px 0px;
  padding: 20px;
  -webkit-box-shadow: 0px 15px 80px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 80px 0px rgba(0, 0, 0, 0.05);
}
.blog-one__blog-middle-content p {
  font-size: 14px;
}
.blog-one__blog-middle-content h4 {
  padding: 15px 0px 18px;
}
.blog-one__blog-middle-content h4 a {
  font-weight: 600;
  color: var(--thm-black);
}
.blog-one__blog-middle-content h4 a:hover {
  color: var(--thm-base);
}
.blog-one__blog-middle-content h6 a {
  font-size: 16px;
  color: #555555;
  text-decoration: underline;
}
.blog-one__blog-middle-content h6 a:hover {
  color: var(--thm-base);
}

.blog-one__blog-middle:hover .blog-one__blog-middle-thumb img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.blog-one__blog-middle:hover .blog-one__blog-middle-thumb::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.blog-one__aside-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.blog-one__aside-item:last-child {
  margin-bottom: 0px;
}
.blog-one__aside-item:hover .blog-one__aside-thumb img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.blog-one__aside-thumb {
  height: 100px;
  width: 100px;
  min-width: 100px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.blog-one__aside-thumb::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  content: "";
  background: rgba(246, 155, 99, 0.4);
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  z-index: 1;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.blog-one__aside-thumb img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.blog-one__aside-thumb:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.blog-one__aside-content h6 a {
  padding-top: 5px;
  font-weight: 600;
  color: var(--thm-black);
}
.blog-one__aside-content h6 a:hover {
  color: var(--thm-base);
}

@media (min-width: 768px) {
  .blog-one__section-title.title {
    margin-bottom: 8px;
  }

  .blog-one__blog-middle-content {
    padding: 30px;
    margin: -100px 40px 0px;
  }
}
/*** 
=============================================
review_one start
=============================================
***/
.review-one__section-head {
  padding-bottom: 16px;
}

.review-one__section-head .title {
  position: relative;
}
.review-one__section-head .title::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 1px;
  background: #e4e4e4;
  top: 26px;
  left: 0;
  z-index: -1;
}

.review-one__section-head h2 {
  position: relative;
  display: inline-block;
  background: #ffffff;
  padding-left: 38px;
  padding-right: 40px;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}

.review-one__single-review {
  padding: 50px 20px;
  position: relative;
  display: block;
  z-index: 1;
}

.review-one__single-content {
  position: relative;
  padding: 30px 30px 30px;
}
.review-one__single-content::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 50px;
  -webkit-box-shadow: 2.5px 9.722px 30px 0px rgba(121, 121, 121, 0.12);
          box-shadow: 2.5px 9.722px 30px 0px rgba(121, 121, 121, 0.12);
  -webkit-transform: skew(0deg, -5deg);
  transform: skew(0deg, -5deg);
  content: "";
  z-index: -1;
}

.review-one__aurthor {
  position: relative;
  height: 100px;
  width: 100px;
}
.review-one__aurthor .thumb {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.review-one__aurthor .quate {
  position: absolute;
  right: 5px;
  bottom: -5px;
  width: 30px;
  height: 30px;
  color: var(--thm-base);
  text-align: center;
  z-index: 1;
  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;
}
.review-one__aurthor .quate i {
  position: relative;
  z-index: 2;
  color: var(--thm-base);
  font-size: 12px;
  line-height: 0px;
}
.review-one__aurthor .quate::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 0px 7px 40px 0px rgba(0, 0, 0, 0.21);
  -webkit-transform: skew(0deg, -7deg);
          transform: skew(0deg, -7deg);
  content: "";
  z-index: 2;
}

.review-one__review-text p {
  padding: 40px 0px 25px;
}
.review-one__review-text h4 a {
  color: var(--thm-black);
}
.review-one__review-text span {
  display: block;
}

.reviewOneSlider {
  padding-bottom: 50px;
  position: relative;
}

.reviewOneSlider .arrow-next {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: calc(50% + 15px);
  top: unset;
  bottom: 0px;
}

.reviewOneSlider .arrow-back {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: calc(50% - 55px);
  top: unset;
  bottom: 0px;
}

@media (min-width: 576px) {
  .review-one__single-content {
    padding: 50px 50px 50px;
  }
}
/*** 
=============================================
categories-tab start
=============================================
***/
.categories-tab .nav {
  margin-top: -10px;
  padding-bottom: 60px;
}
.categories-tab .nav .nav-link {
  font-size: 22px;
  color: var(--thm-black);
  font-family: var(--font-heading-family);
  font-weight: 600;
  padding: 0px;
  margin: 0px 10px;
  position: relative;
}
.categories-tab .nav .nav-link::after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 70px;
  height: 2px;
  background: var(--thm-base);
  display: none;
}
.categories-tab .nav .nav-link.active {
  background: transparent;
  color: var(--thm-base);
}
.categories-tab .nav .nav-link.active::after {
  display: block;
}

.catagory-slider .products-grid-one,
.catagory-slider-three .products-grid-one {
  margin: 0px 14px 0px;
}

.catagory-slider .arrow-next,
.catagory-slider-three .arrow-next {
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(0% - 50px);
}

.catagory-slider .arrow-back,
.catagory-slider-three .arrow-back {
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(0% - 50px);
}

@media (max-width: 991px) {
  .catagory-slider .arrow-next,
.catagory-slider-three .arrow-next {
    right: 0;
    font-size: 14px;
    height: 35px;
    width: 35px;
  }

  .catagory-slider .arrow-back,
.catagory-slider-three .arrow-back {
    left: 0;
    font-size: 14px;
    height: 35px;
    width: 35px;
  }
}
.categories-tab .tab-content {
  position: relative;
}
.categories-tab .tab-content #overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .categories-tab .nav .nav-link {
    font-size: 36px;
    margin: 0px 20px;
  }
}
/*** 
=============================================
   blog-two Css
=============================================
***/
.blog-two__single-content li {
  position: relative;
  display: inline-block;
  color: var(--thm-gray);
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  font-family: var(--thm-font);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-left: 6px;
  padding-right: 10px;
}

.blog-two__single-content li:first-child {
  padding-left: 0px;
}

.blog-two__single-content li::before {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 7px;
  width: 1px;
  background: #747474;
  content: "";
}

.blog-two__single-content li:last-child:before {
  display: none;
}

.blog-two__single-content h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 12px;
}

.blog-two__single-content h5 a {
  color: var(--thm-black);
}

.blog-two__single-content h5 a:hover {
  color: var(--thm-base);
}

.blog-two__single-content .btn-box {
  position: relative;
  display: inline-block;
  margin-top: 18px;
}

.blog-two__single-content .btn-box a {
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--thm-font-2);
  text-decoration: underline;
}

.blog-two__single-content .btn-box a:hover {
  color: var(--thm-base);
}

.blog-two__single-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.blog-two__single-img::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
}
.blog-two__single-img img {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.blog-two__single-img:hover::after {
  opacity: 1;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.blog-two__single-img:hover img {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*** 
=============================================
    product grid Two Css
=============================================
***/
.product-grid-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-grid-two .badge {
  border-radius: 0px;
  background: var(--thm-black);
}

.product-grid-two__img img {
  width: 100%;
}

.product-grid-two__img .text {
  position: absolute;
  top: 30px;
  left: 30px;
  background: var(--thm-base);
  padding: 1px 15px 2px;
}

.product-grid-two__img .text span {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 400;
  font-family: var(--thm-font);
  text-transform: uppercase;
}

.product-grid-two__overlay-box {
  position: absolute;
  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;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: var(--thm-black);
  padding: 10px 10px 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 5;
  opacity: 1;
  visibility: visible;
}

.product-grid-two:hover .product-grid-two__overlay-box {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.product-grid-two__overlay-box .title {
  position: relative;
  display: block;
}

.product-grid-two__overlay-box .title h6 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-grid-two__overlay-box .title h6 a {
  color: #ffffff;
  display: block;
}

.product-grid-two__overlay-box .title h6:hover a {
  color: var(--thm-base);
}

.product-grid-two__overlay-box .icon {
  position: relative;
  display: none;
}

.product-grid-two__overlay-box ul {
  position: relative;
  display: block;
}

.product-grid-two__overlay-box .icon ul li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.product-grid-two__overlay-box li:last-child {
  margin-right: 0px;
}

.product-grid-two__overlay-box li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.product-grid-two__overlay-box a:hover {
  color: var(--thm-base);
}

.product-grid-two-content {
  position: relative;
  display: block;
  padding: 20px 0px 0px;
  margin-bottom: -9px;
}

.product-grid-two-content span {
  color: var(--thm-gray);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.04em;
  font-family: var(--font-heading-family);
  text-transform: uppercase;
}

.product-grid-two-content h5 {
  margin-top: 2px;
  margin-bottom: 1px;
  font-size: 16px;
}

.product-grid-two-content h5 a {
  color: var(--thm-black);
}

.product-grid-two-content h5 a:hover {
  color: var(--thm-base);
}

.product-grid-two-content p {
  color: #2c2c2c;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: var(--font-heading-family);
}

.product-grid-two-content p del {
  color: #74787c;
  font-size: 14px;
  font-weight: 300;
}

.filters {
  margin-bottom: 0px;
  display: block;
  margin-top: 23px;
}

.filters ul {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.filters li {
  position: relative;
  display: inline-block;
  margin-right: 35px;
}

.filters li:last-child {
  margin-right: 0;
}

.filters li span {
  position: relative;
  display: inline-block;
  color: var(--thm-gray);
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  font-family: var(--thm-font);
}

.filters li span::before {
  position: absolute;
  left: 0;
  bottom: 4px;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--thm-base);
  content: "";
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) scaleX(0);
          transform: perspective(400px) scaleX(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.filters li:hover span:before,
.filters li.active span::before {
  -webkit-transform: perspective(400px) scaleX(1);
          transform: perspective(400px) scaleX(1);
}

.filters li.active span,
.filters li:hover span {
  color: var(--thm-base);
}

.filters li .count {
  display: none;
}

@media (min-width: 575px) {
  .product-grid-two__overlay-box {
    padding: 15px 25px 10px;
    bottom: 30px;
  }

  .product-grid-two-content h5 {
    font-size: 20px;
  }

  .product-grid-two-content p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .product-grid-two__overlay-box {
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
  }

  .product-grid-two__overlay-box {
    left: 30px;
    right: 30px;
  }

  .product-grid-two .product-grid-two__overlay-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-grid-two .product-grid-two__overlay-box .icon {
    display: block;
  }
}
/*** 
=============================================
  newsLetter-popup Start
=============================================
***/
#newsLetter-popup {
  position: relative;
  background-color: var(--thm-white);
  max-width: calc(100% - 2vh);
  margin: 0 auto;
  padding: 20px 20px 20px;
}
#newsLetter-popup .mfp-close {
  font-size: 40px;
  color: var(--thm-black);
  right: 10px;
  top: 10px;
  font-weight: 400;
}

.newsLetter-popup__content {
  padding-right: 0px;
}
.newsLetter-popup__content h2 {
  padding: 20px 0px 10px;
  text-transform: capitalize;
}
.newsLetter-popup__content h2 span {
  color: var(--thm-base);
}
.newsLetter-popup__content p {
  font-size: 16px;
  color: var(--thm-black);
}

.newsLetter-popup__subscrib-form {
  width: 100%;
}
.newsLetter-popup__subscrib-form .input_box {
  background: var(--thm-white);
  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;
  padding: 5px;
  border: 2px solid var(--thm-black);
  margin: 20px 0px 20px;
}
.newsLetter-popup__subscrib-form .input_box input {
  border: none;
  -webkit-box-shadow: 0px solid rgba(0, 0, 0, 0);
          box-shadow: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  color: var(--thm-black);
  font-weight: 500;
  padding: 0px 0px 0px 20px;
}
.newsLetter-popup__subscrib-form .input_box input::-webkit-input-placeholder {
  color: var(--thm-black);
}
.newsLetter-popup__subscrib-form .input_box input::-moz-placeholder {
  color: var(--thm-black);
}
.newsLetter-popup__subscrib-form .input_box input:-ms-input-placeholder {
  color: var(--thm-black);
}
.newsLetter-popup__subscrib-form .input_box input::-ms-input-placeholder {
  color: var(--thm-black);
}
.newsLetter-popup__subscrib-form .input_box input::placeholder {
  color: var(--thm-black);
}
.newsLetter-popup__subscrib-form .input_box .subscribe_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--thm-black);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--thm-white);
  font-family: var(--font-heading-family);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid var(--thm-black);
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.newsLetter-popup__subscrib-form .input_box .subscribe_btn:hover {
  background: var(--thm-white);
  color: var(--thm-black);
}

.newsLetter-popup__subscrib-form .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.newsLetter-popup__subscrib-form .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  color: var(--thm-black);
}
.newsLetter-popup__subscrib-form .form-group label a {
  color: var(--thm-black);
  text-decoration: underline;
}
.newsLetter-popup__subscrib-form .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--thm-base);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.newsLetter-popup__subscrib-form .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid var(--thm-base);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newsLetter-popup__thumb {
  overflow: hidden;
  position: relative;
}
.newsLetter-popup__thumb .newsLetter-popup__absolute-image {
  position: absolute;
  bottom: 0px;
  right: -19%;
}

.imgenews {
  max-height: 400px;
}
.imgenews img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 576px) {
  #newsLetter-popup {
    max-width: calc(100% - 25vh);
  }
}
@media (min-width: 768px) {
  #newsLetter-popup {
    max-width: calc(100% - 35vh);
  }
}
@media (min-width: 992px) {
  #newsLetter-popup {
    max-width: calc(100% - 25vh);
  }

  #newsLetter-popup {
    padding: 30px 30px 0px 0px;
    max-width: 800px;
  }

  .newsLetter-popup__content {
    padding-right: 80px;
  }

  .newsLetter-popup__content p {
    font-size: 16px;
  }

  .newsLetter-popup__subscrib-form .input_box {
    margin: 30px 0px 30px;
  }

  .newsLetter-popup__content h2 {
    padding: 10px 0px 0px;
    font-size: 40px;
  }

  .newsLetter-popup__subscrib-form .input_box .subscribe_btn {
    padding: 15px 40px 15px;
    font-size: 12px;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
}
/*** 
=============================================
 Info Start
=============================================
***/
.highlight-info__skew_one {
  position: relative;
}
.highlight-info__skew_one::before {
  position: absolute;
  top: 0%;
  right: -20%;
  height: 200%;
  width: 200%;
  background: var(--thm-black);
  content: "";
  -webkit-transform: skew(-20deg, 0deg);
          transform: skew(-20deg, 0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -2;
}
.highlight-info__skew_one:hover::before {
  background: #252525;
}

.highlight-info__skew_bg {
  background-color: var(--thm-base);
}
.highlight-info__skew_bg::before {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 200%;
  width: 100%;
  background: var(--thm-base);
  content: "";
  -webkit-transform: skew(-20deg, 0deg);
          transform: skew(-20deg, 0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.highlight-info__skew_bg:hover::before {
  background: #f79253;
}

.highlight-info__box {
  padding: 15px 0px 15px;
}
.highlight-info__box .thumb {
  margin-right: 10px;
}
.highlight-info__box .thumb img {
  min-width: 32px;
}
.highlight-info__box h6 {
  text-transform: uppercase;
  color: var(--thm-white);
}

.highlight-info__box.two {
  position: relative;
}

@media (min-width: 992px) {
  .highlight-info__skew_bg {
    background: transparent;
  }
  .highlight-info__skew_bg::before {
    display: block;
  }
}
@media (max-width: 991px) {
  .highlight-info__box h6 {
    font-size: 12px;
    line-height: 1;
    padding-top: 3px;
  }

  .highlight-info__box {
    padding: 10px 0px 10px;
  }
  .highlight-info__box .thumb {
    margin-right: 10px;
  }
  .highlight-info__box .thumb img {
    min-width: unset;
    max-width: 25px;
  }
}
/*** 
=============================================
Upcoming Product
=============================================
***/
.upcoming-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.upcoming-item__shape {
  position: absolute;
  bottom: -60px;
  left: 0px;
  -webkit-animation: joom 8s linear infinite;
          animation: joom 8s linear infinite;
}

.upcoming-item__signature {
  position: absolute;
  bottom: 9%;
  right: 5%;
}

.upcoming-item__info {
  background: #ffffff;
  padding: 30px 30px 30px;
  text-align: center;
  max-width: calc(100% - 10vh);
  margin: 40px auto 0px;
}
.upcoming-item__info .ratting {
  padding: 30px 0px 5px;
}
.upcoming-item__info h6 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.upcoming-item__info h6 span {
  padding-top: 5px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #555555;
}
.upcoming-item__info h6:hover {
  color: var(--thm-base);
}
.upcoming-item__info h6:hover span {
  color: #555555;
}
.upcoming-item__info .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.upcoming-item__info:hover .image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.upcoming-item__label {
  position: absolute;
  top: 1%;
  left: 1%;
  z-index: 2;
}
.upcoming-item__label .content {
  border-radius: 50%;
  background-color: rgb(255, 162, 71);
  width: 144px;
  height: 88px;
  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;
}
.upcoming-item__label .content h4 {
  color: #fff;
  text-transform: uppercase;
}
.upcoming-item__label::after {
  position: absolute;
  top: 0%;
  left: 10px;
  content: "";
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50%;
  width: 166px;
  height: 102px;
  z-index: -1;
}

.upcoming-item__thumb {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 510px;
  width: 100%;
}
.upcoming-item__thumb::before {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  z-index: 2;
}
.upcoming-item__thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.upcoming-item__thumb:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.upcoming-item__thumb:hover::before {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.upcoming-item__right-box {
  margin-top: 40px;
}

.upcoming-item__section-title .tagline h5 {
  color: var(--thm-base);
}
.upcoming-item__section-title h2.title {
  color: var(--thm-white);
  margin-bottom: 0px;
}
.upcoming-item__section-title h2.title::after {
  display: none;
}
.upcoming-item__section-title p {
  color: #888888;
}

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

@keyframes shine {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes joom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes joom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 768px) {
  .upcoming-item__left-box {
    margin-bottom: 60px;
  }

  .upcoming-item__info {
    position: absolute;
    bottom: -60px;
    right: 0px;
    width: 270px;
    padding: 69px 30px 31px;
    z-index: 5;
  }
}
@media (min-width: 992px) {
  .upcoming-item__label {
    top: 15px;
    left: -70px;
  }

  .upcoming-item__section-title h2.title {
    margin-bottom: 19px;
  }

  .upcoming-item__section-title .button-box {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .upcoming-item__info {
    right: 50px;
  }
}
/*** 
=============================================
products-grid start
=============================================
***/
.products-grid .section-head {
  padding-bottom: 45px;
}

.products-grid-one {
  margin-bottom: 40px;
}

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

.products-grid-one__badge-box {
  position: absolute;
  top: 8px;
  left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}

.badge {
  margin-bottom: 5px;
  display: block;
  color: #ffffff;
  font-size: 10px;
  letter-spacing: 0.7px;
  white-space: nowrap;
  line-height: 18px;
  padding: 0 7px;
  border-radius: 3px;
  font-weight: 400;
  text-transform: uppercase;
}

.badge.new {
  background: var(--thm-black);
}

.badge.discount {
  background: var(--thm-base);
}

.product-image-sizeing {
  position: relative;
  z-index: -2;
}

.products-grid__usefull-links {
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  right: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  display: none;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  z-index: 3;
}
.products-grid__usefull-links a {
  height: 35px;
  width: 35px;
  background: var(--thm-white);
  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;
  margin: 5px;
  border-radius: 50%;
  color: var(--thm-black);
  font-weight: 900;
  font-size: 12px;
}
.products-grid__usefull-links a i {
  line-height: 0px;
}
.products-grid__usefull-links a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%);
  transform: translateY(-50%);
  right: 110%;
  font-size: 10px;
  line-height: 1.1;
  color: var(--thm-white);
  background: var(--thm-black);
  text-transform: uppercase;
  padding: 4px 8px 4px;
  display: inline-block;
  min-width: 73px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
}
.products-grid__usefull-links a span::before {
  position: absolute;
  left: 92%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  background: var(--thm-black);
  height: 8px;
  width: 8px;
  z-index: -1;
}
.products-grid__usefull-links a:hover {
  background: var(--thm-base);
  color: var(--thm-white);
}
.products-grid__usefull-links li {
  position: relative;
}
.products-grid__usefull-links li:hover a span {
  right: 100%;
  opacity: 1;
  visibility: visible;
}

.products-grid-one__mainimage {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0px;
  left: 0px;
}

.products-grid-one__first-img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-grid-one__hover-img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-grid-one__hover-img.now-main {
  opacity: 1;
  visibility: visible;
}

.products-grid-one__mainimage {
  width: 100%;
}

.products-grid-one__product-image {
  position: relative;
  background-color: rgb(247, 247, 247);
  overflow: hidden;
}
.products-grid-one__product-image img {
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-grid-one__thumb-box {
  padding-top: 2px;
  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;
  margin-bottom: -3px;
}

.products-grid-one__product-varient {
  position: relative;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 5px;
  background-color: rgb(247, 247, 247);
  width: 35px;
  height: 35px;
  margin: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.products-grid-one__product-varient .color {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-8px);
          transform: translateX(-50%) translateY(-8px);
  font-size: 10px;
  line-height: 1.1;
  color: var(--thm-white);
  background: var(--thm-black);
  text-transform: uppercase;
  padding: 4px 8px 4px;
  display: inline-block;
  min-width: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.products-grid-one__product-varient .color::before {
  position: absolute;
  left: 50%;
  top: 75%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  content: "";
  background: var(--thm-black);
  height: 8px;
  width: 8px;
  z-index: -1;
}
.products-grid-one__product-varient img {
  overflow: hidden;
  border-radius: 5px;
  max-height: 100%;
}
.products-grid-one__product-varient:hover {
  border: 1px solid var(--thm-base);
}
.products-grid-one__product-varient:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(5px);
          transform: translateX(-50%) translateY(5px);
}

.products-grid-one {
  text-align: center;
}
.products-grid-one:hover .products-grid__usefull-links {
  opacity: 1;
  visibility: visible;
}
.products-grid-one:hover .products-grid-one__first-img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.products-grid-one:hover .products-grid-one__hover-img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.products-grid__cart-btn {
  border: 1px solid var(--thm-black);
  position: absolute;
  background: #fff;
  color: var(--thm-black);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 8px 0px;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 80%;
}
.products-grid__cart-btn span {
  font-size: 12px;
  line-height: 30px;
}
.products-grid__cart-btn span.two {
  display: none;
}
.products-grid__cart-btn span.one {
  padding-right: 0px;
  position: relative;
}
.products-grid__cart-btn span.one::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  height: 20px;
  width: 1px;
  content: "";
  background: rgb(200, 200, 200);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
}
.products-grid__cart-btn:hover {
  background: var(--thm-base);
  border: 1px solid var(--thm-base);
  color: var(--thm-white);
}
.products-grid__cart-btn:hover span.one::after {
  background: var(--thm-white);
}

.products-grid__content {
  position: relative;
}
.products-grid__content .ratting {
  padding-top: 30px;
}
.products-grid__content .product_name {
  padding: 0px 0px 0px;
}
.products-grid__content .product_name a {
  color: var(--thm-black);
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.products-grid__content .product_name a:hover {
  color: var(--thm-base);
}
.products-grid__content .price {
  font-family: var(--font-heading-family);
}
.products-grid__content .price span {
  font-size: 10px;
  color: #888888;
}
.products-grid__content .price p {
  font-size: 12px;
  font-weight: 600;
  color: #555555;
}

.product-gird__quick-view-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 992px;
  margin: 100px auto;
  -webkit-transition: 1s all;
  transition: 1s all;
  border-radius: 10px;
  display: none;
}

.color-varient a {
  position: relative;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: var(--thm-black);
  display: inline-block;
  margin: 5px;
  cursor: pointer;
}
.color-varient a:first-child {
  margin-left: 0px;
}
.color-varient a span {
  position: absolute;
  bottom: 100%;
  left: 50%;
  background: var(--thm-black);
  padding: 2px 10px 2px;
  font-size: 10px;
  color: #ffffff;
  min-width: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  bottom: calc(100% + 12px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.color-varient a span::before {
  position: absolute;
  top: 68%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  content: "";
  background: var(--thm-black);
  height: 10px;
  width: 10px;
  z-index: -1;
}
.color-varient a:hover span {
  bottom: calc(100% + 6px);
  opacity: 1;
  visibility: visible;
}
.color-varient a.pink {
  background: #ffc0cb;
}
.color-varient a.red {
  background: #ff0000;
}
.color-varient a.yellow {
  background: #ffff00;
}
.color-varient a.blue {
  background: #0000ff;
}
.color-varient a.black {
  background: #000000;
}

.popup-right-content .ratting {
  font-size: 18px;
  font-weight: 700;
}
.popup-right-content .ratting span {
  font-weight: 500;
  padding-left: 10px;
}
.popup-right-content p.text {
  font-size: 18px;
  padding-top: 10px;
}
.popup-right-content .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0px 30px;
}
.popup-right-content .price h2 {
  color: var(--thm-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-right-content .price del {
  padding-left: 10px;
  font-size: 16px;
  color: var(--thm-black);
}
.popup-right-content .price h6 {
  font-weight: 600;
  padding-left: 15px;
}
.popup-right-content .add-product {
  padding: 14px 0px 30px;
}
.popup-right-content .add-product h6 {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 22px;
}
.popup-right-content .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup-right-content .button-group .btn--primary,
.popup-right-content .button-group .qtySelector {
  width: 200px;
  height: 52px;
}
.popup-right-content .button-group .qtySelector {
  margin-right: 30px;
}

.qtySelector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--thm-black);
  padding: 5px 20px 5px;
}
.qtySelector input {
  border: 0px solid rgba(255, 255, 255, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px 0px 0px 40px;
  font-size: 18px;
  color: var(--thm-black);
}
.qtySelector input::-webkit-input-placeholder {
  color: var(--thm-black);
  font-size: 18px;
}
.qtySelector input::-moz-placeholder {
  color: var(--thm-black);
  font-size: 18px;
}
.qtySelector input:-ms-input-placeholder {
  color: var(--thm-black);
  font-size: 18px;
}
.qtySelector input::-ms-input-placeholder {
  color: var(--thm-black);
  font-size: 18px;
}
.qtySelector input::placeholder {
  color: var(--thm-black);
  font-size: 18px;
}
.qtySelector span {
  height: 30px;
  width: 30px;
  min-width: 30px;
  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;
  color: var(--thm-black);
  background: var(--thm-white);
  line-height: 0px;
  font-size: 18px;
  font-weight: 500;
}
.qtySelector span:hover {
  background: var(--thm-base);
  color: var(--thm-white);
}

.payment-method a {
  display: inline-block;
  margin: 10px 10px 10px;
}
.payment-method a:first-child {
  margin-left: 0px;
}

.quick-view__left-content .tabs {
  border: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
}
.quick-view__left-content .ui-tabs .ui-tabs-panel {
  padding: 0px;
}

.popup-product-single-image img {
  min-width: 100%;
}

.popup-product-main-image-box {
  position: relative;
  width: calc(100% - 100px);
}
.popup-product-main-image-box .prev,
.popup-product-main-image-box .next {
  position: absolute;
  bottom: -80px;
  height: 60px;
  width: 60px;
  background: #fff;
  border: 1px solid var(--thm-black);
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
}
.popup-product-main-image-box .prev:hover,
.popup-product-main-image-box .next:hover {
  background: var(--thm-black);
  color: var(--thm-white);
}
.popup-product-main-image-box .prev {
  left: calc(50% - 75px);
}
.popup-product-main-image-box .next {
  right: calc(50% - 75px);
}

.tab-nav.popup-product-thumb {
  padding: 0px;
  margin-bottom: 3px;
  background: transparent;
  border: 0px;
  cursor: pointer;
  margin-bottom: 5px;
  border: 1px solid #fff;
}
.tab-nav.popup-product-thumb:last-child {
  margin-bottom: 0px;
}
.tab-nav.popup-product-thumb a.ui-tabs-anchor {
  display: block;
  padding: 0px;
  margin: 0px;
}

.popup-product-thumb-box {
  max-width: 100px;
  margin-right: 20px;
}
.popup-product-thumb-box ul {
  padding: 0px;
  margin: 0px;
  background: transparent;
  border-radius: 0px;
  border: 0px;
}
.popup-product-thumb-box .tab-nav.ui-tabs-active {
  border: 1px solid var(--thm-base);
}

@media (min-width: 576px) {
  .products-grid-one {
    margin-bottom: 50px;
  }

  .products-grid__usefull-links {
    position: absolute;
    top: 20%;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
    right: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .products-grid__usefull-links a i {
    line-height: 0px;
  }
  .products-grid__usefull-links a:hover {
    background: var(--thm-base);
    color: var(--thm-white);
  }

  .products-grid-one__mainimage {
    width: 100%;
  }

  .products-grid__cart-btn {
    padding: 0px 18px 0px;
    top: -26px;
    left: 50%;
    width: 80%;
  }
  .products-grid__cart-btn span {
    font-size: 12px;
    line-height: 48px;
  }
  .products-grid__cart-btn span.two {
    margin-bottom: -4px;
    display: block;
  }
  .products-grid__cart-btn span.one {
    padding-right: 20px;
  }
  .products-grid__cart-btn span.one::after {
    display: block;
  }
  .products-grid__cart-btn:hover {
    background: var(--thm-base);
    border: 1px solid var(--thm-base);
    color: var(--thm-white);
  }
  .products-grid__cart-btn:hover span.one::after {
    background: var(--thm-white);
  }

  .products-grid__content {
    position: relative;
  }
  .products-grid__content .ratting {
    padding-top: 50px;
  }
  .products-grid__content .product_name {
    padding: 4px 0px 5px;
  }
  .products-grid__content .product_name a {
    font-size: 20px;
  }
  .products-grid__content .price span {
    font-size: 14px;
  }
  .products-grid__content .price p {
    font-size: 16px;
  }

  .products-grid-one__thumb-box {
    padding-top: 6px;
  }
}
@media (min-width: 992px) {
  .product-gird__quick-view-popup {
    display: block;
  }

  .products-grid__usefull-links {
    top: 30%;
    display: block;
  }

  .products-grid__usefull-links a {
    height: 40px;
    width: 40px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .product-gird__quick-view-popup {
    padding: 40px;
  }
}
@media (min-width: 1400px) and (min-width: 1400px) {
  .products-grid__cart-btn {
    padding: 0px 15px 0px;
  }

  .products-grid__cart-btn span.one {
    padding-right: 12px;
  }
  .products-grid__cart-btn span.one::after {
    right: 6px;
  }
}
@media (min-width: 1600px) {
  .products-grid__usefull-links {
    right: 5px;
  }
  .products-grid__usefull-links a {
    height: 50px;
    width: 50px;
    font-size: 16px;
  }
}
/*** 
=============================================
    Home two css Start
=============================================
***/
/*** 
=============================================
    features-catagory Css
=============================================
***/
.features-catagory {
  position: relative;
  display: block;
  padding: 30px 0px 90px;
  background: #ffffff;
}

.features-catagory .container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.features-catagory-single {
  position: relative;
  display: block;
}

.features-catagory-single-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.features-catagory-single-img img {
  width: 100%;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.features-catagory-single:hover .features-catagory-single-img img {
  -webkit-transform: scale(1.05) rotate(1deg);
          transform: scale(1.05) rotate(1deg);
}

.features-catagory-single-img .overlay-text {
  position: absolute;
  top: 20px;
  right: 20px;
}

.features-catagory-single-img .overlay-text.bottom {
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 20px;
}

.features-catagory-single-img .overlay-text h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.features-catagory-single-img .overlay-text .btn-box {
  position: relative;
  display: block;
}

.features-catagory-single-img .overlay-text .btn-box a {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--thm-font-2);
  text-decoration: underline;
}

.features-catagory-single-img .overlay-text .btn-box a:hover {
  color: var(--thm-base);
}

@media (min-width: 1200px) {
  .features-catagory-single-img .overlay-text.bottom {
    bottom: 43px;
    right: 35px;
  }

  .features-catagory-single-img .overlay-text {
    top: 45px;
    right: 35px;
  }
}
/*** 
=============================================
    core-features two Css
=============================================
***/
.core-features.two {
  background-color: rgb(246, 246, 246);
}

.core-features-two__box .icon {
  margin-right: 20px;
}
.core-features-two__box .icon img {
  min-width: 40px;
  max-width: 40px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.core-features-two__box .more-info-btn {
  font-size: 16px;
  color: var(--thm-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: -5px;
}
.core-features-two__box .more-info-btn i {
  -webkit-transform: translate(5px, 3px);
          transform: translate(5px, 3px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.core-features-two__box .more-info-btn:hover {
  color: var(--thm-base);
}
.core-features-two__box .more-info-btn:hover i {
  -webkit-transform: translate(10px, 3px);
          transform: translate(10px, 3px);
}
.core-features-two__box:hover .icon img {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.core-features-two__box a {
  margin-bottom: 10px;
}
.core-features-two__box a h4 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.core-features-two__box a h4:hover {
  color: var(--thm-base);
}

/*** 
=============================================
   Cta-one Css
=============================================
***/
.cta-one {
  position: relative;
  display: block;
}

.cta-one .auto-container {
  max-width: 1650px;
  width: 100%;
}

.cta-one__inner {
  position: relative;
  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;
  border: 1px solid var(--thm-black);
  padding: 34px 40px 37px;
}

.cta-one__text {
  position: relative;
  display: block;
}

.cta-one__text h3 {
  font-weight: 700;
  font-size: 36px;
}

.cta-one__text p {
  color: #74787c;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.cta-one__icon {
  position: relative;
  display: block;
}

.cta-one__icon a {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 25px;
  line-height: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cta-one__icon a:hover {
  color: var(--thm-base);
}

.cta-one__inner .form-group .form-control {
  color: #74787c;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid rgba(116, 120, 124, 0.7450980392);
  margin-top: 0px;
  padding: 10px 0px 10px;
}
.cta-one__inner .form-group .form-control:focus {
  border-radius: 0px;
  border: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid var(--thm-base);
}

@media (min-width: 575px) {
  .cta-one__inner {
    padding: 74px 80px 72px;
  }
}
/*** 
=============================================
    Product Offers One Css
=============================================
***/
.product-offers-one {
  position: relative;
  display: block;
  background: #ffffff;
}

.product-offers-one__single {
  position: relative;
  display: block;
}

.product-offers-one__single-inner {
  position: relative;
  display: block;
  overflow: hidden;
}

.product-offers-one__single-inner.style2 {
  border: 30px solid #ffa247;
}

.product-offers-one__single-inner.style2 .overlay-content {
  position: absolute;
  text-align: center;
  top: 55px;
  left: 0;
  right: 0;
}

.product-offers-one__single-inner.style2 .overlay-content .title {
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.product-offers-one__single-inner.style2 .overlay-content .title p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.product-offers-one__single-inner.style2 .overlay-content .title h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-offers-one__single-inner.style2 .overlay-content h2 {
  font-size: 100px;
  line-height: 1.2em;
  font-weight: 700;
  font-family: var(--thm-font-2);
}

.product-offers-one__single-inner.style2 .overlay-content h2 span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-left: -25px;
  text-align: left;
}

.product-offers-one__single-inner {
  overflow: hidden;
}
.product-offers-one__single-inner img {
  width: 100%;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-offers-one__single-inner:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.product-offers-one__single-inner .overlay-text {
  position: absolute;
  top: 40px;
  left: 45px;
  font-weight: 600;
}

.product-offers-one__single-inner .overlay-text.white::before {
  background: #ffffff;
}

.product-offers-one__single-inner h4 {
  font-weight: 600;
}

.product-offers-one__single-inner .white h4 {
  color: #ffffff;
}

/*
.product-offers-one__single-inner .overlay-text::before {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 60px;
  height: 2px;
  background: var(--thm-black);
  content: "";
}
*/

.product-offers-one__single-inner .overlay-text h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: var(--thm-font-2);
}

.product-offers-one__single-inner .discount-box {
  position: absolute;
  bottom: 130px;
  right: 50px;
  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;
  width: 100px;
  height: 100px;
  background: var(--thm-black);
  border-radius: 50%;
}

.product-offers-one__single-inner .discount-box h4 {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.product-offers-one__single-inner .upto-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-bottom: 7px;
}

.product-offers-one__single-inner .left {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #ffffff;
  margin-right: 0px;
  top: -4px;
}

.product-offers-one__single-inner .right {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #ffffff;
  margin-left: 0px;
  top: -4px;
}

.product-offers-one__single-inner h6 {
  color: #ffffff;
  position: relative;
  display: inline-block;
  font-size: 10px;
  line-height: 11px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sec-title__tagline span.left {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 2px;
  background: var(--thm-base);
  margin-right: 15px;
  top: -6px;
}

.sec-title__tagline span.right {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 2px;
  background: var(--thm-base);
  margin-left: 15px;
  top: -6px;
}

.product-offers-one__single-inner .discount-box h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.product-offers-one__single-inner .discount-box span {
  color: #ffffff;
  font-size: 10px;
  line-height: 11px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--thm-font-2);
}

/*** 
=============================================
    Product Showcase One Css
=============================================
***/
.product-showcase-one {
  position: relative;
  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;
  min-height: 700px;
}

.product-showcase__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.product-showcase-one .auto-container {
  max-width: 1400px;
  width: 100%;
}

.product-showcase__inner {
  position: relative;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product-showcase__single {
  position: relative;
  display: block;
}

.product-showcase__single.martm {
  margin-top: -120px;
}

.product-showcase__single.mart {
  margin-top: 120px;
}

.product-showcase__single-inner {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
}

.product-showcase__single .icon {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: var(--thm-black);
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.product-showcase__single .icon::before,
.product-showcase__single .icon::after {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-showcase__single .icon::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.product-showcase__single .content {
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
  top: 166px;
  right: -100px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  background-color: #fff;
  border-radius: 0px;
  opacity: 0;
  z-index: 9;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  pointer-events: none;
}

.product-showcase__single .content.style2 {
  right: 0;
  left: -310px;
}

.product-showcase__single:hover .content {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.product-showcase__single .inner {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 20px 20px 20px;
}

.product-showcase__single .img-box {
  position: relative;
  display: block;
}

.product-showcase__single .text {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 15px;
}

.product-showcase__single h6 {
  font-weight: 600;
}

.product-showcase__single span {
  color: var(--thm-black);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  font-family: var(--thm-font-2);
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
    box-shadow: 0 0 0 20px 0 0 20px 0 #fff;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*** 
=============================================
    Testimonial Two Css
=============================================
***/
.testimonial-two__single {
  padding: 30px 15px 0px;
}

.testimonial-two__single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-two__single-img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  margin-right: 30px;
}

.testimonial-two__single-content .text {
  margin-bottom: 18px;
}

.testimonial-two__single-content p {
  font-family: var(--font-heading-family);
  font-size: 16px;
}

.testimonial-two__single-content h6 {
  font-weight: 600;
}

.testimonial-two__single-content span {
  color: var(--thm-gray);
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  font-family: var(--thm-font);
  display: block;
}

/*** 
=============================================
    Video One Css
=============================================
***/
.video-one {
  background: #f2f2f2;
}

.video-one__img {
  position: relative;
  display: block;
  width: 100%;
}

.video-one__img-inner {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 0px;
}
.video-one__img-inner img {
  min-width: 100%;
}

.video-one__img-inner .icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  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;
}

.video-one__img-inner .icon a {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  font-size: 35px;
  color: #ffffff;
}

.video-one__img-inner .icon a:hover {
  color: var(--thm-base);
  border-color: var(--thm-base);
}

.video-one__content-list li {
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}
.video-one__content-list li::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "\f11b";
  font-family: flaticon !important;
  font-size: 15px;
  color: #555555;
}

.video-one__content-list li:last-child {
  margin-bottom: 0px;
}

.video-one__content .btn-box {
  margin-top: 37px;
}

@media (min-width: 992px) {
  .video-one__img-inner {
    margin-right: 30px;
  }
}
/*** 
=============================================
newsLetter-one style-two
=============================================
***/
.newsLetter-one.style-two {
  background: transparent;
  border-bottom: 2px solid var(--thm-black);
}

.newsLetter-one.style-two h3 {
  color: var(--thm-black);
}
.newsLetter-one.style-two span {
  color: var(--thm-base);
}
.newsLetter-one.style-two h6 {
  color: var(--thm-black);
}

.newsLetter-one.style-two input {
  height: 60px;
  background-color: rgb(242, 242, 242);
}
.newsLetter-one.style-two .subscrib-btn {
  height: 60px;
}

@media (min-width: 768px) {
  .newsLetter-one.style-two h6::after {
    background: rgb(212, 217, 219);
  }
}
/*** 
=============================================
    product grid Two Css
=============================================
***/
.product-grid-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-grid-two__img img {
  min-width: 100%;
}

.product-grid-two__img a img,
.products-three-single-img a img {
  min-width: 100%;
}
.product-grid-two__img .first-img,
.products-three-single-img .first-img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-grid-two__img .hover-img,
.products-three-single-img .hover-img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.product-grid-two:hover .first-img,
.products-three-single:hover .first-img {
  opacity: 0;
  visibility: hidden;
}
.product-grid-two:hover .hover-img,
.products-three-single:hover .hover-img {
  opacity: 1;
  visibility: visible;
}

.product-grid-two .badge {
  border-radius: 0px;
}

.product-grid-two__img img {
  width: 100%;
}

.product-grid-two__img .text {
  position: absolute;
  top: 30px;
  left: 30px;
  background: var(--thm-base);
  padding: 1px 15px 2px;
}

.product-grid-two__img .text span {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 400;
  font-family: var(--thm-font);
  text-transform: uppercase;
}

.product-grid-two__addcart {
  position: absolute;
  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;
  left: 10px;
  bottom: 10px;
  right: 10px;
  background: var(--thm-black);
  padding: 10px 10px 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 5;
  opacity: 1;
  visibility: visible;
}

.product-grid-two:hover .product-grid-two__addcart {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.product-grid-two__addcart .title {
  position: relative;
  display: block;
}

.product-grid-two__addcart .title h6 {
  font-size: 14px;
  font-weight: 500;
}

.product-grid-two__addcart .title h6 a {
  color: #ffffff;
  display: block;
}

.product-grid-two__addcart .title h6:hover a {
  color: var(--thm-base);
}

.product-grid-two__addcart .icon {
  position: relative;
  display: none;
}

.product-grid-two__addcart ul {
  position: relative;
  display: block;
}

.product-grid-two__addcart .icon ul li {
  position: relative;
  display: inline-block;
  margin-right: 11px;
}

.product-grid-two__addcart li:last-child {
  margin-right: 0px;
}

.product-grid-two__addcart li a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.product-grid-two__addcart a:hover {
  color: var(--thm-base);
}

.product-grid-two-content {
  position: relative;
  display: block;
  padding: 20px 0px 0px;
}

.product-grid-two-content span {
  color: var(--thm-gray);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.04em;
  font-family: var(--font-heading-family);
  text-transform: uppercase;
}

.product-grid-two-content h5 {
  margin-top: 2px;
  margin-bottom: 1px;
  font-size: 16px;
}

.product-grid-two-content h5 a {
  color: var(--thm-black);
}

.product-grid-two-content h5 a:hover {
  color: var(--thm-base);
}

.product-grid-two-content p {
  color: #2c2c2c;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-family: var(--font-heading-family);
}

.product-grid-two-content p del {
  color: #74787c;
  font-size: 14px;
  font-weight: 300;
}

.filters {
  margin-bottom: 0px;
  display: block;
  margin-top: 23px;
}

.filters ul {
  position: relative;
  display: block;
  margin-bottom: 7px;
}

.filters li {
  position: relative;
  display: inline-block;
  margin-right: 35px;
}

.filters li:last-child {
  margin-right: 0;
}

.filters li span {
  position: relative;
  display: inline-block;
  color: var(--thm-gray);
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  font-family: var(--thm-font);
}

.filters li span::before {
  position: absolute;
  left: 0;
  bottom: 4px;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--thm-base);
  content: "";
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) scaleX(0);
          transform: perspective(400px) scaleX(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.filters li:hover span:before,
.filters li.active span::before {
  -webkit-transform: perspective(400px) scaleX(1);
          transform: perspective(400px) scaleX(1);
}

.filters li.active span,
.filters li:hover span {
  color: var(--thm-base);
}

.filters li .count {
  display: none;
}

.mix {
  display: none;
}

@media (min-width: 575px) {
  .product-grid-two__addcart {
    padding: 15px 25px 10px;
    bottom: 30px;
    left: 30px;
  }

  .product-grid-two-content h5 {
    font-size: 20px;
  }

  .product-grid-two-content p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .product-grid-two__addcart {
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
  }

  .product-grid-two .product-grid-two__addcart {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-grid-two .product-grid-two__addcart .icon {
    display: block;
  }
}
/*** 
=============================================
    product-two-slider  Css
=============================================
***/
.product-two-slider .section-header {
  padding-bottom: 14px;
}

.product-two-slider .button-box {
  padding-bottom: 30px;
}

.product-two-slider-box .product-grid-two {
  margin: 30px 15px 0px;
}
.product-two-slider-box .arrow-next:focus,
.product-two-slider-box .arrow-back:focus,
.product-two-slider-box .arrow-next,
.product-two-slider-box .arrow-back {
  position: absolute;
  bottom: 0px;
  width: 70px;
  height: 70px;
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: var(--thm-black) !important;
  top: 45%;
  border: 1px solid rgba(85, 85, 85, 0.5);
}
.product-two-slider-box .arrow-next:focus:hover,
.product-two-slider-box .arrow-back:focus:hover,
.product-two-slider-box .arrow-next:hover,
.product-two-slider-box .arrow-back:hover {
  background: var(--thm-base) !important;
  color: #fff !important;
  border: 1px solid var(--thm-base);
}
.product-two-slider-box .arrow-back {
  left: -80px;
}
.product-two-slider-box .arrow-next {
  right: -80px;
}

/*** 
=============================================
    Home Three css Start
=============================================
***/
/*** 
=============================================
   Features-three Css
=============================================
***/
.features-three {
  position: relative;
  display: block;
  background: #ffffff;
}

.features-three .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}

.features-three__single {
  position: relative;
  background: #f2f2f2;
  padding: 56px 30px 66px;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.features-three__single:hover .img-box img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.features-three__single .img-box {
  position: absolute;
  top: 0px;
  right: -50px;
}
.features-three__single .img-box img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.features-three__single .text {
  position: relative;
  display: block;
}

.features-three__single .text span {
  color: var(--thm-gray);
  font-size: 12px;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-family: var(--font-heading-family);
}

.features-three__single .text h3 {
  margin-top: 7px;
}

.features-three__single .btn-box {
  position: relative;
  display: block;
  margin-top: 22px;
}

.features-three__single .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--font-heading-family);
}

.features-three__single .btn-box a:hover {
  color: var(--thm-base);
}

.features-three__single .btn-box a::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--thm-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-in-out;
  content: "";
}

.features-three__single .btn-box a:hover::before {
  background: var(--thm-base);
}

@media (min-width: 575px) {
  .features-three__single .img-box {
    right: 0px;
  }

  .features-three__single {
    padding: 56px 60px 66px;
  }
}
/*** 
=============================================
    Video Two Css
=============================================
***/
.video-two {
  position: relative;
  display: block;
  background: #ffffff;
  z-index: 1;
}

.video-main-box {
  height: 350px;
}

.video-two__img {
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  bottom: -65px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-two__img img {
  width: 100%;
}

.video-two__img .icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  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;
}

.video-two__img .icon a {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0px;
  font-size: 30px;
  color: #ffffff;
}

.video-two__img .icon a:hover {
  color: var(--thm-base);
  border-color: var(--thm-base);
}

.video-two__content {
  position: relative;
  display: block;
  background: #faf7f4;
  padding: 60px 30px 53px;
}

.video-two__content-inner {
  position: relative;
  display: block;
  max-width: 465px;
  width: 100%;
}

.video-two__content-inner span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: var(--font-heading-family);
  letter-spacing: 0em;
  text-transform: none;
}

.video-two__content-inner h2 {
  padding: 12px 0px 25px;
}

.video-two__content-inner .btn-box {
  margin-top: 45px;
}

@-webkit-keyframes borosoto {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes borosoto {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 575px) {
  .video-two__img .icon a {
    width: 90px;
    height: 90px;
    font-size: 50px;
  }

  .video-two__content {
    padding: 80px 50px 73px;
  }
}
@media (min-width: 768px) {
  .video-two__img .icon a {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 992px) {
  .video-two__img .icon a {
    width: 220px;
    height: 220px;
    font-size: 60px;
  }

  .video-main-box {
    height: 400px;
  }

  .video-two__content {
    padding: 120px 80px 110px;
  }
}
@media (min-width: 1200px) {
  .video-two__img .icon a {
    width: 220px;
    height: 220px;
    font-size: 60px;
  }

  .video-two {
    padding: 65px 0px 65px;
  }

  .video-main-box {
    height: 100%;
  }

  .video-two__content {
    padding: 120px 120px 110px;
  }
}
/*** 
=============================================
    Products Slider three Css
=============================================
***/
.product-slider__single .inner .img-box {
  max-width: 500px;
  margin: 0px auto;
}

.product-slider__single .inner .content-box {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 2;
}

.product-slider__single .inner .content-box span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  background: var(--thm-base);
  letter-spacing: 0.04em;
  padding: 6px 15px 6px;
  font-family: var(--thm-font-2);
}

.product-slider__single .inner .content-box h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 10px;
}

.product-slider__single .inner .content-box .btn-box {
  position: relative;
  display: block;
  margin-top: 27px;
}

.product-slider-main .arrow-next:focus,
.product-slider-main .arrow-back:focus,
.product-slider-main .arrow-next,
.product-slider-main .arrow-back {
  position: absolute;
  bottom: 0px;
  width: 70px;
  height: 70px;
  background: transparent !important;
  -webkit-box-shadow: 1px 5px 15px rgba(167, 180, 226, 0) !important;
          box-shadow: 1px 5px 15px rgba(167, 180, 226, 0) !important;
  border: 1px solid var(--thm-gray);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--thm-black) !important;
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
}
.product-slider-main .arrow-next:focus:hover,
.product-slider-main .arrow-back:focus:hover,
.product-slider-main .arrow-next:hover,
.product-slider-main .arrow-back:hover {
  border: 1px solid var(--thm-base);
  background: var(--thm-base) !important;
  color: #fff !important;
  -webkit-box-shadow: 1px 5px 15px rgba(167, 180, 226, 0.25) !important;
          box-shadow: 1px 5px 15px rgba(167, 180, 226, 0.25) !important;
}

@media (min-width: 992px) {
  .product-slider-main .arrow-next:focus,
.product-slider-main .arrow-back:focus,
.product-slider-main .arrow-next,
.product-slider-main .arrow-back {
    visibility: visible;
    opacity: 1;
    height: 50px;
    width: 50px;
    font-size: 20px;
  }
  .product-slider-main .arrow-back {
    left: 100px;
  }
  .product-slider-main .arrow-next {
    right: 100px;
  }
}
@media (max-width: 767px) {
  .product-slider__single .inner .img-box {
    max-width: 300px;
  }
}
/*** 
=============================================
    products-cetagory-three Css
=============================================
***/
.products-cetagory-three {
  position: relative;
  display: block;
  padding: 70px 0px 0px;
  z-index: 1;
}

.products-cetagory-three__inner {
  position: relative;
  display: block;
  border-bottom: 2px solid var(--thm-black);
  padding-bottom: 90px;
}

.products-cetagory-three .auto-container {
  max-width: 1710px;
  width: 100%;
}

.products-cetagory-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.height-400 {
  height: 400px;
}

.products-cetagory-three__single-img {
  position: relative;
  display: block;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.products-cetagory-three__single-img img {
  width: 100%;
}

.products-cetagory-three__single-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}

.products-cetagory-three__single-content span {
  color: var(--thm-black);
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.02em;
  font-family: var(--font-heading-family);
}

.products-cetagory-three__single-content h2 {
  color: var(--thm-black);
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 2px;
}

.products-cetagory-three__single-content .text {
  position: relative;
  display: block;
  margin-top: 13px;
  margin-bottom: 20px;
}

.products-cetagory-three__single-content .text p {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.products-cetagory-three__single-content .btn-box {
  position: relative;
  display: block;
}

.products-cetagory-three__single-content .btn-box a {
  position: relative;
  display: inline-block;
  color: var(--thm-black);
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.products-cetagory-three__single-content .btn-box a:hover {
  color: var(--thm-base);
}

.products-cetagory-three__single-content .btn-box a::before {
  position: absolute;
  left: 0;
  bottom: -3px;
  right: 0;
  background: var(--thm-black);
  height: 1px;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-in-out;
}

.products-cetagory-three__single-content .btn-box a:hover::before {
  background: var(--thm-base);
}

.products-cetagory-three__single.style2 {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.products-cetagory-three__single.style2 .shape1 {
  position: absolute;
  top: -115px;
  right: -135px;
  z-index: 1;
}

.products-cetagory-three__single.style2 .shape2 {
  position: absolute;
  left: -50px;
  bottom: -20px;
  z-index: 1;
}

.products-cetagory-three__single.style2 .inner {
  position: relative;
  display: block;
  background: #ffa247;
  text-align: center;
  padding: 95px 20px 35px;
}

.products-cetagory-three__single.style2 .inner h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 21px;
}

.products-cetagory-three__single.style2 .inner h2 {
  color: #ffffff;
  font-size: 100px;
  line-height: 0.9em;
  font-weight: 700;
}

.products-cetagory-three__single.style2 .inner h2 span {
  position: relative;
  display: inline-block;
  text-align: left;
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  margin-left: -25px;
}

.products-cetagory-three__single.style2 .inner .btn-box {
  position: relative;
  display: block;
  margin-top: 11px;
  margin-bottom: 32px;
}
.products-cetagory-three__single.style2 .inner .btn-box a {
  font-family: var(--font-heading-family);
}

.products-cetagory-three__single .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--thm-black);
  color: #ffffff;
  padding: 12px 30px 12px;
}
.products-cetagory-three__single .button:hover {
  background: var(--thm-white);
  color: var(--thm-black);
}

.products-cetagory-three__single.style2 .inner p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.products-cetagory-three__single.style3 span {
  color: var(--thm-gray);
}

.products-cetagory-three__single.style3 h2 {
  color: var(--thm-black);
}

.products-cetagory-three__single.style3 .text p {
  color: var(--thm-gray);
}

.products-cetagory-three__single.style3 .btn-box a {
  color: var(--thm-black);
}

.products-cetagory-three__single.style3 .btn-box a:hover {
  color: var(--thm-base);
}

.products-cetagory-three__single.style3 .btn-box a::before {
  background: var(--thm-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-in-out;
}

.products-cetagory-three__single.style3 .btn-box a:hover:before {
  background: var(--thm-base);
}

@media (min-width: 575px) {
  .products-cetagory-three__single-content .text {
    margin-bottom: 46px;
  }
}
@media (min-width: 768px) {
  .products-cetagory-three__single-content .text {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .products-cetagory-three__single-content .text {
    margin-bottom: 46px;
  }
}
/*** 
=============================================
    Categories Two Css
=============================================
***/
.categories-three {
  position: relative;
  display: block;
}

.categories-three .auto-container {
  max-width: 1710px;
  width: 100%;
}

.categories-three__inner {
  margin-top: -30px;
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f2f2f2;
  padding-left: 20px;
  padding-right: 20px;
}

.categories-three__content {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 30px;
}

.categories-three__content .sec-title-style2.style3 {
  position: relative;
  display: block;
  padding-bottom: 16px;
  margin-top: -2px;
}

.categories-three__content .text {
  position: relative;
  display: block;
}

.categories-three__content .btn-box {
  position: relative;
  display: block;
  margin-top: 37px;
}

.categories-three__list {
  position: relative;
  display: block;
  overflow: hidden;
}

.categories-three__list-item {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.categories-three__list-item-inner {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 20px;
}

.categories-three__list-item-inner .img-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.categories-three__list-item-inner .img-box img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: scale(1);
          transform: scale(1);
  min-width: 100%;
}
.categories-three__list-item-inner .img-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.categories-three__list-item-inner .img-box .text {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--thm-black);
  padding: 1px 20px 2px;
}

.categories-three__list-item-inner .img-box .text span {
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.categories-three__list-item-inner .title {
  position: relative;
  display: block;
  padding-top: 24px;
}

.categories-three__list-item-inner .title h4 a {
  color: var(--thm-black);
  font-size: 20px;
}

.categories-three__list-item-inner .title h4 a:hover {
  color: var(--thm-base);
}

@media (min-width: 767px) {
  .categories-three__content {
    max-width: 560px;
  }
}
.categories-three__content {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .categories-three__inner {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #f2f2f2;
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1400px) {
  .categories-three__content {
    text-align: left;
  }

  .categories-three__content {
    max-width: 360px;
    margin: 0px 30px 0px 0px;
  }

  .categories-three__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/*** 
=============================================
    Blog Three Css
=============================================
***/
.blog-three__single {
  position: relative;
  display: block;
}

.blog-three__single-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-three__single-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-three__single-img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.blog-three__single:hover .blog-three__single-img::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.blog-three__single-img img {
  width: 100%;
}

.blog-three__single-content {
  position: relative;
  display: block;
  padding-top: 24px;
}

.blog-three__single-content span {
  color: var(--thm-gray);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--thm-font-2);
  letter-spacing: 0.04em;
}

.blog-three__single-content h4 {
  margin-top: 8px;
}

.blog-three__single-content h4 a {
  color: var(--thm-black);
  font-size: 22px;
}

.blog-three__single-content h4 a:hover {
  color: var(--thm-base);
}

.blog-three__single-content .btn-box {
  position: relative;
  display: block;
  margin-top: 14px;
}

.blog-three__single-content .btn-box a {
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: var(--thm-font-2);
  text-decoration: underline;
}

.blog-three__single-content .btn-box a:hover {
  color: var(--thm-base);
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .blog-three__single-content h4 a {
    font-size: 20px;
    margin-top: 2px;
  }

  .blog-three__single-content .btn-box {
    margin-top: 8px;
  }

  .blog-three__single-content {
    padding-top: 18px;
  }

  .blog-two__single-content .btn-box {
    margin-top: 10px;
  }
}
/*** 
=============================================
catagory4
=============================================
***/
.catagory4 .catagory-single.home3cat .content h3 {
  padding: 10px 0px 15px;
}

.catagory4 .catagory-single.home3cat .bg-img {
  height: 235px;
}

.catagory4 .catagory-single.one.home3cat .bg-img {
  height: 500px;
}

/*** 
=============================================
    Gallery Two Css
=============================================
***/
.gallery-two {
  position: relative;
  display: block;
  background: #ffffff;
}

.gallery-two__single {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px 5px 10px;
}
.gallery-two__single img {
  overflow: hidden;
  min-width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 0.2;
          transition-delay: 0.2;
}
.gallery-two__single .zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: rgba(254, 152, 36, 0.2);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  color: var(--thm-white);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.gallery-two__single:hover .zoom-icon {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.gallery-two__single:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.gallery-two__slider .arrow-next:focus,
.gallery-two__slider .arrow-back:focus,
.gallery-two__slider .arrow-next,
.gallery-two__slider .arrow-back {
  position: absolute;
  bottom: 0px;
  background: var(--thm-white) !important;
  -webkit-box-shadow: 1px 5px 15px rgba(167, 180, 226, 0.25) !important;
          box-shadow: 1px 5px 15px rgba(167, 180, 226, 0.25) !important;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--thm-black) !important;
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  background-color: rgb(255, 255, 255);
  width: 40px;
  height: 100px;
}
.gallery-two__slider .arrow-next:focus:hover,
.gallery-two__slider .arrow-back:focus:hover,
.gallery-two__slider .arrow-next:hover,
.gallery-two__slider .arrow-back:hover {
  background: var(--thm-base) !important;
  color: #fff !important;
  -webkit-box-shadow: 0px 4px 4px rgba(167, 180, 226, 0);
          box-shadow: 0px 4px 4px rgba(167, 180, 226, 0);
}
.gallery-two__slider .arrow-back,
.gallery-two__slider .arrow-back:focus {
  left: 5px;
  border-radius: 0px 20px 20px 0px;
}
.gallery-two__slider .arrow-next,
.gallery-two__slider .arrow-next:focus {
  right: 0px;
  border-radius: 20px 0px 0px 20px;
}

/*** 
=============================================
    products-three Css
=============================================
***/
.products-three {
  position: relative;
  display: block;
  background: #ffffff;
}

.products-three__inner {
  position: relative;
}

.products-three__inner > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.categories-tab .nav.three {
  padding-bottom: 30px;
}

.products-three-single {
  position: relative;
  display: inline-block;
  float: left;
  padding: 0px 7px 0px;
  margin-top: 30px;
  width: 50%;
}

.products-three-single.last {
  display: none;
}

.products-three-single-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.products-three-single-img .badge {
  border-radius: 30px;
  padding: 1px 11px 0px;
}

.products-three-single-img.img-bg {
  position: relative;
  display: block;
}

.products-three-single-img.img-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.products-three-single-img img {
  width: 100%;
}

.products-three-single-img .addcart {
  position: absolute;
  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;
  left: 20px;
  bottom: -20px;
  right: 20px;
  background: var(--thm-black);
  padding: 15px 25px 10px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  z-index: 5;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: white;
  font-family: var(--font-heading-family);
  opacity: 0;
  visibility: hidden;
}

.products-three-single:hover .addcart {
  bottom: 10px;
  opacity: 1;
  visibility: visible;
  padding: 10px 0px 8px;
}

.products-three-single-img .overlay-text {
  position: absolute;
  left: 0px;
  bottom: 40px;
  right: 0;
  text-align: center;
}

.products-three-single-img .overlay-text h5 {
  color: #ffffff;
  font-size: 60px;
  line-height: 0.9em;
  font-weight: 600;
}

.products-three-single-img .overlay-text h6 {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.products-three-single-content {
  position: relative;
  display: block;
  padding: 14px 0px 0px;
  margin-bottom: -9px;
}

.products-three-single-content span {
  color: var(--thm-gray);
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.products-three-single-content h5 {
  margin-top: 2px;
  margin-bottom: 1px;
}

.products-three-single-content h5 a {
  color: var(--thm-black);
  font-size: 17px;
}

.products-three-single-content h5 a:hover {
  color: var(--thm-base);
}

.products-three-single-content p {
  color: var(--thm-base);
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.products-three-single-content p del {
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 300;
}

.products-three-single .products-grid__usefull-links {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  right: -20px;
}

.products-three-single:hover .products-grid__usefull-links {
  right: 20px;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 576px) {
  .products-three-single {
    width: 50%;
  }

  .products-three-single {
    padding: 0px 15px 0px;
  }

  .products-three-single:hover .addcart {
    bottom: 20px;
    padding: 15px 25px 10px;
  }
}
@media (min-width: 1600px) {
  .products-three-single.last {
    display: block;
  }
}
@media (min-width: 992px) {
  .products-three-single {
    width: 33.33%;
  }

  .products-three-single-img .addcart {
    left: 30px;
    bottom: -30px;
    right: 30px;
  }

  .products-three-single:hover .addcart {
    bottom: 30px;
  }

  .products-three-single .products-grid__usefull-links {
    top: 20%;
  }
}
.categories-tab.two .product-grid-two {
  margin: 30px 15px 0px 15px;
}

@media (min-width: 1400px) {
  .products-three-single {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .products-three-single {
    width: 20%;
  }

  .categories-tab.two .section-headerbtn {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .products-three-single-img .addcart,
.products-three-single:hover .addcart {
    padding: 8px 0px 6px;
    font-size: 12px;
  }
}
/*** 
=============================================
Footer Css
=============================================
***/
/*** 
=============================================
footer-default start
=============================================
***/
.footer-default {
  background-color: rgb(26, 26, 26);
  position: relative;
  overflow: hidden;
}

.footer-default__main-footer {
  padding: 30px 0px 50px;
}

@media (min-width: 992px) {
  .footer-default__main-footer {
    padding: 70px 0px 88px;
  }
}
.footer-links {
  padding-top: 15px;
}
.footer-links li {
  padding-bottom: 6px;
}
.footer-links li::after :last-child {
  padding-bottom: 0px;
}
.footer-links a {
  color: #b1b0b0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-links a:hover {
  color: var(--thm-base);
  -webkit-transform: translate(5px);
          transform: translate(5px);
}

.footer-title h4 {
  color: var(--thm-white);
}

.footer-logo {
  padding-bottom: 14px;
}

.footer-default__single-box p {
  color: #b1b0b0;
}

.company-info p {
  margin-top: 12px;
}

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

.footer-default__subscrib-form {
  width: 100%;
  margin: 20px 0px 20px;
}

.footer-input-box {
  background: var(--thm-white);
  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;
  padding: 10px 10px 10px 0px;
}
.footer-input-box input {
  border: none;
  -webkit-box-shadow: 0px solid rgba(0, 0, 0, 0);
          box-shadow: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}
.footer-input-box .subscribe_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: rgb(246, 156, 99);
  height: 41px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--thm-white);
  font-family: var(--font-heading-family);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.footer-input-box .subscribe_btn:hover {
  background: var(--thm-black);
  color: var(--thm-white);
}

.footer__medio-boxx li {
  padding: 5px;
}
.footer__medio-boxx li:first-child {
  padding-left: 10px;
}
.footer__medio-boxx a {
  color: #b1b0b0;
}
.footer__medio-boxx a:hover {
  color: var(--thm-base);
}

.footer_bottom {
  background: rgb(21, 21, 21);
  padding: 20px 0px 30px;
}

.footer_bottom_content {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.copyright {
  padding-top: 10px;
  color: #888888;
}
.copyright p {
  font-size: 14px;
}
.copyright p a {
  color: var(--thm-base);
}
.copyright p a:hover {
  text-decoration: underline;
}

.footer-payment {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-payment a {
  margin-right: 15px;
}

.footer-bottom-menu {
  padding-top: 10px;
}
.footer-bottom-menu li {
  position: relative;
  padding: 0px 5px;
}
.footer-bottom-menu li:last-child {
  padding-right: 0px;
}
.footer-bottom-menu li:last-child::after {
  display: none;
}
.footer-bottom-menu li::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  content: "";
  height: 12px;
  width: 1px;
  background: #888888;
}
.footer-bottom-menu a {
  font-size: 14px;
  color: #888888;
}
.footer-bottom-menu a:hover {
  text-decoration: underline;
}

.footer-default__shap_1 {
  left: -10%;
  top: -25%;
  -webkit-animation: traataniX 3s ease-in infinite;
          animation: traataniX 3s ease-in infinite;
  display: none;
}

.footer-default__shap_2 {
  top: 30%;
  left: 10px;
  -webkit-animation: traataniY 3s ease-in-out infinite;
          animation: traataniY 3s ease-in-out infinite;
  display: none;
}

.footer-default__shap_3 {
  right: -10%;
  bottom: -10%;
  -webkit-animation: traataniX 3s ease-out infinite;
          animation: traataniX 3s ease-out infinite;
  display: none;
}

@-webkit-keyframes traataniX {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes traataniX {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes traataniY {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes traataniY {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (min-width: 1400px) {
  .footer-default__shap_3 {
    right: -20%;
    display: block;
  }

  .footer-default__shap_1 {
    display: block;
  }
}
@media (min-width: 1850px) {
  .footer-default__shap_2 {
    display: block;
  }

  .footer-default__shap_3 {
    right: -10%;
  }
}
/*** 
=============================================
footer-style-1 start
=============================================
***/
.footer-address-box div {
  padding-bottom: 8px;
}
.footer-address-box div:last-child {
  padding-bottom: 0px;
}

.footer__medio-boxx.two {
  padding-top: 26px;
}
.footer__medio-boxx.two li {
  padding: 0px;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
.footer__medio-boxx.two li::after {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  height: 12px;
  width: 1px;
  content: "";
  background-color: rgb(70, 70, 70);
}
.footer__medio-boxx.two li:first-child {
  padding-left: 0px;
}
.footer__medio-boxx.two li:last-child::after {
  display: none;
}
.footer__medio-boxx.two a {
  color: var(--thm-white);
}
.footer__medio-boxx.two a:hover {
  color: var(--thm-base);
}

/*** 
=============================================
footer-default start
=============================================
***/
.footer-default.footer-style-2 {
  background-color: rgb(242, 242, 242);
}
.footer-default.footer-style-2 .footer-default__shap_1 {
  opacity: 0.1;
}
.footer-default.footer-style-2 .footer-links a {
  color: #555555;
}
.footer-default.footer-style-2 .footer-title h4 {
  color: var(--thm-black);
}
.footer-default.footer-style-2 .footer-default__single-box p {
  color: #555555;
}
.footer-default.footer-style-2 .footer-input-box {
  border: 1px solid rgba(85, 85, 85, 0.2);
}
.footer-default.footer-style-2 .footer__medio-boxx a {
  color: #555555;
}
.footer-default.footer-style-2 .footer_bottom {
  background: rgb(235, 235, 235);
}
.footer-default.footer-style-2 .copyright {
  padding-top: 10px;
}
.footer-default.footer-style-2 .copyright p {
  color: #555555;
}
.footer-default.footer-style-2 .copyright p a {
  color: #555555;
}
.footer-default.footer-style-2 .footer-bottom-menu li::after {
  background: #555555;
}
.footer-default.footer-style-2 .footer-bottom-menu a {
  color: #555555;
}

/*** 
=============================================
footer-default start
=============================================
***/
.footer-default.footer-3 {
  background: #f2f2f2;
}
.footer-default.footer-3 .footer-default__shap_1 {
  opacity: 0.05;
}
.footer-default.footer-3 .footer-title h4 {
  color: var(--thm-black);
}
.footer-default.footer-3 p, .footer-default.footer-3 a, .footer-default.footer-3 i {
  color: #555555;
}
.footer-default.footer-3 .footer_bottom {
  background: #ebebeb;
}
.footer-default.footer-3 .footer-payment a {
  max-width: 60px;
}

/*** 
=====================================================
Imnner Pages Csss
=====================================================
***/
/*** 
=====================================================
breadcrumb-area start
=====================================================
***/
.breadcrumb-area {
  padding: 100px 0px 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.breadcrumb-area::after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.breadcrumb-content {
  position: relative;
  z-index: 9;
}
.breadcrumb-content h2 {
  padding-bottom: 12px;
  color: var(--thm-white);
}

.breadcrumb-area .author-details h6 {
  color: var(--thm-white);
}

.breadcrumb-menu ul {
  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;
}
.breadcrumb-menu li {
  font-family: var(--font-heading-family);
  color: var(--thm-white);
  font-size: 18px;
  line-height: 1.1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 5px 0px;
}
.breadcrumb-menu li i {
  line-height: 1.1;
  font-size: 18px;
  font-weight: 600 !important;
}
.breadcrumb-menu li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-heading-family);
  color: var(--thm-white);
  font-size: 18px;
  line-height: 1.1;
}
.breadcrumb-menu li a:hover {
  color: var(--thm-base);
}

/*** 
=====================================================
pagination start
=====================================================
***/
.pagination li a {
  margin: 0px 5px 0px;
  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;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(238, 238, 238);
  background: transparent;
  font-size: 12px;
  color: rgb(85, 85, 85);
  font-family: var(--font-heading-family);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.1;
}
.pagination li a i {
  font-size: 12px;
  line-height: 0;
}
.pagination li a:hover {
  background-color: var(--thm-base);
  color: var(--thm-white);
}
.pagination li a.active {
  background-color: var(--thm-base);
  color: var(--thm-white);
  border: 1px solid var(--thm-base);
}

@media (min-width: 767px) {
  .pagination li a {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
  .pagination li a i {
    font-size: 16px;
    line-height: 1.1;
  }
}
/*** 
=============================================
    About One Css
=============================================
***/
.about {
  position: relative;
}

.about__background {
  background: #f6f6f6;
}

.about__img {
  position: relative;
  display: block;
}

.about__img .img-box {
  position: absolute;
  top: 100px;
  left: -20px;
  z-index: 5;
  border-radius: 50%;
  overflow: hidden;
  max-width: 150px;
}

.about__img-inner {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.about__img-inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.about__img:hover .about__img-inner::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

.about__img-inner img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.about__img:hover .about__img-inner img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.about__content {
  position: relative;
  display: block;
  background: #f6f6f6;
  padding: 50px 20px 80px;
  z-index: 1;
}

.about__content .shape1 {
  position: absolute;
  left: -55px;
  bottom: 90px;
  z-index: -1;
}

.about__content .shape2 {
  position: absolute;
  top: 90px;
  right: 45px;
  z-index: -1;
}

.about__content .title {
  position: relative;
  display: block;
}

.about__content .title h6 {
  position: relative;
  color: var(--thm-base);
  text-transform: capitalize;
  padding-bottom: 7px;
}

.about__content .title h6::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  bottom: 0;
  height: 1px;
  background: var(--thm-base);
  content: "";
  width: 120px;
}

.about__content .title h2 {
  text-transform: capitalize;
  margin-top: 28px;
}

.about__content .text {
  position: relative;
  display: block;
  margin-top: 17px;
}

.about__content .text p {
  font-size: 16px;
}

@media (min-width: 768px) {
  .about__content {
    padding: 70px 0px 100px;
  }

  .about__img .img-box {
    top: 165px;
    left: -120px;
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .about__content {
    padding: 70px 30px 100px;
  }
}
@media (min-width: 1200px) {
  .about__content {
    padding: 120px 120px 120px;
  }
}
/*** 
=============================================
        Mission One Css
=============================================
    ***/
.mission {
  position: relative;
}

.mission__background {
  background: var(--thm-black);
}

.mission .shape1 {
  position: absolute;
  left: -80px;
  bottom: -125px;
}

.mission .shape2 {
  position: absolute;
  top: -100px;
  right: 400px;
}

.mission__content {
  position: relative;
  display: block;
  max-width: 515px;
  width: 100%;
}

.mission__content h2 {
  position: relative;
  color: #ffffff;
  padding-bottom: 30px;
}

.mission__content h2::before {
  width: 100px;
  height: 4px;
  background: #fe9a24;
  position: absolute;
  top: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

.mission__content p {
  color: #b1b0b0;
  font-size: 16px;
}

.mission__content .btn-box {
  position: relative;
  display: block;
  margin-top: 30px;
}

.mission__thumb {
  position: relative;
}

.mission__thumb img {
  min-width: 100%;
}

.mission__thumb .content-box {
  position: relative;
  left: 0px;
  bottom: 0px;
  background: #ffffff;
  padding: 36px 40px 34px;
  max-width: unset;
  width: 100%;
  z-index: 1;
  margin-top: 30px;
}

.mission__thumb .content-box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffe4c5;
  background: linear-gradient(135deg, #ffe4c5 0%, #FFFFFF 39%, #FFFFFF 100%);
  content: "";
  z-index: -1;
}

.mission__thumb .content-box .icon {
  position: relative;
  display: block;
  margin-bottom: 16px;
  color: var(--thm-base);
  font-size: 35px;
  line-height: 1.1px;
  font-weight: 700;
}

.mission__thumb .content-box h3 {
  text-transform: uppercase;
  font-size: 24px;
}

.mission__thumb .content-box .author-box {
  position: relative;
  display: block;
  line-height: 0;
  margin-top: 20px;
}

.mission__thumb .author-box h5 {
  font-weight: 500;
}

.mission__thumb .author-box span {
  color: var(--thm-gray);
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

@media (min-width: 768px) {
  .mission__thumb .content-box {
    position: absolute;
    max-width: 350px;
    margin-top: 0px;
  }

  .mission__thumb {
    position: relative;
    padding-left: 85px;
    padding-bottom: 85px;
  }

  .mission__thumb .content-box h3 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .mission__content h2::before {
    top: 72px;
    left: 0px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }

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

  .mission__content p {
    font-size: 24px;
  }

  .mission__content .btn-box {
    margin-top: 43px;
  }
}
/*** 
=============================================
    Team Css
=============================================
***/
.team .section-head {
  padding-bottom: 23px;
}

.team__single {
  position: relative;
  display: block;
}

.team__single-img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.team__single-img img {
  min-width: 100%;
}

.team__single-img::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 1;
}

.team__single:hover .team__single-img::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.team__single-img::after {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  content: "";
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 0px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 1;
}

.team__single:hover .team__single-img::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.team__single-img .overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  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;
  text-align: center;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 5;
}

.team__single:hover .overlay-text {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team__single-img .overlay-text ul {
  position: relative;
  display: block;
}

.team__single-img .overlay-text li {
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.team__single-img .overlay-text li:last-child {
  margin-bottom: 0px;
}

.team__single-img .overlay-text a {
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 0.04em;
}

.team__single-img .overlay-text a:hover {
  color: var(--thm-base);
}

.team__single .team-content {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 20px;
}

.team__single .team-content h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  text-transform: capitalize;
}
.team__single .team-content h2 span {
  font-size: 12px;
  display: block;
  padding-top: 5px;
  line-height: 1.1;
}

.team__single .team-content h2 a {
  color: var(--thm-black);
}

.team__single .team-content h2 a:hover {
  color: var(--thm-base);
}

@media (min-width: 992px) {
  .team__single .team-content {
    padding-top: 37px;
  }
}
/*** 
=============================================
    Video Three Css
=============================================
***/
.video-three {
  position: relative;
  display: block;
  padding: 240px 0px 240px;
}

.video-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-three__inner {
  position: relative;
  display: block;
  text-align: center;
}

.video-three__inner .icon {
  position: relative;
  display: inline-block;
  text-align: center;
}

.video-three__inner .icon .border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--thm-black);
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  border-radius: 50%;
}

.video-three__inner .icon .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-three__inner .icon .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-three__inner .icon a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border: 1px solid var(--thm-black);
  border-radius: 50%;
  background: transparent;
  text-align: center;
  color: var(--thm-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 5;
}

.video-three__inner .icon a:hover {
  color: var(--thm-base);
}

.video-three__inner .icon a i {
  font-size: 30px;
  line-height: 0px;
}

/** squares **/
@-webkit-keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    /* transform:scale(2.1); */
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    /* transform:scale(2.1); */
    opacity: 0;
  }
}
@media (min-width: 575px) {
  .video-three__inner .icon a {
    width: 120px;
    height: 120px;
  }

  .video-three__inner .icon a i {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .video-three__inner .icon a {
    width: 170px;
    height: 170px;
  }

  .video-three__inner .icon a i {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .video-three__inner .icon a {
    width: 225px;
    height: 225px;
  }

  .video-three__inner .icon a i {
    font-size: 90px;
  }
}
/*** 
=============================================
    Order Track Css
=============================================
***/
.order-track .inner {
  border: 1px solid #eeeeee;
  padding: 55px 20px 60px;
}

.order-track .inner .text {
  position: relative;
  display: block;
  padding-bottom: 24px;
}

.order-track .inner .text p {
  font-size: 16px;
  color: var(--thm-black);
  font-family: var(--font-heading-family);
}

.common-form .form-group {
  margin-bottom: 30px;
}
.common-form .form-group label {
  font-size: 20px;
  color: var(--thm-black);
  font-family: var(--font-heading-family);
  font-weight: 600;
  margin: 0;
  padding-bottom: 5px;
}
.common-form .form-group input,
.common-form textarea {
  height: 60px;
  width: 100%;
  background-color: #f3f3f3;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 300;
  padding: 0 30px;
}

@media (min-width: 767px) {
  .common-form .form-group {
    margin-bottom: 30px;
  }
  .common-form .form-group label {
    font-size: 24px;
    padding-bottom: 18px;
  }

  .order-track .inner {
    padding: 55px 60px 60px;
  }

  .order-track .inner .text p {
    font-size: 18px;
  }

  .order-track .inner .text {
    padding-bottom: 34px;
  }
}
/*** 
=============================================
    My Account Page Css
=============================================
***/
.my-account-page__menu {
  position: relative;
  display: block;
  background: #f4f4f4;
  padding: 35px 40px 30px;
  max-width: 270px;
  width: 100%;
}

.my-account-page__menu .nav-link {
  display: block;
  width: 100%;
  padding: 0px;
  text-align: left;
}

.my-account-page__menu .nav-link span {
  position: relative;
  cursor: pointer;
  color: var(--thm-black);
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-heading-family);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 20px;
}

.my-account-page__menu .nav-link:last-child {
  margin-bottom: 0;
}

.my-account-page__menu .nav-link:hover span,
.my-account-page__menu .nav-link.active {
  color: var(--thm-base);
  background: transparent;
}

.my-account-page__menu .nav-link span::before {
  position: absolute;
  left: 0;
  bottom: 4px;
  right: 0;
  height: 1px;
  background: var(--thm-base);
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(400px) scaleX(0);
          transform: perspective(400px) scaleX(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.my-account-page__menu .nav-link:hover span:before,
.my-account-page__menu .nav-link.active span::before {
  -webkit-transform: perspective(400px) scaleX(1);
          transform: perspective(400px) scaleX(1);
}

.tabs-content__single {
  position: relative;
  display: block;
  margin-top: 30px;
  margin-left: 10px;
}

.tabs-content__single h4 {
  margin-bottom: 22px;
}

.tabs-content__single h4 span {
  color: var(--thm-base);
}

.tabs-content__single h5 {
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.tabs-content__single h5 span {
  color: var(--thm-black);
}

/*** 
=============================================
    login-register-form Css
=============================================
***/
.login-register-form {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px 60px;
}
.login-register-form .top-title {
  padding-bottom: 28px;
}
.login-register-form .top-title p {
  padding-top: 6px;
  color: #555555;
  font-weight: 300;
}
.login-register-form .top-title p a {
  color: var(--thm-black);
  font-weight: 500;
}
.login-register-form .top-title p a:hover {
  color: var(--thm-base);
  text-decoration: underline;
}
.login-register-form .common-form .form-group {
  margin-bottom: 15px;
}
.login-register-form .common-form .form-group input {
  background: var(--thm-white);
  border: 0px;
}
.login-register-form .form-group.eye {
  position: relative;
}
.login-register-form .form-group.eye .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  z-index: 9;
  width: 20px;
  height: 20px;
}
.login-register-form .form-group.eye .icon-2 {
  display: none;
}
.login-register-form .form-group.eye .icon-1 {
  display: block;
}
.login-register-form .checkk {
  margin: 11px 0px 20px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.login-register-form .checkk .form-cheform-check,
.login-register-form .checkk .forgot {
  margin-top: 7px;
}
.login-register-form .checkk .form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.login-register-form .checkk label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.login-register-form .checkk label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #888888;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.login-register-form .checkk input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid var(--thm-black);
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.login-register-form .checkk a.forgot {
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--thm-black);
  text-decoration: underline;
}
.login-register-form .checkk a.forgot:hover {
  color: var(--thm-base);
}
.login-register-form button {
  width: 100%;
  height: 60px;
}

@media (min-width: 992px) {
  .login-register-form {
    padding: 96px 80px 100px;
  }
  .login-register-form .top-title {
    padding-bottom: 46px;
  }
  .login-register-form .top-title p {
    padding-top: 16px;
  }
}
/*** 
=============================================
    Error Page    
=============================================
***/
.error-page {
  overflow-y: auto;
  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;
}

.error-page__content h3 {
  margin: 27px 0px 11px;
}

.error-page__content p {
  font-size: 18px;
  font-family: var(--font-heading-family);
  color: var(--thm-gray);
}

.error-page__content .btn-box {
  margin-top: 23px;
  margin-bottom: -10px;
}

@media (min-width: 992px) {
  .error-page__content h3 {
    margin: 57px 0px 21px;
  }

  .error-page__content .btn-box {
    margin-top: 43px;
  }
}
/*** 
=============================================
    Contact Page Info Css
=============================================
***/
.contact-page-info {
  position: relative;
  display: block;
  background: #ffffff;
}

.contact-page-info__single {
  border: 1px solid #ebebeb;
  padding: 60px 50px 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-page-info__single .thumb {
  margin-right: 30px;
  min-width: 42px;
}

.contact-page-info__single .contact-box h4 {
  padding-bottom: 16px;
}

.contact-page-info__single .contact-box ul li p a {
  color: var(--thm-gray);
  font-weight: 300;
}

.contact-page-info__single .contact-box ul li p a:hover {
  color: var(--thm-base);
}

/*** 
=============================================
    Contact box Start  
=============================================
***/
.contact-box .map {
  min-height: 100%;
}
.contact-box .map iframe {
  width: 100%;
  height: 700px;
}
.contact-box .background {
  background-color: rgb(246, 246, 246);
}
.contact-box .contact-form {
  padding: 60px 20px 60px;
}
.contact-box .contact-form h3 {
  padding-bottom: 20px;
}
.contact-box .contact-form .common-form label,
.contact-box .contact-form .common-form p {
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-heading-family);
  padding-bottom: 5px;
}
.contact-box .contact-form .common-form .form-control,
.contact-box .contact-form .common-form textarea {
  border: 1px solid rgb(228, 228, 228);
  background: transparent;
  height: 50px;
  padding: 10px 30px;
}
.contact-box .contact-form .common-form .form-group {
  margin-bottom: 18px;
}
.contact-box .contact-form .common-form button {
  margin-top: 23px;
}
.contact-box .contact-form .common-form .sellect-box {
  height: 50px;
}
.contact-box .contact-form .common-form .nice-select {
  width: 100%;
  border: 1px solid rgb(228, 228, 228);
  background: transparent;
  height: 50px;
  padding: 10px 30px;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--thm-gray) !important;
  font-size: 14px;
  font-weight: 300 !important;
  padding: 10px 30px;
}
.contact-box .contact-form .common-form .nice-select:after {
  border-bottom: 1px solid rgb(0, 0, 0);
  border-right: 1px solid rgb(0, 0, 0);
  width: 8px;
  height: 8px;
  top: 45%;
}
.contact-box .contact-form .common-form .nice-select .list {
  width: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
          box-shadow: 0px 4px 30px rgba(40, 38, 126, 0.1);
  padding: 0;
  margin: 0;
  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;
  top: calc(100% + 2px);
}
.contact-box .contact-form .common-form .nice-select .list li {
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 300;
  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;
  border-top: 1px solid rgb(228, 228, 228);
  width: 100%;
  padding: 5px 20px 5px;
  line-height: 1.1;
}
.contact-box .contact-form .common-form .nice-select .list li:first-child {
  border: 0px;
}
.contact-box .contact-form .common-form .nice-select .list li:hover {
  color: var(--thm-base);
}
.contact-box .contact-form .common-form .nice-select .option:hover,
.contact-box .contact-form .common-form .nice-select .option.focus,
.contact-box .contact-form .common-form .nice-select .option.selected.focus {
  background-color: #ffffff;
}

@media (min-width: 767px) {
  .contact-box .contact-form {
    padding: 60px 40px 60px;
  }
}
@media (min-width: 767px) {
  .contact-box .contact-form {
    padding: 80px 60px 80px;
  }
}
/*** 
=============================================
   faq-box Start  
=============================================
***/
.accordion-item {
  border: none;
  margin-top: 23px;
}
.accordion-item button.accordion-button {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding: 0px 20px 12px 0px;
  outline: none !important;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--thm-black);
}
.accordion-item button.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion-item button.accordion-button[aria-expanded=true] {
  background: transparent;
  outline: none !important;
}
.accordion-item button.accordion-button[aria-expanded=false] {
  border: 0px solid rgba(160, 159, 200, 0);
}
.accordion-item button.accordion-button::after, .accordion-item button.accordion-button::before {
  position: absolute;
  right: 0px;
  background: transparent;
  border-radius: 10px;
  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;
  color: var(--thm-gray);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 300;
  font-family: flaticon !important;
}
.accordion-item button.accordion-button:after {
  content: "\f12b";
}
.accordion-item button.accordion-button::before {
  content: "\f12c";
  opacity: 0;
  visibility: hidden;
}
.accordion-item button.accordion-button[aria-expanded=true]:after {
  opacity: 0;
  visibility: hidden;
}
.accordion-item button.accordion-button[aria-expanded=true]::before {
  opacity: 1;
  visibility: visible;
  color: var(--thm-gray);
}
.accordion-item .accordion-collapse {
  background: transparent;
}
.accordion-item .accordion-collapse .accordion-body {
  padding: 0px;
  margin: 0px;
  padding: 25px 0px 10px;
}
.accordion-item .accordion-collapse .accordion-body p {
  line-height: 1.7;
}

.accordion-header {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  border-bottom: 1px solid rgb(237, 237, 237);
}

.accordion-button:not(.collapsed) {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.sidebar-box {
  padding: 40px 40px 40px;
  border: 1px solid rgb(238, 238, 238);
}
.sidebar-box h4 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 13px;
}
.sidebar-box h4::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 70px;
  content: "";
  background: var(--thm-black);
}

.categories-list li {
  display: block;
  border-bottom: 1px solid rgb(238, 238, 238);
}
.categories-list li:last-child {
  border-bottom: 0px;
}
.categories-list li a {
  padding: 14px 0px 14px 17px;
  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;
  position: relative;
}
.categories-list li a span {
  font-size: 14px;
  line-height: 1.4;
  color: var(--thm-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.categories-list li a i {
  position: absolute;
  top: 15px;
  left: 0px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--thm-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.categories-list li a:hover i,
.categories-list li a:hover span {
  color: var(--thm-base);
}

.faq-sidebar-img {
  position: relative;
  overflow: hidden;
}
.faq-sidebar-img::after {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.56);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq-sidebar-img img {
  min-width: 100%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq-sidebar-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.faq-sidebar-img:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@media (min-width: 767px) {
  .accordion-item button.accordion-button {
    font-size: 20px;
  }
}
/*** 
=============================================
    faq Banner Css
=============================================
***/
.faq-banner {
  position: relative;
}

.faq-banner .background {
  background-color: #f1f1f1;
}

.faq-banner-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.faq-banner-shape-2 {
  position: absolute;
  top: 85px;
  right: 20px;
}

.faq-banner .inner {
  z-index: 1;
  position: relative;
  margin-bottom: -6px;
}

.faq-banner .inner h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

.faq-banner .inner p {
  font-size: 16px;
  line-height: 1.6;
  padding: 10px 0px 25px;
}

@media (min-width: 992px) {
  .faq-banner .inner h1 {
    font-size: 40px;
  }

  .faq-banner .inner p {
    font-size: 18px;
    padding: 17px 0px 35px;
  }
}
@media (min-width: 1200px) {
  .faq-banner .inner h1 {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .faq-banner .inner h1 {
    font-size: 72px;
  }
}
/*** 
=============================================
    Wishlist Css
=============================================
***/
.wishlist-table-box .wishlist-table-outer {
  width: 100%;
  overflow-x: auto;
}

.wishlist-table-box .wishlist-table {
  width: 100%;
  min-width: 991px;
}

.wishlist-header {
  border: 1px solid #eeeeee;
}

.wishlist-table tbody {
  position: relative;
  border: 1px solid #eeeeee;
  border-top: 0;
  border-bottom: 0;
}

.wishlist-table tbody tr {
  border-bottom: 1px solid #eeeeee;
}

.wishlist-table tbody .wishlist-thumb {
  max-width: 100px;
}

.wishlist-table tbody tr .instock {
  position: relative;
  display: inline-block;
  font-size: 12px;
  background-color: var(--thm-base);
  color: #fff;
  text-transform: uppercase;
  padding: 4px 13px;
}

.wishlist-table tbody .remove {
  cursor: pointer;
}

.wishlist-table tbody tr td {
  font-size: 16px;
  font-weight: 500;
  padding: 30px 5px 30px;
  color: #555555;
}

.wishlist-header tr th {
  color: var(--thm-gray);
  font-size: 15px;
  font-weight: 400;
  padding: 17px 5px 17px;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .wishlist-table tbody tr td {
    padding: 30px 15px 30px;
  }

  .wishlist-header tr th {
    padding: 17px 15px 17px;
  }
}
@media (min-width: 1200px) {
  .wishlist-table tbody tr td {
    padding: 30px 30px 30px;
  }

  .wishlist-header tr th {
    padding: 17px 30px 17px;
  }
}
/*** 
=============================================
    Compare Css
=============================================
***/
.compare-table-outer {
  overflow-x: auto;
}

.compare-table {
  min-width: 991px;
  width: 100%;
  text-align: center;
}

.compare-table .compare-header {
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.compare-table tbody {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.compare-table thead tr th p {
  font-weight: 600;
  font-size: 20px;
  color: #1a1a1a;
  font-family: var(--font-heading-family);
}

.compare-table thead tr th {
  color: #555555;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px;
  border: 1px solid #ededed;
  border-bottom: 0;
}
.compare-table thead tr th:first-child {
  min-width: 200px;
}

.compare-table thead img {
  width: 100%;
  max-width: 200px;
}

.compare-table tbody tr {
  border-bottom: 1px solid #eeeeee;
}
.compare-table tbody tr td:first-child {
  min-width: 200px;
}

.compare-table tbody tr td {
  padding: 10px 15px;
  border-right: 1px solid #ededed;
}

.compare-table tbody tr td h5 {
  font-weight: 600;
}

.compare-table tbody tr td p {
  font-size: 15px;
}

.compare-table tbody tr td.price {
  font-size: 16px;
  color: var(--thm-base);
  font-family: var(--font-heading-family);
  font-weight: 600;
}

.compare-table tbody tr td.color {
  font-size: 16px;
  color: var(--thm-black);
  font-family: var(--font-heading-family);
  font-weight: 600;
}

.compare-table tbody tr td .ratting i {
  font-size: 12px;
  color: var(--thm-base);
}

.compare-table tbody tr td .delete-box a {
  font-size: 20px;
  color: var(--thm-black);
}

.cart-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cart-button-box .apply-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cart-button-box .apply-coupon-button button {
  min-width: 184px;
}

.apply-coupon-input-box {
  width: 100%;
  margin-right: 30px;
}

.cart-button-box .apply-coupon input {
  height: 50px;
  min-width: 250px;
  width: 100%;
  border: 1px solid var(--thm-black);
  font-size: 14px;
  color: var(--thm-gray);
  font-weight: 300;
  padding: 0 20px;
}

.cart-button-box .cart-button-box-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cart-button-box .cart-button-box-right button {
  margin-right: 20px;
}

.cart-total-box .inner-title {
  padding-bottom: 19px;
}

.cart-total-box .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

.cart-total-box .cart-table2 {
  width: 100%;
  overflow-x: auto;
}

.cart-total-box .cart-table2 .cart-header {
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.cart-total-box .cart-table2 tbody {
  position: relative;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.cart-total-box .cart-table2 thead tr th {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  min-width: 160px;
  padding: 20px 20px;
  border: 0px solid #ededed;
}

.cart-total-box .cart-table2 tbody tr {
  border-bottom: 1px solid #eeeeee;
}

.cart-total-box .cart-table2 tbody tr td {
  min-width: 160px;
  padding: 20px;
  border: 0px solid #ededed;
}

.cart-total-box .cart-table2 tbody tr td .total {
  font-size: 15px;
  font-weight: 300;
  color: var(--thm-gray);
  font-family: var(--thm-font);
}

.cart-total-box .cart-table2 tbody tr td.subtotal {
  font-size: 16px;
  color: var(--thm-black);
  font-weight: 500;
}

.shop-select-option-box-1 {
  position: relative;
  display: block;
}

.shop-select-option-box-1 li {
  position: relative;
  display: block;
  margin-bottom: 14px;
}

.shop-select-option-box-1 li:last-child {
  margin-bottom: 0;
}

.shop-select-option-box-1 li label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin-right: 0px;
  margin-bottom: 0;
  color: #555555;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
  font-family: var(--thm-font);
}

.shop-select-option-box-1 li input[type=checkbox] {
  display: none;
}

.shop-select-option-box-1 li input[type=checkbox] + label span {
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #1a1a1a;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-select-option-box-1 li label span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  background: #1a1a1a;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-select-option-box-1 li input[type=checkbox]:checked + label span:before {
  opacity: 1;
}

.cart-table2 tbody .selact-box1 .inner-text {
  padding-top: 16px;
  padding-bottom: 10px;
}

.cart-table2 tbody .selact-box1 .inner-text p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.cart-table2 tbody .selact-box1 h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--thm-font);
}

.cart-check-out {
  position: relative;
  display: block;
  border: 1px solid #eeeeee;
  padding: 40px 40px 40px;
}

.cart-check-out h3 {
  font-size: 24px;
  line-height: 34px;
}

.cart-check-out-list {
  position: relative;
  display: block;
  margin-top: 17px;
}

.cart-check-out-list li {
  position: relative;
  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;
  margin-bottom: 11px;
}

.cart-check-out-list li .right p {
  font-size: 16px;
  font-weight: 500;
}

.cart-check-out-list li .right p span {
  font-size: 15px;
  font-weight: 400;
}

.cart-check-out-list li:last-child {
  margin-bottom: 0;
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
}

.cart-check-out-list li:last-child .left p {
  font-size: 16px;
  color: var(--thm-black);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.cart-check-out-list li:last-child .right p {
  font-size: 18px;
  color: var(--thm-base);
  font-weight: 500;
}

@media (min-width: 576px) {
  .apply-coupon {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media (min-width: 768px) {
  .cart-total-box .cart-table2 thead tr th {
    padding: 27px 40px;
  }

  .cart-total-box .cart-table2 tbody tr td {
    padding: 24px 40px 30px;
  }
}
@media (min-width: 992px) {
  .cart-button-box .cart-button-box-right button {
    margin-left: 20px;
    margin-right: 0px;
  }

  .compare-table {
    min-width: unset;
  }
}
/*** 
=============================================
   Cart area  style
=============================================
***/
.cart-table-box .table-outer {
  overflow-x: auto;
}

.cart-table {
  min-width: 760px;
  width: 100%;
}

.cart-table .cart-header {
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.cart-table tbody {
  position: relative;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.cart-table thead tr th {
  color: #555555;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 18px 30px 18px;
  border: 0px solid #ededed;
}

.cart-table tbody tr {
  border-bottom: 1px solid #eeeeee;
}

.cart-table tbody tr td {
  padding: 20px;
  border: 0px solid #ededed;
  font-size: 16px;
  color: #555555;
}

.cart-table tbody tr .thumb-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-table tbody tr .title {
  padding-left: 20px;
}
.cart-table tbody tr .thumb {
  max-width: 100px;
}
.cart-table tbody tr .thumb img {
  min-width: 100px;
  width: 100%;
  margin-right: 20px;
}

.cart-table tbody tr h5 {
  font-weight: 600;
  font-size: 16px;
}

.cart-table-box .cart-table tbody tr td .remove {
  cursor: pointer;
  font-size: 20px;
}

.qty .qtySelector {
  width: 160px;
  padding: 0px 50px 0px;
  height: 50px;
  position: relative;
}
.qty .qtySelector .decreaseQty {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 50px;
  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;
  border-right: 1px solid rgb(228, 228, 228);
}
.qty .qtySelector input {
  padding: 0px 0px 0px 20px;
}
.qty .qtySelector .increaseQty {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50px;
  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;
  border-left: 1px solid rgb(228, 228, 228);
}

@media (min-width: 768px) {
  .cart-table tbody tr td {
    padding: 30px 30px 30px;
  }

  .cart-table {
    min-width: 992px;
  }

  .cart-table tbody tr h5 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .cart-table {
    min-width: unset;
  }
}
/*** 
=============================================
    Product Categories One Css
=============================================
***/
.product-categories-one {
  margin-top: -80px;
  z-index: 9;
  position: relative;
}

.product-categories-one__inner ul {
  text-align: center;
  margin-left: -17px;
  margin-right: -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-categories-one__inner ul li {
  padding: 0px 17px 0px;
  display: inline-block;
}
.product-categories-one__inner ul li:hover .inner img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-categories-one__inner ul li:hover h6 {
  color: var(--thm-base);
}

.product-categories-one__inner .img-box {
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
}

.product-categories-one__inner ul .inner img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product-categories-one__inner ul .inner {
  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;
  border: 1px solid #e4e4e4;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.product-categories-one__inner li:hover .inner {
  border: 1px solid var(--thm-base);
}

.product-categories-one__inner .title {
  display: block;
  margin-top: 10px;
  margin-bottom: -5px;
}

.product-categories-one__inner .title h6 {
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*** 
=============================================
    Start product-grid Css
=============================================
***/
.product-grid .pagination {
  padding-top: 50px;
}

.shop-grid-page-top-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  margin-top: -10px;
}

.shop-grid-page-top-info .left-box p {
  margin: 0;
  margin-top: 10px;
  margin-right: 10px;
}

.shop-grid-page-top-info .short-by,
.shop-grid-page-top-info .product-view-style {
  margin-top: 10px;
}

.shop-grid-page-top-info .right-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 9;
}

.short-by {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
}

.shop-grid-page-top-info .right-box .select-box {
  width: 200px;
}

.shop-grid-page-top-info .right-box .nice-select {
  position: relative;
  display: block;
  height: 50px;
  line-height: 48px;
  background: #ffffff;
  border: 1px solid #e4e4e4 !important;
  font-family: var(--thm-font);
  border-radius: 0px !important;
  color: #888888;
  font-size: 14px;
  font-weight: 300;
  padding-left: 20px;
  padding-right: 0px;
}

.shop-grid-page-top-info .right-box .nice-select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--thm-gray);
  border-right: 2px solid var(--thm-gray);
  right: 25px;
  margin-top: 0px;
  top: 18px;
  z-index: 9;
}

.shop-grid-page-top-info .right-box .nice-select .list {
  border-radius: 0px !important;
}

.product-view-style {
  position: relative;
  display: block;
  margin-left: 10px;
}

.product-view-style ul {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 999;
}

.product-view-style ul li {
  position: relative;
  float: left;
  margin-right: 0px;
}

.product-view-style ul li:last-child {
  margin-right: 0;
}

.product-view-style ul li button,
.product-view-style .slidebarfilter {
  position: relative;
  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;
  width: 50px;
  height: 50px;
  background: #ffffff !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 0% !important;
  color: var(--thm-gray);
  font-size: 15px;
  text-align: center;
  -webkit-transition: all 300ms ease 100ms;
  transition: all 300ms ease 100ms;
}

.product-view-style ul li button:hover,
.product-view-style .slidebarfilter:hover,
.product-view-style ul li button.active {
  color: #ffffff;
  border-color: var(--thm-base) !important;
  background-color: var(--thm-base) !important;
}

.product-grid .product-grid-two__overlay-box {
  left: 10px;
  right: 10px;
}

@media (min-width: 1400px) {
  .product-grid .product-grid-two__overlay-box {
    left: 30px;
    right: 30px;
  }
}
.shop-grid-sidebar {
  width: 300px;
  padding: 20px 20px 20px;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.shop-grid-sidebar .footer-input-box {
  border: 1px solid rgb(26, 26, 26);
  height: 50px;
}
.shop-grid-sidebar .footer-input-box .subscribe_btn {
  height: 100%;
  width: 50px;
  background: rgb(26, 26, 26);
}
.shop-grid-sidebar .footer-input-box .subscribe_btn i {
  line-height: 0px;
  font-size: 20px;
}

.shop-grid-sidebar.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.single-sidebar-box {
  border-bottom: 1px solid rgb(228, 228, 228);
  padding-bottom: 30px;
}
.single-sidebar-box h4 {
  position: relative;
  padding-bottom: 40px;
}
.single-sidebar-box h4::after {
  position: absolute;
  top: 40px;
  left: 0px;
  background: rgb(26, 26, 26);
  height: 2px;
  width: 35px;
  content: "";
}
.single-sidebar-box .checkbox-item {
  position: relative;
}
.single-sidebar-box .checkbox-item .form-group {
  display: block;
  margin-bottom: 10px;
}
.single-sidebar-box .checkbox-item .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.single-sidebar-box .checkbox-item .form-group label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  color: var(--thm-gray);
  width: 100%;
}
.single-sidebar-box .checkbox-item .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--thm-base);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 0px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.single-sidebar-box .checkbox-item .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 1px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: var(--thm-base);
}
.single-sidebar-box .color-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
}
.single-sidebar-box .color-option-single {
  height: 40px;
  position: relative;
  width: 45px;
  height: 45px;
  background: var(--thm-black);
  margin: 10px 10px 0px 0px;
}
.single-sidebar-box .color-option-single span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-34px);
          transform: translateX(-50%) translateY(-34px);
  background: var(--thm-black);
  font-size: 10px;
  color: #ffffff;
  line-height: 1.1;
  padding: 3px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.single-sidebar-box .color-option-single span::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  height: 10px;
  width: 10px;
  background: var(--thm-black);
  content: "";
  z-index: -1;
}
.single-sidebar-box .color-option-single:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transform: translateX(-50%) translateY(-24px);
          transform: translateX(-50%) translateY(-24px);
}
.single-sidebar-box .color-option-single.bg2 {
  background: #FFFF00;
}
.single-sidebar-box .color-option-single.bg3 {
  background: #FF0000;
}
.single-sidebar-box .color-option-single.bg4 {
  background: #0000FF;
}
.single-sidebar-box .color-option-single.bg5 {
  background: #008000;
}
.single-sidebar-box .color-option-single.bg6 {
  background: #808000;
}
.single-sidebar-box .color-option-single.bg7 {
  background: #00FF00;
}
.single-sidebar-box .color-option-single.bg8 {
  background: #FFC0CB;
}
.single-sidebar-box .color-option-single.bg9 {
  background: #00FFFF;
}
.single-sidebar-box .color-option-single.bg10 {
  background: #FF00FF;
}
.single-sidebar-box .popular-tag {
  margin-bottom: -10px;
}

.single-sidebar-box .slider-box .slider {
  width: calc(100% - 20px);
}
.single-sidebar-box .slider-box .output-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px 15px;
}
.single-sidebar-box .slider-box .output-price input {
  padding: 0px;
  margin: 0px;
  border: 0px;
  margin-left: 6px;
}
.single-sidebar-box .slider-box .filterbtn {
  font-size: 16px;
  font-family: var(--font-heading-family);
  color: rgb(85, 85, 85);
  border: 1px solid rgb(238, 238, 238);
  padding: 10px 30px 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}
.single-sidebar-box .slider-box .filterbtn:hover {
  background: var(--thm-black);
  color: var(--thm-white);
  border: 1px solid var(--thm-black);
}
.single-sidebar-box .slider-box .ui-widget.ui-widget-content {
  height: 5px;
  border: 0px;
  background: rgb(238, 238, 238);
}
.single-sidebar-box .slider-box .ui-widget-header {
  background: var(--thm-black);
}
.single-sidebar-box .slider-box .ui-state-default,
.single-sidebar-box .slider-box .ui-widget-content .ui-state-default {
  border: 0px;
  background: var(--thm-black);
  height: 15px;
  width: 15px;
  border-radius: 50%;
}
.single-sidebar-box .slider-box .ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0px;
}

.sidebar-holder {
  overflow-y: auto;
  height: 100vh;
}

.remove-sidebar {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 300px;
  right: -15px;
  z-index: 99;
  height: 40px;
  width: 40px;
  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;
  background: var(--thm-black);
  font-size: 20px;
  color: var(--thm-white);
}

@media (min-width: 992px) {
  .sidebar-holder {
    overflow-y: unset;
    height: unset;
  }

  .shop-grid-sidebar {
    width: unset;
    padding: 0px;
    background: #fff;
    position: unset;
    height: unset;
    overflow-y: unset;
    top: unset;
    left: unset;
    z-index: 99;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition-duration: 0.6s;
            transition-duration: 0.6s;
  }
}
/*** 
=============================================
   product-drescription Css
=============================================
***/
.product-drescription .thumb img {
  min-width: 100%;
}
.product-drescription p {
  padding-top: 18px;
  font-size: 16px;
  line-height: 1.75;
}

.drescription-list li {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.75;
}
.drescription-list li:first-child {
  padding-top: 10px;
}

.product-details-nav {
  border-top: 1px solid #dddddd;
  padding-bottom: 45px;
}
.product-details-nav li .nav-link {
  color: #888888;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding: 4px 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-details-nav li .nav-link::after {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  height: 2px;
  width: 100%;
  content: "";
  background: #1a1a1a;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.product-details-nav li .nav-link:hover,
.product-details-nav li .nav-link.active {
  color: #888888;
  background: transparent;
  color: #1a1a1a;
}
.product-details-nav li .nav-link:hover::after,
.product-details-nav li .nav-link.active::after {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  height: 2px;
  width: 100%;
  content: "";
  background: #1a1a1a;
}

.recent-products .section-head {
  padding-bottom: 13px;
}

.product-details-nav.nav-two {
  border-top: 1px solid rgba(221, 221, 221, 0);
  padding-bottom: 45px;
}
.product-details-nav.nav-two li .nav-link::after {
  top: 100%;
}

.product-details-nav.nav-three {
  border-top: 1px solid rgba(221, 221, 221, 0);
  padding-bottom: 45px;
  margin: -5px 0px -5px;
}
.product-details-nav.nav-three li .nav-link {
  color: #888888;
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 16px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 0px;
  color: #1a1a1a;
  min-width: 100px;
  margin: 5px;
}
.product-details-nav.nav-three li .nav-link::after {
  display: none;
}
.product-details-nav.nav-three li .nav-link:hover,
.product-details-nav.nav-three li .nav-link.active {
  color: #ffffff;
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
}

@media (min-width: 768px) {
  .product-details-nav li .nav-link {
    padding: 8px 16px;
    font-size: 18px;
    margin: 0px 10px;
  }

  .drescription-list li:first-child {
    padding-top: 21px;
  }
}
.recent-products .product-grid-two {
  padding: 0px 15px 0px;
}

.recent-products .catagory-slider .arrow-back,
.recent-products .catagory-slider .arrow-next {
  top: 50%;
}

.product-grid-two.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-grid-two.list .product-grid-two__img {
  width: 80%;
  margin-bottom: 15px;
}
.product-grid-two.list .product-grid-two-content {
  width: 90%;
  text-align: center !important;
  padding-top: 0px;
}
.product-grid-two.list .product-grid-two-content p.text {
  font-size: 15px;
  color: var(--thm-gray);
  font-family: var(--font-body-family);
}
.product-grid-two.list .product-grid-two-content h5 {
  padding: 5px 0px 5px;
}
.product-grid-two.list .product-grid-two__overlay-box {
  margin-top: 30px;
  opacity: 1;
  visibility: visible;
  position: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  padding: 0px;
}
.product-grid-two.list .product-grid-two__overlay-box .title a {
  background: var(--thm-black);
  height: 50px;
  padding: 10px 25px 10px;
  color: white;
  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;
  margin-right: 15px;
}
.product-grid-two.list .product-grid-two__overlay-box .title a:hover {
  background: var(--thm-base);
  color: var(--thm-white);
}
.product-grid-two.list .product-grid-two__overlay-box .icon a {
  height: 50px;
  width: 50px;
  background: var(--thm-black);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-grid-two.list .product-grid-two__overlay-box .icon a:hover {
  background: var(--thm-base);
  color: var(--thm-white);
}

@media (min-width: 575px) {
  .product-grid-two.list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product-grid-two.list .product-grid-two__img {
    margin-right: 30px;
    margin-bottom: 0px;
    width: 40%;
  }
  .product-grid-two.list .product-grid-two-content {
    width: 60%;
    text-align: left !important;
  }
  .product-grid-two.list .product-grid-two__overlay-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/*** 
=============================================
    Shop Details 1 Css
=============================================
***/
.shop-details-breadcrumb {
  position: relative;
  display: block;
}

.shop-details-inner {
  position: relative;
  display: block;
  padding: 25px 0;
}

.shop-details-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-details-menu li {
  position: relative;
  font-size: 16px;
  color: var(--thm-black);
  font-weight: 400;
  font-family: var(--font-heading-family);
  padding-right: 10px;
  margin-right: 10px;
}

.shop-details-menu li::before {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 9px;
  width: 1px;
  background: var(--thm-black);
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  content: "";
}

.shop-details-menu li:last-child:before {
  display: none;
}

.shop-details-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.shop-details-menu li a {
  color: var(--thm-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.shop-details-menu li a:hover {
  color: var(--thm-base);
}

/*** 
=============================================
    Shop Details Top Css
=============================================
***/
.shop-details-top {
  position: relative;
  display: block;
}

.shop-details-top-right-content-box {
  position: relative;
  display: block;
}

.shop-details-top-review-box {
  position: relative;
  display: block;
}

.shop-details-top-review {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-details-top-review ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-details-top-review ul li + li {
  margin-left: 5px;
}

.shop-details-top-review ul li i {
  font-size: 15px;
  color: var(--thm-black);
}

.shop-details-top-review ul li:last-child i {
  color: #74787c;
}

.shop-details-top-review p {
  font-size: 14px;
  padding-left: 15px;
}

.shop-details-top-title {
  position: relative;
  display: block;
  margin-top: 13px;
  margin-bottom: 9px;
}

.shop-details-top-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-details-top-info li {
  position: relative;
  display: block;
  padding-right: 13px;
  margin-right: 13px;
  font-size: 14px;
}

.shop-details-top-info li span {
  text-transform: uppercase;
}

.shop-details-top-info li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.shop-details-top-info li:before {
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: 0;
  width: 1px;
  background-color: #a8a8a8;
  content: "";
}

.shop-details-top-info li:last-child:before {
  display: none;
}

.shop-details-top-price-box {
  position: relative;
  display: block;
  margin-top: 18px;
  margin-bottom: 20px;
}

.shop-details-top-price-box h3 {
  color: var(--thm-base);
}

.shop-details-top-price-box h3 del {
  font-size: 18px;
  font-weight: 300;
  color: var(--thm-gray);
  position: relative;
  top: -3px;
  margin-left: 6px;
}

.shop-details-top-price-box p {
  font-size: 14px;
}

.shop-details-top-product-sale {
  font-size: 16px;
  color: var(--thm-black);
  font-weight: 400;
  font-family: var(--font-heading-family);
}

.shop-details-top-product-sale span {
  font-size: 20px;
  font-weight: 600;
}

.shop-details-top-size-box {
  position: relative;
  display: block;
  margin-top: 25px;
}

.shop-details-top-size-box h4 {
  font-size: 16px;
  font-weight: 400;
}

.shop-details-top-size-list-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}

.shop-details-top-size-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-details-top-size-list li {
  position: relative;
  height: 30px;
  width: 30px;
  border: 1px solid #dddddd;
  font-size: 12px;
  text-transform: uppercase;
  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-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-details-top-size-list li a {
  display: block;
  color: #a7a7a7;
}

.shop-details-top-size-list li:hover {
  border: 1px solid var(--thm-black);
}

.shop-details-top-size-list li a {
  color: var(--thm-black);
}

.shop-details-top-size-list li + li {
  margin-left: 12px;
}

.shop-details-top-size-guide {
  position: relative;
  font-size: 14px;
  margin-left: 15px;
}

.shop-details-top-size-guide:before {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  content: "";
  background-color: #8b8b8b;
  height: 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-details-top-size-guide a {
  color: var(--thm-gray);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.shop-details-top-size-guide a:hover {
  color: var(--thm-base);
}

.shop-details-top-size-guide:hover:before {
  background-color: var(--thm-base);
}

.shop-details-top-color-sky-box {
  position: relative;
  display: block;
  margin-top: 30px;
}

.shop-details-top-color-sky-box h4 {
  font-size: 16px;
  font-weight: 400;
}

.shop-details-top-color-sky-box ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-bottom: 24px;
}

.shop-details-top-color-sky-box ul li + li {
  margin-left: 10px;
}

.shop-details-top-color-sky-img {
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  width: 70px;
}

.shop-details-top-color-sky-img.active {
  position: relative;
  border: 1px solid var(--thm-base);
}

.shop-details-top-color-sky-img img {
  min-width: 100%;
  border-radius: 5px;
}

.shop-details-top-ask-question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-details-top-ask-question li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #555555;
}

.shop-details-top-ask-question li + li {
  margin-left: 10px;
}

.shop-details-top-ask-question li .icon i {
  font-size: 15px;
}

.shop-details-top-ask-question li .text {
  margin-left: 6px;
}

.shop-details-top-ask-question li .text p {
  font-size: 14px;
}

.timer-box {
  position: relative;
  display: block;
  margin-top: 18px;
  margin-bottom: 18px;
}

.timer-box h4 {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 11px;
}

.countdown-timer .default-coundown .box {
  overflow: hidden;
}

.countdown-timer li {
  position: relative;
  display: inline-block;
  float: none;
  padding: 0;
  text-align: center;
  margin: 0px 5px 0px;
}

.countdown-timer li:first-child {
  margin-left: 0;
}

.countdown-timer li:last-child {
  margin-right: 0;
}

.countdown-timer li span.days,
.countdown-timer li span.hours,
.countdown-timer li span.minutes,
.countdown-timer li span.seconds {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  color: var(--thm-black);
  font-size: 15px;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
  background-color: #ffc342;
  font-weight: 500;
}

.countdown-timer li span.timeRef {
  position: absolute;
  bottom: 7px;
  left: 50%;
  color: var(--thm-black);
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.product-quantity {
  position: relative;
  display: block;
  margin-top: 25px;
}

.product-quantity h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}

.product-quantity-check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

.product-quantity-check i {
  font-size: 14px;
  color: #2cc377;
  line-height: 1.1;
}

.product-quantity-check p {
  font-size: 14px;
  margin-left: 8px;
}

.shop-details-top-order-now {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px;
  margin-bottom: 21px;
}

.shop-details-top-order-now span {
  font-size: 13px;
}

.shop-details-top-order-now p {
  font-size: 14px;
  margin-left: 5px;
}

.shop-details-top-cart-box-btn {
  position: relative;
  display: block;
}

.shop-details-top-cart-box-btn button {
  width: 100%;
}

.shop-details-top-free-shipping {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
  margin-bottom: 17px;
}

.shop-details-top-free-shipping i {
  font-size: 15px;
}

.shop-details-top-free-shipping p {
  font-size: 14px;
  margin-left: 4px;
}

.shop-details-top-free-shipping p span {
  color: var(--thm-black);
  font-weight: 700;
}

.shop-details-top-social-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-details-top-social-box p {
  font-size: 16px;
  color: var(--thm-black);
  font-weight: 400;
  font-family: var(--font-heading-family);
}

.shop-details-top-social-box .social_link li {
  padding-right: 10px;
  position: relative;
  margin-right: 10px;
}
.shop-details-top-social-box .social_link li::before {
  position: absolute;
  top: 45%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 12px;
  width: 1px;
  content: "";
  background: #555555;
}
.shop-details-top-social-box .social_link li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.shop-details-top-social-box .social_link li:last-child::before {
  display: none;
}
.shop-details-top-social-box .social_link li a {
  color: #555555;
}
.shop-details-top-social-box .social_link li a:hover {
  color: var(--thm-base);
}

.shop-details-top-buy-now-btn {
  position: relative;
  display: block;
  line-height: 0;
}

.shop-details-top-buy-now-btn a {
  width: 100%;
  text-align: center;
}

.shop-details-top-safe-checkout {
  position: relative;
  display: block;
  margin-top: 30px;
}

.shop-details-top-safe-checkout h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  color: var(--thm-black);
}

.shop-details-top-safe-checkout-list {
  position: relative;
  display: block;
}

.shop-details-top-safe-checkout-list li {
  position: relative;
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 12px;
}

.shop-details-top-safe-checkout-list li:last-child {
  margin-right: 0;
}

.shop-details-top-safe-checkout-img {
  position: relative;
  display: block;
  border-radius: 5px;
}

.shop-details-top-safe-checkout-img img {
  width: auto;
  border-radius: 5px;
}

.shop-details-top-product-delivery {
  font-size: 14px;
  line-height: 24px;
  margin-top: 13px;
  margin-bottom: 17px;
}

.shop-details-top-product-delivery span {
  color: var(--thm-black);
  font-weight: 500;
}

.shop-details-top-category-tags {
  position: relative;
  display: block;
}

.shop-details-top-category-tags li {
  font-size: 16px;
  color: var(--thm-black);
  font-weight: 400;
  font-family: var(--font-heading-family);
}

.shop-details-top-category-tags li + li {
  margin-top: 17px;
}

.shop-details-top-category-tags li span {
  font-size: 14px;
  color: var(--thm-gray);
}

.shop-details-top-feature {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 19px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 575px) {
  .shop-details-top-feature {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .shop-details-top-feature li + li {
    margin-left: 52px;
    margin-right: 0px;
  }

  .shop-details-top-feature li {
    margin-right: 0px;
    margin-top: 5px;
  }
}
.shop-details-top-feature li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  margin-top: 5px;
}

.shop-details-top-feature li + li {
  margin-right: 10px;
}

.shop-details-top-feature li .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-details-top-feature li .icon i {
  font-size: 27px;
  color: var(--thm-black);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-details-top-feature li .text {
  margin-left: 15px;
}

.shop-details-top-feature li .text p {
  font-size: 16px;
  color: var(--thm-black);
  font-weight: 600;
  font-family: var(--font-heading-family);
  line-height: 20px;
}

.shop-details-top-right h3 {
  font-size: 28px;
}

.checked-box {
  margin: 15px 0px 20px;
}
.checked-box .form-group {
  display: block;
  margin-bottom: 15px;
}
.checked-box .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checked-box .form-group label {
  position: relative;
  cursor: pointer;
}
.checked-box .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid var(--thm-base);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.checked-box .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 5px;
  height: 9px;
  border: solid var(--thm-base);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shop-details-top-right.two .shop-details-top-safe-checkout-list {
  margin-bottom: -5px;
}
.shop-details-top-right.two .shop-details-top-review-box {
  padding: 15px 0px 8px;
}
.shop-details-top-right.two .shop-details-top-color-sky-box {
  margin: 0px;
}
.shop-details-top-right.two .shop-details-top-price-box {
  margin: 18px 0px 15px;
}
.shop-details-top-right.two .shop-details-top-color-sky-box ul {
  margin-bottom: 30px;
}
.shop-details-top-right.two .shop-details-top-product-sale {
  padding: 10px 20px 10px;
  background: rgb(255, 195, 66);
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
}
.shop-details-top-right.two .shop-details-top-ask-question {
  padding: 27px 0px 21px;
}
.shop-details-top-right.two .people-searce {
  padding: 25px 0px 26px;
}
.shop-details-top-right.two .people-searce span {
  color: var(--thm-base);
  font-weight: 600;
}
.shop-details-top-right.two .shop-details-top-buy-now-btn {
  margin: 20px 0px 27px;
}

.shop-details-top-right.three .shop-details-top-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.shop-details-top-right.three .shop-details-top-info li:before {
  display: none;
}
.shop-details-top-right.three .shop-details-top-price-box {
  border-top: 1px solid rgb(238, 238, 238);
  border-bottom: 1px solid rgb(238, 238, 238);
  padding: 27px 0px 26px;
}
.shop-details-top-right.three .shop-details-top-price-box .pshare {
  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;
  color: #1a1a1a;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(67, 67, 67, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(67, 67, 67, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.shop-details-top-right.three .shop-details-top-review {
  padding: 10px 0px 10px;
}
.shop-details-top-right.three .color-size-box {
  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-details-top-right.three .color-size-box .shop-details-top-color-sky-box {
  margin-top: 10px;
}
.shop-details-top-right.three .color-size-box .size-box {
  margin-top: 10px;
}
.shop-details-top-right.three .color-size-box .size-box h4 {
  font-size: 16px;
}
.shop-details-top-right.three .color-size-box .size-box a {
  color: #555555;
  text-decoration: underline;
}
.shop-details-top-right.three .color-size-box .size-box .size-sellect {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 5px;
  background-color: rgb(247, 247, 247);
  width: 68px;
  height: 68px;
  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;
}
.shop-details-top-right.three .color-size-box .size-box .size-sellect .nice-select {
  border: 0px;
  background: transparent;
}
.shop-details-top-right.three .color-size-box .size-box .size-sellect .nice-select span.current {
  font-size: 18px;
  color: var(--thm-black);
}
.shop-details-top-right.three .product-quantity {
  padding: 30px 0px 30px;
}
.shop-details-top-right.three .shop-details-top-buy-now-btn {
  margin-top: 20px;
}
.shop-details-top-right.three .shop-details-top-ask-question {
  padding: 27px 0px 21px;
}
.shop-details-top-right.three .shop-details-top-safe-checkout {
  margin-top: 21px;
}

@media (min-width: 992px) {
  .shop-details-top-right h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .shop-details-top-right h3 {
    font-size: 36px;
  }
}
/*** 
=============================================
    Blog Pages Css 
=============================================
***/
/*** 
=============================================
    Blog Page 
=============================================
***/
.blog-page-img {
  position: relative;
}

.blog-page-img a {
  display: block;
  width: 100%;
}
.blog-page-img img {
  min-width: 100%;
}

.blog-page-date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #ffffff;
  padding: 10px 10px 10px;
}

.blog-page-date p {
  font-size: 18px;
  color: var(--thm-black);
  font-family: var(--font-heading-family);
}

.blog-page-date p span {
  font-size: 18px;
  color: var(--thm-base);
  font-weight: 500;
  position: relative;
}

.blog-page-content {
  position: relative;
  display: block;
  border: 1px solid #eeeeee;
  border-top: 0;
  padding: 24px 28px 24px;
}

.blog-page-meta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-page-meta li {
  position: relative;
  display: block;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.blog-page-meta li a {
  color: var(--thm-gray);
}

.blog-page-meta li::before {
  position: absolute;
  top: 5px;
  bottom: 6px;
  right: -6px;
  content: "";
  width: 1px;
  background-color: #747474;
}

.blog-page-meta li:last-child:before {
  display: none;
}

.blog-page-meta li + li {
  margin-left: 15px;
}

.blog-page-title {
  margin-top: 12px;
  margin-bottom: 17px;
}

.blog-page-title a {
  color: var(--thm-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.blog-page-title a:hover {
  color: var(--thm-base);
}

.blog-page-text {
  padding-bottom: 12px;
}

.blog-page-continue-reading {
  position: relative;
  display: inline-block;
}

.blog-page-continue-reading:before {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  content: "";
  height: 2px;
  background-color: #b3b3b3;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.blog-page-continue-reading:hover:before {
  background-color: var(--thm-base);
}

.blog-page-continue-reading a {
  font-size: 16px;
  color: var(--thm-black);
  font-family: var(--font-heading-family);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.blog-page-continue-reading:hover a {
  color: var(--thm-base);
}

.blog-page-img .video-three__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.blog-page-img .video-three__inner .icon .border-animation {
  border: 1px solid var(--thm-white);
}
.blog-page-img .video-three__inner .icon a {
  border: 1px solid var(--thm-white);
  color: var(--thm-white);
}

.blog-aurthor-review {
  background-color: var(--thm-black);
  padding: 30px 20px 30px;
  text-align: center;
  margin: 0px auto 0px;
}

.blog-aurthor-review-quote {
  position: relative;
  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: 120px;
  width: 120px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 35px;
  color: #ffffff;
  margin: 0 auto;
}

.blog-aurthor-review p {
  font-size: 20px;
  color: #ffffff;
  font-style: italic;
  padding-top: 29px;
  padding-bottom: 28px;
}

.blog-page-author-name h4 {
  color: #ffffff;
}

.blog-page-author-name span {
  font-size: 14px;
  color: #888888;
  letter-spacing: 0.04em;
}

.blog-thumb-slider .arrow-back {
  border-radius: 0px;
  left: 30px;
}
.blog-thumb-slider .arrow-next {
  border-radius: 0px;
  right: 30px;
}

.blog-page-single-last .blog-page-content {
  border-top: 1px solid #eeeeee;
}

.blog-page-left .pagination {
  margin-top: 20px;
}

.sidebar-box.style-2 {
  padding: 0;
  border: 0;
}

.single-sidebar_author_img img {
  width: 100%;
}

.single-sidebar_author_content {
  border: 1px solid #eeeeee;
  padding: 40px 40px 40px;
  border-top: 0;
}

.single-sidebar_author_content p {
  font-size: 14px;
}

.sidebar-box.style-3 {
  position: relative;
  display: block;
  padding-bottom: 30px;
}

.sidebar-box.style-3 .title {
  margin-bottom: 34px;
}

.sidebar-blog-post {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-blog-post .img-box {
  position: relative;
  min-width: 100px;
  max-width: 100px;
  width: 100px;
  margin-right: 20px;
}
.sidebar-blog-post .img-box img {
  min-width: 100%;
}
.sidebar-blog-post .img-box .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0%;
  opacity: 0;
  -webkit-transform: perspective(0px) scale(0);
          transform: perspective(0px) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.sidebar-blog-post:hover .overlay-content {
  opacity: 1;
  -webkit-transform: perspective(400px) scale(1);
          transform: perspective(400px) scale(1);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.sidebar-blog-post .title-box h5 a {
  color: var(--thm-black);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.sidebar-blog-post .title-box h5 a:hover {
  color: var(--thm-base);
}

.sidebar-blog-post .title-box .date {
  color: var(--thm-gray);
  font-size: 14px;
  margin-bottom: 5px;
}

.sidebar-box.style-4 {
  padding: 39px 39px 29px;
}

.popular-tag {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}

.popular-tag li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 10px 10px 0px;
}

.popular-tag li a {
  position: relative;
  display: block;
  padding: 9px 15px 7px;
  background: #ffffff;
  border-radius: 15px;
  color: var(--thm-gray);
  background-color: #f1f1f1;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.popular-tag li:hover a {
  color: #ffffff;
  background-color: var(--thm-base);
}

.blog-sidebar-follow-us {
  margin-left: -5px;
  margin-right: -5px;
}

.blog-sidebar-follow-us li {
  display: inline-block;
  margin: 0 5px 10px;
}

.blog-sidebar-add-banner {
  position: relative;
  display: block;
  z-index: 1;
}

.blog-sidebar-add-banner::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.blog-sidebar-add-banner img {
  width: 100%;
}

.blog-sidebar-add-banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  z-index: 2;
}

.blog-sidebar-add-banner-content h3 {
  color: #ffffff;
}

.blog-sidebar-add-banner-content p {
  font-size: 14px;
  color: #ffffff;
}

.sidebar-box.style-1 .footer-input-box {
  margin: 0px;
  border: 1px solid rgb(238, 238, 238);
  height: 58px;
  padding: 0px;
}
.sidebar-box.style-1 .footer-input-box .subscribe_btn {
  height: 58px;
  width: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 0;
}
.sidebar-box.style-1 h4 {
  margin-bottom: 30px;
}

.sidebar-box.style-2 h4 {
  margin-bottom: 26px;
}

.sidebar-box.style-3 h4 {
  margin-bottom: 13px;
}

.sidebar-box.style-4 h4 {
  margin-bottom: 30px;
}

.sidebar-box.style-5 h4 {
  margin-bottom: 30px;
}
.sidebar-box.style-5 .footer-input-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0px;
}
.sidebar-box.style-5 .footer-input-box input {
  border: 1px solid rgb(238, 238, 238);
  height: 58px;
  width: 100%;
}
.sidebar-box.style-5 .footer-input-box .subscribe_btn {
  height: 58px;
  width: 100%;
  margin-top: 10px;
}

.sidebar-box.style-6 h4 {
  margin-bottom: 30px;
}

.sidebar-box.style-7 h4 {
  margin-bottom: 30px;
}

.sidebar-box.style-8 {
  padding: 0px;
  border: 0px;
}

@media (min-width: 576px) {
  .blog-page-left .pagination {
    margin-top: 30px;
  }

  .blog-page-date {
    bottom: 20px;
    right: 20px;
  }
}
@media (min-width: 768px) {
  .blog-page-left .pagination {
    margin-top: 30px;
  }

  .blog-page-content {
    padding: 34px 38px 44px;
  }

  .blog-page-text {
    padding-bottom: 22px;
  }

  .blog-page-date {
    bottom: 40px;
    right: 40px;
    padding: 15px 27px 14px;
  }

  .blog-page-date p {
    font-size: 18px;
  }

  .blog-page-date p span {
    font-size: 30px;
    top: 4px;
  }
}
@media (min-width: 992px) {
  .blog-aurthor-review {
    padding: 70px 120px 60px;
  }
}
/*** 
=============================================
    Blog Single 
=============================================
***/
.breadcrumb-area .author-details h6 {
  padding-left: 30px;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.breadcrumb-area .author-details h6 i {
  position: absolute;
  top: 1px;
  left: 0px;
  margin-right: 10px;
  margin-bottom: -5px;
}
.breadcrumb-area .author-details h6 span {
  font-weight: 400;
}

.blog-single-img {
  position: relative;
}

.blog-single-img img {
  width: 100%;
}

.blog-single-date {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #ffffff;
  padding: 10px 10px 10px;
}

.blog-single-date h4 {
  font-size: 18px;
  color: var(--thm-base);
  font-weight: 500;
  position: relative;
}

.blog-single-date h4 span {
  font-size: 18px;
  color: var(--thm-black);
  font-family: var(--font-heading-family);
}

.blog-single-content {
  position: relative;
  display: block;
  border: 1px solid #eeeeee;
  border-top: 0;
  padding: 20px 20px 20px;
}

.blog-single-text-2 {
  padding-top: 25px;
  padding-bottom: 37px;
}

.blog-single-quate {
  position: relative;
  display: block;
}

.blog-single-quate-box {
  position: relative;
  display: block;
  background-color: var(--thm-black);
  padding: 30px 20px 30px;
}

.blog-single-quate-single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-single-quate-quote {
  margin-right: 0px;
  margin-bottom: 30px;
  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: 120px;
  width: 120px;
  min-width: 120px;
  border: 1px solid #fe9a24;
  border-radius: 50%;
  font-size: 35px;
  color: #fe9a24;
}

.blog-single-quate-content {
  text-align: center;
}

.blog-single-quate-content-text {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 31px;
}

.blog-single-quate-author {
  position: relative;
  display: block;
  margin-top: 27px;
}

.blog-single-quate-author h4 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  line-height: 24px;
}

.blog-single-quate-author p {
  font-size: 14px;
  color: #ffffff;
}

.blog-single-valentine-gift {
  position: relative;
  display: block;
  margin-top: 57px;
}

.blog-single-valentine-gift h3 {
  margin-bottom: 21px;
}

.blog-single-valentine-gift-img-boxes {
  position: relative;
  display: block;
  margin-top: 37px;
  margin-bottom: 3px;
}

.blog-single-valentine-gift-img-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-single-valentine-gift-img-single img {
  width: 100%;
}

.blog-single-tag-share {
  position: relative;
  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;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 15px 0;
  margin-top: 37px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-single-tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.blog-single-tags a {
  position: relative;
  display: block;
  padding: 9px 15px 7px;
  background: #ffffff;
  border-radius: 15px;
  color: var(--thm-gray);
  background-color: #f1f1f1;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-single-tags a + a {
  margin-left: 10px;
}

.blog-single-tags a:hover {
  background-color: var(--thm-base);
  color: #ffffff;
}

.blog-single-social-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.blog-single-social-list h4 {
  font-size: 16px;
  font-weight: 500;
}

.blog-single-social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

.blog-single-social a {
  height: 40px;
  width: 40px;
  background-color: #f1f1f1;
  color: var(--thm-gray);
  font-size: 15px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-single-social a + a {
  margin-left: 10px;
}

.blog-single-social a:hover {
  background-color: var(--thm-base);
  color: #ffffff;
}

.blog-single-next-prev {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0 40px;
}

.blog-single-prev {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.blog-single-prev:before {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: -40px;
  content: "";
  width: 1px;
  background-color: #eeeeee;
}

.blog-single-prev-img {
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.blog-single-prev-img img {
  width: auto;
  border-radius: 50%;
}

.blog-single-prev-content {
  margin-left: 20px;
}

.blog-single-prev-content p {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 8px;
  color: var(--thm-gray);
}

.blog-single-prev-content h5 {
  font-size: 20px;
  line-height: 26px;
}

.blog-single-next {
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-single-next-content {
  text-align: right;
}

.blog-single-next-content p {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 8px;
  color: var(--thm-gray);
}

.blog-single-next-img {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-left: 20px;
}

.blog-single-next-img img {
  width: auto;
  border-radius: 50%;
}

.blog-single-comment {
  position: relative;
  display: block;
  margin-top: 59px;
}

.blog-single-comment p {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 24px;
}

.blog-single-comment-form {
  position: relative;
  display: block;
}

.blog-single-comment-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.blog-single-comment-form .col-xl-6,
.blog-single-comment-form .col-xl-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-single-comment-form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.blog-single-comment-form input[type=text],
.blog-single-comment-form input[type=email] {
  height: 50px;
  width: 100%;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 0 25px;
  color: var(--thm-gray);
  font-weight: 300;
}

.blog-single-comment-form textarea {
  height: 200px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-size: 14px;
  color: var(--thm-gray);
  font-weight: 300;
  padding: 18px 25px 25px;
}

.blog-single-comment-form .thm-btn {
  border: none;
  background-color: var(--thm-base);
  color: #ffffff;
}

.blog-single-comment-form .thm-btn::before {
  background: var(--thm-black);
}

@media (min-width: 576px) {
  .blog-single-date {
    bottom: 30px;
    right: 30px;
  }

  .blog-single-quate-box {
    padding: 65px 65px 56px;
  }

  .blog-single-date {
    padding: 15px 27px 14px;
  }

  .blog-single-date h4 {
    font-size: 30px;
    color: var(--thm-base);
    font-weight: 500;
    position: relative;
  }

  .blog-single-date h4 span {
    top: 4px;
  }
}
@media (min-width: 768px) {
  .blog-single-content {
    padding: 33px 39px 39px;
  }
}
@media (min-width: 1200px) {
  .blog-single-quate-single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .blog-single-quate-single .blog-single-quate-quote {
    margin-right: 30px;
    margin-bottom: 0px;
  }
  .blog-single-quate-single .blog-single-quate-content {
    text-align: left;
  }
}
.product-slicknav .slick-slide span {
  margin: 5px;
}
.product-slicknav .slick-slide span img {
  border: 1px solid rgba(204, 204, 204, 0);
}
.product-slicknav .slick-slide {
  border: 1px solid rgba(247, 247, 247, 0);
}
.product-slicknav .slick-slide.slick-current.slick-active span img {
  border: 1px solid var(--thm-base);
}

.single-product-box.two .product-slicknav .slick-slide.slick-current.slick-active span img {
  border: 1px solid rgba(247, 247, 247, 0);
}

.big-product {
  margin-bottom: 5px;
}
.big-product .arrow-next {
  right: 20px;
}
.big-product .arrow-back {
  left: 20px;
}
.big-product .single-item {
  position: relative;
}
.big-product .ptag {
  position: absolute;
  top: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.big-product .ptag span {
  padding: 2px 8px 2px;
  background: var(--thm-base);
  font-size: 12px;
  color: var(--thm-white);
  margin-bottom: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.big-product .ptag .two {
  text-transform: uppercase;
  background-color: #4bca93;
}
.big-product .love {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  color: #555555;
}
.big-product .love:hover {
  color: var(--thm-base);
}
.big-product .zoom {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  color: #555555;
}
.big-product .zoom:hover {
  color: var(--thm-base);
}

.single-product-three .single-item img,
.single-product-two .single-item img {
  min-width: 100%;
}

.single-product-box.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-product-box.two .single-product-two-nav {
  margin-right: 10px;
  max-width: 110px;
}
.single-product-box.two .single-product-two {
  width: calc(100% - 130px);
}
.single-product-box.two .product-slicknav span {
  margin: 5px;
  min-width: 100%;
}
.single-product-box.two .product-slicknav span img {
  min-width: 100%;
}
.single-product-box.two .product-slicknav .slick-slide {
  border: 1px solid rgba(247, 247, 247, 0);
}
.single-product-box.two .product-slicknav .slick-active.slick-current {
  border: 1px solid rgba(204, 204, 204, 0);
}
.single-product-box.two .single-product-two-nav .arrow-next:focus,
.single-product-box.two .single-product-two-nav .arrow-back:focus,
.single-product-box.two .single-product-two-nav .arrow-next,
.single-product-box.two .single-product-two-nav .arrow-back {
  height: 30px;
  width: 30px;
  font-size: 12px;
  top: calc(91% + 20px);
  line-height: 0;
  bottom: 30px;
  top: unset;
}
.single-product-box.two .single-product-two-nav .arrow-next {
  right: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.single-product-box.two .single-product-two-nav .arrow-back {
  left: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.single-product-box.one {
  background: #f7f7f7;
  padding-bottom: 40px;
}
.single-product-box.one .single-product-one .single-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;
  min-height: 500px;
}
.single-product-box.one .big-product .ptag span {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--thm-black);
}
.single-product-box.one .navholder {
  max-width: 50%;
  margin: 0px auto;
}
.single-product-box.one .navholder .product-slicknav .slick-slide .single-item {
  background: white;
  border-radius: 5px;
  border: 1px solid rgba(85, 85, 85, 0);
}
.single-product-box.one .navholder .product-slicknav .arrow-next:focus,
.single-product-box.one .navholder .product-slicknav .arrow-back:focus,
.single-product-box.one .navholder .product-slicknav .arrow-next,
.single-product-box.one .navholder .product-slicknav .arrow-back {
  height: 30px;
  width: 30px;
  font-size: 12px;
  line-height: 0;
}
.single-product-box.one .navholder .product-slicknav .arrow-back {
  left: -35px;
}
.single-product-box.one .navholder .product-slicknav .arrow-next {
  right: -35px;
}

.shop-details-top {
  padding-bottom: 38px;
}

.shop-details-top.two {
  padding-bottom: 20px;
}

.shop-details-top.three {
  padding-bottom: 33px;
}

.single-product-box {
  position: sticky;
  top: 80px;
}

@media (max-width: 575px) {
  .big-product .arrow-next:focus,
.big-product .arrow-back:focus,
.big-product .arrow-next,
.big-product .arrow-back {
    height: 35px;
    width: 35px;
    font-size: 14px;
  }

  .shop-details-top-color-sky-img {
    width: 50px;
  }
}
/*** 
=============================================
  Product-drescription Css
=============================================
***/
.product-drescription .review-single .ratting i {
  margin-bottom: -2px;
}
.product-drescription .review-single {
  padding: 18px 0px 23px;
  border-bottom: 1px solid #dddddd;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-drescription .review-single .ratting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.product-drescription .review-single h6 {
  padding-top: 6px;
  font-weight: 600;
}
.product-drescription .review-single h6 span {
  display: block;
  font-size: 14px;
  padding-top: 3px;
}
.product-drescription .review-single p {
  padding-top: 10px;
}
.product-drescription .review-single .right-box {
  margin-top: 10px;
  color: var(--thm-base);
  text-decoration: underline;
  font-size: 14px;
}
.product-drescription .review-from label,
.product-drescription .review-from p {
  font-size: 14px;
  color: var(--thm-black);
  padding: 20px 0px 4px;
}
.product-drescription .review-from input,
.product-drescription .review-from textarea {
  color: var(--thm-gray);
  font-size: 14px;
  height: 42px;
  border: 1px solid #dddddd;
}
.product-drescription .review-from textarea {
  max-height: 120px;
}
.product-drescription .review-from .ratting {
  margin-bottom: -10px;
}
.product-drescription .review-from .ratting i {
  color: #dddddd;
}
.product-drescription .review-from .ratting i:hover {
  color: var(--thm-base);
}
.product-drescription .review-from button {
  margin-top: 20px;
}

/*** 
=============================================
 size-tabble Css
=============================================
***/
.size-chirt h6 {
  font-weight: 600;
}

.size-tabble {
  margin-top: 25px;
  overflow-x: auto;
}
.size-tabble table {
  min-width: 992px;
  width: 100%;
}
.size-tabble thead tr {
  background: var(--thm-black);
}
.size-tabble thead tr th {
  padding: 10px 20px 10px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  min-width: 180px;
}
.size-tabble tbody tr td {
  padding: 6px 20px 6px;
  font-size: 12px;
  color: var(--thm-black);
  vertical-align: middle;
  text-align: center;
  min-width: 180px;
  border: 1px solid #f5f5f5;
}

.fashon {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #7f7f7f;
  overflow: hidden;
  overflow-y: auto;
}
.fashon h1,
.fashon h2,
.fashon h3,
.fashon h4,
.fashon h5,
.fashon h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 600;
}
.fashon h1 a,
.fashon h1 span,
.fashon h2 a,
.fashon h2 span,
.fashon h3 a,
.fashon h3 span,
.fashon h4 a,
.fashon h4 span,
.fashon h5 a,
.fashon h5 span,
.fashon h6 a,
.fashon h6 span {
  font-family: "Poppins", sans-serif;
}
.fashon p,
.fashon li,
.fashon span,
.fashon a {
  font-family: "Rubik", sans-serif;
}
.fashon h1,
.fashon .h1 {
  font-size: 60px;
}
.fashon h2,
.fashon .h2 {
  font-size: 40px;
}
.fashon h3,
.fashon .h3 {
  font-size: 36px;
}
.fashon h4,
.fashon .h4 {
  font-size: 22px;
}
.fashon h5,
.fashon .h5 {
  font-size: 20px;
}
.fashon .arrow-next:focus,
.fashon .arrow-back:focus,
.fashon .arrow-next,
.fashon .arrow-back {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  bottom: 0%;
}
.fashon .arrow-next:focus::before,
.fashon .arrow-back:focus::before,
.fashon .arrow-next::before,
.fashon .arrow-back::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  left: 22px;
  width: 26.19px;
  height: 26.19px;
  content: "";
  background: #F2F2F2;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fashon .arrow-next:focus i,
.fashon .arrow-back:focus i,
.fashon .arrow-next i,
.fashon .arrow-back i {
  position: absolute;
  top: -2px;
  left: -3px;
  z-index: 2;
}
.fashon .arrow-next:focus:hover,
.fashon .arrow-back:focus:hover,
.fashon .arrow-next:hover,
.fashon .arrow-back:hover {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.fashon .arrow-next:focus:hover::before,
.fashon .arrow-back:focus:hover::before,
.fashon .arrow-next:hover::before,
.fashon .arrow-back:hover::before {
  left: 0px;
  background: #9FE90C;
}
.fashon .scrollToTop {
  background-image: unset;
  background-color: #fa323c;
}
.fashon .mega-menu .page-dropdown-menu .dropdown-list:hover .menuarrow {
  color: #fa323c;
}
.fashon .section-header {
  padding-bottom: 27px;
}
.fashon .section-header h2 {
  margin-top: -8px;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.fashon .section-header p {
  font-size: 14px;
  padding: 14px 0px 0px;
  text-transform: none;
}

@media (max-width: 1199px) {
  .fashon h1,
.fashon .h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .fashon h1,
.fashon .h1 {
    font-size: 40px;
  }
  .fashon h2,
.fashon .h2 {
    font-size: 36px;
  }
  .fashon h3,
.fashon .h3 {
    font-size: 28px;
  }
  .fashon h4,
.fashon .h4 {
    font-size: 20px;
  }
  .fashon h5,
.fashon .h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fashon h1,
.fashon .h1 {
    font-size: 36px !important;
  }
  .fashon h2,
.fashon .h2 {
    font-size: 30px;
  }
}
/*** 
=============================================
   fashonheader Menu css
=============================================
***/
.fashonheader .cart-holder .cart span.number {
  background: #fa323c;
}
.fashonheader .side-cart .items .left .text p span {
  color: #fa323c;
}
.fashonheader a,
.fashonheader li,
.fashonheader h6,
.fashonheader span {
  font-family: "Rubik", sans-serif !important;
}
.fashonheader .side-cart h6 {
  font-weight: 500;
  font-size: 16px;
}

.header-style-1.fashonheader .side-cart .bottom .button-box a {
  padding: 10px 20px 10px;
}

.fashonmenu .mega-menu .page-dropdown-menu .dropdown-list.megamenu .background,
.fashonheader .sticy-header .mega-menu .page-dropdown-menu .dropdown-list.megamenu .background {
  background: rgba(238, 247, 230, 0.3);
}
.fashonmenu .mobile-menu,
.fashonheader .sticy-header .mobile-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.fashonmenu .fashonmenubox,
.fashonheader .sticy-header .fashonmenubox {
  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;
}
.fashonmenu .fashonmenubox nav,
.fashonmenu .fashonmenubox .right,
.fashonheader .sticy-header .fashonmenubox nav,
.fashonheader .sticy-header .fashonmenubox .right {
  width: calc(50% - 100px);
}
.fashonmenu .main-menu__widge-box li::after,
.fashonheader .sticy-header .main-menu__widge-box li::after {
  display: none;
}
.fashonmenu .main-menu__widge-box li,
.fashonheader .sticy-header .main-menu__widge-box li {
  margin-right: 10px;
}
.fashonmenu .main-menu__widge-box li:hover i,
.fashonheader .sticy-header .main-menu__widge-box li:hover i {
  color: #fa323c;
}
.fashonmenu .main-menu__widge-box li,
.fashonheader .sticy-header .main-menu__widge-box li {
  width: 20px;
}
.fashonmenu .mega-menu .page-dropdown-menu .dropdown-list.megamenu:hover .dropdown.megamenu-dropdown,
.fashonheader .sticy-header .mega-menu .page-dropdown-menu .dropdown-list.megamenu:hover .dropdown.megamenu-dropdown {
  top: 98%;
}
.fashonmenu .mega-menu .page-dropdown-menu .dropdown-list:hover > a,
.fashonmenu .mega-menu .page-dropdown-menu .dropdown-list:hover::after,
.fashonmenu .mega-menu .page-dropdown-menu .dropdown-list.megamenu:hover .pages::after,
.fashonmenu .mega-menu .page-dropdown-menu .dropdown-list .dropdown li a:hover,
.fashonmenu .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .title h6:hover,
.fashonmenu .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .offer ul li a:hover,
.fashonmenu .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .price:hover,
.fashonmenu .mega-menu .page-dropdown-menu .dropdown-list .dropdown li:hover::before,
.fashonmenu .mega-menu .page-dropdown-menu .dropdown-list .dropdown li .submenu li a:hover,
.fashonheader .sticy-header .mega-menu .page-dropdown-menu .dropdown-list:hover > a,
.fashonheader .sticy-header .mega-menu .page-dropdown-menu .dropdown-list:hover::after,
.fashonheader .sticy-header .mega-menu .page-dropdown-menu .dropdown-list.megamenu:hover .pages::after,
.fashonheader .sticy-header .mega-menu .page-dropdown-menu .dropdown-list .dropdown li a:hover,
.fashonheader .sticy-header .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .title h6:hover,
.fashonheader .sticy-header .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .offer ul li a:hover,
.fashonheader .sticy-header .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .price:hover,
.fashonheader .sticy-header .mega-menu .page-dropdown-menu .dropdown-list .dropdown li:hover::before,
.fashonheader .sticy-header .mega-menu .page-dropdown-menu .dropdown-list .dropdown li .submenu li a:hover {
  color: #fa323c;
}
.fashonmenu .sticy-header .fashonmenubox nav,
.fashonmenu .sticy-header .fashonmenubox .right,
.fashonheader .sticy-header .sticy-header .fashonmenubox nav,
.fashonheader .sticy-header .sticy-header .fashonmenubox .right {
  border-bottom: none;
}

.fashonheader .sidebar-content h4::after,
.fashonheader .sidebar-content .thm-medio-boxx1 .social-box li a {
  background: #fa323c;
}
.fashonheader .sidebar-content .thm-medio-boxx1 .social-box li a:hover {
  color: #000000;
  background: #ffffff;
}
.fashonheader .side-cart .items .left .text p span {
  color: #000000;
  font-weight: 500;
}

.search-box-holder.stiky-sholder {
  width: 29px;
}

.fashonmenu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}
.fashonmenu .mobile-menu__menu-top {
  background: #fff;
}
.fashonmenu .main-menu {
  background: rgba(0, 0, 0, 0);
}
.fashonmenu .main-menu__widge-box a,
.fashonmenu .main-menu__widge-box a i,
.fashonmenu .main-menu__widge-box .search-icon i,
.fashonmenu .main-menu__widge-box .count4,
.fashonmenu .mega-menu .page-dropdown-menu .dropdown-list a,
.fashonmenu .mega-menu .page-dropdown-menu .dropdown-list a .menuarrow {
  color: #fff;
}

.fashonmenucommon .mega-menu .page-dropdown-menu .dropdown-list > a {
  padding: 15px 10px;
}
.fashonmenucommon .main-menu__widge-box li .number .count.count4 {
  bottom: 16px;
  color: #fa323c !important;
  font-size: 12px;
}
.fashonmenucommon .logo.minus {
  margin-top: 5px;
}
.fashonmenucommon .mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a,
.fashonmenucommon .mega-menu .page-dropdown-menu .dropdown-list a {
  text-transform: uppercase;
  font-size: 13px;
}
.fashonmenucommon .mega-menu .page-dropdown-menu .dropdown-list > a .menuarrow {
  font-size: 10px;
}
.fashonmenucommon .megamenu-dropdown h6 {
  font-size: 15px;
}
.fashonmenucommon .mega-menu .search-box-holder {
  width: 28px;
}
.fashonmenucommon .mega-menu .logo {
  margin: 0px;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.fashonmenucommon .menu-width .boxone {
  width: 40%;
}
.fashonmenucommon .menu-width .boxtwo {
  width: 20%;
  min-width: 120px;
}
.fashonmenucommon .menu-width .boxthree {
  width: 40%;
}

@media (max-width: 1399px) {
  .fashonmenu .mega-menu .page-dropdown-menu .dropdown-list > a {
    padding: 20px 18px 20px 10px;
  }
}
@media (max-width: 1199px) {
  .fashonmenu .mega-menu .page-dropdown-menu .dropdown-list > a {
    padding: 20px 20px 20px 4px;
    font-size: 14px;
  }
  .fashonmenu .mega-menu a {
    font-size: 14px !important;
  }
}
@media (min-width: 1399px) {
  .fashonheader .auto-container {
    max-width: 1720px;
  }
}
/*** 
=============================================
   home 4 banner css
=============================================
***/
.banner4 .content h6 {
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  z-index: 398;
}
.banner4 .content h1 {
  text-transform: uppercase;
  padding: 11px 0px 25px;
  color: #ffffff;
}
.banner4 .bg-img img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner4 .content-holder {
  z-index: 9999;
}

.banner4slider .contant-box .content-common h6 {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.banner4slider .contant-box .content-common h1 {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.banner4slider .contant-box .content-common .button {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.banner4slider .contant-box .bg-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 7s linear;
  transition: 7s linear;
}

.banner4slider .contant-box.slick-current.slick-active .content-common h6 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.banner4slider .contant-box.slick-current.slick-active .content-common h1 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.banner4slider .contant-box.slick-current.slick-active .content-common .button {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.banner4slider .contant-box.slick-current.slick-active .bg-img img {
  -webkit-transform: scale(1.14);
          transform: scale(1.14);
  -webkit-transition: 7s linear;
  transition: 7s linear;
}

.bg-img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}

.bg-img.hundread-vh {
  min-height: 100vh;
}

.absolute-content {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.content-holder {
  padding: 20px;
  z-index: 1;
}

.content-common {
  position: relative;
}
.content-common .subhead {
  color: #FF9E91;
}
.content-common h1 {
  line-height: 1.1;
}
.content-common .title span {
  color: var(--thm-base);
}
.content-common .text {
  font-size: 17px;
  padding-top: 7px;
  color: var(--thm-black);
}
.content-common .text p {
  max-width: 548px;
}
.content-common .banner-btn {
  padding-top: 36px;
}

.overlay {
  position: relative;
}
.overlay::after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgb(1, 0, 10);
  opacity: 0.302;
  content: "";
}

@media (max-width: 991px) {
  .banner4slider .bg-img.hundread-vh {
    min-height: calc(100vh - 93px);
  }

  .banner4 {
    padding: 50px 0px 60px;
  }

  .banner4 .content h1 {
    padding: 21px 0px 25px;
  }
}
/*** 
=============================================
   catagory4 css
=============================================
***/
.catagory4 .catagory-single {
  display: block;
  position: relative;
  overflow: hidden;
}
.catagory4 .catagory-single .bg-img {
  height: unset;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  min-width: 101%;
}
.catagory4 .catagory-single .content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  padding: 40px 40px;
}
.catagory4 .catagory-single .content h5 {
  color: #fa323c;
}
.catagory4 .catagory-single .content h5 span {
  color: var(--thm-black);
}
.catagory4 .catagory-single .content h3 {
  padding: 15px 0px 20px;
  font-weight: 500;
}
.catagory4 .catagory-single .content .link {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  font-family: "Poppins", sans-serif;
  position: relative;
  display: inline-block;
}
.catagory4 .catagory-single .content .link::before {
  position: absolute;
  top: 100%;
  left: 0px;
  height: 2px;
  width: 0%;
  content: "";
  background: #fa323c;
  z-index: 2;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.catagory4 .catagory-single .content.white h5 {
  color: var(--thm-white);
}
.catagory4 .catagory-single .content.white h3 {
  color: var(--thm-white);
}
.catagory4 .catagory-single .content.white .link {
  color: var(--thm-white);
}
.catagory4 .catagory-single .content.white .link::before {
  background: #ffffff;
}
.catagory4 .catagory-single:hover .link::before {
  width: 100%;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.catagory4 .catagory-single:hover .background-img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

@media (max-width: 991px) {
  .catagory4 .catagory-single .imgone {
    height: 300px;
  }

  .catagory4 .catagory-single .content h3 {
    padding: 10px 0px 15px;
  }
}
@media (max-width: 575px) {
  .catagory4 .catagory-single .content h3 {
    padding: 10px 0px 15px;
  }
}
/*** 
=============================================
blog-four-single
=============================================
***/
.blog4-single .thumb {
  display: block;
  overflow: hidden;
}
.blog4-single .thumb img {
  min-width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog4-single .blog-content {
  padding-top: 16px;
}
.blog4-single .blog-content p {
  font-size: 12px;
  color: #7f7f7f;
  text-transform: uppercase;
}
.blog4-single .blog-content h4 {
  color: var(--thm-black);
  -webkit-transition: color 0.5s linear;
  transition: color 0.5s linear;
  padding: 10px 0px 12px;
  font-weight: 400;
  font-size: 20px;
}
.blog4-single .blog-content h4:hover {
  color: #fa323c;
}
.blog4-single .blog-content .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog4-single .blog-content .meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 30px;
  padding-top: 7px;
}
.blog4-single .blog-content .meta li:last-child {
  margin-right: 0px;
}
.blog4-single .blog-content .meta li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--thm-black);
}
.blog4-single .blog-content .meta li span i {
  line-height: 0px;
  margin-right: 8px;
  color: #fa323c;
}
.blog4-single:hover .thumb img {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*** 
=============================================
newsLetter-four
=============================================
***/
.newsLetter-one.four {
  background: #fef5f5;
}
.newsLetter-one.four .newsLetter-one__content-box .newsLetter-one__subscribe-box {
  margin-top: -10px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsLetter-one.four .newsLetter-one__content-box .newsLetter-one__subscribe-box input {
  background: transparent;
  max-width: 400px;
  border: 0px;
  border-bottom: 1px solid #000;
  color: #000;
  height: 57px;
  margin: 0px 10px 0px;
}
.newsLetter-one.four .newsLetter-one__content-box .newsLetter-one__subscribe-box input::-webkit-input-placeholder {
  color: #7f7f7f;
}
.newsLetter-one.four .newsLetter-one__content-box .newsLetter-one__subscribe-box input::-moz-placeholder {
  color: #7f7f7f;
}
.newsLetter-one.four .newsLetter-one__content-box .newsLetter-one__subscribe-box input:-ms-input-placeholder {
  color: #7f7f7f;
}
.newsLetter-one.four .newsLetter-one__content-box .newsLetter-one__subscribe-box input::-ms-input-placeholder {
  color: #7f7f7f;
}
.newsLetter-one.four .newsLetter-one__content-box .newsLetter-one__subscribe-box input::placeholder {
  color: #7f7f7f;
}

@media (min-width: 991px) {
  .newsLetter-one.four .newsLetter-one__content-box.three {
    margin-top: 30px;
  }
}
/*** 
=============================================
Partner four Start 
=============================================
***/
.partner-four {
  background: #fff;
  border-bottom: 1px solid rgb(225, 226, 228);
}
.partner-four .img img {
  padding: 0px 15px;
}

/*** 
=============================================
home4-footer Start 
=============================================
***/
.footer-default.home4-footer {
  background: #fff;
}
.footer-default.home4-footer .footer-default__single-box h4 {
  color: var(--thm-black);
}
.footer-default.home4-footer .footer-links {
  padding-top: 19px;
}
.footer-default.home4-footer .footer-links li {
  padding-bottom: 8px;
}
.footer-default.home4-footer .footer-links li:last-child {
  padding-bottom: 0px;
}
.footer-default.home4-footer .footer-links li a {
  color: #7f7f7f;
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
}
.footer-default.home4-footer .footer-links li a::after {
  position: absolute;
  top: 100%;
  left: 0px;
  height: 1px;
  width: 0%;
  content: "";
  background: #fa323c;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.footer-default.home4-footer .footer-links li a:hover {
  -webkit-transform: translate(0);
          transform: translate(0);
  color: #fa323c;
}
.footer-default.home4-footer .footer-links li a:hover::after {
  width: 100%;
}
.footer-default.home4-footer .footer-links.social li {
  padding-bottom: 15px;
}
.footer-default.home4-footer .footer-links.social li:last-child {
  padding-bottom: 0px;
}
.footer-default.home4-footer .footer-links.social li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-default.home4-footer .footer-links.social li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-default.home4-footer .footer-links.social li a::after {
  display: none;
}
.footer-default.home4-footer .footer-links.social li a i {
  line-height: 0;
  font-size: 16px;
  margin-right: 15px;
}
.footer-default.home4-footer .footer_bottom {
  background: var(--thm-white);
  border-top: 1px solid rgb(225, 226, 228);
}
.footer-default.home4-footer .footer_bottom .copyright a {
  color: #fa323c;
}
.footer-default.home4-footer .footer_bottom .footer-payment img {
  max-width: 65px;
  border-radius: 5px;
}

/*** 
=============================================
Product grid 4 Start 
=============================================
***/
.products-grid-one.product4 {
  margin-bottom: 0px;
  margin-top: 30px;
}
.products-grid-one.product4 .products-grid-one__badge-box {
  right: 16px;
  top: 16px;
  left: unset;
}
.products-grid-one.product4 .products-grid-one__badge-box .badge {
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  background: #fa323c;
  border-radius: 50px;
}
.products-grid-one.product4 .products-grid-one__badge-box .badge.new {
  background: #f79a3f;
}
.products-grid-one.product4 .products-grid-one__badge-box .badge.discount {
  background: #5bc25e;
}
.products-grid-one.product4 .products-grid__image_holder {
  min-width: 100%;
}
.products-grid-one.product4 .products-grid-one__hover-img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.products-grid-one.product4 .products-grid-one__first-img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.products-grid-one.product4 .products-grid__content {
  margin-bottom: -5px;
}
.products-grid-one.product4 .products-grid__content .ratting {
  padding-top: 20px;
}
.products-grid-one.product4 .products-grid__content .ratting i {
  color: #b0b5bb;
}
.products-grid-one.product4 .products-grid__content .ratting i.rated {
  color: #fa323c;
}
.products-grid-one.product4 .products-grid__content .product_name a {
  font-size: 14px;
  font-weight: 400;
  color: var(--thm-black);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.products-grid-one.product4 .products-grid__content .product_name a:hover {
  color: #fa323c;
}
.products-grid-one.product4 .products-grid__content .price p {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 400;
}
.products-grid-one.product4 .products-grid__usefull-links {
  top: calc(100% - 60px);
  right: unset;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.products-grid-one.product4 .products-grid__usefull-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.products-grid-one.product4 .products-grid__usefull-links li a {
  height: 42px;
  width: 42px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(21, 24, 32, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(21, 24, 32, 0.1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  color: #000;
}
.products-grid-one.product4 .products-grid__usefull-links li a span {
  top: -23px;
  right: unset;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.products-grid-one.product4 .products-grid__usefull-links li a span::before {
  left: 50%;
  top: 72%;
  -webkit-transform: translateY(0%) translateX(-50%) rotate(45deg);
          transform: translateY(0%) translateX(-50%) rotate(45deg);
}
.products-grid-one.product4 .products-grid__usefull-links li a:hover {
  color: #fff;
  background: #fa323c;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(21, 24, 32, 0.1);
          box-shadow: 0px 10px 20px 0px rgba(21, 24, 32, 0.1);
}
.products-grid-one.product4 .products-grid__usefull-links li:hover span {
  -webkit-transform: translateX(-50%) translateY(0px);
          transform: translateX(-50%) translateY(0px);
}
.products-grid-one.product4:hover .products-grid__usefull-links {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.products-grid-one.product4:hover .products-grid-one__first-img {
  opacity: 1;
  visibility: visible;
}
.products-grid-one.product4:hover .products-grid-one__hover-img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.products-grid-one.product4:hover .products-grid-one__first-img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.fashon .product-gird__quick-view-popup .ratting i {
  color: #fa323c;
}
.fashon .product-gird__quick-view-popup .popup-right-content .price h2 {
  color: #fa323c;
}
.fashon .product-gird__quick-view-popup .qtySelector {
  height: 57px;
}
.fashon .product-gird__quick-view-popup .qtySelector span:hover {
  background: #fa323c;
}
.fashon .popup-product-thumb-box .tab-nav.ui-tabs-active {
  border: 1px solid #fa323c;
}

@media (max-width: 575px) {
  .products-grid-one.product4 .products-grid-one__badge-box {
    top: 7px;
    right: 7px;
  }

  .products-grid-one.product4 .products-grid-one__badge-box .badge {
    font-size: 10px;
    width: 35px;
    height: 18px;
  }
}
@media (max-width: 991px) {
  .fashon .section-header {
    padding-bottom: 17px;
  }
}
.fashon2 {
  font-family: "Rubik", sans-serif;
  color: #797979;
}
.fashon2 h1,
.fashon2 h2,
.fashon2 h3,
.fashon2 h4,
.fashon2 h5,
.fashon2 h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
}
.fashon2 h1 a,
.fashon2 h1 span,
.fashon2 h2 a,
.fashon2 h2 span,
.fashon2 h3 a,
.fashon2 h3 span,
.fashon2 h4 a,
.fashon2 h4 span,
.fashon2 h5 a,
.fashon2 h5 span,
.fashon2 h6 a,
.fashon2 h6 span {
  font-family: "Poppins", sans-serif;
}
.fashon2 p,
.fashon2 li,
.fashon2 span,
.fashon2 a {
  font-family: "Rubik", sans-serif;
}
.fashon2 h1,
.fashon2 .h1 {
  font-size: 55px;
}
.fashon2 h2,
.fashon2 .h2 {
  font-size: 30px;
}
.fashon2 h3,
.fashon2 .h3 {
  font-size: 26px;
}
.fashon2 h4,
.fashon2 .h4 {
  font-size: 22px;
}
.fashon2 h5,
.fashon2 .h5 {
  font-size: 20px;
}
.fashon2 .arrow-next:focus,
.fashon2 .arrow-back:focus,
.fashon2 .arrow-next,
.fashon2 .arrow-back {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  bottom: 0%;
}
.fashon2 .arrow-next:focus::before,
.fashon2 .arrow-back:focus::before,
.fashon2 .arrow-next::before,
.fashon2 .arrow-back::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  left: 22px;
  width: 26.19px;
  height: 26.19px;
  content: "";
  background: #F2F2F2;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fashon2 .arrow-next:focus i,
.fashon2 .arrow-back:focus i,
.fashon2 .arrow-next i,
.fashon2 .arrow-back i {
  position: absolute;
  top: -2px;
  left: -3px;
  z-index: 2;
}
.fashon2 .arrow-next:focus:hover,
.fashon2 .arrow-back:focus:hover,
.fashon2 .arrow-next:hover,
.fashon2 .arrow-back:hover {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.fashon2 .arrow-next:focus:hover::before,
.fashon2 .arrow-back:focus:hover::before,
.fashon2 .arrow-next:hover::before,
.fashon2 .arrow-back:hover::before {
  left: 0px;
  background: #9FE90C;
}
.fashon2 .scrollToTop {
  background-image: unset;
  background-color: #fb4862;
}
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list:hover .menuarrow {
  color: #fb4862;
}
.fashon2 .section-header {
  padding-bottom: 23px;
}
.fashon2 .section-header p {
  font-size: 13px;
  text-transform: uppercase;
  font-size: 13px;
  color: #797979;
  margin-top: -3px;
}
.fashon2 .section-header h2 {
  margin-top: -8px;
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .fashon2 h1,
.fashon2 .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .fashon2 .section-header {
    padding-bottom: 5px;
  }
}
/*** 
=============================================
   home 4 banner css
=============================================
***/
.bg-img img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-holder {
  z-index: 9999;
}

.bg-img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 500px;
}

.bg-img.hundread-vh {
  min-height: 100vh;
}

.absolute-content {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.content-holder {
  padding: 20px;
  z-index: 1;
}

.content-common.hbc5 h5 {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}
.content-common.hbc5 h1 {
  font-weight: 700;
  text-transform: uppercase;
}

.hbc5 h1 {
  padding: 9px 0px 27px;
}

.bg-img.hundread-vh.home-5 {
  min-height: calc(100vh - 100px);
}

.search-box.menu .search-icon.font-16 {
  font-size: 16px;
}

.main-menu__widge-box li:last-child::after {
  display: none;
}

@media (max-width: 991px) {
  .banner4slider .bg-img.hundread-vh {
    min-height: calc(100vh - 93px);
  }

  .banner4 {
    padding: 50px 0px 60px;
  }

  .banner4 .content h1 {
    padding: 21px 0px 25px;
  }
}
/*** 
=============================================
Home 5
=============================================
***/
.catagory4 .catagory-single .content.cat5-content h3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
}
.catagory4 .catagory-single .content.cat5-content .link {
  font-size: 13px;
  color: #fb4862;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0px;
}
.catagory4 .catagory-single .content.cat5-content .link i {
  padding-left: 8px;
}
.catagory4 .catagory-single .content.cat5-content .link::before {
  display: none;
}

.catagory-single.cat5 .background-img {
  min-height: 200px;
}

.product4 .price.h5 p {
  font-weight: 500;
  color: #000;
}

.products-grid-one.product4 .products-grid__content .price.price5 p {
  font-weight: 500;
  color: #000;
  padding-right: 10px;
}

.products-grid-one.product4 .products-grid__content .ratting.price5 {
  line-height: 0px;
  padding-top: 12px;
}
.products-grid-one.product4 .products-grid__content .ratting.price5 i.rated {
  color: #ff5a00;
}

.products-grid-one.product4 .products-grid__usefull-links li a {
  border-radius: 30px;
  height: 37px;
  width: 37px;
  font-size: 14px;
  margin: 2px;
}

.featurecat5.catagory-single .bg-img {
  max-height: 775px;
}
.featurecat5.catagory-single .content {
  padding: 20px;
}
.featurecat5.catagory-single .content h1 {
  font-size: 48px;
  color: #ffffff;
}
.featurecat5.catagory-single .content h4 {
  padding: 25px 0px 8px;
  font-size: 30px;
  color: #ff5a00;
}
.featurecat5.catagory-single .content .link {
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
}

.height-100 {
  height: calc(100% - 30px);
}

@media (max-width: 1199px) {
  .catagory4 .catagory-single .content.cat5-content {
    padding: 40px 20px;
  }
  .catagory4 .catagory-single .content.cat5-content h3 {
    text-align: end;
  }
  .catagory4 .catagory-single .content.cat5-content .link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 575px) {
  .catagory4 .catagory-single .content.cat5-content h3 {
    font-size: 20px;
  }
}
/*** 
=============================================
Home 5
=============================================
***/
.mrb5 {
  margin-bottom: -5px;
}

.insta-slider .gallery-two__single {
  display: block;
  margin: 0px 10px;
}
.insta-slider .gallery-two__single img {
  -webkit-transform: scale(1);
          transform: scale(1);
  min-width: 100%;
}
.insta-slider .gallery-two__single:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.insta-slider .gallery-two__single .zoom-icon {
  background-color: rgba(0, 113, 242, 0.7);
}

/*** 
=============================================
Footer 5
=============================================
***/
.footer-default.footer5 .footer-title h4 {
  color: #fff;
}
.footer-default.footer5 .footer__medio-boxx a:hover {
  color: #fb4862;
}
.footer-default.footer5 .copyright p a {
  color: #fb4862;
}
.footer-default.footer5 .app-download {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-default.footer5 .location {
  margin-top: 20px;
}
.footer-default.footer5 .location h6 {
  font-size: 16px;
  color: #ffffff;
}
.footer-default.footer5 .location p {
  padding-top: 12px;
}
.footer-default.footer5 .footer-payment a {
  max-width: 60px;
  border-radius: 3px;
  overflow: hidden;
}
.footer-default.footer5 .footer-links a:hover {
  color: #fb4862;
}

.app-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.app-download a {
  margin-top: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: calc(50% - 5px);
  display: inline-block;
  max-width: 120px;
  margin-right: 15px;
}
.app-download a img {
  width: 100%;
}

.discount-box .background-img {
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.discount-box .content h6 {
  font-size: 24px;
  color: #4a4a4a;
  font-weight: 500;
  text-transform: uppercase;
}
.discount-box .content h1 {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0px 10px;
}
.discount-box .content p {
  color: #797979;
  text-transform: capitalize;
  padding-top: 5px;
}

@media (max-width: 1199px) {
  .discount-box .content h1 {
    font-size: 50px;
  }

  .featurecat5.catagory-single .content h1 {
    font-size: 36px;
  }

  .featurecat5.catagory-single .content h4 {
    padding-top: 15px;
  }
}
@media (max-width: 575px) {
  .col-custom-padding {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/*** 
=============================================

=============================================
***/
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list:hover > a,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list a,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list:hover .menuarrow,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list .dropdown li .submenu li a,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list .dropdown .submenu-parent a:hover .menuarrow,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .offer ul li a,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .title h6,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .price,
.fashon2 .main-menu__widge-box li a {
  font-family: "Rubik", sans-serif;
  color: #000000;
}
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list:hover > a:hover,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list a:hover,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a:hover,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list:hover .menuarrow:hover,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list .dropdown li .submenu li a:hover,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list .dropdown .submenu-parent a:hover .menuarrow:hover,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .offer ul li a:hover,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .title h6:hover,
.fashon2 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .price:hover,
.fashon2 .main-menu__widge-box li a:hover {
  color: #000000;
}

.fashon3 {
  font-family: "Rubik", sans-serif;
  color: #797979;
}
.fashon3 h1,
.fashon3 h2,
.fashon3 h3,
.fashon3 h4,
.fashon3 h5,
.fashon3 h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
}
.fashon3 h1 a,
.fashon3 h1 span,
.fashon3 h2 a,
.fashon3 h2 span,
.fashon3 h3 a,
.fashon3 h3 span,
.fashon3 h4 a,
.fashon3 h4 span,
.fashon3 h5 a,
.fashon3 h5 span,
.fashon3 h6 a,
.fashon3 h6 span {
  font-family: "Poppins", sans-serif;
}
.fashon3 p,
.fashon3 li,
.fashon3 span,
.fashon3 a {
  font-family: "Rubik", sans-serif;
}
.fashon3 h1,
.fashon3 .h1 {
  font-size: 65px;
}
.fashon3 h2,
.fashon3 .h2 {
  font-size: 30px;
}
.fashon3 h3,
.fashon3 .h3 {
  font-size: 26px;
}
.fashon3 h4,
.fashon3 .h4 {
  font-size: 22px;
}
.fashon3 h5,
.fashon3 .h5 {
  font-size: 20px;
}
.fashon3 .arrow-next:focus,
.fashon3 .arrow-back:focus,
.fashon3 .arrow-next,
.fashon3 .arrow-back {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  bottom: 0%;
}
.fashon3 .arrow-next:focus::before,
.fashon3 .arrow-back:focus::before,
.fashon3 .arrow-next::before,
.fashon3 .arrow-back::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  left: 22px;
  width: 26.19px;
  height: 26.19px;
  content: "";
  background: #F2F2F2;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fashon3 .arrow-next:focus i,
.fashon3 .arrow-back:focus i,
.fashon3 .arrow-next i,
.fashon3 .arrow-back i {
  position: absolute;
  top: -2px;
  left: -3px;
  z-index: 2;
}
.fashon3 .arrow-next:focus:hover,
.fashon3 .arrow-back:focus:hover,
.fashon3 .arrow-next:hover,
.fashon3 .arrow-back:hover {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.fashon3 .arrow-next:focus:hover::before,
.fashon3 .arrow-back:focus:hover::before,
.fashon3 .arrow-next:hover::before,
.fashon3 .arrow-back:hover::before {
  left: 0px;
  background: #9FE90C;
}
.fashon3 .mega-menu .page-dropdown-menu .dropdown-list:hover .menuarrow {
  color: #ff5a00;
}
.fashon3 .section-header {
  padding-bottom: 23px;
}
.fashon3 .section-header p {
  font-size: 13px;
  text-transform: uppercase;
  font-size: 13px;
  color: #797979;
  margin-top: -3px;
}
.fashon3 .section-header h2 {
  margin-top: -8px;
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .fashon3 h1,
.fashon3 .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .fashon3 .section-header {
    padding-bottom: 5px;
  }
}
/*** 
=============================================
   home 6 banner css
=============================================
***/
.content-common.hbc6 h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
.content-common.hbc6 h1 {
  font-weight: 700;
  text-transform: uppercase;
}
.content-common.hbc6 p {
  font-size: 18px;
  color: #000000;
  padding: 9px 0px 27px;
}

.bg-img.hundread-vh.home-6 {
  min-height: calc(100vh - 170px);
}

@media (max-width: 991px) {
  .bg-img.hundread-vh.home-6 {
    min-height: calc(100vh - 90px);
  }
}
/*** 
=============================================
Home 6
=============================================
***/
.our-finfo {
  background: #f7f7f7;
}

.finfobox {
  background: #ffffff;
  padding: 30px 20px 26px;
  text-align: center;
  height: 100%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.finfobox .content h6 {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  padding: 23px 0px 5px;
  text-transform: uppercase;
}
.finfobox .icon img {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.finfobox:hover {
  -webkit-box-shadow: 0px 30px 15px -15px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 30px 15px -15px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0px, -2px);
          transform: translate(0px, -2px);
}
.finfobox:hover .icon img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/*** 
=============================================
Home 6
=============================================
***/
.catagory-single.cat5.twobig img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 270px;
}

.link.colorb {
  color: #000000 !important;
}

.catagory-single.dis .background-img {
  height: 475px;
}
.catagory-single.dis .content h2 {
  font-size: 48px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  padding: 10px 0px 10px;
}
.catagory-single.dis .content .button.style2 {
  background: #ff5a00;
}
.catagory-single.dis .content p {
  padding-top: 10px;
  color: #797979;
  font-size: 14px;
}

.catagory4 .catagory-single .content.nc6 {
  padding: 40px 20px;
}

.content.cat5-content.big5 h1 {
  font-size: 48px;
}
.content.cat5-content.big5 h2 {
  color: #ff5a00;
  padding: 11px 0px 17px;
}
.content.cat5-content.big5 .button.style2 {
  background: #000000;
}

.catagory-single.cat5.twobig2 img {
  height: 294px;
}

.catagory-single.cat5.alad h3 {
  padding: 0px;
  font-weight: 600;
  font-size: 24px;
}
.catagory-single.cat5.alad h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  padding: 5px 0px;
}
.catagory-single.cat5.alad h3.color {
  color: #ff5a00;
}

.aladone {
  position: relative;
}
.aladone::after {
  position: absolute;
  right: 10px;
  left: 10px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 60%;
  width: calc(100% - 20px);
  z-index: 0;
}
.aladone .content {
  z-index: 2;
}

@media (max-width: 1399px) {
  .catagory-single.dis .background-img {
    height: 436px;
  }

  .catagory4 .catagory-single .bg-img.fm3 {
    height: 652px;
  }
}
@media (max-width: 1199px) {
  .featurecat5.catagory-single.onebig .bg-img,
.catagory4 .catagory-single .bg-img.fm3 {
    max-height: 430px;
    height: 430;
  }

  .content.cat5-content.big5 h1 {
    font-size: 36px;
  }
}
.mx-300 {
  max-height: 400px;
}

/*** 
=============================================
Home 6
=============================================
***/
.products-grid__usefull-links.fashon3 li a:hover {
  background: #ff5a00 !important;
}

.products-grid-one.product4.fashongrid .products-grid__usefull-links.fashon3 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}
.products-grid-one.product4.fashongrid .products-grid-one__product-image {
  position: relative;
}
.products-grid-one.product4.fashongrid .products-grid-one__product-image::after {
  position: absolute;
  top: calc(50% - 30px);
  left: 0px;
  height: 1px;
  width: 0%;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.products-grid-one.product4.fashongrid .products-grid-one__product-image::before {
  position: absolute;
  top: calc(50% + 30px);
  right: 0px;
  height: 1px;
  width: 0%;
  background: #ffffff;
  content: "";
  z-index: 1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.products-grid-one.product4.fashongrid:hover .products-grid__usefull-links.fashon3 {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.products-grid-one.product4.fashongrid:hover .products-grid-one__product-image::after {
  width: 60%;
}
.products-grid-one.product4.fashongrid:hover .products-grid-one__product-image::before {
  width: 60%;
}

/*** 
=============================================
home4-footer Start 
=============================================
***/
.footer-default.home4-footer.home6 {
  background: #000000;
}
.footer-default.home4-footer.home6 .footer-default__single-box h4 {
  color: var(--thm-white);
}
.footer-default.home4-footer.home6 .footer-links li a {
  color: #999999;
}
.footer-default.home4-footer.home6 .footer-links li a::after {
  background: #ff5a00;
}
.footer-default.home4-footer.home6 .footer-links li a:hover {
  color: #ff5a00;
}
.footer-default.home4-footer.home6 .footer_bottom {
  background: #000000;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-default.home4-footer.home6 .footer_bottom .copyright a {
  color: #ff5a00;
}

.ftproductgr .products-grid-one {
  margin: 0px 15px;
}
.ftproductgr .arrow-next,
.ftproductgr .arrow-back {
  top: -40px;
  right: 0px;
  left: unset;
  bottom: unset;
}
.ftproductgr .arrow-next::before,
.ftproductgr .arrow-back::before {
  display: none;
}
.ftproductgr .arrow-back {
  right: 80px;
}

@media (max-width: 991px) {
  .ftproductgr .arrow-next,
.ftproductgr .arrow-back {
    display: none !important;
  }
  .ftproductgr .products-grid-one {
    margin: 0px 5px;
  }
}
.toptext p,
.toptext span,
.toptext a {
  font-size: 12px;
  color: #4a4a4a;
}

.tinfo li {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.tinfo li::after {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 10px;
  width: 1px;
  content: "";
  background: #4a4a4a;
}
.tinfo a {
  color: #4a4a4a;
}

.top-info.f3 {
  background: #fff;
}
.top-info.f3 p,
.top-info.f3 span,
.top-info.f3 a,
.top-info.f3 li {
  font-size: 12px !important;
}
.top-info.f3 .top-info__top-content .language .nice-select span {
  color: #4a4a4a;
}
.top-info.f3 .top-info__top-content .language .nice-select:after {
  border-bottom: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
}
.top-info.f3 .top-info__top-content .language .nice-select {
  padding-left: 0px;
}
.top-info.f3 .top-info__top-content .language .nice-select span {
  font-weight: 400;
}
.top-info.f3 .top-info__top-content .language {
  min-width: unset;
  max-width: unset;
}
.top-info.f3 .f3-border {
  border-bottom: 1px solid rgb(228, 230, 233);
  padding-bottom: 6px;
}

.fashonmenu3 .desktops.search-box-holder {
  height: 55px;
  min-width: 500px;
  background: #f6f6f6;
  border-radius: 5px;
  padding-left: 15px;
  position: relative;
}
.fashonmenu3 .desktops.search-box-holder .search-box.menu input {
  border: 0px;
  padding: 0px;
  width: 100%;
  font-family: "Rubik", sans-serif;
}
.fashonmenu3 .desktops.search-box-holder .form-control {
  background: transparent;
}
.fashonmenu3 .desktops.search-box-holder .search-icon {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  height: 53px;
  width: 53px;
  background: #139227;
  color: #ffffff;
  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;
  border-radius: 5px;
  -webkit-transform: translate(0px);
          transform: translate(0px);
}

.fm3rb a,
.fm3rb p,
.fm3rb li,
.fm3rb span,
.fm3rb .language-filter .nice-select span {
  font-size: 12px;
  line-height: 1.1;
  color: #4a4a4a;
  font-weight: 400;
}
.fm3rb a {
  line-height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fm3rb a span {
  padding-right: 10px;
}
.fm3rb .appo {
  position: relative;
}
.fm3rb .appo::after {
  position: absolute;
  top: 50%;
  right: 0px;
  height: 10px;
  width: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: #4a4a4a;
}
.fm3rb .language.language-filter {
  max-width: unset;
  min-width: unset;
}
.fm3rb .language.language-filter .nice-select:after {
  border-bottom: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  width: 7px;
  height: 7px;
}
.fm3rb .language.language-filter .list li {
  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;
  width: 100%;
  line-height: 0px;
  padding: 10px;
  font-size: 12px;
  min-height: 30px;
}

.mega-menu.fashonmenu3 {
  background: #206c2c;
}
.mega-menu.fashonmenu3 .page-dropdown-menu > li a,
.mega-menu.fashonmenu3 .page-dropdown-menu > li i {
  color: #ffffff;
}
.mega-menu.fashonmenu3 .page-dropdown-menu > li a:hover,
.mega-menu.fashonmenu3 .page-dropdown-menu > li i:hover {
  color: #fff;
}
.mega-menu.fashonmenu3 .page-dropdown-menu li.submenu-parent span.menuarrow i {
  color: #000000;
}
.mega-menu.fashonmenu3 .page-dropdown-menu li.submenu-parent span.menuarrow i:hover {
  color: #000000;
}
.mega-menu.fashonmenu3 .page-dropdown-menu .dropdown a:hover {
  color: #000000 !important;
}
.mega-menu.fashonmenu3 li,
.mega-menu.fashonmenu3 a,
.mega-menu.fashonmenu3 span,
.mega-menu.fashonmenu3 i {
  font-family: "Rubik", sans-serif !important;
}
.mega-menu.fashonmenu3 .page-dropdown-menu .dropdown-list:hover > a {
  color: #ffffff;
}

.fashon3 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .title h6:hover {
  color: #000000;
}

.sidebar-content h4 {
  color: #f7f7f7;
}

.language.afetr4 .nice-select {
  padding-right: 22px !important;
}
.language.afetr4 .nice-select::after {
  right: 4px !important;
}

.discount-box .button.fashon--primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fashon3 .sidebar-content h4::after {
  background: #206c2c;
}
.fashon3 .sidebar-content .social-box li a {
  background: #206c2c;
}
.fashon3 .sidebar-content .social-box li a:hover {
  color: #206c2c;
}
.fashon3 .sidebar-content::-webkit-scrollbar, .fashon3 .sidebar-content::-webkit-scrollbar-thumb {
  background: #206c2c;
}
.fashon3 .sidebar-content .close-side-widget {
  color: #ffffff;
  border-color: #ffffff;
}
.fashon3 .sidebar-content .close-side-widget:hover {
  color: #206c2c;
  border-color: #206c2c;
}

@media (max-width: 1199px) {
  .fashonmenu3 .search-box-holder {
    width: 400px;
    min-width: unset !important;
  }
}
.main-menu__widge-box.fashon3 li {
  margin-right: 0px;
  padding-right: 14px;
}
.main-menu__widge-box.fashon3 li::after {
  display: none;
}
.main-menu__widge-box.fashon3 li a {
  color: #ffffff;
}

.fashon7 {
  font-family: "Rubik", sans-serif;
  color: #797979;
}
.fashon7 h1,
.fashon7 h2,
.fashon7 h3,
.fashon7 h4,
.fashon7 h5,
.fashon7 h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
}
.fashon7 h1 a,
.fashon7 h1 span,
.fashon7 h2 a,
.fashon7 h2 span,
.fashon7 h3 a,
.fashon7 h3 span,
.fashon7 h4 a,
.fashon7 h4 span,
.fashon7 h5 a,
.fashon7 h5 span,
.fashon7 h6 a,
.fashon7 h6 span {
  font-family: "Poppins", sans-serif;
}
.fashon7 p,
.fashon7 li,
.fashon7 span,
.fashon7 a {
  font-family: "Rubik", sans-serif;
}
.fashon7 h1,
.fashon7 .h1 {
  font-size: 55px;
}
.fashon7 h2,
.fashon7 .h2 {
  font-size: 30px;
}
.fashon7 h3,
.fashon7 .h3 {
  font-size: 26px;
}
.fashon7 h4,
.fashon7 .h4 {
  font-size: 22px;
}
.fashon7 h5,
.fashon7 .h5 {
  font-size: 20px;
}
.fashon7 .scrollToTop {
  background-image: unset;
  background-color: #fb4862;
}
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list:hover .menuarrow {
  color: #fb4862;
}
.fashon7 .section-header {
  padding-bottom: 27px;
}
.fashon7 .section-header h2 {
  margin-top: -6px;
  font-size: 36px;
  font-weight: 600;
  text-transform: none;
}
.fashon7 .section-header p {
  font-size: 13px;
  color: #797979;
  padding: 16px 0px 0px;
  text-transform: none;
}

@media (max-width: 1199px) {
  .fashon2 h1,
.fashon2 .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .fashon2 .section-header {
    padding-bottom: 5px;
  }
}
.fasun7btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
.fasun7btn span {
  position: relative;
  z-index: 1;
  padding-right: 8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 500;
}
.fasun7btn span:last-child {
  padding-right: 0px;
  color: #ff033e;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.fasun7btn:hover span:last-child {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.fashon7.content-common h6 {
  font-size: 17px;
  color: #4a4a4a;
  font-weight: 500;
  text-transform: uppercase;
}
.fashon7.content-common h6 span {
  color: #ff033e;
}
.fashon7.content-common h1 {
  padding: 16px 0px 33px;
}
.fashon7.content-common .fasun7btn {
  position: relative;
}
.fashon7.content-common .fasun7btn::after {
  position: absolute;
  top: 50%;
  left: -2%;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  content: "";
  background: rgb(255, 193, 187);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.fashon7.content-common .fasun7btn:hover::after {
  left: 40%;
}

/*** 
=============================================
  Fashon-catagory
=============================================
***/
.fason-banner-bg.hundread-vh {
  min-height: calc(100vh - 149px);
}

@media (max-width: 991px) {
  .fason-banner-bg.hundread-vh {
    min-height: calc(100vh - 87px);
  }
}
.fashon-catagory {
  margin-bottom: -6px;
}
.fashon-catagory .thumb {
  overflow: hidden;
}
.fashon-catagory .thumb img {
  min-width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.fashon-catagory h6 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fashon-catagory h6:hover {
  color: #ff033e;
}
.fashon-catagory:hover .thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.products-grid__content.fason7 {
  padding-top: 10px;
}
.products-grid__content.fason7 .ratting {
  margin-bottom: -6px;
}
.products-grid__content.fason7 .ratting i.rated {
  color: #4a4a4a !important;
}
.products-grid__content.fason7 h5 a {
  color: #000000;
  font-weight: 500 !important;
}
.products-grid__content.fason7 .price.price5 {
  padding: 4px 0px 5px;
}
.products-grid__content.fason7 .price.price5 span del {
  color: #ff033e;
}

.products-grid-one.product4.fason7 .products-grid-one__badge-box {
  right: unset;
  left: 5px;
  top: 5px;
}

.badge.round {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products-grid-one.product4.fason7 .products-grid__usefull-links {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.products-grid-one.product4.fason7:hover .products-grid__usefull-links {
  opacity: 1;
  visibility: visible;
}

.blog4-single.fasonb7 {
  margin-bottom: -7px;
}
.blog4-single.fasonb7 .blog-content p {
  color: #000000;
}
.blog4-single.fasonb7 .blog-content h4 {
  color: #000000;
  font-weight: 400;
  text-transform: capitalize;
}

.fashonfooter {
  background: #000000;
}
.fashonfooter h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.fashonfooter .copyright a {
  color: #ff033e;
}
.fashonfooter .footer-bottom-menu {
  padding: 20px 0px;
  position: relative;
}
.fashonfooter .footer-bottom-menu::after {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  content: "";
  height: 1px;
  width: 70%;
  background: rgba(227, 227, 227, 0.2);
}
.fashonfooter .footer-bottom-menu li::after {
  display: none;
}
.fashonfooter .footer-bottom-menu li a {
  text-transform: uppercase;
}
.fashonfooter .footer-bottom-menu li a:hover {
  color: #fb4862;
  text-decoration: none;
}
.fashonfooter .partner-fholder {
  background: rgb(52, 51, 51);
}

.footersearch .search-box {
  background: #fff;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footersearch .search-box input {
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  padding: 0px 20px;
  border: none;
}
.footersearch .search-box input::-webkit-input-placeholder {
  color: #797979;
}
.footersearch .search-box input::-moz-placeholder {
  color: #797979;
}
.footersearch .search-box input:-ms-input-placeholder {
  color: #797979;
}
.footersearch .search-box input::-ms-input-placeholder {
  color: #797979;
}
.footersearch .search-box input::placeholder {
  color: #797979;
}
.footersearch .search-box button {
  height: 52px;
  min-width: 140px;
  padding: 5px 10px;
  font-size: 12px;
}
.footersearch .search-box button:hover {
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.social-box.fasonmedia {
  margin: -2px 0px;
  padding-top: 28px;
}
.social-box.fasonmedia li {
  display: inline-block;
}
.social-box.fasonmedia a {
  height: 40px;
  width: 40px;
  background: #fff;
  line-height: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #797979;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-radius: 50%;
  margin: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.social-box.fasonmedia a:hover {
  background: #ff033e;
  color: #fff;
}

.fason-cart,
.ftel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0px;
  color: #797979;
}
.fason-cart:hover,
.ftel:hover {
  color: #797979;
}

.ftel {
  color: #4a4a4a;
}
.ftel:hover {
  color: #4a4a4a;
}

.fason-cart {
  padding: 10px 12px;
  border-radius: 5px;
  background: #f4f4f4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fason-cart span {
  padding-right: 10px;
  color: #ff033e;
}

.social-box.socialfason {
  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;
}
.social-box.socialfason li {
  padding: 0px 6px;
  line-height: 0px;
}
.social-box.socialfason a {
  color: #797979;
  font-size: 14px;
}
.social-box.socialfason a:hover {
  color: #ff033e;
}

.top-info.fasontop {
  border-bottom: 1px solid rgb(242, 240, 240);
  padding: 6px 0px 6px;
}

.main-menu__widge-box.fason7-widge li {
  margin: 0px;
}
.main-menu__widge-box.fason7-widge li::after {
  display: none;
}

.fashon7 .search-box-popup .search-box.common input {
  font-family: "Rubik", sans-serif;
}
.fashon7 .search-box-popup .search-box-popup-content {
  padding: 60px 0px 60px;
}
.fashon7 .search-box-popup .search-box-close:hover {
  color: #000000;
  border-color: #000000;
}

.fashon7 .main-menu {
  border-bottom: 1px solid rgb(242, 240, 240) !important;
}

.fason-megamenu.mega-menu .page-dropdown-menu .dropdown-list:hover > a,
.fason-megamenu.mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a:hover,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list .dropdown li .submenu li a:hover,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .offer ul li a:hover {
  color: #ff033e;
}

.fashon7 .main-menu__widge-box li a:hover {
  color: #000000;
}

.fashon7 .mega-menu .page-dropdown-menu .dropdown-list > a {
  padding: 15px;
}

@media (max-width: 1199px) {
  .review-one__single-content {
    padding: 40px 20px 40px;
  }

  .products-grid-one.product4 .products-grid__usefull-links li a {
    height: 30px;
    width: 30px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .fashon7.content-common h1 {
    font-size: 40px;
  }
}
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list:hover > a,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list a,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list:hover .menuarrow,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list .dropdown li .submenu li a,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list .dropdown .submenu-parent a:hover .menuarrow,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .offer ul li a,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .title h6,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .price,
.fashon7 .main-menu__widge-box li a {
  font-family: "Rubik", sans-serif;
  color: #000000;
}
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list:hover > a:hover,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list a:hover,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list .dropdown li > a:hover,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list:hover .menuarrow:hover,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list .dropdown li .submenu li a:hover,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list .dropdown .submenu-parent a:hover .menuarrow:hover,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .offer ul li a:hover,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .title h6:hover,
.fashon7 .mega-menu .page-dropdown-menu .dropdown-list.megamenu .dropdown.megamenu-dropdown .content .price:hover,
.fashon7 .main-menu__widge-box li a:hover {
  color: #ff033e;
}

.fitem {
  margin: 0px 12px;
}

/*==============================================
Mega-Hover Start 
===============================================*/
.mega-hover {
  position: relative;
  overflow: hidden;
}

.mega-hover:after,
.mega-hover:before {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 1;
  z-index: 3;
}

.mega-hover:before {
  top: 0;
  right: 51%;
  bottom: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.mega-hover:after {
  top: 50%;
  right: 0;
  bottom: 50%;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
}

.mega-hover:hover:before {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.mega-hover:hover:after {
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 900ms linear;
  transition: all 900ms linear;
}

.hover-scale img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  transition: -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s, -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.hover-scale:hover img {
  -webkit-transform: scale(1.061);
          transform: scale(1.061);
}

.hover-scale2 img {
  -webkit-transform: scale(1.061);
          transform: scale(1.061);
  -webkit-transition: -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  transition: -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s, -webkit-transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.hover-scale2:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hover-scale3 img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  transition: -webkit-transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  transition: transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
  transition: transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s, -webkit-transform 0.34s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
}
.hover-scale3:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*==============================================
Hover Start 
===============================================*/
.effect-three {
  position: relative;
  overflow: hidden;
}

.effect-three::before {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 9;
  display: block;
  width: 70%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  opacity: 0;
}

.effect-three:hover::before {
  -webkit-animation: effectShine 0.95s;
          animation: effectShine 0.95s;
  opacity: 1;
}

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

@keyframes effectShine {
  100% {
    left: 125%;
  }
}
.shake:hover {
  -webkit-animation-name: shake;
          animation-name: shake;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}

@-webkit-keyframes shake {
  16% {
    -webkit-transform: translate(8px);
            transform: translate(8px);
  }
  33% {
    -webkit-transform: translate(-6px);
            transform: translate(-6px);
  }
  49% {
    -webkit-transform: translate(4px);
            transform: translate(4px);
  }
  66% {
    -webkit-transform: translate(-2px);
            transform: translate(-2px);
  }
  83% {
    -webkit-transform: translate(1px);
            transform: translate(1px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes shake {
  16% {
    -webkit-transform: translate(8px);
            transform: translate(8px);
  }
  33% {
    -webkit-transform: translate(-6px);
            transform: translate(-6px);
  }
  49% {
    -webkit-transform: translate(4px);
            transform: translate(4px);
  }
  66% {
    -webkit-transform: translate(-2px);
            transform: translate(-2px);
  }
  83% {
    -webkit-transform: translate(1px);
            transform: translate(1px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*==============================================
.accordion-item 
===============================================*/
.fashon .globalarrow .slick-prev,
.fashon .globalarrow .slick-next,
.fashon .globalarrow .arrow-next:focus,
.fashon .globalarrow .arrow-back:focus,
.fashon .globalarrow .arrow-next,
.fashon .globalarrow .arrow-back,
.globalarrow .slick-prev,
.globalarrow .slick-next,
.globalarrow .arrow-next:focus,
.globalarrow .arrow-back:focus,
.globalarrow .arrow-next,
.globalarrow .arrow-back {
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  width: 50px;
  height: 50px;
  background: #fff !important;
  -webkit-box-shadow: 1px 5px 15px rgba(167, 180, 226, 0.25);
          box-shadow: 1px 5px 15px rgba(167, 180, 226, 0.25);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000 !important;
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  border: 1px solid #fff !important;
}
.fashon .globalarrow .slick-prev i,
.fashon .globalarrow .slick-next i,
.fashon .globalarrow .arrow-next:focus i,
.fashon .globalarrow .arrow-back:focus i,
.fashon .globalarrow .arrow-next i,
.fashon .globalarrow .arrow-back i,
.globalarrow .slick-prev i,
.globalarrow .slick-next i,
.globalarrow .arrow-next:focus i,
.globalarrow .arrow-back:focus i,
.globalarrow .arrow-next i,
.globalarrow .arrow-back i {
  position: unset;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
.fashon .globalarrow .slick-prev::after, .fashon .globalarrow .slick-prev::before,
.fashon .globalarrow .slick-next::after,
.fashon .globalarrow .slick-next::before,
.fashon .globalarrow .arrow-next:focus::after,
.fashon .globalarrow .arrow-next:focus::before,
.fashon .globalarrow .arrow-back:focus::after,
.fashon .globalarrow .arrow-back:focus::before,
.fashon .globalarrow .arrow-next::after,
.fashon .globalarrow .arrow-next::before,
.fashon .globalarrow .arrow-back::after,
.fashon .globalarrow .arrow-back::before,
.globalarrow .slick-prev::after,
.globalarrow .slick-prev::before,
.globalarrow .slick-next::after,
.globalarrow .slick-next::before,
.globalarrow .arrow-next:focus::after,
.globalarrow .arrow-next:focus::before,
.globalarrow .arrow-back:focus::after,
.globalarrow .arrow-back:focus::before,
.globalarrow .arrow-next::after,
.globalarrow .arrow-next::before,
.globalarrow .arrow-back::after,
.globalarrow .arrow-back::before {
  display: none;
}
.fashon .globalarrow .slick-prev i,
.fashon .globalarrow .slick-next i,
.fashon .globalarrow .arrow-next:focus i,
.fashon .globalarrow .arrow-back:focus i,
.fashon .globalarrow .arrow-next i,
.fashon .globalarrow .arrow-back i,
.globalarrow .slick-prev i,
.globalarrow .slick-next i,
.globalarrow .arrow-next:focus i,
.globalarrow .arrow-back:focus i,
.globalarrow .arrow-next i,
.globalarrow .arrow-back i {
  line-height: 0px;
}
.fashon .globalarrow .slick-prev:hover,
.fashon .globalarrow .slick-next:hover,
.fashon .globalarrow .arrow-next:focus:hover,
.fashon .globalarrow .arrow-back:focus:hover,
.fashon .globalarrow .arrow-next:hover,
.fashon .globalarrow .arrow-back:hover,
.globalarrow .slick-prev:hover,
.globalarrow .slick-next:hover,
.globalarrow .arrow-next:focus:hover,
.globalarrow .arrow-back:focus:hover,
.globalarrow .arrow-next:hover,
.globalarrow .arrow-back:hover {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.096) !important;
  -webkit-box-shadow: 0px 4px 4px rgba(167, 180, 226, 0);
          box-shadow: 0px 4px 4px rgba(167, 180, 226, 0);
}
.fashon .globalarrow .arrow-back,
.fashon .globalarrow .slick-prev,
.globalarrow .arrow-back,
.globalarrow .slick-prev {
  left: -25px;
}
.fashon .globalarrow .arrow-next,
.fashon .globalarrow .slick-next,
.globalarrow .arrow-next,
.globalarrow .slick-next {
  right: -25px;
}

@media (max-width: 991px) {
  .fashon .globalarrow .slick-prev,
.fashon .globalarrow .slick-next,
.fashon .globalarrow .arrow-next:focus,
.fashon .globalarrow .arrow-back:focus,
.fashon .globalarrow .arrow-next,
.fashon .globalarrow .arrow-back,
.globalarrow .slick-prev,
.globalarrow .slick-next,
.globalarrow .arrow-next:focus,
.globalarrow .arrow-back:focus,
.globalarrow .arrow-next,
.globalarrow .arrow-back {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .fashon .globalarrow .arrow-back,
.fashon .globalarrow .slick-prev,
.globalarrow .arrow-back,
.globalarrow .slick-prev {
    left: 5px;
  }
  .fashon .globalarrow .arrow-next,
.fashon .globalarrow .slick-next,
.globalarrow .arrow-next,
.globalarrow .slick-next {
    right: 5px;
  }
}
.fashon .globalarrow.mobileVisible .slick-prev,
.fashon .globalarrow.mobileVisible .slick-next,
.fashon .globalarrow.mobileVisible .arrow-next:focus,
.fashon .globalarrow.mobileVisible .arrow-back:focus,
.fashon .globalarrow.mobileVisible .arrow-next,
.fashon .globalarrow.mobileVisible .arrow-back,
.globalarrow.mobileVisible .slick-prev,
.globalarrow.mobileVisible .slick-next,
.globalarrow.mobileVisible .arrow-next:focus,
.globalarrow.mobileVisible .arrow-back:focus,
.globalarrow.mobileVisible .arrow-next,
.globalarrow.mobileVisible .arrow-back {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  .fashon .globalarrow.mobileVisible .slick-prev,
.fashon .globalarrow.mobileVisible .slick-next,
.fashon .globalarrow.mobileVisible .arrow-next:focus,
.fashon .globalarrow.mobileVisible .arrow-back:focus,
.fashon .globalarrow.mobileVisible .arrow-next,
.fashon .globalarrow.mobileVisible .arrow-back,
.globalarrow.mobileVisible .slick-prev,
.globalarrow.mobileVisible .slick-next,
.globalarrow.mobileVisible .arrow-next:focus,
.globalarrow.mobileVisible .arrow-back:focus,
.globalarrow.mobileVisible .arrow-next,
.globalarrow.mobileVisible .arrow-back {
    opacity: 1;
    visibility: visible;
  }
}
/*==============================================
.accordion-item 
===============================================*/
.commonAccordian .accordion-item {
  border: none;
  margin-top: 0px;
  background: transparent;
}
.commonAccordian .accordion-item button.accordion-button {
  background: transparent;
}
.commonAccordian .accordion-item button.accordion-button:after {
  content: "\f108";
  font-size: 16px;
}
.commonAccordian .accordion-item button.accordion-button::before {
  content: "\f14e";
  font-size: 16px;
}

.commonAccordian.whiteAccordian .accordion-item {
  background: transparent;
}
.commonAccordian.whiteAccordian .accordion-item button.accordion-button {
  color: white;
}
.commonAccordian.whiteAccordian .accordion-item button.accordion-button:after {
  color: white;
}
.commonAccordian.whiteAccordian .accordion-item button.accordion-button::before {
  color: white;
}
.commonAccordian.whiteAccordian .accordion-item p, .commonAccordian.whiteAccordian .accordion-item a {
  color: #b1b0b0;
}

.borderLine {
  position: relative;
}
.borderLine::after {
  position: absolute;
  top: -15px;
  left: 0px;
  height: 1px;
  width: 100%;
  content: "";
  background: rgba(85, 85, 85, 0.21);
}

.borderLine.whiteLine {
  position: relative;
}
.borderLine.whiteLine::after {
  position: absolute;
  top: -15px;
  left: 0px;
  height: 1px;
  width: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.1);
}

.partner-one__brand img {
  margin: 0 auto;
}

/*==============================================
Mega-Hover Start 
===============================================*/
.commonAccordian.productAccordian .accordion-item button.accordion-button {
  background: #000;
  padding: 16px 20px 14px;
  color: #fff;
  font-size: 16px;
}
.commonAccordian.productAccordian .accordion-item button.accordion-button:after, .commonAccordian.productAccordian .accordion-item button.accordion-button::before {
  right: 15px;
  color: #fff;
}
.commonAccordian.productAccordian .accordion-item button.accordion-button.collapsed {
  background: #000;
}
.commonAccordian.productAccordian .accordion-item button.accordion-button {
  background: #f69c63;
  border-radius: 0px;
}

.partnerslider-four img {
  margin: 0 auto;
}

.black {
  color: #555555;
}

/*==============================================
Mega-Hover Start 
===============================================*/
.slick-slider .zoomAnimation {
  opacity: 0;
  -webkit-transition: 1s all 100ms;
  transition: 1s all 100ms;
  -webkit-transition: 1s all 100ms;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

.slick-slider .slick-active .zoomAnimation {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.slick-slider .zoomAnimation.zoomAnimation2 {
  opacity: 0;
  margin-bottom: -60px;
  -webkit-transition: 1s ease-in;
  transition: 1s ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slick-slider .slick-active .zoomAnimation.zoomAnimation2 {
  opacity: 1;
  margin-bottom: 0;
}

.slick-slider .leftanimation {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

.slick-slider .slick-active .leftanimation {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-animation-name: fadeleft;
          animation-name: fadeleft;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes fadeleft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeleft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slick-slider .rightanimation {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}

.slick-slider .slick-active .rightanimation {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-animation-name: faderight;
          animation-name: faderight;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes faderight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes faderight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/* ===== loader ======= */
.loader {
  background: #ffffff;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: helvetica, arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  z-index: 9999999;
}

.loader span {
  position: absolute;
  width: 250px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000;
  text-transform: uppercase;
}

.loader span::before,
.loader span::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #FF7F00;
  position: absolute;
  -webkit-animation: load 0.7s infinite alternate ease-in-out;
          animation: load 0.7s infinite alternate ease-in-out;
}

.loader span::before {
  top: -10px;
}

.loader span::after {
  bottom: -10px;
}

@-webkit-keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}

@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}
/* scroll bottom to top Css */
.scrollToTop {
  text-decoration: none;
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background-image: linear-gradient(45deg, #f69c63, #f69c63 100%);
  border-radius: 5px;
  color: #ffffff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  color: #ffffff;
}

.scrollToTop:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 1199px) {
  #scrollUp {
    right: 0%;
  }

  #scrollUp {
    display: none !important;
    opacity: 0;
  }
}
/*====scroll bottom to top button====*/
