/*
Theme Name:   Woodmart Child
Description:  Woodmart Child Theme
Author:       XTemos
Author URI:   http://xtemos.com
Template:     woodmart
Version:      1.0.0
Text Domain:  woodmart
*/

.font-inter {
    font-family: 'Inter', sans-serif;
}

.text-danger {
    color: #FF3D00!important;
}

.menu-item.text-danger a {
    color: #FF3D00!important;
}

.text-orange {
    color: #ffbb24!important;
}

.menu-item.text-orange a {
    color: #ffbb24!important;
}




.wd-nav-tabs li a span:after {
    display: none;
}

.wd-nav-tabs li .wd-nav-link {
    padding: 10px 20px;
    border-radius: 40px;
    color: #000000;
    border: 1px solid #000000;
}

.wd-nav-tabs li .wd-nav-link span {
    color: #000000;
    font-weight: 500;
}

.wd-nav-tabs li .wd-nav-link:hover,
.wd-nav-tabs li.wd-active .wd-nav-link {
    background-color: #FF560F;
    border-color: #FF560F;
}

.wd-nav-tabs li .wd-nav-link:hover span,
.wd-nav-tabs li.wd-active .wd-nav-link span {
    color: #ffffff;
}

.wd-product .wd-buttons {
    background: none;
    box-shadow: none;
    gap: 5px;
}

.wd-product .product-wrapper .wd-product-cats {
    display: none;
}

#musteri_tipi_field .optional {
	display: none !important;
}

.wd-product .wd-buttons .wd-action-btn {
    background-color: #ffffff;
}

.wd-product .wd-buttons .wd-action-btn > a:before {
    font-size: 1rem;
}

.wd-product .product-image-link img {
    border-radius: 10px;
}

.wd-product.wd-hover-quick:not(:is(.quick-shop-shown,.product-swatched,[class*="wd-loading"])):hover .wd-add-btn {
    transform: translateY(-10px) translateZ(0)!important;
}

.wd-product.wd-hover-quick .wd-add-btn>a {
    display: inline-block!important;
    width: 50%;
}

.wd-tabs-header {
  	flex-direction: row!important;
  	align-items: center;
  	gap: 35px!important;
}

.wd-tabs-header .wd-tabs-desc {
  	order: 3;
  	flex: 1 1 auto !important;
  	text-align: right;
}

.wd-tabs-header .wd-tabs-desc a {
  	font-family: 'Albert Sans', sans-ferif;
  	font-weight: 500!important;
  	font-size: 16px;
  	color:#FF3D00;
}

.wd-page-title .title {
  	font-size: 24px!important;
}

.wd-back-btn.wd-style-icon {
  	display: none;
}

footer .wd-social-icons > a {
  	background-color: #222222!important;
}

.wd-nav.wd-style-underline-reverse>li>a {
  	padding-top: 10px!important;
}

.product-tabs-wrapper {
  	padding-top: 70px!important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
  	border-radius: 15px!important;
}

.product-share {
  	gap: 10px!important;
}

.product-share .share-title {
  	width: 100%;
}

.product-share a {
  	width: 35px !important;
    height: 35px !important;
    display: flex !important;
    background-color: #333333 !important;
  	font-size: 15px!important;
    color: #ffffff !important;
}

.product-share a:hover {
  	background-color: #000000!important;
}

.wd-product .wd-buttons {
  	background-color: transparent;
}

.wd-carousel-item .wd-action-btn {
	background-color: rgb(19,80,152) !important;
	border-radius: 5px;
}

.wd-carousel-item .wd-action-btn>a {
	color: white;
}

@media screen and (max-width: 1023px) {
	.wd-tabs-header {
      	flex-direction: column !important;
  	}
  
    .wd-nav-tabs {
      	flex-direction: column;
    	align-items: center!important;
    	justify-content: center;
      	gap: 10px;
      
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: 1fr;
      grid-column-gap: 15px;
      grid-row-gap: 15px;
    }
  
  	.wd-tabs-header {
      	padding-top: 35px;
  	}
  
  	.wd-nav-tabs-wrapper {
      	mask-image: none!important;
  	}
}

@media screen and (min-width: 1024px) {
    .wd-search-form,
    .searchform {
        max-width: 70%;
        display: flex;
        justify-content: end;
    }

    [class*="wd-header-search-form"] input[type='text'] {
        min-width: auto!important;
    }
}

#sozlesme_onayla_field {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
}

#sozlesme_onayla_field a {
    font-weight: 600;
}

.hystmodal__opened {
    background-color: rgba(0, 0, 0, 0.5);
}

.hystmodal__window {
    max-width: 75%;
    max-height: 85vh;
    margin: auto;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.hystmodal__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.hystmodal__close {
    position: absolute;
    right: 15px;
    top: 15px;
    background-size: 35% 35%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' stroke='%23000' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
    border-radius: 5px;
    font-size: 0;
}

/*
#ship-to-different-address {
    height: 0;
    opacity: 0;
    visibility: hidden;
}
*/

.thwma_cart_shipping_button {
    line-height: 32px;
    text-transform: capitalize;
}

#sozlesme_onayla_field {
    padding-bottom: 0!important;
}

#kvkk_onay_above_button {
    margin-bottom: 15px;
}

#kvkk_onay_above_button a {
    font-weight: 600;
}