@font-face {
    font-family: "abaddon";
    src: url(../font/AtteronPersonalUse-PKrBx.otf);
}

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

a{
   text-decoration: none !important;
}

a:hover{
    text-decoration: none;
 }
 
 .display_flex_col{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
}

.display_flex{
    display:flex;
    justify-content:center;
    align-items:center;
}
.carousel {
    color: #170724;
  
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0
            0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    --carousel-button-svg-stroke-width: 2.5;
  }
  
  .carousel__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    
  }

.top_cart{
position: fixed;
background-color: #ffffff;
top: 19px;
right: 67px;
z-index: 9999999;
display: flex;
justify-content: center;
align-items: center;
    border-radius: 15px;
}

.cart_wrapper ul{
       display: flex;
    list-style-type: none;
    float: right;
    margin-bottom: 0px !important;
    margin-left: -35px;
}


.cart_wrapper ul li{
    position: relative;
    margin-left: 9px;
  padding: 3px;

}

.items_count{
      position: absolute;
    content: "";
    top: -5px;
    right: -12px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #f9a424;
    padding: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}


.cart_wrapper a{
       color: #7e9d37;
    font-size: 14px;
}


.cart_wrapper a:hover {
    color: #7e9d37;
    font-size: 14px;
}

.nav_top{
    z-index:999999;   
}

.top-position{
z-index:999;
}

.main_banner{
    position: relative;
    min-height: 96vh;
    padding-top:90px;
    padding-bottom: 90px;
    background-image: url(../images/regbanner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_banner:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #00000082;
    
} 


.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size:15px;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #ffd28e !important;
    border-bottom: 1px solid #ffffff;
    font-weight: 700;
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
   display: flex;
    justify-content: center;
    align-items: center;
}

.abt_text_wrapper{
    max-width: 450px;
}

.abt_text_wrapper h3 {
    font-size: 32px;
    font-weight: 600;
    color: #563C3D;
    
}

.custom-shape-divider-bottom-1669012481 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index:99;
}

.custom-shape-divider-bottom-1669012481 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 113px;
}

.custom-shape-divider-bottom-1669012481 .shape-fill {
    fill: #FFFFFF;
}


.main_header{
    position: absolute;
    top: 11px;
    left: 0px;
    z-index: 999999;
    width: 100%;
    
}


.cup_cake{
    position: absolute;
    content:"";
    bottom:0px;
    right:0px;
    max-width: 190px;
}

.navbar-light .navbar-toggler {
    color: rgb(0 0 0 / 0%);
    border-color: rgb(0 0 0 / 0%);
}

.logos{
    width: 166px;
    /*padding: 11px !important;*/
    /*background-color: rgb(255, 255, 255);*/
    overflow: hidden;
}


.logo{
    width: 104px;
    /*padding: 11px !important;*/
    /*background-color: rgb(255, 255, 255);*/
    overflow: hidden;
}

.banner_text h2 {
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    /* font-family: 'Patrick Hand', cursive; */
    letter-spacing: 7px;
    /* font-family: 'Dancing Script', cursive; */
}

.banner_text h6{
    font-size: 67px;
    font-weight: 600;
    color: #e0b760;
    font-family: 'Dancing Script', cursive !important;
    
}


/* new style */
.about_headinga h2{
    font-size: 58px;
    font-weight: 600;
    color: #e0b760;
    text-transform: capitalize;
    font-family: 'Zilla Slab', serif;
    /* font-family: 'Dancing Script', cursive; */
}


.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e600 !important;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e600 !important;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.banner_text_btn{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000059;
}

.banner_text_btn h2{
    font-size: 67px;
    font-weight: 600;
    color: #e0b760;
    font-family: 'Dancing Script', cursive !important;
}

/* new style */


.banner_text h5{
    font-size: 24px;
    font-weight: 500;
    color: #e0b760;
    text-transform: uppercase;
    /* font-family: 'Dancing Script', cursive; */
    /* font-family: 'Libre Baskerville', serif; */
}

.abt_section{
    padding-top: 50px;
    padding-bottom: 80px;
    overflow: hidden;
}

.about_heading h2{
    font-size: 45px;
    font-weight: 600;
    color: #e0b760;
    text-transform: capitalize;
    font-family: 'Zilla Slab', serif;
    /* font-family: 'Dancing Script', cursive; */
}

.abt_img_wrapper img{
    max-width: 300px;
    margin: auto;
}

.abt_text_wrapper h2{
    font-size: 32px;
    font-weight: 600;
    color:#563C3D;
    font-family: 'Dancing Script', cursive;
}

.abt_text_wrapper h3{
    font-size: 32px;
    font-weight: 600;
    color: #e0b760;;
}

.abt_text_wrapper h2{
    font-size: 32px;
    font-weight: 600;
    color: #e0b760;
    
    font-family: 'Dancing Script', cursive;
}

.abt_text_wrapper h6 {
    font-family: 'Zilla Slab', serif;
    font-weight: 600;
    color: #000000;
    font-size: 38px;
}

.banner_text_btn a{
    background-color: #e0b760;
    padding: 8px 15px;
    border-radius: 10px;
    margin-top: 8px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
}



.cat_text p{
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 700;
}


.banner_text_btn a:hover{
    background-color: #e0b760;
    padding: 8px 15px;
    border-radius: 10px;
    margin-top: 8px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

.banner_text_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.why_choose {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff4e5;
    overflow-x: hidden;
}


.more_btn{
    background-color: #000000;
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
    margin-top: 10px;
    font-size: 12px;
}


.more_btn:hover{
    background-color: #000000;
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
    margin-top: 10px;
    font-size: 12px;
}



.why_icon img{
    width: 66px;
    background-color: #e0b76059;
    padding: 10px;
    border-radius: 32px;
}

.why_text h4{
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 10px;
    font-family: 'Dancing Script', cursive;
    
}

.dis_col{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;

}


.product_gallery{
    padding-top: 60px;
    padding-bottom: 60px;
}

.gallery_img{
    padding: 8px;
}

.cake_images_wrapper{
        position: relative;
    border-radius: 7px;
    overflow: hidden;
}


.cake_name h5{
    position: absolute;
    content: "";
    top: 14px;
    left: 11px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}

.cake_btn h5{
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #e0b760;
}

.cake_btn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    content: "";
    bottom:14px;
    left:11px;
   
    
}

.cake_btn_1{
   
  
    background-color: #a5840700;
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 10px;
 
}

.cake_btn_2{
   
    background-color: #a5840700;
    color:#ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 10px;
    margin-left: 7px;
 
}


.heart_icon_wrapper{
    position: absolute;
    content: "";
    top: -3px;
    right: 0px;
}


.heart_icon_wrapper ul{
    list-style-type: none;
    background-color: #7e9d379c;
    padding-left: 0px;
    border-radius: 6px;

}


.heart_icon_wrapper li .fas{
       padding: 12px;
      color: #ffffff;
      font-size: 12px;
     border-top: 1px solid;
    
}

.heart_icon_wrapper li .fas :nth-child(1){

    border-top: 1px solid #ffffff;
}


.unique_bg{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px; 
    background-image: url(../images/unique.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content:center ;
    flex-direction: column;
    align-items: center;
}


.unique_bg:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff4e508;
}


.unique_text h3, h2{
color:#ffffff;
}

.unique_text h3{
    color: #ffffff;
    font-family: 'Dancing Script', cursive;
}

.cake_box_wrapper{
    padding-top: 60px;
    padding-bottom: 60px;
}

.cakes{
    padding-top: 80px;
    padding-bottom: 80px;
}


.product_banner{
    position: relative;
    min-height: 62vh;
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(../images/contact_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product_banner:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #00000070;
    
} 

.contact_banner{
    position: relative;
    min-height: 62vh;
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(../images/product_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_banner:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #00000070;
    
} 



      
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff !important;
}

.table td, .table th {
    padding: 7px;
    border-top: 1px solid #dee2e6;
}
.shopping-cart,
.wishlist-table,
.order-table {
    margin-bottom: 20px
}

.shopping-cart .table,
.wishlist-table .table,
.order-table .table {
    margin-bottom: 0;
    border: 1px solid #68bd4547;
}

.shopping-cart .btn,
.wishlist-table .btn,
.order-table .btn {
    margin: 0
}

.shopping-cart>table>thead>tr>th,
.shopping-cart>table>thead>tr>td,
.shopping-cart>table>tbody>tr>th,
.shopping-cart>table>tbody>tr>td,
.wishlist-table>table>thead>tr>th,
.wishlist-table>table>thead>tr>td,
.wishlist-table>table>tbody>tr>th,
.wishlist-table>table>tbody>tr>td,
.order-table>table>thead>tr>th,
.order-table>table>thead>tr>td,
.order-table>table>tbody>tr>th,
.order-table>table>tbody>tr>td {
    vertical-align: middle !important;
    font-size: 14px;
}

.shopping-cart>table thead th,
.wishlist-table>table thead th,
.order-table>table thead th {
    padding-top: 17px;
    padding-bottom: 17px;
    border-width: 1px
}

.shopping-cart .remove-from-cart,
.wishlist-table .remove-from-cart,
.order-table .remove-from-cart {
    display: inline-block;
    color: #7e9d37;
    font-size: 18px;
    line-height: 1;
    text-decoration: none
}

.shopping-cart .count-input,
.wishlist-table .count-input,
.order-table .count-input {
    display: inline-block;
    width: 100%;
    width: 86px
}

.shopping-cart .product-item,
.wishlist-table .product-item,
.order-table .product-item {
    display: table;
    width: 100%;
    min-width: 150px;
    margin-top: 5px;
    margin-bottom: 3px
}

.shopping-cart .product-item .product-thumb,
.shopping-cart .product-item .product-info,
.wishlist-table .product-item .product-thumb,
.wishlist-table .product-item .product-info,
.order-table .product-item .product-thumb,
.order-table .product-item .product-info {
    display: table-cell;
    vertical-align: top
}

.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-thumb,
.order-table .product-item .product-thumb {
    width: 130px;
    padding-right: 20px
}

.shopping-cart .product-item .product-thumb>img,
.wishlist-table .product-item .product-thumb>img,
.order-table .product-item .product-thumb>img {
    display: block;
    width: 100%
}

.product-title a{
    text-decoration: none;
    font-size: 15px;
    color:#444444;
    text-transform: capitalize;
}
.product-title p{
    text-decoration: none;
    font-size: 14px;
    color:#444444;
}

.tablebg{
    background-color: #7e9d37;
    color: #ffffff;
    font-size: 14px;
}

.chekout_btn{
   width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: #48a536;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:999;
  }
  
  .sticky + .content {
    padding-top: 102px;
  }
.sub_total_btn a{
    text-decoration: none;
    background-color: #ffffff;
    padding: 12px;
    color:#48a536;
    font-weight: 600;
    border-radius: 4px;
}

.sub_total p{
    margin-bottom: 0px;
    color: #ffffff;
}

.sub_total_btn a:hover{
    color:#010124;
    
}

.cart_no p{
    font-weight: 500;
    margin-bottom: 28px;
}

.Checkout_btn a{
    background-color: #7e9d37;
    padding: 12px 23px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 1px;
}

.Checkout_btn a:hover{
    background-color: #7e9d37;
    padding: 12px 23px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 11px;
}

.search_btn .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.glass_round{
    background-color: #7e9d37 !important;
    color: #fff !important;
}

.borders {
    border: 2px solid #7e9d374a !important;
}

.input-group i {
    position: absolute;
    z-index: 9;
    color: #c1cfa2;
}

.input-group {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 10px;
    min-width: 40px;
}

.rounded-pill{
    width: 100%;
    padding: 10px;
    text-align: center;
}
.search_btn .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search_btn{
    width:70%;
    height:100%;
}



      .loginpage_sec{
        position: relative;
        padding-top: 18px;
        padding-bottom: 60px;
       background-color: #ffffff;
       
    }
 
    .log-form-wrapper {
        padding: 10px 0;
      }
      
      .log-form {
        padding: 30px 40px;
        background-color: #68bd4524;
        border-radius: 12px;
        max-width: 400px;
        background-image: url(../images/.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid #f9a424;
      }
      
      .log-form textarea {
        resize: none;
      }
      
      .log-form .form-input,
      .form-text-area {
        background-color: #ffc1072b;
        height: 50px;
        padding-left: 16px;
      }
      
      .log-form .form-text-area {
        background-color: #f0f4f5;
        height: auto;
        padding-left: 16px;
      }
      
      .log-form .form-control::placeholder {
        color: #000000;
        font-weight: 500;
        opacity: 1;
      }
      
      .log-form .form-control:-ms-input-placeholder {
        color: #aeb4b9;
        font-weight: 500;
      }
      
      .log-form .form-control::-ms-input-placeholder {
        color: #aeb4b9;
        font-weight: 500;
      }
      
      .log-form .form-control:focus {
        border-color: #68bd45;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
      }
      
      .log-form .title {
        text-align: center;
        font-size: 24px;
        font-weight: 500;
      }
      
      .log-form .description {
        color: #454545;
        font-size: 14px;
        text-align: center;
      }
      
      .log-form .submit-button-wrapper {
        text-align: center;
      }
      
      .log-form .submit-button-wrapper a {
        border: none;
        font-size: 12px;
        border-radius: 4px;
        background-color: #7e9d37;
        color: white;
        text-transform: uppercase;
        padding: 10px 60px;
        font-weight: 500;
        letter-spacing: 2px;
        text-decoration: none;
      }
      
      .log-form .submit-button-wrapper a:hover {
        background-color: #7e9d37;
        color:#ffffff;
      }
      
      .forgot_pass a{
        color:#000000;
        text-decoration: none;
        font-size: 13px;
      }
      .forgot_pass a:hover{
        color:rgb(255, 255, 255);
        text-decoration: none;
        font-size: 13px;
      }


.footer_section{
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #000000;
    margin-top:8px;
}

.fixed_side_icon {
    position: fixed;
    
    left: 13px;
    bottom: 9px;
    z-index: 9999;
}

.fixed_side_icon ul li {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 16px;
    border-radius: 31px;
    margin-top: 13px;
    width: 57px;
    display: flex;
    justify-content: center;
}

.fixed_side_icon ul li a{
    color:#ffffff;
}


.categories{
    padding-top: 50px;
    padding-bottom: 50px;
}


.cat_img{
     
    background-image: url(../images/flowers.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 76px;
    width: 155px;
    height: 132px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.cat_img img {
    width: 67px !important;
}

.footer_logo img{
    width:160px;
}

.footer_social_media ul{
    display: flex;
    list-style-type: none;
    margin-left: -26px;
}

.footer_social_media li .fab{
    padding: 10px;
    border: 1px solid #fff;
    color:#ffffff;
    border-radius: 28px;
    background-color: #e0b760;
    width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px;
}

.footer_menu p{
    color:#ffffff;
}

.footer_menu p a{
    color:#ffffff;
    text-decoration: none;
    font-size: 14px;
}
.bottom_footer {
    background-color: #e0b760;
}

.footer_text p {
    padding: 30px 0;
    border-top: 1px solid #ffffff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0px;
}

.footer_text p a{
    text-decoration: none;
    color:#ffffff;
}


.contact_wrapper{
    padding-top: 80px;
    padding-bottom: 80px;
   
  }
  
  .youtubebtn {
    position: absolute;
    width: 30px;
    height: 22px;
    top: 45%;
    font-size: 40px;
    background-image: url(../images/youtube.png);
    background-position: center;
    background-size: cover;
    left: 42%;
    border-radius: 3px;
    color: #ff5555;
  }
  
  .bg-successs{
    background-color: #000000;
  }

  .btn-primary {
    color: #fff;
    background-color: #e0b760 !important;
    border-color: #e0b760 !important;
}

#contactForm .form-select:focus{
    box-shadow: none !important;
}

#contactForm .form-select {
    font-size: 12px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    user-select: auto;
    margin-top: 17px;
}
  
.btn:focus {
box-shadow: none !important;
}
  .wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgb(0 0 0 / 18%);
  }
  
  label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 13px;
  }
  .info-wrap {
    color: rgba(255, 255, 255, 0.8);
  }
  .info-wrap .dbox .icon {
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
  }
  .info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
  }
  .info-wrap .dbox p {
    margin-left: 6px;
    font-size: 13px;
    margin-bottom: 0px;
  }
  .contact-wrap {
    background: #fff;
  }
  .form-control {
    height: 36px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  #contactForm .form-control {
    font-size: 12px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  .form-group {
    margin-bottom: 1rem !important;
  }
  
  .dbox a{
    color:#ffffff;
    text-decoration: none;
  }
  
  .info-wrap .dbox .icon .fa{
    color:#45331d;
  }
  
  .btn-success {
    color: #fff;
    background-color: #784c06 !important;
    border-color: #784c06 !important;
}

.cake_deatil_wrapper{
    max-width: 400px;
    margin: auto;
}

.main_banner-section{
    position: relative;
}

.main_banner-section .owl-carousel .owl-item img {
    /* display: block; */
    width: 100%;
    margin-left: -24px !important;
}
.quantity {
    background: #fff;
    border: 1px #ddd solid;
    border-radius: 5px;
    padding: 1px 2px;
    display: inline-block;
    margin-right: 15px;
}

.product-count {
    margin-top: 15px;
    display: flex;
    align-items: center;

}
.product-count .qtyminus,
.product-count .qtyplus {
    width: 34px;
    height: 34px;
    background: #000000;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}

.product-count .qtyminus {
    border-radius: 3px 0 0 3px; 
}

.product-count .qtyplus {
    border-radius: 0 3px 3px 0; 
}

.product-count .qty {
    width: 38px;
    text-align: center;
}

.product-count label{
margin-bottom: 0px;
font-size: 16px;
}

.rate h3{
    font-size: 20px !important;
    margin-top: 14px;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0);
    border: none !important;
    border-color: rgb(255 255 255 / 0%) !important;
}
.navbar-light .navbar-toggler:focus {
    color: rgba(0, 0, 0, 0);
    border: none !important;
    border-color: rgb(255 255 255 / 0%) !important;
}

.abt_ser img{
    width: 300px;
}

.navbar-toggler .fad{
    color: #000000;
}


@media screen and (max-width:450px) {
    .cup_cake {
        position: absolute;
        content: "";
        bottom: 0px;
        right: 16px;
        max-width: 152px;
    }
    .abt_img_wrapper img {
        max-width: 300px;
        margin: auto;
    }
    .wrapper_banner img{
        height:400px !important;
        margin-top: 59px !important;
    }

    
    .cake_name h5 {
        position: absolute;
        content: "";
        top: 14px;
        left: 11px;
        color: #ffffff;
        font-size: 9px;
        text-transform: uppercase;
    }

.product_banner{
    position: relative;
    min-height: 75vh;
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(../images/contact_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact_banner{
    position: relative;
    min-height: 75vh;
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(../images/product_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixed_side_icon ul li {
    background-color: #7e9d37;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 12px;
    padding: 16px;
    border-radius: 31px;
    margin-top: 13px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed_side_icon {
    position: fixed;
    width: 100%;
    right: 13px;
    bottom: 9px;
    z-index: 9999;
}

.logo {
    width: 86px;
    
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}



}

@media screen and (max-width: 1450px){
    .custom-shape-divider-bottom-1669012481 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 132px;
    }
}


@media screen and (max-width:985px){
    .main_header{
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 999999;
        width: 100%;
        background-color: #ffffff;
    }

    .wrapper_banner img{
       
        margin-top: 59px !important;
    }

    .top_cart {
        position: fixed;
    top: 9px;
    right: 13px;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
    font-size:15px;
}
    .product_banner{
        position: relative;
        min-height: 75vh;
        padding-top: 90px;
        padding-bottom: 90px;
        background-image: url(../images/contact_banner.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .contact_banner{
        position: relative;
        min-height: 75vh;
        padding-top: 90px;
        padding-bottom: 90px;
        background-image: url(../images/product_banner.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}