@charset "utf-8";

/* CSS Document */


/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

@media only screen and (max-width: 1600px) {}

/************
2. 1440px
************/

@media only screen and (max-width: 1540px) {}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px) {}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px) {}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px) {
  .single_product_thumbnails ul li {
    height: 64px;
  }
  .single_product_image {
    height: 436px;
  }
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  .top_nav {
    display: none;
  }
  .navbar_menu {
    display: none;
  }
  .hamburger_container {
    display: block;
  }
  .single_product_container {
    margin-top: 80px;
  }
  .main_content {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  .image_col {
    padding-right: 15px;
  }
  .single_product_image {
    margin-bottom: 15px;
    height: 785px;
  }
  .single_product_thumbnails {
    height: auto;
  }
  .single_product_thumbnails ul {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
  .single_product_thumbnails ul li {
    display: inline-block;
    width: 110px;
    height: 114px;
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .single_product_thumbnails ul li img {
    height: 100%;
  }
  .product_details {
    margin-top: 20px;
  }
  .reviews_col {
    padding-right: 15px;
  }
  .benefit_col {
    margin-bottom: 30px;
  }
  .benefit_col:last-child {
    margin-bottom: 0px;
  }
  .newsletter_text {
    height: auto;
    margin-top: 30px;
  }
  .newsletter_text p {
    margin-top: 5px;
  }
  .newsletter_form {
    height: auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .footer_nav_container {
    height: auto;
    margin-top: 65px;
  }
  .footer_social {
    height: auto;
    margin-top: 20px;
    margin-bottom: 65px;
  }
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {}

/************
8. 880px
************/

@media only screen and (max-width: 880px) {}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  h6 {
    font-size: 12px;
  }
  .red_button a {
    font-size: 12px;
  }
  .tab_title {
    margin-bottom: 78px;
  }
  .tab_text_block {
    margin-bottom: 113px;
  }
  .tab_image {
    margin-bottom: 111px;
  }
  .single_product_image {
    height: 576px;
  }
  .benefit_col {
    margin-bottom: 15px;
  }
  .newsletter_form {
    margin-bottom: 40px;
  }
  .newsletter_submit_btn {
    margin-top: 15px;
  }
  .desc_last {
    margin-bottom: 0px;
  }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
  p {
    font-size: 13px;
  }
  .hamburger_menu {
    right: -100%;
    width: 100%;
  }
  .single_product_image {
    height: calc((100vw - 84px) / 0.86);
  }
  .single_product_thumbnails ul li {
    width: 70px;
    height: 70px;
  }
  .single_product_thumbnails ul li img {
    height: auto;
    width: 100%;
  }
  .breadcrumbs ul li {
    margin-right: 10px;
  }
  .breadcrumbs ul li a {
    font-size: 13px;
  }
  .breadcrumbs ul li i {
    margin-right: 12px;
  }
  .quantity {
    height: auto;
  }
  .quantity_selector {
    height: 40px;
    margin-left: 0px;
    margin-top: 15px;
  }
  .add_to_cart_button {
    margin-left: 0px;
    margin-top: 15px;
  }
  .tab {
    margin-right: 30px;
  }
  .tab span {
    font-size: 14px;
  }
  .tab_title h4 {
    font-size: 20px;
  }
  .review {
    padding-left: 0px;
  }
  .review_date {
    margin-top: 15px;
  }
  .add_review {
    margin-top: 0px;
  }
  .user_rating .star_rating {
    margin-left: 0px;
    margin-top: 7px;
  }
  .cr {
    display: block;
    margin-right: 0px;
    margin-bottom: 30px;
    font-size: 13px;
  }
  .footer_nav {
    margin-bottom: 20px;
  }
  .footer_nav li {
    display: block;
    margin-right: 0px;
  }
  .footer_nav li a {
    font-size: 13px;
  }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {}

/************
12. 480px
************/

@media only screen and (max-width: 480px) {}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
  .hamburger_container {
    margin-left: 25px;
  }
  .hamburger_close {
    top: 14px;
    right: 4px;
  }
  .hamburger_close i {
    font-size: 20px;
  }
  .hamburger_menu_content {
    padding-right: 15px;
    padding-top: 70px;
  }
  .menu_item {
    border-bottom-color: rgba(181, 174, 196, 0.5);
  }
  .menu_item > a {
    font-size: 12px;
    line-height: 35px;
    height: 35px;
  }
  .menu_selection li a {
    font-size: 12px;
    line-height: 35px;
    height: 35px;
  }
  .navbar_user li a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .checkout_items {
    width: 15px;
    height: 15px;
    font-size: 10px;
  }
  .add_to_cart_button {
    margin-top: 20px;
  }
  .section_title::after {
    top: calc(100% + 8px);
    height: 3px;
  }
  .newsletter_form {
    margin-top: 22px;
  }
  .newsletter_text h4 {
    font-size: 20px;
  }
  .newsletter_text p {
    font-size: 13px;
    margin-top: 5px;
  }
  .newsletter_submit_btn {
    font-size: 12px;
  }
  #newsletter_email {
    height: 40px;
    width: 100%;
    padding-left: 15px;
  }
  .newsletter_submit_btn {
    height: 36px;
    width: 130px;
  }
  #newsletter_email::-webkit-input-placeholder {
    font-size: 12px !important;
  }
  #newsletter_email:-moz-placeholder
  /* older Firefox*/
  {
    font-size: 12px !important;
  }
  #newsletter_email::-moz-placeholder
  /* Firefox 19+ */
  {
    font-size: 12px !important;
  }
  #newsletter_email:-ms-input-placeholder {
    font-size: 12px !important;
  }
  #newsletter_email::input-placeholder {
    font-size: 12px !important;
  }
  .review_submit_btn,
  .add_to_cart_button {
    font-size: 12px;
    width: 130px;
    height: 36px;
  }
  .footer_nav_container {
    margin-top: 35px;
  }
  .cr {
    margin-bottom: 20px;
  }
  .footer_nav {
    margin-bottom: 20px;
  }
  .footer_social {
    margin-top: 5px;
    margin-bottom: 30px;
  }
}

/************
14. 400px
************/

@media only screen and (max-width: 400px) {
  .btn-seller ul li {
    width: 47.5%
  }
  .btn-seller ul li a {
    padding: .5rem 0
  }
  .btn-cart a,
  .btn-buy a {
    padding: .8rem
  }
}
