/*
Theme Name: Childtheme
Template: storefront
*/

@import url('https://fonts.googleapis.com/css2?family=Jim+Nightshade&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

a:focus, input:focus, textarea:focus, button:focus {
    outline: none;
}
html {
    margin-top: 0px !important;
}
p {
    color: #000;
    margin-bottom: 1em;
}
a {  color: #000;}

body{font-family: "Open Sans", sans-serif; font-family: Open Sans;}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.header .search-box form input {
    font-weight: 400;
      font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 17px;
    height: auto;
    background: #fff;
    color: #333;
    border: 1px solid #cccccc;
    padding: 8px 35px;
}
section.header .search-box form {
    margin: 0px;
    width: 100%;
}
section.header .search-box {
    width: 42%;
    position: relative;
    max-width: 507px;
    margin-left: 30px;
}

section.header .search-box form:before {
    content: "\f002";
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #666;
    font-family: 'Font Awesome 5 Free';
}
main.homepage {
    padding: 0px 0px 50px 230px;
    width: 100%;
}

section.header {
    position: relative;
    z-index: 1;
  
}

.bann-img a img, .bann-img {
    width: 100% !important;
}

/*.header-sidebar .widget.widget_block.widget_media_image img {*/
/*    max-width: 214px;*/
/*    height: 151px !important;*/
    /*object-fit: cover;*/
/*    border-radius: 0px;*/
/*}*/
.header-sidebar .widget.widget_block.widget_media_image img {
    /*max-width: 100%;*/
    /*height: 100% !important;*/
    object-fit: cover;
    border-radius: 0px;
    width: 100% !important;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.section.header .widget.widget_block ul.product-category-names li a, .widget.widget_block ul li a {
    margin: 0 27px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .25);
    transition: .25s border-color;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    color: #000;
}

.header-main {
    display: flex;
    justify-content: space-between;
    position: fixed;
    left: 230px;
    top: 0;
    right: 0;
    padding: 5px 50px;
    background: #000;
    color: #fff;
    align-items: center;
}

.search-box form {
    margin-bottom: 0px;
}
.header-sidebar {
    position: fixed;
    background: #fff;
    color: #000;
    top: 0;
    left: 0;
    width: 230px;
    height: 100%;
    font-size: 12px;
    z-index: 5;
    box-shadow: 0 0 15px 5px #00000026;
    overflow-x: hidden;
    overflow-y: auto;
    transition: left .25s ease;
}
.search-box form input {
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    height: auto;
    background: #fff;
    color: #333;
    border: 1px solid #cccccc;
    padding: 8px 30px;
    vertical-align: top;
    margin: 0;
    width: 507px;
}
.login-cart-butt a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
footer {
    clear: both;
    margin: 0 0 0 230px;
}
.footer-main ul#menu-footer-menu {
    display: flex;
    gap: 10px;
    margin: 0px;
    padding-top: 10px;
    flex-wrap: wrap;
}
.footer-main ul#menu-footer-menu li {
    list-style: none;
}
.footer-main ul#menu-footer-menu li a {
    font-size: 14px;
    color: #fff;
}
footer {
    clear: both;
    margin: 0 0 0 230px;
    background: #000;
    color: #fff;
    padding: 10px 50px;
}
.footer-col-two {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0px;
    align-items: center;
}
.footer-col-two .copyright {
    font-size: 12px;
    color: #7f7d6c;
}
.payment-icons {
    display: flex;
    gap: 5px;
}
.payment-icons img {
    width: 100%;
    max-width: 40px;
    object-fit: cover;
}
.header-sidebar .widget.widget_block, .header-sidebar .widget.widget_block ul.product-category-names {
    margin-bottom: 0px;
}

.login-cart-butt {
    display: flex;
    column-gap: 15px;
}
section.header .login-cart-butt {
    display: flex;
    column-gap: 15px;
}
section.header .login-cart-butt a:first-child {
    border-right: solid 1px #404040;
    padding-right: 20px;
}
.section.header .widget.widget_block ul.product-category-names li a:hover, .widget.widget_block ul li a:hover {
    border-bottom-color: #000000e6;
}

/*********contact-us*****************/

.container {
    padding: 0px 0 50px 230px;
}

section.contact-section {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 70px;
}

section.contact-section .contact-form-wrapper form input, section.contact-section .contact-form-wrapper form textarea {
    width: 100%;
    box-sizing: border-box;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    height: auto;
    background: #fff;
    color: #333;
    border: 1px solid #cccccc;
    padding: 8px 30px;
    vertical-align: top;
    margin: 0;
    box-shadow: none;
}
section.contact-section .contact-form-wrapper form .contact-submit-butt input {
    display: inline-block;
    margin: 0;
    padding: 14px 2em;
    border: 1px solid black;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    height: auto;
    border-radius: 2px;
    transition: all .1s linear;
}
section.contact-section .contact-form-wrapper form .contact-submit-butt input:hover {
    background: #1a1a1a;
}

section.contact-section .contact-form-wrapper  span.wpcf7-spinner {
    display: none;
}

/***********HAIR SO FLY BLOG******************/

section.contact-section.Fly-blog h1 {
    text-align: center;
}
section.contact-section.Fly-blog .fly-blog, section.contact-section.Fly-blog .blog-share {
    text-align: end;
}
section.contact-section.Fly-blog h3 {
    margin: 0px;
    font-size: 17.234px;
    margin-bottom:10px;
}
section.contact-section.Fly-blog h3 a {
    color: #000;
    font-weight: 500;
}

section.contact-section.Fly-blog .blog-item img {
    margin-bottom: 15px;
     margin-top: 15px;
}
section.contact-section.Fly-blog .fly-blog, section.contact-section.Fly-blog .blog-share a i, .blog-meta  {
    font-size: 16px;
    color: #000;
}
section.contact-section.Fly-blog .blog-share {
    display: flex;
    justify-content: end;
    gap: 10px;
}
section.contact-section.Fly-blog .blog-share span {
    font-size: 12px;
    margin-right: .5em;
    color: #000;
    display: flex;
    align-items: center;
}
.single-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-nav a {
    font-size: 12px;
    font-weight: 400;
}
.post-nav-links {
    display: flex;
    gap: 35px;
}
.single-nav i {
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
}
p.post-date {
    font-size: 11px;
    font-weight: 400;
    margin: 14px 0px;
}
.acf-content h2 {
    font-size: 18px;
    color: #000;
}
/****************product***********************/

.sitemap-section h2, .sitemap-section ul li, .sitemap-section h3, .accordion h3 {
    font-family: Open Sans;
    font-weight: 700;
    color: #212121;
    font-size: 16px;
     list-style: none;
}
.sitemap-section ul, .accordion ul  {
    margin-left: 0px;
}
.sitemap-section ul li a, .accordion ul li {
    font-family: Open Sans;
    font-weight: 400;
    color: #212121;
    font-size: 14px;
    list-style: none;
}
.sitemap-main {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-top: 15px;
}
.sitemap-section ul li a:hover, .sitemap-section h3 {
    opacity: .75;
    
}

.sitemap-section h3 a{font-weight: 500; }

.sitemap-section ul li a, .sitemap-section h3 {
    color:#73587c;
}
/**************product*************************/

div#product-container, .category-tabs, .customer-review {
    margin: 20px 50px;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 40px;
}
.products-grid .product-item a img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.products-grid .product-item {
    width: 100%;
}
.products-grid .product-item h3, span.price {
    font-size: 18px;
    color: #212121;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}
.category-tabs h1, .customer-review h1, section.banner-section.contact-section h2 {
    font-family: Open Sans;
    font-weight: 400;
    color: #212121;
    font-size: 29.4px;
}
.category-tabs, .customer-review {
    margin-top: 35px;
}
.customer-review {
    text-align: center;
    margin: 100px 50px 0px 50px;
}
button#load-more {
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: fit-content;
    margin: 50px auto;
}
.category-tabs button.tab.active {
    background-color: #000;
    color: #fff;
}
.category-tabs button.tab {
    border-radius: 50px;
    background-color: transparent;
    color: #000000;
    border: 1px solid black;
}

button#load-more, .show-reviews button{   border: 1px solid black;  background-color:#000; color: #fff;}
.category-buttons {
    display: flex;
    gap: 8px;
    margin: 35px 0px;
    flex-wrap: wrap;
}
button#load-more:hover, .show-reviews button:hover {
    background-color: transparent;
    color: #000;
     border: 1px solid black;
}

/***********my-account*********************/
.my-account-sec h2 {
    font-size: 29.4px;
    font-weight: 700;
}

section.contact-section.my-account-sec button.woocommerce-button.button.woocommerce-form-login__submit {
    margin: 20px 0px;
    background-color: #000;
    color: #fff;
    border: 1px solid black;
}

section.contact-section.my-account-sec button.woocommerce-button.button.woocommerce-form-login__submit:hover {
    color: #000;
    background-color: transparent;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments, .woocommerce-error {
    background-color: #57435e;
}
header.woocommerce-Address-title.title {
    align-items: baseline;
    display: flex;
}

.woocommerce-MyAccount-navigation {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 10px 15px !important;
  border-radius: 8px;
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: 500;
}

.woocommerce-MyAccount-navigation li a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  background: #000;
  color: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
padding:10px;
}


.woocommerce-MyAccount-content {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  font-size: 14px;
  line-height: 1.6;
}

.woocommerce-MyAccount-content p {
  margin-bottom: 15px;
}

.woocommerce-MyAccount-content a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

.woocommerce-MyAccount-content {
    width: 65%;
}
.woocommerce-MyAccount-navigation {
    width: 30%;
    margin-right: 0px;
}


.woocommerce-EditAccountForm label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #444;
}

.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="password"] {
  width: 100%;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fafafa;
  font-size: 13px;
  transition: all 0.3s ease;
  outline: none;
}

.woocommerce-EditAccountForm input:focus {
  border-color: #57435e;
  background: #fff;
  box-shadow: 0 0 0 3px rgb(87 67 94 / 16%);
}


.woocommerce-EditAccountForm fieldset {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}

.woocommerce-EditAccountForm legend {
  padding: 0 8px;
  font-size: 12px;
  font-weight: 600;
  color: #57435e;
}

.woocommerce-EditAccountForm button.woocommerce-Button {
  background: linear-gradient(135deg, #57435e, #57435e);
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.woocommerce-EditAccountForm button.woocommerce-Button:hover {
  background: linear-gradient(135deg, #57435e, #57435e);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}


.woocommerce-EditAccountForm .form-row {
  margin-bottom: 18px;
}


.woocommerce-EditAccountForm em {
  font-size: 11px;
  color: #777;
}
.right-sidebar .content-area {
    width: 100%;
}

/****************cart*****************************/

.woocommerce-cart-form,
.cart-collaterals {
  font-size: 14px;
  color: #333;
}

.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.woocommerce table.shop_table th {
  background: #f9f9f9;
  font-weight: 600;
  font-size: 13px;
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.woocommerce table.shop_table td {
  padding: 12px 10px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

.woocommerce .product-thumbnail img {
  width: 60px;
  height: auto;
  border-radius: 6px;
}

.woocommerce .product-name a {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
}

.woocommerce .product-name a:hover {
  color: #57435e;
}

.woocommerce a.remove {
  color: #999 !important;
  font-size: 18px;
  transition: 0.2s;
}
.woocommerce a.remove:hover {
  color: #57435e !important;
}


.woocommerce .quantity .qty {
  width: 60px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  font-size: 13px;
}

.woocommerce .actions {
  padding: 15px 0;
  text-align: right;
}

.woocommerce .coupon {
  float: left;
}

.woocommerce .coupon input.input-text {
  padding: 7px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
}

.woocommerce button.button {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.woocommerce button.button:hover {
  background: #000;
}


.cart_totals {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.cart_totals h2 {
  font-size: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.cart_totals table th,
.cart_totals table td {
  padding: 10px;
  font-size: 14px;
}

.wc-proceed-to-checkout a.checkout-button {
  display: block;
  background: #57435e;
  color: #fff !important;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s;
}

.wc-proceed-to-checkout a.checkout-button:hover {
  background: #57435e;
  opacity:.75;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background-color: #000;
}

.related-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25em;
}
.related-products .product-cart h3 {
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 400;
    text-align: center;
    color: #000;
    margin-top: .9375rem;
}
.related-products .product-cart a {
    text-decoration: none;
}
.related-products .product-cart span.price-cart {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 400;
    text-align: center;
    color: #000;
}

/**************login*********************/


.my-account-sec h2 {
  /*font-size: 18px;*/
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  color: #222;
}

.woocommerce-form-login {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 25px 20px;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
}

.woocommerce-form-login label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  color: #444;
}

.woocommerce-form-login .input-text {
  width: 100%;
  padding: 10px 12px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 5px;
  margin-bottom: 15px;
  transition: 0.3s;
}

.woocommerce-form-login .input-text:focus {
  border-color: #57435e;
  box-shadow: 0 0 0 2px rgba(211, 51, 51, 0.15);
  outline: none;
}

.woocommerce-form-login .password-input {
  position: relative;
}
.woocommerce-form-login .password-input input {
  width: 100%;
}
.woocommerce-form-login .show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0.6;
}
.woocommerce-form-login .show-password-input:hover {
  opacity: 1;
}

.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #555;
}
.woocommerce-form-login__rememberme input {
  margin-right: 6px;
}

.woocommerce-form-login__submit {
  background: #222 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 18px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer;
  transition: 0.3s;
}
.woocommerce-form-login__submit:hover {
  background: #57435e !important;
  opacity:.75;
}

.woocommerce-LostPassword {
  text-align: center;
  margin-top: 15px;
}
.woocommerce-LostPassword a {
  font-size: 13px;
  color: #57435e;
  text-decoration: none;
}
.woocommerce-LostPassword a:hover {
  text-decoration: underline;
}
/*************check-out**********************/


.woocommerce-checkout h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  color: #222;
}


.woocommerce-checkout label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
  color: #444;
}


.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
  background: #fafafa;
  transition: all 0.3s ease;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  border-color: #0073e6;
  background: #fff;
  outline: none;
  box-shadow: 0 0 4px rgba(0,115,230,0.2);
}


.woocommerce-checkout .form-row-wide {
  width: 100%;
}

.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 13px;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.woocommerce-checkout-review-order-table th {
  text-align: left;
  background: #f9f9f9;
  font-weight: 600;
  font-size: 13px;
}


.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.woocommerce-checkout button.button,
.woocommerce-checkout #place_order {
  display: inline-block;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  background: #0073e6;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.woocommerce-checkout button.button:hover,
.woocommerce-checkout #place_order:hover {
  background: #005bb5;
}


#order_comments {
  min-height: 80px;
}

/*************single-page********************/
section.related.products.product-all ul.products.columns-3, ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25em;
    margin: 0px 0px 35px 0px;
}
section.related.products.product-all section.archive-content-sectionn li {
    width: 100% !important;
    margin: 0px;
}
 section.related.products.product-all .archive-content-sectionn li a img, .archive-content-product li {
    margin: 0px !important;
}
section.related.products.product-all .archive-content-sectionn li h2, .archive-content-sectionn li .price {
    text-align: left;
    margin-top: .9375rem;
}
section.related.products.product-all .archive-content-sectionn li a img {
    margin: 0px !important;
    height: 285px;
    max-width: 285px !important;
    width: 100%;
    object-fit: contain;
}

section.related.products.product-all ul.products::before, ul.products::after, ul.products.columns-4:before{display:none;}

div#primary, main#main {
    margin: 0px;
}

section.related.products.product-all h2 {
    font-family: Open Sans;
    font-weight: 400;
    color: #212121;
}
section.archive-content-sectionn, .product-item.all-product-item {
    margin: 5px;
    padding: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}
.woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.618em;
    font-weight: 400;
}
section.archive-content-sectionn h2, section.archive-content-sectionn .price, .onsale {
    text-align: left !important;
    width: fit-content;
    display: flex;
}

.custom-filters {
  margin: 20px 0;
}

.product-filters label {
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  color: #333;
}

.product-filters select {
  padding: 10px 15px;
  font-size: 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  min-width: 220px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.product-filters select:hover,
.product-filters select:focus {
  border-color: #c49452;   /* Goldish tone for highlight */
  box-shadow: 0 4px 10px rgba(196,148,82,0.3);
}

.product-filters select option {
  padding: 10px;
}
.archive-before {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
  padding: 12px 20px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.woo-sorting label {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.woocommerce-ordering select {
  padding: 8px 14px;
  font-size: 14px;
  border: 2px solid #ddd;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
}

.woocommerce-ordering select:hover,
.woocommerce-ordering select:focus {
  border-color: #c49452;
  box-shadow: 0 0 8px rgba(196,148,82,0.3);
}


.woo-result-count {
  font-size: 14px;
  color: #555;
}

.woo-pagination ul.page-numbers {
    display: flex;
    list-style: none;
    gap: 6px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.woo-pagination ul.page-numbers li a,
.woo-pagination ul.page-numbers li span {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
  text-decoration: none;
}

.woo-pagination ul.page-numbers li a:hover {
  border-color: #c49452;
  background: #c49452;
  color: #fff;
}

.woo-pagination ul.page-numbers li .current {
  background: #c49452;
  border-color: #c49452;
  color: #fff;
  font-weight: 600;
}

.woo-pagination ul.page-numbers li .next {
  font-weight: bold;
}

.woocommerce-tabs ul.tabs li.active a, ul.products li.product .price, .onsale, .wc-block-grid__product-onsale, .widget_search form:before, .widget_product_search form:before {
    color: #6d6d6d;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
/****************reviews**********************/
.reviews-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 50px;
}
.review-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review-item h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin-top: 10px;
}
.review-item p {
    color: #73777B;
    font-size: 11px;
    text-align: left;
}
.review-item .review-content p {
    font-size: 14px;
    line-height: 19px;
    padding: 10px 0px;
    text-align: left;
}
.review-item {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
}
.show-reviews {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
/************faq******************/
.accordion-item.active, .accordion-item.active button  {
    background-color: #000 !important;
        color: #fff !important;
}
.accordion-item button.accordion-button.collapsed {
    background-color: transparent !important;
}
.contact-section.Fly-blog h2, .appointment-section h2 {
    font-size: 29px;
    font-weight: 700;
    color: #000;
    margin-top: 30px;
}

.contact-section.Fly-blog .accordion-item h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.contact-section.Fly-blog h3 {
  margin: 30px 0 15px !important;
  font-weight: 600;
  color: #444;
  border-left: 4px solid #000;
  padding-left: 10px;
  border-top: 0px;
}

.contact-section.Fly-blog .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
  background: #fff;
}

.contact-section.Fly-blog .accordion-button {
    font-size: 16px;
    font-weight: 500;
    padding: 16px 20px;
    border: none;
    box-shadow: none;
    color: #333;
    transition: all 0.3s ease;
    width: 100%;
    text-align: left;
}
.shipping-intro.shipping-policy p, .return-policy p{ font-size: 16px;
  font-weight: 500;}

.contact-section.Fly-blog .accordion-button:hover {
  background: #f1f5f9;
}

/*.contact-section.Fly-blog .accordion-button:not(.collapsed) {*/
/*    background: #57435e;*/
/*    color: #fff;*/
/*    box-shadow: none;*/
/*    z-index: 0;*/
/*}*/
.contact-section.Fly-blog .accordion-body {
  padding: 18px 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  background: #fff;
}

.privacy-section h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 40px 0px;
}



/*********************************************/
.return-policy h3 {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #000 ;
}
 .return-policy ul li, .return-policy ol li, ul.shipping-options, .acf-content ul li, .acf-content p  {
    font-size: 14px;
    font-weight: 400;
    color: #000 ;
}

section.contact-section h1 {
    font-size: 29.4px;
    font-weight: 700;
    margin-top: 10px;
}
.international-shipping {
    margin-top: 20px;
}
.acf-content ul {
    margin-left: 25px;
}
.sidebar-toggle {
    display: none;
}
.rte.article-excerpt {
    margin-bottom: 1em;
    color: #000;
}
.post-nav-links i {
    font-weight: 700;
}

.single-post h1 {
    font-size: 18px !important;
    line-height: normal;
}
.acf-content ol li, .acf-content ul li {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.acf-content h3 {
    margin-top: 0px;
}
.post-nav-links a:hover {
    color: rgba(0, 0, 0, .25);
}
.blog-item a {
    color: #73587c;
}
.blog-item a:hover {
    color: #000;
}
section.contact-section h1 {
    margin-top: 30px;
}
.footer-main ul li a:hover {
    opacity: .75;
}
section.contact-section.cart-section, section.contact-section.cart-section .container {
    padding-top: 0px;
}

h1.product-title, .price {
    margin: 10px 0px !important;
}
.product-item:hover h3 { color:#57435e;}

.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 25px;
}
.woocommerce-checkout button.button, .woocommerce-checkout #place_order {
    background: #000 ;
}
.woocommerce-checkout button.button:hover, .woocommerce-checkout #place_order:hover {
    background: #454545;
}
.woo-pagination ul.page-numbers li a, .woo-pagination ul.page-numbers li span {
    border: 1px solid #ddd !important;
}

 .about-us h3 {
    font-size: 18px;
    font-weight: 700;
}
.about-image {
    margin-bottom: 25px;
}

.product-btn  {
    text-align: left;
}
div#respond {
    padding: 0px 50px 50px 280px;
}
.product-btn a {
    background-color: #000;
    color: #fff;
    border: solid 1px;
}
.product-btn a:hover {
    background-color: transparent;
    color: #000;
}

/*********booking-apointment-btn*************/
.bookin-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.bookin-button a {
    column-gap: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.bookin-button a {
   padding: 12px 15px;
    background: #080808;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    animation: blinkPulse 1.8s infinite;
    transition: all 0.3s ease;
}

.bookin-button a:hover {
    background: #080808;
    transform: scale(1.05);
}

@keyframes blinkPulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}
div#fkcart-floating-toggler {
    bottom: 100px;
}
/****************defolt*******************/
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    display: flex;
    justify-content:left;
    column-gap: 5px;
}
.single-product div.product .woocommerce-product-gallery img {
    width: 100%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li, .single-product div.product .woocommerce-product-gallery li {
    width: 20% !important;
    margin-right: 0px !important;
}
#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button, #fkcart-modal .fkcart-coupon-area .fkcart-coupon-input-wrap .fkcart-coupon-button, #fkcart-modal .fkcart-primary-button, #fkcart-modal .fkcart-primary-button:focus, #fkcart-modal .fkcart-primary-button:hover {
    background-color: #000000 !important;
        border: 1px solid #000000;
}
h2.woocommerce-column__title, h2.woocommerce-order-details__title {
    font-size: 20px;
    font-weight: 700;
}
article#post-344 {
    margin-bottom: 0px;
}
.page-id-11 section.contact-section {
    padding-top: 0px;
}

.widget.widget_block p, .widget.widget_block ul.product-categories-sidebar {
    margin-bottom: 0px !important;
}
/***************slider****************/
/*section.banner-section .banner-slider .slider-img[data-slick-index="0"]::before {*/
/*    content: "";*/
/*    width: 80%;*/
/*    height: 80%;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    background-image: url("https://beta.strixdevelopment.net/jojowigs/wp-content/uploads/2025/09/ChatGPT-Image-Sep-29-2025-03_21_30-PM.png");*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    z-index: 1;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

section.banner-section .banner-slider .slick-slide .banner-heading p, section.banner-section .banner-slider .slick-slide .banner-heading h1 {
    margin-bottom: 0px;
       color: #fff;
    font-family: "Caveat", cursive;
        animation: glowPulse 2s infinite 
ease-in-out;
}
section.banner-section .banner-slider .slick-list.draggable .slider-img a img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    object-position: top;
}
.banner-heading h1, .banner-heading p {
    color: #fff;
}
section.banner-section .banner-slider .slick-dots li button:before {
    font-size: 12px;
}

section.banner-section .banner-slider .slick-next {
    right: 10px;
}

section.banner-section .banner-slider .slick-prev {
    left: 0px;
    z-index: 1;
}

h2.banner-heading {
     font-family: "Caveat", cursive;
    font-size: 70px;
    font-weight:500;
    text-transform: uppercase;
    
}
section.banner-section .banner-slider .slick-prev:before,
section.banner-section .banner-slider .slick-next:before {
    color: #fff; 
    font-size: 30px; 
    text-shadow: 0 0 8px rgba(0,0,0,0.6); 
    transition: transform 0.3s ease, text-shadow 0.3s ease;
}

section.banner-section .banner-slider .slick-prev:hover:before,
section.banner-section .banner-slider .slick-next:hover:before {
    transform: scale(1.2);
    text-shadow: 0 0 15px rgba(0,0,0,0.9); 
}
section.banner-section .banner-slider .slick-slide h2.banner-heading {
    opacity: 0;
    letter-spacing: -5px;
    transition: all 1s ease-in-out;
    text-shadow: 40px 40px black;
}

section.banner-section .banner-slider .slick-slide.slick-active h2.banner-heading {
  opacity: 1;
  letter-spacing: 2px;
  text-shadow: 0 3px 12px rgba(0,0,0,0.7);
}
@keyframes glowPulse {
  0%, 100% { filter: drop-shadow(0 0 5px rgb(0 0 0 / 70%)); }
  50% { filter: drop-shadow(0 0 15px rgb(0 0 0)); }
}

.bann-img.new-after a:after,
.slider-img[data-slick-index="0"]::before {
    animation: glowPulse 2s infinite ease-in-out;
}

/*section.banner-section .banner-slider .slider-img[data-slick-index="0"] a::before {*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    content: "";*/
/*    left: 0px;*/
/*    background-color: transparent;*/
/*    z-index: 1;*/
/*}*/

.bann-img.extra-cal img {
    height: 570px;
    object-fit: cover;
}

section.banner-section .slick-dotted.slick-slider {
    margin-bottom: 7px;
}
section.banner-section .slick-dots {
    bottom: 0px;
}
section.banner-section .slick-dots li.slick-active button:before {
    color: #fff;
}

/***************form***************/


.review-post-form input[type="text"],
.review-post-form input[type="email"],
.review-post-form textarea,
.review-post-form input[type="file"] {
     width: 100%;
    box-sizing: border-box;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    height: auto;
    background: #fff;
    color: #333;
    border: 1px solid #cccccc;
    vertical-align: top;
    margin: 0;
    box-shadow: none;
}

.review-post-form textarea {
  min-height: 200px;
  resize: vertical;
}

.review-post-form button[type="submit"] {
display: inline-block;
    margin: 0;
    width: 100%;
    padding: 14px 2em;
    border: 1px solid black;
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
    height: auto;
    border-radius: 2px;
    transition: all .1s 
linear;
}

.review-post-form input[type="file"] {
  padding: 6px;
}
.review-post-form button[type="submit"]:hover {
    background: #1a1a1a;
}
.review-post-form label {
    color: #000;
}
button#show-more-reviews{
  background: #000;
  color:#fff;
    }
    
button#show-more-reviews:hover{
  background: #1a1a1a;
    }    
    
/*********************************/
.reviews-section .reviews-list, .services-section .services-list {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.reviews-section button#show-more-reviews {
    margin: 50px auto !important;
    display: flex;
}
.reviews-section .single-review h3 {
    font-size: 18px;
    color: #212121;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}
.reviews-section .single-review {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    border-radius: 10px;
}
.reviews-section .single-review img {
    width: 100%;
}

.services-section {
    margin-top: 50px;
}
.review-post-form h2, .services-section h2 {
    color: #000;
    font-weight: 300;
}
/*************responsive**************/

@media only screen and (max-width: 1250px) {
    
.bann-img.extra-cal img {
    height: 500px;
}

section.banner-section .banner-slider .slick-list.draggable .slider-img a img {
    height: 500px;
}
    
}

@media only screen and (max-width: 1024px) {
 
body.custom-background {
    position: relative;
}
body.active-body:after {
    content: "";
    background: #000000ab;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
}

body.active-body section.banner-section .banner-slider .slick-prev {
    z-index: -1;
}

body.active-body .header-main:after {
    position: absolute;
    background-color: #000000ab;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}
 div#respond {
    padding: 43px 15px 20px 15px;
}

section.banner-section .banner-slider .slick-slide .banner-heading h1 {
    font-size: 70px;
}

/*****************************/
 section.banner-section .banner-slider .slick-list.draggable .slider-img a img {
    height: 400px;
}

.bann-img.extra-cal img {
    height: 400px;
}

.container {
    padding: 43px 15px 20px 15px;
}
section.banner-section .banner-slider .slick-next {
    right: 10px;
}
main.homepagemain .container {
    padding: 43px 0px 20px 0px;
}

.category-tabs, .customer-review, div#product-container, .category-tabs, .customer-review {
    margin: 43px 15px 20px 15px;
} 

.accordion ul, ul.woocommerce-error, .sitemap-section ul  {
    margin-left: 0px !important;
}
.sitemap-main {
    flex-wrap: wrap;
} 
 div#fkcart-floating-toggler {
    z-index: 0;
}
 .products-grid {
    column-gap: 15px;
    row-gap: 20px;
} 
.header-sidebar {
    transform: translateX(-100%);
    transition: all ease-in-out 0.3s;
}

.header-sidebar.active {
  transform: translateX(0);
}
  
.sidebar-toggle {
    display: block;
    background-color: transparent;
    color: #fff;
    padding: 0px;
}
 .header-sidebar {
   opacity: 0;
} 
.header-sidebar.active {
    opacity: 1;
    color: #fff;
    padding: 0px;
} 

.header-main {
    left: 0px;
     padding: 5px 15px;
}

.footer-col-two {
    flex-wrap: wrap;
    gap: 20px;
  
}

 footer {
    margin: 0px;
    padding: 10px 15px;
}
.search-box form input {
    width: 100%;
}
.payment-icons {
    flex-wrap: wrap;
}

section.header .search-box {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header-main {
    flex-wrap: wrap;
}
section.header .login-cart-butt {
    order: 2;
}
section.contact-section {
    padding-left: 0px;
    padding-right: 0px;
}
section.contact-section ul, section.contact-section ol {
    margin-left: 20px;
}
.products-grid, section.related.products.product-all ul.products.columns-3, ul.products.columns-4, .reviews-wrapper, .related-products {
    grid-template-columns: repeat(3, 1fr);
}
section.related.products.product-all .archive-content-sectionn li a img {
    height: auto;
}
.related-cart-products {
    margin-top: 0px !important;
}
}

@media only screen and (max-width: 767px) {
    
section.banner-section .banner-slider .slick-slide .banner-heading p {
    font-size: 16px;
}  
 section.banner-section .banner-slider .slick-slide .banner-heading h1 {
    font-size: 33px;
}
   
.reviews-section .reviews-list, .services-section .services-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.reviews-section .single-review {
      padding: 10px;
}
section.banner-section .banner-slider .slick-next {
    right: 6px;
}
section.contact-section.Fly-blog .fly-blog, section.contact-section.Fly-blog .blog-share, section.contact-section.Fly-blog .blog-share {
    margin: 20px 0px;
}
.blog-meta {
    margin-top: 50px;
}
section.header .search-box {
    order: 3;
}
section.header .search-box {
    max-width: 100%;
}
main.homepagemain {
    padding-top: 43px;
}
.payment-icons {
    width:100%;
}
.products-grid, section.related.products.product-all ul.products.columns-3, ul.products.columns-4, .reviews-wrapper, .related-products {
    grid-template-columns: repeat(2, 1fr);
}
.woocommerce-MyAccount-navigation {
    width: 100%;
}
.woocommerce-MyAccount-content {
    width: 100%;
}
section.contact-section.my-account-sec, section.contact-section.checkout-sec {
    padding-top: 0px;
}
  .woocommerce-EditAccountForm {
    padding: 20px;
  }
  .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }
  
  .coupon button.button {
    width: 100%;
}
.sitemap-main {
    gap: 10px;
}
.woocommerce-EditAccountForm {
    padding: 0px;
}
table.cart td.product-remove a.remove {
    top: 0px;
    right: 0px;
}
.custom-filters {
    margin: 40px 0;
}
h2.banner-heading, h1.banner-heading {
    font-size: 20px;
}

section.banner-section .banner-slider .slick-prev:before, section.banner-section .banner-slider .slick-next:before {
    font-size: 25px;
}
section.banner-section .banner-slider .slick-dots li button:before {
    font-size: 6px;
}
section.banner-section .banner-slider .slick-list.draggable .slider-img a img {
    height: 200px;
}
.bann-img.extra-cal img {
    height: 200px;
}
}
@media only screen and (max-width: 480px) {
    
.section.header .widget.widget_block ul.product-category-names li a, .widget.widget_block ul li a {
    margin: 0 15px;
}    

.products-grid .product-item h3, span.price, section.related.products.product-all .archive-content-sectionn li h2, .archive-content-sectionn li .price {
    font-size: 14px;
    margin-top: 20px;
}
.category-tabs button.tab {
    font-size: 11px;
}
.category-tabs h1, .customer-review h1, section.banner-section.contact-section h2 {
    font-size: 25.4px;
}
.hentry, .site-main {
    margin: 0px !important;
}
.woocommerce-tabs ul.tabs li.active a, ul.products li.product .price, .onsale, .wc-block-grid__product-onsale, .widget_search form:before, .widget_product_search form:before {

    font-size: 14px;
}
section.related.products.product-all ul.products.columns-3, ul.products.columns-4 {
    gap: 1em;
}
.archive-content-product h2, .product-btn a{font-size: 14px;}

.bookin-button {
    right: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
}
.bookin-button a {
    font-size: 12px;
    column-gap: 5px;
}
div#fkcart-floating-toggler {
    bottom: 15px;
    right: 20px;
}
 .services-section .services-list {
    grid-template-columns: repeat(1, 1fr);
}
}










