#section_best_selling {
    display: block;
	position: relative;
}
#auction_products{
	position: relative;
}
.featured-categ {
    display: none;
}
.store-sec-mt img {
    width: 100%;
	border-radius: 10px;
    box-shadow: 0px 6px 14px rgb(0 0 0 / 20%);
	height: 350px;
}
.store-info {
	position: relative;
    margin-bottom: 40px;
	background: #fcc2c1;
}
.store-sec-mt {
    /* background: #FFF4E6;
    padding: 40px; */
	margin-top: 30px;
}
.store-sec-mt .store-info p {
    margin: 0;
    font-size: 14px;
    color: #373737;
	line-height: 28px;
}
.sec-title {
    /* font-size: 32px;
    font-weight: 800; */
	font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    /* background-image: url(//sweetmielo.like-themes.com/wp-content/uploads/2018/08/header-default-icon.png) !important; */
    background-repeat: no-repeat;
    background-position: 50% 100%;
    padding-bottom: 16px;
	text-transform: uppercase;
}
.faq-section .collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
  text-decoration: none;
}

.faq-section .collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: 'Line Awesome Free';
  font-size: 1.1rem;
}

.faq-section .collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}

.faq-section .card-header h2 {
    width: 100%;
}

.store-text-mt{
	background: #f2a8a9;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border-left: 0;
    border: 3px solid #f4f8f1 !important;
    border-color: rgb(255 255 255 / 36%) !important;
    z-index: 1;
	height: 150px;
}

.store-info:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(255, 255, 255, .1); */
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.store-text-mt a {
    font-family: 'Public Sans', sans-serif;
    font-size: 16px;
    color: #000;
}

.product-price span {
    color: #7d7c7d;
    font-size: 17px;
    font-family: 'Public Sans', sans-serif;
}

#section_newest .img-fit {
    border: 3px solid #ffe4d9;
	height: 285px;
}

.page-banner-bg.bg_cover {
    background-size: cover;
}

.banner-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.banner-content .title {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 0;
	text-transform: uppercase;
}

.contact-page {
    padding-top: 40px;
    padding-bottom: 60px;
}

.top-text {
    margin-bottom: 60px;
	text-align: center;
}

.top-text h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
	margin-bottom: 15px !important;
}

.top-text p {
    color: #616575;
    font-size: 16px;
    line-height: 28px;
}

.contact-form .form-group input {
    border: 1px solid #cfd0d0;
    box-shadow: none;
    padding: 25px 20px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
}

.contact-form h3 {
    font-weight: 900;
    margin: 0 0 1.25rem;
    color: #000000;	
}

.contact-form button.contact-btn {
    padding: 12px 30px;
    margin-top: 30px;
    font-size: 16px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
    color: #f23165;
    font-weight: 700;
    border: 2px solid #f23165 !important;
}

.contact-form button.contact-btn:hover {
    background: #f23165;
    color: #fff;
}

.addr {
    border-bottom: 2px dotted #ccc;
    padding: 10px;
    margin: 8px;
}

.addr .las {
    color: #f23165;
    font-size: 25px;
    margin-top: 6px;
}

.addr p {
    color: #000;
    line-height: 26px;
    font-size: 16px;
	font-weight: 600;
}

.addr small {
    font-size: 15px;
	font-weight: 600;
}

.call-to-ac{
	padding-top: 60px !important;
    padding-bottom: 60px !important;
    /* background-image: url(http://sweetmielo.like-themes.com/wp-content/uploads/2018/08/contacts_parallax.jpg?id=5601) !important; */
    background-attachment: fixed;
    background-size: cover;
	/* background-image: url(''); */
}

.call-to-ac .slick-initialized .slick-slide {
    margin: 10px;
	background: #fff;
    height: 260px;
	border: 4px solid #ffe4d9;
}

.faq-section {
    background-position: right;
    background-attachment: fixed;
    background-size: cover;
    background-origin: content-box;
    margin-top: 0px;
}
.faq-info-left {
    background: #f0f0f0;
    padding: 48px;
}
.faq-info-left:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 1px dashed #cc9933;
    box-shadow: 0px 0px 0px 50px rgba(255,255,255,0.03);
}
.header_menu_links {
    color: #fff;
    font-size: 16px !important;
}
.header_menu_links:hover {
    color: #fff;
}
.sc-section-content {
    position: absolute;
    top: 8%;
    bottom: 0;
    text-align: center;
    width: 100%;
	text-transform: capitalize;
}
.sc-section-content .sc-title{
	margin-top: 2.35em;
	margin-bottom: 17px;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
}
.sc-section-content .sc-title-small{
	text-align: center;
    color: #ffffff;
    font-size: 24px;
	font-weight: 300;
}
.sc-section-content .sc-button {
    border: 2px solid #fff;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    line-height: 25px;
}

.sc-section-content .sc-button:hover{
	background: #f23165;
    color: #fff;
}

.editable-content img {
    width: 100%;
}

.editable-content-holder .editable-content {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

a.arrow-prev.slide-arrow {
    position: absolute;
    left: 80px;
    background: #efefef;
    color: #000 !important;
    padding: 10px;
    top: 40%;
}

a.arrow-next.slide-arrow {
    position: absolute;
    right: 80px;
    background: #efefef;
    color: #000 !important;
    padding: 10px;
    top: 40%;
}

#section_best_selling h3, #auction_products h3 {
    display: none;
}

#auction_products .slick-slide img {
    height: 210px;
}

#section_best_selling .slick-slide img{
	height: 210px;
}

.carousel-box {
    border: 0 !important;
}

.aiz-carousel {
    border: 0 !important;
}

#section_home_categories {
    margin-bottom: 50px !important;
}

.hov-column-gap-1{
	font-size: 20px !important;
    text-align: center !important;
    width: 100% !important;
    display: block;
    margin-top: 10px;
}

.policy-file {
    text-transform: capitalize;
}
.term-sec-mt {
    background-color: #ffe4d9 !important;
}
.nav-user-info a {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 600;
    opacity: 1 !important;
}
#section_home_categories h4, #section_best_selling h4, #auction_products h4 {
    font-size: 15px !important;
    font-weight: 500 !important;
}
#section_home_categories span, #section_best_selling span, #auction_products span {
    color: #7d7c7d !important;
    font-family: 'Public Sans', sans-serif;
}
.top-navbar {
    background: #f2f2f2 !important;
}
.top-navbar span {
    color: #000;
    font-size: 14px;
    font-family: 'Public Sans', sans-serif;
}
#auction_products span.cart-btn-text {
    color: #fff !important;
    text-transform: capitalize;
}
.footer-widget h4 {
    color: #fff !important;
    font-size: 16px !important;
}
.btn-view-more {
    margin: 0 auto;
	text-align: center;
}
.btn-view-more .btn {
    color: #f23165;
    font-weight: 700;
    border-color: #f23165 !important;
}
.top-social ul.social a {
    width: 25px;
    height: 25px;
    line-height: 31px;
    font-size: 13px;
    margin: 6px 0;
}
.top-social ul.social i{
	font-size: 18px;
}
.footer-bottom span, .footer-bottom p {
    color: #fff !important;
    margin-bottom: 0;
	font-family: Poppins, Helvetica, sans-serif !important;
    font-size: 14px;
}
.dropdown-toggle::after{vertical-align: baseline;}
#section_home_categories .slick-track, #section_home_categories_2 .slick-track {
    margin-top: 25px;
}
.about-mt img {
    width: 100%;
}
.sweetsclass .editable-image-holder {
    margin: 20px;
}
.sweetsclass .editable-content {
    text-align: center;
}
.sweetsclass .editable-image-holder img {
    /* border-radius: 50% !important;
    width: 200px;
    border: 16px solid #ffbc39; */
	box-shadow: 0px 0px 4px rgb(0 0 0 / 29%);
}
.about-mt p {
    font-size: 16px;
}
#addToCart-modal-body .aiz-carousel.product-gallery .slick-list .carousel-box{
    height: 300px !important;
}
.policy-file svg {
    height: 32px;
}
.custom-img img {
    width: 100%;
}
.custom-btn {
    border-radius: 28px !important;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.16);
    color: #f23165;
    font-weight: 700;
    border: 2px solid #f23165 !important;
    padding: 0.6rem 1.2rem;
}
.custom-btn:hover{
	background: #f23165;
    color: #fff;
}
#addToCart-modal-body .add-to-cart {
    background: #f23165;
    border-color: #f23165;
}
#addToCart-modal-body .add-to-cart span {
    margin-top: 0;
    padding: 0;
    color: #fff;
}
.launch-mt {
    padding: 7px 0;
    font-size: 15px;
    margin-top: 27px;
    color: #f23165;
    font-weight: 700;
}
.whatsapp-icon-float img {
    width: 60px;
}
.whatsapp-icon-float {
    position: fixed;
    bottom: 35px;
    right: 20px;
    cursor: pointer;
}


#search_div {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255);
    
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
	z-index: +9999;
}

#search_div.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
#search_div h3 {
    position: absolute;
    top: 25%;
    width: 100%;
    color: #fff;
    text-align: center;
}
#search_div input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(0 0 0);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search_div .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100px;
    max-width: 200px;
    margin-top: 61px;
    margin-left: -45px;
}
#search_div .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #888;
	border-color: #ccc;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
.carousel-box .aiz-card-box a {
    text-transform: uppercase;
}
.nav-cart-box svg path {
    fill: #919199;
}
.whatsapp-icon-float span {
    border-radius: 8px;
    color: #000;
    margin: 0px 10px;
    padding: 10px 10px;
    box-shadow: none;
    background-color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.aiz-mobile-bottom-nav {
    display: none;
}
body, html {
    overflow-x: hidden;
}
.aiz-card-box a {
    text-transform: uppercase;
}

.menu-area{background: transparent;}
.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}
.mainmenu a, .navbar-default .navbar-nav > li > a, .mainmenu ul li a , .navbar-expand-lg .navbar-nav .nav-link{color: #000000;
    font-size: 16px;
    text-transform: capitalize;
    padding: 13px 10px;
    display: block !important;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: uppercase;}
.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #000000;outline: 0;}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li:hover > a{background: none;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #fff;}
.mainmenu .collapse ul ul ul > li:hover > a{background: #4CAF50;}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#fff; box-shadow: 0 1px 24px 0 rgba(0,0,0,.09) !important;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#1E88E5}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#64B5F6}

/******************************Drop-down menu work on hover**********************************/
.mainmenu{background: none;border: 0 solid;margin: 0;padding: 0;min-height:20px;width: 100%;}
@media only screen and (min-width: 767px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}
/*******/
.mainmenu .collapse ul ul ul li{position:relative}
.mainmenu .collapse ul ul ul li:hover ul{display:block}
.mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}

}
@media only screen and (max-width: 767px) {
.navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
.navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}
}

.festive-categorry {
    background-color: #f7f7f7;
    padding: 72px 48px;
}
.ft-cat-mt {
    position: relative;	
	overflow: hidden;
}
.featured-grid--item--overlay-background {
    background-color: #fff;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
	height: 100%;
    width: 100%;
}
.ft-cat-mt:hover .featured-grid--item--overlay-background {
    opacity: 0.8;
}
.featured-text-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: absolute;
    bottom: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
    height: 100%;
    padding: 32px;
    width: 100%;
}
/* .ft-cat-mt:hover .featured-text-container {
    opacity: 1;
} */
.featured-text-background {
    text-align: center;
}
.ft-cat-mt h3.featured-title {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #ffffff;
}
.ft-cat-mt .featured-link {
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
	color: #ffffff;
}
.ft-cat-mt .fet-img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top,rgb(4 4 4 / 55%),rgb(54 54 54 / 0%));
}
.ft-cat-mt:hover .fet-img img {
    transform: scale(1.05);
}
.fet-img img {
    transform: scale(1);
    transition: transform 8s cubic-bezier(.25,.46,.45,.94);
}
.video-section {
    margin: 40px 0 0;
}
.dekstop {
    display: block;
}
.mobile {
    display: none;
}
.full-banner-video {
    width: 100%;
    height: 100%;
    margin: 20px auto;
}
.footer-logo img {
    width: 90%;
}
#section_best_sellings {
    position: relative;
}

@media (max-width: 767.98px) {  
    .store-text-mt {
        font-size: 14px;
    }
	.sc-section-content .sc-title{
		margin-top: 1.35em;
        margin-bottom: 7px;    
		font-size: 15px;
	}
	.sc-section-content .sc-title-small{
		font-size: 13px;
	}
	.call-to-action .slick-slide img {
		height: 160px;
	}
	.sc-section-content .sc-button{
		padding: 5px 20px;
		font-size: 14px;
		margin-top: 11px;
	}
	.sweetsclass .editable-image-holder img{
		width: 100%;
		border: 9px solid #ffbc39;
	}
	.banner-content{text-align: center !important;}
	.banner-content .title{font-size: 30px;}
	.about-mt .p-4 {
		padding: 15px 0 !important;
		box-shadow: none !important;
	}
	.policy-mt h1 {
		font-size: 1.5rem;
	}
	.policy-mt h3 {
		font-size: 1.4rem;
	}
	#section_home_categories_2 .aiz-carousel {
		margin-top: 15px;
	}
	.faq-section .card .card-header {
		padding: 12px 10px;
	}
	.faq-section .collapsible-link::before{right: 0.3rem;}
	.whatsapp-icon-float{display: block;}
	.festive-categorry{padding: 25px 15px;}
	.video-section {
		margin: 40px 0;
	}
	.dekstop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.full-banner-video {
		width: 100%;
		height: 100%;
		margin: auto;
		padding: 0px 0px;
	}
}