@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');
*{
    padding: 0px;
    margin: 0px;
}
:root{
    --white_color:#fff;
    --theme_color: #fff;
    --primary-color:#08131E;
    --secondary-color:#ff69b4;
    --copyright:#FFC0CB;
    --fontfamily:"El Messiri", sans-serif;;
}
body {
    font-family:var(--fontfamily);
    background-color: var(--theme_color);
    overflow-x: hidden;
    color: var(--primary-color);
}
ul{
    padding: 0px;
    margin: 0px;
}
li{
    list-style: none;
}
a {
    text-decoration: none;
    display: inline-block;
}
h1,h2,h3,h4,h5,h6{
    margin: 0px;
}
section {
    padding: 75px 0px;
    position: relative;
}

img{
	max-width: 100%;
}

/* header css*/
.header_top {
    background:#FFC0CB;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.header_top p {
	color: #000;
	margin: 0px;
	font-size: 16px;
	font-family: var(--fontfamily);
}
.header {
    border-bottom: 2px solid #DE9598;
    box-shadow: 0px 15px 33px rgb(0 0 0 / 5%);
    border-radius: 0px 0px 15px 15px;
}
.header-nav{

}
.tm_logo {width: 200px;}
.header .container {
    max-width: 1200px;
}
.header .navbar-brand {
    max-width: 120px;
    margin: 10px 0;
}
.header .cartbox {
    max-width: 38px;
    margin-left: 7px;
    position: relative;
    top: -3px;
}
.header .cartbox span {
	position: absolute;
	width: 20px;
	height: 20px;
	/* background-color: #06616c; */
	text-align: center;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -8px;
	left: -6px;
	border-radius: 50%;
	color: #fff;
	line-height: 10px;
	background: rgb(6,97,108);
	background: radial-gradient(circle, rgba(6,97,108,1) 0%, rgb(4, 50, 55) 100%);
}

/*menu CSS
--------------------------------------------------------------------------------------------------*/
.menu{ margin-right: 50px; }
.menu ul{margin:0;padding:0;font-size:0;}
.menu ul li{display:inline-block;padding:0;list-style-type:none;position:relative;vertical-align:middle;}
.headarea.innerheader .menu ul li a{ color: #000; }
.menu ul li a {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 35px 18px;
    margin: 0 2px;
    position: relative;
}

.menu ul li a span{display:inline-block;vertical-align:0px;margin-left:1px;font-size:10px;opacity:0.6;}
.menu ul li.current_page_item  a:after{ width: 100%; height: calc(100% + 16px);   background-color: #000 !important;
    border-color: #000 !important;  }
.menu ul li:hover a:after{height: calc(100% + 16px);   background-color: #fff !important;
    border-color: #fff !important;}
.menu ul li.current_page_item  a:after{height: calc(100% + 16px);   background-color: #000 !important;
    border-color: #000 !important;}
.menu ul li.current_page_item  a{color: #ff69b4!important;}
.menu ul li:hover a {
    color: #FF69B4;
}
.menu ul li:hover ul li a {
	color: #000;
	font-weight: 500;
}
.menu ul li:hover ul li a:hover {
	color: #eeb636;
	background-color: transparent;
}
.menu ul li ul {
	width: 200px;
	position: absolute;
	top: calc(100% + 30px);
	left: 0;
	z-index: 2;
	background-color: rgb(255, 255, 255);
	text-align: left;
	box-shadow: 0px 8px 14px rgb(0 0 0 / 13%);
	padding: 14px;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}
.woocommerce-info {
    border-top-color: #FFC0CB!important;
    color: #000;
}
.woocommerce-info::before, .showcoupon {
    color: #ff69b4!important;
}
.menu ul li:last-child {
	position: relative;
	top: 0;
}
.menu ul li a i {
	font-size: 14px;
	margin-right: 5px;
}
.menu ul ul li:first-child:before{display:none;}
.menu ul ul li:after{display:none;}
.menu ul li:last-child ul{width:220px;position:absolute;top:100%;left:auto;right:0;z-index:2;background-color:#ffffff;box-shadow:0px 5px 14px rgb(0 0 0 / 2%);text-align:left;}
.menu ul li ul li{width:100%;float:left;}
.menu ul li ul li:nth-of-type(2n){float:right;}
.menu ul li ul li a {
    font-size: 16px;
    text-transform: none;
    padding: 8px 5px;
    color: #fff;
    line-height: 20px;
    font-weight: 300;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    text-align: right;
}
.menu ul li ul li a:hover{padding-left:10px;}
.menu ul li ul li ul{top:10px;left:149px;}
.menu ul li ul li span{right:7px;top:12px;}
.menu ul li a:hover.menu ul li ul{display:block;}
.menu ul li ul li{display:block;padding:0;border-bottom:solid 1px rgb(255 255 255 / 7%);border-right:none;}
.menu ul li ul li:last-child{border:none;}
.menuButton{width:40px;height:35px;padding:5px;float:right;display:none;}
.menuButton span{width:100%;height:3px;background:#3db0f0;margin-bottom:6px;float:left;transition:all 0.3s ease-in-out 0s;}
.menuButton span:last-child{margin-bottom:0;}
@media (min-width:991.98px){.menu ul{display:block!important;}
 .menu ul li:hover > ul{opacity:1;top:100%;visibility:visible;}
}
@media (max-width:991.98px){.menuButton{display:block;margin-left:15px;cursor:pointer;}
 .menu ul li span{background:url(../images/menu_arrow.png) center center no-repeat;cursor:pointer;width:15px;height:15px;position:absolute;right:15px;top:20px;z-index:99;}
 .menu ul li:hover span{background:url(../images/menu_arrow_hover.png) center center no-repeat;}
 .arrow_change span:nth-child(2){display:none;}
 .arrow_change span:first-child{position:relative;top:9px;transform:rotate(-45deg);-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
 .arrow_change span:last-child{position:relative;top:1px;transform:rotate(45deg);-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);}
 .menuBar{padding:15px 0;}
 .menu{padding:5px 0;}
 .menu ul{display:none;background-color:#fff;position:absolute;top:100%;left:0;width:100%;z-index:99;}
 .menu ul li a{color:#071731;display:block;width:100%;font-size:14px;visibility: initial;}
 .menu ul li ul{display:none;background-color:#0b9bec;position:relative;top:5px;left:0;width:100%;z-index:1;padding:0;opacity: 1;visibility: initial !important;}
 .menu ul li:last-child ul{display:none;background-color:#3958a1;position:relative;top:5px;left:0;width:100%;z-index:1;}
 .menu ul li{display:block;padding:10px 15px 10px 15px;border-top:1px solid #cccccc54;text-align:right;position:relative;}
 .menu ul li span{position:absolute;right: 90%; z-index: 99; cursor: pointer; top: 8px; text-align: center;
    width: 30px; height: 30px; display: flex; align-items: center;justify-content: center; border: 1px solid #e8e8e8;}
	
	.menu ul li a .arrow{position: absolute;left: 12px;top: 4px;}	
	
	
 .menu ul li ul li ul{top:0;left:0;}
 .menu ul li ul li a{font-size: 14px;
    text-transform: none;
    background-color: #3db0f0;
    padding: 8px 12px;}
}
/* header end */


.owl-carousel.bannerslider .owl-item img {
    max-width: max-content;
    
}


.banner-area{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.banner-area .shap {
    position: absolute;
    left: 0;
    bottom: 130px;
    z-index: -1;
    pointer-events: none;
    max-width: 150px;
}
.banner-area .shap1 {
    position: absolute;
    right: 72px;
    bottom: 13px;
    z-index: -1;
    pointer-events: none;
    max-width: 96px;
}
.banner-area:after {
    content: "";
    position: absolute;
    background-image: url(../images/bannerafter.png);
    max-width: 450px;
    width: 100%;
    height: 918px;
    background-size: contain;
    background-position: right;
    top: -124px;
    right: 0;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.banner-area:before {
    content: "";
    position: absolute;
    background-image: url(../images/bannerbefore.png);
    max-width: 473px;
    width: 100%;
    height: 740px;
    background-size: contain;
    background-position: left;
    bottom: -330px;
    left: 0;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.banner-area .container{
    max-width: 1260px;
    margin: auto;
}
.banner-area .banner-slider{
    position: relative;
}
.bannerslider .owl-item.active .banner-slider h5{
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.banner-area .banner-slider h5 {
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 700;
    padding-right: 310px;
    position: relative;
    margin-top: -163px;
}
.banner-area .banner-slider h5 span{
    display: block;
}
.banner-area .thum {
    max-width: 510px;
    margin: auto;
    position: relative;
}
.banner-area .thum .watchbox {
    position: absolute;
    right: 160px;
    top: 16px;
    max-width: 160px;
}
.banner-area .banner-textarea {
    padding-left: 90px;
}
.banner-area .banner-textarea h1 {
    font-size: 56px;
    font-weight: 700;
    color: #ff69b4;
    margin-bottom: 24px;
}
.banner-area .banner-textarea p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin-bottom: 24px;
}
.banner-area .banner-textarea .btn-light{
    background-color: #ff69b4;
    color: var(--white_color);
    border-color: var(--secondary-color);
}
.banner-area .banner-textarea .btn-light:hover{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
/*cunter-area css*/

.cunter-area{
    background: #FFC0CB;
background: linear-gradient(180deg,rgba(255, 192, 203, 1) 0%, rgba(199, 74, 136, 1) 100%);
}

.cunter-area .container {
    max-width: 1050px;
}
.cunter-area .cunterbox {
    text-align: center;
    padding: 44px 15px;
}
.cunter-area .cunterbox.center{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.10407913165266103) 100%);
}
.cunter-area .cunterbox h6 {
    font-size: 44px;
    color: var(--white_color);
    font-weight: 700;
    line-height: 66px;
}
.cunter-area .cunterbox p {
    font-size: 24px;
    font-weight: 400;
    color: var(--white_color);
    line-height: 24px;
    margin: 0px;
    padding: 0px;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #ff69b4!important;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #ff69b4!important;
    font-size: 1.25em;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce div.product form.cart .button, .woocommerce-page .woocommerce-message .button, .woocommerce #review_form #respond .form-submit input, [type="submit"]:not(:disabled), button:not(:disabled) {
    display: inline-block;
    border: 1px solid #ff69b4!important;
    background: #ff69b4!important;
    color: #fff !important;
    text-align: center;
    font-weight: 600;
    padding: 11px 13px 6px;
}

.woocommerce-message {
    border-top-color: #ff69b4!important;
}
.woocommerce-message::before {
    content: "\e015";
    color: #ff69b4!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ff69b4!important;
    color: #000;
    z-index: 2;
    border-bottom-color: #eeb636;
    border: 1px solid #ff69b4!important;
    border-radius: 0px !important;
}


.video-container .video-control-play{
    display: flex;
}

.owl-carousel.newarrivals-slider {
    max-width: 90%;
    margin: auto;
}
.newarrivals-slider .newarrivalsitem {
    width: 100%;
    display: flex;
    height: 410px;
    overflow: hidden;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: width 0.5s;
    margin: 24px 5px;
    position: relative;
}
.newarrivals-slider .newarrivalsitem .innerbox{
    position: absolute;
    width: 100%;
    height:100%;
    z-index: 1;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 15px;
}
.newarrivals-slider .newarrivalsitem .innerbox .cartibox {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    padding: 10px;
    background-color: var(--white_color);
    border-radius: 50%;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 6%);
}
.newarrivals-slider .newarrivalsitem .innerbox .fotertextboxtatal .pluxbtn{
    display: none;
}
.newarrivals-slider .newarrivalsitem .innerbox .fotertextboxtatal{
    bottom: 15px;
    position: absolute;
    width: 89%;
    left: 0;
    margin: auto;
    right: 0;
}
.newarrivals-slider .owl-item.active.first .newarrivalsitem .innerbox .fotertextboxtatal {
    max-width: 64%;
    width: 100%;
    gap: 10px;
    margin-right: 15px;
}
.newarrivals-slider .owl-item.active.first .newarrivalsitem .innerbox .fotertextboxtatal .pluxbtn {
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    flex-basis: 70px;
    display: flex;
    height: 70px;
    background-color: var(--white_color);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
.newarrivals-slider .newarrivalsitem .innerbox .fotertextbox {
    background-color: var(--white_color);
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 15px;
    
}
.newarrivals-slider .newarrivalsitem:hover .innerbox .arrowbtn {
    background-color: #FFC0CB!important;
    color: var(--white_color);
}
.newarrivals-slider .newarrivalsitem .innerbox .fotertextbox .rightbox h5 {
    font-size: 19px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
    line-height: 22px;
}
.newarrivals-slider .newarrivalsitem .innerbox .fotertextbox .rightbox .price {
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}
.newarrivals-slider .newarrivalsitem .innerbox .fotertextbox .rightbox .price del{
    color: #7B7B7B;
}
.newarrivals-slider .newarrivalsitem .innerbox .fotertextbox .arrowbtn {
    flex-shrink: 1;
    flex-basis: 40px;
    justify-content: center;
    display: flex;
    height: 40px;
    align-items: center;
    background-color: #F2E7E7;
    border-radius: 50%;
    font-size: 16px;
    color: #000;
}

.owl-carousel.newarrivals-slider .owl-nav .owl-next, .owl-carousel.newarrivals-slider .owl-nav .owl-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    top:50%;
    -ms-transition: translate(0, -50%);
    -o-transition: translate(0, -50%);
    -moz-transition: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    outline: none;
    background-size: 100%!important;
    font-size: 0;
    background-repeat: no-repeat!important;
}
.owl-carousel.newarrivals-slider .owl-nav .owl-next{right:-50px; background:url(../images/arrowright.png); }
.owl-carousel.newarrivals-slider .owl-nav .owl-next:hover, .owl-carousel.newarrivals-slider .owl-nav .owl-prev:hover{ background-position: bottom;}
.owl-carousel.newarrivals-slider .owl-nav .owl-prev {
    left: -50px;
    background: url(../images/arrowleft.png);
}


/**/

.newcategory_area .container {
    max-width: 1250px;
}
.bg1{
    background-color:#FFD4D4;
    position: relative;
    z-index: 1;
}
.bg1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/categoryshape.png);
    max-width: 100%;
    width: 100%;
    height: 370px;
    background-size: contain;
    z-index:-1;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/categoryshape3.png);
    max-width: 100%;
    width: 100%;
    height: 370px;
    background-size: contain;
    z-index:-1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.newcategorybox.bg2:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/categoryshape1.png);
    max-width: 536px;
    width: 100%;
    height: 100%;
    background-position: left;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
}
.bg2{
    /*background-color:#FFC0CB;*/
    background-color: #FFC0CB;
    position: relative;
    z-index: 1;
}
.bg3{
    /*background-color: #71CFDB;*/
    background-color: #FFC0CB;
    position: relative;
    z-index: 1;
}
.bg4{
    /*background-color: #FFE96C;*/
    background-color: #FFC0CB;
    position: relative;
    z-index: 1;
}
.newcategorybox.bg4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/categoryshape4.png);
    max-width: 536px;
    width: 100%;
    height: 100%;
    background-position: left;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}
.newcategorybox.bg3 .newcategoryimgbox {
    width: 100%;
    height: 290px;
    background-size: contain;
    position: relative;
    left: 0;
    top: -16px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.newcategorybox.bg3 .newcategoryimgbox .innerimgbox {
    box-sizing: border-box;
    padding: 12px;
    max-width: 349px;
    height: 207px;
    overflow: hidden;
    margin: auto;
    position: relative;
    top: 17px;
    gap: 20px;
    right: 0px;
}
.newcategorybox.bg3 .toptext {
    top: 50px;
    position: relative;
}
.newcategorybox.bg2{
    padding-top: 0px;
    padding-left: 0px;
}
.newcategorybox.bg2 .topbgarea {
    box-sizing: border-box;
    padding: 34px;
    /*background-color: #f3c869;*/
    background-color: #FFC0CB;
    border-radius: 0px 0px 34px 0;
    width: 97%;
    margin-right: auto;
}
.newcategorybox.bg2 .topbgarea .innerarea {
    background-color: #fff;
    border-radius: 30px;
    gap: 40px;
    margin-top: 30px;
    padding: 24px;
}
.newcategorybox.bg2 .topbgarea .innerarea .thum {
    height: 250px;
    max-width: 300px;
    width: 100%;
    position: relative;
    margin-top: -50px;
    border: 0px solid #2a4d83;
    padding: 10px;
    display: flex;
}
.newcategorybox.bg2 .topbgarea .innerarea .thum img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newcategorybox.bg2 .topbgarea .innerarea h6 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}
.newcategorybox.bg2 .topbgarea .innerarea h6 strong {
    display: block;
    font-weight: 600;
    color: #FFC0CB;
    font-size: 34px;
}



.newcategorybox.bg2 .bottomtext {
    max-width:630px;
    padding: 55px;
}
.newcategorybox.bg2 .bottomtext h4 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 36px;
}
.newcategorybox.bg2 .bottomtext p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 24px;
}

.newcategorybox.bg4 .bottomtext {
    max-width: 630px;
    padding: 55px;
    padding-top: 0;
}
.newcategorybox.bg4 .bottomtext h4 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 44px;
}
.newcategorybox.bg4 .bottomtext p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 24px;
}
.newcategorybox.bg4{
    padding-left: 0px;
    overflow: hidden;
}
.newcategorybox.bg4 .topbgarea {
    box-sizing: border-box;
    padding: 34px;
    background-color: #fff;
    border-radius: 0px 60px 0px 0px;
    width: 100%;
    margin-right: auto;
    bottom: -48px;
    position: relative;
}
.newcategorybox.bg4 .topbgarea .innerarea .thum {
    height: 310px;
    max-width: 360px;
    width: 100%;
    position: relative;
    border: 1px solid #2a4d83;
    padding: 10px;
    display: flex;
    left: -70px;
}
.newcategorybox.bg4 .topbgarea .innerarea .thum img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newcategorybox.bg4 .topbgarea .innerarea h6 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    padding-right: 86px;
}
.newcategorybox.bg4 .topbgarea .innerarea h6 strong {
    display: block;
    font-weight: 600;
    color: #FFC0CB;
    font-size: 34px;
}

.newcategorybox {
    position: relative;
    height: 580px;
    border-radius: 50px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px 28px;
}
.newcategorybox .newcategoryimgbox {
    width: 100%;
    height: 300px;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 18px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.newcategorybox .newcategoryimgbox .innerimgbox {
    box-sizing: border-box;
    padding: 15px;
    max-width: 360px;
    height: 230px;
    overflow: hidden;
    margin: auto;
    position: relative;
    top: 57px;
    gap: 20px;
}
.newcategorybox .newcategoryimgbox .innerimgbox .texbox h6 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.newcategorybox .newcategoryimgbox .innerimgbox .texbox h6 strong {
    display: block;
    font-weight: 600;
    color: #FFC0CB;
    font-size: 34px;
}
.newcategorybox .newcategoryimgbox .innerimgbox .thumble {
    max-width: 223px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    height: 210px;
    width: 100%;
}
.newcategorybox .newcategoryimgbox .innerimgbox .thumble img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newcategorybox .toptext{}
.newcategorybox .toptext p {
	font-size: 15px;
	font-weight: 400;
	color: var(--primary-color);
}
.newcategorybox .toptext h4 {
    font-size: 36px;
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 10px;
}
/*regardinggoodvibes_area css*/

.regardinggoodvibes_area {
    /*background-color: var(--secondary-color);*/
    background-color: #FFC0CB;
    border-radius: 110px 0;
    position: relative;
}
.regardinggoodvibes_area:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/regardingtafter.png);
    max-width: 150px;
    width: 100%;
    height: 400px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}
.regardinggoodvibes_area:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/regardingtbefore.png);
    max-width: 150px;
    width: 100%;
    height: 400px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

.regardinggoodvibes_area .regardinggoodvibes_thum {
    max-width: 450px;
    margin-right: auto;
    margin-left: 120px;
}
.regardinggoodvibes_area .regardinggoodvibes_textbox {
    padding-right: 90px;
}
.regardinggoodvibes_area .regardinggoodvibes_textbox .heading h3{
    color: var(--white_color);
}
.regardinggoodvibes_area .regardinggoodvibes_textbox p {
    font-size: 16px;
    color: #000;
}
.btn-light {
    font-size: 16px;
    font-family: var(--fontfamily);
    color: var(--secondary-color);
    border-radius: 30px;
    padding: 17px 23px 12px;
    line-height: 20px;
    font-weight: 700;
    display: inline-flex;
    gap: 10px;
    margin-top: 30px;
}
.btn-light span {
    transform: rotate(236deg);
    position: relative;
    top: -3px;
}
.btn-light:hover{
    background-color: var(--primary-color);
    color: var(--white_color);
}
/* ourcustomers_area css */
.ourcustomers_area{
    position: relative;
    z-index: 1;
}
.ourcustomers_area:after {
    content: "";
    position: absolute;
    background-image: url(../images/ourcustomersbg.png);
    max-width: 550px;
    width: 100%;
    height: 930px;
    left: 0;
    background-size: contain;
    background-position: left;
    top: 84px;
    z-index: -1;
    pointer-events: none;
    background-repeat: no-repeat;
}
.ourcustomers_area:before {
    content: "";
    position: absolute;
    background-image: url(../images/ourcustomersbg1.png);
    max-width: 390px;
    width: 100%;
    height: 780px;
    right: 0;
    background-size: contain;
    background-position: right;
    top: -50%;
    z-index: -1;
    pointer-events: none;
    background-repeat: no-repeat;
}
.heading{
  margin-bottom: 24px;
}
.heading h3 {
    font-size: 40px;
}
.owl-carousel.ourcustomers-slider{
    max-width: 86%;
    margin: auto;
}
.ourcustomersbox .qrimg {
    width: 44px;
    height: 44px;
    background-color:var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 50%;
    position: absolute;
    left: 60px;
    top: -40px;
    z-index: 2;
}
.ourcustomersbox {
    box-shadow: 0px 8px 15px hsl(0deg 0% 0% / 10%);
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
    border-radius: 24px 100px 24px 24px;
    margin: 80px 30px 30px;
    position: relative;
    max-width: 90%;
    background-color: #fff;
}
.owl-carousel.ourcustomers-slider .owl-item.center .ourcustomersbox:after{
 border-color: #FFC0CB;
}
.owl-carousel.ourcustomers-slider .owl-item.center .ourcustomersbox:before{
 background-color: #FFC0CB;
}
.owl-carousel.ourcustomers-slider .owl-item.center .ourcustomersbox .qrimg{
    background-color: #ff69b4;
}
.owl-carousel.ourcustomers-slider .owl-item.center .ourcustomersbox .qrimg img{
    filter: brightness(0) saturate(100%)
}
.ourcustomersbox p {
    font-family: var(--fontfamily);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.ourcustomersbox h6 {
    font-family: var(--fontfamily);
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}
.ourcustomersbox .star{
    margin-bottom: 15px;
}
.ourcustomersbox .star i {
    color: var(--secondary-color);
    font-size: 13px;
    margin: 0 2px;
}
.ourcustomersbox:after {
    content: "";
    position: absolute;
    left: -6%;
    top: -6%;
    width: 112%;
    height: 112%;
    border: 1px solid #FFC0CB;
    border-radius: 0px 100px 0px 30px;
    border-right: none;
    border-top: none;
}
.ourcustomersbox:before {
    content: "";
    position: absolute;
    left: -6%;
    top: -6%;
    width: 25%;
    height: 1px;
    background-color: #FFC0CB;
    z-index: 1;
}
.owl-carousel.ourcustomers-slider .owl-nav .owl-next, .owl-carousel.ourcustomers-slider .owl-nav .owl-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    top:50%;
    -ms-transition: translate(0, -50%);
    -o-transition: translate(0, -50%);
    -moz-transition: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    outline: none;
    background-size: 100%!important;
    font-size: 0;
    background-repeat: no-repeat!important;
}
.owl-carousel.ourcustomers-slider .owl-nav .owl-next{right:-50px; background:url(../images/arrowright.png?v==2)!important; border:none!important; }
.owl-carousel.ourcustomers-slider .owl-nav .owl-next:hover, .owl-carousel.ourcustomers-slider .owl-nav .owl-prev:hover{ background-position: bottom;}
.owl-carousel.ourcustomers-slider .owl-nav .owl-prev {
    left: -50px;
    background: url(../images/arrowleft.png)!important;;
     border:none!important; 
}




/*innerbanner-area*/

.inner-mainarea {
    width: 100%;
    object-fit: cover;
    background-position: 100% -100px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    position: relative;
}
.inner-mainarea:after {
    content: "";
    position: absolute;
    background-image: url(../images/afterthum.png);
    max-width: 115px;
    width: 100%;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 200px;
}
section.innerbanner-area {
    padding: 50px 0px;
}
.innerb-container {
    min-height: 210px;
    border-radius: 20px;
    border: 2px solid #FFC0CB;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 5%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 88%;
    margin: auto;
    position: relative;
}
.innerb-container:after {
    content: "";
    position: absolute;
    background-image: url(../images/baterfley.svg);
    max-width: 110px;
    width: 100%;
    height: 110px;
    z-index: 1;
    right: -59px;
    top: 38px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.innerb-container h1 {
    color: #012E33;
    font-weight: 700;
    font-size: 50px;
}
ol.breadcrumb {
    margin: 0;
}
.innerb-container .breadcrumb-item {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
}
.innerb-container .breadcrumb a{
    color: var(--primary-color);
}

.inner-aboubox {
    max-width: 860px;
    width: 100%;
    margin: auto;
}
.inner-aboubox h2 {
    font-size: 44px;
    color: #012E33;
    font-weight: 600;
    margin-bottom: 15px;
}
.inner-aboubox p{
    font-size: 17px;
    color: var(--primary-color);
    font-weight: 400;
}




video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: absolute;
}

.video-control {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transition: translate(-50%, -50%);
    -o-transition: translate(-50%, -50%);
    -moz-transition: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    padding: 0;
    text-align: left;
    border-radius: 50%;
    background: #FEA465;
    height: 68px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.video-control:not(.playing) .video-control-pause,
.video-control.playing .video-control-play {
    display: none;
}
.video-control-symbol{
    position: relative;
}
.video-control-symbol:after {
    content: "f04b";
    font-family: FontAwesome;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    left: -9px;
    position: absolute;
    top: -23px;
}
.video-control.playing .video-control-symbol:after {
    content: "f04c";
    font-family: FontAwesome;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    left: -9px;
    position: absolute;
    top: -23px;
}

.video_area {
    max-width: 1060px;
    width: 100%;
    height: 530px;
    border-radius: 20px;
    border: 4px solid #fff;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 21%);
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.video_area:after {
    content: "";
    position: absolute;
    background-image: url(../images/Ellipse.png);
    max-width: 400px;
    width: 100%;
    height: 400px;
    z-index: -1;
    right: -150px;
    bottom: -170px;
    background-repeat: no-repeat;
    background-size: cover;
}
.waves-block {
    position: relative;
    z-index: -1;
    top: 24px;
    left: 24px;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}



.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgb(255 255 255 / 30%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}


/**/

.inner-category {
    max-width: 90%;
    margin: auto;
}
.category_box {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #FFC0CB;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 8%);
    text-align: center;
    max-width: 96%;
    margin: auto;
    margin-top: 30px;
}
.category_box .thumble {
    display: flex;
    height: 320px;
    overflow: hidden;
    border-radius: 20px;
}
.category_box .thumble img{
    width: 100%;
    object-fit: cover;
}
.category_box .category_body{
    box-sizing: border-box;
    padding: 24px;
}
.category_box .category_body h4 {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.category_box .category_body .star {
    gap: 2px;
    margin-bottom: 20px;
}
.category_box .category_body .star i {
    color: #FFC0CB;
    font-size: 13px;
}
.category_box .category_body p {
    font-size: 18px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.category_box .category_body p del{
    color: #7B7B7B;
}
.category_box .category_body .btn-light {
    border-color: #FFC0CB;
    font-weight: 500;
    font-size: 16px;
    padding: 11px 24px 8px;
    margin-top: 15px;
}
.category_box .category_body .btn-light:hover{
    background-color:#FFC0CB;
    color: #fff;
}
.inner-product-page .innerproduct_thum {
    background-color: #EDEDDD;
    box-sizing: border-box;
    padding: 40px;
    border-radius: 20px;
    height: 550px;
    display: flex;
}
.inner-product-page .innerproduct_thum img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.inner-product-page {
    max-width: 86%;
    margin: auto;
}
.inner-product-page .innerproduct_textbox {
    padding-right: 70px;
}
.inner-product-page .innerproduct_textbox h2 {
    color: #012E33;
    font-size: 36px;
    font-weight: 700;
    padding-left: 166px;
    margin-bottom: 30px;
}
.inner-product-page .innerproduct_textbox h5 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 24px;
}
.inner-product-page .innerproduct_textbox p {
    font-size: 18px;
    padding: 24px 0;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
    padding-left: 30px;
    line-height: 30px;
    font-weight: 400;
    margin: 42px 0;
}
.inner-product-page .innerproduct_textbox .number {
    border: 1px solid #9F9F9F;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 6px;
}
.inner-product-page .innerproduct_textbox .number .minus {
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #E1E1E1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.inner-product-page .innerproduct_textbox .number .minus:hover{
    background-color: var(--secondary-color);
    color: var(--white_color);
}
.inner-product-page .innerproduct_textbox .number .plus {
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #E1E1E1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.inner-product-page .innerproduct_textbox .number .plus:hover{
    background-color: var(--secondary-color);
    color: var(--white_color);
}
.inner-product-page .innerproduct_textbox .number .formcontaral {
    font-family: var(--fontfamily);
    height: 44px;
    border: none;
    text-align: center;
    width: 52px;
    height: 38px;
    font-size: 26px;
}
.inner-product-page .innerproduct_textbox .gapbox {
    gap: 20px;
}
.inner-product-page .innerproduct_textbox .btn-light {
    background-color: var(--secondary-color);
    color: var(--white_color);
    align-items: center;
     padding: 14px 17px 8px;
}
.inner-product-page .innerproduct_textbox .btn-light:hover{
    background-color: var(--primary-color);
}
.inner-product-page .innerproduct_textbox .btn-light span {
    transform: rotate(359deg);
    position: relative;
    top: -3px;
    background-color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
}
.inner-product-page .additionalinformation {
    margin: 50px 0px;
    background-color: #fff;
    padding: 44px 34px;
    box-shadow: 0px 19px 35px rgb(0 0 0 / 5%);
    border-radius: 38px;
    border-bottom: 1px solid #fea465;
    margin-bottom: 0;
}
.inner-product-page .additionalinformation h3 {
    font-size: 36px;
    color: #012E33;
    margin-bottom: 15px;
}
.inner-product-page .additionalinformation p {
    font-size: 16px;
}

.relatedproducts_area {
    max-width: 92%;
    margin: auto;
}
.relatedproducts_area h3 {
    font-size: 36px;
    color: #012E33;
    font-weight: 600;
}

/**/
.grally-area{
    max-width: 90%;
    margin: auto;
}
.grally-area .grallybox {
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 450px;
    border: 10px solid #fff;
    box-shadow: 0px 5px 6px rgb(0 0 0 / 14%);
    margin-bottom: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    background-color: #000;
}
.grally-area .grallybox:hover{
    -webkit-transform: scale(1.019) translateY(-2px);
    -ms-transform: scale(1.019) translateY(-2px);
    transform: scale(1.019) translateY(-2px);
    -webkit-box-shadow: 0 40px 100px -20px rgba(0, 0, 10, 0.2), 0 30px 70px -30px rgba(0, 0, 0, 0.4);
    box-shadow: 0 40px 100px -20px rgba(0, 0, 10, 0.2), 0 30px 70px -30px rgba(0, 0, 0, 0.4);
}
.grally-area .grallybox:hover img{
    opacity: 0.5;
}

.grally-area .grallybox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*footer-area css*/

.footer-area{
    border-top: 5px solid #FFC0CB;
    overflow: hidden;
    position: relative;
}
.footer-area:after {
    content: "";
    background-image: url(../images/footerbg.png);
    max-width: 600px;
    height: 466px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    width: 100%;
    background-position: right;
    pointer-events: none;
}
.footer-top{
  padding: 50px 0;
  position: relative;
}
.footer-top:after {
    content: "";
    position: absolute;
    background-image: url(../images/footerafter.png);
    right: 0;
    bottom: 0;
    max-width: 170px;
    width: 100%;
    height: 340px;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}
.footer-top:before {
    content: "";
    position: absolute;
    background-image: url(../images/footerbefor.png);
    left: 0;
    bottom: 0;
    max-width: 170px;
    width: 100%;
    height: 340px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}
.footer-wezget {
    position: relative;
    padding: 0 50px;
    border-right: 1px dashed rgb(144 144 144 / 66%);
    align-items: stretch;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.footer-wezget .vishabox{
    margin-top: 50px;
}
.footer-wezget h3{
 font-family: var(--fontfamily);
 font-weight: 600;
 color: var(--primary-color);
 font-size: 24px;
 margin-bottom: 20px;
}
.footer-wezget ul li{
    margin-top: 5px;
}
.footer-wezget ul li a {
    font-size: 17px;
    font-family: var(--fontfamily);
    font-weight: 500;
    color: var(--primary-color);
}
.footer-wezget ul li a:hover{
    color: #FF69B4;
}
.logofooter {
    max-width: 240px;
    margin: auto;
}
/*.footer_bottom{
    background-color: var(--copyright);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
}*/
.footer_bottom{
    background-color: #FFC0CB;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
}
.footer_bottom p{
    margin: 0;
}
.footer-wezget .listbox {
    margin-bottom: 15px;
}
.footer-wezget .listbox h6{
    font-size: 17px;
    color: var(--primary-color);
}
.footer-wezget .listbox h6 a{
    color: var(--primary-color);
}
.footer-wezget .listbox h6 strong {
    display: block;
    color: #ff69b4;
    margin-bottom: 10px;
}
.video-container .video-control-pause{
    display: flex;
}

.custom-sale-grid .button {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #ff69b4!important;
    border-radius: 30px;
    background: none;
    color: #ff69b4!important;
    text-decoration: none;
    transition: 0.3s;
}

.custom-sale-grid .button:hover {
    background: #ff69b4!important;
    color: #fff!important;
}
.woocommerce p.stars a {
    color: #ff69b4!important;
}

.goodvibesbox{border: 1px solid #ddddddab;
  padding: 25px;
  margin: 15px 0px;
  box-shadow: 0px 0px 10px 0px #dddddd7d;
  border-radius: 7px;
  background: #ffffff7a;}
.goodvibesbox h3{ margin-top:20px;color: #012e33;border-bottom: 1px solid #012e3333;
  padding-bottom: 10px;
  margin-bottom: 10px;}

.footer_bottom a{color: #000;}
#menu-footer-menu {
	margin: 0;
}
.whatsappbtnbox img {
	max-width: 170px;
	margin: auto;
}
@media screen and (min-width:360px) {
.header.fix {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 9;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        padding: 0px;

    }


}
@-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }

        100% {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }
    }