/*
* S
* H
* E
* T
* A
 __   _ _   ___   _  _   ___    _    _ _ _   ___   ___ 
/ _| | U | | __| | \| | |_ _|  / \  | | | | | __| | o )
\_ \ |   | | _|  | \\ |  | |  | o | | V V | | _|  | o \
|__/ |_n_| |___| |_|\_|  |_|  |_n_|  \_n_/  |___| |___/
                                                       
* W
* E
* B
* ^^
*/

body {
	
		background:var( --e-global-color-6f46741 )!important;
		
	}
	.urun-detay-baslik {
        text-align: center;
        background: var( --e-global-color-5867d76 );
        padding: 90px 20px;
		margin: 0;
		border-radius: 0px 0 20px 20px;
		height: 293px;
    }
	
	.urun-detay-baslik h1 {
		color: #FFFFFF;
		font-family: "Poppins", Sans-serif;
		font-size: 26px;
		font-weight: 500;

    }
	
	

    .urun-detay-container {
        width: 100%;
        max-width: 1360px;
        margin: 0 auto;
        padding: 60px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
		
    }
    .urun-detay-sag {
        border-radius: 12px;
        flex-basis: 25%;
        max-width: 350px;
        margin-left: 15px;
    }
    .urun-detay-sol {
        flex-basis: 75%;
        max-width: calc(100% - 400px);
        margin-right: 15px;
		padding: 0;
    }
    @media screen and (max-width: 1000px) {
        .urun-detay-sag,
        .urun-detay-sol {
            flex-basis: 100%;
            max-width: none;
			margin:15px;
        }
    }
	
	
	.urun-detay-ozel-bilgileri
	{
		background: white;
		border-radius: 12px;
		padding: 14px 25px;
		width: 100%;
		font-family: poppins;
		font-size: 15px;
		margin-bottom: 14px;
	}

	.urun-detay-ozel-bilgileri span
		{
			font-weight: 500;
		}

		.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a	 {
			color: #DEDEDE;
			font-family: "Poppins", Sans-serif;
			font-size: 13px;
			text-align: center;
			padding-top: 10px;
		}

	.urun-detay-demo-buton
	{
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 14px 25px;
		text-align: left;
		text-decoration: none;
		background-color: var( --e-global-color-ce5c422 );
		color: #fff;
		border-radius: 12px;
		font-family: poppins;
		margin-bottom: 14px;
		font-size: 15px;
	}
	.urun-detay-demo-buton i
	{
		padding-right: 10px;
		font-size: 14px;
	}
	.swt-demo-bilgileri-info
	{
		background: white;
		border-radius: 12px;
		font-family: poppins;
		padding: 14px 25px 35px 25px;
		line-height: 16px;
		font-size: 15px;

	}
	.swt-demo-bilgileri-info h3
	{
		padding: 10px 10px 10px 10px;
		background-color: var(--e-global-color-6f46741 );
		border-radius: 12px 12px 12px 12px;
		text-align: center;
		color: var(--e-global-color-26d359b );
		font-family: "Poppins", Sans-serif;
		font-size: 17px;
		font-weight: 500;
	}

	.swt-demo-bilgileri-detay
	{
		font-weight: 500;
		color: var( --e-global-color-59a3b6e )!important;
	}

	.swt-demo-bilgileri-detay-sonuc
	{
		color: var( --e-global-color-f0c43c4 );
		font-weight: 400;
	}
	.swt-demo-bilgileri-info i
	{
		color: #aaafb7;
		padding-right: 10px;
		font-size: 14px;
	}
	.urun-detay-ozel-bilgileri i
	{
		color: #aaafb7;
		padding-right: 10px;
		font-size: 14px;
	}
	.whatsapp-siparis-button
	{
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 14px 25px;
		text-align: left;
		text-decoration: none;
		background-color: #25D366;
		color: #fff;
		border-radius: 12px;
		font-family: poppins;
		margin-bottom: 14px;
		margin-top: 14px;
		font-size: 15px;
	}
	.whatsapp-siparis-button i
	{
		padding-right: 10px;
		font-size: 17px;
	}
