/* min and max width css here */

@media only screen and (min-width: 992px) and (max-width: 1399px) {
  /* home speciality */

  .speciality_box .speciality_img img {
    width: 50px;
  }
  .speciality_box .speciality_img {
    width: 100px;
    height: 100px;
  }
  .speciality_main {
    padding-bottom: 0;
  }

  /* header */

  nav .menu_part ul li a {
    font-size: 17px;
  }
  nav .menu_part ul {
    gap: 30px;
  }
  /* testimonial */
  .review_box p {
    font-size: 20px;
  }
  .review_box .user_img img {
    width: 120px;
    height: 120px;
  }
  .testimonial {
    padding: 26px 0 40px 0;
  }

  /* hero */

  .hero_section img {
    height: 500px;
  }

  /* about */
  .about_third_box img {
    height: 450px;
  }
  .about_third_box p {
    font-size: 20px;
  }

  /* contact us */
  .contact_img {
    padding-top: 0px;
  }
  .contact_box .contact_text h3 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .contact_box .contact_text p {
    font-size: 16px;
  }
  .contact_box {
    gap: 25px;
  }
  .contact_img img {
    max-width: 50px;
  }

  /* checkout */
  .check_title h2 {
    font-size: 50px;
  }
  .chek_order_box h5 {
    font-size: 20px;
  }
  .chek_order_box p {
    font-size: 16px;
  }
  .chek_order_box h6 {
    font-size: 25px;
  }
  .chek_order_box .order_btn a {
    font-size: 22px;
  }

  /* product */
  /* .product_box img {
    height: 300px;
  } */
  .product_box_text p {
    font-size: 16px;
  }
  .product_box_text .product_price p,
  .product_box_text .product_price span {
    font-size: 25px;
  }
  .product_box .product_box_text {
    padding: 10px 10px 0 10px;
  }

  /* chocolate box */
  .chocolate_box img {
    height: 120px;
  }

  /* make own box */

  .make_own_box_right .make_own_box p {
    font-size: 18px;
  }
  .make_own_box_right .make_own_box .product_price span,
  .make_own_box_right .make_own_box .product_price p {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* home specility */
  .speciality_box h4 {
    font-size: 18px;
  }

  /* collection */
  .collection_box img {
    height: 350px;
  }
  .collection_box h4 {
    font-size: 22px;
  }
  .collection_box p {
    font-size: 16px;
  }

  /* news letter */
  .newsletter .news_text h2 {
    font-size: 55px;
  }

  /* trending & news */
  .trending_box .image_part img {
    height: 350px;
  }

  .trending_offer_main .titles_two h2 {
    font-size: 65px;
  }
  .trending_offer_main .titles_two p {
    font-size: 25px;
  }
  .trending_offer_main .trending_box .trending_text h3 {
    font-size: 45px;
  }

  /* history */
  .titles_two p {
    font-size: 25px;
  }
  .titles_two h2 {
    font-size: 65px;
  }

  .history_right .image_part img {
    height: 480px;
    width: 320px;
  }
  .img_first_pos {
    left: 175px;
  }
  .history_right {
    padding-left: 30px;
  }
  .history_left .history_p {
    font-size: 18px;
  }
  .history_outer .same_btn {
    margin-top: 45px;
  }

  /* about us */
  .about_first_outer {
    padding-left: 100px;
  }
  .about_sec .about_first_outer {
    padding-right: 100px;
  }

  /* product */

  .product_sidebar_first_part h2 {
    font-size: 25px;
  }

  /* product detail */

  .product_detail_top_div h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .product_detail_top_div .top_desc {
    font-size: 18px;
    margin: 20px 0;
  }
  .product_detail_middle_div {
    padding: 20px 0;
    margin-bottom: 20px;
  }
  /* .detail_right a {
    padding: 15px 40px;
    font-size: 25px;
  } */
  .pro_middle_bottom a {
    font-size: 20px;
  }
  .product_detail_middle_div .quanity_div p {
    font-size: 20px;
  }
  .quanity_div .quantity {
    padding: 5px 20px;
  }
  /* .product_image_div .pro_main_img {
    height: 585px;
  } */
  .small_img_group img {
    height: 130px;
  }

  /* third part home */
  .third_bg_div {
    max-width: 690px !important;
  }
  .third_outer {
    margin-bottom: 15% !important;
  }

  /* login */
  .lofin_oouter {
    max-width: 490px;
  }

  /* gift occasion */
  .gift_img img {
    height: 350px;
  }
  .gift_occasion_box p {
    font-size: 14px;
  }

  /* make box */
  .make_own_box_right .make_own_box img {
    height: 315px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* home specility */
  .speciality_box h4 {
    font-size: 15px;
  }

  /* nav */
  nav .menu_part ul li a {
    font-size: 16px;
  }
  /* collection */
  .collection_box img {
    height: 300px;
  }
  .collection_box h4 {
    font-size: 20px;
  }
  .collection_box p {
    font-size: 16px;
  }
  .title_div .main_title h2 {
    font-size: 50px;
  }

  /* news letter */
  .newsletter .news_text h2 {
    font-size: 48px;
  }
  .news_input {
    margin-top: 20px;
  }
  .newsletter .news_text p {
    font-size: 20px;
  }

  /* best seller */

  /* .best_sell_box img {
    height: 300px;
  } */
  .titles_two h2 {
    font-size: 50px;
  }
  .titles_two p {
    font-size: 22px;
  }
  .best_seller_main .best_sell_box p {
    font-size: 25px;
  }

  /* trending & offer */

  .trending_box .image_part img {
    height: 300px;
  }
  .trending_offer_main .trending_box .trending_text h3 {
    font-size: 40px;
  }
  .trending_offer_main .trending_box .trending_text p {
    font-size: 16px;
  }

  /* history */
  .history_right .image_part img {
    height: 400px;
    width: 290px;
  }
  .img_first_pos {
    top: 100px;
    left: 153px;
  }
  .history_outer {
    padding-right: 50px;
  }
  .history_left .history_p {
    font-size: 18px;
    line-height: 30px;
  }
  .history_outer .same_btn {
    margin-top: 35px;
  }

  /* about us */

  .about_first_outer {
    padding-left: 50px;
  }
  .about_sec .about_first_outer {
    padding-right: 50px !important;
  }
  .about_first_right .about_title h2 {
    font-size: 50px;
  }
  .about_first_right p {
    font-size: 14px;
  }
  .about_third_box p {
    font-size: 18px !important;
  }

  .about_shop_left_outer,
  .about_shop_main_div {
    padding: 0;
  }
  .about_shop_text h2 {
    font-size: 50px;
  }

  /* breadcrumb */
  .breadcrumb_div li {
    font-size: 25px;
  }

  /* contact us */
  .contact_box .contact_text p {
    font-size: 14px !important;
  }
  .contact_title p {
    font-size: 25px;
  }
  .contact_title h2 {
    font-size: 60px;
  }
  .yellow_btn {
    font-size: 30px;
  }

  /* checkout */

  .chek_order_box h5 {
    font-size: 18px !important;
  }
  .chek_order_box p {
    font-size: 14px !important;
  }
  .chek_order_box h6 {
    font-size: 20px !important;
  }

  .chek_order_box .check_title h2 {
    font-size: 45px;
  }

  /* product */

  .product_sidebar_first_part h2 {
    font-size: 20px;
  }

  /* product detauil */

  /* product detauil */

  .product_detail_top_div h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .product_detail_top_div
    .pro_detail_price
    span.product_detail_top_div
    .pro_detail_price
    h5 {
    font-size: 25px;
  }

  .product_detail_top_div .top_desc {
    font-size: 16px;
  }

  .product_detail_middle_div {
    padding: 20px 0;
    margin-bottom: 30px;
  }

  .product_detail_middle_div .quanity_div p {
    font-size: 20px;
  }

  .quanity_div .quantity {
    padding: 0px 20px;
  }
  /* .detail_right a {
    padding: 15px 35px;
    font-size: 18px;
  } */

  .pro_middle_bottom a {
    font-size: 18px;
  }
  .small_img_group img {
    height: 100px;
  }
  /* .product_image_div .pro_main_img {
    height: 450px;
  } */
  .policy_box {
    display: flex;
    text-align: start !important;
    gap: 25px;
    margin-bottom: 30px;
  }
  .product_detail_bottom_div .col-lg-4 {
    width: 100%;
  }
  .product_detail_bottom_div .policy_box h6 {
    margin-top: 0px;
  }
  .product_detail_bottom_div {
    padding-bottom: 0;
  }

  /* third part home */
  .third_bg_div {
    max-width: 700px !important;
    height: 650px !important;
  }
  .third_text_start img {
    height: 650px !important;
  }

  .third_text_start h2 {
    font-size: 55px;
  }
  .third_text_start p {
    font-size: 25px;
    font-family: var(--font-cg);
    font-weight: bold;
  }

  /* login */
  .lofin_oouter {
    max-width: 410px;
  }

  /* gift occasion */
  .gift_img img {
    height: 300px;
  }
  .gift_occasion_box p {
    font-size: 14px;
  }
  .logo_div a img,
  .footer_top_part a img {
    width: 150px;
  }

  /* chocolate box */
  .chocolate_boxes img {
    height: 170px;
  }
  /* .chocolate_text {
    flex-direction: column;
  } */
  /* .chocolate_text h5 {
    margin-top: 10px;
  } */
  .chocolate_boxes p {
    font-size: 16px;
  }

  /* checkout success */

  .check_success_right .purchase_img {
    height: 80px;
  }

  /* ==== footer ==== */
  .footer_text h2 {
    font-size: 30px;
  }
  .footer_text ul li a {
    font-size: 18px;
  }
  .footer_text ul li p {
    font-size: 18px;
  }
  .footer_margin1 ul li i {
    font-size: 18px;
  }

  /* make box */
  .make_own_box_right .make_own_box img {
    height: 280px;
  }

  /* blog detail */
  .recent_div .recent_title h6,
  .bd_category .cat_text p {
    font-size: 16px;
  }
  .blog_detail_left .blog_detail_desc p {
    font-size: 16px;
  }
}

/* min and max width css here */

@media only screen and (max-width: 1800px) {
  .third_bg_div {
    max-width: 990px;
  }
  .history::before {
    display: none;
  }
}

@media only screen and (max-width: 1600px) {
  /* .best_seller::before,
  .trending_offer::before,
  .about_first::before {
    display: none;
  } */

  .best_seller::before {
    top: 0%;
  }
  .trending_offer::before {
    right: 0;
    z-index: -1;
  }
  .history::before {
    left: 10px;
    z-index: -1;
  }

  .about_first::before {
    right: 0px;
    top: 37%;
    z-index: -1;
  }
  .about_first::after {
    left: 5px;
    bottom: 0%;
    z-index: -1;
  }

  /* third part bg */
  .third_bg_div {
    max-width: 900px;
    height: 650px;
  }
  .third_text_start img {
    width: 560px;
    height: 700px;
  }
  .third_text_start .right {
    margin-top: 40px;
  }
  .third_outer {
    margin-bottom: 14%;
  }

  .third_outer::after {
    display: none;
  }
  .third_responsive_part::after {
    display: block;
  }
}

@media only screen and (max-width: 1440px) {
  /* .history::before,
  .about_first::after {
    display: none;
  } */

  .trending_offer::before,
  .history::before {
    display: none;
  }
}

@media only screen and (max-width: 1400px) {
  .best_seller::before {
    left: 40px;
    bottom: 300px;
    background-image: url(../images/date-1400.png);
    width: 150px;
    height: 120px;
  }

  .new_arrival .best_seller::before {
    left: 40px;
    bottom: 300px;
    background-image: url(../images/date_11_1400.png);
    width: 155px;
    height: 140px;
  }
}

@media only screen and (max-width: 1199px) {
  .about_shop_open::before {
    display: none;
  }

  .new_arrival .best_seller::before {
    top: -10%;
  }
}

@media only screen and (max-width: 991px) {
  .header_top_div {
    border-bottom: none;
  }
  nav {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }

  /* pc ma menu lidhu tyre comment krel chhe */

  /* main header top part */
  .logo_div img {
    width: 100px;
  }
  .top_bar_right ul li a {
    font-size: 16px;
  }

  .header_top_div .cart_div .cart_text p {
    font-size: 20px;
  }

  nav .menu_d_none {
    display: block;
  }

  .cart_div .cart_text {
    display: none;
  }

  .cart_info {
    right: -10px;
  }
  .cart_info p {
    font-size: 12px;
    width: 20px;
    height: 20px;
  }
  .cart_bag img {
    width: 22px;
  }

  /* hero slider */

  .owl-nav button {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .owl-theme .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
  }

  .same_section {
    margin-top: 50px;
  }
  .hero_section img {
    height: 400px;
  }
  .owl-prev:before,
  .owl-next:before {
    padding-bottom: 5px;
  }

  /* collection */
  .title_div .main_title h2 {
    font-size: 50px;
  }

  .c_box_margin {
    margin-top: 0;
  }

  /* footer */
  .footer_margin {
    margin-bottom: 30px;
  }
  .footer_text h2 {
    margin-bottom: 30px;
  }
  .footer_bottom_part {
    margin-top: 30px;
    padding: 30px 0;
  }
  .last_footer_text {
    padding: 15px 0;
    flex-direction: column;
  }

  /* news letter */
  .newsletter .image_part {
    padding-left: 0;
  }
  .newsletter .col-lg-4 {
    display: none;
  }
  .newsletter .news_text h2 {
    font-size: 50px;
  }
  .newsletter .news_text p {
    font-size: 20px;
  }
  .news_input {
    margin-top: 30px;
  }
  .newsletter {
    padding: 20px;
  }
  .news_left_main {
    display: block;
  }

  /* best seller */

  .titles_two p {
    font-size: 22px;
  }
  .titles_two h2 {
    font-size: 50px;
  }

  /* trending & offer */
  .trend_responsive {
    margin-bottom: 30px;
  }
  .trending_offer_main .trending_box .trending_text h3 {
    font-size: 40px;
    margin: 15px 0;
  }
  .trending_offer_main .trending_box .trending_text p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .trending_offer_main .titles_two {
    margin: 0px 0px 30px 0;
  }
  .same_btn {
    margin-top: 30px;
  }

  /* history */

  .history_right .image_part img {
    width: 450px;
  }
  .history .row {
    flex-direction: column-reverse;
  }
  .history_right {
    margin-bottom: 25%;
  }
  .history_outer {
    padding: 0;
  }
  .history .row {
    margin-bottom: 10%;
  }
  .history_left .history_p {
    font-size: 18px;
  }

  /* testimonial */

  .testimonial_main {
    width: 100%;
  }
  .testimonial {
    padding: 26px 0 40px 0;
  }

  /* about us page */

  .about_first_right .about_title h2 {
    font-size: 45px;
  }
  .about_first {
    margin-top: 40px;
  }
  .about_first_left {
    margin-bottom: 30px;
  }
  .about_first_outer {
    padding: 0;
  }
  .about_sec .about_first_outer {
    padding-right: 0;
  }
  .about_sec .row {
    flex-direction: column-reverse;
  }
  .about_sec button {
    padding: 15px 40px;
    font-size: 18px;
  }
  .about_third .about_titles h2 {
    font-size: 30px;
  }
  .about_third .about_titles p {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .about_third_box img {
    height: 500px;
  }
  /* .about_third_box p {
    font-size: 20px;
  } */
  .about_sec button img {
    margin-left: 22px;
    width: 40px;
  }

  .about_shop_main_div {
    padding-top: 0;
  }
  .about_shop_open .row {
    flex-direction: column-reverse;
  }
  .about_shop_text h2 {
    font-size: 60px;
  }
  .about_margin {
    margin-bottom: 30px;
  }
  .about_shop_left_outer {
    padding-right: 0px;
  }

  /* breadcrumb */
  .breadcrumb_div li {
    font-size: 20px;
  }
  .breadcrumb_div {
    padding: 40px 0;
  }

  /* Contact us */

  .contact_title p {
    font-size: 22px;
  }
  .contact_title h2 {
    font-size: 50px;
  }
  .contact_box_section {
    margin-top: 50px;
  }
  .contact_box .contact_text h3 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .contact_box .contact_text p {
    font-size: 16px;
  }
  .contact_img {
    padding-top: 0px;
  }
  .contact_img img {
    max-width: 50px;
  }
  .contact_first_section {
    margin-top: 40px;
  }

  .yellow_btn {
    padding: 8px 70px;
    font-size: 30px;
  }
  .contact_form .row {
    margin-top: 30px;
  }
  .map iframe {
    height: 350px;
  }

  /* checkout */
  .checkout_form {
    margin: 20px 0;
  }

  .check_title h2 {
    font-size: 50px;
  }
  .chek_order_box .check_title h2 {
    font-size: 50px;
  }
  .chek_order_box .order_btn a {
    font-size: 25px;
  }
  .chek_order_box .order_btn {
    margin-top: 30px;
  }

  .chek_order_box h5 {
    font-size: 20px;
  }
  .chek_order_box p {
    font-size: 16px;
  }
  .chek_order_box h6 {
    font-size: 25px;
  }

  /* cart */

  .cart_text_table {
    margin-bottom: 30px;
  }
  .cart_box .order_btn {
    margin-top: 10px !important;
  }

  /* whishlist */
  .whishlist_main th,
  .whishlist_main p {
    font-size: 20px;
  }
  .whishlist_main h5 {
    font-size: 18px;
  }
  .whishlist_main .upercase img {
    width: 20px;
  }

  /* product */

  .product_sidebar_first_part {
    margin-top: 40px;
  }
  .product_sidebar_first_part h2 {
    font-size: 25px;
  }

  /* product detail */

  .product_sidebar {
    display: none;
  }

  .product_image_div {
    margin-bottom: 30px;
  }
  .product_detail_top_div h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .product_detail_top_div .pro_detail_price span,
  .product_detail_top_div .pro_detail_price h5 {
    font-size: 25px;
  }
  .product_detail_top_div .top_desc {
    font-size: 18px;
    margin: 15px 0;
  }
  /* .detail_right a {
    font-size: 25px;
  } */
  .product_detail_middle_div {
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .pro_middle_bottom a {
    font-size: 20px;
  }
  .pro_middle_bottom a i {
    font-size: 20px;
  }
  .product_detail_middle_div .quanity_div p {
    font-size: 20px;
  }
  .quanity_div .quantity {
    padding: 5px 20px;
  }
  .pro_middle_bottom {
    margin-top: 40px;
  }

  .policy_box {
    display: flex;
    text-align: start !important;
    gap: 25px;
    margin-bottom: 30px;
  }

  .product_detail_bottom_div {
    padding-bottom: 0;
  }
  .policy_box h6 {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
  }

  .product_detail_main {
    margin-top: 40px;
  }

  .pro_detail_tab .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link,
  .pro_detail_tab .nav-pills .nav-link {
    font-size: 25px;
  }
  .pro_description_tab p {
    font-size: 16px;
    line-height: 30px;
  }
  .pro_comment_right h3,
  .pro_comment_left .title h2 {
    font-size: 25px;
  }
  .pro_comment_right {
    margin-bottom: 30px;
  }
  .tab-content {
    margin-top: 10px;
  }

  /* third part home */

  .third_text_start img {
    width: 100%;
    height: 500px;
  }
  .third_text_start label {
    font-size: 18px;
  }
  .third_text_start h2 {
    font-size: 40px;
  }
  .third_text_start p {
    font-size: 18px;
  }
  .third_text_start .same_btn {
    margin-top: 45px;
    padding: 10px 45px;
    font-size: 25px;
  }
  .third_text_start .right {
    margin-top: 50px;
  }
  .third_outer::after {
    display: none;
  }
  .third_text_start {
    top: 50px;
  }
  .third_bg_div {
    height: 600px;
  }

  .third_bg_div {
    position: static;
    display: none;
  }
  .third_text_start {
    padding: 30px 0;
    position: unset !important;
    background-color: #f4ebe5;
  }

  .third_responsive_part::after {
    display: none !important;
  }

  .form-bg-image {
    background-image: none;
  }

  .margin_about {
    margin: 0;
  }
  .about_sec_outer {
    margin-top: 40px;
    padding-right: 0;
  }
  .about_sec_responsive {
    margin-top: 50px !important;
  }

  /* gift occasion */
  .gift_img img {
    height: 330px;
  }

  .logo_div a img,
  .footer_top_part a img {
    width: 130px;
  }

  /* chocolate box */
  .chocolate_box img {
    height: 230px;
  }

  /* home speciality */

  .speciality_box .speciality_img img {
    width: 50px;
  }
  .speciality_box .speciality_img {
    width: 100px;
    height: 100px;
  }
  .speciality_main {
    padding-bottom: 0;
  }

  .about_first::after {
    display: none;
  }

  .new_arrival .best_seller::before {
    top: 0%;
  }

  .my_address_section .address_box {
    margin-bottom: 30px;
  }

  /* make own box */

  .make_own_box_left {
    margin-bottom: 30px;
  }

  /* blog detail */
  .blog_detail_right {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  /* top bar css */
  .top_bar_right ul li a {
    font-size: 14px;
  }
  .top_bar_right ul li {
    padding: 0 15px;
  }

  .header_serach_div .serach_bar input {
    max-width: 250px;
  }

  .top_bar_right span {
    width: 20px;
    font-size: 14px !important;
    height: 20px;
    line-height: 20px;
  }

  /* hero slider */

  .owl-theme .owl-nav {
    display: none;
  }
  .owl-dots {
    display: none;
  }
  .hero_section img {
    height: 350px;
  }

  /* collection */
  .collection_box img {
    width: 100%;
    height: 300px;
  }

  .title_div .main_title h2 {
    font-size: 35px;
  }
  .collection_start {
    margin-top: 30px;
  }
  .collection_box h4 {
    font-size: 20px;
  }
  .collection_box p {
    font-size: 16px;
  }
  .title_div p {
    font-size: 20px;
  }

  /* footer */
  .footer_text h2 {
    font-size: 25px;
  }
  .footer_text ul li a {
    font-size: 18px;
  }
  .last_footer_text {
    justify-content: center;
    flex-direction: column;
  }
  .last_footer_text .left p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .last_footer_text .right ul li a {
    font-size: 18px;
  }

  /* news letter */

  .newsletter .news_text h2 {
    font-size: 35px;
  }
  .newsletter .news_text p {
    font-size: 16px;
  }
  .news_input input::placeholder {
    font-size: 14px;
  }

  /* best seller */

  /* .best_sell_box img {
    height: 300px;
  } */
  .best_seller_main .best_sell_box p {
    font-size: 25px;
  }
  .best_sell_box .rating {
    margin: 5px 0;
  }
  .best_sell_box .best_sell_text .price p {
    font-size: 16px;
  }
  .best_sell_box .best_sell_text .price span {
    font-size: 16px;
  }

  .titles_two p {
    font-size: 20px;
  }
  .titles_two h2 {
    font-size: 35px;
  }

  /* trending & offer */
  .trending_box .image_part img {
    height: 350px;
  }
  .trending_offer_main .titles_two p {
    font-size: 18px;
  }
  .trending_offer_main .titles_two h2 {
    font-size: 40px;
  }
  .same_btn {
    font-size: 20px;
    padding: 15px 20px;
  }
  .trending_text i {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .trending_offer_main .trending_box .trending_text p {
    font-size: 16px;
  }

  /* history */

  .history_right .image_part img {
    height: 400px;
    width: 300px;
  }
  .img_first_pos {
    top: 100px;
    left: 180px;
  }
  .history_right {
    padding: 0 20px;
  }

  /* testimonial */

  .review_box .user_img img {
    width: 120px;
    height: 120px;
  }
  .review_box h5 {
    font-size: 18px;
  }
  .review_box p {
    margin: 15px 0;
    font-size: 18px;
  }

  /* breadcrumb */
  .breadcrumb_div {
    padding: 30px 0;
  }
  .breadcrumb_div li {
    font-size: 16px;
  }

  /* about us page */

  .about_first_right p {
    font-size: 14px;
  }
  .about_first_right .about_title h2 {
    font-size: 45px;
  }
  .about_third_box p {
    font-size: 16px;
  }
  .about_third_box img {
    height: 400px;
  }

  .about_shop_text h2 {
    font-size: 50px;
  }
  .about_shop_left .shop_open .hours_day h4 {
    font-size: 25px;
  }
  .about_shop_left .shop_open .hours_day {
    padding: 20px 0;
  }

  .about_first img {
    width: 100%;
    height: 450px;
  }

  /* contact us */
  .contact_img img {
    max-width: 40px;
  }
  .contact_box {
    gap: 15px;
  }
  .contact_box .contact_text h3 {
    font-size: 25px;
  }
  .contact_box .contact_text p {
    font-size: 12px;
  }
  .yellow_btn {
    font-size: 20px;
  }
  .form-group label {
    font-size: 16px;
  }

  /* checkout */
  .chek_order_box .check_title h2,
  .check_title h2 {
    font-size: 40px;
  }
  .chek_order_box .order_btn a {
    font-size: 20px;
  }

  .chek_order_box h5 {
    font-size: 18px;
  }
  .chek_order_box p {
    font-size: 14px;
  }
  .chek_order_box h6 {
    font-size: 20px;
  }

  /* cart */
  .cart_bottom_div {
    margin-top: 20px;
    flex-direction: column;
    align-items: start;
  }
  .cart_right {
    margin-top: 20px;
  }

  /* product */

  /* .product_box img {
    height: 300px;
  } */
  .product_box_text p {
    font-size: 14px;
  }
  .product_box_text .rating i {
    font-size: 14px;
  }
  .product_box_text .product_price span,
  .product_box_text .product_price p {
    font-size: 20px;
  }

  .product_sidebar_first_part {
    margin-top: 25px;
  }
  .product_sidebar_first_part h2 {
    font-size: 20px;
  }
  .product_sidebar_title h2 {
    font-size: 25px;
  }

  /* product detail */
  .product_detail_top_div h2 {
    font-size: 30px;
  }
  .product_detail_top_div .pro_detail_price span,
  .product_detail_top_div .pro_detail_price h5 {
    font-size: 20px;
  }
  .product_detail_top_div .top_desc {
    font-size: 14px;
  }
  .product_detail_middle_div .quanity_div p {
    font-size: 18px;
  }
  .quanity_div .quantity input {
    font-size: 25px;
  }
  .product_detail_middle_div .quantity button {
    padding-top: 3px;
  }
  /* .detail_right a {
    font-size: 18px;
    padding: 15px 40px;
  } */
  .pro_middle_bottom a {
    font-size: 16px;
  }
  .pro_middle_left img {
    width: 22px;
  }
  .pro_middle_bottom a i {
    font-size: 18px;
  }
  /* .product_image_div .pro_main_img {
    height: 485px;
  } */
  .small_img_group img {
    height: 120px;
  }

  .review_btn a {
    font-size: 20px;
  }

  /* cart */
  .cart_product_img img {
    width: 80px;
    height: 50px;
  }
  .product_whish_img img {
    width: 100%;
    height: 50px;
  }
  .pro_detail_tab_second td {
    font-size: 14px;
  }

  /* third part home */
  .third_text_start img {
    height: 400px;
  }
  .third_text_start h2 {
    font-size: 30px;
    margin: 15px 0;
  }
  .third_text_start p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .third_bg_div {
    height: 500px;
  }

  /* login */
  .login_forms_div label {
    font-size: 14px !important;
  }

  /* gift occasion */
  .gift_img img {
    height: 250px;
  }
  .gift_title h3 {
    font-size: 20px;
  }
  .gift_occasion_box p {
    font-size: 12px;
  }
  .gift_occasion_box .explore_btn a {
    font-size: 16px;
  }

  .my_address_section .address_box .address_box_text p {
    font-size: 16px;
  }

  /* make own box */
  .make_own_box_right .make_own_box img {
    height: 300px;
  }
  .make_own_box_right .make_own_box p {
    font-size: 16px;
  }
  .make_own_box_right .make_own_box .product_price {
    margin-top: 10px;
  }
  .make_own_box_right .make_own_box .product_price p {
    font-size: 20px;
  }
  .make_own_box_right .make_own_box .product_price span {
    font-size: 20px;
  }

  /* blog */
  .blog_main .blog_box .blog_text h4 {
    font-size: 14px;
  }
  .blog_main .blog_box .blog_text a {
    font-size: 14px;
  }

  .bd_category .cat_text p,
  .recent_div .recent_title h6 {
    font-size: 18px;
  }
  .blog_detail_left .blog_detail_desc p {
    font-size: 16px;
  }
  .blog_detail_left h2 {
    font-size: 20px;
  }
  .blog_post_main .blog_post_user i {
    font-size: 18px;
  }
  .blog_post_main .blog_post_user p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  /* collection */
  .title_div .main_title h2 {
    font-size: 32px;
  }

  /* footer */

  .footer_top_part img {
    width: 100px;
  }

  /* history */

  .history_right {
    padding: 0 35px;
  }
  .history_left .history_p {
    font-size: 14px;
    line-height: 22px;
  }

  /* hero slider */
  .hero_section img {
    height: 280px;
  }

  /* contact us */
  .contact_box {
    gap: 25px;
  }
  .responsive_border {
    border-bottom: 2px solid #dadada;
    padding-bottom: 10px;
  }

  /* product detail */
  /* .product_image_div .pro_main_img {
    height: 400px;
  } */
  .pro_detail_tab .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link,
  .pro_detail_tab .nav-pills .nav-link {
    font-size: 20px;
  }
  .pro_comment_right h3,
  .pro_comment_left .title h2 {
    font-size: 20px;
  }
  .customer_review_box p,
  .pro_description_tab p {
    font-size: 14px;
  }

  /* third part home */
  .third_bg_div {
    position: static;
    display: none;
  }
  .third_text_start {
    padding: 30px 0;
    position: unset !important;
    background-color: #f4ebe5;
  }
  .third_text_start label {
    font-size: 16px;
  }
  .third_text_start p {
    font-size: 16px;
  }
  .third_text_start h2 {
    font-size: 28px;
  }
  .third_text_start .same_btn {
    font-size: 20px;
  }
  .third_text_start .same_btn {
    margin-top: 35px;
    padding: 10px 35px;
    font-size: 18px;
  }

  /* chocolate box */

  .chocolate_box img {
    height: 180px;
  }
}

@media only screen and (max-width: 550px) {
  /* popup */
  .popup_outer .popup-card {
    margin: 0 20px;
  }

  /* top bar */
  .top_menu_none {
    display: none;
  }
  .top_bar_right .res_padding {
    padding-left: 0;
  }

  .logo_div img {
    width: 70px;
  }
  .top_bar_right ul li:nth-child(2) {
    padding-right: 0;
  }
  .top_bar_right ul li:nth-child(2)::after {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .menu_part .menu_d_none {
    display: block !important;
  }

  /* collection */
  .collection_box img {
    height: 260px;
  }
  .collection_box h4 {
    font-size: 18px;
  }
  .title_div .main_title h2 {
    font-size: 25px;
  }

  /* footer */
  .footer_bottom_part .col-6 {
    width: 100%;
  }
  .footer_margin1 {
    margin-bottom: 30px;
  }

  /* news letter */
  .newsletter .news_text h2 {
    font-size: 30px;
  }
  .newsletter .news_text p {
    font-size: 14px;
  }
  .news_input {
    margin-top: 20px;
  }

  /* best seller */
  /* .best_sell_box img {
    height: 260px;
  } */
  .best_sell_box .rating i {
    font-size: 14px;
  }
  .best_seller_main .best_sell_box p {
    font-size: 22px;
  }

  /* trending & offer */

  .trending_box .image_part img {
    height: 270px;
  }
  .trending_offer_main .trending_box .trending_text p {
    font-size: 14px;
  }
  .trending_offer_main .trending_box .trending_text h3 {
    font-size: 30px;
    margin: 15px 0;
  }
  .same_btn {
    font-size: 16px;
    padding: 15px 20px;
  }

  /* history */
  .history_right .image_part img {
    height: 330px;
    width: 250px;
  }
  .img_first_pos {
    left: 125px;
  }
  .history_right {
    padding: 0px 50px;
  }

  /* about us page */

  .about_first_right .about_title h2 {
    font-size: 40px;
  }
  .about_third_box p {
    font-size: 14px;
  }
  .about_third .about_titles p {
    font-size: 20px;
  }
  .about_third .about_titles h2 {
    font-size: 25px;
  }

  .about_shop_left p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .about_shop_text h2 {
    font-size: 40px;
  }
  .about_shop_left .shop_open .hours_day p {
    font-size: 16px;
  }
  .about_shop_left .shop_open .hours_day h4 {
    font-size: 20px;
  }

  /* contact us */
  .contact_box .contact_text h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .contact_title h2 {
    font-size: 40px;
  }
  .contact_title p {
    font-size: 20px;
  }

  /* whishlist */
  .whishlist_main h5 {
    font-size: 14px;
  }

  /* product */

  /* .product_box img {
    height: 260px;
  } */
  .product_box .product_box_text {
    padding: 10px 10px 0 10px;
  }

  /* product detail */
  .small_img_group img {
    height: 100px;
  }
  .detail_right a {
    font-size: 16px;
  }

  .product_detail_top_div h2 {
    font-size: 25px;
  }

  /* third part home */
  .third_text_start img {
    height: 370px;
  }

  /* gift occasion */

  .gift_by_occasion .col-6 {
    width: 100% !important;
  }
  .gift_img img {
    height: 350px;
  }

  /* chocolate box */

  .chocolate_box_left .add_cart_btn a {
    font-size: 20px;
  }
  .chocolate_boxes p {
    font-size: 16px;
  }
  .chocolate_boxes a {
    font-size: 16px;
  }

  .add_extra_icon img {
    width: 65px;
  }

  /* make own box */
  .make_own_box_right .make_own_box img {
    height: 260px;
  }

  /* blog detail */
  .bd_category .cat_text p,
  .recent_div .recent_title h6 {
    font-size: 16px;
  }

  .my_order_box .acc-content p {
    font-size: 14px;
  }
  .acc_top a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 450px) {
  nav .menu_part {
    width: 100%;
  }
  .close_icon {
    display: block;
  }
  .drop_down {
    width: 100%;
    top: 0px;
  }
  .next_slide .drop_down {
    width: 100% !important;
    top: 0px !important;
  }
  .sub_drop .sub_link1 {
    padding: 0 0 0px 10px !important;
  }
  .next_close i {
    margin-left: 10px;
  }

  /* hero slider */
  .hero_section img {
    height: 200px;
  }

  /* about */
  .about_third_box img {
    height: 350px;
  }

  .about_first img {
    width: 100%;
    height: 400px;
  }

  /* cart */
  .res_d_none {
    display: none;
  }
  .cart_responsive_btn {
    display: block;
  }
  .cart_btn {
    font-size: 14px;
  }

  /* product */
  .product_box_text .product_price span,
  .product_box_text .product_price p {
    font-size: 18px;
  }
  .pro_detail_tab ul {
    justify-content: start;
  }

  .pro_detail_tab .nav-pills {
    flex-wrap: nowrap !important;
  }
  .pro_detail_tab {
    text-wrap: nowrap;
    overflow-x: scroll;
    max-width: 500px;
  }
  .pro_detail_tab::-webkit-scrollbar {
    width: 2px;
    height: 3px;
  }
  .pro_detail_tab::-webkit-scrollbar-thumb {
    background-color: var(--yellow-color);
    height: 5px;
    width: 5px;
    border-radius: 20px;
  }
  .tab-content {
    margin-top: 20px;
  }
  .customer_review_box span {
    font-size: 12px;
  }
  .customer_review_box strong {
    font-size: 20px;
  }

  /* third part home */
  .third_text_start .col-6 {
    width: 100%;
  }
  .third_text_start img {
    height: 450px;
  }

  /* login */
  .login_forms_div h2 {
    font-size: 30px;
  }
  .login_forms_div p {
    font-size: 12px;
  }
  .login a {
    font-size: 16px;
  }
  .login_text p,
  .login_text a {
    font-size: 14px;
  }

  /* chocolate box */
  .chocolate_box img {
    height: 150px;
  }
  .chocolate_boxes img {
    height: 160px;
  }
  .chocolate_boxes p {
    font-size: 14px;
  }

  /* Check out success */

  .chek_success_left img {
    width: 80px;
  }
  .chek_success_left .check_img h2 {
    font-size: 20px;
  }
  .chek_success_left p {
    font-size: 14px;
  }
  .check_success_right h4 {
    font-size: 16px;
  }
  .check_success_right .purchase_img {
    height: 65px;
  }
  .check_success_right .table p {
    font-size: 16px;
  }
  .bill_detail p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 425px) {
  /* collection */
  .collection_box img {
    height: 220px;
  }

  /* footer */
  .last_footer_text .right ul li a {
    font-size: 16px;
  }
  .last_footer_text .left p {
    font-size: 14px;
  }

  /* best seller */
  /* .best_sell_box img {
    height: 230px;
  } */

  /* history */

  .history_right .image_part img {
    height: 250px;
    width: 200px;
  }
  .img_first_pos {
    left: 90px;
    top: 50px;
  }
  .history_right {
    padding-left: 60px;
    margin-bottom: 18%;
  }

  /* testimonial */

  .review_box p {
    font-size: 16px;
  }
  .review_box .user_img img {
    width: 90px;
    height: 90px;
  }
  .review_box {
    padding: 40px 22px;
  }
  .review_box::after,
  .review_box::before {
    display: none;
  }

  /* about us */
  .about_first_right p,
  .about_shop_left p {
    text-align: justify;
  }

  /* product */
  /* .product_box img {
    height: 220px;
  } */

  /* product detail */
  /* .product_image_div .pro_main_img {
    height: 350px;
  } */

  /* cart */

  .cart_bottom_div {
    margin-top: 20px;
    flex-direction: column;
    align-items: start;
  }
  .cart_bottom_div .res_d_none_1 {
    display: none;
  }
  .cart_bottom_div .res_d_none {
    display: block;
  }

  /* home speciality */

  .speciality_box h4 {
    font-size: 16px;
  }
  .speciality_box .speciality_img {
    width: 80px;
    height: 80px;
  }
  .speciality_box .speciality_img img {
    width: 30px;
  }

  .box_type {
    width: 45%;
  }
  .quantity_main_outer {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    align-items: center;
  }

  /* make own box */
  .make_own_box_right .make_own_box img {
    height: 220px;
  }
  .make_own_box_right .make_own_box p {
    font-size: 14px;
  }
  .make_own_box_right .make_own_box .product_price span,
  .make_own_box_right .make_own_box .product_price p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 400px) {
  /* top bar */
  .top_bar_main .top_bar_left {
    gap: 5px;
  }
  .top_bar_main .top_bar_left img {
    width: 25px;
    height: 25px;
  }
  .top_bar_right ul li {
    padding: 0 10px;
  }

  /* collection */
  .title_div p {
    font-size: 16px;
  }

  /* news letter */
  .newsletter .news_text h2 {
    font-size: 25px;
  }

  /* best seller */
  .titles_two h2 {
    font-size: 30px;
  }
  .titles_two p {
    font-size: 16px;
  }

  /* trending & offer */
  .trending_offer_main .titles_two h2 {
    font-size: 35px;
  }
  .trending_offer_main .titles_two p {
    font-size: 16px;
  }

  /* history */

  .history_right {
    margin-bottom: 20%;
  }

  .img_first_pos {
    left: 80px;
  }

  /* about us */

  .about_first_right .about_title h2 {
    font-size: 35px;
  }
  .about_third .about_titles p {
    font-size: 16px;
  }
  .about_third .about_titles h2 {
    font-size: 22px;
  }
  .about_shop_text h2 {
    font-size: 35px;
  }
  .about_shop_text label {
    font-size: 14px;
  }

  .about_first img {
    width: 100%;
    height: 350px;
  }

  /* contact us */
  .contact_title h2 {
    font-size: 30px;
  }
  .contact_title p {
    font-size: 16px;
  }

  /* checkout */
  .chek_order_box .check_title h2,
  .check_title h2 {
    font-size: 30px;
  }

  /* cart */
  .cart_box .order_btn a {
    font-size: 16px !important;
  }
  .chek_order_box h5 {
    font-size: 14px;
  }
  .chek_order_box h6 {
    font-size: 18px;
  }

  /* product detail */
  /* .product_image_div .pro_main_img {
    height: 300px;
  } */
  .small_img_group img {
    height: 80px;
  }

  .review_btn a {
    font-size: 16px;
  }

  /* gift occasion */
  .gift_img img {
    height: 300px;
  }

  /* chocolate box */

  .chocolate_boxes img {
    height: 130px;
  }

  .choco_close {
    top: 5px;
    left: 5px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  /* best seller */
  /* .best_sell_box img {
    height: 200px;
  } */

  /* trending & offer */
  .trending_box .image_part img {
    height: 220px;
  }

  /* history */
  .history_right .image_part img {
    height: 200px;
    width: 160px;
  }
  .history_right {
    padding: 0 0 0 50px;
  }

  /* about */
  .about_third_box img {
    height: 300px;
  }

  /* product */
  /* .product_box img {
    height: 180px;
  } */

  /* third part home */
  .third_text_start img {
    height: 380px;
  }

  /* chocolate box */
  .chocolate_box img {
    height: 120px;
  }

  /* make own box */
  .make_own_box_right .make_own_box img {
    height: 200px;
  }
}

@media only screen and (max-width: 350px) {
  /* top bar */
  .cart_bag img {
    width: 20px;
  }
  /* collection */

  .collection_start .col-6 {
    width: 100%;
  }
  .collection_box img {
    height: 380px;
  }

  /* best seller */
  .best_seller_main .col-6 {
    width: 100%;
  }
  /* .best_sell_box img {
    height: 350px;
  } */

  /* hero slider */
  .hero_section img {
    height: 150px;
  }

  /* product */
  .product_right_div .col-6 {
    width: 100%;
  }
  /* .product_box img {
    height: 350px;
  } */

  /* product detail */
  /* .product_image_div .pro_main_img {
    height: 250px;
  } */
  .small_img_group img {
    height: 60px;
  }

  /* third part home */
  .third_text_start img {
    height: 400px;
  }

  /*  */
  .breadcrumb_div li {
    font-size: 13px;
  }

  /* about */

  .about_first img {
    height: 300px;
  }

  /* home specility */

  .speciality_box h4 {
    font-size: 14px;
  }

  /* top bar edited */

  .top_bar_right ul li:last-child {
    padding-right: 0;
    padding-left: 0;
  }
  .top_bar_right ul li a {
    font-size: 11px;
  }

  .popup-card::after {
    width: 52px;
    height: 55px;
    top: 5px;
    left: 5px;
  }
  .popup-card::before {
    right: 5px;
  }

  /* make own box */
  .make_own_box_right .make_own_box img {
    height: 180px;
  }
  .box_type label {
    padding: 11px 34px;
  }
}

@media only screen and (max-width: 320px) {
  .history_right {
    padding: 0 0 0 30px;
  }
}
