	.sold-out-container .atoos1_rr {
		float: none;
	}
	.certona__recs-wrapper, .certona__olapic-wrapper {
		width:100%;
		float:none;
		margin-bottom: 15px;
	}
	.certona__recs-wrapper.athome1_rr {
		float:none;
		/*margin-top:5.5% !important;*/
		margin-bottom:0;
		/*display: none;*/
	}
	.certona__recs-wrapper img {
		max-width:100%;
		width:100%;
	}
	.certonaShopBag {
		background-color:#fff;
		padding:0 0 0.5em 0.5em;
	}
	.certona__hp-title {
		width:100%;
		text-align:left;
		font-size:2em;
		color:#cf102d;
		margin-bottom:0.3em;
		font-weight:bold;
		position:relative;
	}
	.certona__hp-title-text {
		background-color:#fff;
		z-index:2;
		position:relative;
		padding-right:20px;
	}
	.certona__hp-title-line {
		width:100%;
		height:12px;
		background-color:#cf102d;
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
	}
	.certona__recs-wrapper.mobile .certona__hp-title-line {
		top:25%;
		height:20px;
		display:block;
	}
	.certona__recs-grid.grid-root {
		display:block;
		white-space:nowrap;
		position:relative;
	}
	.certona__recs-wrapper.atcart1_rr.desktop .certona__recs-grid, .certona__recs-wrapper.athome1_rr .certona__recs-grid, .certona__recs-wrapper.atcategory1_rr.desktop .certona__recs-grid {
		padding:0 30px;
	}
	.certona__recs-wrapper.athome1_rr.mobile .certona__recs-grid {
		padding:0px;
		text-align: center;
	}
	.certona__recs-wrapper.atproduct1_rr.desktop .certona__recs-grid, .certona__recs-wrapper.atproduct2_rr.desktop .certona__recs-grid {
		padding:0 30px;
	}
	.certona__product-card__inner {
		padding:0.5em;
	}
	.certona__recs-slide {
		overflow-x:auto;
		-webkit-overflow-scrolling: touch;
		-moz-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	.certona__recs-slide::-webkit-scrollbar {
    	display: none;
	}
	.certona__recs-slide::-moz-scrollbar {
    	display: none;
	}
	.certona__recs-slide::scrollbar {
    	display: none;
	}
	.certona__product-card__image {
		/*box-shadow: 0 1px 2px 1px rgba(0,0,0,.23);*/
	}
	.certona__product-card__text {
		/*font-family: Helvetica,Arial,Roboto,sans-serif;*/
    	color: #666;
    	font-size: 100%;
    	font-weight: 400;
    	text-transform: none;
    	padding-top: 0.4em;
    	white-space: normal;
	}
	.certona__recs-wrapper.athome1_rr .certona__product-card__text {
		text-align: center;
	}
	.certona__recs-wrapper.athome1_rr.mobile .certona__product-card__text {
		text-align:left;
	}
	@media only screen and (max-width: 768px) {
		.certona__recs-wrapper.ataddtocart1_rr {
			margin-bottom:5px;
		}
		.certona__recs-wrapper.ataddtocart1_rr .certona__product-card__text {
			display:none;
		}
	}
	.certona-arrow {
		width:20px;
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
		cursor:pointer;
	}
	.certona-arrow img {
		width:20px;
	}
	.certona-arrow.right img {
		transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
	}
	.certona-arrow.left {
		left:3px;
		opacity:0.3;
	}
	.certona-arrow.right {
		right:3px;
	}
	.certona-inSitu {
		padding-bottom:0.8em;
	}
	.certona-inSitu hr {
		display:none;
	}
	.certona-inSitu hr.certona {
	    display:block;
	    width: 100%;
    	margin: .75em 0;
    	color: #c9c9c9;
   		height: 1px;
   	}
   	.ataddtocart1_rr .certona__recs-grid {
   		padding:0 0.5em;
   	}
   	.atsale1_rr .productRegPrice{
   		text-decoration: line-through;
	    font-size: 86%;
	    padding-right: 4%;
	    text-align: center;
	    color: #666;
	    font-weight: 400;
	    font-family: sofia,Arial,Helvetica,sans-serif;
	    clear: both;
   	}
   	.atsale1_rr .productFinalPrice{
   		display: block;
	    font-size: 90%;
	    color: #d00000;
	    font-weight: 700;
	    font-family: sofia,Arial,Helvetica,sans-serif;
	    text-align: center;
	    clear: both;
   	}
   	.atsale1_rr{
   		margin-top: 40px;
   	}
   	.atsale1_rr .certona__product-card__text{
   		width: 100%;
   		text-align: center !important;
   	}
   	.atsale1_rr .certona__hp-title{
   		text-align: center;
   		color: #000;
   		font-size: 1.4em;
   		font-weight: normal;
   		text-transform: uppercase;
   	}
   	.atsale1_rr .certona__hp-title-text{
   		padding-left: 20px;
   	}
   	.atsale1_rr .certona__hp-title-line{
   		height: 3px;
    	background-color: #000;
   	}
   	.athome1_rr h1{
   		text-align: center;
   	}
   	.atemaillanding1_rr .certona__product-card .product-card-price--strike{
   		text-decoration: line-through !important;
   	}
   	.atemaillanding1_rr .certona__product-card .product-card-price--highlight{
   		color: #d00000 !important;
   	}
   	.certona__product-card .product-card-price--strike{
   		text-decoration: line-through !important;
   	}
   	.certona__product-card .product-card-price--highlight{
   		color: #d00000 !important;
   	}
   	.atcustomer1_rr .certona__product-card__inner a:hover{
    	text-decoration: none;
  	}
	.atcustomer1_rr .certona__product-card__inner a:hover > div { 
    	font-weight: 600; 
  	}
  	.ataccounttwo1_rr, .atcustomertwo1_rr{
  		margin-top: 2rem;
  	}
  	.ataccounttwo1_rr .hdtitle, .atcustomertwo1_rr .hdtitle{
  		text-align: center;
  		font-size: 1.5rem;
  	}