/* Crockery Homepage CSS */
.custom-swaltimer-font,.custom-swal-font{
    font-family: 'Poppins';
    font-size: 10px;
    color: #000;
    position: absolute;
    top: 223px;
    box-shadow: none;
    -webkit-animation-name: sildeInLeft;
	animation-name: sildeInLeft;
}
.customLoginAlert{
    font-family: 'Poppins';
    font-size: 10px;
    color: #000;
}
.swal2-actions button {
    background-color: #9e2727;
    border: 1px solid #9e2727;
    color: #fff;
    font-weight: 700;
}
.swal2-actions button:hover {
    background-color: #9e2727;
}
.custom-timer-bar{
    background-color: #9e2727;
}
.slider_banner h1::first-letter{
    text-transform: capitalize;
}
.outer_wrapper {
    background-color: #9e2727;
}
.slider_banner{
    background-color: #fff;
    border: 40px solid #9e2727;
    border-radius: 60px;
    margin: 0;
    width: 100%;
}
.slider_banner .slider_shop_now{
    margin-top: 20px;
    border: 2px solid #9e2727 !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: #9e2727;
    color: #fff !important;
}
.slider_banner .slider_shop_now:hover{
    background: transparent;
    color: #9e2727 !important;
    border: 2px solid #9e2727;
}
.quick_cart button a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    display: flex;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}
.banner_one_bottom {
    background-color: #9e2727;
}
.container {
    max-width: 1495px;
}
.banner_one_bottom h1 {
    color: #fff;
}
.banner_one_bottom h1::first-letter{
    text-transform: capitalize;
}
.banner_one_bottom a {
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    padding: 8px 30px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s;
}
.banner_one_bottom a:hover {
    background-color: #333;
    border: 1px solid #333;
}
.crockery_hero_carousel:before {
    background: #9E2727;
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
}
.hero_single_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 100%;
    color: #fff;
}
.hero_text {
    padding: 80px 50px 50px;
    width: 45%;
}
.hero_text h1 {
    font-size: 57px;
    line-height: 62px;
    margin: 0 0 20px;
}
.hero_text h1 a {color: #fff}
.hero_text .price {
    color: #fff;
    font-size: 27px;
}
.hero_text .price .old_price {
    display: inline-block;
    margin-left: 15px;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.hero_image {
    padding: 50px 0 0 10%;
    width: 55%;
}
.crockery_hero_carousel .owl-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 50px;
    position: absolute;
    right: 0;
    top: 76%;
    width: 45%;
}
.crockery_hero_carousel .owl-nav button {
    height: 18px;
    right: 0;
    width: 35px;
    z-index: 1
}

.crockery_hero_carousel .owl-dots {
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 75%;
    width: 45%;
}
.crockery_hero_carousel .owl-dots .owl-dot {
    border: 3px solid #fff;
    border-radius: 50%;
    height: 11px;
    margin: 0 3px;
    width: 11px;
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"
}
.crockery_hero_carousel .owl-dots .owl-dot.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.newest_items, .noNewProducts {
    padding: 85px 0 50px;
}
.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: 290px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 25px 10px;
    width: 100%;
    overflow: hidden
}
.newest_items_carousel .newitem_image img {
    max-height: 250px;
    width: auto;
    -webkit-transition: .3s;
    transition: .3s;
}
.newest_items_carousel .single_new_item:hover .newitem_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.popular_product {
    padding: 75px 0 0;
}
.popular_single_product {
    position: relative;
    width: 25%
}
.popular_prod_image {
    position: relative;
    overflow: hidden;
}
.popular_prod_image img {
	-webkit-transition: .3s;
	transition: .3s;
	max-width: 100%;
	width: 100%;
	height: 350px;
	margin: auto;
	text-align: center;
	display: block;
    object-fit: cover;
}
.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: 20px;
    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_prod_overlay img {
    width: 32px;
}
.popular_single_product:hover .popular_prod_overlay {
    background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.popular_prod_overlay button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 2;
}
.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;
}
.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 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.popular_overlay_content p {
    font-style: italic;
    margin: 0;
}
.trending_banner {
    height: 200px;
    background-color: #9e2727;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.trending_items .section_heading {
    margin: -80px 0 40px;
    background: #fff;
    padding: 30px;
}
.single_new_item {
    border: 1px solid #ececec;
    display: block;
}
.trending_content_top .single_new_item {
    width: 25%;
}
.trending_content_top.d-flex {
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    justify-content: center;
}
.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: 250px;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    overflow: hidden;
    padding: 25px;
}
.trending_content_top .newitem_image img {
    height: auto;
    max-height: 205px;
    width: auto;
    -webkit-transition: .3s;
    transition: .3s;
}
.trending_content_top .single_new_item:hover .newitem_image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.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: #9E2727;
}
.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 0 15px;
}
.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;
	min-height: 56px;
}
h4.prod_title:first-letter {
    text-transform: capitalize;
}
.prod_title a {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    -webkit-transition: .3s;
    transition: .3s
}
.single_new_item:hover .prod_title a {
    color: #9E2727
}
.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-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-text-decoration-skip: 3s;
            text-decoration-skip: 3s
}
.quick_cart button, .quick_cart a{
    border: medium none;
    height: 40px;
    text-align: center;
    width: 50%;
}
.quick_cart .quick_view {
    background: #f5f5f5 none repeat scroll 0 0;
}
.quick_cart .add_cart {
    background: #9e2727 none repeat scroll 0 0 !important;
    color: #fff;
    padding-top: 6px;
}
.newest_items_carousel .single_new_item:hover .quick_cart {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.newitem_details_text {
    padding: 15px 15px 0;
}
.prod_price {
    font-size: 22px;
    font-weight: 500;
}
.prod_price s {font-weight: bold;}
