/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 :root {
	--rotacio-green-100: #017a4e;
	--rotacio-green-90: #34835b;
	--rotacio-green-80: #518f6a;
	--rotacio-green-70: #6a9a7a;
	--rotacio-green-60: #83a88b;
	--rotacio-green-50: #98b49d;
	--rotacio-green-40: #aec2b0;
	--rotacio-green-30: #c2d1c3;
	--rotacio-green-20: #d7e0d7;
	--rotacio-green-10: #eaefeb;
	--rotacio-yellow-100: #f29206;
	--rotacio-yellow-90: #f59d2b;
	--rotacio-yellow-80: #f7a947;
	--rotacio-yellow-70: #f8b460;
	--rotacio-yellow-60: #fabf78;
	--rotacio-yellow-50: #fbcb90;
	--rotacio-yellow-40: #fdd6a7;
	--rotacio-yellow-30: #fee0bd;
	--rotacio-yellow-20: #feead4;
	--rotacio-yellow-10: #fff5ea;
	--rotacio-black-100: #000000;
	--rotacio-black-0: #ffffff;
}

* {font-family: 'Nunito', sans-serif;}

.italic {font-style: italic;}
.strong {font-weight: bold;}

body {background-color: var(--rotacio-green-10);}

#wrapper {background: none; box-shadow: none;}

#header {
	background-color: var(--rotacio-black-0);
	box-shadow: none;
	border-bottom: 2px solid var(--rotacio-yellow-100);
}

#header .header-top {
	background: transparent;
}

#_desktop_logo, #_mobile_logo {
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 999;
}

#_desktop_logo {
	top: -80px;
}

#_mobile_logo {
	top: 10px;
	padding-top: 0;
}

#header .header-nav .top-logo a img {
	height: 75px;
	max-height: 75px;
}

#header .header-nav {
	border: none;
	background-color: var(--rotacio-green-50);
}

#header .header-nav .blockcart {
	background-color: var(--rotacio-green-10);
	color: var(--rotacio-green-100);
}

#header .header-top .menu {
	padding-left: 0;
}

#index #wrapper {
	padding-top: 0;
	box-shadow: none;
}

#custom-text {
	background: none;
	/* padding-left: 0; */
	/* padding-right: 0; */
}

.footer-container {
	background-color: var(--rotacio-black-0);
	box-shadow: none;
	padding: .75rem 0;
}

@media (min-width:768px) {
	.footer-container {
		padding: 2rem 0;
	}
}

.block-contact .block-contact-title,.linklist .blockcms-title a{
	color: var(--rotacio-green-100);
}

#block_myaccount_infos .myaccount-title a {
	color: var(--rotacio-green-100); 
}

.block-contact {
	font-size: .875rem;
	line-height: 1.55rem;
}

.footer-container a:hover {
	color: var(--rotacio-green-100) !important;
}

#header .header-nav {
	margin-bottom: 10px;
}

#header .header-top {
	padding-bottom: 10px;
}

#top-menu {
	margin-top: 10px;
	margin-bottom: 0;
}

#top-menu .popover .collapse {
	display: none;
}

.header-nav a:hover {
	color: var(--rotacio-black-0) !important;
}

.header-top a:hover {
	color: var(--rotacio-green-100) !important;
}

#header .header-nav .cart-preview.active {
	background-color: var(--rotacio-green-70);
}

#header .header-nav .cart-preview.active:hover {
	background-color: var(--rotacio-green-80);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: var(--rotacio-green-100);
}

@media (min-width:992px) {
	#carousel h1, #carousel h2 {
		color: var(--rotacio-black-0);
		font-size: 2.25rem;
		line-height: 1.25;
	}
}

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

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

.header-banner {
	background-color: var(--rotacio-yellow-100);
	text-align: center;
	font-weight: bold;
	color: var(--rotacio-black-0);
	padding: 0.3rem 0;
	position: relative;
	z-index: 9999;
	box-shadow: 1px 1px 7px 0 rgba(0,0,0,.15);
}

.page-content.page-cms {
	background: none;
	padding: 2rem 0 0 0;
	text-align: left;
}

.page-content.page-cms ul, p, td, th {
	font-size: 110%;
	line-height: 150%;
	color: #7a7a7a;
}

.page-content.page-cms  img {
	width: 100%;
	height: auto;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
	border-radius: 4px;
}

.customcontent .tooltiptext {
	background-color: var(--rotacio-green-70);
	color: var(--rotacio-black-0);
	font-weight: bold;
	padding: 0 .35rem;
	transition: all .2s ease-in-out;
}

.customcontent .tooltiptext:hover {
	cursor:	pointer;
	background-color: var(--rotacio-green-100);
}

.customcontent .tooltipblock {
	display: none;
	margin: 0.5rem 0 1rem 0;
	padding: 1rem;
	background-color: var(--rotacio-green-70);
	color: var(--rotacio-black-0);
}

.customcontent .tooltipblock a {
	color: inherit;
	text-decoration: underline;
}

.customcontent .tooltipblock a:hover {
	color: var(--rotacio-black-100);
	text-decoration: none;
}

.customcontent table tr.row {
  border-bottom: 1px solid var(--rotacio-yellow-100);
}
.customcontent table tr {
  vertical-align: top;
}
.customcontent table th {
  background-color: var(--rotacio-yellow-100);
  color: var(--rotacio-black-0);
  font-weight:	bold;
}
.customcontent table td, .customcontent table th {
  padding: 5px;
}

iframe {
	max-width: 100%;
}

.card-block {
  padding: 1.25rem 1.25rem .5rem;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
	padding-right: 2rem;
}

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description, 
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-miniature .highlighted-informations {
	width: 100%;
}

.checkout-important p {
	font-size: 0.875rem;
	color: var(--rotacio-green-100);
}

.checkout-important p.checkout-important-highlighted {
	font-weight: bold;
}

.checkout-confirmation-important p {
	font-size: 1.25rem;
	color: var(--rotacio-green-100);
}

.checkout-confirmation-important p.checkout-important-highlighted {
	font-weight: bold;
}

.blockreassurance .block-title {
	color: var(--rotacio-yellow-100);
	font-size: 1.25rem;
	margin: 0.5rem 0 1rem 0;
}

.blockreassurance p {
	font-size: 100%;
}

a.facebook-icon-header {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../css/082a71677e756fb75817e8f262a07cb4.svg);
	float: right;
	top: -2px;
	position: relative;
	margin: 0 1rem;
	background-color: var(--rotacio-green-30);
	border-radius: 100%;
}

a.facebook-icon-header:hover {
	background-color: var(--rotacio-black-0);
}

table.businesshours * {
	font-size: .875rem;
	margin: 0;
	padding: 0;
}

table.businesshours td, table.businesshours th {
	padding-right: .5rem;
}

.manufacturer-logo-top {
	height: 3rem;
	margin-bottom: 1rem;
	margin-top: 0.25rem;
}

.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}