/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}
.tab-sec .tab{
     border: none;
    background: transparent;
}
.tab-sec div.tabcontent{
    border:1px solid #000 !important;
}
/* Create an active/current tablink class */
.tab button.active {
    background: #fff !important;
    color: #000 !important;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
/************************* My Account *******************************/
.woocommerce .tab-sec{
    max-width: 700px !important;
    margin: auto;
}
 .woocommerce .login, .woocommerce .lost_reset_password,.woocommerce  .register{
    max-width: 600px;
    margin: auto;
    border: 1px solid #000;
    padding: 20px;
    border:none !important;
}  
.woocommerce .lost_reset_password{
    border: 1px solid #000 !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a{
    color: #000;
}
.woocommerce-address-fields .woocommerce-input-wrapper{
    width: 100%;
}
.post-30 .woocommerce input:not([type=checkbox]),.post-30 .woocommerce select,
.post-30 .woocommerce label.woocommerce-form-login__rememberme,
.post-30 .woocommerce  span.password-input,.post-30 .woocommerce .woocommerce-form-row{ 
    width:100%;
}  
.post-30 .woocommerce  input:not([type=checkbox]) {
    font-size: 14px;
    border-radius: 0;
    padding: 18px 17px;
    margin-bottom: 25px;
    border-color: #000;
    color: #A77D5B;
}
.post-30 .woocommerce p,.post-30 .woocommerce span, .post-30 .woocommerce div , .post-30 .woocommerce h3{
    color:#000 !important;
}
.post-30 .woocommerce h2{
    text-align: center;
}
.post-30 .woocommerce  form{
    margin: auto;
}
.post-30 .woocommerce h2{
    text-align: center;
}
/*.post-30 .woocommerce  a{
    color: #A77D5B;
}*/
.post-30 .woocommerce  button, .post-30 .woocommerce input[type="submit"],.woocommerce a.button{
    background: #000;
    color: #fff;
    border-color: #000;
    border-radius: 0;
    font-family: "Jost";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #000;
    display: inline-block;
}
.post-30 .woocommerce  button:hover, .post-30 .woocommerce input[type="submit"]:hover,.woocommerce a.button:hover{
    background: #fff !important;
    color:#000 !important;
}
.woocommerce-info,.woocommerce-info::before{
    border-top-color:#000;
    color:#000;
}
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px;
    background-color: #f4f4f4;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #000000;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
}
.woocommerce .woocommerce-MyAccount-navigation {
    background: #F4F4F4;
    padding: 0px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    background-color: #A77D5B;
}
.woocommerce-MyAccount-content a,p.lost_password a {
    color: #a77d5b;
}
/**************** Default Contact Form******************/
form.wpcf7-form input,form.wpcf7-form textarea,form.wpcf7-form select{
    font-size: 14px;
    border-radius: 0;
    padding: 18px 17px;
    border:1px solid #000;
    color: #A77D5B;
    height: inherit !important;
    width: 100%;
}
form.wpcf7-form label{
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-top: 25px;
}
form.wpcf7-form label span{ 
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.wpcf7-radio .wpcf7-list-item-label{
    color:#000 !important;
}
.wpcf7-radio .wpcf7-list-item {
    display: inline-flex;
    gap:5px;
}
/**************** Loader CSS ******************/
.shop_table.overlay{
    position: relative;
    opacity: 0.5;
}
.shop_table.overlay::after{
    position: absolute;
    content: '';
    top: 50%;
    background-color: #00000030;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-width: 2px;
    border-color: #4a393969;
    border-top-color: #000;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}
nav.woocommerce-breadcrumb nav{
    padding:12px 0px;
}
.social-links a[href*="wa"]:hover {
    color: #ffffff;
    background: #25D366;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
display:none;
}
.comment-text .star-rating,.woocommerce p.stars a::before {
	color:#FDCC0D;
}
.form_wreap .wpcf7-response-output,.sell_content .wpcf7-response-output{
    color:#000 !important;
}
.shop-detail-sec .images img {
    max-height: 530px;
    object-fit: contain;
    background-color: #EEEEEE;
    padding: 30px;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist .comment_container{
    border: 1px solid #000;
    padding: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    border:none ;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {  
    height: 100px;
    width: auto;
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
}
.woocommerce #reviews .comment-form-comment,
.woocommerce #reviews .comment-form-author,
.woocommerce #reviews .comment-form-email{
   width:50%;
}
.woocommerce #reviews input[type="text"], .woocommerce #reviews textarea,
.woocommerce #reviews input[type="email"]{
    width:100%;
}
.search_bar_box{
    position: absolute;
    top:55px;
    right:0;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
    padding: 2px !important;
}
.asl_res_url{
    color:#000 !important;
}
.terms_content h5 {
    color: #000;
    font-family: Playfair Display;
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    text-transform: inherit;
    margin-top:50px;
}
.terms_content h5:first-child {
  margin-top: 0px;    
}
.terms_content  p {
    color: #383F40;
}
.quick-link-menu li a,.legal-link-menu li a{
    padding: 0px;
}
.product_meta .posted_in a{
    color: #A77D5B;
}
.description-tabs .nav-pills .nav-link{
    border: 1px solid #000;
    background: #fff;
    color: #000 !important;
    padding: 7px 30px !important;
    display: inline-block !important;
    border-radius: unset;
}
.filter_shop_p {
    border-left: 1px solid #000;
    height: 100%;
    min-height: 77px;
    display: flex;
    align-items: center;
}
.woocommerce .woocommerce-ordering select {
    background: transparent;
	border:none;
    outline:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border:none !important;
    padding:unset !important;
    margin:0 5px !important;  
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0px !important;
    position:unset !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{  
    font-weight: 400 !important; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    background: #000 !important;
    color:#fff !important;
}
#review_form input[type="submit"]{
    background: #000 !important; 
    color: #fff !important;
    border-color: #000 !important;
    border-radius: 0 !important;
    font-family: "Jost";
    font-weight: 400 !important;
} 
section.error-found {
    text-align: center;
}
section.error-found p,section.search-page p,
section.error-found h2,section.error-found h1,
section.search-page h1,section.search-page h2{
   color:#000 !important;
}
div.search-result-box {
    height: 100%;
}
section.search-page .row .col-md-4.col-sm-12 {
    margin-bottom: 30px;
}
form.checkout{
    width:100%;
}
form.checkout .form-row  span{
    width: 100%;
}
.quantity>a, .quantity>input[type="text"] {
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    color: #000;
    align-items: center;
    justify-content: center;
    text-align:center;
}
.woocommerce table.shop_table td.product-name{
    font-size: 22px;
    font-family: Playfair Display;
}
.woocommerce table.shop_table thead th{
    font-size: 14px;
    font-family: Jost;
    color: #383F40;
    font-weight: 400;
    text-transform: uppercase;
}
.woocommerce table.shop_table thead th.product-total,
.woocommerce table.shop_table thead th.product-total{
    text-align: right;
}
.woocommerce table.shop_table {
    border:none;
}
.woocommerce table.shop_table .chkout_number_wreap.quantity{
    justify-content: right;
}
.form-row.place-order{
    padding:1em 0em !important;
}
span.onsale{
    position: absolute !important;
    top: 80px !important;
    left: 100px !important; 
}
.woocommerce form .form-row label{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.woocommerce form .form-row label span{
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.woocommerce div.product .woocommerce-product-rating{
	display:none;
}

.admin-bar .site-header {
    top: 21px;
}
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: calc(20% - 24px);
    float: inherit;
    margin: inherit;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}
.cross-bar i.fa-times{
    color: #fff !important;
}
.site-header.static-header .cross-bar i.fa-times, #header_form .cross-bar i.fa-times{
    color: #000 !important;
}
.shop-box .product-btn {
    text-align: center;
    padding-bottom: 20px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000;
    font-family: "Jost";
    font-size: 19px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    text-align: center;
}
.woocommerce ul.products li.product .shop-box a img {
    width: 258px;
    height: 258px;
    object-fit: cover;
}
.woocommerce ul.products li.product .price {
    text-align: center;
    display: block;
    color: #666;
    font-family: "Raleway";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
/* .woocommerce .woocommerce-ordering{
	 display: none;
} */
.shop_mgm_header, .woocommerce .woocommerce-result-count{
    display: none;
}
.header_row {
	display:flex;
    justify-content:space-between;
    align-items:center;
}
/*.woocommerce-shop nav.woocommerce-breadcrumb {
    margin-top: 30px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 12px 0px;
    font-family: "Jost";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}*/
.woocommerce .woocommerce-breadcrumb a {
    color: #A77D5B;
    text-decoration: underline;
}
.woocommerce nav.woocommerce-pagination ul {
   border: 1px solid #000000;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #000;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #000;
    padding: 8px 15px;
    line-height: inherit;
}
nav.woocommerce-pagination {
    margin-bottom: 80px;
}
.shop-list ul {
    gap: 0;
}
.woocommerce ul.products li.product .onsale {
    top: 12px;
    right: auto;
    left: 8px;
    margin: 0;
    min-height: auto;
    width: 56px;
    height: 18px;
    background: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding: 15px;
    text-transform: uppercase;
    color: #FFF;
    font-family: "Raleway";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    margin: 15px 10px;
}
.shop-sec.py-130 {
    padding-bottom: 35px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce div.product form.cart div.quantity .quantity{
    margin: 0;
}
.product_meta {
    border-top: 1px solid #000;
    padding-top: 15px;
    text-align: left;
	display:none;
}
.book_inq_si a.boo_inq {
    background: #000;
    padding: 10px 20px;
    color: #fff;
    display: block;
    max-width: 40%;
    text-align: center;
    border: 1px solid #000;
}
h2.title_get {
    font-size: 32px;
    line-height: normal;
}
.book_inq_si a.boo_inq:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}
.product_meta span.posted_in {
    text-align: left;
    margin: 0;
    padding: 0;
    color: #000;
}
.woocommerce div.product form.cart div.quantity button {
    border: 1px solid #000;
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    color: #000;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.woocommerce div.product form.cart div.quantity .quantity .qty.text {
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    color: #000;
    align-items: center;
    justify-content: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
    margin: 0;
}
.woocommerce div.product form.cart .button {
    background: #000;
    color: #fff;
    border-color: #000;
    border-radius: 0;
    font-family: "Jost";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #FFF;
    padding: 12px 35px;
    display: inline-block;
}
.inquiry-box form.cart {
    margin: 50px 0;
}
.woocommerce-notices-wrapper, .woocommerce-form-coupon-toggle {
    display: none;
}
.woocommerce-checkout header.site-header {
    border-bottom: 1px solid #000;
    position: inherit;
}
.woocommerce-checkout .entry-content {
    color: #000;
}
.woocommerce-tabs .wc-tab h2 {
    font-size: 32px;
    color: #000;
    text-align: left;
    font-family: "Playfair Display";
    font-weight: 400;
    text-transform: uppercase;
}
.woocommerce-tabs .wc-tab p,.woocommerce-tabs .wc-tab span,
.woocommerce-tabs .wc-tab h3, .woocommerce-tabs .wc-tab label{
    color: #000;
}
.woocommerce .woocommerce-ordering select {
    padding: 10px;
}
.woocommerce .woocommerce-ordering {
	margin-bottom:0px !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 80px;
}
section.shop-sec .shop-list h2 {
    display: none;
}
.single-product ul.products li.product .shop-box a img {
    width: 100%;
}
section.shop-sec .shop-list .shop-box h2 {
    display: block;
}
.single-product .widget-area, .woocommerce-checkout .widget-area {
    display: none;
}
section.shop-detail-sec.py-130 {
    padding-bottom: 0;
}
.woocommerce-checkout .col-1 {
    max-width: 60%;
    width: 100%;
}
.woocommerce-checkout span.woocommerce-input-wrapper input {
    font-size: 14px;
    border-radius: 0;
    padding: 18px 17px;
    margin-bottom: 25px;
    border-color: #000;
    color: #A77D5B;
}
.woocommerce-checkout .col-1 span.woocommerce-input-wrapper {
    width: 100%;
}

/* .woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce-billing-fields h3 {
    display: none;
} */
.woocommerce-checkout header.entry-header h1.entry-title {
    color: #000;
    font-family: "Playfair Display";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
}
section.Inq_wrapper.py-130 {
    padding-top: 35px;
}
.woocommerce-checkout header.entry-header {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 80px;
}
.woocommerce-additional-fields {
    display: none;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
    background: #000;
    color: #fff;
    border-color: #000;
    font-family: "Jost";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #FFF;
    padding: 12px 35px;
    display: inline-block;
}
ul.wc_payment_methods.payment_methods.methods, h3#order_review_heading{
    display: none;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 5px;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover{
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px;
}
.select2-container .select2-selection--single {
    height: 56px;
}
.select2-container--default .select2-selection--single {
    border: 2px solid #000;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}
.select2-results__option[aria-selected], .select2-results__option[data-selected] {
    color: #000;
}
.inquiery_pop_body {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
}

.inquiery_pop_row {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 35%;
    position: relative;
}
.inquiery_pop_row_col h3 {
    color: #000;
    letter-spacing: normal;
    text-transform: capitalize;
    margin: 8px;
    padding-bottom: 5px;
}
span.close_pop {
    position: absolute;
    color: #fff;
    right: 0;
    top: -28px;
    background: #A77D5B;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transform: translate(50%, 50%);
}
.enquiry_form_prodcut label {
    display: flex;
    justify-content: space-between;
    margin: 24px 0;
}

span.label_text {
    font-size: 18px;
    color: #000;
    flex: 0 0 40%;
}

.enquiry_form_prodcut input, .enquiry_form_prodcut textarea {
    padding: 6px;
    flex: 0 0 60%;
}
.enquiry_form_prodcut label span {
    line-height: normal;
}
.enquiry_form_prodcut label span input {
    padding: 12px;
}
.enquiry_form_prodcut label span.label_text {
    font-size: 15px;
}
.sub_form input[type="submit"] {
    width: 100%;
    max-width: 200px;
    background: #000;
    color: #fff;
    border: none;
    padding: 12px;
	font-size: 18px;
	cursor: pointer;
}
.enquiry_form_prodcut .wpcf7-response-output {
    color: #000;
}
.enquiry_form_prodcut span.wpcf7-not-valid-tip {
    color: red;
}
body.body_stick {
    overflow: hidden;
}
.sub_form {
    text-align: center;
}
@media only screen and (max-width: 1220px){
    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        width: calc(25% - 24px);
    }
}
@media only screen and (max-width: 1024px){
    span.onsale {
        left: 60px !important;
    }
	.inquiery_pop_row {
		width: 53%;
	}
}
@media only screen and (max-width: 991px){
    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        width: calc(30% - 4px);
    }
    .terms_content  h5 {
        font-size: 25px;
        line-height: 1.2;
    }
    .quantity>a, .quantity>input[type="text"] {
        width: 35px;
        height: 35px;
    }
}
@media only screen and (max-width: 767px){
    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        width: calc(45% - 2px);
        margin: 10px;
    }
    .shop-list ul {
        gap: inherit;
    }
	.inquiery_pop_row {
		width: 70%;
	}
	.book_inq_si a {
		max-width: 100%;
	}
}
@media only screen and (max-width: 575px){
    .woocommerce #reviews .comment-form-comment,
    .woocommerce #reviews .comment-form-author,
    .woocommerce #reviews .comment-form-email{
       width:100%;
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        height: 50px;
    }
    .woocommerce-tabs .wc-tab h2 {
        font-size:18px;
    }
    .search_bar_box {
        top: 50px;
    }
    .terms_content h5 {
        font-size: 22px;
    }
    .quantity>a, .quantity>input[type="text"] {
        width: 26px;
        height: 26px;
    }
    .woocommerce table.shop_table td.product-name {
        font-size: 15px;
    }
}
@media only screen and (max-width: 530px){
    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        width: calc(100% - 2px);
    }
    .woocommerce ul.products li.product .shop-box a img {
        width: 100%;
        height: 100%;
    }
	.inquiery_pop_row {
		width: 80%;
	}
	.enquiry_form_prodcut label {
		flex-direction: column;
		margin: 15px 0;
	}
	.inquiery_pop_row_col h3 {
		padding-bottom: 0;
	}
	span.close_pop{
		padding: 5px;
	}
}

