.crockery_hero {
    position: relative
}
.custom-swaltimer-font,.custom-swal-font{
    font-family: 'Raleway';
    font-size: 10px;
    color: #000;
    position: absolute;
    top: 145px;
    box-shadow: none;
    -webkit-animation-name: sildeInLeft;
	animation-name: sildeInLeft;
}
.customLoginAlert.custom-swal{
    font-family: 'Nunito';
    font-size: 8px;
    color: #000;
}
.swal2-actions button {
    background-color: #F8586C;
    color: #fff;
    font-weight: 700;
}
.swal2-actions button:hover {
    background-color: #F8586C;
}
.custom-timer-bar{
    background-color: #F8586C;
}
.outer_wrapper{
    background-image: url(../images/cemento-hero-bg.jpg);
    min-height: 384px;
    background-size: cover;
    position: relative;
}
.slider_banner {
    margin: 0px;
    position: absolute;
    top: 11%;
    left: 2%;
    border:none !important;
}
a.slider_contact:hover {
    color: #000 !important;
}
.outer_wrapper h1::first-letter{
    text-transform: capitalize;
}
a.cta_border {
    color: #414141;
    background: #fff;
    display: inline-block;
    padding: 13px 30px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
}
a.cta_border:hover {
    color: #fff;
    background: #F8586C;
}
.crockery_hero:before {
    background-image: url(../images/cemento-hero-bg.jpg);
    position: absolute;
    content: "";
    width: 100%;
    height: 85%;
    background-size: cover;
    background-position: center center;
}
.crockery_hero_carousel {
    box-shadow: 0 0 10px #999;
    border: 20px solid #fff;
    margin-top: 40px;
}
.crockery_hero_carousel .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 100px;
}
.crockery_hero_carousel .owl-dots .owl-dot {
    border: 3px solid #fff;
    border-radius: 50%;
    height: 18px;
    margin: 0 5px;
    width: 18px;
    opacity: .39;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=39)";
    background: #fff;
}
.crockery_hero_carousel .owl-dots .owl-dot.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.hero_single_item {
    position: relative;
    padding-top: 42%;
    min-height: 400px;
}
.hero_image {
    position: absolute;
    left: 0;
    top: 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;
    background-color: #f2f2f2;
}
.biggerText {
	font-weight: 400;
	margin-bottom: 25px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	font-size: 80px;
	color: #333333;
}
.smallText {
	font-weight: 400;
	/* font-size: 16px; */
	margin-bottom: 25px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	font-size: 26px;
	color: #333333;
}
.carousel-caption.captionText {
	position: absolute;
    left: 18%;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 155px;
    text-align: center;
    opacity: 1;
    width: 100% !important;
}
.btnStyle {
	background-color: #fff;
	font-weight: 700;
	font-size: 16px;
	color: #1F2020;
	padding: 13px 35px;
	position: relative;
	z-index: 1;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.7s;
	animation-duration: 1.7s;
	opacity: 1;
	border-radius: 5px;
}
.btnStyle:hover{
    background-color: #F04C69;
	color: #fff;
}

.newest_items {
    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;
}
.get_quote_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 60px 60px;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
}
a.getquote_btn {
    color: #1F2020;
    background: #fff;
    display: inline-block;
    padding: 13px 30px;
    border-radius: 5px;
    font-weight: 600;
    margin-left: 25px;
    -webkit-transition: .3s;
    transition: .3s
}
a.getquote_btn:hover {
    background: #f8586c;
    color: #fff;
}

.about_wrapper {
    padding: 100px 70px 100px 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.about_left {
    max-width: 800px;
    padding-right: 50px;
    width: 70%
}
.about_left h2 {
    position: relative;
    color: #1C354C;
    font-size: 45px;
    font-weight: 700;
    padding-left: 115px;
}
.about_left h2:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 100px;
    height: 2px;
    background: #F2A0AE;
    margin-top: -1px;
}
.about_left p {
    margin: 0 0 50px;
    font-size: 18px;
}
.about_right {
    max-width: 400px;
    width: 30%
}
.about_right a {
    position: relative;
    display: block
}
.about_right a img.play_btn {
    left: 50%;
    margin-left: -48px;
    margin-top: -48px;
    position: absolute;
    top: 50%;
}
.onsale_products {
    background: #F0F0F0;
    padding: 25px 0;
}
.onsale_single_prod.d-flex {
    justify-content: center;
    align-items: center;
}
.prod_outer{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.prod_outer h4 {
    height: 30px;
    overflow: hidden;
}
.prod_outer h4::first-letter{
    text-transform: capitalize;
}
.popular_product {
    padding: 75px 0;
}
.popular_single_product {
    position: relative;
}
.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_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_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;
}
.single_new_item {
    border: 1px solid #ececec;
    display: block;
}
.outer_product{
    display: grid;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    gap: 15px;
    justify-content: center;
}
.popular_prod_heading {
    text-align: center;
}
.popular_prod_image img {
    width: 100%;
    max-height: 220px;
}
.popular_prod_image img.productSize{
    height: 220px;
}
.popular_prod_image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	overflow: hidden;
    padding: 10px;
    border: 6px solid #f0f0f0;
}
.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;
}
.onsale_products_carousel .onsale_main_photo {
    border: 20px solid #fff;
    background: #fff;
    margin-right: 0px;
    width: 100%;
}
.onsale_products_carousel .onsale_prod_image {
    width: 35%;
}
.onsale_related_photo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15%;
    padding: 0 10px 0 30px
}
.onsale_products_carousel .onsale_prod_details {
    padding-left: 75px;
    width: 50%;
}
.onsale_products_carousel .owl-nav {
    text-align: center;
    width: 25%;
    margin-top: 15px;
}
.onsale_products_carousel .owl-nav button {
    background: #414141 none repeat scroll 0 0 !important;
    height: 50px;
    margin: 0;
    width: 80px;
}
.onsale_products_carousel .owl-nav button.owl-prev {
    background: #F04C69 none repeat scroll 0 0 !important;
}
.onsale_related_photo ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.onsale_products_carousel .owl-item .onsale_related_photo img {
    max-width: 176px;
}
.onsale_products_carousel .owl-item .onsale_related_photo li {
    border: 10px solid #fff;
    margin: 8px 0px;
    background: #fff
}
.onsale_prod_details h2 {
    color: #414141;
    font-size: 45px;
}
.onsale_prod_text p {
    margin: 0 0 30px;
}
.onsale_discount {
    color: #565656;
    font-weight: 300;
    margin: 0 0 20px;
    font-family: "Roboto";
}
.onsale_prod_text h4 {
    font-size: 20px;
    font-weight: 600;
	min-height:40px;
}
.onsale_prod_text h4::first-letter{
    text-transform: capitalize;
}
.onsale_prod_price {
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.onsale_cur_price {
    color: #fe6243;
    display: inline-block;
    font-weight: 800;
    margin-right: 10px;
    font-family: "Roboto";
}
.onsale_old_price {
    color: #414141;
    font-weight: 800;
}
.onsale_old_price s{font-weight: bold;}
.project_all {position: relative;padding: 50px 0 0}