@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-Medium.woff2') format('woff2'),
      url('../font/Jost-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-Thin.woff2') format('woff2'),
      url('../font/Jost-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-Regular.woff2') format('woff2'),
      url('../font/Jost-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-Italic.woff2') format('woff2'),
      url('../font/Jost-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-SemiBold.woff2') format('woff2'),
      url('../font/Jost-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-Bold.woff2') format('woff2'),
      url('../font/Jost-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../font/Jost-MediumItalic.woff2') format('woff2'),
      url('../font/Jost-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root{
  --white:#fff;
  --black:#000;
  --dark:#232735;
  --body:#ebedf4;
  --body2:#edf1f2;
  --light-red:#ff6666;
  --red:#ff0f0f;
  --head-purple:#40076c;
  --purple:#581c87;
  --light-purple:#a855f7;
  --green:#23ad44;
  --light-green:#6ca12b;
  --text:#212529;
  --head:#232323;
  --hover:#24ffff;
  --grey:#8a8a8a;
}

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
font-family: 'Jost';
  font-style: normal;
  line-height: 1.5;
  color: var(--text);
  font-size: 1rem;
  background-color: var(--body);
  position: relative;
}
h1, h2, h3, h4, h5, h6{
  color: var(--head);
}
a{
  text-decoration: none;
  transition: all 0.3s;
}
ul{
margin-bottom: 0;
 padding-left: 0;
}
p{
margin-bottom: 0;
}
.main{
padding-top: 130px;
min-height: 100vh;
}
.sec-head{
text-align: center; 
padding-bottom: 15px;
}
.sec-pad-fluid{
padding-top: 120px;
/* padding-bottom: 90px; */
padding-left: 50px;
padding-right: 50px;
}
.sec-pad{
padding-top: 90px;
/* padding-bottom: 90px; */
}
.product-sec-pad-fluid{
padding-top: 20px;
padding-left: 50px;
padding-right: 50px;
}
.sec-button{
text-align: center;
padding-top: 40px;
}
.btn-check:focus+.btn, .btn:focus {
outline: 0;
box-shadow: 3px 3px 0 0.25rem rgba(0, 0, 0, 0.4);
}
.btn-view{
background-color: var(--light-purple);
  border-color: var(--light-purple) ;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.5;
transition: all 0.4s;
}
.btn-view:hover{
color: #ffffff !important;
  background-color: var(--purple);
  border-color: var(--purple);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-bye{
  border: none;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 8px 20px;
  text-align: center;
  background-color: var(--light-green);
  background-image: linear-gradient(to right, #ADD100 0%, #7B920A 51%, #ADD100 100%);
  transition: .5s;
  background-size: 200% auto;
}
.btn-bye:hover{
background-position: right center;
color: white;
/* background-color: var(--green); */
}
.btn-preview{
border: none;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  /* background-image: linear-gradient(to right, #757F9A 0%, #101c3d  100%); */
  /* background-image: linear-gradient(to right, #6441A5 0%, #2a0845 51%, #6441A5 100%); */
  background-image: linear-gradient(to right, #AA076B 0%, #61045F 51%, #AA076B 100%);
  background-color: var(--head);
  text-transform: uppercase;
  background-size: 200% auto;
  transition: all 0.4s;
}
.btn-preview:hover{
color: white;
/* background-color: #ff0f0f; */
background-color: var(--grey);
background-position: right center;
}



/******************************************** Top Header Start *****************************************************************/

.top-bar{
  background-color: var(--head-purple);
  position: relative;
  padding: 5px 0;
}
.top-bar .desklogo img{
  filter: brightness(4);
}
.top-bar .desklogo{
text-align: center;
}
.top-menu, .top-social{
  padding: 8px 0 0 0;
}

.top-bar .top-menu ul, .top-bar .top-social ul{
  display: flex;
  justify-content: center;
  align-self: center;
}
.top-bar .top-menu ul li, .top-bar .top-social ul li{
  margin: 0 10px;
  list-style: none;
  position: relative;
}
.top-bar .top-menu ul li a, .top-bar .top-social ul li a{
  color: var(--body);
}
.top-bar .top-social ul li a i{
  font-size: 20px;
}
.top-bar .top-menu ul li a:hover, .top-bar .top-social ul li a:hover{
  color: var(--hover);
}


/******************************************** Top Header End *****************************************************************/

/******************************************** Navbar Start *****************************************************************/

.moblogo{
  display: none;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%; 
  background-color: var(--white);
  padding: 25px 0;
}
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff;
      display: inline-block;
      padding: 20px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
          padding: 20px 10px;
          font-size: 16px;
          text-transform: capitalize;
          display: inline-block;
          text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
      .site-navbar .site-navigation .site-menu > li.social > a {
        padding-left: 5px;
        padding-right: 5px; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid var(--purple);
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
          color: #007bff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 210px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #eff1f3;
              color: #000; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: var(--purple); }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: 100vh;
    /* padding-bottom: 450px; */ 
  }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #007bff; }
    .site-mobile-menu .site-nav-wrap .social {
      display: inline-block; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li.social {
        float: none !important;
        width: auto !important; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .sticky-wrapper .site-navbar .site-menu-toggle {
      color: var(--dark); }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-menu > li > a {
      color: var(--head) !important; }
      .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: var(--head-purple) !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    padding: 2px 0;
    background: #fff;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: var(--purple) !important; }
       .site-navigation ul .social:nth-child(odd){
          padding-left: 10px;
        }
        .site-navbar .site-navigation .site-menu > li > a.link-active, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.link-active {
          color: var(--green) !important;
      }

/******************************************** Navbar End *****************************************************************/

/******************************************** Banner Start *****************************************************************/


.banner-box{
background-image: url(../img/banner.jpg);
width: 100%;
/* margin-top: 80px; */
padding: 10px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  text-align: center;
  background-position: 50% 50%;
  border-radius: 10px;
  background-color: #20364d;
  background-size: cover;
}
.heading-block {
color: #fff;
max-width: 630px;
display: inline-block;
}
.heading-block form {
position: relative;
width: 90%;
max-width: 500px;
margin: 30px auto;
}
.search-btn {
background-image: url(../img/icon-input-search.png);
background-repeat: no-repeat;
background-position: 50% 50% !important;
position: absolute;
right: 1px;
top: 1px;
height: 36px;
width: 32px !important;
background-color: var(--body);
}
.heading-block h1{
color: var(--white);
}

.features_item{
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
max-width: 400px;
padding: 16px;
/* margin-right: 30px; */
color: #000;
background-color: #fff;
border-radius: 8px;
margin: 12px auto 0;
}
.features_content-wrapper{
display: flex;
align-items: center;
font-size: 18px;
}
.features_icon-wrapper{
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px;
margin-right: 12px;
background-color: #ece9f7;
border-radius: 8px;
}
.features_icon-wrapper i{
color: var(--purple);
font-size: 30px;
}



/******************************************** Banner End *****************************************************************/

/******************************************** Tenplate Category Start *****************************************************************/

.temp-cat-box{  
transition: all 0.4s;
margin: 25px 5px;
}
.temp-cat-box:hover .temp-cat-box-head h5{
color: var(--head-purple);
}
.temp-cat-box-img img{
transition: all 0.4s;
width: 100%;
height: 380px;
object-fit: cover;
}
.temp-cat-box:hover .temp-cat-box-img img{
transform: scale(1.1);
}
.temp-cat-box-img{
overflow: hidden;
border-radius: 5px;
}

/******************************************** Tenplate Category End *****************************************************************/

/******************************************** Featured Product Start *****************************************************************/

.style-1 .product-grid{
text-align: center;
transition: all 0.5s;
margin-top: 25px;
}
.style-1 .product-grid:hover{ box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3); }
.style-1 .product-grid .product-image{
position: relative;
overflow: hidden;
}
.style-1 .product-grid .product-image a.image{ display: block; }
.style-1 .product-grid .product-image img{
width: 100%;
height: auto;
}
.style-1 .product-image .pic-1{
transition: all 0.5s;
}

/* .product-image .pic-2{
width: 100%;
height: 100%;
backface-visibility: hidden;
opacity: 0;
position: absolute;
top: 0;
left: 0;
transition: all 0.5s;
}
.product-grid:hover .product-image .pic-2{ opacity: 1; } */
.style-1 .product-grid:hover .product-image .pic-1{ opacity: 0.3; }
.style-1 .product-grid .product-sale-label{
color: #fff;
background: var(--head-purple);
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
padding: 3px 10px;
position: absolute;
top: 10px;
left: 10px;
}
.style-1 .product-grid .social{
padding: 0;
margin: 0;
list-style: none;
position: absolute;
top: 15px;
right: 7px;
}
.style-1 .product-grid .social li{
transform: translateX(60px);
transition: all 0.3s ease 0.3s;
}
.style-1 .product-grid .social li:nth-child(2){ transition: all 0.3s ease 0.4s; }
.style-1 .product-grid:hover .social li{ transform: translateX(0); }
.style-1 .product-grid .social li a{
color: var(--light-purple);
background: #fff;
font-size: 18px;
line-height: 45px;
width: 40px;
height: 40px;
margin: 0 0 7px;
border-radius: 50px;
display: block;
transition: all 0.3s ease 0s;
}
.style-1 .product-grid .social li a:hover{ color: var(--head-purple); }
.style-1 .product-grid .rating .disable{ color: #a3a3a3; }
.style-1 .product-grid .product-rating{
background: rgba(255,255,255,0.95);
width: 100%;
padding: 10px;
opacity: 0;
position: absolute;
bottom: -60px;
left: 0;
transition: all .2s ease-in-out 0s;
}
.style-1 .product-grid:hover .product-rating{
opacity: 1;
bottom: 0;
}
.style-1 .product-grid .rating{
padding: 0;
margin: 0;
list-style: none;
float: left;
display: flex;
}
.style-1 .product-grid .rating li{
color: var(--head-purple);
font-size: 16px;
}
.style-1 .product-grid .rating li.far{ color: #999; }
.style-1 .product-grid .add-to-cart{
color: var(--head-purple);
font-size: 14px;
font-weight: 600;
border-bottom: 1px solid var(--head-purple);
float:right;
transition: all .2s ease-in-out 0s;
}
.style-1 .product-grid .add-to-cart:hover{
color: var(--light-green);
border-color: var(--light-green);
}
.style-1 .product-grid .product-content{
background: #F5F5F5;
padding: 15px;
}
.style-1 .product-grid .title{
font-size: 18px;
text-transform: capitalize;
margin: 0 0 5px;
}
.style-1 .product-grid .title a{
color: #111;
transition: all 500ms;
}
.style-1 .product-grid .title a:hover{ color: var(--head-purple); }
.style-1 .product-grid .autor_title{
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
margin: 0 0 8px;
}
.style-1 .product-grid .autor_title a{
color: var(--grey);
transition: all 0.3s ease 0s;
}
.style-1 .product-grid .autor_title a:hover{ color: var(--purple); }
.style-1 .product-grid .price{
color: #707070;
font-size: 17px;
text-decoration: underline;
}
.style-1 .product-grid .price span{
text-decoration: line-through;
margin-right: 5px;
display: inline-block;
opacity: 0.6;
}


/************************* sTYLE 2 **********************************/

.style-2 .product-grid{
text-align: center;
margin-top: 35px;
/* box-shadow: 2px 3px 0 1px rgba(0,0,0,0.4); */
box-shadow: 0 1px 8px rgba(0,0,0,.1);
transition: translate .18s,box-shadow .18s;
}
.style-2 .product-grid .product-image{
overflow: hidden;
position: relative;
z-index: 1;
padding: 10px;
}
.style-2 .product-grid .product-image a.image{display: block; }
.style-2 .product-grid .product-image img{
width: 600px;
height: auto;
object-fit: cover;
}
.style-2 .product-grid:hover .product-image img{
opacity: 0.2;
}
.style-2 .product-grid .product-discount-label{
color: #fff;
background: var(--purple);
font-size: 13px;
font-weight: 600;
line-height: 25px;
padding: 0 20px;
position: absolute;
top: 10px;
left: 0;
}
.style-2 .product-grid .product-links{
padding: 0;
margin: 0;
list-style: none;
position: absolute;
top: 10px;
right: -50px;
transition: all .5s ease 0s;
}
.style-2 .product-grid:hover .product-links{ right: 10px; }
.style-2 .product-grid .product-links li a{
color: var(--head-purple);
background: var(--white);
font-size: 17px;
line-height: 38px;
width: 38px;
height: 38px;
border: 1px solid var(--head-purple);
border-bottom: none;
display: block;
transition: all 0.3s;
}
.style-2 .product-grid .product-links li a{ border-bottom: 1px solid #333; margin-top: 5px; }
.style-2 .product-grid .product-links li a:hover{
color: #fff;
background: var(--head-purple);
}
.style-2 .product-grid .add-to-cart{
background: var(--head-purple);
color: #fff;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 2px;
width: 100%;
padding: 10px 26px;
position: absolute;
left: 0;
bottom: -60px;
transition: all 0.3s ease 0s;
}
.style-2 .product-grid:hover .add-to-cart{ bottom: 0; }
.style-2 .product-grid .add-to-cart:hover{ text-shadow: 4px 4px rgba(0,0,0,0.2); }
.style-2 .product-grid .product-content{
background: var(--body2);
padding: 15px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
/* box-shadow: 0 0 0 5px rgba(0,0,0,0.1) inset; */
}
.style-2 .product-grid .title{
font-size: 16px;
font-weight: 600;
text-transform: capitalize;
margin: 0 0 7px;
}
.style-2 .product-grid .title a{
color: #777;
transition: all 0.3s ease 0s;
}
.style-2 .product-grid .title a:hover{ color: var(--head-purple); }

.style-2 .product-grid .author_title{
font-size: 14px;
font-weight: 600;
text-transform: capitalize;
margin: 0 0 7px;
}
.style-2 .product-grid .author_title a{
color: var(--grey);
transition: all 0.3s ease 0s;
}
.style-2 .product-grid .author_title a:hover{
color: var(--dark);
}

.style-2 .product-grid .price{
color: #0d0d0d;
font-size: 14px;
font-weight: 600;
}
.style-2 .product-grid .price span{
color: #888;
font-size: 13px;
font-weight: 400;
text-decoration: line-through;
}
.style-2 .product-grid .rating{
color: #f7bc3d;
font-size: 13px;
padding: 0;
margin: 0 0 8px;
list-style: none;
}
.style-2 .product-grid .rating li{ display: inline-block; }
.style-2 .product-grid .rating .disable{ color: #a3a3a3; }


/************************* sTYLE 3 **********************************/


/* .product-grid{ font-family: 'Poppins', sans-serif; } */
.style-3 .product-grid .product-image{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.style-3 .product-grid .product-image a.image{display: block; }
.style-3 .product-grid .product-image img{
  width: 100%;
  height: auto;
}
.style-3 .product-grid .product-image .img-1{ transition: all 0.3s ease 0s; }
.style-3 .product-grid:hover .product-image .img-1{ opacity: 0.3; }
/* .style-3 .product-grid .product-image .img-2{
  width: 100%;
  height: 100%;
  opacity: 0;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.style-3 .product-grid:hover .product-image .img-2{ opacity: 1; } */
.style-3 .product-grid .product-hot-label,
.style-3 .product-grid .product-discount-label{
  color: #fff;
  background: var(--head-purple);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.style-3 .product-grid .product-discount-label{
  background: var(--head-purple);
  left: auto;
  right: 10px;
}
.style-3 .product-grid .product-view{
  color: #fff;
  background:var(--head-purple);
  font-size: 16px;
  text-align: right;
  line-height: 50px;
  width: 60px;
  height: 60px;
  padding: 0 16px 0 0;
  border-radius: 50px;
  opacity: 0;
  transform: scale(0);
  position: absolute;
  bottom: -40px;
  left: -40px;
  transition: all .3s ease;
}
.style-3 .product-grid:hover .product-view{ 
  opacity: 1;
  transform: scale(1);
  bottom: -20px;
  left: -20px;
}
.style-3 .product-grid .product-view:hover{ background: var(--purple); }
.style-3 .product-grid .product-links{
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateY(50%);
  position: absolute;
  bottom: 50%;
  right: 10px;
  z-index: 1;
}
.style-3 .product-grid .product-links li{
  margin: 5px 0;
  opacity: 0;
  transform: translateX(100%);
  transition: all .3s ease;
}
.style-3 .product-grid .product-links li:nth-child(2){ transition-delay: .1s; }
.style-3 .product-grid .product-links li:nth-child(3){ transition-delay: .2s; }
.style-3 .product-grid:hover .product-links li{
  opacity: 1;
  transform: translateX(0); 
}
.style-3 .product-grid .product-links li a{
  color: var(--purple);
  background: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 33px;
  width: 35px;
  height: 35px;
  border: 1px solid var(--purple);
  display: block;
  transition: all .3s ease;
}
.style-3 .product-grid .product-links li a:hover{
  color: #fff;
  background:var(--purple); 
  border-color: var(--purple);
}
.style-3 .product-grid .product-content{
  background: #fff;
  padding: 15px 15px 0;
}
.style-3 .product-grid .rating{
  color: #f7bc3d;
  font-size: 13px;
  padding: 0;
  margin: 0 0 8px;
  list-style: none;
}
.style-3 .product-grid .rating li{ display: inline-block; }
.style-3 .product-grid .rating .disable{ color: #a3a3a3; }
.style-3 .product-grid .title{
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.style-3 .product-grid .title a{
  color: #333;
  transition: all 0.3s ease 0s;
}
.style-3 .product-grid .title a:hover{ color: var(--purple); }
.style-3 .product-grid .autor_title{
font-size: 13px;
font-weight: 500;
text-transform: capitalize;
margin: 0 0 8px;
}
.style-3 .product-grid .autor_title a{
color: var(--grey);
transition: all 0.3s ease 0s;
}
.style-3 .product-grid .autor_title a:hover{ color: var(--purple); }
.style-3 .product-grid .price{
  color: var(--dark);
  font-size: 17px;
  font-weight: 500;
}
.style-3 .product-grid .price span{
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 5px;
}




.owl-carousel .owl-nav [class*=owl-] {
transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover {
background-color: #D6D6D6;
}

.owl-carousel {
position: relative;
}

.owl-carousel .owl-next i,
.owl-carousel .owl-prev i {
width: 35px;
height: 35px;
line-height: 35px;
/* border-radius: 50%; */
position: absolute;
top: -50px;
font-size: 25px;
color: var(--head-purple);
border: 1px solid var(--head-purple);
text-align: center;
transition: all 0.4s;
}

.owl-carousel .owl-next i:hover,
.owl-carousel .owl-prev i:hover{
color: var(--body);
background-color: var(--head-purple);
border:1px solid var(--head-purple);
}

.owl-carousel .owl-prev i {
right: 50px;
}

.owl-carousel .owl-next i {
right: 0;
}

/******************************************** Featured Product End *****************************************************************/

/******************************************** Product List Start *****************************************************************/

.product-list-box .style-2 .product-grid .product-image{
padding: 0;
}
.product-list-box .style-2 .product-grid .product-image img{
width: 100%;
height: 200px;
object-fit: cover;
/* cursor: zoom-in; */
}
.product-list-box .style-2 .product-grid .product-image .add-to-cart{
font-size: 14px;
letter-spacing: 1px;
padding: 5px 26px;
}
.product-list-box .style-2 .product-grid .product-content{
padding: 3px;
}
.product-sec-head .single-prod-det-box-head h1{
font-size: 28px;
font-weight: 400;
}

.pagination{
  justify-content: center;
  padding: 20px 0;
}
.pagination li{
  margin: 0 2px;
  font-size: 18px;
  /* border: 1px solid var(--purple);
  padding: 1px 7px; */
  transition: all 0.4s;
}
.pagination li.active{
  background-color: var(--purple);
}
.pagination li.active a{
  color: var(--white);  
  pointer-events: none;
  cursor: not-allowed;
} 
.pagination li a{
  color: var(--dark);
  padding: 0px 10px;
}
.pagination li:hover{
  background-color: var(--purple);
  color: var(--white);
}
.pagination li:hover a{
  color: var(--white);
}

/******************************************** Product List End *****************************************************************/


/******************************************** Single Product Start *****************************************************************/

.single-prod-det-box-head img{
width: 110px;
height: 80px;
}

.single-prod-det-box-nav, .single-prod-det-box-head{
padding-bottom: 25px;
}
.single-prod-det-box-nav p, .single-prod-det-box-nav p a{
font-size: 13px;
color: var(--dark);
font-weight: 500;
}
.single-prod-det-box-nav p a:hover{
color: var(--purple);
}
/* .single-prod-det-box-img{
margin-bottom: 35px;
} */
.single-prod-det-box-img img{
min-width: 100%;
height: 500px;
object-fit: cover;
border: 1px solid rgba(0,0,0,.08);
box-shadow: 0 1px 1px rgba(0,0,0,.05);
border-radius: 5px;
}
.single-prod-right-box-view-btn{
padding-top: 5px;
}
.single-prod-right-box-price{
margin-top: 45px;
}
.single-prod-right-box-details, .single-prod-right-box-autor-sec{
margin-top: 15px;
}

.single-prod-right-box-price, .single-prod-right-box-details, .single-prod-right-box-autor-sec{  
border: 1px solid rgba(0,0,0,.08);
padding: 15px 10px;
background-color: var(--body2);
}
.single-prod-right-box-price-btn{
padding-top: 15px;
}
.single-prod-right-box-price .row .col-6 h4 sup{
font-size: 14px;
margin-right: 2px;
}
.single-prod-right-box-details .single-prod-right-box-details-row hr{
margin: 5px 0;
background-color: rgba(0, 0, 0, 0.2);
}
.single-prod-right-box-autor-details-img img{
/*width: 100%;*/
/*height: 79px;*/
object-fit: cover;
}
.single-prod-right-box-autor-details-text p a{
color: var(--light-red);
text-decoration: underline;
}

.single-prod-det-box-description, .single-prod-det-box-features{
margin-top: 18px;
margin-bottom: 12px;
}
.single-prod-det-box-features{
padding-bottom: 25px;
}

.single-prod-det-box-small-head h2:after{
content: "";
display: block;
width: 60px;
height: 2px;
/* background: #ff5e5e; */
background-color: var(--green);
margin-left:0;
margin-top: 1px;
border-radius: 3px;
}
.single-prod-det-box-features ul{
padding-left: 40px;
}
.single-prod-right-box-autor-sec{
margin-bottom: 25px;
}

/******************************************** Single Product Page End *****************************************************************/

/******************************************** User Profile Start *****************************************************************/

.profile-box{
  padding: 25px 10px;
}

.emp-profile{
padding: 3%;
margin-top: 3%;
margin-bottom: 3%;
border-radius: 0.5rem;
background: #fff;
}
.profile-img{
text-align: center;

}
.profile-img img{
  width: 295px;
  height: 295px;
  object-fit: contain;
  background-color: #f5f5f5;
border: 1px solid #e1e1e1;
}
.profile-img .file {
position: relative;
overflow: hidden;
bottom: 38px;
width: 70%;
border: none;
border-radius: 0;
font-size: 15px;
background: #212529b8;
}
.profile-img .file input {
position: absolute;
opacity: 0;
right: 0;
bottom:0;
cursor: pointer;
}
.profile-head h5{
color: #333;
}
.profile-head h6{
color: #0062cc;
}
.profile-edit-btn{
border: none;
border-radius: 1.5rem;
width: 70%;
padding: 2%;
font-weight: 600;
color: #6c757d;
cursor: pointer;
}
.proile-rating{
font-size: 12px;
color: #818182;
/* margin-top: 5%; */
}
.proile-rating span{
color: #495057;
font-size: 15px;
font-weight: 600;
}
.card.social-tabs {
border-top: none;
}
.social-tabs a {
font-size: 18px;
}
.nav-tabs.md-tabs.tab-timeline li a {
padding: 10px;
color: #666666;
font-size: 18px;
position: relative;
}
.social-tabs ul li a.active::after{
content: "";
position: absolute;
width: 100%;
height: 3px;
background-color: var(--purple);
bottom: -2px;
left: 0;
}
.social-tabs .nav-tabs .nav-link{
border: none;
}
.social-tabs .nav-tabs .nav-link.active{
border-color: unset;
border: none;
}
.card.social-tabs {
border-top: none;
border-left: none;
border-right: none;
}

#main-content {
padding: 30px;
border-radius: 15px;
}

#main-content .h5,
#main-content .text-uppercase {
font-weight: 600;
margin-bottom: 0;
}

#main-content .h5+div {
font-size: 0.9rem;
}

#main-content .box {
padding: 10px;
border-radius: 6px;
width: 170px;
height: 90px;
}

#main-content .box img {
width: 40px;
height: 40px;
object-fit: contain;
}

#main-content .box .tag {
font-size: 0.9rem;
color: #000;
font-weight: 500;
}

#main-content .box .number {
font-size: 1.5rem;
font-weight: 600;
}

.order {
padding: 10px 30px;
min-height: 150px;
}

.order .order-summary {
height: 100%;
}

.order .blue-label {
background-color: #aeaeeb;
color: #0046dd;
font-size: 0.9rem;
padding: 0px 3px;
}

.order .green-label {
background-color: #a8e9d0;
color: #008357;
font-size: 0.9rem;
padding: 0px 3px;
}

.order .fs-8 {
font-size: 0.85rem;
}

.order .rating img {
width: 20px;
height: 20px;
object-fit: contain;
}

.order .rating .fas,
.order .rating .far {
font-size: 0.9rem;
}

.order .rating .fas {
color: #daa520;
}

.order .status {
font-weight: 600;
}

.order .btn.btn-primary {
background-color: #fff;
color: #4e2296;
border: 1px solid #4e2296;
}

.order .btn.btn-primary:hover {
background-color: #4e2296;
color: #fff;
}

.order .progressbar-track {
margin-top: 20px;
margin-bottom: 20px;
position: relative;
}

.order .progressbar-track .progressbar {
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: 0rem;
}

.order .progressbar-track .progressbar li {
font-size: 1.5rem;
border: 1px solid #333;
padding: 5px 10px;
border-radius: 50%;
background-color: #dddddd;
z-index: 100;
position: relative;
}

.order .progressbar-track .progressbar li.green {
border: 1px solid #007965;
background-color: #d5e6e2;
}

.order .progressbar-track .progressbar li::after {
position: absolute;
font-size: 0.9rem;
top: 50px;
left: 0px;
}

#tracker {
position: absolute;
border-top: 1px solid #bbb;
width: 100%;
top: 25px;
}

#step-1::after {
content: 'Placed';
}

#step-2::after {
content: 'Accepted';
left: -10px;
}

#step-3::after {
content: 'Packed';
}

#step-4::after {
content: 'Shipped';
}

#step-5::after {
content: 'Delivered';
left: -10px;
}
@media(max-width: 500px) {
.order .progressbar-track .progressbar li {
    font-size: 1rem;
}

.order .progressbar-track .progressbar li::after {
    font-size: 0.8rem;
    top: 35px;
}

#tracker {
    top: 20px;
}
}

@media(max-width: 440px) {
#main-content {
    padding: 20px;
}

.order {
    padding: 20px;
}

#step-4::after {
    left: -5px;
}
}

@media(max-width: 395px) {
.order .progressbar-track .progressbar li {
    font-size: 0.8rem;
}

.order .progressbar-track .progressbar li::after {
    font-size: 0.7rem;
    top: 35px;
}

#tracker {
    top: 15px;
}

.order .btn.btn-primary {
    font-size: 0.85rem;
}
}

@media(max-width: 355px) {
#main-content {
    padding: 15px;
}

.order {
    padding: 10px;
}
}
.bg-order{
background-color: #f0ecec !important;
}

.md-tabs .nav-item {
/* width: calc(100%/ 4); */
text-align: center;
margin: 0 10px;
}

.md-tabs .nav-item .nav-link.active~.slide {
opacity: 1;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.md-tabs .nav-item .nav-link~.slide {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.tab-timeline .slide {
bottom: -1px;
}

.nav-tabs .slide {
background: #4099ff;
width: calc(100%/ 4);
height: 4px;
position: absolute;
-webkit-transition: left 0.3s ease-out;
transition: left 0.3s ease-out;
bottom: 0;
}

/******************************************** User Profile End *****************************************************************/

/******************************************** Search Listing Start *****************************************************************/

.search-prod-box form {
position: relative;
width: 100%;
margin: 30px auto 15px;
}

.search-prod-box form input{
height: 55px;
}
.search-prod-box form input:focus{
box-shadow: none;
border: 1px solid var(--head-purple);
}
.search-prod-box form .search-btn{
width: 60px !important;
background-color: var(--text);
}
.prod-box-res .row{
background-color: var(--white);
padding: 15px 10px ;
margin-bottom: 15px;
}
.prod-box-res-det{
height: 100%;
border-right: 1px solid var(--grey);
}
.prod-box-res .prod-box-res-img img{
width: 100%;
height: auto;
object-fit: cover;
}
.prod-box-res .prod-box-res-det h1 a{
font-size: 18px;
color: var(--head);
}
.prod-box-res .prod-box-res-det h1 a:hover{
color: var(--green);
}
.prod-box-res-det p a{
color: var(--grey);
font-size: 14px;
}
.prod-box-res-det p a:hover{
color: var(--light-purple);
}
.prod-box-res-det ul{
padding-left: 1rem;
padding-top: 8px;
}
.prod-box-res-det ul li{
font-size: 15px;
color: #414040;
}
.prod-box-res-price{
text-align: center;
padding-top: 10px;
}
.prod-box-res-price p{
color: #707070;
font-size: 14px;
padding-bottom: 10px;
}
.prod-box-res-price .single-prod-right-box-price-btn {
padding-top: 8px;
}
.prod-box-res-price .btn-preview{
font-size: 15px;
text-transform: capitalize;
padding: 6px;
}
.prod-box-res-price .btn-bye{
font-size: 15px;
padding: 6px;
}
/******************************************** Search Listing End *****************************************************************/

/******************************************** 404 Start *****************************************************************/
.text-404 h1{
font-size: 7.5em;
margin: 15px 0px;
font-weight: bold;
}
.text-404 h2{
font-weight: bold;
}
.text-404 .btn-view{
margin-top: 25px;
}

/******************************************** 404 End *****************************************************************/

/******************************************** Contact Page Start *****************************************************************/


.cont-page .form-control {
height: 44px;
background: #fff;
color: rgba(0, 0, 0, 0.8);
font-size: 14px;
border-radius: 2px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: none; }
.cont-page .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3) !important; }
  .cont-page .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3) !important; }
  .cont-page .form-control:-ms-input-placeholder {
  /* IE 0+ */
  color: rgba(0, 0, 0, 0.3) !important; }
  .cont-page .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3) !important; }
  .cont-page .form-control:focus, .cont-page .form-control:active {
  border: 1px solid var(--purple); }

  .cont-page textarea.form-control {
height: inherit !important; }


.contact-wrap {
background: #e8edf0; }

.dbox {
width: 100%;
margin-bottom: 25px;
padding: 0 20px; }
@media (min-width: 768px) {
  .dbox {
    margin-bottom: 0;
    margin-top: 15px;
    padding: 0; } }
.dbox p {
  margin-bottom: 0; }
  .dbox p span {
    font-weight: 500;
    color: #000; }
  .dbox p a {
    color: var(--head-purple); }
    .dbox p a:hover{
      color: var(--green);
    }
.dbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--head-purple);
  margin: 0 auto;
  margin-bottom: 20px; }
  .dbox .icon span {
    font-size: 20px;
    color: #fff; }
.dbox .text {
  width: 100%; }
  .contactForm .label {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600; }
  
  .contactForm .form-control {
    border: none; }
  
  #map {
    width: 100%; }

  #contactForm .error {
    color: red;
    font-size: 12px; }
  
  #contactForm .form-control {
    font-size: 16px; }
  
  #message {
    resize: vertical; }
  
  #form-message-warning, #form-message-success {
    display: none; }
  
  #form-message-warning {
    color: red; }
  
  #form-message-success {
    color: #28a745;
    font-size: 18px;
    font-weight: 500; }
  
  .submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-size: 16px;
    font-weight: 500;
    color: #2553b8; }
/******************************************** Contact Page End *****************************************************************/

/******************************************** Checkout Page Start *****************************************************************/

.box-1, .box-2{
background-color: var(--white);
padding: 25px;
}
.dis-tot{
border-top: 1px solid #dddcdc;
border-bottom: 1px solid #dddcdc;
padding: 15px 0;
}


/******************************************** Checkout Page End *****************************************************************/



/******************************************** Footer Start *****************************************************************/

footer{
background-color: var(--dark);
padding: 35px 0;
margin-top: 35px;
}
.foot-box{
padding-bottom: 35px;
}
.foot-box .foot-box-head{
padding-bottom: 10px;
}
.foot-box .foot-box-head h6{
color: var(--grey);
text-transform: uppercase;
}
.foot-box-menu ul li{
list-style: none;
}
.foot-box-menu ul li{
padding-bottom: 10px;
}
.foot-box-menu ul li a{
color: var(--body);
  font-weight: 600;
  font-size: 15px;

}
.foot-box-text{
color: var(--body);
padding-top: 10px;
font-weight: 400;
}
footer hr{
color: var(--body);
}

.foot-btm-left, .foot-btm-right{
margin-top: 15px;
}
.foot-btm-left ul{
display: flex;
}
.foot-btm-left ul li{
list-style: none;
padding: 0 8px;
}
.foot-btm-left ul li a{
color: var(--body);
}
.foot-btm-right{
color: var(--body);
text-align: right;
}
footer a:hover{
color: var(--hover) !important;
}


/******************************************** Footer End *****************************************************************/



.pay-success-box{
  max-width: 650px;
  text-align: left;
  background-color: var(--white);
  padding: 35px;
  border: 1px solid #e4e4e4;
}
.link-down-box{
  max-width: 900px;
  background-color: var(--white);
  padding: 35px;
}
.pay-success-box-img{
  text-align: center;
}
.pay-success-box-img img{
  width: 55px !important;
  margin-bottom: 15px;
}
.pay-success-box-img h1{
  font-size: 32px;
  color: #ff6a13;
}
.pay-success-box .pay-success-box-text .pay-details h5{
  font-size: 17px;
}
.pay-success-box .pay-success-box-text .pay-details p b{
  font-weight: 500;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--head-purple);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 16px;
    color: var(--white);
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: var(--purple);
    color: var(--white);
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }



