/*
Theme Name: Enkaivandhakadhai
Template: understrap
*/
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap');



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

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 
}

html,
body,h1,h2,h3,h4,h5,h6,a,p{
   font-family: "Gothic A1", sans-serif !important;
}

html:focus-within {
    scroll-behavior: smooth;
}
*{
	font-family: "Gothic A1", sans-serif !important;
}


:root {
    --kvk-wte: #ffffff;
    --kvk-nav:#00C3B1;
    --kvk-nav-fon:#570861;
    --kvk-ban-spa:#FCB777;
    --kvk-ban-fon:#FEFEFE;
    --kvk-blk:#333333;
    --kvk-abou-fon:#626262;
}

body * h1 {
    font-size: 55px;
}

body * h2 {
    font-size: 40px;
}

body * h3 {
    font-size: 45px;
}

body * h4 {
    font-size: 35px;
}

body * h5 {
    font-size: 21px;
}

body * h6 {
    font-size: 25px;
}

body * p {
    font-size: 18px;
}
.fa{
	font-family: FontAwesome !important;
}
.far, .fas{
	font-family: "Font Awesome 5 Free" !important;
}






input.mainLoginInput {
    outline: none;
}

body ul,
body ul li,
body ul li::marker {
    list-style-type: none;
}

body a,
body a:hover {
	color: #f68a26;
    text-decoration: none;
}


.close-btn {
    display: none;
}
.mobil {
    display: flex;
    padding-left: 55px;
}
.mobil {
    display: flex;
    padding-left: 55px;
    gap: 40px;
}
.home-banner
{
	position: relative;
	height:100vh;
	    overflow: hidden;
}
.home-banner-overlay
{
background: linear-gradient(236deg, rgb(0 0 0 / 58%), rgb(0 0 0 / 80%) 100%);
position: absolute;
top: 0;
width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
}
.home-banner-overlay-text
{
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	    width: 100%;
}
	#wrapper-navbar.header.shrink img.kvk_logo
	{
		top: 4px !important;
	}
.home-banner-overlay-text h1
{
	    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 300;
	margin-bottom: 20px;
}
.home-banner-overlay-text p
{
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.home-banner-overlay-text a
{
	margin-top: 20px;
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 5px;
}
.home-banner-overlay-text a:hover
{
	color: #fff !important;
}

.logo {
    position: absolute;
    padding: 14px;
    left: 1.5em;
   top: -0.3em;
}
.custom-menu-class .menu{
       display: flex;
    padding-right: 30px;
    justify-content: flex-end;
}

.actions .coupon label
{
	display: none !important;
}
.menu ul li {
    padding-right: 50px;
}
.mail p {
    margin: 0px;
    padding-right: 30px;
}
.mobil .fa, .mail .fa{
    color: var(--kvk-wte);
    padding-left: 3px;

}
.account {
    margin-left: 5px;
}
.mail {
    display: flex;
    align-items: center;
}
.mobil a, .mail p, .mobil_child span{
       color: var(--kvk-wte);
    font-size: 14px;
    margin-left: 4px;
    font-style: normal;
    font-weight: 400;
	line-height: 26px;
}

.home-navigation.headermenu {
    box-shadow: 0px 3px 4px 0px #dcd3d3;
}
.menu li a{
    font-size: 14px;
    color: #333;
	    text-transform: uppercase;
	letter-spacing: 2px;
}
.header-right-col {
    background-color:rgb(214 181 135);
    display: flex;
    justify-content: space-between;
    padding-bottom: 13px;
    padding-top: 13px;
    position: relative;
}
.header-right-col::before{
    content: "";
    width: 60px;
    background-color: rgb(214 181 135);
    position: absolute;
    left: -24px;
    top: 0px;
    height: 99%;
    transform: skew(39deg, 360deg);
}
.banner_slider {
    margin: 40px 0 40px;
    position: relative;
    z-index: 0;
}
.banner_slider video{
    width: 100%;
    height: 500px;
    border-radius: 30px;
    object-fit: cover;
}
.banner_slider img{
    border-radius: 30px;
}
/* .banner_slider::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    background: rgb(9 9 9 / 60%);
} */
.content_slider{
    width: 54%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 38%;
}
.content_slider h1{
    color: var(--kvk-ban-fon);
    font-weight: 600;
}
.content_slider h5{
    color: var(--kvk-ban-fon);
    font-weight: 500;
    padding-top: 30px;
	line-height: 32px;

}
.banner .owl-nav {
        bottom: 35px;
    position: absolute;
    left: 0;
    display: flex;
    right: 0;
    margin: auto;
    justify-content: center;
}
.home .banner .owl-nav{
	z-index: 9999;
}
.banner .owl-theme .owl-nav [class*=owl-]{
	margin: 0px 45px;
}
.owl-prev, .owl-next{
    width: 50px;
}
.owl-prev, .owl-next{
    width: 50px;
}
.banner .owl-dots {
         position: absolute;
    left: 0;
    bottom: 47px;
    right: 0;
    margin: auto;
}
div#testst-slider.owl-theme .owl-dots .owl-dot span{
	background: #928F8F;
}
div#testst-slider.owl-theme .owl-dots .owl-dot.active span{
	background: #E0E0E0;
}
.content_slider span{
    color: var(--kvk-ban-spa);
}
.labels_back{
     background-color: rgb(214 181 135);
    padding-top: 20px;
    padding-bottom: 20px;
}
.label_cont{
    align-items: center;
    display: flex;
}
    .labels .container {
        max-width: 92% !important ;
    }
.labels h6{
    margin: 0px;
    color: var(--kvk-wte);
    font-weight: 500;
}
section.cards {
    padding-top: 70px;
    padding-bottom: 70px;
}
.cards_main{
    display: flex;
    justify-content: center;
    text-align: center;
}
.cards_img {
    display: flex;
    justify-content: center;
}
.cards_img  img{
width: 100%;
}
.banner .owl-item.active{
    transform: scale(1.13);
} 
.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
}
.cards_content{
    padding-bottom: 40px;
}
.cards_content h2{
    font-weight: 600;
    color: #333333;
}
.label_mains{
    margin-bottom: 30px;
    align-items: center;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background:transparent;
}
.cards h5{
    font-weight: 600;
}
.cards_act a {
    border: 2px solid #570861;
	
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product
{
	padding: 15px;
	text-align: center;
}
.tp-image-wrapper
{
	margin-bottom: 10px;
}
.heading-label
{
text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #333 !important;
    display: inline-block;
    font-size: 12px;
}
.cards .container {
    max-width: 1220px;
}
.selling_cont h2{
        font-weight: 400;
    color: #333333;
    font-size: 30px;
    text-transform: uppercase;
	letter-spacing: 3px;
}
.selling_cont span{
    color:#d6b587;
}
.product_img{
    text-align: center;
}
.product_mains{
    display: flex;
    justify-content: center;
}
.price {
    padding-top: 7px;
    display: flex;
    gap: 12px;
}

.product_data h4{
    font-weight: 600;
}
.product_card{
    padding: 24px;
}
.top_selling .owl-stage {
    padding: 20px 20px 20px 20px;
}
/* .add_cards li img:hover {
    transform: scale(1.2);
} */
.about_cta a:hover{
    background-color: transparent;
    border: 2px solid #570861;
    color:#570861;
}
.top_selling .owl-item.active:hover .product_card{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.top_selling .owl-item.active .product_btn{
    border: 2px solid #E7E1DB;
}
.top_selling .owl-item.active:hover .product_btn{
    background-color: #F89941;
    border: 2px solid #F89941;
}
.top_selling .owl-item.active:hover .product_btn:hover{
    background-color: transparent;
    color: #F89941;
}
.product_btn{
    background-color: #E7E1DB;
    padding: 8px 52px;
    width: 100%;
    color: var(--kvk-wte);
    font-size: 18px;
    font-weight: 600;
    border: none;
    text-align: center;
}
.product-imgs{
width: 100px!important;
}
.product_img img {
    height: 200px;
}
.top_selling .container {
    max-width: 1349px;
}
.top_selling{
    padding-bottom: 40px;
}
.selling_cont {
    padding-bottom: 20px;
}
.selling_cont p{
    color:#F89941;
}
.banner{
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}
.insta-post {
    padding: 6px;
}
.top_selling .owl-nav {
    top: 0px;
    right: 116px;
    transform: translateY(-84px);
    position: absolute;
    gap: 15px!important;
    display: flex;
}
.about .container, .video_pop .container, .insta .container, .footer_social .container{
    max-width: 1234px;
}
.testimonial .container {
    max-width: 1000px;
    padding: 0px;
}
.rotate-about {
    transform: rotate(-42deg);
    position: relative;
}
.about{
    padding-bottom: 120px;
    overflow: hidden;
    padding-top: 70px;
}
.rotate-about::after{
    content: url(/wp-content/uploads/2022/10/Vector-4-1.png);
    position: absolute;
    width: 100%;
    transform: rotate(45deg);
    height: 0px;
    top: 48%;
    left: 16%;
    z-index: -1;

}
.about_cont  h2{
color: #333333;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.about_cont span{
    color: #d6b587;
    font-weight: 400;
}
.about_cont h5{
    font-weight: 500;
    padding-bottom: 30px;
    padding-top: 10px;
}
.testimonial .owl-item .testi_qutes{
    background-image: url(/wp-content/uploads/2022/10/image-411-Traced-1.png);
    width: 100%;
    padding: 20px;
    background-repeat: no-repeat;
    position: relative;
    top: 12px;
    background-position: center;
    background-size: 40px;

}
.testimonial .owl-item.active.secondactiveitem .testi_qutes{
background-image: url(/wp-content/uploads/2022/10/image-411-Traced-1-1.png);
width: 100%;
padding: 22px;
background-repeat: no-repeat;
position: relative;
top: 10px;
background-position: center;
	background-size: 40px;
}
.about_cta a {
       background-color: #570861;
    padding: 10px 26px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.video_pop{
    padding-bottom: 70px;
}
.videos {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
}
.play_icon{
    position:absolute;
}
.testimonial{
text-align: center;
    padding-bottom: 140px;
    padding-top: 100px;
}
.testi_backs{
    text-align: center;
    width: 100%;
    padding-top: 20px;
}
.testimonial .container .owl-nav{
	      left: 0 !important;
    right: 0 !important;
    margin: auto;
    justify-content: center;
}

.testimonial .owl-dots {
       position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
	display: none;
}
.insta{
padding-top: 80px;
    text-align: center;
    padding-bottom: 80px;
    background-color: #d6b5871f;
}
.testimonial .owl-nav {
            display: flex;
    position: absolute;
}
.testimonial .owl-theme .owl-nav [class*=owl-]{
	margin: 0px 15px;
}
.testimonial .owl-theme .owl-dots .owl-dot span{
	    width: 7px;
    height: 7px;
    margin: 6px;
}
.testimonial .about_cont{
    padding-bottom: 20px;
}
.testimonial .owl-theme .owl-dots .owl-dot span{
	background-color: #E0E0E0;
}
.testimonial .owl-theme .owl-dots .owl-dot.active span{
	background-color: #858585;
}
.testi_box{
       text-align: center;
    background-color: #fff;
    color: #888888;
    padding: 11px 10px 44px;
    border-radius: 6px !important;

}
.testimonial .owl-item.active.center .testi_box{
	box-shadow: none !important;
}

.testimonial .owl-item.active.secondactiveitem .testi_box{
    top: -99px;
    position: absolute;
    transform: scale(1.09);
    color: var(--kvk-wte);
    background-color: #F89941;

}
.testi_cont {
     padding: 20px 20px 0px 20px;
   
}
.testimonial .owl-item.active.nextactiveitem{
    z-index: -1;
}
.testi_cont p {
    padding-top: 10px;
       font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.005em;
   color: #888888;
}
section.testimonial .owl-item.active.secondactiveitem p{
	color: #ffffff;
}
.testi_box .profile img{
	       height: 70px;
    width: 70px !important;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
    border: 1px solid rgba(51, 51, 51, 0.2);
    margin: 15px auto 13px;
}
.testi_box h5:before{
	display:none;
}
.profile img{
    width: 60px!important;
}
.profile h5{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.testimonial .container .owl-nav img{
	height: 35px;
}
.profile {
	text-align: center;
}
.footer{
    background-color: #000;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 80px;
}
.footer_mains{
    display: flex;
    justify-content: center;
    text-align: center;
}
.footer ul{
    padding-left: 0px;
    color: var(--kvk-wte);
    font-weight: 500;
}
.fotter_social ul {
    display: flex;
    justify-content: start;
    gap: 15px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.fotter_social ul li img
{
	height: 20px;
}
.footer h6{
    color: var(--kvk-wte);
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.footer ul li{
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 24px !important;
}
.footer ul li a{
    color:var(--kvk-wte);
    font-weight: 500;
	display: block;
}
section.footer .container{
	max-width: 90%;
}
.footer-watsap li:nth-child(1){
	line-height: 30px;
}
.footer ul li a:hover{
    color:var(--kvk-wte);
}
.footer_cont h4{
    color: var(--kvk-wte);
	margin-bottom: 18px;
}

.subscribe_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 14px;
}
.footer_bottoms{
    padding-top: 0px;
}
.subscripe_cta{
    color: var(--kvk-wte);
    background-color: var(--kvk-nav-fon);
    font-size: 15px;
    padding: 8px 20px;
    border: none;
}
.footer input[type="email"] {
    padding: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #fff;
    margin-bottom: 20px;
    width: 100%;
}

.footer input[type="submit"]{
color: var(--kvk-wte);
    background-color: var(--kvk-nav-fon);
    padding: 14px 30px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.footer-copyrights
{
	padding-right: 20px;
}
.footer input[type="email"]::focus-visible{
	outline:none !important;
}
.mc4wp-form-fields p{
	      width: fit-content;
    margin: 25px auto;
    position: relative;
}
.mc4wp-form-fields p span{
	       position: absolute;
    left: 20px;
    top: 48%;
    transform: translateY(-50%);
}
.mc4wp-form-fields p span .fa{
	font-size: 18px;
}
.footer_social{
	background-color: #000;
    padding-bottom: 70px;
}
.footer_social span{
    font-size: 16px;
    font-weight: 500;
}
.footer_social a{
    color: var(--kvk-nav-fon);
}
.footer_social a:hover{
    color: var(--kvk-nav-fon);
}
.banner_contact{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_contact::before{
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(9 9 9 / 67%);
}
.content{
    position: absolute;
    color: var(--kvk-wte);
    font-weight: 600;
}
.about_contact{
  padding: 50px 0px;
}
.main_contact{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.maps_main{
    display: flex;
    justify-content: center;
    text-align: center;
}
.maps{
	padding-top: 120px;
    padding-bottom: 120px;
	background-color: #d6b5871f;
}
.address-box h4, .contact-form-section h4
{
font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;	
	letter-spacing: 4px;
	display: inline-block;
}
.cf-7s
{
	margin-top: 30px;
}
.cf-7s .form-control
{
	border: 1px solid #000 !important;
	border-radius: 0px !important;
	font-size: 14px !important;
	padding: 10px 15px !important;
	height: auto !important;
}
.cf-7s .form-control:placeholder
{
	font-size: 14px !important;
}
.address-box p
{
	font-size: 15px;
    line-height: 26px;
}
.address-box p a
{
	color: #333;
}
.contact-form-section
{
	    padding-bottom: 100px;
    text-align: center;
}
.contact-address-section
{
	padding-top: 120px;
    padding-bottom: 100px;
}
.left_contacts{
    background-color: var(--kvk-nav);
}
.contact_add ul{
    padding: 0px;
}
.wpcf7-not-valid-tip
{
	text-align: left;
    font-size: 12px;
    margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output
{
	margin: 0px !important;
	font-size: 12px;
}
.left_contacts{
    padding: 23px;
    color: #ffff;
}
.contact_add li{
    display: flex;
    align-items: center;
}
.contact_add li a{
color: #ffff;    
}
.contact_add .fa-mobile{
color: #ffff;
font-size: 44px;
padding-right: 13px;
text-align: center;
}
.contact_add .fa-envelope-o{
    color: #ffff;
    font-size: 24px;
    padding-right: 9px;
    text-align: center;
}
.top_selling .owl-item.active:hover .add_cards{
    display: block;
}
.top_selling .owl-item.active .add_cards,
.top_selling .owl-item .add_cards
{
    display: none;
}
.top_selling .add_cards{
    position: absolute;
    right: 9px;
    top: 11px;
    display: flex;
    flex-direction: column;
}
.best-selling-slide
{
	padding: 100px 0px 120px;
	display: block;
	position: relative;
}
.add_cards li{
    list-style-type: none;
    margin-bottom: 9px;
}
.price_offer {
    color: #CCCCCC;
    position: relative;
}
.price_offer::before {
    content: "";
    position: absolute;
    background-color: #B87333;
    width: 100%;
    height: 2px;
    transform: translateY(12px);
    left: 0px;
}
.new_item{
    position: absolute;
    align-items: center;
    top: 0px;
    left: 0px;
    background-color: var(--kvk-ban-spa);
    display: flex;
    padding: 3px 19px;
  
}
.new_item p{
    color: #fff;
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
}

.custom-menu-class .menu{
	align-items: center;
}
li.shop-nw.menu-item a{
      color: var(--kvk-wte);
    font-size: 16px;
    background-color: var(--kvk-nav-fon);
    display: block;
    padding: 8px 18px;
}
.modal-dialog {
    max-width: 800px!important;
}
div#test-video-pop .modal-body iframe{
height: 350px;
} 
.menu .card_icons a{
visibility: hidden;
position: relative;
}
.menu .card_icons a::before{
    position: absolute;
    content: url(/wp-content/uploads/2022/10/Group-11936.png);
    width: 50px;
    left: 6px;
    top: 0;
    visibility: visible;
}
.col-md-7.right_contact h4 {
    margin-bottom: 22px;
}
.mainLoginInput{
    height: 38px;
    padding: 0px;
    font-size: 16px;
    margin: 5px 0;
  }
  .about_contact .wpcf7 {
    max-width: 100%;
}
.right_contact, .left_contacts{
    padding: 30px;
}
  
  .mainLoginInput::-webkit-input-placeholder { 
  font-family: FontAwesome;
  font-weight: normal;
  overflow: visible;
  vertical-align: top;
  display: inline-block !important;
  padding-left: 5px;
  padding-top: 2px;
  }
  .contact_btns input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #000 !important;
    color: var(--kvk-wte);
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 20px !important;
    height: auto !important;
    letter-spacing: 3px;
    border-radius: 0px !important;
  }
  

/* play button */
.play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient( rgba(202, 151, 42, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 100px auto;
    box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8);
  }
  
  /* triangle */
  .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  /* pulse wave */
  .play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -26%;
    left: -26%;
    background: 
    #F89941;
  }
  
  @-webkit-keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  
    }
  }
  
  @keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;
  
    }
  }


/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: inline-block;
    margin: 0px auto 0;
    color: #570861;
    font-size: 14px;
    border-radius: 0;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 3px;
	border-radius: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}

a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}


/* Victoria Buttons */

a.animated-button.victoria-two:after {
	background:#570861;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}




.cb-video-container {
  position: relative;
}

.video {
  display: block;
}

.play-pause--click-area {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.play-pause--container {
  position: relative;
  width: 30px;
  height: 30px;
}
.play-pause--container .play-pause--icon {
  margin: auto;
  right: 0;
  left: 0;
  position: absolute;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.play-pause--container .play-icon {
     width: 0;
    height: 0;
    border: 0 solid transparent;
    border-bottom-width: 12px;
    border-top-width: 12px;
    border-left: 20px solid #fff;
}
.play-pause--container .pause-icon {
  background-color: #fff;
  width: 10px;
  height: 30px;
  left: -10px;
  position: absolute;
}
.play-pause--container .pause-icon:after {
  content: "";
  background: inherit;
  width: 10px;
  height: 30px;
  left: 15px;
  position: absolute;
}
.mc4wp-alert
{
	    color: #fff;
    max-width: 100%;
    margin: 10px auto 0px;
}
.mc4wp-alert p{
	font-size: 14px;
}
.footer input[type="email"]:focus-visible {
	outline: none !important;
}
.menu-item-type-woofc .woofc-menu-item-inner-subtotal
{
	display: none;
}
ul.products .spinner, .la-spinner, .wpfIconPreview .spinner, .wpfLoaderIconTemplate .spinner, .woobewoo-filter-loader.spinner
{
	background: url(/wp-content/uploads/2022/10/logo-dc-final-1.png) !important;
	    background-size: contain !important;
}
.slick-track .slick-slide
{
	height: auto !important;
}
.woocommerce div.product .entry-summary .cart div.quantity{
    float: none;
    margin: 0;
    display: inline-block;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
}
.banner .owl-item{
	transition: all .7s ease-in-out;
}
.banner .owl-item.active{
	    transform: scale(1.13);
    transition: all .7s ease-in-out;
}
.testimonial .owl-item.active.center{
	z-index: 99;
}
.testimonial .owl-item.active.center .testi_box{
	    transform: scale(1.1);
    position: absolute !important;
    top: -5.8em !important;
    background: #F89941;
    color: #fff !important;
    transition: all .3s ease-in-out;
}

.testimonial .owl-item.active.center .testi_qutes{
	background-image:url(/wp-content/uploads/2023/07/white-qot-icon.png) !important;
}
.testimonial .owl-item.active.center p{
	color:#ffffff !important;
}
.testimonial .owl-item.active a.testi-redmr{
	    color: #F89941 !important;
    font-size: 14px;
    margin-top: 6px;
    display: block;
}
.testimonial .owl-item.active.center a.testi-redmr{
	color: #895290 !important;
}
.instagram-gallery-modal__overlay{
	z-index: 2000000;
}
section.cards .row.cards_main{
	margin: 0;
}
#mob-acc-i{
	display:none;
}
.mc4wp-form-fields{
	    width: fit-content;
    margin: auto;
    position: relative;
}

.pum.pum-overlay.pum-theme-238 .pum-container, .pum-theme-lightbox .pum-container{
    border: unset !important;
    box-shadow: unset !important;
    background-color: rgba( 255, 255, 255, 1.00 );
	padding: 8px !important;
}
.pum-theme-238, .pum-theme-lightbox{
	background-color: rgb(0 0 0 / 48%) !important;
}
div#mob-ftlogo{
	display: none;
}
.woocommerce ul.products li.product .onsale{
	    top: 6px;
    right: unset;
    left: auto;
}
section.best-selling-slide .woocommerce ul.products li.product .onsale{
	left:0;
	top: 7px;
}
section.best-selling-slide ul.products.columns-3.slick-initialized.slick-slider li{
	padding:6px !important;
	margin: 0 15px !important;
}
section.best-selling-slide .best-selling-slider div#wcpscwc-product-slider-1 .products button.slick-prev{
	    background: transparent url(/wp-content/uploads/2023/07/prodd-left-arr.png) center center no-repeat !important;
}
section.best-selling-slide .best-selling-slider div#wcpscwc-product-slider-1 .products button.slick-next{
	  background: transparent url(/wp-content/uploads/2023/07/prodd-right-arr.png) center center no-repeat !important;

}
section.best-selling-slide .best-selling-slider .products button.slick-arrow{
	    background-size: 100% !important;
    outline: none !important;
  width: 40px;
    height: 35px;
	top: 42%;
}
.best-selling-slider
{
	margin-bottom: 20px;
}

.best-selling-slider .slick-list.draggable{
    margin: auto !important;
}
a.best-sell-vwall{
	color: #F89941 !important;
	font-size: 18px;
	font-weight:500;
}
/* button.plus.qib-button,.qib-container .quantity input.qty:not(#qib_id):not(#qib_id),.qib-button:not(#qib_id):not(#qib_id){
	    height: 22px !important;
    width: 28px !important;
    font-size: 12px !important;
} */
.qib-container{
	margin: 5px 0px;
}
section.com-banner{
	    padding: 40px 0px;
    text-align: center;
    background: #f7f7f7;
}
section.com-banner h1{
color: #000;
    margin: 0;
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
}
section.comm-content{
	padding: 60px 0px;
}
section.comm-content .container{
	max-width: 90%;
}
section.comm-content, section.comm-content p{
	       font-weight: 400;
    line-height: 28px;
    font-size: 17px;
    color: #333333;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
}
section.comm-content h2,section.comm-content h3{
	          font-size: 24px;
    color: #842584;
    margin: 28px 0px 8px;
    font-weight: 600;
}
section.comm-content h4{
	        font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}
section.comm-content ul{
	padding-left: 20px;
}
section.comm-content ul li{
	list-style-type: disc !important;
}
section.comm-content a{
	color: #f68a26 !important;
}
div#testimonial-slider .owl-dots.disabled, div#testimonial-slider .owl-nav.disabled{
	display: flex;
}
.banner_contact.no-bkdrp:before{
	display:none !important;
}


/*style-ends*/

/*ipad-mini*/
@media screen and (min-width: 700px) and (max-width: 960px){
	.top-header .tophd-left-cols{
		display: none;
	}
	.top-header .header-right-col{
		    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	.header-right-col::before{
		display:none;
	}
	.top-header .header-right-col{
		padding: 10px 20px !important;
	}
	.mobil_child img, .mail_child img{
		height: 14px;
		margin-right: 8px;
	}
	.header-right-col{
		justify-content: center;
	}
	.mail_child{
		margin: 0px 2em;
	}
	.top-header .mail:before{
	    transform: scale(.82);
    margin-right: 0px !important;
	}
	.top-header .header-right-col .mail a{
		  padding: 2px 10px 2px 5px;
    font-size: 12px;
	}
	.play-pause--container .play-icon{
		border-left: 18px solid #fff;
	}
	.labels .container{
		max-width: 84% !important;
	}
	html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden]{
		padding-right: 0px !important;
	}
	div#testst-slider.owl-theme .owl-dots .owl-dot span{
		    width: 7px;
    height: 7px;
    margin: 5px;
	}
	.cards_act.child-cat-link a{
		letter-spacing: unset !important;
	}
	.cards_act.child-cat-link img.arrows{
		height: 8px;
	}
	section.cards ul.products.columns-4 li.product-category.product{
		width: 50% !important;
	}
	.play-pause--container .pause-icon,.play-pause--container .pause-icon:after{
		width: 6px;
		height: 22px;
	}
	.play-pause--container .pause-icon:after{
		left: 12px;
	}
	.play-pause--icon.pause-icon{
		left: -11px;
	}
	.testi_backs{
		padding-top: 0px;
	}
	.testi_box .profile img{
		height: 50px;
		width: 50px !important;
	}
	.testimonial .owl-item .testi_qutes{
		margin-bottom: 10px;
	}
	.testimonial .owl-item.active a.testi-redmr{
		font-size: 13px;
	}
	div#mob-ftlogo{
		    text-align: center;
    margin-bottom: 18px;
		display:block;
	}
	div#desk-ft-logo{
		display: none;
	}
	.footer{
		padding-top: 30px;
	}
	.footer_bottoms{
		padding-top: 0px;
	}
	.footer h6{
		    font-size: 22px;
    margin-bottom: 8px;
	}
	.footer_cont h4{
		    font-size: 27px;
    margin-bottom: 20px;
	}
	.footer input[type="email"],.footer input[type="email"]::placeholder, .footer input[type="submit"]{
		    height: 40px;
    font-size: 16px;
    line-height: normal;
	}
	.footer input[type="submit"]{
		padding: 2px 20px;
	}
	.mc4wp-form-fields:before{
    left: 18px;
    top: 8px;
    transform: scale(.9);
	}
	.row.footer_bottoms{
		margin-top: 15px;
	}
	
}


/*mini-ends*/

/*mobile*/
@media (max-width: 600px){
	.contact .banner_img img{
    height: 150px;
    object-fit: cover;
    object-position: center;
	}
	.top-header .tophd-left-cols,.header-right-col::before{
		display: none;
	}
	.mobil{
		    display: block;
    padding-left: 15px;
    gap: unset !important;
	}
	.header-right-col{
		    padding: 10px 15px !important;
    display: block !important;
	}
	.top-header .mobil_child,.top-header .mail_child{
		    display: block;
    align-items: unset;
    justify-content: unset;
		margin-bottom: 5px;
		text-align: center;
	}
	header#wrapper-navbar nav .nav-bar-nav.hide-seek{
		width: 75% !important;
	}
	div#mob-acc-i:before{
		        content: url('/wp-content/uploads/2022/11/menu-accnt-icon.svg');
    margin-right: 13px;
  display: inline-block;
    position: relative;
    top: 7px;
    left: 2px;
    right: 0;
    margin: auto;
		transform: scale(.9);
    padding: 0px 6px;
	}
	div#mob-acc-i{
		display: inline-block;
		background-color:#F89941 !important;
		margin-top: 10px;
	}
	div#mob-acc-i a.nav-link{
		display: inline;
	}
	div#mob-acc-i a.nav-link{
		           border-radius: 0px !important;
    line-height: 1.5 !important;
    padding: 5px 20px;
    font-size: 15px;
    color: #fff !important;
    display: inline-block;
    border-left: 1px solid;
	}
	div#mob-acc-i .dropdown .dropdown-menu{
		    border: none !important;
    background: seashell;
    padding: 5px 15px;
    color: #000 !important;
	}
	div#mob-acc-i .dropdown .dropdown-menu a{
		color: #000 !important;
	}
	li.shop-nw.menu-item a{
    font-size: 14px;
    display: block;
    padding: 2px 18px;
	}
	div#mob-ftlogo{
		    text-align: center;
    margin-bottom: 18px;
		display:block;
	}
	div#desk-ft-logo{
		display: none;
	}
}

/*mobile-ends*/

/*ipad-pro*/
@media (min-width: 990px) and (max-width: 1100px){
	.first-ft-coll{
		padding-left: 2em !important;
	}
	.top-header img.kvk_logo{
   		 top: 1.2em;
  	 	 left: -10px;
  	 	 height: 60px;
	}
	ul#menu-kvk li.menu-item{
		    padding-right: 15px !important;
    padding-left: 15px !important;
	}
	ul#menu-kvk li.menu-item ul.sub-menu li{
		padding: 6px !important;
	}
	ul#menu-kvk li.menu-item ul.sub-menu li a{
		font-size: 16px !important;
	}
	ul#menu-kvk li.menu-item.menu-item-has-children{
		padding-right:20px !important;
	}
	nav#main-navv .menu>li.menu-item-has-children>a::after{
		    right: 7px;
    font-size: 9px;
    top: 53%;
	}
	.top-header .mobil{
		padding-left: 3em;
	}
	.header-right-col::before{
		height: 100%;
	}
	.footer_cont h6{
		margin-bottom: 5px;
	}
	div#testst-slider.owl-theme .owl-dots .owl-dot span{
		width: 7px;
		height: 7px;
	}
	.banner .owl-theme .owl-nav [class*=owl-]{
		margin: 0px 35px;
	}
	li.shop-nw.menu-item a{
		font-size: 14px;
	}
	.mobil_child{
		margin-right: 2em;
	}
	.banner .owl-theme .owl-nav [class*=owl-] img{
		height: 30px;
	}
	.labels .container{
		max-width: 88% !important;
	}
	.mc4wp-form-fields:before{
    left: 7px;
    top: 7px;
    transform: scale(.7);
	}
	
	.footer input[type="email"]::placeholder, .footer input[type="email"]{
		font-size: 16px;
	}
	.footer input[type="email"]{
		padding: 10px 30px !important;
	}
	.row.footer_bottoms h6{
		    line-height: normal;
    font-size: 20px;
    margin-bottom: 5px !important;
	}
	.footer ul li{
		font-size: 15px;
	}
	.footer-watsap li:nth-child(1){
		line-height: 25px;
	}
	.footer ul li a{
		display: inline;
	}
	.mini-text a, .mini-text span{
		font-size: 15px;
	}
	section.breadcrmb-mini{
		padding: 5px 0;
	}
	span.mini-arrow{
		    position: relative;
    top: -2px;
	}
}

/*pro-ends*/
.woocommerce div.product div.summary{
	margin-bottom: 3em;
}
.rvpscarousel .slick-slide{
	padding: 0;
}
#customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3){
	    font-size: 1.2rem;
    padding: 20px 0 14px;
    margin: 0 0 20px;
    border-bottom: 1px solid #e2e8f0;
    font-weight: 700;
}
form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading){
	    border-width: 2px 2px 0 2px;
    border-style: solid;
    font-size: 1.2rem;
    margin: 0;
    padding: 1.5em 1.5em 1em;
    border-color: #e2e8f0;
    font-weight: 700;
}
.woocommerce form .form-row label{
	font-weight: 500 !important;
	line-height: 2;
	font-size: .9rem;
}
form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading){
	      border-width: 2px 2px 0 2px;
    border-style: solid;
    font-size: 1.2rem;
    margin: 0;
    padding: 10px 30px;
    border-color: #e2e8f0;
    font-weight: 700;
    background: #570861;
    color: #fff !important;
    text-transform: capitalize;
    text-align: center;
}
form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review){
	padding: 5px 14px 10px !important;
    border-width: 0 2px 2px;
    border-style: solid;
    border-color: #e2e8f0;
}
.woocommerce-page.woocommerce-checkout form #order_review table, .woocommerce.woocommerce-checkout form #order_review table{
	border-width: 0;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	    background: #f5f5f5;
    border-radius: 0;
}
.alert-info, .woocommerce-info{
	    color: #0c5460;
    background-color: #f7f6f7 !important ;
    border-color: #f7f6f7 !important;
}
.woocommerce-info a{
	color: #a67916 !important;
}
.content h1
{
	    position: relative;
    z-index: 99;
    color: #fff;
}

.about-video {
  overflow: hidden;
  position: relative;
  padding-bottom: 40%;
	margin-bottom: 150px;
}
.about-video .video__item {
  z-index: -10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.about-contents
{
	    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
    padding-top: 100px;
}
.about-contents h2
{
	    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: 4px;
}
.about-contents p
{
	    font-size: 16px;
    line-height: 28px;
}
.founder-content p
{
	    font-size: 14px;
    line-height: 28px;
}
.founder-content h3
{
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 30px;
}
.founder-section
{
	padding-bottom: 150px;
	position: relative;
	display: block;
}
.right-img
{
	    position: relative;
    left: 45%;
    top: 0;
    width: 55%;
}
.left-img
{
	position: absolute;
    left: 10%;
    width: 50%;
    top: 19%;
}
.footer-watsap li span
{
	display: block !important;
}
.address-box
{
padding: 20px;
text-align: center;	
}
.single-page-section
{
	    text-align: center;
    background-color: #f7f7f7;
    padding: 40px 0px;
    position: relative;
}
.single-page-section h1
{
	font-weight: 400;
    color: #333333;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.woocommerce-cart .woocommerce table.shop_table th
{
	text-transform: uppercase;
	font-size: 14px;
    font-weight: 500;
}
.page .woocommerce button.button
{
    border-color: #570861 !important;
    background-color: #570861 !important;	
}
.page .cart_totals  h2
{
	    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.page .woocommerce table.shop_table
{
	border-radius: 0px !important;
}
.page .woocommerce a.button.alt, .page .woocommerce button.button.alt
{
	border-color: #570861 !important;
    background-color: #570861 !important;
}
.payment_methods label
{
	font-size: 13px !important;
}
.payment_methods p, .woocommerce-privacy-policy-text p
{
	font-size: 13px !important;
}
.woocommerce ul#shipping_method li
{
	font-size: 13px !important;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th
{
	font-size: 14px !important;
}
#order_review_heading
{
	text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
}
.top-header .dropdown-menu.show a
{
	color: #000 !important;
	padding: 10px;
}
.top-header .dropdown-menu.show
{
	    border: 0px !important;
    border-radius: 0px !important;
}
.woocommerce form .form-row input.input-text
{
	border: 1px solid #d6d6d6 !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input
{
	border-radius: 0px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input
{
	background-color: transparent !important;
	border: 1px solid #dfdfdf !important;
}