/*
Theme Name: Ripon - Child Theme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.p-0 {
padding:0 !important;
}

.mb-0 {
margin-bottom:0 !important;
margin-block-end: 0 !important;
}

:root {
    --ls__tighter: -.05em;
    --ls__tight: -.025em;
    --ls__normal: 0;
    --ls__wide: .025em;
    --ls__wider: .05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    /* letter-spacing: var(--ls__normal); */
}

@font-face {
    font-family: 'new-icons';
    src: url('/wp-content/fonts/icons/new-icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.links > li > a::before, i[class*=" icon-"], i[class^="icon-"] {
   font-family: new-icons, fl-icons !important;
}

.icon-search.icon-search, .icon-user.icon-user, .icon-shopping-basket.icon-shopping-basket {
    font-family: new-icons, fl-icons !important;
}
.icon-shopping-basket:before{content:"\e800" !important;}
.icon-search:before{content:"\e805";font-size: 19px !important;}
.icon-user:before{content:"\e803" !important;}
.icon-menu:before{content: "\e806" !important;}
.icon-equalizer:before {content: "\e806" !important;}

.mobile-nav .nav-icon i { font-size: 1.7em !important; }
/*Fonts - END */


/* Product Page Breadcrumbs - START */

.femora-breadcrumbs {
padding: 0 15px !important;
}

.product-short-description { color: #666; }

/* Product Page Breadcrumbs - END */

/* Add to Cart Button Full Size - START */

.single_add_to_cart_button {
    width: 100%;
    font-size: 14px !important;
    border-radius: 1px;
    letter-spacing: 0.1rem;
    padding: 8px 10px;
}

/* Varyasyon Görselleri - START */
.ux-swatches--x-large .ux-swatch--image {
    width: 100px !important;
    height: 120px !important;
}

.ux-swatch--image img {
width: 100%;
    height: 100%;
object-fit: cover;
}
/* Varyasyon Görselleri - END */

/* Complete the Look - START */

.widget-upsell .widget-title {
    border: unset;
    padding-bottom: 0;
    margin-bottom: 1.3em;
    font-size: 17px;
    font-weight: 600;
}

.widget-upsell .is-divider { display:none; }

.widget-upsell .product-title {
margin-top:6px !important;
font-size: 16px;
font-weight:600;
}

.widget-upsell span.amount {
font-size: 16px;
font-weight:500;
color: #666666;
}

/* Complete the Look - END */


/* Product Page Buy Now Button - START
.single_add_to_cart_button:nth-of-type(1) {
    margin-bottom: 8px;
    color: black;
    background-color: unset !important;
    border: 1px solid #e6e6e6;
    position: relative;
    overflow: hidden;
}
.single_add_to_cart_button:nth-of-type(1):hover {
    color: white;
}
.single_add_to_cart_button:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
    background-color: #161519;
    z-index: -1;
}
.single_add_to_cart_button:nth-of-type(1):hover::before {
    right: 0;
}

.single_add_to_cart_button:nth-of-type(2) {
    position: relative;
    overflow: hidden;
    background-color: #121114 !important;
    color: white;
}

.single_add_to_cart_button:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    transition: right 0.4s ease-out;
    background-color: #49484c;
    z-index:-1;
}

.single_add_to_cart_button:nth-of-type(2):hover::before {
    right: 0;
}*/

.femora-product-info .woocommerce-variation-price {
border:unset;
}

.femora-product-info .woocommerce-variation-add-to-cart {
display:flex;
}

.femora-product-info .woocommerce-variation-add-to-cart button {
margin-bottom: unset !important;
}

.femora-product-info .quantity input[type=number] {
    height: unset;
	border:unset;
}

.femora-product-info .ux-quantity {
border: 1px solid #ECECEC;
padding: 0 12px;
transition: 0.3s all;
}

.femora-product-info .ux-quantity:hover {
border: 1px solid #000;
}

.femora-product-info .ux-quantity input[type=button].is-form {
background:#fff;
border:unset !important;
}

.femora-product-info .ux-quantity input[type=button]:hover {
box-shadow:unset !important;
}

.femora-product-info .ux-quantity .quantity input[type=number] {
    border: unset !important;
}

.femora-product-info .single_add_to_cart_button {
	background:#000;
	color: #fff;
    padding: 12px 10px;
	margin-bottom: 0 !important;
	border: 1px solid #000;
}

.femora-product-info .single_add_to_cart_button:hover {
	background:#fff;
	color: #000;
	border: 1px solid #000;
	box-shadow: unset;
}

/* Product Page Buy Now Button - END */

/* Add to Cart Button Full Size - END */

.breadcrumbs {
    color: #666666;
    text-transform: capitalize;
    font-size: 14px;
}

.breadcrumbs a, .breadcrumbs .divider {
    letter-spacing: 0.4px !important;
    color: #666666;
}

/* Product Page Shipping Info - START */
.featured-box p {
    margin-bottom: 2px;
}

/* Product Page Shipping Info - END */

/* Product Gallery Grid - START */
/*@media screen and (min-width: 850px) {
    .product-gallery-stacked .slide:not(:last-child) {
        margin-bottom: 0;
    }

    .woocommerce-product-gallery__wrapper {
        display: grid;
        gap: 16px;
        grid-template-columns: 1fr 1fr;
    }

    .flickity-viewport {
        grid-column: span 2;
    }

    .flickity-slider {
        display: grid;
        gap: 16px;
        grid-template-columns: 1fr 1fr;
    }
    
    .flickity-slider > .slide:is(
        :nth-child(3n):not(:nth-last-child(2)),
        :nth-last-child(-n+2):first-child,
        :nth-last-child(-2n+4):first-child ~ :nth-last-child(-n+2)) {
      grid-column: span 2;
    } 
}
*/
/* Product Gallery Grid - END */


/* Product Page Accordion - START */
.accordion-title {
    padding-inline: 0;
    border-bottom-color: #e6e6e6;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.accordion-title.active {
    background-color: unset;
    font-weight: normal;
    border-top-color: #e6e6e6;
}

.accordion .toggle {
    position: static;
    margin: 0;
    padding: 0;
    font-size: .7rem;
}

.accordion .accordion-inner {
   padding-left: 0em !important;
    color: #666666;
    font-size: 15px;
    line-height: normal;
}


/* Product Page Accordion - END */

.text-white-col {
    color: #ffffff;
}

.header-cart-icon[data-icon-label] {
    line-height: normal;
}

.header-cart-icon[data-icon-label]::after {
    top: -6px;
    right: -6px;
    padding-inline: 3px 4px;
}

.header-cart-icon[data-icon-label^="1"]::after {
    padding-left: 2.5px;
}

.header-cart-icon[data-icon-label$="1"]::after {
    padding-right: 3px;
}

.nav>li>a.nav-top-link {
    font-weight: 900;
    letter-spacing: var(--ls__wide);
}

/*
.nav > li > a.nav-top-link {
    --border-color: currentColor;
    --border-width: 1px;
    --bottom-distance: 5px;

    color: #666;
    display: inline-block;
    background-image: linear-gradient(var(--border-color), var(--border-color));
    background-size: 0% var(--border-width);
    background-repeat: no-repeat;
    transition: background-size 0.3s;
    margin: 5px 0;

    background-position: 0 calc(100% - var(--bottom-distance));
    }

.nav>li>a.nav-top-link:hover {
    background-size: 100% var(--border-width);
} */

/*
.underlineFromCenter {
background-position: 50% calc(100% - var(--bottom-distance));
}
.underlineFromRight {
background-position: 100% calc(100% - var(--bottom-distance));
}
.underlineFromLeft {
background-position: 0 calc(100% - var(--bottom-distance));
}
:is(.underlineFromCenter, .underlineFromRight, .underlineFromLeft):hover {
background-size: 100% var(--border-width);
}
*/
.badge-container {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    margin-top: 8px;
    margin-left: 8px;
}
.badge-container .new-bubble-auto {
    color: #75767c;
}

.badge {
    height: unset;
    width: unset;
    padding-block: 4px;
    padding-inline: 6px 4px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
}

.badge+.badge {
    height: unset;
    width: unset;
}

.badge-inner {
    text-align: center;
    line-height: .85;
    background-color: transparent !important;
    color: #000 !important;
    font-weight: 800;
    font-size: 16px;
}


.image-tools.grid-tools.text-center.hide-for-small.bottom.hover-slide-in.show-on-hover {
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    width: auto !important;
}
.quick-view {
    background-color: #fff !important;
    color: #000 !important;
    text-transform: uppercase !important;
    letter-spacing: var(--ls__wide);
    font-weight: 400 !important;
}

/*
.flickity-button[aria-label="Next"] .flickity-button-icon, .flickity-button[aria-label="Previous"] .flickity-button-icon {
    background-color: #fff;
}*/
.section-title-container {
    margin-bottom: 30px;
}

.col-inner>.section-title-container,
.col-inner>.button {
    margin-bottom: 0 !important;
}

.section-title-normal,
.section-title-normal span {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.flickity-prev-next-button svg {
    background-color: #fff;
    border-radius: 50%;
    padding: 30%;
}

.box-text .product-title {
    text-transform: uppercase;
}

.section-title span {
    text-transform: capitalize;
}

.in-stock {
  display: none !important;
}

.out-of-stock {
  margin-bottom: 1.5em;
}

.absolute-footer{
    display: none;
}

.header-wrapper.stuck, .header-shadow .header-wrapper, .layout-shadow #wrapper{
    box-shadow: unset;
}

.special-border-bottom {
   border-bottom: 1px solid #f2f2f2;
}
.special-border-right {
   border-right: 1px solid #ebebeb;
}
.special-border-vertical {
   border-top: 1px solid #f2f2f2;
   border-bottom: 1px solid #f2f2f2;
}
.special-border-rl {
   border-right: 1px dashed #f2f2f2;
   border-left: 1px dashed #f2f2f2;
}
.height100 {
   height: 100vh;
}
.height65 {
   height: 65vh;
}
.company-landing {
   height: 100vh;
   display: flex;
   align-items: flex-start;
   justify-content: center;
}

.has-sticky .header-wrapper {
    border-bottom: 1px solid #DEE0EA;
}

#top-bar {
   border-bottom: 1px solid #DEE0EA;
}

.product-info .product-lightbox-inner .is-divider {
   display:none;
}

.col-inner .product-section {
   border-top: 0px !important;
}
.product_meta>span {
   border-top: 0px;
   padding: 0 0;
}
.product-lightbox-inner .product-short-description {
   display:none;
}



.icon-menu:before {
   color: black;
}

.cart_totals th, .cart_totals td {
   border-style: none;
}
.cart_totals th.product-name {
   letter-spacing: 0;
   border-bottom: 1px solid #dee0ea !important;
   padding-top: 16px
   color: #bcbdbe;
}
.cart-wrapper .product-quantity, .cart-wrapper .product-subtotal {
   display:none;
}

.cart-wrapper .product-price {
   text-align: right !important;
}
.cart-wrapper th.product-price {
}

.shop_table th.product-name, .shop_table th.product-price {
   border-style:none;
   border-bottom: 1px solid #dee0ea !important;
   padding-top: 16px;
   font-size: 16px;
   letter-spacing: 0;
   font-weight: 900;
    text-transform: capitalize;
   color: #bcbdbe;
}
.product-price span.amount {
   font-weight: 400 !important;
}

th.product-name {
  font-weight: 900;
  font-size: 16px;
  letter-spacing: -.4px;
   text-transform: capitalize;
}

.woocommerce-cart-form__cart-item a.remove {
  border: none;
  width: unset;
  height: unset;
  font-size: 24px !important;
  font-weight: 400;
}

/* bolumler arasi dikey ayirac silindi */
.cart-collaterals {
  border-left: none !important;
}

/* Code Promo altindaki border ve bosluklar silindi */
.cart-sidebar .widget-title {
   border-style:none;
   border-bottom: 1px solid #dee0ea !important;
   padding-top: 16px;
}

.cart-sidebar .widget-title {
    text-transform: capitalize !important;
    font-size: 16px;
    letter-spacing: -.4px;
    margin-right: -4px !important;
}
.cart-sidebar .widget-title .icon-tag:before {
    display:none;
}

td.product-thumbnail {
  min-width: 45px;
  max-width: 150px;
  width: 12vw;
}

.page-title-inner .breadcrumbs {
   display:none;
}

.wc-proceed-to-checkout p#wcpay-payment-request-button-separator {
   display:none;
}

.cart-container .row-divided>.col+.col:not(.large-12) {
    border: 1px solid #dee0ea !important;
    padding: 2rem !important;
    border-left: 1px solid #dee0ea !important;
}

.wc-proceed-to-checkout .button.alt:not(.is-outline) {
    background-color: #ee403d !important;
    text-transform: initial;
    font-size: 15px;
    padding: 6px 0px;
}

.cart-container .return-to-shop a { 
   text-transform: capitalize; 
   border-radius: 3px; 
   background: #EF403D !important; 
}

:root {
--fs-sm: clamp(0.7rem, 0.16vw + 0.66rem, 0.84rem);
--fs-base: clamp(0.88rem, 0.28vw + 0.81rem, 1.13rem);
--fs-md: clamp(1.09rem, 0.45vw + 0.99rem, 1.5rem);
--fs-lg: clamp(1.37rem, 0.7vw + 1.21rem, 2rem);
--fs-xl: clamp(1.71rem, 1.06vw + 1.47rem, 2.66rem);
--fs-2xl: clamp(2.14rem, 1.57vw + 1.78rem, 3.55rem);
--fs-3xl: clamp(2.67rem, 2.29vw + 2.15rem, 4.73rem);
--fs-4xl: clamp(3.34rem, 3.3vw + 2.59rem, 6.31rem);
--fs-5xl: clamp(4.17rem, 4.71vw + 3.11rem, 8.41rem);

  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
}
.font-weight-500,
.font-weight-500 *{
  font-weight:500;
}
.font-weight-600,
.font-weight-600 *{
  font-weight:600;
}
.fs-sm,
.fs-sm * {
  font-size: var(--fs-sm);
}
.fs-base,
.fs-base * {
  font-size: var(--fs-base);
}
.fs-md,
.fs-md * {
  font-size: var(--fs-md);
}
.fs-lg,
.fs-lg * {
  font-size: var(--fs-lg);
}
.fs-xl,
.fs-xl * {
  font-size: var(--fs-xl);
}
.fs-2xl,
.fs-2xl * {
  font-size: var(--fs-2xl);
}
.fs-3xl,
.fs-3xl * {
  font-size: var(--fs-3xl);
}
.fs-4xl,
.fs-4xl * {
  font-size: var(--fs-4xl);
}
.fs-5xl,
.fs-5xl * {
  font-size: var(--fs-5xl);
}
.tracking-tighter {
  letter-spacing: var(--tracking-tighter);
}
.tracking-tight {
  letter-spacing: var(--tracking-tight);
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: var(--tracking-wide);
}
.tracking-wider	{
  letter-spacing: var(--tracking-wider);
}
.tracking-widest {
  letter-spacing: var(--tracking-widest);
}
.line-height-08{
line-height: 0.8;
}

.line-height-1{
line-height: 1;
}

.line-height-14{
line-height: 1.4;
}

/* MOBILE SIDEBAR - START */
.sidebar-menu input#woocommerce-product-search-field-1 {
   height: 38px;
   border-radius: 5px;
}
.sidebar-menu input#woocommerce-product-search-field-1:focus {
   border: black solid 1px;
}

.form-flat input:not([type=submit]) {
   background-color: white;
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
 width: 450px !important;
-webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
 box-shadow: 0 0 0 0 rgba(0,0,0);
 background-color: #FFFFFF;
}
/* MOBILE SIDEBAR - END */

/* CART SIDEBAR - START */

.cart-popup-title>span {
	margin-bottom: 2rem;
    font-weight: 800;
}

.cart-popup-title .is-divider {
display:none;
}

.off-canvas-cart .ux-mini-cart-footer {
    padding: 30px 30px 30px;
    background: #f7f7f7;
}

.widget_shopping_cart_content ul.product_list_widget li a:not(.remove) {
    min-height: inherit !important;
}

.ux-mini-cart-cross-sells__list-item img { width:80px; height:80px; }

.cart-popup .ux-mini-cart-cross-sells__list-item img {
height: 84px !important;
width: 84px !important; 
}

/* CART SIDEBAR - END */

/* SHOP PAGE - START */
.br_widget_brand_element_slider a:hover { color:#2e2e2e; }

.widget_price_filter .is-divider {
  visibility:hidden;
}
#shop-sidebar .is-divider {
  visibility:hidden;
  height: 0px !important;
}
#shop-sidebar span.widget-title {
  font-weight: 800;
  letter-spacing: 0 !important;
}
.widget_layered_nav_filters ul li.chosen a {
   border-radius: 0 !important;
   border: 1px solid rgba(0,0,0,.0) !important;
}
ul.menu > li + li, .widget > ul > li + li {
  border-top: none;
}
.widget_price_filter .ui-slider-horizontal {
    height: 2px;
}
.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #df5243;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle {
background-color: #df5243;
border: 1px solid #df5243; 
}

.widget_price_filter .price_slider_amount .button {
    background-color: #f2f3f5;
    color: black;
    border-radius: 0;
}
/* SHOP PAGE - END */

.custom-dropdown-menu .ux-menu.ux-menu--divider-solid .ux-menu-link .ux-menu-link__link {
    border-bottom-style: none !important;
	color: #000 !important;
}

.custom-dropdown-menu .ux-menu a {
font-size:20px;
font-weight:600;
color:#000;
transition: all 0.3s;
}

.custom-dropdown-menu .ux-menu a:hover {
color:#666;
}

.header-nav-main.nav-right > .has-dropdown > .nav-dropdown {
    border: 1px solid #dee0ea;
    border-radius: 4px;
}

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: none;
}

.nav-column li>a, .nav-dropdown>li>a {
    padding: 6px 20px;
}

.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: black;
}

p.woocommerce-mini-cart__buttons .wc-forward {
   border-radius: 3px;
   font-size: 14px !important;
   letter-spacing: 0;
   padding: 4px 0px !important;
}

p.woocommerce-mini-cart__buttons .wc-forward:first-child {
   background-color: white !important;
   color: black;
   border: 1px solid #DEE0EA;
}


.cart-item > .nav-dropdown {
  min-width: 380px;
}
.widget_shopping_cart p.total {
    border: none;
    margin-bottom: 0.5em;
    padding: 0 0;
    font-weight: 600;
}
.woocommerce-mini-cart__total > strong {
    font-weight: normal;
}

.widget_shopping_cart ul.product_list_widget li {
    padding-left: 120px;
    padding-right: 40px;
}
.widget_shopping_cart_content ul.product_list_widget li a:not(.remove) {
  min-height: 120px;
}
.widget_shopping_cart_content ul.product_list_widget li img {
  height: 120px;
  width: 100px;
}
.widget_shopping_cart_content ul.product_list_widget li a
{
text-transform: uppercase;
font-size: 14px;
}
.widget_shopping_cart_content ul.product_list_widget li a.remove {
  border: none;
  width: unset;
  height: unset;
  font-size: 24px !important;
  font-weight: 400;
}
.widget_shopping_cart_content ul.product_list_widget li+li {
  border:none;
}

.cart-item .icon-shopping-basket::after {
background-color: #000 !important;
color: white;
box-shadow: none;
font-weight: 600;
opacity: 1;
margin-top: 4px;
}

.wishlist-link .wishlist-icon::after {
background-color: #000 !important;
color: white;
box-shadow: none;
font-weight: 600;
opacity: 1;
margin-top: 4px;
}

.wishlist-icon .wishlist-button i { 
margin-top: 5px !important; 
}

.header-cart-title .cart-price span.amount { 
font-weight: 500; 
}

.off-canvas-left .mfp-content {
width: 100%;
padding: 20px 20px;
}

.widget_price_filter .price_slider {
    background: #EBEBEB;
}
.widget_berocket_product_brand_widget .brcs_slider_brands_container .brand_slider_image a {
    text-align: left !important;
}
.stuck .header-main .nav > li > a {
    line-height: inherit;
}

.category-page-title .page-title-inner .woocommerce-result-count {
    font-size:13px;
    font-weight: 500;
}

/* Newsletter Editing - START */

/*
.wpcf7-submit ~ .wpcf7-spinner {
    display: none !important;
}
.wpcf7-form .flex-col {
    padding-right: 0 !important;
}
.wpcf7-form .flex-col:last-child {
    position: relative !important;
}
:is(.wpcf7-email, .wpcf7-submit, #__#__) {
    height: unset !important;
    min-height: unset !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 6rem !important;
    line-height: 1.7 !important;
    background: transparent !important;
}
:is(.wpcf7-email::placeholder, #__#__) {
    opacity: 1 !important;
}
:is(.wpcf7-email, #__#__) {
    color: white !important;
    -webkit-text-fill-color: white !important;
    font-weight: 400 !important;
    letter-spacing: -0.025em !important;
}

.wpcf7-form .flex-row {
    border-bottom: 1px solid white !important;
}

.wpcf7 input[type="submit"] {
    font-weight: 300;
}
*/

/* NEWSLETTER EDITING - END */

/* DUYURU ALANI - START */
.demo_store {
    font-size: 12px;
    letter-spacing: .25px;
    line-height: 18px;
    background-color: #000 !important;
    color: #ffffff;
    padding: 10px 10px;
}
/* DUYURU ALANI - END */

.woocommerce-store-notice__dismiss-link {
display:none;
}

.woocommerce-product-attributes tr th, .woocommerce-product-attributes tr td {
   border-bottom: none !important;
   letter-spacing: 0;
   padding: 0;
}

/* SEARCH POPUP - START */
.mfp-bg {
  background: #000;
}
.mfp-bg.mfp-ready {
  opacity: .4; 
}

#search-lightbox {
  background-color: #fff; 
   padding: 20px 20px;
  color: black;
  font-size: 12px;
  border-radius: 4px;
}

.dark .form-flat input:not([type=submit]) {
    background-color: white;
    border-color: #dee0ea;
    border-radius: 4px;
}

.dark .form-flat input:not([type=submit]):hover {
    border-color: black;
}


/* Arama metni */
#search-lightbox #woocommerce-product-search-field-0 {
  font-size: 20px;
  color: black !important;
}

/* fiyat ve kur sembolu */
#search-lightbox .amount {
  color: #a7a7a7;
  font-size: 12px;
}

/* autocomplete satirlarinin bosluklari ve borderlari */
#search-lightbox .autocomplete-suggestion {
  border-bottom: none;
  /* alt ve ust */
  padding-block: 10px;
  /* sag ve sol */
  padding-inline: .75em;
}
#search-lightbox .autocomplete-suggestion img {
  /* thumbnail boyutu */
  height: 60px;
  width: 50px;
  /* thumbnail sagindaki bosluk. margin-right ile esdeger */
  margin-inline-end: 10px;
  border-radius: 0px;
}

.autocomplete-suggestion img+.search-name {
    margin-top: -0.15em;
    padding-left: 0.5em;
    font-size: 12px;
    font-weight: 300;
}

/* SEARCH POPUP - END */

/* Add To Wishlist Button START */
.image-tools .wishlist-button {
    background-color: #fff !important;
    border: unset !important;
    color: #000;
}

.image-tools .wishlist-button:hover {
    background-color: #df5243 !important;
    color: #fff;
}

/* SHOP SIDEBAR - START */
.is-sticky-column .sidebar-inner {
    padding-right: 45px;
}

#shop-sidebar .widget-title {
    text-transform: capitalize;
}
/* SHOP SIDEBAR - END */


/* OUTLINE BUTON - START */
.button.is-outline {
   background-color: transparent;
    border: 1px solid #dddddd;
    text-transform: capitalize;
    border-radius: 3px;
}

/* ALTI ÇİZGİLİ BUTON - START */
.button.is-underline:before {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.8;
    width: 100%
}

.button.is-underline:hover:before {
    left: 20%;
    opacity: 1;
    width: 60%
}
/* ALTI ÇİZGİLİ BUTON - END */

/* BRAND LOGO OPACITY - START */
.opacity-50 {
   opacity: 50%;
   transition: all 0.3s ease-in-out;

}

.opacity-50:hover {
  opacity: 100%;
}
/* BRAND LOGO OPACITY - END */

.lightbox-by-id .form-flat input:not([type=submit]) {
    border-radius: 4px;
    font-size: smaller;
}

.wpcf7-form .ml-half {
margin-left: 0;
}

.lightbox-by-id .wpcf7-submit {
   text-transform: capitalize;
    font-size: smaller;
    border-radius: 4px;
    margin-bottom: 2px;
}

/*************** COOKIE POLICY POPUP ***************/
.flatsome-cookies {
    width: fit-content;
    box-shadow: none;
    border: 1px solid #dfe0ea;
    border-radius: 10px;
    margin: auto;
    right: 0;
    left: 0;
    font-size: 90%;
}
.flatsome-cookies .flatsome-cookies__text {
    padding-right: 15px;
}

.flatsome-cookies--active {
   margin-bottom:20px;
}
.flatsome-cookies__buttons>a {
    margin-right: 0px;
}

.flatsome-cookies__accept-btn span {
  display: none;
}

.flatsome-cookies__accept-btn::before {
  content: "✕";
  font-size: 13px;
}

.flatsome-cookies .button.is-outline {
  border-radius: 50%;
  border: 0;
  background-color: #f2f2f2;
  padding: 2px 14px;
}

.flatsome-cookies .button.is-outline:hover {
  color: #ee403d;
  background-color: #e4e4e4;
}

/*************** BULLETS ***************/

.flickity-page-dots {
    bottom: 15px;
    left: 20%;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-nav-light .flickity-page-dots .dot.is-selected,
.slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background-color: transparent;
    height: 12px;
    width: 12px;
}

.flickity-page-dots .dot {
    border: 3px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 6px;
    margin: 0 5px;
    opacity: 1;
    transition: opacity .3s;
    width: 6px;
}


/*************** SLIDER ARROWS ***************/

.slider-nav-light .flickity-prev-next-button .arrow, .slider-nav-light .flickity-prev-next-button svg {
    fill: black;
}

.flickity-prev-next-button svg {
    background-color: #fff;
    border-radius: 0;
    padding: 50% 30%;
}

/*************** HOVER EFEKTİNİ SİL ***************/

.has-off-canvas .current-lightbox-clicked {
    opacity: unset !important;
    transform: unset !important;
}

/*************** PROFİL SAYFASI ***************/

.normal-title {
    border: unset;
}

.normal-title .page-title-inner {
    padding-bottom: 60px;
    padding-top: 60px;
}

.normal-title .page-title-inner h1 {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: normal;
}

.woocommerce-MyAccount-navigation-link--subscriptions, .woocommerce-MyAccount-navigation-link--downloads {
    display:none !important;
}

.my-account .account-user {
    display:none;
}

.my-account .nav-vertical>li+li {
    border-top: none;
}

.my-account .nav-uppercase>li>a {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: capitalize;
}

.nav-line-bottom>li.active>a:before,.nav-line-bottom>li:hover>a:before,.nav-line-grow>li.active>a:before,.nav-line-grow>li:hover>a:before,.nav-line>li.active>a:before,.nav-line>li:hover>a:before {
    opacity: 0;
}

.nav-line-bottom>li.active>a,.nav-line-bottom>li:hover>a,.nav-line-grow>li.active>a,.nav-line-grow>li:hover>a,.nav-line>li.active>a,.nav-line>li:hover>a {
    background-color: #F7F7F7;
    padding-left: 1rem;
}

.border-top-bottom {
   border-top: 1px solid #dee0ea;
   border-bottom: 1px solid #dee0ea;
}

#footer ul li.bullet-arrow { 
font-color: #777777;
border-bottom: unset;
list-style: none; 
margin: 0;
padding: 0;
color: #777777;
}

#footer ul li.bullet-arrow:before { 
display:none;
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],select,textarea{
    border-color: #DDDDDD;
    border-radius: 5px !important;
    color: #7f7f7f;
} 

input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,select:focus,textarea:focus {
    box-shadow: unset;
    border-color: black;
}

#top-bar .nav>li>a.nav-top-link { 
font-weight: 500; 
letter-spacing: var(--ls__normal);
}

.widget .current-cat>a {
    color: #df5343;
}

.related .product-section-title { 
    text-transform: capitalize; 
    letter-spacing: normal; 
}

/* STICKY MOBILE MENU */
.sticky-mobile-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    -webkit-box-shadow: 0px -8px 29px -12px rgba(0,0,0,0.025);
    box-shadow: 0px -8px 29px -12px rgba(0,0,0,0.025);
}
.sticky-mobile-menu .icon-box-center .icon-box-img {
    margin: 0 auto 2px;
}

/* HOMEPAGE - BLOG SECTION */

.box-blog-post .from_the_blog_excerpt {
    font-size: 16px;
    line-height: 24px;
    color: #75767c;
}

.box-blog-post .cat-label {
    font-size: 12px;
    color: #75767c;
    font-weight: 700;
}


/* BLOG POST */
.entry-header .entry-meta {
text-transform: capitalize;
font-size: 14px; 
letter-spacing: normal;
}
.entry-header .is-divider {
display:none;
}
.entry-header .entry-category a {
color: #EF403D;
}
.entry-header .entry-image .badge { display:none; }

.blog-share .social-icons i { 
margin-top: 4px !important; 
font-size: 1.1em; 
}

.blog-share .is-divider { 
display:none;
}

#comments .comments-title { 
text-transform: capitalize !important; 
letter-spacing: normal;
margin-bottom:30px;}

#comments .comment-respond {
    background-color: unset;
    padding: unset;
}

footer.entry-meta {
    display: none;
}

.article-inner .entry-author {
display:none;
}

.article-inner nav {
display:none;
}

#comments ol li { background:unset; border:1px solid #dee0e9; border-radius: 3px; padding:24px; }

#comments ol li cite { font-style: normal; }

#comments ol li span.says { display:none; }

#comments ol li .comment-meta { letter-spacing:normal; text-transform:capitalize; }

#comments ol li .comment-meta a { color:#2e2e2e; }

#comments ol li .comment-content p { 
font-size: 14px;
    line-height: 21px;
    margin-top: 16px;
}

.comment-inner:target {
    background-color: unset;
    padding: unset;
}

#respond p.logged-in-as { 
color:#8a8b8e !important; 
font-size:13px !important; 
}

#respond #submit { 
text-transform: capitalize;
letter-spacing: normal;
background-color: #efefef; 
border: 1px solid #dddddd; 
border-radius:2px; 
color: #000; }

.post-sidebar {
    border: unset !important;
    padding: unset !important;
}

.post-sidebar .is-divider, .box-blog-post .is-divider { display:none; }

.post-sidebar span.widget-title { letter-spacing:normal; }

.post-sidebar .badge {     height: 100px;
    width: 100px; }

.widget_categories>ul>li>a {
    font-size: 14px;
    padding: 2px 0;
}

.post-sidebar .tagcloud a {
    border: 1px solid #dee0ea;
    border-radius: 0px;
    margin: 0 0px 5px 0;
    padding: 4px 10px;
}

.recent-blog-posts a {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.recent-blog-posts span.post_comments a {
font-size: 12px;
font-weight: 400;
}


.widget-title {
  display: grid;
  border-bottom: 1px solid #dee0ea;
  padding-bottom: .9375rem;
  margin-bottom: 0.875rem;
}

:nth-child(1 of .recent-blog-posts-li) .recent-blog-posts {
  padding-top: 0;
}

:is(.post-sidebar, #__) {
  padding: 0 !important;
  border: none !important;
}

.wpcf7 input[type='submit']:not(.is-form) {
    text-transform: capitalize;
    letter-spacing: normal;
    background-color: #efefef;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #000;
}

/* CART - CHECKOUT PAGE */

.woocommerce-ordering .orderby {
  border: none; /* Border'ı kaldırır */
  background-color: white; /* Arkaplanı beyaz yapar */
  /* padding-right: 20px; Ok simgesiyle yazıyı birbirine yakınlaştırır */
  box-shadow: none; /* Box shadow'u kaldırır */
  font-size: 14px;
}

.woocommerce-ordering .orderby:focus {
  outline: none; /* Menü üzerine tıklandığında varsayılan vurguyu kaldırır */
  box-shadow: none; /* Box shadow'u kaldırır */
}

.woocommerce-pagination {
   margin-top:32px;
}

.nav-pagination>li>a, .nav-pagination>li>span {
    border: 1px solid;
    border-radius: 0;
    font-size: 14px;
    padding: 0 10px;
}

.nav-dropdown .woocommerce-MyAccount-navigation-link--subscriptions {
    display: none;
}
.nav-dropdown .woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.social-icons {
    font-size: 14px !important;
    color: #000;
}

.lightbox-content .lightbox-inner {
    padding: 50px 50px;
}

.lightbox-content {
    border: 1px solid #dee0ea;
    border-radius: 2px;
    box-shadow: unset;
}

.account-login-inner h3 { 
text-transform: capitalize;
letter-spacing: normal;
} 

.account-register-inner h3 { 
text-transform: capitalize; 
letter-spacing: normal;
}

.woocommerce-form-register .woocommerce-privacy-policy-text {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

.woocommerce-privacy-policy-link {
   color: #ee403d;
}

input[type=checkbox], input[type=radio] {
    margin-right: 2px;
}

.woocommerce-form-login .button {
    width: 100%;
    border-radius: 3px;
    background-color: #EF403D;
    text-transform: capitalize;
    font-size: 15px;
}

.woocommerce-LostPassword {
    color: #EF403D;
    font-weight: 600;
}

.woocommerce-form-register__submit {
    width: 100%;
    border-radius: 3px;
    background-color: #EF403D !important;
    text-transform: capitalize;
    font-size: 15px;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
box-shadow: unset;
}

.widget_shopping_cart {
    min-height: 150px;
}

.woocommerce-mini-cart__empty-message::after {
    content: "Free shipping between 15 April and 15 May";
    text-align: center;
    display: block;
    border-top: 1px solid #eee;
    padding: 15px 25px;
    font-size: 13px;
    color: #121212;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
} 

.wc-empty-cart-message .message-wrapper {
    position:static !important;
    font-size:16px !important;
}

.woocommerce-NoticeGroup {
border: 1px solid #dee2e6;
    margin-bottom: 1.875rem;
    padding: 1rem;
}

.woocommerce-NoticeGroup .message-wrapper {
    position:static !important;
    font-size:16px !important;
}

.woocommerce-NoticeGroup .message-wrapper li .message-container {
    color: #000;
}

#payment ul.wc_payment_methods .message-wrapper { 
   position:static !important;
    font-size:16px !important;
}

.woocommerce-form-coupon-toggle {
    padding: 20px;
    background-color: #F7F7F7;
    padding-left: 35px;
    position: relative;
    margin-bottom: 0.875rem;
}

.woocommerce-form-coupon-toggle .message-wrapper {
    padding:0 !important;
}

.woocommerce-form-coupon-toggle .message-container::before {
    content: '\f097';
    color: red;
    font-family: "klbtheme";
    margin-right: 0.2em;
}

form.checkout_coupon .coupon .button {
    border-radius: 3px;
    background-color: #EF403D !important;
    text-transform: capitalize;
    font-size: 15px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0.5rem;
    color: white;
    text-shadow: unset;
    font-weight: 600;
}

.cart-sidebar form.checkout_coupon input {
    margin-bottom: 0.5rem;
}

.cart-sidebar form.checkout_coupon .coupon .button {
   margin-left: unset;
}

.checkout-page-title {
     display:none;
}

.cart-container .has-border {
    border: 1px solid #dee0ea !important;
    padding: 2rem !important;
}

form.checkout h3 {
   font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
    text-transform: capitalize;
}

form.checkout .button.alt:not(.is-outline) {
    background-color: #ee403d !important;
    text-transform: initial;
    font-size: 15px;
    padding: 6px 0px;
    width:100%;
}

.woocommerce-invalid input {
    border-color: #b20000 !important;
    color: #b20000 !important;
}

.woocommerce-billing-fields {
    border-top: unset;
    padding-top: 0;
}

 .woocommerce-message {
    border: none;
    margin: 0;
    background: #47b486;
    border-radius: 7px;
    padding: 1rem;
    animation: fadeOut 3s 3s forwards;
    position: fixed !important;
    right: 15px;
    top: 15px;
    z-index: 99999;
    font-size: .875rem !important;
}

 .woocommerce-message .success-color,  .woocommerce-message a {
   color: #fff !important;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.woocommerce-message .icon-checkmark {
    display:none;
}


@media (min-width: 993px) {
    /*************** ADD DESKTOP ONLY CSS HERE  ***************/

    /* Product Gallery Absolute - START */
	.femora-product-gallery > .col-inner > .row {
	  display: grid;
	  grid-template-columns: 150px auto;
	}

	.femora-product-gallery > .col-inner > .row > .col {
	  max-width: unset;
	  grid-row: 1 / -1;
	  padding: 0;
	}

	.femora-product-gallery .large-10 {
	  grid-column: 1 / -1;
	}

	.femora-product-gallery .large-2 {
	  grid-column: 1 / 2;
	  z-index: 3 !important;
	  margin-left: 64px;
	  display: grid;
	  align-content: center;
	}

	.femora-product-gallery .easyzoom-flyout {
	  width: auto;
	}

	.femora-product-gallery .product-thumbnails {
	  margin: 0 !important;
	}

	.product-thumbnails .flickity-slider {
	  display: grid;
	  gap: 24px;
	  position: unset;
	}

	.product-thumbnails .col {
		width: auto !important;
	  margin: 0 !important;
	  padding: 0 !important;
	  border: 1px solid #fff;
	  overflow: clip;
	}

	.femora-product-gallery .product-thumbnails img {
		backface-visibility: hidden;
		margin-bottom: 0;
		opacity: 1;
		transition: none;
		cursor: pointer !important;
	}

	.femora-product-gallery .product-thumbnails a {
		border: unset !important;
	}

	.femora-product-gallery .product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img {
		transform: translateY(0) !important;
	}

	.femora-product-gallery .flickity-prev-next-button {
		display:none;
	}


	.femora-product-gallery .image-tools {
		display:none;
	}

	/* Product Gallery Absolute - END */
}

@media (max-width: 992px) {
    /*************** ADD TABLET AND BELOW ONLY CSS HERE  ***************/

    .product-thumbnails img {
		opacity: 1;
		transition: none;
	}
	.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover {
		border: 2px solid #000;
	}
	.femora-product-gallery .product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img {
		transform: translateY(0) !important;
	}
}



@media (max-width: 549px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
    margin-top: 24px;
    font-size: 24px !important;
}

}

