/*
Theme Name: 092 Child
Theme URI: http://example.com/twentytwentyone-child/
Description: 092 Child Theme
Author: Your name
Author URI: http://example.com
Template: ankle_tcd092
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 092-child
*/


/* header_search */


	
.woocommerce-Price-amount.amount {
    font-size: 1em!important;
}

.tax-included-label{
	    font-size: 0.8em;
}

p:empty {
    display: none;
}

.header_search{
  display: none!important;
}

#js-header-search{
  display: none!important;
}


/* #header_top */

#header_top {
  background: #F9F8F4!important;
}

#header_top .inner {
  max-width: 1200px!important;
}

#header_top #js-menu-button{
  background-color: #F8D64A;
  margin-left: 15px;
}

#header_top .description {
  display: none!important;
}

#header_top .header_logo {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header_top .header_logo img{
  width: 100px!important;
  height: auto!important;
}

@media (max-width: 1024px) {
  #header_top .menu_list{
    margin-right: -20px!important;
  }
}
@media (max-width: 768px) {
  #header_top .header_logo img{
    width: 74px!important;
  }
}

/* #header_bottom */

#header_bottom {
padding: unset;
overflow: hidden;
}

.header_bottom > .inner{
  max-width: 1200px!important;
}

#header_bottom .header_logo{
  display: none;
}

#header_bottom .global_nav_container{
  background-color: #F8D64A;
  padding: 0;
  margin-top: unset;
  position: relative;
  height: 44px;
}
#header_bottom .global_nav_container::before,
#header_bottom .global_nav_container::after{
  content: "";
  display: block;
  background-color: #F8D64A;
  position: absolute;
  width: calc(100vw - 1000px);
  height: 44px;
}

#header_bottom .global_nav_container::before{
  right: 100%;
  top: 0;
}

#header_bottom .global_nav_container::after{
  left: 100%;
  top: 0;
}

#header_bottom .global_nav_menu{
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  table-layout: fixed;
  max-width: 1200px;
}

#header_bottom .global_nav_menu .menu-item{
  display: table-cell;
    list-style: none;
    position: relative;
    vertical-align: middle;
    margin: 0;
    text-align: center;
}
#header_bottom .global_nav_menu .menu-item:first-child{
  border-left: 1px solid #fff;
}
#header_bottom .global_nav_menu .menu-item:last-child{
  border-right: 1px solid #fff;
}
#header_bottom .global_nav_menu .menu-item:not(:first-child)::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: white;
}

#header_bottom .global_nav_menu .menu-item a{
    text-decoration: none;
    color: black;
    font-size: 16px;
    padding: 5px 0;
    position: relative;
    display: block;
    margin-top: -10px;
    overflow: inherit;
    line-height: 1.5;
}
#header_bottom .global_nav_menu .menu-item a::after{
  content: '';
  position: absolute;
  top: 90%;
  left: 50%;
  width: 10px;
  height: 10px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 0;
  height: 0;
  border-top: 5px solid #181818;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}


.related.products > h2 {
font-size: 24px !important;
}

@media (max-width: 1024px) {
    .recentry_viewed_products_inner {
        max-width: 100%!important; 
    }
}
@media (max-width: 768px) {
	.products-slider{
	margin-left: 0px; 
   margin-right: 0px; 
}}