/*
Theme Name: Understrap
Theme URI: https://understrap.com
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
GitHub Theme URI: https://github.com/understrap/understrap
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Version: 1.2.2
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: understrap
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, translation-ready, block-styles, wide-blocks, editor-style, threaded-comments, accessibility-ready

Understrap WordPress Theme, (C) 2021 Howard Development & Consulting, LLC
Understrap is distributed under the terms of the GNU GPL.

Resource Licenses:
Understrap is based on Underscores https://underscores.me/, (C) Automattic, Inc.
Font Awesome: https://fontawesome.com/v4.7/license/ (Font: SIL OFL 1.1, (S)CSS: MIT)
Bootstrap: https://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (MIT)
WP Bootstrap Navwalker by Edward McIntyre & William Patton: https://github.com/twittem/wp-bootstrap-navwalker (GNU GPLv3)
*/

/*
Do not modify the parent Understrap theme. Instead, download a copy of the Understrap Child starter theme and do all your development within the child theme.
Full developer documentation: https://docs.understrap.com
*/



/*header
------------------------------------------------------------*/
.header_logo{
    width: 30%;
}
.bg-primary{
    background-color: #fff!important;
}
.hpt_headertitle{
    color: #707070;
}
.nav-link{
    color: #707070;
}

.nav-link:hover{
    opacity: 0.9;
}

/*header_menu
------------------------------------------------------------*/
.img-fluid{
width: 60%;
}
#main-menu{}
.navbar-nav{
    margin: 0!important;
}
#menu-menu2{}
.menu{
    display: flex;
    justify-content: space-evenly;
    margin-top: 1rem;
    border-top: solid 1px;
    padding-top: 2rem;
}
#menu-item-257{}
.menu-item{
    list-style:none
}


/*page.php
----------------------------------------------------------*/
a{
    color: #707070;
    text-decoration: none;
}
a:hover{
    color: #707070;
    opacity: 0.5;
}

.section_title{
    text-align: center;
    margin-top: 2rem;
}
.section_h2{

}
.section_p{}

.category-information{
}
.stickarrow{
    width: 80px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
}
.flex{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-evenly;
}
.newarrival{
    object-fit: cover;
    width: 25%;
    padding: 0.5rem;
}
.newarrival_img{
    width: 100%;
    height: 50vh;
    overflow: hidden;
    object-fit: cover;
}
.restock{
    object-fit: cover;
    width: 25%;
    padding: 0.5rem;
}
/*read_more_btn
--------------------------------------*/
.understrap-read-more-link{
    display: none;
}
/*-----------------------------------*/
.more{
    margin-top: 2rem;
    text-align: center;
}
.more:hover{
    opacity: 0.5;
}
.btn_1{
    width: 80%;
    font-size: 1.5rem;
    border: solid 1px #707070;
    border-radius: 500px;
    padding: 0.5rem 0;
}

#RANKING{}
.ranking_item_title{
    text-align: center;
    border: solid 1px #707070;
    padding: 0.5rem;
    margin: 2rem 0 1rem 0;
}
.ranking_h3{
    color: #707070;
    font-size: 1rem;
}
.page .category-tops{
    width: 20%;
    padding: 0.5rem;
}
.ranking_flex{
    display: flex;
    width: 100%;
}
.tops_img{
    width: 100%;
}

.page .category-pants{
    width: 20%;
    padding: 0.5rem;
}

.page .category-skirt{
    width: 20%;
    padding: 0.5rem;
}

.page .category-onepiece{
    width: 20%;
    padding: 0.5rem;
}

.page .category-coordinate{
    object-fit: cover;
    width: 25%;
    padding: 0.5rem;
}

/*category
------------------------------------------------------*/
.category .category-newarrival .category-restock{
    width: 25%;
    padding: 1rem;
}
.category .category-restock{
    width: 25%;
    padding: 1rem;
}
.category .category-coordinate{
    width: 25%;
    padding: 1rem;
}
.category .category-tops{
    width: 25%;
    padding: 1rem;
}
.category .category-pants{
    width: 25%;
    padding: 1rem;
}
.category .category-skirt{
    width: 25%;
    padding: 1rem;
}
.category .category-onepiece{
    width: 25%;
    padding: 1rem;
}
.category .entry-title{
    display: none;
}


/*archive
------------------------------------------------------*/
.archive_flex{}


/*single-normal
------------------------------------------------------*/


/*information
------------------------------------------------------*/
.info_header{
    border-bottom: solid 1px;
}
.info_h1{}



/*single_item
------------------------------------------------------*/
.single_flex{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
}
.single_flex_box{
    padding: 2rem;
}
.single_img{
    width: 50%;
}
.single_header{}
.single_h1{
    font-size: 1.5rem;
    font-weight: bold;
}
.single_price{
    font-size: 1.75rem;
    color: red;
}
.single_select{
    padding-top: 2rem;
}
.select_form{}
.select_form_in{}
.select_form_box{
    display: block;
    border: solid 1px;
    width: 50%;
    padding: 0.5rem;
    margin-top: 1rem;
}
.color_select{}
.item_color_select{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px;
    padding-top: 1rem;
    align-items: center;
}
.item_color{
    padding-left: 1rem;
}
.cart_btn_in{
    background: #ccc;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    margin-bottom: 0.5rem;
    color: #fff;
}
.appeal_text_box{
    padding-top: 2rem;
}
.appeal_text{
    padding-bottom: 1rem;
}
.item_title{padding-bottom: 0.5rem;}
.item_quantity{}
.size{
    max-width: 900px;
    margin: 2rem auto;
}
.h2_size{
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px;
    padding-top: 2rem;
}
.size_table{}
.size_tr{
    font-size: 1.75rem;
}
.size_th{font-size: 0.75rem;font-weight: normal;text-align: center;}
.size_td{
    text-align: center;
    border: solid 1px;
    vertical-align: middle;
}
.color_fff{
  color: #fff;
}
.item_detail{
    max-width: 900px;
    margin: 2rem auto;
}
.detail_flex{
    display: flex;
    justify-content: space-around;
}
.detail_flex_box{}
.detail_text_box{}
.detail_title{}
.detail_text{}
.detail_text_box{}
.clothes_detail{
    display: block;
    line-height: 1.5rem;
}
.size_img{
    width: 50%;
}
.washing_notation{
    max-width: 900px;
    margin: 0 auto;
}
.washing_text{}
.washing_icon{
}
.washing_img{
    width: 12.5%;
}
.caution{
    max-width: 900px;
    margin: 3rem auto;
}
.caution_title{}
.caution_text{
    padding: 0.5rem;
}

/*footer
------------------------------------------------------*/
.footer{}
.footer_backgraund{
    background-color: #cccc;
    padding: 3rem;
}
.footer_in{
    
}
.footer_box{
    display: flex;
}
.footer_flex{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_flex:nth-child(2) {
    margin-left: 3rem;
  }
.footer_sns{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer_logo{
    width: 30%;
}
.footer_sns_img{
    width: 20%;
}
.footer_text{}
.footer_p{}
.footer_btn{
    width: 100%;
}
.footer_btn_in{
    border: solid 1px;
    background: #fff;
    text-align: center;
    padding: 1rem;
    margin-top: 3rem;
}
.footer_btn_in button{}
.footer_guide{
    border-top: solid 1px;
    display: flex;
    justify-content: space-between;
}
.footer_a{
    padding-top: 1rem;
}
.footer_span{}