/*header*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}


body{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212112;
    background-position: center;
    background-repeat: repeat;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 200ms linear;
}
::selection {
    color: #fff;
    background-color: #8167a9;
}
::-moz-selection {
    color: #fff;
    background-color: #8167a9;
}


.selector-for-some-widget {
  box-sizing: content-box;
}

html {
  scroll-behavior: smooth;
}

/* body main scrolbar css starts here*/

body::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    border-radius: 0;
    background: rgb(0 0 0 / 0%);
   
}

body::-webkit-scrollbar {
    width: 3px;
    background: rgb(0 0 0 / 0%);
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: #333;
}



/*
web font*/


@font-face {
   font-family:californian;
   src: url(font/CalifornianFB-Reg.woff);
}

@font-face {
   font-family:californian-bold;
   src: url(font/CalifornianFB-Bold.woff);
}

@font-face {
   font-family:Butler_Bold;
   src: url(font/Butler_Bold.otf);
}

@font-face {
   font-family:Butler_Medium;
   src: url(font/Butler_Medium.otf);
}

@font-face {
   font-family:Butler_Regular;
   src: url(font/Butler_Regular.otf);
}

@font-face {
   font-family:Butler_ExtraBold;
   src: url(font/Butler_ExtraBold.otf);
}


@font-face {
   font-family:Butler_Light;
   src: url(font/Butler_Light.otf);
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

/* #Navigation
================================================== */

.wapper {
    /* margin-top: 150px; */
    position: relative;
    /*top: 150px;*/
    /*margin-bottom: 120px;*/
}

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}

.start-header.header-fix.bg-black {
    background: #333;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
    height: 24px;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navigation-wrap{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}

.header-icon ul li a {
    font-size: 16px;
    text-transform: capitalize;
}

.header-container{
 position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    left: 0;
    transition: all .6s;   
    
}

.header1 {
    position:relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    transition: all .5s;
}

.header-sticky{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition : all 0.3s ease-out;
   transition: all 0.5s ease;
}




.header-sticky.fix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
      background: #000 !important;
}

.navbar{
    padding: 0;
}
.navbar-brand img{
    height: 28px;
    width: auto;
    display: block;
  filter: brightness(10%);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 15px;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link{
    color: #fff !important;
    font-weight: 500;
    transition: all 200ms linear;
    font-size: 14px;
    font-family: 'Poppins';

}
.nav-item:hover .nav-link{
    color: #ea0f58  !important;
}
.nav-item.active .nav-link{
    color: #777 !important;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.nav-item:after{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #ea0f58 ;
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    transition: all 200ms linear;
}


/*badge*/

.cart-badge-wishlist {
    white-space: nowrap;
    text-align: center;
    line-height: 18px;
    padding: 0 6px;
    height: 18px;
    background: #ff3f6c;
    position: absolute;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    right:36px;
    top: -2px;   
    font-weight: 700;
}

.cart-badge {
    white-space: nowrap;
    text-align: center;
    line-height: 18px;
    padding: 0 6px;
    height: 18px;
    background: #ff3f6c;
    position: absolute;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    right:-8px;
    top: -2px;   
    font-weight: 700;
}

.cart-melon {
    background-color: #ff3f6c;
}

/*mega menu*/

.mega-box {
    /*padding: 0 10px 10px 15px;*/
    display: flex;
    width: auto;
}


.menga-menu-heading {
    line-height: 20px;
}

.mega-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: grid;
    gap:15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.inner-menu{
  list-style: none;
  display: block;
  position: relative;
  float: left;
  width: 250px;
  margin: 0;
  padding: 0;
}

ul.inner-menu li {
    padding: 3px 0;
    /*border-bottom: 1px solid #e7dbdb;*/
    border-right:0;
}

.mega-menu li {
    /*border-right:1px solid #e7dbdb;*/
    /*margin-right: 15px;*/
}

.mega-menu li:last-child {
      border-right: none;

}
.menga-menu-heading a {
    font-size: 14px;
    text-decoration: none;
    color: #eb185f;
    font-family: poppins;
    text-transform: capitalize;
}



/* #Primary style
================================================== */

.bg-light {
    background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
    width: 100%;
    display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
  margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}



body.hero-anime p{
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1700ms;
}
h1 span{
    display: inline-block;
    transition: all 300ms linear;
    opacity: 1;
    transform: translate(0);
}
body.hero-anime h1 span:nth-child(1){
    opacity: 0;
    transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
    opacity: 0;
    transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
    opacity: 0;
    transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
    opacity: 0;
    transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
    opacity: 0;
    transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
    opacity: 0;
    transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
    opacity: 0;
    transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
    opacity: 0;
    transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
    opacity: 0;
    transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
    opacity: 0;
    transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
    opacity: 0;
    transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
    opacity: 0;
    transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
    opacity: 0;
    transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
    opacity: 0;
    transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
    opacity: 0;
    transform: translateY(50px);
}

body.dark{
    color: #fff;
    background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
    color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
    color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
    background-color: #14151a !important;
}
body.dark .start-header {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
    color: #fff !important;
}
body.dark .nav-item.active .nav-link{
    color: #999 !important;
}
body.dark .dropdown-menu {
    color: #fff;
    background-color: #1f2029;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
    color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
    background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}



h1 span:nth-child(11){
    transition-delay: 1300ms;
}
h1 span:nth-child(12){
    transition-delay: 1500ms;
}
h1 span:nth-child(13){
    transition-delay: 1400ms;
}
h1 span:nth-child(14){
    transition-delay: 1200ms;
}
h1 span:nth-child(15){
    transition-delay: 1450ms;
}
#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
} 
#switch {
    width: 60px;
    height: 8px;
    border: 2px solid #8167a9;
    border-radius: 27px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1900ms;
}


.extra-text {
    height: auto;
    overflow-y: scroll;
    padding: 10px
}

 .extra-text h2 {
     font-size:24px;
     font-weight:500;
     color:#666;
     line-height:32px;
 }
 
  .extra-text h2 strong , .extra-text h3 strong {
      font-weight:500 !important;
  }

 .extra-text h3 {
     font-size:24px;
     font-weight:500;
     color:#666;
     line-height:24px;
 }
 
 .extra-text p {
     font-size:14px;
     font-weight:400;
     color:#666;
     line-height:24px;
     margin-bottom:0.6rem;
 }

/*.extra-text::-webkit-scrollbar {*/
/*    width: 10px;*/
/*}*/

/*.extra-text::-webkit-scrollbar-track {*/
/*    background: #f1f1f1;*/
/*}*/

/*.extra-text::-webkit-scrollbar-thumb {*/
/*    background: #888;*/
/*    border-radius: 10px;*/
/*}*/

/*.extra-text::-webkit-scrollbar-thumb:hover {*/
/*    background: #555;*/
/*}*/



.google-btn {
    background: #4285f4;
    padding: .375rem 1rem;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}

.google-btn:hover {
  background: #6197f0;  
  color:#fff;  
   text-decoration: none;
}

.btn-mute {
    background: #e1e1e1;
}


#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
}
.switched {
    border-color: #000 !important;
    background: #8167a9 !important;
}
.switched #circle {
    left: 43px;
    box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
    background: #fff;
}


.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 10px!important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fff;
    border: none;
    min-width:100%;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
    top: 38px !important;
}


.dropdown-item {
    padding: 0px;
    color: #333;
    border-radius: 2px;
    transition: all 200ms linear;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
}
.dropdown-item:hover, 
.dropdown-item:focus {
    color: #333;
    background-color:#fff;
    font-weight:500;
}

/*dropdown custom*/

.nav-item .dropdown-menu-custom {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu-custom {
    padding: 10px!important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
    top: 40px !important;
    width:200px;
}

.dropdown-menu-custom a{
line-height:35px;
}


/*dropdown custom*/

.nav-item .dropdown-menu-custom1 {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu-custom1 {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu-custom1 {
    padding: 10px!important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
    top: 65px !important;
    width:200px;
}

.dropdown-menu-custom1 a{
line-height:35px;
}



.dropdown-item {
    padding: 0px;
    color: #333;
    border-radius: 2px;
    transition: all 200ms linear;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    border-right: 0;
}
.dropdown-item :hover, 
.dropdown-item :focus {
    color: #333;
    background-color:#fff;
    font-weight:500;
}

.navbar-expand-md .navbar-nav .dropdown-menu-custom {
    position: absolute;
}

.dropdown-toggle::after {
    margin-left: 0.5em !important;
   
}



/* #Media
================================================== */

@media (max-width: 767px) { 
    h1{
        font-size: 38px;
    }
    .nav-item:after{
        display: none;
    }
    /*.nav-item::before {*/
    /*  position: absolute;*/
    /*  display: block;*/
    /*  top: 15px;*/
    /*  left: 0;*/
    /*  width: 11px;*/
    /*  height: 1px;*/
    /*  content: "";*/
    /*  border: none;*/
    /*  background-color: #000;*/
    /*  vertical-align: 0;*/
    /*}*/
    .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #333;
    vertical-align: 0;
    transition: all 200ms linear;
}
    .dropdown-toggle[aria-expanded="true"]::after{
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    /*body.dark .nav-item::before {
        background-color: #fff;
    }
    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }
    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }*/
}

/* #logo to page
================================================== */

.logo {
    
    display: block;
    z-index: 100;
    transition: all 250ms linear;
    text-align: left;
}
.logo img {
    height: 90px;
    width: auto;
    transition: all 250ms linear;
}


.header-container .container {
    max-width: 1250px !important;
} 

.header-icon {
    float: right;
}

.header-icon ul {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-items: center;
    margin: 0;
}

.header-icon ul li {
    margin-left: 25px;
}

.header-icon ul li img{
   width: 25px;
  filter: invert(1);
}

.top-header {
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
    color: #333;
    font-weight: 400;
    font-size: 14px;    
    font-family: 'Poppins';
    background: #ecf3f8;
}

.socila-menu{
    padding: 0;
    list-style: none;
    float:right;
    margin: 0;
    line-height: 40px;
}

/*.socila-menu li{*/
/*    margin-top:4px;*/
/*}*/


.socila-menu li a {
    color: #333;
    font-size: 14px;
    font-family: poppins;
    text-decoration: none;
}

.top-header-text-left {
    color: #333;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 22px;
    font-size:13px;
}

.top-header-text-mid {
    color: #333;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 28px;
}

/*padding margin*/

.pt-10{
padding-top: 10px;
}

.pb-25{
padding-bottom: 30px;
}


.p-10{
padding-top: 10px;
padding-bottom: 10px;
}

.p-15{
padding-top: 15px;
padding-bottom: 15px;
}

.p-20{
padding-top: 10px;
padding-bottom: 0px;
}

.p-25{
padding-top: 25px;
padding-bottom: 25px;
}

.p-30{
padding-top: 30px;
padding-bottom: 30px;
}

.p-35{
padding-top: 35px;
padding-bottom: 35px;
}


.p-40{
padding-top: 40px;
padding-bottom: 40px;
}

.p-45{
padding-top: 45px;
padding-bottom: 45px;
}

.p-50{
padding-top: 50px;
padding-bottom: 50px;
}

.p-70{
padding-top: 50px;
padding-bottom: 50px;
}


.p-100{
padding-top: 70px;
padding-bottom: 20px;
}

.m-10{
margin-top: 10px;
margin-bottom: 10px;
}

.m-15{
margin-top: 15px;
margin-bottom: 15px;
}

.m-20{
margin-top: 20px;
margin-bottom: 20px;
}

.m-25{
margin-top: 25px;
margin-bottom: 25px;
}

.m-30{
margin-top: 30px;
margin-bottom: 30px;
}

.m-35{
margin-top: 35px;
margin-bottom: 35px;
}


.m-40{
margin-top: 40px;
margin-bottom: 40px;
}

.m-40{
margin-top: 40px;
margin-bottom: 40px;
}

.m-45{
margin-top: 45px;
margin-bottom: 45px;
}

.m-50{
margin-top: 50px;
margin-bottom: 50px;
}


/*video slider*/

/*.video-section {*/
/*    height: 780px;*/
/*}*/

/*.banner-slide{*/
/*  margin-top: 45px;*/
/*}*/

.after_video {
    position: relative;
    z-index: 0;   
    justify-content: center;
    
}

.after_video video{
 display: block;
justify-content: center;
}


.after_video:after {
position: absolute;
width: 100%;
height: 100%;
/*background: #282828;*/
left: 0;
top: 0;
content: "";
opacity: .6;
}

.slick-next, .slick-prev {
  top: 100% !important;  
}

.bg-black1{
     background: #000;
}

.video-content-parent {
    position: absolute;
    top: 35%;
    display: block;
    align-items: center;
    left: 10%;
    justify-content: left;
    color: #fff;
    z-index: 9;
    height: 100%;
    width: 100%;
    text-align: left;
}


/*@media (min-aspect-ratio:16/9){*/
/*.after_video video{*/
/*width:100%;*/
/*height:auto;*/
/*}*/
/*}*/

/*@media (max-aspect-ratio:16/9){*/
/*.after_video video{*/
/*width:auto;*/
/*height:100%*/
/*}*/
/*}*/


.slide-heading {
    color: #ffffff;
    text-transform: uppercase;
    font-family: Butler_Light,californian-bold,poppins;
    font-weight: 400;
    font-size: 65px;
}

p.slide-sub-heading-textYour {
    color: #ffffff;
    font-size: 20px;
    line-height: 38px;
    word-spacing: 1px;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: capitalize;
}


.shop-btn {
    padding: 14px 50px;
    background: #00000000;
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    color: #333;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    font-size: 16px;
    transition: all 200ms linear;
    position: relative;
    top: 50px;
}

.shop-btn:hover {
  background:#333;
  border: 1px solid #e3e3e3;
  color:#fff;
  text-decoration: none;
}



/*category*/


.modenext-heading{
    text-align: center;
    color: #838383;
    text-transform: capitalize;
    margin: 0;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 4px;
}

.modenext-heading-para {
    text-align: center;
    color: #000000;
    font-family:Butler_Light,californian,'Poppins';
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3em;
}



.product-cate {
    overflow:hidden;
    position: relative;
    width: 100% ;
    height: 496px;
}

.cate-content-parent {
   position: absolute;
    left: 0px;
    top: 280px;
    color: #fff;
    padding: 0px 6px;
    z-index: 3;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    width: 100%;
}

.product-cate::before {
    background-color: rgb(0 0 0 / 55%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .5s;
    
}

.cate-haeding-text {
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 5px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    
}

.product-nb {
    text-transform: capitalize;
    font-size: 14px;
    line-height:22px;
}


.product-cate img {
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
     height: 496px;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    object-fit: cover;
    object-position: top;
}



.product-cate:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.product-cate img + .cate-content-parent {
    position: absolute;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 25px;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.product-cate:hover img + .cate-content-parent {
    margin-top: 0;
}

.product-cate .product-nb {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0;
    /*filter: alpha(opacity=0);*/
}

.product-cate:hover .product-nb {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-cate img + .cate-content-parent .product-nb, .product-cate img + .cate-content-parent .cate-haeding-text {
    color: #fff;
}



.product-cate img:before {
    background-color: rgba(17, 17, 17, 0.3);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slick-carousel .slick-slide {
    outline: none !important;
    padding-left: 15px;
    padding-right: 15px;
}

.item-p {
    outline: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.slick-dots li button:before {
    font-family: slick;
    line-height: 20px;
    position: absolute;
    top: 50px;
    left: 0;
    width:20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    border-radius: 14px;
}


.category-section .slick-dots li.slick-active, .category-section  .slick-dots li.slick-active {
    background: #333;
}


.slick-carousel .slick-dots li.slick-active {
    border-color: #000 !important;
    background: #000;
}

.category-section.special .slick-dots li, .category-section .slick-dots li {
    width: 30%;
    height: 2px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 0;
    margin: 0;
   background: #c7c7c7;
}

.category-section.special .slick-dots, .widget-categories-box .slick-dots {
    margin: auto;
    width: calc(100% - 14px);
}

.slick-carousel .slick-dots li.slick-active button {
    background-color: transparent;
}
.category-section.special .slick-dots li button, .category-section .slick-dots li button {
    background-color: transparent !important;
}
.slick-carousel .slick-dots li button {
    border: 0;
    display: block;
    text-indent: -9999em;
    width: 6px;
    height: 6px;
    padding: 0;
    background: #41544A;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}


.slick-dots li.slick-active button::before {
    opacity: .75;
    color: #000;
}
.slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "" !important;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.category-section .slick-dots li, .category-section.slick-dots li {
    /*margin-left: 15px !important;*/
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: flex !important;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    justify-content: center;
}
/*best seller
*/



.heading-text {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    color:#838383;
    text-align:center;

}



.main-heading {
    text-align: center;
    color: #010101;
    text-transform: capitalize;
    font-family:Butler_Regular,californian-bold,poppins;
    font-weight: normal;
    font-size: 36px;
    line-height: 52px;
}


.main-heading1 {
    text-align: center;
    color: #010101;
    text-transform: capitalize;
    font-family:Butler_Regular,californian-bold,poppins;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.5;
   
}

.pb-30{
    padding-bottom:30px;
}



/*mid-banner*/

.banner-inner {
    min-height: 750px;
    position: relative;
}

.banner-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.first-section .banner-inner > .banner-background-overlay {
    background-color: #000000;
    opacity: 0.3;
    transition: background 0.3s,
    border-radius 0.3s, 
    opacity 0.3s;
}


.banner-content {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 32%;
    margin: 0 auto;
    width: 100%;
}

.mid-banner-text {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;
}


.banner-heading-text {
    color: #FFFFFF;
    font-size: 75px;
    font-weight: 300;
    line-height: 1.2em;
    font-family: 'Butler_Light';
    text-transform: uppercase;
}



.banner-para-text {
    text-align: center;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    line-height:24px;
    text-transform: capitalize;
}

.common-btn {
    margin: 50px 0px 0px 0px;
}

.pt-15{
    padding-top:15px;
}

.pt-30{
    padding-top:30px;
}

/*common btn*/

.commonbutton {
   text-align: center;
    font-size: 18px;
    letter-spacing: 0px;
    color: #333;
    font-weight: 400;
    background: #fff;
    border-radius: 0px;
    text-decoration: none;
    padding: 17px 45px 17px 45px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}



.commonbutton:hover{
   text-decoration:none;
   color:#333;
}

.commonbutton:hover:before {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 0px;
}


.commonbutton:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform-origin: right;
    border-radius: 0px;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -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;
    background: #000;
}

.commonbutton:hover span {
    color: #fff;
    position: relative;
    z-index: 1;
}



/*blog button*/


.common-btn1{
  margin: 0 auto;  
}



.commonbutton1 {
   text-align: center;
    font-size: 18px;
    letter-spacing: 0px;
    color: #333;
    font-weight: 400;
    background: #fbf7f5;
    border-radius: 0px;
    text-decoration: none;
    padding: 17px 45px 17px 45px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}



.commonbutton1:hover{
   text-decoration:none;
   color:#333;
}

.commonbutton1:hover:before {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 0px;
}


.commonbutton1:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform-origin: right;
    border-radius: 0px;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -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;
    background: #000;
}

.commonbutton1:hover span {
    color: #fff;
    position: relative;
    z-index: 1;
}

.pt-30{
    padding-top: 40px;
}

/*book appoinment*/


.peach-bg{
background-color: #F2E8DC;
}

.book-appoinment {
    text-align: center;
    position: relative;
    top: 150px;
}

.logoappoinmet figure img {
    width: 110px;
    padding: 15px 0;
}

.book-appoinment-caption {
    color: #F26A6A;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1px;
    letter-spacing: 4px;
    text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
}

.book-appoinment-subcaption {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    line-height: 40px;
    color: #585858;
    margin: 0px 0px 0px 0px;
}

.book-appoinment-heading {
    font-size: 54px;
    font-weight: 300;
    line-height: 1.2em;
    font-family: 'Butler_Light';
    padding: 30px 0 0px 0;
}

.book-appoinment-subheading {
    text-align: center;
    color: #2E1818;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}


.book-appoinment-para {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #616174;
    margin-top: 30px;
}


/*owl slider*/

#owl-demo .item{
  background: #42bdc2;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

/* to remove slide effect  css */
 .animated  {
      -webkit-animation-duration : 0 ms  !important;
      animation-duration : 0 ms  !important;
      -webkit-animation-fill-mode : both  !important;
      animation-fill-mode : both  !important;
    }  
    
    
    .fadeOut  {
      -webkit-animation-name : fadeOut  ;
      animation-name : fadeOut  ;
    }  
    @-webkit-keyframes  fadeOut  {
      0% {
        opacity : 0   ;
      }  
      100% {
        opacity : 0   ;
      }  
    }
    @keyframes  fadeOut  {
      0% {
        opacity : 0   ;
      }  
      100% {
        opacity : 0   ;
      }  
    }



.prod-title {
     color: #7d7d7d;
    font-size: 14px;
    text-transform: capitalize;
    font-family: poppins;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 23px;
        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.regular-price {
    text-decoration-line: line-through;
    color: #848484;
    font-family: poppins;
    font-size: 13px;
}

.sale-price {
    font-weight: 600;
    color: #333;
    font-family: poppins;
    font-size: 15px;
}

.discount {
    font-family: poppins;
    color: #333;
    font-weight: 500;
    font-size: 12px;
    float: right;
}

.product-box {
    border: 1px solid #e5e5e5;
    padding: 5px;
    position: relative;
    margin: auto;
    overflow: hidden;
}

.prod-img {
    height: 400px;
     /*width: 300px;*/
    width: 100%;
}

.product-box img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all ease-out .4s;
    height: 400px;
    width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    object-fit: cover;
    object-position: top;
    
}


.product-shop {
    border: 1px solid #e5e5e5;
    padding: 5px;
    position: relative;
    margin: auto;
    overflow: hidden;
}
.product-shop img {
    width: 100%;
}

.product-shop img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all ease-out .4s;
    height: 461px;
    width: 368px!important;
    object-fit: cover;
    object-position: top;
}

.ribbon {
    position: absolute;
    left: 15px;
    top: 15px;
    background: #000000;
    color: #ffffff;
    padding: 1px 15px;
    z-index: 3;
    font-size: 12px;
}

.ribbon.out-of-stock {
    background: #333;
}

.product-box .content-overlay {
  background: rgb(251 251 251 / 22%);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.product-box:hover .content-overlay{
  opacity: 1;
}


.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 20%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.product-box:hover .content-details{
  top: 11%;
  left: 50%;
  opacity: 1;
}

.add_button {
    padding: 5px 8px 5px 0;
    display: grid;
}

.view-button a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fdefe8;
    color: #333;
    font-size: 12px;
    float: right;
    margin-top: 10px;
}

.wishlist-button a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fdefe8;
    color: #ff3f6c;
    font-size: 12px;
    float: right;
    margin-top: 10px;
    line-height: 30px;
}

.cart-button a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #333;
    font-size: 12px;
    float: right;
    margin-top: 10px;
}




i.fa.fa-heart-o.whishlist {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
}

i.fa.fa-eye.view {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}


i.cart {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
}


/*front rating*/

.rating-star {
  position: absolute;
    left: 20px;
    bottom: 125px;
    background: #ffffff59;
    color: #000000;
    padding: 0px 6px;
    z-index: 3;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
}

.rating-star.star-text {
    background: #f1f1f182;
}




.star-orange {
    color: #ff9800;
}

.owl-nav {
    display: none;
}

/*new collection*/


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000 !important;
    background-color: #fff !important;
}


.figure1 {
    margin: 0 0 0rem !important;
}

.tab-style{
 display: flex;
 justify-content: center;   
}

.custom-link{
 font-weight: 600;
 color:#838383  !important;
}

.right-border {
    border-radius: 0;
    border-left: 2px solid #c8c5c5;
    margin-left: 15px;
    margin-right: 15px;
}

.custom-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #fff !important;
    opacity: 0;
    transition: all 200ms linear;
}



/*testimonials*/

.testimoinal-img img {
    width: 100%;
    height: auto;
  
}



.testimoinal-img {
   width: 250px;
    /* height: 500px; */
    float: right;
    padding: 4px;
}

.info-testimonials {
    position: relative;
    top: 0px;
}

 .testimonials-description {
    color: #333;
    line-height: 30px;
    font-weight: 300;
    font-size: 24px;
    padding: 10px 0 10px;
    font-family: 'Butler_Light';
}

.testimonials-name-client {
  color: #746661;
}

.testimonials-job {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #666;
  padding: 25px 0;
}

.rating-customers {
  white-space: nowrap;
  color: #ffe726;
  position: relative;
  width: 86px;
  text-align: left;
  letter-spacing: 4px;
}

 .rating-customers:before {
  font-family: 'FontAwesome' !important;
  content: "\f005 \f005 \f005 \f005 \f005";
}

.testi-bg{
    background: #fbf7f5;
}

.tesi-review {
    font-family: poppins;
    color: #7a7979;
    font-weight: 400;
    font-size:16px;
    margin-bottom:2rem;
    margin-top:1rem;
}

.text-fit {
    color: #7a7979;
    border-bottom: 1px solid #cccccc;
}

.slick-next:before, .slick-prev:before {
    font-size: 25px;
}

.slick-prev {
    left: -28px;
}
/*journal*/


/*.client-1 {
 width: 100%;
  background: #333;
  -webkit-transition: background-image 0.5s linear;
  background-size: cover;
  transition: all 0.3s ease-in-out 0s;
}

.client-1 p{
 color:#fff;
  transition: all 0.3s ease-in-out 0s;
}

.client-1:hover {
  background-image: url(https://images.ctfassets.net/hrltx12pl8hq/7yQR5uJhwEkRfjwMFJ7bUK/dc52a0913e8ff8b5c276177890eb0129/offset_comp_772626-opt.jpg?fit=fill&w=800&h=300);
  transition: all 0.3s ease-in-out 0s;
  
}
*/

.title-section {
    font-size: 2.7rem;
    color: #000;
}
.bounce-image {
    height: 20px;
}
.process-content {
    position: absolute;
    top: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 5.5rem 0 0 0;
}
.process-content h2 {
    line-height: 1.13;
    font-weight: bold;
    letter-spacing: 1px;
}
.process-content h2:last-of-type {
    font-size: 39px;
}
.process-content a {
    background: #fff;
    display: inline-flex;
    padding: 9px 15px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin: 35px 0 0 0;
    align-items: center;
    position: relative;
}
.process-content a:before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform-origin: right;
    border-radius: 50%;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -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;
    background: #fdb913;
    background: #fdb913;  /* fallback for old browsers */
    background: #fdb913;  /* Chrome 10-25, Safari 5.1-6 */
    background: #fdb913; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.process-content a:hover:before{
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 16px;
}
.process-content a img {
    margin-left: 5px;
    position: relative;
}

.process-content a:hover span{
    color:#fff;
    position: relative;
    z-index: 1;
}
.process-content a:hover{
    color: #fff;
}

.box1 {
border: 2px solid #ccc;
margin-bottom: 25px;
}


.box1:hover {
color: #fff;
}

.box1:hover {
color: #fff;
}

.box1:hover .caption-text1, .box1:hover .caption-title, .box1:hover .btn-banner, .box1:hover .caption-date {
    color: #fff;
    border-color: #fff;
}

.box1 figure {
    position: relative;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
}
.box1 figure img {
    height: 100%;
    width: 100%;
    height: 489px;
    object-fit: cover;
    object-position: center;
    transition:all 0.5s linear;
}
.box1 figure:hover img {
    transform: scale(1.1);

}
.box1 .second:after{
    background: #ffffff;
}
.box1 figure:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #1c1b1b8c;
    z-index: 0;
    transition: all .5s;
    color: #333;
}
.box1 figure:hover:after{
    background: #000;
    opacity: .65;
}
.box1 figure{
    position: relative;
}
.caption{
    position: absolute;
    top: 0%;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.caption .cap-one{
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 1px;
}
.process-content figcaption:last-of-type{
    font-size: 2.5rem;
}
.caption figcaption:last-of-type{
    font-weight: 200;
}

.caption-text1{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: poppins;
    color:#fff;
}
.caption-title {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 24px;
     font-family: poppins;
     margin-top: 10px;
     margin-bottom: 20px;
     color: #fff;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.caption-date {
   font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: poppins;
    color:#fff;
}

a.btn-banner {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-bottom: 2px solid #fff;
}
a.btn-banner:hover {
  text-decoration: none;
}

.readmore {
    position: absolute;
    bottom: 5%;
}


/*remorebtn*/

.readbtn {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background-color: #333;
  padding: 16px 60px;
  margin: 0 auto;
  
}

.readbtn span {
  position: relative; 
  z-index: 1;
}

.readbtn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #f04e84;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.readbtn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}


/*end btn*/

.insta-text {
    color: #666;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 400;
}

.insta-heading {
    font-weight: 300 !important;
    color: #333;
    font-family: Butler_Light,californian-bold;
    margin-top: 10px;
}

.insta-para {
    color: #8b8b8b;
    font-weight: 300;
    word-spacing: 2px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

/*instabutton*/

.instabtn {
    border: 1px solid #cecccc;
    display: block;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    padding: 12px 35px;
    margin-top:50px;
    margin-bottom:50px;
}

.instabtn span {
  position: relative; 
  z-index: 1;
}

.instabtn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #fbf7f5;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.instabtn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}


/*search newsletter*/

form.example input[type=text] {
  padding: 10px;
  font-size: 16px;
  border: 1px solid grey;
  float: left;
  width: 70%;
  background: #fbf7f500;
  outline: none;
}

form.example button {
  float: left;
  width: 30%;
  padding: 10px;
  background: #333;
  color: white;
  font-size: 16px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  outline: none;
  position: relative;
  left: 10px;
 
}

form.example button:hover {
  background: #333;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

.footer-heading {
    text-transform: capitalize;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    font-family: poppins;
}

.footer-menu {
    padding: 0;
    list-style: none;
    padding: 10px 0;

}

.footer-menu li a {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    font-family: poppins;
    text-decoration: none;
}

.footer-menu li a:hover {
    text-decoration: none;
}


.original-tag {
    display: flex;
}

.social-link li a i {
    padding-right: 20px;
    font-size: 16px;
}

.insta-content {
    text-align:center;
}

.footer-subheading {
    text-transform: uppercase;
    font-size: 18px;
    color: #989898;
    font-weight: 500;
    font-family: poppins;
}

.payment-method img {
    width: 100%;
}

.copyright{
    color: #333;
    font-size: 14px;
    line-height: 30px;
    font-family: poppins;
     margin: 0;
}

.designed-by p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
  
}


img.footerimg {
    width: 20px;
}
.designdot-link {
    background: url(../image/designdot-logo.png) no-repeat scroll left top;
    width: 72px;
    height: 17px;
    display: inline-block;
    float: none;
    margin-left: 5px;
    line-height: 0;
    transition: 0.3s;
    margin-top: 0;
    margin-right: 5px;
    vertical-align: middle;
}

.designdot-link:hover {
    background: url(../image/designdot-logo.png) no-repeat scroll left bottom;
    width: 72px;
    height: 17px;
    display: inline-block;
}

.designed-by {
    text-align: right;
}

section.first-section.bg-footer {
    background: #F8F8F8;
    padding: 15px 0 10px 0;
}


/*breadcrum*/

.custom-style{
    background-color: #f8f8f800 !important;
    margin: 0 !important;
}

.custom-style li a {
    color: #6c757d !important;
    text-decoration: none;
    font-size: 14px !important;
    text-transform: capitalize;
}

.breadcrumb-item.active {
    color: #0a0a0a !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    line-height: 25px !important;
}

.bg-breadcrum {
    background: #f8f8f8;
}

/*form-login*/

.form-style {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 18px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #939393;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-style:focus {
    border-color: #ff5992;
    box-shadow: 0 0 8px #fffbfb66;
    outline: 0;
}



/*comman btn*/


.all-btn{
    color: #fff;
    font-size: 16px;
    padding: 8px 16px;
    text-align: center;
    border: 1px solid;
    background-image: linear-gradient(to right, #f590b2, #eb145c);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    font-weight: 500;
    width: 100%;  
    outline:0;
}


.all-btn:hover{
     background-image: linear-gradient(to right, #ff3a8a, #ff84ba);
    color: #fff;
    text-decoration: none;
     outline:0;
}


button:focus {
   
    outline: 0 !important;
}

/*aboutus*/

.about-description p {
    color: #333;
    font-weight: 300;
    word-spacing: 2px;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
}

.about-description h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #333;
}


.about-description ul {
    padding: 0;
    list-style: none;
    line-height: 28px;
}

.about-description li {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    font-weight: 300;
}

#eapps-instagram-feed-1 .eapps-instagram-feed-header {
    background: rgb(251 247 245) !important;
}
/*feel blanced*/

/*.feel-blanc-content {*/
/*    padding-top: 30px;*/
/*}*/

.feel-blac-text {
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    color: #616174;
}

.feel-blanc {
    width: 100%;
    height: auto;
}


.feel-blanc figure{
 width:100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.feel-blanc figure img{
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
          width: 100%;
}

.feel-blanc figure:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}


.feel-blanc-subtitle {
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    color: #333333;
    font-size:14px;
    margin:0;
}

.feel-blanc-title {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    text-align: center;
    color: #000;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: 1.2;
}


/*search*/

.overlay {
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
    background-color: rgb(248 248 248 / 97%);
    height: 200px;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 80%;
  text-align: left;
  margin-top: 30px;
  margin:0 auto;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: #333;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 18px;
  border: none;
  float: left;
  width: 90%;
  background: #fff;
  border: 1px solid #ccc!important;
  outline: 0;
}

.overlay input[type=text]:hover {
  background: #fff;
}

.overlay button {
    float: left;
    width: 10%;
    padding: 15px;
    background: #ddd;
    font-size: 18px;
    border: none;
    cursor: pointer;
    border: 1px solid #ddd;
}

.overlay button:hover {
  background: #bbb;
}


.my-icon {
    margin-top: 16px;
}

.whatsaap {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    line-height: 60px;
}

.whatsaap:hover {
    color: #FFF;
}

.display-inline {
    display: flex;
}
/*.input-group-text {*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    padding: 0.375rem 0.75rem;*/
/*    margin-bottom: 0;*/
/*    font-size: 1.5rem;*/
/*    font-weight: 400;*/
/*    line-height: 1.5;*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*    white-space: nowrap;*/
/*    background-color: #333333;*/
/*    border-radius: 2px;*/
/*    height: 50px;*/
/*    margin-top: 18px;*/
/*    margin-left: 7px;*/
/*}*/

.form-control:focus {
    color: #495057 !important;
    background-color: #f9f9f9 !important;
    border-color: #f9f9f9 !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgb(249 249 249) !important;
}

.form-control:focus{
    outline: 0 !important;
    border-bottom: 2px solid #dc3545 !important;
}

.input-group-text {
    border: 1px solid #f9f9f9 !important;
}

.custom-w{
    width:92.9% !important;
}

.custom-w1 {
    width: 86.9% !important;
}

.menu-active{
    color:#ea145b !important;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #ed2e6e !important;
    border: 1px solid #ed2e6e !important;
    border-radius: .25rem;
}

    .masonry {
      column-count: 3;
      column-gap: 1rem;
    }

    .masonry-item {
      position: relative;
      margin-bottom: 1rem;
      break-inside: avoid;
      overflow: hidden;
      border-radius: 1px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
    
    .masonry-item:nth-child(1){
      height:200px;
    } 
    
    .masonry-item:nth-child(4){
      height:200px;
    } 
    
    .masonry-item:nth-child(5){
      height:200px;
    } 
    
    .masonry-item:nth-child(2){
      height:380px;
    } 
    
    .masonry-item:nth-child(3){
      height:380px;
    } 
    
     .masonry-item:nth-child(6){
      height:380px;
    } 


    .masonry-item img {
      width: 100%;
      display: block;
      border-radius: 1px;
      transition: transform 0.3s ease;
      height:100%;
      object-fit:cover;
      object-position: top;
    }

    .masonry-item:hover img {
      transform: scale(1.05);
    }

    .lookbook_overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: opacity 0.3s ease;
      border-radius: 1px;
    }

    .masonry-item:hover .lookbook_overlay {
      opacity: 1;
    }

    .lookbook_overlay a {
     font-size: 14px important;
     padding: 10px 18px 10px 18px !important;
     line-height: 23px important
    }

    .lookbook_overlay a span{
            font-size: 14px important;
 
    }


.logoappoinmet {
    margin-bottom: 1rem;
}

.inner-menu li:last-child {
    border-bottom: none;
}



.heading-newsletter{
    text-align: center;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    color:#616174
}


.dropdown-menu1 {
    width: 200px !important;
}


.dropleft .dropdown-menu {
    right: -40% !important;
  
}

.dropdown-menu1 a.dropdown-item{
  line-height: 35px;
}


.hide{
  display: none;
}



/*new slider*/

/*.bg-black {*/
/*     background: #282828;*/
/*}*/


/*policy*/

.privcy-heading{
    text-align: left;
    color: #2E1818;
    font-family: 'Butler_Regular',californian-bold,poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;  
    text-transform: capitalize;
}  

.blog-heading {
    text-align: left;
    color: #010101;
    text-transform: capitalize;
    font-family: 'Butler_Regular',californian-bold,poppins;
    font-weight: 400;
    font-size: 24px;
}

a.url-text {
    color: #000;
    font-weight: 500;
}

ul.policy-list li {
    color: #333;
    font-weight: 300;
    word-spacing: 2px;
    text-align: left;
    line-height: 30px;
    font-size: 14px;
}

.breadcrumb-item.active {
    text-transform: capitalize;
}

.custom-style li a {
    text-transform: capitalize;
}


p.product-shipd {
    margin: 0;
    margin-top: 5px;
    font-size: 14px;
    font-family: 'Poppins';
    color: #333;
}


.logo-slider {
  margin: 0 auto;
}

.client-logo{
  height: 135px;
  border: 1px solid #e8e8e8;
  display:flex;
  align-items:center;
  margin: 10px;
}


.client-logo img {
  width: 100%;
  max-height: 135px;
  object-fit: contain;
  padding: 10px;
  height: 100%;
  padding: 10px;
  filter: grayscale(1);
}

.client-logo:hover img{
 filter: grayscale(0);
}

.logo-slider .slick-prev,.logo-slider .slick-next {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.logo-slider .slick-prev:hover, .logo-slider .slick-next:hover {
  background: #333;
}

iframe#instagram-embed-0 {
    background: #fbf7f5 !important;
    max-width: 1200px;
    width: calc(100% - 2px);
    height: 1050px !important;
    border-radius: 3px;
    border: 1px solid rgb(251 247 245) !important; 
    box-shadow: none;
    display: block;
    margin: 0px 0px 12px;
    min-width: 326px;
    padding: 0px;
}

p.instagram-feed-footer {
    display: none;
}

   .about-box {
        width: 100%;
        display: grid;
       grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
.ctct-form-embed.form_0 .ctct-form-defaults {
    background-color: #fbf7f5 !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    background-color: #333 !important;
    border: 1px solid #333 !important;
    color: #ffffff;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover {
    background-color: #666 !important;
    border: 1px solid #666 !important;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
    color: #333 !important;
}

div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success {
    text-align: center !important;
}

span.text-small {
    font-size: 16px;
    margin-left: 4px;
}


.promo-code {
    margin-top: 15px;
    font-weight: bold;
    background: #efefefab;
    padding: 14px 33px;
    border-radius: 6px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #db2c7f;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}

.promo-code:hover {
  background: #e2e6ea;
}

.copied-msg {
  font-size: 0.85rem;
  color: green;
  margin-top: 8px;
  display: none;
}

.small-text {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 20px;
}

.product-gallery {
display: grid;
grid-template-columns: 0.15fr 1fr;
gap: 15px;
}

.product-row {
    width: 100%;
    border: 1px solid #e2e2e2;
}

.numbertext {
    color: #b4b4b4 !important;
   
}

/*responsive*/

@media (min-width: 998px){
    
.header-outer.hidden-desktop {
    display: none !important;
}   
    
}



@media (max-width: 1600px){
.feel-blanc {
    width: 100% !important;
    height: 100% !important;
}

.product-cate {
    width: 100% !important;
    height: 100% !important;
}


}


@media (max-width: 1500px){
.feel-blanc {
    width: 100% !important;
    height: 100% !important;
}

.product-cate {
    width: 100% !important;
    height: 100% !important;
}
.product-shop img {
    height: 350px;
}

.product-cate img {
    height: 430px;
}

iframe#instagram-embed-0 {
    height: 1000px !important;
}
.book-appoinment-heading {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2em;
    font-family: 'Butler_Light';
    padding: 30px 0 0px 0;
}

}

@media (max-width: 1400px){
.product-cate {
    width: 100% !important;
    height: 100% !important;
}

.feel-blanc {
    width: 100% !important;
    height: 100% !important;
}


}

@media (max-width: 1300px){
.product-shop img {
    height: 320px;
}

.logo img {
    height: 70px;
    width: auto;
    transition: all 250ms linear;
}

.top-header-text-left {
    font-weight: 500;
    font-size: 10px;
}

.top-header-text-mid {
    font-size: 10px;
}
.inner-menu {
  width: 220px;
}
}





@media (min-width: 1600px){

.slide-heading {
    font-size: 65px !important;
}


.header-icon ul li a {
    font-size: 16px;
    text-transform: capitalize;
}

/*header*/

.header-container .container {
    max-width: 1600px !important;
} 


.header-container .container-fluid {
    width: 100%;
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.top-header {
    font-size: 16px !important;
}

.nav-link{
    font-size: 16px !important;
}


.heading-text {
    font-size: 18px;
}

.main-heading {
    font-size: 46px;
}

.caption-title {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
}

.caption-text1 {
    font-size: 16px;
}

.caption-date {
    font-size: 16px;
}

/*best seller*/

.first-section .container {
    max-width: 1280px !important;
} 


.page-section .container {
    max-width: 1600px !important;
} 

.first-section  .container-fluid {
    width: 100%;
    padding-right: 50px !important;
    padding-left: 50px !important;
}



/*testimonial*/

.testimonials-description {
    line-height: 36px !important;
    font-size: 28px !important;
}

.testimoinal-img {
   width: 300px;
}

.insta-para {
    font-size: 18px;
}

.insta-heading {
    font-size: 36px;
}

form.example input[type=text] {
  padding: 20px;
  font-size: 18px;
}

form.example button {
  padding: 20px;
  font-size: 18px;
 
}

.readbtn {
    font-size: 20px;
    padding: 20px 60px;
}

.instabtn {
    font-size: 20px;
    padding: 18px 45px;
}

.social-link li a i {
    padding-right: 20px;
}



/*category*/

.cate-haeding-text {
    font-size: 28px;
}

}


@media (max-width: 1366px){

.header-icon ul li a {
    font-size: 13px;
}

.header-container .container {
    max-width: 1250px !important;
} 

.book-appoinment {
    top: 50px;
}

.nav-link {
    font-size: 13px !important;
}

}

@media (max-width: 1300px){
    .wapper {
        position: relative;
        /*top: 130px;*/
    }
}
@media (max-width: 1240px){
.dropdown-menu {
    left: -80px;
}
    
}
@media (max-width: 1200px){
.dropdown-menu {
    left: -185px;
}
.common-btn {
    margin: 20px 0px 0px 0px;
}

.mr-md-4, .mx-md-4 {
    margin-right: 1rem !important;
}

.masonry-item:nth-child(2){
  height:280px;
} 

.masonry-item:nth-child(3){
  height:280px;
} 

 .masonry-item:nth-child(6){
  height:280px;
} 

.masonry-item:nth-child(1) {
height: 145px;
}

.masonry-item:nth-child(4) {
    height: 145px;
}

.masonry-item:nth-child(5) {
    height: 145px;
}

}




@media (max-width: 1100px){

.book-appoinment-heading {
    font-size: 36px !important;
    padding: 20px 0 0px 0 !important;
}

.book-appoinment-caption {
    font-size: 18px;
}

.book-appoinment-subcaption {
    font-size: 16px !important;
    margin: 0px 0px 0px 0 !important;
}

.book-appoinment-heading {
    padding: 0px 0 0px 0;
}

.commonbutton {
    font-size: 16px;
    letter-spacing: 0px;
    padding: 10px 40px 10px 40px;
}

.common-btn {
    margin: 15px 0px 0px 0px;
}

.book-appoinment {
    top: 10px !important;
}



.slide-heading {
    font-size: 46px;
}

.banner-heading-text {
    font-size: 65px;
    
} 

iframe#instagram-embed-0 {
    height: 900px !important;
}


}


.slide-heading {
    color: #ffffff;
    text-transform: uppercase;
    font-family: Butler_Light,californian-bold,poppins;
    font-weight: 400;
    font-size: 46px;
}


.logoappoinmet {
    margin-bottom: 1rem;
}

@media (max-width: 999px){
  .product-cate img {
    height:280px;
}  
 .banner-heading-text {
    font-size: 60px;
    
}   
    
.testimonials-description {
    font-size: 20px;
}
 .cart-badge-wishlist {
    padding: 0 5px;
}  

.mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem!important;
}

.nav-link {
    font-size: 12px !important;
}

.custom-style-blog {
    top: 110px !important;
}

.header-icon ul li {
    margin-left: 12px;
}

.cart-badge-wishlist {
    right:18px;
    top: 0px !important;
}

.header-icon ul li img {
    right: 0px;
    position: relative;
}


.cart-badge {
    right: -9px;
    top: 0px;
}

.img-fix-larg {
    height: 400px !important;
    object-fit: cover;
}

}

@media (max-width: 770px){
    iframe#instagram-embed-0 {
    height: 700px !important;
}
.product-box img {
    object-fit: cover;
}
a.btn-banner {
    font-size: 16px;
}
.product-shop img {
    height: auto !important;
    width: 100% !important;
}

.pt-30 {
    padding-top: 10px;
}
.logoappoinmet figure img {
    width: 80px;
}

.book-appoinment-caption {
    font-size: 16px;
}

.book-appoinment-subcaption {
    margin: 0px 0px 0px 0 !important;
}

.book-appoinment-para {
    font-size: 14px;
    line-height: 22px;
    margin: 5px;
}

.book-appoinment {
    top: 0px !important;
    padding: 20px 0 35px 0;
}

.book-img {
    object-fit: cover;
    height: 500px;
    width: 100%;
}

.common-btn {
    margin: 20px 0px 0px 0px;
}

.logo img {
    height: 55px;
}

.dropdown-toggle .text-white{
  font-size: 12px;  
}

.modenext-heading-para {
    font-size: 30px;
    
}

.header-icon ul li {
    margin-left: 22px;
}

.header-icon ul li {
    margin-left: 12px;
}
}

@media (max-width: 770px){
.shortbtn {
    width: 180px !important;
}

.short-content {
    width: 180px !important;
}
    .book-appoinment-heading {
        font-size: 28px !important;
        padding: 20px 0 0px 0 !important;
    }
}
@media (max-width: 768px){
  .product-cate img {
    height:330px;
} 
.banner-para-text {
    font-size: 16px  !important;
    line-height: 1.5  !important;
}    
    
.display-flex {
    justify-content: start !important;
    margin-top: 10px;
}

.address-box.rightmr {
    margin-bottom: 15px;
} 
 
.billing-text {
    margin-top: 20px;
} 
 
.dropdown-menu-custom {
    top: 45px !important;
} 
 
 
.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #ea0f58;
    opacity: 0;
    transition: all 200ms linear;
    display:none;
} 
 
 
 .book-appoinment-subheading {
    margin-top: 25px;
}
 

.slide-heading {
    font-size: 36px;
}

 .dropdown-menu {
    width: 100% !important;
}
 
.dropdown-toggle::after {
    background-color: #333;
}  

  .dropdown-menu {
    background-color: #fff;
}
    
  .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}


.header-icon {
    position: relative;
    right: 20px;
    top: -5px;
}

.navbar-toggler {
    position: relative;
    top: -42px;
    right: -10px;
}



.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
   
    background-color: #fff;
}


.top-header {
    display: none;
}  

/*.header-sticky {*/
/*    background: #000;*/
/*}*/


.nav-item.show .dropdown-menu-custom {
    z-index: 999;
}

.dropdown-item {
    font-weight: 500;
}

.slide-heading {
    color: #000;
    font-weight: 500;
    font-size: 36px;
}

p.slide-sub-heading-textYour {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.video-content-parent {
    top: 210px;
}

.modenext-heading-para {
        font-size: 20px;
        line-height: 30px;
    }
    
.heading-text {
    font-size: 15px;
}

.modenext-heading {
    font-size: 15px;
}

.start-style {
    background: #000;
}

.banner-slide {
    margin-top: 112px;
}

.slick-next, .slick-prev {
    top: 100% !important;
}

.feel-blanc-content {
    padding-top: 0px;
    padding-bottom: 25px;
}

.dropdown-menu {
  padding: 0px!important; 
}

.img-fix-small {
    height: auto  !important;
    object-fit: contain;
}

.img-fix-larg {
    height: auto !important;
    object-fit: contain;
   
}

#cart_data {
    position: relative;
    left: 10px !important;
}

.header-icon ul li {
    margin-left: 14px;
}

.cart-badge-wishlist {
    right: 25px;
    top: 0px;
}

.videoCoverImage {
    margin-bottom: 15px;
}

.box2 {
    margin-bottom: 20px;
}

.address-text {
    word-break: break-all;
}


.navbar-nav-custom {
    -ms-flex-direction: row !important;
     flex-direction: row !important; 
}

}


@media (max-width: 767px){
     iframe#instagram-embed-0 {
    height: 650px !important;
} 
.logo img {
    height: 55px;
} 
  
 .about-description h3 {
    font-size: 18px;
    line-height: 26px;
}
    
.overlay input[type=text] {
    width: 80% !important;
} 

.overlay button {
    width: 20%;
}

.dropdown-item {
    padding: 0 10px;
}

.dropdown-menu {
    top: 24px !important;
}
 

.slide-heading {
    font-size: 36px;
}   
    
.navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}



.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
   
    background-color: #fff;
}
.top-header {
    display: none;
}


.banner-content {
    top: 20%;
}

.testimoinal-img {
    width: 100%;
}

.copyright {
    text-align: center;
}

.designed-by {
    text-align: center;
}

.feel-blance-container {
    margin-top: 10px;
}
    
}
@media (max-width: 576px) {
    .slick-next, .slick-prev {
        margin-top: 20px;
    }
}
@media (max-width: 525px){
    
 iframe#instagram-embed-0 {
    height: 550px !important;
} 
        .main-heading {
        font-size: 24px;
        line-height: 35px;
    }
.main-heading1 {
    font-size: 30px;
    line-height: 1.5;
}
.payment-box2 {
    float: left !important;
}

.heading-newsletter {
    font-size: 16px;
    color: #616174;
    line-height: 25px;
}


.short-by-dropdown {
    float: left !important;
    margin-top: 12px;
}


.custom-w{
    width:70% !important;
}

.display-flex {
    justify-content: start;
}


.custom-style-blog {
    top: 45px !important;
}

#cart_data {
    position: relative;
    left: 10px !important;
}

.product-image img {
    height: auto !important;
}

.product-heading {
    line-height: 30px !important;
}

.custom-select1.custom-width {
    width: 120px !important;
}

.custom-select1 {
    width: 225px !important;
}

.display-flex {
    display: block !important;
    justify-content: start !important;
}

.select_box {
    float: left !important;
    margin-top: 10px;
}

.instabtn {
    margin-top: 15px !important;
    margin-bottom: 40px !important;
}

.overlay .closebtn {
    right: 12px;
}

}

@media (max-width: 425px){
 iframe#instagram-embed-0 {
    height: 480px !important;
} 
.banner-heading-text {
    font-size: 47px;
}


.custom-w{
    width:58% !important;
}
 
.cart-btn a {
    padding: 12px 15px !important;
    font-size:12px !important;
}

.cart-btn-bulk a {
    padding: 14px 15px !important;
    font-size: 12px !important;
}
 
/*.blog-details-page {*/
/*    margin: -100px auto 0 !important;*/
/*} */
  
 form.example button {
    font-size: 13px;
}
    
 .rating-star {
    bottom: 110px;
}   

.top-header-text-left {
    text-align: center;
}

.socila-menu {
    padding: 0;
    float: none;
    text-align:center;
    justify-content: center;
}

}



@media only screen and (max-width: 1500px){
.box1 figure img {
    height: 410px !important;
}

}

@media only screen and (max-width: 1250px){


}
@media only screen and (max-width:999px){

.about-description h3 {
    font-size: 20px;
    line-height: 26px;
}

.about-box {
    grid-template-columns: 1fr;
    gap: 20px important 
}
}

@media only screen and (max-width:768px){

/*.box1 figure img {*/
/*    height: auto !important;*/
/*    object-fit: contain;*/
/*}*/
.banner-content {
    top: 35% !important;
}

.banner-heading-text {
    font-size: 46px !important;
}
}

@media (max-width: 601px) {
        .p-100 {
            padding-top: 35px;
            padding-bottom: 20px;
        }
      .masonry {
        column-count: 1;
      }
      .masonry-item:nth-child(2){
      height:auto;
    } 
    
    .masonry-item:nth-child(3){
      height:auto;
    } 
    
     .masonry-item:nth-child(6){
      height:auto;
    } 
    
    .masonry-item:nth-child(1) {
    height: auto;
    }
    
    .masonry-item:nth-child(4) {
        height: auto;
    }
    
    .masonry-item:nth-child(5) {
        height: auto;
    }
    }

@media (max-width: 480px) {
      .masonry {
        column-count: 1;
      }
    }
@media only screen and (max-width:550px){
}
.dropdown-menu1 {
    width: 155px !important;
}
.gal-prev, .gal-next {
    top: 55% !important;
}
}
@media only screen and (max-width:376px){
.banner-heading-text {
    font-size: 42px !important;
}
}


@media only screen and (max-width:321px){
.banner-heading-text {
    font-size: 35px !important;
}
}


i.fa.fa-heart.whishlist-red {
    color: #ff0348;
}
