@import url("base.css");

.header .brand-logo {
	display: none;
}

.site-grid {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
}

main .page-header h1 {
	display: none;
}

main .page-header-kdo .site-title {
	font-family: "Handlee", cursive;
	font-weight: bold;
	font-style: normal;
	font-size: 200%;
}

main .page-header-kdo {
	text-align: center;
	/*padding-bottom: 100px;*/
	padding: 20px 0 80px 0;
}

main .page-header-kdo a {
	text-decoration: none;
	color: #000;
	width: fit-content;
	display: block;
	margin: auto;
	background-color: #fff5a8;
	border-radius: 100%;
}

.hikashop_products {
	width: 100%;
}

.hikashop_products .hikashop_product {
	float: left;
	width: 20%;
	display: block;
	box-sizing: border-box;
}

.hikashop_container {
	border: 1px solid #eab5b5;
}

.hikashop_cart_module_product_name_title {
	text-align: left;
}

.hikashop_product_price {
	font-weight: bold;
	color: #d97d7d;
}

.hikashop_product_name > a {
	color: #000;
	font-family: "Handlee", cursive;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline!important;
}

.hikashop_product_main_image_subdiv > a {
	width: 100%;
	display: block;
}

.hikashop_global_image_div {
	position: relative;
	height: 100%;
	min-height: 254px;
}

.hikashop_small_image_div {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.hikashop_product_main_image_subdiv > a > img {
	display: block;
	width: 180px;
	height: 180px;
}

.sidebar-right.basket {
	box-sizing: border-box;
	border-radius: 5px;
	margin: 10px;
	display: block;
	background-image: url(/assets/images/basket.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 100px;
	text-align: center;
	cursor: pointer;
	transition: all ease-out 300ms;
	transform: scale(1.0);
}

@keyframes add2basket {
  0%   { transform: scale(1.0); }
  75%  { transform: scale(1.5); }
  100% { transform: scale(1.0); }
}

.sidebar-right.basket .card-header {
	position: absolute;
	bottom: 3px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Handlee", cursive;
}

.sidebar-right.basket .card-body {
	display: none;
}

.trending_products > h3 {
	background: #e39494;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 1%;
	font-family: "Handlee", cursive;
	color: #fff;
	margin: 20px auto;
	width: 98%;
	font-size: 19px;
}

.last_products > h3 {
	background: #e39494;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 1%;
	font-family: "Handlee", cursive;
	color: #fff;
	margin: 20px auto;
	width: 98%;
	font-size: 19px;
}

.related_products h2 {
	background: #e39494;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 1%;
	font-family: "Handlee", cursive;
	color: #fff;
	margin: 20px auto;
	font-size: 19px;
}

.slick_content {
	overflow: hidden;
}

.hikashop_products_pagination {
	display: none;
}

.hikashop_cart_title {
	text-align: left;
}

.hk-container-fluid > div:nth-child(1), .hk-container-fluid > div:nth-child(2) {
	width: 50%;
	box-sizing: border-box;
}

.hikashop_checkout_login h1 {
	color: #000;
	font-family: "Handlee", cursive;
	font-size: 140%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

meter {
	background: #fff;
}

#hikashop_checkout_login_form h2, #hikashop_checkout_registration h2 {
	color: #000;
	font-family: "Handlee", cursive;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

#hikashop_checkout_login_form, #hikashop_checkout_registration {
	float: left;
	width: 100%;
	display: block;
	box-sizing: border-box;
}

#hikashop_checkout_registration > fieldset, #hikashop_checkout_login_form > fieldset {
	border: 1px solid #eab5b5;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 10px;
	display: block;
	background: #fff;
}

.hikashop_checkout_cart {
	border: 1px solid #eab5b5;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 0px;
	margin: 10px;
	display: block;
	background: #f9f9f9;
}

.hikashop_checkout_address {

}

.hikashop_checkout_address > fieldset {
	border: 1px solid #eab5b5;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 10px;
	display: block;
	background: #fff;
}

.hikashop_checkout_checkout_address_block > legend {
	font-weight: bold;
	font-size: 120%;
}

.hikashop_checkout_checkout_address_block > fieldset {
	border-style: none;
}

#hikashop_checkout_login_form, #hikashop_checkout_registration {
	float: left;
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.hikashop_checkout_shipping {
	border: 1px solid #eab5b5;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 0px;
	margin: 10px;
	display: block;
	background: #f9f9f9;
}

.hikashop_checkout_payment {
	border: 1px solid #eab5b5;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 0px;
	margin: 10px;
	display: block;
	background: #f9f9f9;
}

.hikashop_paypalcheckout_end .card_container {
	background: linear-gradient(-155deg, #a6a6a6, #222);
	color: #fff;
}

.hikashop_paypalcheckout_end .card_container input {
	height: 40px;
	width: 80%;
	display: block;
}

.hikashop_order_item_name_title {
	text-align: left;
}

.hikashop_order_subtotal_title, .hikashop_order_subtotal_value {
	border-top: 1px solid #d97d7d!important;
}

.hikashop_order_main_table {
	background: #f9f9f9;
	border: 1px solid #ccc;
	margin: auto;
	padding: 1%;
	box-sizing: border-box;
	width: 98%!important;
}

#htmlfieldset_billing {
	visibility: hidden;
}

.hikashop_order_main_table fieldset {
	border: 1px solid #eab5b5;
	padding: 15px;
	box-sizing: border-box;
	margin: 10px;
	display: block;
	background: #fff;
}

.hikashop_order_main_table .hikashop_order_product_link {
	color: #000;
	font-family: "Handlee", cursive;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline!important;
}

.hikashop_product_description_main, .com-content-article__body {
	border: 1px solid #eab5b5;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 0px;
	margin: 10px 0;
	display: block;
	background: #f9f9f9;
	text-wrap: wrap;
	font-size: 97%;
}

.hikashop_product_top_part h1 {
	background: #e39494;
	line-height: 25px;
	box-sizing: border-box;
	padding: 0 1%;
}

.hikashop_product_top_part .hikashop_product_name_main {
	color: #fff;
	font-size: 60%;
	font-weight: bold;
	text-align: center;
	font-family: "Handlee", cursive;
}

.hikashop_product_left_part {
	border: 1px solid #eab5b5;
	box-sizing: border-box;
	border-radius: 0px;
	background: #fff;
}

.hikashop_product_right_part {
	box-sizing: border-box;
	padding: 2% 8%!important;
}

.kdo-footer {
    background: var(--template-bg-light);
    padding: 40px 20px 20px;
    margin-top: 60px;
    border-top: 1px solid #d97d7d;
    color: var(--template-text-dark);
}

.kdo-footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

.kdo-footer-col h3 {
    margin-bottom: 15px;
    color: var(--template-special-color);
    font-weight: bold;
    font-size: 18px;
}

.kdo-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kdo-footer-links li {
    margin: 8px 0;
}

.kdo-footer-links a {
    color: var(--template-text-dark);
    text-decoration: none;
}

.kdo-footer-links a:hover {
    text-decoration: underline;
}

/* Newsletter */
.kdo-footer-newsletter {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kdo-footer-newsletter input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.kdo-footer-newsletter button {
    padding: 10px;
    border: none;
    background: var(--template-special-color);
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.kdo-footer-newsletter button:hover {
    opacity: 0.9;
}

/* Réseaux sociaux */
.kdo-footer-socials a {
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    color: var(--template-special-color);
}

.kdo-footer-socials a:hover {
    opacity: 0.7;
}

/* Bas du footer */
.kdo-footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

.article-info {
	display: none;
}

@media screen and (max-width: 500px) {

	.last_products .hikashop_product_image_subdiv {
		width: 100%!important;
	}

	.last_products .hikashop_product_listing_image {
		width: 100%;
	}

	.hikashop_products .hikashop_product {
		float: left;
		width: 100%;
		display: block;
		box-sizing: border-box;
	}

	.hikashop_products {
		width: 100%;
	}

	.hk-container-fluid > div:nth-child(1), .hk-container-fluid > div:nth-child(2) {
		width: 100%;
	}

	.hikashop_checkout_cart table tr {
		border-style: none!important;
		padding: 4px 0;
	}

	main .page-header-kdo {
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 501px) {
	.sidebar-right.basket {
		position: fixed;
		bottom: 0;
		left: 1%;
	}
}
@media screen and (max-width: 500px) {
	.sidebar-right.basket {
		position: fixed;
		bottom: 0;
		left: 5px;
	}
}

.kdoparfee_product {
	float: left;
	width: 20%;
	display: block;
	box-sizing: border-box;
	height: 400px;
}

@media screen and (max-width: 1100px) {
	.kdoparfee_product {
		float: left;
		width: 33%;
		display: block;
		box-sizing: border-box;
		height: 400px;
	}
}

@media screen and (max-width: 700px) {
	.kdoparfee_product {
		float: left;
		width: 50%;
		display: block;
		box-sizing: border-box;
		height: 400px;
	}
}

@media screen and (max-width: 500px) {
	.kdoparfee_product {
		float: left;
		width: 100%;
		display: block;
		box-sizing: border-box;
		height: 400px;
	}
}

.kdo-footer {
	background-color: #f0f4fb;
}
