@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

******************************/

/************
2. 1440px
************/

@media only screen and (max-width: 1540px) {
  .main_banner{
    height: 600px;
  }
  
}

/************
3. 1380px
************/


/************
3. 1280px
************/


/************
4. 1199px
************/

@media only screen and (min-width:1200px) {
  .banner_pc {
    display: block
  }
  .banner_mobile {
    display: none
  }
}
@media only screen and (max-width: 1199px) {
  .banner_pc {
    display: none
  }
  .banner_mobile {
    display: block
  }
  .main_slider_content {
    width: 80%;
  }
  .product {
    border-right: none
  }
  .timer li {
    width: 90px;
    height: 90px;
  }
  .timer_num {
    font-size: 36px;
    font-weight: 500;
  }
  .timer_unit {
    margin-top: 5px;
  }
  .blog_title {
    font-size: 20px;
  }
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px) {
  .main_banner .ic-right-arrow,
  .main_banner .ic-left-arrow {
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
  }
  .main_banner .ic-right-arrow {
    right: 2%;
  }
  .main_banner .ic-left-arrow {
    left: 2%;
  }
  .grid_sorting_button {
    font-size: 13px
  }
}

/************
6. 991px
************/

@media only screen and (min-width: 992px) {
  .hidden-xs {
    display: block
  }
  .visible-xs {
    display: none
  }
  .btn-top-scroll {
    right: 4%
  }
  .footer__about .footer__logo a img{
    max-width: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .gnb-1 {
    height: 50px;
    background: #ffd400 !important;
  }
  .main_banner {
    margin-top: 100px;
    border-bottom: .5rem solid #f1f1f1;
  }
  .logo_container {
    left: 1rem;
  }
  .logo_container a {
    font-size: 24px
  }
  .banner-sm {
    display: none
  }
  .hidden-xs {
    display: none
  }
  .visible-xs {
    display: block
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  .shop_now_button {
    margin-top: 26px;
  }
  .grid-item {
    width: 25%;
  }
  .top_nav {
    display: none;
  } 
	.all-categories-btn{
		display: none !important
	}
  .hamburger_container,
  .search_container {
    display: block;
    position: absolute;
    right: 0;
    top: .6rem;
  }
  .search_container {
    right: 3rem;
  }
  .new_arrivals.product-st2{
    margin-bottom:0;    
  }
  .banner_category {
    min-width: 160px;
    height: 40px;
  }
  .banner_category a {
    font-size: 16px;
    line-height: 40px;
  }
  .product-item {
    width: 25%;
  }
  .deal_ofthe_week_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .deal_ofthe_week_content {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
  .deal_ofthe_week_img {
    text-align: center;
  }
  .timer li {
    width: 70px;
    height: 70px;
  }
  .timer_num {
    font-size: 28px;
  }
  .timer_unit {
    margin-top: 1px;
    font-size: 14px;
  }
  .benefit_col {
    margin-bottom: 30px;
  }
  .benefit_col:last-child {
    margin-bottom: 0px;
  }
  .blog_item_col {
    margin-bottom: 30px;
  }
  .blog_item_col:last-child {
    margin-bottom: 0px;
  }
  .blog_item {
    height: 440px;
  }
  .blog_title {
    font-size: 24px;
  }
  .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;
  }
  .product-tlt {
    width: 100% !important;
    margin-bottom: 20px;
    text-align: center;
    height: 195px !important;
  }
  .product-tlt .product {
    height: 195px !important;
  }
  .product-tlt .link-all {
    position: initial
  }
	.navbar_menu{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex !important;
    justify-content: center;
    gap:3px;
	}
  .navbar_menu > li {
    margin-right: 0;
  }
	.navbar_menu li:not(:first-child){
		-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
	}
	.navbar_menu li:not(:first-child)>a{
		padding: 5px 0;
		font-size: 14px;
    background:transparent;
    color:#191919;
	}
  .navbar_menu li:not(:first-child)>a:hover{
    color:#191919;
  }
  .navbar_menu > li + li a i {
    margin-right:4px;
  }

  
  .main-line-banner{
    margin-top: 70px;
  }
  
  .footer__about .footer__logo a img{
    max-width: 130px;
  }
}


.only-pc.disable-on-mobile {
    pointer-events: none;
    opacity: 0.5;
}
.only-pc.disable-on-mobile.upload{
  display: none;
}

@media only screen and (max-width: 768px) {
  .btn-inspection {
    margin-top: .4rem;
  }
  .btn-sm-block {
    width: 100%;
  } 
  .main-slider{  
    margin-top:50px;
  }
  /*********************************
  scrollbar
*********************************/
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
  }
  ::-webkit-scrollbar-thumb,
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb,
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
  }
  h6 {
    font-size: 12px;
  }
  .shop_now_button {
    margin-top: 23px;
  }
  .red_button a {
    font-size: 13px;
  }  
  .new_arrivals.mt-5{
    margin-top:5rem !important;
  }

  .product-item {
    width: 33.33%;
  }
  .product {
    padding: 5px 5px 10px;
  }
  .product_slider_item .product{
    padding:10px;
  }
  .grid_sorting_button {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
    width: 25.3%;
  }
  .product_slider_container {
    height: auto;
  }
  .best_sellers .product_slider_container {
    -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .benefit_col {
    margin-bottom: 15px;
  }
  .blog_item {
    height: 372px;
  }
  .newsletter_form {
    margin-bottom: 40px;
  }
  .newsletter_submit_btn {
    margin-top: 15px;
  }
  .align-order{
    padding: 0 5px !important;
  }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
  p {
    font-size: 13px;
  }
  .hamburger_menu {
    right: -100%;
    width: 100%;
  }
  .main-tit{
    font-size:1.6rem;
  }
  .title-wrap .nav-m {
    top:5px;
  }
  .single_product_image {
    height: calc((100vw - 30px) / 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;
  }
  .footer__about,
  .footer__widget{
    margin-bottom: 30px;
  }
  .footer__widget h6 {
    margin-bottom:7px;
  }
  .main-line-banner{
    flex: 0 0 100%; 
    max-width: 100%; 
  }
  .main-do-banner{
    flex: 0 0 100%; 
    max-width: 100%; 
    gap: 10px;
  }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px) {
  .main_banner {
    margin-top: 100px;
  }
  .logo_container a {
    font-size: 20px
  }
}

/************
13. 479px
************/

@media only screen and (max-width: 479px) {
  .new_arrivals.mt-5 {
    margin-top: 2rem !important;
  }
  .new_arrivals_sorting{
    margin-top:10px;
  }
  .hamburger_container {
    margin-left: 25px;
  }
  .hamburger_container,
  .search_container {
    top: 0;
  }
  .hamburger_container i,
  .search_container i {
    font-size: 20px;
    padding: 15px
  }
  .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 {
    height: 50px;
  }
  .navbar_user li a {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .checkout_items {
    width: 18px;
    height: 18px;
    font-size: 10px;
	  top: 4px;
  }
  .shop_now_button {
    margin-top: 15px;
    width: 100px;
    height: 35px;
  }
  .red_button a {
    font-size: 13px;
  }
  .gift_input_wrap a.btn-xs {
    padding: 0.3rem;
    letter-spacing: -0.03rem;
  }
  .grid_sorting_button {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 28.6%;
    height: 32px;
  }  
  .product-item {
    width: 50%;
    padding: 0.05% 0.05%;
  }
  .product-st2 .product-item.mb-4{
    margin-bottom:0 !important;
  }
  .best_sellers .product_slider_container{
    margin:0 0 20px;
  }
  .owl-item.product_slider_item.mb-3{
    margin-bottom: 0 !important;
  }
  .add_to_cart_button {
    margin-top: 20px;
  }
  .deal_ofthe_week_img {
    height: 400px;
  }
  .timer {
    margin-top: 42px;
  }
  .timer li {
    width: 50px;
    height: 50px;
  }
  .section_title::after {
    top: calc(100% + 8px);
    height: 2px;
  }
  .timer_num {
    margin-top: 4px;
    font-size: 16px;
  }
  .timer_unit {
    margin-top: -9px;
    font-size: 10px;
  }
  .deal_ofthe_week_button {
    margin-top: 36px;
  }
  .product_slider_item .product-item {
    width: 100%;
  }
  .product_slider_item .product-item:hover::after {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .product_slider_item .product-item .product {
    height: auto;
  }
  .product_slider_item .product-item .product_info {
    padding-bottom: 0px;
  }
  .product-item:hover::after {
    -webkit-box-shadow: 0 15px 19px rgba(63, 78, 100, 0.15);
    box-shadow: 0 15px 19px rgba(63, 78, 100, 0.15);
    border: solid 1px rgba(235, 235, 235, 1);
  }
  .blog_title {
    font-size: 16px;
  }
  .blog_meta {
    font-size: 10px;
  }
  .blog_more {
    font-size: 12px;
    margin-top: 5px;
  }
  .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;
    padding-left: 0px;
  }
  #newsletter_email:-moz-placeholder
  /* older Firefox*/
  {
    font-size: 12px !important;
    padding-left: 0px;
  }
  #newsletter_email::-moz-placeholder
  /* Firefox 19+ */
  {
    font-size: 12px !important;
    padding-left: 0px;
  }
  #newsletter_email:-ms-input-placeholder {
    font-size: 12px !important;
    padding-left: 0px;
  }
  #newsletter_email::input-placeholder {
    font-size: 12px !important;
    padding-left: 0px;
  }
  .footer_nav_container {
    margin-top: 35px;
  }
  .cr {
    margin-bottom: 20px;
  }
  .footer_nav {
    margin-bottom: 20px;
  }
  .footer_social {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .fs-xs-1 {
    font-size: 1.333rem !important
  }  
}