@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.lb-loader,.lightbox{text-align:center;line-height:0}body:after{content:url(../image/lightbox/close.png) url(../image/lightbox/loading.gif) url(../image/lightbox/prev.png) url(../image/lightbox/next.png);display:none}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
body:after{content:url(../image/lightbox/close.png) url(../image/lightbox/loading.gif) url(../image/lightbox/prev.png) url(../image/lightbox/next.png);display:none}
.lightbox .lb-image{border-width:24px;border-radius:12px;}
.lb-cancel{background-image:url(../image/lightbox/loading.gif);}
.lb-nav a.lb-prev{background-image:url(../image/lightbox/prev.png);}
.lb-nav a.lb-next{background-image:url(../image/lightbox/next.png);}
.lb-data .lb-close{background-image:url(../image/lightbox/close.png);}

html, body {
	font-family: 'Raleway', serif;
	font-optical-sizing: auto;
	font-size: 1.1rem;
	font-weight: 300;
	background-color: #FFF;
}
h1, .h1 {
	font-size: 2.4rem;
	font-weight: 800;
}
h1 span {
	color: #5A23C8;
}
h2, .h2 {
	font-size: 1.8rem;
	font-weight: 700;
}
h3, .h3 {
	font-size: 1.4rem;
	font-weight: 700;
}
h4 {
	font-size: 1.1rem;
	font-weight: 500;
}
h5 {
	font-size: 1rem;
	font-weight: 700;
}
h2 small, .h2 small {
	font-size: 1rem;
	font-weight: 600;
}
strong {
	font-weight: 600;
}
a {
	color: #5A23C8;
}
a:hover {
	color: #2D1164;
}
.smaller {
	font-size: 0.8rem;
}
.smallest {
	font-size: 0.65rem;
}
.show_strong_as_normal strong {
	font-weight: 300 !important;
}
.fixed-top-bullets {
	background: #F7B705;
	font-size: 0.9rem;
	color: #FFF;
}
.fixed-top-bullets .bullets {
	padding: 0.5rem 0;
}
.fixed-top-bullets .bullets strong {
	display: block;
	margin-right: 15px;
}
.fixed-top-bullets .lowest-price-button a {
	display: block;
	padding: 0.5rem 1.5rem;
	color: #FFF;
	border-width: 0 1px;
	border-style: solid;
	border-color: #FFF;
	font-weight: 700;
	text-decoration: none;
}
.fixed-top-bullets .lowest-price-button a span {
	text-decoration: underline;
}
.fixed-top-bullets .lowest-price-button a:hover {
	background: #DEA404;
}
.fixed-top-menu {
	top: 40px;
	height: 120px;
	border-bottom: 1px solid transparent;
	font-weight: 400;
}
.fixed-top-menu .navbar-brand img {
	max-height: 50px;
}
.body-scrolling .fixed-top-menu {
	height: auto;
	background: #FFF;
	border-bottom: 1px solid #DDD;
}
.body-scrolling .fixed-top-menu .navbar-brand img {
	max-height: 40px;
}
.body-scrolling .scroll {
	display: none;
}
#shop-container {
	position: sticky;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin-bottom: -75px;
	height: 90px;
	border-top: 1px solid #DDD;
	font-weight: 400;
	background: #5A23C8;
    color: #FFF;
}
#shop-container .container {
    display: flex;
	height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
#shop-container .container div {
    align-self: center;
}
#shop-container .container input {
	width: 52px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
}
.shop-price {
	font-size: 1.8rem;
	letter-spacing: -1px;
	font-weight: 600;
}
.back-button-container {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
}
.back-button-container a {
	align-self: center;
}
.stock-container {
	position: absolute;
	top: -40px;
	right: 0;
	padding: 10px 20px;
	font-size: 1.1rem;
	font-weight: 700;
	color: #FFF;
	background-color: #8b65d8;
	border: 3px solid #FFF;
	border-radius: 20px;
}
.stock-inactive {
	background-color: #8b65d8;
}
.bi-blank {
	width: 18px;
}
.review-more {
	display: none;
}
.review-more-link {
	color: #5A23C8;
	cursor: pointer;
}
.review-more-link::before {
  content: "......";
}
.star-rating i {
	font-size: 20px;
}
.star-rating .bi-star-fill {
	color: #FBC634;
}
.star-rating .bi-star-half {
	color: #FBC634;
}
.star-rating .bi-star {
	color: #CECECE;
}
.text-main {
	color: #5A23C8;
}
.link-main {
	color: #5A23C8;
}
.btn-main {
	position: relative;
	color: #FFF;
	background-color: #5A23C8;
	border-color: #5A23C8;
}
.btn-main:hover, .btn-main.disabled {
	color: #FFF;
	background-color: #511FB4;
	border-color: #511FB4;
}
.btn-main-outline {
	color: #5A23C8;
	background-color: transparent;
	border-color: #5A23C8;
}
.btn-main-outline:hover {
	color: #511FB4;
	border-color: #511FB4;
}
.btn-main .badge {
	position: absolute;
	right: -10px;
	top: -15px;
	background-color: #5A23C8;
	color: #FFF;
	border: 2px solid #FFF;
}
.btn-sub {
	color: #FFF;
	background-color: #9C7BDE;
	border-color: #9C7BDE;
}
.btn-sub:hover {
	color: #FFF;
	background-color: #8B65D8;
	border-color: #8B65D8;
}
.btn-ok {
	color: #FFF;
	background-color: #28A745;
	border-color: #28A745
}
.btn-ok:hover {
	color: #FFF;
	background-color: #28A745;
	border-color: #28A745
}
.btn-cart {
	padding-right: 1.75rem;
}
.btn-green, .btn-green:hover {
	color: #FFF;
	background-color: #21D042;
	border-color: #21D042;
}
.btn-order {
	border-radius: 10px;
}
.nav-link:hover {
	color: #5A23C8 !important;
}
.nav-link.active {
	color: #5A23C8 !important;
	font-weight: 700;
}
.avatar {
	max-width: 72px;
	border-radius: 36px;
}
#page {
	position: relative;
	padding-top: 175px;
}
#page-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #E5E8E1;
	background-image: url('/asset/image/background.jpg');
    background-size: cover;
	background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-filter: saturate(0);
	-moz-filter: saturate(0);
	-o-filter: saturate(0);
	-ms-filter: saturate(0);
	filter: saturate(0);
	opacity: 0.5;
}
#subfooter {
	position: relative;
	margin-top: 75px;
	padding: 40px 0;
	background: #cdbdee;
  color: #361578;
	font-size: 1rem;
}
#footer {
	position: relative;
	background: #DDD;
	color: #666;
	font-size: 1rem;
}
#footer p {
	line-height: 1.4rem;
}
#footer strong, #footer h4 {
	font-weight: 600;
	color: #444;
}
#footer h4 {
	margin-bottom: 20px;
}
#footer .h2 {
	font-size: 1.7rem;
	letter-spacing:-1px;
	color: #5A23C8;
}
#footer .addresses {
	clear: both;
}
#footer .addresses p {
	display: block;
	float: left;
	margin-right: 35px;
}
#footer .subfooter {
	margin-top: 25px;
	padding: 10px 0;
	border-top: 1px solid #CCC;
	color: #666;
	background-color: #CCC;
}
#footer .supfooter {
	margin-bottom: 25px;
  padding: 25px 0;
  border-bottom: 1px solid #CCC;
  color: #555;
  background-color: #DDD;
  font-weight: 700;
}
#hero {
	position: relative;
	height: 100vh;
	padding-top: 50px;
	background-color: #E5E8E1;
	background-image: url('/asset/image/background.jpg');
    background-size: cover;
	background-position: left bottom;
    background-repeat: no-repeat;
}
#hero .scroll {
	display: none;
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 500;
	font-style: italic;
	line-height: 20px;
	opacity: 0.7;
}
.hero-img-container img {
	display: none;
	max-height: 80vh;
}
.hero-img-container img.img-active {
	display: inline-block;
}
.bg-grey {
	background-color: #F8F8F8;
}
.generic-card {
	background: #F8F8F8;
	border: 1px solid #DDD;
	border-radius: 10px;
	font-size: 1rem;
}
.generic-card-white {
	background: #FFF;
}
.generic-card-top {
	background: #E6E7E8;
}
.generic-card-error {
	color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    font-weight: 400;
}
.generic-card-error-border-only {
    border-color: #dc3545;
}
.generic-card-warning {
	color: #8E5003;
    background-color: #FFF3CD;
    border-color: #FFE69C;
    font-weight: 400;
}
.generic-card-warning a.small {
	color: inherit;
	opacity: 0.6;
}
.generic-card-warning a.small:hover {
	opacity: 0.9;
}
.card-green {
	background-color: #58D021;
	color: #FFF;
	font-weight: 400;
}
.card-main {
	background-color: #5A23C8;
	color: #FFF;
}
.card-clickable {
	cursor: pointer;	
}
.card-clickable:hover {
	border-color: #5A23C8;
}
.generic-card .img-fluid {
	border-radius: 10px 10px 0 0;
}
.generic-card .content,
.generic-card .content-wide {
	padding: 25px;
}
.generic-card .content-narrow {
	padding: 10px;
}
.generic-card .price, .photo-card .price {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 28px;
}
.generic-card .price span {
	font-size: 1.1rem;
	font-weight: 600;
}
.generic-card .price small {
	display: block;
	font-size: 0.9rem;
	font-weight: 300;
}
.generic-card table tr td {
	background-color: transparent;
}
.generic-card input[type=radio],
.generic-card input[type=checkbox] {
	border-color: #999;
}
.card-main .btn-outline-light {
	background-color: #7a4ed3;
	border-color: #bda7e9;
}
.card-main .btn-outline-light:hover {
	background-color: #bda7e9;
}
.bullet-card {
	border: 1px solid #EEE;
	border-radius: 10px;
	padding: 25px;
}
.masonry {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	grid-template-rows: masonry;
}
#discount_result {
	display: none;
}
#discount_result_current {
	display: block;
}
#discount_checking {
	display: none;
}
#discount_error {
	display: none;
}
#discount_ask {
	display: block;
}
#discount_form {
	display: none;
}
#discount_form .input-group {
	max-width: 360px;
	margin: 0 auto;
}
.emitter {
  visibility: hidden;
  background-color: #222;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 40%;
  left: 0%;
}
.dot-container {
  position:absolute;
  left:0;
  top:0;
  overflow:visible;
  z-index:5000;
  pointer-events:none;
}
.dot {
  position: absolute;
  pointer-events: none; /*performance optimization*/
}
.configurator-showcase, .showcase-fixed-image {
	position: sticky;
	top: 175px;
}
.showcase-result {
	position: relative;
}
.showcase-result img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 400px;
	margin-top: -150px;
	margin-left: -30px;
}
.showcase-result img.configurator-layer-bottom {
	position: relative;
}
.showcase-result-with-headrest img {
	margin-top: -120px;
}
.showcase-button-left,
.showcase-button-right {
	position: absolute;
	top: 60%;
	background: #CCC;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 33px;
	font-weight: 900;
	cursor: pointer;
	z-index: 12;
}
.showcase-button-left:hover,
.showcase-button-right:hover {
	background: #5A23C8;
}
.showcase-button-left {
	left: 0;
}
.showcase-button-right {
	left: 307px;
}
.showcase-view {
	margin-left: -30px;
	text-align: center;
}
.showcase-view span {
	cursor: pointer;
}
.attribute {
	margin-bottom: 25px;
}
.attribute-content p {
	margin: 0;
	line-height: 1.2rem;
}
.attribute-color-warning {
	margin: 0 0 25px 0;
	font-size: 0.85rem;
	color: #888;
	text-align: right;
}
.attribute-values {
	overflow: hidden;
	margin: 5px 0 0 0;
	text-align: center;
	color: #CCC;
}
.attribute-value {
	float: left;
	margin: 0 5px 10px 0;
	max-width: 70px;
	font-size: 0.85rem;
	font-weight: 400;
	color: #777;
	cursor: pointer;
}
.attribute-value div {
	width: 70px;
	height: 70px;
	padding: 3px;
	border: 4px solid transparent;
	border-radius: 50%;
}
.attribute-value div img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #FFF;
}
.attribute-value small {
	display: block;
	line-height: 1rem;
	font-size: .95em;
	padding-top: 5px;
}
.attribute-value:hover div {
	border-color: #DDD;
}
.attribute-value-selected div {
	border-color: #5A23C8 !important;
}
/*
.attribute-label, .attribute-content {
	padding: 12px;
	border: 1px solid #CCC;
}
.attribute-label {
	font-weight: 600;
	cursor: pointer;
}
.attribute-label:hover {
	background: #DDD;
	border-color: #666;
}
.attribute-content {
	border-top: 0;
}
.attribute .attribute-content {
	display: none;
}
.attribute-expanded .attribute-content {
	display: block;
	background-color: #FFF;
}
*/
.attribute-label {
	font-size: 1.2rem;
	font-weight: 600;
}
.attribute-label small {
	display: block;
    margin: 0 0 20px 0;
    padding: 0 0 0 25px;
    color: #666;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2rem;
}
.cart-button-container {
	margin-bottom: 80px;
	text-align: right;
}
.cart-summary {
	margin-bottom: 5px;
}
.cart-overview {
	margin-bottom: 1px;
}
.cart-overview td, .cart-summary td {
	padding: 20px 10px;
}
.cart-item-image, .cart-item-image-fixed {
	position: relative;
	width: 100px;
	margin: 0 10px;
}
.cart-item-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100px;
	margin-top: -25px;
}
.cart-item-image img.configurator-layer-bottom {
	position: relative;
}
.cart-item-amount, .cart-item-name, .cart-item-name-small {
	display: block;
	margin-bottom: 6px;
	line-height: 1.3rem;
}
.cart-item-name, .cart-item-name-small, .cart-overview strong, .cart-summary strong {
	color: #5A23C8;
	font-weight: 600;
}
.cart-item-name-small {
	font-weight: 400;
	font-size: 0.9rem;
}
.cart-item-attributes-values {
	color: #666;
	font-size: 0.8rem;
	line-height: 1.1rem;
}
.cart-item-price {
	margin: 0;
	line-height: 1rem;
}
.cart-item-price-summary {
	margin: 0;
	line-height: 1.5rem;
}
#order-summary {
	position: sticky;
	top: 175px;
	line-height: 1.3rem;
}
#order-summary strong {
	font-weight: 500;
}
.order-cart-item-description {
	padding-bottom: 15px;
	font-size: 0.8rem;
	line-height: 1rem;
	color: #555;
}
.order-cart-item-description em {
	display: block;
	font-style: normal;
	text-decoration: underline;
	cursor: pointer;
}
.order-cart-item-description span {
	display: none;
}
.delivery-description-intro span, .delivery-description span {
	color: #5A23C8;
	text-decoration: underline;
	cursor: pointer;
}
.delivery-description {
	display: none;
}
.payment_method_popup {
	color: #5A23C8;
	text-decoration: underline;
	cursor: help;
}
.payment-radio div {
	margin-top: -5px;
	padding-left: 45px;
	color: #666;
}
.form-text {
	color: #888;
}
.form-invalid-message {
	padding: 5px 15px 0 0;
	font-size: .875em;
	text-align: right;
	color: #DC3545;
}
.form-group-extended {
	display: none;
}
#gocapisco-video-object {
	position: fixed;
	display: block;
	left: 50%;
	top: 10%;
	transform: translateX(-50%);
	max-width: 90%;
	z-index: 1032;
}
#whatsapp-chat-window {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 375px;
	font-size: 1rem;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
	z-index: 1111;
}
.whatsapp-chat-header {
	line-height: 1.325rem;
	background-color: #21D042;
	color: #FFF;
}
.whatsapp-chat-header strong {
	font-size: 1.175rem;
}
.whatsapp-chat-header span {
	font-weight: 400;
}
.whatsapp-chat-header img {
	display: block;
	margin: 15px;
}
.whatsapp-chat-header i {
	padding-right: 15px;
	font-size: 2rem;
	cursor: pointer;
}
.whatsapp-chat-content {
	padding: 15px;
	background-color: #FFF;
	color: #666;
}
.whatsapp-chat-content em {
	display: block;
	margin: 0 auto;
	padding: 10px 15px 15px 15px;
	line-height: 1rem;
	font-size: 0.875rem;
	color: #333;
}
.whatsapp-chat-message {
	display: block;
	margin-bottom: 5px;
	padding: 15px;
	border-radius: 10px;
	background-color: #EEE;
	line-height: 1.275rem;
}
.whatsapp-chat-content em {
	max-width: 300px;
}
.whatsapp-chat-content img {
	max-width: 225px;
}
.animation-jump {
    position: relative;
    -webkit-animation: animation-jump 2s ease-in-out infinite;
    animation: animation-jump 2s ease-in-out infinite;
}
.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
}
.fade-out {
	opacity: 0;
	animation-name: fadeOutOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.5s;
}
@-webkit-keyframes animation-jump {
    0% {
        top: 5px;
    }
    50% {
        top: -5px;
    }
    100% {
        top: 5px;
    }
}
@keyframes animation-jump {
    0% {
        top: 5px;
    }
    50% {
        top: -5px;
    }
    100% {
        top: 5px;
    }
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeOutOpacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.navbar-expanded {
	background-color: #FFF;
    height: auto;
    padding-top: 32px;
    padding-bottom: 16px;
}

.navbar-expanded .navbar-collapse {
	display: block !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-expanded .d-none {
	display: inline !important;
}

.design-capisco-image {
	position: absolute;
	bottom: 0;
	right: 0;
}

.design-capisco-image img {
	max-width: 500px;
}

.certificates-grid img {
	max-height: 120px;
}

#fullscreen_overlay {
	display: none;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #FFF;
	opacity: 0.75;
	z-index: 1031;
}

#fullscreen_overlay_close {
	position: fixed;
	display: none;
	right: 20px;
	top: 10px;
	color: #FFF;
	font-size: 40px;
	line-height: 40px;
	cursor: pointer;
	z-index: 1033;
}

@media only screen and (max-width: 768px)
{
	#footer {
		text-align: center;
	}

	#footer .addresses p {
	    float: none;
	    margin-right: 0;
	}

	.fixed-top-menu .navbar-brand img {
		max-height: 44px !important;
	}

	#page .btn-main,
	#page .btn-main-outline,
	#homepage .btn-main,
	#homepage .btn-main-outline {
		width: 100%;
	}

	.img-icon {
		padding: 0 128px !important;
	}

	.d-grid .btn {
		margin-bottom: 6px;
	}

	.border-start, .border-end {
		border: none !important;
	}

	.generic-card .content {
	    padding: 10px;
	}

	.generic-card .content-wide {
		padding: 30px;
	}

	.generic-card .content .d-grid .btn {
		margin-bottom: 0;
	}

	#whatsapp-chat-window {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		box-shadow: none;
	}

	#hero, .vh-100 {
		height: auto !important;
	}

	#hero {
		padding-top: 150px;
	}

	.square-image-grid-oneven .col-6:last-child {
		display: none;
	}

	#shop-container .container {
	    justify-content: space-between;
	}

	#shop-container .bi {
		font-size: 1.2rem;
	}

	.stock-container {
	    top: -32px;
	    right: 32px;
	    padding: 5px 15px;
	    font-size: 1rem;
	    font-weight: 500;
	    border-width: 2px;
	}

	.showcase-result {
		text-align: center;
	}

	.showcase-result img {
		left: auto;
		margin-left: auto;
	}

	.showcase-button-right {
		left: auto;
		right: 0;
	}

	.design-capisco-image {
		position: relative;
		text-align: right;
	}

	.design-capisco-image img {
		max-width: 100%;
	}

	.certificates-grid img {
		max-height: 110px;
	}

	.fixed-top-bullets .lowest-price-button {
		margin-right: -0.8rem;
	}

	.fixed-top-bullets .lowest-price-button a {
		padding: 0.5rem 1rem;
		border-width: 0 0 0 1px;
	}
}