/************* 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: 641px) and (max-width: 1080px) {
  /* desktop navbar */
  .nav_container {
    display: none;
  }
  /* MOBILE NAV BAR IN DESKTOP DISPLAY NONE */
  .mobile_navbar {
    display: block;
    padding: 20px 0px;
    display: flex;
    justify-content: space-around;
    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: 25px;
  }
  .mobile_navbar .search_cart i {
    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: 75px;
    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;
    margin-top: 0em;
  }
  /******************* for_her_for_him_Section *******************/
  .for_her_for_him_Section .for_her_for_him_Section_images {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
    margin: 40px 0px;
  }
  .for_her_for_him_Section .for_her_for_him_Section_images .for_her_image img {
    width: 90%;
    margin: 20px 0px;
  }
  /*************** watches_section ***************/
  .watches_section {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .watches_section .watch img {
    width: 90%;
    margin: 20px 0px;
  }
  /******** shop_exciting_offers_section ********/
  .shop_exciting_offers_section {
    text-align: center;
  }
  .shop_exciting_offers_section .shop_exciting_offers_section_images {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .shop_exciting_offers_section .shop_exciting_offers_section_images .images {
    overflow: hidden;
  }
  .shop_exciting_offers_section .shop_exciting_offers_section_images .images img {
    width: 80%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  .shop_exciting_offers_section .shop_exciting_offers_section_images .images img:hover {
    transform: scale(1.02);
  }
  .shop_exciting_offers_section .shop_exciting_offers_section_images .images .text {
    margin: 10px 0px;
  }
  /************* Top_launches_section *************/
  .Top_launches_section {
    text-align: center;
    margin: 30px 0px;
  }
  .Top_launches_section .Top_launches_section_heding h2 {
    font-size: 1.4em;
    font-weight: 100;
  }
  .Top_launches_section .Top_launches_section_images {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  /* BIG IMAGE */
  .big_image {
    display: none;
  }
  /* Big image */
  .mobile_big_image {
    display: block;
  }
  .JEWELERY_SECTION {
    text-align: center;
    margin: 50px 0px;
  }
  .JEWELERY_SECTION .images {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  /* SHOP_by_CATEGORY_section */
  .SHOP_by_CATEGORY_section .SHOP_by_CATEGORY_section_images {
    display: grid;
    grid-template-columns: 50% 50%;
    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 img {
    margin: 20px 0px;
  }
  .onHover_image_changing_section .onhover_section_images .image .icon_and_sale {
    position: absolute;
    opacity: 0;
    display: flex;
    justify-content: space-around;
  }
  .onHover_image_changing_section .onhover_section_images .image .icon_and_sale i {
    margin: 30px 0px;
    color: #c20000;
    font-size: 40px;
    padding: 0px 15px;
  }
  .onHover_image_changing_section .onhover_section_images .image .icon_and_sale span {
    background-color: #c20000;
    height: 5%;
    color: white;
    margin-left: auto;
    padding: 10px 20px;
    margin: 30px 0px;
  }
  .onHover_image_changing_section .onhover_section_images .image:hover .icon_and_sale {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
  }
  .onHover_image_changing_section .onhover_section_images .image .quick_view_button {
    position: absolute;
    top: 75%;
    left: 0px;
    right: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
  }
  .onHover_image_changing_section .onhover_section_images .image .quick_view_button button {
    border: none;
    background: none;
    background-color: black;
    width: 80%;
    padding: 30px 0px;
    overflow: hidden;
  }
  .onHover_image_changing_section .onhover_section_images .image .quick_view_button button a {
    color: white;
    text-decoration: none;
  }
  .onHover_image_changing_section .onhover_section_images .image:hover .quick_view_button {
    opacity: 1;
    transform: translateY(-20px);
  }
  /* Charam Jewelery section */
  .Charam_Jewelery_section {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .Charam_Jewelery_section .image {
    margin: 20px;
  }
  .Charam_Jewelery_section .image img {
    width: 100%;
    margin: 0px;
  }
  /* musses section */
  .Muses_section {
    text-align: center;
    margin: 40px 0px;
  }
  .Muses_section .Muses_section_heading p {
    font-size: 0.8em;
  }
  .Muses_section .Muses_images {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 15px;
    margin: 40px 0px;
  }
  .Muses_section .Muses_images .image {
    position: relative;
    overflow: hidden;
    margin: 10px 0px;
  }
  .Muses_section .Muses_images .image img {
    width: 80%;
    transition: all 0.3s ease-in-out;
  }
  .Muses_section .Muses_images .image .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 80%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 100;
    cursor: pointer;
    display: none;
  }
  .Muses_section .Muses_images .image:hover .overlay, .Muses_section .Muses_images .image:hover img {
    opacity: 1;
    transform: scale(1.02);
    text-decoration: underline;
  }
  /************** verified_rewies_logo **************/
  .verified_rewies_logo {
    text-align: center;
    margin-top: 35px;
  }
  .verified_rewies_logo img {
    width: 20%;
  }
  /************** Footer **************/
  .Footer_section {
    text-align: center;
    margin: 10px 0px;
  }
  .Footer_section .footers {
    display: grid;
    grid-template-columns: 45% 45%;
    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=tablet.css.map */