
/* added by webkul from older version of prestashop*/
/*

*  1.0 - Accordion

 */

.accordion {
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	font-size: 1.4rem;
	background-color: #fff;
	color: #49b5d2;
	font-weight: bold;
	border: unset;
}

.accordion img {
	max-width: 15px;
	float: right;
	margin-top: 6px;
}

.flip {
	rotate: 180deg;
}

.panel {
	padding: 0 18px;
	background-color: white;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.panel.show {
	display: block !important;
}

.active-panel {
	display: block;
	max-height: 5000px;
	transition: max-height 1s ease-in-out;
}

.accordion-holder {
	transition: all 0.3s ease-in-out;
}

.tabs:first-child {
	border-bottom: solid 1px black;
}

.accordion-holder .panel .fade {
	opacity: 1;
}

.accordion-holder .panel .product-reference .label {
	font-weight: unset !important;
}

/*

1.0 - Kanavan navigaatio muutokset

 */

.top-menu a[data-depth="0"] {
	font-size: 14px;
}

#header .header-top a[data-depth="0"] {
	color: black;
}

.top-menu .sub-menu {
	min-width: 190px;
	width: auto;
	left: auto;
}

.top-menu .sub-menu ul[data-depth="1"]>li {
	float: none;
}

@media (min-width: 768px) {
	.top-menu {
		max-height: 400px;
		overflow-y: auto;
		scrollbar-width: thin;
		/* Firefox */
		scrollbar-color: #ccc #f5f5f5;
	}
}

.top-menu::-webkit-scrollbar {
	width: 6px;
}

.top-menu::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
}

.top-menu::-webkit-scrollbar-track {
	background: #f5f5f5;
}


#search_widget {
	width: 100%;
	padding: 0 15px;
}

.header-top .search-widgets {
	max-width: none !important;
}

#_desktop_logo {
	width: unset;
}

.payment-option img {
	max-height: 36px;
}

.product-miniature .product-description .btn.btn-primary.add-to-cart {
	font-size: 0.75rem;
	padding: 0.25rem 0.5rem;
	margin: 10px auto 8px;
	box-shadow: none !important;
}

.featured-products .product-miniature .on-sale.on-sale,
.product-flags .on-sale.on-sale {
	width: 120px !important;
	text-align: center;
	display: block;
	position: absolute;
	left: auto !important;
	right: -33px !important;
	top: 14px !important;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.product-flags {
	display: block;
	width: 100px !important;
	height: 80px;
	overflow: hidden;
	right: 0;
	left: unset;
}

.product-flags .product-flag.discount {
	display: none;
}

#left-column .block-categories:nth-of-type(1) {
	margin-bottom: 0;
	padding: 15px;
	background: url(../css/bg_dashed.gif) 0 0 repeat;
}

#left-column .block-categories .category-top-menu {
	background: white;
	padding: 15px;
	margin-bottom: 0;
}

#product .product-prices .current-price span:nth-of-type(1) {
	font-size: 32px;
}

#header .header-top a[data-depth="0"] {
	color: #000;
	text-transform: uppercase;
	font: 400 14px/18px "Open Sans", sans-serif;
}

#left-column .block-categories .category-top-menu .text-uppercase.h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: inherit;
	font-size: 18px;
	line-height: 22px;
	color: #222;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 15px 0;
	border-bottom: none !important;
}

#left-column .block-categories ul.category-top-menu .category-sub-menu li a:hover {
	color: #00b3fe;
}

#left-column .block-categories ul.category-top-menu .category-sub-menu li a:before {
	content: "\E5C8";
	font-family: Material Icons;
	position: absolute;
	/* top: 6px;*/
	left: 0;
	font-size: 16px;
}

#checkout .tab-content .custom-checkbox em {
	display: none;
}

li.product-flag.out_of_stock {
	display: none;
}

.header-top .header-top-right>.js-top-menu {
	margin-bottom: 10px !important;
}

.top-menu .sub-menu {
	width: unset;
}

.popover.sub-menu.js-sub-menu {
	margin: unset;
}

.top-menu .sub-menu ul[data-depth="1"]>li {
	margin: unset;
}

.top-menu[data-depth="1"] {
	margin-right: 0;
	padding-right: 0;
}

.product-miniature {
  border: 1px solid transparent;
  transition: border-color 0.25s ease;
}

.product-miniature:hover {
  border-color: #dcdcdc;
}

.card.cart-summary {
  background-color: #f9f9f9;
}


.forgotten-password .form-fields label.required {
	margin-right: 30px;
}

.product-unit-price.sub {
	padding: 5px;
}