/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* add font */

@font-face {
	font-family: yekan-web;
	font-style: normal;
	font-weight: 300;
	src: url('https://jodoon.com/wp-content/themes/generatepress_child/fonts/yekan.eot');
	src: url('https://jodoon.com/wp-content/themes/generatepress_child/fonts/yekan.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('https://jodoon.com/wp-content/themes/generatepress_child/fonts/yekan.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('https://jodoon.com/wp-content/themes/generatepress_child/fonts/yekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('https://jodoon.com/wp-content/themes/generatepress_child/fonts/yekan.ttf') format('truetype');
}


/** theme css**/

/* Inside article */
#main .hentry .inside-article{
	box-shadow:0px 0px 12px -9px #222222;
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
}

/* Thumbnail Image */
#main a img{
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}



/* Inside article */
#main .woocommerce-archive-wrapper .inside-article{
	background-color:rgba(255,255,255,0);
	
}

/* Button */
.products .product .add_to_cart_button{
	border-top-left-radius:10px;
	border-top-right-radius:25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:10px;
	
}

/* List Item */
#wc-column-container .products li{
	background-color:#ffffff;
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	border-top-right-radius:25px;
	
}

/** صفحه محصول**/

#main .product .inside-article{
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	box-shadow:0px 0px 9px -5px #222222;
}

/* Button */
.entry-summary .cart .single_add_to_cart_button{
	border-top-left-radius:10px;
	border-top-right-radius:25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:10px;
}

/* Plus */
.entry-summary .cart .plus{
	border-top-left-radius:25px !important;
	border-bottom-right-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:25px !important;
}

/* Minus */
.entry-summary .cart .minus{
	border-top-left-radius:0px;
	border-top-right-radius:12px !important;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:14px !important;
	margin-right:0px;
}

/* Tab title reviews */
#tab-title-reviews{
	border-top-left-radius:25px;
}

/* Tab title description */
#tab-title-description{
	border-top-right-radius:25px;
}

/* 479px and smaller screen sizes */
@media (max-width:780px){

	/* Tab title reviews */
	#tab-title-reviews{
		border-top-left-radius:0px;
		border-top-right-radius:0px;
		border-bottom-left-radius:0px;
		border-bottom-right-radius:25px;
		
	}
	
/**مقاله تکی**/

#block-7
	{
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	box-shadow:0px 0px 9px -5px #222222;
}


#block-8
	{
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	box-shadow:0px 0px 9px -5px #222222;
}


#block-9
	{
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	border-bottom-left-radius:25px;
	border-bottom-right-radius:25px;
	box-shadow:0px 0px 9px -5px #222222;
}


#main .comments-area
	{
	border-top-left-radius:25px;
	border-top-right-radius:25px;
	box-shadow:0px 0px 9px -5px #222222;
	
}