.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
}

:root{
--wd-text-font:"Rubik", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Rubik", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Rubik", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:500;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Rubik", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Rubik", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Rubik", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
:root{
--wd-primary-color:rgb(62,209,216);
}
:root{
--wd-alternative-color:rgb(67,232,190);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:rgb(62,209,216);
}
:root{
--btn-default-bgcolor:rgb(62,209,216);
}
:root{
--btn-default-bgcolor-hover:rgb(66,229,167);
}
:root{
--btn-shop-bgcolor:rgb(62,209,216);
}
:root{
--btn-shop-bgcolor-hover:rgb(65,226,186);
}
:root{
--btn-accent-bgcolor:rgb(62,209,216);
}
:root{
--btn-accent-bgcolor-hover:rgb(67,232,179);
}
:root{
--notices-success-bg:rgb(62,209,216);
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:rgb(38,26,11);
}
:root{
--notices-warning-color:#fff;
}
	:root{
	
			--wd-form-brd-radius: 5px;
	
	
	--wd-form-brd-width: 2px;

	--btn-default-color: #333;
	--btn-default-color-hover: #333;

	--btn-shop-color: #fff;
	--btn-shop-color-hover: #fff;

	--btn-accent-color: #fff;
	--btn-accent-color-hover: #fff;
	
	
			--btn-accent-brd-radius: 0px;
		--btn-accent-box-shadow: none;
		--btn-accent-box-shadow-hover: none;
		--btn-accent-box-shadow-active: none;
		--btn-accent-bottom: 0px;
	
	
			--btn-shop-bottom-active: -1px;
		--btn-shop-brd-radius: 0px;
		--btn-shop-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
		--btn-shop-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
	
	
	
	
	
			--btn-default-brd-radius: 5px;
		--btn-default-box-shadow: none;
		--btn-default-box-shadow-hover: none;
	
	
		}

	/* Site width */
		/* Header Boxed */
	@media (min-width: 1025px) {
		.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
			max-width: 1192px;
		}
	}

	.container {
		max-width: 1222px;
	}
	
	
	@media (min-width: 1222px) {

		[data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1222px) / 2);
			padding-right: calc((100vw - 1222px) / 2);
		}

		.platform-Windows [data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1239px) / 2);
			padding-right: calc((100vw - 1239px) / 2);
		}
	}

	
/* Quick view */
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

/* Shop popup */
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}

/* Age verify */
div.wd-popup.wd-age-verify {
	max-width: 500px;
}

/* Header Banner */
.header-banner {
	height: 40px;
}

body.header-banner-display .website-wrapper {
	margin-top:40px;
}

/* Tablet */
@media (max-width: 1024px) {
	/* header Banner */
	.header-banner {
		height: 40px;
	}
	
	body.header-banner-display .website-wrapper {
		margin-top:40px;
	}
}

.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 280px;
}
		
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//odasen.com/wp-content/themes/pixel-wp/fonts/woodmart-font.woff2?v=6.1") format("woff2"),
	url("//odasen.com/wp-content/themes/pixel-wp/fonts/woodmart-font.woff?v=6.1") format("woff");
}

/*********** Global ***************/
::selection {
    background-color: #ffffffff;
    color: white;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-thumb {
    background-color: black;
}
input:-webkit-autofill {
    border: 1px solid !important;
    -webkit-box-shadow: 0 0 0 1000px #eee inset !important;
}
.flux-cart-image.flux-cart-image--checkout.flux-checkout__cart-image img {
    object-fit: contain;
    object-position: center;
}
body .flux-checkout__content-left li.wc_payment_method.payment_method_bacs input:first-child:checked + label:before {
    background: green !important;
    border: 2px solid #068001 !important;
    box-shadow: inset 0 0 0 4px #068001;
}
@media (min-width:1200px) {
.flux-shop-table-shipping-price td {
    margin-left: 10px !important;
    left: 10px !important;
    transform: translate(15px, 0px);
    display: flex !important;
}
.flux-shop-table-shipping-price {
    display: flex !important;
}
.flux-shop-table-shipping-price td bdi {
    margin-left: 12px !important;
}
}
.product-wrapper {
    box-shadow: none !important;
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
    background: #1e5b5e !important;
    border-radius: 0 !important;
    padding: 10px !important;
    line-height: 0 !important;
    color: white;
    text-transform: capitalize !important;
    font-weight: 500;
    max-height: 30px !important;
    min-height: 30px !important;
    font-size: 10px;
}
.product-labels.labels-rounded {
    zoom: .9;
}
.product-labels span.onsale.product-label {
    background: #eacd08;
    line-height: 0 !important;
    padding: 0 !important;
    max-height: 30px !important;
    height: 30px !important;
}
.product-grid-item .wd-add-btn {
    display: none;
}
.product-grid-item .wd-buttons .wd-wishlist-btn :before {
    color: #1e5b5e !important;
}
.product-grid-item .wd-buttons {
    transform: translateY(0) translateZ(0) !important;
    opacity: 1 !important;
    background: none;
    box-shadow: none !important;
    zoom: .8;
}
.product-grid-item .wd-buttons {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
}
.product-grid-item h3.wd-entities-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
		margin-bottom:0px !important;
}
.product-element-top img {
    mix-blend-mode: multiply;
}
.product-element-top {
    background: #eeeeee !important;
}
.product-grid-item .wd-entities-title {
    margin-bottom: 0px;
}
span.woocommerce-Price-amount.amount {
    display: block !important;
}
.price > del span {
    color: #b1aaaa !important;
    font-weight: 100 !important;
}
span.woocommerce-Price-amount.amount {
    color: #1e5b5e !important;
    font-weight: 900 !important;
}
.wd-custom-icon {
    max-width: 26px !important;
}
@media (min-width:1600px) {
.container {
    min-width: 90%;
}
}
@media(min-width:768px){
    div#page-banner-mobile{
        display: none !important;
    }
}
@media(max-width:768px){
    div#page-banner-desktop{
        display: none !important;
    }
}
div#page-banner-mobile img {
    max-height: 200px;
    object-fit: cover;
}
div#page-banner {
		margin-bottom: 40px;
}
@media(min-width:1025px){
    div#small-banner-row-mobile{
        display: none !important;
    }
}
@media(max-width:1025px){
    div#small-banner-row-desktop{
        display: none !important;
    }
}
div#small-banner-row-mobile {
    background: #efefef;
}
div#small-banner-row-mobile img {
    max-height: 200px;
    object-fit: contain;
}
.product-grid-item .product-tags-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;		
		margin-bottom: 0px !important;
}
.product-grid-item .product-tags-container > .product-tags-col:not(:last-child) {
    margin-right: 8px;
}
.product-grid-item .product-tags-col {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px !important;
    zoom: .7;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
}
@media (max-width:568px) {
.product-grid-item .product-tags-col {
    zoom: .8 !important;
    margin-bottom: 10px !important;
    height: max-content !important;
    padding: 5px 15px !important;
}
}
.product-grid-item .product-tags-col img {
    max-width: 24px !important;
    margin-right: 10px !important;
}
.product-grid-item .product-tags-col a {
    font-weight: 500;
    font-size: 14px !important;
}
@media (max-width:768px) {
.product-grid-item .product-tags-col a {
    font-size: 8px !important;
}
}
@media (min-width:1500px) {
.product-grid-item .product-tags-col a {
    font-size: 14px !important;
}
.product-grid-item .product-tags-col {
    zoom: .7;
}
}
/********* Top-bar *************/
.whb-top-bar {
    background: #1e5b5e !important;
    max-height: 40px !important;
    display: flex;
    align-items: center;
}
.whb-top-bar ul#menu-topbar-right a:hover, 
.whb-top-bar ul#menu-topbar-left a:hover {
    color: #b3e2e4 !important;
}
.whb-top-bar ul#menu-topbar-right a, 
.whb-top-bar ul#menu-topbar-left a {
    color: white;
    font-weight: 500;
    letter-spacing: 1.3px;
}
.whb-top-bar .topbar-kampanya:after {
    content: "";
    background: url(/wp-content/uploads/2023/07/odasen-kampanyalar-icon.png);
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: 18px;
    top: 0;
    margin-left: -18px;
    background-repeat: no-repeat;
    margin-top: 8px;
    filter: invert(1);
}
.whb-top-bar .topbar-yeni-mobilya:after {
    content: "";
    background: url(/wp-content/uploads/2023/07/odasen-en-yeni-mobilyalar-icon.png);
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: 18px;
    top: 0;
    margin-left: -18px;
    background-repeat: no-repeat;
    margin-top: 8px;
    filter: invert(1);
}
.whb-top-bar .topbar-yaza-ozel:after {
    content: "";
    background: url(/wp-content/uploads/2023/07/odasen-yaza-ozel-mobilyalar-icon.png);
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: 18px;
    top: 0;
    margin-left: -18px;
    background-repeat: no-repeat;
    margin-top: 8px;
    filter: invert(1);
}
.whb-top-bar ul#menu-topbar-right a {
    margin-right: 25px !important;
}
.whb-top-bar .topbar-left-hayal-et span {
    color: #ffeebd !important;
}
.whb-top-bar ul#menu-topbar-right > li:last-child a:last-child {
    margin-right: 0 !important;
}
/********** Header *************/
.whb-general-header {
    border: none !important;
}
.whb-general-header .searchform input {
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0 !important;
}
.whb-general-header .searchform {
    max-width: 300px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    font-size: 13px !important;
    color: black;
}
.dgwt-wcas-suggestions-wrapp.woocommerce.dgwt-wcas-has-img.dgwt-wcas-has-price.dgwt-wcas-has-headings.js-dgwt-wcas-initialized, 
.dgwt-wcas-details-wrapp.woocommerce.js-dgwt-wcas-initialized {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 8px !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid !important;
    max-width: 300px !important;
    background: none !important;
}
@media (max-width:1024px) {
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    max-width: 100% !important;
    line-height: 25px;
    padding: 11px 50px !important;
}
.dgwt-wcas-search-wrapp {
    max-width: 100% !important;
}
}
.whb-general-header .searchform .searchsubmit:after {
    color: #bad6d8 !important;
    font-size: 16px !important;
}
.whb-general-header .searchform input::placeholder {
    font-size: 13px !important;
    font-weight: 400;
}
.whb-general-header .wd-header-my-account .wd-dropdown {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 8px !important;
}
.whb-general-header .wd-header-my-account .wd-dropdown a {
    color: black !important;
}
.whb-general-header li.woocommerce-mini-cart-item.mini_cart_item.woosb-cart-item.woosb-cart-child.woosb-item-child {
    zoom: .7;
}
.whb-general-header .wd-dropdown.wd-dropdown-cart.dropdown-cart {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 8px !important;
}
.whb-general-header p.woocommerce-mini-cart__buttons.buttons a:last-child {
    background: #1e5b5e;
}
.whb-general-header p.woocommerce-mini-cart__buttons.buttons a:first-child {
    background: #7c9fa1 !important;
    color: white;
    border-radius: 8px !important;
}
.whb-general-header p.woocommerce-mini-cart__buttons.buttons a:last-child {
    background: #1e5b5e;
    border-radius: 8px !important;
}
/************ Header Bottom **************/
.whb-header-bottom > .container {
    padding: 0;
}
.whb-header-bottom:after {
    background: linear-gradient(to top,rgba(135,132,121,0),#36342d);
    position: absolute;
    content: "";
    width: 100%;
    height: 25px;
    opacity: .04;
}
.whb-header-bottom .searchform input {
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0 !important;
}
.whb-header-bottom .searchform .searchsubmit:after {
    color: #bad6d8 !important;
    font-size: 16px !important;
}
.whb-header-bottom .searchform input::placeholder {
    font-size: 13px !important;
    font-weight: 400;
}
.whb-header-bottom .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent !important;
    border-radius: 0 !important;
}
div#desktop-hover-menu .hover-menu-cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#desktop-hover-menu .hover-menu-cat a {
    font-weight: 600;
    font-size: 13px;
}
div#desktop-hover-menu .hover-menu-cat > div {
    line-height: 2;
}
div#desktop-hover-menu img {
    max-width: 250px !important;
}
div#desktop-hover-menu .wpb_single_image + div {
    margin: 0 !important;
}
div#desktop-hover-menu .wpb_single_image + div a {
    color: #1e5b5e !important;
    font-weight: 300;
    letter-spacing: 1px;
}
div#desktop-hover-menu .wpb_single_image {
    text-align: center !important;
    margin-bottom: 15px;
}
div#desktop-hover-menu {
    padding: 30px 0px !important;
}
ul#menu-header-bottom > li a:after {
    color: white;
    font-weight: 800;
    background: #1e5b5e;
    border-radius: 50%;
    min-width: 10px;
    min-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5px;
}
ul#menu-header-bottom span {
    font-size: 11px;
    letter-spacing: .5px;
    color: #40484e;
    padding: 10px 0 11px;
    position: relative;
    line-height: 17px;
		cursor:pointer;
}
ul#menu-header-bottom .indivani span, 
ul#menu-header-bottom .dugun-paketi span {
    text-transform: capitalize !important;
}
.wd-header-nav {
    display: flex;
    align-items: end;
    justify-content: center;
}
.wd-header-nav ul#menu-header-bottom {
    justify-content: space-between;
    width: 100%;
}
ul#menu-header-bottom .indivani:before {
    content: "";
    background: url(/wp-content/uploads/2023/07/odasen-indivani-logo-icon.png);
    position: absolute;
    background-size: 53px !important;
    width: 53px;
    height: 53px !important;
    background-repeat: no-repeat;
    margin-left: 34px;
}
ul#menu-header-bottom .dugun-paketi:before {
    content: "";
    background: url(/wp-content/uploads/2023/07/odasen-dugun-paketi-icon.png);
    position: absolute;
    background-size: 20px !important;
    width: 20px;
    height: 20px !important;
    background-repeat: no-repeat;
    margin-left: 45px;
    top: -10px;
}
ul#menu-header-bottom .tum-urunler-menu .hover-menu-row {
    display: flex;
}
ul#menu-header-bottom .tum-urunler-menu .wpb_content_element {
    margin: 0 !important;
}
ul#menu-header-bottom .tum-urunler-menu .hover-menu > div:last-child {
    margin-top: 35px;
}
ul#menu-header-bottom .tum-urunler-menu .parent-categories-container:before {
    content: "";
    border: 0.5px solid #aca7a7;
    height: 1px;
    width: 100px !important;
    position: absolute;
    margin-top: 22px;
}
ul#menu-header-bottom .tum-urunler-menu .hover-menu-col {
    width: 28%;
    flex: 0 0 28%;
}
ul#menu-header-bottom .tum-urunler-menu .parent-categories-container a {
    color: #aca7a7 !important;
    font-weight: 600 !important;
}
ul#menu-header-bottom .tum-urunler-menu .hover-menu a {
    font-size: 12px !important;
}
ul#menu-header-bottom .tum-urunler-menu {
    cursor: pointer;
}
ul#menu-header-bottom .tum-urunler-menu .hover-menu-col div, 
.hover-menu-col a {
    display: block !important;
    line-height: 1.5;
}
ul#menu-header-bottom .tum-urunler-menu .child-categories-container {
    margin-top: 15px !important;
}
ul#menu-header-bottom .tum-urunler-menu .hover-menu-col div, .hover-menu-col a {
    display: block !important;
    margin-bottom: 5px;
}
ul#menu-header-bottom .wd-dropdown-menu {
    padding: 0 !important;
}
ul#menu-header-bottom .hover-menu {
    padding: 35px 0px;
}
/**************** Mobile Menu ******************/
.mobile-nav .mobile-menu-bottom > div a {
    text-decoration: none;
    font-size: 14px;
    color: black !important;
    margin: 0 12px;
    font-weight: 400;
}
.mobile-nav .mobile-menu-bottom img {
    max-width: 20px;
}
.mobile-nav .mobile-menu-bottom > div {
    display: flex;
    align-items: center;
}
.mobile-nav .mobile-menu-bottom > div {
    margin-bottom: 25px;
}
@media (min-width:1024px) {
.site-mobile-menu {
    margin-top: 35px;
    margin-bottom: 35px;
}
}
@media (max-width:1024px) {
ul.wd-nav.wd-nav-mob-tab .wd-active a {
    background: #1e5b5e !important;
    color: white;
}
ul#menu-mobile-categori span {
    margin-left: 0 !important;
}
.mobile-nav .site-mobile-menu li a {
    border-bottom: 1px solid #f1efef !important;
}
ul#menu-mobil-menu li:last-child a {
    border: none !important;
}
}
.wd-with-icon>a:before {
    font-size: 20px !important;
    font-weight: 100 !important;
}
.mobile-nav .widgetarea-mobile {
    border-top: 1px solid #efeaea;
    margin-top: 35px;
		padding-top: 35px;
}
.mobile-nav .site-mobile-menu li a {
    border: none;
}
.mobile-nav .site-mobile-menu span {
    text-decoration: auto;
    font-size: 14px;
    color: black !important;
    margin: 0 12px;
    font-weight: 400;
    text-transform: capitalize;
}
.mobile-nav .menu-item-account a:before {
    margin-right: 15px !important;
}
.mobile-nav .menu-item-account a {
    text-decoration: auto;
    font-size: 14px;
    color: black !important;
    font-weight: 400;
    text-transform: capitalize !important;
}
.mobile-nav span.wd-nav-opener {
    background: #1e5b5e !important;
    color: white !important;
    transform: scale(0.9);
}
.mobile-nav span.wd-nav-opener {
    background: #1e5b5e !important;
    color: white !important;
}
.mobile-anasayfa a:before {
    content: "";
    background: url(/wp-content/uploads/2023/07/odasen-mobile-anasayfa-icon.png);
    background-size: 20px;
    width: 20px;
    height: 20px !important;
}
.mobile-kampanyalar a:before {
    content: "";
    background: url(/wp-content/uploads/2023/07/odasen-mobile-kampanyalar-icon.png);
    background-size: 20px;
    width: 20px;
    height: 20px !important;
}
.mobile-kumas a:before {
    content: "";
    background: url(/wp-content/uploads/2023/07/odasen-mobile-kumas-icon.png);
    background-size: 20px;
    width: 20px;
    height: 20px !important;
}
.mobile-tasarim a:before {
    content: "";
    background: url(/wp-content/uploads/2023/07/odasen-mobile-tasarim-hizmeti-icon.png);
    background-size: 20px;
    width: 20px;
    height: 20px !important;
}
.mobile-hayal a:before {
    content: "";
    background: url(/wp-content/uploads/2023/07/odasen-mobile-hayal-et-icon.png);
    background-size: 20px;
    width: 20px;
    height: 20px !important;
}
.mobile-hakkimizda a:before {
    content: "";
    background: url(/wp-content/uploads/2023/07/odasen-mobile-hakkimizda-icon.png);
    background-size: 20px;
    width: 20px;
    height: 20px !important;
}
.mobile-iletisim a:before {
    content: "";
    background: url(/wp-content/uploads/2023/07/odasen-mobile-iletisim-icon.png);
    background-size: 20px;
    width: 20px;
    height: 20px !important;
}
.mobile-medya a:before {
    content: "";
    background: url(/wp-content/uploads/2023/07/odasen-mobile-medya-icon.png);
    background-size: 20px;
    width: 20px;
    height: 20px !important;
}
.wd-nav-mobile .sub-menu li a {
    font-size: 12px;
    margin-left: 35px !important;
    color: black !important;
}
.wd-nav-mobile .logo-mobile-menu img {
    max-width: 180px;
    margin-bottom: 35px !important;
}
.wd-nav-mobile .logo-mobile-menu a:first-child {
    display: none;
}
@media (min-width:1024px) {
ul.wd-nav.wd-nav-mob-tab {
    display: none !important;
}
}
.wd-nav-mobile li.opener-page>a {
    background: none !important;
}
.wd-nav-mob-tab li span:after {
    visibility: hidden !important;
}
.wd-nav-mob-tab li a {
    max-height: 40px !important;
    text-transform: capitalize !important;
    background: #ececec !important;
}
ul.wd-nav.wd-nav-mob-tab {
    margin-top: 35px !important;
		margin-bottom:35px; 
}
.wd-nav-mobile .trp-language-switcher-container a span {
    margin-left: 0 !important;
}
.wd-nav-mobile .trp-language-switcher-container a:before {
    display: none;
}
.wd-nav-mobile .trp-language-switcher-container .sub-menu a {
    margin-left: 0 !important;
}
/********** Single Blog and Blog Archive ***********/
.archive.category-blog .main-page-wrapper {
    padding-top: 40px !important;
}
.single-post .main-page-wrapper {
    padding-top: 40px !important;
}
@media (min-width:1300px) {
.archive.category-blog .main-page-wrapper > .container {
    max-width: 80%;
}
}
@media (max-width:768px) {
.archive.category-blog .wd-shop-tools * {
    font-size: 8px;
}
}
.archive.category-blog .post-date.wd-post-date.wd-style-with-bg.woodmart-post-date {
    zoom: .7;
    background: #1e5b5e !important;
    color: white !important;
}
.archive.category-blog .meta-categories-wrapp > div a {
    text-transform: capitalize !important;
    font-weight: 400 !important;
}
.archive.category-blog .meta-categories-wrapp > div {
    background: #1e5b5e !important;
}
.archive.category-blog .meta-categories-wrapp {
    text-align: left;
}
.archive.category-blog a.btn-read-more.more-link {
    color: white !important;
    text-transform: capitalize !important;
    font-weight: 500;
    background: #1e5b5e !important;
    padding: 6px 15px;
    border-radius: 6px !important;
}
.archive.category-blog div#cat-slider .wrapper-content-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.archive.category-blog div#cat-slider {
    margin-bottom: 50px;
}
.archive.category-blog ul.entry-meta-list {
    display: none;
}
.archive.category-blog .entry-meta.wd-entry-meta {
    display: none;
}
.archive.category-blog .hovered-social-icons {
    display: none;
}
.archive.category-blog h3.wd-entities-title.title.post-title {
    font-size: 22px;
}
.archive.category-blog .entry-content .wpb_content_element {
    margin: 0;
}
@media (min-width:1300px) {
.single-post .main-page-wrapper > .container {
    max-width: 60%;
}
}
.single-post .whb-main-header {
    border-bottom: 1px solid black;
}
.single-post .meta-post-categories {
    display: none !important;
}
.single-post .entry-content {
    margin-bottom: 0;
}
.single-post .article-inner .meta-post-categories.wd-post-cat.wd-style-with-bg {
    background: #1e5b5e;
    border-radius: 8px !important;
}
.single-post .entry-meta ul.entry-meta-list {
    display: none !important;
}
.single-post header.entry-header {
    max-width: 750px;
    margin: auto;
}
.single-post .article-body-container p {
    color: black;
}
.single-post .wd-single-footer {
    display: none !important;
}
.single-post div#comments {
    display: none !important;
}
.archive.category-blog .wd-post-cat.wd-style-with-bg {
    background: #1e5b5e;
    color: white !important;
}
.archive.category-blog h3.wd-entities-title.title.post-title {
    font-size: 14px !important;
    text-align: left;
}
.entry-content.wd-entry-content.woodmart-entry-content {
    text-align: left;
    color: black;
    font-size: 12px;
}
/********** Product Archive ******************/
.archive .pcbdw-bottom-description-content {
    max-height: 200px;
    overflow-x: scroll;
    margin-top: 40px;
}
.archive .product-grid-item .product-element-bottom {
    padding: 10px !important;
}
.archive .product-grid-item .product-wrapper {
    box-shadow: none !important;
}
.product-element-top img {
    min-height: 250px !important;
    max-height: 250px !important;
    object-fit: contain;
}
.archive .filters-inner-area > div:nth-child(2), 
.archive .filters-inner-area > div:first-child {
    display: none;
}
@media (min-width: 769px) {
.archive .filters-area .filters-inner-area .col-md-3 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}
/*************** SINGLE PRODUCT *****************/
.single-product .summary-inner {
    padding: 30px;
    background: #f8f8f8;
}
@media (max-width:1024px) {
.single-product .summary-inner {
    padding: 10px !important;
}
.single-product .tabs-layout-accordion .wd-scroll-content {
    padding: 0;
    transform: scale(.98);
}
}
.single-product .product-whatsapp {
    height: 34px;
    display: flex;
    background-color: #50cb5d;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 10px;
}
.single-product .product-whatsapp a {
    color: white !important;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.3px;
}
.single-product .product-whatsapp img {
    max-width: 24px;
    margin-right: 10px;
}
.single-product .product-tabs-wrapper .col-12.poduct-tabs-inner {
    padding: 0 !important;
}
.single-product .product-tabs-wrapper table#product_feature_table td, 
.single-product .product-tabs-wrapper table#product_feature_table tr, 
.single-product .product-tabs-wrapper table#product_dimensions_table td, 
.single-product .product-tabs-wrapper table#product_dimensions_table tr {
    border: 1px solid #dbd1d1;
}
.single-product .product-tabs-wrapper .satis-sonrasi-destek {
    padding: 20px;
}
.single-product .product-tabs-wrapper .tabs-layout-accordion {
    border: none !important;
}
.single-product .product-tabs-wrapper .cards .card__col {
    float: left;
    width: 100%;
}
.single-product .product-tabs-wrapper .cards .card {
    width: 14%;
}
.single-product .summary-inner .saved-price-container{
    border-top: 2px solid;
    padding-top: 20px;
    border-color: #0000001f;
}
.single-product .summary-inner .saved-price-container h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.single-product .summary-inner .saved-price-container .saved-price {
    font-size: 22px;
    display: flex;
    color: green;
    font-weight: 600;
}
@media (max-width:1024px) {
.single-product .product-tabs-wrapper .cards .card {
    width: 50%;
    margin-left: 120px !important;
}
}
.single-product .product-tabs-wrapper .tabs-layout-accordion div#tab-test_tab .wd-scroll-content {
    max-height: max-content !important;
}
.single-product .product-tabs-wrapper .cards div {
    background: #f7f7f7 !important;
}
.single-product .product-tabs-wrapper .card__head {
    font-size: 11px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
}
.single-product .product-tabs-wrapper .tabs-layout-accordion div#tab-test_tab .wd-scroll-content {
    max-height: max-content !important;
}
.single-product .product-tabs-wrapper .cards .card__col.card__col--default > .card__cell:nth-child(1):after {
    visibility: hidden !important;
}
.single-product .product-tabs-wrapper .cards .card__col.card__col--default > .card__cell:after {
    content: "₺";
    color: black;
    font-size: 11px;
    margin-left: 5px !important;
    font-weight: 900;
}
.single-product .product-tabs-wrapper .tabs-layout-accordion a.wd-accordion-title {
    background: #ebebeb !important;
    color: black !important;
    padding: 18px;
    line-height: 0;
    margin-bottom: 10px !important;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 8px !important;
    border: none !important;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.single-product .product-tabs-wrapper .tabs-layout-accordion .wd-tab-wrapper.woodmart-tab-wrapper {
    border: none !important;
    border-bottom: 0 !important;
}
.single-product .product-tabs-wrapper .wd-accordion-title:after {
    margin-right: 10px !important;
    background: #1e5b5e !important;
    border-radius: 50%;
    font-size: 10px !important;
}
.single-product .product-tabs-wrapper  a.wd-accordion-title.active {
    background: #e1f5f6 !important;
}
.single-product .wd-sticky-btn {
    background: #f9f9f9;
}
.single-product button.single_add_to_cart_button.button.alt {
    background: #1f5a5d !important;
    border-radius: 8px;
    max-height: 35px;
    font-size: 14px;
    font-weight: 200;
}
@media (max-width:1024px) {
.single-product .wd-sticky-btn a.wd-sticky-add-to-cart.button.alt.woodmart-sticky-add-to-cart {
		border-radius: 0px !important;
		max-height: 40px;
}
.single-product button.single_add_to_cart_button.button.alt {
    border-radius: 0 !important;
}
}
.single-product .wd-sticky-btn a.wd-sticky-add-to-cart.button.alt.woodmart-sticky-add-to-cart {
    background: #1f5a5d !important;
    border-radius: 8px;
    max-height: 35px;
    font-size: 14px;
    font-weight: 200;
}
.single-product .wd-sticky-btn .wd-wishlist-btn.wd-action-btn.wd-style-icon.wd-wishlist-icon.woodmart-wishlist-btn :before {
    color: #840000 !important;
}
.single-product .woocommerce-product-gallery .slick-arrow {
    background: #1e5b5e !important;
    color: white !important;
    margin-top: 20px;
}
.single-product button.single_add_to_cart_button.button.alt.added:before {
    content: "Ürün sepete eklenmiştir.";
    color: white !important;
    font-weight: 900;
    font-size: 11px !important;
}
.single-product button.single_add_to_cart_button.button.alt.added {
    color: transparent !important;
    font-size: 0;
}
.single-product .product-image-summary .single_add_to_cart_button {
    background: #1e5b5e !important;
    max-height: 28px !important;
    border-radius: 8px !important;
    box-shadow: none;
    font-size: 13px;
}
.single-product .product_meta {
    padding: 0 !important;
}
.single-product .summary-inner h1.product_title.wd-entities-title {
    font-size: 20px;
}
.single-product .summary-inner .quantity input {
    max-width: 26px !important;
    width: 26px !important;
    max-height: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    border: 1px solid #9e9b9b 
}
.single-product .summary-inner .quantity input:last-child {
    background: #1e5b5e !important;
    color: white !important;
    border: none !important;
}
.single-product .summary-inner .quantity input:first-child {
    background: #1e5b5e !important;
    color: white !important;
    border: none !important;
}
.single-product .summary-inner .woosb-item-product .woosb-title-inner {
    font-size: 10px;
    font-weight: 600;
}
.single-product .summary-inner .woosb-products .woosb-product .woosb-quantity {
    margin-top: 5px;
}
.single-product .product-tags-container-sng .product-tags-row-sng img {
    max-width: 24px;
    margin-right: 5px;
}
.single-product .product-tags-content .product-tags-container-sng {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px !important;
    padding: 21px 10px 10px 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
		margin-bottom:35px;
		background:white;
}
.single-product .product-tags-container-sng .product-tags-row-sng {
    display: flex;
    align-items: center;
    font-size: 9px;
    padding: 5px 10px;
    height: 40px;
    margin-bottom: 12px;
    border-radius: 8px !important;
    justify-content: flex-start;
    width: 48%;
}
.single-product .delivery-date {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-bottom: 15px;
    padding: 10px;
}
.single-product .delivery-date h4 {
    font-size: 10px;
    font-weight: 300;
    color: #757575;
    margin-bottom: 0px !important;
}
.single-product .delivery-date p {
    font-weight: 900;
    color: black;
    margin-bottom: 0px !important;
    margin-left: 10px !important;
}
.single-product .single-breadcrumbs-wrapper > .container {
    min-width: auto !important;
}
.single-product .single-product-page > .container {
    min-width: auto !important;
}
.single-product .related-products .product-tags-container {
    display: none !important;
}
.single-product .related-products .product-element-bottom {
    padding: 5px 10px !important;
}
.single-product .related-products .product-wrapper {
    box-shadow: none !important;
}
.single-product .related-products .owl-dots {
    display: none !important;
}
.single-product .contact-us-text {
    background-color: #7095a2 !important;
    padding: 2% 3%;
    border-radius: 8px !important;
    margin-bottom: 10px;
}
.single-product .contact-us-button {
    display: flex;
    margin-bottom: 10px !important;
}
.single-product .contact-us-text p {
    color: white !important;
    margin-bottom: 0px !important;
    text-align: center;
    font-size: 17px;
}
.single-product .contact-us-text p:before {
    content: "!";
    border-radius: 50%;
    border: 1px solid black;
    padding: 1px 8px;
    margin-right: 5px;
}
.single-product .contact-us-button a {
    background-color: #1e5b5e !important;
    color: white;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    min-width: 100% !important;
    padding: 2% 3%;
    border-radius: 8px;
}
/************** PreFooter Kampanyalardan Haberdar Olun *************/
@media (max-width:768px) {
.wd-prefooter p {
    font-size: 11px;
    max-width: 90%;
    margin: auto;
    margin-bottom: 30px !important;
}
.wd-prefooter .tnp-field.tnp-privacy-field {
    font-size: 10px;
}
.wd-prefooter h2 {
    font-size: 22px;
}
}
.wd-prefooter {
    border: 1px solid #e0e0e0;
    padding: 30px 0px !important;
    background: #f9f9f9 !important;
}
@media (min-width:1024px) {
.wd-prefooter p {
    max-width: 40%;
    margin: auto;
    margin-bottom: 35px !important;
}
}
.wd-prefooter h2 {
    font-family: serif;
    font-size: 30px;
}
.wd-prefooter .wpb_content_element {
    margin: 0 !important;
}
.wd-prefooter .tnp-field.tnp-field-email input {
    max-width: 400px;
    margin: auto !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0 !important;
}
.wd-prefooter .tnp-field.tnp-field-email {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin: auto;
}
.wd-prefooter .tnp-field.tnp-field-button input {
    border: none !important;
    background: black !important;
    color: white;
}
.wd-prefooter .tnp-field.tnp-privacy-field {
    text-align: center;
    margin-top: 30px !important;
}
/************** Footer *****************/
.footer-column > div:first-child {
    margin: 0;
    border: none;
}
.footer-sidebar h5.widget-title {
    font-size: 12px;
    opacity: .7;
    letter-spacing: 2px;
    color: #1e5b5e;
}
.footer-sidebar .menu li {
    padding: 0;
    line-height: 0.9;
}
.footer-sidebar .menu li a {
    color: black !important;
    font-size: 11px;
}
.footer-sidebar ul#menu-footer-bizi-tani li:nth-child(3) a {
    font-weight: 900;
}
.footer-sidebar .menu li a:hover {
    color: #1e5b5e !important;
}
.footer-column .widget_media_image {
    padding: 0 !important;
}
.footer-bottom-text-1 {
    text-align: center;
    color: #1e5b5e;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.footer-bottom-text {
    text-align: center;
    color: black !important;
    margin-bottom: 30px !important;
}
a.alisveris-footer-bottom-button {
    background: #1e5b5e !important;
    padding: 8px 10px;
    color: white;
    border-radius: 10px;
}
.footer-column-5 > div:first-child {
    margin: 0;
    padding-bottom: 15px;
}
.footer-contacts div {
    margin-bottom: 15px;
}
.footer-contacts a {
    color: black !important;
    margin-left: 8px;
    font-size: 11px;
}
.footer-contacts img {
    max-width: 15px;
}
.footer-etbis img {
    max-width: 70px;
}
.footer-column-4 .widget-title {
    visibility: hidden;
}
@media (max-width:1024px) {
.footer-sidebar {
    flex-direction: column-reverse;
}
.footer-column-6 img {
    max-width: 180px !important;
    display: flex;
    margin: auto;
}
.footer-column-6 p {
    text-align: center;
}
.footer-column-4 .widget-title {
    visibility: visible !important;
}
}
.footer-column-6 .textwidget p:last-child {
    text-align: center;
}
/****************** Copyrights *************/
.copyrights-wrapper {
    background: #F5F6F6;
}
.copyrights-wrapper .footer_bottom_social_media img {
    max-width: 19px !important;
    margin-right: 5px;
}
.copyrights-wrapper .footer_bottom_social_media {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.copyrights-wrapper .follow_us_text {
    color: black !important;
    font-weight: 200;
    margin-right: 10px;
    opacity: .3;
    font-size: 12px;
}
.copyrights-wrapper .min-footer > div:first-child div {
    display: block !important;
    max-width: max-content !important;
}
.copyrights-wrapper .min-footer > div:first-child div img {
    max-width: 250px;
}
.copyrights-wrapper .min-footer > div:first-child {
    display: flex;
}
.copyrights-wrapper .odasen-name {
    margin-right: 20px;
}
@media (max-width:1024px) {
.copyrights-wrapper .footer_bottom_social_media {
    justify-content: center !important;
}
.copyrights-wrapper .min-footer > div:first-child {
    display: block !important;
    text-align: center !important;
}
.copyrights-wrapper .min-footer > div:first-child div {
    text-align: center !important;
    margin: auto;
}
.copyrights-wrapper .odasen-name {
    margin-bottom: 16px !important;
}
}