/**
Theme Name: Adi fashion bd
Theme URI: https://adifashionbd.com
Author: Jobayer
Author URI: https://jobayerhossan.com
Description: Adifashionbd is custom based website
Version: 1.0
Requires at least: 5.3
Tested up to: 5.7.2
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adi
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns
 **/

body{
	font-family: "Poppins", sans-serif;
  	font-weight: 400;
  	font-style: normal;
  	margin: 0px;
  	padding: 0px;
}
*{
	box-sizing: border-box;
}
a{
	text-decoration: none;
    color: #8cc63f;
    transition: 300ms;
}
img{
	max-width: 100%;
	height: auto;
	width: auto;
}
.container{
	max-width: 1296px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 20px;
}
.btn, .button{
	padding-top: .5rem;
  	padding-bottom: .5rem;
  	font-size: .875rem;
  	line-height: 1.25rem;
  	padding-right: 1rem;
  	padding-left: 1rem;
  	  background: #000;
  	color: #fff;
  	  display: inline-flex;
          border: 1px solid #000;
          cursor: pointer;
}
.btn-full{
  width: 100%;
  text-align: center;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea{
	border: 1px solid rgb(156 163 175);
	padding: .5rem 1rem;
	color: #000;
	height: 42px;
  width: 100%;
    font-size: .875rem;
  line-height: 1.25rem;
    border-radius: .375rem;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus{
	outline: none;
}
textarea{
  height: 130px;
}
label {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.required{
  color: rgb(220 38 38);
}
h1{
    font-size: 2.25rem;
}

/*** Header ***/ 
.header_menu_bar {
  border-top: 1px solid rgb(209 213 219);
  border-bottom: 1px solid rgb(209 213 219);
}
.header_top .container {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  max-width: 150px;
}
.header_top {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.main_menu ul li a {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-right: 1px solid rgb(209 213 219);
  font-size: .875rem;
  line-height: 1.25rem;
  color: #000;
  display: block;
}
.main_menu ul li{
  position: relative;
}
.main_menu ul {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
  justify-content: center;
  flex-wrap: wrap;
}

.main_menu ul ul.sub-menu {
  position: absolute;
  flex-direction: column;
  z-index: 11;
  width: 200px;
  background-color: rgb(249 250 251);
  padding-top: .5rem;
  padding-bottom: .5rem;
  top: 100%;
  left: 0px;
  display: none;
}
.main_menu ul li:hover > ul.sub-menu{
  display: block;
}
.main_menu ul .sub-menu li a {
  border-right: none;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid rgb(229 231 235);
}
.header_menu_bar {
  padding: .5rem;
}
.header_action {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 135px;
  position: relative;
}

.head_acc {
  cursor: pointer;
  display: flex;
  gap: 10px;
    align-items: center;
}
.acc_drop {
  top: 100%;
  right: 1rem;
  position: absolute;
  z-index: 11;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: .375rem;
  background: #fff;
  width: 15rem;
  margin-top: 1rem;
  z-index: 11;
  box-shadow: 0 0 0 0 transparent, /* default offset shadow if not set */
  0 0 0 0 transparent, /* default ring shadow if not set */
  0 10px 15px -3px rgba(0,0,0,0.1),
  0 4px 6px -4px rgba(0,0,0,0.1);
  display: none;
}

.login_link {
  margin-bottom: .75rem;
  width: 100%;
  border-radius: 0px;
  text-align: center;
  justify-content: center;
  background-color: rgb(34 197 94);
    border-color: rgb(34 197 94);
}
.aff_link {
  margin-bottom: 1.5rem;
  border-radius: 0px;
    width: 100%;
  text-align: center;
  justify-content: center;
}
.track_order .btn {
  margin-top: .5rem;
  border: none;
  width: 100%;
  justify-content: center;
  border-radius: .25rem;
  padding: .5rem;
}
.track_order input {
  width: 100%;
  display: block;
  border-radius: .25rem;
  border: 1px solid rgb(156 163 175);
  padding: .5rem;
}
.header_search input {
  width: 700px;
  height: 42px;
  border-radius: .5rem 0 0 .5rem;
}
.header_search button {
  background: #000;
  width: 48px;
  height: 42px;
  border: none;
  border-radius: 0px .5rem .5rem 0px;
  cursor: pointer;
}
.header_search button svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
.header_search {
  display: flex;
}

.head_cart {
  position: relative;
}
.cart_count {
  border-radius: 9999px;
  position: absolute;
  top: -13px;
  right: -8px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  font-size: .75rem;
  line-height: 1rem;
}
.menu_toggle, .header_menu_title{
  display: none;

}
/* Parent must be relative so the dropdown can use absolute coords */
.header_search {
  position: relative;
}

/* Results container */
.oh-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;                 /* same width as .header_search */
  background: #ffffff;
  padding: .5rem;           /* 0.5rem space on all sides within container */
  max-height: 300px;        /* fixed height */
  overflow: auto;           /* scroll */
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem;
  box-shadow: 0 10px 20px rgba(0,0,0,.07), 0 2px 6px rgba(0,0,0,.06);
  z-index: 50;
}

/* List layout with 0.5rem gaps between items */
.oh-search-list {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Each item */
.oh-search-item {
  display: flex;
  align-items: center;
  background: rgb(243, 244, 246); /* as requested */
  border-radius: .25rem;
  padding: .5rem;
  text-decoration: none;
  color: inherit;
}

.oh-search-item:hover {
  filter: brightness(0.98);
}

/* Left thumb, then 2.5rem space to text block */
.oh-search-thumb {
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: .25rem;
  margin-right: 2.5rem; /* requested spacing */
  display: grid;
  place-items: center;
  background: #fff;
}

.oh-search-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Right text */
.oh-search-text {
  min-width: 0;
    display: flex;
  flex-direction: column;
}

.oh-search-title {
  font-size: .925rem;
  line-height: 1.2;
  margin: 0 0 .25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}

.oh-search-price {
  font-size: .875rem;
  font-weight: 700;
}
.header_overlay_mb{
  display: none;
}
.head_mobile_search, .search_close{
  display: none;
}


/*** Homepage ***/ 
.hero_bar img {
  width: 100%;
  display: block;
}

.top_categories {
  padding: 1.5rem 0px;
}
.top_categories h2 {
  font-size: 22px;
  font-weight: 500;
  margin-left: 1rem;
  margin-right: 1rem;
  margin: 0px 1rem;
  text-transform: uppercase;
}

.cat_border {
  background-color: rgb(209 213 219);
  height: 1px;
  flex-grow: 1;
}
.cat_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.cat_list {
  gap: .75rem;
  grid-template-columns: repeat(8,minmax(0,1fr));
  display: grid;
}
.cat_item img {
  display: block;
  border-radius: .375rem;
}

.pr_bt_head h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 0px;
  text-transform: uppercase;
}
.pr_bt_head {
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.seperator_pr {
  background: rgb(209 213 219);
  flex-grow: 1;
  height: 1px;
}

.pr_bt_head h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 0px;
  text-transform: uppercase;
}
.pr_bt_head {
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.seperator_pr {
  background: rgb(209 213 219);
  flex-grow: 1;
  height: 1px;
}
ul.products {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 1.5rem;
  margin: 0px;
  padding: 0px;
}
.products .product {
  border: 1px solid #000;
  border-radius: .25rem;
  overflow: hidden;
}

.add_to_cart_button, .product .button.product_type_variable{
  display: flex;
  border-radius: 0px;
  text-align: center;
  justify-content: center;
}
.products .product {
  position: relative;
}
.products .product .onsale {
  position: absolute;
  left: 10px;
  top: 10px;
  background: #000;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  border-radius: 20px;
  line-height: 1;
  z-index: 11;
}
.products .product .woocommerce-loop-product__title {
  font-size: 16px;
  text-align: center;
  margin: 0px;
  font-weight: 500;
  color: rgb(51,51,51);
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: .5rem .5rem 0 .5rem;
}
.products .product .price {
  text-align: center;
  display: block;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #000;
  padding: 0rem .5rem .5rem .5rem;
}
.products .product img {
  width: ;
  display: block;
  aspect-ratio: 1;
  object-fit: contain;
}
.pr_bt_cats {
  padding-bottom: 3rem;
}

.woo-thumbnail-wrap {
  overflow: hidden;
}

.woo-thumbnail-wrap img {
  transition-property: transform;
  transition-timing-function: ease;
  transition-duration: .25s;
}
.woo-thumbnail-wrap img:hover {
  transform: scale(1.3);
}
.page_content {
  padding: 40px 0px;
}


/*** Footer Design ***/ 

.footer {
  padding: 3.5rem 0px 0px 0px;
  background: #000;
  color: #fff;
}
.footer_widgets {
  grid-template-columns: repeat(3,minmax(0,1fr));
  display: grid;
  gap: 2rem;
  padding-bottom: 3rem;
}
.footer_widget h3 {
  font-size: 18px;
  color: #fff;
  margin: 0px 0px 15px 0px;
}
.footer_widget p {
  font-size: 14px;
}
.footer_widget ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.footer_widget ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 600;
}
.footer_copyright {
  border-top: 2px solid rgb(55 65 81);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer_copyright p {
  text-align: center;
  margin: 0px;
  font-size: 14px;
}
.footer_widget ul.footer_social {
  flex-direction: revert;
  gap: 20px;
}
.footer_widget ul.footer_social li a {
  font-size: 16px;
}

/*** Breadcrumb ***/ 

.bread_wrap {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  flex-wrap: wrap;
}
.woocommerce-breadcrumb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: rgb(229 231 235);
    margin-bottom: 2rem;
}
.bread_wrap a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
}


.site-main {
  margin-bottom: 4rem;
}

.login_form, .signup_form{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.user_wrap {
  grid-template-columns: repeat(2,minmax(0,1fr));
  display: grid;
}
.login_wrap, .signup_form_right{
  border: 1px solid rgb(229 231 235);
  padding: 2rem;
}
.login_wrap h1, .signup_form_right h1{
  font-size: 1.5rem;
  line-height: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0px;
}
.login_form {
  padding: 2rem;
  border: 1px solid rgb(229 231 235);
}
.user_container {
  margin-bottom: 2rem;
}
#oh-login-submit, #oh-signup-submit{
  justify-content: center;
  text-transform: uppercase;
    font-size: 16px;
  font-weight: 700;
}
.singup_btn_wrap, .signup_btn_left{
  background: rgba(0,0,0,.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
.singup_btn_wrap a, .signup_btn_left a{
  font-weight: 700;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 5rem;
  padding-right: 5rem;
  background-color: rgb(29 78 216);
  color: #fff;
}
.f_password {
  margin-top: .75rem;
  font-weight: 600;
  cursor: pointer;
}
.oh-login-msg {
  display: none;
}
/* Modal shell */
.oh-modal { position: fixed; inset: 0; display: none; z-index: 9999; }
.oh-modal.is-open { display: block; }
.oh-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.5); }
.oh-modal__dialog { position: relative; z-index: 1; width: 100%; max-width: 480px; margin: 8vh auto; background:#fff; border-radius: 10px; box-shadow: 0 10px 40px rgba(0,0,0,.2); overflow: hidden; }
.oh-modal__header { padding: 18px 20px; border-bottom: 1px solid #eee; font-weight: 600; }
.oh-modal__body { padding: 18px 20px; display: grid; gap: 12px; }
.oh-modal__footer { padding: 14px 20px; border-top: 1px solid #eee; text-align: right; }
.oh-modal__close { position:absolute; top:10px; right:10px; width:36px; height:36px; border:0; background:transparent; font-size:26px; line-height:1; cursor:pointer; }

.oh-label { font-size: 14px; font-weight: 600; margin-bottom: 6px; display:block; }
.oh-required { color:#e11d48; }
.oh-input { width:100%; height:44px; border:1px solid #cfcfcf; border-radius:6px; padding:0 10px; outline:0; }
.oh-input:focus { border-color:#111; }
.oh-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; height:44px; padding:0 14px; border-radius:8px; border:1px solid transparent; cursor:pointer; }
.oh-btn--primary { background:#111; color:#fff; }
.oh-btn--ghost { background:transparent; border-color:#ddd; }
.w-100 { width:100%; }
.is-hidden{ display:none; }
.oh-msg { margin-top:8px; font-size:13px; }
.oh-msg.error { color:#b91c1c; }
.oh-msg.success { color:#15803d; }

.oh-modal__header h2 {
  margin: 0px;
    font-size: 1.125em;
      font-weight: 600;
}
#oh_fp_code {
  margin-bottom: 20px;
}
#oh-verify-reset {
  margin-top: 20px;
}
#oh-send-otp {
  margin-top: 20px;
}

.page-template-default .page_content {
  padding-top: 0px;
}
.page-template-default .page_content h1 {
  text-align: center;
}
.page-template-default .page_content p{
  margin: 0px;
}


.side_profile, .mb_bottom_bar{
  display: none;
}
.woocommerce-no-products-found {
  max-width: 1296px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 20px;
}