* {
    margin: 0;
}

body {
    font-family: 'Merienda', cursive;

}

@font-face {
    font-family: Verdana;
    src: url(font/VERDANA.TTF);
}



@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

/* ---------------------------------------Home Page-------------------------------------------- */


/*a*/
.logo-inside-banner {
    text-align: center;
    margin-top: 30px;
}

.logo-inside-banner img {
    height: 200px;
}

div.header-top .logo-img {
    /* top: 0; */
}

div.header-top .logo-img img {
    margin-top: 25px;
    /* width: 160px; */
}

div.header-top .right-part-nav li {
    border-left: 0;
    padding: 0 0;
    border-right: 0;
}

div.header-top .right-part-nav li a {
    padding: 10px 15px 0px 0px;
    font-family: 'Merienda', cursive;
    font-size: 12px;
    font-weight: 600;
}

div.header-top .right-part-nav li.header-cart-link a {
    padding: 0 0;
}

div.header-top .right-part-nav li.header-cart-link {
    margin-top: 7px;
}

div.row.header-top {
    align-items: start;
}

div.banner-block {
    margin-top: -75px;

}

div.header-menu-block {
    display: flex;
    margin-top: -5px;
    align-items: center;
    justify-content: right;
}

div.row.header-top ul.ul-first {
    /* margin-left: 6%; */
}

.tab-content .pro-img img {
    height: 175px;
    border-radius: 8px;
}

.tab-content .pro-img p {
    color: #111;
}

.btn-add-to-cart {
    background: #ee3333;
    padding: 6px 18px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}

.tab-content .pro-img {
    padding-bottom: 30px;
}

p.prod-name {
    padding-top: 10px;
}

.header-top ul.ul-first li.loc-arrow-loc a i {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    border: 1.5px solid #e93333;
    border-radius: 50%;
    margin-top: -7px;
}

.header-top ul.ul-first li a i.fa-location-arrow:before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 24px;
    height: 24px;
    display: block;
    border: 0;
    padding: 0;
}

.header-top ul.ul-first li.loc-line {
    width: 10px;
    position: relative;
}

.header-top ul.ul-first li.loc-line.first {
    margin-left: 10px;
}

.header-top ul.ul-first li.loc-line.first i {
    left: 0px;
}

.header-top ul.ul-first li.loc-line i {
    position: absolute;
    display: block;
    width: 25px;
    top: -10px;
    left: -10px;
    font-size: 8px;
}

.header-top ul.ul-first li p {
    margin-top: 4px;
    background-color: #fafafa;
    font-family: 'Merienda', cursive;
    padding: 5px 10px;
    font-size: 11px;
    border: 1px solid #eee;
}

.header-top ul.ul-first li a:hover p {
    background-color: #ffc674;
    color: white;
}

.branch-wrapper .cake-loc-wrapper img {
    height: 30px;
}

div.banner-text-block {
    padding-top: 145px;
}

div.banner-text-block p span {
    color: #ffc674;
    font-weight: 900;
    font-size: 26px;
}

.banner-slider .slider-banner-inner img {
    height: 186px;
    width: auto;
    max-width: 100%;
}

div.row.header-top ul.ul-first li.loc-line i:before {
    content: "\f141 \f141 \f141 \f141";
}

div.row.header-top ul.ul-second {
    margin-left: auto;
    /* margin-top: 27px; */
}

span.cart-badge {
    padding: 3px 5px;
    top: 0px;
    left: 18px;
    width: 16px;
    height: 16px;
    display: block;
    text-align: center;
}

ul.dl-menu li.header-cart-link a {}

ul.ul-second li a {
    padding: 4px 0px 4px 25px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Merienda', cursive;
}

ul.ul-second li.active a,
ul.ul-second li a:hover {
    color: #e93333;
}

.branch-wrapper {
    z-index: 111;
    width: 50%;
}

.branch-heading {
    font-weight: 600;
    margin-bottom: -70px;
    text-align: center;
    color: #000;
    font-size: 18px;
}

.banner-slider-section .banner-slider {
    margin-top: 0;
}

.banner-slider-section .banner-slider .slider-banner-inner {
    /* border-radius: 50%; */
    padding: 2px;
}

.best-sale .nav-tabs .nav-link {
    font-family: 'Merienda', cursive;
    color: #222;
    font-size: 16px;
    font-weight: 800;
    padding: 10px 40px;
}

.best-sale .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #e33;
}

h3.page-section-heading {
    text-align: center;
    font-size: 28px;
    color: #e33;
    margin-top: 45px;
}

.products-block .pro-img {
    padding: 10px;
    padding-bottom: 30px;
    box-shadow: 1px 1px 9px 1px rgb(245 245 245);
    border-radius: 10px;
    margin-top: 25px;
    position: relative;
    border: 1px solid #eee;
}

/*a*/
/*a-change*/
.header-top .main-menu-container {
    margin-left: auto;
}

.header-top ul.ul-first li p {
    background-color: #fec86f;
    color: #222;
    border: 0;
}

.header-top ul.ul-first li.loc-line i {
    color: #ab7221;
}

div.banner-block {
    margin-top: -65px;
}

.insta-block .insta-text p {
    font-family: 'Merienda', cursive;
    margin-bottom: 27px;
    color: #222;
    line-height: 26px;
}

.insta-block .insta-text h2 {
    font-family: 'Merienda', cursive;
    color: #e33;
}

.insta-block .fa-brands.fa-facebook {
    margin-left: 6px;
    font-size: 20px;
}

.location-slider .main-slider-container .crousel-navigation.prev,
.location-slider .main-slider-container .crousel-navigation.next {
    background-size: 25px;
    background-repeat: no-repeat;
    top: 180px;
    cursor: pointer;
}

.location-slider .main-slider-container .crousel-navigation.prev {
    left: -45px;
}

.location-slider .main-slider-container .crousel-navigation.next {
    right: -70px;
}

.slider-container .loc-content {
    margin-left: 35px;
}

div.common-text-block h5 {
    font-family: 'Merienda', cursive;
}

div.footer-center p,
div.footer-center ul li span {
    font-family: 'Merienda', cursive;
}

section.location-slider .slider-container {
    background-color: #fef6e0;
    border-radius: 20px;
    border: 10px solid #f8f0d8;
}

div.crousel-image-outer img {
    border-radius: 15px 0px 0px 15px;
}

.banner-slider .slider-banner-inner img {
    margin-bottom: 13px;
}

/*a-change*/

/* Header */

.header-top {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top .right-part-nav li {
    border-right: 0.5px solid rgb(238, 236, 236);
    border-left: 0.5px solid rgb(238, 236, 236);
    padding: 2px 17px;

}

.header-top .right-part-nav .dl-menu {
    justify-content: flex-end;
}

.header-top .left-part-nav li {
    border-right: 0.5px solid rgb(238, 236, 236);
}

.header-top .left-part-nav li:last-child {
    border-right: 0;
}

.header-top a {
    display: flex;
    align-items: center;
    font-size: 13px;

}

.header-top p {
    margin-bottom: 0px;
}

.header-top .right-part-nav {
    position: relative;
}

.header-top .left-part-nav li:first-child {
    padding: 5px 29px;
}

.header-top .left-part-nav li {
    padding: 5px 15px;
}





.cart-badge {
    background-color: #fa3e3e;
    border-radius: 13px;
    color: white;
    padding: 1px 5px;
    font-size: 8px;
    position: absolute;
    top: -1px;
    left: 18px;
}



.cart-wrapper {
    position: relative;
    height: 25px;
    width: 25px;
    text-align: center;
    background-color: black;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 15px; */
}

.fa-location-dot {
    font-size: 12px;
}

.fa-magnifying-glass {
    padding: 5px;

}

.fa-cart-shopping::before {
    font-size: 8px;
}



.header-bottom ul,
.header-top ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;

}

.menuicon i {
    font-size: 25px;
}

.header-bottom a.menuicon {
    border: 0;
    padding: 0;
}

.header-bottom a.menuicon:hover {
    border: 0;
    border-radius: 0;
    color: #0165b2;
}

.header-bottom {
    display: flex;
}

.header-bottom .menuicon {
    float: right;
    margin-top: 22px;
    position: relative;
    z-index: 6;
}

.header-bottom .right-part-nav {
    display: flex;
}

.header-bottom .right-part-nav a {
    margin-top: 22px;
}

.header-bottom .left-part-nav li,
.header-bottom .right-part-nav li {
    padding-top: 25px;
    z-index: 6;
}

.header-bottom a {

    padding: 5px 27px;
    border: 2px solid white;
    font-size: 14px;

}

.header-bottom .logo-img a:hover {
    border: none;
}

.header-bottom a:hover {
    border: 2px solid #2596be;
    border-radius: 10px;
    z-index: 6;
}

/* .header-bottom .dropdown-menu a:hover {
    border-radius: 0px;
} */

.header-top a,
.header-bottom a {
    font-family: 'Merienda', cursive;

}


.hori {
    border: 1px solid rgb(192 187 187 / 60%);
    margin: 0px;
}



/* dropdown  */
/* .dropdown {
    font-family: 'Varela Round', sans-serif;
} */

/* .dropdown-menu {
    margin-left: 18px;
    padding: 0;
} */

/* .dropdown:hover .dropdown-menu {
    display: flex;
    flex-direction: column;
}

.dropdown a {
    padding: 9px;

}

.dropdown a:first-child,
.dropdown a:first-child:hover {
    border-radius: 5px 5px 0px 0px;
}

.dropdown a:last-child,
.dropdown a:last-child:hover {
    border-radius: 0px 0px 5px 5px
}




.dropdown-item:hover {
    background-color: #0165b2;
    color: white;
    border-radius: 0;
}

#dropdownMenuLink:active {
    border: 2px solid #2596be;
    border-radius: 10px;
}

#dropdownMenuLink {
    padding: 3px 20px;
} */




/* logo */
.middle-logo {
    height: 156px;
}

.logo-img {
    z-index: 6;
}

.logo-img a {
    border: 0px solid #2596be;

}

a {
    text-decoration: none;
    color: black;
}


.banner-slider-wrapper a {
    position: relative;
    display: inline-block;
    padding: 16px;
    font-weight: 800;
}

/* banner  */

.slider-banner-inner {
    border: 1px solid white;
    margin: 0px 15px;
    /* margin-right: 20px; */
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    height: 250px;
}

.banner-slider-wrapper a:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    display: block;
    background-color: #0d6cb6;
    left: 50%;
    margin-left: -25px;
    bottom: 0px;
}

.slider-text {
    height: 25px;
}

.banner-slider {
    z-index: 2;
    position: relative;
    margin-top: 35px;
    text-align: center;
}

.banner-slider .slick-prev {
    display: block;
    left: -35px;
}

/* .slick-list .slick-track .banner-slider-wrapper {
    width: 100%;
} */
.banner-slider img {
    height: 170px;
    margin: auto;
    /* border-radius: 50%; */
}

.banner-section {
    position: relative;
}

.upper-part {
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 5;
    width: 100%;
}

.lower-part {

    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 5;

}

.pro-banner-block {
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    margin-top: -97px;
    position: relative;

}



.banner-block {

    background-size: cover;
    background-repeat: no-repeat;
    height: 540px;
    margin-top: -133px;
    background-position: center;



}

/* .banner-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1, 101, 178, 0.78);
    z-index: 2;
} */





.banner-text-block {
    text-align: center;
    padding-top: 158px;
    z-index: 2;
    position: relative;
}


.banner-text-block a {
    margin-top: 35px;
    color: white;
    background-color: orange;
    border-radius: 8px;
    padding: 5px 25px;
    font-size: 23px;
    font-family: 'Varela Round', sans-serif;
    display: inline-block;
}

.banner-text-block a:hover {
    background-color: black;
}



.banner-text-block h2 {
    color: white;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
}


.banner-text-block p {
    font-size: 24px;
    font-weight: 600;
    line-height: 2rem;
    /* max-width: 50%; */
    margin: auto;
    color: white;


}



/* common text block */
.footer-top .common-text-block {
    margin-bottom: 0;
}

.common-text-block {
    text-align: center;
    margin: 35px 0px;
}

.common-text-block h5 {
    color: #0165b2;
    font-family: 'Merienda', cursive;

    font-weight: 600;
}

.testi-text-block {
    margin-top: 60px;
}

/* tabs */
.best-sale .nav-tabs {
    border: none;
    font-family: 'Merienda', cursive;
    ;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.best-sale .nav-tabs .nav-link {
    margin-bottom: 0px;
}

.best-sale .nav-link {
    transition: none;
    color: #000;
    font-size: 18px;
}

.best-sale .nav-tabs .nav-item.show .nav-link,
.best-sale .nav-tabs .nav-link.active {
    border: 2px solid white;

    border-radius: 30px;
}

.best-sale .nav-tabs .nav-link:focus,
.best-sale .nav-tabs .nav-link:hover {
    box-shadow: 1px 1px 10px 6px rgb(245 245 245);
    color: #5897d2;
    border: 2px solid white;
    cursor: pointer;
    border-radius: 30px;

}

.best-sale .nav-item {
    border: 2px solid rgb(229, 228, 228);
    border-radius: 30px;
    margin: 5px;

}

.best-sale .nav-item button {
    font-size: 14px;
}

/* Category block */
.category-block {
    margin-top: 29px;
}

.cat-img {
    box-shadow: rgb(245, 245, 245) 1px 1px 12px 8px;
    border-radius: 9px;
    min-height: 230px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-img p {
    font-weight: 600;
    padding-top: 10px;
    font-family: 'Fraunces', serif;
    /* font-weight: 600; */
    font-size: 24px;

}

.cat-img a {
    width: 100%;
    min-height: 230px;
    padding: 40px 0px;
}


/* product block */
.products-block {
    margin-top: 15px;
    min-height: 350px;
    text-align: center;
}

.pro-img {
    padding: 10px;
    box-shadow: 1px 1px 4px 3px rgb(245 245 245);
    border-radius: 3px;
    margin-top: 25px;
    position: relative;
}

.pro-img:hover .hidden-block {
    display: flex;
}

.hidden-block {
    display: none;
    margin: auto;
    position: absolute;
    top: 95px;
    left: 40px;
}


.hidden-block a {
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #0165b2;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    margin-left: 15px;
}

.add-cart {
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: #0165b2;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    margin-left: 15px;
    border: none;

}

.design-block {
    margin-top: 30px;
    text-align: center;
    position: relative;
}

.design-wrapper {
    background-size: cover;
    height: 400px;
    max-width: 100%;
    position: relative;

}

.design-text {
    justify-content: center;
    height: 100%;
    display: flex;
    align-items: end;
}


.design-text a {
    background-color: #0165b2;
    /* position: absolute; */
    /* bottom: 56px; */
    /* left: 50px; */
    padding: 13px 44px;
    font-size: 24px;
    color: white;
    height: 65px;
    width: 100%;
    margin: 0 10px;
    margin-bottom: 39px;

}

.design-text a:hover {
    background-color: white;
    color: #0165b2;
}

.order-btn a {
    margin-top: 35px;
    color: white;
    background-color: #0165b2;
    border-radius: 25px;
    padding: 9px 40px;
    font-size: 23px;
    display: inline-block;
}

.order-btn a:hover {
    background-color: #000;
}

/* .design-img img{
    height: 400px;
    max-width: 100%;
} */
.pro-img img {
    height: 200px;
    max-width: 100%;
}

.pro-img p {
    margin: 5px 5px;
    text-align: center;
    font-family: 'Merienda', cursive;
    font-weight: 600;
}

.pro-img p:last-child {
    color: #0165b2;
    font-weight: 800;
    margin-top: -6px;
}

.pro-img i {
    font-size: 11px;
}

.fa-star {
    color: #ffa200;
}

/* Testimonials slickslider */
.slider-block {
    margin: auto;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 700px;
    min-height: 312px;
    position: relative;
    background-color: #d6e8f5;
    border-radius: 15px;
}



.single-item {
    width: 450px;
    height: 294px;
    margin: auto;
}



.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 31px;
    line-height: 1;
    opacity: 1;
    color: white;
}

.testimonial-item-wrapper {
    position: relative;
}

.testimonial-item-wrapper::after {
    content: "";
    border: 51px solid #e6eff6;
    border-radius: 50%;
    height: 309px;
    width: 309px;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -154px;
    z-index: -1;
}

.single-item .slick-prev {
    position: absolute;
    top: 56px;
    left: -81px;
}

.single-item .slick-next {
    position: absolute;
    top: 56px;
    right: -63px;
}

.cus {
    height: 85px;
    margin: auto;
    margin-top: 20px;
}


.testi-text {
    text-align: center;
    position: relative;
    padding-bottom: 40px;
}

/* .testi-text ::after {
    content: "";
    border: 51px solid #e6eff6;
    border-radius: 50%;
    height: 308px;
    width: 308px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -154px;

    
} */


.inner-testi-text {
    margin-top: 29px;
}

.testi-text h2 {
    margin-top: 12px;
    margin-bottom: 2px;
    font-family: 'Times New Roman', Times, serif;
    color: #0165b2;
    font-size: 24px;
    font-weight: 600;

}

.testi-text h4 {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
    font-weight: 600;

}

.testi-text p {
    color: grey;
    line-height: 1.5em;
    margin-bottom: 0px;
    font-family: 'Varela Round', sans-serif;


}

.circ {
    background-color: white;
    border-radius: 100%;
}

.slider-block:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -106px;
    background-image: url(/images/testi-before1.png);
    background-size: 100% 100%;
    height: 332px;
    width: 88px;
}

.slider-block:after {
    content: '';
    position: absolute;
    right: -110px;
    top: 0px;
    background-image: url(/images/testi-after.png);
    background-size: 100% 100%;
    height: 332px;
    width: 96px;


}

/* Insta block */
.insta-text p {
    color: grey;
    line-height: 2rem;
    margin-top: 25px;
    font-family: 'Varela Round', sans-serif;

}


.insta-text a {
    background-color: #0165b2;
    color: white;
    border-radius: 33px;
    font-family: 'Varela Round', sans-serif;
    padding: 14px 44px;
}

.insta-text a:hover {
    background-color: #000;
}

.insta-block {
    box-shadow: 1px 1px 16px 11px rgb(245 245 245);
    border-radius: 15px;
    margin-top: 30px;
    padding: 28px;
    margin-bottom: 15px;
}

.insta-block img {
    height: 260px;

}

.insta-text {
    text-align: center;
    padding: 18px;
}

.insta-text h2 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
}





/* service */
.ourservices .container {
    max-width: 1100px;
}

.services-part {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
    margin-top: 90px;

}

.service-block {
    border-radius: 9px;
    min-height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 10px;
}

.service-block h4 {
    font-weight: 900;
    padding-top: 5px;
    font-size: 18px;

}


.service-block p {
    font-family: 'Varela Round', sans-serif;
    color: grey;

}

/* Location */
.location-info {
    /* box-shadow: rgb(245, 245, 245) 1px 1px 12px 8px; */

    /* min-height: 230px; */
    display: flex;
    align-items: center;

    background: #eee;
    border-radius: 0;
    margin-right: 1px;
}

.location-info ul li {
    padding: 3px 30px;

}

.location-info li:last-child a {
    margin-bottom: 0px;
}

.location-info ul {
    list-style: none;
    line-height: 2em;
    margin-top: 29px;
    padding: 0px;
}

.location-info h4 {
    font-weight: 600;
    color: #0165b2;
    font-size: 20px;
    margin-top: 13px;

}

.location-info a {
    display: flex;
    align-items: center;
    font-family: 'Varela Round', sans-serif;
    margin-bottom: 2px;
}

.location-info i {
    padding-top: 0px;
    color: #0165b2;
    line-height: 1em;
}

.location-info p {
    padding-left: 5px;
    font-family: 'Varela Round', sans-serif;
    line-height: 22px;
    margin-bottom: 0px;
    font-size: 15px;
}

/* footer */
.footer-container {
    /* margin-top: 37px; */
}

/* footer-top */
footer {
    background-color: #0165b2;

}

.footer-top {
    padding-top: 25px;

}

.footer-top h2 {
    color: white;
}

.footer-form {
    padding-top: 10px;
    padding-bottom: 25px;
    text-align: center;
}

.footer-form input {
    padding: 4px 23px;
    height: 52px;
}

input:focus {
    outline: none;
}

.email-block {
    border: 0;
}

.email-block,
.sub-btn {
    font-family: 'Varela Round', sans-serif;

}

.email-wrapper {
    border: 3px solid white;
    background: #fff;
}

.sub-form span {
    border: 4px solid white;
    display: inline-block;
}

.sub-form span:nth-child(2) {
    border: 3px solid #f1599a;
    display: inline-block;
}

.sub-btn {
    background-color: #f1599a;
    color: white;
    border: 4px solid white;
    height: 60px;
    font-weight: 600;

}



/* footer-center*/

.footer-center span,
.footer-center p,
.contact-block img {
    font-family: 'Varela Round', sans-serif;
    padding-left: 30px;
    font-size: 15px;

}


.footer-center ul {
    list-style: none;
    line-height: 2em;

    /* margin-top: 29px; */
    padding: 0px;
}

.footer-center a {
    display: flex;
    align-items: center;
    font-family: 'Varela Round', sans-serif;
    color: white;
    line-height: 1em;
    margin-bottom: 10px;

}



.footer-center p {
    margin-bottom: 5px;

    font-family: 'Varela Round', sans-serif;


}

.footer-center .fa-location-dot::before {
    font-size: 17px;
}

.footer-center {
    /* margin: 35px 0; */
}

.loc-block p {
    padding-left: 12px;
    font-family: 'Varela Round', sans-serif;
    line-height: 22px;
    font-size: 15px;
}


.op-hrs {
    font-family: 'Varela Round', sans-serif;
    color: white;
}




.footer-center i {
    /* padding: 12px; */
    padding-top: 0px;
    line-height: 1em;

    color: white;

}


.footer-center img {
    height: 170px;
    display: block;
    /* margin: auto; */
    margin-top: 61px;
}

.footer-center h5 {
    color: white;
    font-family: 'Fraunces', serif;
    font-weight: 700;
    padding: 30px;
    font-size: 18px;
}


.contact-block i {
    padding: 12px;
}

.contact-block img {
    margin-top: 61px;
}

.contact-block ul {
    display: flex;
    margin-top: -8px;
    margin-left: 10px;
}


.contact-block li a {
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: #f1599a;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.contact-block li a:hover {
    background-color: #000;
}


.fa-twitter:before,
.fa-facebook-f:before,
.fa-instagram:before,
.fa-linkedin-in:before {
    font-size: 14px;
}



/* footer-bottom */
.footer-bottom {
    background-color: #055898;
}

.footer-bottom p {
    display: flex;
    align-items: center;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 10px;
    margin-bottom: 0;
    font-size: 13px;
}

/* ---------------------------------------Product List-------------------------------------------- */
.pro-banner-section {
    position: relative;
}

.pro-hori {
    border-style: dashed;
}

.pro-banner-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1, 101, 178, 0.78);
    z-index: 2;
}

.pro-banner-text-block {
    text-align: center;
    padding-top: 176px;
    padding-left: 50px;
    z-index: 2;
    position: relative;

}


.pro-banner-text-block a {
    margin-top: 35px;
    color: white;
    background-color: orange;
    border-radius: 8px;
    padding: 5px 25px;
    font-size: 23px;
    font-family: 'Varela Round', sans-serif;
    display: inline-block;
}

.pro-banner-text-block a:hover {
    background-color: black;
}



.pro-banner-text-block h2 {
    color: white;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
}


.pro-banner-text-block p {
    font-size: 24px;
    font-weight: 600;
    line-height: 2rem;
    /* max-width: 50%; */
    margin: auto;
    color: white;


}

.top-pagi {
    margin-top: 40px;
}

.top-pagi .show-product {
    text-align: center;
    border: 1px solid #ddd;
    font-family: 'Varela Round', sans-serif;
    color: #767277;
}

.show-product {
    padding: 14px;
    text-align: right;
    color: #9f9ead;

}

.view-block {
    border: 1px solid #ddd;
    padding: 10px;
}


.view-option {
    text-align: right;
    /* border-left: 0.5px solid #ddd; */
    font-family: 'Varela Round', sans-serif;
    cursor: pointer;

}

.view-option select {
    border-style: none;
    outline: none;
}

.input-with-icon-left {
    position: relative;
}

.input-with-icon-left select {
    height: 48px;
    line-height: 48px;
    padding: 0 13px;
    outline: none;
    font-size: 16px;
    color: #767277;
    ;
    max-width: 100%;
    width: 100%;
    /* box-sizing: border-box;
    display: block;
    background-color: #fff; */
    font-weight: 400;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* background: url(../images/chevron-down.png) no-repeat center; */
    background-color: white;
    background-position: 98% center;
    background-size: 17px;
    border: 1px solid #ddd;
}

.view-block i {
    margin: 0 10px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.show {
    display: block;
    z-index: 6;
}

.pro-inner-location {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0px;
}

.pro-inner-location a {
    border: 2px solid rgb(229, 228, 228);
    border-radius: 30px;
    margin: 5px;
    padding: 5px 36px;
    font-weight: 600;
}

.pro-inner-location a:hover {
    box-shadow: 1px 1px 10px 6px rgb(245 245 245);
    color: #5897d2;
    border: 2px solid white;
    cursor: pointer;
    border-radius: 30px;

}


.pagi-block {
    margin-top: 15px;
    font-family: 'Varela Round', sans-serif;
    border: 1px solid #ddd;




}

.pagination a {
    color: #9f9ead;
    float: left;
    padding: 16px 18px;
    text-decoration: none;
    transition: background-color .3s;
    font-size: 13px;
    margin-right: 0;
    border-right: 1px solid #ddd;

}

.pagination a.active {
    color: #f1599a;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.next-pagi {
    font-weight: 700;
}

.middle-pagi {
    border-right: 0.5px solid #ddd;
}

/* ------------------------------Product Detail------------------------------------------ */
.demo1_main_image .desoSlide-spinner {
    display: none;
    visibility: hidden;
}

#demo1_thumbs {
    height: 260px;
    overflow-y: scroll;
}

#demo1_thumbs li {
    margin-bottom: 9px;
}

.desoslide-wrapper img {
    height: 220px;
}

.off-price {
    color: #ff798d;
    margin-bottom: 5px;
}

del {
    color: #9c9090;
    font-family: 'Merienda', cursive;
    padding-right: 8px;
}

.pro-brand {
    font-family: Fraunces;

}

.pro-brand b {
    font-weight: 700;
}

.share-block p {
    margin-bottom: 10px;
}

.share-block b {
    font-weight: 800;
}

.share-block i:before {
    font-size: 16px;
    padding-right: 8px;
}

.share-block i:hover {
    color: #f1599a;
    cursor: pointer;
}

.pro-detail {
    margin: 40px 0px;
}

.pro-info span {
    font-family: Verdana;
    color: #948c87;
    font-size: 14px;
    text-align: justify;
}

.pro-desc-section ul {
    text-align: left;
}

.pro-desc-section .container {
    padding-right: 0;
}

.pro-desc-section .nav-tabs .nav-link:first-child {
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    font-family: 'MERIENDA';
}

.pro-desc-section .nav-tabs .nav-link.active {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 3px solid #f1599a;
    padding-left: 0;
    padding-right: 0;


}

/* .pro-desc-section .nav-tabs .nav-link:hover{
border:0;
} */

.pro-desc-section .nav-item {

    font-family: 'Fraunces';
}


.pro-desc-section .nav-link {
    color: #f1599a;
    font-size: 15px;
    font-weight: 800;
    border: 0;
}

.pro-desc-section .nav-link:hover {
    border: 0;

}

.pro-desc-section .tab-content>.active {
    color: black;
    font-size: 14px;
    text-align: justify;

}

.add-block {
    border: 2px solid #ddd;
    padding: 20px;
    text-align: center;
    /* max-height: 390px; */
}

.add-block h4 {
    color: #0165b2;
    font-family: 'Merienda', cursive;
    font-weight: 800;
}

.add-block h6 {
    font-weight: 600;
}

.icon-shape {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.icon-sm {
    width: 2rem;
    height: 2rem;

}

.input-group.qty-group input[type=number] {
    width: 15%;
    padding-left: 9px;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 0;
}


.button-block {
    padding: 11px 5px;
    border: 2px solid #f1599a;
    display: block;
    margin: 10px 7px 20px 0;
}

.button-block a {
    padding: 9px 108px;
    background-color: #f1599a;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    transition: all .3s;
    /* width: 280px; */
}

.add-block b {
    color: #4192ff;
}

.add-block h5 {
    color: #ff7685;
    text-decoration: underline;
    font-weight: 600;
    margin-top: 9px;
}

.add-block .pagination {

    margin: 0 auto;
    align-items: center;
    justify-content: center;
}


.mini-proimg img {
    margin-bottom: 5px;
}

.desc-nav {
    margin-top: 40px;
}

.pro-info .fa-heart {
    color: #ff7685;
}

.pro-info a:last-child {
    border-left: 1px solid #ddd;
    padding: 0px 12px;
}

/* .add-cart-button {
    padding: 14px 6px;
    border: 2px solid #f1599a;
    display: block;
    margin: 16px 0;
} */

/* .add-cart-button a {
    padding: 11px 111px;
    background-color: #f1599a;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    transition: all .3s;
    border: none;
    font-weight: 700;
} */




.add-block span {
    color: black;
    font-weight: 500;
}

.pro-slider .slider-nav img {
    /* width: 150px; */
    height: 70px;
    margin-bottom: 10px;
}

.pro-slider .slide-show img {
    max-height: 250px;
    margin: auto;
    max-width: 100%;
}

.pro-slider .slick-next:before,
.pro-slider .slick-prev:before {
    color: #f1599a;
    font-size: 20px;
}

.pro-slider .slider-nav {
    position: relative;
}

.pro-slider .slider-nav .slick-prev {
    transform: rotate(90deg);
    position: absolute;
    top: -23px;
    left: 27px;
}

.pro-slider .slider-nav .slick-next {
    transform: rotate(90deg);
    position: absolute;
    top: unset;
    right: 34px;
    bottom: -25px;
}

.pro-gallery-imgs {
    height: 75px;
    width: 75px;
}


/* .pro-slider {
  
}
.pro-slider .slider.slide-show img{
    height: 220px;
    margin: auto;

}
.pro-slider .slider-nav img {
   
    position: relative;
    text-align: center;
    height: 95px;
} */
/* 
.pro-slider .slick-prev{
    left: -42px;
}
.pro-slider .slider-nav{
    margin-top:15px;
} */



/*---------------------------Cart page--------------------------------- */
.cart-info-section {
    margin: 75px 0;
}

.cart-banner-section {
    position: relative;
}

.cart-banner-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1, 101, 178, 0.78);
    z-index: 2;
}

.cart-banner-block {
    background-size: cover;
    background-repeat: no-repeat;
    height: 295px;
    margin-top: -97px;
    position: relative;
}

.cart-banner-text-block {
    text-align: center;
    padding-top: 129px;
    padding-left: 50px;
    z-index: 2;
    position: relative;
}

.cart-banner-text-block h2 {
    color: white;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
}

.cart-banner-text-block p {
    font-size: 24px;
    font-weight: 600;
    line-height: 2rem;
    /* max-width: 50%; */
    margin: auto;
    color: white;
}

.cart-banner-text-block a {
    margin-top: 35px;
    color: white;
    background-color: #ff00ff;
    border-radius: 8px;
    padding: 5px 25px;
    font-size: 23px;
    font-family: 'Varela Round', sans-serif;
    display: inline-block;
}

.cart-info-section h3 {
    margin-bottom: 25px;
    font-weight: 800;
}

.cart-product-detail h3 {
    font-size: 20px;
    margin-bottom: 1rem;
}

.cart-product {
    display: flex;
    border: 2px solid #ddd;
    height: 220px;
    margin-bottom: 35px;
}

.cart-product-img {
    position: relative;
}

.cart-product-img i {
    position: absolute;
    top: 4px;
    left: 3px;

}

.cart-product-img i::before {
    font-size: 19px;
    color: #0165b2;
}

.cart-product-img img {
    height: 217px;
}

.cart-product-detail {
    padding: 25px;
    width: 100%;
    line-height: 1em;
    ;
}

.cart-product-detail h6 {
    font-weight: 800;
}

.cart-pagi {
    margin-bottom: 12px;
    display: flex;
    height: 34px;
    border-radius: 37px;
    border: 1px solid #ddd;
    width: 120px;
}

.cart-pagi i {
    color: #9f9ead;
    padding: 9px 11px;
    transition: background-color .3s;
    /* border: 1px solid #ddd; */
    font-size: 13px;
}

.cart-pagi input {
    height: 32px;
    width: 50px;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    text-align: center;
}

.cart-btn-wrapper {
    display: flex;
    justify-content: space-between;
}

.cart-btn-block {

    display: flex;
    justify-content: space-between;
}

.cart-btn-block {
    padding: 13px 5px;
    border: 2px solid #ff7380;
    display: inline-block;
    margin: 10px 7px 20px 0;
}

.cart-btn-block a {
    padding: 10px 27px;
    background-color: #ff7380;

    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    transition: all .3s;
    /* width: 280px; */
}

.table-box {
    margin-bottom: 30px;

}

.table-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 13px;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.table-row.title-row {
    border: 1px solid #ddd;
}

.table-row.last-row {
    border-bottom: 0;

}

.table-row.inner-table-row p {
    font-weight: 400;
}

.table-row.inner-table-row {
    /* align-items: center; */
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}



.table-cell {
    padding: 8px 6px;

}

.table-cell.product-cell {
    display: flex;
    width: 55%;
    /* align-items: center; */
}

.table-cell.product-cell p {
    padding-left: 20px;
    /* font-family: Verdana; */
}

.table-cell.product-cell img {
    height: 80px;
    display: block;
    margin: 0 auto;
    /* padding: 5px; */
}

.table-cell.price-cell {
    width: 11%;

}

.table-cell.qty-cell {
    width: 10%;

}

.table-cell.subtotal-cell {
    width: 15%;

}

.table-cell.del-cell {
    width: 10%;
    padding-bottom: 17px;

}

.table-cell.inner-table-cell {
    width: 100%;
    text-align: right;
    padding-right: 0;
}

.table-cell p {
    margin-bottom: 0;
    text-align: left;
    padding: 5px;
    font-size: 15px;
    font-weight: 700;
}

.cart-tool-wrapper {
    border: 1px solid #ddd;
}

.cart-tool-wrapper h5 {
    padding: 13px 19px;
    background-color: #e9e9e9;
    font-weight: 600;
    margin-bottom: 0;
}

.cart-tool-block {
    padding: 25px;
    background-color: #f6f6f6;
}

.sub-total,
.shipping,
.total {
    display: flex;
    justify-content: space-between;
}

.cart-address {
    text-align: end;
}

.cart-tool-block p,
.cart-address {
    margin-bottom: 20px;
}

.cart-button {
    padding: 6px 6px;
    border: 2px solid #f1599a;
    display: inline-block;
}

.cart-button button {
    padding: 15px 50px;
    background-color: #f1599a;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    transition: all .3s;
    border: none;

}

.cart-button.proceed-checkout {
    padding: 10px 6px;
    border: 2px solid #f1599a;
    display: inline-block;
}

.cart-button.proceed-checkout a {
    padding: 6px 66px;
    background-color: #f1599a;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    transition: all .3s;
    border: none;

}

.cart-button.continue-btn {
    margin: 15px 0;

}

.cart-button.continue-btn button {
    padding: 13px 20px;
}

.cart-button.proceed-checkout {
    margin-top: 15px;

}

.cart-button.proceed-checkout button {
    padding: 15px 49px;


}

/* -------------------------------------chechout-page--------------------------- */
.checkout-banner-section {
    position: relative;
}

.checkout-banner-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1, 101, 178, 0.78);
    z-index: 2;
}

.checkout-banner-block {
    background-size: cover;
    background-repeat: no-repeat;
    height: 295px;
    margin-top: -97px;
    position: relative;
}

.checkout-text-block {
    text-align: center;
    padding-top: 129px;
    padding-left: 50px;
    z-index: 2;
    position: relative;
}

.checkout-text-block h2 {
    color: white;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
}

.checkout-text-block p {
    font-size: 24px;
    font-weight: 600;
    line-height: 2rem;
    /* max-width: 50%; */
    margin: auto;
    color: white;
}

.checkout-text-block a {
    margin-top: 35px;
    color: white;
    background-color: orange;
    border-radius: 8px;
    padding: 5px 25px;
    font-size: 23px;
    font-family: 'Varela Round', sans-serif;
    display: inline-block;
}

.billing-section {
    margin: 75px 0;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}

.billing-details {
    border: 1px solid #ddd;
    padding: 25px;
}

.billing-details .form-group-wrapper {
    display: flex;

}

.billing-details .form-group-wrapper .form-group:first-child {
    padding-right: 10px;

}

/* .billing-details .form-group-wrapper .form-group{
    width: 100%;
} */
.billing-details .form-group-wrapper .form-group.form-group-50 {
    width: 50%;
}

.billing-details h4,
.shipping-details h4 {
    font-weight: 800;
    padding-bottom: 15px;
}

.billing-details label,
.shipping-details label {
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    display: block;
    padding-bottom: 12px;
    margin-right: 10px;

}

.billing-details input,
.billing-details select {
    height: 45px;
    /* outline: none; */
    font-size: 16px;
    color: black;
    width: 100%;
    display: block;
    font-weight: 400;
    border: 1px solid #bcd6ed;
    padding-left: 15px;
    /* margin-bottom: 25px; */
}

.billing-details select {
    color: #7c7777;
}

.billing-details textarea {
    height: 130px;
    outline: none;
    font-size: 16px;
    color: black;
    width: 100%;
    display: block;
    font-weight: 400;
    border: 1px solid #bcd6ed;
    padding-left: 15px;
    padding-top: 10px;
}

.shipping-details {
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 25px;
}

input[type=checkbox] {
    height: 15px;
}

.check-part {
    margin-bottom: 15px;
    color: #8b8181;

}

.shipping-details label {
    color: #8b8181;

}

.your-order-wrapper {
    border: 1px solid #ddd;

}

.your-order-wrapper h4 {
    padding: 13px 19px;
    background-color: #f3f2ee;
    font-weight: 600;
}

.your-order-block {

    padding: 25px;

}

.your-order-block p {
    margin-bottom: 0;
}

.order-pro,
.order-pro-name,
.sub-total,
.shipping-charge,
.total {
    display: flex;
    justify-content: space-between;
}

.total h6 {
    font-weight: 800;
}

.right-check-part {

    margin: 10px 0;
    color: #8b8181;

}

.checkout-button {
    padding: 11px 6px;
    border: 2px solid #f1599a;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.checkout-button a {
    padding: 8px 93px;
    background-color: #f1599a;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    transition: all .3s;

}

.checkout-order-btn a {
    height: 55px;
    margin-top: 22px;
    color: white;
    background-color: rgb(200, 200, 200);
    text-align: center;
    width: 100%;
    font-size: 19px;
    font-family: "Varela Round", sans-serif;
    display: inline-block;
    padding: 15px 0px;
}

.checkout-order-btn a:hover {
    background-color: #000;
}

.order-button {
    padding: 6px 6px;
    border: 2px solid #f1599a;
    display: block;
    margin: 15px 0;
}

.order-button button {
    padding: 15px 78px;
    background-color: #f1599a;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1em;
    transition: all .3s;
    border: none;
    font-weight: 600;
}

.card-section i {
    font-size: 25px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    /*---------Header------------ */
    .header-top {
        display: inline-block;
    }

    .header-top .left-part-nav,
    .header-bottom .left-part-nav,
    .header-bottom .right-part-nav {
        display: none;
    }

    .logo-img img {
        height: 132px;
    }


    .billing-details .form-group-wrapper {
        display: flex;
        flex-direction: column;
    }

    .billing-details .form-group-wrapper .form-group.form-group-50 {
        width: 100%;
    }

    .billing-details .form-group-wrapper .form-group:first-child {
        padding-right: 0;
    }

    .form-group-wrapper {
        flex-wrap: nowrap;
    }

    .your-order-wrapper {
        margin-top: 25px;
    }

    .checkout-button a {
        padding: 8px 135px;
    }

    .service-block {
        margin-bottom: 25px;
    }

    .loc-block {
        padding: 0px 35px;
    }

    .footer-center h5 {
        padding: 10px 30px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/* -------------------Contact us-------------------- */
.contact-banner-section {
    position: relative;
}

.contact-banner-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1, 101, 178, 0.78);
    z-index: 2;
}

.contact-banner-block {
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    margin-top: -124px;
    position: relative;
}

.contact-text-block {
    text-align: center;
    padding-top: 176px;
    padding-left: 50px;
    z-index: 2;
    position: relative;
}

.contact-text-block h2 {
    color: white;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-text-block p {
    font-size: 24px;
    font-weight: 600;
    line-height: 2rem;
    /* max-width: 50%; */
    margin: auto;
    color: white;
}

.contact-text-block a {
    margin-top: 35px;
    color: white;
    background-color: #ff00ff;
    border-radius: 8px;
    padding: 5px 25px;
    font-size: 23px;
    font-family: 'Varela Round', sans-serif;
    display: inline-block;
}

.connect-section {
    margin-top: 50px;
}

.connect-section .container {
    max-width: 1100px;
}

.connect-block {
    box-shadow: rgb(245, 245, 245) 1px 1px 12px 8px;
    border-radius: 2px;

    padding: 35px 30px;
    min-height: 250px;
}

.connect-block ul {
    list-style: none;
    line-height: 2em;
    margin-top: 36px;
    text-align: center;
    padding: 0px;
}

.connect-block li:last-child a {
    margin-bottom: 0px;

}

.connect-block i {
    /* padding-top: 0px; */
    background-color: #0165b2;
    /* line-height: 1em; */
    color: white;
    padding: 24px;
    border-radius: 50%;
    margin-bottom: 8px;
}

.connect-block i::before {
    font-size: 30px;
}

.connect-block p {
    /* padding-left: 5px; */
    font-family: 'Varela Round', sans-serif;
    line-height: 22px;
    /* margin-bottom: 0px; */
    font-size: 15px;
    text-align: center;
}

.map-section {
    margin-top: 65px;
}

.map-section iframe {
    width: 100%;
    margin: 25px 0px;
}

.contact-details {
    margin: auto;
}

.contact-details label {
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    display: block;
    padding-bottom: 12px;
    margin-right: 10px;

}

.contact-details input {
    height: 45px;
    /* outline: none; */
    font-size: 16px;
    color: #ddd;
    width: 100%;
    display: block;
    font-weight: 400;
    border: 1px solid #bcd6ed;
    padding-left: 15px;
    margin-bottom: 25px;
}

.contact-details textarea {
    height: 130px;
    outline: none;
    font-size: 16px;
    color: #ddd;
    width: 100%;
    display: block;
    font-weight: 400;
    border: 1px solid #bcd6ed;
    padding-left: 15px;
}

.qty-container .minus:hover,
.qty-container .plus:hover {
    background: pink;
    border-color: none;
}

.qty-container .minus,
.qty-container .plus {
    position: relative;
    width: 35px;
    height: 38px;
    background: #fff;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.qty-container {
    display: inline-flex;
    align-items: center;
    margin: 0 15px 0 0;
}

.qty-container .minus::before,
.qty-container .plus::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 12px;
    width: 8px;
    height: 1px;
    background: #212529;
    z-index: 1;
}

.qty-container .qty-input {
    max-width: 45px;
    border: 1px solid #dfdfdf;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    text-align: center;
}

.qty-container .plus::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 12px;
    width: 8px;
    height: 1px;
    background: #212529;
    transform: rotate(90deg);
    z-index: 1;
}

/* new banner design */
.banner-block .cake-img {
    /* position: relative;
    z-index: 99;
    height:313px;
    display: block;
    margin: auto;
    margin-top: 150px; */

    position: relative;
    z-index: 99;
    height: 266px;
    display: block;
    margin: auto;
    margin-top: 196px;
    padding-left: 90px;
}

.banner-block .person-img {
    position: relative;
    z-index: 99;
    /* right: 106px; */
    height: 470px;
    /* bottom: 6px; */
    display: block;
    margin: auto;
    margin-top: 100px;
}

.banner-slider .slick-list.draggable {
    /* background-color: #d0e8f8;; */
}

.banner-slider .slider-banner-inner {
    /* border: 1px solid #ddd; */
    margin: 15px 15px;
    /* margin-right: 20px; */
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    /* height: 259px; */
}

.banner-slider .slick-prev:before,
.banner-slider .slick-next:before {
    color: #055898;

}

.banner-slider-section {
    margin: 17px 40px;
}

.banner-slider-wrapper a {

    padding: 16px 0;
    font-weight: 700;

}

.banner-text-block h2 {

    font-size: 40px;

}

.banner-slider .slick-prev {
    display: block;
    left: -23px;
}

.banner-slider .slick-prev:before {
    content: "";
    background-image: url(/images/new-left-arrow.png);
    background-repeat: no-repeat;
    padding-right: 23px;
    background-size: cover;
}


.banner-slider .slick-next {
    right: -17px;
}

.banner-slider .slick-next:before {
    content: "";
    background-image: url(/images/new-right-arrow.png);
    background-repeat: no-repeat;
    padding-right: 19px;
    background-size: cover;
}

.cake-loc-wrapper img {
    height: 21px;
    display: block;
    margin: 0 auto;
}

.custom-arrow:before {
    color: #e30505;
    border: 2px solid #e30505;
    padding: 5px;
    border-radius: 50%;
}

.fa-ellipsis-h {
    color: #e30505;

}

.header-top p {
    margin-bottom: 0px;
    background: #1172b6;
    padding: 0 5px;
    color: white;
    border-radius: 5px;
}

.header-top .left-part-nav li {
    padding: 5px;
}

.header-top .left-part-nav li:first-child {
    padding: 5px 29px;
    padding-right: 7px;
}


.header-top .left-part-nav li {
    border-right: none;
}

.top-most-ul {
    align-items: center;
}

.header-bottom {
    margin-top: -20px;
}

.logo-img {
    top: -20px;
    position: relative;
}

.middle-logo {
    margin-top: -4px;
}

.hori {
    display: none;
}

.banner-left,
.banner-center,
.banner-right {
    padding-left: 0;
    padding-right: 0;
}

div.banner-text-block p span {
    color: #ffc674;
    font-weight: 900;
    font-size: 26px;
}

h3.page-section-heading {
    text-align: center;
    font-size: 28px;
    color: #e33;
    margin-top: 45px;
}

.best-sale .nav-tabs {
    border: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.best-sale .nav-item {
    border: 2px solid rgb(229, 228, 228);
    border-radius: 30px;
    margin: 5px;
}

.best-sale .nav-tabs .nav-item.show .nav-link,
.best-sale .nav-tabs .nav-link.active {
    border: 2px solid white;
    border-radius: 30px;
}

.best-sale .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #e33;
}

.best-sale .nav-tabs .nav-link {
    margin-bottom: 0px;
}

.best-sale .nav-tabs .nav-link {
    font-family: 'Merienda', cursive;
    color: #222;
    font-size: 16px;
    font-weight: 800;
    padding: 10px 40px;
}

.products-block .pro-img {
    padding: 10px;
    padding-bottom: 30px;
    box-shadow: 1px 1px 9px 1px rgb(245 245 245);
    border-radius: 10px;
    margin-top: 25px;
    position: relative;
    border: 1px solid #eee;
    min-height: 364px;
}

.tab-content .pro-img img {
    height: 175px;
    border-radius: 8px;
    max-width: 100%;
}

.pro-img img {
    height: 175px;
    border-radius: 8px;
    max-width: 100%;
}

.tab-content .pro-img p {
    color: #111;
}

.pro-img p:last-child {
    color: #0165b2;
    font-weight: 800;
    margin-top: -6px;
}

.btn-add-to-cart {
    background: #ee3333;
    padding: 6px 18px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
}

.location-info ul li:first-child {
    padding: 0;

}

.location-info ul {

    margin-top: 0px;
}

.new-cake-icon {
    height: 65px;
}

.locations-block .inner-loc img {
    /* height: 256px;
    width: 100%;
    border-radius: 5px; */
    height: 286px;
    width: 100%;
    border-radius: 0px;
}

.loc-row {
    margin-right: 0px;
}

.loc-col {
    padding: 0;
}

.loc-col:first-child {
    padding-left: 0;
}

.loc-col:last-child {
    padding-right: 0;
}

.locations-block iframe {
    width: 337px;
}

.work-stat {
    z-index: 999;
    position: relative;
    margin-top: 45px;
}

.work-col {
    /* background: #ffc674; */
    /* padding: 11px; */
    text-align: center;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    padding-top: 34px;
    color: black;
    font-weight: 800;
    /* border: 2px solid #f5f5fa; */
}

.work-col p {
    padding: 0;
    margin: 0;
    font-weight: 100;
}

.banner-center-btn {
    text-align: center;

}

.banner-center-btn a {
    margin-top: 35px;
    color: white;
    background-color: orange;
    border-radius: 8px;
    padding: 5px 25px;
    font-size: 23px;
    font-family: 'Varela Round', sans-serif;
    display: inline-block;
    position: relative;
    z-index: 999;
}

.work-col h3 {
    margin-bottom: 2px;
    font-size: 26px;
    font-weight: 800;
}

.pro-button {
    padding: 6px 6px;
    border: 2px solid #f1599a;
    display: block;
    margin-bottom: 15px;
}

.pro-button button {
    padding: 10px 61px;
    background-color: #f1599a;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    transform: all .3s;
    border: none;

}

.custom-cake {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 2px;
    font-family: Verdana;
    color: #948c87;
    font-size: 14px;
    text-align: justify;
}

.custom-cake input {
    color: #948c87;
    font-size: 14px;

}

.cake-text label {
    font-family: Verdana;

    margin: 7px 0;
    color: #948c87;
    font-size: 14px;

}

.cake-text textarea {
    /* height: 100px; */
    /* border: 1px solid #948c87; */
}

.cake-text textarea:focus {
    outline: none;
}

.pro-banner-block {

    height: 295px;


}

.pro-banner-text-block {
    padding-top: 129px;
}

.pro-banner-text-block .baker-left {
    position: absolute;
    top: 75px;
    left: 448px;
    height: 136px;
}

.pro-banner-text-block .baker-right {
    position: absolute;
    top: 75px;
    right: 406px;
    height: 136px;
}

.pro-banner-text-block h2 {

    font-size: 45px;

}

.pro-detail {
    /* margin-bottom: 0; */
}

.pro-banner-text-block h2 {
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

.qty-container .qty-input {
    box-shadow: none;
    height: 38px;
}

@keyframes scale {
    100% {
        transform: scale(1);
    }
}

.pro-banner-text-block span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
    margin-right: 17px;
}

.pro-banner-text-block span:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.pro-banner-text-block span:nth-child(2) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.cart-banner-animation {
    position: absolute;
    top: 75px;
    left: 592px;
    height: 129px;
}

.cashier-img {
    height: 104px;
    position: absolute;
    top: 95px;
    left: 499px;
}

.your-order-block {
    padding-top: 5px;
}

.order-button button {
    padding: 15px 165px;
}

.thanku-banner-section {
    position: relative;
    margin-bottom: 25px;
}

.thanku-banner-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(1, 101, 178, 0.78);
    z-index: 2;
}

.thanku-banner-block {
    background-size: cover;
    background-repeat: no-repeat;
    height: 316px;
    margin-top: -97px;
    position: relative;
}

.thanku-text-block {
    text-align: center;
    padding-top: 121px;
    padding-left: 50px;
    z-index: 2;
    position: relative;
}

.thanku-text-block h2 {
    color: white;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
}

.thanku-text-block h4 {
    color: white;
}

.pagi-block {

    margin-bottom: 40px;
}

.cake-login {
    background: #01518e;
    color: white;
    font-size: 24px;
}

.cake-login-block label {
    color: #01518e;
}

.view-format {
    font-size: 16px;
    color: #767277;
}

.cake-login-btn {
    background-color: #01518e;
}

.card-body {
    padding: 0;
}

.login-body-wrapper {
    padding: 14px;
}

.card-body .login-info-title {
    color: #01518e;
    font-weight: 300;
    font-size: 17px;
    text-decoration: none;
}

.login-input {
    /* background-color: #e8f0fe; */
}

.login-input:focus,
.login-rem:focus {
    /* outline: none; */
    box-shadow: none;
    border: var(--bs-border-width) solid var(--bs-border-color);
    /* background-color: #e8f0fe; */
}

.remember-check {
    padding-left: 0;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 5px;
}

.login-rem {
    margin-left: 0;
    height: 15px;
    width: 15px;
}

.form-check-label {
    text-transform: capitalize;
}

.login-body-wrapper .btn.login-btn {
    margin-left: 40px;
}

.btn.login-btn,
.btn.login-btn:focus {
    background-color: #0ea800;
    color: white;
}

.new-reg p {
    margin-left: 0;
    /* padding-left: 0; */
    color: #144f8b;
    font-weight: 300;
    padding: 15px;
    background: #fafafa;
    border-radius: 0 0 5px 5px;
    margin-bottom: 0;
}

.new-reg a {

    text-decoration: none;
    color: #325cf6;

}

.registation-container.cake-register .form-tab-inner {
    max-width: 550px;
    margin: 0 auto;
    font-family: "Barlow", sans-serif;
}

.registation-container.cake-register .form-tab-inner {
    border: 0px;
}

.registation-container.cake-register .form-tab-inner h2 {
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 3px 3px 0px 0px;
    color: #333;
    font-size: 26px;
    font-weight: 400;
    background: #0ea800;
    color: #fff;
}

.registation-container.cake-register {
    margin: 30px 0;

}

.registation-container.cake-register .form-register-inner {
    padding: 0px;
}

.registation-container.cake-register h4 {
	color: #0ea800;
    font-size: 18px;
    margin-bottom: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
    background: #ded;
	padding: 10px;
}

p.reg-para {
	text-align: center;
}

.registation-container.cake-register .form-register-inner .form-group {
    padding: 0px 15px;
}
#map{
    margin-bottom: 20px;
}

.form-control.form-register-inner {
	border: 0;
}
.registation-container.cake-register .form-register-inner .form-group:not(:last-child) {
    margin-bottom: 15px;
}
.registation-container.cake-register textarea{
    min-height: 100px;
}

.registation-container.cake-register .form-register-inner label {
    color: #6a7857;
    font-size: 15px;
    line-height: 1em;
    font-weight: 400;
    display: block;
    padding-bottom: 8px;
    margin-right: 10px;
    color: #555;
}
.registation-container.cake-register .form-register-inner label span{
    color: red;
    padding-left: 1px;
}

.registation-container.cake-register .input-with-icon-left {
    position: relative;
}
.registation-container.cake-register .input-no-icon {
	width: calc(100% - 140px);
}
.registation-container.cake-register .input-no-icon input {
    height: 37px;
    line-height: 37px;
    padding: 0px 15px;
    outline: none;
    font-size: 16px;
    color: #301e4e;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
}
.registation-container.cake-register .input-with-icon-left input {
    height: 37px;
    line-height: 37px;
    padding: 0 20px;
    outline: none;
    font-size: 16px;
    color: #301e4e;
    /* margin: 0 0 16px 0; */
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    font-weight: 400;
    opacity: 1;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    padding-left: 50px;
}
.registation-container.cake-register .form-register-inner label.error{
    width: 100%;
    display: block;
}
.registation-container.cake-register .form-register-inner .form-group.rest-group{
    flex-wrap: wrap;
}
.registation-container.cake-register .form-group.rest-group .input-file-upload,  .form-group.rest-group .input-file-upload:focus{
    width: calc(100% - 150px);

}
.registation-container.cake-register .input-with-icon-left input.error{
    margin: 0px;
}
.registation-container.cake-register .input-with-icon-left i {
    position: absolute;
    top: 0;
    color: #0ea800;
    text-align: center;
    line-height: 37px;
    width: 37px;
    height: 37px;
    font-size: 19px;
    background-color: #efe;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    display: block;
    border-radius: 4px 0 0 4px;
}

.registation-container.cake-register .input-with-icon-left select {
    height: 37px;
    line-height: 37px;
    padding: 0 13px;
    outline: none;
    font-size: 16px;
    color: #6a7857;
    /* margin: 0 0 16px 0; */
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    font-weight: 400;
    opacity: 1;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    padding-right: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* background: url(../images/chevron-down.svg) no-repeat center; */
    background-color: white;
    background-position: 98% center;
    /* background-color: white; */
    background-size: 17px;
}

.registation-container.cake-register .input-with-icon-left select {
    /* background: url(../images/chevron-down.png) no-repeat right; */
    background-color: white;
    background-position: right;
    /* background-color: white; */
    background-size: 22px;
}

.registation-container.cake-register .btn.submit-btn {
    padding: 10px 25px;
    background-color: #0ea800;
    border: 0px;
    box-shadow: none;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s all;
    border: 1px solid #0ea800;
    margin-left: 15px;
}

.registation-container.cake-register .input-file-upload,
.input-file-upload:focus {
    /* background-color: #e3f2feb3; */
    border: 1px solid #e2e9f3;
    border-radius: 4px;
    height: 41px;
    color: #6a7857;
    width: 100%;
    padding: 5px;
}

.registation-container.cake-register .input-file-upload:focus {
    box-shadow: none;
}

.registation-container.cake-register .acc-ttitle {
    padding-left: 15px;
    color: #000;
    font-size: 18px;
    margin-bottom: 19px;
    margin-top: 38px;
}

.already-acc p {
    font-weight: 300;
    padding: 0 15px;
}

.already-acc a {
    color: blue;
}

/* .contact-container{
    padding: 50px 0px;
} */
.contact-block-part {
    background-color: #e8f0fe;
    border-radius: 15px;
    max-width: 900px;
    margin: 40px auto;
    box-shadow: 5px 5px 12px #b1acac;
}

.contact-left-block {
    /* background-color: #dedef280; */
    border-radius: 10px 0 0 10px;
}

.contact-right-block {
    background-color: white;
    border-radius: 0 10px 10px 0;
    color: #144f8b;
    padding: 20px;
}

.contact-right-block h2,
.contact-right-block h4 {
    font-weight: 300;
}

.contact-container .form-register-inner {
    padding-top: 10px;
    padding: 0px;
}

.contact-container .info-wrapper {
    margin: 15px 0;
    font-weight: 500;
}

.contact-block img {
    height: 400px;
    display: block;
    margin: 35px auto;
}

.contact-left-block.contact-block img {
    height: 100%;
    width: 100%;
}

.contact-container .input-with-icon-left {
    position: relative;
}

.contact-container .input-with-icon-left i {
    position: absolute;
    top: 0;
    color: #01518e;
    text-align: center;
    line-height: 37px;
    width: 37px;
    height: 37px;
    font-size: 19px;
    background-color: #eef2f5c2;
    border: 1px solid #dee2e6;
    box-sizing: border-box;
    display: block;
    border-radius: 4px 0 0 4px;
}

.contact-container .input-with-icon-left input {
    height: 37px;
    line-height: 37px;
    padding: 0 20px;
    outline: none;
    font-size: 16px;
    color: #301e4e;
    /* margin: 0 0 16px 0; */
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    font-weight: 400;
    opacity: 1;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    padding-left: 61px;
}

.contact-container .info-text {
    margin-top: 5px;
}

.contact-container .input-with-icon-left textarea {
    height: 100px;
    line-height: 40px;
    padding: 0 20px;
    outline: none;
    color: #301e4e;
    /* margin: 0 0 16px 0; */
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    /* background-color: #e8f0fe; */
    font-weight: 400;
    opacity: 1;
    border-radius: 4px;
    border: 1px solid #e5e8eb;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    padding-left: 53px;
}

.contact-container .btn.submit-btn,
.btn.submit-btn:hover {
    padding: 6px 20px;
    background-color: #144f8b;
    box-shadow: none;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s all;
    border: 1px solid#144f8b;
    margin: 5px 0;
    margin-top: 10px;
}

.btn.submit-btn:hover {
    margin: 0;
}

.about-left {
    /* margin-top: 25px; */
    text-align: justify;
}

.about-left p {
    line-height: 1.8em;
}

.about-left h2 {
    margin-bottom: 17px;
}

.about-right {
    margin-top: 25px;

}

.about-right img {
    max-width: 100%;
}

.about-stat {
    background-color: #eee;
    padding: 19px;
    margin: 15px 0;
    margin-top: 37px;

}

.about-stat p {
    color: white;
}





.about-us-container .inner-loc h2 {
    text-align: center;
    margin: 25px 0;
    color: #0165b2;
}

.about-stat .row {
    margin: 0;
}

.bottom-about {
    margin-top: 30px;
}

.top-order-part {
    background: #eee;
    padding: 10px;
    margin-bottom: 10px
}

.top-order-part p {
    margin-bottom: 8px;
}

.top-order-part h5 {
    font-size: 17px;
}

.thanku-order-detail h5 {
    padding-left: 221px;

    margin-bottom: 15px;
}

.thanku-order-detail .table-cell.qty-cell {
    width: 15%;
}

.pro-pagi-section .container {
    padding: 0;
}

.cake-listings-cat-title {
    color: #0165b2;
    margin-bottom: 12px;
    font-weight: 600;
}

.category-search-block {
    margin-bottom: 5px;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check-label {
    text-transform: capitalize;
}

.other-check-input {
    width: 15px;
}

.left-search-block .other-check-input,
.left-search-block .other-check-flavor {
    border-color: #424141;
}

.filter-submit-btn {
    box-shadow: none;
    border: 0px;
    /* padding: 5px 17px; */
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    background-color: #0165b2;
    border-radius: 5px;
    transition: all .3s ease;
    height: 40px;
    /* width: 100%; */
    margin: 15px 0;
    padding: 5px 15px;
}

.top-filter-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    background-color: #eee;
    padding: 0 9px;
    margin-bottom: 16px;
}

.top-filter-block .cake-listings-cat-title:first-child {
    margin-bottom: 0;
}

.home-about-stat {
    /* background-color: #0b6db0; */
    /* padding: 19px; */
    margin: 15px 0;
    margin-top: 37px;
    background-color: whitesmoke;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    box-shadow: inset 0 0 0 2000px rgb(251 236 237 / 90%);
}

.bakery-outlet-names {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 10px 0;
}

.bakery-outlet-names h5 {
    margin-right: 8px;
    border-right: 1px solid #0165b2;
    padding-right: 8px;
}

.bakery-outlet-names h5:last-child {
    border-right: none;

}

ul.ul-second li a {
    padding: 4px 0px 4px 16px;
    font-size: 16px;

}

.gallery-section.best-sale .lightbox.show {
    z-index: 9999;
}

.dropdown i {
    padding-left: 5px;
}

/* header-drpdown */
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 9999;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropdown-content.dropdown-menu {
    display: flex;
    gap: 34px;
    background: #fee9e9;
}

.dropmenu-content ul {
    display: flex;
    flex-direction: column;
}

.dropdown-content.dropdown-menu {
    width: 369px;
    padding: 10px;
}

.dropmenu-content h6 {
    margin-left: 8px;
    font-weight: 600;
    border-bottom: 1px dashed #000;
    padding-bottom: 5px;
    color: red;
}

.dropmenu-content ul li a {
    color: black;
    font-weight: 300;
    font-size: 15px;
}

.dropmenu-content ul li a:hover {
    background-color: #fee9e9;
}

.dropdown-content.other-bakeries-block {
    background-color: #fee9e9;
    border-radius: 5px;
    border: 1px solid #d1c0c0;
}

.thumbelina-but.vert.top.disabled,
.thumbelina-but.vert.bottom.disabled {
    display: none;
}

.cake-text.item,
.cake-select.item {
    display: flex;
    flex-direction: column;
    /* margin-bottom: 10px; */
    font-weight: 600;
}

@media (max-width: 1300px) {
    .pro-button {
        padding: 6px 6px;
        border: 2px solid #f1599a;
        display: block;
        margin-bottom: 15px;
    }

    .pro-button button {
        padding: 10px 41px;
        background-color: #f1599a;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 14px;
        line-height: 1em;
        font-weight: 600;
        text-align: center;
        transform: all .3s;
        border: none;

    }

    .order-button button {
        padding: 13px 78px;
    }

    .cart-button.proceed-checkout a {
        padding: 6px 39px;

    }
}

/* Header Active */
.ul-second li a.active {
    color: red;
}

/* Pagination */
.navigation-block .hidden {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
}

.paging-bar svg {
    width: 25px;
}

.navigation-block .bg-white {
    padding: 3px !important;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navigation-block .relative.z-0.inline-flex.shadow-sm.rounded-md {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.navigation-block .flex.justify-between.flex-1 {
    display: none;
}

.paging-bar div:first-child {
    display: none;
}

/* banner-slider */
#slider {
    /* width:80%; */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 540px;
    /* box-shadow:2px 5px 10px rgba(0,0,0,0.4);; */
}

.slide {
    width: 100%;

    display: none;
    animation-name: fade;
    animation-duration: 1s;

}

.banner-img-slider {
    width: auto;
    height: 523px;
    max-width: 100%;
}

.banner-buy-old {
    position: relative;
    z-index: 9999;
    top: -183px;
    left: 404px;
    background: #f9b330;
    color: white;
    padding: 8px 57px;
    border-radius: 7px;
}

.banner-buy {
    position: relative;
    /* z-index: 9999; */
    bottom: 131px;
    left: 10%;
    background: rgba(200, 200, 200, 0.5);
    color: #111;
    padding: 16px 50px;
    border-radius: 7px;
    font-size: 18px;
}

@keyframes fade {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    padding: 15px 10px;
    border-radius: 5px;

}

.controls:hover {
    background: white;
    transition: 0.3s;
}

.controls:active {
    color: grey;
}

#left-arrow {
    left: 10px;
}

#right-arrow {
    right: 10px;
}


.body-wrapper .contact-container .input-with-icon-left .contact-message {
    padding-left: 12px;
}

.body-wrapper .contact-container .input-with-icon-left .cont-input {
    padding-left: 55px;

}

.slide.first-slide {
    /* background-color: #0063afc7; */

}

.home-about-stat .row {
    margin: 0;
}

/* location slider */

.location-slider {
    height: 400px;
    margin-bottom: 50px;
}

.location-slider .slider-container {
    border: none;
}

.crousel-image-outer img {
    height: 400px;
    width: auto;
    max-width: 100%;
}

.location-slider .slider-container .crousel-image-outer {

    width: auto;
}

.location-slider .slider-container {
    width: 900px;
}

.cake-loc-detailing {
    display: flex;
    flex-direction: column;
}

.location-slider .slider-container p {

    margin-left: 5px;
    margin-bottom: 8px;
}

.location-slider .loc-content h4,
.location-slider .loc-content i {
    color: #e33;
}

.location-slider .loc-content i {
    font-weight: 600;
}

.location-slider .slider-container .crousel-image-outer {
    margin-right: 13px;
}

.location-slider .slider-container {
    background-color: #fef6e0;
}

.location-slider .crousel-navigation {
    position: absolute;
    top: 170px;
    width: 50px;
    height: 46px;
}

.banner-buy:hover {
    filter: invert(1);
}

.insta-block {
    box-shadow: 1px 1px 16px 11px rgb(245 245 245);
    border-radius: 15px;
    margin-top: 30px;
    padding: 15px;
    margin-bottom: 15px;
    /* padding-bottom: 0; */
}

.insta-block .col-md-3 {
    padding: 0;
}

.insta-block img {
    height: 245px;
}

/* .gallery-section {
    margin: 25px 0;
}

.gallery-section img {
    height: 270px;
    border-radius: 10px;
    margin-bottom: 5px;
} */

.pro-gallery {
    max-width: 1180px;
}

.container.pro-gallery {
    margin-top: 33px;
}

.navigation-block .bg-white {
    padding: 3px !important;
    width: 39px;
    height: 39px;
    display: inline-block;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

div.row.header-top ul.ul-second {
    /* margin-left: 38%; */

}


.header-top p.user-name {
    background-color: white;
    color: black;
}

div.header-top .right-part-nav li p.user-name {
    padding: 15px 15px 0px 0px;
    font-family: 'Merienda', cursive;
    font-size: 12px;
    color: #1272bf;
    font-weight: 600;
}

div.header-top .right-part-nav li .header-input-box.signout-btn a {
    padding: 13px 15px 0px 0px;
    font-size: 12px;
    color: #1272bf;
    font-weight: 600;
}

.icon-circle {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1272bf;
}

div.header-top .right-part-nav li a.my-account {
    padding: 9px 15px 0px 0px;
    font-family: 'Merienda', cursive;
    font-size: 12px;
    color: #1272bf;
    font-weight: 600;
}

.my-account {
    display: flex;
    gap: 5px;

}

html .dashboard-menu {
    background-color: #e0eefbbd;
    color: #144f8b;
    max-width: 350px;
}

html .dashboard-menu ul {
    padding-left: 0;
}

ul li {
    list-style: none;
}

.dashboard-menu li a {
    border-bottom: 1px solid #e0e4ec;
    border-radius: 0;
    padding: 15px;
    position: relative;
    color: #144f8b;
    border-left: none;
    border-right: none;
    border-color: #89abe2;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    transition: all .3s;
    display: flex;
    align-items: center;
    gap: 7px;
}

html .service-detail-section .dashboard-menu li a:hover,
html .service-detail-section .dashboard-menu li a.active {
    background-color: #014BA2;
    color: white;
}

html .service-detail-section .dashboard-menu li:last-child a {
    border-bottom: 0px;
}

.form-register-inner .form-group:not(:last-child) {
    margin-bottom: 15px;
}

.form-register-inner label {
    color: #144f8b;
    font-size: 16px;
    line-height: 1em;
    font-weight: 500;
    display: block;
    padding-bottom: 8px;
    margin-right: 10px;
}

.dashboard-form .form-register-inner label {
    font-weight: 400;
}

.contact-input-with-icon-left {
    position: relative;
}

.contact-input-with-icon-left input {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    outline: none;
    color: #301e4e;
    max-width: 100%;
    width: auto;
    box-sizing: border-box;
    display: block;
    background-color: white;
    font-weight: 400;
    opacity: 1;
    border-radius: 4px;
    border: 1px solid #e5e8eb;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    padding-left: 53px;
}

.contact-input-with-icon-left i::before {
    position: absolute;
    top: 0;
    color: #144f8b;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 19px;
    background-color: white;
    border: 1px solid #e5e8eb;
    box-sizing: border-box;
    display: block;
    border-radius: 4px 0 0 4px;
}

.cake-file-upload {
    width: 31%;
}

.user-prof {
    margin: 5px 0;
    width: auto;
    height: 84px;
    max-width: 100%;
}

.btn.contact-submit-btn,
.btn.contact-submit-btn:hover {
    padding: 6px 20px;
    background-color: #144f8b;
    box-shadow: none;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s all;
    border: 1px solid#144f8b;
    margin: 5px 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.service-detail-section .form-group.file-upload {
    margin-bottom: 0;
}

.service-detail-section {
    margin: 25px 0;
}

body a {
    text-decoration: none;
}

.error {
    color: #721c24 !important;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    margin-top: 5px;
    display: block;
    text-align: left;
    margin-right: 0 !important;
}

.billing-details input.error,
.billing-details textarea.error {
    border: 1px solid #bcd6ed;
    background-color: white;
}

.billing-details label,
.shipping-details label.error {

    margin-right: 0px;
}

div.header-top .right-part-nav li a {

    color: #1272bc;
}

div.header-top .right-part-nav li.header-cart-link a {
    color: white;
}

.alert.alert-success.cart-msg {
    font-size: 13px;
    padding: 5px;
}

.button.view_cart {
    background: #01518e;
    color: white;
    padding: 8px 18px;
    border-radius: 5px;


}

.add-block .cart-detail {
    margin-bottom: 15px;
}

.billing-details .form-group {
    margin-bottom: 25px;
}

.select-vendor {
    margin-top: 5px;
    margin-bottom: 5px;

}

.vendor-name input {
    /* margin-right: 5px; */
}

.your-order-block .right-check-part {
    color: black;
}

.strength_meter div p {
    font-size: 14px;
    padding: 1px 10px;
}

.veryweak {
    background-color: #fcc1c1;
    border-color: #F04040 !important;
    width: 40% !important;
    padding-left: 5px;
    border-radius: 13px;
    margin-top: 5px;
}

.weak {
    background-color: #FFB78C;
    border-color: #FF853C !important;
    width: 50% !important;
    padding-left: 5px;
    border-radius: 13px;
    margin-top: 5px;
}

.medium {
    background-color: #FFEC8B;
    border-color: #FC0 !important;
    width: 75% !important;
    padding-left: 5px;
    border-radius: 13px;
    margin-top: 5px;
}

.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C !important;
    width: 100% !important;
    padding-left: 5px;
    border-radius: 13px;
    margin-top: 5px;
}

.checkout-text-block h2 {
    font-family: 'Merienda', cursive;
}

.main-menu-container {
    margin-left: auto;
}

.inner-dateTime-info {
    gap: 9px;
}

.date-part,
.time-part {
    width: 50%;
}

.date-part {
    position: relative;
}

/* .cal-block {
    width: 80%;
} */
.cal-img {
    position: absolute;
    top: 39px;
    right: 8px;
    height: 20px;
}

.business-calender {
    width: 100%;
    background-color: white;
    border: 1px solid #abed97;
    height: 36px;
    padding: 5px 8px;
}

/*a-change*/
.header-top .main-menu-container {
    margin-left: auto;
}

.header-top ul.ul-first li p {
    background-color: #fec86f;
    color: #222;
    border: 0;
}

.header-top ul.ul-first li.loc-line i {
    color: #ab7221;
}

div.banner-block {
    margin-top: -97px;
}

/*a-change*/
.online-order-section {
    margin: 25px 0;
}

.filtering-btn {
    margin-bottom: 20px;
}

.pro-cat-link {
    display: flex;
    flex-direction: column;
}

.pro-cat-link a {
    margin-bottom: 5px;
}

.slider .pro-gallery-imgs {
    width: auto !important;
    max-width: 100%;
}

.slider .slick-list.draggable {
    height: 230px !important;
}

.pro-slider .slider-nav .slick-next {

    right: 38px;
    bottom: -22px;
}

.pro-slider .slider-nav .slick-prev {
    top: -25px;
    left: 22px;
}

.pro-slider {
    /* display: flex;
    align-items: center; */
}

.pro-slider .thumbelina {
    top: 1px;
}

.pro-desc-section .row {
    margin-top: 15px
}

/*----------------------- product img slider with zoom effect------------------------- */
.cloudzoom-zoom-inside {
    cursor: zoom-in;
    z-index: 1;
}

.thumbelina {
    left: 0;
    right: 0;
    width: 70px;
    margin: 0 auto;
}

.thumbelina li img,
.thumbelina li img:hover {
    height: 80px;
    border: none;
}

.thumbelina-but.vert {
    line-height: 28px;
}

/*** CUSTOM ***/

#thumbnails {
    position: relative;
    width: 93px;
    height: 341px;
    background-color: #fff;
    /* border-left: 1px solid #aaa; */
    /* border-right: 1px solid #aaa; */
    float: left;
    /* margin-top: 20px; */
    z-index: 2;
}

#thumbnails a {
    width: 100%;
    display: inline-block;
    text-align: center;
}

/* Prevent FOUC */
#thumbnails ul {
    visibility: hidden;
}

#thumbnails ul.thumbelina {
    visibility: visible;
}

#product-image {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-left: 1rem;
    background: #eee;
    width: 100%;
}

#product-image img {
    width: auto;
    max-width: 100%;
    height: 186px;
    margin: 0 auto;
    display: block;
}


#zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: fadeout 0.5s;
    /* Sync with JS */
    /* background: url('/images/final-birthday.png') no-repeat; */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    cursor: zoom-out;
    display: none;
    opacity: 0;
    /* z-index: 99999; */


    object-fit: cover;
}

.fullscreen {
    overflow: hidden;
}

.fullscreen .cloudzoom-zoom-inside {
    visibility: hidden;
    /* Prevent FOUC */
}

.fullscreen #thumbnails {
    /* position: fixed; */
    top: 8px;
    left: 8px;
    opacity: 0.8;
}

.fullscreen #zoom-overlay {
    animation: fadein 0.5s;
    /* Sync with JS */
    display: block;
    opacity: 1;
    z-index: 99999;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.thumbelina li img,
.thumbelina li img:hover {
    height: auto;
    width: 100%;
    border: none;
}

#thumbnails {

    /* height: 198px; */
}

.thumb-wrapper {
    display: flex;
    align-items: center;
}

.thumbelina-but {
    border: none;
    box-shadow: none;
    color: #f1599a;

}

.thumbelina-but.disabled,
.thumbelina-but.disabled:hover {
    background-color: white;
}

.thumbelina-but {
    background-color: white;
}

.thumbelina-but:hover {
    color: #f1599a;
    box-shadow: none;
}

.thumbelina-but.vert.top,
.thumbelina-but.vert.bottom {
    font-size: 20px;
}

.thumbelina-but.vert.bottom {
    bottom: -18px;
}

.thumbelina-but.vert.top {
    top: -17px;
}

.custom-cake label {
    display: flex;
    align-items: center;
    gap: 4px;
    color: black;
    font-family: 'Merienda', cursive;
}

.pro-info span {
    color: black;
    font-family: 'Merienda', cursive;
}

.cake-text.item label,
.cake-select.item label {
    font-family: 'Merienda', cursive;
    color: #f1599a;
    font-size: 16px;
    margin: 8px 0;
}

.thumbelina li img,
.thumbelina li img:hover {
    height: 57px;
    width: auto;
    max-width: 100%;

}

.cake-login-block .login-body-wrapper .btn.login-btn {
    margin-left: 0px;
}

.login-btm-row .col-md-8.offset-md-4 {
    padding-left: 0;
}
.login-body-wrapper input.error {
    background-color: #fff;
    border: 1px solid #ced4da;
}

/* --------------------------------- */
.my-order-details {
    margin-bottom: 20px;
}

html .order-detail-info-block {
    border: 1px solid #ccc7c7;
    padding: 10px;
    margin-top: 15px;
}

.order-detail-info-block.order-info {
    cursor: pointer;
}

.order-detail-info-block p {
    line-height: 1em;
}

.order-detail-info-block p:last-child {
    margin-bottom: 0;
}

.service-detail-section .table-box {
    border-radius: 0px 0px 15px 15px;
}

.price-detail-block .table-row {
    border-bottom: 0;
}

.service-detail-section .table-row {
    display: flex;
    flex-direction: row;
    border-radius: 0;
    background: white;
    color: #144f8b;
    font-size: 13px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 50, 0.3);
}

.service-detail-section .header {
    background-color: #01518e;
    border-radius: 5px 5px 0px 0px;
}

.price-detail-block img {
    height: 40px;
}

#orderDetail .table-row img {
    padding-left: 5px;
}

.service-detail-section .table-cell {
    width: 14%;
    text-align: center;
    padding: 5px 0;
    border-right: 1px solid #d6d4d4;
    vertical-align: middle;
}

.service-detail-section .table-row.header .table-cell {
    justify-content: left;
}

.price-detail-block .table-row.header .table-cell {
    padding: 10px 0;
}

.service-detail-section .table-cell p {
    font-size: 14px;
    font-weight: 400;
    color: #144f8b;
    line-height: 1.2em;
    word-break: break-all;
    /* padding: 8px; */
    text-align: left;
    padding-top: 0;
}

.service-detail-section .table-cell.emp-cell {
    /* border-left: none; */
    /* border-right: none; */
}

.my-orders-list .table-cell.emp-cell p {
    text-align: right;
}

.thumbelina {
    margin: 0;
    width: auto;
}

.pro-detail .pro-info.col-md-6,
.price-cart-block {
    margin-top: 12px;
}

.custom-drpdwm select {
    height: 36px;
    line-height: 30px;
    padding: 0 10px;
    outline: none;
    font-size: 16px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: white;
    font-weight: 400;
    opacity: 1;
    border-radius: 5px;
    border: 1px solid #ced4da;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.05);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    background-position: 98% center;
    background-size: 17px;
}

.custom-drpdwm select {
    /* background: url(../images/chevron-down.png) no-repeat right; */
    background-color: white;
    background-position: right;
    background-size: 22px;
}

.custom-drpdwm select:focus,
.cake-text.item textarea {
    box-shadow: none;
    border: 1px solid #ced4da;

}

.pro-detail .pro-info h4 {
    color: #f1599a;
}

.custom-cake.item {
    margin-top: 10px
}

.cart-info-section .table-cell.product-cell a p {
    padding-left: 6px;
}

.new-custom-order {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.pay-wrapper h6 {
    font-weight: 800;
}

.main-wrapper .navbar-nav {
    flex-direction: row;
    margin-top: 27px;
}

.header-top .main-wrapper .navbar-nav ul li a {
    padding: 4px 0px 4px 16px;
    font-size: 16px;
    font-weight: 600;
    /* background-color: white; */
}

.header-top .main-wrapper .navbar {
    background-color: white;
    border-bottom: none;
    padding: 0;

}

.header-top .main-wrapper .navbar-nav>li>a {
    padding: 4px 0px 4px 16px;
    text-transform: none;

}

.header-top .sub-menu-item ul {
    display: flex;
    flex-direction: column;
}

.header-top .drop-icon {
    position: absolute;
    right: -22px;
}

.body-wrapper {
    font-family: 'Merienda', cursive;
}

.header-top .main-wrapper .navbar-nav>li:hover .sub-menu {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1rem;
}

.header-top .main-wrapper .navbar-nav>li {
    border-bottom: none;
}

.ul-second li a.active {
    color: red;
}

.header-top .sub-menu {
    background-color: #fee9e9;
    border-radius: 5px;
    border: 1px solid #d1c0c0;
    z-index: 99999;
}

.header-top .sub-menu-item h4 {
    margin-left: 8px;
    font-weight: 600;
    /* border-bottom: 1px dashed #000; */
    padding-bottom: 5px;
    color: red;
    margin-bottom: 3px;
}

.header-top .main-wrapper .navbar-nav .sub-menu-item ul li a {
    font-weight: 300;
    font-size: 15px;
    color: black;
}

.header-top .sub-menu ul li {
    margin: 0;
}

.header-top .main-wrapper .navbar {
    align-items: unset;
}

header .header-top .navbar-collapse ul {
    margin-top: 0;
}

.add-block.other-bakery {
    border: none;
    padding: 0px;
    text-align: left;
}

.pro-button button {
    padding: 10px 63px;
}

.pro-info span {

    font-size: 14px;
}

.thumb-wrapper {
    display: flex;
    align-items: unset;
}

#product-image img {
    width: auto;
    max-width: 100%;
    height: 340px;
    /* height: auto;
    max-height: 80%; */
    margin: 0 auto;
    display: block;
}

.add-block.other-bakery .pro-button {
    width: 50%;
    margin-top: 10px;
}

.add-block.other-bakery .pro-button button {
    padding: 10px 36px;
}

.pro-detail .pro-info h4 {
    color: #f1599a;
    font-weight: 700;
}

.pro-info a:last-child {
    border-left: 0;

}

.only-img {
    width: 24%;
}

.cart-custom-field {
    line-height: 1.5em;
}


.add-block.other-bakery {
    border: none;
}

.check-out-right-img-wrapper {
    /* gap:8px; */
}

.check-out-right-img-wrapper img {
    height: 50px;
    display: block;
    margin: 0 auto;
    /* width: 50px; */
}

.radio-btn-checkout,
.radio-btn-paymnt {
    display: flex;
    align-items: center;
    gap: 5px;
}

.radio-btn-checkout input.error {
    margin-top: 0;
}

.select-vendor {
    position: relative;
}

.radio-btn-checkout #vendor_id-error.error {
    position: absolute;
    width: 200px;
    top: -7px;
    left: 117px;
    width: 83%;
    margin-top: 0;
}

.billing-details label.error {
    padding-bottom: 7px;
}

.pay-wrapper {
    position: relative;
}

.radio-btn-paymnt #payment_mode-error.error {
    position: absolute;
    width: 200px;
    top: -7px;
    left: 146px;
    width: 69%;
    margin-top: 0;
}

.right-check-part {
    margin: 0;
}

.cart-info-section .alert.alert-danger {
    padding: 7px;
}

.thanku-order-detail .qty-cell.tq-total {
    width: 80%;
}

.thanku-order-detail .qty-cell.tq-total p {
    text-align: right;
    font-weight: 700;
}

.order-button {
    margin-bottom: 0;
}

.cart-custom-field h5 {
    padding-left: 20px;
    font-weight: 700;
    margin-bottom: 1px;
    font-size: 17px;
    color: #f1599a;
}

.billing-section .cart-custom-field h5 {
    padding-left: 10px;
}

.your-order-block .cart-custom-field p {
    padding-left: 10px;
}

.your-order-wrapper .select-vendor h6 {
    font-weight: 800;
    margin-top: 13px;
}

.order-pro p {
    font-weight: 800;

}

.thanku-order-detail .new-custom-order h6 {
    padding-left: 20px;
    margin-bottom: 1px;
    font-weight: 700;
    font-size: 17px;
}

.price-detail-block.my-orders-list .p-name {
    padding-left: 4px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px;
    color: #f1599a;
}

.header-top .main-wrapper .navbar-nav>li:hover .sub-menu.other-bake {
    width: 30%;
}

.sub-menu.other-bake {
    position: absolute;
    left: 45%;
    width: 100%;
    top: 100%;
    background-color: #fee9e9;
    ;
}

.billing-details input[type=radio] {

    width: auto;
}

.billing-details .select-vendor {
    line-height: 1em;
}

.billing-details .checkout-vendor-part {
    padding-bottom: 0;
}

.checkout-vendor-part {
    cursor: pointer;
}

.radio-btn-checkout {
    height: 30px;
}

.radio-btn-paymnt input.error {
    margin-top: 0;
}

.common-text-block h5 {
    color: #e33;
    font-family: 'Merienda', cursive;
    font-weight: 700;
    font-size: 20px;
}

.our-category-wrapper.filtering-btn.rem-bakery {
    overflow-y: unset;
}

.text-on-cake {
    color: #f1599a;
    margin-top: 5px;
    font-size: 12px;
}

.colon-sign {
    /* display: none; */
}

.g-t {
    margin-bottom: 0;
}

.thanku-order-detail .table-row.my-order-total {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;

}

.thanku-order-detail .table-row.my-order-total .table-cell.emp-cell p {
    text-align: right;
}

.navigation-block .bg-white {
    padding: 3px !important;
    width: 39px;
    height: 39px;
    display: inline-block;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navigation-block a {
    color: blue !important;
}

.pro-banner-text-block h2 {
    padding: 0px 36%;
}

.cart-info-section .table-cell.product-cell p {
    padding-bottom: 0;
}

.your-order-block .cart-custom-field {
    width: 80%;
}

.thanku-order-detail .table-row.my-order-total .table-cell {
    padding: 0;
}

.thanku-order-detail .table-cell.product-cell img {
    display: block;
    margin: 0 auto;
}

.cakes-main-image {
    background-color: #eee;
}

.cart-info-section .only-img {
    width: 27%;
}

.your-order-block .only-img {
    width: 20%;
}

.thanku-order-detail .only-img {
    width: 27%;
}

.thanku-order-detail .cart-custom-field {
    width: 73%;
}

.service-detail-section #orderDetail .table-row img {
    padding-left: 0px;
}

.user-order-list .cakes-main-image {
    margin-left: 5px;
}

.user-order-list .only-img {
    width: 20%;
}

.user-order-list .p-name,
.user-order-list .new-custom-order.cart-custom-field p {
    padding-left: 10px;
}

.cart-info-section .cart-custom-field {
    width: 73%;
}

.service-detail-section .table-cell.emp-cell p {
    font-weight: 700;
}

.login-body-wrapper .form-check.remember-check {
    padding-left: 0.3em;

}

.header-top .main-wrapper .navbar-nav .sub-menu-item ul li a:hover {
    color: red;
}

.pro-detail .button.view_cart {
    padding: 8px 18px;
}

.thumbelina-but.vert.bottom,
.thumbelina-but.vert.top {
    width: 78px;
}

.free-delivery {
    color: white;
    margin: 5px 0;
    background: orange;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;

}

.body-wrapper.body-wrapper-new{
    max-width:100%;
}
.registation-container.cake-register .form-tab-inner{
    max-width: 100%;
}

/* step container */
.step-container .step {
    position: relative;
    min-height: 5em;
    color: grey;
  }
  .step-container .step + .step {
    margin-top: 5.5em
  }
  .step-container .step > div:first-child {
    position: static;
    height: 0;
  }
  .step-container  .step > div:not(:first-child) {
    margin-left: 5.5em;
    padding-left: 1em;
  }
 .step-container  .step.step-active {
    color: #6a7857
  }
 .step-container .step.step-active .circle {
    background-color: #0ea800;
    color: #fff;
  }
  
 .step-container .step.step-active .circle  img{
    filter: brightness(0) invert(1);
  }
  
  /* Circle */
 .step-container .circle {
    background: #d2f5d2;
    position: relative;
    width: 5.5em;
    height: 5.5em;
    line-height: 1.5em;
    border-radius: 100%;
    color: #6a7857;
    text-align: center;
    box-shadow: 0 0 0 3px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    color: #0ea800;
  }
  
  /* Vertical Line */

  .step-container .step:last-child .circle:after {
    display: none
  }
  
  .step-container .step:first-child .circle:after {
    height: 100%;
    z-index: -1;
  }
  
  /* Stepper Titles */
 .step-container .title {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    margin-top: 32px;
    color: #0ea800;
    font-weight: 500;

  }
  .step-container .title.step-1-active {
	color: #0ea800;
    font-weight: 600;
    font-size: 18px;
  }
 .step-container .caption {
    font-size: 0.8em;
  }

  .step-container{
    padding: 60px 0px;
    padding: 0px;
  }

  .step-main-form{
    padding: 60px 30px;
    border: 1px solid #6a7857;
    border-radius: 10px;
    font-family: 'avenir_lt_std55_roman';
    background-color: #e8f3da;
    margin-bottom: 30px;
    position: relative;
    min-height: 400px;

  }

  .step-main-form:before{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 24px 38px 24px 0;
    border-color: transparent #6a7857 transparent transparent;
    transform: rotate(0deg);
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -38px;
    margin-top: -34px;
    border-width: 11.5px 12px 11.5px 0;
    left: -13px;
 }

  

  .step-container .circle img{
    height: 30px;
  }

  .step-main-form h2{
    color: #6a7857;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
  }

.step-container .circle:after {
    content: ' ';
    position: absolute;
    display: block;
    top: 1px;
    right: 50%;
    bottom: 1px;
    left: 50%;
    height: 100%;
    width: 2px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    border-left: dotted 2px #0ea800;
    z-index: -1;
    height: 97%;
}
.step-container .step:first-child .circle:after {
    height: 100%;
    z-index: 1;
}

.form-left-res{
    padding: 20px 30px;
}

.form-reg-inner{
    padding: 40px 0px;
}
.form-mid .form-group,.form-right-res .form-group {
    display: flex;
    align-items: center;
}
.form-mid .form-group label,.form-right-res .form-group  label{
   width: 140px;
   font-size: 15px;
}
.form-mid .form-group .input-with-icon-left, .form-right-res .form-group .input-with-icon-left{
  width: calc(100% - 140px);
}
.form-reg-inner .col-md-4:first-child{
    width: 30.33333333%;
}
.form-reg-inner .col-md-4:nth-child(2){
    width: 36.33333333%;
}
.registation-container.cake-register .input-file-upload, .input-file-upload:focus{
    width: calc(100% - 140px);
}
.form-mid .form-group.no-flex,.form-group.no-flex{
    display: block;
    align-items: center;
}
.registation-container.cake-register textarea {
    min-height: 140px;
    width: 100%;
}
.registation-container.cake-register .form-group.no-flex .input-with-icon-left ,.registation-container.cake-register .form-group.no-flex label{
   
    width: 100%;
}

.main-otp-block{
    background-color: #fff;
    font-family: "Barlow", sans-serif;
}

.otpblock-container{

}
.otpblock-container {
    font-family: "Barlow", sans-serif;
    padding: 60px 30px;
    border: 1px solid #e8f3da;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    min-height: 400px;
    padding: 30px 20px 15px;
    margin-left: 20px;
    margin: 40px 20px;
    position: relative;
    margin-top: 0px;
}
.otpblock-container .card-header {
	max-width: 400px;
	margin: 0px auto;
	margin-top: 70px;
}
.otpblock-container:before {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 24px 38px 24px 0;
    border-color: transparent #0ea800 transparent transparent;
    transform: rotate(0deg);
    content: "";
    display: inline-block;
    position: absolute;
    top: 66%;
    left: -38px;
    margin-top: -34px;
    border-width: 11.5px 12px 11.5px 0;
    left: -13px;
}
.otp-box.textbox-list {
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    padding-bottom: 30px;
}
.otp-box.textbox-list .form-control{
    background-color: #fff;
}

.otpblock-container h3{
    color: #0ea800;
    font-size: 22px;
    line-height: 1em;
    margin: 15px 0px;
    font-weight: 700;

}
.otpblock-container img {
    max-width: 90px;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
}
.otp-container .login-body-wrapper-inner input.form-control {
	width: 45px;
	height: 45px;
	margin-right: 10px;
}
.registation-container .form-tab-inner {
    padding-bottom: 30px;
}
.registation-container.cake-register {
    margin: 30px 0;
    background: #ffff;
    margin: 0px;
    padding: 30px 0px;
}
.main-otp-blok .container{
    
}

.registation-container .alert-danger{
    color: #EC5F5F;
    background-color: #fff2f2;
    border-color: #EC5F5F;
    padding: 10px;
    font-weight: 500;
}
@media only screen and (max-width: 600px) {

    .main-wrapper {
        margin-top: 5px;
    }

    .main-wrapper .sub-menu {
        margin: 0 5px;
    }

    .main-wrapper .sub-menu-item {
        padding-left: 0;
    }

    .header-top .main-wrapper .navbar-nav>li:hover .sub-menu {
        padding: 0 5px;
    }


    .main-wrapper .navbar-nav {
        flex-direction: column;
    }

    .main-wrapper .navbar-collapse {
        overflow-y: unset;
        display: none;
        margin-top: 23px;

    }

    .header-top .main-wrapper .navbar {
        background-color: transparent;
    }

    .main-wrapper .navbar-toggler {
        border: none;
        font-size: 1rem;
    }

    .main-wrapper .navbar {
        z-index: 4;
        /* position: absolute; */
        position: relative;
        /* width: 10000px; */

    }

    .main-wrapper .brand-and-icon {
        position: absolute;
        right: 8px;
        top: 1px;
    }

    .main-wrapper .navbar-nav.ul-second {
        /* position: absolute;
        top: 23px;
        right: -12px; */
        background: #01518e;
    }

    .row.header-top {
        flex-direction: column;
        position: relative;
    }

    .row.header-top .row.first-row {

        position: absolute;
        top: 0;
        right: 12px;
        width: 100%;
        padding: 0 10px;
        padding-left: 0;
        padding-right: 0;


        /* width: 100%; */
        /* padding: 0 10px; */

    }

    .first-row .header-menu-block {
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

    .main-wrapper,
    .navbar-nav.ul-second {
        width: 100%;
    }

    .main-wrapper .navbar-nav>li>a:last-child {
        margin-bottom: 0;
    }

    .main-wrapper .navbar-nav>li>a:first-child {
        margin-top: 0;
    }

    .upper-part,
    .lower-part {

        z-index: 2;

    }

    .logo-img {
        z-index: 4;
    }

    header .header-top .main-wrapper a {
        color: white;
    }

    .main-wrapper .navbar-toggler:focus {
        box-shadow: none;
    }

    .main-wrapper .sub-menu {
        grid-gap: 20px;
    }

    .header-top .drop-icon {
        position: absolute;
        right: 12px;
    }

    .header-top .sub-menu-item h4 {
        margin-left: 14px;
    }

    .main-wrapper .navbar {
        /* margin-top: 45px; */

    }

    .mean-container {
        display: flex;
        flex-direction: column;
    }

    .mean-bar {
        order: 2;
    }

    div.header-top .logo-img img {
        margin-top: 0px;
        width: auto;
        height: 90px;
    }

    .logo-img {
        padding: 2px;
    }

    .branch-wrapper {
        position: relative;
    }

    .branch-wrapper .dl-menu.top-most-ul.ul-first {
        display: none;

    }

    .branch-wrapper .cake-loc-wrapper img {
        height: 19px;
    }

    .header-top ul.ul-first li p {
        margin-top: 4px;
        background-color: #fafafa;
        font-family: 'Merienda', cursive;
        padding: 5px;
        font-size: 8px;
        border: 1px solid #eee;
    }

    .main-wrapper .brand-and-icon {
        display: flex;
        justify-content: right;
        padding: 0;
        border-bottom: 0;
    }

    .banner-block {
        height: auto;
    }

    #slider {
        height: auto;
    }

    .banner-img-slider {
        height: auto;
    }

    .banner-buy {
        bottom: 23px;
        padding: 4px 18px;
        font-size: 10px;
    }

    .work-col {
        padding: 11px;
        text-align: left;
        border-radius: none;
        height: auto;
        width: auto;
        padding-top: 17px;
        color: black;
        font-weight: 800;
        border: none;
    }

    .work-col h3 {
        margin-bottom: 2px;
        font-size: 18px;
        font-weight: 500;
    }

    .location-slider .slider-container {
        width: 300px;
    }

    .location-slider {
        height: 192px;
        margin-bottom: 50px;
    }

    .crousel-image-outer img {
        height: 192px;
        width: auto;
        max-width: 100%;
    }

    .work-col p {
        font-size: 13px;
    }

    .common-text-block.testi-text-block h2 {
        font-size: 14px;
    }

    .footer-center img {
        margin-top: 29px;
    }

    .location-slider .crousel-navigation {
        position: absolute;
        top: 143px;
        width: 29px;
        height: 28px;
    }

    .loc-content h4 {
        margin-bottom: 5px;
    }

    .cake-loc-detailing a {
        display: flex;
        align-items: center;
    }

    .cake-loc-detailing p,
    .cake-loc-detailing i {
        font-size: 11px;
    }

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

    .insta-block img:nth-child(2) {
        margin-top: 13px;

    }

    .insta-text p {
        margin-top: 12px;
        margin-bottom: 21px;
    }

    .insta-text {
        text-align: center;
        padding: 18px;
        margin-bottom: 8px;
    }

    .banner-block #right-arrow {
        right: -3px;
    }

    .banner-block #left-arrow {
        left: -5px;
    }

    /* online-order */
    .pro-banner-block {
        height: 163px;
    }

    .pro-banner-text-block {
        padding-top: 71px;
        padding-left: 15px;
    }

    .pro-banner-text-block .baker-left {
        position: absolute;
        top: 28px;
        left: 0;
        height: 92px;
    }

    .pro-banner-text-block .baker-right {
        position: absolute;
        top: 28px;
        right: 0;
        height: 92px;
    }

    .pro-banner-text-block h2 {
        font-size: 30px;
    }

    .left-search-block {
        margin: 25px 0;
    }

    .our-category-wrapper {
        overflow-y: scroll;
        height: 100px;
    }

    .header-top .right-part-nav {
        position: relative;
        /* top: -147px;
        left: 203px; */
    }

    div.row.header-top ul.ul-second {
        margin-top: 0px;
    }

    .products-block .pro-img {
        min-height: 0px;
    }

    .testi-text-block {
        margin-top: 60px;
        padding: 0 1px;
        margin-bottom: 15px;
    }

    .best-sale .nav-item {
        width: 46%;
    }

    .best-sale .nav-tabs .nav-link.active {
        width: 100%;
    }

    .best-sale .nav-tabs .nav-link,
    .best-sale .nav-tabs .nav-link:focus,
    .best-sale .nav-tabs .nav-link:hover {
        width: 100%;
    }

    .location-slider .crousel-image-outer {
        width: 100%;
    }

    .location-slider .loc-content {
        width: 100%;
        padding: 10px;
    }

    .locations-block-wrapper {
        flex-wrap: wrap;
    }

    .location-slider {
        height: 326px;
        margin-bottom: 50px;
    }

    .location-slider .slider-container .crousel-image-outer {
        margin-right: 0;
    }

    .crousel-image-outer img {
        height: 225px;
        width: auto;
        max-width: 100%;
    }

    .location-slider .loc-content h4,
    .location-slider .loc-content i {
        font-size: 15px;
        font-weight: 700;
    }

    .location-slider .slider-container p {

        margin-bottom: 0px;
    }

    .insta-text i {
        padding-left: 5px;
    }

    .view-format {
        font-size: 13px;
        color: #767277;
    }

    .contact-block img {

        margin: 15px auto;
    }

    .contact-right-block {

        border-radius: 0 0px 10px 10px;

    }

    .checkout-banner-block {

        height: 174px;

    }

    .checkout-text-block h2 {
        color: white;
        font-size: 42px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .checkout-text-block {
        text-align: center;
        padding-top: 65px;
        padding-left: 14px;
        z-index: 2;
        position: relative;
    }

    .home-page .controls {
        font-size: 1.2em;
    }

    .div.header-top .right-part-nav li p.user-name {
        display: none;
    }

    .row.header-top {
        display: flex;
        justify-content: left;
        flex-wrap: nowrap;
    }

    .row.header-top .middle-logo {
        margin-top: 22px;

    }



    .mean-container .mean-bar {
        background-color: transparent;
        z-index: 999;
        /* right: 0px;
        top: 37px; */
    }

    html .mean-container a.meanmenu-reveal {
        width: auto;
        height: auto;
        padding: 0px;
        /* position: absolute; */
        top: 10px;
        right: 16px !important;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        text-indent: inherit;
        line-height: 22px;
        font-size: 36px !important;
        display: inline-block;
        background-color: #1e5fb6 !important;
        /* font-family: Arial, Helvetica, sans-serif; */
    }

    html .mean-container a.meanmenu-reveal {
        font-size: 25px !important;
        color: #1e5fb6;
        background-color: white !important;
        /* margin-top: 2px; */
    }


    .mean-container .mean-nav ul li {
        background: none;
    }

    .mean-container .mean-nav ul li a {
        text-transform: capitalize;
        font-size: 16px;
        line-height: 12px;
        background-color: #01518e;
    }

    #header-container .mean-bar .meanmenu-reveal {
        top: 51px;
    }

    div.header-top .logo-img {
        /* top: -39px;;
        left: 10px; */
    }

    html .mean-container a.meanmenu-reveal {
        top: -77px;
        right: 11px !important;
    }

    .banner-section {
        position: relative;
        top: 32px;
    }

    .banner-slider-section .banner-slider {
        margin-top: 0;
    }

    .banner-slider .slider-banner-inner img {
        height: 186px;
        width: auto;
        max-width: 100%;
    }

    div.header-top .right-part-nav li p.user-name {
        display: none;
    }

    .header-top .right-part-nav {
        /* position: absolute; */
        /* top: 0;
        left: 238px; */
        /* left: 159px; */
    }

    .header-top .right-part-nav .dl-menu.btm-name {
        /* position: absolute;
        top: 0;
        left: -100px;
        width: 230px; */
    }

    .mean-bar .meanmenu-reveal.meanclose {
        font-size: 16px !important;
        font-family: 'Font Awesome 6 Brands';
    }

    .mean-nav {
        /* position: absolute; */
    }

    .mean-container .mean-nav {

        margin-top: -21px;
    }

    .mean-container .mean-nav {

        background: wheat;

    }

    div.header-top .right-part-nav li a {
        padding: 10px 15px 0px 0px;
        font-family: 'Merienda', cursive;
        font-size: 11px;
        color: #01518e;
    }

    .mean-container .header-cart-link i {
        color: white;
    }

    .mean-container .meanmenu-reveal {
        top: -77px;
        right: 11px !important;
    }

    .location-slider .next {
        right: -39px;
        background: url(../images/next.png);
        background-repeat: no-repeat;
        background-size: 30px;
    }

    .location-slider .prev {
        left: -38px;
        background: url(../images/prev.png);
        background-size: 30px;
        background-repeat: no-repeat;
    }

    .banner-buy {
        position: absolute;

    }

    div.common-text-block h5 {
        font-family: 'Merienda', cursive;
        font-size: 14px;
    }

    .bakery-outlet-names h5 {
        margin-right: 3px;
        border-right: 1px solid #0165b2;
        padding-right: 8px;
    }

    .location-slider .main-slider-container .crousel-navigation.next {
        right: -46px;
    }

    .fb-block {
        padding: 0 12px;

    }

    .card-body .login-info-title {
        text-align: left;
    }

    .cake-login-block .form-check {

        padding-left: 0;
    }

    .login-btm-row {
        text-align: left;
    }

    .login-btm-row .col-md-8.offset-md-4 {
        padding-left: 0.7rem;
    }

    .registation-container.cake-register .form-register-inner label {
        font-size: 14px;
    }

    h3.page-section-heading {
        text-align: center;
        font-size: 22px;
        color: #e33;
        margin-top: 45px;
    }

    .dashboard-menu li a {
        padding: 10px;
        font-size: 17px;
    }

    .my-orders-list .table-row.header {
        display: none;
    }

    .service-detail-section .my-orders-list .table-row {
        /* flex-direction: column; */
        flex-wrap: wrap;
    }

    .my-orders-list .table-box .table-row .table-cell:first-child {
        position: relative;
        width: 100% !important;
        border-bottom: 0;
        padding-bottom: 0;
        border-right: 0;
        /* gap: 10px; */
    }

    .price-detail-block.my-orders-list img {
        height: 65px;
    }

    .my-orders-list .table-box .table-row .table-cell.price-cell {
        position: relative;
        width: 100% !important;
        padding-left: 34%;
        padding-top: 0;
        padding-bottom: 0;
        border-right: 0;
    }

    .my-orders-list .table-cell.price-cell::after {
        position: absolute;
        content: 'Price';
        top: 0px;
        left: 10px;
        font-weight: 600;
    }

    .my-orders-list .table-box .table-row .table-cell.my-order-qty {
        position: relative;
        width: 100% !important;
        padding-left: 34%;
        padding-top: 0;
        padding-bottom: 0;
        border-right: 0;
    }

    .my-orders-list .table-box .table-row .table-cell.my-order-qty::after {
        position: absolute;
        content: 'Quantity';
        top: 0px;
        left: 10px;
        font-weight: 600;
    }

    .my-orders-list .table-box .table-row .table-cell:nth-child(4) {
        position: relative;
        width: 100% !important;
        padding-left: 34%;
        padding-top: 0;
        padding-bottom: 0;
        border-right: 0;
    }

    .price-detail-block.my-orders-list .table-cell:nth-child(4)::after {
        position: absolute;
        content: 'Subtotal';
        top: 0px;
        left: 10px;
        font-weight: 600;
    }

    .my-orders-list .table-row.my-order-total {
        flex-direction: row;
    }

    .service-detail-section .my-order-amt {
        border-right: 0;
        width: 26% !important;
    }

    .service-detail-section .price-detail-block.my-orders-list .cart-custom-field {
        width: 63%;

        margin-left: 16px;
    }

    .slider-container .loc-content {
        margin-left: 0px;
    }

    div.crousel-image-outer img {
        border-radius: 0;
    }

    .dropdown {
        display: block;
    }

    .cart-banner-block {
        background-size: cover;
        background-repeat: no-repeat;
        height: 174px;
        margin-top: -97px;
        position: relative;
    }

    .checkout-banner-section,
    .thanku-banner-section,
    .pro-banner-section,
    .cart-banner-section {

        position: relative;
        top: 32px;
    }

    .pro-banner-section {
        position: relative;
        top: 32px;
    }

    .thanku-banner-block {
        background-size: cover;
        background-repeat: no-repeat;
        height: 174px;
        margin-top: -97px;
        position: relative;
    }

    ul.ul-second li.active a,
    ul.ul-second li a:hover {
        color: #e93333;
        background: #f9eac5;
        opacity: 1;
    }

    .price-detail-block.my-orders-list .only-img {
        width: 35%;
    }

    .price-detail-block.my-orders-list .table-cell.no-border-right {
        margin-bottom: 7px;
    }

    .service-detail-section .table-row.my-order-total {
        flex-wrap: nowrap;
    }

    .bakery-outlet-names {
        margin-bottom: 0;
    }

    #product-image img {

        height: auto;

    }

    .thumbelina-but {
        background-color: transparent;
    }

    .pro-detail .pro-info {
        margin: 24px 0;
        margin-bottom: 7px;
    }

    .pro-desc-section .row {
        margin-top: 0px;
    }

    .pro-desc-section .col-md-12 {
        padding-left: 0;
    }

    .pro-button button {
        padding: 10px 92px;
    }

    /* .thumbelina li img, .thumbelina li img:hover {
    height: 55px;
    width: auto;
    max-width: 100%;
} */
    /* #thumbnails {
    height: 189px
} */
    .fullscreen #zoom-overlay {
        background-size: contain !important;
    }

    .cart-banner-text-block {
        padding-top: 71px;
        padding-left: 15px;
    }

    .cart-banner-text-block h2 {

        font-size: 45px;

    }

    .pro-banner-text-block h2 {
        padding: 0px 56px;
        font-size: 28px;
    }

    #thumbnails {
        position: relative;
        /* width: 136px; */

        /* margin-left: 20px; */
    }

    .pro-detail .col-md-7.pro-slider {
        padding-left: 5px;
    }

    #product-image {
        margin-left: 0;
    }

    .thumbelina li {
        padding-left: 0;
    }

    #product-image {

        background: transparent;
    }

    .order-button button {
        width: 100%;
    }

    .cart-custom-field {
        margin-left: 19px;
    }

    .your-order-block {
        padding: 13px;
    }

    .billing-details {
        padding: 13px;
    }

    .radio-btn-paymnt #payment_mode-error.error {
        position: absolute;
        width: 200px;
        top: -7px;
        left: 146px;
        width: 56%;
        margin-top: 0;
        line-height: 1.3em;
        padding: 3px;
    }

    .radio-btn-checkout #vendor_id-error.error {
        width: 65%;
    }

    .billing-section .error {
        font-size: 12px;
    }

    .cashier-img {
        height: 63px;
        position: absolute;
        top: 52px;
        left: 5%;
    }

    .checkout-text-block {
        text-align: center;
        padding-top: 65px;
        z-index: 2;
        position: relative;
        padding-left: 8px;
    }

    .thanku-text-block {
        padding-top: 52px;
        padding-left: 17px;
    }

    .thanku-text-block h2 {
        font-size: 35px;

    }

    .contact-input-with-icon-left input {
        width: 100%;
    }

    .cake-file-upload {
        width: 100%;
    }

    html .dashbaord-container.service-detail-section .dashboard-menu,
    html .service-detail-section .dashboard-menu {
        max-width: 100%;
        margin-top: 15px;
    }

    .service-detail-section .table-cell p {
        padding-bottom: 2px;
    }

    .cart-info-section .table-row.title-row {
        display: none;
    }

    .cart-info-section .table-row {
        /* flex-direction: column; */
        flex-wrap: wrap;
    }

    .cart-info-section .table-box .table-row .table-cell:first-child {
        position: relative;
        width: 100% !important;
        border-bottom: 0;
        padding-bottom: 0;
        border-right: 0;
        gap: 10px;
    }

    .cart-info-section .only-img {
        width: 19%;
    }

    .cart-info-section .table-cell.product-cell img {
        height: 70px;
    }

    .cart-info-section .table-cell p {
        padding-bottom: 2px;
        padding-top: 2px;
    }

    .cart-info-section .table-row {
        display: flex;
        flex-direction: row;
        border-radius: 0;
        background: white;
        /* color: #144f8b; */
        /* font-size: 13px; */
        box-shadow: 0 1px 4px 0 rgba(0, 0, 50, 0.3);
        position: relative;

    }

    .cart-info-section .table-box .table-row .table-cell.price-cell {
        position: relative;
        width: 100% !important;
        padding-left: 33%;
        padding-top: 0;
        padding-bottom: 0;
        border-right: 0;
    }

    .cart-info-section .table-cell.price-cell::after {
        position: absolute;
        content: 'Price';
        top: 5px;
        left: 10px;
        font-weight: 600;
    }

    .cart-info-section .table-box .table-row .table-cell.qty-cell {
        position: relative;
        width: 100% !important;
        padding-left: 33%;
        padding-top: 0;
        padding-bottom: 0;
        border-right: 0;
    }

    .cart-info-section .table-cell.qty-cell::after {
        position: absolute;
        content: 'Quantity';
        top: 5px;
        left: 10px;
        font-weight: 600;
    }

    .cart-info-section .table-box .table-row .table-cell.subtotal-cell {
        position: relative;
        width: 100% !important;
        padding-left: 33%;
        padding-top: 0;
        padding-bottom: 4px;
        border-right: 0;
    }

    .cart-info-section .table-cell.subtotal-cell::after {
        position: absolute;
        content: 'Subtotal';
        top: 5px;
        left: 10px;
        font-weight: 600;
    }

    .cart-info-section .table-cell.del-cell {
        position: absolute;
        top: -8px;
        right: 15px;
    }

    .cart-info-section .btn.btn-danger.delete-btn {
        color: black;
        background: transparent;
        border: none;
    }

    .cart-info-section .table-row {
        border-bottom: 0;
    }

    .cart-custom-field .cust-span-label {
        display: block;
        font-size: 15px;
    }

    .cart-custom-part {
        /* background-color: #eee; */
    }

    .colon-sign {
        display: none;
    }

    .check-out-right-img-wrapper img {
        height: 45px;
        /* width: 50px; */
    }

    .text-on-cake {
        border: 1px dashed #c4bdbd;
        border-radius: 4px;
        padding: 4px;
        display: block;
        color: #f1599a;
        margin-top: 5px;
        font-size: 11px;
        line-height: 16px;

    }

    .cart-custom-field {
        width: 60%;
    }

    .cart-button.proceed-checkout a {
        padding: 6px 27px;
    }

    .billing-section .cart-custom-field {
        width: 62%;
    }

    .billing-section .co-total {
        width: 23%;
    }

    .cart-button.proceed-checkout {
        width: 100%;
    }

    .cart-button.proceed-checkout {
        margin-top: 15px;
        width: 100%;
        padding: 8px;
    }

    .cart-button.proceed-checkout a {
        padding: 10px 27px;
        width: 100%;
        display: block;
    }

    .order-summary-display .top-order-block {
        margin-top: 47px;
    }

    .order-summary-display .top-order-block .top-order-part {
        font-size: 11.5px;
        padding-right: 0;
    }

    .order-summary-display .top-order-block .top-order-part .col-md-2.col-1 {
        padding-right: 0;
        padding-left: 0;
    }

    .order-summary-display .top-order-block .top-order-part .col-md-3.col-4 {
        padding-right: 0;
        padding-left: 19px;
    }

    .order-summary-display .top-order-block .top-order-part .col-md-2.col-3 {
        padding-right: 0;
        padding-left: 11px;
    }

    .order-summary-display .top-order-block .top-order-part .col-md-4.col-4 {
        padding-left: 0px;
        padding-right: 0;
    }

    .order-summary-display .top-order-part h5 {
        font-size: 14px;
    }

    /* .thanku-order-detail h5 {
    padding-left: 0;
} */
    .thanku-order-detail .table-row.title-row {
        display: none;
    }

    .thanku-order-detail .table-row {
        display: flex;
        flex-direction: row;
        border-radius: 0;
        background: white;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 50, 0.3);
        position: relative;
        border-bottom: 0;
        flex-wrap: wrap;
    }

    .thanku-order-detail .table-box .table-row .table-cell:first-child {
        position: relative;
        width: 100% !important;
        border-bottom: 0;
        padding-bottom: 0;
        border-right: 0;
        gap: 10px;
    }

    .thanku-order-detail .only-img {
        width: 19%;
    }

    .thanku-order-detail .table-cell.product-cell img {
        height: 65px;
    }

    .thanku-order-detail .cart-custom-field {
        margin-left: 19px;
        width: 72%;
    }

    .g-t {
        margin-bottom: 0;
    }

    .thanku-order-detail .table-cell p {
        padding-bottom: 1px;
        padding-top: 1px;
    }

    .thanku-order-detail .table-box .table-row .table-cell.price-cell {
        position: relative;
        width: 100% !important;
        padding-left: 33%;
        padding-top: 0;
        padding-bottom: 0;
        border-right: 0;
    }

    .thanku-order-detail .table-cell.price-cell::after {
        position: absolute;
        content: 'Price';
        top: 5px;
        left: 10px;
        font-weight: 600;
    }

    .thanku-order-detail .table-box .table-row .table-cell.qty-cell {
        position: relative;
        width: 100% !important;
        padding-left: 33%;
        padding-top: 0;
        padding-bottom: 0;
        border-right: 0;
    }

    .thanku-order-detail .table-cell.qty-cell::after {
        position: absolute;
        content: 'Quantity';
        top: 5px;
        left: 10px;
        font-weight: 600;
    }

    .thanku-order-detail .table-box .table-row .table-cell.subtotal-cell {
        position: relative;
        width: 100% !important;
        padding-left: 33%;
        padding-top: 0;
        padding-bottom: 4px;
        border-right: 0;
    }

    .thanku-order-detail .table-cell.subtotal-cell::after {
        position: absolute;
        content: 'Subtotal';
        top: 5px;
        left: 10px;
        font-weight: 600;
    }

    .thanku-order-detail .heading-five {
        padding-left: 0;
    }

    .thanku-order-detail .table-row.my-order-total {
        flex-wrap: nowrap;
        padding: 3px;

    }

    .thanku-order-detail .table-cell.emp-cell p {
        text-align: right;
    }

    .thanku-order-detail .my-order-amt {
        border-right: 0;
        width: 31% !important;
    }

    .thanku-order-detail .my-order-total .table-cell {
        padding: 2px;
    }

    .price-detail-block.my-orders-list .cart-custom-field {
        margin-left: 0;
    }

    .gallery-section.best-sale {
        margin-top: 45px;
    }

    .cart-info-section .cart-custom-field {
        width: 62%;
    }

    .cart-info-section .only-img {
        width: 30%;
    }

    .cart-custom-field h5 {
        padding-left: 0px;
    }

    .cart-info-section .table-cell.product-cell p {
        padding-left: 0px;
    }

    .cart-info-section .cart-custom-field {
        margin-left: 0px;
    }

    .billing-section .only-img {
        width: 30%;
    }

    .billing-section .cart-custom-field {
        width: 70%;
    }

    .billing-section .cart-custom-field {
        margin-left: 0
    }

    .thanku-order-detail .cart-custom-field {
        margin-left: 7px
    }

    .thanku-order-detail .only-img {
        width: 28%;
    }

    .thanku-order-detail .cart-custom-field {
        width: 70%;
    }

    .thanku-order-detail .table-cell.product-cell p {
        padding-left: 0;
    }

    .price-detail-block.my-orders-list.user-order-list .only-img {
        width: 28%;
    }

    .pro-detail {
        margin-top: 72px;
    }

    #thumbnails a {
        width: 100%;
    }

    #thumbnails {

        height: 223px;
    }

    .thumbelina li img,
    .thumbelina li img:hover {
        height: 47px;
    }



}


@media only screen and (min-width: 600px) and (max-width:768px) {
    /* .row.products-block .col-md-3{
        width: 50%;
    }
    .best-sale .container{
        max-width: 700px;
    } */
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .mean-container {
        display: flex;
        flex-direction: column;
    }

    .mean-bar {
        order: 2;
    }

    div.header-top .logo-img img {
        margin-top: 0px;
        width: auto;
        height: 90px;
    }

    .logo-img {
        padding: 2px;
    }

    .branch-wrapper {
        position: relative;
    }

    .branch-wrapper .dl-menu.top-most-ul.ul-first {
        display: none;

    }

    .branch-wrapper .cake-loc-wrapper img {
        height: 19px;
    }

    .header-top ul.ul-first li p {
        margin-top: 4px;
        background-color: #fafafa;
        font-family: 'Merienda', cursive;
        padding: 5px;

        font-size: 8px;
        border: 1px solid #eee;
    }

    .banner-block {
        height: auto;
    }

    #slider {
        height: auto;
    }

    .banner-img-slider {
        height: auto;
    }

    .banner-buy {
        bottom: 23px;
        padding: 4px 18px;
        font-size: 10px;
    }

    .work-col {
        padding: 11px;
        text-align: left;
        border-radius: none;
        height: auto;
        width: auto;
        padding-top: 17px;
        color: black;
        font-weight: 800;
        border: none;
    }

    .work-col h3 {
        margin-bottom: 2px;
        font-size: 18px;
        font-weight: 500;
    }

    .location-slider .slider-container {
        width: 300px;
    }

    .location-slider {
        height: 192px;
        margin-bottom: 50px;
    }

    .crousel-image-outer img {
        height: 192px;
        width: auto;
        max-width: 100%;
    }

    .work-col p {
        font-size: 13px;
    }

    .common-text-block.testi-text-block h2 {
        font-size: 14px;
    }

    .footer-center img {
        margin-top: 29px;
    }

    .location-slider .crousel-navigation {
        position: absolute;
        top: 143px;
        width: 29px;
        height: 28px;
    }

    .loc-content h4 {
        margin-bottom: 5px;
    }

    .cake-loc-detailing a {
        display: flex;
        align-items: center;
    }

    .cake-loc-detailing p,
    .cake-loc-detailing i {
        font-size: 11px;
    }

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

    .insta-block img:nth-child(2) {
        margin-top: 13px;

    }

    .insta-text p {
        margin-top: 12px;
        margin-bottom: 21px;
    }

    .insta-text {
        text-align: center;
        padding: 18px;
        margin-bottom: 8px;
    }

    .banner-block #right-arrow {
        right: -3px;
    }

    .banner-block #left-arrow {
        left: -5px;
    }

    /* online-order */
    .pro-banner-block {
        height: 163px;
    }

    .pro-banner-text-block {
        padding-top: 71px;
        padding-left: 15px;
    }

    .pro-banner-text-block .baker-left {
        position: absolute;
        top: 28px;
        left: 0;
        height: 92px;
    }

    .pro-banner-text-block .baker-right {
        position: absolute;
        top: 28px;
        right: 0;
        height: 92px;
    }

    .pro-banner-text-block h2 {
        font-size: 30px;
    }

    .left-search-block {
        margin: 25px 0;
    }

    .our-category-wrapper {
        overflow-y: scroll;
        height: 150px;
    }

    .header-top .right-part-nav {
        position: relative;
        /* top: -147px;
        left: 203px; */
    }

    div.row.header-top ul.ul-second {
        margin-top: 0px;
    }

    .products-block .pro-img {
        min-height: 0px;
    }

    .testi-text-block {
        margin-top: 60px;
        padding: 0 1px;
        margin-bottom: 15px;
    }

    .best-sale .nav-item {
        width: 46%;
    }

    .best-sale .nav-tabs .nav-link.active {
        width: 100%;
    }

    .best-sale .nav-tabs .nav-link,
    .best-sale .nav-tabs .nav-link:focus,
    .best-sale .nav-tabs .nav-link:hover {
        width: 100%;
    }

    .location-slider .crousel-image-outer {
        width: 100%;
    }

    .location-slider .loc-content {
        width: 100%;
        padding: 10px;
    }

    .locations-block-wrapper {
        flex-wrap: wrap;
    }

    .location-slider {
        height: 304px;
        margin-bottom: 50px;
    }

    .location-slider .slider-container .crousel-image-outer {
        margin-right: 0;
    }

    .crousel-image-outer img {
        height: 225px;
        width: auto;
        max-width: 100%;
    }

    .location-slider .loc-content h4,
    .location-slider .loc-content i {
        font-size: 15px;
        font-weight: 700;
    }

    .location-slider .slider-container p {

        margin-bottom: 0px;
    }

    .insta-text i {
        padding-left: 5px;
    }

    .view-format {
        font-size: 13px;
        color: #767277;
    }

    .contact-block img {

        margin: 15px auto;
    }

    .contact-right-block {

        border-radius: 0 0px 10px 10px;

    }

    .checkout-banner-block {

        height: 174px;

    }

    .checkout-text-block h2 {
        color: white;
        font-size: 42px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .checkout-text-block {
        text-align: center;
        padding-top: 65px;
        padding-left: 14px;
        z-index: 2;
        position: relative;
    }

    .home-page .controls {
        font-size: 1.2em;
    }

    .div.header-top .right-part-nav li p.user-name {
        display: none;
    }

    .row.header-top {
        display: flex;
        justify-content: left;
        flex-wrap: nowrap;
    }

    .row.header-top .middle-logo {
        margin-top: 22px;

    }



    .mean-container .mean-bar {
        background-color: transparent;
        z-index: 999;
        /* right: 0px;
        top: 37px; */
    }

    html .mean-container a.meanmenu-reveal {
        width: auto;
        height: auto;
        padding: 0px;
        /* position: absolute; */
        top: 10px;
        right: 16px !important;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        text-indent: inherit;
        line-height: 22px;
        font-size: 36px !important;
        display: inline-block;
        background-color: #1e5fb6 !important;
        /* font-family: Arial, Helvetica, sans-serif; */
    }

    html .mean-container a.meanmenu-reveal {
        font-size: 25px !important;
        color: #1e5fb6;
        background-color: white !important;
        /* margin-top: 2px; */
    }


    .mean-container .mean-nav ul li {
        background: none;
    }

    .mean-container .mean-nav ul li a {
        text-transform: capitalize;
        font-size: 16px;
        line-height: 12px;
        background-color: #01518e;
    }

    #header-container .mean-bar .meanmenu-reveal {
        top: 51px;
    }

    div.header-top .logo-img {
        /* top: -39px;;
        left: 10px; */
    }

    html .mean-container a.meanmenu-reveal {
        top: -77px;
        right: 11px !important;
    }

    .banner-section {
        position: relative;
        top: -6px;
    }

    .banner-slider-section .banner-slider {
        margin-top: 0;
    }

    .banner-slider .slider-banner-inner img {
        height: 186px;
        width: auto;
        max-width: 100%;
    }

    div.header-top .right-part-nav li p.user-name {
        display: none;
    }

    .header-top .right-part-nav {
        /* position: absolute; */
        /* top: 0;
        left: 238px; */
        /* left: 159px; */
    }

    .header-top .right-part-nav .dl-menu.btm-name {
        /* position: absolute;
        top: 0;
        left: -100px;
        width: 230px; */
    }

    .mean-bar .meanmenu-reveal.meanclose {
        font-size: 16px !important;
        font-family: 'Font Awesome 6 Brands';
    }

    .mean-nav {
        /* position: absolute; */
    }

    .mean-container .mean-nav {

        margin-top: -21px;
    }

    .mean-container .mean-nav {

        background: wheat;

    }

    div.header-top .right-part-nav li a {
        padding: 10px 15px 0px 0px;
        font-family: 'Merienda', cursive;
        font-size: 11px;
        color: #01518e;
    }

    .mean-container .header-cart-link i {
        color: white;
    }

    .mean-container .meanmenu-reveal {
        top: -77px;
        right: 11px !important;
    }

    .location-slider .next {
        right: -39px;
        background: url(../images/next.png);
        background-repeat: no-repeat;
        background-size: 30px;
    }

    .location-slider .prev {
        left: -38px;
        background: url(../images/prev.png);
        background-size: 30px;
        background-repeat: no-repeat;
    }

    .banner-buy {
        position: absolute;

    }

    header .container {
        max-width: 800px;
    }

    .row.products-block .col-md-3 {
        width: 33%;
    }

    .best-sale .nav-item {
        width: 23%;
    }

    .best-sale .nav-tabs .nav-link {
        font-family: 'Merienda', cursive;
        color: #222;
        font-size: 16px;
        font-weight: 800;
        padding: 10px 20px;
    }

    /* .location-slider .slider-container {
        width: 500px;
    } */
     
}

@media only screen and (min-width: 992px) and (max-width:1350px) {


    .pro-banner-text-block .baker-left {
        position: absolute;
        top: 75px;
        left: 339px;
        height: 136px;
    }

    .pro-banner-text-block .baker-right {
        position: absolute;
        top: 75px;
        right: 303px;
        height: 136px;
    }

    .upper-part {
        position: absolute;
        top: -1px;
        left: 0px;
        z-index: 5;
        width: 100%;
    }

    .home-page .lower-part {
        position: absolute;
        bottom: 27px;
        left: 0;
        width: 100%;
        z-index: 555;
    }

    #slider {

        height: 500px;
    }

    .banner-img-slider {
        width: auto;
        height: 500px;
        max-width: 100%;
    }

    .insta-block img {
        height: 231px;
        width: auto;
        max-width: 100%;
    }

    .fb-block {
        margin: 0 8px;
    }

    .insta-block {
        padding-left: 10px;
        padding-bottom: 15px;
    }

    .insta-text {
        padding-bottom: 0;
    }

    .banner-slider .slider-banner-inner {
        margin: 15px 1px;
    }

    .banner-slider .slick-prev {
        display: block;
        left: -26px;
        top: 46%;
    }

    .banner-slider .slick-next {
        right: -24px;
        top: 46%;
    }

    div.row.header-top ul.ul-second {
        margin-left: auto;

    }

    header .container {
        max-width: 1117px;

    }

    header ul.ul-second li a {
        padding: 4px 0px 4px 18px;
        font-size: 13px;
        font-weight: 600;
        font-family: 'Merienda', cursive;
    }

    .location-slider .crousel-navigation {
        position: absolute;
        top: 143px;
        width: 29px;
        height: 28px;
    }

    .location-slider .next {
        right: -39px;
        background: url(../images/next.png);
        background-repeat: no-repeat;
        background-size: 30px;
    }

    .pro-button button {
        padding: 10px 41px;
    }

    header .dropmenu-content ul li a {
        color: black;
        font-weight: 300;
        font-size: 15px;
    }

    /* .row.products-block .col-md-3{
        width: 33%;
    } */
    .order-button button {
        padding: 13px 131px;
    }

    .location-slider .main-slider-container .crousel-navigation.next {
        right: -43px;
    }

    .pro-banner-text-block h2 {
        font-size: 38px;
        padding: 0px 35%;
    }

    .add-block span {
        font-size: 15px;
    }

    .cart-info-section .cart-custom-field {
        margin-left: 6px;
        width: 73%;
    }

    .cart-info-section .table-cell.price-cell {
        width: 12%;
    }

    .cart-info-section .table-cell.product-cell p {
        padding-bottom: 0;
    }

    .cashier-img {
        left: 354px;
    }

    .header-top .main-wrapper .navbar-nav>li>a {
        padding: 4px 0px 4px 14px;
    }

    .your-order-wrapper .cust-span-label {
        font-size: 14px;
    }

    .thanku-order-detail .table-row.my-order-total .table-cell {
        padding: 0;
    }

    .thanku-order-detail .only-img {
        width: 32%;
    }

    .thanku-order-detail .cart-custom-field h5,
    .thanku-order-detail .table-cell.product-cell p {
        padding-left: 10px;
    }

    .thanku-order-detail .table-cell.price-cell {
        width: 12%;
    }

    .thanku-order-detail .table-cell.product-cell img {
        display: block;
        margin: 0 auto;
    }

    .pro-detail .alert.alert-success.cart-msg {
        font-size: 11px;
        padding: 5px;
    }

    .cart-info-section .only-img {
        width: 33%;
    }

    .cart-custom-field h5 {
        padding-left: 10px;
    }

    .cart-info-section .table-cell.product-cell p {
        padding-left: 10px;
    }

    .pro-detail #product-image img {
        /* height: auto; */
        height: 310px;
    }

    .billing-section .cart-custom-field h5 {
        padding-left: 10px;
    }

    .your-order-block .cart-custom-field p {
        padding-left: 10px;
    }

    .your-order-block .only-img {
        width: 25%;
    }

    .user-order-list .only-img {
        width: 23%;
    }

    .price-detail-block.my-orders-list .p-name {
        font-size: 15px;
    }

    .service-detail-section .user-order-list .cart-custom-part {
        font-size: 12px;
    }

    .service-detail-section .table-cell.emp-cell p {
        font-weight: 700;
        font-size: 13px;
    }

    .header-top .drop-icon {
        position: absolute;
        right: -18px;
    }

    .login-btm-row .col-md-8.offset-md-4 {
        padding-left: 2px;
        text-align: left;
        display: flex;
        padding-right: 0;
        margin-left: 36%;
    }

}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

@media (max-width: 748px) {
.form-reg-inner .col-md-4:first-child{
    display: none;
}
.registation-container.cake-register h4 {
    margin-top: 20px;
}
.form-mid .form-group,.form-right-res .form-group {
    display: block;
}
.form-mid .form-group .input-with-icon-left, .form-right-res .form-group .input-with-icon-left{
  width: 100%;
}
.registation-container.cake-register .input-no-icon {
	width: 100%;
}
.registation-container.cake-register .form-group.rest-group .input-file-upload,  .form-group.rest-group .input-file-upload:focus{
    width: 100%;

}
}