﻿/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
body {
    color: #5a5a5a;
    overflow-x: hidden;
    font-family: 'Muli', sans-serif !important;
}

.overlay { 
  color:#fff;
  position:absolute;
  z-index:12;
  top:50%;
  left:0;
  width:100%;
  text-align:center;
}
.shipping-partners-list{margin-top:-50px}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*margin-bottom: 22px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 1;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 450px;

 
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 450px;
}






/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
 
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
        padding-left: 0px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}


/*.carousel-inner .item {
   
    height:66vh;
    background: url('../images/cakebanner3.jpg') no-repeat center top;
    background-size: cover;
}

.carousel-inner .item:nth-child(2) {
  background-image: url('../images/cakebanner6.jpg');
}

.carousel-inner .item:nth-child(3) {
  background-image: url('../images/cakebanner4.jpg');
}*/

.carousel-inner .item:after {
  content: "";
  background-color: rgb(0 0 0 / 4%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.carousel-control {
  width: 10%;
}

.carousel-control .fa {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .fa.fa-chevron-right {
  right: 50%;
  margin-right: -10px;
}

@media screen and (min-width: 768px) {
  .carousel-control .fa {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) {
  .carousel-control .fa-chevron-left {
    margin-left: -15px;
  }
  /*img {
    display: block;*/
    /*left: 50%;*/
    /*min-height: 100%;*/
    /*object-fit: contain;
    position: relative;
    top: 50%;*/
    /*transform: translate(-50%, 0%);*/
    /*width: auto;
  }*/
}


/**
 * Slider caption
 */

.right.carousel-control,
.left.carousel-control {
  /*display: none;*/
  background-image: none;
}

.carousel-caption {
  bottom: 36%;
}
.carousel-caption h4{    font-weight: 500;
    padding-bottom: 15px;
    letter-spacing: 4px;
    font-size:1.75rem;
    font-family: 'Roboto',Arial,sans-serif;
}
.carousel-caption h2 {
    letter-spacing: 4px;
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
 font-family: 'Roboto',Arial,sans-serif;
}

.carousel-caption p {
    letter-spacing: 4px;
font-family: 'Roboto',Arial,sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 20%;
    left: 20%;

  }
}

.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}


/**
 * Change animation duration
 */

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.blogs img {
  width: 100%;
}



.featured-box-grey { width: 100%;border-top: 2px solid #e43f6a;float: left;background-color: #f7f7f7;padding: 2% 0;margin-bottom: 3%; margin-top:-35px}
.featured-categories-left {width: 35%;/* height: 410px; */margin-left: 15px;float: left;}
.featured-categories-images {
    /* width: 410px; */
    /*height: 410px;*/
    border: 1px solid #cfcfcf;
    float: left;
}
.featured-categories-images img {
    width: 100%;
}
.featured-categories-right {
    width: 785px;
    float: right;
    margin: 15px 25px 0 25px;
}
.featured-categories-right h5{font-size:25px;text-transform:uppercase;color:#000;font-weight:normal}


.btn-shop-now {
    float: left;
    width: 100%;
    margin: 2% 0;
}
.btn-shop-now a {
    background-color: #e43f6a;
    color: #fff;
    text-transform: uppercase;
    padding: 1% 7%;
    float: left;
    font-size: 18px;
    -webkit-appearance: none;
}
.categories-listing-small {
    width: 100%;
    float: left;
    margin: 3% 0 0 0;
}
.featured-box-grey ul li {
    display: inline;
    width: 250px;
    margin: 0 2% 2% 2%;
    float: left;
}
.categories-listing-small ul li {
    width: 130px;
    margin-left: 0;
}
.categories-listing-small ul li img {
    width: 100%;
}
.categories-listing-small ul li h6 {
     margin: 5% 0 0 0;
     font-size: 12px;
     text-transform: uppercase;
     font-weight: 700;
     color: black;
}
 .categories-listing-small ul li h6 a {
    color: #000;
    text-decoration: none;
}
 /*.categories-sec {
    display: flex;
    width: 100%;
    flex: 1;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    border-radius: 4px;
    padding: 15px 20px;
    flex-direction: column;
    margin-top: 30px;
}*/
 .title-bar {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}
 .title-bar .title {
    flex: 1;
    position: relative;
}
 .title h2 {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    margin: 0;
    color: black;
    /* font-family: 'Roboto',Arial,sans-serif */
}
 .title-bar .view_link_sec {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
 .view_link_sec a.view_all {
    color: #fff;
    background-color: #bd8902;
    float: right;
    padding: 7px 10px;
    font-size: 13px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 5;
    text-decoration: none;
}
 .categories {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .categories .productsDetail {
        width: 19%;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        background: white;
        padding: 5px;
    }

        .categories .productsDetail figcaption {
            display: block;
            width: 100%;
            padding: 10px 0px 9px;
            margin-left: 1px;
        }
        .categories .productsDetail .p-name {
            display: block;
            width: 100%;
            font-size: 14px;
            color: #222;
            font-weight: 600;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            text-align: left;
            margin-top: 0px;
            margin-bottom: 7px;
            margin-left: 0px;
        }
 .priceDetails {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
 .categories .productsDetail .h-price.webprice {
    display: flex;
    width: 28%;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    /*align-items: center;*/
    margin-left: 0px;
}
.webprice .WebRupee {
    font-size: 14px;
    font-weight: 600;
    /*vertical-align: text-bottom;*/
    margin-right: 4px;
}
 .priceNreviews {
    display: block;
    width: 68%;
}

.proreviews .reviewratings {
    display: flex;
    align-items: center;
    background: #4CAF50;
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
}
.proreviews .reviewratings i {
    font-size: 14px;
    margin-left: 5px;
}
.proreviews .total.reviews {
    color: #666;
    margin-left: 5px!important;
    font-size: 14px;
}
.navbar-brand {
    float: left;
    height: 76px;
    padding: 15px 15px 15px 0;
    font-size: 18px;
    line-height: 20px;
    margin-top: 6px;
}
.navbar-inverse a{
    /*height: 77px;*/
    color:white;
}
/*a {
    margin-top: 16px;
    font-size: 17px;
}*/


.navbar-nav {
    float: right;
    margin: 0;
}


.carousel-caption {
    bottom: 19%;
}
.carousel-caption p {
   
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 12px;
}
.safety {
    border: 1px solid #777;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top:-21px;
}

.section-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
}


.home-small-banner a img {
    width: 100%;
    padding-right: 12px;

}
img, object, video, embed {
    height: auto;
    max-width: 100%;
}

.cols {
   padding-left: 0;
   padding-right: 0;
   flex-wrap: wrap;
   align-content: center;
   align-items: center;
}
.cms-home .page-main .wrap {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}
.cols.cols3 .col {
    width: 33.333333333333%;
}

.img  {
    height: auto;
    max-width: 100%;
}

.product-bg {
    background: #fbfbf9;
}

/*.big-category-box a figure img {
    width: 100%;
}*/
img, object, video, embed {
    height: auto;
    max-width: 100%;
}


article, aside, details, figcaption, figure, main, footer, header, nav, section, summary {
    display: block;
}
.cols {
    /*margin-left: 54px;*/
    margin-right: 0;
    display:inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    align-items: center;
    margin-top: 0;
}
.page-title-new {
    text-align: center;
    margin-bottom: 30px;
}
.cms-home .page-main .wrap {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}
.shop-by-category {
    background-size: cover;
  
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.img{
    display: inline-block;
}

.big-category-box {
 
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-align-content: center;
    -ms-align-content: center;
    align-content: center;
    align-items: flex-start;
}
.big-category-box .left-box {
    width: 39%;
    padding-right: 0;
    margin-top: 0;
}
.big-category-box a {
    position: relative;
    display: block;
}

 .big-category-box .right-box {
    width: 61%;
}
 .cols.cols3 .col {
    width: 33.333333333333%;
}
.big-category-box .col {
    margin: 8px 0;
}

.big-category-box a:hover figcaption {
    background: #b7567b;
    -webkit-transform: scale(1.02);
}
.big-category-box a figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 10px 0;
    background: #dba514;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    /* font-family: 'Roboto',Arial,sans-serif; */
    font-weight: 600;
    text-align: center;
    transition: 0.4s ease;
    letter-spacing:1.2px;
}
figcaption{
    display: block;
}

.shop-by-category .page-title-new h3 {
    color: #525252;
}
.page-title-new h3 {
    font-size: 28px;
}
.page-title-new h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.big-category-box a {
    position: relative;
    display: block;
    margin-bottom:0;
}
.big-category-box .right-box .cols .col {
    padding-left: 18px;
    padding-right: 0px;
    padding-top: 0;
    margin: 0 0 26px;
}
.cms-home .page-main .wrap {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}
/*.big-category-box .left-box {
    width: 40%;
    padding-right: 28px;
    margin-top: 3px;
}*/

.half-banner {
    width: 49.3%;
}

main a {
    color: #31afac;
    text-decoration: none!important;
}

.aspectRation.one-half {
    padding-top: 38.96%;
}
.aspectRation {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.aspectRation img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all ease-in-out 0.25s;
}

.wrap {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}

.aspectRation img {
    transform: scale(1.05);
}
.categories-sec {
    display: flex;
    width: 100%;
    flex: 1;
    background: #fff;
    /* margin-bottom: 6px; */
    /* border-radius: 4px; */
    padding: 17px 10px 17px;
    flex-direction: column;
    margin-top: 8px;
}
.featured-categories-right h5 {
    font-weight: normal;
    font-size: 30px;
    color: #000;
    padding: 0 0 10px 0px;
    text-transform: uppercase;
  /*font-family: 'Roboto',Arial,sans-serif;*/
}

.featured-categories-right {
    width: 61%;
    float: left;
    margin: 6px 10px 0 20px;
}
.categories-listing-small {
    width: 100%;
    float: left;
    margin: 2% 0 0 0;
}
.categories-listing-small ul li {
    width: 130px;
    margin-left: 0;
}
.featured-box-grey ul li {
    display: inline-block;
    margin: 0 2% 0% 0;
    float: left;
    width: 18%;
}
.wrapper {
    /* max-width: 1600px; */
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}
@media only screen and (max-width: 1000px) and (min-width: 100px) {
    .featured-categories-left{width:100% !important;height:auto!important; margin-left:0px}
    .featured-categories-left {
        width: 100%;
        height: auto;
        margin: 0 0 3% 0;
    }
    .featured-categories-images {
    width: 100%;
    height: auto;
    border: 0px;
    float: left;
}
    .featured-categories-images img {
    width: 100%;
}
    .featured-categories-right {
    width: 100%;
    float: left;
    margin: 0 0 3% 0;
    padding:10px
}
    h5 {
    font-size: large;
    padding: 0 0 10px 0px;
}
    .categories-listing-small {
    width: 100%;
    float: left;
    margin: 3% 0 0 0;
}
.categories-listing-small ul li {
    width: 100%;
    margin-left: 0;
    margin: 0px 2% 5% 2%;
    height: 100%;
}
.categories-listing-small ul {
        display: inline-flex;
}
    .categories-listing-small ul li img {
    width: 100%;
}
    .categories-listing-small ul li h6 a {
    color: #000;
    vertical-align: middle;
}
    .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

}
section.our_philosophy {
    background: url(../images_cake/dark_background_nuts.jpg);
    background-position: 50% 0px;
}
h3.cake_for_occ_sec {
    font-size: 26px;
    color: white;
}
.footer-bg {
    background: #fafafa;
}


.address p{
    margin-top: 0;
    margin-bottom: 1rem;
}
.address-box li p{
    margin: 0;
    color: #d26441;
}

.footer.content ul{
    margin: 0;
    padding: 17px;
    list-style: none;

}

ul.address-box {padding:0px}
footer-logo{
    margin-bottom: 20px;
}
.footer-data-box h5{
    margin: 0 0 40px;
    color: #525252;
    font-size: 18px;
    font-weight: 700;
}
.footer.content{
    color: #939393;
    text-transform: uppercase;
}
.footer.content .links>li{
    margin: 0 0 8px;
}
.footer.content .links{
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}
.footer.content .links{
    vertical-align: top;
}
.cols.cols4 .col {
    width: 25%;
}

.footer-bg section-spacing body{
    color: #777;
    font-size: 14px;
}
.footer-data-box h5 {
    margin: 23px 0px 19px;
    color: #525252;
    font-size: 21px;
    font-weight: 700;
    padding-left: 32px;
}
.footer.content .links>li {
    margin: 0 0 8px;
}
.address-box li {
    position: relative;
    /*padding-left: 20px;*/
    margin-top: 15px !important;
    list-style:none
}

.address-box li.map:before {
    background-position: -106px -14px;
}
.address-box li:before {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    left: 0;
}
.sp-before:before {
    /*background-image: url(../../frontend/Indiacakes/IndiacakesTheme/en_US//images/sprites.png);*/
    display: inline-block;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
}
.section-service-v1 .service-block {
    padding: -1px 20px;
}

.section-service-v1 .service-block {
    text-align: center;
    background-color: rgb(255 255 255);
}

.section-service-v1 .service-icon svg {
    width: 60px;
    height: 60px;
    fill: rgb(190, 156, 121);
}
svg:not(:root) {
    overflow: hidden;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.section-service-v1 .service-info h3 {
    font-weight: 400;
    font-size: 22px;
    color: rgb(0, 0, 0);
    margin-bottom: 15px;
}
.section-service-v1 .service-info .button-main1 {
    margin-top: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    outline-offset: 2px;
    padding: 15px 30px;
    transition: all 0.3s ease 0s;
    background: rgb(190, 156, 121);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    outline: rgb(190, 156, 121) solid 1px !important;
}
.section-service-v1 {
    margin-top: 0px;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    padding: 75px 0px;
    background-position: center center;
}
.footer-logo {
    margin-bottom: 50px;
}
a:visited a{
    color: #d26441;
}
figcaption {
    display: block;
    padding: 10px;
}
.footer_about col{
   
    padding-left: 10px;
    padding-right: 10px;
}

.section-slideshow-v1 .slick-active .info-sideh1 .box-content .button-shop-1600767604542-0:hover {
    background: #fff !important;
    border-color: #be9c79 !important;
    color: #be9c79 !important;
    outline: #be9c79 solid 1px !important;
}
.section-slideshow-v1 .info-sideh1 .box-content .button-main2 {
    margin-top: 30px;
    font-weight: 500;
}
.button-main2 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    border: 1px solid #fff;
    color: #be9c79;
    padding: 15px 30px;
    transition: .3s;
    display: inline-block;
    outline-offset: 2px;
    color: #fff;
    outline: #be9c79 solid 1px !important;

}
.button-main2:hover {
    background: #fff;
    color: #be9c79;
}

element.style {
    color: #ffffff;
    border-color: #ffffff;
}

.section-slideshow-v1 .slick-active .info-sideh1 .box-content .button-shop-1600767604542-0:hover {
    background: #fff !important;
    border-color: #be9c79 !important;
    color: #be9c79 !important;
    outline: #be9c79 solid 1px !important;
}

.section-slideshow-v1 .info-sideh1 .box-info-1600767604542-0 .button-shop-1600767604542-0 {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    outline: #ffffff solid 1px !important;
    
}

.section-slideshow-v1 .info-sideh1 .box-content .button-main2 {
    margin-top: 30px;
    font-weight: 500;
}

.button-main2:hover {
    background: #fff;
    color: #be9c79;
}
a.button-main2.button-shop-1600767604542-0.animated {
    color: #322c2c;
    border-color: #ffffff;
}
span.p-name {
    font-size: 17px;
    color: black;
    /* font-family: 'Roboto',Arial,sans-serif; */
}
body{
	background-image: url(img/banner.jpg);
	repeat: no-repeat;
	background-position: top;
	background-size: cover;
	width: 100%;
}
header#header{
	height: 70px;
	width: 100%;
	display: block;
	position: relative;
	
}
.background-bg{
	width: 100%;
	height: 100%;
	background: black;
	opacity: .4;
	z-index: -999;
	position: absolute;
	top: 0;
	left: 0;
}


div.logo{
	display: table;
	float: left;
	height:100%;
    padding-top: 2px;

	
}
div.logo h1{
	display: table-cell;
	vertical-align: middle;
	height:100%;
	
	
}
div.logo h1 a{
	font-family: 'Roboto',Arial,sans-serif;
	font-size: 32px;
	color: red;
	font-weight: bold;
	text-decoration: none!important;
	text-transform: uppercase;
	cursor: pointer;
}
div.logo h1 a span{
	color: black;
	font-weight: normal;
	font-size: 30px;
	
}
nav#navbar{
	float: right;
	height: 100%;
}
nav#navbar ul.menu{
	display: table;
	list-style: none;
	height: 100%;
	margin-top: 25px;
}
nav#navbar ul.menu li{
	display: table-cell;
	vertical-align: middle;
	padding: 7px 12px;
	-webkit-transition:  .5s all ease;
	transition: .5s all ease;
	width: auto;
	font-weight: 600;
	position: relative;
}
nav#navbar ul.menu li:last-child{
	padding-right: 0;
}
nav#navbar ul.menu li a{
	color: white;
	text-decoration: none!important;
	font-size: 14px;
	text-transform: uppercase;
}
nav#navbar ul.menu li:hover{
	background: none;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition:  .5s all ease;
	transition: .5s all ease;
	border-bottom: 1px solid #ffffff;
}
nav#navbar ul.menu li:hover a{
	color: white;
	-webkit-transition:  .5s all ease;
	transition: .5s all ease;
}
nav#navbar ul.menu li.active{
	/* background: green; */
	border-radius: 0;
}
div.sub_menu{
	display:none;
	position: absolute;
	top: 28px;
	left: 0;
	-webkit-transition:  .5s all ease;
	transition: .5s all ease;
}
nav#navbar ul.menu li:hover div.sub_menu{
	display: block;
	background: white;
	border-radius: 0;
	-webkit-transition:  .5s all ease;
	transition: .5s all ease;
	min-width: 200px;
	max-width: 200px;
}
nav#navbar ul.menu li:hover div.sub_menu ul.dropdown_menu{

padding: 5px;
}
nav#navbar ul.menu li:hover div.sub_menu ul.dropdown_menu li{
	display: block;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
nav#navbar ul.menu li:hover div.sub_menu ul.dropdown_menu li:last-child{
	border-bottom: none;
}
nav#navbar ul.menu li:hover div.sub_menu ul.dropdown_menu li a{
	color: black;
	text-transform: none;
	font-size: 15px;
}
nav#navbar ul.menu li:hover div.sub_menu ul.dropdown_menu li:hover a{
	color: red;
	font-size: 16px;
}
nav#navbar ul.menu li:hover div.sub_menu ul.dropdown_menu li div.sub_menu2{
	display: none;
	position: absolute;
	left: 130px;
	top: 15px;
	background: green;
	border-radius: 5px;
}
nav#navbar ul.menu li:hover div.sub_menu ul.dropdown_menu li:hover div.sub_menu2{
	display: block;
	-webkit-transition:  .5s all ease;
	transition: .5s all ease;
}
nav#navbar ul.menu li:hover div.sub_menu ul.dropdown_menu li:hover div.sub_menu2 ul{
	display: table;
}
nav#navbar ul.menu li:hover div.sub_menu ul.dropdown_menu li:hover div.sub_menu2 ul li{
	display: table-cell;
	padding: 10px;
	border-bottom: none;
	border-right: 1px solid red;
}
nav#navbar ul.menu li:hover div.sub_menu ul.dropdown_menu li:hover div.sub_menu2 ul li:last-child{
	border-right: none;
}
nav#navbar ul.menu li:hover div.sub_menu ul.dropdown_menu li:hover div.sub_menu2 ul li a{
	color: black;
	font-size: 13px;
}
nav#navbar ul.menu li:hover div.sub_menu ul.dropdown_menu li:hover div.sub_menu2 ul li:hover a{
	color: red;
	font-size: 14px;
}

.header_menu_sec {
    margin: 0 7%;
}
@media only screen and (max-width: 1000px) and (min-width: 100px){
.container-v2 {
    display: block;
    width: 100%;
}
.engoc-row-equal {
    display: flex;
    overflow-x: auto;
}
.design_img {
    width: 295px;
}

}
.footer-bg {
    background: #ffffff;
}


.page-footer .wrap {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}
.footer .copyright, .footer .bugs {
    display: block;
    margin: 20px 0 0;
}

small, .small {
    font-size: 13px;
}
img, object, video, embed {
    height: auto;
    max-width: 100%;
}
.banner-heading{font-size: 28px;color: #ffffff;}
.footer_about col .cols.cols4 .col{
    width: 25%;
      padding-left: 10px;
    padding-right: 10px;
    width: 33.333333333333%;
}

 .footer-logo {
    margin-bottom: 30px;
}
 .register p{
     margin-top: 0;
    margin-bottom: 1rem;
 } 
 .address-box .footer.content ul,{
     margin: 0;
    padding: 0;
    list-style: none none;
 }
 .address-box li {
    position: relative;
    padding-left: 20px;
    margin-top: 15px !important;
}
 .footer_india_cakes col{
     
    color: #777;
    font-size: 14px;
 }
 .footer_occasions_links col{
     width: 25%;
     padding-left: 10px;
    padding-right: 10px;
    font-family: 'Roboto',Arial,sans-serif;

 }
 .footer.content .links>li {
    margin: 0 0 8px;
}
 .footer.content .links li a:hover {
    color: #d26441;
}

.footer.content .links li a {
    color: #939393;
    text-transform: uppercase;
}
.update h5 {
    margin: 0 0 40px;
    color: #525252;
    font-size: 18px;
    font-weight: 700;
}
.footer-data-box {
    height: 21px;
}
.footer.content .links {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}
li.about {
    font-size: 15px;
    padding-left: 29px;
}

.address-box li:before {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    left: 0;
}
.sp-before:before {
    background-image:url(../images_cake/sprites.png);
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    content: '';
    vertical-align: middle;
}
.page-footer {
    display: block;
}
.footer-data-box h5:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #ce3a47;
    display: block;
    margin-top: 15px;
}

@media (min-width: 768px), print {
    .footer-links {
        padding: 0;
        margin: 0;
        display: block;
        list-style: none;
    }
    
}
 .footer-links {
        padding: 0;
        margin: 0;
        display: block;
        list-style: none;
    }
.footer-links li a:hover {
    color: #d26441;
}
.footer-links li a {
    color: #939393;
    text-transform: uppercase;
}
.footer-links li a:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #939393;
    display: inline-block;
    margin-right: 10px;
}
.footer-links>li {
    margin: 0 22px 5px;
}
.footer-links li a {
    color: #939393;
    text-transform: uppercase;
}
figcaption.caption {
    background-color: white;
    text-align: center;
}
.address-box li {
    position: relative;
    padding-left: 20px;
    margin-top: 0px !important;
    
    line-height: 24px;
}
body {
 color: #777;
 font-size: 13px;
}
.address-box li p {
    margin: 0;
    color: #d26441;
    font-size:12px;
}
.page-footer .wrap {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
}
.address-box li.email:before {
    background-position: -122px -14px;
}
.address-box li.website:before {
    background-position: -138px -14px;
}
.proreviews {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 7px;
}
.proreviews .reviewratings i {
    font-size: 12px;
    margin-left: 5px;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga';
}
.proreviews .total.reviews {
    color: #666;
    font-weight: 600;
    margin-left: 5px;
    font-size: 11px;
}


.all_body {
      padding: 0 7%;
    width: 100%;
    display: block;
}
.contet_sec{
       text-align: center;
       padding: 10px;
       margin: 18px 0;
       border-bottom: 1px solid #a4a4a4;
       border-top: 1px solid #a4a4a4;
       display: inline-flex;
       width: 100%;
}
.contet_sec p{
        font-size: 18px;
        font-weight: 600;
        color: black;
        margin-bottom: 5px;
}

.contet_sec span{
        font-size: 14px;
        color: black;
        width: 42%;
        display: block;
        /* text-align: center; */
        /* margin: 0 auto; */
}
.buy_sec img{
          display: block;
          height: auto;
          right: 0;
          left: 0;
          position: relative;
          top: 0;
          margin: 0 10px 0px auto;
          transform: translate(0%, 0%);
          width: 25%;
}
.text_sec {
    width: 50%;
    text-align: left;
}
.img_sec {
    width: 50%;
}
.main_div {
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
}

.buy_sec .title {
    text-align: center;
}

.home-small-banner {
    margin: 10px 0 40px;
}
.big-category-box .right-box .col {
    padding-left: 0px;
    padding-right: 0px;
}
.full-section {
    padding: 0 10px;
}

.bg-light{
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 30px 20px;
    background: rgb(219 165 20 / 19%);
}
.bg-lightt{
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 30px 50px;
    background: rgb(248 238 210);
}
.productsDetail  a{text-decoration:none;}
@media only screen and (max-width: 639px)
{
 .wrap {
    max-width: 98%;
    margin: 0 auto;
    padding: 0 8px;
}
}
@media only screen and (max-width: 767px) {
    .cols.default-grid.cols3 .col {
        width: 100%;

    }
    .text_sec{
        width:100%;
    }
    .img_sec{width:100%;}
    .contet_sec span{width:100%;}
    .title h2{font-size:16px; line-height:24px;}
    .buy_sec img{width:100%;}
    .big-category-box .left-box{width:100%;    margin-bottom: 24px;}
   .carousel-caption{
       right:0;
       left:0;
       padding-top:0;
       padding-bottom:0;
       padding:20px;
       bottom:10%;
   }
   .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{height:203px;}
   .carousel-caption h2{font-size:30px;}
   .carousel-inner .item{height:70vh;}
    .big-category-box .right-box{width:100%}
    .cols{margin-left:0px;}
    .home-small-banner a img{margin-bottom:20px;}
    .categories {
        display: flex;
        width: 100%;
        flex-wrap: initial;
        justify-content: space-between;
        overflow-x: scroll;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE & Edge */
    }

        .categories::-webkit-scrollbar {
            display: none; /* Chrome, Safari */
        }
    .bg-light{    padding: 20px 10px 15px;}
    .engoc-row-equal .categories{display:block; }
    .categories-listing-small ul{display:block;}
    .categories-listing-small ul li{    margin: 0px 0% 4% 2%;}
    .box-sec ul li {
    display: inline-block;
    width: 49%!important;
    margin: 0 0px 9px 3px!important;
    float: left;
}
    .aspectRation.one-half{margin-bottom:14px;}
    .featured-categories-left{margin-left:0px!important;}
    .featured-categories-right{margin:15px 15px 0 0px!important;}
    /*.wrap{margin:0 10px!important;}*/
    .middle-banner .categories{flex-wrap:wrap;}
    .half-banner{width:100%;}
    .categories .productsDetail {width: 67%;}
    .big-category-box .right-box .cols .col{padding-left:0;margin-left:0;}
    .big-category-box a{position: relative;
    display: block;
    /*margin-bottom: 46px;*/}
    .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 0px;
    line-height: 20px;
    padding-right: 240px;
    font-size: 17px;
}
    .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 29px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
    image-card img {
    transition: 0.4s ease;
    width: 100%;
}
    .proreviews .total.reviews {
    color: #666;
    margin-left: 35px;
    font-size: 14px;
}
    .zoom-effect-container{
        position:relative;
        margin: 0 auto;
    margin-left: 14px;
    }
    .navbar-inverse .navbar-brand {
    color: #FFFFFF;
    margin-left: 16px;
}
    .navbar-inverse .navbar-toggle {
    border-color: #333;
    margin-right: 24px;
}

    @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .categories .productsDetail {
    width: 67%;
}
    .cols.default-grid.cols3 .col {
    width: 67%;
}
    .buy_sec img {
    width: 34%;
}
    .text_sec {
    width: 100%;
    margin-top: 10px;
}
}
    
}
.box-sec{
    width: 100%;
    /*border-top: 3px solid #b7567b;*/
    float: left;
    background-color: #f7f7f7;
    padding: 4% 0;
    margin-bottom: 3%;
    /*margin-top:23px;*/
}
.featured-categories-images img {
    width: 100%;
   border: 2px solid #dba514;
    float: left;
    margin-top: 0px;
}
.featured-categories-left {
    width: 411px;
    height: 377px;
    margin-left: 45px;
    float: left;
    margin-top:20px;
}
.featured-categories-right {
    /*width: 725px;*/
    float: left;
    margin: 15px 25px 0 25px;
}
h5 {
    font-weight: normal;
    font-size: 30px;
    color: #000;
    padding: 0 0 10px 0px;
    text-transform: uppercase;
    /*font-family: 'Roboto',Arial,sans-serif;*/
}
.featured-categories-right p {
    text-align: justify;
    margin-bottom: 1%;
    color: #000;
}

.btn-shop-now {
    float: left;
    width: 100%;
    margin: 2% 0;
}
.btn-shop-now a {
    background-color: #bd8902;
    color: #fff;
    text-transform: uppercase;
    padding: 1% 7%;
    float: left;
    font-size: 18px;
    -webkit-appearance: none;
    text-decoration: none;
}
.categories-listing-small {
    width: 100%;
    float: left;
    margin: 28px 0 0 0;
}
.categories-listing-small ul li{
    width: 130px;
    margin-left: 0;
}
.box-sec ul li{
    display: inline-block;
    width: 130px;
    margin: 0 8px 2px 4px;
    float: left;
}
.categories-listing-small ul li img {
    width: 100%;
}
a img {
    border: 0px;
}
.footer-links {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}
    p.body{
    margin-left: 35px;
    padding-top: 0px;
    font-size: 17px;
}
.wrap {
    max-width: 100%;
    margin: 0px 29px;
    padding: 0px 0px;
}
.footer.content ul{
    margin: 0;
    padding: 13px;
    list-style: none;
}
/* ====================
##. Footer Section
==================== */
footer {
  background: #faebd7;
  padding: 10px 0 10px;
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
    .featured-categories-images img {
        width: 88%;
    }
}
@media only screen and (max-width: 767px){
     .para-sec h4{
    font-size: 18px!important;
    font-weight: 600;
    margin-bottom: 15px;
}
.para-sec h4{
    color: #dddddd;
    text-transform: uppercase;
    margin-bottom: 27px;
}

}
@import 'https://fonts.googleapis.com/css?family=Montserrat|Open+Sans';
.navbar-brand {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase
}

.navbar .nav {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 3px;
  font-size: 1.2rem;
  margin-top: 19px;
  
}

.navbar-inverse {
  background-image: none;
  background-color: #0000008f;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-image: none;
}
.navbar-inverse .navbar-brand {
  color: #FFFFFF
}

.navbar-inverse .navbar-brand:hover {
  color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a {
  color: #FFFFFF
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #ffffff;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #ffffff;
  margin-bottom:20px;
}

.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #ffffff;
}

.dropdown-menu>li>a {
  color: #000000;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #000000;
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
  border-top-color: #FFFFFF
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
  border-top-color: #FFFFFF
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
  border-bottom-color: #FFFFFF
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
  border-bottom-color: #FFFFFF
}


.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.footer-para-sec h4{
    font-size: 18px;
    color: white;
}
.categories .productsDetail .para-name {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #222;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
}
p.paragraph-sec {
    text-align: justify;
    margin-left: 39px;
    display:inline-flex;
    margin-left:12px;
    margin-top:8px;
}
.arrival-sec-img{
     margin:0 auto;
}



/*--------------zoom-effect-------------*/
.zoom-effect-container {
    /*float: left;*/
    position: relative;
    width: 640px;
    /*height: 360px;*/
    margin: 0 auto;
}

.image-card {
  /*position: absolute;*/
  top: 0;
  left: 0;
  
}

    .image-card img {
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease;
          bottom: 4px;
    }

.zoom-effect-container:hover .image-card img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.page-title-new h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    color: #000000;
}
@media only screen and (max-width: 767px) {

    .home-small-banner a img {
        margin-bottom: 20px;
        margin-left: 7px;
    }
}
/*------------------------new-----------------------------*/
header {
  box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
 
  top: 0;
  width: 100%;
  z-index: 10;
}

.header-content-top {
  background: #dba514;
  height: 5px;
  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: 14px;
  margin: 0 15px;
}
.header-content-top .content span .fas {
  margin-right: 5px;
}

.containerr {
  align-items: center;
  display: flex;
  height: 88px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.containerr .open-search {
  border-radius: 3px;
  flex: auto;
  margin: 0 15px;
  overflow: hidden;
  position: relative;
}
.logo img{
     width:250px; 
}
@media (max-width: 991px) {
  .containerr .open-search {
    margin: 0;
    position: static;
    text-align: right;
    display:none;
  }
}
.containerr .open-search .fa-search {
  display: none;
}
@media (max-width: 991px) {
  .containerr .open-search .fa-search {
    display: block;
  }
}
.containerr .open-search .input-open-search {
  display: none;
}
.containerr .open-search .input-open-search:checked ~ .search {
  display: block;
}
@media (max-width: 991px) {
  .containerr .search {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    z-index: 999;
  }
}
.containerr .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, rgb(175 104 85) 0%, #ce836f 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);
}
.containerr .search .input-search:focus {
  background-size: 100% 2px, 100% 1px;
  outline: none;
}
.containerr .search .button-search {
  background: #1d4165;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 13px 20px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.containerr .search .button-search .fa-search {
  display: block;
}
.containerr .nav-content .nav-content-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.containerr .nav-content .nav-content-list .nav-content-item {
  align-items: center;
  display: inline-block;
  /*height: 40px;*/
  margin: 0 5px;
  position: relative;
  transition: 100ms all linear 0s;
}
@media (max-width: 991px) {
  .containerr .nav-content .nav-content-list .nav-content-item {
    padding: 0 5px;
  }
}
.containerr .nav-content .nav-content-list .nav-content-item .item-arrow {
  margin-left: 5px;
  position: relative;
  top: -3px;
}
@media (max-width: 768px) {
  .containerr .nav-content .nav-content-list .nav-content-item .item-arrow {
    display: none;
  }
}
.containerr .nav-content .nav-content-list .nav-content-item .open-menu-login-account {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}
.containerr .nav-content .nav-content-list .nav-content-item .input-menu {
  display: none;
}
.containerr .nav-content .nav-content-list .nav-content-item .input-menu:checked ~ .login-list {
  display: block;
}
.containerr .nav-content .nav-content-list .nav-content-item .login-list {
  background: #fff;
  border-bottom: 3px solid #dba514;
  border-radius: 3px;
     box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
  display: none;
  overflow: hidden;
  position: absolute;
  /* right: 0; */
  top: 50px;
  transition: 100ms all linear 0s;
  width: 312px;
  z-index: 10;
  /* padding: 0; */
  padding-left: 10px;
}
.pr-0 button{
        background: #ffffff;
    border: 1px solid #d4d0d0;
    color: #bd8902;
    padding: 2px 10px;
    font-size: 14px;
}
.containerr .nav-content .nav-content-list .nav-content-item .login-list .login-list-item {
  padding: 15px 20px;
}
.containerr .nav-content .nav-content-list .nav-content-item .login-list .login-list-item:hover {
  background: #545bc4;
}
.containerr .nav-content .nav-content-list .nav-content-item .login-list .login-list-item:hover a {
  color: #fff;
}
.containerr .nav-content .nav-content-list .nav-content-item:nth-child(2):hover .fas {
  color: #e74c3c;
}
.containerr .nav-content .nav-content-list .nav-content-item:hover .fas {
  color: #545bc4;
}
.containerr .nav-content .nav-content-list .account-login .login-text {
  align-items: end;
  /* display: flex; */
  flex-direction: column;
  font-size: 14px;
  margin-left: 5px;
  color: black;
}
@media (max-width: 991px) {
  .containerr .nav-content .nav-content-list .account-login .login-text {
    display: none;
  }
}
.containerr .nav-content .nav-content-list .account-login .login-text strong {
  display: block;
  font-size: 12px;
  color: #dba514;
}
.containerr .nav-content .nav-content-list .nav-content-link {
  border-radius: 3px;
  font-size: 24px;
  padding: 5px 17px;
  transition: 100ms all linear 0s;
  color: #1d4165;
  cursor: pointer;
}
@media (max-width: 991px) {
  .containerr .nav-content .nav-content-list .nav-content-link {
    padding: 0;
    font-size: 25px;
  }
}

.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;
}
   .headernew {background: #dba514;} 
			nav{position:relative;}
			#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin: 0;padding: 0;z-index: 1;}
			#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
			#cssmenu #head-mobile{display:none}
			#cssmenu{/* font-family:sans-serif; */}
			#cssmenu > ul > li{float:left}
			#cssmenu > ul > li > a{padding:15px;font-size: 14px;letter-spacing:0.2px;text-decoration:none;color: #fff;font-weight:500;/* z-index: -9999999999; */}
			#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}
			#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{/*background: #bd8902!important;*/-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
			#cssmenu > ul > li.has-sub > a{padding-right:30px}
			#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background: #fff;content:'';}
			#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background: #fff;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease;}
			#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
			#cssmenu ul ul{position:absolute;left:-9999px}
			#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background: #fff;transition:all .25s ease;z-index: 9;}
			#cssmenu ul ul li:hover{}
			#cssmenu li:hover > ul{left:auto}
			#cssmenu li:hover > ul > li{height:35px;}
			#cssmenu ul ul ul{margin-left:100%;top:0}
			#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:9px 15px;width: 255px;font-size: 13px;text-decoration:none;color: #000;font-weight:400;}
			#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
			#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#bd8902;}
			#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
			#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
			#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
			#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background: #ffffff;}
			#cssmenu ul ul ul li.active a{border-left:1px solid #333}
			#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

			@media screen and (max-width:1000px){

			
				nav{width:100%;}
				#cssmenu{width:100%}
				#cssmenu ul{width:100%;display:none}
				#cssmenu ul li{width:100%;border-top:1px solid #cdcdcd}
				#cssmenu ul li:hover{background:#363636;}
				#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
				#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
				#cssmenu > ul > li{float:none}
				#cssmenu ul ul li a{padding-left:25px}
				#cssmenu ul ul li{background: #fff!important;}
				#cssmenu ul ul li:hover{background:#363636!important}
				#cssmenu ul ul ul li a{padding-left:35px}
				#cssmenu ul ul li a{color: #000;background:none;}
				#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
				#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
				#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
				#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
				.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
				.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top: 2px solid #ffffff;border-bottom: 2px solid #ffffff;content:'';}
				.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background: #fff;content:'';}
				.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
				.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
				#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left: 1px solid #000;height:46px;width:46px;cursor:pointer;}
				#cssmenu .submenu-button.submenu-opened{background: #ffffff;}
				#cssmenu ul ul .submenu-button{height:34px;width:34px}
				#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
				#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
				#cssmenu .submenu-button.submenu-opened:after{background: #000;}
				#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
				#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
				#cssmenu .submenu-button.submenu-opened:before{display:none}
				#cssmenu ul ul ul li.active a{border-left:none}
				#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
			}
.panel-block-row{padding:0;}
.title_heading {
    font-size: 30px;
    color: #000000;
    padding-bottom: 12px;
    background-image: url(/images_cake/underline.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: center;
    text-decoration: none!important;
    padding-top: 40px;
    font-weight: 600;
}
.title_heading:before {
    border-bottom: none!important;
}

.title_heading:before {
    content: '';
    position: absolute;
    border-bottom: 4px solid;
    border-color: currentColor;
    display: inline-block;
    width: 20%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section-info-v2 .info-v1-des {
    font-size: 16px;
    padding-top: 12px;
    font-style: normal;
    color: #535353;
    font-weight: 500;
}
.section-info-v2 .mini-content {
    padding-top: 40px;
 padding-bottom: 40px;
}
@media (min-width: 992px){
.text-lg-left {
    text-align: left!important;
}}
.section-info-v2 .mini-content .mini-title {
   
color: #000000;
   
font-size: 18px;
   
padding-bottom: 1px;
   
font-weight: 600;
   
text-align: center;
   
letter-spacing: .5px;
}
.section-info-v2 .mini-content .mini-des {
  
font-size: 12px;
  
color: #282929;
  
padding-bottom: 50px;
  
text-align: center;
}
.within-3hours {
    background: url(https://www.cakegift.in/sites/all/themes/cakegift2019/images/within3hours.jpg) no-repeat center center;
    background-size: cover;
    padding: 25px 0;
    color: #fff;
    font-size: 16px;
   
}
.within-3hours h2 {
    line-height: normal;
    text-align: center;
   font-family: 'Petit Formal Script', cursive;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    padding-bottom: 35px;
    background: url(https://www.cakegift.in/sites/all/themes/cakegift2019/images/heading-bg-2.svg) no-repeat center bottom;
    margin-top: 0;
    margin-bottom: 25px;
}
.within-3hours p {
    margin-bottom: 0;
}
.page-footer {
    background: rgb(248 238 210 / 72%);
    margin-top: auto;
    border-top: 3px solid #bd8902;
    padding-bottom: 25px;
}
.footer.content {
    padding-top: 30px;
}
.footer.content {
  
    padding-top: 20px;
}
.footer.content .block {
    float: right;
}

.block.newsletter {
    margin-bottom: 0;
}

.sysface-light {
    color: #000;
    font-size: 12px;
}
.block.newsletter .field .control {
    width: 100%;
}

.block.newsletter .field .control {
    position: relative;
}
.block.newsletter input {
    border: 1px solid #a6a6a6;
    padding: 0 10px;
    height: 40px;
    border-radius: 2px;
    margin: 10px 0 10px;
    background: 0 0;
     width:100%;
}
.block.newsletter .field {
    margin: 0;
}
.block.newsletter .action.subscribe {
    padding: 12px 26px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    background: #dba514;
    border: 2px solid #bd8902;
}

.action.primary {
    background-image: none;
    background: wheat;
    border: 1px solid wheat;
    color: #fff;
    cursor: pointer;
    /* display: inline-block; */
    font-family: 'Josefin Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 500;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;
}
.first-row {
    display: flex;
    flex-wrap: wrap;
}
.first-row>div {
    flex: 1 0 21%;
    position: relative;
}
.links-row {
    display: flex;
    flex-direction: column;
}

.links-row a {
    color: #000;
    display: block;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
}
.first-seo-row {
    margin-top: 30px;
}
.sysface-footer-title {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #111;
    letter-spacing: .6px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-short-desc {
    color: #000;
    line-height: 19px;
    font-size: 11px;
    text-align:justify;
}
.second-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
}
.second-row>div {
    flex: 1 0 calc(13.333%);
    position: relative;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-payment-icon {
    font-size: 0;
}
.footer-payment-icon:before {
    content: "";
    width: 284px;
    height: 32px;
    background-image: url(../images_cake/payment-method.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.social-media-list {
    display: grid;
    grid-template-columns: repeat(2,53px);
}
.social-media-list a {
    padding-right: 13px;
    margin-bottom: 0;
    font-size: 0;
    height: 40px;
}
.social-media-list a:before {
    content: "";
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.footer.content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
}
.social-media-list a.facebook:before {
    background-image: url(../images_cake/facebook.svg);
}
.social-media-list a:last-child {
    padding-right: 0;
}
.social-media-list a.instagram:before {
    background-image: url(../images_cake/instagram.svg);
}
.copyright {
    background-color: #dba514;
    color: #fff;
    box-sizing: border-box;
    display: block;
    padding: 10px;
    text-align: center;
}
.copyright a{
    color: white;
    text-decoration: none;
}
.footer-section-top {
    background-color: #dba514;
    padding: 0px 0px 30px;
}
.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.footer-services .col-sm img {
    float: left;
    padding-right: 20px;
}
.footer-services .right-border {
    border-right: 1px solid white;
}
.footer-services h6 {
    color: white;
    font-size: 17px;
    margin: 0;
}
.footer-services h6 span {
    font-size: 12px;
    color: #ffffff;
}
.footer-services .right-border {
    border-right: 1px solid white;
}
.aub-no-padding {
    padding-right: 0!important;
    padding-left: 0!important;
}
.aub-no-margin {
    margin-left: 0!important;
    margin-right: 0!important;
}
.banner-large-img {
    position: relative;
}
#custom-block-1541389364083 .img-box {
    text-align: center;
}
.banner-parallax .parallax-image {
    height: 200px;
}
.banner-parallax .parallax-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
@media (min-width: 1200px){
.banner-parallax .parallax-image+img {
    display: none;
}}
.banner-large-img .inner.abs_center {
    left: 50%;
    -moz-transform: translate(-50%,-47%);
    -o-transform: translate(-50%,-47%);
    -ms-transform: translate(-50%,-47%);
    -webkit-transform: translate(-50%,-47%);
    transform: translate(-50%,-47%);
}
.banner-large-img .inner {
    position: absolute;
    top: 50%;
    z-index: 2;
}
.banner-content .banner-heading {
    letter-spacing: .05em;
    margin-bottom: 22px;
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    position: relative;
       font-family: 'Petit Formal Script', cursive;
    text-transform: none;
    padding: 0 20px;
    margin-top:0;
}
.banner-large-img .banner-content {
    background: rgba(50,50,50,.5);
}

.banner-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 15px 30px;
}
.img-box img {
    margin-left: auto;
    margin-right: auto;
}
.sub-title.lg {
    font-size: 42px;
    margin-top: 10px;
}
.sub-title {
    font-size: 37px;
    line-height: 32px;
    font-weight: 900;
    font-family: 'Petit Formal Script', cursive;
    color: #000000;
}
.main-caption {
    position: relative;
}
div[class*="empty-"] {
    width: 100%;
    clear: both;
}
.empty-sm-15 {
    height: 15px;
}
.color-overlay {
    position: relative;
    margin:0 auto;
    margin-bottom: 20px;
}
.simple-text {
    position: relative;
    margin-top: 8px;
    color: #6b6b6b;
    font-weight: 200;
}
.simple-text.md p {
    font-size: 20px;
    line-height: 24px;
}

.simple-text p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 33px;
}
.simple-sub-text p {
    color: #464646;
    font-weight: normal;
}
.testimonial-section2{
  /*height: 600px;*/
  position: relative;
  padding: 50px 0;
  background-color: #fff;
}
.testim{
    background-image: url(../images_cake/flavours_bg.png);
    object-fit: contain;
    background-size: cover;
    POSITION: RELATIVE;
    background-position: center;
}
.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #000000;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 9;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #000;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    /*z-index: 3333;*/
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
    z-index:9;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #000000;
    border-color: #000000;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div .h4 {
    color: #212121;
    font-size: 16px;
    margin: 15px 0 12px;
    font-weight: 600;
}

.testim .cont div p {
    font-size: 13px;
    color: #000;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}
#selection-panel-list {
    background-color: #dba514;
    margin: 0 0;
    padding: 0;
    text-align: justify;
  
}
.section5 p{
    color:#fff;
    text-align:center;
}
.section5 .col-md-3{
    border-left: 1px solid #fff;
    width:20%;
}
.section5 .col-md-3:first-child{border-left:none;}
.section5 img{margin:10px auto;width:60px;}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.sticky + .content {
  padding-top: 60px;
}

.section-products-carousel-with-image .sub-title {
    font-size: 1.875em;
    color: #3b4035;
    font-weight: 300;
    border: none;
    margin: 0;
    padding: 0;
}
.section-title{
       color: #9c7205;
       margin-top: 0;
       margin-bottom: 20px;
       font-weight: bold;
       font-size: 24px;
}
.slider {
  width: 100%;
  height: 200px;
  position: relative;
  margin: auto;
  overflow-x: scroll;
  overflow-y: hidden;
}

.slider::-webkit-scrollbar {
  display: none;
}

.slider .slide {
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s left ease-in-out;
}

.slider .item {
  margin-right: 10px;
}

.slider .item:last-child {
  margin-right: 0;
}

.ctrl {
  text-align: center;
  margin-top: 5px;
}

.ctrl-btn {
  padding: 5px 5px;
  min-width: 25px;
  background: #fff;
  border: none;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -16.5px;
}

.ctrl-btn.pro-prev {
  left: 0;
}

.ctrl-btn.pro-next {
  right: 0;
}

#block-block-5, #block-block-19 {
    margin-bottom: 25px;
}
.category-section.theme-bg {
    background: 0 0;
}
.category-section {
    margin: 0 auto;
    padding: 0 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    text-align: left;
    white-space: nowrap;
    float: none;
}
.category-section-wraper {
    border-radius: 5px;
    /* box-shadow: 0 0 15px #dadada; */
    padding: 35px 35px 5px;
    background: #fff;
    /* margin-top: -58px; */
}
.home-category-box {
    margin-bottom: 30px;
}
.cake-category {
    text-align: center;
    border: 1px solid #e4e4e4;
    color: #000;
    box-shadow: 0 0 15px #dadada;
}
.cake-category a {
    text-decoration: none !important;
    display: flex;
    padding: 14px;
    transition: all .5s ease;
    cursor: pointer;
    color: #000;
    text-align: left;
    white-space: normal;
    min-height: 110px;
    align-items: center;
}
.cake-category span {
    display: block;
    font-size: 20px;
    /* font-family: "Fjalla One",sans-serif; */
    text-transform: uppercase;
}
.cake-category span {
    display: block;
    font-size: 20px;
    /* font-family: "Fjalla One",sans-serif; */
    text-transform: uppercase;
}
.cake-category span span+span {
    font-size: 13px;
    color: #000000;
    line-height: 18px;
    margin-top: 10px;
    /* font-family: "Josefin Sans",sans-serif; */
    text-transform: initial;
    /* font-weight: normal; */
    text-align: justify;
}
section.pattern {
    background: url(https://www.ingridkuhn.com/themes/frokost_html/css/../img/texture.jpg);
    background-repeat: repeat;
        height: 455px;
    padding-top: 35px;
}

.section-heading {
    margin-bottom: 90px;
    text-align: center;
    z-index: 99;
}
.white_block {
    background-color: rgba(255,255,255,0.9);
    padding: 50px;
    z-index: 9;
}
p.subtitle{font-size: 17px;
    color: #000;
    font-weight: 600;}
.margin8 {
    margin-bottom: 8px;
    color: #bd8902;
    font-weight: 600;
    font-size: 30px;
}
.white_block h3:before {
    content: "\f111";
    font-family: FontAwesome;
    padding: 0 9px;
    vertical-align: middle;
    font-size: 12px;
}
.white_block h3:after {
    content: "\f111";
    font-family: FontAwesome;
    padding: 0 9px;
    vertical-align: middle;
    font-size: 12px;
}
img.services_image {
    /*margin-top: -420px;*/
    position: relative;
    max-width: 100%;
    bottom: 394px;
}

.discover_menu_area {
    position: relative;
}
	.discover_menu_area:before{
		/* content: ""; */
		/* background: url(../img/menu-left.png) no-repeat scroll center center; */
		/* width: 260px; */
		/* height: 480px; */
		/* position: absolute; */
		/* left: 0px; */
		/* top: 50%; */
		/* transform: translateY(-50%); */
	}
	.discover_menu_area:after{
		content: "";
		/* background: url(../img/menu-right.png) no-repeat scroll center center; */
		/* width: 260px; */
		/* height: 640px; */
		/* position: absolute; */
		/* right: 0px; */
		/* bottom: 0px; */
	}

.discover_menu_inner {
    margin: 0px;
    width: 100%;
    max-width: 100%;
}
.discover_menu_area .s_dis_title {
    overflow: hidden;
}
				.pest_w_btn{
					margin-top: 35px;
				}

.discover_menu_inner {
    /* max-width: 1345px; */
    /* margin: auto; */
    /* background: #fff; */
    /* margin-top: -60px; */
    padding-top: 36px;
    padding-bottom: 36px;
}
	.main_title{
		padding-bottom: 40px;
	}

.discover_item_inner .discover_item {
    border-bottom: 1px dashed #c8c8c8;
    max-width: 542px;
    margin-bottom: 12px;
    padding: 0;
}
.discover_item .col-md-3{
     padding: 0;

}
.discover_item .col-md-3 img{
        /*-webkit-border-radius: 50%;*/
        margin-bottom: 12px;
}		.discover_item:last-child{
			margin-bottom: 0px;
			border-bottom: none;
		}
		.discover_item h4{
		font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
    margin-top: 10px;
		}
.discover_item p {
    font-size: 16px;
    margin-bottom: 20px;
}
			.discover_item span{
				float: right;
				color: #bd8902;
				font-size: 20px;
				font-family: $play;
				font-weight: bold;
			}


.menu_d_two .discover_menu_inner {
    margin: 0px;
    max-width: 100%;
}
		.menu_d_two .discover_menu_inner .col-lg-12{
			text-align: center;
		}
		.pest_btn{
			margin-top: 65px;
			line-height: 45px;
			padding: 0px 26px;
		}
		.pest_w_btn{
			margin-top: 65px;
		}
	

.price_list_inner
	.single_pest_title{
		margin-bottom: 75px;
	}
	.discover_item_inner
		.discover_item:last-child{
				border-bottom: 1px dashed #c8c8c8;
			}
		
	.our_bakery_image{
		margin-top: 100px;
	}
/*.discover_menu_area:before {
    content: "";
    background: url(http://designarc.biz/demos/cake/theme/cake-html/img/menu-left.png) no-repeat scroll center center;
    width: 260px;
    height: 480px;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
.discover_menu_area:after {
    /* content: ""; */
    /* background: url(http://designarc.biz/demos/cake/theme/cake-html/img/menu-right.png) no-repeat scroll center center; */
    /* width: 260px; */
    /* height: 640px; */
    /* position: absolute; */
    /* right: 0px; */
    /* bottom: 0px; */
}
.subscribew{
    margin: 20px auto;
    display:block;
    background: #dba514;
    border: 2px solid #bd8902;
    color: #fff;
    cursor: pointer;
    /* display: inline-block; */
    font-family: 'Josefin Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 500;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    text-transform: uppercase;text-decoration: none;
}
.main_title h2:before {
    content: "";
    width: 45px;
    height: 1px;
    background: #acb2b4;
    position: absolute;
    right: -60px;
    bottom: 7px;
}
.main_title h2 {
    color: #000000;
    /*font-family: "Playfair Display", serif;*/
    font-weight: 600;
    font-size: 32px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.main_title h5 {
    font-size: 18px;
    /*font-family: "Lora", serif;*/
    color: #797979;
    margin-bottom: 0px;
    line-height: 30px;
}
.circle_part{
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background: #bd8902;
        border-radius: 50%;
        /* border: 1px solid white; */
        color: #fff;
        top: 1px;
        text-align: center;
        right: 4px;
        font-size: 12px;
        text-align: center;
}
.open-menu-login-account i{    font-size: 22px;
    color: #1d4165;
    margin-right: 5px;}

.w3l-call-to-action_9 .call-w3 {
  padding: 70px 0px; }

.w3l-call-to-action_9 .grids-effect-2 h4 {
  color: var(--logo-color);
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize; }

.w3l-call-to-action_9 .back-three {
  background: url(../images_cake/3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  height: 400px; }

.w3l-call-to-action_9 .call-grids-w3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px; }

.w3l-call-to-action_9 .color-2 {
  display: grid;
  align-items: center;
  /*padding: 20px 20px;*/
  background: var(--back-color);
  /*height: 257px;*/
  /*border: 2px solid #dba51430;*/
  }

.w3l-call-to-action_9 .color-2 h4 a {
  color: var(--header-title-color);
  line-height: 35px;
  font-size: 25px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  font-family: 'Petit Formal Script', cursive;
  text-decoration: none;
  }

.w3l-call-to-action_9 .color-2 h4 a:hover {
  color: #bd8902;
  }

.w3l-call-to-action_9 .column:hover a img {
  opacity: .5; }

.w3l-call-to-action_9 .button-effe {
  background: var(--button-bg-color);
  border: none;
  color: #F5F9FC;
  padding: 10px 32px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600; }

.w3l-call-to-action_9 .button-effe:hover {
  opacity: .8; }

.w3l-call-to-action_9 .grids-1.grids-effect-2 {
  margin-bottom: 20px; }

.w3l-call-to-action_9 .buttons-top {
  margin-top: 40px; }

@media (max-width: 1366px) {
  .w3l-call-to-action_9 .text-para {
    margin: 18px 0 30px; } }

@media (max-width: 1024px) {
  .w3l-call-to-action_9 .color-2 h4 {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 22px; } }

@media (max-width: 991px) {
  .w3l-call-to-action_9 .call-w3 {
    padding: 60px 0px; } }

@media (max-width: 767px) {
  .w3l-call-to-action_9 .color-2 h4 {
    margin-bottom: 15px; }
  .w3l-call-to-action_9 .color-2 {
    padding: 18px 20px; } 
  section.pattern{height:auto;}
  .white_block{text-align:justify;padding:20px;}
  .within-3hours p{padding:0px 13px;}
  .within-3hours h2{font-size:23px;}
  .main_title h2{    padding: 0px 12px 10px;font-size:21px;margin-bottom:0;}
  .main_title h2:before{right:-41px;}
  .main_title h5{padding:0 13px;line-height:20px;font-size: 13px;}
  .main_title {
    padding-bottom: 25px;
}
 
  .sysface-light {
    color: #888;
}
  .first-row {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr;
}
  .links-row {
    display: grid;
    grid-template-columns: 1fr;
}
  .first-row>div {
    position: relative;
    flex: none;
}
  .sysface-footer-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #111;
    letter-spacing: .6px;
    font-weight: 500;
    margin-bottom: 10px;
        margin-top: 10px;
}
  .footer-services{display:flex;padding: 10px 12px 10px;}
  .footer-services .right-border{border-right:none;}
  .shipping-partners-list{margin-top:-30px;}
  .banner-heading{font-size:24px;}
  .banner-content .banner-heading{ 
    line-height: 40px;
    padding: 8px 0px 8px;
    font-size: 23px;
}
  .banner-content{padding:0;}
  .bg-lightt{    padding: 20px 10px 35px;}
  .links-row a {
    color: #888;
    display: block;
    padding-bottom: 5px;
}
  .first-seo-row {
    margin-top: 20px;
}
  .about-short-desc {
    color: #000;
    line-height: 1.6;
}
    .circle_part {
        position: absolute;
        width: 19px;
        height: 20px;
        line-height: 19px;
        top: -5px;
        right: 0px;
        font-size: 12px;
    }
  .logo img{width:auto;    height: 52px;
    max-width: none;}
  .menu > ul > li > ul > li.two_col_li {
    width: 100%!important;
}
  .menu > ul > li > ul {
    padding: 0 15px!important;
}
  .menu > ul > li.menu-dropdown-icon > ul > li {
  margin-top: 0;
    padding-top: 0;
}
    .menu > ul > li > ul > li a.heading_menu_a {
        padding-left: 0 !important;
    }
  .menu > ul > li > ul > li > ul > li:last-child{
      padding-bottom:0!important;
  }
  section#navbar ul.clearfix li.menu-dropdown-icon{
       border-top: 1px solid #cdcdcd;
  }
  .menu > ul > li a {
    padding: 12px 12px!important;
   
}
  section#navbar ul.clearfix li.menu-dropdown-icon:after {
       top: 20px!important;
       right: 29px!important;
}
  section#navbar ul.clearfix li.menu-dropdown-icon:before {
      top: 17px!important;
      right: 32px!important;
}
  .open-menu-login-account i {
    font-size: 22px;
}
  img.user_profile_img {
    width: 30px;
    height: 30px;
}
    .containerr {
        height: 60px!important;
    }
  .second-row {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    grid-gap: 20px;
    padding-bottom: 20px;
    width: 100%;
}
  .second-row>div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    font-weight:bold;
}
  .copyright{font-size:12px;}
  .footer.content .block{float:none;}
  .footer-payment-icon {
    font-size: 0;
}
  .footer-payment-icon:before {
    content: "";
    width: 284px;
    height: 32px;
    background-image: url(../images_cake/payment-method.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.social-media-list {
    display: grid;
    grid-template-columns: repeat(5,53px);
}
.social-media-list a {
    padding-right: 13px;
    margin-bottom: 0;
    font-size: 0;
    height: 40px;
}
.social-media-list a:before {
    content: "";
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.social-media-list a.facebook:before {
    background-image: url(../images_cake/facebook.svg);
}
.social-media-list a:last-child {
    padding-right: 0;
}
.social-media-list a.instagram:before {
    background-image: url(../images_cake/instagram.svg);
}
}

@media (max-width: 667px) {
  .w3l-call-to-action_9 .h3.ban-text-2 {
    font-size: 32px; }
  .w3l-call-to-action_9 .text-para {
    margin: 14px 0 26px;
    font-size: 16px; }
  .w3l-call-to-action_9 .h4 a.title-head {
    font-size: 21px; }
  .w3l-call-to-action_9 .call-grid-sub-2 {
    margin-top: 1.5em; }
  .w3l-call-to-action_9 .buttons-top {
    margin-top: 2em; } }

@media (max-width: 668px) {
  .w3l-call-to-action_9 h3.ban-text-2 {
    color: var(--header-title-color);
    font-size: 32px;
    line-height: 42px; } }

@media (max-width: 568px) {
  .w3l-call-to-action_9 .h3.ban-text-2 {
    font-size: 30px;
    line-height: 40px; }
  .w3l-call-to-action_9 .text-para {
    margin: 10px 0 26px; }
  .w3l-call-to-action_9 .h4 a.title-head {
    margin-bottom: 7px; }
  .w3l-call-to-action_9 .call-grid-sub-2 {
    margin-top: 1em; }
  .w3l-call-to-action_9 .back-three {
    order: 1; } }

@media (max-width: 440px) {
  .w3l-call-to-action_9 .text-para {
    font-size: 15px; }
  .w3l-call-to-action_9 .call-w3 {
    padding: 40px 0px; } }

@media (max-width: 414px) {
  .w3l-call-to-action_9 .h3.ban-text-2 {
    font-size: 26px;
    line-height: 26px; } }

@media (max-width: 384px) {
  .w3l-call-to-action_9 .h4 a.title-head {
    font-size: 20px; }
  .w3l-call-to-action_9 .call-grids-w3 {
    grid-template-columns: 1fr 1fr; } }
.editContent{/* padding:0; */margin-bottom: 20px;}
a.new-sec {
    padding: 6px;
    font-size: 11px;
    text-decoration: none;
    color: #1d4165;
}
a.new-sec:hover{
    color: #bd8902;
}
/*----------------------------slidernew---------------------------*/

        div#n2-ss-395 .n2-ss-slider-1 {
            display: grid;
            box-sizing: border-box;
            position: relative;
            background-repeat: repeat;
            background-position: 50% 50%;
            background-size: cover;
            background-attachment: scroll;
            border: 0px solid RGBA(62,62,62,1);
            border-radius: 0px;
            overflow: hidden;
        }

        div#n2-ss-395:not(.n2-ss-loaded) .n2-ss-slider-1 {
            background-image: none !important;
        }

        div#n2-ss-395 .n2-ss-slider-2 {
            display: grid;
            place-items: center;
            position: relative;
            overflow: hidden;
            z-index: 10;
        }

        div#n2-ss-395 .n2-ss-slider-3 {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 20;
            display: grid;
            grid-template-areas: 'slide';
        }

            div#n2-ss-395 .n2-ss-slider-3 > * {
                grid-area: slide;
            }

        div#n2-ss-395.n2-ss-full-page--constrain-ratio .n2-ss-slider-3 {
            height: auto;
        }

        div#n2-ss-395 .n2-ss-slide-backgrounds {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        div#n2-ss-395 .n2-ss-slide-backgrounds {
            z-index: 10;
        }

        div#n2-ss-395 .n2-ss-slide {
            display: grid;
            place-items: center;
            grid-auto-columns: 100%;
            position: relative;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            z-index: 20;
        }

        div#n2-ss-395 .n2-ss-slide {
            perspective: 1000px;
        }

        div#n2-ss-395 .n2-ss-395item2 {
            color: RGBA(236,215,172,1);
        }

            div#n2-ss-395 .n2-ss-395item2:HOVER, div#n2-ss-395 .n2-ss-395item2:FOCUS, div#n2-ss-395 .n2-ss-395item2:VISITED {
                color: RGBA(144,115,58,1);
            }

        div#n2-ss-395 .n2-ss-395item3 {
            color: RGBA(236,215,172,1);
        }

            div#n2-ss-395 .n2-ss-395item3:HOVER, div#n2-ss-395 .n2-ss-395item3:FOCUS, div#n2-ss-395 .n2-ss-395item3:VISITED {
                color: RGBA(144,115,58,1);
            }

        div#n2-ss-395 .n2-font-d8bd62d654b58b4d895200f6ab87b153-hover {
            /*font-family: 'Rubik','Arial';*/
            color: #ecd7ac;
            font-size: 112.5%;
            text-shadow: none;
            line-height: 1.5;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: center;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: uppercase;
            font-weight: 400;
        }

            div#n2-ss-395 .n2-font-d8bd62d654b58b4d895200f6ab87b153-hover:HOVER, div#n2-ss-395 .n2-font-d8bd62d654b58b4d895200f6ab87b153-hover:ACTIVE, div#n2-ss-395 .n2-font-d8bd62d654b58b4d895200f6ab87b153-hover:FOCUS {
                color: #90733a;
            }

        div#n2-ss-395 .n2-ss-395item8 {
            color: RGBA(236,215,172,1);
        }

            div#n2-ss-395 .n2-ss-395item8:HOVER, div#n2-ss-395 .n2-ss-395item8:FOCUS, div#n2-ss-395 .n2-ss-395item8:VISITED {
                color: RGBA(144,115,58,1);
            }

        div#n2-ss-395 .n2-ss-395item9 {
            color: RGBA(236,215,172,1);
        }

            div#n2-ss-395 .n2-ss-395item9:HOVER, div#n2-ss-395 .n2-ss-395item9:FOCUS, div#n2-ss-395 .n2-ss-395item9:VISITED {
                color: RGBA(144,115,58,1);
            }

        div#n2-ss-395 .n2-ss-slide-limiter {
            max-width: 1200px;
        }

        div#n2-ss-395 .n-uc-uM1cDDWca98a {
            padding: 0px 0px 0px 0px;
        }

        div#n2-ss-395 .n-uc-114695fe51f2a-inner {
            padding: 50px 10px 10px 10px;
            justify-content: center;
        }

        div#n2-ss-395 .n-uc-AAHk7IKt0tqF {
            --margin-bottom:10px;
        }

        div#n2-ss-395 .n-uc-199a7a08311b8-inner {
            padding: 0px 0px 0px 0px;
        }

            div#n2-ss-395 .n-uc-199a7a08311b8-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 21px);
                margin: -10px;
            }

                div#n2-ss-395 .n-uc-199a7a08311b8-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 10px;
                }

        div#n2-ss-395 .n-uc-1634889278979-inner {
            padding: 0px 0px 0px 0px;
            justify-content: center;
        }

        div#n2-ss-395 .n-uc-1634889278979 {
            width: 16%;
        }

        div#n2-ss-395 .n-uc-1b35a03f8582a-inner {
            padding: 0px 0px 0px 0px;
        }

            div#n2-ss-395 .n-uc-1b35a03f8582a-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 1px);
                margin: -0px;
                flex-wrap: wrap;
            }

                div#n2-ss-395 .n-uc-1b35a03f8582a-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 0px;
                }

        div#n2-ss-395 .n-uc-1b35a03f8582a {
            align-self: var(--ss-fs);
        }

        div#n2-ss-395 .n-uc-1ff99c7117054-inner {
            padding: 10px 10px 10px 10px;
            justify-content: flex-start;
        }

        div#n2-ss-395 .n-uc-1ff99c7117054 {
            width: auto;
        }

        div#n2-ss-395 .n-uc-1b0eff6587dec-inner {
            padding: 10px 10px 10px 10px;
            justify-content: flex-start;
        }

        div#n2-ss-395 .n-uc-1b0eff6587dec {
            width: auto;
        }

        div#n2-ss-395 .n-uc-159da82b4deed-inner {
            padding: 0px 0px 0px 0px;
            justify-content: center;
        }

        div#n2-ss-395 .n-uc-159da82b4deed {
            width: 68.1%;
        }

        div#n2-ss-395 .n-uc-168355293dd81-inner {
            padding: 0px 0px 0px 0px;
        }

            div#n2-ss-395 .n-uc-168355293dd81-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 41px);
                margin: -20px;
                flex-wrap: wrap;
            }

                div#n2-ss-395 .n-uc-168355293dd81-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 20px;
                }

        div#n2-ss-395 .n-uc-17f9c012a39ea-inner {
            padding: 0px 0px 0px 0px;
            justify-content: center;
        }

        div#n2-ss-395 .n-uc-17f9c012a39ea {
            width: auto;
        }

        div#n2-ss-395 .n-uc-1c5f9fbc77ed6-inner {
            padding: 0px 0px 0px 0px;
            justify-content: center;
        }

        div#n2-ss-395 .n-uc-1c5f9fbc77ed6 {
            width: auto;
        }

        div#n2-ss-395 .n-uc-106f33d792d35-inner {
            padding: 0px 0px 0px 0px;
            justify-content: center;
        }

        div#n2-ss-395 .n-uc-106f33d792d35 {
            width: auto;
        }

        div#n2-ss-395 .n-uc-12728bfc84431-inner {
            padding: 0px 0px 0px 0px;
            justify-content: center;
        }

        div#n2-ss-395 .n-uc-12728bfc84431 {
            width: auto;
        }

        div#n2-ss-395 .n-uc-1f58f0b752583-inner {
            padding: 0px 0px 0px 0px;
            justify-content: center;
        }

        div#n2-ss-395 .n-uc-1f58f0b752583 {
            width: 16%;
        }

        div#n2-ss-395 .n-uc-1965d5c3bed47-inner {
            padding: 0px 0px 0px 0px;
        }

            div#n2-ss-395 .n-uc-1965d5c3bed47-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 1px);
                margin: -0px;
                flex-wrap: wrap;
            }

                div#n2-ss-395 .n-uc-1965d5c3bed47-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 0px;
                }

        div#n2-ss-395 .n-uc-1965d5c3bed47 {
            align-self: var(--ss-fe);
        }

        div#n2-ss-395 .n-uc-1c5d9f6b0c7c3-inner {
            padding: 10px 10px 10px 10px;
            justify-content: flex-start;
        }

        div#n2-ss-395 .n-uc-1c5d9f6b0c7c3 {
            width: auto;
        }

        div#n2-ss-395 .n-uc-14e724cfc4952-inner {
            padding: 10px 10px 10px 10px;
            justify-content: flex-start;
        }

        div#n2-ss-395 .n-uc-14e724cfc4952 {
            width: auto;
        }

        @media (min-width: 1200px) {
            div#n2-ss-395 [data-hide-desktopportrait="1"] {
                display: none !important;
            }
        }

        @media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px) {
            div#n2-ss-395 .n-uc-1634889278979 {
                width: 16%;
            }

            div#n2-ss-395 .n-uc-1b35a03f8582a-inner > .n2-ss-layer-row-inner {
                flex-wrap: wrap;
            }

            div#n2-ss-395 .n-uc-1ff99c7117054 {
                width: auto;
            }

            div#n2-ss-395 .n-uc-1b0eff6587dec {
                width: auto;
            }

            div#n2-ss-395 .n-uc-159da82b4deed {
                width: 68.1%;
            }

            div#n2-ss-395 .n-uc-168355293dd81-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 21px);
                margin: -10px;
                flex-wrap: wrap;
            }

                div#n2-ss-395 .n-uc-168355293dd81-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 10px;
                }

            div#n2-ss-395 .n-uc-17f9c012a39ea {
                width: auto;
            }

            div#n2-ss-395 .n-uc-1c5f9fbc77ed6 {
                width: auto;
            }

            div#n2-ss-395 .n-uc-106f33d792d35 {
                width: auto;
            }

            div#n2-ss-395 .n-uc-12728bfc84431 {
                width: auto;
            }

            div#n2-ss-395 .n-uc-1f58f0b752583 {
                width: 16%;
            }

            div#n2-ss-395 .n-uc-1965d5c3bed47-inner > .n2-ss-layer-row-inner {
                flex-wrap: wrap;
            }

            div#n2-ss-395 .n-uc-1c5d9f6b0c7c3 {
                width: auto;
            }

            div#n2-ss-395 .n-uc-14e724cfc4952 {
                width: auto;
            }

            div#n2-ss-395 [data-hide-tabletportrait="1"] {
                display: none !important;
            }
        }

        @media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px) {
            div#n2-ss-395 .n-uc-AAHk7IKt0tqF {
                --margin-bottom:15px;
            }

            div#n2-ss-395 .n-uc-199a7a08311b8-inner > .n2-ss-layer-row-inner {
                flex-wrap: wrap;
            }

            div#n2-ss-395 .n-uc-1634889278979 {
                order: 1;
                width: calc(50% - 20px);
            }

            div#n2-ss-395 .n-uc-1b35a03f8582a-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 11px);
                margin: -5px;
                flex-wrap: wrap;
            }

                div#n2-ss-395 .n-uc-1b35a03f8582a-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 5px;
                }

            div#n2-ss-395 .n-uc-1b35a03f8582a {
                --margin-right:10px;
                align-self: var(--ss-fe);
            }

            div#n2-ss-395 .n-uc-1ff99c7117054 {
                width: auto;
            }

            div#n2-ss-395 .n-uc-1b0eff6587dec {
                width: auto;
            }

            div#n2-ss-395 .n-uc-159da82b4deed {
                order: 3;
                width: calc(100% - 20px);
            }

            div#n2-ss-395 .n-uc-168355293dd81-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 11px);
                margin: -5px;
                flex-wrap: wrap;
            }

                div#n2-ss-395 .n-uc-168355293dd81-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 5px;
                }

            div#n2-ss-395 .n-uc-17f9c012a39ea {
                width: auto;
            }

            div#n2-ss-395 .n-uc-1c5f9fbc77ed6 {
                width: auto;
            }

            div#n2-ss-395 .n-uc-106f33d792d35 {
                width: auto;
            }

            div#n2-ss-395 .n-uc-12728bfc84431 {
                width: auto;
            }

            div#n2-ss-395 .n-uc-1f58f0b752583 {
                order: 2;
                width: calc(50% - 20px);
            }

            div#n2-ss-395 .n-uc-1965d5c3bed47-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 11px);
                margin: -5px;
                flex-wrap: wrap;
            }

                div#n2-ss-395 .n-uc-1965d5c3bed47-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 5px;
                }

            div#n2-ss-395 .n-uc-1965d5c3bed47 {
                --margin-left:10px;
                align-self: var(--ss-fs);
            }

            div#n2-ss-395 .n-uc-1c5d9f6b0c7c3 {
                width: auto;
            }

            div#n2-ss-395 .n-uc-14e724cfc4952 {
                width: auto;
            }

            div#n2-ss-395 [data-hide-mobileportrait="1"] {
                display: none !important;
            }
        }
    
        div#n2-ss-396 .n2-ss-slider-1 {
            display: grid;
            position: relative;
            height: 500px;
        }

        div#n2-ss-396 .n2-ss-slider-2 {
            display: grid;
            position: relative;
            overflow: hidden;
            padding: 0px 0px 0px 0px;
            border: 0px solid RGBA(62,62,62,1);
            border-radius: 0px;
            background-clip: padding-box;
            background-repeat: repeat;
            background-position: 50% 50%;
            background-size: cover;
            background-attachment: scroll;
            z-index: 1;
        }

        div#n2-ss-396:not(.n2-ss-loaded) .n2-ss-slider-2 {
            background-image: none !important;
        }

        div#n2-ss-396 .n2-ss-slider-3 {
            display: grid;
            grid-template-areas: 'cover';
            position: relative;
            overflow: hidden;
            z-index: 10;
        }

            div#n2-ss-396 .n2-ss-slider-3 > * {
                grid-area: cover;
            }

            div#n2-ss-396 .n2-ss-slide-backgrounds, div#n2-ss-396 .n2-ss-slider-3 > .n2-ss-divider {
                position: relative;
            }

        div#n2-ss-396 .n2-ss-slide-backgrounds {
            z-index: 10;
        }

            div#n2-ss-396 .n2-ss-slide-backgrounds > * {
                overflow: hidden;
            }

        div#n2-ss-396 .n2-ss-slide-background {
            transform: translateX(-100000px);
        }

        div#n2-ss-396 .n2-ss-slider-4 {
            place-self: center;
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 20;
            display: grid;
            grid-template-areas: 'slide';
        }

            div#n2-ss-396 .n2-ss-slider-4 > * {
                grid-area: slide;
            }

        div#n2-ss-396.n2-ss-full-page--constrain-ratio .n2-ss-slider-4 {
            height: auto;
        }

        div#n2-ss-396 .n2-ss-slide {
            display: grid;
            place-items: center;
            grid-auto-columns: 100%;
            position: relative;
            z-index: 20;
            -webkit-backface-visibility: hidden;
            transform: translateX(-100000px);
        }

        div#n2-ss-396 .n2-ss-slide {
            perspective: 1000px;
        }

        div#n2-ss-396 .n2-ss-slide-active {
            z-index: 21;
        }

        .n2-ss-background-animation {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 3;
        }

        div#n2-ss-396 .n2-ss-button-container, div#n2-ss-396 .n2-ss-button-container a {
            display: block;
        }

        div#n2-ss-396 .n2-ss-button-container--non-full-width, div#n2-ss-396 .n2-ss-button-container--non-full-width a {
            display: inline-block;
        }

        div#n2-ss-396 .n2-ss-button-container.n2-ss-nowrap {
            white-space: nowrap;
        }

        div#n2-ss-396 .n2-ss-button-container a div {
            display: inline;
            font-size: inherit;
            text-decoration: inherit;
            color: #fff;
            line-height: inherit;
            font-family: inherit;
            font-weight: inherit;
        }

        div#n2-ss-396 .n2-ss-button-container a > div {
            display: inline-flex;
            align-items: center;
            vertical-align: top;
        }

        div#n2-ss-396 .n2-ss-button-container span {
            font-size: 100%;
            vertical-align: baseline;
        }

        div#n2-ss-396 .n2-ss-button-container a[data-iconplacement="left"] span {
            margin-right: 0.3em;
        }

        div#n2-ss-396 .n2-ss-button-container a[data-iconplacement="right"] span {
            margin-left: 0.3em;
        }

        div#n2-ss-396 .nextend-arrow-text {
            cursor: pointer;
            z-index: 18;
            padding: 5px 10px;
            transition: all 0.4s ease-out;
        }

        div#n2-ss-396 .nextend-arrow-text-next-text-rounded, div#n2-ss-396 .nextend-arrow-text-previous-text-rounded {
            border-radius: 3px;
        }

        div#n2-ss-396 .nextend-arrow-text span {
            color: white;
            text-shadow: 0 1px 1px RGBA(0,0,0,.2);
        }

        div#n2-ss-396 .n2-ss-control-bullet {
            visibility: hidden;
            text-align: center;
            justify-content: center;
            z-index: 14;
        }

        div#n2-ss-396 .n2-ss-control-bullet--calculate-size {
            left: 0 !important;
        }

        div#n2-ss-396 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize {
            width: 100%;
        }

        div#n2-ss-396 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize {
            height: 100%;
            flex-flow: column;
        }

        div#n2-ss-396 .nextend-bullet-bar {
            display: inline-flex;
            vertical-align: top;
            visibility: visible;
            align-items: center;
            flex-wrap: wrap;
            font-size: 11px;
        }

        div#n2-ss-396 .n2-bar-justify-content-left {
            justify-content: flex-start;
        }

        div#n2-ss-396 .n2-bar-justify-content-center {
            justify-content: center;
        }

        div#n2-ss-396 .n2-bar-justify-content-right {
            justify-content: flex-end;
        }

        div#n2-ss-396 .n2-ss-control-bullet-vertical > .nextend-bullet-bar {
            flex-flow: column;
        }

        div#n2-ss-396 .n2-ss-control-bullet-fullsize > .nextend-bullet-bar {
            display: flex;
        }

        div#n2-ss-396 .n2-ss-control-bullet-horizontal.n2-ss-control-bullet-fullsize > .nextend-bullet-bar {
            flex: 1 1 auto;
        }

        div#n2-ss-396 .n2-ss-control-bullet-vertical.n2-ss-control-bullet-fullsize > .nextend-bullet-bar {
            height: 100%;
        }

        div#n2-ss-396 .nextend-bullet-bar .n2-bullet {
            cursor: pointer;
            transition: background-color 0.4s;
        }

            div#n2-ss-396 .nextend-bullet-bar .n2-bullet.n2-active {
                cursor: default;
                background: #1d4165;
            }

        div#n2-ss-396 div.n2-ss-bullet-thumbnail-container {
            position: absolute;
            z-index: 10000000;
        }

        div#n2-ss-396 .n2-ss-bullet-thumbnail-container .n2-ss-bullet-thumbnail {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        div#n2-ss-396 .n2-font-238c3960b04883322b4b8389e45282b7-hover {
            /*font-family: 'Amatic SC','Arial';*/
            color: #a57d2d;
            font-size: 45px;
            text-shadow: none;
            line-height: 1.2;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: bold;
        }

        div#n2-ss-396 .n2-font-c113fea57ef8be25812ad0cf9d177eea-hover {
            /*font-family: 'Rubik','Arial';*/
            color: #1b1818;
            font-size: 137.5%;
            text-shadow: none;
            line-height: 1.2;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: uppercase;
            font-weight: normal;
            margin-bottom: 5px;
        }

        div#n2-ss-396 .n2-font-9346e866e0801e6ac6198659364534fa-paragraph {
            /*font-family: 'Rubik','Arial';*/
            color: #000000;
            font-size: 14px;
            text-shadow: none;
            line-height: 1.5;
            font-weight: 600;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: 400;
        }

            div#n2-ss-396 .n2-font-9346e866e0801e6ac6198659364534fa-paragraph a, div#n2-ss-396 .n2-font-9346e866e0801e6ac6198659364534fa-paragraph a:FOCUS {
                /*font-family: 'Rubik','Arial';*/
                color: #1890d7;
                font-size: 100%;
                text-shadow: none;
                line-height: 1.5;
                font-weight: normal;
                font-style: normal;
                text-decoration: none;
                text-align: inherit;
                letter-spacing: normal;
                word-spacing: normal;
                text-transform: none;
                font-weight: 400;
            }

                div#n2-ss-396 .n2-font-9346e866e0801e6ac6198659364534fa-paragraph a:HOVER, div#n2-ss-396 .n2-font-9346e866e0801e6ac6198659364534fa-paragraph a:ACTIVE {
                    /*font-family: 'Rubik','Arial';*/
                    color: #1890d7;
                    font-size: 100%;
                    text-shadow: none;
                    line-height: 1.5;
                    font-weight: normal;
                    font-style: normal;
                    text-decoration: none;
                    text-align: inherit;
                    letter-spacing: normal;
                    word-spacing: normal;
                    text-transform: none;
                    font-weight: 400;
                }

        div#n2-ss-396 .n2-font-1c3c85e44902efaeab168d486cbe2c83-link a {
            /* /*font-family: 'Rubik','Arial';*/ 
            color: #ffffff;
            font-size: 14px;
            text-shadow: none;
            line-height: 1.5;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: center;
            letter-spacing: 1px;
            word-spacing: normal;
            text-transform: uppercase;
            font-weight: normal;
            padding: 10px 12px;
        }

        div#n2-ss-396 .n2-style-4f671a62db615c26f795ebca4c6cb26f-heading {
            background: #1b1818;
            opacity: 1;
            padding: 12px;
            box-shadow: none;
            border-width: 0px;
            border-style: solid;
            border-color: #000000;
            border-color: RGBA(0,0,0,1);
            border-radius: 5px;
        }

            div#n2-ss-396 .n2-style-4f671a62db615c26f795ebca4c6cb26f-heading:Hover, div#n2-ss-396 .n2-style-4f671a62db615c26f795ebca4c6cb26f-heading:ACTIVE, div#n2-ss-396 .n2-style-4f671a62db615c26f795ebca4c6cb26f-heading:FOCUS {
                background: #a57d2d;
            }

        div#n2-ss-396 .n2-font-5a39b68a893f13146e1129e6a308c8c0-hover {
           /*font-family: 'Amatic SC','Arial';*/
           color: #e2d8bc;
           font-size: 736%;
           text-shadow: none;
           line-height: 1;
           font-weight: normal;
           font-style: normal;
           text-decoration: none;
           text-align: inherit;
           letter-spacing: normal;
           word-spacing: normal;
           text-transform: none;
           font-weight: bold;
        }

        div#n2-ss-396 .n2-font-74970bc283b24e956b5d5fe5c0aa03f2-hover {
           /*font-family: 'Amatic SC','Arial';*/
           color: #e2d8bc;
           font-size: 736%;
           text-shadow: none;
           line-height: 1;
           font-weight: normal;
           font-style: normal;
           text-decoration: none;
           text-align: right;
           letter-spacing: normal;
           word-spacing: normal;
           text-transform: none;
           font-weight: bold;
        }

        div#n2-ss-396 .n2-font-e952d99420d12460fcb681e907626279-hover {
            /*font-family: 'Amatic SC','Arial';*/
            color: #1b1818;
            font-size: 12px;
            text-shadow: none;
            line-height: 1.3;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: left;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: bold;
        }

            div#n2-ss-396 .n2-font-e952d99420d12460fcb681e907626279-hover:HOVER, div#n2-ss-396 .n2-font-e952d99420d12460fcb681e907626279-hover:ACTIVE, div#n2-ss-396 .n2-font-e952d99420d12460fcb681e907626279-hover:FOCUS {
                color: #1b1818;
            }

        div#n2-ss-396 .n2-style-46b71f8d1b4b88979552495e10e7a3bf-heading {
            background: RGBA(0,0,0,0);
            opacity: 1;
            padding: 0px 0px 0px 0px;
            box-shadow: none;
            border-width: 0px;
            border-style: solid;
            border-color: #000000;
            border-color: RGBA(0,0,0,1);
            border-radius: 0px;
        }

        div#n2-ss-396 .n2-style-b8eb369185df36aa809d9003fc9441a0-dot {
            background: RGBA(0,0,0,0);
            opacity: 1;
            padding: 0px 0px 0px 0px;
            box-shadow: none;
            border-width: 0px;
            border-style: solid;
            border-color: #000000;
            border-color: RGBA(0,0,0,1);
            border-radius: 0px;
            min-width: 10px;
            margin: 6px;
        }

        div#n2-ss-396 .n2-font-0a357f9d02d77dc8e45125e41a3f93b4-dot, div#n2-ss-396 .n2-font-0a357f9d02d77dc8e45125e41a3f93b4-dot:FOCUS {
           /*font-family: 'Amatic SC','Arial';*/
           color: #9b9b9b;
           font-size: 150%;
           text-shadow: none;
           line-height: 1.2;
           font-weight: normal;
           font-style: normal;
           text-decoration: none;
           text-align: center;
           letter-spacing: normal;
           word-spacing: normal;
           text-transform: none;
           font-weight: bold;
        }

            div#n2-ss-396 .n2-font-0a357f9d02d77dc8e45125e41a3f93b4-dot.n2-active, div#n2-ss-396 .n2-font-0a357f9d02d77dc8e45125e41a3f93b4-dot:HOVER, div#n2-ss-396 .n2-font-0a357f9d02d77dc8e45125e41a3f93b4-dot:ACTIVE {
                color: #1b1818;
                font-size: 150%;
                font-style: normal;
                text-decoration: none;
            }

        div#n2-ss-396 .n2-ss-slide-limiter {
            max-width: 1200px;
        }

        div#n2-ss-396 .n-uc-N3v8X9ahIegS {
            padding: 0px 0px 0px 0px;
        }

        div#n2-ss-396 .n-uc-19c5cf1c2cd4e-inner {
            padding: 30px 60px 260px 60px;
            text-align: left;
            --ssselfalign:var(--ss-fs);
            ;
            justify-content: center;
        }

        div#n2-ss-396 .n-uc-1d4ca90d0298d-inner {
            padding: 0px 0px 0px 0px;
        }

            div#n2-ss-396 .n-uc-1d4ca90d0298d-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 61px);
                margin: -30px;
            }

                div#n2-ss-396 .n-uc-1d4ca90d0298d-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 30px;
                }

        div#n2-ss-396 .n-uc-12edc8a50dfc1-inner {
            padding: 0px 0px 0px 0px;
            justify-content: center;
        }

        div#n2-ss-396 .n-uc-12edc8a50dfc1 {
            width: 42%;
        }

        div#n2-ss-396 .n-uc-3anGHm6ggtTM {
            --margin-bottom:10px;
        }

        div#n2-ss-396 .n-uc-djYKuRhKriqg {
            --margin-bottom:20px;
        }

        div#n2-ss-396 .n-uc-tEqsSFSxKvvS {
            --margin-bottom:20px;
        }

        div#n2-ss-396 .n-uc-1920282410541-inner {
            padding: 0px 0px 0px 0px;
            justify-content: center;
        }

        div#n2-ss-396 .n-uc-1920282410541 {
            width: 58%;
        }

        div#n2-ss-396 .n-uc-etKvH2kETbp0 {
            padding: 0px 0px 0px 0px;
        }

        div#n2-ss-396 .n-uc-1a88b5c6fc687-inner {
            padding: 0px 31px 260px 60px;
            text-align: left;
            --ssselfalign:var(--ss-fs);
            justify-content: center;
        }

        div#n2-ss-396 .n-uc-1d3aaabf171a9-inner {
            padding: 0px 0px 0px 0px;
        }

            div#n2-ss-396 .n-uc-1d3aaabf171a9-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 61px);
                margin: -30px;
            }

                div#n2-ss-396 .n-uc-1d3aaabf171a9-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 30px;
                }

        div#n2-ss-396 .n-uc-1ab8c53eacd6b-inner {
            padding: 0px 0px 0px 0px;
            justify-content: center;
        }

        div#n2-ss-396 .n-uc-1ab8c53eacd6b {
            width: 42%;
        }

        div#n2-ss-396 .n-uc-Oiw07qqP81YH {
            --margin-bottom:10px;
        }

        div#n2-ss-396 .n-uc-de7KIxEbqLrR {
            --margin-bottom:20px;
        }

        div#n2-ss-396 .n-uc-AgeBfk9rlEQi {
            --margin-bottom:20px;
        }

        div#n2-ss-396 .n-uc-1809e3907326e-inner {
            padding: 0px 0px 0px 0px;
            justify-content: center;
        }

        div#n2-ss-396 .n-uc-1809e3907326e {
            width: 58%;
        }

        div#n2-ss-396 .n-uc-cFqb3zwQDRjZ {
            padding: 0px 0px 0px 0px;
        }

        div#n2-ss-396 .n-uc-1de3b17d634e9-inner {
            padding: 0px 60px 260px 60px;
            text-align: left;
            --ssselfalign:var(--ss-fs);
            ;
            justify-content: center;
        }

        div#n2-ss-396 .n-uc-1bdc23d8b36b7-inner {
            padding: 0px 0px 0px 0px;
        }

            div#n2-ss-396 .n-uc-1bdc23d8b36b7-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 61px);
                margin: -30px;
            }

                div#n2-ss-396 .n-uc-1bdc23d8b36b7-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 0 30px;
                }

        div#n2-ss-396 .n-uc-1bd49f52254dd-inner {
            padding: 0px 0px 0px 0px;
            justify-content: center;
        }

        div#n2-ss-396 .n-uc-1bd49f52254dd {
            width: 42%;
        }

        div#n2-ss-396 .n-uc-7cvyUackVYDa {
            --margin-bottom:10px;
        }

        div#n2-ss-396 .n-uc-zotSFmUNOnRL {
            --margin-bottom:20px;
        }

        div#n2-ss-396 .n-uc-O1M2vIIX7hig {
            --margin-bottom:20px;
        }

        div#n2-ss-396 .n-uc-1c510af4cc4f8-inner {
            padding: 0px 0px 0px 0px;
            justify-content: center;
        }

        div#n2-ss-396 .n-uc-1c510af4cc4f8 {
            width: 58%;
        }

        @media (min-width: 1200px) {
            div#n2-ss-396 [data-hide-desktopportrait="1"] {
                display: none !important;
            }
        }

        @media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px) {
            div#n2-ss-396 .n-uc-1d4ca90d0298d-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 21px);
                margin: -10px;
            }

                div#n2-ss-396 .n-uc-1d4ca90d0298d-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 10px;
                }

            div#n2-ss-396 .n-uc-12edc8a50dfc1 {
                width: 42%;
            }

            div#n2-ss-396 .n-uc-3anGHm6ggtTM {
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-nLgNTDio90me {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-djYKuRhKriqg {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-tMijZeIJMQ3l {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-tEqsSFSxKvvS {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-sUIKZ563CCYY {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-1920282410541 {
                width: 58%;
            }

            div#n2-ss-396 .n-uc-2MKhNMsg9p4d {
                --ssfont-scale:0.6;
            }

            div#n2-ss-396 .n-uc-5HJ5XDq8Eh8s {
                --ssfont-scale:0.6;
            }

            div#n2-ss-396 .n-uc-1d3aaabf171a9-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 21px);
                margin: -10px;
            }

                div#n2-ss-396 .n-uc-1d3aaabf171a9-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 10px;
                }

            div#n2-ss-396 .n-uc-1ab8c53eacd6b {
                width: 42%;
            }

            div#n2-ss-396 .n-uc-Oiw07qqP81YH {
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-5ef6ZqTl5SvP {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-de7KIxEbqLrR {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-tOnFyBBCft1A {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-AgeBfk9rlEQi {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-hoZk5oTFRHMA {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-1809e3907326e {
                width: 58%;
            }

            div#n2-ss-396 .n-uc-B6OwwGatd1on {
                --ssfont-scale:0.6;
            }

            div#n2-ss-396 .n-uc-7r6pXbcMJe4j {
                --ssfont-scale:0.6;
            }

            div#n2-ss-396 .n-uc-1bdc23d8b36b7-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 21px);
                margin: -10px;
            }

                div#n2-ss-396 .n-uc-1bdc23d8b36b7-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 10px;
                }

            div#n2-ss-396 .n-uc-1bd49f52254dd {
                width: 42%;
            }

            div#n2-ss-396 .n-uc-7cvyUackVYDa {
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-SuCDMgcWUF3t {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-zotSFmUNOnRL {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-DZh3NWFYXejN {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-O1M2vIIX7hig {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-joS5lQ0KpSwq {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-1c510af4cc4f8 {
                width: 58%;
            }

            div#n2-ss-396 .n-uc-Xk0ZnTlPBD0Z {
                --ssfont-scale:0.6;
            }

            div#n2-ss-396 .n-uc-p7HoDCh0IFLi {
                --ssfont-scale:0.6;
            }

            div#n2-ss-396 [data-hide-tabletportrait="1"] {
                display: none !important;
            }
        }

        @media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px) {
            div#n2-ss-396 .n-uc-19c5cf1c2cd4e-inner {
                padding: 30px 30px 40px 30px;
            }

            div#n2-ss-396 .n-uc-1d4ca90d0298d-inner {
                padding: 0px 0px 0px 0px;
            }

                div#n2-ss-396 .n-uc-1d4ca90d0298d-inner > .n2-ss-layer-row-inner {
                    width: calc(100% + 21px);
                    margin: -10px;
                    flex-wrap: wrap;
                }

                    div#n2-ss-396 .n-uc-1d4ca90d0298d-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                        margin: 10px;
                    }

            div#n2-ss-396 .n-uc-12edc8a50dfc1 {
                order: 2;
                width: calc(100% - 20px);
            }

            div#n2-ss-396 .n-uc-3anGHm6ggtTM {
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-nLgNTDio90me {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-djYKuRhKriqg {
                --margin-bottom:10px;
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-tMijZeIJMQ3l {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-tEqsSFSxKvvS {
                --margin-bottom:10px;
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-sUIKZ563CCYY {
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-1920282410541 {
                order: 1;
                width: calc(100% - 20px);
            }

            div#n2-ss-396 .n-uc-2MKhNMsg9p4d {
                --ssfont-scale:0.4;
            }

            div#n2-ss-396 .n-uc-5HJ5XDq8Eh8s {
                --ssfont-scale:0.4;
            }

            div#n2-ss-396 .n-uc-1a88b5c6fc687-inner {
                padding: 30px 30px 40px 30px;
            }

            div#n2-ss-396 .n-uc-1d3aaabf171a9-inner {
                padding: 0px 0px 0px 0px;
            }

                div#n2-ss-396 .n-uc-1d3aaabf171a9-inner > .n2-ss-layer-row-inner {
                    width: calc(100% + 21px);
                    margin: -10px;
                    flex-wrap: wrap;
                }

                    div#n2-ss-396 .n-uc-1d3aaabf171a9-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                        margin: 10px;
                    }

            div#n2-ss-396 .n-uc-1ab8c53eacd6b {
                order: 2;
                width: calc(100% - 20px);
            }

            div#n2-ss-396 .n-uc-Oiw07qqP81YH {
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-5ef6ZqTl5SvP {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-de7KIxEbqLrR {
                --margin-bottom:10px;
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-tOnFyBBCft1A {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-AgeBfk9rlEQi {
                --margin-bottom:10px;
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-hoZk5oTFRHMA {
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-1809e3907326e {
                order: 1;
                width: calc(100% - 20px);
            }

            div#n2-ss-396 .n-uc-B6OwwGatd1on {
                --ssfont-scale:0.4;
            }

            div#n2-ss-396 .n-uc-7r6pXbcMJe4j {
                --ssfont-scale:0.4;
            }

            div#n2-ss-396 .n-uc-1de3b17d634e9-inner {
                padding: 30px 30px 40px 30px;
            }

            div#n2-ss-396 .n-uc-1bdc23d8b36b7-inner {
                padding: 0px 0px 0px 0px;
            }

                div#n2-ss-396 .n-uc-1bdc23d8b36b7-inner > .n2-ss-layer-row-inner {
                    width: calc(100% + 21px);
                    margin: -10px;
                    flex-wrap: wrap;
                }

                    div#n2-ss-396 .n-uc-1bdc23d8b36b7-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                        margin: 10px;
                    }

            div#n2-ss-396 .n-uc-1bd49f52254dd {
                order: 2;
                width: calc(100% - 20px);
            }

            div#n2-ss-396 .n-uc-7cvyUackVYDa {
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-SuCDMgcWUF3t {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-zotSFmUNOnRL {
                --margin-bottom:10px;
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-DZh3NWFYXejN {
                --ssfont-scale:0.8;
            }

            div#n2-ss-396 .n-uc-O1M2vIIX7hig {
                --margin-bottom:10px;
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-joS5lQ0KpSwq {
                --ssfont-scale:0.7;
            }

            div#n2-ss-396 .n-uc-1c510af4cc4f8 {
                order: 1;
                width: calc(100% - 20px);
            }

            div#n2-ss-396 .n-uc-Xk0ZnTlPBD0Z {
                --ssfont-scale:0.4;
            }

            div#n2-ss-396 .n-uc-p7HoDCh0IFLi {
                --ssfont-scale:0.4;
            }

            div#n2-ss-396 [data-hide-mobileportrait="1"] {
                display: none !important;
            }
        }
   
        div#n2-ss-397 .n2-ss-slider-1 {
            display: grid;
            box-sizing: border-box;
            position: relative;
            background-repeat: repeat;
            background-position: 50% 50%;
            background-size: cover;
            background-attachment: scroll;
            border: 0px solid RGBA(62,62,62,1);
            border-radius: 0px;
            overflow: hidden;
        }

        div#n2-ss-397:not(.n2-ss-loaded) .n2-ss-slider-1 {
            background-image: none !important;
        }

        div#n2-ss-397 .n2-ss-slider-2 {
            display: grid;
            place-items: center;
            position: relative;
            overflow: hidden;
            z-index: 10;
        }

        div#n2-ss-397 .n2-ss-slider-3 {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 20;
            display: grid;
            grid-template-areas: 'slide';
        }

            div#n2-ss-397 .n2-ss-slider-3 > * {
                grid-area: slide;
            }

        div#n2-ss-397.n2-ss-full-page--constrain-ratio .n2-ss-slider-3 {
            height: auto;
        }

        div#n2-ss-397 .n2-ss-slide-backgrounds {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        div#n2-ss-397 .n2-ss-slide-backgrounds {
            z-index: 10;
        }

        div#n2-ss-397 .n2-ss-slide {
            display: grid;
            place-items: center;
            grid-auto-columns: 100%;
            position: relative;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            z-index: 20;
        }

        div#n2-ss-397 .n2-ss-slide {
            perspective: 1000px;
        }

        div#n2-ss-397 .n2-font-e9c1c6bf6bad3a78787a484524d60a34-hover {
           /*font-family: 'Amatic SC','Arial';*/
            color: #ecd7ac;
            font-size: 375%;
            text-shadow: none;
            line-height: 1.2;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: bold;
        }

        div#n2-ss-397 .n2-font-99e46054aa70196f70b311756cfe1b61-paragraph {
            /*font-family: 'Rubik','Arial';*/
            color: #cbcbcb;
            font-size: 112.5%;
            text-shadow: none;
            line-height: 1.5;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: 400;
        }

            div#n2-ss-397 .n2-font-99e46054aa70196f70b311756cfe1b61-paragraph a, div#n2-ss-397 .n2-font-99e46054aa70196f70b311756cfe1b61-paragraph a:FOCUS {
                /*font-family: 'Rubik','Arial';*/
                color: #1890d7;
                font-size: 14px;
                text-shadow: none;
                line-height: 1.5;
                font-weight: 600;
                font-style: normal;
                text-decoration: none;
                text-align: inherit;
                letter-spacing: normal;
                word-spacing: normal;
                text-transform: none;
                font-weight: 400;
            }

                div#n2-ss-397 .n2-font-99e46054aa70196f70b311756cfe1b61-paragraph a:HOVER, div#n2-ss-397 .n2-font-99e46054aa70196f70b311756cfe1b61-paragraph a:ACTIVE {
                    /*font-family: 'Rubik','Arial';*/
                    color: #1890d7;
                    font-size: 14px;
                    text-shadow: none;
                    line-height: 1.5;
                    font-weight: 600;
                    font-style: normal;
                    text-decoration: none;
                    text-align: inherit;
                    letter-spacing: normal;
                    word-spacing: normal;
                    text-transform: none;
                    font-weight: 400;
                }

        div#n2-ss-397 .n-uc-158b3150b951a-inner {
            background-color: RGBA(47,44,44,1);
        }

            div#n2-ss-397 .n-uc-158b3150b951a-inner:HOVER {
                background-color: RGBA(27,24,24,1);
                box-shadow: 0px 5px 20px 0px RGBA(0,0,0,1);
            }

        div#n2-ss-397 .n2-font-f60d24ce8322dafd4c583ab0712595fe-hover {
           /*font-family: 'Amatic SC','Arial';*/
            color: #ecd7ac;
            font-size: 200%;
            text-shadow: none;
            line-height: 1;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: bold;
        }

            div#n2-ss-397 .n2-font-f60d24ce8322dafd4c583ab0712595fe-hover:HOVER, div#n2-ss-397 .n2-font-f60d24ce8322dafd4c583ab0712595fe-hover:ACTIVE, div#n2-ss-397 .n2-font-f60d24ce8322dafd4c583ab0712595fe-hover:FOCUS {
                color: #90733a;
            }

        div#n2-ss-397 .n2-font-80887c2be74e15f28d5d86d0e12f862d-paragraph {
            /*font-family: 'Rubik','Arial';*/
            color: #cbcbcb;
            font-size: 14px;
            text-shadow: none;
            line-height: 1.5;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: 400;
        }

            div#n2-ss-397 .n2-font-80887c2be74e15f28d5d86d0e12f862d-paragraph a, div#n2-ss-397 .n2-font-80887c2be74e15f28d5d86d0e12f862d-paragraph a:FOCUS {
                /*font-family: 'Rubik','Arial';*/
                color: #1890d7;
                font-size: 14px;
                text-shadow: none;
                line-height: 1.5;
                font-weight: normal;
                font-style: normal;
                text-decoration: none;
                text-align: inherit;
                letter-spacing: normal;
                word-spacing: normal;
                text-transform: none;
                font-weight: 400;
            }

                div#n2-ss-397 .n2-font-80887c2be74e15f28d5d86d0e12f862d-paragraph a:HOVER, div#n2-ss-397 .n2-font-80887c2be74e15f28d5d86d0e12f862d-paragraph a:ACTIVE {
                    /*font-family: 'Rubik','Arial';*/
                    color: #1890d7;
                    font-size: 14px;
                    text-shadow: none;
                    line-height: 1.5;
                    font-weight: normal;
                    font-style: normal;
                    text-decoration: none;
                    text-align: inherit;
                    letter-spacing: normal;
                    word-spacing: normal;
                    text-transform: none;
                    font-weight: 400;
                }

        div#n2-ss-397 .n-uc-1d625f913870e-inner {
            --n2bgimage:URL("//smartslider3.com/wp-content/uploads/slider397/image1-1.jpg");
            background-position: 50% 50%,36% 31%;
            box-shadow: 0px 5px 10px 0px RGBA(0,0,0,0.5);
        }

        .n2webp div#n2-ss-397 .n-uc-1d625f913870e-inner {
            --n2bgimage: URL(//smartslider3.com/wp-content/uploads/slider/cache/02ff356cc12aa58d384342b8fbb61e03/image1-1.webp);
        }

        div#n2-ss-397 .n-uc-17ede7a58558f-inner {
            background-color: RGBA(47,44,44,1);
            box-shadow: 0px 5px 10px 0px RGBA(0,0,0,0.5);
        }

            div#n2-ss-397 .n-uc-17ede7a58558f-inner:HOVER {
                background-color: RGBA(27,24,24,1);
            }

        div#n2-ss-397 .n-uc-12253d9a1c6bb-inner {
            --n2bgimage:URL("//smartslider3.com/wp-content/uploads/slider397/image3-3.jpg");
            background-position: 50% 50%,50% 29%;
            box-shadow: 0px 5px 10px 0px RGBA(0,0,0,0.5);
        }

        .n2webp div#n2-ss-397 .n-uc-12253d9a1c6bb-inner {
            --n2bgimage: URL(//smartslider3.com/wp-content/uploads/slider/cache/1c44e81e023bde07c78813c2b0cf1605/image3-3.webp);
        }

        @media (max-width: 425px) {
            .n2webp div#n2-ss-397 .n-uc-12253d9a1c6bb-inner {
                --n2bgimage: URL(//smartslider3.com/wp-content/uploads/slider/cache/dfc1062dcd943301222895d07c50f1a0/image3-3.webp);
            }
        }

        div#n2-ss-397 .n-uc-17117db0ac303-inner {
            --n2bgimage:URL("//smartslider3.com/wp-content/uploads/slider397/image2-1.jpg");
            background-position: 50% 50%,100% 51%;
            box-shadow: 0px 5px 10px 0px RGBA(0,0,0,0.5);
        }

        .n2webp div#n2-ss-397 .n-uc-17117db0ac303-inner {
            --n2bgimage: URL(//smartslider3.com/wp-content/uploads/slider/cache/5997ef29270850a6590435e551d20854/image2-1.webp);
        }

        @media (max-width: 425px) {
            .n2webp div#n2-ss-397 .n-uc-17117db0ac303-inner {
                --n2bgimage: URL(//smartslider3.com/wp-content/uploads/slider/cache/af27dec9f672d031904bae430662a150/image2-1.webp);
            }
        }

        div#n2-ss-397 .n-uc-1983c08c7bc01-inner {
            background-color: RGBA(47,44,44,1);
        }

            div#n2-ss-397 .n-uc-1983c08c7bc01-inner:HOVER {
                background-color: RGBA(27,24,24,1);
                box-shadow: 0px 5px 20px 0px RGBA(0,0,0,1);
            }

        div#n2-ss-397 .n2-font-0c4b79b08426ee939f7e3bebf3b41ea8-paragraph {
           /*font-family: 'Amatic SC','Arial';*/
            color: #cbcbcb;
            font-size: 175%;
            text-shadow: none;
            line-height: 1.2;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: bold;
        }

            div#n2-ss-397 .n2-font-0c4b79b08426ee939f7e3bebf3b41ea8-paragraph a, div#n2-ss-397 .n2-font-0c4b79b08426ee939f7e3bebf3b41ea8-paragraph a:FOCUS {
               /*font-family: 'Amatic SC','Arial';*/
                color: #1890d7;
                font-size: 100%;
                text-shadow: none;
                line-height: 1.2;
                font-weight: normal;
                font-style: normal;
                text-decoration: none;
                text-align: inherit;
                letter-spacing: normal;
                word-spacing: normal;
                text-transform: none;
                font-weight: bold;
            }

                div#n2-ss-397 .n2-font-0c4b79b08426ee939f7e3bebf3b41ea8-paragraph a:HOVER, div#n2-ss-397 .n2-font-0c4b79b08426ee939f7e3bebf3b41ea8-paragraph a:ACTIVE {
                   /*font-family: 'Amatic SC','Arial';*/
                    color: #1890d7;
                    font-size: 100%;
                    text-shadow: none;
                    line-height: 1.2;
                    font-weight: normal;
                    font-style: normal;
                    text-decoration: none;
                    text-align: inherit;
                    letter-spacing: normal;
                    word-spacing: normal;
                    text-transform: none;
                    font-weight: bold;
                }

        div#n2-ss-397 .n2-font-10a28eff217f540e2c150ec56fb87028-paragraph {
            /*font-family: 'Rubik','Arial';*/
            color: #ecd7ac;
            font-size: 14px;
            text-shadow: none;
            line-height: 1.5;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: 1px;
            word-spacing: normal;
            text-transform: uppercase;
            font-weight: normal;
        }

            div#n2-ss-397 .n2-font-10a28eff217f540e2c150ec56fb87028-paragraph a, div#n2-ss-397 .n2-font-10a28eff217f540e2c150ec56fb87028-paragraph a:FOCUS {
                /*font-family: 'Rubik','Arial';*/
                color: #1890d7;
                font-size: 100%;
                text-shadow: none;
                line-height: 1.5;
                font-weight: normal;
                font-style: normal;
                text-decoration: none;
                text-align: inherit;
                letter-spacing: 1px;
                word-spacing: normal;
                text-transform: uppercase;
                font-weight: normal;
            }

                div#n2-ss-397 .n2-font-10a28eff217f540e2c150ec56fb87028-paragraph a:HOVER, div#n2-ss-397 .n2-font-10a28eff217f540e2c150ec56fb87028-paragraph a:ACTIVE {
                    /*font-family: 'Rubik','Arial';*/
                    color: #1890d7;
                    font-size: 100%;
                    text-shadow: none;
                    line-height: 1.5;
                    font-weight: normal;
                    font-style: normal;
                    text-decoration: none;
                    text-align: inherit;
                    letter-spacing: 1px;
                    word-spacing: normal;
                    text-transform: uppercase;
                    font-weight: normal;
                }

        div#n2-ss-397 .n2-font-5a754e1bbe1ddd1053921f552d3d9b31-hover {
           /*font-family: 'Amatic SC','Arial';*/
            color: #ecd7ac;
            font-size: 200%;
            text-shadow: none;
            line-height: 1;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: bold;
        }

        div#n2-ss-397 .n2-ss-slide-limiter {
            max-width: 1200px;
        }

        div#n2-ss-397 .n-uc-h9NmKZkeyl4s {
            padding: 0px 0px 0px 0px;
        }

        div#n2-ss-397 .n-uc-1dedd211d774a-inner {
            padding: 10px 10px 10px 10px;
            text-align: center;
            --ssselfalign:center;
            ;
            justify-content: center;
        }

        div#n2-ss-397 .n-uc-IYlASUpEfOy6 {
            --margin-bottom:40px;
        }

        div#n2-ss-397 .n-uc-1d02fc0f61efd-inner {
            padding: 0px 0px 0px 0px;
        }

            div#n2-ss-397 .n-uc-1d02fc0f61efd-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 21px);
                margin: -10px;
            }

                div#n2-ss-397 .n-uc-1d02fc0f61efd-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 10px;
                }

        div#n2-ss-397 .n-uc-1d02fc0f61efd {
            --margin-bottom:20px;
        }

        div#n2-ss-397 .n-uc-158b3150b951a-inner {
            padding: 20px 0px 0px 0px;
            justify-content: flex-end;
        }

        div#n2-ss-397 .n-uc-158b3150b951a {
            max-width: 280px;
            width: 25%;
        }

        div#n2-ss-397 .n-uc-gkVLfravVLOq {
            --margin-bottom:5px;
        }

        div#n2-ss-397 .n-uc-O2d3K9Vx8dqY {
            --margin-bottom:20px;
            max-width: 240px;
        }

        div#n2-ss-397 .n-uc-ATx51bW7buM7 {
            align-self: var(--ss-fs);
        }

        div#n2-ss-397 .n-uc-11072c711c58f-inner {
            padding: 0px 0px 0px 0px;
            justify-content: space-around;
        }

        div#n2-ss-397 .n-uc-11072c711c58f {
            max-width: 280px;
            width: 25%;
        }

        div#n2-ss-397 .n-uc-1bb522cebfb5b-inner {
            padding: 0px 0px 0px 0px;
        }

            div#n2-ss-397 .n-uc-1bb522cebfb5b-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 21px);
                margin: -10px;
                flex-wrap: wrap;
            }

                div#n2-ss-397 .n-uc-1bb522cebfb5b-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 10px;
                }

        div#n2-ss-397 .n-uc-1d625f913870e-inner {
            padding: 105px 0px 105px 0px;
            justify-content: center;
        }

        div#n2-ss-397 .n-uc-1d625f913870e {
            width: calc(100% - 20px);
        }

        div#n2-ss-397 .n-uc-17ede7a58558f-inner {
            padding: 30px 10px 10px 10px;
            justify-content: center;
        }

        div#n2-ss-397 .n-uc-17ede7a58558f {
            width: calc(100% - 20px);
        }

        div#n2-ss-397 .n-uc-pr8Mrjq69YOi {
            --margin-bottom:15px;
            --margin-left:20px;
        }

        div#n2-ss-397 .n-uc-DAzpBKrKXLy1 {
            --margin-bottom:5px;
        }

        div#n2-ss-397 .n-uc-wFOl1sO6Mm20 {
            --margin-bottom:10px;
            max-width: 240px;
        }

        div#n2-ss-397 .n-uc-12253d9a1c6bb-inner {
            padding: 0px 0px 0px 0px;
            justify-content: center;
        }

        div#n2-ss-397 .n-uc-12253d9a1c6bb {
            max-width: 580px;
            width: 50%;
        }

        div#n2-ss-397 .n-uc-1ccd1d74f581d-inner {
            padding: 0px 0px 0px 0px;
        }

            div#n2-ss-397 .n-uc-1ccd1d74f581d-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 21px);
                margin: -10px;
            }

                div#n2-ss-397 .n-uc-1ccd1d74f581d-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 10px;
                }

        div#n2-ss-397 .n-uc-17117db0ac303-inner {
            padding: 110px 0px 110px 0px;
            justify-content: flex-start;
        }

        div#n2-ss-397 .n-uc-17117db0ac303 {
            width: 50%;
        }

        div#n2-ss-397 .n-uc-1983c08c7bc01-inner {
            padding: 30px 10px 30px 10px;
            justify-content: center;
        }

        div#n2-ss-397 .n-uc-1983c08c7bc01 {
            max-width: 580px;
            width: 50%;
        }

        div#n2-ss-397 .n-uc-exuHknLU7eDV {
            --margin-bottom:10px;
        }

        @media (min-width: 1200px) {
            div#n2-ss-397 [data-hide-desktopportrait="1"] {
                display: none !important;
            }
        }

        @media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px) {
            div#n2-ss-397 .n-uc-VyRRpvMxGkhw {
                --ssfont-scale:0.7;
            }

            div#n2-ss-397 .n-uc-IYlASUpEfOy6 {
                --ssfont-scale:0.8;
            }

            div#n2-ss-397 .n-uc-1d02fc0f61efd-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 21px);
                margin: -10px;
            }

                div#n2-ss-397 .n-uc-1d02fc0f61efd-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 10px;
                }

            div#n2-ss-397 .n-uc-158b3150b951a {
                max-width: none;
                width: 25%;
            }

            div#n2-ss-397 .n-uc-gkVLfravVLOq {
                --ssfont-scale:0.6;
            }

            div#n2-ss-397 .n-uc-O2d3K9Vx8dqY {
                --ssfont-scale:0.7;
            }

            div#n2-ss-397 .n-uc-11072c711c58f {
                width: 25%;
            }

            div#n2-ss-397 .n-uc-1bb522cebfb5b-inner > .n2-ss-layer-row-inner {
                flex-wrap: wrap;
            }

            div#n2-ss-397 .n-uc-1d625f913870e-inner {
                padding: 70px 0px 70px 0px;
            }

            div#n2-ss-397 .n-uc-1d625f913870e {
                width: calc(100% - 20px);
            }

            div#n2-ss-397 .n-uc-17ede7a58558f {
                width: calc(100% - 20px);
            }

            div#n2-ss-397 .n-uc-pr8Mrjq69YOi {
                max-width: 105px;
            }

            div#n2-ss-397 .n-uc-DAzpBKrKXLy1 {
                --ssfont-scale:0.6;
            }

            div#n2-ss-397 .n-uc-wFOl1sO6Mm20 {
                --ssfont-scale:0.7;
            }

            div#n2-ss-397 .n-uc-12253d9a1c6bb {
                max-width: none;
                width: 50%;
            }

            div#n2-ss-397 .n-uc-17117db0ac303 {
                width: 50%;
            }

            div#n2-ss-397 .n-uc-1983c08c7bc01 {
                width: 50%;
            }

            div#n2-ss-397 .n-uc-exuHknLU7eDV {
                --ssfont-scale:0.6;
            }

            div#n2-ss-397 .n-uc-d7OFn4unLWku {
                --ssfont-scale:0.7;
            }

            div#n2-ss-397 .n-uc-I9OIOyZVVYVH {
                --ssfont-scale:0.7;
            }

            div#n2-ss-397 [data-hide-tabletportrait="1"] {
                display: none !important;
            }
        }

        @media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px) {
            div#n2-ss-397 .n-uc-1dedd211d774a-inner {
                padding: 20px 10px 20px 10px;
            }

            div#n2-ss-397 .n-uc-1dedd211d774a {
                max-width: 460px;
            }

            div#n2-ss-397 .n-uc-VyRRpvMxGkhw {
                --ssfont-scale:0.8;
            }

            div#n2-ss-397 .n-uc-IYlASUpEfOy6 {
                --margin-bottom:10px;
                --ssfont-scale:0.8;
            }

            div#n2-ss-397 .n-uc-1d02fc0f61efd-inner > .n2-ss-layer-row-inner {
                flex-wrap: wrap;
            }

            div#n2-ss-397 .n-uc-158b3150b951a-inner {
                padding: 20px 5px 0px 5px;
            }

            div#n2-ss-397 .n-uc-158b3150b951a {
                max-width: none;
                order: 1;
                width: calc(100% - 20px);
            }

            div#n2-ss-397 .n-uc-gkVLfravVLOq {
                --ssfont-scale:0.8;
            }

            div#n2-ss-397 .n-uc-O2d3K9Vx8dqY {
                --margin-bottom:10px;
                max-width: none;
                --ssfont-scale:0.8;
            }

            div#n2-ss-397 .n-uc-ATx51bW7buM7 {
                max-width: 75px;
                align-self: center;
            }

            div#n2-ss-397 .n-uc-11072c711c58f {
                max-width: none;
                order: 2;
                width: calc(100% - 20px);
            }

            div#n2-ss-397 .n-uc-1bb522cebfb5b-inner > .n2-ss-layer-row-inner {
                flex-wrap: wrap;
            }

            div#n2-ss-397 .n-uc-1d625f913870e {
                display: none;
            }

            div#n2-ss-397 .n-uc-17ede7a58558f-inner {
                padding: 20px 5px 10px 5px;
            }

            div#n2-ss-397 .n-uc-17ede7a58558f {
                width: auto;
            }

            div#n2-ss-397 .n-uc-pr8Mrjq69YOi {
                --margin-bottom:10px;
                --margin-left:0px;
                max-width: 150px;
            }

            div#n2-ss-397 .n-uc-DAzpBKrKXLy1 {
                --ssfont-scale:0.8;
            }

            div#n2-ss-397 .n-uc-wFOl1sO6Mm20 {
                --margin-bottom:0px;
                max-width: none;
                --ssfont-scale:0.8;
            }

            div#n2-ss-397 .n-uc-12253d9a1c6bb {
                order: 3;
                display: none;
            }

            div#n2-ss-397 .n-uc-1ccd1d74f581d-inner > .n2-ss-layer-row-inner {
                flex-wrap: wrap;
            }

            div#n2-ss-397 .n-uc-17117db0ac303 {
                display: none;
            }

            div#n2-ss-397 .n-uc-1983c08c7bc01-inner {
                padding: 30px 10px 30px 10px;
            }

            div#n2-ss-397 .n-uc-1983c08c7bc01 {
                max-width: none;
                width: calc(100% - 20px);
            }

            div#n2-ss-397 .n-uc-exuHknLU7eDV {
                --margin-bottom:10px;
                --ssfont-scale:0.8;
            }

            div#n2-ss-397 .n-uc-d7OFn4unLWku {
                --ssfont-scale:0.8;
            }

            div#n2-ss-397 .n-uc-I9OIOyZVVYVH {
                --ssfont-scale:0.5;
            }

            div#n2-ss-397 [data-hide-mobileportrait="1"] {
                display: none !important;
            }
        }
  
        div#n2-ss-398 .n2-ss-slider-1 {
            display: grid;
            box-sizing: border-box;
            position: relative;
            background-repeat: repeat;
            background-position: 50% 50%;
            background-size: cover;
            background-attachment: fixed;
            border: 0px solid RGBA(62,62,62,1);
            border-radius: 0px;
            overflow: hidden;
        }

        div#n2-ss-398:not(.n2-ss-loaded) .n2-ss-slider-1 {
            background-image: none !important;
        }

        div#n2-ss-398 .n2-ss-slider-2 {
            display: grid;
            place-items: center;
            position: relative;
            overflow: hidden;
            z-index: 10;
        }

        div#n2-ss-398 .n2-ss-slider-3 {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 20;
            display: grid;
            grid-template-areas: 'slide';
        }

            div#n2-ss-398 .n2-ss-slider-3 > * {
                grid-area: slide;
            }

        div#n2-ss-398.n2-ss-full-page--constrain-ratio .n2-ss-slider-3 {
            height: auto;
        }

        div#n2-ss-398 .n2-ss-slide-backgrounds {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        div#n2-ss-398 .n2-ss-slide-backgrounds {
            z-index: 10;
        }

        div#n2-ss-398 .n2-ss-slide {
            display: grid;
            place-items: center;
            grid-auto-columns: 100%;
            position: relative;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            z-index: 20;
        }

        div#n2-ss-398 .n2-ss-slide {
            perspective: 1000px;
        }

        div#n2-ss-398 .n2-font-7e758fb2626e8cbe6c82e6e185d8939c-hover {
           /*font-family: 'Amatic SC','Arial';*/
            color: #ffffff;
            font-size: 375%;
            text-shadow: 0px 0px 3px RGBA(0,0,0,0.31);
            line-height: 1;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: bold;
        }

        div#n2-ss-398 .n2-ss-slider-1 {
            background-image: URL(//smartslider3.com/wp-content/uploads/slider398/videobackground.jpg);
        }

        div#n2-ss-398 .n2-ss-slide-limiter {
            max-width: 1200px;
        }

        div#n2-ss-398 .n-uc-CTimxN5zHFQo {
            padding: 0px 0px 0px 0px;
        }

        div#n2-ss-398 .n-uc-1a3164cedcdd0-inner {
            padding: 10px 10px 10px 10px;
            text-align: center;
            --ssselfalign:center;
            ;
            justify-content: center;
        }

        div#n2-ss-398 .n-uc-EbCGNFCvlarb {
            --margin-bottom:10px;
        }

        div#n2-ss-398 .n-uc-HWAcuzS2zNR1 {
            --margin-top:10px;
        }

        @media (min-width: 1200px) {
            div#n2-ss-398 [data-hide-desktopportrait="1"] {
                display: none !important;
            }
        }

        @media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px) {
            div#n2-ss-398 .n-uc-EbCGNFCvlarb {
                --ssfont-scale:0.7;
            }

            div#n2-ss-398 .n-uc-HWAcuzS2zNR1 {
                --ssfont-scale:0.7;
            }

            div#n2-ss-398 [data-hide-tabletportrait="1"] {
                display: none !important;
            }
        }

        @media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px) {
            div#n2-ss-398 .n-uc-1a3164cedcdd0-inner {
                padding: 30px 10px 30px 10px;
            }

            div#n2-ss-398 .n-uc-EbCGNFCvlarb {
                --margin-bottom:5px;
                --ssfont-scale:0.5;
            }

            div#n2-ss-398 .n-uc-FaoVf73AJWmO {
                max-width: 80px;
            }

            div#n2-ss-398 .n-uc-HWAcuzS2zNR1 {
                --margin-top:5px;
                --ssfont-scale:0.5;
            }

            div#n2-ss-398 [data-hide-mobileportrait="1"] {
                display: none !important;
            }
        }

        div#n2-ss-399 .n2-ss-slider-1 {
            display: grid;
            box-sizing: border-box;
            position: relative;
            background-repeat: repeat;
            background-position: 50% 50%;
            background-size: cover;
            background-attachment: scroll;
            border: 0px solid RGBA(62,62,62,1);
            border-radius: 0px;
            overflow: hidden;
        }

        div#n2-ss-399:not(.n2-ss-loaded) .n2-ss-slider-1 {
            background-image: none !important;
        }

        div#n2-ss-399 .n2-ss-slider-2 {
            display: grid;
            place-items: center;
            position: relative;
            overflow: hidden;
            z-index: 10;
        }

        div#n2-ss-399 .n2-ss-slider-3 {
            position: relative;
            width: 100%;
            height: 100%;
            z-index: 20;
            display: grid;
            grid-template-areas: 'slide';
        }

            div#n2-ss-399 .n2-ss-slider-3 > * {
                grid-area: slide;
            }

        div#n2-ss-399.n2-ss-full-page--constrain-ratio .n2-ss-slider-3 {
            height: auto;
        }

        div#n2-ss-399 .n2-ss-slide-backgrounds {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
        }

        div#n2-ss-399 .n2-ss-slide-backgrounds {
            z-index: 10;
        }

        div#n2-ss-399 .n2-ss-slide {
            display: grid;
            place-items: center;
            grid-auto-columns: 100%;
            position: relative;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            z-index: 20;
        }

        div#n2-ss-399 .n2-ss-slide {
            perspective: 1000px;
        }

        div#n2-ss-399 .n2-font-e9c1c6bf6bad3a78787a484524d60a34-hover {
           /*font-family: 'Amatic SC','Arial';*/
            color: #ecd7ac;
            font-size: 375%;
            text-shadow: none;
            line-height: 1.2;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: bold;
        }

        div#n2-ss-399 .n2-font-4c3914167f352f088e6018683306af3a-paragraph {
            /*font-family: 'Rubik','Arial';*/
            color: #cbcbcb;
            font-size: 112.5%;
            text-shadow: none;
            line-height: 1.4;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: 400;
        }

            div#n2-ss-399 .n2-font-4c3914167f352f088e6018683306af3a-paragraph a, div#n2-ss-399 .n2-font-4c3914167f352f088e6018683306af3a-paragraph a:FOCUS {
                /*font-family: 'Rubik','Arial';*/
                color: #1890d7;
                font-size: 100%;
                text-shadow: none;
                line-height: 1.4;
                font-weight: normal;
                font-style: normal;
                text-decoration: none;
                text-align: inherit;
                letter-spacing: normal;
                word-spacing: normal;
                text-transform: none;
                font-weight: 400;
            }

                div#n2-ss-399 .n2-font-4c3914167f352f088e6018683306af3a-paragraph a:HOVER, div#n2-ss-399 .n2-font-4c3914167f352f088e6018683306af3a-paragraph a:ACTIVE {
                    /*font-family: 'Rubik','Arial';*/
                    color: #1890d7;
                    font-size: 100%;
                    text-shadow: none;
                    line-height: 1.4;
                    font-weight: normal;
                    font-style: normal;
                    text-decoration: none;
                    text-align: inherit;
                    letter-spacing: normal;
                    word-spacing: normal;
                    text-transform: none;
                    font-weight: 400;
                }

        div#n2-ss-399 .n-uc-1a505de836846-inner {
            background-color: RGBA(47,44,44,1);
        }

            div#n2-ss-399 .n-uc-1a505de836846-inner:HOVER {
                background-color: RGBA(27,24,24,1);
                box-shadow: 0px 5px 20px 0px RGBA(0,0,0,0.8);
            }

        div#n2-ss-399 .n2-font-f60d24ce8322dafd4c583ab0712595fe-hover {
           /*font-family: 'Amatic SC','Arial';*/
            color: #ecd7ac;
            font-size: 200%;
            text-shadow: none;
            line-height: 1;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: bold;
        }

            div#n2-ss-399 .n2-font-f60d24ce8322dafd4c583ab0712595fe-hover:HOVER, div#n2-ss-399 .n2-font-f60d24ce8322dafd4c583ab0712595fe-hover:ACTIVE, div#n2-ss-399 .n2-font-f60d24ce8322dafd4c583ab0712595fe-hover:FOCUS {
                color: #90733a;
            }

        div#n2-ss-399 .n2-font-80887c2be74e15f28d5d86d0e12f862d-paragraph {
            /*font-family: 'Rubik','Arial';*/
            color: #cbcbcb;
            font-size: 100%;
            text-shadow: none;
            line-height: 1.5;
            font-weight: normal;
            font-style: normal;
            text-decoration: none;
            text-align: inherit;
            letter-spacing: normal;
            word-spacing: normal;
            text-transform: none;
            font-weight: 400;
        }

            div#n2-ss-399 .n2-font-80887c2be74e15f28d5d86d0e12f862d-paragraph a, div#n2-ss-399 .n2-font-80887c2be74e15f28d5d86d0e12f862d-paragraph a:FOCUS {
                /*font-family: 'Rubik','Arial';*/
                color: #1890d7;
                font-size: 100%;
                text-shadow: none;
                line-height: 1.5;
                font-weight: normal;
                font-style: normal;
                text-decoration: none;
                text-align: inherit;
                letter-spacing: normal;
                word-spacing: normal;
                text-transform: none;
                font-weight: 400;
            }

                div#n2-ss-399 .n2-font-80887c2be74e15f28d5d86d0e12f862d-paragraph a:HOVER, div#n2-ss-399 .n2-font-80887c2be74e15f28d5d86d0e12f862d-paragraph a:ACTIVE {
                    /*font-family: 'Rubik','Arial';*/
                    color: #1890d7;
                    font-size: 100%;
                    text-shadow: none;
                    line-height: 1.5;
                    font-weight: normal;
                    font-style: normal;
                    text-decoration: none;
                    text-align: inherit;
                    letter-spacing: normal;
                    word-spacing: normal;
                    text-transform: none;
                    font-weight: 400;
                }

        div#n2-ss-399 .n-uc-105a7f4723057-inner {
            background-color: RGBA(47,44,44,1);
        }

            div#n2-ss-399 .n-uc-105a7f4723057-inner:HOVER {
                background-color: RGBA(27,24,24,1);
                box-shadow: 0px 5px 20px 0px RGBA(0,0,0,0.8);
            }

        div#n2-ss-399 .n2-ss-slide-limiter {
            max-width: 1200px;
        }

        div#n2-ss-399 .n-uc-QJUxBjGhUkQR {
            padding: 0px 0px 0px 0px;
        }

        div#n2-ss-399 .n-uc-1e1dd5faf25cf-inner {
            padding: 10px 10px 10px 10px;
            justify-content: center;
        }

        div#n2-ss-399 .n-uc-1ac477c90cbfe-inner {
            padding: 0px 0px 0px 0px;
        }

            div#n2-ss-399 .n-uc-1ac477c90cbfe-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 41px);
                margin: -20px;
            }

                div#n2-ss-399 .n-uc-1ac477c90cbfe-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 20px;
                }

        div#n2-ss-399 .n-uc-16e6cafc022f6-inner {
            padding: 10px 10px 10px 10px;
            text-align: left;
            --ssselfalign:var(--ss-fs);
            ;
            justify-content: flex-start;
        }

        div#n2-ss-399 .n-uc-16e6cafc022f6 {
            width: 33.3%;
        }

        div#n2-ss-399 .n-uc-1a505de836846-inner {
            padding: 0px 0px 0px 0px;
            justify-content: flex-start;
        }

        div#n2-ss-399 .n-uc-1a505de836846 {
            max-width: 360px;
            width: 33.3%;
        }

        div#n2-ss-399 .n-uc-OlBNEqrdrknl {
            --margin-top:30px;
            --margin-bottom:10px;
        }

        div#n2-ss-399 .n-uc-prRynyiKbxlw {
            --margin-bottom:30px;
            max-width: 300px;
        }

        div#n2-ss-399 .n-uc-105a7f4723057-inner {
            padding: 0px 0px 0px 0px;
            justify-content: flex-start;
        }

        div#n2-ss-399 .n-uc-105a7f4723057 {
            max-width: 360px;
            width: 33.3%;
        }

        div#n2-ss-399 .n-uc-lpWBJvXzpDpL {
            --margin-top:30px;
            --margin-bottom:10px;
        }

        div#n2-ss-399 .n-uc-kkqmSNuK7qnd {
            --margin-bottom:30px;
            max-width: 300px;
        }

        @media (min-width: 1200px) {
            div#n2-ss-399 [data-hide-desktopportrait="1"] {
                display: none !important;
            }
        }

        @media (orientation: landscape) and (max-width: 1199px) and (min-width: 901px),(orientation: portrait) and (max-width: 1199px) and (min-width: 701px) {
            div#n2-ss-399 .n-uc-16e6cafc022f6 {
                width: 33.3%;
            }

            div#n2-ss-399 .n-uc-VH1NthaFlfHa {
                --ssfont-scale:0.7;
            }

            div#n2-ss-399 .n-uc-PCNWy36LlYCf {
                --ssfont-scale:0.7;
            }

            div#n2-ss-399 .n-uc-1a505de836846 {
                width: 33.3%;
            }

            div#n2-ss-399 .n-uc-OlBNEqrdrknl {
                --ssfont-scale:0.6;
            }

            div#n2-ss-399 .n-uc-prRynyiKbxlw {
                max-width: 200px;
                --ssfont-scale:0.7;
            }

            div#n2-ss-399 .n-uc-105a7f4723057 {
                width: 33.3%;
            }

            div#n2-ss-399 .n-uc-lpWBJvXzpDpL {
                --ssfont-scale:0.6;
            }

            div#n2-ss-399 .n-uc-kkqmSNuK7qnd {
                max-width: 200px;
                --ssfont-scale:0.7;
            }

            div#n2-ss-399 [data-hide-tabletportrait="1"] {
                display: none !important;
            }
        }

        @media (orientation: landscape) and (max-width: 900px),(orientation: portrait) and (max-width: 700px) {
            div#n2-ss-399 .n-uc-1e1dd5faf25cf-inner {
                padding: 20px 10px 20px 10px;
            }

            div#n2-ss-399 .n-uc-1ac477c90cbfe-inner > .n2-ss-layer-row-inner {
                width: calc(100% + 21px);
                margin: -10px;
                flex-wrap: wrap;
            }

                div#n2-ss-399 .n-uc-1ac477c90cbfe-inner > .n2-ss-layer-row-inner > .n2-ss-layer[data-sstype="col"] {
                    margin: 10px;
                }

            div#n2-ss-399 .n-uc-1ac477c90cbfe {
                max-width: 360px;
            }

            div#n2-ss-399 .n-uc-16e6cafc022f6 {
                width: calc(100% - 20px);
            }

            div#n2-ss-399 .n-uc-VH1NthaFlfHa {
                --ssfont-scale:0.8;
            }

            div#n2-ss-399 .n-uc-PCNWy36LlYCf {
                --margin-bottom:10px;
                --ssfont-scale:0.8;
            }

            div#n2-ss-399 .n-uc-1a505de836846 {
                width: calc(100% - 20px);
            }

            div#n2-ss-399 .n-uc-OlBNEqrdrknl {
                --margin-top:20px;
                --margin-bottom:10px;
                --ssfont-scale:0.8;
            }

            div#n2-ss-399 .n-uc-prRynyiKbxlw {
                --margin-bottom:20px;
                max-width: 280px;
                --ssfont-scale:0.8;
            }

            div#n2-ss-399 .n-uc-105a7f4723057 {
                width: calc(100% - 20px);
            }

            div#n2-ss-399 .n-uc-lpWBJvXzpDpL {
                --margin-top:20px;
                --margin-bottom:10px;
                --ssfont-scale:0.8;
            }

            div#n2-ss-399 .n-uc-kkqmSNuK7qnd {
                --margin-bottom:20px;
                max-width: 280px;
                --ssfont-scale:0.8;
            }

            div#n2-ss-399 [data-hide-mobileportrait="1"] {
                display: none !important;
            }
        }
      /*.foranimation:before {
    content: 'New';
    border: 1px dashed #660E2D;
    padding: 0 5px;
    margin-right: 8px;
    background: #660E2D;
}*/
       .foranimation {
    font-weight: 700;
    animation: backgroundPulse 1s linear infinite;
}

@keyframes backgroundPulse {
    0% {
        background: #1d4165;
    }

    50% {
        background: #365f88;
    }

    100% {
        background: #2966a1;
    }
}
.new-sec-4{
        border: 2px solid #dba51430;
    height: 257px;
}
/*.WebRupee{font-family:Quicksand}*/
.new-sec-4 h4{padding-top:45px;}
.profile-dropdown-content a {color:#515050;text-decoration:none;font-weight:500;line-height:25px;}
.profile-dropdown-content a:hover {color:#000;text-decoration:none;font-weight:600;font-size:14px;line-height:25px;}



/*== about use ====*/
.banner_section {
    position: relative;
}
.banner_heading_sec {
    background: #fd000261;
    width: 50%;
    padding: 12px 40px;
    position: absolute;
    bottom: 0;
}
.banner_heading_sec:before {
    content: "";
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 84px 0 0 90px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    top: 0;
    right: -90px;
    border-left-color: #fd000261;
}
section.about_us_section {
    padding: 70px 0;    /*background: rgb(29 65 101 / 6%);*/
}
.images_section .row{
    margin: 0 -15px;
}
    .empty-sm-30 {
    height: 30px;
}
    .banner_section.about_us_banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    background-image: url(../images_cake/aboutus_banner.jpg);
    padding-top: 310px;
}

.banner_section .page-title-text h1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 28px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    text-align: left;
}
.banner_section .breadcrumb-text {
    font-size: 14px;
    color: white;
    text-align: left;
}
.banner_section .breadcrumb-text a{
      font-size: 14px;
    color: white;    text-decoration: auto;
}
span.page-span-6.page-span.right:before{
    width: 190px;
    height: 315px;    background: #1d4165;    right: -20px;
    top: -20px;    position: absolute;
    content: '';
}
span.page-span-6.page-span.right:after{
      width: 190px;
    height: 315px;    background:#1d4165;    left: -20px;
    bottom: -20px;    position: absolute;
    content: '';
}
.wrapp-border {
    position: relative;
}
.row.mini-content.our_values_section {
  margin-top: 20px;
}
.kyd-column img{
    margin: auto;    height: 45px;
    width: auto;
}
.kyd-title-class {
    font-size: 18px;
    font-weight: 500;
    color: #dba514;
    margin: 5px 0 10px;
}
.kyd-body-class {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
section.section-info-v2.mt-lg-5.ourvaluessection .text-md-center.pt-lg-5.text-center {
    width: 20%;
    margin: 0 32px;
    float: left;
}
section.services_section {
    background-image: url(https://youqueen.com/wp-content/uploads/2012/06/Young-woman-chef-cooking-cake-in-kitchen.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-attachment: fixed;    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 20%);
    background-size: cover;    padding: 70px 0;
}
section.services_section .main_title {
    padding-bottom: 15px;
}
.box-item {
    padding: 40px 75px;
    background: #fff;
}
.simple-text.md p {
    font-size: 16px;
    line-height: 24px;
}
section.our_process_section {
    padding: 55px 0;
    background: rgb(219 165 20 / 19%);
}
section.section-info-v2.mt-lg-5.ourvaluessection {
    padding: 15px 0 50px;
}
.wrapp-border img.full-img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
@media screen and (max-width: 768px){
.banner_heading_sec {
    width: 100%;    background: #1d4165;
    padding: 6px 0;    position: relative;
}
.banner_section .page-title-text h1 {
       font-size: 15px;
    line-height: 26px;font-weight:500;
}
.cancel-refund-page {
    padding: 35px 15px 0;
}
.menu > ul > li > ul > li > ul > li a{
    padding:4px 15px!important;
}
    .p-3.border-bottom.menu-list {
        width: 100% !important;
        padding: 2px !important;
    }
    .container_inner {
    display: block!important;
    max-width: none!important;
}
.page-title .page-title-text h1 {
    font-size: 22px;
    line-height: 28px;
}
.containerr .nav-content .nav-content-list {
    padding: 0 0;margin: 0;
}
.banner_section .breadcrumb-text {
    font-size: 12px;
}
span.login.profile_header_sec.login-text span.BindSectionProfileNameLoginName {
    font-size: 10px!important;
}
    span.login.profile_header_sec.login-text {
        font-size: 12px!important;
    }
.containerr .nav-content .nav-content-list .nav-content-item {
    margin: 0 0;
}
.banner_section {
    /*padding-top: 220px;*/
}
.images_section {
    margin-top: 40px;
}
.text-lg-right.text-md-center.pt-lg-5.col-12.text-center {
    width: 100%;
    margin: 0 0 20px;
    float: none;
}
.text-lg-right.text-md-center.pt-lg-5.col-12.text-center:last-child {
    margin: 15px 0 0px;
}
.box-item {
    padding: 10px 20px;
    background: #fff;
}
}















/*-----------------megamenu----------------*/
.menu {
    width: 100%;
}
.menu-container {
  margin: 0 auto;
  background: #dba514;
}
.menu a.logo {
    display: inline-block;
    padding: 1.5em 3em;
    width: 19%;
    float: left;
}
.menu img {
    max-width: 100%;
}
.menu-mobile {
  display: none;
  padding: 20px;
}

.menu-mobile:after {
  content: "\f394";display:none;
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.menu-mobile i{
        font-size: 21px;
        color: #333;
        font-weight: 300;
}
/*.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}*/

.menu-dropdown-icon:before {
    /* content: "\f489"; */
    /* font-family: "Ionicons"; */
    display: none;
    /* cursor: pointer; */
    /* float: right; */
    /* padding: 1.5em 2em; */
    /* background: #fff; */
    color: #333;
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
section#navbar .menu-dropdown-icon:before {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
    display:none;
    z-index: 999999;
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  clear: right;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  background: #dba514;
  padding: 0;
  margin: 0;    position: initial;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 3em;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  letter-spacing: 0.2px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.menu > ul > li:hover {
  background: #1d4165;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #ffffff;
  padding: 10px 20px 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;box-shadow: 0px 1px 20px #0000002e;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li a:hover{
	    font-size: 12px;
	    font-weight: 500;
	    color: #dba514;
}
.menu > ul > li > ul > li a:hover:before{
      color: #dba514;
      font-weight: 400;
      font-size: 14px;
}
.menu > ul > li > ul > li > ul > li{
        height: 33px;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 0 0 10px;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
  position:relative;
  color: black;
  font-size: 12px;
  padding-left: 18px;
}
.menu > ul > li > ul > li > ul > li a:before {
    content: "\f101";
    font-size: 14px;
    color: #1d4165;
    position: absolute;
    top: 2px;
    left: 0px;
    font-family: FontAwesome;
}
.menu > ul > li > ul > li a:hover:before{
    top: 2px;
}
.menu > ul > li > ul.normal-sub {
      max-width: 200px;
    /*width: 300px;*/
  left: auto;
  padding: 10px 15px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
    padding: 8px 0 8px;
    font-size: 12px;    color: black;
}
.menu > ul > li > ul.normal-sub > li a:hover{
        font-size: 12px;
    font-weight: 500;
    color: #dba514;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width:991px){
    section.dndknkankaa-dhi {
        display: flex;
        flex-direction: row-reverse;
        /*position: sticky;*/
        position: sticky;
        top: 0px;
        background: white;
        z-index: 999;
    }
    .sticky{position:static;}
    .w-25 {
        width: 15%;
        box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
    }
    .w-75{width:85%;}
    .menu-container, .headernew, .header-content-top {
        background: #fcfcfc;
    }
    .header-content-top{height:0px;}
    .dndknkankaa-dhi .containerr{padding-left:0px;}
   
}

@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-container .menu{
	display:inline-block!important;
   }
  .header-top .register {
    margin: 6px auto!important;
    width: 90%!important;
}
  section#navbar ul.clearfix li.menu-dropdown-icon {
    position: relative;
}
   li.foranimation.menu-dropdown-icon:after{
       display:none!important;
   }
  section#navbar ul.clearfix li.menu-dropdown-icon > a {
    position: revert;
    padding-right: 30px;
    width: 60%;
}
  .menu-mobile {
    display: block;
    /*float: left;
    padding: 9px 20px 4px;*/
  }
  section#navbar ul.clearfix li.menu-dropdown-icon > a:before{
      display:none!important;
  }
   section#navbar ul.clearfix li.menu-dropdown-icon > a:after{
      display:none!important;
  }
section#navbar ul.clearfix li.menu-dropdown-icon:after {
     position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
    pointer-events: none;
}
section#navbar ul.clearfix li.menu-dropdown-icon:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
  ul.mdn-accordion.indigo-accordion-theme.mobile_view{
      display:block!important;
  }
  ul.submenu-dropdown-icon_ul.none_mobile_view {
    display: none!important;
}
  label.accordion-title:after {
    content: "\f101";
    font-size: 15px;
    color: #1d4165;
    position: absolute;
    top: 10px;
    left: 0px;
    font-family: FontAwesome;
}
    /* SLIDE MENU */
    .menu.header_menu_section ul.clearfix {
        height: calc(100% + 60px);
        position: fixed;
        top: 0;
        left: 0;
        width: 275px !important;
        background: white;
        transform: translateX(-100%);
        transition: transform 0.4s ease-in-out;
        overflow-y: auto;
        overflow-x: hidden;
        backface-visibility: hidden;
        will-change: transform;
        z-index: 99999; /* menu should always be ABOVE overlay */
        pointer-events: auto; /* VERY IMPORTANT */
    }

    /* WHEN MENU OPEN */
    .menu .show-on-mobile {
        transform: translateX(0px) !important;
    }

    /* DARK OVERLAY BACKDROP */
    .menu.header_menu_section.menu-active::after {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.6);
        z-index: 9990; /* overlay BELOW menu */

        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease-in-out;
        pointer-events: auto; /* overlay ko click lene do (for outside click close) */
    }

    /* ENSURE MENU CONTENT ALWAYS CLICKABLE */
    .menu.header_menu_section {
        position: relative;
        z-index: 99999;
    }

        /* overlay visible only when active */
        .menu.header_menu_section::after {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }


   /* .menu.header_menu_section ul.clearfix {
        height: calc(100% + 60px);
        position: fixed;
        left: 0;
        width: 250px !important;
        top: 0;
        will-change: transform;
        transform: translateX(-100%);
        z-index: 99999;
        transition: transform 0.4s ease-in-out;
        backface-visibility: hidden;
        overflow-y: auto;
        overflow-x: hidden;
        background: #dba514;
    }

    .menu .show-on-mobile {
        transform: translateX(0px) !important;
    }

    .menu.header_menu_section.menu-active::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
       
        transition: opacity 0.3s ease-in-out;
        z-index: 9990;
        opacity: 1;
        visibility: visible;
    }*/
    /*.menu.header_menu_section ul.clearfix {
        height: 360px;
        height: calc(100% + 60px);
        position: fixed;
        left: 0;
        width: 250px !important;
        top: 0;
        will-change: transform;
        transform: translateX(-100%);
        z-index: 9999;
        transition: transform 0.4s ease-in-out;
        backface-visibility: hidden;
        overflow-y: auto;
        overflow-x: hidden;
        background: #dba514;
    }

    .menu .show-on-mobile {
        display: block;
        transform: translateX(0px) !important;
        position: relative;*/ /* Required for ::after */
        /*z-index: 100000000;*/ /* Above menu */
    /*}
        .menu .show-on-mobile::after {
            content: '';
            position: absolute;
            background: rgba(0,0,0,0.6);*/ /* See-through overlay */
            /*top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;*/ /* Keep behind menu content but inside parent */
        /*}*/
        .menu-dropdown-icon:before {
            display: block;
        }
  .menu > ul {
    /*display: none;*/
    width:100%;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;    
    padding: 0 40px;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
    
}



.body_loader {
    background: #ffffff9c;
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    z-index: 999999999;
}
.body_loader figure {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* width: 6.250em; */
    /* height: 9px; */
    animation: rotate 2.4s linear infinite;
    display: inline-flex;
    /* width: 100%; */
    /* height: 100%; */
}
.body_loader figure img {
    margin: auto;
    width: 10%;
    /* margin: auto; */
    top: 0;
    /* bottom: 0; */
    /* left: 0; */
    /* position: absolute; */
    /* right: 0; */
    border-radius: 5px;
}


section#navbar ul.clearfix li.menu-dropdown-icon > a{
    position:relative;padding-right:30px;
}
section#navbar ul.clearfix li.menu-dropdown-icon:hover > a:before {
    top: 23px;
    height: 0;
}
section#navbar ul.clearfix li.menu-dropdown-icon > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
section#navbar ul.clearfix li.menu-dropdown-icon > a:after{
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
    pointer-events: none;
}


/*======= login header section ==========*/


img.user_profile_img {
    width: 35px;
    height: 35px;
    margin-right: 4px;
    border-radius: 50px;
    box-shadow: 0 0 7px #0000002e;
    /* border: 1px solid #0000003d; */
}

.profile_header_section span.lnr.lnr-chevron-down.active {
    font-size: 14px;
    transform: rotate( 
180deg );
    transition: transform 0.2s ease 0s;
}
ul.login-list {
    padding-left: 0;
    list-style: none;
}
.login_section_open {
      right: auto;
      left: 0;
      background: #fff;
      border-bottom: 3px solid #dba514;
      border-radius: 3px;
      box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
      overflow: hidden;
      position: absolute;
      top: 37px;
      transition: 100ms all linear 0s;
      width: 225px;
      z-index: 10;
      padding-left: 10px;
}

ul.login-list a.option_a {
    color: #515050;
    text-decoration: none;
    font-weight: 500;
    line-height: 25px;
    font-size: 12px;
}
.login_1.logout_btn a.option_a:hover{
    border: 1px solid #bd8902;
    color: #bd8902;
}
ul.login-list a.option_a:hover {
    color: #bd8902;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
}
.welcome_section {
    margin-top: 10px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    font-weight: bold;    margin-bottom: 5px;
}
.welcome_heading {
    text-align: left;
    font-size: 16px;
}
.welcome_dis {
    color: #3E4152;
    font-size: 13px;
}
.login_1 {
    margin-bottom: 8px;
}
.login_1.logout_btn {
    margin-top: 12px!important;
}
.login_1.logout_btn a.option_a {
       background: #ffffff;
       border: 1px solid #bfbfbf;
       color: #dba514;
       padding: 5px 20px;
       font-size: 12px;
       font-weight: 500;
}
span.login.profile_header_sec.login-text {
    align-items: end;
    flex-direction: column;
    font-size: 12px;
    margin-left: 5px;
    color: black;
    display: inline-block;
    font-weight: 800;
}
span.login.profile_header_sec.login-text span.BindSectionProfileNameLoginName {
    display: block;    font-size: 12px;
    color: #dba514;
}

/*=========== login popup form ==============*/

 .modal-header {
    display: flex;
    width: 100%;
}
 .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
 .modal-content h2 {
      font-size: 18px;
    margin: 0;
    color: black;
    font-weight: 600;
}
.modal.fade.Login_popup input.form-control {
    border: 1px solid rgba(0,0,0,.2)!important;
    margin-top: 5px;
    padding: 0 10px;
    font-size: 14px;
    height: 40px;
    padding-left: 42px;
    color: black;
}
.modal.fade.Login_popup label.text-black {
    font-weight: 600;
    color: #1d4165;
    font-size: 15px;
}
.modal.fade.Login_popup .form-group {
    margin-bottom: 30px;    margin-top: 16px;
}
.modal-header .close span {
    font-size: 28px;
    font-weight: 300;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #000;
    opacity: 1.9;
    font-family: inherit;
}
.modal.fade.Login_popup.in.show {
    background: #00000052;
}
.modal.fade.Login_popup .modal-content {
    height: auto;
    margin: auto;
    width: 800px;
    border-radius:10px;
}
.modal.fade.Login_popup .modal-dialog {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;    margin: auto;
    width: 100%;
    display: inline-flex;
}
.modal.fade.Login_popup .txt_box_num {
    position: relative;
}

.modal.fade.Login_popup span.fst_lt {
    position: absolute;
    top: 5px;
    bottom: 2px;
    left: 1px;
    background: none;
    z-index: 999;
    padding: 5px 0 0 8px;
    font-size: 14px;
}
.modal.fade.Login_popup input.btn.btn-primary.btn-lg.btn-block.SendOTPButtonNewPass {
         height: 37px;
    background: #1d4165;
    border: #1d4165;
    font-size: 16px;
    padding: 0;
}
.modal.fade.Login_popup input.btn.btn-primary.btn-lg.btn-block.SendOTPButtonNewPass:hover {
    background: #dba514;
    box-shadow: rgb(0 0 0 / 16%) 0px 0.4rem 0.6rem;
}
.modal.fade.Login_popup p.ErrorMobile {
    color: red;
    font-size: 12px;
}
.modal.fade.Login_popup input.btn.btn-primary.btn-lg.btn-block.SendOTPButtonNewPass:focus {
      background: #dba514;    outline: none;
    box-shadow: rgb(0 0 0 / 16%) 0px 0.4rem 0.6rem;
}

/*============= OTP popup =============*/



.osahan-verification .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 0px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.osahan-verification .form-control {
    text-align: center;
    font-size: 28px;
    border: 1px solid #ccc !important;
    border: none;
    color: #1d4165;
    border-radius: 0px;
    font-weight: 500;
    height: 50px;
    box-shadow: none;
}
.modal.fade.Verification_popup .row{
        display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
.modal.fade.Verification_popup input.btn.btn-lg.btn-primary.btn-block.verifymainButton{
      height: 37px;
    background: #1d4165;
    border: #1d4165;
    font-size: 16px;
    padding: 0;
}
.modal.fade.Verification_popup input.btn.btn-lg.btn-primary.btn-block.verifymainButton:focus {
    background: #dba514;
    box-shadow: rgb(0 0 0 / 16%) 0px 0.4rem 0.6rem;
    outline: none;
}

.modal.fade.Verification_popup input.btn.btn-lg.btn-primary.btn-block.verifymainButton:hover {
    background: #dba514;
    box-shadow: rgb(0 0 0 / 16%) 0px 0.4rem 0.6rem;
    border: #dba514;
}
.modal.fade.Verification_popup .verify_number h6 {
    font-size: 12px;
    margin-bottom: 25px;
    margin-top: 11px;
    color: black;
}

.modal.fade.Verification_popup .modal-dialog {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: inline-flex;
}
.modal.fade.Verification_popup .modal-content {
    height: auto;
    margin: auto;    width: 800px;
}
.verify_number span {
    color: black;
    float: right;
}
.modal.fade.Verification_popup .row.my-4.mx-0 {
    margin-bottom: 1.5rem !important;
}
a#ResendNumberPhoneAgain {
    color: #1d4165 !important;
    font-weight: 700;
}
a.NotClick {
    color: #989898!important;
}
 span#countdowntimer {
        color: #1d4165;
        margin-left: 5px;
        font-weight:700;
    }





 /*============ rating section =============*/

 
.star_section_sld{     
    display: flex;
    align-items:center;
    color: #666;
    margin-left: 5px;  
    font-size: 13px;
    float: right;
}

.star_section_sld section.media {    margin: 0;
     left: 0;      top: 0;    width: auto;    margin-left: 5px;
    position: relative; transform: translate3d(0%, 0%, 0);
}
.star_section_sld .star_sec label {
    margin: 0 0 2px;display:none;
}
.star_section_sld .star_sec label:last-child {
    margin: 0 0 2px;display:block!important;
}
    .star_section_sld .star_sec {
        position: relative;
        margin: 0 5px 0 0;
        display: flex;
        align-items: center;
        background: #4CAF50;
        padding: 2px 5px;
        border-radius: 3px;
        color: #fff;
        font-size: 12px;
    }
    .star_section_sld label svg {
        width: 100%;
        height: auto;
        fill: #ffffff;
        stroke: #ffffff;
    }
.star_section_sld #star-1:checked ~ section [for=star-1] svg, #star-2:checked ~ section [for=star-1] svg, #star-2:checked ~ section [for=star-2] svg, #star-3:checked ~ section [for=star-1] svg, #star-3:checked ~ section [for=star-2] svg, #star-3:checked ~ section [for=star-3] svg, #star-4:checked ~ section [for=star-1] svg, #star-4:checked ~ section [for=star-2] svg, #star-4:checked ~ section [for=star-3] svg, #star-4:checked ~ section [for=star-4] svg, #star-5:checked ~ section [for=star-1] svg, #star-5:checked ~ section [for=star-2] svg, #star-5:checked ~ section [for=star-3] svg, #star-5:checked ~ section [for=star-4] svg, #star-5:checked ~ section [for=star-5] svg {
    padding: 2px;
}

.star_sec label {
    width: 15px;
    margin: 0 2px 10px;
}

.rate_sec .star_sec {
    position: relative;
    margin: 20px 0;
}
.rate_sec section.media {
    top: -9px;
    left: 0;
    transform: translate3d(0%, -30%, 0);
}
.rate_sec label svg {
    width: 100%;
    height: auto;
    fill: #b3b3b3;
    stroke: #CCC;
    transform: scale(0.8);
    transition: transform 200ms ease-in-out;
}



/*============== product category section =============*/
h6.mb-15.margintop-5.col-md-12.category_header_sec {
   font-size: 22px;
   font-weight: 500;
   display: inline-block;
   line-height: 1;
   margin: 0;
   color: #000000;
}
h6.mb-15.margintop-5.col-md-12 {
    padding: 8px 10px;
    line-height: 20px;
    vertical-align: middle;
    margin: 5px 0 5px 0;
    font-size: 16px;
    font-weight: 600;    margin-bottom: 1.5rem!important;
}
.p-3.border-bottom.menu-list {
     /* width: 18.5%; */
     /* margin: 0 0.7% 30px; */
     /* position: relative; */
     /* cursor: pointer; */
     width: 23.9%;
     box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
     padding: 5px;
     margin: 0 6px 15px;
     border-top: 1px solid rgb(0 0 0 / 4%);
     float: left;background: white;
}

span.sort_by_span {
    padding: 8px 10px;
    display: inline-block;
    font-weight:600;
    margin: 0 2px 0 0;
    color: black;
}
a.sort_by_a {
    font-size: 12px;
    background-color: transparent;
    border-top: none;
    width: auto;
    padding: 8px 10px;
    color: #505050;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
    border-top: 3px solid #ffffff;
}
a.sort_by_a.active {
     border-top: 3px solid #dba514;
    color: #dba514;
}
.sort_by_sec {
       margin-top: 8px;
    border-top: 1px solid rgb(0 0 0 / 4%);
}
.col-md-12.px-0.border-top.categories-sec {
    padding-left: 0;
}
.bg-light.cat_body_sec {
    padding: 15px 30px 20px;
}
.p-3.border-bottom.menu-list:hover {
    box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
}

.p-3.border-bottom.menu-list div.media {
    /* border-style: solid; */
    /* border-width: 1px; */
    /* border-color: rgb( 204, 204, 204 ); */
    /* border-radius: 4px; */
    /* background-color: rgb( 255, 255, 255 ); */
    /* box-shadow: 0px 0px 3px 0px rgb(162 157 157); */
    /* margin-right: 0px; */
    /* position: relative; */
     cursor: pointer; 
    /* padding: 15px 15px 0; */
    /* display: block; */
    /* width: 19%; */
    /* box-shadow: 0 1px 2px rgb(0 0 0 / 20%); */
    /* padding: 5px; */
}
.bg-white.mb-4 {
    padding: 0;
    margin: 0;
    list-style: none;
    /* display: inline-flex; */
    flex-wrap: wrap;
    text-align: left;
}
.p-3.border-bottom.menu-list img{
    width: 100%;
}


.container_inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.p-3.border-bottom.menu-list div.media .counter {
    display: none;
}
.product_width_section img.ProductImagePartChangeDynamic.mr-3:hover {
    /* transform: scale(1.08); */
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.get_to_today_btn a {
    font-size: 12px;    text-decoration: none;
    color: rgb(0, 157, 67);
}
.get_to_today_btn{
    text-align:left;    margin: 5px 0 0;
}
.product_width_section img.ProductImagePartChangeDynamic.mr-3 {
    -webkit-transition: 0.4s ease;
    /* transition: 0.4s ease; */
    /* border-radius: 4px; */
    /* padding: 0; */
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;    /*height: 195px;*/
    bottom: 4px;
        object-position: center;
    object-fit: cover;
    height: 277px;
}
.product_width_section .zoom_img_sec {
    overflow: hidden;
    /*cursor: pointer;*/
    margin-bottom: 15px;
}
.product_width_section .media-body {
  text-align:left;
}
    .product_width_section .media-body h6 {
        line-height: 1.2;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        font-size: 14px;
        color: #5b5d5d;
        font-weight: 700;
        /* white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
        text-align: left;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 0;
    }
.product_width_section .media-body p.text-muted.mb-0 {
    color: #222222;
    padding-right: 7px;
    font-size: 17px;    display: inline-flex;align-items:center;
    font-weight: bolder;float:left;
     margin-bottom: 0;
}

.product_width_section .media-body input[type=radio] {
    /* display: none; */
    opacity: 0;
    position: absolute;
    bottom: 0;
    z-index: 9;
}
#star-1:checked ~ section [for=star-1] svg path, #star-2:checked ~ section [for=star-1] svg path, #star-2:checked ~ section [for=star-2] svg path, #star-3:checked ~ section [for=star-1] svg path, #star-3:checked ~ section [for=star-2] svg path, #star-3:checked ~ section [for=star-3] svg path, #star-4:checked ~ section [for=star-1] svg path, #star-4:checked ~ section [for=star-2] svg path, #star-4:checked ~ section [for=star-3] svg path, #star-4:checked ~ section [for=star-4] svg path, #star-5:checked ~ section [for=star-1] svg path, #star-5:checked ~ section [for=star-2] svg path, #star-5:checked ~ section [for=star-3] svg path, #star-5:checked ~ section [for=star-4] svg path, #star-5:checked ~ section [for=star-5] svg path {
    fill: #FFBB00;
    stroke: #cc9600;
}
label svg path {
    transition: fill 200ms ease-in-out, stroke 100ms ease-in-out;
}
.star_section_sld #star-1:checked ~ section [for=star-1] svg, #star-2:checked ~ section [for=star-1] svg, #star-2:checked ~ section [for=star-2] svg, #star-3:checked ~ section [for=star-1] svg, #star-3:checked ~ section [for=star-2] svg, #star-3:checked ~ section [for=star-3] svg, #star-4:checked ~ section [for=star-1] svg, #star-4:checked ~ section [for=star-2] svg, #star-4:checked ~ section [for=star-3] svg, #star-4:checked ~ section [for=star-4] svg, #star-5:checked ~ section [for=star-1] svg, #star-5:checked ~ section [for=star-2] svg, #star-5:checked ~ section [for=star-3] svg, #star-5:checked ~ section [for=star-4] svg, #star-5:checked ~ section [for=star-5] svg {
    padding: 2px;
}
#star-1:checked ~ section [for=star-1] svg, #star-2:checked ~ section [for=star-1] svg, #star-2:checked ~ section [for=star-2] svg, #star-3:checked ~ section [for=star-1] svg, #star-3:checked ~ section [for=star-2] svg, #star-3:checked ~ section [for=star-3] svg, #star-4:checked ~ section [for=star-1] svg, #star-4:checked ~ section [for=star-2] svg, #star-4:checked ~ section [for=star-3] svg, #star-4:checked ~ section [for=star-4] svg, #star-5:checked ~ section [for=star-1] svg, #star-5:checked ~ section [for=star-2] svg, #star-5:checked ~ section [for=star-3] svg, #star-5:checked ~ section [for=star-4] svg, #star-5:checked ~ section [for=star-5] svg {
    transform: scale(1);
}
.star_section_sld label svg {
    width: 100%;
    height: auto;
    fill: #ffffff;
    stroke: #ffffff;
}
label svg {
    width: 100%;
    height: auto;
    fill: white;
    stroke: #CCC;
    transform: scale(0.9);
    transition: transform 200ms ease-in-out;
}
.p-3.border-bottom.menu-list div.media .float-right {
   display:none;
    text-align: center;
}
a.btn.btn-outline-secondary.btn-sm.AddAlacarteBtns {
    width: 100px;
    padding: 5px 0;
    font-size: 14px;
    color: #ffffff!important;
    border-color: #1d4165!important;
    border: 1px solid #1d4165!important;
    margin-bottom: 15px;
    background: #1d4165;
}
/*.BindProductRecomendedCategoryDetail .col-md-12.px-0.border-top.categories-sec {
    margin-bottom: 25px;
}*/

.product_width_section .media-body p.category {
    display: none;
}



/*------------------single-products-------------------*/

.section-bg {
    background-color: #f7f7f7;
    padding: 30px 0 0;
}

.column1 a img {
    display: block;
    left: 0!important;
    min-height: auto!important;
    object-fit: contain;
    position: relative;
    top: 0!important;
    /* transform: translate(-50%, 0%); */
    width: auto;
}

.column1 {
       /*box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);*/
 height: auto;
    justify-content: center;
    margin-right: 10px;
    margin-top: 0;
    background: white;
    padding: 15px 10px;
}
/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container {
  display: block;
  margin-bottom:10px;
  position: relative;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom {
  /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); */
  /*-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);*/
  /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5); */
  /*border: 1px solid #cecece;*/
}
.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* Thumbs */

/*.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}*/
.xzoom-thumbs.left-icon a{
     border: 1px solid #cecece;
     /* margin-left: 5px; */
     margin-bottom: 10px;
}
.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../images_cake/xloading.gif);
  width: 48px;
  height: 48px;
}
span#mapalertmsg {
    color: #d80707;
    padding: 10px;
}
/* Additional class that applied to thumb when it is active */
.xactive {
    -webkit-box-shadow: 0px 0px 3px 0px rgb(219 165 20);
    -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
    box-shadow: 0px 0px 3px 0px rgb(219 165 20);
    border: 1px solid #dba514!important;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}
.xzoom_img_sec {
    height: 458px;
    width: 90%;
    text-align: center;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    /* float: right; */
    position: relative;
    margin-left: 62px;
}
img.xzoom {
    object-fit:cover;
    width: 100%!important;
    height: 100%;
    /* width: auto!important; */
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.left-icon {
    display: block;
    /* float: left; */
    height: auto;
    width: 10%;
    padding: 0px;
    margin-right: 0px;
    position: absolute;
    top: 0;
}
img.xzoom-gallery {
    width: 100%;
    /* width: auto; */
    height: 58px;
}

@media (max-width: 1440px) and (min-width: 992px){
.col-md-6.col-lg-6.col-xs-12.padding_right_0 {
    padding-left: 5px;
}}
.padding_right_0 {
    padding-right: 0;
}
.height-product-alldetails {
    /*height: 420px;*/
}

._product-detail-content {
    background: white;
    /*padding: 15px;*/
    /*box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);*/
    /*margin-bottom: 30px;*/
}
._product-detail-content.height-product-alldetails h1 {
    margin-bottom: 10px!important;
    margin-top: 0!important;
}
.row.product-details-size-category.margin_15_15 {
    margin: 0 -15px;
}
._product-detail-content h1 {
    color: black;
    font-size: 20px;
    /*border-bottom: 1px solid lightgray;*/
    padding-bottom: 0;
}
.rating.rating--read-only {
       margin-bottom: 15px;
    width: 100%;
}
.rating.rating--read-only span{
          font-size: 12px;
    color: #1d4165;
}
.star_sec {
    margin-right: 8px;
    display: inline-block;
}
.product-details-size-category h3 {
    font-size: 15px;
    color: black;
    font-weight: 700;
    /* font-stretch: normal; */
    /* font-style: normal; */
    line-height: 1;
    /* letter-spacing: .57px; */
    margin-top: 0px;
}
.formobiletab {
    margin-right: 0px!important;
}
.pick_an_upgrade_price_sec span.p-listname{
        width: 100%;
    display: block;    padding: 4px 0 0;
    /*text-align: left;*/
}
    .pick_an_upgrade_price_sec span.p-listname a {
        padding: 0;
        color: #1d4165;
        line-height: 18px;
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
        /*text-align: left;*/
    }
.pick_an_upgrade_price_sec .h-listprice.webprice {
    color: #e53333;
    font-size: 13px;
    font-weight: 700;
    display: block;
    /*text-align: left;*/
}
 .pick_an_upgrade_price_sec .h-listprice.webprice span.WebRupee{
       font-size: 13px;    margin-right: 0
 }
.product-details-size-category .product-details-size-category-cover {
    /* border: 1px solid #d9d9d9; */
    display: block;
    justify-content: center;
    align-items: center;
    /*height: 30px;*/
        /*width: 75px;*/
    /*height: 75px;*/
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    margin-bottom: 0px;
    font-size: 12px;
    margin-top: 1px;
    color: #000000;
    margin-bottom: 0;
    /* border: 1px solid #e6e6e6; */
    padding: 0px!important;
    /* margin: auto; */
    text-align: center;
}
.product-details-size-category-cover {
    border: none;
}
.product-details-size-category-cover {
    width: 100%;
    position: relative;
    /* border: 1px solid #f4f4f4; */
    /* background: white; */
    cursor: pointer;
}
input[type="radio"] {
    margin-top: 0;
}
.product-details-size-category input {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    height: 30px;z-index:9;    left: 0;
    height: 100%;
}
img.pick_an_upgrade_img {
    height: 100%;
    width: 100%;
    top: 0;
}
.pick_an_upgrade_price_sec {
    border: 1px solid #80808042;
}
.product-details-size-category input:checked + div {
    background-color: #c68129;
    border: 1px solid #c68129;
    background: #c6812938;
}
.product-details-size-category .product-details-size-category-cover2 {
    border: 1px solid #d9d9d9;
    display: block;
    justify-content: center;
    align-items: center;
    /*height: 30px;*/
    font-size: 14px;
    cursor: pointer;
    border-radius: 0;
    margin-bottom: 0px;
    font-size: 12px;
    margin-top: 1px;
    color: #000000;
    margin-bottom: 0;
    /*width: 100%!important;*/
        width: 75px;
    height: 75px;
}
.OtcPriceBox-atc-box {
    padding: 0;
    /* border-radius: 10px; */
    background-color: #fff;
    /* box-shadow: 0 1px 2px 1px rgb(0 0 0 / 30%); */
}
.OtcPriceBox-price-box {
    padding: 0 0 10px;
    display: grid;
    grid-row-gap: .8em;position:relative;
}
.OtcPriceBox-price-box .PriceDetails-discount-div span.WebRupee{
      font-size: 22px;
      margin-right: 5px;
}
.OtcPriceBox-price-box div {
    margin: 0;
}
.DiscountDetails-mrp-tag {
    display: inline-block;
    color: #9e9e9e;
}
.DiscountDetails-discount-price {
    display: inline-block;
    color: #9e9e9e;
    text-decoration: line-through;
    margin-left: 2px;
}
.DiscountDetails-discount-percent {
    display: inline-block;
    color: #c68129;
    font-size: 18px;
    margin-left: 6px;
    font-weight: 700;
}
.PackSizeLabel-quantity-dropdown {
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    /* border: 1px solid #e2e2e2; */
    padding: 0 7px 0;
    display: inline-block;
    text-align: left;
}
.custom-select.Dropdown-display-text label {
    color: #000!important;
}

.OtcPriceBox-add-box label {
    border-radius: 4px;
    position: relative;
    min-width: 10em;
    max-width: 18em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0px !important;
}
.OtcPriceBox-add-box label::after {
    content: '\25BE';
    background-color: white;
    color: #b6b6b6;
    font-size: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
select#ddlproductqty {
    margin-top: 3px;
}
.AddSingleProductBtns {
    border-radius: 0px;
    background-color: #dba514;
    color: #fff;
    font-weight: 500;
    padding: 8px 6px;
    cursor: pointer;
    /*text-transform: uppercase;*/
    text-align: center;
    width: 100%;
    float: right;
    font-size: 14px;    text-decoration: none;
    /*margin-top: 15px;*/
}
.AddSingleProductBtns i{
    font-size: 18px;
}
.AddSingleProductBtns.addedtocart.buy_now_btn {
    background: #1d4165;
}

.SendCustomiseCakeForApproval {
    border-radius: 4px;
    background-color: #dba514;
    color: #fff;
    font-weight: 500;
    padding: 11px 6px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    float: right;
    font-size: 14px;    text-decoration: none;
    /*margin-top: 15px;*/
}
.SendCustomiseCakeForApproval i{
    font-size: 18px;
}
.SendCustomiseCakeForApproval.addedtocart.buy_now_btn {
    background: #1d4165;
}
.add_to_cart_row .col-md-6.col-sm-6.col-xs-12:nth-child(even) {
    /* padding-left: 8px; */
    margin-bottom: 10px;
    padding-right: 8px;
}
.add_to_cart_row .col-md-6.col-sm-6.col-xs-12:nth-child(odd) {
    /* padding-right: 8px; */
    margin-bottom: 10px;
    padding-left: 8px;
}
.AddToCart {
    border-radius: 4px;
    background-color: #dba514;
    color: #fff;
    font-weight: 500;
    padding: 10px 6px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    float: right;
    font-size: 14px;    text-decoration: none;
}
.AddToCart i{
    font-size: 18px;
}
.AddToCart.addedtocart.buy_now_btn {
    background: #1d4165;
}
.location_sec {
    /* margin-top: 15px; */
    /*border: 1px solid #F4F4F4;
    padding: 5px 4px;
    background-color: #fafafa;
    margin-bottom: 10px;*/
}
.location_div i.fa.fa-map-marker {
    top: 0;
    left: 0;
    padding: 7px 10px;
    font-size: 17px;
    color: #666;
}
input.location-search:focus{
    outline:none;
}
.row.location_row {
    margin: 0 -15px;
}
span.location_span {
    color: #c68129;
}
.location_div {
    display: inline-flex;    /*border-radius: 4px;*/
}
input.location-search {
    width: 100%;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    border:1px solid #c6812900;
    border-radius: 2px 0 0 2px;
    position: relative;
    opacity: 1;
    border-radius: 4px;
}
button.button-primary.location-search-button {
    background: #c68129;
    border: none;
    color: #fff;
    font-size: 12px;
    border-radius: 0px 0px 0px 0!important;
    text-transform: uppercase;
    padding: 6px 13px;
    margin-left: -3px;
    line-height: 20px;
    height: 32px;
}
span.location_avl {
    color: #1d4165;
    display: block;
    font-size: 12px;
    margin-top: 9px;
    font-weight: 600;
    margin-bottom: 3px;
}
.xzoom-thumbs.left-icon a {
    border: 1px solid #cecece;
    /* margin-left: 5px; */
    margin-bottom: 10px;
}
.xzoom-thumbs.left-icon a {
    border: 1px solid #cecece;
    /* margin-left: 5px; */
    margin-bottom: 5px;
    display: block;
    width: 60px;
}
.PriceDetails-discount-div {
    font-size: 38px!important;
    font-weight: 700!important;
    color: #ff0000;
    font-weight: 400!important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: .57px;
    display: flex;
}
.Dropdown-display-text {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    /* padding: .375rem 1.75rem .375rem .75rem; */
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.description{
        margin: 15px 0 5px 0;
}
.description p {
    margin: 15px 0 5px 0;
    line-height: 18px;
    font-size: 13px;
    color: #000;
}
.description ul {
    margin: 0 0 10px 15px;
    list-style: none;    padding-left: 0;
}
.description ul li{
    position: relative;
    margin-bottom: 6px;    color: black;
}
.description ul li:before{
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ccc;
    border-radius: 50%;
    content: "";
    left: -13px;
    top: 6px;
}
    .description h4 {
        color: #222;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d5d5d57a;
        font-weight: 500;
        font-size: 18px;
    }
select {
    appearance: auto;
    cursor: pointer;
    border-width: 2px;
    border-color: transparent;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 2rem;
    flex-grow: 1;
}
.OtcPriceBox-add-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-top: 15px;*/
}
.OtcPriceBox-add-box {
    /*display: -webkit-inline-box!important;*/
}
.medici .col-md-5, .col-md-2 {
    padding-left: 15px !important;
    padding-right: 0px !important;
}

/*-------------contactus------------------*/
.contact-us-page {
    /* margin-top: 160px; */
    /* margin-bottom: 30px; */
}

.contact-us-page {
    padding-top: 35px;
    padding-bottom: 40px;
}
.image-form {
    display: -webkit-flex;
    /* display: flex; */
    -webkit-align-items: center;
    align-items: center;
    padding-top: 1%;
    width: 100%;
}
.image-spoon-customised {
    /* width: 46%; */
    /* height: 480px; */
    /* object-fit: contain; */
    /* padding-left: 8%; */
}
.form-submit {
    /* padding-left: 5%; */
    /* width: 45%; */
}
.header-form {
    /*font-family: Pacifico;*/
    font-size: 36px;
    line-height: 1.2;
    text-align: left;
    color: #251d34;
    margin-bottom: 30px;
}
.form-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-required {
    color: red;
}
.sizeFixed {
    font-size: 18px;
}
.message-sizeFixed, .submit-form {
    font-size: 16px;
}
.css-79elbk {
    position: relative;
      padding-left:10px;
    padding-right:10px;
}
.submit-form {
    width: 100%;
    height: 55px;
    border-radius: 6px;
    color: rgb(255, 255, 255);
    background-color: rgb(219 165 20);
    border: 1px solid rgb(188 142 19);
    border-radius: 0;
  
}
.reach-us-contact-email {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /*width: 85%;*/
    padding: 24px;
    border-radius: 10px;
    border: 1px dashed #707070;
    background-color: #fff;
    margin: 40px auto 28px;
}
.reach-us {
    /*font-family: Poppins;*/
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.contact-email {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.caller-contact, .gmail-care {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.contact-us-email, .contact-us-number {
    /*font-family: Poppins;*/
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-left: 20px;
}
.gmail-care {
    margin-right: 10px;
    margin-left: 30px;
}
.corporate-banner {
    padding: 30px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-flex;
    display: flex;
    background-image: linear-gradient(
90deg,#ef5350,#ef5350,#ef9a9a 65%,#ef5350);
}
.corporate-banner-text {
    color: #fff;
}
.corporate-banner-heading, .corporate-sub-text {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #fff;
}
.corporate-banner-heading {
    opacity: .97;
    /*font-family: Pacifico;*/
    font-size: 32px;
    line-height: 1.41;
    letter-spacing: .35px;
}
.cancel-refund-page {
    padding-top: 35px;
}
.privacy-main-header, .privacy-policy-header {
    opacity: .8;
   
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    margin-bottom: 10px;
   
    text-align: justify;
    color: #251d34;
}
.privacy-content1 {
    border-bottom: 3px solid #d3d3d3;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.cancel-refund-content, .cancel-refund-subcontent {
    opacity: .6;
    
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
   
    text-align: justify;
    color: #251d34;
}

.cancel-refund-content {
    word-wrap: break-word;
    margin-bottom: 20px;
}
.privacy-main-header {
    font-size: 24px;
}
.privacy-policy-header {
    font-size: 18px;
    line-height: 1.5;
}
.privacy-policy-content {
    opacity: .6;
  
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
   
    text-align: justify;
    color: #251d34;
}
.faq-main-header, .privacy-contact-us-header {
    opacity: .8;
    
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #251d34;
    font-size:18px;
        line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 10px;
}
.terms-conditions-content1 {
    border-bottom: 3px solid #d3d3d3;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

/*============= no data add to cart popup ============*/

.nodata_sec {
    margin: auto;
    display: inline-block;
    text-align: center;
    padding: 20px 0 40px;
    width: 100%;
}
img.nodata_adtocart_img {
    width: 52%;
    margin: auto;
    margin-bottom: 20px;
}

.nodata_popup .modal-dialog {
    display: inline-flex;
    height: 100%;
    background: none!important;
    width: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}
.nodata_popup .modal-content.padding_0 {
    margin: auto;
}
.nodata_popup h4.h4 {
    font-size: 18px;
    color: black;
    font-weight: 600;
}
.ft_sec a.btn {
    border: 1px solid #1d4165;
    text-align: center;
    background: #1d4165;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    padding: 6px 28px;
    border-radius: 0;
}



/*==================== checkout_account section  ====================*/
.checkout_section {min-height: 100%;background: #e9ecee;}
.account_sec {max-width: 1200px;min-width: 1200px;position: relative;margin: 0 auto;display: -ms-flexbox;display: flex;padding-top: 30px;padding-bottom: 150px;}
.account_div {flex: 1;margin-right: 30px;position: relative;}
.account_div_row {
    position: relative;
    margin-left: 25px;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 40px 18px;
}
.account_div_heading {letter-spacing: -.3px;font-size: 28px;font-weight: 600;color: #282c3f;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;}
.account_div_text {
    color: #080808;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.12;
}
img.account_div_img{position: absolute;right: 40px;top: 35px;}
.account_btn_sec {display: flex;margin-top: 36px;}
.account_btn1 {border: 1px solid #60b246;color: #60b246;margin-right: 20px;text-align: center;padding: 8px 35px 9px;line-height: 1.2;cursor: pointer;}
.account_btn2 {background-color: #60b246;color: #fff;text-align: center;padding: 8px 35px 9px;line-height: 1.2;cursor: pointer;}
.text_btn {font-size: 13px;}
.account_btn_sec .btn_sec {font-weight: 600;font-size: 14px;margin-top: 4px;background: none;box-shadow: none!important;margin-bottom: 0;}
.account_btn1:hover {position: relative;box-shadow: 0 2px 8px #d4d5d9;}
.account_btn2:hover {position: relative;box-shadow: 0 4px 14px #d4d5d9;}
.account_div_heading.light_color {color: #93959f;margin-bottom: -3px;margin-left: -2px;}
.single_line_show {position: absolute;border-left: 1px dashed #282c3f;top: 35px;left: -10px;bottom: -57px;border-color: #bebfc5;}
.single_line_icon_sec {position: absolute;width: 40px;height: 40px;background-color: #282c3f;box-shadow: 0 3px 5px 0 rgb(40 44 63 / 40%);top: 34px;left: -30px;}
.icon-user-checkout {position: absolute;top: 50%;left: 50%;-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);color: #fff;font-size: 20px;}
.single_line_icon_sec1 {position: absolute;width: 40px;height: 40px;box-shadow: 0 3px 5px 0 rgb(40 44 63 / 40%);top: 34px;left: -30px;background-color: #fff;}
.icon-marker-checkout {position: absolute;top: 50%;left: 50%;-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);font-size: 20px;}
span.fa.fa-money.icon-marker-checkout {font-weight: 400;font-size: 20px;color: #676767;}
/*.checkout_section .checkout_btn{display:none;}*/
.account_sec {max-width: 1200px;min-width: 1200px;position: relative;margin: 0 auto;display: -ms-flexbox;display: flex;padding-top: 30px;padding-bottom: 150px;}
.account_div {flex: 1;margin-right: 30px;position: relative;}
.full_screen_popup.summary_popup {width: 366px;}
.main_heading h4.main_h4 {font-size: 24px;}
.main_heading {padding: 10px 0px 5px;margin: 0 10px;color:black;}
.shadow {box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;}
.rounded {border-radius: .25rem !important;}
.background_white {background: white;}
.row.delivery_row.add_bnd_section {border-bottom: 1px solid #dbdbdb;margin: 0 0 5px 0;}
.row.delivery_row.add_bnd_section {position: relative;padding: 12px 0;display: flex;}
.background_white.mr-3.ml-3.osahan-cart-item-profile.bg-white.rounded.GetSummeryCart .row.delivery_row.add_bnd_section .col-9 {padding-left: 0;}
img.green_sym_icon {float: left;width: 6%;margin-top: 0px;top:0;position:absolute;z-index:9;}
.background_white.mr-3.ml-3.osahan-cart-item-profile.bg-white.rounded.GetSummeryCart .row.delivery_row.add_bnd_section .col-3.text-right {padding-right: 0;}
.ml-3, .mx-3 {margin-left: 1rem !important;}
.mr-3, .mx-3 {margin-right: 1rem !important;}
.delivery_row h5.h5 {margin: 0;display: inline-flex;width: 100%;font-size: 14px;color: black;}
.add_bnd_sec {float: left;width: 73%;padding-left: 6px;}
.add_bnd_sec i {color: #7d7d7d;}
.add_bnd_sec i {font-weight: 500;font-size: 13px;}
.add_bnd_sec span.price_span.pricetotalmain {color: #7d7d7d;}
span.price_span.pricetotalmain {font-weight: 500;font-size: 13px;}
.add_bnd_section p.text-gray.mb-0 {font-size: 11px;}
.add_bnd_sec p {color: #5f5959;letter-spacing: 0.2px;}
.row.delivery_row.add_bnd_section .float-right {float: right !important;}
.add_bnd_section .counter {
    font-style: normal;
}
.add_bnd_section .counter {
    flex-direction:row-reverse;
    display: flex;
    align-items: center;
     border: 1px solid #c3c3c3;
    margin-bottom: 5px;
    background: #d0d0d017;
    border-radius: 4px;
    float: right;
}
.BindAddressAll {
    margin-top: 4px;
}
.add_bnd_section .counter div {
    text-align: center;
    padding: 2px 14px;
    vertical-align: middle;
    font-weight: 600;
    border-right: none;
    font-size: 13px;
    margin: auto;
}
.total_price_sec {
    font-weight: 400;
    display: inline-block;
    font-size: 12px;
    text-align: right;
    width: 100%;color: black;
}
span.price_span {
    font-size: 12px;
    width: auto;
    font-weight: 400;
    border-right: none;
    margin-right: 0;
}
.add_bnd_section .col-9 {
    flex: 0 0 75%;
    max-width: 75%;    display: inline-table;
}
.full_screen_popup.summary_popup .background_white.padding_0_6.mt-10.osahan-cart-item-profile.bg-white.rounded.ApplyCoponClickPage_plm_sec {
    background: beige!important;
    width: 95%;
    padding: 10px;
    border: none;
    margin: auto auto 10px;    position: relative;
}
.full_screen_popup.summary_popup h6.h6 img {
    margin-bottom: 0;
    width: 28px;    float: left;
    margin-right: 5px;
}
.aply_cupon_sec h6.h6 {
    font-size: 14px;
    margin: 0;
    line-height: 25px;
    font-weight: 500;
    color: black;position:relative;
}
.aply_cupon_sec h6.h6 i {
    right: 0;
    top: 5px;
    position: absolute;
    font-size: 18px;
}
.discount_sec .h6, h6 {
    font-size: 13px;
    font-weight: 400;
}
.row.delivery_row.price_div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.delivery_row.price_div .col.s9 {
    width: 70%;
    margin-left: auto;
    left: auto;    padding-right: 15px;
    padding-left: 15px;
    /* right: auto; */
}
.row.delivery_row.price_div .col.s3 {
    width: 30%;
    margin-left: auto;
    left: auto;    padding-right: 15px;
    padding-left: 15px;
    right: auto;
}
a#NewAddressCreateMainPopupmap {
    background: no-repeat;
    color: #ff0009;
    text-align: left;
    border: none;
    font-weight: 600;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 13px;
}
.discount_sec .delivery_row {
    padding: 5px 0 0;    display: flex;
}
.delivery_row h5.h5 {
    margin: 0;
    display: inline-flex;
    width: 100%;
    font-size: 14px;    text-transform: capitalize;
    color: black;
}
.text-right {
    text-align: right;
}
.discount_sec .delivery_row .col{
        padding-right: 15px;
    padding-left: 15px;    width: 100%;
}
.reviewaddress_detail_section {
    border: 1px solid #e2e2e2;
    padding: 8px 7px;
    display: inline-flex;
    width: 100%;
}
.row.delivery_row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
i.feather-file-text {
    float: left;
    width: 6%;
    margin-top: 2px;
    font-size: 20px;
    font-weight: 400;
}
.reviewaddress_content_sec {
    float: left;
    width: 94%;
    padding-left: 8px;
}
    .reviewaddress_content_sec h5.h5 {
        display: inline-flex;
        padding-bottom: 0px;
        line-height:19px;
        width: 100%;
        font-size: 12px;
        color: black;
        margin: 0;
    }
.reviewaddress_content_sec span {
    color: #ff0009;
}
.reviewaddress_content_sec p {
    color: #5f5959;
    font-size: 12px;
    margin-bottom: 0;
}
.delivery_row {
    padding: 10px 0;
}
.redio_btn_sec {
    display: inline-flex;
    vertical-align: middle;
    margin-top: 10px;
}
.redio_btn_sec label.lbl_btn {
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: relative;
    padding-left: 22px;
    margin-right: 20px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black;
}
.redio_btn_sec label.lbl_btn {
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: relative;
    padding-left: 22px;
    margin-right: 20px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: black;
}
.redio_btn_sec .lbl_btn input {
    opacity: 0;
    cursor: pointer;
}
.redio_btn_sec .lbl_btn input:checked ~ .checkmark {
    background: no-repeat;
    border: 1px solid #60b246;
}
.redio_btn_sec .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    background: none;
    border: 1px solid #60b246;
    border-radius: 50%;
}
.redio_btn_sec .lbl_btn input:checked ~ .checkmark:after {
    display: block;
}
.redio_btn_sec .lbl_btn .checkmark:after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #60b246;
}
.redio_btn_sec .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.background_white.padding_0_6.fix_paymentmode_section.pl-3.pr-3 .col-12 {
    flex: 0 0 100%;    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
}
.span_pricetotal {
    /* background: #ffffff; */
    padding: 4px 12px;
    width: 100%;
    /*display: flex;*/
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #4676d1;
    font-weight:600;
    background: #f6f9fe!important;
    color: #4676d1;
    margin-bottom: 10px;
    line-height: 20px;
}
.span_pricetotal span.span_pricetotal_sec {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 600;
    /*width: 90%;*/
    float: right;
}
a#CountinewPaymentNew {
    color: #ffffff;
    background: #45a228;
    font-weight: 700;
    padding: 0;
    border: none;
    /*float: right;*/
    padding: 8px 10px;
    /*width: 40%;*/
    text-align: right;
    margin: 0;
    text-transform: uppercase;
    /*height: 45px;*/
    cursor: pointer;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
}
.icon-user-checkout {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 16px;
}
label.labelpushclassmynewtimes.custom-control-label.border.osahan-check.p-3.w-100.rounded.border-primary.text-left {
    border-top: none!important;
    border: none!important;
    border-bottom: 1px solid #d8d8d8!important;
    border-radius: 0!important;    width: 100%;
    padding: 0 10px 10px 10px!important;    position: relative;
}
.login_detail_section .account_div_head {
    font-size: 24px;
    margin-bottom: 4px;
    color: black;
}
label.labelpushclassmynewtimes p.small.mb-0.pl-4 {
    font-weight: 500;
    font-size: 12px !important;
    margin-top: 5px;
    line-height: 20px;
    color: #362f2f;
}
.dot_menu_sec {
    position: absolute;
    top: 0;
    right: 0;
}
.dot_menu {
    padding: 0 10px;
    position: relative;
    top: 0;
    right: 0;
}
    .dot_menu i {
        font-size: 20px;
        color: #1d4165;
        cursor: pointer;
    }
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
}
label.labelpushclassmynewtimes.custom-control-label.border.osahan-check.p-3.w-100.rounded.text-left h4.h4_heading_home {
    font-size: 16px;
    margin-bottom: 2px!important;
    color: #7b7b7b;
}
label.border-primary h4.h4_heading_home {
    font-size: 16px;
    margin-bottom: 2px!important;
    color: black!important;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
labelpushclassmynewtimes:before{
    content:'';    left: 10px;
    right: auto;
    margin: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #4676d1;
    background-color: #4676d1;
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
}
.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
     top: 8px;
    background: white;
    height: 8px;
    width: 8px;
    position: absolute;
    left: -10px;
    border-radius: 50px;
}
labelpushclassmynewtimes:after{
    content:'';
}

.dot_menu {
    padding: 0 10px;
    position: relative;
    top: 0;
    right: 0;
}
.dot_menu i{
   font-size: 20px;
}
.dot_menu_open {
    width: 100px;
    background: white;
    border: 1px solid #d8d8d8;
    position: absolute;
    right: 0;    z-index: 2;
}
.dot_menu_sec {
    position: absolute;
    top: 0;
    right: 0;
}
.dot_menu_open .dot_1 a {
    font-size: 12px;
    color: #212529;
    padding: 4px 8px;
    font-weight: 600;
    width: 100%;
    background: white;
    display: block;
    border-bottom: 1px solid #1d4165;
}
.addnewaddress_popup .modal-body {
    overflow-y: scroll;
    height: 400px;
}
.addnewaddress_popup .modal-content {
    border: 0;
    border-radius: 0px;
    /*height: 90vh;*/
}
.addnewaddress_popup .modal-content .row.mb-20 .col-6 {
    flex: 0 0 50%;
    max-width: 50%;    padding: 0 10px!important;
}
.addnewaddress_popup .modal-content .row.mb-20{
    display: -ms-flexbox;
    display: flex;    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
div#addnewaddress .form-control {
    border-top: 0;
    border-left: 0;
    padding-left: 0;
    font-size: 14px;
    padding-top: 0px;
    border-right: 0;
    height: 37px;
    border-bottom: 1px solid black;
    border-radius: 0;
    box-shadow: none;
}
div#addnewaddress label {
    display: inline-block;
    margin-bottom: .5rem;font-size: 14px;
    color: #000000;font-weight:400;
}
div#addnewaddress h5.modal-title {
          color: black;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}
span#googlemap_selectedaddress {
    color: #2f2f2f;
    text-transform: capitalize;
    text-align: left;
}
label.labelpushclassmynewtimes.custom-control-label.border.osahan-check.p-3.w-100.rounded.bg-light.text-left {
    position: relative;
    background: border-box;
}
label.labelpushclassmynewtimes.custom-control-label.border.osahan-check.p-3.w-100.rounded.bg-light.text-left {
    position: relative;
    background: border-box;
    border-top: none!important;
    border: none!important;
    border-bottom: 1px solid #d8d8d8!important;
    border-radius: 0!important;
    width: 100%;
    padding: 0 10px 10px 10px!important;
    position: relative;
}
.custom-control.custom-radio.mb-2.px-0 {
    margin-bottom: 15px !important;
}
.offer_section {
    display: inline-flex;
    width: 100%;
    border: 1px solid #cadcff;
    background: #f6f9fe!important;
    color: #4676d1;
    margin: 10px;
    width: 95%;
    border-radius: 5px;
    padding: 5px;
}
img.offer_icon {
    width: 35px;
    height: 35px;
    float: left;
}
.offer_section p {
    font-size: 12px;
    color: #0c3f8c;
    margin: 9px 0;
}
.offer_content_sec {
    padding-left: 5px;
    display: flex;
    text-align: left;
}




/*=============== Order History and profile ==============*/
.orderhistory_popup .container {display: flex;}
.current_order_section {padding-top: 30px;}
.his_top {display: inline-flex;width: 100%;padding: 0 10px;}
.heading_s {padding: 0 10px;margin-top: 10px;display: inline-block;width: 100%;}
.heading_s .news-content img {height: 38px;width: 38px;float: left;border-radius: 3px;}
.heading_s .news-detail {width: 100%;display: inline-block;padding-left: 10px;position: relative;}
.current_order_sec {flex: 1;margin-left: 30px;position: relative;}
.heading_s .price_sec {color: #252525;font-weight: 600;font-size: 14px;}
.delivered_sec {margin-bottom: 10px;}
h5.his_h5 {font-size: 13px;color: #a7a7a7;margin-top: 15px;margin-bottom: 4px;padding-bottom: 0px;}
.delivered_sec span {background: #eafff0;color: #669675;padding: 5px 8px;border-radius: 2px;font-size: 13px;}
.orderhistory_popup .section.news .news-content p {font-size: 14px;margin-bottom: 10px;position: relative;margin: 0 0 5px;font-weight: 500;line-height: 16px;color: black;}
.section.news .news-content .news-title a {color: #000;font-size: 16px;font-weight: 600;}
.section.news .news-content .date {/* padding: 3px 0px; */font-size: 12px;text-align: left;width: 100%;background: none;display: inline-flex;margin-bottom: 10px;}
.his_bt {display: flex;width: 100%;padding: 0 10px;border-top: 1px solid rgba(0,0,0,.125);padding-top: 10px;margin-top: 10px;}
.heading_s .price_sec {position: absolute;bottom: 0;right: 0;}
.heading_s .date span {padding: 3px 0px 0px 0;text-align: left;width: auto;font-size: 14px;margin: 0px 0px 0 0px;font-weight: 500;line-height: 16px;color: black;}
.his_footer_sec {background: #fbfbfb;padding: 10px;display: flex;width: 100%;}
.section.news .news-content .news-title {font-weight: 600;text-align: left;font-size: 15px;margin: 0 0 5px;position: relative;}
.rate_sec {width: 60%;position: relative;}
.repete_oeder_sec {width: 40%;text-align: right;color: #848484;font-size: 13px;padding-top: 8px;}
.repete_oeder_sec i.fa.fa-repeat {transform: rotateY(-170deg ) translateX(15px);transform-origin: top right;}
h6.rate_h6 {font-size: 12px;color: #de131a;margin-bottom: 3px;}
input[type=radio] {opacity: 0;}
.his_footer_sec .rate_sec .star_sec{margin: 0 0;}
.his_footer_sec .rate_sec section.media {margin-top: 0;top: 0;transform: translate3d(0%, 0%, 0);}
.his_footer_sec .star_sec label {margin: 0 2px 0;}

.left_side_menu_sec {width: 366px;box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;border-radius: .25rem !important;background: white;padding: 10px;}
a.ng-star-inserted:hover{background: #1d41650d;}
a.ng-star-inserted {cursor: pointer;text-decoration: none;font-size: 14px;color: rgb(21, 27, 57);line-height: 24px;font-weight: 400;position: relative;display: block;padding: 16px 0px 16px 10px;}
.custome-link .linkcol a.ng-star-inserted::after {content: " ";position: absolute;left: 45px;width: 80%;height: 1px;bottom: 0px;background: rgba(0,0,0,.125);}
a.ng-star-inserted i{font-size: 16px;color: white;border-radius: 50px;padding: .5rem !important;margin-right: 10px;}
.logout_bg{background: #ff0009;}
.terms_Conditions_bg{background: #28a745;}
.privacy_policy_bg{background: #9d5da5;}
.contact_us_bg{background: #7b0909;}
.my_order_bg{background: #3578dc;}
.about_us_bg{background: #ffc107;}
.order_history_bg{background: #13a3af;}
.custome-link .linkcol a.ng-star-inserted:last-child:after{display:none;}
a.ng-star-inserted:before {content: "\f105";position:absolute;font-family: 'Line Awesome Free';font-weight: 900;right: 20px;margin-top: 5px;}
.orderhistory_popup .section.news .news-content {
    width: 100%;
    border-radius: 5px;
    float: left;
    margin: 0 10px 10px 0;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    padding: 10px 0 0;
    display: inline-block;
    position: relative;
}
span.DiscountDetails-mrp-tag {
    margin-left: 0;
    font-size: 12px;
}
span.DiscountDetails-discount-price {
    display: inline-block;
    color: #9e9e9e;
    text-decoration: line-through;
    margin-left: 1px;
    font-size: 12px;
}
span.DiscountDetails-discount-offpercent {
    margin-left: 0;
    font-size: 12px;
    color: #28a745;
}

span.DiscountDetails-discount-percent {
    display: inline-block;
    color: #000000;
    font-size: 12px;
    margin-left: 0;
    margin-right: 0px;
    font-weight: 500;
}


.full_screen_popup.summary_popup .background_white.padding_0_6.mt-10.mb-3.osahan-cart-item-profile.bg-white.shadow.rounded.p-3.mt-n5 {
    padding: 5px 10px!important;
}
.right_cup1 {
    width: 65%;
    float: left;
    display: block;
}
div#summerCouponHistoryMainListData {
    background-color: white!important;
}
.full_screen_popup.summary_popup h6.h6 {
    margin-bottom: 0;
}
span.cupon_p {
    color: #6e6e6e;
    padding-right: 5px;
    font-size: 12px;
}
.right_cup {
    /* position: absolute; */
    top: 0;
    right: 0;
    width: 25%;
    float: left;
    display: block;
    text-align: right;
}
.price_sec_cup {
    font-size: 13px;
    color: #4676d1;
}
.change_btn {
    font-size: 12px;
    color: #ca2121;
}
img.check_icon {
    width: 7%;
    float: left;
    margin-right: 5px;
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #4676d1;
    background-color: #4676d1;
}



img.rounded-circle {
    width: 40px;
    height: 40px;
}
.profile_banner_sectionplm {
    position: absolute;
    top: 0;
    width: 100%;    background-image: linear-gradient(#ffffff00, #00000085);
    bottom: 0;    padding: 2.5rem;    display: flex;
}
.banner_sec {
    position: relative;
}
.edit_image_sec {
    /* position: absolute; */
    margin: auto 0 auto auto;
}
.profile_banner_image_section .avatar-upload .avatar-preview {
    width: 100px;
    height: 100px;
}
.profile_banner_sectionplm .avatar-upload {
    margin: auto 0;
    width: 100%;
}
.profile_detail_sec {
    margin: auto 0;
    padding-left: 20px;
}
.profile_banner_sectionplm h6.mb-1 {
    color: white;  font-size: 18px!important;
}
.profile_banner_sectionplm p.text-muted.m-0.small {
    color: #ffffff !important;
    font-size: 13px!important;
}
.edit_image_sec label.edit_image_btn {
    background: rgb(236, 70, 84);
    color: white!important;
    padding: 0 15px;
    border-radius: 5px;    line-height: 38px;
     font-size: 14px;
}
.edit_image_sec label.edit_image_btn:hover i.las.la-edit {
    transform: translate(-4px, 0px);
    /* margin-right: 0.8rem; */
    transition: transform 0.4s ease 0s;
}
.edit_image_sec label.edit_image_btn:hover {
    background: #e21017!important;
}
.edit_image_sec .reviews_value_sec {
    color: white;text-align:center;
    font-size: 20px;    line-height: 24px;    margin-top: 10px;
}
.edit_image_sec span.value_span {
    display: block;
}


.profieedit_popup .modal-content.padding_0 {
    width: 40vw;
    margin: auto;
    min-height: 150px;
    min-width: 20rem;
    border-radius: 0.6rem;
    transform: scale(1);
    box-shadow: rgb(28 28 28 / 15%) 0px 1.2rem 7rem;
    transition: transform 0.25s ease 0s;
}
button.close_btn {
    float: right;
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.full_screen_popup.modal.fade.profieedit_popup .modal-content.padding_0 {
    height: 630px;
    /*overflow: auto;*/    background: white!important;
    margin: 10px auto;    padding: 0;
}
.full_screen_popup.modal.fade.profieedit_popup .p-3.padding_top_0{
    padding-top:0!important;
}
.full_screen_popup.modal.fade.profieedit_popup .banner_sec img {
    width: 100%;
}
.full_screen_popup.modal.fade.profieedit_popup .banner_sec.profile_banner_image_section {
    margin: 0;
}
.full_screen_popup.modal.fade.profieedit_popup button.btn.btn-primary.btn-lg.btn-block {
    font-size: 14px;
}
.full_screen_popup.modal.fade.profieedit_popup button.btn.border-top.btn-lg.btn-block{
         font-size: 14px;
    background: white;
    border: 1px solid #bbbbbb!important;
    box-shadow: none;
}
.row.footer_sec .col-4:first-child {
    margin: auto 0 0 auto;
}
.row.footer_sec .col-4:last-child {
    margin: 0 auto 0 0;
}

form.editprofile_form {
    /*height: 420px;
    overflow-y: auto;
    overflow-x: hidden;*/
}
.full_screen_popup.summary_popup .background_white.padding_0_6.mt-10.osahan-cart-item-profile.bg-white.rounded.ApplyCoponClickPage_plm_sec {
    background: beige!important;
    width: 95%;    padding: 10px;
    border: none;
    margin: auto auto 10px;
}
.full_screen_popup.summary_popup div#summerCouponHistoryMainListData {
    display: inline-block;
    width: 95%;
    border: 1px solid #cadcff;
    background: #ffffff!important;
    margin: auto;
    padding: 10px;
}
.alertpopup.modal.fade.paymentpage.WarningModalPopupmainNew .modal-dialog,.alertpopup.modal.fade.paymentpage.WarningModalPopupmainNew .in .modal-dialog {
    transform: none;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;display: flex;
}
/*.alertpopup.modal.fade.paymentpage.WarningModalPopupmainNew .modal-dialog{
      max-width: 340px;
}*/
    .alertpopup.modal.fade.paymentpage.WarningModalPopupmainNew .modal-dialog .modal-content {
        margin:auto;
    }
    .alertpopup.modal.fade.paymentpage.WarningModalPopupmainNew p.thankyou_p {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px!important;
}
    button#backAltwarningMsgemainNewOther {
    border: 2px solid;
    padding: 5px 30px;
    background: #1d4165;
    color: white;
}
    img.Successfullyaddedforapproval_img {
      padding: 0 15px 15px;
}
.background_white.mr-3.ml-3.osahan-cart-item-profile.bg-white.rounded.GetSummeryCart .row.delivery_row.add_bnd_section .col-9{
    padding-left:0;
}
.background_white.mr-3.ml-3.osahan-cart-item-profile.bg-white.rounded.GetSummeryCart .row.delivery_row.add_bnd_section .col-3.text-right {
    padding-right: 0;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.avatar-upload .avatar-preview {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 100%;
    border: 2px solid #F8F8F8;
    /* box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%); */
    margin: 0;
}
.banner_sec {
    width: 100%;
    margin-bottom: 20px;
}
.avatar-upload {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
span.order_remove_section {
    position: absolute;
    top: -8px;
    right: 8px;
}

.left_side_menu_sec {
    width: 366px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border-radius: .25rem !important;
    background: white;
    padding: 10px;
}
.current_order_sec {
    flex: 1;
    margin-left: 30px;
    background: white;
    position: relative;    background: white;
}
 .container.profile_page_body {
    max-width: 1200px;
    min-width: 1200px;
    position: relative;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
}
.p-3.osahan-profile {
    padding: 1rem;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}
.rounded {
    border-radius: .25rem !important;
}
.p-3 {
    padding: 1rem !important;
}
h6.mb-1.font-weight-bold {
    font-weight: 700;
    color: black;
    font-size: 15px;
}
p.text-muted.m-0.small {
    font-size: 13px;
    margin: 3px 0 0;
}
.text-success {
    color: #13aa37;
}
.d-flex.align-items-center.border-bottom.p-3.BindProfileDetail {
    display: inline-flex;
    align-items: center;
}

.avatar-upload .avatar-edit input {
    display: none;
}
a.text-white.font-weight-bold span {
    font-size: 17px;
    color: black;
    font-weight: 500;
}
button.close_btn {
    float: right;
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 24px;
    background: no-repeat;
    border: none;
    font-weight: 100;
}
.avatar-upload .avatar-edit {
    position: relative;
    right: 0;
    z-index: 1;
    top: 0px;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    line-height: 40px;
    font-size: 16px;
    color: #e21017;
    padding-left: 10px;
}
.border-bottom_sec {
    padding-bottom: .5rem!important;
    border-bottom: 1px solid #dee2e6 !important;
}
form.editprofile_form label.form-label {
    font-weight: 500;
    font-size: 12px;
    color: #dba514;
    font-weight: 500;
}
.col-md-12.form-group .border-bottom_sec label.form-label {
    font-weight: 500;
    color: black;    padding: 10px 0 0;
}
.editprofile_form .form-control {
    border-top: 0;
    border-left: 0;
    padding-left: 0;
    font-size: 14px;
    border-right: 0;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;    box-shadow: none;
    background: no-repeat;
}
.row.footer_sec {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.full_screen_popup.modal.fade.profieedit_popup button.btn.border-top.btn-lg.btn-block {
    font-size: 14px;
    background: white;
    border: 1px solid #bbbbbb!important;
    box-shadow: none;
    padding: 10px 0;
}
button#SaveProfileEditModal {
    border: 1px solid #4676d1;
    background: #f6f9fe!important;
    color: #4676d1;
    font-size: 14px;
    padding: 10px 0;
}
.row.footer_sec .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
        padding-right: 15px;
    padding-left: 15px;
}
.full_screen_popup.modal.fade.profieedit_popup .modal-content.padding_0 .px-2.pt-2.pb-2 {
    padding: 10px;
}
.alertpopup.modal.fade.paymentpage.WarningModalPopupmainNew p.thankyou_p {
    margin: 0;
    color: black;
}
.alertpopup.modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
.alertpopup.modal.fade.paymentpage.WarningModalPopupmainNew button.btn.btn-default {
    margin: auto;
    color: #dba514;
    font-weight: 600;    border: none;
    font-size: 16px;
}
.alertpopup.modal.fade.paymentpage {
    margin: 0;
    width: 100%;
    background: #03030342;
    max-height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999!important;
}

/*============ order summary ============*/

.container.order_summary_container {
    display: flex;
}
.news-content.OrderSummeryParticularOrder {
    padding: 10px 0 0;
}
p.del_txt {
    color: black;
    padding: 5px 10px 0;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
}
img.delivery_ststus_icon {
    width: 50px;
    float: left;
}
.delivery_status_section {
    padding: 0 10px 0;
}
h5.deliverystatus_h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.2;    padding: 10px 0 5px;
    text-transform: capitalize;
}
.delivery_status_sec p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #5f5959;
}
.your_detail_section {
    padding: 5px 10px 5px;
    width: 100%;
    position: relative;
}

h5.your_order_h5 {
    position: relative;
    padding: 0 0 5px;margin-bottom:5px;
    font-size: 18px !important;
}
h5.your_order_h5:before {
        content: "";
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: auto;
    /* left: 10px; */
    /* right: 10px;*/
}

.your_order_span_section h5.h5 {
      font-size: 12px;
    color: #969696;
    margin-bottom: 5px;
}
.your_order_span_section .add_bnd_sec {
    float: left;
    width: 94%;
    padding-left: 0;
}

.your_order_span_section span.price_span {
       font-size: 12px;
    color: #969696;
    margin-bottom: 5px;
}
.your_order_span_section i {
       font-size: 12px;
       color: #969696;
       margin-bottom: 5px;
       font-weight: 400;
}

.your_detail_section .total_price_sec {
    margin: auto auto 0;
}
.your_detail_section .float-right {
    display: flex;
    height: 100%;
}

span.item_span {
        padding: 0px 0px;
    background: #eef7f2;
    border: 1px solid #228c59;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    display: block;
    color: black;
    /* font-weight: 600; */
    font-size: 12px;
    margin-right: 5px;
    text-align: center;
}
.delivery_ft_sec {
    display: inline-flex;
}
span.crose_span {
    margin: 0 2px;
}
.row.delivery_row.add_bnd_section {
   border-bottom: 1px solid #dbdbdb;
    margin: 0 0 5px 0;
}
.row.delivery_row.add_bnd_section:before {
   content: "";
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    width: 90%;
    margin: auto;
    left: 15px;
    right: 15px;
}
.total_item_section {
    margin-top: 6px;
}

.total_item_section span.price_span{
 font-size: 14px;
    color: #000000;
}
.total_item_section .your_order_span_section i {
   font-size: 15px;
   color: #000000;
   font-weight: 400;
}
.row.your_order_span_section.promo_sec {
    margin: 0;
}
.row.your_order_span_section.promo_sec h5.h5 {
    color: #5a99e8;
    margin: 0;
    padding: 3px 0 5px;
}
.row.your_order_span_section.promo_sec .promo_sec_value {
    color: #5a99e8;
    padding: 0px 0 4px!important;
}
.row.your_order_span_section.promo_sec .promo_sec_value i{
     color: #5a99e8;
     font-weight: 400;
}
.row.your_order_span_section.promo_sec .promo_sec_value span.price_span {
     color: #5a99e8;
}
.your_detail_section .row.grang_total_ess span.price_span{
    font-size: 16px!important;    color: #000;
}
.your_detail_section .row.grang_total_ess i {
    font-size: 16px!important;
    font-weight: 400;  color: #000;
}
.your_detail_section .row.grang_total_ess i {
    font-size: 16px!important;
    font-weight: 400;
}
.your_detail_section .row.grang_total_ess h5.h5 {
    font-size: 16px!important;
}
.your_detail_section .row.grang_total_ess{
       position: relative;
    padding: 10px 0 6px;
}
.your_detail_section .row.grang_total_ess:before{
        /* border-bottom: 1px solid #e6e6e6; */
    content: "";
    height: 1px;
    background: #e6e6e6;
    position: absolute;
        top: 0;
       width: 96%;
    margin: auto;
    left: 0;
    right: 0;
}
.your_detail_section .row.grang_total_ess:after{
        /* border-bottom: 1px solid #e6e6e6; */
    content: "";
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    width: 90%;
    margin: auto;
    left: 15px;
    right: 15px;
}
.your_detail_section .ft_sec a.btn.btn-primary {
    width: 100%;
    color: #4676d1;
    background: #ffffff00;
    font-weight: 500;
    padding: 0;
    border: none;
    float: left;
    text-align: left;    text-transform: none;
}
.your_detail_section .ft_sec span.prs_sec {
    text-align: right;
}
.news-content.OrderSummeryParticularOrder .row.delivery_row.add_bnd_section {
  width:100%;
}
.news-content.OrderSummeryParticularOrder .row.delivery_row.add_bnd_section .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;    display: inline-table;
}
.news-content.OrderSummeryParticularOrder .row.delivery_row.add_bnd_section .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.news-content.OrderSummeryParticularOrder img.green_sym_icon {
    float: left;
    width: 3%;
    margin-top: 0px;
}

.total_item_section span.price_span {
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
}
.total_item_section .your_order_span_section i {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 5px;
}
.row.your_order_span_section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.your_order_span_section .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.your_order_span_section h5.h5 {
    font-size: 12px;
    color: #969696;
    margin-bottom: 5px;    padding-bottom: 0;    text-transform: capitalize;
}
.total_item_section h5.h5 {
    font-size: 14px;
    color: #000000;
    padding: 3px 0;
    margin: 0;
}
.your_detail_section .row.grang_total_ess h5.h5 {
    font-size: 16px!important;    color: #000;    margin: 0;    text-transform: capitalize;
}
.your_detail_section .row.grang_total_ess {
    position: relative;
    padding: 10px 0 6px;
    display: flex;
}
.your_detail_section .row.grang_total_ess .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
}
.your_detail_section .row.grang_total_ess .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.your_detail_section.order_detail_section {
    margin-top: 25px;
    padding: 5px 0 5px;
    width: 100%;
    position: relative;
}
h5.your_order_h5 {
    position: relative;
    padding: 0 0 5px;color: #000;
    margin-bottom: 5px; text-transform: capitalize;
    font-size: 18px !important;
}
.your_detail_section.order_detail_section .row.add_bnd_section {
    border: none!important;
    padding: 10px 0 0;
    display: flex;
}
.your_detail_section.order_detail_section h6.h6_taxt {
    font-size: 12px;
    color: #969696;
    margin-bottom: 5px;
}
.your_detail_section.order_detail_section h5.h5_text {
    font-size: 14px;
    color: #000000;    text-transform: capitalize;    margin: 0;
}
.call_sec {
    border-top: 1px solid rgba(0,0,0,.2);
    padding: 12px;
    text-align: center;
}
.call_sec p, .call_sec p a {
    font-size: 14px;
    color: #ff5e00;text-decoration:none;
}
.container.profile_page_container {
    max-width: 1200px;
    min-width: 1200px;
}


/*===== change password ==========*/

.changewidth {
    width: 100%;
    text-transform: capitalize;
    padding: 0px 0px 16px;
    font-size: 12px;
       color: black;
    line-height: 16px;
    font-weight: 600;
}
.forgot-password-div label {
    font-size: 12px;
    color: #dba514;
    font-weight: 500;
}
.forgot-password-div input {
    border-bottom: 1px solid rgb(39, 39, 39);
    border-radius: 0px;
    width: 100%;
    padding: 8px 0px;
    font-size: 14px;
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
}
.personaldetails .modalinner i {
    position: absolute;
    right: 5px;
    bottom: 10px;
}
.foreye {
    position: relative;    margin-bottom: 35px;
}
.forgot-password-div input:focus-visible {
     outline: none;
}
.forgot-password-div button.save-btn {
       text-transform: uppercase;
    font-weight: 500;
    background: #dba514;
    border: 2px solid #bd8902;
    text-align: center;
    padding: 8px 14px;
    font-size: 14px;
    color: white;
    line-height: 20px;
    border-radius: 4px;
}


@media (max-width: 768px){
.alacarte_section .container {
    min-width: 100%;
    display: block;
}
    .left_side_menu_sec {
        width: 100%;
    }
    .current_order_sec {
    margin-top: 20px;
    margin-left: 0;
}
    .banner_sec img {
    height: 130px;
}
    .profile_banner_image_section .avatar-upload .avatar-preview {
    width: 35px;
    height: 35px;
}
    .profile_detail_sec {
    margin: 0;
    padding-left: 8px;
}
    .profile_banner_sectionplm {
    padding: 0 8px;
}
    .edit_image_sec label.edit_image_btn {
    padding: 0px 6px;
    line-height: 32px;
    font-size: 12px;
    font-weight: 500;
}
    .edit_image_sec .reviews_value_sec {
    font-size: 16px;
    line-height: 21px;
    margin-top: 0px;
}
}



/*============= order details=======*/


.account-div .orderdetmain { background: rgb(255, 255, 255); border-radius: 8px; padding: 8px 4px; }
.account-div .ordaddressmain { background: rgb(255, 255, 255); padding: 8px 4px; width: 100%; text-align: left; border-radius: 8px; }
.account-div h3.title { font-size: 12px; color: rgba(21, 27, 57, 0.6); line-height: 16px;margin: 8px; text-align: left; }
.account-div .row.m-0.idorder { background: rgb(246, 246, 247); margin-bottom: 2px !important; }
.account-div .infomain { margin: 8px; }
.account-div .row.m-0 { text-align: left; }
.account-div .ordviewmain .ordaddressmain h3.title { font-size: 12px; color: rgba(21, 27, 57, 0.6); margin: 0px 0px 5px; letter-spacing: 1px; }
.account-div .adddetails { font-size: 12px; color: rgb(21, 27, 57); line-height: 24px; margin: 16px 10px 0px; word-break: break-word; }
.account-div h4.cusname { font-size: 16px; color: rgb(21, 27, 57); line-height: 24px; font-weight: 600;margin-bottom: 5px;}
.account-div .pl-0 { padding-left: 0px; }
.account-div .trackinfomain { background: rgb(40, 40, 40); padding: 10px 16px 10px 55px; position: relative; border-radius: 8px; font-size: 12px; color: rgb(255, 255, 255); line-height: 20px; margin-bottom: 10px; }
.account-div .trackinfoinner { font-size: 14px; color: rgb(255, 255, 255); text-align: left; padding: 6px 0px; }
.account-div .pr-0, .px-0 { padding-right: 0px; }
.account-div a.btn.btn-help.btnhelpdark { background-color: rgb(83 168 173); width: 100%; border: 0px; text-align: center; padding: 8px 16px; font-size: 14px; color: rgb(255, 255, 255); line-height: 20px; border-radius: 4px; }
.account-div a.action.order.nmsreorder.btn.primary-btn {text-decoration: none; margin-top: 15px;background: #1d4165; width: 100%; border: 0px; text-align: center; padding: 8px 16px; font-size: 14px; color: rgb(255, 255, 255); line-height: 20px; border-radius: 4px; }
.account-div .order-listsmain { margin-top: 16px; }
.account-div .orderlist { background: rgb(255, 255, 255); border-radius: 8px; padding: 16px; margin-bottom: 16px; }
.account-div p.trackdetails.text-center.w-100.pt-2 { margin: 10px auto 0px; }
.account-div p.trackdetails.text-center.w-100.pt-2 a { font-size: 14px; color: #2e6397; line-height: 16px; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; }
.account-div .druglistmain p.item-desc { text-align: left; width: 80%; display: block; margin: 3px 0; float: left; }
.account-div .druglistmain span.mrp-price { float: right; text-decoration: line-through; color: rgb(153, 153, 153); font-size: 12px; font-weight: 600; }
.account-div .druglistmain span.mrp-price { float: right; text-decoration: line-through; }
.account-div .druglistmain .row.search-list-shi { margin-top: 15px; border-bottom: 1px solid rgb(246, 246, 247); padding-bottom: 10px; }
.account-div .druglistmain .qtyinfo.col.pl-0 { text-align: left; width: 80%; display: block; float: left; color: #1d4165; }
.account-div .pl-0 { padding: 0px; }
.account-div .pr-0, .px-0 { padding-right: 0px; }
.account-div .p-0.text-right { padding-right: 1px; }
.padding-order-details {padding: 10px 12px;}
.success_sec img {display: none;margin-bottom: 20px;width: 20%;}
a.historyback.d-none.d-sm-block {text-decoration: none;cursor: pointer;width: 40px;height: 35px;float: left;left: 0px;position: absolute;top: 20px;background: url(../images_cake/arrow_back.png) left center no-repeat;}
.pagetitle.d-none.d-sm-block {position: relative;}
.account-div .customer-account .pagetitle h1 {font-size: 24px;color: rgb(21, 27, 57);margin: 0px;padding: 24px 24px 24px 0px;text-align: left;font-weight: 400;padding-left: 35px;}
.d-sm-none {display: none !important;}
.account-div .druglistmain .row.search-list-shi img {display: block!important;}
.account-div .item-title {text-align: left;font-size: 14px;font-weight: 400;float: left;color: #000000;}
.account-div .trackinfoinner::before {position: absolute;left: 12px;top: 8px;content: "";background: url(../images_cake/info_white_32_px.png) left top no-repeat;width: 32px;height: 32px;display: inline-block;vertical-align: middle;margin-right: 10px;}
.m-0 {margin: 0 !important;}
.account-div .search-loader-item-detail .item-price {float: right;text-align: left;font-size: 16px;color: #1d4165;}



/*============= Track Order ==========*/
.account-div .trackinfoinner::before { position: absolute; left: 12px; top: 8px; content: ""; background: url("../images_cake/info_white_32_px.png") left top no-repeat; width: 32px; height: 32px; display: inline-block; vertical-align: middle; margin-right: 10px; }
a.historyback.d-none.d-sm-block { text-decoration: none; cursor: pointer; width: 40px; height: 35px; float: left; left: -30px; position: absolute; top: 20px; background: url("../images_cake/arrow_back.png") left center no-repeat; }
.pagetitle.d-none.d-sm-block { position: relative; }
.account-div .track-statuslist { margin: 0px 0px 16px; display: inline-block; width: 100%; padding: 16px 24px; background: rgb(255, 255, 255); border-radius: 8px; text-align: left; }
.account-div .track-statuslist h3 { font-size: 12px; border-bottom: none; padding: 0px 0px 24px; margin: 0px; color: rgb(115, 117, 135); letter-spacing: 1px; text-transform: uppercase; }
.account-div .track-statuslist .item.orderplace.active { list-style: none; float: left; width: 100%; position: relative; margin: 6px 10px 0px; padding: 0px 0px 10px 12px; min-height: 50px; }
.account-div .track-statuslist .item.process.active { list-style: none; float: left; width: 100%; position: relative; margin: 6px 10px 0px; padding: 0px 0px 10px 12px; min-height: 50px; }
.account-div .track-statuslist .item.shipped.active { list-style: none; float: left; width: 100%; position: relative; margin: 6px 10px 0px; padding: 0px 0px 10px 12px; min-height: 50px; }
.account-div .track-statuslist .item.deliverd.inactive { list-style: none; float: left; width: 100%; position: relative; margin: 6px 10px 0px; padding: 0px 0px 10px 12px; min-height: 50px; }
.account-div .track-statuslist .item.orderplace.active span.icon { background: url("../images_cake/shopping_cart_added_active.png") center center / 12px no-repeat rgb(237, 248, 249); }
.account-div .track-statuslist .item.process.active span.icon { background: url("../images_cake/order_in_process_active.png") center center / 15px no-repeat rgb(237, 248, 249); }
.account-div .track-statuslist .item.shipped.active span.icon { background: url("../images_cake/rocket_active.png") center center / 12px no-repeat rgb(237, 248, 249); }
.account-div .track-statuslist .item.deliverd span.icon { background: url("../images_cake/delivery_inactive.png") center center / 13px no-repeat rgb(246, 246, 247); }
.account-div .track-statuslist span.icon { width: 32px; height: 32px; display: inline-block; border-radius: 50%; position: absolute; left: -10px; top: -6px; z-index: 1; }
.account-div .track-statuslist .item.orderplace.active::after { content: ""; border-left: 2px dashed rgba(21, 27, 57, 0.1); position: absolute; width: 98%; left: 5px; bottom: 0px; border-bottom: none; top: 22px; }
.account-div .track-statuslist .item.process.active::after { content: ""; border-left: 2px dashed rgba(21, 27, 57, 0.1); position: absolute; width: 98%; left: 5px; bottom: 0px; border-bottom: none; top: 22px; }
.account-div .track-statuslist .item.shipped.active::after { content: ""; border-left: 2px dashed rgba(21, 27, 57, 0.1); position: absolute; width: 98%; left: 5px; bottom: 0px; border-bottom: none; top: 22px; }
.account-div .track-statuslist .item.shipped.active .innercol { padding: 2px 0px 0px 22px; font-size: 12px; color: rgb(152, 152, 152); clear: both; width: 100%; display: inline-block; position: relative; }
.account-div .track-statuslist .item.shipped.active .trackingno { background: url("../images_cake/track-order.png") 0px 0px / auto 20px no-repeat; padding: 0px 0px 4px 20px; color: rgb(36, 174, 177); }
.account-div .track-statuslist .date { font-size: 12px; color: rgb(115, 117, 135); }
.account-div .track-statuslist .item.shipped.active span.label { color: rgb(44, 121, 26); font-size: 12px; }
.account-div .track-statuslist .item.shipped.active span.trackno { color: rgb(44, 121, 26); font-size: 12px; }
.account-div .track-statuslist span.ordersts-txt { display: block; font-size: 14px; color: rgb(21, 27, 57); font-weight: 600; }
.account-div .track-statuslist .name { padding: 0px 0px 4px 25px; }
.account-div a.viewbtn {text-decoration: none;font-size: 12px; color: #dba514; line-height: 24px; letter-spacing: 1px; text-transform: uppercase; float: right; }
.account-div .track-statuslist .item.shipped .icon { background: url("../images_cake/rocket_inactive.png") center center / 12px no-repeat rgb(246, 246, 247); }


span.text-white.font-weight-bold {display: inline-flex;text-align: right;width: 100%;}
.change_password_bg {background: #987f3a;}
span.wallet_logo_span img.logo_img {position: relative;right: 30px;width: 28%;margin:auto;}
div#WalletHistoryPage .bg-primary.wallethistory_head {width: 100%;background: white!important;right: 0;border-bottom: 1px solid #dee2e6;padding: 5px 1rem;}
img.arrow_left_img {margin-top: -4px;}
span.wallet_logo_span {text-align: right;margin: auto;}
div#WalletHistoryPage .modal-content.padding_0 {background: #f6f6f6;height: 90vh;}
h5.available_balance_h5 {font-size: 14px;color: #000000;text-transform: capitalize;margin-bottom: 0;}
.available_balance_section p {font-size: 20px;color: #000000;margin-bottom: 2px;}
.available_balance_section.heading_s {border-bottom: 3px solid #089eff;padding-bottom: 8px;}

/*============ header menu =============*/

.menu > ul > li > ul > li.two_col_li {width: 50%;}
.pt_32 {padding-top: 37px;}
.menu > ul > li > ul > li a.heading_menu_a {border: none;font-size: 16px;color: #1d4165;pointer-events: none;margin-bottom: 10px;font-weight: 600;}
li.foranimation.menu-dropdown-icon:before{
    display:none!important;
}



/*============= rating section =============*/



.rating {
	font-size:1.2rem;
  line-height: 1.2rem;
  display: inline-block;
}

.rating .star {
  position: relative;
  float: left;    margin: 0 4px;
  width: 1.1rem;
  height: 1.2rem;
  font-family:FontAwesome;
  font-weight:normal;
  font-style:normal;
  /* text-shadow: 1px 1px 2px rgba(0,0,0,.4); */
  border: 0;
  background: transparent;
  font-size: 14px;
}

.rating .star:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.1rem;
	height: 1.1rem;
	transform: translate(-50%, -50%);
	content:"\f006";
	/* color:#777; */
	color: #e8e8e8;
}

.rating--read-only .star--full:before {
  content:"\f005";
	color:#FFC315;
}

.rating--read-only .star--half:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.2rem;
	height: 1.2rem;
	transform: translate(-50%, -50%);
	content:"\f089";
	color: #FFC315;
}

.rating--interactive .star {
  float: right;
}

.rating--interactive .star:hover {
	cursor:pointer;
}

.rating--interactive .star:hover:before,
.rating--interactive .star:hover ~ .star:before {
	content:"\f005";
	color:#e3cf7a
}

/*=============================*/


.text-md-center.pt-lg-5.text-center {
    width: 28%;
    margin: 0 32px;
    float: left;
}

/*============ single product page ===========*/

.checkbox_sec.check_seclogin input[type="radio"] {
    padding: 0;
    font-size: 18px;
    pointer-events: auto;
    top: 27px;
    width: 20px;
    height: 20px;
       opacity: 0;
}
.row.product-details-size-category.margin_15_15.make_it_sec {
    margin-top: 5px;
}
.checkbox_sec.check_seclogin label {
    font-size: 13px;
    font-weight: 500;
    color: #585858;
    padding: 7px;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: relative;
    margin: 0 0 10px !important;
    left: 0;
    /* padding-left: 12px; */
    text-align: center;
}
.checkbox_sec.check_seclogin [type="radio"]+label:before, .checkbox_sec.check_seclogin [type="radio"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #df4640;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s;
}
.checkbox_sec.check_seclogin [type="radio"]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.checkbox_sec.check_seclogin [type="radio"] + label:before, .checkbox_sec.check_seclogin [type="radio"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 1px solid #ccc;
    border-radius: 1px;
    margin-top: 0;
    -webkit-transition: .2s;
    transition: .2s;
}
.checkbox_sec.check_seclogin [type="radio"]:checked + label {
    color: #1d4165;
    font-weight: 700;
}
    .checkbox_sec.check_seclogin [type="radio"]:checked + label:before {
        background: #c6812938;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        /* border-top: 2px solid transparent; */
        /* border-left: 2px solid transparent; */
        /* border-right: 2px solid #00245a; */
        /* border-bottom: 2px solid #00245a; */
        /* -webkit-transform: rotate(
40deg); */
        /* transform: rotate(
40deg); */
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
        border: 1px solid #c68129;
    }
   @keyframes focuses {
                0 {
                    -webkit-box-shadow: 0 0 10px #ff9212;
                    -moz-box-shadow: 0 0 10px #ff9212;
                    box-shadow: 0 0 10px #ff9212
                }

                50% {
                    -webkit-box-shadow: 0 0 0 #ff9212;
                    -moz-box-shadow: 0 0 0 #ff9212;
                    box-shadow: 0 0 0 #ff9212
                }

                100% {
                    -webkit-box-shadow: 0 0 10px #ff9212;
                    -moz-box-shadow: 0 0 10px #ff9212;
                    box-shadow: 0 0 10px #ff9212
                }
            }
  .activeinput {
    display: inline-flex;
    border-bottom-width: 2px;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    -moz-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    box-shadow: 0 0 10px #ff9212;
    border: 1px solid #ff9212;
    -webkit-animation: focuses ease-in-out 1500ms infinite;
    -moz-animation: focuses ease-in-out 1500ms infinite;
    animation: focuses ease-in-out 1500ms infinite;
     width: 100%; 
    -webkit-animation: focuses ease-in-out 1500ms infinite;
    -moz-animation: focuses ease-in-out 1500ms infinite;
    animation: focuses ease-in-out 1500ms infinite;
    box-shadow: 0 0 10px #dba514;
}

.celender_section i.fa.fa-calendar {
    top: 0;
    left: 0;
    padding: 7px 12px;
    font-size: 14px;
    color: #666;
}
.celender_section i.fa.fa-angle-right {
    top: 0;
    left: 0;
    padding: 7px 12px;
    font-size: 17px;
    color: #666;
}
span.selectedlocality {
    letter-spacing: .5px;
    color: #00a948;
    font-weight: 600;
        font-size: 12px;
    text-align: right;
    width: 100%;
    display: block;
    margin-top: 5px;
}
.select_delivery_date_btn {
    background: no-repeat;
    border: none;
    text-align: left;
    width: 100%;
}
.select_delivery_date_btn:focus-visible{
    outline:none;
}
span.blue-text.suggestion-popup-link.pin-help {
    color: #ff0000;
    cursor: pointer;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    width: 100%;
    display: block;
    margin-top: 5px;
}
.shipping_method_sec label {
    width: 84%;
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    height: 50px;
    border: 1px solid #CCC;    padding: 12px 0 13px 13px;
    color: #4d4d4d;
    cursor: pointer;
    border-right: 0 solid #fff;
}
.shipping_method_sec input[type="radio"] {
    position: absolute;
    height: 90%;
    width: 80%;
}
.shipping_method_sec {
    margin-top: 20px;
}
.shipping_method_sec input[type="radio"]+label span.rdo-span {
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #555;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 15px 0 0;
    vertical-align: inherit;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.shipping_method_sec input[type="radio"]:checked+label span.rdo-span {
    background-color: #009d43;
    color: #7cc3e1 !important;
    box-shadow: 0 0 0 2px #009d43;
}
.shipping_method_sec .input-group-button.button.del-method-btn {
    float: right;
    margin: 0 2px 0 0;
    border-radius: 0 3px 3px 0;
    height: 50px;
    width: 15%;
    color: #fff;
    background-color:#dba514;
    padding: 16px 0 13px 13px;
    display: inline-block;
    text-align: center;
}
.shipping_method_sec input[type="radio"]+label span.rdo-span {
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #555;
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 15px 0 0;
    vertical-align: inherit;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.shipping_method_sec .delcost {
    text-decoration: none;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
}
.mb_20{
    margin-bottom:20px;
}
.calendar_popup .item {
    height: 80vh;
}
.calendar_popup .modal-footer.shipping_method_sec_footer {
    position: absolute;
    bottom: 0;
    width: 100%;    margin: 0;
    text-align: left;    padding-bottom: 0;
    display: block;    background: white;    padding-top: 18px;
}
span.back_to_calendar {
       color: #727272;
    padding: 8px;
    font-size: 13px;
    text-decoration: underline;
    text-align: left;
}
span.back_to_calendar::before {
    content: url(../images_cake/calendar.png);
    vertical-align: -webkit-baseline-middle;
    padding-right: 5px;
}
h6.select_time_slot_h6 {
    text-align: center;
    color: #dba514;
    margin-bottom: 20px;
}
span.timeslottitle {
    text-align: center;
    display: block;
    font-size: 20px;
    margin: 20px 0;
    color: black;
}
.row.mb_0.shipping_method_sec.select_time_slot_sec label {
    width:100%;
    border-radius: 4px;
    margin-right: 0;
    height: 50px;
    border: 1px solid #CCC;
    padding: 12px 0 13px 0;
    color: #4d4d4d;
    cursor: pointer;
    border-right: 1px solid #CCC;    text-align: center;
}
.row_flex {
    display: flex;
    width: 100%;
}
.margin_auto {
    margin: auto;
}
textarea.messageField.personal-input-msg {
    display: inline-block;
    resize: none;
    width: 100%;
    max-height: 78px;
    min-height: 35px;
    line-height: 16px;
    /*border-radius: 4px;*/
    padding: 8px 8px 6px 10px;
    font-size: 13px;
    font-weight: 400;
    z-index: 0;
    color: black;
    position: relative;
    border: 1px solid #bfbfbf;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    /* margin-top: 15px; */
}
.padding_left_0{
    padding-left:0;
}
.padding_right_0{
    padding-right:0;
}
.view-more {
    margin-bottom: 10px;
}
.view-more .blue-text {
      color: #2179d0;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.view-more a i {
       /* vertical-align: middle; */
    font-size: 18px;
    margin-right: 6px;
    font-weight: 600;
}
html {
  scroll-behavior: smooth;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5!important;
}



.px-3.pt-1.BindProductCategoryDetail.categories-sec {
    display: none!important;
}
.breadcrumb {
    padding: 0 15px;
    margin-bottom: 15px;
    list-style: none;
    background: no-repeat;
    border-radius: 4px;
}
.breadcrumb > li > a {
      text-decoration: none;
    font-size: 13px;
    color: #000000;
}
    .breadcrumb > li {
        display: inline-block;
        font-weight: 600;
        color: #1d4165;
        font-size: 13px;
    }
.inner_heading_sec {
    padding: 0px 0px 0px 0px !important;
}
.breadcrumb > li + li:before {
    padding: 0 3px 0 5px;
}
div#singleproductlist {
    position: relative;
}

.sticky-sidebar.fixed_product_sec {
    /* width: 100%; */
    position: fixed;    width: 565px;
    top: 0;
}
.sticky-sidebar.fixed_product_sec.not_fixed_product_sec {
    position: relative;
}
span.inner_heading_span {
    color: rgb(102, 102, 102);
    margin: 0px 1.5rem;
    font-weight: 400;
    font-size: 1.6rem;position:relative;    padding-top: 2px;
}
span.inner_heading_span:before{
        content: "|";
    font-size: 0.9rem;
    color: rgb(102, 102, 102);
    margin-right: 1.1rem;
    vertical-align: middle;
    font-weight: 300;
    margin-left: -0.5rem;
}
.inner_heading_sec {
    display: flex; padding: 8px 10px;
}
.inner_heading_sec h6.mb-15.margintop-5.col-md-12.category_header_sec {
    width: auto;    padding: 0;    margin: 0!important;
}



/*============ aply cupon popup ===========*/



.delivery_section {
    background: #dff0c68a;
    padding: 15px 0 10px;
    margin-top: 0;
}
.aply_sec {
    position: relative;
}
span.available_span {
    text-transform: uppercase;
    font-size: 12px;
    color: #71b743;
    border: none;
    font-weight: 600;
    margin: 0;
}
.aply_sec input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 14px;
    margin: 0 0 18px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
button.aply_btn {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: none;
    color: #ee3546;
    padding: 12px;
}
img.arrow_left_img {
    margin-top: 0;margin-right:5px;
}
.full_screen_popup.modal.fade.applycoupon_popup a.text-white.font-weight-bold span {
    font-size: 16px;
    color: black;
    font-weight: 400;
}
.px-2.pt-2.pb-2 {
    padding: 10px;
}
a#backApplyCouponList {
    display: inline-flex;
}
.delivery_section .col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}
.full_screen_popup.modal.fade.applycoupon_popup .modal-content.padding_0 {
    padding-bottom: 0;
    border-radius: .3rem;
    background: white!important;
    height: 90vh;
}
.background_white.padding_0_6.mt-10 {
    position: relative;
}
.aply_sec {
    position: relative;
}
.couponcode_sec {
    display: inline-flex;
    border: 1px solid #ee354670;
    padding: 3px 6px;
    background: #ffeff196;
}
.coupon_icon_sec {
    width:24%;
}
.coupon_icon_sec img{
    top:3px;
}
.code_sec {
    padding: 2px 10px 2px 4px;
    width: 80%;
    font-size: 12px;
    font-weight: 600;
}
.off_sec h5 {
   font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 6px;
}
.off_sec {
    padding-top: 3px;
}
.off_sec_detail {
    border-top: 1px solid #d5d5d5;
}
.off_sec_detail p {
       color: #737373;
    font-size: 13px;
    padding: 6px 0;
    margin-bottom: 0;
}
.your_detail_section .row.delivery_row.add_bnd_section .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.your_detail_section .row.delivery_row.add_bnd_section .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
@media only screen and (max-width: 767px){
    .bg-light.cat_body_sec {
    padding: 7px 0 20px;
}
   .px-3.pt-1.row.BindProductRecomendedCategoryDetail .col-md-12.px-0.border-top {
    padding-left: 0;
}
   .left-icon {
    display: block;
    float: none!important;
    height: auto;
    width: 100%;
    margin-top: 12px;
    display: inline-flex;
    justify-content:center;
    padding: 0px;
    margin-right: 0px;
    position: relative;
}
    .xzoom_img_sec {
        height: 270px;
        width: 100%;
        margin-left: 0;
    }
    .column1 {
        margin-right: 0;
        padding: 7px 10px 4px;
    }
    .xzoom-thumbs.left-icon a {
    margin: 0 3px;
}
    .product-details-size-category .product-details-size-category-cover{
            width: 100%;
    }
    .product-details-size-category .product-details-size-category-cover2{
            width: 100%;
    height: auto;
    }
    .location_div {
    margin-top: 0px;
}
}

 .sticky-sidebar.not_fixed_product_sec.active {
    position: absolute;
    bottom: 0;
}
.sticky-sidebar {
    box-sizing: border-box;
    width: 555px;
    max-width: 555px;
    position: fixed;
    min-height: 47%;
}


/*========== thank you popup ===========*/

.thankyou_section img {
    width: 18%;    margin: auto;
}
button#ViewOrderSummeryAfterSavePayment {
       font-weight: 600;
    font-size: 14px;
    color: #1d4165;
    margin: 18px 0 10px;
    border: 1px solid #1d4165;
    padding: 2px 20px;
    height: auto;
    line-height: 30px;
    background: white;
}
button#ViewOrderSummeryAfterSavePayment:focus{
    outline:none;
}
.thankyou_section {
    margin: 50px 0;text-align:center;
}

/*============= sub menu ==========*/

li.submenu-dropdown-icon {
    position: relative;
}
li.submenu-dropdown-icon ul.sub_sub_menu{
    display: none;width:100%;
}
li.submenu-dropdown-icon ul.sub_sub_menu li{
     float: none;
    padding: 0 0 10px;
    margin: 0;    width: 100%;
    font-size: .8em;
    display: inline-block;    height: 35px;
}
li.submenu-dropdown-icon:last-child .show_submenu_sub{    width: 100%;top:auto!important;bottom:0;
}
li.submenu-dropdown-icon:nth-child(2) .show_submenu_sub{    width: 100%;}

li.submenu-dropdown-icon ul.sub_sub_menu.show_submenu_sub {
     display: block;
     position: absolute;
     right: -52%;
     top: 0;
     background: #daa414;
     z-index: 1;
     box-shadow: 0px 1px 20px #0000002e;
     padding: 16px 15px 5px;
}
.menu > ul > li > ul.submenu-dropdown-icon_ul {
    width: 100%;
}
.menu > ul > li > ul > li.submenu-dropdown-icon{
   width: 51%;position:relative;
    padding: 0 0 10px;
    margin: 0;
    font-size: .8em;

}
li.submenu-dropdown-icon ul.sub_sub_menu a{
      color: white;
}
li.submenu-dropdown-icon ul.sub_sub_menu a:before{
      color: #ffffff;
}
li.submenu-dropdown-icon ul.sub_sub_menu a:hover:before{
      color: #ffffff;
}
li.submenu-dropdown-icon ul.sub_sub_menu a:hover{
      color: #ffffff;
}

.changecolor {
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite; /* Safari 4+ */
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite; /* Fx 5+ */
    -o-animation: NAME-YOUR-ANIMATION 1s infinite; /* Opera 12+ */
    animation: NAME-YOUR-ANIMATION 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
0%, 49% {
    background-color: #48ae51;
}
50%, 100% {
    background-color: #047614;
}
}
 
.header-top .register a {
    color: #fff;
    background: #8ad1ff;
    text-transform: uppercase;
}
.menu > ul > li.header-top:hover{
    background:none;
}
.header-top .register {
    margin-left: 20px;
}
.menu.header_menu_section {
    display: flex;
}
.menu.header_menu_section ul.clearfix {
    margin: auto;
    width: auto;
}

li.submenu-dropdown-icon a{
    width:50%!important;
}

ul.mdn-accordion.indigo-accordion-theme li.sub-level {
    height: auto!important;
}
ul.mdn-accordion.indigo-accordion-theme.mobile_view {
    display: none;
}
ul.submenu-dropdown-icon_ul.none_mobile_view {
    display: block;
}
.select_drop_section select{
    display: inline-block;
    resize: none;
    width: 100%;
    max-height: 43px;
    min-height: 43px;
    line-height: 16px;
    border-radius: 4px;
    padding: 8px 8px 10px 10px;
    font-size: 14px;
    font-weight: 400;
    z-index: 0;
    color: #6b6b6b;
    position: relative;
    border: 1px solid #bfbfbf;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    margin-top: 15px;
}

div#testim-content div p{
        height: 60px;
}
div#testim-content > div {
    width: 100%;
}
ul.submenu-dropdown-icon_ul li.submenu-dropdown-icon ul.sub_sub_menu.show_submenu_sub li a {
    width: 100%!important;
}
ul.submenu-dropdown-icon_ul li.submenu-dropdown-icon a{
     width: 100%!important;
}



/*Pop up image Start*/
 .mpfix{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.62);display:flex;align-items:center;justify-content:center;z-index:999;transition:all 300ms ease-in-out}
    .mpfix>.mpbody{max-width:90%;max-height:90%;position:relative}
    .mpfix>.mpbody>a{display:block;box-shadow:0 2px 5px rgba(0,0,0,.25);border-radius:4px;overflow:hidden}
    .mpfix>.mpbody>a>img{max-width:100%;display:block;border:5px solid white;width:500px;}
    label[for=mpclose]{user-select:none;height:30px;width:30px;text-align:center;display:block;position:absolute;top:-20px;right:-7px;background:#fff;border-radius:40px;padding:5px;box-sizing:border-box;z-index:1;box-shadow:0 2px 5px rgba(0,0,0,.25);cursor:pointer}
    label[for=mpclose]>svg{height:22px;width:22px;fill:red}
    #mpclose{display:none}
    #mpclose:checked+.mpfix{left:-100%}
/*Pop up image end*/

.banner_section.contact_us_section .banner_heading_sec{
        position: relative;
    width: 100%;
}
.contact-info h1.new_heading_h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 500;    margin-bottom: 30px;
}
.contact-info .media-body {
    font-size: 16px;
    color: #555;
}
.contact-info .media i {
    font-size: 22px;
    color: #555;
}
.contact-info .media-list .media {
    margin-bottom: 30px;
}
.image-spoon-customised.col-md-6 {
    background: #f6f9fb;
    padding: 40px 30px;
}
input.form-control.form-control-sm.sizeFixed {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0;
}
textarea.form-control.message-sizeFixed {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0;
}
.contact-info .submit-form {
     width:auto; 
    height: 55px;
    border-radius: 6px;
    color: rgb(255, 255, 255);
    background-color: rgb(219 165 20);
    border: 1px solid rgb(188 142 19);
    border-radius: 0;
    padding: 0 20px;
}
.contact_us_row.row {
    margin-bottom: 50px;
}
.contact_us_row.row {    padding-top: 0;
    box-shadow: 0 4px 20px rgb(0 0 0 / 20%);
}
li.nav-content-item.login_section_open1 .login_section_open.show_submenu_log {
    display: block!important;
}
.welcome_heading {
    font-size: 12px;
    color: #1d4165;
}
.profile_rd {
    padding: 4px 0!important;
}
form.editprofile_form .form-group {
    margin-bottom: 25px;
}
@media only screen and (max-width: 959px){
.contact_us_row.row {
    padding: 0 0 25px;
    margin: 0 15px 30px;
}

}
.form-submit.col-md-6 {
    padding: 40px 30px;
}
span.help_center_sec_span {
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    margin-left: 8px;
    color: black;
    display: inline-block;
    font-weight: 600;
}
a.text-light-green.fw-700.nav-content-link.help_center_sec_a {
    display: inline-flex;
    align-items: center;    text-decoration: none;
}
span.help_center_sec_a_span {
    font-weight: 100!important;
    background: #1d4165;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 16px;
    align-items: center;
    margin: auto;
    padding: 0px 0;
    text-align: center;
    color: white;
}
ul.login-list.show_submenu_sub_plm {
    background: none!important;
    box-shadow: none!important;
    height: auto;
    position: relative!important;
    top: 0!important;
    right: 0!important;
    width: 100%!important;
    display: block!important;       border: none!important; padding-left: 0px!important;
}

input.SalePrice:focus-visible {
    outline: 0px!important;
}
input.SalePrice {
    cursor: context-menu;
}





/*.disable_class {
    color: #666;
    pointer-events: none;
    cursor: no-drop;
    background: #f8f8f8;
    opacity: .3;
    width: 100%;
}
.location_div_celd{
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%), inset 0 2px 0 0 rgb(255 255 255 / 0%);
    border: 1px solid #999;
}*/
input.messageField.personal-input-msg.txtcustomisecake_weight {
    padding: 10px 28px 10px 10px;
    display: block;
    border-radius: 4px;
    margin-bottom: 2px;
    text-transform: capitalize;
    border: 1px solid #ccc;
    color: #666;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%), inset 0 2px 0 0 rgb(255 255 255 / 0%);
}
.col-md-12.col-sm-12.col-xs-12.FlavourDiv {
    margin-bottom: 13px;
}
span.Pound_span {
    position: absolute;
    top: 12px;
    right: 20px;
    color: #dba514;
    font-size: 12px;
}
.select_section_messageField_top {
    padding: 7px 28px 7px 10px;
    color: #222;
    display: block;
      /* border-radius: 4px;*/
    /*margin-bottom: 10px;*/
    text-transform: capitalize;
    /* border-bottom: 0; */
    border: 1px solid #ccc;
    color: #666;
    background: #ffffff;
    width: 100%;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%), inset 0 2px 0 0 rgb(255 255 255 / 0%);
}



@media (min-width: 768px) {
  .buy-grid {
    display: grid;
    grid-column-gap: 0rem;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "hero-image header" "hero-image selection" "hero-image specs";
  }
}

.hero-image-wrapper {
  grid-area: hero-image;
  height: 100%;
}

@media (min-width: 768px) {
  .hero-image-element {
    position: sticky;
    top: 0;
    left: 0;
  }
}
.specs-table {
  padding-bottom: 3rem;
}

.col-md-12.col-lg-12.col-xs-12.padding_right_0.specs-table {
    padding-left: 5px;
}


.float-right.cart_remove_sec .orderSummeryQuantityMinus i.fa.fa-trash-o {
    color: red;
    font-size: 14px;
}
.float-right.cart_remove_sec .orderSummeryQuantityMinus {
       /*height: 100%;*/
    background: #ff080814;
    /*width: 50%;*/
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
p.text-gray.mb-0.Blackforest_sec {
    font-weight: 500;
    font-size: 12px;
    margin-top: 5px;
}
p.text-gray.mb-0.DeliveryDate_sec {
    font-weight: 500;
    font-size: 12px;
    margin-top: 5px;
    color: #047614;
}
    p.text-gray.mb-0.DeliveryDate_sec span {
        color: #1c1b1b;
        font-weight: 700;
    }

@media (max-width: 767px){
    .p-3.border-bottom.menu-list.AddSingleProductBtns {
    max-height: none!important;
}
    .margin8 {
    font-size: 20px;
}
    li.cart-btn.cart-dropdown.nav-content-item.help_center_sec {
    display: none;
}
    div#n2-ss-396 .n2-font-238c3960b04883322b4b8389e45282b7-hover {
           font-size: 30px;
    }
    .discover_item .col-md-3 img {
    /*height: 110px;*/
}
    .discover_item span {
    float: none;
    display: inline-block;
    width: 100%;
    margin: 6px 0 0;
}
    .discover_item h4 {
        margin-bottom: 5px;
    }
    .discover_item .col-md-9 {
    padding: 0 10px;
}
    .banner-large-img .inner.abs_center {
    left: 10%;
    -moz-transform: translate(-50%,-47%);
    -o-transform: translate(-50%,-47%);
    -ms-transform: translate(-50%,-47%);
    -webkit-transform: translate(-50%,-47%);
    transform: translate(-5%,-47%);
}
    .title_heading {
        font-size: 22px; padding-bottom: 22px;
    }
    section.section-info-v2.mt-lg-5 .row.mini-content .col-lg-4.col-12.order-lg-1.order-2.order-md-2.col-md-6.text-lg-left.text-md-center.pt-lg-5.text-center{width: 100%;margin: 0;}
    div#testim-content div p {
    height: auto;
}
    section.footer-section-top.pt-5.pb-4 {
    padding-bottom: 0;
   
}
    .sticky-sidebar {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    position: relative;
    min-height: auto;
}
    li.submenu-dropdown-icon a{ width: 100%!important;}
    .mdn-accordion a, .mdn-accordion .accordion-title {
    width: 100%;
}
    .account_sec {
        display: block !important;
        padding: 16px 7px 16px;
        max-width: 100% !important;
        min-width: 100% !important;
    }
 .account_sec .account_div {
    margin-right:0px;
}
 .full_screen_popup.summary_popup {
    width: 100%;
}
.full_screen_popup.modal.fade.addnewaddress_popup .form-group {
    width: 100%;
}
}

label.open-search.search_box{overflow: visible;}
label.open-search.search_box .search-div-shi {position: absolute;top: 40px;z-index: 99;cursor: pointer;background: white;width: 100%;border-left: solid 1px #eaeaea;border-right: solid 1px #eaeaea;border-bottom: solid 1px #eaeaea;}
label.open-search.search_box .search-loader-div-shi.searchproductlist.scrollbar {max-height: 390px;overflow-y: auto;min-height: 65px;}
label.open-search.search_box .row.search-list-shi {border-bottom: 1px solid #2b282312;display: flex;margin: 0;width: 100%;}
label.open-search.search_box .row.search-list-shi:hover {background: #f9f9f9;}
label.open-search.search_box .pd-right0 {padding-right: 0;padding-top: 8px;padding-bottom: 8px;padding-left: 0;width: 13%;}
label.open-search.search_box .margin_auto {margin: auto;}
label.open-search.search_box .row.search-list-shi .item-img img {width: 100%;}
label.open-search.search_box .search-loader-item-detail.searchproduct {display: block;text-align: left;width: 100%;}
label.open-search.search_box .item-title {padding: 10px 0;font-size: 12px;color: #2c3192;}
label.open-search.search_box a:focus, a:active, a:hover{outline: none;overflow: hidden;text-decoration: none;}
label.open-search.search_box a{outline: none;overflow: hidden;display: block;text-decoration: none;}

section.discover_menu_area .discover_menu_inner .actions {
    display: flex;
}
.p-3.border-bottom.menu-list.AddSingleProductBtns {
    max-height: 400px;
    height: 380px;
}

.time-size {
    font-size: 14px;
}
.his_top.ClickParticularOrderMain .news-detail {
   display: flex;
     align-items: center;
}
.his_top.ClickParticularOrderMain .news-title {
    display: block;
    align-items: center;
    padding: 0;
    width: 100%;
}
.his_left_bt {
    width: 50%;
}
.his_right_bt {
    width: 50%;
}
.orderhistory_popup .section.news .news-content p.DeliveryOn_sec {
    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    color: #047614;
    margin-top: 10px;
}
.his_right_bt h5.his_h5 span{    font-weight: 500;
    font-size: 14px;
    margin-top: 5px;
    color: #047614;
    margin-left: 10px;}
.Order_Not_Found {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .his_bt {
        display: block;
    }
    .his_left_bt {
    width: 100%;
    margin-bottom: 10px;
}
    .his_right_bt {
    width: 100%;
}
}
   .location_div.activeinput.deliverydatediv input.select_delivery_date_btn.deliverydate::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.row.location_row .left_text_box {
    padding-right: 8px;
}

.row.location_row .right_text_box {
    padding-left: 8px;
}
div#n2-ss-396 .nextend-bullet-bar .n2-bullet{
     color: #ffffff00;
    background: #dba514;
    border-radius: 50%;
    height: 9px;
    width: 9px;    margin: 0 4px!important;
}
div#n2-ss-396 .nextend-bullet-bar {
    padding: 20px 0;
}
.blue_text {
    color: #1d4165;
}
.blue_text:hover {
    color: #1d4165;
}

.color-2.editContent:hover h4 a {
    color: #bd8902;
}
label.open-search.search_box .search-loader-item-detail.searchproduct .rating.rating--read-only span {
   font-size: 12px;
    color: #828282;
    font-weight: 500;
}
label.open-search.search_box .search-loader-item-detail.searchproduct .star_sec {
    margin-right: 4px;
}
.account_div_head {
    font-size: 20px;
    font-weight: 500;
    color: black;
}
.productSortWrap {
    display: inline-flex;
}
span.a_reviewsprofile_name {
    font-size: 14px;
    line-height: 19px;
    position: relative;
    color: #1d4165;
}

.a_reviewsprofile_content {
    min-height: 34px;
    display: table-cell;
    vertical-align: middle;
}

.a_reviewsprofile_avatar_wrapper {
    margin-right: 18px;
    width: 43px;
    display: table-cell;
}

a.a_profile {
    display: table;
    text-decoration: none;
}
.a_row.a_spacing_mini {
    margin-bottom: 10px;
}
.review_title {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin: 4px 0 8px;
    font-style: italic;
}
.reviews_sec .rating.rating--read-only {
    margin-bottom: 4px;
}
.review_text_content {
 margin:5px 0
}
.review_text_content span {
    color: black;
}
span.location_avl.time-size {
    margin: 0;
    font-size: 12px!important;
    color: black;
    font-weight: 600;
}
.location_sec .row.location_row {
    margin-top: 10px;
    /*margin-bottom: 10px;*/
}








.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
    display: block;
}
.owl-controls .owl-buttons .owl-prev{
    background: #f7f7f7;
    position: absolute;
    top: 10%;
    left:15px;
    padding: 12px 12px 12px 11px;
    border-radius: 2px;
    /* box-shadow: 3px 14px 25px -10px #92b4d0; */
    transition: background 0.5s ease 0s;
    box-shadow: -2px 0 4px rgb(0 0 0 / 30%);
}
.owl-controls .owl-buttons .owl-next{
    background: #f7f7f7;
    position: absolute;
    top: 10%;
    right: 15px;
    padding: 12px 12px 12px 11px;
    border-radius: 2px;
    /* box-shadow: -3px 14px 25px -10px #92b4d0; */
    transition: background 0.5s ease 0s;
    box-shadow: 2px 0 4px rgb(0 0 0 / 30%);
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 20px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.reviews_section.description .inner_heading_sec {
    margin-bottom: 30px;
}
.star.active:before {
    content: "\f005"!important;    color: #ffb400;
}
span.review_date {
    color: #00572e;
    font-size: 12px;
}
span.a_reviewsprofile_F {
    margin: auto;
    font-size: 25px;
    font-weight: 600;
    color: #1d4165;
}
.a_reviewsprofile_avatar {
    background: #fff1cc;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    text-align: center;
    align-items: center;
}
.post-slide {
    display: flex;
}
.reviews_section.description {
    padding: 5px 40px 20px;
}
img.cake_24_Trust_Seal_4 {
       /* width: 180px; */
    height: 50px;
    margin-right: 15px;
}
.safe_section {
    list-style: none;
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    /* height: 24px; */
    margin-bottom: 2px;
    color: #272727;
}

img.safe_icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.trust_section {
    list-style: none;
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    /* height: 24px; */
    color: #272727;
}
img.trust_icon {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 4px;
}
.Trust_section {
    display: flex;
    width: 85%;
    margin: auto;
    margin-right: 0;
}
section#singlescr_sec {
    padding-bottom: 25px;
}
._product-detail-content.height-product-alldetails .rating.rating--read-only {
    margin-bottom: 8px;
    width: 100%;
}
.price_section_with_safe {
    display: flex;
    position: relative;
}
img.Safe_100_img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 165px;
}
span.off_pri {
    color: #009d43;
    font-size: 14px;
}

span.old_pri {
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 5px;
}
.old_pri_sec {
    display: flex;
    align-items: center;
    padding-left: 15px;
}
span.Rupee_icon {
    font-family: Quicksand;
}
.page-footer span.subscribe_emailid_errormsg {
      color: red;
    font-size: 11px;
    display: block;
    margin-bottom: 5px;
}
.page-footer span.Subscribe_message {
    color: black;
    font-size: 13px;
    font-weight: 500;
}
.page-footer .actions {
    margin-top: 10px;
}
div#addnewaddress .col-md-12.form-group span{color: red;font-size: 12px;margin-top: 2px;}
@media only screen and (max-width: 767px) {
    .Trust_section {
    display: none!important;
}
    .row.location_row .left_text_box {
    padding-right: 15px!important;
}
    .row.location_row .right_text_box {
    padding-left: 15px!important;
}
    .reviews_section.description {
    padding: 5px 0px 20px!important;
}
    .owl-carousel .owl-wrapper-outer {
    width: 71%!important;
}
    img.Safe_100_img {
    display: none!important;
}
.categories .productsDetail figcaption {
    min-width: 206px!important;
}
li.sub-level.no_sub_menu .accordion-title::before{
    display:none;
}
.productSortWrap{
        overflow-x: auto;    display: flex;
}
    
a.sort_by_a {
    white-space: nowrap;
}
span.sort_by_span{
     white-space: nowrap;
}
    .col-md-2.col-sm-6.col-xs-3.formobiletab {
        padding-left: 2px !important;
        padding-right: 2px !important;
        padding-bottom: 5px;
    }
.row.product-details-size-category.margin_15_15 {
    margin: 0!important;
}
.col-md-12.col-lg-12.col-xs-12.padding_right_0.specs-table {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
}
    .row.product-details-size-category.margin_15_15 .col-md-4.col-sm-4.col-xs-12.formobiletab {
        padding: 0;
        width: 47%;
        margin: 0px 10px;
    }
.row.product-details-size-category.margin_15_15 .col-md-12.col-sm-12.col-xs-12{
      padding: 0;
}
.location_sec .row.location_row .col-md-6.col-sm-6.col-lg-6.col-xs-12.padding_left_0 {
    padding: 0 15px;
}
    /*a#CountinewPaymentNew {
        width: 50%!important;
    }*/
    .login_section_open {
        right: 0!important;
        left: auto!important;
    }
    form.editprofile_form .col-md-6.form-group{
        width:100%;
    }
   .osahan-profile .row.footer_sec .col-md-3.form-group {
    width: 100%;
}
   .section.news .news-content .news-title {
        width: 100%;
    padding: 0;
}
   .heading_s .news-detail {
       display: inline-flex;
    align-items: center;
}
   .heading_s.section.news.OrderNewHistoryPage {
    padding: 0;
}
   section.section-info-v2.mt-lg-5.ourvaluessection .text-md-center.pt-lg-5.text-center {
    width: 100%!important;
    margin: 0 0!important;
}
}
img.cake_image {
    float: left;
    width: 21%;border-radius: 3px;
    padding-left: 2px;
}
.row.cart_row_sec {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
    .row.cart_row_sec .col.s7 {
        margin-right: 5px;
        font-size: 12px;
        color: #1c1b1b;
        font-weight:700;
    }

.row.cart_row_sec .col.s5 {
    font-size: 12px;
    color: #000000; /* width: 40%; */ /* text-align: right; */
}
.delivery_rowmain_sec p.text-gray.mb-0.Blackforest_sec{
    margin:0;
}
.delivery_rowmain_sec:before {
    content: "";
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    bottom: 0;
    width: 90%;
    margin: auto;
    left: 15px;
    right: 15px;
}
.delivery_rowmain_sec {
    border-bottom: 1px solid #dbdbdb;
    margin: 0 0 5px 0;    padding: 12px 0;
    position: relative;
}
.delivery_rowmain_sec .row.delivery_row.add_bnd_section {
    border-bottom: 0px solid #dbdbdb;
    margin: 0 0 8px;    padding: 0;
}
p.text-gray.mb-0.Blackforest_sec.text_orange {
    color: #bd8902;
}
.delivery_rowmain_sec .row.delivery_row.add_bnd_section:before{
    display:none;
}
.delivery_rowmain_sec .delivery_row h5.h5{
    padding-bottom:5px;
}
img.product_green_sym_icon {
    float: left;
    width: 14%;
    margin-top: 0px;
    border-radius: 4px;
    padding-left: 3px;
}
.add_bnd_section_row {
    border-bottom: 1px solid #dbdbdb;
    margin: 0 0 5px 0;    padding: 12px 0;
}
.add_bnd_section_row .row.delivery_row.add_bnd_section {
    border-bottom: 0px solid #dbdbdb;
     margin: 0 0 8px;
    padding: 0 0;
}
.add_bnd_section_row .row.delivery_row.add_bnd_section:before {
   display:none;
}
.add_bnd_section_row .delivery_ft_sec {
    display: block;
    margin-bottom: 5px;
}
.add_bnd_section_row .delivery_ft_sec .delivery_ft_sec_head{
    margin-right: 5px;
    font-size: 12px;
    color: #646464;
}
.add_bnd_section_row .delivery_ft_sec span{
    font-size: 12px;
    color: #000000;
}
.add_bnd_sec .delivery_ft_sec {
    display: inline-flex;
}
.add_bnd_section_row .delivery_ft_sec p{
   margin:0;
}

@media screen and (max-width:991px){
    .BindProductRecomendedCategoryDetail .p-3.border-bottom.menu-list.AddSingleProductBtns {
        height: 246px;
        min-height: 238px;
    }
}
@media (max-width: 767px){
.BindProductRecomendedCategoryDetail .p-3.border-bottom.menu-list.AddSingleProductBtns {
    flex: none!important;
    width: 50%!important;
    margin: 0;
}
li.nav-content-item.account-login {
    position: absolute!important;
    right: 42px;
    top: 6px;
}
li.nav-content-item.account-login a#loginwebLoginButton i{
       font-size: 20px;
}
li.nav-content-item.after_login {
    margin: auto!important;
    margin-right: 0!important;
}
a#NameWebShowHideMainNewShow .BindSectionProfileNameLoginName{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.add_to_cart_row .col-md-6.col-sm-6.col-xs-12:nth-child(odd) {
    padding-left: 15px!important;
}
.add_to_cart_row .col-md-6.col-sm-6.col-xs-12:nth-child(even) {
    padding-right: 15px!important;
}
.product_width_section img.ProductImagePartChangeDynamic.mr-3{
        height: 153px!important;
}
span.current_count {
    position: absolute;
    right: 21px!important;
    bottom: 8px!important;
    font-size: 11px;
    font-weight: 600;
    color: #b5b5b5;
}
}
.Trust_section.Trustnote_section span{
    color: #db1414;
    font-weight: 500;
    margin-right: 10px;
}

.Trust_section.Trustnote_section {
    font-size: 13px;
    color: black;
    margin-top: 7px;width: 83%;
}

.note_section {
    margin-bottom: 3px;
}
span.current_count {
       position: absolute;
       right: 25px;
       bottom: 10px;
       font-size: 11px;
       color: #b5b5b5;
       font-weight: 600;
}
.delivery_rowmain_sec .row.cart_row_sec {
    margin-bottom:10px;
}
.delivery_rowmain_sec .row.cart_row_sec p{
    margin:0;
}
span.red_star {
     color: red;
    font-size: 17px;
    position: absolute;
    right: 1px;
    top: -4px;
}
span.star_heading_sec {
    position: relative;
    padding-right: 7px;
}

.OtcPriceBox-price-box div {
    margin: 0;
}
.product_hbhjb {
    color: #dba514 !important;
    background: #fffbf1 !important;
    /* border: 1px solid #11202c2b; */
}
.iufgyhjb_tri {
    display: flex;
    justify-content: center;
    width: 100%;
    /*border-radius: 3px;*/
    padding: 0;
    color: #fff;
    border: 1px solid #dba514;
    background: #de973d;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .06);
    margin-bottom: 10px;
}
.yjnyh_tri {
    width: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 17px;
    padding: 4px 0;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    color: #dba514;
    /* height: 22px; */
    border: none;
    background: none;
}
.iutrgv_tri {
    width: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 26px;
    background: no-repeat;
    border: 0;
    color: #dba514;
    border: none;
    background: none;
}
.irg_tri {
    width: 32px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 16px;
    padding: 2px 0;
    position: relative;
    cursor: pointer;
    color: #dba514;
    font-weight: bold;
    border: none;
    background: none;
}

.fa {
    /* font-family: var(--fa-style-family, "Font Awesome 6 Free"); */
    font-weight: var(--fa-style, 900) !important;
}
span.current_count {
       position: absolute;
       right: 25px;
       bottom: 19px;
       font-size: 11px;
       color: #b5b5b5;
       font-weight: 500;
}


/*contact us*/
.py-8 {
    padding-top: 0rem !important;
    padding-bottom: 3rem !important;
    background: #ffffff;
    background-image: url(../images/all_page_bg.png);
}

.efwfwfg_tri {
    margin: 0 0 1.625vw;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-top: 25px;
}
span.iw_tri {
    color: #dba514;
}


.pxl-grid-inner {
    margin-top: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    margin-left: -15px;
}
.pxl-grid-inner .grid-item {
    margin: 15px 15px 15px 15px;
}
.cross-hover:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 102% 0%, 102% 102%);
    -khtml-clip-path: polygon(0 0, 102% 0%, 102% 102%);
    -moz-clip-path: polygon(0 0, 102% 0%, 102% 102%);
    -ms-clip-path: polygon(0 0, 102% 0%, 102% 102%);
    -o-clip-path: polygon(0 0, 102% 0%, 102% 102%);
    clip-path: polygon(0 0, 102% 0%, 102% 102%);
    -webkit-transition: all 400ms ease;
    -khtml-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    transform: scale(0);
    transform-origin: top right;
    background-color: #dba514;
}
.cross-hover:hover:before, .cross-hover:hover:after {
    transform: scale(1.005);
}
.cross-hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 102% 102%, 0 102%);
    -khtml-clip-path: polygon(0 0, 102% 102%, 0 102%);
    -moz-clip-path: polygon(0 0, 102% 102%, 0 102%);
    -ms-clip-path: polygon(0 0, 102% 102%, 0 102%);
    -o-clip-path: polygon(0 0, 102% 102%, 0 102%);
    clip-path: polygon(0 0, 102% 102%, 0 102%);
    background-color: #dba514;
    -webkit-transition: all 400ms ease;
    -khtml-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    transform: scale(0);
    transform-origin: bottom left;
}

.grid-item-inner .item-content {
    padding: 20px 20px 30px;
    transition: all 300ms ease 0s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    /* border: 1px solid #d8d8d8; */
    justify-content: center;
    height: 200px;
}

.grid-item-inner .item-title {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
}
.grid-item-inner .area-icon-wrap img {
    width: 50px;
    height: auto;
    /* transition: all 350ms linear 600ms; */
}
.pxl-practice-area-grid.layout-pxl-practice-area-1 .grid-item-inner .item-excerpt {
    transition: all 300ms ease 0s;
}
.grid-item-inner.cross-hover {
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
    cursor:pointer;
}
.grid-item-inner.cross-hover p{
    margin-top:10px;
        line-height: 22px;
}
.grid-item-inner.cross-hover:hover .item-excerpt {
    color:white !important;
}
.grid-item-inner.cross-hover:hover .item-content p{
    color:white !important;
}

@keyframes typing-form {
  30%,60% {left: calc(100% + 60px);}
  100% {left:0;}
}
.grid-item-inner.cross-hover:hover .item-content a.big_pan{
    color: white !important;
}
img.area-icon {
    top: 0%;
}
.area-icon-wrap {
    height: 45px;
    width: 45px;
    background: #122f4d;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 30px;
    margin: auto;
    -webkit-animation: ripple .7s linear infinite;
    animation: ripple .7s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 3px rgb(206 206 206 / 30%), 0 0 0 1px rgb(206 206 206 / 30%), 0 0 0 1px rgb(206 206 206 / 30%), 0 0 0 3px rgb(206 206 206 / 30%);
    }

    100% {
        box-shadow: 0 0 0 12px rgb(206 206 206 / 30%), 0 0 0 1px rgb(206 206 206 / 30%), 0 0 0 3px rgb(206 206 206 / 30%), 0 0 0 1px rgb(206 206 206 / 0%);
    }
}

section.py-8.new_ad_class {
    padding: 25px 0px !important;
    padding-bottom: 25px !important;
}


.item-excerpt {
        padding: 21px 0px;
    padding-bottom: 0px;
}
a.big_pan {
    font-size: 18px;
    color: #dba514;
    text-decoration: none;
    padding-bottom: 10px;
    font-weight:600;
    /* margin-bottom: 10px !important; */
}

@media(max-width:768px){
    .grid-item-inner.cross-hover{
        margin:10px 0px;
    }
}
 .pl-0{
    padding-left:0px;
}
.pr-0{
    padding-right:0px;
}

li.submenu-dropdown-icon ul.sub_sub_menu.show_submenu_sub {
    display: block;
    position: absolute;
    right: -23%;
}

.qty-box.iufgyhjb_tri.product_hbhjb {
    width: 49%;
    margin-top: 0px;
    padding: 3px 8px;
    float: left;
    margin-right: 5px;
}

a.AddSingleProductBtns {
    width: 47%;
    display: inline-block;
    float: right;
    margin-left: 6px;
}