/* Removing sidebar in cart and checkout | 7385537-ZEN (AVS) */
.page-id-9 #secondary, .page-id-10 #secondary {
	display: none;
}
.page-id-9 #primary, .page-id-10 #primary {
	width: 100%;
}
.widget .widget_gtranslate {
	margin-top: 2px;
	padding-top: 0px;
	text-align: right;
}
.button {
	border-radius: 25px;
	box-shadow: 5px 10px 18px #eeeeee;
}
.price {
	font-weight: bold; 
}
.woocommerce-Price-amount {
	font-weight: bold; 
}
.amount {
	font-size: 25px;
}
.hentry .entry-content .wp-block-button .wp-block-button__link, .editor-styles-wrapper .wp-block-button .wp-block-button__link {
	border-radius: 25px;
	box-shadow: 5px 10px 18px #eeeeee;
}
.site-header {
	border-bottom: 5px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(0,137,215,1), rgba(154,7,98), rgba(215,197,0,1));
    border-image-slice: 1;
    width:100%;	
}
.site-footer {
	border-top: 5px solid transparent;
  border-image: linear-gradient(0.25turn, rgba(0,137,215,1), rgba(154,7,98), rgba(215,197,0,1));
    border-image-slice: 1;
    width:100%;	
}
.demo_store {
	background-color: #f9d94c;
	color: black;
}
.demo_store a {
	background-color: #f9d94c;
	color: black;
}
.demo_store a.woocommerce-store-notice__dismiss-link {
	color: black;
}
.secondary-navigation {
	font-size: 18px;
}
.woocommerce-mini-cart__buttons a {
	/* box-shadow: 5px 10px 18px #000000; */
}
.widget_product_search form:not(.wp-block-search) input[type=search] {
	border-radius: 25px;
	background-color: white;
	border: 1px solid #000000;
}
.site-info a {
	display: none;
}
.woocommerce-product-details__short-description p {
	font-size: large;
}
.jp-relatedposts-post-a {
	font-family: arial;
	color: black;
}	
.jp-relatedposts-post-img {
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 15px;
}
.input-text {
	border-radius: 25px;
}

/* Orijinal yazıları gizle ama alanın yerini koru */
.site-info {
    visibility: hidden;
    position: relative;
}

/* Kendi telif yazımızı görünür şekilde ekle */
.site-info::after {
    content: "© Sport Sugar 2025"; /* Buraya istediğiniz metni yazın */
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #6d6d6d; /* Yazı rengi (gri) */
}
