@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("../fonts/woodmart-font-1-400.woff2") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left center;
}

.page-title-default{
	background-color:#0a0a0a;
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(0,0,0);
	background-image: url(../footer.png);
	background-repeat:no-repeat;
	background-size:cover;
}

:root{
--wd-text-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Poppins", 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:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Poppins", 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:"Lato", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:700;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:13px;
}
{
	font-family: "Poppins", Arial, Helvetica, sans-serif;font-weight: 200;
}

{
	font-family: "Poppins", Arial, Helvetica, sans-serif;font-weight: 100;
}

:root{
--wd-primary-color:rgb(15,3,3);
}
:root{
--wd-alternative-color:rgb(15,1,1);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(15,4,4);
}
:root{
--btn-accented-bgcolor-hover:rgb(15,3,3);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
									--btn-default-brd-radius: 0px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
				--btn-default-box-shadow-active: none;
				--btn-default-bottom: 0px;
			
			
			
					
					
							--btn-accented-bottom-active: -1px;
				--btn-accented-brd-radius: 0px;
				--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
				--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
			
			
					
							
					--wd-brd-radius: 0px;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1222px) {
			[data-vc-full-width]:not([data-vc-stretch-content]),
			:is(.vc_section, .vc_row).wd-section-stretch {
				padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
				padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
			}
		}
	
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
/*----------------- GENERAL -----------------*/
span.wd-tools-icon {
    border: none !important;
}.product-element-top {
    border-radius: 10px !important;
}
.wd-search-dropdown.wd-dropdown {
    top: -14%;
    margin: 0;
    background-color: #ffffff;
    right: 9px !important;
    border-radius: 80px;
}
.wd-search-dropdown input[type="text"] {
    height: 50px !important;
}
.product-tabs-wrapper {
    background-color: transparent !important;
    border: none !important;
}
.term-description > p {
    display: none;
}
footer .vc_single_image-wrapper img {
    width: 190px;
}
footer .wd-nav li::after {
    border-color: white !important;
}
.wd-prefooter {
    padding: 0 !important;
}
.whb-header {
    z-index: 999999;
}

/*----------------- SINGLE PRODUCT -----------------*/
.single-post .meta-post-categories.wd-post-cat.wd-style-with-bg {
    display: none;
}
.single-post .entry-meta.wd-entry-meta {
    display: none;
}
.single-post h1.wd-entities-title.title.post-title {
    font-size: 35px;
    color: black;
    margin-bottom: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 20px;
    width: fit-content;
    margin: auto;
}
.single-post h1.wd-entities-title.title.post-title::before {
    content: "";
    display: block;
    height: 40px;
    width: 25px;
    background: url(../images/icon-logo.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 20px;
}
.single-post .entry-thumbnail {
    display: none;
}
.single-post div#comments {
    display: none;
}
.single-post .wd-page-nav-btn.next-btn  .wd-label {
    display: none;
}
.single-post .wd-single-footer {
    border: none;
    padding-top: 0;
}
.single-post .main-page-wrapper::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/icon-logo.svg);
    background-size: 2%;
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0%;
    opacity: 0.01;
}
.single-post .main-page-wrapper {
    background-color: #f7f2ec;
}
.single-post .article-body-container .wpb_wrapper img {
    height: 600px;
    object-fit: cover;
}
.icons-design-colored .wd-social-icon {
    background-color: black !important;
}


@media (max-width: 500px) {
    .single-post h1.wd-entities-title.title.post-title {
        font-size: 25px;
        color: black;
        margin-bottom: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        border-bottom: none;
        padding-bottom: 0px;
        width: auto;
        margin: auto;
    }
    .single-post h1.wd-entities-title.title.post-title::before {
        content: "";
        display: none;
    }
    .single-post .article-body-container .wpb_wrapper img {
        height: 200px;
        object-fit: cover;
    }
}


/*----------------- MOBILE NAV -----------------*/
.mobile-nav {
    background-color: #f6f2ec;
    width: 100%;
    height: 100%;
	    z-index: 9999999;
}
.mobile-nav {
    visibility: hidden;
}
.mobile-nav.wd-opened {
    visibility: visible;
}
.wd-side-hidden.wd-left {
    transform: translate3d(0, -100%, 0);
}
.mobile-nav {
    transform: translate3d(-100%, 0, 0);
}
.mobile-nav.wd-side-hidden.wd-left.wd-opened {
    transform: none;
}
.sayfalar li a {
    font-size: 60px;
    text-transform: math-auto;
    font-weight: 300;
    line-height: 1.5;
    display: flex;
    align-content: flex-end;
    align-items: center;
}
.mobile-nav a {
    border: none !important;
}
.wd-sub-menu li a span:hover::before {
    width: 35px;
    height: 35px;
}
.wd-sub-menu li a {
    border: none;
}
.mobile-nav {
    padding-top: 2%;
    padding-left: 6%;
    transition: ease 1s;
}
.sayfalar li a::before {
    content: "";
    display: block;
    background: url(../images/icon.png);
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin-right: 32px;
    transition: ease 0.5s;
    opacity: 0.2;
}
.sayfalar li:hover a::before {
    opacity: 1;
}
.sayfalar li a:hover::before {
    width: 35px;
    height: 35px;
}
.mobile-logo img {
    width: 130px;
    filter: invert(1);
}
.mobile-logo span::before {
    display: none !important;
}
.mobile-logo {
    margin-bottom: 5%;
}
.mobile-opener-sec .wd-sub-menu {
    display: block !important;
}
.mobile-opener-sec > a {
    display: none !important;
}
.mobile-opener-sec > .wd-nav-opener {
    display: none !important;
}
.mobile-opener-sec {
    width: 50% !important;
    float: left;
}
.mobile-opener-sec:last-child .wd-sub-menu > li > a {
		display: none;
}
.mobile-ilet-tile {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.section-info-sec {
    margin-bottom: 40px;
}
.section-info-tile, .section-info-tile a {
    font-size: 19px;
    color: #9e9e9e !important;
    width: 45%;
}
.mobile-opener-sec:last-child .wd-sub-menu li {
    display: flex;
    justify-content: flex-end;
}
.mobile-ilet-tile::before {
    content: "";
    display: block;
    background: url(../images/icon.png);
    background-size: 100%;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    transition: ease 0.5s;
}
.mobile-nav::after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/icon-logo.svg);
    position: absolute;
    left: -50px;
    top: 0;
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: -1;
		opacity: 0;
}
.mobile-nav.wd-opened::after {
    opacity: 0.3;
    filter: opacity(0.1);
    transition: ease 5s;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-35.item-level-1 {
    display: contents;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-3145.item-level-1 {
    display: contents;
}
.sub-sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #f7f2ec;
    width: 100%;
    z-index: 9999;
    height: 100%;
}
.sub-sub-menu li a {
    font-size: 45px;
}
.wd-nav-opener {
    width: 100%;
    margin-top: -91px;
    position: absolute;
    height: 80px;
    background-color: transparent !important;
    display: flex;
    justify-content: flex-end;
    border: none !important;
}
.wd-nav-opener:after {
    font-weight: 400;
    font-size: 20px;
    transition: transform .25s ease;
    content: "\f113";
    font-family: "woodmart-font";
    margin-right: 200px;
    background-color: #98676700;
    color: #000000 !important;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid black;
    transform: none !important;
}
.wd-nav-mobile li:active>a, .wd-nav-mobile li.opener-page>a {
    background-color: transparent !important;
}
.sub-sub-menu li img {
    width: 45px;
    margin-right: 30px;
}
.sub-sub-menu li a::before {
    display: none;
}
ul.sub-sub-menu li {
    border: 1px solid gainsboro;
    border-radius: 80px;
    margin-bottom: 20px;
    margin-right: 10%;
}
ul.sub-sub-menu li a {
    justify-content: center;
}
.mobile-nav {
    background-color: transparent;
    transform: none !important;
}
.mobile-nav::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #f6f2ec;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateX(90deg);
    transition: ease 1s;
}
.mobile-nav.wd-opened::before {
    transform: none;
}
.wd-tools-element.wd-header-mobile-nav.wd-style-text.wd-tools-custom-icon.wd-design-6.whb-tkkoxbexpglydu87996b {
    z-index: 999999999999;
}
.mobile-pages-menu {
    opacity: 0;
}
.wd-opened .mobile-pages-menu {
    opacity: 1;
    transition: ease 2s;
}
.wd-close-side {
    width: fit-content;
    height: fit-content;
    background: transparent !important;
    position: relative !important;
    right: 0;
    opacity: 0;
    visibility: hidden;
}
.menu-item-317, .menu-item-3140 {
    width: fit-content !important;
    position: absolute !important;
    right: 0;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-317.item-level-0 {
    position: absolute;
    right: 6%;
    width: fit-content;
    top: 75px;
		opacity: 0;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3140.item-level-0 {
    position: absolute;
    right: 6%;
    width: fit-content;
    top: 75px;
		opacity: 0;
}
.wd-opened li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-317.item-level-0 {
		opacity: 1;
}
.wd-opened li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3140.item-level-0 {
		opacity: 1;
}
.mobilenav-close {
    color: black;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    display: flex;
    padding: 10px 20px;
    background-color: white;
    border-radius: 40px;
    border: 2px solid #9e9e9e;
}
.mobilenav-close i {
    margin-left: 10px;
    border: 1px solid black;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 13px;
}
.mobile-pages-menu {
    visibility: hidden;
}
.wd-opened .mobile-pages-menu {
    visibility: visible;
}

@media (max-width: 1450px) {
    .mobile-nav {
        padding-top: 1%;
        padding-left: 0%;
        transition: ease 1s;
    }
    .sayfalar li a {
        font-size: 60px;
        text-transform: math-auto;
        font-weight: 300;
        line-height: 1.5;
        display: flex;
        align-content: flex-end;
        align-items: center;
    }
    .mobile-ilet-tile {
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }
    .section-info-tile, .section-info-tile a {
        font-size: 18px;
        color: #9e9e9e !important;
        width: 52%;
    }
}


@media (max-width: 1450px) {
    .mobile-nav .wd-close-side {
        top: 0;
    }
    .sayfalar li a {
        font-size: 50px;
        text-transform: math-auto;
        font-weight: 300;
        line-height: 1.5;
        display: flex;
        align-content: flex-end;
        align-items: center;
    }
    .wd-nav-opener:after {
        font-weight: 400;
        font-size: 15px;
        transition: transform .25s ease;
        content: "\f113";
        font-family: "woodmart-font";
        margin-right: 200px;
        background-color: #98676700;
        color: #000000 !important;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid black;
        transform: none !important;
    }
    .wd-nav-opener {
        width: 100%;
        margin-top: -75px;
        position: absolute;
        height: 60px;
        background-color: transparent !important;
        display: flex;
        justify-content: flex-end;
        border: none !important;
    }
    .mobile-ilet-tile {
        font-size: 25px;
        margin-bottom: 20px;
        font-weight: 500;
        display: flex;
        align-items: center;
    }
    .section-info-tile, .section-info-tile a {
        font-size: 17px;
        color: #9e9e9e !important;
        width: 52%;
    }
		.sayfalar #menu-item-35 .wd-sub-menu li a {
				font-size: 40px !important;
		}
		li#menu-item-35 .sub-sub-menu a {
				font-size: 35px;
		}
		li#menu-item-35 .sub-sub-menu a img {
				width: 40px;
		}
		.sayfalar #menu-item-3145 .wd-sub-menu li a {
				font-size: 40px !important;
		}
		li#menu-item-3145 .sub-sub-menu a {
				font-size: 35px;
		}
		li#menu-item-3145 .sub-sub-menu a img {
				width: 40px;
		}
}

@media (max-width: 1050px) {
	.wd-header-mobile-nav span.wd-tools-text {
    color: white;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    margin-right: 10px;
}
		li#menu-item-35 .sub-sub-menu a {
				font-size: 25px;
		}
		li#menu-item-35 .sub-sub-menu a img {
				width: 35px;
		}
		li#menu-item-3145 .sub-sub-menu a {
				font-size: 25px;
		}
		li#menu-item-3145 .sub-sub-menu a img {
				width: 35px;
		}
		.sayfalar li a {
				font-size: 40px;
				text-transform: math-auto;
				font-weight: 300;
				line-height: 1.5;
				display: flex;
				align-content: flex-end;
				align-items: center;
		}
		.wd-nav-opener:after {
				font-weight: 400;
				font-size: 13px;
				transition: transform .25s ease;
				content: "\f113";
				font-family: "woodmart-font";
				margin-right: 200px;
				background-color: #98676700;
				color: #000000 !important;
				width: 25px;
				height: 25px;
				display: flex;
				align-items: center;
				justify-content: center;
				border-radius: 50%;
				border: 1px solid black;
				transform: none !important;
		}
		.wd-nav-opener {
				width: 100%;
				margin-top: -60px;
				position: absolute;
				height: 50px;
				background-color: transparent !important;
				display: flex;
				justify-content: flex-end;
				border: none !important;
		}
	.mobile-ilet-tile {
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.mobile-ilet-tile::before {
    content: "";
    display: block;
    background: url(../images/icon.png);
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    transition: ease 0.5s;
}
.section-info-tile, .section-info-tile a {
    font-size: 16px;
    color: #9e9e9e !important;
    width: 52%;
}
.section-info-sec {
    margin-bottom: 20px;
}
}

@media (max-width: 800px) {
		.wd-nav-opener:after {
				margin-right: 60px;
		}
		li#menu-item-35 .sub-sub-menu a {
				font-size: 22px;
				padding: 5px 0px !important;
		}
		li#menu-item-35 .sub-sub-menu a img {
				width: 30px;
		}
		li#menu-item-3145 .sub-sub-menu a {
				font-size: 22px;
				padding: 5px 0px !important;
		}
		li#menu-item-3145 .sub-sub-menu a img {
				width: 30px;
		}
}

@media (max-width: 500px) {
.mobile-opener-sec {
    width: 100% !important;
    float: left;
}
.sayfalar li a {
    font-size: 35px;
    text-transform: math-auto;
    font-weight: 300;
    line-height: 1.5;
    display: flex;
    align-content: flex-end;
    align-items: center;
}
.section-info {
    padding-left: 5%;
    padding-top: 10%;
}
.mobile-logo img {
    width: 90px;
    filter: invert(1);
}
.mobilenav-close {
    color: black;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    display: flex;
    padding: 7px 10px;
    background-color: white;
    border-radius: 40px;
    border: 2px solid #9e9e9e;
    align-items: center;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-317.item-level-0 {
    position: absolute;
    right: -1%;
    width: fit-content;
    top: 35px;
    opacity: 0;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-3140.item-level-0 {
    position: absolute;
    right: -1%;
    width: fit-content;
    top: 35px;
    opacity: 0;
}
	.sayfalar li a::before {
    content: "";
    display: block;
    background: url(../images/icon.png);
    background-size: 100%;
    width: 17px;
    height: 17px;
    margin-right: 15px;
    transition: ease 0.5s;
    opacity: 0.2;
}
.section-info-tile, .section-info-tile a {
    font-size: 14px;
    color: #9e9e9e !important;
    width: 70%;
}
.mobile-logo {
    margin-bottom: 10%;
}
	.mobile-ilet-tile::before {
    content: "";
    display: block;
    background: url(../images/icon.png);
    background-size: 100%;
    width: 15px;
    height: 15px;
    margin-right: 20px;
    transition: ease 0.5s;
}
.mobile-ilet-tile {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
	.sayfalar li a:hover::before {
    width: 20px;
    height: 20px;
}
	.sayfalar li a:hover::before {
    width: 20px;
    height: 20px;
}
li#menu-item-35 .sub-sub-menu a, li#menu-item-3145 .sub-sub-menu a {
    display: flex;
    justify-content: flex-start;
    padding-left: 6% !important;
}
li#menu-item-35 .sub-sub-menu a img, li#menu-item-3145 .sub-sub-menu a img {
    width: 25px;
}
li#menu-item-35 .sub-sub-menu a img, li#menu-item-3145 .sub-sub-menu a img {
    width: 25px;
    margin-right: 20px;
}
ul.sub-sub-menu li {
    border: 1px solid gainsboro;
    border-radius: 80px;
    margin-bottom: 10px;
    margin-right: 6%;
    margin-left: 6%;
}
	.sub-sub-menu {
    position: unset;
    height: auto;
}
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-35.item-level-1 {
    display: flex;
}
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-3145.item-level-1 {
    display: flex;
}
.wd-nav-opener {
    width: 100%;
    margin-top: 0;
}
	.wd-nav-opener.wd-active:after {
    transform: rotate(90deg) !important;
}
	.wd-nav-opener {
    width: 100%;
    margin-top: 5px;
}
	.wd-nav-opener:after {
    margin-right: 25px;
}
	li#menu-item-35 .sub-sub-menu a::before, li#menu-item-3145 .sub-sub-menu a::before {
    display: none;
}
	.mobile-nav.wd-opened {
    background-color: #f6f2ec;
}
	}



/*----------------- HEADER -----------------*/
.whb-main-header .container {
    max-width: 1655px;
}
.wd-header-mobile-nav a {
    display: flex;
    flex-direction: row-reverse;
}
.wd-header-mobile-nav span.wd-tools-text {
    color: white;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}
.whb-header .wd-tools-element span.wd-tools-icon {
    color: white;
}
.tax-product_cat .whb-header {
    position: absolute;
    width: 100%;
}
.tax-product_cat .whb-row.whb-general-header {
    background: transparent;
    border: none !important;
}
.tax-product_cat .whb-row.whb-header-bottom {
    background: transparent;
}
.tax-product_cat .main-page-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}


/* ------------- SINGLE-PRODUCT  -------------
.single-product .whb-header {
    position: absolute;
    width: 100%;
}
.single-product .whb-row.whb-general-header {
    background: transparent;
    border: none !important;
}
.single-product .whb-row.whb-header-bottom {
    background: transparent;
}
.single-product .main-page-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}*/
.single-product .main-page-wrapper {
    background-color: #f6f2ec;
}
.single-product .whb-header {
    margin-bottom: 0 !important;
}
.single-product-page .container {
    max-width: 1650px;
}
.single-product .owl-prev, .single-product .owl-next {
    visibility: visible;
    transform: none !important;
    opacity: 1 !important;
    background-color: white;
    border-radius: 50%;
}
.single-product .owl-prev {
    left: 40px !important;
    margin-left: 0 !important;
}
.single-product .owl-next {
    right: 40px !important;
    margin-right: 0 !important;
}
.single-product .product_title {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 40px;
    line-height: 1.5;
}
.single-product .product_title span {
    font-weight: 300;
    font-size: 35px;
}
.single-product .product_meta {
    text-align: center;
}
.single-product .wd-social-icons {
    text-align: center;
}
.single-product .product_meta {
    border: none !important;
}
.single-product .wd-breadcrumbs {
    text-align: center !important;
    flex: none !important;
}
.single-product .single-breadcrumbs {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 30px !important;
    max-width: 1610px;
    margin: auto;
}
.single-product .thumbnails.owl-carousel {
    width: 70%;
    margin: auto;
}
.single-product .woocommerce-product-gallery__wrapper .owl-item img {
    border-radius: 15px;
}
.single-product .thumbnails .owl-prev, .single-product .thumbnails .owl-next {
    width: 35px;
    height: 35px;
    top: 57%;
}
.single-product .thumbnails .owl-prev::after, .single-product .thumbnails .owl-next::after {
    font-size: 15px !important;
}
.single-product .product_title::before {
    content: "";
    display: block;
    height: 100%;
    height: 60px;
    width: 35px;
    background: url(../images/icon-logo.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom: 10px;
}
.main-page-wrapper .container-fluid::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/icon-logo.svg);
    background-size: 2%;
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0%;
    opacity: 0.01;
}
.single-product .wc-tab-inner table th {
    color: white;
    text-align: center;
    background-color: black;
}
.single-product .wc-tab-inner table tr td {
    border: none;
    text-align: center !important;
    border-right: 1px solid #0000001c !important;
    color: black;
    padding-top: 15px;
    padding-bottom: 15px;
}
.single-product tr:nth-child(even) {
    background-color: #00000005;
}
.single-product .wc-tab-inner table tr td:first-child {
    font-weight: 600;
    color: black;
    font-size: 14px;
    border-right: 1px solid #0000001c !important;
    border-left: 1px solid #0000001c;
}
.single-product .wc-tab-inner table {
    border: 1px solid #0000001c !important;
    width: 80%;
    margin: auto;
    border: none !important;
    border-bottom: 1px solid #dcd7d3 !important;
}
.single-product .wd-nav.wd-nav-tabs {
    display: none;
}
.summary-inner {
    margin-top: 90px !important;
    margin-bottom: 50px !important;
}
.single-product .wc-tab-inner tr th:first-child {
    border-top-left-radius: 20px !important;
}
.single-product .wc-tab-inner tr th:last-child {
    border-top-right-radius: 20px !important;
}
.single-product .wc-tab-inner tr:last-child {
    border-bottom-left-radius: 20px !important;
}
.table-tile {
    text-align: center;
    font-size: 18px;
    background-color: #ffffff12;
    color: black;
    padding: 10px 30px;
    width: fit-content;
    margin: auto;
    border-radius: 60px;
    border: 2px solid black;
    /*box-shadow: 0px 3px #000000;*/
}
.wd-entities-title {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
.wd-add-btn a span {
    background-color: #00000000 !important;
    border: 1px solid gainsboro !important;
    color: black !important;
    font-size: 14px !important;
    text-transform: capitalize;
    padding: 9px 20px !important;
    font-weight: 600;
}
.wd-add-btn a {
    background-color: transparent !important;
    box-shadow: none !important;
}
h3.title.slider-title {
    text-align: center;
    text-transform: capitalize;
    font-size: 16px;
    background-color: #ffffff12;
    color: black;
    padding: 10px 30px;
    width: fit-content;
    margin: auto;
    border-radius: 60px;
    border: 2px solid black;
    /*box-shadow: 0px 3px #000000;*/
    margin-bottom: 40px;
}
h3.title.slider-title::before {
    display: none;
}
.related-and-upsells .owl-dots .owl-dot span {
    width: 100px;
    border-radius: 10px;
    height: 3px;
}

@media (max-width: 1450px) {
    .single-product .single-breadcrumbs {
        max-width: 100%;
        margin: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .single-product .thumbnails.owl-carousel {
        width: 80%;
        margin: auto;
    }
}


@media (max-width: 1050px) {
    .single-product .thumbnails.owl-carousel {
        width: 100%;
        margin: auto;
    }
    .single-product .owl-prev {
        left: 20px !important;
        margin-left: 0 !important;
        justify-content: center !important;
    }
    .single-product .owl-next {
        right: 20px !important;
        margin-right: 0 !important;
        justify-content: center;
    }
    .single-product .owl-next, .single-product .owl-prev {
        height: 50px;
        width: 50px;
    }
    .single-product .product_title {
        font-weight: 700;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 35px;
        line-height: 1.5;
    }
    .single-product .product_title span {
        font-weight: 300;
        font-size: 30px;
    }
    div#tab-item-title-description {
        display: none;
        border: none !important;
    }
    .wd-accordion.wd-style-default:before {
        content: "";
        display: none !important;
    }
    .single-product .wc-tab-inner table {
        border: 1px solid #0000001c !important;
        width: 100%;
        margin: auto;
        border: none !important;
        border-bottom: 1px solid #dcd7d3 !important;
    }
    .table-tile {
        text-align: center;
        font-size: 16px;
    }
    h3.title.slider-title {
        text-align: center;
        text-transform: capitalize;
        font-size: 15px;
    }
}


@media (max-width: 500px) {
    .single-product .owl-next::after, .single-product .owl-prev::after {
        font-size: 10px;
    }
    .single-product .thumbnails .owl-prev, .single-product .thumbnails .owl-next {
        width: 20px;
        height: 20px;
        top: 70%;
    }
    .single-product .thumbnails .owl-prev::after, .single-product .thumbnails .owl-next::after {
        font-size: 10px !important;
    }
    .single-product .product_title::before {
        content: "";
        display: block;
        height: 100%;
        height: 35px;
        width: 20px;
        background: url(../images/icon-logo.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .single-product .product_title {
        font-weight: 700;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 30px;
        line-height: 1.5;
    }
    .single-product .product_title span {
        font-weight: 300;
        font-size: 25px;
    }
    .single-product .product_title::before {
        content: "";
        display: block;
        height: 100%;
        height: 35px;
        width: 20px;
        background: url(../images/icon-logo.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .table-tile {
        font-size: 14px;
    }
    .single-product .wc-tab-inner table tr td {
        font-size: 12px !important;
    }
    .single-product .wc-tab-inner table th {
        color: white;
        text-align: center;
        background-color: black;
        font-size: 12px;
    }
    h3.title.slider-title {
        text-align: center;
        text-transform: capitalize;
        font-size: 14px;
    }
    .single-product .owl-next, .single-product .owl-prev {
        height: 30px !important;
        width: 30px !important;
        top: 60%;
    }
	.single-product .wd-entities-title a {
    font-size: 15px !important;
}
	.single-product .single-breadcrumbs {
    margin-bottom: 20px !important;
}
	.single-breadcrumbs-wrapper {
    margin-bottom: 0 !important;
}
}


/* ------------- SINGLE-PRODUCT > IMAGE FIX ------------- */
.single-product .woocommerce-product-gallery__wrapper .owl-item {
    height: 750px;
    display: flex;
}
.single-product .main-page-wrapper {
    margin-top: 0px !important;
}
.single-product .thumbnails {
    margin-top: 0;
}
.single-product .woocommerce-product-gallery__wrapper .owl-item > div {
    margin-bottom: 0;
}
.single-product .woocommerce-product-gallery__wrapper .owl-item > div,
.single-product .woocommerce-product-gallery__wrapper .owl-item figure {
    display: block;
    width: 100%;
    height: 100%;
}
.single-product .woocommerce-product-gallery__wrapper .owl-item div a,
.single-product .woocommerce-product-gallery__wrapper .owl-item figure a {
    display: flex;
    height: 100%;
}
.single-product .woocommerce-product-gallery__wrapper .owl-item img {
    width: 100% !important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block !important;
    margin: auto;
    object-fit: cover;
    object-position: 100% 80%;
}
.single-product .thumbnails .owl-item {
		cursor: pointer;
    height: 130px;
    object-fit: cover;
    object-position: center;
}
.woocommerce-product-gallery img {
    width: 100% !important;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 10px !important;
}
.woocommerce-product-gallery .product-image-thumbnail {
    height: 100%;
}
.thumbs-position-bottom .woocommerce-product-gallery__wrapper {
    margin-bottom: 20px !important;
}
.woocommerce-product-gallery .thumbnails.wd-owl .owl-item, .woocommerce-product-gallery .thumbnails.wd-owl>.product-image-thumbnail {
    padding-inline: 10px !important;
}


@media (max-width: 1200px) {
    .single-product .woocommerce-product-gallery__wrapper .owl-item {
        height: 425px;
    }
    .single-product .thumbnails .owl-item {
        height: 100px;
    }
}
@media (max-width: 990px) {
    .single-product .woocommerce-product-gallery__wrapper .owl-item {
        height: 325px;
    }
    .single-product .thumbnails .owl-item {
        height: 88px;
    }
}
@media (max-width: 768px) {
    .single-product .woocommerce-product-gallery__wrapper .owl-item {
        height: 350px;
    }
    .single-product .thumbnails .owl-item {
        height: 70px;
    }
}
@media (max-width: 425px) {
		.single-product .woocommerce-product-gallery__wrapper .owl-item {
				height: 250px;
		}
}
@media (max-width: 375px) {
		.single-product .woocommerce-product-gallery__wrapper .owl-item {
				height: 225px;
		}
}
@media (max-width: 320px) {
		.single-product .woocommerce-product-gallery__wrapper .owl-item {
				height: 200px;
		}
}



/*----------------- BLOG -----------------*/
@media (max-width: 500px) {
    .entry-content.wd-entry-content {
        color: #3c3c3c !important;
        margin-bottom: 25px !important;
        font-size: 13px;
    }
    .blog-post-loop h3 a {
        font-size: 14px !important;
        margin-bottom: 20px;
    }
    p.read-more-section a {
        border-radius: 50px;
        background-color: black;
        display: inline-block;
        padding: 12px 20px !important;
        color: white !important;
        text-transform: capitalize;
        font-size: 12px !important;
        font-weight: 500;
    }
}

/*----------------- PRODUCT CATEGORY -----------------*/
.tax-product_cat .container {
    max-width: 1655px;
}
.wd-entities-title a span {
    font-weight: 300;
    font-size: 18px;
    margin-top: 5px;
}
.archive .woodmart-add-btn a.button.product_type_simple.add-to-cart-loop {
    background: black !important;
    border: 1px solid black;
    color: white;
}
.add-to-cart-loop:hover:before {
    display:none !important;
}
.wd-add-btn-replace .add-to-cart-loop:hover span {
    transform: none !important;
}
.wd-add-btn-replace .add-to-cart-loop:focus span, .wd-add-btn-replace .add-to-cart-loop:hover span, .woodmart-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop:focus span, .woodmart-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop:hover span {
    -webkit-transform: none !important;
    transform: none !important;
}
.wd-add-btn-replace .add-to-cart-loop:after, .woodmart-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop:after, .wd-add-btn-replace .add-to-cart-loop:before, .woodmart-hover-base:not([class*=add-small]) .wd-bottom-actions .add-to-cart-loop:before {
    display: none;
}
.woodmart-add-btn a {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
}
.woodmart-add-btn a:hover {
    background: none !important;
}
.product.wd-hover-standard .wd-add-btn>a:active {
    bottom: 0 !important;
}
.tax-product_cat .baslik {
    font-size: 70px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.tax-product_cat .baslik b {
    font-weight: 500;
}
.tax-product_cat .baslik-text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    width: 40%;
}
.tax-product_cat .cat-header {
    display: flex;
    justify-content: space-between;
    max-width: 1655px;
    margin: auto;
    align-items: center;
    padding-bottom: 50px;
}
form.woocommerce-ordering.wd-style-underline.wd-ordering-mb-icon {
    display: none;
}
.wd-products-shop-view.products-view-grid {
    margin-right: 0;
}
.shop-loop-head {
    background-color: #f9f9f9;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 60px;
    margin-top: 3%;
    margin-bottom: 3%;
}
.wd-entities-title a {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 20px;
}



@media (max-width: 1050px) {
    .tax-product_cat .banner-image img {
        height: 500px !important;
    }
    .tax-product_cat .baslik {
        font-size: 50px;
        font-weight: 300;
        color: #ffffff;
        line-height: 1.3;
        display: flex;
        flex-direction: column;
        line-height: 1.2;
    }
    .tax-product_cat .baslik-text {
        color: #ffffff;
        font-size: 13px;
        font-weight: 300;
        width: 40%;
    }
}


@media (max-width: 800px) {
    .tax-product_cat .cat-header {
        display: flex;
        justify-content: space-between;
        max-width: 1655px;
        margin: auto;
        align-items: center;
        padding-bottom: 10px;
    }
    .tax-product_cat .baslik {
        font-size: 40px;
        font-weight: 300;
        color: #ffffff;
        line-height: 1.3;
        display: flex;
        flex-direction: column;
        line-height: 1.2;
    }
    .tax-product_cat .baslik-text {
        color: #ffffff;
        font-size: 12px;
        font-weight: 300;
        width: 50%;
    }
		.wd-entities-title a {
				font-size: 16px;
				color: black;
		}
		.wd-entities-title a span {
				font-weight: 300;
				font-size: 15px;
				margin-top: 5px;
		}
		.wd-add-btn a span {
				background-color: #00000000 !important;
				border: 1px solid gainsboro !important;
				color: black !important;
				font-size: 13px !important;
				text-transform: capitalize;
				padding: 7px 20px !important;
				font-weight: 600;
		}
}


@media (max-width: 500px) {
    .tax-product_cat .baslik-text {
        color: #ffffff;
        font-size: 12px;
        font-weight: 300;
        width: 90%;
        text-align: center;
    }
    .tax-product_cat .baslik {
        font-size: 30px;
        font-weight: 300;
        color: #ffffff;
        line-height: 1.3;
        display: flex;
        flex-direction: column;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 10px;
    }
    .tax-product_cat .cat-header {
        display: flex;
        justify-content: space-between;
        max-width: 1655px;
        margin: auto;
        align-items: center;
        padding-bottom: 0px;
        flex-direction: column;
    }
    .tax-product_cat .baslik {
        font-size: 30px;
        font-weight: 300;
        color: #ffffff;
        line-height: 1.3;
        display: flex;
        flex-direction: row;
        line-height: 1.2;
        text-align: center;
        margin-bottom: 10px;
        column-gap: 5px;
    }
		.wd-add-btn a span {
				background-color: #00000000 !important;
				border: 1px solid gainsboro !important;
				color: black !important;
				font-size: 12px !important;
				text-transform: capitalize;
				padding: 7px 20px !important;
				font-weight: 600;
				min-height: auto !important;
		}
		.wd-entities-title a {
				font-size: 15px;
				color: black;
		}
	.wd-entities-title a span {
    font-weight: 300;
    font-size: 14px;
    margin-top: 5px;
}
	.archive .wd-entities-title a {
    font-size: 15px !important;
}
}



/*----------------- FOOTER -----------------*/
.footer-container {
    border-top: 1px solid #e8e8e8;
}
.footer-sidebar {
    padding: 70px 0px !important;
}
footer .social-media-links {
    display: flex;
    column-gap: 20px;
}
footer .social-media-links li i {
    color: black;
    font-size: 17px;
}
#footer-html {
    text-align: center;
    padding-top: 150px;
    margin-bottom: 0 !important;
    width: 90%;
    margin: auto;
}
footer .wpb_single_image.vc_align_left {
    text-align: center;
}
footer .sec3 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
footer .sec3 .item input {
    color: #bebebe !important;
    border: none !important;
    border-bottom: 1px solid #ffffff47 !important;
    padding-left: 0;
    width: 400px;
}
footer .sec3 .item input::placeholder {
    color: #bebebe;
}
footer .sec3 .item-buton button {
    background: transparent !important;
    border-bottom: 1px solid #ffffff47 !important;
    color: #bebebe;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}
footer .wd-nav li a span {
    color: #bebebe !important;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 16px;
}
footer .widget_nav_mega_menu {
    margin-bottom: 35px;
}
.footer-sec {
    display: flex;
    justify-content: space-between;
    color: #bebebe;
    border-top: 1px solid #373836;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #373836;
    align-items: center;
    border: none !important;
}
.footer-sec-box {
    width: 50%;
}
footer .footer-sec-box a {
    font-size: 16px;
    color: #bebebe;
}
.footer-sec-box {
    font-size: 16px;
    font-weight: 300;
}
.footer-sec-alt {
    display: flex;
    justify-content: space-between;
    color: #bebebe;
    padding-top: 25px;
    align-items: center;
}
.footer-sec-tile a {
    font-size: 13px;
    color: #bebebe;
    border-bottom: 1px solid;
}
ul.social-media-links li {
    list-style: none;
    margin-bottom: 0;
}
ul.social-media-links li i {
    color: #bebebe;
    transition: ease 0.5s;
}
ul.social-media-links li a:hover i {
    color: white !important;
    transform: scale(1.2);
}
ul.social-media-links {
    margin-bottom: 0;
}
.min-footer {
    display: flex;
    flex-direction: column;
}
.col-left, .col-left a, .col-left strong {
    color: #bebebe;
    font-weight: 300 !important;
}
.col-left {
    margin-bottom: 20px;
}
.min-footer {
    padding-top: 0;
}
.footer-sec-box:first-child {
    text-align: left;
}
.footer-sec-box:last-child {
    text-align: right;
}
footer .wd-nav li a span {
    color: #bebebe !important;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 16px;
    margin-right: 10px;
    margin-left: 10px;
}


@media (max-width: 800px) {
    #footer-html {
        text-align: center;
        padding-top: 150px;
        margin-bottom: 0 !important;
        width: 100%;
        margin: auto;
    }
    .footer-sec-box {
        font-size: 14px;
        font-weight: 300;
    }
    footer .footer-sec-box a {
        font-size: 14px;
        color: #bebebe;
    }
    .footer-sec-tile a {
        font-size: 12px;
        color: #bebebe;
        border-bottom: 1px solid;
    }
}


@media (max-width: 500px) {
    footer .vc_single_image-wrapper img {
        width: 130px;
    }
    #footer-html {
        text-align: center;
        padding-top: 50px;
        margin-bottom: 0 !important;
        width: 100%;
        margin: auto;
    }
    footer .sec3 .item input {
        color: #bebebe !important;
        border: none !important;
        border-bottom: 1px solid #ffffff47 !important;
        padding-left: 0;
        width: 100%;
    }
    footer .sec3 .item-buton button {
        background: transparent !important;
        border-bottom: 1px solid #ffffff47 !important;
        color: #bebebe;
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 500;
        padding: 0;
    }
    .footer-sec {
        display: flex;
        justify-content: space-between;
        color: #bebebe;
        border-top: 1px solid #373836;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #373836;
        align-items: center;
        flex-direction: column;
        align-content: center;
    }
    .footer-sec-box {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 10px;
    }
    .footer-sec-alt {
        display: flex;
        justify-content: space-between;
        color: #bebebe;
        padding-top: 25px;
        align-items: center;
        flex-direction: column;
    }
    .footer-sec-tile {
        margin-bottom: 20px;
    }
    .footer-sec-box:first-child {
				text-align: center;
		}
		.footer-sec-box {
				width: 90%;
				text-align: center !important;
		}
		.col-left.set-cont-mb-s.reset-last-child {
				font-size: 13px;
		}
	footer .wd-nav li a span {
    color: #bebebe !important;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 15px;
    margin-right: 10px;
    margin-left: 10px;
}
}

/*----------------- FİYAT TALEP -----------------*/
.single-product .form-talep-sec-tile {
    text-align: center;
    font-size: 25px;
    color: black;
    font-weight: 600;
}
.single-product .form-talep-sec-tile p {
    margin-bottom: 15px;
}
.single-product .form-talep-sec-text {
    text-align: center;
    font-size: 15px;
}
.single-product form .col {
    display: flex;
    column-gap: 20px;
    padding: 0;
}
.single-product form .col .item {
    width: 100%;
}
.single-product .buton input {
    background-color: black !important;
    color: white !important;
    padding: 14px 50px;
}
.single-product form.wpcf7-form.init .wpcf7-response-output {
    display: none !important;
}
.single-product .wpcf7-form.submitting .wpcf7-response-output {
    display: block !important;
}
.single-product button.mfp-close {
    position: absolute !important;
    margin: auto;
    background-color: white;
    margin-bottom: 30px;
    left: 0;
    top: -30px;
    color: black;
    font-weight: bolder;
    border-bottom: 1px solid gainsboro;
}
.single-product .ürün-yazi {
    font-size: 16px;
    font-weight: 200;
}
.single-product .wpb_wrapper a.btn.btn-color-default.btn-style-bordered.btn-shape-rectangle.btn-size-default.woodmart-open-popup {
    font-size: 13px;
    font-weight: 400;
}
.single-product .wpb_wrapper a.btn.btn-color-default.btn-style-bordered.btn-shape-rectangle.btn-size-default.woodmart-open-popup:hover {
    background: black;
    color: white;
}
.single-none.tr:lang(en), .single-none.en:lang(tr) {
    display: none;
}


/*----------------- Blog -----------------*/
.category-blog .entry-meta.woodmart-entry-meta, .single-post .entry-meta.woodmart-entry-meta {
    display: none;
}
.category-blog .hovered-social-icons, .single-post .hovered-social-icons {
    display: none;
}
.category-blog .post-date.woodmart-post-date, .single-post .post-date.woodmart-post-date{
    display: none !important;
}
.category-blog .page-title.page-title-default.title-size-small.title-design-centered.color-scheme-light.title-blog, .single-post .page-title.page-title-default.title-size-small.title-design-centered.color-scheme-light.title-blog{
    display: none !important;
}
.post-date.wd-post-date.wd-style-with-bg {
    display: none !important;
}
.wd-entities-title a {
    font-size: 18px;
    color: black;
}

.article-body-container {
    padding: 0px !important;
    box-shadow: none !important;
}

.article-inner {
    box-shadow: none !important;
}

.article-body-container {
    text-align: left !important;
    margin-top: 20px;
}

.entry-content.wd-entry-content {
    color: #3c3c3c !important;
    margin-bottom: 55px;
}

.post-img-wrapp a:after {
    display: none;
}

.post-image-mask {
    display: none;
}
p.read-more-section a {
    border-radius: 50px;
    background-color: black;
    display: inline-block;
    padding: 15px 35px;
    color: white !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}




/************* WPML *******************/
.whb-header .wd-header-nav.wd-header-secondary-nav.text-left {
    flex: none !important;
}
#menu-wpml-menu a, #menu-wpml-menu a:after, #menu-wpml-menu-1 a, #menu-wpml-menu-1 a:after {
    color: white !important;
    text-transform: unset !important;
}
#menu-wpml-menu .wd-dropdown-menu.wd-dropdown, #menu-wpml-menu-1 .wd-dropdown-menu.wd-dropdown {
    background: transparent;
    box-shadow: none !important;
    padding: 0px !important;
    width: fit-content;
    margin-top: 2px !important;
    left: 5px;
}
#menu-wpml-menu a:after {
    margin-left: 5px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
}
#menu-wpml-menu a {
    border: 1px solid #dddddd;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 60px;
    text-transform: capitalize;
}
#menu-wpml-menu img {
    border-radius: 108px;
    width: 20px;
    height: 20px;
    object-fit: cover !important;
    object-position: -1px;
}
#menu-wpml-menu span {
    display: flex;
    align-items: center;
}
@media(max-width:1024px) {
	#menu-wpml-mobile a span {
			width: 30px !important;
	}
	#menu-wpml-mobile img {
			width: 22px !important;
			height: 22px !important;
			border-radius: 25px;
			object-fit: cover !important;
			object-position: -1px;
	}
	#menu-wpml-mobile {
			margin-top: 4px;
	}
	.wd-header-nav.wd-header-secondary-nav.text-left {
			padding-right: 0;
	}
}





.copy-sec {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
}
.copy-sec img {
    width: 40px;
}

@media (max-width: 1050px){
	.copy-sec {
	    display: flex;
	    column-gap: 10px;
	    justify-content: center;
	    align-items: center;
	    font-weight: 500;
	}
}