/**
Theme Name: KSara Theme
Author: KSara.in
Author URI: https://www.ksara.in
Description: KSara Theme theme is a child theme of Astra Theme.
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: ksara-theme
Template: astra
*/

/* Custom CSS Start from here */
.fas {
	font-size: 20px;	
}
.dropbtn {
  padding: 6px;
  font-size: 20px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  border-radius: 0;
  min-width: 130px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left: -110px;
}
.dropdown-content a {
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
    color: #000;
}
.dropdown:hover .dropdown-content {display: block;}
#ast-desktop-header .site-header-section>div:last-child {
    padding-right: 63px;
}
.woocommerce table.shop_attributes {
    margin-top: 1em;
    border: 1px solid rgba(0,0,0,.1);
}
.woocommerce-product-details__short-description {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none!important;
}
td.woocommerce-product-attributes-item__value {
    padding: 0.5em 0.5em 0.5em 0.9em!important;
    font-style: normal;
    border-style: solid;
}
h1.product_title.entry-title.title-pro {
    margin: 7px 0 0.1em;
}
.woo_sc_frontend_btn::before{ content:"SELECT YOUR SIZE";
font-weight:700; 
font-family: inherit;
margin-right:8px;
}
.woo_sc_price_btn_popup{ 
    height:26px !important; 
    border-radius:15px !important;
    font-size:14px !important;
}
.single_add_to_cart_button{
	width:48% !important;
	background-color:transparent!important;
	border:1px solid #010101 !important;
	text-transform:uppercase !important;
    margin-left:0 !important;
	font-size:16px !important;
	font-weight:700 !important;
	text-align:center !important;
	height:48px !important;
	color:#000 !important;	
}
.hok-buy-now{
	background-color:#000 !important;
	color:#fff !important;
	float:right !important;
}
.pwb-single-product-brands{
	padding-top:inherit;
  display: inline-block;
	gap:unset;
}
.mto-text {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.ship-by-text {
  margin: -6px 6px;
  color: gray;
}
.made-to-order {
  margin-bottom: 16px;
}
.speak-to-stylish {
	padding:1em 0;
	margin-top:22px;
	background-color:#e2d7d7;
	text-align:center;
}
.speak-to-stylish a {	
	padding-left:10px;
	padding: 1em 0;
	margin-top: 22px;
	background-color:#e2d7d7;
}
.sts-text {
  margin: 0 8px;
  font-size: 18px;
  font-weight: 700;;
}
.hok_cs_modal {
	display:none;
	max-width:70%;
	width: 100%;
	background-color:#f7f4eb;
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px -2px;
	animation-name: animatetop;
	animation-duration: 0.4s;
	overflow: auto;
	border-radius: 7px;
	z-index:99999;
}
.hok_cs_modal_row {
	display: grid;
	grid-template-columns: 60% 40%;
	min-height: 60vh;
	position: relative;
	padding-bottom: 12px;
}
.hok_cs_modal_col2 {
	padding: 28px;
}
.hok_cs_modal_col2 .hok_cs_modal_heading {
	margin-top: 0;
	font-size: 28px;
	line-height: 1.2em;
	text-align: center;
}
.hok_cs_modal_form_wrapper {
	width: 98%;
	display: grid;
	grid-template-columns: 49% 49%;
	column-gap: 2%;
	row-gap: 8px;
	overflow-y:scroll;
	max-height:350px
}
.hok_cs_modal_col2 form input {
	padding: 5px 10px;
	border: none;
	border-radius: 0px;
	background-color: #cccccc;
	font-size: 18px;
	line-height: 1.2em;
	max-width:100% !important;
}
.hok_cs_modal_col2 form label {
	font-size: 16px;
}
.hok_cs_modal_col1 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.closePopup {
	background-color: #fff;
	padding: 2px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.hok_cs_modal_buy_now{
	transform: translate(50%, 50%);
}
.hok_cs_modal_buy_now:hover{
	background-color:#000 !important;
	color:#fff !important;
}
.hok_cs_input::-webkit-outer-spin-button,
.hok_cs_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.hok_cs_input {
    -moz-appearance: textfield;
}
@media only screen and (max-width: 600px){
    section.related ul.products.columns-6 li.product {
        width: 100% !important;
    }
    .hok_cs_modal_row {
		grid-template-columns: 100%;
	}
	.hok_cs_modal_col1 {
		min-height: 150px;
		max-height: 200px;
	}
}