.rt-product-actions {
	display: flex;
	margin-top: 20px;
}
.rt-product-actions .rt-product-quantity {
	flex: 1;
	text-align: right;
}
.rt-product-actions .rt-product-quantity input {
	padding: 0;
	width: 45px;
	height: 40px;
	text-align: center;
	margin: 0 -5px -2px -5px;
}
.rt-product-actions .rt-product-quantity button {
	background: #f1f1f1;
	padding: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #f1f1f1;
	font-size: 10px;
}
.rt-product-actions .rt-product-quantity button:hover {
	background: #db0632;
	border-color: #db0632;
	color: #fff;
	cursor: pointer;
}
.rt-product-actions .rt-product-button {
	width: 175px;
	flex: 0 1 auto;
	margin-left: 20px;
}
.rt-product-actions .rt-product-button button {
	background: #db0632;
	color: #fff;
	border: none;
	font-family: 'DINPro-Bold', Arial, sans-serif;
	text-transform: uppercase;
	height: 40px;
	width: 100%;
}
.rt-product-actions .rt-product-button button:hover {
	cursor: pointer;
}
.rt-product-message {
	min-height: 25px;
	font-size: 15px;
	text-align: right;
	margin-top: 8px;
}
.rt-product-message .rt-view-quote-link,
.rt-product-message .rt-error-message {
	margin-right: 40px;
	opacity: 0;
	transition: all 0.4s ease;
}
.rt-product-message .rt-view-quote-link.active,
.rt-product-message .rt-error-message.active {
	margin-right: 0;
	opacity: 1;
}
.rt-product-message .rt-error-message i,
.rt-product-message .rt-view-quote-link i {
	color: #db0632;
}



/**/
.notifyjs-success-base i.fas {
    background: #52aa59;
    border-radius: 5px;
    padding: 5px;
    font-size: 75%;
    color: #fff;
    margin-right: 8px;
}



.product .rt-button-loader {
    width: 20px;
    height: 20px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}






.rt-product-actions .rt-product-quantity input[type=number]::-webkit-inner-spin-button,
.rt-product-actions .rt-product-quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.rt-product-actions .rt-product-quantity input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}




.product .rt-manufacturer {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 110%;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 500;
}
.product .rt-manufacturer p {
	margin-bottom: 0;
}



.product .product-toggles .panel-title a {
	padding: 13px 0;
}



.product-details-table table {
	border: none !important;
	background: transparent;
	-webkit-box-shadow: none !important;
  	-moz-box-shadow: none !important;
  	box-shadow: none !important;
}
.product-details-table tr td {
	border: none !important;
	padding: 3px 20px 3px 0 !important;
	vertical-align: top;
}
.product-details-table tr:nth-child(2n) {
	background: transparent !important;
}



.single-product-breadcrumb {
	font-size: 15px;
}
.single-product-breadcrumb span {
	padding: 0 4px
}



div.avada-product-gallery-thumbs-wrapper ol li {
	margin: 0 4px !important;
}
div.avada-product-gallery-thumbs-wrapper ol li:first-child {
    margin-left: 0 !important;
}
div.avada-product-gallery-thumbs-wrapper img.flex-active {
	border-bottom: 2px solid #db0632;
}





