/* RAPID SALES STYLES */

#site-wide-message-overlay {
	position: fixed;
    width: 100%;
    opacity: 0.5;
	top: 0;
	left: 0;
    margin: 0;
    min-height: 200px;
    height: 100%;
	background-color: #000;
	z-index: 10000;
}
#site-wide-message {
	position: fixed;
	
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	max-width: 500px;
	
	/*max-height: 200px;*/
	
    padding: 4em 8em;
    background-color: #FFF;
    border: 5px solid #CCC;
	border-radius: 10px;
	z-index: 200;
	box-shadow: #000 0 2px 18px;
	
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 20000;

}
#site-wide-message div {
	display: flex;
	margin: auto;
	align-self: center;
}

/* page images at the top of category and product pages */
.rs-page-img {
	width: 100%;
	position: relative;
	top: 54px;
	text-align: center;
}
.rs-page-img img {
	width: 100%;
}
.img-cat-name {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
}
.cat-name-title {
	font-size: 78px;
	font-weight: 900;
	color: red;	
}

/* a generic secion container with gray background */
.section-container {
	background-color: #EFEFEF;
	/*margin-bottom: 30px;*/
	border-radius: 5px;
	padding: 15px;
}
.section-container .section-control {
	float: right;
}


/*
.section-container .section-control::before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.section-container .control-plus::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
}
.section-container .control-minus::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f068";
}
*/

.section-container .section-content-hidden {
	display: none !important;
}

.table-dark-container {
	background-color: #EFEFEF;
	padding: 10px 15px;
	border-radius: 5px;
	overflow-y: auto;
}
.table-dark-container table {
	white-space: nowrap;
}
.table-dark-container thead {
	background-color: #E0DEDE;
}
.table-dark-container tr {
	border-bottom: 2px solid #E0DEDE;
}
.table-dark-container th, .table-dark-container td {
	padding: 5px;
	text-align: center;
}


/* generic address block used for shipping and billing addresses */
.address-block {

}

/* On Sale */
/* product listing page */
.onsale-xs  {
	background-image: url('/rs/img/templates/4CRS/sale-xs.png');
	background-repeat: no-repeat;
	width: 75px;
	height: 75px;
	position: absolute;
	top: 0;
	left: 70px;
  
}
/* product detail page */
.onsale-sm {
	background-image: url('/rs/img/templates/4CRS/sale-sm.png');
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	top: -20px;
	/*left: 100px;*/
	left: 0;
}
.product-detail-part {
	font-size: small;
}

#image-thumbs {
	margin-top: 10px;
}
.product-thumb {
	border: 1px solid lightgray;
	border-radius: 3px;
	padding: 2px;
	cursor: pointer;
}
.video-thumb {
	text-align: center;
	padding-left: 10px;
	width: 66px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
}
.lead-time {
	display: inline-block;
	background-color: #EEEEEE;
	border-radius: 5px;
	padding: 4px 6px;
	font-size: 12px;
	font-style: italic;
}

/* single cats/products on the product page */
.cat-row, .product-row {
	margin-bottom: 30px;
}
.cat-single, .product-single {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 30px;
	text-align: center;
}
.cat-single a, .product-single a {
	text-decoration: none;
	color: inherit;
}
.cat-single:hover, .product-single:hover {
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}
.cat-single-img, .product-single-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	margin: 0 auto;
}
.cat-single-img img, .product-single-img img {

}
.cat-single-title, .product-single-title {
	padding-top: 3px;
}
.product-single-name {
	line-height: 21px;
	padding-bottom: 3px;
}

/* breadcrumb container */
.bc-container {
	/*float: right;*/
	padding-bottom: 10px;
}

/* SIDEBARS */
/* Generic Sidebar Class, Applies to all sidebars in rapid sales */
.inner-sidebar {
	position: sticky;
	top: 100px;
}
/* Category/Product Pages Sidebar */
.cat-product-sidebar {

}
/* Product Detail Pages Sidebar */
.product-detail-sidebar {
	
}
#user-account-sidebar {
	border: 1px solid rgb(229, 229, 229);
	box-shadow: rgba(102, 102, 102, 0.1) 0px 2px 3px 1px;
	padding: 15px;
	border-radius: 5px;
}
#menu-user-account-menu i, #menu-user-account-menu svg {
	color: #333;
}


/* PRODUCT DETAIL PAGE */
.product-title img {
	padding-bottom: 10px;
}
#product-detail h2 {
	margin-bottom: 10px;
}
#product_child {
	width: auto;
}
.special-news {
	padding: 5px 15px;
	border-radius: 5px;
	margin: 17px auto 0 auto;	
}
.product-special-news {
	background-color: #EEEEEE;
}
.product-size-chart {
	display: inline;
	font-size: small;
	vertical-align: text-bottom;
}
/*
.product-size-chart a {
	text-decoration: none;
	vertical-align: middle;
}
*/
.manufacturer-special-news {
	background-color: #81b8d1;
	
}
#product-description ul {
	padding-left: 40px;
}
#product-description li {
	list-style-type: disc;
}

#product_specs td:empty  {
	display: none;
}

/* setting the positioning and the padding as this makes iframe responsive */
#product-video {
	text-align: center;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	margin: 30px 0;
}
#product-video iframe,
#product-video object,
#product-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-video-anchor {
	color: inherit;
}




.placeholder-spinner {
	/*transform: translate(50%, 50%);*/
}

.product-detail-size, .product-detail-color {
	height: 40px;
	min-width: 40px;
	display: inline-block;
	border: 1px solid lightgray;
	padding: 3px 4px;
	background-color: #ffffff;
	color: #0073e5;
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px;
	margin: 2px 3px;
	outline-offset: 1px;
}

/*
.product-detail-size:active, .product-detail-color:active {
	color: #ffffff;
}
*/


/* Add to cart on product detail page */
#add_to_cart {
	width: 100%;
}
/* this is for the date time picker on product_detail page */
#ui-datepicker-div {
	top: 100px !important;
}

/* Product Detail PRODUCT IMAGES */
.product-img-container {
	/*height: 510px;*/
	height: auto;
	/*display: flexbox;
	justify-content: center;*/
}
.product-img {
	/*display: inline;*/
	/*display: block;
	margin: 0 auto;*/
}

/* SLICK CAROUSEL */ 
#product-add-images-nav {
	/*display: flex;
	width: 100%;*/
}
.slick-slide img {
	margin: 0 auto;
}
#product-add-images-nav .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	background-color: #fcfcfc;
	padding: 4px 6px;
	/*border-radius: 3px;*/
	/*border: 1px solid lightgray;*/
	cursor: pointer;
	z-index: 10;
}
#product-add-images-nav .slick-disabled {
	color: lightgray;
}
#product-add-images-nav .slick-previous {
	left: -3%;
}
#product-add-images-nav .slick-next {
	right: -3%;
}
#product-add-images-nav .slick-button-nav {
	background-color: transparent;
}

#product-images .slick-arrow {
	background: transparent;
	position: absolute;
	top: 48%;
	top: calc(50% - 35px);
	margin-top: -30px;
	padding: 7px;
	/*cursor: pointer;*/
	z-index: 10;
	font-size: 35px;
	line-height: 35px;
	color: gray;
	background-image: none;
}
#product-images .slick-disabled {
	color: lightgray;
}
#product-images .slick-previous {
	left: -5%;
}
#product-images .slick-next {
	right: -5%;
}
#product-images .slick-button-nav {
	background-color: transparent;
}
#product-images .slick-dots {
	display: inline-block;
}
#product-images .slick-dots li {
	display: block;
	float: left;
}
#product-images .slick-dots li button {
	position: relative;
	margin: 0 12px;
	padding: 0;
	width: 12px;
	height: 12px;
	cursor: pointer;
	top: 0;
	left: 0;
	text-indent: -999em; /* make the text accessible to screen readers */
	outline: none;
	border-radius: 50%;
	background-color: gray;
	background-color: rgba(68, 68, 68, 0.4);
	/* Dot to stroke */
	box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
	-webkit-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
}

#product-images .slick-dots li button:hover,
#product-images .slick-dots li button:focus {
	box-shadow: inset 0 0 0 8px gray;
}

#product-images .slick-dots li.slick-active button {
	box-shadow: inset 0 0 0 2px gray;
}


/* FLOATING CART */
.floating-cart-counter {
	position: fixed;
	right: 15px;
	top: 27px;
	color: inherit;
	z-index: 40000;
	font-size: 16px;
}
/*
.floating-cart-counter-mobile {
	position: absolute;
	top: -4px;
	right: -3px;
	font-size: 48px;
}
*/
.floating-cart {
	direction: ltr;		/* switch the direction back */
	/*width: 100%;*/
	max-width: 320px;
	min-width: 250px;
	/*width: 250px;*/
}
.mini-cart {
	border-bottom: 1px inset rgb(109, 109, 109);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	
}
.mini-cart-product {
	padding-top: 10px;
	vertical-align: middle;
}
.mini-cart-product:first-child {
	padding-top: 0;
}
.mini-cart-title {
	float: left;
	font-size: 1.6em;
	font-weight: bold;
}
.mini-cart-edit {
	float: right;
	font-size: 0.8em;
}
#payment-cart .mini-cart-edit {
	padding-top: 12px;
}

.mini-cart-product-image {
	/*float: left;*/
	/*padding-left: 10px;*/
	height: 75px;
	width: 75px;
	/*vertical-align: middle;*/
}
.mini-cart-product-image img {
	display: block;
	margin: 0 auto;
	max-height: 75px;
	max-width: 75px;

}
.mini-cart-product-name {
	font-weight: bold;
	/*float: right;*/
	/*width: 70%;*/
	/*vertical-align: middle;*/
}
/*
.mini-cart-row {
	float: right;
}
*/
.mini-cart-product-color {

	/*float: right;*/
	/*width: 70%;*/
}
.mini-cart-product-atts {
	min-height: 5px;
	font-size: 0.8em;
	/*width: 70%;*/
}
.mini-cart-product-size {
	/*float: left;*/
}
.mini-cart-product-price {
	/*float: right;*/
	white-space: nowrap;
	text-align: right;
	/*margin-left: -15px;*/
}
.mini-cart-promo {
	justify-content: space-between;
	padding: 0 15px;
	margin: 20px 0 -15px 0;
}
.mini-cart-promo-code {
	white-space: nowrap;
	text-align: right;
	font-style: italic;
}
.mini-cart-subtotal {
	/*width: 90%;
	margin: 0 auto;*/
	padding: 0 15px;
	justify-content: space-between;
	padding-bottom: 30px;
	white-space: nowrap;
}
/*
.mini-cart-subtotal-title {
	float: left;
}
.mini-cart-subtotal-amount {
	float: right;
}
*/
.mini-summary-amounts {
	text-align: right;
}
.mini-cart-checkout-button {
	width: 100%;
	text-align: center;
	/*padding-top: 15px;*/
}

/* CART & SEARCH page AND the article tag for the WP search results page */
#rs-cart, #rs-search-results, #page-results article {
	box-sizing: border-box;
}
#rs-cart .item-row, #rs-search-results .item-row, #page-results article {
	border: 1px solid rgb(229, 229, 229);
	box-shadow: rgba(102, 102, 102, 0.1) 0px 2px 3px 1px;
	border-radius: 5px;
	padding: 15px;
	margin: 20px 0px;
}
#rs-cart .cart-summary {
	/*position: sticky;
	top: 100px;*/
	border: 1px solid rgb(229, 229, 229);
	box-shadow: rgba(102, 102, 102, 0.1) 0px 2px 3px 1px;
	border-radius: 5px;
	padding: 15px;
	margin-top: 20px;
}
/*
#rs-cart .cart-summary .row {
	justify-content: space-between;
}
*/
#rs-cart .cart-summary-title {
	border-bottom: 1px solid rgb(204, 204, 204);
	font-size: 0.9em;
	line-height: 1.2em;
	/*padding: 0 15px;*/
	justify-content: space-between;
}
#rs-cart .cart-summary-title h2 {
	font-size: 0.9em;
	margin-bottom: 15px;
	font-weight: 600;
}
#rs-cart .cart-summary-qty-total {
	color: rgb(153, 153, 153);
	text-align: right;
}
#rs-cart #rs-cart-summary {
	padding: 0 15px;
}
#rs-cart #rs-cart-summary .row {
	justify-content: space-between;
}
/*
#rs-cart .summary-subtotal {
	justify-content: space-between;
}
#rs-cart .summary-tax {
	justify-content: space-between;
}
#rs-cart .summary-shipping {
	justify-content: space-between;
}
*/
#rs-cart .summary-separator {
	border-top: 1px solid #eee;
	/*width: 99%;*/
	/*margin: 0 auto;*/
}
#rs-cart .summary-total {
	justify-content: space-between;
}
#rs-cart .cart-buttons {
	padding-top: 15px;
	text-align: center;
}
#rs-cart .cart-remove-item {
	position: absolute;
	left: 20px;
	transform: translateY(-15px);
	background-color: transparent;
	color: inherit;
	z-index: 1000;
}
#rs-cart .cart-product-image {
	height: 100px;
	width: 100px;
	margin: 0 auto;
}
#rs-cart .cart-product-image img {
	display: block;
	margin: 0 auto;
	max-height: 100px;
	max-width: 100px;
}
#rs-cart .item-info {
	line-height: 21px;
}
#rs-cart .item-product-part {
	font-size: 12px;
}
#rs-cart .item-name {
	padding-bottom: 5px;
}
#rs-cart .item-size {
	font-size: 16px;
}
#rs-cart .item-color {
	font-size: 15px;
	padding-bottom: 8px;
}
#rs-cart .item-qty-row {
	justify-content: space-between;
}
#rs-cart .item-qty-col {
	z-index: 1;
}
#rs-cart .item-qty {
	position: relative;
	left: -15px;
	white-space: nowrap;
	padding-bottom: 5px;
}
#rs-cart .item-qty i {
	padding: 15px;
}
#rs-cart .item-qty-input {
	width: 30px;
	/*height: 20px;*/
	padding: 0;
	margin: 0;
	font-size: 14px;	
	line-height: 29.25px;
	text-align: center;
}

#rs-cart .item-qty-plus, #rs-cart .item-qty-minus {
	line-height: 48px;
	background-color: transparent;
	color: inherit;
	font-weight: 400;
	font-size: 12px;
	padding: 0;
	border-radius: 0;
	cursor: pointer;
	z-index: 2;
}

#rs-cart .item-qty-plus {
	position: relative;
	left: -10px;
}

#rs-cart .item-qty-minus {
	position: relative;
	right: -10px;
}

#rs-cart .item-qty-total {
	min-height: 29.25px;
}
#rs-cart .item-qty-total, #rs-cart .item-price-total {
	font-weight: bold;
	white-space: nowrap;
}
#rs-cart .item-price-total {
	/*padding-top: 12px;*/
}

#rs-cart .item-price-row, #rs-cart .item-price-total-row {
	justify-content: flex-end;
}
#rs-cart .item-price {
	padding-bottom: 5px;
	white-space: nowrap;
	line-height: 48px;	
}
#rs-cart .item-price-sale {
	text-decoration: line-through;
	font-size: 14px;
	padding: 0 5px 5px 0;
	white-space: nowrap;	
}
#rs-cart .item-shipping-row {
	text-align: right;
	justify-content: flex-end;
	/*padding-right: 15px;*/
}
#rs-cart .item-shipping {
	font-size: 14px;
	padding-top: 10px;
	/*padding-left: 8px;*/
	font-weight: bold;
}
#rs-cart .payment-summary {
	border: 1px solid green;
	border-radius: 5px;
	box-shadow: rgba(102, 102, 102, 0.1) 0px 2px 3px 1px;
	padding: 10px 15px;
	margin: 30px 0;
}
#rs-cart .payment-summary .row {
	justify-content: space-between;
	padding: 0 15px;
}
#rs-cart .order-notes {
	border: 1px solid black;
	padding: 10px;
	border-radius: 5px;
	box-shadow: rgba(102, 102, 102, 0.1) 0px 2px 3px 1px;
	font-style: italic;
}
#rs-cart .order-notes h4 {
	text-decoration: underline;
}
#rs-cart .order-res-name {
	font-size: 15px;
	padding-top: 45px;
	justify-content: flex-end;
}
#rs-cart .order-res-name-title {
	white-space: nowrap;
}



/* PAYPAL buttons */
#paypal-button {
	max-width: 250px;
	margin: 10px auto;
}

/* AMAZON buttons */
#AmazonPayButton {
	/*max-width: 70%;*/
	margin: 10px auto;
}

/* PAYMENT PAGE */
#payment-cart {
	border: 1px solid rgb(229, 229, 229);
	box-shadow: rgba(102, 102, 102, 0.1) 0px 2px 3px 1px;
	border-radius: 5px;
	/*padding: 15px;*/	
}
.payment-cart {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*
#payment-cart .summary-tax, #payment-cart .summary-shipping, #payment-cart .summary-total {
	padding-left: 15px;
	padding-right: 15px;
}
*/
#payment-cart .mini-cart-subtotal {
	padding: 0 15px;
}

/*
#promo-code {
	background-color: #EFEFEF;
	border: 1px solid rgb(229, 229, 229);
	box-shadow: rgba(102, 102, 102, 0.1) 0px 2px 3px 1px;
	border-radius: 5px;
	padding: 15px;
	margin-top: 20px;
}
*/

#promo-code-form input[type=text] {
	display: inline;
	width: 70%;
}
#promo-code-form input[type=submit] {
	display: inline;
	background-color: gray;
}
#promo-code .promo-question {
	position: relative;
	top: 2px;
}
#promo-code .remove-discount-code {
	cursor: pointer;
}
#promo-code .remove-discount-code i, 
#promo-code .remove-discount-code svg {
	position: relative;
	top: 2px;
	right: 2px;
}

.input-group {
	display: table;
	border-collapse: separate;
}
.input-group-addon {
	display: table-cell;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/*
.input-icon {
	float: right;
	position: relative;
	right: 30px;
}
*/

.edit-link {
	position: relative;
	top: -2px;
	font-size: 12px;
	margin-left: 20px;
}


.payment-divider {
	box-sizing: border-box;
	border: 2px solid rgb(214, 212, 212);
	/*
	border-top: 3px solid rgb(214, 212, 212);
	border-bottom: 3px solid rgb(214, 212, 212);
	border-right: 3px solid rgb(239, 239, 239);
	border-left: 3px solid rgb(239, 239, 239);
	*/
	background-color: white;
	padding: 5px 0;
	
}
.payment-divider .col-sm-12 {
	height: 40px;
}
.payment-container {
	padding: 10px 15px 30px 15px !important;
	margin-top: -10px;
	margin-right: -15px;
	margin-bottom: 30px;
	margin-left: -15px;
	border: 2px solid #D6D4D4;
	background-color: #e0dede;
	/*background-color: #D6D4D4;*/
	
}
.payment-container .field_error {
	display: inline-block;
}
.payment-credit-card-icons {
	float: right;
	font-size: 1.4em;
}
.payment-explanation {
	text-align: center;
}
.payment-explanation i,
.payment-explanation svg {
	font-size: 2.8em;
}
.payment-address {
	border-top: 3px solid rgb(229, 229, 229);
	margin-top: 20px;
	padding-top: 20px;
}

#customer_card_number {
	/*text-indent: 55px;*/
	/* background images are controlled via javascript */
}
.customer-card-exp {
	background-color: #ffffff;
	border-radius: 5px;
}
.customer-card-exp:focus {
	border: 1px solid #999;
}
.customer-card-exp input {
	background-color: transparent;
	border: 0;
}
.customer-card-exp input:focus {
	border: 0;
}
#customer_card_exp_month {
	max-width: 62px;
}
#customer_card_exp_year {
	max-width: 80px;
}
/*
#customer_card_code {
	max-width: 70px;
}
*/

/* Rapid sales forms */
.required-field {
	vertical-align: middle;
	font-size: 12px;
	margin-left: 5px;
	color: rgb(191, 25, 49);	// same as submit button red
}
.rs-form .required-field-msg {
	float: right;
}
.rs-form .row {
	margin-bottom: 8px;
}
.rs-form .row:last-child {
	margin-bottom: 0;
}
.rs-form .fa-asterisk,
.rs-form .svg-inline--fa {	/* font awesome */
	vertical-align: 0.1em !important;
}
.rs-form .input-icon-container {
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 5px;
	white-space: nowrap;
}
.rs-form .input-icon-container input {
	box-sizing: border-box;
	display: inline-block;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	width: calc(100% - 50px);
}
.rs-form .input-icon-container .input-icon {
	/* float: right; */
	display: inline-block;
	box-sizing: border-box;
	background-color: #bcbcbc;
	padding: 11px 15px;
	border-radius: 0 5px 5px 0;
	width: 50px;
	margin-left: -3px;
} 
.rs-form .input-icon-container .error {
	border: 1px solid #BF2135;
}


/* ERRORS FOR RS FORM and Contact Form 7 plugin */
label.error, span.wpcf7-not-valid-tip {
	background-color: #fed731;
	color: inherit;
	padding: 4px 5px;
	position: relative;
	top: 15px;
	display: block;
	white-space: normal;
	width: 200px;
	text-align: center;
	transition: opacity 0.3s;
	border: 1px solid #555;
	border-radius: 5px;
	margin-bottom: 10px;
	z-index: 100;
}
/*
  rs-form .error a {
	color: #ffffff;
}
*/
label.error::before,  span.wpcf7-not-valid-tip::before{
	content: "";
	position: absolute;
	top: -30px;
	left: calc(50% - 15px);
	border-width: 15px;
	border-style: solid;
	border-color: transparent transparent #555 transparent;
}
.error:hover, .wpcf7-not-valid-tip:hover {
	visibility: visible;
	opacity: 1;
}

/* ALERTS /*
/* Note: some of them need the !important designation to override */
/* Contact Form 7 plugin CSS */
.alert {
	padding: 10px 15px !important;
	margin: 15px 20px !important;
	box-sizing: border-box !important;
	border-radius: 5px !important;
}
.alert-fixed {
	z-index: 10000;
	width: 400px;
	position: fixed;
	top: 25%;
	left: calc(50% - 200px);
}
.alert-success {	  
	background: linear-gradient(#74e974, #0cc715);
	border: 2px solid #298b40;
}
.alert-info {
	background: linear-gradient(#A2C4D4, #81b8d1);
	border: 1px solid #43809c;
}
.alert-warning {
	background: linear-gradient(#fed731, #ebc107);
	border: 1px solid #d3b21f;
}
.alert-danger {
	background: linear-gradient(rgb(224, 98, 115), #BF1E33);
	border: 1px solid #8f1727 !important;
	color: #ffffff !important;
}
.alert-dismiss {
	position: absolute;
	top: 2px;
	right: 5px;
	padding: 3px;
	background-color: transparent;
	color: inherit;
}
.alert-dismiss::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	/*content: "\f00d";*/
	content: "\00d7";
}
.alert-dismiss:hover {
	background-color: transparent;
	color: inherit;
}

/* FONT AWESOME CREDIT CARD COLORS */
/*
@fa-cc-amex: #007bc1;
@fa-cc-diners-club: #004A97;
@fa-cc-discover: #f68121;
@fa-cc-jcb: #003A8F;
@fa-cc-mastercard: #0a3a82;
@fa-cc-paypal: #253b80;
@fa-cc-stripe: #00afe1;
@fa-cc-visa: #0157a2;
*/




/* MEDIA QUERIES */

/* for formats BELOW 905px */
@media only screen and (max-width: 905px) {

	#rs-cart .item-price-col {
		padding: 0 0 5px 5px;
	}
	#rs-cart .item-qty-col {
		padding: 0 5px 5px 0;
	}

}

/* for formats BELOW 900px */
@media only screen and (max-width: 900px) {

	.floating-cart-counter {
		/*font-size: 20px;*/
		display: none;
	}

	#rs-cart .item-price-col {
		padding: 0 0 5px 5px;
	}
	#rs-cart .item-qty-col {
		padding: 0 5px 5px 0;
	}

	.cat-single:hover, .product-single:hover {
		box-shadow: none;
	}
	.cat-single:active, .product-single:active {
		box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
		/*padding: 15px 0;*/
	}

}

/* for formats BELOW 768px */	
@media only screen and (max-width: 768px) {

	#payment-cart {
		margin: 30px auto;
	}

	/* PRODUCT DETAIL PAGE */
	#product-detail .product-title {
		text-align: center;
	}
	#product-detail {
		text-align: center;
		margin: 0 auto;
	}
	#product-detail #product-description {
		text-align: left;
		margin: 5px;
	}
	#product-detail hr {
		margin-top: 10px;
	}
	#product-detail #product-specs h3 {
		text-align: left;
	}
	.pd-cart-quantity {
		margin: 0 auto;
	}

	.live-chat {
		right: 5px;
	}

	.site-inner {
		padding: 30px 5px 0px 5px;
	}

	/* product image thumbnails on product detail page */
	#image-thumbs { display: none; }

}

/* for formats BELOW 575px */	
@media only screen and (max-width: 575px) {

	#rs-cart .item-price-row {
		justify-content: center;
		text-align: center;
		padding-top: 5px;
	}
	#rs-cart .item-row, #rs-cart .item-stock-row, #rs-cart .order-res-name, #rs-cart .item-price-total-row {
		justify-content: center;
		text-align: center;
	}

	#rs-cart .item-qty {
		position: static;
	}

	#rs-cart .item-qty-row {
		justify-content: center;
		margin-top: 10px;
	}

	#rs-cart .item-shipping-row {
		padding-right: 0;
		text-align: center;
		justify-content: center;
	}
	#rs-cart .item-stock {
		text-align: center;
	}



	.hide-xs {
		display: none !important;
	}

	.hp-products, .hp-shop-2 {
		flex-wrap: wrap;
	} 
	
	.home #soliloquy-container-15774 {
		margin-top: 82px;
	  }
	  
	.footer-widgets {
		background-size: 90%, 100%;
	}

	.live-chat-large {
		display: none !important;
	}
  
}

/* for formats BELOW 400px */	
@media only screen and (max-width: 400px) {

	.alert-fixed {
		display: block;
		position: static;
		width: 90%;
		margin: 0 auto 20px auto;
	}
	.alert-dismiss {
		display: none;
	}

	.parallax-1 {
		background-image: none;
	}

}


	