@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.post,
.page {
  margin: 0 !important;
}

body {
  font-family: "Nunito Sans", sans-serif;
  margin: 0;
}

.footer_col ul li a {
  display: flex;
  align-items: first baseline;
}

input,
textarea,
select,
label,
button {
  font-family: "Nunito Sans", sans-serif;
}

a {
  outline: none !important;
  text-decoration: none;
}

p {
  margin-top: 0;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
}

.top_bar {
  padding: 5px 0;
  border-bottom: 1px solid #e0e0e0;
}

.topbar_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar_social ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}

.topbar_social ul li {
  list-style: none;
  margin-right: 20px;
}

.topbar_social ul li a {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  transition: 0.3s;
  text-decoration: none !important;
}

.topbar_social ul li a:hover {
  color: #000;
}

.topbar_contact_nav {
  margin: 0;
  padding: 0;
}

.topbar_contact_nav li {
  display: inline-block;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #394664;
  line-height: 1;
}

.topbar_contact_nav li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.topbar_contact_nav li a {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  transition: 0.3s;
  text-decoration: none !important;
}

.topbar_contact_nav li a:hover {
  color: #00b3ff;
}

/*//////////////////Main Header//////////////*/
.main_header {
  padding: 20px 0;
  box-shadow: 0px 1px 8px -5px rgba(0, 0, 0, 0.3);
  z-index: 999;
  position: relative;
}

.header_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_col.nav_col ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.header_col.nav_col ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header_col.logo_col img {
  max-width: 120px;
  display: block;
}

.header_col.icon_col ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.btn_icon_wrapper {
  display: flex;
  align-items: center;
}

.header_col.icon_col ul li a {
  color: #000;
  font-size: 20px;
  font-weight: 600 !important;
  text-decoration: none;
}

.request_btn a {
  display: inline-block;
  background: #000;
  padding: 10px 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  border-radius: 6px;
  border: 1px solid #000;
  transition: all 0.3s;
}

.request_btn a:hover {
  background: transparent;
  color: #000;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
  font-weight: 600 !important;
}

.icon_image {
  position: relative;
}

.icon_value {
  background-color: #e9233e;
  font-size: 12px;
  display: inline-block;
  border-radius: 50px;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -8px;
  right: -8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lnr.lnr-cart {
  font-size: 25px;
  font-weight: 600;
}

.woocommerce-loop-product__title {
  font-size: 16px !important;
}

/*///////////////////////////////MOBILE Menu/////////////////////*/
#mobile_menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
}

body .mobile_menu.active {
  width: 350px !important;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#close_mobile_menu {
  cursor: pointer;
  font-size: 25.9px;
  color: #777;
  display: inline-block;
  line-height: 1;
}

.close_mobile_menu_outer {
  text-align: right;
  border-bottom: 1px solid #4a4a4a21;
  padding: 5px 14px;
}

#mobile_menu_nav {
  margin: 0;
  padding: 0;
}

#mobile_menu_nav li {
  list-style: none;
  padding-bottom: 15px;
}

#mobile_menu_nav li a {
  color: #000;
  display: block;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.5px;
  padding: 13px 0;
  outline: none;
}

#mobile_menu_nav li a:hover {
  color: #999;
}

.mobile_menu_navigation {
  padding: 20px;
}

.page_overlay {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.page_overlay.active {
  position: fixed;
  z-index: 1;
  background-color: #000000b5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;

}

#mobile_menu_nav li {
  list-style: none;
  padding: 0px 0;
  border-bottom: 0px solid #333;
}

#mobile_menu_nav li .sub-menu li {
  padding: 0px 0;
  border-top: 0px solid #333;
  border-bottom: 0;
}

#mobile_menu_nav li.menu-item-has-children {
  padding-bottom: 0;
}

.show_tab {
  display: none !important;
}

#menu_btn {
  font-size: 28px;
  color: #000;
}

#mobile_menu li {
  position: relative;
  padding: 0;
  margin: 0;
}

#mobile_menu li .sub-menu li a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 12px;
  background: transparent;
}

#mobile_menu li .sub-menu li a:hover {
  background: rgba(61, 61, 80, .09);
  color: #000;
}

#mobile_menu .sub-menu {
  margin: 0;
  padding: 0;
  display: none;
}

#mobile_menu {
  margin: 0;
  padding: 0 0 20px;
}

#mobile_menu>li::before {
  display: none;
}

#mobile_menu>li.cat-parent::before {
  display: inline-block;
  content: '\f067';
  left: auto;
  right: 15px;
  font-size: 10px;
  top: 15px;
  line-height: 1;
}

#mobile_menu>li.cat-parent.active::before {
  content: '\f068';
}

#mobile_menu>li.active::before {
  color: #fff !important;
}

#mobile_menu li {
  list-style: none;
}

#mobile_menu li a {
  text-decoration: none;
}

.cat_toggle_btn::before {
  display: inline-block;
  content: '';
  left: 0;
  right: 0;
  font-size: 14px;
  top: 0;
  line-height: 1;
  position: relative;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.cat_toggle_btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cat_toggle_btn:hover {
  color: #000;
  background: rgba(0, 0, 0, .1);
}

.cat_toggle_btn.opened::before {
  content: '';
}

/*/////////////////Search//////////*/
.site_search {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #0000008c;
  overflow: hidden;
  visibility: hidden;
  transform: translate3d(0, -110%, 0);
  transition: all .3s cubic-bezier(0, 0, .38, 1);
}

.site_search.active {
  transform: translateZ(0);
  visibility: visible;
  z-index: 1;
}

.search_inner {
  width: 100%;
  background-color: #fff;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 22;
}

.search_close {
  position: absolute;
  top: 10px;
  right: 20px;
}

.search_close_btn {
  cursor: pointer;
  font-size: 18px;
}

.mobile_header_search {
  width: 700px;
  margin: 0 auto;
  padding: 0 10px;
}

.mobile_header_search input {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  width: 100%;
  padding: 10px 15px;
  color: #000;
  outline: none;
  font-family: 'Outfit', sans-serif;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-right: 0;
  height: 45px;
}

.submit_btn {
  border-radius: 5px;
  background: #000;
  color: #fff;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  height: 45px;
  border: 1px solid #000;
  border-left: 0;
}

.input_group {
  display: flex;
  justify-content: flex-start;
}

.input_control {
  width: 100%;
}

.mega-menu-description {
  display: none !important;
}

.hero_section {
  padding-bottom: 60px;
}
.banner_img {
    position: relative;
}
.banner_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.banner_slider img {
  width: 100%;
  display: block;
}
.banner_slider .banner_slide .mobile_banner {
  display: none;
}
.banner_slide{
    position: relative;
}

.banner_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: 900px;
    z-index: 2;
    user-select: text;
}

.banner_content h1 {
    font-size: 48px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 600;
}

.banner_content p {
    font-size: 18px;
    margin: 0px;
    line-height: 1.2;
    font-weight: 400;
}
.banner_btn_row{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.banner_content .bannerbtn {
    padding: 10px 20px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border: 1px solid #fff;
    transition: all 0.5s ease;
    font-size: 16px;
    font-weight: 400;
}

.banner_content .bannerbtn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}


.product_section {
  border: 1px solid #e8e8e1;
  border-left: 0;
  border-right: 0;
  padding: 60px 0;
}

.section_heading h2 {
  font-size: 25px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0;
}

.product_area,
.veiw_all_btn {
  padding: 20px 0 0;
}

.product_area .products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px !important;
}

.woocommerce ul.products.columns-5 li.product {
  margin: 0 !important;
  width: 25% !important;
  padding: 15px 11px !important;
}

.products li .woocommerce-loop-product__title {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.woocommerce ul.products li.product .star-rating {
  font-size: 17px;
  color: #ffb300;
}

.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.woocommerce ul.products li.product .button {
  display: none;
}

.veiw_all_btn {
  text-align: center;
}

.woocommerce ul.products li.product a img {
  margin: 0 !important;
}

.primary_btn {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .3em;
  display: inline-block;
  padding: 11px 20px;
  font-size: 14px;
  background: #000;
  color: #fff !important;
  border: 1px solid #000;
  transition: all 0.5s;
}

.primary_btn:hover {
  background: transparent;
  color: #000 !important;
}

.woocommerce ul.products li.product .onsale {
  display: none;
}

.product_heading_area .veiw_all_btn {
  text-align: right;
  padding: 0;
}

.outline_btn {
  border: 1px solid #e8e8e1;
  color: #000;
  font-size: 14px;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .3em;
  background: transparent;
  transition: all 0.5s;
}

.outline_btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.custom_jackets_section {
  background-image: url('https://stylezea.com/wp-content/uploads/2025/10/customize.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 650px;
  padding-top: 100px;
}

.custom_jackets_box {
  background: #fff;
  padding: 30px;
  max-width: 400px;
  margin-left: auto;
}

.custom_jackets_box h3 {
  text-transform: uppercase;
  letter-spacing: .3em;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  margin: 0 0 10px;
}

.custom_jackets_box h2 {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0 0 10px;
}

.custom_jackets_box p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 30px;
  letter-spacing: 0.025em;
}

.primary_btn.icon_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.about_section {
  padding: 60px 0;
  border-top: 1px solid #e8e8e1;
  margin-top: 60px;
}

.about_section .about_area {
  padding-top: 15px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.about_section .section_heading {
  text-align: center;
}

.about_section .about_area p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  margin: 0px;
  letter-spacing: 0.025em;
  text-align: center;
}
.about_section_btn {
  margin-top: 20px;
}

.newsletter_section {
  background: #000;
  padding: 75px 0;
}
.newsletter_area{
    max-width: 800px;
    margin: 0 auto;
}
.newsletter_area h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0 0 15px;
  text-align: center;
}

.newsletter_area p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 15px;
  letter-spacing: 0.025em;
}

.es-form-field-container .gjs-row {
  margin: 0 !important;
}

.es-form-field-container .gjs-row .gjs-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
}

.es-form-field-container .gjs-row .gjs-cell input.es-email {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 10px;
  color: #fff;
  outline: none;
  font-size: 14px;
  font-weight: 300;
  height: 43px;
  transition: all 0.4s;
}

.es-form-field-container .gjs-row .gjs-cell input.es-email:focus {
  border-color: transparent;
}

.es-form-field-container .gjs-row .gjs-cell input.es-email::placeholder {
  color: #fff;
  opacity: 1;
}

.es-form-field-container .gjs-row .gjs-cell input[type="submit"] {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .3em;
  cursor: pointer;
  padding: 11px 20px;
  height: 43px;
  border-radius: 0;
  transition: all 0.4s;
}

.es-form-field-container .gjs-row .gjs-cell input[type="submit"]:hover {
  background: #2b2b2b;
}

.site_footer {
  border-top: 1px solid #e8e8e1;
  background: #fff;
  padding: 60px 0;
}

.footer_row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 22px;
}

.footer_col {
  width: calc(25% - 22px);
}

.footer_col h3 {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px;
  color: #000;
}

.footer_col ul {
  margin: 0;
  padding: 0;
  line-height: ;
  list-style: none;
}

.footer_col.menu_col ul li {
  margin-bottom: 10px;
}

.footer_col.menu_col ul li:last-child {
  margin: 0;
}

.footer_col.menu_col ul li a {
  font-size: 15px;
  color: #000;
  line-height: 1.3;
  font-weight: 300;
  transition: all 0.4s;
}

.footer_col.menu_col ul li a:hover {
  opacity: 0.7;
}

.about_content p,
.footer_copyright p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  margin-bottom: 10px !important;
}

.footer_social_icons ul {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer_social_icons a {
  color: #000;
}

.footer_contact_info a {
  font-size: 15px;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
}

.footer_contact_info li {
  margin: 0 0 15px;
}

.footer_contact_info li:last-child,
.footer_copyright p {
  margin: 0;
}

.footer_copyright {
  text-align: center;
  padding-top: 60px;
}

#mega-menu-wrap-menu-1,
#mega-menu-wrap-menu-1 #mega-menu-menu-1,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 ul.mega-sub-menu,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-row,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-column,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 span.mega-menu-badge,
#mega-menu-wrap-menu-1 button.mega-close,
#mega-menu-wrap-menu-1 button.mega-toggle-standard {
  position: unset;
}

.coupon #coupon_code {
  width: unset !important;
}

.cart-collaterals {
  padding-bottom: 60px;
}

.woocommerce span.onsale {
  background: #000 !important;
  font-size: 14px !important;
  min-height: auto !important;
  line-height: 24px !important;
  padding: 0 10px !important;
  border-radius: 0px !important;
  top: 10px !important;
  left: 140px !important;
}

.woocommerce ul.products.columns-4 li.product {
  width: 25%;
  padding: 15px 10px;
}

.about_content p a {
  color: #000;
  text-decoration: underline;
}

.single_page,
.shop_pages {
  background: #fff;
  padding-top: 20px !important;
}

.wvs-has-image-tooltip::after,
[data-wvstooltip]::after {
  left: 14px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  background: #000 !important;
  color: #fff !important;
}

.site_breadcrumb.single_breadcrumb {
  background: #f8f9fa;
}

.woocommerce-breadcrumb {
  padding: 20px 0 !important;
  margin: 0px !important;
}

.headers_name .site_breadcrumb .woocommerce-breadcrumb {
  padding: 20px 0 10px 0 !important;
}

.headers_name {
  background: #f8f9fa;
  text-align: center;
}

.page-title {
  padding-bottom: 20px;
}

.woocommerce a.remove {
  color: #a3a3a3 !important;
}

.woocommerce a.remove:hover {
  background: #000 !important;
  color: #fff !important;
}

.entry-title {
  padding-top: 30px;
}

.entry-footer {
  display: none;
}

.wc-block-components-text-input input[type="text"] {
  outline: none !important;
}

.wc-block-components-button__text {
  opacity: 1 !important;
}

ins {
  background: none !important;
}

.wc-block-components-form .wc-block-components-checkout-step {
  margin-bottom: 20px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: none !important;
}

.wc-block-components-product-name {
  font-size: 15px !important;
  font-weight: 600 !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-6,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
  width: 25% !important;
}
.entry-summary{
    margin-top: 0px !important;
}
.woocommerce-product-details__short-description ul li{
    font-size: 15px !important;
}
.woocommerce div.product form.cart{
    margin-top: 0px !important;
}
.wvs-has-image-tooltip:hover::after,
.wvs-has-image-tooltip:hover::before,
[data-wvstooltip]:hover::after,
[data-wvstooltip]:hover::before{
    display: none !important;
}
.woocommerce div.product form.cart .variations th{
    line-height: 1.4em !important;
}
#tab-description p{
    margin-bottom: 10px !important;
}
.tabs.wc-tabs li a {
    font-size: 25px !important;
}
.wc-block-components-product-price__regular.wc-block-components-order-summary-item__regular-individual-price {
    color: #a3a3a3 !important;
    font-size: 16px !important;
}
.wc-block-components-product-price__value.is-discounted.wc-block-components-order-summary-item__individual-price {
    font-size: 18px !important;
}
#billing-phone {
    outline: none;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
    background: #000 !important;
    color: #fff !important;
}
.footer_col h3 {
    font-weight: 600 !important;
}
.variations tbody tr td ul li:hover {
    border: 1px solid #000 !important;
    color: #000 !important;
}
.entry-content ul {
    margin: 0px;
}
.woocommerce-Reviews-title,
#tab-description h2,
#tab-additional_information h2{
    font-size: 20px !important;
}
.woocommerce-message{
    outline: none;
}
.entry-content .woocommerce table.shop_table th{
    font-size: 18px;
    font-weight: 600;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea{
    border: 1px solid #ccc !important;
}
.wc-blocks-components-select .wc-blocks-components-select__select{
    border: 1px solid #ccc !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item{
    padding-top: 0px !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img{
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu{
    top: 125px !important;
}


.contact_row {
    display: flex;
    align-items: flex-start;
    justify-content: spac-between;
}

.form_column {
    width: 65%;
    padding-right: 30px;
}

.contactinfo_column {
    width: 35%;
}

.form_column h1 {
    font-size: 24px;
    line-height: 1.43;
    font-weight: 500;
    color: #000;
}

.form_column p {
    font-size: 16px;
    line-height: 1.625;
    color: #666;
    font-weight: 400;
}

.contact_detail h1 {
    font-size: 18px;
    line-height: 1.43;
    font-weight: 500;
    color: #000;
    margin-top: 0;
}

.contact_detail p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.contact_detail ul {
    margin: 0;
    padding: 0;
}

.contact_detail ul li {
    padding: 5px 0;
    list-style: none;
}

.contact_detail ul li a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    outline: none;
}

.contact_detail ul li a:hover {
    color: #000;
}

.contact_detail ul li a i {
    margin-right: 10px;
}

.footer_social_links li a i:hover {
    color: #e9233e !important;
}

.social_icons a i {
    color: #000 !important;
}

.map {
    margin-top: 10px;
}
.contact_form form input[type='email'],
.contact_form form input[type='text'],
textarea{
  width: 100%;
  outline: none;
}
.social_icons{
    margin-top: 10px;
}
.social_icons ul{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0px;
    margin: 0px;
}
.social_icons ul li {
    list-style: none;
}
.social_icons ul li a{
    text-decoration: none;
}
.social_icons ul li a svg{
    width: 25px !important;
    height: 25px !important;
}
.page_title h1{
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 500;
    color: #000;
    text-align: center;
}
.contact_row .form_column h2,
.contactinfo_column .adress h2{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    margin: 15px 0;
    color: #000;
}
.heading h1 {
    margin-bottom: 0px;
}
.about_row {
    display: flex;
    width: 100%;
    gap: 50px;
    align-items: flex-start;
    padding-top: 30px;
}
.about_content_col {
    width: 50%;
}
.about_img_col {
    width: 50%;
}
.about_text {
    padding: 60px 0;
}
.about_content_col h2,
.about_text h4 {
    font-size: 22px;
    margin: 0px;
    padding-bottom: 10px;
    color: #000;
    font-weight: 500;
    line-height: 1.3;
}
.about_content_col p,
.about_text p,
.about_text ol li,
.about_text ul li {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.4;
}
.about_content_col p a {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}
.aligncenter{
    width: 100%;
    margin-bottom: 0px;
}
.about_text ol,
.about_text ul {
    margin: 0px;
}
.note{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
}


.page-header h1{
    padding-bottom: 0px !important;
}
.blog-posts-grid{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}
.blog-post-item{
    width: calc(33.33% - 10px);
}
.blog-post-item .post-thumbnail a img{
    width: 100%;
    height: 250px;
}
.post-categories{
    margin-top: 20px;
    text-align: center;
}
.post-categories a {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 10px;
    transition: 0.3s;
}
.post-categories a:hover{
    background: #000;
    color: #fff;
}
.post-title{
    margin: 10px 0;
    text-align: center;
}
.post-title a {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.post-title a{
    font-size: 18px;
}
.blog-post-item {
    width: calc(33.33% - 10px);
}
.post-categories a{
    font-size: 14px;
}
.page-header h1{
    margin-bottom: 0px;
}
.blog-posts-grid{
    padding: 20px 0 40px;
}


.faqs {
    padding-bottom: 20px;
}
.faqs p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #8a8a8a;
    line-height: 1.4;
}
.faqs h3 {
    margin: 15px 0 5px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 1.4;
}
.faqs p a {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}
.faqs p strong {
    color: #000;
}

.entry-content p {
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
.entry-content hr {
  margin-bottom: 0px;
}
.entry-content h3{
    font-size: 20px;
}
.entry-content ul li {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.entry-content h3 {
  font-size: 20px;
  color: #000;
}
.entry-content ul li a,
.entry-content ol li a {
  color: #000;
  text-decoration: underline;
}
.woocommerce-order ul {
  padding: 0 !important;
  margin-bottom: 20px !important;
}
.woocommerce ul.order_details li{
    font-size: 12px;
}
.entry-content ul li strong {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.shop_table thead{
    background: #f0f0f0;
}
.product-name a{
    font-weight: 400 !important;
}
address {
  color: #000 !important;
  font-weight: 400 !important;
}
.entry-content .woocommerce table.shop_table th {
  font-size: 18px;
  font-weight: 400 !important;
}
.woocommerce table.shop_table tfoot td{
    font-weight: 400 !important;
}
.woocommerce .woocommerce-order-details{
    margin-bottom: 0px !important;
}
/////////////////////SINGLE-BLOG//////////////////
.single_post {
    padding: 40px 0;
}

.single_post_row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.single_post_content {
    width: 100%;
}

.entry-title.blog_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.44;
    margin: 0 0 20px;
    color: #000;
    text-align: center;
}

.single_post .entry-meta {
    text-align: center;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    line-height: 1.7;
}

.single_post .entry-meta a {
    color: #000;
}

.single_post .entry-meta a:hover {
    color: #666;
}

.single_post .entry-header {
    margin-bottom: 34px;
}

.post-thumbnail img {
    width: 100%;
    display: block;
}

.single_post .entry-content ul li {
    margin: 10px 0;
}

.single_post .edit-link,
.single_post .cat-links {
    display: none;
}

.single_post .entry-footer {
    background: unset;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e087;
}

.single_post .tags-links {
    font-weight: 500;
    color: #000;
}

.single_post .tags-links a {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    margin-left: 10px;
}

.single_post .nav-links a {
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    color: #000;
    display: block;
    position: relative;
}

.single_post .nav-links a::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.single_post .nav-previous a::before {
    left: 0;
    content: '\f060';
}

.single_post .nav-next a {
    padding-right: 33px;
}

.single_post .nav-next a::before {
    content: '\f061';
    right: 0;
}

.single_post .nav-previous a {
    padding-left: 33px;
}

.single_post .nav-subtitle {
    display: block;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 500;
    color: #9b9b9b;
    margin-bottom: 4px;
}


.wp-block-heading.post_cat,
.posts_sidbar .wp-block-heading {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}

.single_post .widget_categories ul,
.posts_sidbar ul {
    margin: 0 !important;
    padding-left: 20px;
}

.single_post .widget_categories ul li,
.posts_sidbar ul li {
    padding: 8px 0;
}

.single_post .widget_categories ul li a,
.posts_sidbar ul li a {
    color: #666;
    font-weight: 400;
    line-height: 1.5;
}

.single_post .widget_categories ul li a,
.posts_sidbar ul li a:hover {
    color: #e9233e;
}

.single_post .comment-meta {
    background: unset !important;
}

.comment-metadata a {
    color: #000;
}

.reply a {
    color: #e9233e;
}

.single_post .comments-title {
    color: #000;
    font-weight: 500;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 15px;
}

.single_post #commentform label {
    color: #000;
    text-transform: capitalize;
    display: block;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}

.single_post #commentform input,
.single_post #commentform textarea {
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    padding: 10px 15px;
    font-family: 'Outfit', sans-serif;
}

.single_post #commentform input:focus,
.single_post #commentform textarea:focus {
    border-color: #000;
}

.single_post #wp-comment-cookies-consent {
    width: unset !important;
}

.single_post #commentform label {
    display: inline-block !important;
}

.single_post .form-submit input {
    display: inline-block;
    background: #000 !important;
    padding: 14px 25px;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid #000 !important;
    transition: all 0.3s;
    font-family: 'Outfit', sans-serif;
    width: unset !important;
    cursor: pointer;
}

.single_post .form-submit input:hover {
    background: transparent !important;
    color: #000 !important;
}

.post-excerpt {
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
}


.posts_sidbar{
    padding-top: 30px;
}
.single_post .entry-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    margin-bottom: 0px;
}
.single_post .entry-header .entry-title{
    font-size: 25px;
    text-align: left;
    padding-top: 0px;
}
.single_post .entry-content h1 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 0px;
}
.wp-block-latest-posts{
    padding-left:0px !important;
}
.wp-block-latest-posts li{
    font-size: 15px;
}
.wp-block-heading{
    margin: 0px !important;
}
.wp-block-categories{
    padding-left: 10px;
}
.widget_block{
    margin-bottom: 10px;
}
.single_post .widget_categories ul li a,
.posts_sidbar ul li a:hover{
    color: #000 !important;
}
.entry-content a{
    color: #000 !important;
}
.nav-links{
    justify-content: center;
    gap: 30px;
}
.nav-previous,
.nav-next {
    background: #000;
    color: #fff;
    padding: 13px 30px;
}
.single_post .nav-links a::before{
    color: #fff !important;
}
.single_post .nav-subtitle{
    color: #fff;
    margin: 0px;
}
#commentform {
    padding-bottom: 20px;
}
.logged-in-as a {
    color: #000;
    text-decoration: underline;
}
.comment-form-comment label {
    color: #000 !important;
}
.entry-content h2 {
    font-size: 18px;
    color: #000;
}

.faq-section{
    padding: 0 0 20px 0;
}
.faq-item {
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
}

.faq-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px 20px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    transition: background 0.3s ease;
}
.faq-title.active{
    background: #fafafa;
}
.faq-title:hover {
    background: #f9f9f9;
}

.faq-content {
    display: none;
    padding: 15px 20px;
    color: #555;
    line-height: 1.6;
    border-top: 1px solid #eee;
}
.faq-content p{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0px;
}

/* 🔄 Icon Rotation */
.faq-title .icon {
    transition: transform 0.4s ease;
}

.faq-title.active .icon {
    transform: rotate(180deg);
}
.faq-head h2 {
    margin: 0 0 15px;
    font-size: 27px;
    line-height: 1.2;
    color: #000;
}
.faq-head,
.faq-foot {
    padding: 15px 0px;
}
.faq-foot h2 {
    color: #000;
    font-size: 27px;
    line-height: 1.3;
}
.faq-head p,
.faq-foot p,
.faq-foot i {
    font-size: 16px;
    color: #000;
}


.work_section {
    padding: 40px 0;
}
.work_section .section_heading {
    text-align: center;
}
.work_section_row {
    display: flex;
    width: 100%;
    gap: 20px;
    margin: 25px 0 0 0;
}
.work_section_col {
    border: 1px solid #e8e8e1 !important;
    border: none;
    padding: 20px;
    width: 25%;
}
.work_section_col h3 {
    font-size: 22px;
    line-height: 1.2;
    color: #000;
}
.work_section_col p {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

.categorie_content{
    padding: 30px 0 0 0;
}
.categorie_content a,
.faq-foot a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.categorie_content a:hover,
.faq-foot a:hover {
    color: #7b7b7b;
}
.categorie_content h2 {
  font-size: 27px;
  line-height: 1.3;
  color: #000;
}
.categorie_content p {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
}
.categorie_content h3 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
}


.guide_images_row {
    display: flex;
    width: 100%;
    gap: 60px;
    margin-bottom: 20px;
    align-items: center;
}
.guide_image_col{
    width: 50%;
}
.guide_image_col img{
    width: 100%;
}
.wp-content h1,
.wp-content h2,
.wp-content h3
{
    letter-spacing: 0.025em;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight:400;
    color: #000;
}
.wp-content p,
.wp-content i{
    letter-spacing: 0.025em;
    margin-bottom: 10px;
    font-wight: 400;
}
.wp-content ul{
    padding: 0px;
}
.cart {
    position: relative;
}

.work_section_col h3 {
  margin: 0 0 10px !important;
}
.work_section_col p {
  margin: 0px !important;
}
.work_section {
  background: #fbfbfb;
}
strong{
    color: #000;
}