/*
Theme Name: KeyhanBazaar
Theme URI: https://keyhanbazaar.com/
Description: KeyhanBazaar
Author: Barfaraz, UIkitBase
Author URI: https://uikitbase.com/
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.kb-slideshow-container .uk-slideshow-items {
	border-radius: 8px;
}

.kb-media-box-wrap > * {
	width: auto;
}

.kb-slidenav-next-button {
	background: #fff !important;
	padding: 30px 20px !important;
	box-shadow: 2px 0 5px rgb(0 0 0 / 20%) !important;
	border-radius: 0 5px 5px 0 !important;
}

.kb-slidenav-previous-button {
	background: #fff !important;
	padding: 30px 20px !important;
	box-shadow: -2px 0 5px rgb(0 0 0 / 20%) !important;
	border-radius: 5px 0 0 5px !important;
}

.kb-slideshow-container {
    min-height: 120px;
}

/* woocommerce single product */
body.single-product {
	background-color: #fff !important;
}

.sp-feature img {
	width: 50px;
}

/*
.sp-banner {
	border-radius: 5px;
	border: solid 1px rgba(0,0,0,0.02);
}
*/

.product-summary-card .uk-card-body {
	padding: 20px;
}

.product-summary-card .uk-card-footer {
	padding: 20px;
}

.sp-gallery {
	width: 350px;
}

.sp-gallery uk-thumbnav {
	margin-top: 15px;
}

.sp-gallery .uk-thumbnav > * {
	padding-right: 10px;
}

.sp-gallery .uk-thumbnav > * > * {
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	overflow: hidden;
}

.sp-discounted-price {
	text-decoration: line-through;
}

.uk-tab > * > a {
	border-width: 3px !important;
}

.uk-logo img {
    max-width: 130px !important;
}
