
.custom-swaltimer-font,.custom-swal-font{
    font-family: 'Roboto';
    font-size: 10px;
    color: #000;
    position: absolute;
    top: 110px;
    box-shadow: none;
    -webkit-animation-name: sildeInLeft;
	animation-name: sildeInLeft;
}
.custom-swal{
	font-size: 14px;
}
#cakeCarousel .owl-nav .disabled {
	display: none;
}
.customLoginAlert{
    font-family: 'Roboto';
    font-size: 10px;
    color: #000;
}
.swal2-actions button {
    background-color: #BE393E;
    border: 1px solid #BE393E;
    color: #fff;
    font-weight: 700;
}
.swal2-actions button:hover {
    background-color: #BE393E;
}
.custom-timer-bar{
    background-color: #BE393E;
}
.crockery_hero {
    background-color: #49353B;
    height: 100%;
    position: relative;
    padding: 0px 0 80px;
}
.crockery_hero:before {
    background-color: #49353B;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    top: 0;
}
.cemento_hero {
    position: relative;
}
.hero_image img {
    width: 100%
}
.slider_banner h1::first-letter{
    text-transform: capitalize;
}
.slider_banner h1{
    color: #49353b;
}
.welcome_section p {
    font-size: 18px;
}
.outer_wrapper {
    background-color: #49353b;
}
.slider_banner{
    background-color: #fff;
    border: 40px solid #49353b;
    border-radius: 60px;
    margin: 0;
    width: 100%;
}
.slider_banner .slider_shop_now{
    margin-top: 20px;
    border: 2px solid #49353b !important;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: inline-block;
    font-weight: 700;
    padding: 12px 40px;
    transition: all 0.3s ease 0s;
    background: #49353b;
    color: #fff !important;
}
.slider_banner .slider_shop_now:hover{
    background: transparent;
    color: #49353b !important;
    border: 2px solid #49353b;
}
.hero_single_item {
    position: relative;
    /*padding-top: 40%;
    min-height: 450px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hero_slide_image {
    /*
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;   
            */     
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero_text_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #fff;
}

.hero_text {
  padding: 180px 15px 0;
}
.hero_text h1 {
    color: #49353b;
    font-size: 75px;
    font-weight: 600;
    margin: 0 0 31px;
}
.hero_text h3 {
    color: #49353b;
    font-weight: 600;
}
.owl-carousel .owl-item .hero_slide_image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.crockery_hero_carousel .owl-nav {
    position: relative;
    text-align: center;
    max-width: 100px;
    margin: 0px auto;
}
.crockery_hero_carousel .owl-nav .owl-prev, .crockery_hero_carousel .owl-nav .owl-next {
    position: absolute;
    bottom: -25px;
}
.crockery_hero_carousel .owl-nav .owl-prev {
    left: -15px;
}
.crockery_hero_carousel .owl-nav .owl-next {
    right: 0;
}
.crockery_hero_carousel .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 25px;
    color: #fff!important;
    font-size: 18px;
    margin-left: -30px;
}
.crockery_hero_carousel .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    /*vertical-align: middle;*/
    padding-left: 28px;
    color: #fff!important;
    font-size: 18px;
    
}
.crockery_hero_carousel .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 0;
}
.crockery_hero_carousel .owl-dot span {
    display: none;
}
.crockery_hero_carousel .owl-dot.active:before {
    content: counter(slides-num) " /";
    display: inline-block;
    /*vertical-align: middle;*/
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff!important;
}

.crockery_hero_carousel .owl-nav button {
    width: 14px;
}
.welcome_section {
  background-color: #f8f8f8;
  padding: 75px 0;
}
.welcome_text h4 {
  color: #be393e;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.welcome_text h2 {
  color: #49353b;
  font-size: 60px;
  font-weight: 400;
}


.best_seller_heading {
    background-color: #be393e;
    color: #fff;
    min-width: 300px;
    padding: 50px 25px;
    text-align: center;
    width: 20%;
}
.best_seller_wrapper {
    overflow: hidden;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
/*    height: 382.59px;*/
}
.best_seller_carousel {
    width: 80%;
}
.best_seller_text {
  text-align: left;
}
.best_seller_text h2 {
  font-weight: 500;
}
.best_seller_text p {
  font-size: 20px;
  margin: 40px 0;
}
.best_seller_text a {
  background: #fff none repeat scroll 0 0;
  color: #be393e;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 600;
}




.newest_items {
    padding: 75px 0px;
    background-color: #fff;
}
.newest_items_carousel .newitem_image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 240px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 25px 10px;
    width: 100%;
    overflow: hidden
}
.newitem_image a {
    display: block;
    width: 100%;
    height: 100%
}
.newest_items_carousel .newitem_image img {
    max-height: 100%;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.newest_items_carousel .single_new_item:hover .newitem_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.trending_items {
    background-color: #F8F8F8;
    padding: 75px 0;
    position: relative;
}
.trending_items .section_heading a {
  color: #49353b;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 18px;
    font-weight: 600;
}
.trending_items .section_heading a:hover {
  color: #BE393E;
}

.popular_product {
    padding: 75px 0;
}
.popular_single_product {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}
.popular_prod_image {
    position: relative;
    overflow: hidden;
}
.popular_prod_image img {
    -webkit-transition: .3s;
    transition: .3s;
}
.popular_single_product:hover .popular_prod_image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.popular_prod_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popular_prod_overlay {
    height: 100%;
    left: 0;
    padding: 0px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    /*opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
}
.popular_single_product .popular_prod_overlay {
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.popular_single_product:hover .popular_prod_overlay {
    background: rgba(0, 0, 0, 0.10) none repeat scroll 0 0;
}
.popular_prod_overlay .wishlist_cart {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.popular_prod_overlay button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin: 0 0 15px;
    padding: 0;
}
.popular_prod_overlay button img {
    width: 30px;
}
.popular_overlay_content {
    height: 100%;
    left: 0;
    padding: 30px;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s
}
.popular_overlay_content h3 {
    margin: 0;
    font-size: 40px;
    font-weight: 400;
}
.popular_overlay_content h3::first-letter{
    text-transform: capitalize;
}
.popular_single_product:hover .popular_overlay_content {
    /*border: 1px solid #fff;*/
    -webkit-transition: .3s;
    transition: .3s
}
.popular_overlay_content a {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 30px;
}

.popular_overlay_content p {
    font-style: italic;
    margin: 0;
}

.single_new_item {
    border: 1px solid #ececec;
    background: #fff;
    margin: 0;
    position: relative;
    display: block;
}
.single_new_item .iconPlaceHeart {top: 15px;padding: 5px;}
.trending_content_top .single_new_item {
    width: 32.33%;
}
.single_new_item .iconPlaceHeart.addedToWishList {
    background-color: #be393e;
}
.trending_content_top.d-flex {
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 10px;
}
.trending_content_top .newitem_image {
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 330px;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    overflow: hidden;
    padding: 30px;
}
.trending_content_top .newitem_image img {
	height: 100%;
	max-height: 100%;
	width: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	-o-object-fit: contain;
	object-fit: contain;
}
.trending_content_top .single_new_item:hover .newitem_image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
.newitem_image_wrapper {
    width: 50%;
}
.trending_content_top .newitem_details {
  width: 50%;
    padding: 50px 30px
}
.trending_tabs img {
    width: 33px;
}
.trending_tabs .nav-tabs {
    border: medium none;
    margin: 0 0 30px;
}
.trending_tabs .nav-tabs .nav-item {
    margin: 0;
    position: relative;
}
.trending_tabs .nav-tabs .nav-item .nav-link {
    border: medium none;
    border-radius: 0;
    color: #7b7b7b;
    font-size: 20px;
}
.trending_tabs .nav-tabs .nav-item .nav-link.active {
    color: #BE393E;
}
.trending_tabs .nav-tabs .nav-item:before {
    background: #7b7b7b none repeat scroll 0 0;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 1px;
}
.trending_tabs .nav-tabs .nav-item:last-child:before {
    display: none
}
.trending_content_bottom {
    margin: 50px 0 0;
}
.newitem_details {
    padding: 0 25px 20px;
    text-align: left
}
.trending_content_bottom a {
    border: 1px solid #333333;
    color: #333333;
    font-weight: 600;
    padding: 8px 30px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s
}
.trending_content_bottom a:hover {
    background: #333;
    color: #fff
}
.prod_title {
    margin: 0;
}
.prod_title::first-letter{
    text-transform: capitalize;
}
.prod_title a {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 0 15px;
    display: block;
    min-height: 60px; 
}
.single_new_item:hover .prod_title a {
    color: #BE393E
}
.newest_items_carousel .owl-nav {
    margin: 50px 0 0;
    text-align: center;
}
.newest_items_carousel .owl-nav button {
    margin: 0 25px;
    width: 37px;
    height: 18px
}

.quick_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-text-decoration-skip: 3s;
            text-decoration-skip: 3s;
    gap: 25px;
}
.newest_items_carousel .owl-item .quick_cart img,.trending_tabs .openQuickView img {
    width: 33px;
}
.quick_cart button {
    border: medium none;
    background: transparent;
    padding: 0;
}

.newitem_details_text {
    padding: 15px 0;
}
.prod_price {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    white-space: nowrap
}
.prod_price strike {opacity: .50;display: inline-block;margin-left: 10px;}
.prod_price s{font-weight: bold;}
.hotcat_left {
    width: 50%;
    padding-right: 12px;
    height: 500px;
}

.hotcat_right {
    width: 50%;
    height: 500px;
    padding-left: 12px;
}

.hotcat_right_top {
    width: 100%;
    padding: 0 0 12px;
    height: 50%
}
.hotcat_right_bottom {
    width: 100%;
    height: 50%;
    padding: 12px 0 0
}



























