/************* DESKTOP NAVBAR *************/
/************* DISPLAY FLEX PROPERTYS FOR ANY SECTION WHICH I CAN USE  *************/
/************ BUTTONS ************/
/************ BUTTONS ANKER TEXT ************/
/******** 1 COLOUMS GRID SECTIONS VIEW ********/
/******** 2 COLOUMS GRID SECTIONS VIEW **(******/
/******************* 3 COLOUMS GRID SECTIONS VIEW *******************/
/******************* 5 COLOUMS GRID SECTIONS VIEW *******************/
/* Variable donated with ($)dolor */
/* FONT-FAMILY FOR SECTION HEADINGS */
@media only screen and (min-width: 360px) and (max-width: 640px) {
  /************** desktop navbar mobile screen hiddem **************/
  .nav_container {
    display: none;
  }
  /* MOBILE NAV BAR IN DESKTOP DISPLAY NONE */
  .mobile_navbar {
    display: block;
    padding: 20px 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 999;
  }
  .mobile_navbar #check {
    display: none;
  }
  .mobile_navbar .hamburger {
    display: block;
  }
  .mobile_navbar .hamburger i {
    font-size: 25px;
  }
  .mobile_navbar .fa-heart {
    font-size: 20px;
  }
  .mobile_navbar .search_cart i {
    font-size: 20px;
    padding: 0px 2px;
  }
  .mobile_navbar .logo h1 {
    font-size: 25px;
  }
  .mobile_navbar .nav_items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    position: fixed;
    background-color: white;
    top: 65px;
    right: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    line-height: 45px;
  }
  .mobile_navbar #check:checked ~ .nav_items {
    right: 0;
  }
  /******************** banner ********************/
  .banner img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* Big image */
  .big_image {
    display: none;
  }
  .mobile_big_image {
    display: block;
  }
  /******************* for_her_for_him_Section *******************/
  .for_her_for_him_Section .for_her_for_him_Section_images {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .for_her_for_him_Section .for_her_for_him_Section_images .for_her_image img {
    width: 100%;
    margin: 20px 0px;
  }
  /*************** watches_section ***************/
  .watches_section {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .watches_section .watch img {
    width: 100%;
    margin: 20px 0px;
  }
  /******** shop_exciting_offers_section ********/
  .shop_exciting_offers_section .shop_exciting_offers_section_images {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  /************* Top_launches_section *************/
  .Top_launches_section {
    text-align: center;
    margin: 30px 0px;
  }
  .Top_launches_section .Top_launches_section_images {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  /* JEWELERY SECTION */
  .JEWELERY_SECTION {
    text-align: center;
    margin: 50px 0px;
  }
  .JEWELERY_SECTION .images {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .JEWELERY_SECTION .images .image img {
    width: 95%;
  }
  .JEWELERY_SECTION .images .image .text p {
    margin: 10px 0px;
  }
  /* SHOP_by_CATEGORY_section */
  .SHOP_by_CATEGORY_section .SHOP_by_CATEGORY_section_images {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  /* onHover_image_changing_section */
  .onHover_image_changing_section {
    text-align: center;
    margin: 5em 0em;
  }
  .onHover_image_changing_section .onhover_section_images {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .onHover_image_changing_section .onhover_section_images .image {
    margin: 20px 0px;
  }
  /* Charam Jewelery section */
  .Charam_Jewelery_section {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .Charam_Jewelery_section .image {
    margin: 20px 0px;
  }
  .Charam_Jewelery_section .image img {
    width: 100%;
    margin: 0px;
  }
  /* Muses_section */
  .Muses_section {
    text-align: center;
    margin: 40px 0px;
  }
  .Muses_section .Muses_images {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
    margin: 40px 0px;
  }
  .Muses_section .Muses_images .image img {
    width: 100%;
  }
  /************** verified_rewies_logo **************/
  .verified_rewies_logo {
    text-align: center;
    margin-top: 35px;
  }
  .verified_rewies_logo img {
    width: 50%;
  }
  /************** Footer **************/
  .Footer_section {
    text-align: center;
    margin: 10px 0px;
  }
  .Footer_section .footers {
    display: grid;
    grid-template-columns: 90%;
    justify-content: space-evenly;
    margin: 25px 0px;
  }
  .Footer_section .footers .footer_divs {
    text-align: start;
  }
  .Footer_section .footers .footer_divs h4 {
    font-size: 0.75em;
    letter-spacing: 0.3em;
    font-weight: 100;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    padding: 8px 0px;
  }
}/*# sourceMappingURL=mobile.css.map */