/*Product Added*/
#productAdded {
	display: none;
}
.successContent {
	margin: 0 auto;
	max-width: 1050px
	padding: 2rem 0;
}
.successContent .text {
	font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 2rem;
	color: #1d1d1d;
}
.successContent  .continue-browsing {
	background: linear-gradient(to right, #717171 0%,#e6e1d2 100%);
	background: #717171;
	background: -moz-linear-gradient(left, #717171 0%, #e6e1d2 100%);
	background: -webkit-linear-gradient(left, #717171 0%,#e6e1d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#717171', endColorstr='#e6e1d2',GradientType=1);
	border: 0px;
}
.successContent .continue-browsing:hover {
	color: #FFF;
}
/* CART */
#cart a {
	color: #000;
}
#cart a:hover {
	color: #37bc33;;
}
#cart .products{
	margin:3rem 0;
}
#cart .form-group,
#cart label{
	display: block;
}
#cart .form-group{
	margin:auto;
}
#cart .row .row{
	margin:0;
	padding:0 1rem;
	max-width:100%;
}
#cart .product-title{
	font:1.2rem "Decalotype-Bold";
}
#cart a[href="#remove_item"]{
	margin-top:1rem;
	font-size:.8rem;
}
#cart a[href="#remove_item"]:hover{
	color:#e20909;
}
#cart .products input[type='number']{
	display: inline-block;
	width:4rem;
	margin:0;
	vertical-align:middle;
}
#cart .product-details{
	display: inline-block;
	vertical-align:middle;
	margin-left:1rem;
}
#cart .products .product-content + .product-content{
	margin-top:1rem!important;
}
#cart .product-content {
	transition: .5s;
	height: 100%;
	max-height: 100%;
	transform: scaleY(1);
}
#cart .product-content.product-deleted {
	opacity: 0;
	visibility: hidden;
	height: 0;
	max-height: 0;
	transform: scaleY(0);
	overflow: hidden;
}
#cart .product-image {
	overflow: hidden;
	min-width: 120px;
	max-width: 120px;
	min-height: 90px;
	max-height: 90px;
}
#cart .product-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
}
#cart .cart-empty {
	font-size: 2rem;
	font-style: italic;
}
.select-hidden{
	display: none;
}
#addtocart_actions .product-added-container {
	display: none;
}
.shop-shadow-1 {
	box-shadow: 4px 4px 15px #c4c4c4;
}
.shop-shadow-1:hover {
	box-shadow: 15px 15px 35px #c4c4c4;
}
/*Product*/
#product .product-left, #product .product-right {
	vertical-align: top;
	display: inline-block;
	padding: .8rem 0;
	text-align: left;
}
#product .product-left {
	font-family: 'B-Bold';
	width: 18%;
	float: left;
}
#product .product-right {
	width: 81%;
}
/*Related products*/
#related {
	text-align: center;
}
#related .related-container {
	padding-top: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#related .related-container .columns  {
	margin: 0 auto;
}
.shop-img-hover {
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.shop-img-hover:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.shop-img-hover img {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}
#related .product-image {
	overflow: hidden;
	max-width: 200px;
	width: auto;
	height: auto;
	position: relative;
	margin: 0 auto;
}
#related .product-title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: .5rem;
	font-size: 1.2rem;
}
.product-deleted {
	opacity: 0;
	visibility: hidden;
	transform: scaleY(0) !important;
	overflow: hidden;
}

@media only screen and (max-width: 1023px) {
	.product-added-container .grid-x a {
		width: 100%;
	}
	.button__default.shop-shadow-1:nth-child(1){
		    display: block;
    margin-bottom: 2.5rem;
	}
	#product .product-left {
		width: 25%;
	}
	#product .product-right {
		width: 74%;
	}
	.scd-popup.confirmation .inner {
		overflow-y: scroll !important;
		-webkit-overflow-scrolling: touch !important;
		top: 50%;
		height: 90vh;
		padding: 0;
		overflow-y: auto;
		width: 90%;
	}
	.scd-popup a[href='#close-popup'] {
		font-size: 2rem;
		position: fixed;
		padding: 0 .5rem;
		background: #fff;
	}
	.product-added-container .row a:nth-of-type(1) {
		margin-bottom: 1rem;
	}
	.product-added-container .row a {
		text-align: center;
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		display: inline-block;
	}
	.product-added-container .row:nth-of-type(1) {
		font-size: 2rem;
	}
}
.no-products {
	text-align: center;
}
#cart_form div.invalid > label.radio span.radio {
    background-color: #d44747 !important;
    animation: shake .5s linear;
}
.delivery_not_selected {
	font-style: italic;
	font-size: .9rem;
}
@keyframes shake {
	8%, 41% {
		transform: translateX(-10px);
		-webkit-transform: translateX(-10px);
	}
	25%, 58% {
		transform: translateX(10px);
		-webkit-transform: translateX(10px);
	}
	75% {
		transform: translateX(-5px);
		-webkit-transform: translateX(-5px);
	}
	92% {
		transform: translateX(5px);
		-webkit-transform: translateX(5px);
	}
	0%, 100% {
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}

.discount__container {
	padding: 2rem 0;
}

.discount__container span {
	font-style: italic;
}

.discount__container input {
	display: inline-flex;
	width: 70%;
	border: 0px;
	color: #2b2b2b;
	padding: .5rem;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	line-height: 1rem;
	height: 40px;
	font-size: .9rem;
}

.discount__container input:focus {
	border-color: #d2006f;
}

.discount__container button {
	display: inline-flex;
	padding: .5rem;
	width: 30%;
	border: 0px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	line-height: 1rem;
	height: 40px;
	background-color: #d2006f;
	color: #FFF;
	cursor: pointer;
	font-size: .9rem;
}

.discount__container button:hover {
	color: #000;
	background-color: #dfe201;
}

.discount__container .text-right {
	padding-right: 0px !important;
}

.discount__response {
	font-family: "OpenSans-Bold";
	font-size: .9rem;
	font-style: italic;
}