@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Poppins:wght@200;300;400;500;600;700;800;900&family=Cormorant:wght@400;500;600&display=swap');

/*
font-family: 'Poppins', serif;
font-family: 'Great Vibes', cursive;
font-family: 'Cormorant', serif;*/


* {
    margin: 0px; 
    padding: 0px;
}

body {
    font-family: 'Poppins', serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Great Vibes', cursive;
}
p {
    font-size: 18px;
}
.great-vibes {
    font-family: 'Great Vibes', cursive;
}
.cormorant {
    font-family: 'Cormorant', serif;
}
.poppins {
    font-family: 'Poppins', serif;
}
a:hover {
    text-decoration: none;
}

.desk-logo {
    padding: 15px 4%;
}
.address {
    padding-right: 100px;
}
.address i {
    color: #f53639;
    font-size: 34px;
    margin-right: 15px;
    margin-top: 3px;
}
.address p {
    color: #292929;
    font-weight: 500;
}
.right-icons {
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.right-icons li i {
    color: #292929;
    font-size: 34px;
    margin-top: 3px;
}
/*
.right-icons li {
    margin:  0 15px;
}
*/

nav.navbar {
    width: 100%;
    padding: 0 12px;
    border-radius: 50px;
    background-color: #f53639;
    position: relative;
    z-index: 9;
}
nav .logo {
    display: none;
}
nav .navbar-nav {
    width: 100%;
    justify-content: space-around;
}
nav.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    padding: 15px;
}
.banner {
    background: url(../img/banner.jpg) no-repeat left / cover;
    height: 37em;
    margin-top: -34px;
    position: relative;
}
.caption {
    position: absolute;
    top: 18em;
    transform: translateY(-50%);
}
.caption h2 {
    color: #f53639;
    font-weight: 500;
    font-size: 72px;
}
.caption p {
    color: #292929;
    font-weight: 600;
    font-size: 23px;
}
a.main-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    background-color: #f53639;
    padding: 12px 20px;
    border-radius: 50px;
    border: 1px solid #f53639;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s linear;
}
a.main-btn:hover {
    color: #f53639;
    background: #fff;
}
a.main-btn i {    
    transition: all 0.3s linear;
} 
a.main-btn:hover i {
    margin-left: 15px;
}

.search-box {
  position: relative;
  background: #fff;
  height: 40px;
  border-radius: 50px;
  padding: 0 10px;
}

.search-btn {
  color: white;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 2s;
}

.la-search {
  color: #292929;
    font-size: 34px;
}

.search-input {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: #292929;
  font-size:16px;
  transition: 0.4s;
  line-height: 40px;
  width: 0;
  border-radius: 40px;
}

.search-box:hover > .search-input {
  width: 250px;
  padding: 0 7px;
  border: 1px solid #efefef;
}
.dropdown-item {
    border-bottom: 2px solid #fff;
    background: #fff;
}
.dropdown-item:hover {
    border-bottom: 2px solid #f53639;
}

@media (min-width: 992px) {
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        min-width: 14em;
    }
}

.section {
    padding: 80px 0px;
}
.about .left-img {
    padding-right: 40px;
}

.nav-pills .nav-item {
    margin-right: 20px;
}
.nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link:hover {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #f53639;
    padding: 12px 20px;
    border-radius: 50px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
}
.nav-pills .nav-item .nav-link {
    color: #292929;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
}
.tab-content>.tab-pane {
    padding-right: 13%;
    margin-top: 10%;
}
.tab-pane h3 {
    font-family: 'Poppins', serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.tab-pane p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.separator {
    width: 175px;
    height: 5px;
    background: #f53639;
    display: block;
    margin: auto;
}
.testimonial h2 {
    font-size: 58px;
    color: #292929;
}
.testimonial p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 26px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f53639;
}
.testimonial .item h4  {
    font-size: 20px;
}
.testimonial .owl-theme .owl-nav [class*=owl-] {
    font-size: 38px !important;
    position: absolute;
    top: 29%;
    background: #fff0;
    color: #f53639;
}
.testimonial .owl-theme .owl-nav .owl-prev {
    left: -1em;
}
.testimonial .owl-theme .owl-nav .owl-next {
    right: -1em;
}

.cookie-rusk.section {
    background: url(../img/cookies-rusk.jpg) no-repeat center / cover;
    padding: 9% 0px;
}
.cookie-rusk h2 {
    color: #f53639;
    font-weight: 500;
    font-size: 66px;
}
.cookie-rusk p {
    color: #292929;
    font-weight: 500;
    font-size: 17px;
}

.occassion {
    background: url(../img/occassions.jpg) no-repeat center / cover;
    padding: 7% 0px;
}
.section-title {
    color: #f53639;
    font-weight: 500;
    font-size: 62px;
}
.occassion h2 {
    margin-bottom: 50px;
}
.occassion p {
    color: #fff;
    font-weight: 700;
    font-size: 61px;
    display: inline-block;
    text-transform: uppercase;
    background: rgb(0 0 0 / 65%);
    padding: 0 28px;
    margin-bottom: 50px;
}
 a.main-btn.w-200 {
    min-width: 215px;
    text-align: center;
}
.why-us {
    position: relative;
}
.why-us:before {
    content: '';
    width: 20px;
    height: 60%;
    background: #f53639;
    position: absolute;
    top: 20%;
    display: block;
    right: 0px;
    
}
.why-us h2.section-title {
    color: #292929;
}
.why-us .separator{
   margin: 0px;
}
.why-us .col-md-5 {
   padding-left: 50px;
}
.why-us .us-wrapper {
    margin-top: 40px;
}
.why-us .w-box {
    margin-bottom: 20px;
    display: flex;
}
.why-us .w-box img {
   max-height: 90px;
}
.why-us .w-box .desc {
    margin-left: 20px;
}
.why-us .w-box .desc h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #292929;
    font-weight: 700;
}
.why-us .w-box .desc p {
    margin-bottom: 0px;
    font-size: 15px;
}


.products {
    background: url(../imgaes/products.jpg) no-repeat center / cover;
    position: relative;
}
.products .overlay {
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    background: #f536398c;
}
.products h2.section-title {
    color: #fff;
}
.prod-wrapper {
    margin-top: 50px;
}
.prod-wrapper .item {
    background: #fff;
    padding-bottom: 25px;
    box-shadow: 0 2px 15px #0000002e;
    margin: 15px 0;
}
.prod-wrapper .prod-title {
    font-size: 25px;
    border-bottom: 2px solid #292929;
    border-top: 2px solid #292929;
    font-weight: 600;
    display: inline-block;
    padding: 12px 15px;
    margin-top: 25px;
}
.prod-wrapper a.main-btn {
    margin-top: 10px;
}
.prod-wrapper .owl-theme .owl-dots .owl-dot span {
    background: #292929;
}
.prod-wrapper .owl-theme .owl-dots .owl-dot.active span, .prod-wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.prod-wrapper .owl-theme .owl-nav [class*=owl-] {
    font-size: 38px !important;
    position: absolute;
    bottom: -3.5%;
    background: #fff0;
    color: #fff;
}
.prod-wrapper .owl-theme .owl-nav [class*=owl-]:hover {
    color: #000;
}
.prod-wrapper .owl-theme .owl-nav .owl-prev {
    left: 40%;
}
.prod-wrapper .owl-theme .owl-nav .owl-next {
    right: 40%;
}
.prod-wrapper .owl-theme .owl-dots, .prod-wrapper  .owl-theme .owl-nav {
    margin-top: 30px;
}
.head-sec.text-left .separator {
    margin: 0;
}

.shop-online p {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
}
.shop-wrapper .owl-carousel .owl-item img {
    width: 90px;
    margin: auto;
}
.shop-wrapper .owl-carousel .owl-item h4 {
    font-size: 25px;
    margin-right: 10px;
    margin-top: 10px;
}
.shop-wrapper .owl-carousel .owl-item p {
    margin-top: 10px;
    color: #666666;
}
.shop-wrapper .owl-carousel .owl-item {
    box-shadow: 0 2px 15px #0000002e;
    margin: 15px auto;
    padding: 20px;
}
.shop-wrapper .owl-carousel .owl-item a.main-btn {
    font-size: 15px;
}
.shop-wrapper .owl-theme .owl-dots .owl-dot.active span {
    background: #f53639;
}
.shop-wrapper .owl-theme .owl-dots .owl-dot span {
    background: #292929;
}
.shop-wrapper .owl-theme .owl-nav [class*=owl-] {
    font-size: 18px !important;
    position: absolute;
    top: 44%;
    color: #fff;
    background: #f53639;
    border-radius: 50%;
    line-height: 25px;
/*    display: inline-grid;*/
    text-align: center;
    width: 30px;
    height: 30px;
}
.shop-wrapper .owl-theme .owl-nav .owl-prev {
    left: -2%;
}
.shop-wrapper .owl-theme .owl-nav .owl-next {
    right: -2%;
}

footer .container-fluid {
    padding: 50px 0;
}
footer h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
footer .col-12 {
    margin-bottom: 35px;
}
footer i {
    color: #ffffff;
    font-size: 24px;
}
footer p, footer a {
    font-weight: 500;
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 15px;
}
footer a:hover {
    color: #000;
}

footer ul {
    list-style: none;
}
footer ul li {
    position: relative;
    margin-bottom: 15px;
}
footer ul li:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 3px;
    background: #ffffff;
    top: 40%;
    left: -2em;
}
.footer-btm {
    background: #f53639;
    padding: 15px;
}
.footer-btm p {
    color: #fff;
    margin-bottom: 0px;
}
.footer-btm ul.social-footer {
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.footer-btm ul.social-footer a {
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
}
.footer-btm ul.social-footer a i {
    color: #fff;
    font-size: 18px;
}
.quick-links .col-12 {
    padding-left: 5%;
}
.i-feed {    
    flex-wrap: wrap;
    padding: 0px;
}
.i-feed img {
    width: 100px;
    height: 80px;
    background: #fff;
    object-fit: cover;
    margin: 5px;
}

.gallery-wrapper {
    margin-top: 50px;
}
.gallery-wrapper .g-wrapper {
    min-height: 580px;
}
.gallery-wrapper .col-md-3.two .row, .gallery-wrapper .col-md-3.two .row .col-md-12, .gallery-wrapper .col-md-3.two .row .col-md-12 img {
    height: 100%;
    object-fit: cover;
    object-position: 6%;
}
.gallery-wrapper .col-md-3.three .row {
    height: 50%;
}
.gallery-wrapper .col-md-3.three .row .col-md-12, .gallery-wrapper .col-md-3.three .row .col-md-12 img {
    height: 100%;
    object-fit: cover;
    object-position: 6%;
}
.gallery-wrapper .col-md-6 .row .col-md-6, .gallery-wrapper .col-md-6 .row .col-md-12, .gallery-wrapper .col-md-3 .row .col-md-12 {
    padding:8px;
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
    outline: 0px;
    box-shadow: none;
    background: inherit;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #f53639;
}
.footer-btm ul li:before {
    display: none;
}
@media (max-width: 992px) {
    .desk-logo, .why-us:before {
        display: none;
    }
    header .container-fluid {
        padding: 0px;
    }
    header .row > .col-md-5.addres {
        display: none;
    }
    nav .logo {
        display: block;
    }
    nav .logo img {
        display: block;
        width: 82px;
    }
    nav.navbar {
        border-radius: 0px;
    }
    .caption h2, .section-title, .cookie-rusk h2, .testimonial h2 {
        font-size: 40px;
        text-align: center;
    }
    .caption p {
        font-size: 18px;
        text-align: center;
    }
    .section {
        padding: 40px 0;
    }
    .tab-pane h3 {
        font-size: 20px;
        text-align: center;
    }
    .tab-pane p {
        font-size: 16px;
        text-align: center;
    }
    .tab-content>.tab-pane {
        padding-right: 0px;
    }
    .prod-wrapper .prod-title {
        min-width: 180px;
    }
    .prod-wrapper .owl-theme .owl-nav .owl-prev {
        left: 4%;
    }
    .prod-wrapper .owl-theme .owl-nav .owl-next {
        right: 4%;
    }
    .occassion p {
        font-size: 27px;
    }
    .why-us .col-md-6.pl-0 {
        padding: 0px !important;
        margin-bottom: 20px;
    }
    .why-us .col-md-6.pr-0 {
        padding: 0px !important;
    }
    .why-us .w-box .desc h3 {
        font-size: 20px;
    }
    .why-us .w-box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .separator, .head-sec.text-left .separator {
        width: 110px;
        margin: auto;
    }
    .shop-online p {
        text-align: center;
        font-size: 16px;
    }
    p, .why-us .w-box .desc p, .cookie-rusk p, .testimonial p, footer p, footer a {
        font-size: 16px;
    }
    .why-us .w-box .desc {
        text-align: center;
        margin-left: 0px;
    }
    .cookie-rusk {
        background-position: left center !important;
    }
    .testimonial .owl-theme .owl-nav [class*=owl-] {
        display: none;
    }
    .gallery-wrapper img {
        width: 100%;
    }
    .footer-btm p  {
        font-size: 14px;
        margin: 15px;
    }
    .i-feed img {
        width: 94px;
    }
    a.main-btn {
        font-size: 15px;
        padding: 12px 20px;
        margin-top: 12px;
    }
    a.main-btn.w-200 {
        min-width: 200px;
        text-align: center;
    }
    .caption {
        left: 0;
    }
    .caption a.main-btn {
        margin: auto;
        display: table;
    }
    .banner {
        height: 28em;
        margin-top: 0px;
    }
    .about .left-img {
        padding-right: 0px;
    }
    .nav-pills .nav-item {
        margin-right: 5px;
    }
    .nav-pills .nav-item .nav-link, 
    .nav-pills .nav-item .nav-link.active {
        font-size: 13px;
        padding: 8px 10px;
    }
    .right-icons {
        margin: 5px auto;
    }
    .right-icons li i {
        font-size: 24px;
    }
    .search-box, .search-btn {
        height: 30px;
    }
    .search-input {
        line-height: 30px;
    }
    .search-box:hover .search-input {
        width: 178px;
    }
    nav.navbar-light .navbar-nav .nav-link {
        padding: 8px;
        font-size: 15px;
        display: inline-block;
    }
    li.nav-item.dropdown a:hover + .dropdown-menu {
        display: block;
    }
    nav.navbar.sticky .logo img {
        width: 56px;
    }
    header .container {
        max-width: 100%;
    }
    .why-us .col-md-6, .gallery-wrapper [class*=col-md-] {
        max-width: 100%;
        flex: 0 0 100%;
    }
    
}

@media (max-width: 768px) {
    .desk-logo, .why-us:before {
        display: none;
    }
    header .container-fluid {
        padding: 0px;
    }
    header .row > .col-md-5.addres {
        display: none;
    }
    nav .logo {
        display: block;
    }
    nav .logo img {
        display: block;
        width: 82px;
    }
    nav.navbar {
        border-radius: 0px;
    }
    .caption h2, .section-title, .cookie-rusk h2, .testimonial h2 {
        font-size: 40px;
        text-align: center;
    }
    .caption p {
        font-size: 18px;
        text-align: center;
    }
    .section {
        padding: 40px 0;
    }
    .tab-pane h3 {
        font-size: 20px;
        text-align: center;
    }
    .tab-pane p {
        font-size: 16px;
        text-align: center;
    }
    .tab-content>.tab-pane {
        padding-right: 0px;
    }
    .prod-wrapper .prod-title {
        min-width: 180px;
    }
    .prod-wrapper .owl-theme .owl-nav .owl-prev {
        left: 4%;
    }
    .prod-wrapper .owl-theme .owl-nav .owl-next {
        right: 4%;
    }
    .occassion p {
        font-size: 27px;
    }
    .why-us .col-md-6.pl-0 {
        padding: 0px !important;
        margin-bottom: 20px;
    }
    .why-us .col-md-6.pr-0 {
        padding: 0px !important;
    }
    .why-us .w-box .desc h3 {
        font-size: 20px;
    }
    .why-us .w-box {
        flex-wrap: wrap;
        justify-content: center;
    }
    .separator, .head-sec.text-left .separator {
        width: 110px;
        margin: auto;
    }
    .shop-online p {
        text-align: center;
        font-size: 16px;
    }
    p, .why-us .w-box .desc p, .cookie-rusk p, .testimonial p, footer p, footer a {
        font-size: 16px;
    }
    .why-us .w-box .desc {
        text-align: center;
        margin-left: 0px;
    }
    .cookie-rusk {
        background-position: left center !important;
    }
    .testimonial .owl-theme .owl-nav [class*=owl-] {
        display: none;
    }
    .gallery-wrapper img {
        width: 100%;
    }
    .footer-btm p  {
        font-size: 14px;
        margin: 15px;
    }
    .i-feed img {
        width: 94px;
    }
    a.main-btn {
        font-size: 15px;
        padding: 12px 20px;
        margin-top: 12px;
    }
    a.main-btn.w-200 {
        min-width: 200px;
        text-align: center;
    }
    .caption {
        left: 0;
    }
    .caption a.main-btn {
        margin: auto;
        display: table;
    }
    .banner {
        height: 28em;
        margin-top: 0px;
    }
    .about .left-img {
        padding-right: 0px;
    }
    .nav-pills .nav-item {
        margin-right: 5px;
    }
    .nav-pills .nav-item .nav-link, 
    .nav-pills .nav-item .nav-link.active {
        font-size: 13px;
        padding: 8px 10px;
    }
    .right-icons {
        margin: 5px auto;
    }
    .right-icons li i {
        font-size: 24px;
    }
    .search-box, .search-btn {
        height: 30px;
    }
    .search-input {
        line-height: 30px;
    }
    .search-box:hover .search-input {
        width: 178px;
    }
    nav.navbar-light .navbar-nav .nav-link {
        padding: 8px;
        font-size: 15px;
        display: inline-block;
    }
    li.nav-item.dropdown a:hover + .dropdown-menu {
        display: block;
    }
    nav.navbar.sticky .logo img {
        width: 56px;
    }
}

.navbar.sticky {
	position: fixed;
	top: 0%;
    left: 9%;
    width: 82%;
	z-index: 999;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
	box-shadow: 0px 5px 30px 0px rgba(46,76,185,0.2);
    -webkit-animation: sticky 0.5s;
    animation: sticky 0.5s;
}

@-webkit-keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}
@media screen and (min-width: 1792px) {
    .navbar.sticky {
        left: 50%;
        width: 1200px;
        transform: translateX(-50%);
    }
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: 0px; border: 0px;
}
.right-icons .btn-primary {
    background-color: #000;
    border: 0px solid #f53639;
    border-radius: 50px;
    color: #fff;
    padding: 5px 31px;
}
	
.right-icons .btn-primary:hover {
    background-color: #f53639;
}

/********/
.banner.birth-cakes {
    background: url(../img/cake-bg.jpg) no-repeat center / cover;
    height: 24em;
}
.banner2.birth-cakes {
    background: url(../img/cookies/cookie-bg.jpg) no-repeat center / cover;
    height: 24em;
}
.banner.birth-cakes .caption h2 {
    font-size: 58px;
}

.products.birth-cakes {
    background: #fff;
}
.products.birth-cakes .content .cont {
    position: absolute;
    top: 50px;
    left: 30px;
    width: 50%;
    text-align: left;
}
.products.birth-cakes .prods {
    margin-bottom: 30px;
}
.products.birth-cakes .cont h3 {
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: 600;
}
.products.birth-cakes .cont a.main-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #f53639;
    padding: 10px 13px;
    border-radius: 50px;
    border: 1px solid #f53639;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s linear;
    position: absolute;
    top: 45px;
}

.products.boy-birth-cakes {
    background: #fff;
}
.ltabs-item {
    border: 1px solid #f53639;
    box-shadow: 0 0 10px #ccc;
    padding: 10px;
    position: relative;
    margin-right: 0px;
    height: 435px;
}
.ltabs-item .product-item-container {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.ltabs-item .img-2 {
    opacity: 0;
    display: none;
    transition: 1s;
    /* position: absolute; */
    -webkit-transition: 0.6s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
}
.rating {
    display: flex;
}
.rating span i {
    font-size: 15px;
    color: yellow;
}
.ltabs-item div.price {
    text-align: right;
    font-weight: bold;
    margin: 20px ​0;
    padding: 20px 0;
    opacity: 1;
}
.ltabs-item:hover .img-1 {
    display: none;
    transition: 0.6s;
}
.ltabs-item:hover .img-2 {
    opacity: 1;
    display: block;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}
.button-group {
    visibility: hidden;
    position: absolute;
    opacity: 0;
/*
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
*/
    display: flex;
    justify-content: space-between;
}
.button-group a.main-btn {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #f53639;
    padding: 10px 15px;
    border-radius: 50px;
    border: 1px solid #f53639;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
    transition: all 0.3s linear;
}

a.compare {
    position: absolute;
    right: 42px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

a.compare, a.wishlist {
    background: #f53639;
    color: #fff;
    padding: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border: 0;
    width: 38px;
    height: 39px;
    margin-top: 22px;
}
.ltabs-item:hover .button-group {
    visibility: visible;
    opacity: 1;
    bottom: 10px;
    background: #fff;
    width: 100%;
    left: 0px;
    text-align: center;
}
.ltabs-item h4.p-name a {
    font-size: 16px;
    color: #f53639;
}


.products.cookie-details {
    background: #fff;
}
.products.cookie-details .card{
    border: 0px;
}
.products.cookie-details .col-md-7 {
    text-align: left;
}
.lis {
    color: #999;
    font-size: 13px;
    text-align: left;
}
.lis a {
    color: #999;
}
.products.cookie-details .product-title {
    font-size: 20px;
    line-height: normal;
    color: #323232;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    padding-bottom: 3%;
    text-transform: capitalize;
}
.stk {
    text-decoration: line-through;
    color: #aaa;
}
.off-price {
    color: #f53639;
}
.products.cookie-details .review {
    display: table;
    font-size: 13px;
    padding: 10px 0;
}
.products.cookie-details .review span i {
    font-size: 14px;
    margin-top: 22%;
    color: #e7711b;
}
.products.cookie-details .product-text {
    font-size: 15px;
}
.products.cookie-details .prod-list {
    margin-left: 20px;
    text-align: left;
    font-size: 15px;
    line-height: 27px;
}
.row.mt-4.pro-img img {
    margin: auto;
    display: block;
}
.row.mt-4.pro-img {
    text-align: center;
}
.data-bg {
    background: url(../imgaes/bg1.jpg);
    background-size: cover;
    background-attachment: fixed;
}
ul.p-des {
    line-height: 30px;
    margin-top: 20px;
}
ul.p-des li {
    text-align: left;
    margin-bottom: 10px;
}
.p-des i {
    color: #f53639;
}

.related-products {
    padding-bottom: 5%;
}

.new-txt {
    padding: 0px 10px;
    border-radius: 15px;
    right: 5px;
    color: #FFF;
    font-size: 13px;
    position: absolute;
    top: 5px;
    z-index: 2;
}

.yellow {
    background-color: #fdbc20;
}
.green {
    background-color: #71a95a;
}
.red {
    background-color: #f53639;
}
.related-products .ltabs-item  {
    height: 410px;
    border: 0px;
    box-shadow: none;
    padding: 0px;
}
.related-products .ltabs-item:hover  {
    box-shadow: 0 0 10px #ccc;
}
.related-products .right-block  {
    padding: 10px;
}
.related-products .ltabs-item div.price {
    text-align: left
}
.products.birth-cakes.related-products .ltabs-item h4.p-name {
    font-size: 16px;
    color: #f53639;
    text-align: left;
    line-height: 25px;
}
.products.birth-cakes.related-products .sort .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.products.birth-cakes.related-products .sort .form-group select {
    width: 200px;
    margin-left: 15px;
}
.products.birth-cakes.related-products .caty-name {
    text-align: left;
    font-size: 20px;
    padding-left: 15px;
}

.customize{background-color:#fff;}
	.p-des i{color:#f53639;}
	.curve-shape{background: #f53639;
    height: 55px;    z-index: -1;
    width: 100%;
   
    position: absolute;border-radius: 10px 22px 87px 80px;    top: 0;}
	.customize .btn-primary:hover{background-color:#333;border:none;}
	.customize .btn-primary:focus{outline:none;}.data-bg{background:url(../imgaes/bg1.jpg);background-size:cover;background-attachment:fixed;}.related-products{padding-bottom:5%;}
	
	.alert-bg {
    background-image: url(../imgaes/alertbg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 30px 300px 30px 30px;
}
.alert-info{background-color: #fff;}.alert {
 
   
    border: 0px;
    font-size: 15px;
}
.cak-sec {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.icon-boxes.classic .img-holder {
    float: none;
    padding-top: 8%;
}
.icon-boxes.classic {
    background: #fff;
    padding: 0px 0px 20px;
    border-radius: 20px;
    position: relative;
    margin: 5px 4px 30px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    z-index: 99;
}
.tab-pane h3 {
    font-family: 'Poppins', serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.customize .nav-pills .nav-item .nav-link {
    opacity: 0.5;
}

.customize .nav-pills .nav-item .nav-link {
    color: #292929;
    text-transform: uppercase;
    font-size: 18px;
    background-color: transparent;
    /* border-radius: 50px; */
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    width: 155px;
}
.nav-pills {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
}
.nav-pills .nav-item .nav-link.active {
    opacity: 1;
}

.nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link:hover {
    color: #f53639;
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    border-bottom: 2px solid #f53639;
}
.name {
    color: #fff !important;
    text-align: center;
    font-size: 18px !important;
    text-transform: none !important;
}
.icon-boxes.classic .text-holder:after, .icon-boxes.classic .text-holder:before {
    background: #ffffff;
    content: '';
    position: absolute;
    left: -12px;
    bottom: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-box-shadow: -2px 0 0 rgb(0 0 0 / 10%) inset;
    box-shadow: -2px 0 0 rgb(0 0 0 / 10%) inset;
}
.icon-boxes.classic .text-holder:after {
    left: auto;
    right: -12px;
    -webkit-box-shadow: 2px 0 0 rgb(0 0 0 / 10%) inset;
    box-shadow: 2px 0 0 rgb(0 0 0 / 10%) inset;
}
.customize .tab-content>.tab-pane {
    padding-right: 0%;
    margin-top: 2%;
}
.icon-boxes.classic .text-holder {
    border-bottom: 1px dashed #cfcfcf;
    overflow: visible;
    padding: 0 15px 8px;
    position: relative;
}
.mt-30 {
    margin-top: 5%;
}
.cust-text {
    font-size: 16px;
    margin-top: 15px;
    text-transform: none;
}
.selections {
    padding: 20px;
}
.customize .nav-pills .nav-link {
    border-radius: 0px !important;
}
.cak-sec h3 {
    font-size: 40px;
    padding-top: 9%;
}
.view-cart.sectioncss .table {
    border: 2px solid #dee2e6;
    text-align: center;
    font-size: 18px;
}
.sectioncss {
    padding: 50px 0px;
}
.mb-20 {
    margin-bottom: 20px;
}
.coupon-code, .cart-summary {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    padding: 15px;
    padding-top: 15px;
    margin-bottom: 8px;
}
.btn-danger.btn {
    color: #fff;
    background-color: #f53639;
    border-color: #f53639;
}



/****new-css****/
/*
.customize .nav-pills .nav-item {
    width: 15%;
}
*/
.customize .nav-pills {
    justify-content: space-around; 
}
.customize .nav-pills .nav-item .nav-link {
    width: auto;
    margin: 0;
    display: block;
}
.cc-summary-bg {
    background: #e8e8e8;
    border-radius: 10px;
    padding: 20px 10px;
    box-shadow: 0px 10px 14px #e2e2e2d4;
    border: 1px solid #d1d1d1;
}
.cc-summary-bg h2 {
    color: #686868;
    margin-bottom: 15px;
    font-size: 20px;
}
.cc-summary-bg p {
    font-size: 15px;
}
.cc-summary-bg .title-line {
    display: block;
    border-bottom: 2px solid #fff;
    margin: 0px 0 20px;
}
.cc-summary-bg .cart-summary {
    background: #fff;
    border-radius: 0px;
}
.cc-summary-bg .cc-g-total {
    background: #000000;
    padding: 12px 15px 0;
    margin: 0 6px 20px;
    width: 100%;
    flex: auto;
    color: #fff;
}
.icon-boxes.classic {
    padding:  0 0 14px;
    border-radius: 15px;
    max-height: 165px;
    height: auto;
}
.icon-boxes.classic h3.name {
    color: #000 !important;
}
.icon-boxes.classic.active h3.name {
    color: #000 !important;
}
.icon-boxes.classic .img-holder {
    padding-top: 12px;
}
.icon-boxes.classic .img-holder figure {
    width: 80%;
    margin: 20px auto;
    padding: 0px;
}
.flavor .icon-boxes.classic .img-holder figure {
    margin-bottom: 0px;
    margin-top: 16px;
}
.curve-shape {
    height: 40px;
    background: #2b2b2b;
    opacity: 0;
}
.icon-boxes.classic.active {
    background: #ffcece;
}
.icon-boxes.classic.active .curve-shape {
    opacity: 1;
}
.tab-pane h3 {
    font-weight: 500;
    font-size: 16px !important;
}
.col-md-9a {
    width: 75%;
    float: left;
}
.col-md-3a {
    width: 25%;
    margin-left: 75%;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    margin-bottom: 80px;
}
.clearflix {
    float: none;
    clear: both;
}
.icon-boxes.classic.active i.fas.fa-check-square {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 35px;
    color: #f53639;
}
@media screen and (min-width:2000px) {
    .cc-wraper.container-fluid {
        width: 75%;
        margin: auto;
    }
}

.choice-box {
    background: #fbf6f6;
    padding: 8px;
    box-shadow: 0 6px 15px #00000020;
    margin: 20px;
}
.c-brd-box {
    border: 1px solid #f53639;
    padding: 15px;
}
.c-brd-box h2 {
    font-size: 42px;
    font-weight: 500;
    margin: 20px 0;
}