.rdsppc-page-container {
	position:relative;
	margin:auto;
	margin-top: 100px;
	width: 100%;
	max-width: 1280px;
    padding-bottom: 25px;
}
.rdsppc-page-container.-full {
	max-width: 100%;
    padding: 0px 25px 25px 25px;
}
.rdsppc-page-title {
	font-size: 34px;
}

.rdsppc-field-container input[type="number"] {
	width: 62px;
    height: 50px;
    padding: 6px 0px 6px 10px;
    border: 0;
    vertical-align: middle;
    text-align: center;
	-moz-appearance: textfield;
}
.rdsppc-field-container input[type="number"]::-webkit-outer-spin-button,
.rdsppc-field-container input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.rdsppc-field-container input:focus {
	outline: 0;
}
.rdsppc-qty {
	display: inline-block;
	border: 1px solid;
    border-color: #e5e5e5;
}
.rdsppc-qty .rdsppc-qty-arrows {
	display: inline-block;
    vertical-align: middle;
    padding: 7px 9px 7px 0px;
    background-color: #fff;
    margin-left: -6px;
}
.rdsppc-qty .rdsppc-qty-arrows i {
	display: block;
    font-size: 18px;
    vertical-align: middle;
    height: 18px;
    cursor: pointer;
	line-height: 1;
}

.rdsppc-user-message {
	padding: 10px 20px;
    background-color: #fbfbfb;
    border-left: 5px solid #00a266;
    font-size: 12px;
}

.rdsppc-field-container label {
	display: block;
}
.has-tooltip {
	cursor: pointer;
}
.rdspcc-tooltip {
	display: block;
    position: absolute;
    left: 100%;
	display: block;
    width: 300px;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: calc(100% + 5px);
    margin: auto;
    background-color: #fff;
    padding: 10px;
    font-weight: normal;
    line-height: 1.4;
    border: 2px solid #900303;
    visibility: hidden;
    opacity: 0;
	-moz-transform: translateX(25px);
	-webkit-transform: translateX(25px);
	-o-transform: translateX(25px);
	-ms-transform: translateX(25px);
	transform: translateX(25px);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.has-tooltip:hover .rdspcc-tooltip {
	visibility: visible;
    opacity: 1;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

/* SINGLE */
.configurator-single-product img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}
.configurator-single-product {
	position:relative;
	margin:auto;
	width: 100%;
	max-width: 1280px;
	display: flex;
}
.configurator-single-product-image {
	position:relative;
	width: 40%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
.configurator-single-product-image::before{
	content: '';
	display: block;
	padding-top: 100%;
}
.configurator-single-product-options {
	width: 60%;
}
.configurator-product-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.configurator-product-title {
	margin-bottom: 5px;
    margin-top: 0;
}
.configurator-product-actions .button {
	position: relative;
	z-index: 1;
	color: #fff;
	background: none;
    border: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	font-size: 13px;
    line-height: 1.3;
    display: block;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 19px 32px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.configurator-product-actions .button:hover {
	color: #1e1e20;
}
.configurator-product-actions .button::before {
	content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	border: 2px solid;
    border-color: transparent;
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}
.configurator-product-actions .button:hover::before{
	border-color: #1e1e20;
	opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.configurator-product-actions .button::after {
	content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	background: #1e1e20;
}
.configurator-product-actions .button:hover::after{
	opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}
.configurator-product-part {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 10px 0px;
}
.configurator-product-part-current-color {
	width: 35px;
	height: 35px;
	border: 1px solid #000;
	border-radius: 100%;
	margin-right: 10px;
	cursor: pointer;
	background-color: #f3f3f3;
	background-size: cover;
    background-position: 50% 50%;
}
.configurator-product-part-name {
	cursor: pointer;
}
.configurator-product-part-colors {
	display: none;
	width: 100%;
	padding: 10px 0px;
}
.configurator-product-part-color-select {
	display: inline-block;
	width: 35px;
	height: 35px;
	border: 1px solid #000;
	border-radius: 100%;
	margin-right: 5px;
	cursor: pointer;
	background-color: #f3f3f3;
	background-size: cover;
    background-position: 50% 50%;
}

.rdsppc-single-infos {
	width: 100%;
	display: flex;
}
.rdsppc-single-downloads {
	width: 40%;
	padding-left: 15px;
}
.rdsppc-single-description {
	width: 60%;
}  
.rdsppc-price-info {
	font-size: 12px;
}
.rdsppc-single-download-link {
	display: block;
}
.rdsppc-single-download-link i {
	margin-right: 10px;
}

/* CONFIGURATIONS */
.rdsppc-configuration-item {
	display: flex;
    justify-content: space-between;
    background-color: #f7f7f7;
    padding: 25px;
    margin: 20px 0px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}
.rdsppc-configuration-item-thumbnail {
	display: block;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 5px;
	margin-right: 30px;
}
.rdsppc-subs {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin-bottom: 5px;
}
.rdsppc-remove-from-cart,
.rdsppc-configuration-delete {
	margin-left: 10px;
	color: #ce1717;
	font-weight: bold;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.rdsppc-cart-item:hover .rdsppc-remove-from-cart,
.rdsppc-configuration-item:hover .rdsppc-configuration-delete  {
	visibility: visible;
	opacity: 1;
}
.rdsppc-configuration-validity {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ce1717;
}
.rdsppc-configuration-validity p {
	position: relative;
	margin: 0 0 5px;
}
.rdsppc-configuration-item-left {
	display: flex;
    justify-content: flex-start;
}
.rdsppc-configuration-item-right {
	display: flex;
    justify-content: flex-end;
	align-items: center;
}
.rdsppc-configuration-item .rdsppc-fields-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.rdsppc-qty-container {
	margin-right: 15px;
}
.rdsppc-submit-container input {
	height: 52px;
}

/* CART */
.rdsppc-cart-layout {
	background-color: #54fcb1;
	padding: 25px 100px;
}
.rdsppc-cart-layout-inner {
	width: 100%;
	display: flex;
    justify-content: space-between;
}
.rdsppc-cart-totals-container {
	position: relative;
	min-width: 400px;
}
.rdsppc-cart-layout .rdsppc-cart-items {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.rdsppc-cart-layout .rdsppc-cart-item {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 10px;
	width: 200px;
}
.rdsppc-cart-item-thumbnail {
	display: block;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 5px;
}
.rdsppc-cart-layout .rdsppc-cart-item .rdsppc-cart-item-title {
	width: 100%;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
}
.rdsppc-cart-layout .rdsppc-cart-item .rdsppc-remove-from-cart {
	margin-left: 0px;
	color: #000;
	font-weight: bold;
	visibility: visible;
	opacity: 1;
	margin-left: 0px;
    color: #000;
    font-weight: bold;
    visibility: visible;
    opacity: 1;
    font-size: 30px;
    line-height: 1;
}
.rdsppc-cart-layout .rdsppc-qty {
	border-color: #000;
}
.rdsppc-cart-layout .rdsppc-qty input {
	background-color: transparent;
}
.rdsppc-cart-layout .rdsppc-qty .rdsppc-qty-arrows {
	background-color: transparent;
}
.rdsppc-cart-layout .rdsppc-qty-container {
	margin-right: 0px;
}
.rdsppc-cart-actions {
	margin-top: 5px;
}
.rdsppc-product-original-price,
.rdsppc-original-total {
	font-size: 12px;
	opacity: 0.5;
	text-decoration: line-through;
}
.rdsppc-cart-totals .rdsppc-product-title {
	padding: 0px;
}
.rdsppc-cart-product-subtotals,
.rdsppc-cart-total {
	width: 100%;
}
.rdsppc-cart-product-subtotals td,
.rdsppc-cart-total td{
	vertical-align: top;
}
.rdsppc-subtotal-cell,
.rdsppc-total-cell {
	text-align: right;
}
.rdsppc-discount {
	display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
	margin-top: -10px;
    font-size: 9px;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    padding: 6px 7px;
    letter-spacing: 0px;
	-moz-transform: rotate(-25deg);
	-webkit-transform: rotate(-25deg);
	-o-transform: rotate(-25deg);
	-ms-transform: rotate(-25deg);
	transform: rotate(-25deg);
}
.rdsppc-product-discount-icon {
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('../images/tag.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 50px;
	height: 25px;
}
.rdsppc-cart-total {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 30px;
}
.rdsppc-cart-total-overlay {
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 100;
    left: 0px;
    top: 0px;
    background-color: rgba(84, 252, 177, 0.8);
}
.rdsppc-cart-layout input[type="submit"] {
	border: 1px solid #333333;
    background: transparent;
    color: #333333;
	padding: 10px 20px;
}
.rdsppc-cart-layout input[type="submit"]:hover {
    background: #333333;
    color: #fff;
	border: 1px solid #333333;
}



.rdsppc-cart thead {
	border-bottom: 1px solid #eeeeee;
}
.rdsppc-cart th {
	padding: 15px 0;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.rdsppc-cart-item td {
	border-bottom: 1px solid #eeeeee;
}
.rdsppc-cart .rdsppc-configuration-item-right {
	justify-content: flex-start;
}
.rdsppc-cart-item .rdsppc-fields-container {
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.rdsppc-submit-container {
	padding: 25px 0px;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}
input[type="submit"].rdsppc-update-cart {
	border: 1px solid;
    border-color: #333333;
    background: #fff;
    color: #333333;
    margin-right: 15px;
}

/* CHECKOUT */
.rdsppc-checkout-container {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.rdsppc-checkout-details {
	padding-right: 25px;
	width: 65%;
}
.rdsppc-checkout-total {
	width: 35%;
	padding-left: 25px;
}
.rdsppc-checkout .rdsppc-fields-container {
	display: flex;
    justify-content: space-between;
    align-items: stretch;
	flex-wrap: wrap;
}
.rdsppc-checkout .rdsppc-field-container {
	width: 100%;
	padding: 15px;
}
.rdsppc-checkout .rdsppc-field-container.-half {
	width: 50%;
}
.rdsppc-checkout .rdsppc-field-container input {
	width: 100%;
}
.rdsppc-checkout .rdsppc-field-container input[type="submit"] {
	width: auto;
}
.rdsppc-checkout .rdsppc-submit-container {
	display: flex;
    justify-content: center;
    align-items: center;
}

/* PRODUCT ARCHIVE */
.rdsppc-collections {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.rdsppc-collection-container {
	width: 50%;
}
.rdsppc-collection-title {
	font-size: 25px;
    text-transform: uppercase;
}
.rdsppc-product-list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.rdsppc-product {
	width: calc(33.3% - 20px);
	margin: 10px;
	background-color: #fff;
}
.rdsppc-product-image {
	width: 100%;
	background-size: cover;
	background-position: 50% 0%;
}
.rdsppc-product-image::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.rdsppc-product-title {
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}
.rdsppc-product-price {
	padding: 5px;
	text-align: center;
	font-size: 14px;
}

/* TOP MENU */
.rdsppc-top-menu {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.rdsppc-top-menu-item {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.rdsppc-top-menu-item:first-child {
	justify-content: flex-start;
}
.rdsppc-top-menu-bullet {
	border-radius: 100%;
	padding: 5px;
	background-color: #fff;
}
.rdsppc-top-menu-bullet-inner {
	position: relative;
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	border-radius: 100%;
}
.rdsppc-top-menu-item.-active .rdsppc-top-menu-bullet-inner::before {
	content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #b5b5b5;
    margin: auto;
    border-radius: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.rdsppc-top-menu-title {
	width: 100%;
	text-align: center;
}
.rdsppc-top-menu-item:first-child .rdsppc-top-menu-title {
	text-align: left;
}
.rdsppc-top-menu-bar {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 11px;
	background-color: #000;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

.rdsppc-orders-list {
	margin-top: 50px;
}
.rdsppc-orders-list-item {
	background-color: #f0f0f0;
    border-radius: 3px;
    border: 1px solid #dedede;
	margin-bottom: 20px;
}
.rdsppc-orders-list-item-header {
	cursor: pointer;
	padding: 20px;
	background-color: #dedede;
}
.rdsppc-orders-list-item-header .date {
	font-size: 12px;
}
.rdsppc-order-informations {
	display: none;
	padding: 20px;
	border-radius: 3px;
}
.rdsppc-orders-list-item.-open .rdsppc-order-informations {
	display: block;
}
.rdsppc-order-informations .order-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dedede;
	margin-bottom: 20px;
}
.rdsppc-order-informations .order-table table {
	border-collapse: collapse;
}
.rdsppc-order-informations .order-table th,
.rdsppc-order-informations .order-table td {
	text-align: left;
	border-bottom: 1px solid #ccd0d4;
	padding: 10px;
}

.rdsppc-order-informations .order-table td table td{
	border-bottom: none;
	padding: 0px;
}
.rdsppc-order-informations .order-table td table td.thumbnail-cell {
	min-width: 150px;
}
.rdsppc-order-informations .order-table th.total-price,
.rdsppc-order-informations .order-table td.total-price {
	text-align: right;
}
.rdsppc-order-informations .order-table td.total-cell {
	font-size: 20px;
}

.rdsppc-order-informations .order-table a {
	text-decoration: none;
	border-bottom: none;
}

.rdsppc-order-informations .user-info-table {
	border-collapse: collapse;
	border: 1px solid #dedede;
	width: 100%;
}
.rdsppc-order-informations .user-info-table td {
	width: 100%;
}	
.rdsppc-order-informations .user-info-table td,
.rdsppc-order-informations .user-info-table th {
	padding: 10px;
}
.rdsppc-order-informations p.validity-error {
	color: red;
	font-size: 12px;
	line-height: 1.2;
}
.rdsppc-order-informations p {
	margin-bottom: 5px;
}
.rdsppc-order-informations .producttable-product-description {
	font-size: 12px;
	line-height: 1.2;
}
.not_logged_in{
	padding: 25px;
	text-align: center;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
