﻿header {box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);position: relative; top: 0; width: 100%; z-index: 10;}
.header-content-top {background: #000000;height: 30px;width: 100%;}
.header-content-top .content {align-items: center;display: flex;height: 30px;justify-content: flex-end;margin: 0 auto;max-width: 1300px;width: 100%;}
.header-content-top .content span {color: #fff;font-size: 12px;margin: 0 15px;}
.header-content-top .content span .fas {margin-right: 5px;}
.container .logo {color: #545bc4;font-size: 40px;line-height: 20px;padding-right: 15px;}
.container .footer-logo-img {color: #545bc4;font-size: 40px;line-height: 20px;padding-right: 15px;}
.container .open-search {border-radius: 3px;flex: auto;margin: 0 15px;overflow: hidden;position: relative;}
@media (max-width: 991px) {
  .container .open-search {margin: 0;position: static;text-align: right;}
}
.container .open-search .fa-search {display: none;}
@media (max-width: 991px) {
  .container .open-search .fa-search {display: block;}
}
.container .open-search .input-open-search {display: none;}
.container .open-search .input-open-search:checked ~ .search {display: block;}
@media (max-width: 991px) {
  .container .search {display: none;position: absolute;left: 0;top: 70px;width: 100%;z-index: 999;}
}
.container .search .input-search { border-radius: 3px; border: 1px solid #e1e1e1; height: 40px; padding: 0 70px 0 15px; width: 100%; background: white no-repeat; transition: 100ms all linear 0s; background-image: linear-gradient(to bottom, rgba(77, 97, 252, 0.63) 0%, #4d61fc 90%), linear-gradient(to bottom, #e1e1e1, #e1e1e1); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1); }
.container .search .input-search:focus {background-size: 100% 2px, 100% 1px;outline: none;}
.container .search .button-search { background: #545bc4; border: 0; color: #fff; cursor: pointer; padding: 13px 20px; position: absolute; right: 0px; top: 0px; }
.container .search .button-search .fa-search {display: block;}
.container .nav-content .nav-content-list {align-items: center;display: flex;justify-content: space-between;padding: 0 15px;}
.container .nav-content .nav-content-list .nav-content-item {align-items: center;display: flex;height: 40px;margin: 0 5px;position: relative;transition: 100ms all linear 0s;}
@media (max-width: 991px) {
  .container .nav-content .nav-content-list .nav-content-item {padding: 0 5px;}
}
.container .nav-content .nav-content-list .nav-content-item .item-arrow {margin-left: 5px;position: relative;top: -3px;}
@media (max-width: 768px) {
  .container .nav-content .nav-content-list .nav-content-item .item-arrow {display: none;}
}
.container .nav-content .nav-content-list .nav-content-item .open-menu-login-account {align-items: center;cursor: pointer;display: flex;position: relative;}
.container .nav-content .nav-content-list .nav-content-item .input-menu {display: none;}
.container .nav-content .nav-content-list .nav-content-item .input-menu:checked ~ .login-list {display: block;}
.container .nav-content .nav-content-list .nav-content-item .login-list { background: #fff; border-bottom: 3px solid #545bc4; border-radius: 3px; box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3); display: none; overflow: hidden; position: absolute; right: 0; top: 28px; transition: 100ms all linear 0s; width: 200px; z-index: 10; }
.container .nav-content .nav-content-list .nav-content-item .login-list .login-list-item {padding: 15px 20px;}
.container .nav-content .nav-content-list .nav-content-item .login-list .login-list-item:hover {background: #545bc4;}
.container .nav-content .nav-content-list .nav-content-item .login-list .login-list-item:hover a {color: #fff;}
.container .nav-content .nav-content-list .nav-content-item:nth-child(2):hover .fas {color: #e74c3c;}
.container .nav-content .nav-content-list .nav-content-item:hover .fas {color: #545bc4;}
.container .nav-content .nav-content-list .account-login .login-text {align-items: end;display: flex;flex-direction: column;font-size: 12px;margin-left: 5px;}
@media (max-width: 991px) {
  .container .nav-content .nav-content-list .account-login .login-text {display: none;}
}
.container .nav-content .nav-content-list .account-login .login-text strong {display: block;}
.container .nav-content .nav-content-list .nav-content-link { border-radius: 3px; font-size: 19px; padding: 10px 15px; transition: 100ms all linear 0s; }
@media (max-width: 991px) {
  .container .nav-content .nav-content-list .nav-content-link {padding: 0;}
}
.nav-container { align-items: center; display: flex; margin: 0 auto; max-width: 1300px; width: 100%; } 
.nav-container .nav-row { align-items: center; display: flex; height: 40px; justify-content: space-between; margin: 0; padding: 0; }
@media (max-width: 991px) {
  .nav-container .nav-row {display: none;}
}
.nav-container .nav-row .nav-row-list {flex: auto;}
.nav-container .nav-row .nav-row-list .nav-row-list-link {align-items: center;display: flex;height: 40px;justify-content: center;transition: 100ms all linear 0s;}
.nav-container .nav-row .nav-row-list .nav-row-list-link:hover {background: #e1e1e1;width: 100%;}
.nav-container .featured-category {flex: auto;margin: 0 15px 0 0;}
@media (max-width: 991px) {
  .nav-container .featured-category {display: none;}
}
.nav-container .all-navigator {align-items: center;background: #545bc4;color: #fff;display: flex;height: 40px;padding: 0 25px;width: 100%;}
@media (max-width: 991px) {
  .nav-container .all-navigator {margin-right: 0;}
}
.nav-container .all-navigator .fa-angle-up,.nav-container .all-navigator .fa-angle-down {position: absolute;right: 25px;}
.nav-container .all-navigator .fa-angle-up {display: none;}
.nav-container .all-navigator .fas {font-size: 16px;margin-right: 0;}
.nav-container .all-navigator span {margin-left: 15px;}
.nav-container .all-category-nav {cursor: pointer;max-width: 300px;position: relative;width: 100%;}
@media (max-width: 991px) {
  .nav-container .all-category-nav {max-width: 100%;}
}
.nav-container .all-category-nav .open-menu-all {align-items: center;cursor: pointer;display: flex;position: relative;}
.nav-container .all-category-nav .input-menu-all {display: none;}
.nav-container .all-category-nav .input-menu-all:checked ~ .all-category-list {display: block;}
.nav-container .all-category-nav .input-menu-all:checked + .all-navigator .fa-angle-down { display: none;}
.nav-container .all-category-nav .input-menu-all:checked + .all-navigator .fa-angle-up {display: block;}
.nav-container .all-category-list { background: #fff; border-bottom: 3px solid #545bc4; box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3); display: none; height: auto; min-height: 300px; padding: 15px 0; position: absolute; top: 24px; width: 300px; z-index: 90; }
@media (max-width: 991px) {
  .nav-container .all-category-list {min-width: 100%;}
}
.nav-container .all-category-list-item:hover {display: block;background: #545bc4;}
.nav-container .all-category-list-item:hover .category-second-list {left: 100%;opacity: 1;visibility: visible;}
.nav-container .all-category-list-item:hover .all-category-list-link {color: #fff;}
.nav-container .all-category-list-link { align-items: center; display: flex; justify-content: space-between; padding: 15px; transition: 100ms all linear 0s; }
.nav-container .category-second-list { background: #fff; border-bottom: 3px solid #545bc4; box-shadow: inset 44px -1px 88px -59px rgba(0, 0, 0, 0.37); display: flex; height: 322px; left: 80%; min-height: 297px; min-width: 400px; opacity: 0; position: absolute; top: 0; transition: 100ms all linear 0s; visibility: hidden; width: auto; }
@media (max-width: 991px) {
  .nav-container .category-second-list {display: none;}
}
.nav-container .category-second-list .img-product-menu img {max-width: 180px;}
.nav-container .category-second-list-ul {display: flex;flex-direction: column;min-width: 400px;padding: 0 15px;}
.nav-container .category-second-item a {align-items: center;display: flex;justify-content: space-between;padding: 15px;}
.nav-container .category-second-item:hover {background: #545bc4;}
.nav-container .category-second-item:hover a {color: #fff;}
.fa-bars {font-size: 28px;}
.footer-logo-img{margin-top: -38px;margin-bottom: -46px;}
.logo{margin-top: -38px;margin-bottom: -46px;}
.header-top-left{text-align:right}
.slick-slider .element{ height:100px; width:100px; background-color:#000; color:#fff; border-radius:5px; display:inline-block; margin:0px 10px; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; font-size:20px; }
.slick-slider .slick-disabled {opacity : 0; pointer-events:none;}
@media (min-width: 768px) {
    .home-list-collections .collection-item .content-box {top: 6%;left: 6%;}
    #list-coll-161484268335dc2cbc .collection-title {font-size: 25px;}
}
.collection-item{border: 1px solid #d0cecf;}
.home-list-collections .collection-item .content-box { top: 3%; left: 3%; -moz-transform: none; -o-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; }
.collection-item .content-box {padding-bottom: 5px;}
.banner-item .content-box { position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); min-width: 90%; text-align: center; }
.home-list-collections .collection-item .collections-wrapper {text-align: left;padding:6px 15px;}
.collections-wrapper .collection-title {margin-bottom: 0px;line-height: 1.15em;}
.collections-wrapper .collection-title a {text-transform: uppercase;letter-spacing: .05em;font-weight: 700;display: inline-block;font-size:16px}
.home-list-collections .collection-item .count-products {text-transform: capitalize;margin-bottom: 0;}
.home-list-collections .collection-item .action-link {position: absolute;padding-left: 15px;padding-bottom: 0px;}
.home-list-collections h2{text-align: center;margin-bottom: 20px;font-size: 28px;text-transform: uppercase;}
@media (min-width: 768px) {
   .home-list-collections .collection-item .action-link { left: 3%; bottom: 0; opacity: 0; visibility: hidden; -webkit-transition: bottom .3s linear; -moz-transition: bottom .3s linear; -ms-transition: bottom .3s linear; -o-transition: bottom .3s linear; transition: bottom .3s linear; }
    .home-list-collections .collection-item:hover .action-link {opacity: 1;visibility: visible;bottom: 6%;}
}
@media (min-width: 1200px) {
    .home-list-collections .collection-item .collections-btn {padding: 5px 5px 5px;min-width: 100px;}
}
.banner-item {position: relative;}
.home-list-collections .collection-item .collections-btn {-webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 10%);-moz-box-shadow: 0 2px 3px rgba(0,0,0,.1);box-shadow: 0 2px 3px rgb(0 0 0 / 10%);font-size: 13px;}
.banner-item .content-box { position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); min-width: 90%; text-align: center; }
.grid-item{padding-bottom: 30px;}

/*----------------banner-section-----------*/
.FlexboxIeFix {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;}
.ImageHero { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; background-size: cover; background-position: center; min-height: 380px; width: 100%; overflow: hidden; }
.ImageHero__ImageWrapper, .ImageHero__Image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; }
.ImageHero__Image--parallax {background-attachment: fixed;}
.ImageHero__Wrapper {z-index: 1;}
.ImageHero__Block {background: #2b3a4c;}
@media screen and (min-width: 641px) {
    .ImageHero__Block {padding: 48px 15px;max-width: 380px;}
}
.ImageHero__Block {margin: 40px auto;padding: 38px 20px;max-width: 370px;-webkit-box-shadow: 0 1px 20px rgb(54 54 54 / 30%);box-shadow: 0 1px 20px #3636364d;}
.ImageHero__BlockHeading {margin: -0.325em 0 18px;color:white}
.ImageHero__Wrapper p{color:white}

/*---------------about-----------------*/
.custom-content {display: flex;align-items: stretch;flex-wrap: wrap;width: auto;margin-bottom: -22px;margin-left: -22px;}
.align--center {align-self: center;text-align: center;}
.custom__item {flex: 0 0 auto;margin-bottom: 22px;padding-left: 22px;max-width: 100%;}
.one-whole {width: 100%;}
.custom__item-inner--html, .custom__item-inner--video {display: block;}
.custom__item-inner {position: relative;display: inline-block;text-align: left;max-width: 100%;width: 100%;}
.explore-mystical-banaras {background: #fff url(../images/about-bg.jpg);background-size: cover;background-position: top center;background-repeat: repeat-x;padding: 90px 0;margin-bottom: 0!important;}
.page-width {max-width: 1500px;margin: 0 auto;}
.card-img a img{height: 350px;/*width: 250px;margin: 0 10px;*/object-fit: cover;border-radius: 4px;cursor: pointer;transition: .25s ease-in-out;}
 @media (max-width: 767px) {
		.carousel-inner .carousel-item > div {display: none;}
		.carousel-inner .carousel-item > div:first-child {display: block;}
	}

.carousel-inner .carousel-item.active,.carousel-inner .carousel-item-next,.carousel-inner .carousel-item-prev {display: flex;}
@media (min-width: 768px) {
		.carousel-inner .carousel-item-end.active,
		.carousel-inner .carousel-item-next {transform: translateX(25%);}
		.carousel-inner .carousel-item-start.active, 
		.carousel-inner .carousel-item-prev {transform: translateX(-25%);}
	}

	.carousel-inner .carousel-item-end,
	.carousel-inner .carousel-item-start { transform: translateX(0);}
.padding40{ padding:40px 0px}
.ProductBlock {padding: 0 7.5px;}
.ProductBlock .img-fill {height: 200px;}
.ProductBlock h3 {color: #393939;margin-top: 5px;text-align: center;border: 1px solid rgba(0, 0, 0, .25);}
.ms-mb-l {margin-bottom: 20px!important;}
.ms-mt-s {margin-top: 10px!important;}
.ms-img-warpper {display: inline-block;position: relative;width: 100%;overflow: hidden;}
.ms-img-warpper h4{ width: 200px; background-color: rgba(0, 0, 0, 0.5); font-size: 15px; position: absolute; color: #fff; text-transform: capitalize; letter-spacing: 2px; position: absolute; top: 45%; left: 0; right: 0; margin: 0 auto; text-align: center; opacity: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 2px;}
.ms-img-content {position: absolute;max-width: 100%;max-height: 100%;}
.home-banner4{margin-bottom: 12px;}
.home-banner4 a:hover h4, .home-banner4 a:focus h4{opacity:1}
video-wrapper {width: 100%;height: 100vh;overflow: hidden;} 
video {object-fit: cover;width:100%;height:100%;}
.middle-box{max-width: 600px;margin: 20px auto;}
.prod-box{background-color:#fff; -webkit-border-radius:4px; -o-border-radius:4px; -moz-border-radius:4px; border-radius:4px; position:relative; margin-top:10px; margin-bottom:20px !important;}
.prod-box .img-holder{margin-top:3px; text-align:center; overflow:hidden; /*position:absolute;*/}
span.readyshipSpan {
    position: absolute;
    top: 5px;
    right: 20px;
    background: #fff;
    padding: 3px 5px 3px 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #62062b;
    background-color: #ffffff;
    border-radius: 2px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.prod-box .item-img-2{display:none;}
/*.prod-box .img-holder:hover .item-img-2{display:block;margin: auto;}*/
/*.prod-box .img-holder:hover .item-img-1{display:none;}*/
.prod-box .anons{padding:8px 12px;position: relative; /*top: 200px;*/}
.prod-box p{margin:0; padding:3px;}
.prod-box p a{color:#4c4c4c}
.prod-box .title{ font-size: 14px; max-height: 30px; overflow: hidden; font-weight: 500;  }
.prod-box .price{ float: left; color: #8e003a; font-size: 16px; font-weight: 500;}
.prod-box .sold{ float:right; color:#999}
.prod-box .info{width:60%; font-size:12px; color:#666; float:left}
.prod-box .action{float:right; }
.prod-box:hover .blok-hover{/*bottom:0px;*/ opacity:1;}
.blok-hover{ position:absolute;  /*bottom:-36px;*/ left:0; width:100%; height:36px; color:#000; z-index:99; transition: all 200ms ease-in-out 0s;}
.blok-hover a{display: inline-block; font-size: 18px;background: #ffffff52;border-radius: 50%;padding:5px}
.blok-hover a:hover{color:yellow}
.prod-box  .btn{background-color:#FF4000; border-radius:0; font-size:12px; padding:3px;-webkit-border-radius:0; -moz-border-radius:0; color:#fff; border:0}
.prod-box .action .btn {width:100%;}
.prod-box .action .btn-add{display:none; position:absolute;}
.prod-box .action:hover .btn-add{display:block}
.prod-box .btn-order:hover{background-color:#d90000; color:#fff; }
.prod-box .btn-add:hover{background-color:#d90000; color:#fff; }
.product-item-inner {margin: 0;position: absolute;  transition: all .3s; z-index: 3;}
.product-item-inner {left: auto;right: 20px;bottom: 35px;}
.product-item-inner .product-item-actions>.actions-primary {display: inline-block;}
.product-item-inner .product-item-actions>.actions-primary .tocart {background-color: #fff;border: 1px solid #ddd;border-radius: 30px;color: #333;width: 36px;height: 36px;opacity: .85;transition: all .3s;margin-right:5px}
.product-item-photo .product-item-inner .product-item-actions>.actions-primary .tocart {width: 32px;padding: 0;}
.product-item-inner .product-item-actions>.actions-primary .tocart:before {margin-right: 0;}
.product-item .tocart:before {margin-top: 1px;display: inline-block;font-size: 20px!important;font-weight: 600 !important;}
.product-item-inner .product-item-actions>.actions-primary .tocart span {display: none;}
.product-item-inner .product-item-actions>.action{background-color: #fff; border: 1px solid #ddd; border-radius: 30px; color: #333; width: 36px; height: 36px; opacity: .85; transition: all .3s;}
.product-item-actions .action.towishlist>span {display: none;}
.product-item-actions .actions-secondary.action span{border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/*-----------------bustier-----------------*/
.elementor-widget-wrap{position: relative;width: 100%;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.elementor-widget-container {padding: 0px 0px 0px 0px;margin-bottom: 0px;}
.elementor-divider {text-align: center;padding-top: 0px;padding-bottom: 0px;}
.elementor-divider-separator {width: 60%;margin: 0 auto;}
.elementor-divider-separator:before, .elementor-divider-separator:after {display: block;content: "";border-bottom: 0;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;border-top: 2px solid #000;}
.elementor-divider__text {color: #000000;font-size: 22px;font-weight: 500;text-transform: uppercase;margin-right:10px;margin-left:10px}
.elementor-heading-title {color: #000000;font-size: 14px;font-weight: 500;line-height:20px!important;TEXT-ALIGN: CENTER;margin-top: 10px}
.elementor-heading-title a{color:#636161;}
.elementor-widget-wrap .col-md-2{width:20%;padding-right: 5px;padding-left: 5px;}
.elementor-image a img:hover{transform: scale(1.05);box-shadow: 10px 10px 10px rgb(0 0 0 / 15%);}
.elementor-widget-divider .elementor-divider-separator {width: 60%;align-items: center;display: -webkit-box;display: -ms-flexbox;display: flex;direction: ltr;    padding-bottom: 20px;}
.hover-switch > img {position: absolute;/*top: calc(50% - 100px);*/left: calc(50% - 100px);}
.hover-switch > img:last-of-type {opacity: 1;transition: opacity 0.5s ease-in-out;-moz-transition: opacity 0.5s ease-in-out;-webkit-transition: opacity 0.5s ease-in-out;}
.hover-switch:hover > img:last-of-type {opacity: 0;}
.elementor-image{box-shadow:5px 5px 5px 5px rgb(197 197 197 / 15%)}

/*-------------counter-----------*/
.template-index {padding: 20px 0 15px;background:#8b0039}
.text-with-icons__item { flex-basis: calc(25% + 0px); height: 50px; border-right: 1px solid #ccc;display:flex }
.text-with-icons__icon-wrapper {margin: 0 10px 0 0;}
.text-with-icons__icon-wrapper img {max-width: 30px;}
.text-with-icons__content-wrapper h3 {font-size: 14px;color:white}
.template-index .col-md-2{padding-right:5px;padding-left:5px}
.no-border {border-right: none!important;}

/*-----------footer---------*/
.footer-widget {background: #f8f2f2!important;}
.footer-widget h4 {color: #333;}
.footer-widget p {color: #333;font-size: 12px;}
.footer-widget .left {position: relative;}
.footer-widget .newsletter {background: none;padding: 0;margin-right: 0;}
.newsletter .social p {font-weight: 600;font-size: 16px;}
.newsletter .social a.fb {background: #3b5998;}
.newsletter .social a {display: inline-block;font-size: 15px;margin-right: 10px;height: 30px;line-height: 30px;margin-right: 3px;border-radius: 35px;width: 30px;text-align: center;margin-top: 0px;color: #fff;padding-top: 0px;}
.newsletter .social a.tw {background: #3cf;}
.newsletter .social a.yt {background: #c11f21;}
.newsletter .social a.pin {background: #E60023;}
.newsletter .social a.lnk {background: #0077b5;}
.list-unstyled {padding-left: 0;list-style: none;}
.footer-widget ul li {padding: 5px 0;color: #333}
.footer-widget ul li a {color: #333; font-size: 13px;}
.footer-widget .sep {position: relative;}
.footer-widget .sep:after { content: ""; height: 1px; width: 100%; background: #ddd; position: absolute; right: 0px; bottom: 0; }
.footer-widget .footer-logo img {max-width: 100%;}
.footer-widget .footer-logo img {/*max-width: 50px;*/margin: 5px;margin-left: 0;border-radius: 5px;width: auto;height: 60px;}
.footer-widget .payment-method img {margin-right: 10px;width: auto; height: 25px;}
.f_bottom {background: #8e003a!important;padding: 15px;}
.f_bottom .text-right a{color:#f6f2eb}

/*-----------------testimonial--------------------*/
.shadow-effect {background: #fff;padding: 20px;border-radius: 4px;text-align: center;border:1px solid #ECECEC;box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);}
#customers-testimonials .shadow-effect p {font-size: 14px;line-height: 1.5;margin: 0 0 17px 0;color: black;}
.testimonial-name {margin: -17px auto 0;display: table;width: auto;/*background: #8e003a;*/padding: 0px 35px;border-radius: 12px;text-align: center;color: #000;font-size: 16px;margin-top: 10px;font-weight:600/*box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);*/}
#customers-testimonials .item {text-align: center;padding: 0px;/*margin-bottom:80px;*/opacity: .5;-webkit-transform: scale3d(0.8, 0.8, 1);transform: scale3d(0.8, 0.8, 1);-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
#customers-testimonials .owl-item.active.center .item {opacity: 1;-webkit-transform: scale3d(1.0, 1.0, 1);transform: scale3d(1.0, 1.0, 1);}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {background: #3190E7;transform: translate3d(0px, -50%, 0px) scale(0.7);}
#customers-testimonials.owl-carousel .owl-dots{display: inline-block;width: 100%;text-align: center;}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{display: inline-block;}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {background: #3190E7;display: inline-block;height: 20px;margin: 0 2px 5px;transform: translate3d(0px, -50%, 0px) scale(0.3);transform-origin: 50% 50% 0;transition: all 250ms ease-out 0s;width: 20px;}
.img-circle{width:90px!important;height:90px;border-radius:50%;margin:0 auto}
.owl-controls{display:block}
.css-par8nx{max-width:1200px !important}
.float{position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow: 2px 2px 3px #999;z-index:100;}
.my-float{margin-top:16px;}
.wa__btn_popup { position: fixed; right: 30px; bottom: 30px; cursor: pointer;z-index: 999999999; }
.wa__btn_popup .wa__btn_popup_txt { position: absolute; width: 156px; right: 100%; background-color: #f5f7f9; font-size: 12px; color: #43474e; top: -50px; padding: 7px 0 7px 12px; margin-right: 80px; letter-spacing: -0.03em; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; }
.collection-item{position:relative;display:block;margin-bottom:20px}
.collection-item:hover img {transform: scale(1.03);transition: all .8s ease;animation: fade-in 1s cubic-bezier(.26,.54,.32,1) 0s forwards;}
.collection-item span{bottom: 0px;left: 0px;padding: 10px 20px;background: rgb(0 0 0 / 50%);right: 0;text-align: center;font-weight: 600;display: block;position: absolute; text-transform: uppercase;color: white;font-size: 15px;letter-spacing: 1px;}
.instarajgadhia{position:relative}
.instarajgadhia:before{content: '';position: absolute;bottom: 0;left: 0;height: 50px;width: 100%;background: #fff;z-index: 9;}
.customer_review .fa{color:gold;margin-right:5px}

/*------------------currency--------------*/
#wcuCurrencySwitcherFloating {background-color: #444444;background: #444444;}
.wcuCurrencySwitcher.right {-webkit-transform: translate(100%, -50%);-ms-transform: translate(100%, -50%);transform: translate(100%, -50%);right: 0px;}
.wcuCurrencySwitcher.left, .wcuCurrencySwitcher.right {top: 50% !important;}
.wcuCurrencySwitcher {display: inline-block;position: fixed;-webkit-transition: all .25s ease;-moz-transition: all .25s ease;-ms-transition: all .25s ease;-o-transition: all .25s ease;z-index: 9999;width: auto;}
.wcuCurrencySwitcher {font-size: 14px !important;backface-visibility: inherit !important;-webkit-font-smoothing: subpixel-antialiased !important;}
.wcuCurrencySwitcher .wcuHeader {border: none;text-align: center;padding: 10px 0px;font-size: 14px;}
.wcuCurrencySwitcher tr {border-top: 1px solid rgba(255, 255, 255, .2);background: #444444;color: #ffffff; border: none;}
.wcuCurrencySwitcher td:first-child {padding-left: 15px;}
.wcuCurrencySwitcher.right .wcuCurrencySwitcherButton {-webkit-transform: translate(0%, -0%);-ms-transform: translate(0%, -0%);transform: translate(0%, -0%);right: 100%;top: 38px;}
.wcuCurrencySwitcherButton {display: inline-block;position: absolute;z-index: -1;-webkit-transition: all .25s ease;}
.wcuCurrencySwitcher table.wcuCurrencySwitcherFloatingTableButton tr td.wcuCurrent {border: none;background-color: #212121;background: #212121;}
.wcuCurrencySwitcher.right .wcuCurrencySwitcherButton td {width: 100% !important;}
.wcuCurrencySwitcher.right .wcuCurrencySwitcherButton td {float: left;width: 100%;min-width: 40px;}
.wcuCurrencySwitcher .wcuHeader {border: none;text-align: center;padding: 10px 0px;font-size: 14px;}
.wcuCurrencySwitcher.wcuFloatToggleSwitcher_on_hover.right:hover {-webkit-transform: translate(-0%, -50%);-ms-transform: translate(-0%, -50%);transform: translate(-0%, -50%);}
.wcuCurrencySwitcher.left, .wcuCurrencySwitcher.right {top: 50% !important;}
.wcuCurrencySwitcher.top {top:0px;left: 0% !important;}
.wcuCurrencySwitcher.bottom {bottom:0px;left: 0% !important;}
.wcuCurrencySwitcher .wcuHeader {background-color: #444444;background: #444444;color: #ffffff;}
.wcuCurrencySwitcher tr, .wcuCurrencySwitcher tr.wcuHeader:hover {background: #444444;color: #ffffff;border: none;}
.wcuCurrencySwitcher table.wcuCurrencySwitcherFloatingTableCurrencies tr:hover td {background-color: #000000;background: #000000;color: #ffffff;}
.wcuCurrencySwitcher table.wcuCurrencySwitcherFloatingTableCurrencies tr.wcuCurrent td, .wcuCurrencySwitcher table.wcuCurrencySwitcherFloatingTableButton tr td.wcuCurrent {border: none;background-color: #212121;background: #212121;color: #ffffff;}
.wcuCurrencySwitcher.wcuFloatShowBorder_1 {border:1px solid #444444;}
.wcuCurrencySwitcher.wcuFloatToggleSwitcher_on_click .wcuCurrencySwitcherButtonClose {background-color: #444444;background: #444444;color: #ffffff;border: none;}
.wcuCurrencySwitcher.wcuFloatToggleSwitcher_on_click .wcuCurrencySwitcherButtonClose:hover {background-color: #000000;background: #000000;color: #ffffff;}
.wcuCurrencySwitcher table, .wcuCurrencySwitcher table.wcuCurrencySwitcherFloatingTableCurrencies tbody tr td, .wcuCurrencySwitcher table.wcuCurrencySwitcherFloatingTableButton tr td {background-color: #444444;background: #444444;}
#wcuCurrencySwitcherFloating {background-color: #444444;background: #444444;}
.wcuCurrencySwitcher table.wcuCurrencySwitcherFloatingTableButton tr td:hover  {background-color: #000000;background: #000000;color: #ffffff;}
.wcuFloatToggleSwitcher_full_size {opacity: 1;transition:.4s;}
.wcuFloatToggleSwitcher_full_size:hover {opacity:1;}
.wcuCurrencySwitcherButton {opacity: 1;transition:.4s;}
.wcuCurrencySwitcherButton:hover {opacity:1;}
.wcuFloatToggleSwitcherClick {opacity: 1;transition:.4s;}
.wcuFloatToggleSwitcherClick:hover {opacity:1;}
.wcuCurrencySwitcher .wcuCurrencySwitcherButton,
.wcuCurrencySwitcherFloatingTableButton tr td {font-size:14px !important;font-weight:bold !important;}
.wcuCurrencySwitcher .wcuCurrencySwitcherFloatingTableCurrencies {font-size:14px !important;}
.wcuCurrencySwitcher .wcuHeader {font-size:14px !important;color: #ffffff !important;background: #282828 !important;}
#gallery {margin: 1rem;}
#gallery img {margin: 0.2rem;}
.img-box {/*position: relative;border: 2px solid #8e003a;*/}
.img-box img {width: 100%;height: 100%;object-fit: cover;}
.img-box::after {content: "";display: block;position: absolute;top: 0;width: 100%;height: 100%;opacity: 0;transition-property: opacity;transition-duration: 200ms;}
.img-box:hover::after {opacity: 1;}
.wrapper {max-width: 100%;margin: 0 auto;background-color: #027d88; padding: 75px 50px;}
.slick-slide a {color: white;font-size: 16px;}
.slick-slide p {line-height: 24px;}
.slick-slide p:last-of-type {margin-bottom: 0;}
.slick-slide p:first-of-type {font-weight: bold;}
.slick-next:before {position: relative;top: -15px;content: url("../../s3-us-west-2.amazonaws.com/s.cdpn.io/1552126/right-carousel-arrow.png");}
.slick-prev:before {position: relative;top: -15px;right:20px;content: url("../../s3-us-west-2.amazonaws.com/s.cdpn.io/1552126/left-carousel-arrow.png");}


/*-----------aboutuspage------------*/
.category-view {position: relative;}
.TopBanner-Img {position: relative;}
section.discover-OurJourney img {width: 100%}
.topBanner-text { position: absolute; top: 50%; right: 17%; transform: translate(-17%,-50%); }
.topBanner-text h1, .topBanner-text h2 { text-transform: uppercase; font-size: 40px; color: #fff; letter-spacing: 10px; line-height: 60px; }
.topBanner-text p {color: #fff; font-size: 20px; text-align: center; line-height: 30px; }
.ourJourney-secTwo, .ourJourney-secThree, .ourJourney-secFour, .ourJourney-secSix, .ourJourney-secEight, .ourJourney-secNine, .ourJourney-secElevan, .ourJourney-secTwelve {margin-top: 40px;margin-bottom: 40px}
.col {display: block;float: left;padding: 0 10px;}
.compellingVision-Content h2 { font-size: 30px; color: #242323; letter-spacing: 0px; line-height: 30px; text-align: center;}
.compellingVision-Content p { font-size: 14px;line-height: 25px; color: #525151; width: 80%; margin: 25px auto 20px; text-align: center; }
section.discover-OurJourney img {width: 100%;}
.traditionalValues-Content {margin-top: 0px;}
.traditionalValues-Content h2 { width: 80%; margin: 50px auto 0px; font-size:25px; color: #242323; letter-spacing: 2px; line-height: 35px; text-align: left; }
.traditionalValues-Content p { font-size: 14px; line-height: 25px; color: #525151; width: 80%; margin: 15px auto; text-align: left; }
.commerceIntresect-Content { width: 70%; margin: 0 auto; margin-top: 25%; background: #fff; padding: 40px; position: relative; box-shadow: 0 2px 4px rgb(0 0 0 / 10%); }
.commerceIntresect-Content h2 { font-size: 30px; color: #242323;line-height: 40px; text-align: center; padding-bottom: 10px; position: relative; margin-bottom: 10px; }
.commerceIntresect-Content h2:before { content:'';position:absolute;bottom:0;left:50%; height:3px;width:100px;background:#000;transform:translateX(-50%); }
.ourJourney-secTen {background: #000;padding: 16px 0 10px;}
.ourJourney-secTen .span_8 {width: 64%;}
.ourJourney-secTen .span_4 {width: 35.8%;}
.helloLonDon-Img {position: relative;}
.helloLonDon-text {position: absolute;bottom: 0;left: 50%;transform: translate(-50%,0);}
.helloLonDon-text h2 { font-size: 40px; color: #634b1b; letter-spacing: 2px; line-height: 60px; text-align: center; }
.helloLonDon-text p { font-size: 18px;line-height: 30px; color: #000; width: 100%; margin: 20px auto 30px; text-align: center; }
.helloLonDon-Img img {opacity: .2;}

.grid-flex{display:flex;background-image:url(../images/pattern.png)}
.col-text {display: flex;align-items: center;justify-content: center;}
.Aligner-item {width: 90%;padding: 35px;background: #f8f2f2;margin: 40px;height:300px}
.Aligner-item p {text-align: justify;line-height:24px}
.Aligner-item h2{font-size:24px}
.mb20 {margin: 0 auto 20px;}

/***Category page css start***/

.mainheading h1 {color: #000000;font-size: 30px;margin: 20px 0px 40px;}
.mainheading h1:after {content: "";display: block;width: 50%;height: 1px;background: #000;margin: 0 auto;margin-top: 5px;width: 80px;height: 1px;background: #634c1e;margin: 0 auto;margin-top: 5px;}
.shopby {font-size: 18px;letter-spacing: 0.5px;color: black;margin-bottom: 10px;}
.flowers-wrap .accordion-item {
    background-color: none; 
    border: none; 
}
.flowers-wrap .accordion-button {
    padding:0;
}
.flowers-wrap .accordion-button:not(.collapsed) { background:none;box-shadow:none; }
.flowers-wrap .accordion-button:focus { border:none!important;box-shadow: none; }
.flowers-wrap .accordion-button:not(.collapsed)::after, .flowers-wrap .accordion-button::after { background:none; }
.tabsTitle {
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: none;
    margin: 0;
    color: #000;
    cursor: pointer;
    position: relative;
    padding: 0 0 10px;
    font-weight: 400;
    letter-spacing: 1px;
}
.flowers-wrap .accordion-header {
    border-bottom:0.5px solid #ccc;
}
.flowers-wrap .accordion-body-cat {
    padding:10px 0px;
}
.flowers-wrap  .accordion-body form {
    display:flex;
    flex-direction:column;
}

.styled-checkbox {
	 position: absolute;
	 opacity: 0;
}
 .styled-checkbox + label {
	 position: relative;
	 cursor: pointer;
	 padding: 0;
     margin-bottom:5px;
     text-transform:uppercase;
     text-wrap: nowrap;
     font-size: 14px;
    width: 100%;
}
 .styled-checkbox + label:before {
	 content: '';
	 margin-right: 10px;
	 display: inline-block;
	 vertical-align: text-top;
	 width: 20px;
	 height: 20px;
	 background: white;
     border:1px solid #ccc;
}
 .styled-checkbox:hover + label:before {
	 background: #8e003a;
}
 .styled-checkbox:focus + label:before {
	 box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
 .styled-checkbox:checked + label:before {
	 background: #8e003a;
}
 .styled-checkbox:disabled + label {
	 color: #8e003a;
	 cursor: auto;
}
 .styled-checkbox:disabled + label:before {
	 box-shadow: none;
	 background: #ddd;
}
 .styled-checkbox:checked + label:after {
	 content: '';
	 position: absolute;
	 left: 5px;
	 top: 9px;
	 background: white;
	 width: 2px;
	 height: 2px;
	 box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	 transform: rotate(45deg);
}
.ourJourney-secSix {
     background-image:url(../images/banner1.jpg);
     background-repeat:no-repeat;
     background-size:cover;
     height:75vh;
}
.ourJourney-secEight { padding-top:15%;background:#edededa8;margin:0;padding-bottom:5%; }
.ourJourney-secNine .fr-Cntr {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ourJourney-secNine .raas-Carft h2 { font-size:30px; }
.ourJourney-secNine  .raasCarft-Content p { margin-bottom:10px; }
.ourJourney-secten { margin:40px 0px;text-align:center;background: #fcf1f1 url(../images/bg6.png) repeat center; padding:40px 0px;position:relative;height:70vh; }
.ourJourney-secten .txtJourney { max-width: 600px;margin: 0 auto 20px; }
.ourJourney-secten .journeyVideos { position: absolute; left: 50%; transform: translateX(-50%); }
.ourJourney-secEleven { margin:40px 0px;margin-top:12%;text-align:center;padding:20px 0px; }
.ourJourney-secEleven .txtJourney { max-width: 700px;margin: 0 auto 20px; }
.template-indexCustom .container-custom { max-width: 900px; margin: 0 auto; }
.template-indexCustom  .text-with-icons__item { flex-direction:column;justify-content:center;text-align:center;border-right:none; }
.template-indexCustom .text-with-icons__icon-wrapper img {
    max-width: 50px;
    height:50px;
    object-fit: cover;
}
.template-indexCustom .text-with-icons__content-wrapper h3 {
    font-size: 14px;
    color: black;
}
.ourTeamSec { padding:40px 0px;/*background: linear-gradient(111deg,#dadada,#fff);*/background:url('../images/pattern.png');background-size:cover;background-position:center; }
.ourTeamSec .topSecHeading { max-width:800px; margin:0 auto;text-align:center; }
.ourTeamSec .topSecHeading  h2 {
    font-size: 30px;
    color: #000;
    letter-spacing: 0px;
    line-height: 30px;
    text-align: center;
}
.ourTeamSec .topSecHeading p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin: 20px auto 30px;
    text-align: center;
}
.innerourTeamMember {
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom:20px;
    padding-top: 15px;
}
.innerourTeamMember .image {
    width: 100%;
}
.innerourTeamMember .image .imagedesk {
    display: block;
}
.innerourTeamMember  .mainWrapper {
    display: flex;
    align-self: center;
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: column;
}
.innerourTeamMember  .mainWrapper .textdivName {
    display: block;
}
.innerourTeamMember  .mainWrapper .name {
    font-size: 30px;
    font-weight: 500;
    color: #4e4e4e;
    margin: 0;
    line-height:45px;
}
.innerourTeamMember  .mainWrapper .designation {
    font-size: 16px;
    font-style: italic;
    color:#000;
    margin: 0;
}
.innerourTeamMember  .mainWrapper .description-1, .innerourTeamMember  .mainWrapper .description-2 {
    color: #0b0b0c;
    font-size: 14px;
    line-height: 26px;
}
.highlightTxt {
    position: relative;
    background: linear-gradient(to right, #f44336 0, #ffeb3b 10%, #fff 20%);
    background-position: 0;
    text-transform:uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
}

@-webkit-keyframes shine {
    0% {
      background-position: 0;
    }
    60% {
      background-position: 180px;
    }
    100% {
      background-position: 180px;
    }
  }

  @keyframes shine {
    0% {
      background-position: 0;
    }
    60% {
      background-position: 180px;
    }
    100% {
      background-position: 180px;
    }
  }
  

.promotions-carousel .columns .row { align-items:center; }
.settings:hover button { color:#fff !important; }
.bgslight { background: #f8f2f2;color:#000; }
.certificateImgsTxt {
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
    /* background: #ffffff61; */
    margin: 0 5px;
    padding: 10px;
    /* border: 1px solid #e5e5e5; */
}
.certificateImgss {
    height: 150px;
    width: 150px;
    background: #fff;
    border-radius: 50%;
    padding: 20px;
    margin-bottom: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.certificateImgsTxt img {
    max-width: 100%;
    object-fit: cover;
}
.certificateImgsTxt p {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500 !important;
}

@media (max-width:991px) {
    .header-top-left { display:none; }
    .header-top .row { justify-content:center;line-height: 0; }
    .header-top-left { padding: 10px 0 0 0; }
    .box.box-right {  padding: 0px 0 0px 0px; }
    .logo a img {     max-width: 40%;
        margin: 10px 0px 30px 0px; }
    .footer-logo-img a img {     max-width: 40%;
        margin: 10px 0px 30px 0px; }
    .mini-cart-option > ul { justify-content: flex-start; }
    .wcuCurrencySwitcher.right .wcuCurrencySwitcherButton { top:95px !important; }
    /*.mean-container a.meanmenu-reveal { top:-45px; }*/
    .mini-cart-option ul li { margin: 0 10px 10px; }
    .elementor-widget-divider .elementor-divider-separator { width:100%; }
    .elementor-widget-wrap .container .row { margin:auto;justify-content: center; }
    .elementor-widget-container { text-align:center; }
    .owl-nav { display: none; }
    .elementor-widget-wrap .col-md-2 { width:50%;  }
    .elementor-element.elementor-element-9a387d0.elementor-widget.elementor-widget-heading {
        margin-bottom: 25px;
    }
    .elementor-heading-title { font-size:14px; }
   .footer-widget img { margin-top: -12px; margin-bottom: -10px; }
   .f_bottom .col-lg-6 .text-left, .f_bottom .col-lg-6 .text-right { text-align:center!important; }
   .float { bottom:20px;right:10px; }
   .wa__btn_popup .wa__btn_popup_txt { display:none; }
   .mobileSearch { display:block;  }
   /*.header-middle-inner { display:none; }*/
   .logo { margin:0; }
   .footer-logo-img { margin:0; }
   .header-middle { position: relative; height: 80px;box-shadow: 0rem 0.1rem 0.5rem 0px #d9d9d9;}
   .logo { position: absolute; top: 0; }
   /*.footer-logo-img { position: absolute; top: 0; }*/

    .mean-container a.meanmenu-reveal {
        /*top: 15px;*/
        position: absolute;
        left: 8px !important;
        right: auto;
        width: 38px;
        height: 40px;
        background: #8e003a2b;
        padding: 10px;
    }
    /*.header-top-menu.sticker.sticky {
        padding: 5px;
        background: white !important;
        height: 90px;
        z-index: -1;
    }*/
    .header-top-menu.sticker.sticky .header-search-wrapper {top: -2px;}
    .header-top-menu.sticker.sticky .header-search-wrapper .search-form-main {top: 55px;}
    .header-middle.sticky_tri .mini-cart-option {
    position: fixed;
    top: 6%;
    z-index: 9999;
    right: 18px;
}
    .header-middle.sticky_tri .search {top: 54px;}
   .open_search_tri .open-search {
    margin: 0;
    position: static;
    text-align: center;
}
 /*.header-top-menu.sticker.sticky a.meanmenu-reveal {
    top: 40px;
}*/
   .open_search_tri .open-search .input-open-search:checked ~ .search {
    display: block;
}
.open_search_tri .search {
    display: none;
    position: fixed;
    left: 0;
    top: 95px;
    width: 100%;
    z-index: 999;
}
.open_search_tri .open-search .input-open-search {
    position: absolute;
    margin: 0;
    width: 25px;
    height: 25px;
    opacity: 0;
    z-index: 9;
    top: 0;
    left: 0;
}
.open_search_tri .open-search .search-icon {
    margin-top: 0;   
}
.open_search_tri .search .button-search .search-icon{
  filter: brightness(0) invert(1);
}
.open_search_tri .search .button-search {
    background: #8e003a;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 12.5px 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
}
.open_search_tri .search .input-search {
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 0 70px 0 15px;
    width: 100%;
    background: white no-repeat;
    transition: 100ms all linear 0s;
    background-image: linear-gradient(to bottom, rgba(77, 97, 252, 0.63) 0%, #4d61fc 90%), linear-gradient(to bottom, #e1e1e1, #e1e1e1);
    background-size: 0 2px, 100% 1px;
    background-position: 50% 100%, 50% 100%;
    transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}
   .theme-bg {
    background: none!important;
}
   .mean-container .mean-nav {
    /*margin: 36px 0px 0!important;*/
    position: absolute;
    background: #ffffff;
    width: 100%;
    box-shadow: 0px 0.5rem 1rem 0px rgba(0,0,0,.15);
}
  .header-top-menu  { position: relative; width: 100%;}
  .mean-container a.meanmenu-reveal span {background: #222;height: 3px;width: 100%;display: block;margin: 0 0 6px;}

   /*.mean-container a.meanmenu-reveal {
        top: 42%;
        position: absolute;
        left: 0!important;
        right: auto;
        width: 50px;
        height: 50px;
        background: wheat;
        padding: 12px 10px;
    }
   .header-middle .logo { position: absolute; top: 30px; }
   .mini-cart-option { position: absolute; right: 10px;top:60px; }
   .header-middle { padding-top: 50px; position: sticky; top: 5%; width: 100%; background: white; }*/


}



.eventsSec { padding:40px 0px; }
.eventsSec h2 { text-align: center; font-size: 25px; margin-bottom: 20px; padding-bottom: 10px;position: relative; font-size: 30px; color: #000; letter-spacing: 0px; line-height: 30px; text-align: center; }
/*.eventsSec h2:before { content:'';position:absolute;bottom:0;left:50%;height:1.5px;width:100px;background:#333;transform:translateX(-50%); }*/
.eventInnerWrap { display: flex; margin-bottom: 30px;position:relative;border: 1px solid #f3f3f3; background-color: #fff; padding: 30px; box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);  }
.eventInnerWrap .expleft-txt { margin-left: 30px; /*border: 1px solid #f3f3f3; background-color: #fff; position: absolute; padding: 30px; width: 600px; top: 50%; transform: translateY(-50%); right: 5%;    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);*/ }
.eventInnerWrap .expleft-txt h5 { font-size: 14px; line-height: 18px; color: #8e003a;margin-bottom:10px; }
.eventInnerWrap .expleft-txt p { line-height: 18px; font-size: 12px; color: gray;  }
.eventInnerWrap .expleft-txt span { font-size: 14px;padding-top:12px; display: inline-block; }
.eventInnerWrap .expleft-txt a { color:#000; }
.eventInnerWrap .expleft-txt.leftside { border: 1px solid #f3f3f3; background-color: #fff; position: absolute; padding: 30px; width: 600px; top: 50%; transform: translateY(-50%); left: 5%;    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); }
.ourJourney-secThree { 
    width: 80%;
    margin: 0px auto 0px;
    background: #fff;
    display: block;
    position: relative;
    padding: 40px 0px 50px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 10px;
}
.ourAbtUs {
    background: #edededa8;padding-bottom: 50px;padding-top: 50px;
}
.ourJourney-secFour { margin:0;background: #edededa8;padding-bottom: 50px; }
.ourJourney-secSix { margin:0; }
.ourJourney-secFour .row { background: #fff; border-radius: 10px; padding: 10px 0;box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); }
.commerceIntresect-Content p { font-size:15px;line-height:25px;text-align:center;padding-top:15px;color: #525151; }
.award-inner .img-box::after { position:relative; }
.photo-gallery-sec { padding:20px 0px 40px; }
.lightboxgallery-gallery {
  display: block;
  margin: 60px -10px;
}
.lightboxgallery-gallery-item {
  cursor: zoom-in;
  display: block;
  float: left;
  width: 25%;
}
@media only screen and (max-width : 767px) {
  .lightboxgallery-gallery-item {
    width: 33.3333%;
  }
}
@media only screen and (max-width : 479px) {
  .lightboxgallery-gallery-item {
    width: 50%;
  }
}
.lightboxgallery-gallery-item img {
  width: 100%;
  height: 186px;
  object-fit: cover;
}
.lightboxgallery-gallery-item > div {
  position: relative;
  margin: 10px;
}
.lightboxgallery-gallery-item > div:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.3) 100%);
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.lightboxgallery-gallery-item:hover > div:after {
  opacity: 1;
}
.lightboxgallery-gallery-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
.lightboxgallery-gallery-item:hover .lightboxgallery-gallery-item-content {
  opacity: 1;
}
.lightboxgallery-gallery-item-title {
  display: block;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 13px;  
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 1px;
}



.photogalleryWrap .header {
	 font-size: 30px;
     font-weight:600;
	 text-align: center;
     position:relative;
     padding-bottom:10px;
}
.photogalleryWrap .header:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    height:2px;
    width:100px;
    background:#000;
    transform:translateX(-50%);
}
 .photogalleryWrap .container {
	 width: 100%;
	 max-width: 1200px;
	 border-radius: 4px;
	 margin: 0 auto;
	 padding: 40px 0;
}
 .photogalleryWrap .content {
	 display: flex;
	 flex-wrap: wrap;
	 margin-top: 30px;
	 padding: 0 30px;
}
 .photogalleryWrap .wrapper {
	 width: 33.3%;
	 height: 100%;
	 padding: 10px;
     background:#fff;
}
 .photogalleryWrap .box {
	 position: relative;
	 max-height: 280px;
	 border-radius: 4px;
	 overflow: hidden;
     margin: 2px;
	 box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);
}
 .photogalleryWrap .box .hide {
	 opacity: 0;
}
 .photogalleryWrap .box h2, .box p {
	 /*position: absolute;*/
	 color: #000;
	 /*z-index: 2;
	 width: 100%;
	 transition: opacity 0.2s, transform 0.3s;*/
}
.photogalleryWrap .box h2 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 0px;
    background: #8e003a;
    color: #fff;
    z-index: 9;
    position: relative;
    display: block;
    text-align: center;
    line-height: 40px;
    border-bottom: 2px solid #ccc;
}
 .photogalleryWrap .box p {
	 bottom: 0;
	 font-size: 14px;
	 letter-spacing: 1px;
}
 .photogalleryWrap .box:hover {
	 transition: all 0.3s ease-in-out;
}
.photogalleryWrap .box:hover:before {
	 transition: all 0.3s ease-in-out;
}
 .photogalleryWrap .box img {
	 position: relative;
	 width: 100%;
	 /*height: 100%;*/
     height:200px;
	 z-index: 2;
     border: 2px solid #ccc;
     object-fit: cover;
	 transition: all 0.3s ease-in-out;
}
 .photogalleryWrap .box img:hover {
	 transition: all 0.3s ease-in-out;
}
 .photogalleryWrap .box img:after {
	 content: '';
	 position: absolute;
	 background-color: rgba(0, 0, 0, .6);
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 opacity: 0;
}
 .photogalleryWrap .box img:hover {
	 transition: all 0.3s ease-in-out;
}
 /*.photogalleryWrap .vintage h2 {
	 top: 51%;
	 transform: translate3d(0, 60px, 0);
	 text-align: center;
}*/
 .photogalleryWrap .vintage p {
	 opacity: 0;
	 bottom: -25px;
	 transform: translate3d(0, -10px, 0);
	 font-size: 14px;
	 letter-spacing: 1px;
	 text-align: center;
}
 .photogalleryWrap .vintage:before {
	 content: '';
	 position: absolute;
	 width: 100%;
	 height: 100%;
	 background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
	 z-index: 2;
	 bottom: 0%;
	 left: 0;
}
  .photogalleryWrap .vintage:hover:before {
	 bottom: 0;
}
  /*.photogalleryWrap .vintage:hover h2 {
	 bottom: 40px;
	 transform: translate3d(0, 20px, 0);
}*/
  .photogalleryWrap .vintage:hover p {
	 opacity: 1;
	 transform: translate3d(0, -30px, 0);
}
 @media screen and (max-width: 880px) {
	.photogalleryWrap .wrapper {
		 width: 50%;
	}
}
 @media screen and (max-width: 520px) {
	.photogalleryWrap .wrapper {
		 width: 100%;
	}
}

 .innerourTeamMember {
    background: #fff;
    box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 2%);
    border-radius: 0px 10px 0px 10px;
    z-index:2;
    position: relative;
}
.brradius { border-radius: 10px 0px 10px 0px; }
p.date {
    margin: 0px 0px 10px;
    color: #000 !important;
    font-weight: 600;
}
 #background-wrap {
    bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

/* KEYFRAMES */

@-webkit-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-moz-keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@keyframes animateBubble {
    0% {
        margin-top: 1000px;
    }
    100% {
        margin-top: -100%;
    }
}

@-webkit-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@-moz-keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

@keyframes sideWays { 
    0% { 
        margin-left:0px;
    }
    100% { 
        margin-left:50px;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: -5%;
  top: 5%;
  
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x2 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  
  left: 5%;
  top: 80%;
  
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x3 {
    -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: 10%;
  top: 40%;
  
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  transform: scale(0.7);
}

.x4 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  
  left: 20%;
  top: 0;
  
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x5 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  
  left: 30%;
  top: 50%;
  
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}

.x6 {
    -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: 50%;
  top: 0;
  
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}

.x7 {
    -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: 65%;
  top: 70%;
  
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x8 {
    -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  
  left: 80%;
  top: 10%;
  
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x9 {
    -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  
  left: 90%;
  top: 50%;
  
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x10 {
    -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  
  left: 80%;
  top: 80%;
  
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

/* OBJECTS */

.bubble {
    -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
  
    height: 200px;
  position: absolute;
  width: 200px;
}

.bubble:after {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
    -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  
  content: "";
    height: 180px;
  left: 10px;
  position: absolute;
  width: 180px;
}

.contactSection { padding:40px 0px; }
.deskhead {
    display: block;
}
.storeheadingone h1 {
    color: #000;
    font-size: 34px;
    font-weight: 500;
    height: auto;
    margin: 15px auto 0px;
    width: 100%;
    text-align:left;
}
.storeheadingone p { margin-bottom:30px; }
.appointright {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-left: 40px;
    text-align: right;
    width: 100%;
}
.appointright li.collect, .appointright li.jewels, .appointright li.smartphone {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 20px;
    padding: 0 45px 0 0;
}
.appointright li {
    margin-bottom: 38px;
}
.sec2-icons {
    margin-left: 15px;
    position: absolute;
    color: #af064b;
}
.appointright li h4 {
    color: #2e2d2d;
    font-size: 18px;
    margin-bottom: 5px;
    width: 100%;
}
.appointright li p {
    color: #484747;
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
}
.jewels a {
    color: #5c5a5a;
}
.call-expert-btn, .find-store-exp-btn {
    background: #af064b;
    border: 1px solid #8e003a;
    border-radius: 0;
    color: #fff!important;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1.32px;
    min-width: 256px;
    padding: 12px 20px;
    text-align: center;
    text-transform: capitalize;
    font-weight:500;
}
.smartphone p a { color:#5c5a5a; }
.contcatFormSec {
    margin:20px 0px;
    /*padding: 40px 0px;*/
    background: #e5e5e5 url(../images/bg6.png);
    display: flex;
}
.contcatFormSec .container {
    max-width: 800px;
    width: 50%;
    background-color: hsl(0deg 0% 100% / 43%);
    padding: 10px 30px;
}
.contcatFormSec .container form .user_details{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form .user_details .input_pox{
    margin-bottom: 15px;
    /*margin: 20px 0 12px 0;*/
    width: calc(100% / 2 - 20px);
}
form .user_details  .input_msg {margin-bottom: 15px;margin: 20px 0 12px 0;width: 100%; }
.user_details .input_pox .datails, .user_details .input_msg .datails {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
.user_details .input_pox input, .user_details .input_pox textarea, .user_details .input_pox select {
    height: 40px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}
.user_details .input_msg textarea { padding: 10px 15px;height: 50px;width: 100%;border-radius: 4px; }
.user_details .input_pox input:focus, .user_details .input_pox textarea:focus, .user_details .input_pox select:focus {
border-color: #8e003a;
}
form .gender_details .gender_title {
    font-size: 20px;
    font-weight: 500;
}
form .gender_details .category{
    display: flex;
    width: 80%;
    margin: 14px 0;
}
.category input[type="checkbox"] { margin-right:5px; }
.gender_details .category label{
display: flex;
margin: 0 25px 0px 0px;
}
.gender_details .category .dot{
height: 18px;
width: 18px;
background: #d9d9d9;
border-radius: 50%;
margin-right: 10px;
border: 5px solid transparent;
}
#dot-1:checked ~ .category label .one,
#dot-2:checked ~ .category label .two,
#dot-3:checked ~ .category label .three{
border-color: #d9d9d9;
background-color: #9b59b6;
}
form input[type="radio"]{
    display: none;
}
form .button{
    height: 45px;
    margin: 35px 0;
    text-align: center;
}
form .button input{
    height: 100%;
    width: 100%;
    outline: none;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: 2px;
    background: linear-gradient(123deg, #af064b,#8e003a);
}
form .button input :hover{
    background: linear-gradient(-123deg, #71b8e7,#9b59b6);
}
@media (max-width: 584px){
    .container{
        max-width: 100%;
    }
    form .user_details .input_pox{
        margin-bottom: 15px;
        width:100%;
    }
    form .gender_details .category{
        width: 100%;
    }
    .container form .user_details{
        max-height: auto;
        /*overflow: scroll;*/
    }
    .user_details::-webkit-scrollber{
        width: 0;
    }
}
.contactChatSec { padding:40px 0px; }
.contactChatSec .chat-box { margin-bottom:20px; }
.contactChatSec .chat-box h1 {
    font-size: 35px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.experience-main1 {
    background: #f9f8f5;
    border-left: 1px solid #e6e6e6;
    border-right: none;
    min-height: 191px;
    padding: 24px;
    text-align: center;
}
.promise-icon1 {
    margin-top: 10px;
    color: #000;
}
.experience-main1 p {
    color: #2d2d2d;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 28px;
}
.full-border {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}
.experience-main1:hover, .experience-main:hover {
    background: #e5e5e5;
    border-color: #ccc!important;
}
.storedekstopBttm { padding:40px 0px 0px; } 
.storedekstopBttmInner .row { width:100%; }
.storedekstopBttmInner .slide {
    overflow: hidden;
    position: relative;
}
.storedekstopBttmInner .desk_imgin {
    display: block;
}
.storedekstopBttmInner .slide .hover-text.off {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: table;
    opacity: 1;
    -webkit-transform: translateY(12%);
    transform: translateY(12%);
    transition: all .3s;
    vertical-align: bottom;
}
.storedekstopBttmInner .slide .hover-text {
    bottom: 0;
    color: #fff;
    display: block;
    height: 5%;
    line-height: 18px;
    padding: 20px;
    position: absolute;
    background:rgb(0 0 0 / 33%);
    text-align: center;
    transition: all .8s;
    width: 100%;
    z-index: 9;
}
.storedekstopBttmInner .slide h4 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
}
.storedekstopBttmInner .slide .hover-text.off a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    /*font-family: garamond;*/
    font-size: 20px;
    opacity: 0;
    text-decoration: none;
    transition: all .5s;
    padding-top:20px;
    display:block;
}
.storedekstopBttmInner .slide:hover .hover-text.off {
    opacity: 1;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}
.storedekstopBttmInner .slide:hover .hover-text.off a {
    opacity: .66;
}
.textdivName, .para .description-1 { margin-bottom:10px; }
.videoGallerySection { padding:40px 0px;background-image:url('../images/pattern.png');}
.videoGallerySection h3, .infrastructureSec h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.videoGallerySection h3:before, .infrastructureSec h2:before { content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:2px;width:100px;background:#000; }
.videoInner p {
    background: #8e003a;
    color: #fff;
    margin-bottom: 20px;
    margin-top: -10px;
    padding: 10px;
    text-align: center;
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.whatwedoSection { overflow-x: hidden; }
.whatwedoSection .sectionTwoWhite {
    width: 100vw;
    float: left;
    background-color: #fff;
    position: relative;
    z-index: 9;
    padding: 50px 0 40px 0;
    overflow-x: hidden;
}
.whatwedoSection .sectionWrapper {
    width: 100%;
    float: left;
    margin: 0 auto;
    overflow-x:hidden;
}
.whatwedoSection .sectionWrapperHalf {
    width: 50%;
    float: left;
    margin-top: 50px;
}
.whatwedoSection .historyPara {
    width: 40%;
    line-height: 2.5em;
    margin-top: 0px;
}
.whatwedoSection .historyTitle :nth-child(1) {
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    line-height: 1em;
}
.whatwedoSection .historyTitle p {
    margin-left: 18vw;
    margin-top: 0px;
}
.whatwedoSection .historyTitle :nth-child(2) {
    font-size: 5em;
    font-family: Playfair;
    font-weight: bold;
    letter-spacing: 0em;
    font-style: italic;
    line-height: 1em;
    margin-top: 0px;
}
.whatwedoSection .historyCircle {
    width: 10vw;
    height: 10vw;
    border: solid 1px #8e003a;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    /*background-color: #f1cd00;*/
    background: #8e003a91;
    left: 11%;
    top: 30px;
}
.whatwedoSectionFirst { padding:20px 0px;/*background:#e5e5e5b5;*/background-image:url('../images/footer-bg.jpg'); }
.innerwhatwedowrap { display:flex; }
.innerwhatwedowrap img { margin:5px; }
.whatwedoSectionFirst .col-md-4 { display:flex;justify-content:center;align-items:center; } 
.innerwhatwedowrapTxt { position:relative; }
/*.innerwhatwedowrapTxt:before {
    content: '';
    position: absolute;
    top: -20%;
    right: 47px;
    height: 100px;
    width: 100px;
    background: #8e003a91;
    border:1px solid #8e003a;
    border-radius: 50%;
    z-index: 1;
}*/
.innerwhatwedowrapTxts { margin-bottom:20px; }
.innerwhatwedowrapTxts h3 {
    font-size: 25px;
    font-style: italic;
    font-weight: 500;
    z-index: 9;
    position: relative;
}
.whatwedoSectionSecond { padding:40px 0px;/*background:#e5e5e5b5;*/ }
.whatwedoimg3 { border-radius:50%; }
.whatwedoSectionSecond .dflexcentr { display:flex;justify-content:center;align-items:center; }
.innerwhatweImgs {
    text-align: center;
    position:relative;
}
.innerwhatweImgs p {
    position: absolute;
    top: 0;
    right: 15%;
    height: 100px;
    width: 100px;
    background: #dac3cc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    color: #1d1d1d;
    font-weight: bold;
}
.innerwhatwedowraptxtss span { margin-bottom:10px; }
.innerwhatwedowraptxtss span {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    color: #bf6e8f;
}
.innerwhatwedowraptxtss h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}
.innerwhatwedowraptxtss p {
    font-size:14px;
    line-height:25px;
    text-align: justify;
}
.infrastructureSec { padding:40px 0px;background-image:url('../images/pattern.png'); }
.infraCardSec { margin-bottom:25px;position:relative; }
.infraCardSec span {
    background: #62062b;
    padding: 2px 10px;
    color: #fff;
    margin: 10px 0px;
    display: inline-block;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.infraCardSec h3 {
    font-size: 16px;
    margin: 0px 0px 10px;
    font-weight: 600;
}
.infraCardSec .fa-arrow-left, .infraCardSec .fa-arrow-right  { color:#000;font-size: 16px;font-weight: 400; }
.infraTxt {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    height: 210px;
    padding: 10px 10px 20px 10px;
}
.photogalleryWrap { background-image:url('../images/pattern.png'); }
.enquiryFormPopup h2 { font-size: 25px; font-weight: 500; padding-bottom: 10px;position: relative; }
.enquiryFormPopup h2:before { content:'';position:absolute;bottom:0;left:0;height:2px;width:100px;background:#000000; }
.enquiryFormPopup .form-control  { font-size: 14px;border-top-style: none; border-right-style: none; border-left-style: none; }
.enquiryFormPopup .form-control:focus { border-color: #62062b; }
.enquiryFormPopup .custom-fill-btn { box-shadow: none; border-radius: 0; border: 1px solid #8e003a; color: #8e003a; background-color: #fff; }
.enquiryFormPopup .custom-fill-btn:hover { box-shadow: none; color: #fff; background-color: #8e003a; border-radius: 0; }
.enquiryFormPopup textarea { height:60px; }
li.compare.open_search_tri {
    display: none;
}
.categorySection { padding:50px 0px;background-image:url('../images/pattern.png'); }
.categorySection .flowers-wrap, .categorySection .col-md-9  {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    padding: 10px 15px;
}
.categorySection  .accordion-item { /*background-color: #e9e9e9d1;*/padding: 5px 10px; }
.mainProductSection { padding:50px 0px; }
.innerProductDesc h3 { font-size: 25px; color: #0c0c0c; font-weight: 600; margin-bottom: 0px; text-transform: capitalize;}
.innerProductDesc .priceDesc { padding: 0px 0px 10px; }
.innerProductDesc .priceDesc h2 {font-size: 18px; font-weight: 500; line-height: 25px; margin-bottom: 8px; color: #333;}
.innerProductDesc  .productDesc {background: #eebed91c; padding: 10px; }
.innerProductDesc  .productDesc h2 {font-size: 18px; border-bottom: 1px solid #ccc; margin-bottom: 15px; font-weight: 600; color: #333;}
.productDesc ul {  }
.productDesc ul li { margin-bottom: 10px;font-size:14px; }
.productDesc ul li .fa-tab{color: #af064b; }
.productDescBtn { margin-top: 10px; display: flex; }
.productDescBtn a:first-child {margin-left:0px;}
.productDescBtn a {
    background-color: #fff;
    border: 0.5px solid #8e003a;
    border-radius: 2px;
    box-shadow: none;
    color: #8e003a;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 1em;
    outline: 0;
    display: block;
    padding: 8px 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: auto;
    padding: 8px 10px;
    margin-left: 5px;
}
.productDescBtn a i {font-size: 18px;}
.productDescBtn a:hover { background:#8e003a;color:#fff;border:1px solid #fff; }
.productDesc p { margin-bottom:20px; }

.mainProductTabsSec { padding:40px 0px; }
.mainProductTabsSec .tabs {
  display: flex;
  border-bottom: 1px solid #ccc;
  /*justify-content:space-between;*/
}
.mainProductTabsSec .tab {
  padding: 12px 20px;
  cursor: pointer;
  font-size: 14px;
  /*border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;*/
  background-color: #f7eff2;
  /* text-align: center; */
  border-right: 1px solid #dddbdb;
  border-radius: 7px 7px 0px 0px;
}
.mainProductTabsSec .tab.active {
    border-bottom: 2px solid #af064b;
    font-size: 14px;
    font-weight: 500;
    background: #8e003a;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}
/*.mainProductTabsSec .tab:hover {
  background: #fff;
  color: #000;
}*/
/*.mainProductTabsSec .tab.active:first-child {
  border-left: 1px solid #ccc;
}*/
/*.mainProductTabsSec .tab.active:last-child {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}*/
.mainProductTabsSec .active {
  display: block;
}
.mainProductTabsSec .tab-content {
  background-color: #fff;
  margin-top: 20px;
  padding-inline: 25px;
}
.mainProductTabsSec .tab-content-item {
  display: none;
  max-width: 100%;
  padding-inline: 0px;
}
.mainProductTabsSec .tab-content-item.active {
  display: block;
}
.mainProductTabsSec .tabs__product-page .table-wrapper {
    width: 100%;
    overflow-y: auto;
}
.mainProductTabsSec table {
    width: 100% !important;
    min-width: 100%;
    border:1px solid #ccc;
    box-shadow: 1px 1px 10px lightgrey;
}
.mainProductTabsSec  table td, table th {
    border: 1px solid #ccc;
}
table td, table th {
    border-bottom: 1px solid #ccc;
    padding: 9px 15px;
}
.innerShippingCntnt { margin-bottom:10px;    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }
.innerShippingCntnt h3 {
    font-size: 16px;
    font-weight: 500;
    /*padding-bottom: 5px;*/
    line-height: 25px;
}
.innerShippingCntnt ul li { font-size:14px;line-height:30px; }
.shiipingCntent {
    background: #fcfcfc;
    padding: 20px;
    box-shadow: 1px 1px 10px lightgrey;
    /*border-radius: 10px;*/
}
.ratings .fa-star { color: #f6b800;font-size: 15px; } 
.productDesc ul li span {  font-weight: 600; }
/*.highlightATxt {
    background: #af064b;
    color: #fff;
}*/
.highlightATxt a {
     color: #fff;
    background: linear-gradient(to right, #f44336 0, #ffeb3b 10%, #000 20%);
    background-position: 0;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite linear;
    font-weight: bold;
}
/*.highlightATxt a { animation:fadeInOut 1s linear infinite; }
@keyframes fadeInOut {
    0% { opacity:0 }
    100% { opacity:1 }
}*/
figure { margin:0!important; }
.enquiryFormPopup { background-image:url('../images/pattern.png'); }
.enquiryFormPopup .mainRowWrap {
    background: #f1f1f1;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.careerMainSection { padding:50px 0px;background:url('../images/pattern.png'); }
.careerMainSection .innerWrapCareer {
    background: #fff;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 5px;
}
.careerMainSection .innerWrapCareer h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}
.careerMainSection .innerWrapCareer p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 25px;
}
.careerMainSection .innerWrapCareer h3:before { content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:2px;width:100px;background:#000;  }
.formInputCls .form-control { margin-bottom:20px; }
.formInputCls .form-control:focus { border:1px solid #8e003a; }
.formInputCls  textarea { height:100px; }
.formInputCls .btnCareer { margin:15px 0px;text-align:center; }
.formInputCls .btnCareer a { background:#8e003a;color:#fff;    padding: 10px 40px;
    font-size: 14px; }

.faqsec {
    padding:50px 0px;
}
.faqsec h3 {     font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 15px;position:relative; }
.faqsec h3:before { content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:2px;width:100px;background:#000; }


.faq-sec,
.faq-wrapsec {
    padding:25px 0px;
}
.faq-wrapsec h5 {
    margin: 0;
    text-transform: uppercase;
    color: #5b8c51;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 24px;
}
.faq-wrapsec h3 {
    margin: 0;
    color: #404a3d;
    font-size: 35px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 20px;
}
.faq-blockimg {
    background-image:url('../images/faqsideImg.html');
    display: block;
    width: 100%;
    height: 242px;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.faqsubimage p {
    height: 60px;
    background: #62062b;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}
.faqsubimage p a {
    color:rgb(206,201,95);
    text-decoration:none;
}
.faqsec .flow > * + * { /* Adds space to all direct children except the 1st */
    margin-top: 0.75rem;
}
.faqsec .accordion {
    margin: 0 auto;
    max-width: 1200px;
}
.faqsec .accordion__item {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
                0 2px 4px rgba(0, 0, 0, 0.1),
                0 3px 5px rgba(0, 0, 0, 0.1);
}
.faqsec .accordion__item--trigger {
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
    padding: 0.05rem 1rem;
    background-color: hsl(335.49deg 100% 27.84%);
    /*background-color: hsl(0, 0%, 39%);*/
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1),
                0 2px 3px rgba(0, 0, 0, 0.1),
                0 3px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
   .faqsec .accordion__item--trigger::after {
        content: '+';
        font-weight: 700;
        font-size: 1.5rem;
        display: block;
        margin-left: 0.75rem;
    }
   .faqsec .accordion__item--trigger[aria-expanded="true"]::after {
        content: '-';
    }
.faqsec .accordion__item--panel {
    height: 0;
    opacity: 0;
    overflow: hidden;
    background-color: rgb(255 255 255 / 75%);
    transition: height 400ms ease-in-out, opacity 350ms linear;
    display: flex;
    align-items: center;
}
    .faqsec .accordion__item--panel > p {
        margin: 0;
        padding: 1rem;
        text-align: justify;
        font-weight: 500;
        color: black;
        font-size: 14px;
        text-transform: capitalize;
    }
.faqsec .accordion__item--trigger[aria-expanded="true"] + .accordion__item--panel {
    height: 4.6875rem;
    opacity: 1;
}
.mainReviewSection { padding:50px 0px;background:url('../images/pattern.png'); }
.innerReviewSectionWrap h3 { font-size:25px;font-weight:600;margin-bottom:10px;padding-bottom:10px;text-align:center;position:relative; }
.innerReviewSectionWrap h3:before  { content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:2px;width:100px;background:#000;  }
.innerReviewSectionWrap .reviewCard { margin-bottom:20px; }
.innerReviewSectionWrap .row { margin-top:5%; }
.innerReviewSectionWrap .shadow-effect { margin-bottom:20px; }

.innerReviewSectionWrap .media {
	position: relative;
	padding: 0 0 0 0px;
	margin-left: 0px;
}
.innerReviewSectionWrap .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.innerReviewSectionWrap .testimonial {
    color: #fff;
    position: relative;    
    /*background: #9b9b9b;*/
	padding: 15px;
	margin: 0 0 0px 0px;
    text-align:left;
}
.innerReviewSectionWrap .testimonial::before, .innerReviewSectionWrap .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.innerReviewSectionWrap .testimonial::before {
    width: 20px;
    height: 20px;
	/*background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);*/
}
.innerReviewSectionWrap .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.innerReviewSectionWrap .row > div:first-child .testimonial {
	margin:0px 0px 0px 0;
}
.innerReviewSectionWrap .row > div:first-child .media {
	margin-left: 0;
}
.innerReviewSectionWrap .testimonial p {
	text-indent: 40px;
    line-height: 21px;
	margin: 0;
}
.innerReviewSectionWrap .testimonial p::before {
	content: "\201D";
  	font-family: Arial,sans-serif;
    color: #62062b;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.innerReviewSectionWrap .media .fa-star { color:gold; }
.innerReviewSectionWrap .overview {
	padding: 3px 0 0 15px;
    text-align: left;
}
.innerReviewSectionWrap .overview .details {
	padding: 5px 0 8px;
}
.innerReviewSectionWrap .overview b {
	text-transform: uppercase;
	color: #000000;
}







@media (max-width:991px) {
    li.compare.open_search_tri {
        display: block;
    }
    form .gender_details .category { flex-wrap:wrap; }
    .storeheadingone h1, .contactChatSec .chat-box h1 { font-size:25px;text-align:center; }
    .storeheadingone p { text-align:center; }
    .appointright { text-align:left; }
    .sec2-icons { margin-left:0;left:20px; }
    .contcatFormSec { flex-direction:column; }
    .contcatFormSec iframe, .contcatFormSec .container { width:100%; }
    .video-wrapper iframe { width: 100%; }
    .compellingVision-Content h2 {  font-size: 20px;font-weight:bold; }
    .ourJourney-secThree { width:95%;    padding-top: 40px; padding-bottom: 10px; }
    .compellingVision-Content p { width:100%;margin-top:10px;  }
    .row.rowWrap { justify-content:center; }
    .row.rowWrap .col-md-2 { width: 25%; margin: 0 0 60px; }
    .template-indexCustom .text-with-icons__content-wrapper h3 { line-height: 20px; }
    .text-with-icons__icon-wrapper { margin: 0 10px 10px 0; }
    .traditionalValues-Content h2, .traditionalValues-Content p { width:100%; }
    .commerceIntresect-Content { width:100%;padding:20px; }
    .commerceIntresect-Content h2 { font-size: 20px;line-height: 30px; }
    .ourJourney-secEight { padding-top: 45%; }
    .ourJourney-secEight img { margin-bottom:20px; }
    .journeyVideos iframe { width:auto;height:300px; }
    .mw-75 { max-width:100%; }
    .mw-75 h2 { font-size:25px; }
     #accordionExample { display: flex;flex-wrap: nowrap;overflow-x: auto; }
     #accordionExample .accordion-item { width:50%; }
    .eventInnerWrap .expleft-txt { margin-left: 0px;width:100%;/*border: 1px solid #f3f3f3;*/ /*background-color: #fff;*/ position: relative; padding: 10px 0px 0px; top: 50%; transform: translateY(0%); right: 0; /*box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%)*/; }
    .ourTeamSec .topSecHeading h2 { font-size: 20px; }
    .innerourTeamMember { flex-direction: column-reverse;padding-left: 10px; padding-right: 10px; padding-bottom: 25px; }
    .brradius { flex-direction:column; }
    .innerourTeamMember .mainWrapper { padding:0; }
    .whatwedoSection .sectionWrapperHalf { float:none;margin-top: 10px;width: 100%; }
    .whatwedoSection .historyTitle :nth-child(2) { font-size: 3em;margin-top: 10px; margin-bottom: 20px; }
    .whatwedoSection .historyCircle { width: 20vw; height: 20vw;top: 30px; }
    .whatwedoSection .historyTitle p { margin-left:12vw; }
    .historyPara p { width: 95%; margin: auto; }
    .innerwhatwedowrap {  flex-direction: column; }
    .innerwhatwedowrapTxt { margin-top: 30px; }
    section.template-index .row { display: flex;justify-content: center;text-align: center; }
    section.template-index .row .col-md-2 { width:33%; }
    section.template-index .row .col-md-2 .brderRightNone { border:0; }
    section.template-index .text-with-icons__item { flex-direction: column;height: 95px;margin-bottom: 10px; }
    .mobileIconImg .text-with-icons__item { height: 45px !important; }
    .text-with-icons__content-wrapper h3 { line-height:20px; }
    .padding40 { overflow-x: hidden; }
    .Aligner-item { width: 100%; padding: 0; background: #f8f2f2; margin: 10px; height: auto; }
    .grid-flex { display: block; }
    .grid-flex .col-text { margin-bottom: 10px; }
    .eventInnerWrap { flex-direction: column; }
    .eventInnerWrap .expleft-txt.leftside { width:100%; }
    .eventInnerWrap .expleft-txt.leftside { width: 100%; top: 0; left: 0; right: 0; position: relative; transform: translateX(0); }
    .eventInnerWraps { flex-direction:column-reverse; }
    .ourJourneyTxts h3 { font-size:20px; }
    .txtJourney h2 { font-size: 25px;line-height: 30px; }
    .ourJourney-secNine { margin-top:15px; }
    .ourAbtUs { overflow-x:hidden;padding-top: 30px; }
    .eventsSec h2 { font-size:22px; }
    .infrastructureSec h2 { font-size:24px; }
    .elementor-image { box-shadow:none; }
    .dropdown, .mega-title ul {  background: #ecd4de42;height: 150px; overflow-y: auto; }
     ul.mega-menu.mega-full { background: #ecd4de42; }
    .mobileIconImg { padding:20px 10px 15px 10px; }
    .whatwedoSection .sectionTwoWhite { z-index:4; }
    .box-dropdown { left:0; }

}
.product-color-variation ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0!important;
    padding: 0;
    list-style: none;
    padding-left: 12px;
}
.product_color_desc input[type="radio"] {
  display:none;
}
.product_color_desc label {
    padding: 2px;
    cursor: pointer;
    color: black;
    border: 1px solid #ae0449;
    border-radius: 2px;
    font-weight: 500;
    height: 35px;
    width: auto;
    font-size: 15px;
    text-align: center;
    margin: 4px 8px 4px 0px;
}
.product_color_desc label img {width: 100%; height: 100%;}
.blank-label {
  display: none;
}
.product_color_desc input[type="radio"]:checked + label {
    color: #fff;
}
.product_beads_desc input[type="radio"] {
  display:none;
}
.product_beads_desc label {
    padding: 2px;
    cursor: pointer;
    color: black;
    border: 1px solid #ae0449;
    border-radius: 2px;
    font-weight: 500;
    height: 30px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin: 4px 8px 4px 0px;
}
.product_beads_desc input[type="radio"]:checked + label {
    background: #ae0449;
    color: #fff;
}
.size-category-heading {
    margin-top: 15px;
}
.innerShippingCntnt-payment {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.innerShippingCntnt-payment ul li {
    list-style: disc;font-size: 15px;line-height: 27px;
}
.innerShippingCntnt-payment ul {
    padding: 0px 10px;
}
.whishlist_sec {
    width: 48px;
    height: 48px;
    padding: 12px;
    left: auto;
    right: 52%;
    bottom: 70px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    position: absolute;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
}
.whishlisticon_div {
    position: relative;
    display: inline-flex;
}

.hover-before-img {display: inline-block;margin-top: -2px;}
.productDescBtn a:hover .hover-before-img {display: none;}
.hover-img {display:none;}
.productDescBtn a:hover .hover-img {display: inline-block;margin-top: -2px;}
.custom_order {
    padding-top: 40px;padding-bottom: 20px;
}
.custom_order p {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    padding-bottom: 10px;
}
.custom_order ul {
    line-height: 26px;
}
.custom_order ul li {
    list-style: outside;
    margin: 0px 15px 0px;
    font-size: 15px;
}

/***Custom order-gallery Css Start***/

.clear:after, .clear:before {
	content: '';
	display: table;
	clear: both;
}
.gallery {
    margin: 0px auto 10px;
}
.gallery a {
    display: block;
    text-decoration: none;
    /*width: 25%;*/
    overflow: hidden;
    outline: none;
}
.gallery a img {
    height: 100%;
    transform: scale(1,1);
    transition: all 300ms ease;
}
.gallery a img:hover {
    transform: scale(1.1,1.1);
}
.bg {
    /*width: 100%;
    height: 200px;*/
    width: 100%;
    height: 40px;
    background-size: cover;
    transform: scale(1,1);
    transition: all 300ms ease;
}
.bg:hover {transform: scale(1.1,1.1);}

@media(max-width: 991px) {
	.gallery a {width: 50%;}
}

@media(max-width: 767px) {
    .gallery a { width: 100%;}
	.bg {height: 300px;}
}
.previewbtn {
    background-color: #62062b;
    color: white;
    padding: 4px 10px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 0.5px;
    width: 49%;
}
.customOrderSection {
    margin-bottom: 20px;
}
.custom-order form .user_details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.custom-order-bg {
    background-color: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15) !important;
    padding: 10px;
    border-radius: 4px;
}
.custom-order form .custombutton {
    height: 30px;
    margin: 10px 0;
}
.custombutton input {
    height: 100%;
    width: auto;
    outline: none;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    background: linear-gradient(123deg, #af064b,#8e003a);
}
.input_pox label {
    border: none;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.upload__box {
  /*padding: 40px;*/
  text-align: center;
}
.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__btn {
    display: inline-flex;
    font-weight: 500;
    color: #fff;
    min-width: 116px;
    justify-content: space-between;
    padding: 5px 5px 0px;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 26px;
    margin: 0px;
    font-size: 14px;
    width: 100%;
    border: none;
}
.upload__btn:hover {
  background-color: unset;
  color: #ffffff;
  transition: all 0.3s ease;
}
.upload__btn-box {
    margin-bottom: 10px;
    height: 40px;
    width: 50%;
    outline: none;
    border-radius: 5px;
    border: none;
    padding-left: 15px;
    font-size: 16px;
    background: linear-gradient(to bottom, #a90d4d 0, #810739 100%);
    transition: all 0.3s ease;
    margin-top: 10px;
    margin: 0px auto 10px;
}
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.upload__img-box {
  width: 100px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: '\2716';
  font-size: 14px;
  color: white;
}
.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}
i.fa.fa-upload {
    color: #ffffff;
    margin-top: 4px;
    font-size: 16px;
    margin-right: 15px;
}
.guidelines_area {
    /*background: #f2f2f0;*/
    background: #fffaf1;
    padding: 40px 0
}
.guidelines_area .heading {
    margin-top: 0px
}
.container, .wrapper div {
    transition: all 0.15s ease-out;
}
.heading {
    text-align: center;
    margin: 0px 0;
    padding-bottom: 22px;
    background: url(../images/titlebg.html) center bottom no-repeat;
}
.heading, h1, h2 {
    font-size: 40px;
    color: #901547;
    font-weight: 600;
}
.guidelines_area ul {
    margin-top: 20px;padding: 20px;
}
.guidelines_area ul li {
    padding: 0 0 10px 30px;
    font-size: 16px;
    background: url(../images/bullets.html) left 5px no-repeat;
    font-weight: 400;
}
.guidelines_area ul li a, .guidelines_area ul li a:focus {
    color: #b22335;
    text-decoration: none;
    outline: 0;
}
@media (min-width: 768px) {
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
}
.bg_white {
    background: #fff;
}
.xzoom-inner {
    width: auto;
    height: 315px;
}
img.xzoom-gallery-inner {
    width: auto;
    height: 50px;
}
.padding10 {padding: 1px;}
.custom-gallery-carousel .slick-next:before, .slick-prev:before 
{
    color: #750202 !important;
    opacity: 1 !important;
}
.slick-next:before, .slick-prev:before {color: #750202 !important;
    opacity: 1 !important;}
.cus-jewel-head {
    background: url(../images/customheading-img.jpg) repeat-x;
    padding: 1px 0 3px 25px;
    position: relative;
}
.cj-left {
    background: url(../images/cms-head-right.html) no-repeat;
    height: 31px;
    width: 14px;
    right: 0;
    position: absolute;
    top: 0;
}
.cj-right {
    background: url(../images/cms-head-left.png) no-repeat;
    height: 31px;
    width: 14px;
    left: 0;
    position: absolute;
    top: 0;
}
.col-xs-12.col-sm-12.col-md-12.cus-jewel-head h2 {font-size: 17px;color: black;font-weight: 500;line-height: 27px;margin-bottom: 10px;}
.cus-subheading {display: flex;align-items: center;}
.cus-subheading h2 {font-size: 14px;color: black;font-weight: 500;margin-left: 10px;}
.upload__box img {margin: 25px auto 15px;width: 200px;}
.radiobtn_sec input[type="radio"] {
  display: none !important;
}

.radiobtn_sec label {
  cursor: pointer;
  position: relative;
  font-size: 14px;
}

.radiobtn_sec label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid #7d0949;
    border-radius: 50%;
    top: 50%;
    left: -1.5rem;
    transform: translateY(-50%);
    transition: border-color 400ms ease;
}

.radiobtn_sec label::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #62062b;
  border: 2px solid #62062b;
  border-radius: 50%;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

input[type="radio"]:checked + label::before {
  border-color: #62062b;
}

input[type="radio"]:checked + label::after {
  transform: translateY(-50%) scale(0.55);
}
.form-group.radiobtn_sec {
    margin-left: 24px;
}
#selectdesignmodal .modal-dialog {
    width: 900px;
    max-width: 900px;
    margin: 3.75rem auto;
}
#selectdesignmodal .modal-content {
    height: 500px;
    overflow-y: auto;
}
.custom-gallery-carousel .slick-prev:before {
    position: relative;
    top: -15px;
    right: -15px;
}
.custom-gallery-carousel .slick-next:before {
    position: relative;
    top: -15px;
    left: -15px;
}

input[type="checkbox"][id^="myCheckbox"] {
        display: none;
    }

 .designgallery label {
        border: 1px solid #fff;
        display: block;
        position: relative;
        cursor: pointer;
    }

       .designgallery label:before {
            background-color: white;
            color: white;
            content: " ";
            display: block;
            border-radius: 50%;
            border: 1px solid grey;
            position: absolute;
            top: -5px;
            right: -5px;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 28px;
            transition-duration: 0.4s;
            transform: scale(0);
        }

       .designgallery label img {
            height: 200px;
            width: 100%;
            /*transition-duration: 0.2s;*/
            transform-origin: 50% 50%;
        }

    input[type="checkbox"][id^="myCheckbox"]:checked + label {
        border-color: #ddd;
    }

        input[type="checkbox"][id^="myCheckbox"]:checked + label:before {
            content: "✓";
            background-color: grey;
            transform: scale(1);
        }

.input_pox select {
    height: 25px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}
.input_pox select:focus {
border-color: #8e003a;
}
#selectdesignmodal h5.modal-title {
    color: #8a0d0d;
    font-weight: 500;
    font-size: 17px;
}
.input_pox_mrgn {
    margin-top: 0px !important;
    margin-bottom: 10px;
}
.col-md-3.input_pox.input_pox_mrgn select {margin: 0px;}
.custom-order form .user_details .input_pox label {/*margin-top:20px;*/}
#formmodal h5.modal-title {
    font-size: 17px;
    color: black;
    font-weight: 600;
}

.float_select select {
    height: 35px;
    width: 100%;
    outline: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}
.float_select select:focus {
    border-color: #8e003a;
}

/*::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}*/

.modal-header {
    padding: 1rem 1rem 0rem 1rem;align-items: baseline;
}
.modal-header .icos {
    position: absolute;
    right: 0;
}
.icos {
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    color: #5f6368;
}
.all-details-nav.nav-pills .nav-link.active, .all-details-nav.nav-pills .show>.nav-link {
    border-radius: 0;
    background-color: #fff;
}
select.form-control.custom-select {
    border: none;cursor: pointer;
}
label.form-group.has-float-label.nav-link {
    display: flex;
    align-items: center;
}
.nav-link.active{
    color: #94033d !important;
    border-bottom: 3px solid #94033d;
    border-radius: 0;
    background-color: #fff;
}
label.form-group.has-float-label.nav-link i  {color: black}

#selectdesignmodal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    padding: 0rem 1rem;
}
hr {
    margin: 0.5rem 0;
    opacity: 1;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
}
#selectdesignmodal.modal .close {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    background-color: #8080801c;
    top: 5px;
    height: 40px;
    width: 40px;
    right: 5px;
}
#selectdesignmodal .modal-header {
    padding: 1rem 0rem 0rem 0rem;
    align-items: baseline;
}
.customclosebutton {
   height: 27px;
    width: auto;
    outline: none;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    padding: 2px 8px;
    letter-spacing: 0.5px;
    background: linear-gradient(123deg, #1a1515,#545052);
    margin: 0px;
}

.customcontent {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

    .customcontent .content-overlay {
        background: rgb(0 0 0 / 47%);
        position: absolute;
        height: 100%;
        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;
    }

.customcontent:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  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;
}

.customcontent:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content-details i{
  color: #fff;
  font-size: 20px;
}
.fadeIn-bottom{
  top: 80%;
}
.mb-15 {
    margin-bottom: 15px;
}

/* Upload Area */
.upload-area {
  width: 100%;
  max-width: 20rem;
  background-color: white;
  box-shadow: 0 10px 60px rgb(218, 229, 255);
  border: 2px solid rgb(171, 197, 255);
  border-radius: 24px;
  padding: 15px;
  text-align: center;
  margin: 30px auto 0px;
}

.upload-area--open { /* Slid Down Animation */
  animation: slidDown 500ms ease-in-out;
}

@keyframes slidDown {
  from {
    height: 28.125rem; /* 450px */
  }

  to {
    height: 35rem; /* 560px */
  }
}

/* Header */
.upload-area__header {

}

.upload-area__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}

.upload-area__paragraph {
  font-size: 0.9375rem;
  color: rgb(196, 195, 196);
  margin-top: 0;
}

.upload-area__tooltip {
  position: relative;
  color: rgb(171, 197, 255);
  cursor: pointer;
  transition: color 300ms ease-in-out;
}

.upload-area__tooltip:hover {
  color: rgb(171, 197, 255);
}

.upload-area__tooltip-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -125%);
  min-width: max-content;
  background-color: white;
  color: rgb(171, 197, 255);
  border: 1px solid rgb(171, 197, 255);
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: none 300ms ease-in-out;
  transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
  opacity: 1;
  visibility: visible;
}

/* Drop Zoon */
.upload-area__drop-zoon {
  position: relative;
  height: 10rem; /* 180px */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px dashed rgb(171, 197, 255);
  border-radius: 15px;
  margin-top: 1rem;
  cursor: pointer;
  transition: border-color 300ms ease-in-out;
}

.upload-area__drop-zoon:hover {
  border-color: rgb(171, 197, 255);
}

.drop-zoon__icon {
  display: flex;
  font-size: 3.75rem;
  color: rgb(171, 197, 255);
  transition: opacity 300ms ease-in-out;
}

.drop-zoon__paragraph {
  font-size: 0.9375rem;
  color: grey;
  margin: 0;
  margin-top: -20px;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
  opacity: 0.7;
}

.drop-zoon__loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: rgb(171, 197, 255);
  z-index: 10;
}

.drop-zoon__preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3125rem;
  border-radius: 10px;
  display: none;
  z-index: 9;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
  opacity: 0.8;
}

.drop-zoon__file-input {
  display: none;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
  border-color: rgb(171, 197, 255);
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
  opacity: 0.7;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--Uploaded {
  
}

.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
  display: none;
}

/* File Details Area */
.upload-area__file-details {
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: none 500ms ease-in-out;
  transition-property: opacity, visibility;
  transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.file-details__title {
  font-size: 15px;
    font-weight: 500;
    color: rgb(150, 147, 147);
}

/* Uploaded File */
.uploaded-file {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  visibility: hidden;
  opacity: 0;
  transition: none 500ms ease-in-out;
  transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
  visibility: visible;
  opacity: 1;
}

.uploaded-file__icon-container {
  position: relative;
  margin-right: 0.3125rem;
}

.uploaded-file__icon {
  font-size: 3.4375rem;
  color: rgb(171, 197, 255);
}

.uploaded-file__icon-text {
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9375rem;
  font-weight: 500;
  color: white;
}

.uploaded-file__info {
  position: relative;
  top: -0.3125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.uploaded-file__info::before,
.uploaded-file__info::after {
  content: '';
  position: absolute;
  bottom: -0.9375rem;
  width: 0;
  height: 0.5rem;
  background-color: #ebf2ff;
  border-radius: 0.625rem;
}

.uploaded-file__info::before {
  width: 100%;
}

.uploaded-file__info::after {
  width: 100%;
  background-color: rgb(171, 197, 255);
}

/* Progress Animation */
.uploaded-file__info--active::after {
  animation: progressMove 800ms ease-in-out;
  animation-delay: 300ms;
}

@keyframes progressMove {
  from {
    width: 0%;
    background-color: transparent;
  }

  to {
    width: 100%;
    background-color: rgb(171, 197, 255);
  }
}

.uploaded-file__name {
  width: 100%;
  max-width: 6.25rem; /* 100px */
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uploaded-file__counter {
  font-size: 1rem;
  color: rgb(196, 195, 196);
}

.guidelines_area_content {display: flex;}
.guidelines_area_imgsec {margin: 15px auto 0px;}

/***loginin popup****/

#formmodal .modal-body {position: relative;padding: 0px;margin: 0px;}
#formmodal .modal-dialog {
    width: 600px;
    max-width: 600px;
    margin: 5rem auto;
}
#formmodal .modal-content {height: 482px;overflow-y: auto;background: transparent; border-radius: 12px; border: none;}
.form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
    text-align: center;
    padding: 20px;
}

.sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
    top: 12%;
}

.container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

.container.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.container.right-panel-active .overlay-container{
	transform: translateX(-100%);
}

.overlay {
	background: #FF416C;
	background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
	background: linear-gradient(to right, #720431, #d33f7a);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
  	transform: translateX(50%);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 20px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.overlay-left {
	transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
	transform: translateX(0);
}

.overlay-right {
	right: 0;
	transform: translateX(0);
}

.container.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.social-container {
	margin: 20px 0;
}

.social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
    color: #600128;
    font-size: 17px;
}
.signupbtn {
	border-radius: 20px;
    color: #ffffff;
    font-size: 12px;
    background: linear-gradient(to right, #770734, #c13970);
    border: none;
    font-weight: bold;
    padding: 10px 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

.signinbtn {
	border-radius: 20px;
    color: #FFFFFF;
    font-size: 12px;
    background: linear-gradient(to right, #720431, #c6326d);
    border: none;
    font-weight: bold;
    padding: 10px 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    margin-top: 15px;
}

.signinbtn:active {
	transform: scale(0.95);
}

.signinbtn:focus {
	outline: none;
}

.signupbtn:active {
	transform: scale(0.95);
}

.signupbtn:focus {
	outline: none;
}

.signupbtn.ghost {
	/*background-color: transparent;
	border-color: #FFFFFF;*/
    color: white;
    background: transparent;
    border: 1px solid white;
}
.signinbtn.ghost {
    border: 1px solid white;
    background: transparent;
}

.form-container.sign-up-container form {
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	text-align: center;
}

.form-container.sign-in-container input, .form-container.sign-up-container input {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
}

#signupform.container {
	background-color: #fff;
	border-radius: 10px;
  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
			0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 768px;
	max-width: 100%;
	min-height: 480px;
}
#formmodal .close {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    color: #3e3e3e;
    text-shadow: 0 1px 0 #fff;
    border: none;
    background: transparent;
    display: flex;
    padding: 0px 10px;
    position: absolute;
    z-index: 999;
    right: 5px;
    top: 5px;
    opacity: 1;
}
.createheading {
    font-size: 30px;
    color: #901547;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.overlay-panel.overlay-right h1 {color: white;letter-spacing: 1px;font-size: 32px;}
.overlay-panel.overlay-right p {color: white;padding: 15px 0px;}
.welcome_sec h1 {color: white;font-size: 30px;line-height: 35px;}
.welcome_sec p {color: white;padding: 15px 0px;}
.form-container.sign-in-container a {color: black;}
.guidelines_area_imgsec video {
    height: 200px;
    width: 400px;
    border-radius: 5px;
    margin-top:20px;
}
.disable {
    pointer-events: none;
    opacity: 0.9;
    background-color: #efefef;
}
.disable.upload-area__drop-zoon {
    cursor: not-allowed;
}
.textbox_req {
        border: 1px solid red !important;
    }
.priceDesc ul li img {padding-right: 10px;}
.priceDesc ul li {display: flex;align-items: center;line-height: 26px;}
.stockcategory {font-weight: 500; font-size: 23px; color: #363636; text-align: center; margin-bottom: 10px;}
.error_msg {color: red;}
.btn_sec {display: flex;justify-content: space-between;}
.viewbtn {background-color: #62062b;padding: 4px 10px;text-align: center;font-size: 14px;cursor: pointer;letter-spacing: 0.5px;width: 49%;}
.viewbtn p {color: #fff;}
.modalbackdrop {background-color: #0000006b;}
.emptyproduct {height: 290px;display: flex;background-image: url(../images/design-bg.jpg);border-radius: 5px;}
.emptyproduct p {text-align: center;margin: 100px auto;font-size: 25px;color: #7d0737;font-weight: 500;width: 60%;line-height: 30px;}
@media screen and (max-width: 991px) {.carousel-main .owl-item img {height: 260px;object-fit: cover;width: auto !important;}}


/*.search_list_section {
    position: absolute;
    left: 60px;
    right: 0;
    width: 100%;
    background: white;
    padding: 10px;
    z-index: 1;
}
.search_section_lst_sec {
    position: relative;
}
.search-container:hover .search_list_section{display:block;}*/


.search-item-div {
    position: absolute;
    /*top: 100%;*/
    opacity: 1;
    z-index: 99;
    cursor: pointer;
    width: auto;
    background: #fff;
    border-radius: 4px;
    /*box-shadow: 0 10px 10px 4px rgb(0 0 0 / 39%);*/
    display: none;
    height: 450px;
    overflow-y: auto;
    margin-top: 3px;
}

.header-middle-inner.searchbar {
    position: relative;
}
.searchitem{border-bottom: solid #e2e0e0 1px; display: flex; padding: 5px; width: 100%; vertical-align: middle;background-color: #fbf1f2;}
.searchitemimg {vertical-align: middle; margin-right: 20px;}
.searchitemname {display: flex;align-items: center;text-transform: capitalize;}
.searchitemimg img {border-radius: 5px; width: 60px; height: 60px; object-fit: cover;}
.searchitem a {color: #0f0f0f;display: flex;font-size: 15px;}
.searchitem:hover {background-color: #fff2f7;}
.search-item-div::-webkit-scrollbar {
  width: 5px; height: 10px;
}
.search-item-div::-webkit-scrollbar-track {
  background: #dfb7c8; border-radius: 5px;
}
.search-item-div::-webkit-scrollbar-thumb {
  background: #8e003a; border-radius: 5px;
}
@media screen and (max-width: 991px) {
    .categorySection {
        padding: 5px 0px;
    }
        .categorySection .container-fluid {
            padding-right: 0 !important;
        }
    .guidelines_area {
        padding: 20px 0;
    }
    .guidelines_area_content {
        display: block;
    }
    .guidelines_area_imgsec video {width:100%;}
    #selectdesignmodal .modal-dialog {
        width: 100%;
        max-width: 100%;
    }
    .categorySection .container-fluid {padding-left: 0 !important;}
    .promotions-carousel {display: flex;overflow-x: auto;}
    .certificateImgsTxt p {text-align: center;padding-left: 0;}
    .guidelines_area ul {margin-top: 0;padding: 0;}
    .hideondesktop {display: block !important;}
    i.fa.fa-search.search-icon.hideondesktop {text-align: end;position: relative;top: -35px;font-size: 20px;color: #8e003a;}
    .search-item-div {width: auto;top: 108px;height: 100vh;}
    .main-menu {top: 14px;position: relative;}
    .header-search-wrapper .search-form-main {top: 60px;}
    .search-main {font-size: 25px;padding: 0 20px;}
    .header-middle .container-fluid {padding: 0 0px;overflow-x: hidden;}
    .header-middle.sticky {position: fixed;}
    /*.header-top-menu.theme-bg.sticker.sticky {top: 0px !important;}*/
    .header-middle.sticky .logo img {width: auto;height: auto !important;z-index: 9999;position: relative;}
}

.hideondesktop {display: none;}
.header-middle.sticky .logo {margin: 0px;}
.header-middle.sticky .logo img {width: auto;height: 90px;}
/*.header-top-menu.theme-bg.sticker.sticky {background: #fff;top: 25px;width: auto;}*/


/*--------------------login---------------------*/
.loginmain{max-width: 1030px;margin: 0 auto;box-sizing: border-box;padding: 0;}
.loginmain .login-firststep{margin-top: 3rem;margin-bottom:3rem}
.loginmain .innermain {background: #fff;/* border-radius: 16px; */overflow: hidden;box-shadow: 0rem 0.5rem 1rem #4242423d;padding: 20px;}
.loginmain .innermain .rightcol{padding: 0 32px;}
.loginmain .innermain .rtinner{padding: 0 0px;}
.loginmain .innermain .rtinner .ac-title{padding: 0;margin: 0 0 15px;font-size: 24px;color: #151b39;}
.loginmain .innermain .rtinner .sign-txt{font-size: 14px; color: rgba(21,27,57,.6); margin-bottom: 35px;}
.loginmain .m-0{margin: 0!important}
.p-0 {padding: 0!important;}
.position-relative {position: relative!important;}
.loginmain .md-form{margin: 1rem 0 24px;display: inline-block;width: 100%;}
.loginmain .md-form .prefix{top: .15rem; position: absolute; -webkit-transition: color .2s; transition: color .2s;font-size: 16px; color: #151b39; line-height: normal; border-right: 1px solid #151b39; padding: 0 5px 0 0; margin: 3px 0;}
.loginmain .md-form  input{outline: 0;border-width: 0 0 2px;width: calc(100% - 2.5rem);padding: 0; margin: 0; font-size: 16px;color: #151b39;border-bottom: 1px solid rgb(171, 171, 171);}
.loginmain .md-form ::-webkit-input-placeholder{color: #c7c7c7; font-weight:lighter;font-size:13px}
.loginmain .md-form .pwd{border-bottom: 2px solid rgba(21,27,57,.04); font-size: 16px; color: #151b39; padding: 0; margin: 0;}
.loginmain .md-form label{position: absolute;transition: transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform-origin: 0 100%;transform-origin: 0 100%;-webkit-transform: translateY(12px);transform: translateY(12px);cursor: text;color: #757575;left: 0;top: -35px;}
.loginmain .md-form label.active{font-size: 13px; color: #8e003a; text-transform: capitalize;/*margin-left: 100px;*/}
.loginmain .login-firststep .btn-signpass{cursor: pointer;background: #8e003a;font-size: 14px;color: #fff;/* border-radius: 4px; */box-shadow: none!important;-webkit-box-shadow: none!important;-moz-box-shadow: none!important;letter-spacing: 1px;text-transform: uppercase;padding: 10px 6px;width: 100%;height: 100%;margin: 0;border: 0;}
.loginmain .innermain .divideline{border: 0; border-top: 1px solid rgba(21,27,57,.1); margin: 25px 12%; position: relative;}
.loginmain .innermain .divideline span{background: #fff; font-size: 12px; color: rgba(21,27,57,.38); text-transform: uppercase; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); padding: 0 15px; }
.loginmain .login-firststep .btn-signotp{cursor: pointer;display: block;background: #fff;border-radius: 4px;box-shadow: none!important;-webkit-box-shadow: none!important;-moz-box-shadow: none!important;letter-spacing: 1px;text-transform: uppercase;padding: 8px 6px;width: 100%;height: 100%;margin: 0;border: 1px solid #8e003a;font-size: 12px;color: #8e003a;line-height: 22px;}

.loginmain .account{margin: 1rem 0 20px;display: inline-block;width: 100%;}
.loginmain .account input{border-bottom: 1px solid rgb(171, 171, 171); font-size: 16px; color: #000000; padding: 3px 0; margin: 0; outline: 0; border-width: 0 0 1px; width: 100%; position:relative;}
input:-webkit-autofill:focus {background-color:white !important}  
.loginmain .md-form.phinput input{padding: 3px 0 3px 2.5rem; margin: 0;border-bottom: 2px solid rgba(21,27,57,.04);font-size: 16px;color: #151b39;border-width: 0 0 2px;width: calc(100% - 2.5rem);}
.loginmain .account ::-webkit-input-placeholder{color: #c7c7c7; font-weight:lighter;font-size:13px}
.loginmain .account label{position: absolute;transition: transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transform-origin: 0 100%;transform-origin: 0 100%;-webkit-transform: translateY(12px);transform: translateY(12px);cursor: text;color: #757575;left: 0;top: -35px;}
.loginmain .account label.active{font-size: 12px; color: #5472b7; text-transform: capitalize;margin-left: 0;}
.loginmain .innermain .rtinner .ac-title .innercol .refotpbox{padding: 20px 0}
.loginmain .innercol .refotpbox h3{margin: 0; padding: 0 0 10px; font-size: 12px; color: rgba(21,27,57,.6); text-transform: uppercase; letter-spacing: 1px;}
.loginmain .innercol .otprow .otptxt{font-size: 12px; color: rgb(61, 61, 61); margin: 0px 0 2px;}
.loginmain .innercol .otprow .otptxt span{font-size: 13px;color: #000000; font-weight: 600;}
.loginmain .innercol .otprow .otptxt a{cursor:pointer}
.loginmain .innercol .otprow .otptxt .changelink{float: right;font-size: 13px;color: #8e003a;}
.loginmain .innercol .otprow .otp-inputrow { display: inline-block; margin-top: 15px;}
.loginmain .innercol .otprow .otp-inputrow .otpcol{width: 12%;border-radius: 4px; float: left; padding: 7px 0; background: #f7f7f7; text-align: center; margin: 0 3% 0 0;  font-size: 16px; color: #151b39; border: 1px solid rgba(21,27,57,.4);}
.loginmain .innercol .otprow .otp-inputrow .resend-otprow{padding: 0;display: inline-block;width: 100%;}
.loginmain .innercol .otprow .resend-otprow .resend-link{font-size: 13px; color: #8e003a; /*float: right;*/}
.loginmain .innercol .otprow .otp-inputrow .resend-otprow a{cursor:pointer}
.loginmain .innermain .innercol .md-form .ac-pinklink{position: absolute; right: 0; top: -20px; font-size: 12px; color: #0066c0;}
.loginmain .innermain .innercol .btn-login{cursor:pointer;background: #8e003a;font-size: 14px;color: #fff;border-radius: 4px;box-shadow: none!important;-webkit-box-shadow: none!important;-moz-box-shadow: none!important;letter-spacing: 1px;text-transform: uppercase;padding: 10px 6px;width: 100%;height: 100%;margin: 0;border: 0;}
.loginmain .innermain .innercol .loginotp{font-size: 12px; color: #8e003a; line-height: 22px; text-transform: uppercase;}
.loginmain .innercol .socialloginmain{width: 100%; padding: 0 20px; display: -webkit-box; display: flex; margin: 80px 0 0;}
.loginmain .innercol .socialloginmain .glogin{width: 50%;margin: 0;}
.loginmain .innercol .socialloginmain .glogin .btn-social{display: block; background: #fff; border: 1px solid rgba(21,27,57,.2); font-size: 14px; color: rgba(21,27,57,.6); text-align: center; padding: 10px 5px 10px 5px; border-radius: 4px; position: relative;}
.loginmain .innercol .socialloginmain .glogin .btn-social img{width:18px; margin-right:20px}
.loginmain .innercol .socialloginmain .fblogin{width: 50%;margin-left: 6%;}
.loginmain .innercol .socialloginmain .fblogin .btn-social img{width:18px; margin-right:20px}
.loginmain .innercol .socialloginmain .fblogin .btn-social{display: block; background: #fff; border: 1px solid rgba(21,27,57,.2); font-size: 14px; color: rgba(21,27,57,.6); text-align: center; padding: 10px 5px 10px 5px; border-radius: 4px; position: relative;}
.loginmain .innercol .socialloginmain .glogin .btn-social span.scgoogle{background: url(../images/google-icon.html) center/auto 18px no-repeat;}
.loginmain .innercol .socialloginmain .fblogin .btn-social span.scfacebook{    background: url(../images/facebook-icon.html) center/auto 18px no-repeat;}
.mrgn_sec {padding: 100px 0px 0px;}
.mt-40px {margin-top: 40px}
.eventInnerWrap  img.img-responsive.lazyloaded {width: 100%;object-fit:cover; height: auto;}
.pri_sec {background: url(../images/pattern.png);background-size: cover;padding: 50px 0px;} 
.terms_sec {background: #fff;box-shadow: 0 19px 38px rgb(0 0 0 / 10%), 0 15px 12px rgb(0 0 0 / 2%);padding: 20px;}
.terms_sec h4 {font-weight: 600;margin-top: 10px;}
.terms_sec p {margin-bottom: 10px;}
.terms_sec ul li {line-height: 26px;text-indent: -20px;padding-left: 20px;}
.terms_sec ul li:before {content: "\f0a4";font-family: 'FontAwesome';color: #8e003a;margin-right: 10px}
.header-top-left a {color: white;}
#carouselExampleControls .carousel-control-next, .carousel-control-prev {color: black!important;font-size: 15px;}
#carouselExampleControls .carousel-item img {height: 300px;object-fit: cover;}
.date_news_sec {color: #8e003a;margin-bottom: 15px;display: flex;margin-top: 15px;font-size: 16px;font-weight: 600;align-items: center;}
.date_news_sec i {margin-right: 10px;}
.news-card01 p {font-size: 14px !important;line-height: 25px;}
.cardnews h6, .news-card01 h6 {font-weight: 600;font-size: 14px;margin-top: 10px;}
@media screen and (max-width: 991px) {
    .hideonmobile {display: none;}
}
.sticky_tri {position: fixed;background-color: white;top:0px;}

/***Sorting Secion***/

span.sort_by_span {
    padding: 8px 10px;
    margin: 0 2px 0 0;
    color: #b7b7b7;
}
a.sort_by_a {
    font-size: 14px;
    background-color: transparent;
    border-top: 3px solid #fff;
    width: auto;
    padding: 8px 10px;
    color: #505050;
    margin: 0 2px;
    cursor: pointer;
}
a.sort_by_a.active {
    border-top: 3px solid #8e003a;
    color: #8e003a;
}
a.sort_by_a:hover {
    border-top: 3px solid #8e003a;
    color: #8e003a!important;
}
.sort_by_sec {
    border-bottom: 1px solid rgba(21,27,57,.04);
}
.row.productlist {
    padding-top: 20px;
}
.productSortWrap {
    padding: 10px 0px;
}

@media screen and (max-width: 991px) {
    .sort_by_sec {
        display: none !important;
    }
   
    .filter_btn_sec {
        position: fixed;
        display: inline-flex !important;
        bottom: 0;
        z-index: 10;
        left: 0;
        border-top: 1px solid #ddd;
        padding: 10px;
        text-align: center;
        background: #fff;
        width: 100%;
    }
    .filter_btn_div:first-child {
        border-right: 1px solid #ddd;
    }
    .filter_btn_div {
        width: 50%;
    }
        .filter_btn_div button.filter_btn {
            width: 50%;
            background: #fff;
            border: 0;
            font-size: 12px;
            text-transform: uppercase;
            line-height: 30px;
        }
            .filter_btn_div button.filter_btn img {
                margin-right: 5px;
                float: left;
            }
}

/***Sort Popup CSS Start***/

@media screen and (max-width: 991px) {

    .modal-content, div#Sort_popup {
        -webkit-animation-duration: .4s;
        position: fixed;
    }

    div#Sort_popup {
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.4);
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        animation-duration: .4s;
    }

    div#Sort_popup, div#filter_popup {
        display: none;
        top: 0;
        overflow: auto;
    }

        div#Sort_popup span.sort_by_span, div#filter_popup span.sort_by_span {
            border-bottom: 1px solid #dedede;
            font-size: 14px;
            text-transform: uppercase;
            color: #8e003a;
        }

        div#Sort_popup .modal-dialog, div#filter_popup .modal-dialog {
            margin: 0;
            display: inline;
        }

        div#Sort_popup .modal-content {
            border: 0 solid;
        }

        div#Sort_popup .sort_by_sec {
            padding: 0 10px;
            border-bottom: 1px solid rgba(21,27,57,.04);
            background: #fff;
        }

        div#Sort_popup .modal-content {
            bottom: 0;
            background-color: #fefefe;
            width: 100%;
            -webkit-animation-name: slideIn;
            animation-name: slideIn;
            animation-duration: .4s;
        }

        div#Sort_popup span.sort_by_span, div#filter_popup span.sort_by_span {
            border-bottom: 1px solid #dedede;
            font-size: 14px;
            text-transform: uppercase;
            color: #8e003a;
        }
        div#Sort_popup span.sort_by_span, div#filter_popup .brand {
            width: 100%;display: block;
        }
        div#Sort_popup a.sort_by_a {
            display: block;
        }
        a.sort_by_a.active, div#Sort_popup a.sort_by_a {
            border-top: none;
        }

        /***Filter Popup***/

    div#filter_popup {
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-animation-name: fadeIn;
        -webkit-animation-duration: .4s;
        animation-name: fadeIn;
        animation-duration: .4s;
        background: #fefefe;
    }
        div#filter_popup .modal-content {
            height: 100%;
        }
        div#filter_popup .modal-body {
            padding: 0;
        }
        div#filter_popup span.sort_by_span {
            float: none;
            display: block;
            width: 100%;
        }
    span.clear_all_span {
        float: right;
        color: #e40000;
    }
    div#filter_popup .modal-dialog .tab button {
        background-color: inherit;
        float: none;
        color: #000;
        border: none;
        outline: 0;
        cursor: pointer;
        padding: 15px 10px;
        transition: .3s;
        font-size: 11px;
        display: block;
        border-bottom: 1px solid rgba(0,0,0,.15);
        width: 100%;
        text-align: left;
    }
    div#filter_popup .modal-dialog .tabcontent {
        display: none;
        padding: 6px 12px;
        border: none;
        border-top: none;
    }
    .clearAllBt, span.btn.btn-healthmug.clearallbtn {
        margin-right: 5px;
        padding: 3px 22px 3px 6px;
        font-size: 12px;
        position: relative;
        float: right;
    }
    div#filter_popup .modal-dialog .tab {
        display: inline-block;
        float: left;
        background: #f4f4f4;
    }
    h3.manuf {
        position: relative;
    }
    h3.manuf {
        cursor: pointer;
        text-transform: uppercase;
        margin: 0;
        padding: 8px 10px;
        font-weight: 500;
        color: #000;
        font-size: 13px;
    }
    .pro-text {
        width: 190px;
        margin-top: -2px;
        float: left;
        padding-left: 8px;
        font-size: 12px;
        text-transform: capitalize;
    }
}


.filter_btn_sec {
    display: none;
}

.listing_wishlist.addedtowishlist.add_to_wishlist.false {
    position: absolute;
    right: 10px;
    font-size: 20px;
    background-color: #cfcfcf;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #8e003a;
}
.pt-20 {padding-top: 20px;}
/*.menucategory-heading {position: absolute;left: 0px;font-weight: 600;color: #020202;font-size: 15px;top: 5px;width: 54.8%;border-bottom: 2px solid black;margin: 2px 28px 0px 20px;padding-bottom: 5px;}*/
.menucategory-heading {
    /*position: absolute; */
    left: 0; 
    font-weight: 600; 
    color: #020202; 
    font-size: 15px; 
    top: 10px; 
    width: 100%; 
    border-bottom: 2px solid black; 
    /*margin: 0px 0px 0px 50px; */
    padding-bottom: 5px;
    
}

/***Wishlist Page Css Start***/

section.wishlist_section .remove_div {
    width: 100%;
    text-align: center;
    padding: 10px;
}

    section.wishlist_section .remove_div a {
        padding: 0;
        color: #8e003a;
        font-size: 16px;
    }

section.wishlist_section .product_sec {
    display: inline-block;
    width: 100%;
}

section.wishlist_section ul.wishlist_ul li {
    width: 20%;
}

section.wishlist_section .pagetitle h1 {
    font-size: 22px;
    color: #151b39;
    margin: 0;
    padding: 24px 24px 24px 0;
    text-align: left;
    font-weight: 400;
}

    section.wishlist_section .pagetitle h1 span {
        color: #901547;
        font-size: 20px;
    }

section.wishlist_section .crose_btn {
    position: absolute;
    right: 5px;
    top: 5px;
    background: #e7e7e7b3;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 20px;
    padding: 0 8px;
    font-size: 14px;
    border: 1px solid #d2d2d2;
    z-index: 1;
    cursor: pointer;
}
.product_listing_area ul, section.wishlist_section ul.wishlist_ul {
    width: 100%;
    float: left;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

    .product_listing_area ul li {
        flex: 0 0 25%;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        transition: .3s ease-in;
        border-width: 0 1px 1px 0;
    }

        .product_listing_area ul li .prodct_dtl_main {
            width: 100%;
            float: left;
            background: #fff;
            padding: 0 5px 10px;
            position: relative;
            overflow: hidden;
        }

            .product_listing_area ul li .prodct_dtl_main .product-item {
                padding: 7px 10px 10px 7px;
                height: auto !important;
                border: 1px solid rgba(0,0,0,.15);
                background-color: #fff;
                border-radius: 0;
                position: relative;
                display: inline-block;
            }

                .product_listing_area ul li .prodct_dtl_main .product-item figure {
                    width: 100%;
                    float: left;
                    margin: 0;
                    vertical-align: middle;
                    text-align: center;
                    overflow: hidden;
                    position: relative;
                    line-height: 120px;
                }
  .prodct_dtl {
    backface-visibility: hidden;
    border: 1px solid rgba(0,0,0,.15);
    margin: 5px 5px 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
   .prodct_dtl figure {
        width: 100%;
        margin: 0;
        height: 240px;
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        text-align: center;
        overflow: hidden;
        position: relative;
        padding: 15px 0 5px;
    }

        .prodct_dtl figure .offer {
            background: 0 0/100% 100% no-repeat #8e003a;
            z-index: 9;
            line-height: 18px;
            position: absolute;
            left: 6px;
            top: 6px;
            font-size: 11px;
            font-weight: 500;
            padding: 3px 6px 2px;
            color: #fff;
            border-radius: 2px;
        }
        .prodct_dtl figure img {
            width: auto !important;
            height: auto !important;
            max-height: 165px;
            transition: .3s ease-in;
        }
    .prodct_dtl figure {
        height: 175px;
    }
.product_name_sec {
    text-align: left;
    position: relative;
}
.product_name_sec, section.products_sec1 .product_name_sec a h4.sortname {
    padding: 1px 10px 5px;
}
.prodct_dtl a h4, .product_listing_area ul li .prodct_dtl_main h4 {
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px;
    color: #000;
    text-align: left;
    display: block;
    white-space: inherit;
    line-height: 20px;
    height: 70px;
    overflow-y: auto;
}
.sortname {
    text-transform: none;
    white-space: nowrap;
    width: 160px;
    display: block;
}
.mobile_app_bg ul, .prodct_dtl a ul.list_inline {
    width: 100%;
    float: left;
    text-align: left;
}
section.wishlist_section .prodct_dtl a ul.list_inline li {
    width: auto;
}
.prodct_dtl a ul.list_inline li.strike {
    font-size: 14px;
    text-decoration: line-through;
    color: rgb(142 142 142);
    font-weight: 400;
}
.prodct_dtl a ul.list_inline li {
    width: auto;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    color: #151b39;
}
.prodct_dtl a ul.list_inline li.strike strong {
    color: rgb(142 142 142);
}
.prodct_dtl:hover .listing_wishlist_sec, section.wishlist_section .prodct_dtl .listing_wishlist_sec {
    border-top: 1px solid #ebebeb;
}
.heading_sec, .listing_wishlist_sec, .none_mobile_header_section {
    display: inline-flex;
    width: 100%;
}
section.wishlist_section .remove_div {
    width: 100%;
    text-align: center;
    padding: 10px;
}
.prodct_dtl .listing_wishlist_sec a {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    display: inline-block!important;
}

@media screen and (max-width: 991px) {
    .mobile_header_section, section.wishlist_section ul.wishlist_ul {
        display: block !important;
    }
    .product_listing_area ul, section.wishlist_section ul.wishlist_ul {
        width: 100%;
        float: left;
        margin: 0;
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
    }
        section.wishlist_section ul.wishlist_ul li:nth-child(odd) {
            width: 49%;
            float: left;
            margin-right: 5px;
            margin-bottom: 5px;
        }
    .prodct_dtl {
        margin: 0;
        border: 0;
        box-shadow: 0rem 0.5rem 1rem #d1d1d1;
    }
        .prodct_dtl .listing_wishlist_sec {
            border-top: 1px solid #ebebeb;
            margin-top: 10px;
        }
    section.wishlist_section ul.wishlist_ul li:nth-child(2n) {
        width: 49%;
        float: left;
        margin-right: 0;
        margin-bottom: 5px;
    }
}
.colordiv {margin-left: 0px;}
.row.colordiv .col-md-2 {
    padding: 0px;
    width: 8%;
}

@media screen and (max-width: 991px) {
    .row.colordiv .col-md-2 {
        width: auto;
    }
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: flex !important;
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    background-position: 50%;
    background-size: 100% 100%;
}

#enquiry_popup.popup.login-popupform input {
    color: #212121 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    padding: 20px 4px 5px;
    margin: 0;
    border-bottom: 1px solid #ced4da !important;
    border-radius: 0;
    border: none;
}
.enquiry-popupform .close-popup {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -5px;
    font-size: 25px;
    z-index: 0;
    color: #8e003a;
    padding: 0 10px;
    border-radius: 50%;
    cursor: pointer;
}

#enquiry_popup .form-floating > .form-control {
    padding: 0.5rem 0.75rem;
}

#enquiry_popup .form-floating > .form-control, .form-floating > .form-select {
    height: auto;
    border-bottom: 1px solid #cccccc !important;
    border: none;
    border-radius: 0px;
    background-color: transparent;
}
#enquiry_popup .form-floating > .form-control:-webkit-autofill ~ label {
    color: #8e003a;
}
#enquiry_popup .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
     color: #8e003a !important;
}
#enquiry_popup .form-floating > label {
    padding: 0.5rem 0rem;opacity: 1 !important;color:#1a1a1a;
}
#enquiry_popup .form-select {
    padding-left: 2px;
    border: none;
    border-bottom: 1px solid #cccccc !important;
    border-radius: 0px;
    font-size: 12px;
}
.form-select:focus {
    box-shadow: none;
}
#enquiry_popup textarea {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #cccccc;
}
.enquiry-popupform {
    position: fixed;
    bottom: 0;
}
.enquiry-popupform {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
}
.enquiry-popupform .popup-content {
    background-color: white;
    max-height: 92vh;
    border-radius: 0px;
    background: linear-gradient(rgb(255 240 246),rgba(255,255,255,1));
    background-size: cover;
    overflow-y: auto!important;
    padding: 0px;
    position: fixed;
    overflow-x: hidden;
    margin: 25px auto;
    vertical-align: middle;
    box-shadow: 0 0 20px 15px rgba(0,0,0,.2);
    text-align: center;
    width: 700px;
    left: 0;
    right: 0;
}
span.enqheading {
    color: black;
    font-weight: 500;
    padding: 0px;
    font-size: 17px;
    opacity: 1;
    letter-spacing: 0.2px;
}
div#enquiry_popup .modal-header {
    padding: 10px 20px;
    border-bottom: none;
    background-color: #ffcce1;
    justify-content: center;
}
#enquiry_popup img.img-fluid.deskhead {
    margin: 30% auto;
}
.sizebtn {border: none;
    background-color: #00000000;
    padding: 6px 5px;
    height: 30px;
    border-radius: 3px;
    cursor: pointer;
    color: #8d003a;
    margin: auto;
    text-decoration: underline;
}
.sizebtn:hover {
    text-decoration: underline;
    cursor: pointer;
}
.size_sec {
    display: flex;
    justify-content: space-between;
}
div#sizechartmodal {
    z-index: 99999;
}
#sizechartmodal .modal-body {
    padding: 0;
}
#sizechartmodal .modal-header {
    padding: 8px 10px;
}
#sizechartmodal .modal-title {
    color: #0a0a0a;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.btn-close:focus {
    box-shadow: none;
}
button.btn-close {
    font-size: 10px;
}
.enqsavebtn_sec {
    /*display: flex;*/
    justify-content: end;
}
.enqsavebtn {
    background: #8c0039;
    color: white;
    font-size: 16px;
    border: 0px;
    border-radius: 2px;
    display: flex;
}

select#CountryCode {
    height: 30px;
    width: 25% !important;
    border: none;
    border-bottom: 1px solid #f4f5f6;
}

select#CountryCode:focus-visible {
    outline: none;
}

select#modify_CountryCode {
    height: 37px;
    width: 25% !important;
    border: none;
    border-bottom: 1px solid #f4f5f6;
}

select#address_CountryCode {
     height: 37px;
    width: 25% !important;
    border: none;
    border-bottom: 1px solid #f4f5f6;
}

div#popup_edit_profile select#CountryCode, div#popup_add_address select#CountryCode {
    border-radius: 0px;
    width: 100%;
    height: 37px;
    margin-left: 10px;
    padding: 0px 0px;
    font-size: 14px;
    border-width: 0px 0px 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: rgb(39, 39, 39) !important;
    border-left-style: initial !important;
    border-left-color: initial !important;
    border-right-style: initial !important;
    border-right-color: initial !important;
    border-top-style: initial !important;
    border-top-color: initial !important;
}
#popup_edit_profile .select2-container, #popup_edit_address .select2-container, #popup_add_address .select2-container {width: 25% !important;}
div#popup_edit_profile .select2-container--default .select2-selection--single,
div#popup_edit_address .select2-container--default .select2-selection--single,
div#popup_add_address .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none!important;
    outline: none;
    border-bottom: 1px solid #272727 !important;
    height: 37px;
    padding: 2px 10px;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .loginmain .innermain .rightcol {
        padding: 0 !important;
    }
    .loginmain .innermain .rtinner {
        padding: 0 0px;
    }
    .location_div {
        display: grid !important;
        grid-gap: 10px;
    }
    input.location-search {
        width: 100% !important;
    }
     .loginmain .innercol .otprow .otp-inputrow .otpcol {
        width: 10%;
        float: left;
        padding: 5px 5px;
        background: #f7f7f7;
        text-align: center;
        margin: 0 3% 0 0;
        font-size: 16px;
        color: #151b39;
        border-radius: 4px;
        border: 1px solid rgba(21,27,57,.4);
    }
    .loginmain .login-firststep {
        margin-top: 0;
        margin-bottom: 3rem;
    }
    div#logindiv {
        padding: 0 !important;
    }
}

.a-box .a-divider.a-divider-break, .a-color-base-background .a-divider.a-divider-break, .a-divider.a-divider-break {
    text-align: center;
    position: relative;
    top: 2px;
    padding-top: 1px;
    margin-bottom: 20px;
    line-height: 0;
    margin-top: 22px;
}
.a-divider.a-divider-break h5 {
    line-height: 1;
    font-size: 12px;
    color: #767676;
    font-weight: 400;
    z-index: 2;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 8px 0 7px;
}
.a-divider.a-divider-break:after {
    content: "";
    width: 100%;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #e7e7e7;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}
.createbtn {
    font-size: 14px;
    color: #8e003a;
    letter-spacing: 1px;
    padding: 10px 6px;
    width: 100%;
    height: 100%;
    margin: 0;
    font-weight: 600;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(213,217,217,.5);
    border: 1px solid #D5D9D9;
    }
div#logindiv {
    padding: 30px 48px;
}
a#changelink {
    color: #8e003a;font-size: 11px;
}
a#btnsignupresendotp {
    float: left;
    color: #8e003a;
    margin-top: 5px;
    font-size: 12px;
    cursor: pointer;
    /*margin-right: 55px;*/
}
.account.position-relative.resend-otprow {
    margin: 0px;
}
/*span.otp-re-send-message {
    top: 3px;
    position: absolute;
}*/
a#btnsignupresendotp:hover {
    text-decoration: underline;
}
input#txtloginmobile {
    width: 100%;
}
input#txtloginpassword {
    width: 100% !important;
}

.success-message {
  text-align: center;
  padding: 100px 0px;
}
.success-message-icon {
  max-width: 25%;
}
.success-message__title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
.success-message__content p {
    font-size: 17px;
}
.success-message__content p a {color: #8e003a;font-weight: 500;text-decoration: underline;cursor: pointer;}

@media screen and (max-width: 991px) {
    .success-message {
        padding: 35px 0px;
    }
    .success-message__title {
        font-size: 19px;
    }
    .loginmain .account input {
        width: 100%;
    }
}
input#mobile_code {
    border-radius: 0px;
}
div#create-account-varify-email-number-div .account.position-relative .field-icon i {
    position: absolute;
    right: 0px;
}

div#loginpassworddiv .field-icon i {
    position: absolute;
    right: 0px;
}

.fgtpwd:hover {text-decoration: underline;}

a.btnreset {
    margin-left: 8px;
    position: relative;
    top: 4px;
    text-decoration: underline;
    cursor: pointer;
    color: #8e003a;
}

.closebtn {display: none;}

@media screen and (max-width: 991px) {
    .closebtn {display: block;}
    .closebtn i {
        color: #8e003a;
        font-size: 15px;
        cursor: pointer;
    }
    /*div#accountdetail .closebtn {text-align: right;margin-bottom: 10px;}*/
    div#myorder .closebtn {
        text-align: left;
        margin-bottom: 10px;
    }
    div#account .closebtn {margin-bottom: 0px;}
    div#account .closebtn i {
        float: right;
    }
    .hidedesktop {
        display: inline-block !important;
        padding-right: 0px;
        padding-left: 0px;
    }
    .hidemobile {
        display: none;
    }
    #carouselExampleIndicators span.carousel-control-prev-icon i, span.carousel-control-next-icon i {
        color: #851864;
        opacity: 1;
    }
    #carouselExampleIndicators .carousel-indicators li {
        background-color: #851965;
    }
}
.hidedesktop {
    display: none;
}
.field-icon i.fa.fa-eye {
    position: absolute;
    right: 0px;
}