@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;400;500;600;700;900&display=swap');

:root {
	--rossyblue: #0C4DA2;
	--rossyblack: #22262A;
	--rossywhite: #FFFFFF;

	--rossybluefixed: #0C4DA2; /* to be used when real color need while a theme applied */

	--rossyred: #EE202E;
	--rossyroyalblue: #0076FF;
	--rossylightblue: #EAF5FF;
	--rossylightbluefixed: #EAF5FF; /* to be used when real color need while a theme applied */

	--rossylightgrey: #F2F2F2;
	--rossygrey: #D3D3D3;
	--rossymediumgrey: #B0B2B4;
	--rossydarkgrey: #56565E;
	
	--rossylinkblue: #007bff;

	--rossyyellow: #FFF115;

	--primary-font: 'Lexend', sans-serif;
	
	--spacing-half-em: 0.05em;
	
	--0875rem: 0.875rem;
	
	--font-weight-regular: 400;
	--font-weight-medium: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;
	
	--size-xsmall: 10px;
	--size-small: 12px;
	--size-regular: 14px;
	--size-large: 16px;
	--size-xlarge: 18px;
} 
.rossyred { color: var(--rossyred)!important; }
.rossyblack { color: var(--rossyblack)!important; }
.rossyblue { color: var(--rossyblue)!important; }
.rossybluefixed { color: var(--rossybluefixed)!important; }
.rossygrey { color: var(--rossygrey)!important; }
.rossymediumgrey { color: var(--rossymediumgrey)!important; }
.rossydarkgrey { color: var(--rossydarkgrey)!important; }
.rossylinkblue { color: var(--rossylinkblue)!important; }
.bg-rossyblue { background-color: var(--rossyblue)!important; }
.bg-rossybluefixed { background-color: var(--rossybluefixed)!important; }
.bg-rossyred { background-color: var(--rossyred)!important; }
.bg-rossylightblue { background-color: var(--rossylightblue)!important; }
.bg-rossylightgrey { background-color: var(--rossylightgrey)!important; }
.border-rossyblue { border-color: var(--rossyblue)!important; }
.border-rossygrey { border-color: var(--rossygrey)!important; }
.rossylightgrey { color: var(--rossylightgrey)!important; }
.rossydarkgrey { color: var(--rossydarkgrey)!important; }
.spacinghalfem { letter-spacing: var(--spacing-half-em); }
.bg-white { background-color: var(--rossywhite)!important; }
.font-weight-regular { font-weight: var(--font-weight-regular)!important; }
.font-weight-medium { font-weight: var(--font-weight-medium)!important; }
.font-weight-semibold { font-weight: var(--font-weight-semibold)!important; }
.font-weight-bold { font-weight: var(--font-weight-bold)!important; }
.font-size-xsmall { font-size: var(--size-xsmall); }
.font-size-small { font-size: var(--size-small); }
.font-size-regular { font-size: var(--size-regular); }
.font-size-large { font-size: var(--size-large); }
.font-size-xlarge { font-size: var(--size-xlarge); }

.btn-primary {
	background-color: var(--rossyblue);
	border-color: var(--rossyblue);
}
* {/* disable double-touch zoom on mobile devices */
	touch-action: manipulation;
}
html {
	scroll-behavior: smooth;
}
body {
	color: var(--rossyblack);
	font-family: var(--primary-font);
	font-size: var(--size-regular);
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.2px;
	line-height: --size-xlarge;
	margin: 0;
	padding: 0;
}
.bold, .caption, .form_button, .th, .button, .errMess, .subTitle, .subSubTitle {font-weight: var(--font-weight-bold); } 
.medium {font-weight: var(--font-weight-medium); }
.hand {cursor: pointer;}
.width50 { width: 50px; }
.width100 { width: 100px; }
.width150 { width: 150px; }
.width200 { width: 200px; }
.width250 { width: 250px; }
.width300 { width: 300px; }
.width350 { width: 350px; }
.width400 { width: 400px; }
.width450 { width: 450px; }
.width500 { width: 500px; }
.maxWidth100 { max-width: 100px; width: 100%; }
.maxWidth150 { max-width: 150px; width: 100%; }
.maxWidth200 { max-width: 200px; width: 100%; }
.maxWidth250 { max-width: 250px; width: 100%; }
.maxWidth300 { max-width: 300px; width: 100%; }
.maxWidth350 { max-width: 350px; width: 100%; }
.maxWidth400 { max-width: 400px; width: 100%; }
.maxWidth450 { max-width: 450px; width: 100%; }
.maxWidth500 { max-width: 500px; width: 100%; }
.maxWidth550 { max-width: 550px; width: 100%; }
.maxWidth600 { max-width: 600px; width: 100%; }
.maxWidth650 { max-width: 650px; width: 100%; }
.maxWidth700 { max-width: 700px; width: 100%; }
.maxWidth750 { max-width: 750px; width: 100%; }
.maxWidth800 { max-width: 800px; width: 100%; }
.minWidth100 { min-width: 100px; width: 100%; }
.minWidth150 { min-width: 150px; width: 100%; }
.minWidth200 { min-width: 200px; width: 100%; }
.minWidth250 { min-width: 250px; width: 100%; }
.minWidth300 { min-width: 300px; width: 100%; }
.minWidth350 { min-width: 350px; width: 100%; }
.caption { padding-right: 5px; }
.center, .errMess { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.floatRight { float: right; }
.floatLeft { float: left; }
.noStyle { border-width: 0px;  background-color: transparent;}
.text9 { font-size: 9px;}
.text10 { font-size: 10px;}
.text12 {font-size: 12px; }
.text13 { font-size: 13px;}
.text14 { font-size: 14px;}
.text15 { font-size: 15px;}
.text16 { font-size: 16px;}
.text-xs { font-size: 80%; }
.text-sm { font-size: 90%; }
.text-md { font-size: 115%; }
.text-lg { font-size: 130%; }
.noStyle { background-color: transparent; border-width: 0px; }
.black {color: #000; }
.white {color: #FFF; }
.red { color: #F00; }
.grey { color: grey; }
.maroon { color: #800; }
.underlined { text-decoration: underline; }
.clear { clear: both; }
.notBold { font-weight: normal; }
.autoCenter { margin: 0px auto; }
.maxWidth { max-width: 1400px; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.errMess { color: maroon; }
.whiteBack { background-color: white; }
.hidden { display: none; }
.uppercase { text-transform: uppercase; }
.relative { position: relative; }
.absolute { position: absolute; }
.nowrap { white-space: nowrap; }
.wrapbalance {text-wrap: balance; }
.rotate-0 { transform: rotate(0deg); }
.rotate-90 { transform: rotate(90deg); }
.rotate-180 { transform: rotate(180deg); }
.rotate-270 { transform: rotate(270deg); }

input:not([type=submit]):not([type=button]),
select,
textarea {
	font-size: var(--0875rem)!important;
}

input:not([type=submit]):not([type=button]):focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
select:focus,
textarea:focus {
	background-color: white!important;
	box-shadow: none;
	outline: none;
	font-size: var(--0875rem);
}
button:focus {
	outline: none;
}
input:focus {
	border-color: var(--rossyblue);
}
::placeholder {
  color: var(--rossymediumgrey);
  opacity: 1;
}
:-ms-input-placeholder { color: var(--rossymediumgrey); }
::-ms-input-placeholder { color: var(--rossymediumgrey); }
/* ============================== dev mode ============================== */
body.devCSSmode * {
	outline: 1px solid aqua !important;
}
body.devCSSmode *:hover {
	outline: 1px solid red !important;
}
/* ============================== dev mode ============================== */

/* ============================== style guide ============================== */
.h1, .h2, .h3, .h4 {
	margin-bottom: 0px;
}
.h1 {
	font-size: 24px;
	font-weight: var(--font-weight-medium);
	line-height: 28px;
}
.h2 {
	font-size: 20px;
	font-weight: var(--font-weight-medium);
	line-height: 24px;
}
.h3 {
	font-size: var(--size-xlarge);
	font-weight: var(--font-weight-medium);
	line-height: 20px;
	letter-spacing: 0.2px;
}
.h4 {
	font-size: var(--size-large);
	font-weight: var(--font-weight-semibold);
	line-height: var(--size-xlarge);
	letter-spacing: 0.2px;
}
.s1 {
	font-size: var(--size-large);
	font-weight: var(--font-weight-medium);
	line-height: var(--size-xlarge);
	letter-spacing: 0.2px;
}
.s2 {
	font-size: var(--size-regular);
	font-weight: var(--font-weight-semibold);
	line-height: var(--size-large);
	letter-spacing: 0.2px;
}
.s3 {
	font-size: var(--size-regular);
	font-weight: var(--font-weight-medium);
	line-height: var(--size-xlarge);
	letter-spacing: 0.2px;	
}
.s4 {
	font-size: var(--size-small);
	font-weight: var(--font-weight-bold);
	line-height: var(--size-large);
	letter-spacing: 0.2px;
}
.t1 {
	font-size: var(--size-large);
	font-weight: var(--font-weight-regular);
	line-height: 22px;
	letter-spacing: 0.2px;
}
.t2 {
	font-size: var(--size-regular);
	font-weight: var(--font-weight-medium);
	line-height: var(--size-xlarge);
	letter-spacing: 0.2px;
}
body,
.t3 {
	font-size: var(--size-regular);
	font-weight: var(--font-weight-regular);
	line-height: var(--size-xlarge);
	letter-spacing: 0.2px;
}
.t4 {
	font-size: var(--size-small);
	font-weight: var(--font-weight-medium);
	line-height: var(--size-large);
	letter-spacing: 0.2px;
}
.t5 {
	font-size: var(--size-small);
	font-weight: var(--font-weight-regular);
	line-height: var(--size-large);
	letter-spacing: 0.2px;
}
.t6 {
	font-size: var(--size-xsmall);
	font-weight: var(--font-weight-medium);
	line-height: var(--size-regular);
	letter-spacing: 0.2px;
}

.blueButton,
.blackButton,
.redButton,
.whiteBgButton,
.blueOutlineButton {
	border: 0px;
	cursor: pointer;
    white-space: nowrap;
}
/* blue button */
.blueButton {
	background-color: var(--rossyblue);
	color: var(--rossywhite);
}
.blueButton:hover {
	color: var(--rossywhite)!important;
	outline: 1px solid var(--rossyblue);
}
.blueButton:focus {
	background-color: #002D70;
}
.blueButton.disabled {
	background-color: #769CCC;
	cursor: not-allowed;
}
/* black button */
.blackButton {
	background-color: var(--rossyblack);
	color: var(--rossywhite);
}
.blackButton:hover {
	color: var(--rossywhite)!important;
	outline: 1px solid var(--rossyblack);
}
/* blue outline button */
.blueOutlineButton {
	background-color: white;
	outline: 1px solid var(--rossyblue);
	color: var(--rossyblue);
}
.redButton:hover {
	color: var(--rossywhite)!important;
	outline: 1px solid var(--rossyred);
}
.button-sm {
	border-radius: 4px;
	font-weight: var(--font-weight-regular);
	font-size: var(--size-regular);
	letter-spacing: 0.25px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.button-lg {
	border-radius: 6px;
	font-weight: var(--font-weight-regular);
	font-size: var(--size-large);
	letter-spacing: 0.5px;
	padding-bottom: 28px;
	padding-top: 28px;
}

@media (min-width: 768px) {
	.h1 {
		font-size: 40px;
		line-height: 44px;
	}
	.h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.h3 {
		font-size: 24px;
		font-weight: var(--font-weight-medium);
		line-height: 30px;
	}
	.h4 {
		font-size: 20px;
		font-weight: var(--font-weight-medium);
		line-height: 26px;
	}
	.s1 {
		font-size: var(--size-xlarge);
		font-weight: var(--font-weight-semibold);
		line-height: 24px;
		letter-spacing: 0.2px;
	}
	.s2 {
		font-size: var(--size-large);
		font-weight: var(--font-weight-bold);
		line-height: 22px;
		letter-spacing: 0.2px;
	}
	.s3 {
		font-size: var(--size-large);
		font-weight: var(--font-weight-medium);
		line-height: 22px;
		letter-spacing: 0.2px;	
	}
	.s4 {
		font-size: var(--size-small);
		font-weight: var(--font-weight-bold);
		line-height: var(--size-large);
		letter-spacing: 0.2px;
		text-transform: uppercase;
	}
	.t1 {
		font-size: var(--size-large);
		font-weight: var(--font-weight-regular);
		line-height: 22px;
		letter-spacing: 0.2px;
	}
	.t2 {
		font-size: var(--size-regular);
		font-weight: var(--font-weight-semibold);
		line-height: var(--size-xlarge);
		letter-spacing: 0.2px;
	}
	.t3 {
		font-size: var(--size-regular);
		font-weight: var(--font-weight-medium);
		line-height: var(--size-xlarge);
		letter-spacing: 0.2px;
	}
	body,
	.t4 {
		font-size: var(--size-regular);
		font-weight: var(--font-weight-regular);
		line-height: var(--size-xlarge);
		letter-spacing: 0.2px;
	}
	.t5 {
		font-size: var(--size-small);
		font-weight: var(--font-weight-medium);
		line-height: var(--size-xlarge);
		letter-spacing: 0.2px;
	}
	.t6 {
		font-size: var(--size-small);
		font-weight: var(--font-weight-regular);
		line-height: var(--size-large);
		letter-spacing: 0.2px;
	}
	.button-sm {
		padding: 12px 40px;
	}
	.button-lg {
		border-radius: 4px;
		font-size: var(--size-xlarge);
		letter-spacing: 0.72px;
		padding: 16px 38px;
	}

}
/* ========================== end style guide ============================== */



/* make black SVGs of specific color */
/* used https://codepen.io/sosuke/pen/Pjoqqp */
/* brightness(0) saturate(100%) - converts any SVG to black first. and then add other filters */
.rossydarkgreysvg {
	filter: brightness(0) saturate(100%) invert(35%) sepia(4%) saturate(856%) hue-rotate(202deg) brightness(91%) contrast(87%);
}
.greysvg {
	filter: brightness(0) saturate(100%) invert(56%) sepia(0%) saturate(1%) hue-rotate(201deg) brightness(89%) contrast(92%);
}
.rossybluesvg {
	filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(2234%) hue-rotate(205deg) brightness(92%) contrast(92%);
}
.whitesvg {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7458%) hue-rotate(186deg) brightness(108%) contrast(100%);
}
.greensvg {
	filter: brightness(0) saturate(100%) invert(51%) sepia(14%) saturate(2021%) hue-rotate(81deg) brightness(99%) contrast(100%);
}

.devEnvironmentWarning {
	opacity: 0.75;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}
#devOutputContainer {
    background-color: white;
    bottom: 30px;
    font-size: 12px;
	max-width: 500px;
	max-height: 300px;
	overflow: auto;
	position: fixed;
	z-index: 1000;
}
#devOutputContainer.open {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
}
#devOutputContainer:not(.open) {
	opacity: 0.5;
}
#devOutputContainer:hover {
	opacity: 1;
}
#devOutputContainer .close {
	margin-right: -10px;
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
}
#devOutputContainer .fa-wrench {
	cursor: pointer;
}
#devOutputContainer:not(.open) .content,
#devOutputContainer.open .fa-wrench {
	display: none;
}
#devOutputContainer.open .content,
#devOutputContainer:not(.open) .fa-wrench {
	display: block;
}

.form-control {
    border-color: #D2DEED;
}

.form-control.invalid {
	border: 1px solid red;
}
.formValidationErrorMsg {
	color: red;
}

.findInStorePlaceholderBtn {
	height: 43px;
}

.modalPopupContainer {
    bottom: 0;
    left: 0;
	position: fixed;
    right: 0;
    top: 0;
	z-index: 99999;
}
.modalPopupContainer>.wrapper {
	background-color: rgba(0,0,0,0.8);
	height: 100%;
	position: absolute;
	width: 100%;
}
.modalPopupContainer>.modalPopupContentContainer {
	background-color: white;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
}
@media (max-width: 768px) {
	.modalPopupContainer>.modalPopupContentContainer {
	    left: 5%;
	    right: 5%;
	    transform: translateY(-50%);
	}
}

h1 {
	font-size: calc(var(--0875rem) * 2);
}

.itemAdded {
	border: 0.5px solid #179F1D !important;
	font-weight: bold;
	letter-spacing: 0.03em;
    white-space: nowrap!important;
	background-color: #179F1D;
	color: #fff;
}

.itemAdded:hover {
	background-color: #179F1D !important;
	box-shadow: 0 0 0 2px #179F1D !important;
	color: #fff !important;
}

.buttonLg {
	padding: 10px 30px;
}
.input-group-append>button {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.redButton {
	background-color: var(--rossyred);
	color: white;
	padding-left: 30px;
	padding-right: 30px;
}
.whiteBgButton {
	background-color: white;
	border: 0.5px solid var(--rossydarkgrey);
	color: var(--rossydarkgrey);
}

header { z-index: 10; }
#mainContent { z-index: 7; }
footer { z-index: 5; }


header li {
	list-style-type: none;
}
#headerTopInfoBar {
    background-color: var(--rossyblue);
    color: #FFFFFF;
    font-weight: var(--font-weight-medium);
    letter-spacing: 1px;
    line-height: 120%;
}
#headerTopInfoBar.specialMessage {
	background-color: var(--rossyred);
	position: sticky;
	text-align: center;
	top: 0;
	z-index: 9999;
}
#headerTopInfoBar.specialMessage,
#headerTopInfoBar.specialMessage a {
	color: white;
}
@media(max-width: 768px) {
	#headerTopInfoBar * {
	    font-size: 12px;
	}
	#headerTopInfoBar .row>* {
		height: 50px;
	}
	#headerTopInfoBar .infoIcon img {
		width: 35px;
	}
}
@media(min-width: 576px) {
	#headerTopInfoBar {
		height: 46px;
	}
}
@media(min-width: 1200px) {
	#headerTopInfoBar {
		height: 43px;
	}
}

#headerMainContent .logos {
	width: 250px!important;
}

.onHoverPopup {
	background-color: white;
	border-radius: 8px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
	display: none;
	left: 0px;
	padding: 8px 16px;
	position: absolute;
	top: 100%;
	text-align: left;
	z-index: 999999;
}
*:hover>.onHoverPopup {
    display: block;
}
#myAccountOptionsDropdown.onHoverPopup,
#geoRegionOptions.onHoverPopup,
#langOptions.onHoverPopup {
	left: auto;
	right: 0px;
}
.onHoverPopup a {
	cursor: pointer;
	display: block;
	padding: 7px;
	white-space: nowrap;
}
#geoRegionOptions .current {
	color: var(--rossyblue);
	cursor: default;
	font-weight: bold;
}
#myAccountOptionsDropdown a:hover,
#geoRegionOptions a:hover {
    background-color: var(--rossylightblue);
    border-radius: 5px;
}
#tabletLangOptions {
	border-top: 1px solid var(--rossygrey);
	display: block;
}
#tabletLangOptions .current,
#langOptions .current {
	color: lightgrey;
	cursor: default;
}

#backtotop {
    background-color: var(--rossyblue);
	border: 1px solid white;
    border-radius: 5px 0 0 5px;
    bottom: 15%;
    color: #FFFFFF;
    cursor: pointer;
    padding: 15px;
    position: fixed;
    right: -100%;
    z-index: 2;
	-webkit-transition: all 1s; /* Safari 3.1 to 6.0 */
    transition: all 1s!important;
}
#backtotop.open {
	right: 0px;
}

#trustSignals {
	font-size: var(--size-regular);
	margin-top: 10%;
}
#trustSignals .d-flex {
	justify-content: space-evenly;
}
#trustSignals img {
	height: 30px;
}
@media(min-width: 992px) {
	#trustSignals {
		font-size: var(--size-large);
	}
}


footer {
	border-top: 2px solid var(--rossylightgrey);
	font-size: 14px;
}
footer a,
footer a:hover {
	color: var(--rossyblack);
}
footer ul,
footer li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
footer li {
	letter-spacing: 0.03em;
	line-height: 130%;
	margin-bottom: 13px;
}
footer h4 {
	font-weight: 700;
	font-size: 16px;
}
footer .row .row {
	padding: 0;
}
footer .footerCopyrightLine {
	background-color: #F6F6F6;
}
footer .followUsContainer .fab {
	font-size: 130%;
}
footer .copyrightLevelMenu a {
	display: inline-block;
	padding: 0px 15px;
}
footer .copyrightLevelMenu a:first-child {
	padding-left: 0px;
}
footer .copyrightLevelMenu a:not(:first-child) {
	border-left: 1px solid var(--rossygrey);
}

@media(max-width: 576px) {
	footer .col-12>.row>.col-12:first-child {
		padding-top: 0px;
	}
	footer .row>.col-12 {
		padding-top: 5%;
		padding-bottom: 5%;
	}
	footer .container-fluid+.container-fluid .row>.col-12 {
		border-bottom: 1px solid var(--rossygrey);
	}
	footer .container-fluid+.container-fluid .row>.col-12:last-child {
		border-bottom: 0px;
	}
}
@media(min-width: 576px) {
	footer .browseFlyerContainer {
		position: relative;
	}
	footer .browseFlyerContainer button {
		position: absolute;
		bottom: 0px;
	}
}

/* ============= top information bar carousel ============  */
#topInformationBar:not(:has(.carousel-inner>*:nth-child(2))) .carousel-control {
	display: none;/* show controllers only if there are multiple slides */
}
#topInformationBar:has(.carousel-inner>*:nth-child(2)) .with-countdown {
	margin: auto 6%; /* if there is a carousel - add margin for controls */
}
#topInformationBar a:hover {
	text-decoration: none!important;
}
#topInformationBar .carousel-item {
	min-height: 35px;
}
#topInformationBar .carousel-control>* {
	background: none!important;
}
#topInformationBar .carousel-control {
	width: 5%;
}
#topInformationBar .generalShippingBillingTpInfoBar {
	background-color: var(--rossyblue);
}

/* ============= top information bar carousel ============  */

.topPageBanner {
	background-color: var(--rossyblue);
	color: white;
	position: relative;
}
.topPageBanner .topPageBannerText h1 {
	font-size: 24px;
}
.topPageBanner.bannerLess {
	background-color: white;
	color: var(--rossyblack);
}
.topPageBanner.bannerLess .topPageBannerText {
	padding: 5% 10px;
}
.topPageBanner.wBanner .topPageBannerText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 55%;
}
@media(min-width: 576px) {
	.topPageBanner.bannerLess .topPageBannerText {
		padding: 30px 20px;
	}
	.topPageBanner .topPageBannerText h1 {
		font-size: 32px;
	}
	.topPageBanner.wBanner .topPageBannerText {
	    left: 65%;
	}
}
@media(min-width: 1200px) {
	.topPageBanner.bannerLess .topPageBannerText {
		padding: 45px 20px;
	}
	.topPageBanner .topPageBannerText h1 {
		font-size: 40px;
	}
}

.categoryIconsCircle .catsBox {
	width: 150px;
	text-align: center;
}
.categoryIconsCircle a.black {
	color: #000000;
	text-decoration: none;
}
.categoryIconsCircle .catsBox .rounded-circle {
	background-color: var(--rossyblack);
	height: 95px;
	margin: auto;
    position: relative;
	width: 95px;
}
.categoryIconsCircle .catsBox .rounded-circle img {
	filter: invert(86%) sepia(68%) saturate(6663%) hue-rotate(340deg) brightness(105%) contrast(101%);
	height: 55px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 55px;
}
.categoryIconsCircle .catsBox[data-catid="15"] .rounded-circle img {
	left: 46%;
	top: 46%;
}

/* ============= clearance page ============  */
.clearanceContainer>* {
	margin-bottom: 10%;
}
.clearanceTopPLPBanner {
	background-color: var(--rossyblack);
	color: var(--rossyyellow);
    font-size: 35px;
	font-weight: var(--font-weight-bold);
    padding: 20% 1%;
	text-align: center;
}
@media(min-width: 571px) {
	.clearanceTopPLPBanner {
	    padding: 10% 1%;
	    font-size: 45px;
	}
}
@media(min-width: 992px) {
	.clearanceTopPLPBanner {
		font-size: 70px;
		padding: 5%;
	}
}
@media(min-width: 1200px) {
	.clearanceTopPLPBanner {
		font-size: 120px;
		padding: 10% 5%;
	}
}
/* ============= clearance page ends ============  */

/* ============= subscription container ============  */
#subscriptionContainer {
	background: rgb(63,178,229);
	background: radial-gradient(circle, rgba(63,178,229,1) 0%, rgba(0,149,207,1) 100%);
	color: white;
	text-align: center;
}
#subscriptionContainer>* {
	z-index: 2;
}
#subscriptionContainer>.rCurve {
	top: 0;
	height: 100%;
	right: 0;
	z-index: 0;
}
#subscriptionContainer h3 {
	font-size: calc(var(--0875rem) * 2);
	font-weight: var(--font-weight-regular);
}
#subscriptionContainer h3+div {
	font-size: calc(var(--0875rem) * 1.3);
}

@media all and (max-width: 767px) {
	#subscriptionContainer .rCurve {
		display: none;
	}
	
	#newsletterSubscriptionFrm input, #newsletterSubscriptionFrm button {
		width: 80%;
	}
	
	#newsletterSubscriptionFrm input.form-control {
		margin: 0 auto 10px !important;
	}
}
/* ============= subscription container ends ============  */

/* ============= deals page ============  */
.liquidationContainer>* {
	margin-bottom: 8%;
}
.liquidationTopPLPBanner {
	background-color: var(--rossyblue);
	color: var(--rossywhite);
}
.liquidationTopPLPBanner h1 {
    font-size: 35px;
	font-weight: var(--font-weight-medium);
	text-align: center;
}
.liquidationContainer .categoryIconsCircle .catsBox .rounded-circle {
	background-color: var(--rossyblue);
}
.liquidationContainer .categoryIconsCircle .catsBox .rounded-circle img {
	filter: invert(100%);
}
@media(min-width: 992px) {
	.liquidationTopPLPBanner h1 {
		font-size: 40px;
	}
}
.priceBox {
	background-color: var(--rossyblue);
    border-radius: 0.25rem;
	color: var(--rossywhite)!important;
	font-size: 24px;
	height: 150px;
	line-height: 28px;
	width: 150px;
}
.priceBox:hover {
    outline: 2px solid var(--rossyblue);
}
.priceBox a span {
	display: block;
	font-size: 40px;
	font-weight: var(--font-weight-medium);
	line-height: 45px;
}
.priceBox a,
.priceBox a:hover {
	color: white;
	text-decoration: none;
}
/* ============= deals page ends ============  */

.departments .catBeatyShot {
	aspect-ratio: 170 / 150;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid white;
	border-radius: 8px;
	width: 100%;
}
.departments .cats>* {
	width: 170px;
}
.departments.subcategories .catBeatyShot {
	aspect-ratio: 1/1;
	padding: 3px;
	width: 120px;
}
.departments.subcategories .cats>* {
	border: 1px solid transparent;
	border-radius: 8px;
	width: 120px!important;
}
.departments.subcategories * {
	color: var(--rossyblack);
}
.departments.subcategories .cats>*:hover {
	border: 1px solid var(--rossyblue);
}

@media(min-width: 1200px) {
	.departments.subcategories .cats>* {
		width: 126px!important;
	}
}
@media(min-width: 1920px) {
	.departments .cats>* {
		width: 206px;
	}
	.departments .catBeatyShot {
		aspect-ratio: 206 / 180;
	}
	.departments .title {/* replicate t1 */
		font-size: var(--size-large);
		line-height: 22px;
}
}

/* ================================= CLS support =========================== */
[style*="--aspect-ratio"] > :first-child {
	width: 100%;
}
[style*="--aspect-ratio"] > img {  
	height: auto;
} 
@supports (--custom:property) {
	[style*="--aspect-ratio"] {
		position: relative;
		display: block;
	}
	[style*="--aspect-ratio"]::before {
		content: "";
		display: block;
		padding-bottom: calc(100% / (var(--aspect-ratio)));
	}  
	[style*="--aspect-ratio"] > :first-child {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
}
/* ================================= CLS support =========================== */

/* ================================== side menu ============================ */
/* ========================= used in my account and policies =============== */
.sideMenu * {
	-webkit-transition: all 0.3s; /* Safari 3.1 to 6.0 */
    transition: all 0.3s!important;
}
.sideMenu .list-group-item {
	cursor: pointer;
}
.sideMenu .current {
    background-color: #F6F6F6;
    color: var(--rossyblue);
    font-weight: bold;
    text-decoration: underline;
}
.sideMenu h4 {
    margin-bottom: 2.8rem;
}

.sideMenu .card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
}

.sideMenu .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sideMenu .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media all and (max-width: 767px) {
    .sideMenu .card {
        border: 0 none;
    }
    
    .sideMenu .card > .list-group:first-child .list-group-item {
        border: 1px solid rgba(0,0,0,.125);
        margin-left: 5px;     
    }
    
    .sideMenu .card > .list-group:first-child .list-group-item:first-child {
        margin-left: 0;
    }
}


/* ================================== banners start ============================ */
.promoBanners .overlay {
	position: absolute;
	text-wrap: balance;
}
.promoBanners .overlay.half-transp-white-bg {
	background-color: rgba(255,255,255,0.7);
}
.promoBanners .overlay.v-bottom { bottom: 0; width: 100%; }
.promoBanners .overlay.v-center { top: 50%; transform: translateY(-50%); }
.promoBanners .overlay.v-top { top: 0; width: 100%; }
.promoBanners .overlay.h-center { left: 50%; transform: translateX(-50%); }
.promoBanners .overlay.v-center.h-center { transform: translate(-50%,-50%); }
.promoBanners>* {
	margin-bottom: 15px;
	margin-top: 15px;
}
/*.promoBanners .overlay .title {
	font-size: 140%;
	font-weight: bold;
}*/
.promoBanners a .overlay .title {
	color: var(--rossydarkgrey);
}
.promoBanners .overlay .subtitle {
	color: #FF0000;
}
.promoBanners .overlay.white .subtitle {
		color: #FFDD01;
}
.promoBanners .overlay button {
	background-color: var(--rossylinkblue);
	border-color: var(--rossylinkblue);
	font-weight: 500;
}
#topNavigationDropdownsContainer .promoBanners .overlay .title {
	font-size: 180%;
}
#topNavigationDropdownsContainer .promoBanners .overlay .subtitle {
	font-size: 140%;
}
/* ================================== banners end ============================ */

/* ================================== search ============================ */
.breadcrumsContainer {
	background-color: var(--rossylightgrey);
}
.breadcrumsContainer a {
	color: var(--rossydarkgrey);
	display: inline-block;
	padding: 3px 10px;
	position: relative;
	margin-right: 20px;
	white-space: nowrap;
}
.breadcrumsContainer a:first-child {
	padding-left: 0px;
}
@media(min-width: 768px) {
	.breadcrumsContainer a {
		padding: 10px;
	}
	.desktopFilters {
		padding-top: 15px;
		position: sticky;
		top: 120px;
	}
	body.withInfoBarSpecialMessage .desktopFilters {
		top: 163px;
	}
}
.breadcrumsContainer a.current {
	color: var(--rossygrey);
}
.breadcrumsContainer a:not(:last-child):after {
    content: '|';
    position: absolute;
    right: -13px;
}

.childrenCategories a {
	color: var(--rossydarkgrey);
	text-decoration: none;
}
.childrenCategories .d-flex {
	font-size: 14px;
	font-weight: 700;
}
.childrenCategories .d-flex span {
	border-bottom: 3px solid var(--rossydarkgrey);
}
.childrenCategories .childrenCategory:hover .d-flex span {
	border-bottom-color: var(--rossyblue);
}

.filtersContainer {
	/*position: -webkit-sticky;
	position: sticky;*/
	top: 10px;
}
.filtersContainer a {
	color: var(--rossydarkgrey);
}
.filtersContainer h4 {
	font-size: 1rem;
	color: black;
}
.filterContainer h5 {
	font-size: var(--size-regular);
	color: black;
	cursor: pointer;
	position: relative;
}
.filterContainer h5 .upArrow {   
    background-color: white;
    bottom: -4px;
    box-shadow: -3px 3px 0 black;
    display: inline-block;
    height: 10px;
    transform: rotate(-225deg);
    width: 10px;
}

.filterContainer h5.collapsed .upArrow {
    bottom: 10px;
    transform: rotate(-45deg);
}

.filterContainer h5 .fas,
.filterContainer h5 .upArrow {
	position: absolute;
	right: 15px;
}


.filterContainer h5[aria-expanded="true"] .fas {
	transform: rotate(180deg);
}
.filterContainer .list-group-item {
    background-color: transparent;
    border: 0px;
    color: var(--rossydarkgrey);
    font-size: var(--0875rem);
    padding: 7px 0 0;
}
.filterContainer .list-group-item:hover {
    font-weight: bold;
}
.filterContainer .list-group-item.current,
.filterContainer .list-group-item.current .badge {
	color: black;
	font-weight: bold;
}
.filterContainer .list-group.wSubs {
	position: relative;
}
.filterContainer .list-group.wSubs .list-group.sub {
	display: none;
}
.filterContainer .list-group.wSubs:before {
	content: '+';
	display: inline-block;
	position: absolute;
	left: -10px;
	top: 5px;
}
.filterContainer .list-group.sub {
	margin-left: 15px;
}
.filterContainer .list-group.sub a {
	font-size: 13px;
}
.filterContainer .list-group-item .badge {
    background-color: transparent;
    color: grey;
    font-size: 14px;
    font-weight: normal;
}
.filterContainer .list-group-item .colorBadge {
    border: 1px solid darkgray;
    border-radius: 10%;
	display: inline-block;
	height: 40px;
	width: 40px;
}
.colors>* {
	display: inline-block;
	width: 45px;
}

.filterByContainer {
    border-top: 1px solid #CCCCCC;    
}

.filterByContainer h5 {
    font-weight: normal;
}

.filterByContainer ul .subs.open>ul.level0 {
	max-height: 310px;
	overflow-x: scroll;
}
.filterByContainer ul .subs.open>ul.level0::-webkit-scrollbar-track { background-color: #FFF; }
.filterByContainer ul .subs.open>ul.level0::-webkit-scrollbar { width: 5px; background-color: #FFF; }
.filterByContainer ul .subs.open>ul.level0::-webkit-scrollbar-thumb { border-radius: 10px; background-color: var(--rossyblue); }

.sortByFilter #sortBy,
.perPageOption #perPageOption {
    display: inline-block;
    margin-left: 15px;
    width: auto;
}

.appliedFilters>* {
	color: var(--rossygrey);
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 15px;
	white-space: nowrap;
}
.appliedFilters a {
	border: 1px solid var(--rossygrey);
	border-radius: 3px;
	padding: 4px 30px 4px 8px;
	position: relative;
}
.appliedFilters a:after {
	content: '+';
	position: absolute;
	right: 10px;
	transform: rotate(45deg) scale(1.5);
}
.appliedFilters a:hover {
	color: var(--rossygrey);
}

.productsListingContainer .resultsBar {
    align-items: center;
    padding: 0 15px 4rem;
}

.productsListingContainer .results {
    width: 100%;
    text-align: right;
}

.pagingBar a {
	color: var(--rossydarkgrey);
}
.pagingBar .current {
	background-color: var(--rossyblue);
	color: white;
}

.itemBox {
	font-size: 14px;
	padding-bottom: 5%;
	position: relative;
	text-align: left;
}
.productsListing.singleRowListing .itemBox {
	padding-bottom: 0;
}
body.item .productsListing.singleRowListing .itemBox {
	padding-bottom: 5%;
}

.seoSupportingText {
	font-size: var(--0875rem);
}
.seoSupportingText h2,
.seoSupportingText h3 {
	font-size: calc(var(--0875rem) * 1.25);
}

.catalogBadges {
	left: 0;
	padding-top: 8px;
	position: absolute;
	text-align: left;
	top: 0;
	z-index: 1;
}
.catalogBadges>*:first-child {
	display: block;
}
.productShot:hover .catalogBadges {
	display: none;
}
.catalogBadge {
	background-color: #5482BD;
	border-radius: 3px;
	color: white;
	display: inline-block;
	padding: 3px 6px;
}
.catalogBadge.lowStock {
	margin-bottom: 4px;
}
.catalogBadge.newArrival,
.catalogBadge.saleItem,
.catalogBadge.specialPromotion {
	background-color: var(--rossyred);
}
.catalogBadge.newArrival { 
	background-color: var(--rossydarkgrey);
}
.catalogBadge.specialPromotion {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	line-height: 12px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 13px;
	text-align: center;
	width: 64px;
}
.catalogBadge.clearance {
	background-color: var(--rossyyellow);
	color: black;
}

.itemBox a {
	color: var(--rossydarkgrey);
}
.itemBox .price {
	font-size: var(--size-large);
	font-weight: var(--font-weight-bold);
    display: flex;
    align-items: center;
}
.itemBox .price>* {
	display: inline-block;
	margin-right: 15px;
}
.itemBox a:hover {
	text-decoration: none!important;
}
.itemBox a.title:hover,
.itemBox a:hover .price>*:first-child {
	text-decoration: underline!important;
}
.itemBox .price>*:first-child:not(.retailPrice) {
	color: var(--rossyred);
}
.itemBox .price>*:nth-child(n+2) {
	font-size: var(--size-regular);
    text-decoration: line-through;
}
.itemBox .specialPromoTitle {
	font-size: var(--size-small);
	font-weight: var(--font-weight-bold);
	color: var(--rossyred);
	padding-top: 2px;
}
.itemBox .actions {
	position: relative;
}
/*.itemBox .actions button:not(:disabled):hover {
	background-color: var(--rossyblue);
	color: white;
}*/
.itemBox .actions button {
    padding: 10px 0px;
}

.itemBox .actions button.whiteBgButton {
    border-color: #B6C9E3;
    color: var(--rossyblue);
}
.itemBox .actions button.whiteBgButton:hover {
    background-color: white;
    border-color: var(--rossyblue);
    color: var(--rossyblue);
}

/*.itemBox .actions .blueButton:hover {
    box-shadow: 0 0 0 2px var(--rossyblue);
}*/
.itemBox .addedToCartConf {
	background-color: rgba(255,255,255,0.9);
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.itemBox .cartQtyBadge {
	background-color: var(--rossylightblue);
	border: 1px solid var(--rossygrey);
	border-radius: 5px;
	color: var(--rossyblue);
	cursor: pointer;
	padding: 5px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: -10px;
	z-index: 9;
}
.itemBox .cartQtyBadge>* {
	display: block;
}
.itemBox .cartQtyBadge .removeFromCartBadge {
    background: rgba(255,255,255,0.8);
	color: red;
	display: none;
	position: absolute;
	top: -10px;
	right: -10px;
    padding: 0px 5px;
}
.itemBox .cartQtyBadge:hover .removeFromCartBadge {
	display: block;
}
.itemBox .inStoreAvailabilityContainer {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.12);
    position: absolute;
    background-color: white;
    top: 0;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 10px;
    padding: 0 10px;
    z-index: 5;
}

.colorswatch.color10009, .colorswatch.colorAqua { background-color: #00FFFF; }
.colorswatch.color661, .colorswatch.colorBeige { background-color: #D2B48C; }
.colorswatch.color658, .colorswatch.colorBlack { background-color: #000000; }
.colorswatch.color659, .colorswatch.colorBlue { background-color: #0000FF; }
.colorswatch.color667, .colorswatch.colorBrown { background-color: #964B00; }
.colorswatch.color9998, .colorswatch.colorBurgundy { background-color: #800020; }
.colorswatch.color10029, .colorswatch.colorCharcoal { background-color: #61696E; }
.colorswatch.color10020, .colorswatch.colorCognac { background-color: #CC5500; }
.colorswatch.color10000, .colorswatch.colorCoral { background-color: #FF7F7F; }
.colorswatch.color10012, .colorswatch.colorDarkGreen { background-color: #1a4314; }
.colorswatch.color9980, .colorswatch.colorDarkGrey { background-color: #404040; }
.colorswatch.color9951, .colorswatch.colorFuschia { background-color: #FF0080; }
.colorswatch.color655, .colorswatch.colorGreen { background-color: #5a9e4b; }
.colorswatch.color5046, .colorswatch.colorGrey { background-color: #808080; }
.colorswatch.color9952, .colorswatch.colorIndigo { background-color: #4B0082; }
.colorswatch.color10024, .colorswatch.colorIvory { background-color: #FFFDD0; }
.colorswatch.color9885, .colorswatch.colorLightBlue { background-color: #89CFF0; }
.colorswatch.color10022, .colorswatch.colorLightBrown { background-color: #CD7F32; }
.colorswatch.color10014, .colorswatch.colorLightGreen { background-color: #A6FBB2; }
.colorswatch.color9981, .colorswatch.colorLightGrey { background-color: #D3D3D3; }
.colorswatch.color10018, .colorswatch.colorLightOrange { background-color: #FFBF00; }
.colorswatch.color9886, .colorswatch.colorLightPink { background-color: #FFB6C1; }
.colorswatch.color10015, .colorswatch.colorLightYellow { background-color: #FFFF9F; }
.colorswatch.color9982, .colorswatch.colorMauve { background-color: #E0b0FF; }
.colorswatch.color10017, .colorswatch.colorMustard { background-color: #E1AD01; }
.colorswatch.color9887, .colorswatch.colorNavyBlue { background-color: #000080; }
.colorswatch.color10025, .colorswatch.colorOffWhite { background-color: #FAF9F6; }
.colorswatch.color5048, .colorswatch.colorOrange { background-color: #FD9308; }
.colorswatch.color654, .colorswatch.colorPink { background-color: #e75480; }
.colorswatch.color5049, .colorswatch.colorPurple { background-color: #A020F0; }
.colorswatch.color656, .colorswatch.colorRed { background-color: #FF0000; }
.colorswatch.color9953, .colorswatch.colorTeal { background-color: #008080; }
.colorswatch.color652, .colorswatch.colorWhite { background-color: #FFFFFF; -webkit-box-shadow: inset 0px 0px 0px 1px #7D7D7D; 
box-shadow: inset 0px 0px 0px 1px #7D7D7D; }
.colorswatch.color653, .colorswatch.colorYellow { background-color: #FFEB2A; }
.colorswatch.color15228, .colorswatch.colorTurquoise { background-color: turquoise; }

/*.colorswatch.colorMulti-Colour { background-image: URL(/images/misc/color-swatch-multicolor.gif); background-repeat: no-repeat; background-size: cover; }*/
.inStoreAvailabilityData.loading {
	text-align: center;
}
.inStoreAvailabilityData .storesList {
	overflow: auto;
	position: absolute;
	top: 25px;
	padding: 0 10px;
	bottom: 0;
    left: 10px;
    right: 10px;
}
.inStoreAvailabilityData .storesList::-webkit-scrollbar-track { background-color: #FFF; }
.inStoreAvailabilityData .storesList::-webkit-scrollbar { width: 5px; background-color: #FFF; }
.inStoreAvailabilityData .storesList::-webkit-scrollbar-thumb { border-radius: 10px; background-color: var(--rossyblue); }

.inStoreAvailabilityData .storesList>*:not(:first-child) {
	border-top: 1px solid var(--rossylightgrey);
}
.inStoreAvailabilityData .storesList>*:first-child {
	margin-top: 0px!important;
	padding-top: 0px!important;
}
.inStoreAvailabilityData .fa-route {
	transform: scale(1.5);
}
@media(max-width: 768px) {
	body.search .productsListing .itemBox {
	    padding-right: 5px;
	    padding-left: 5px;
	}
    
    .sortByFilter #sortBy {
        margin-left: 0;
    }
    
    .productsListingContainer .resultsBar {
        align-items: flex-start;
        padding: 0 0 1.5rem;
    }
}
@media(min-width: 768px) {
	.itemBox .actions button {
	    padding: 10px 16px;
	}
}



.productInfoContainer .prices {
	font-size: var(--size-xlarge);
}
.productInfoContainer .prices>* {
	margin-right: 15px;
}
.productInfoContainer .prices>*:empty {
	display: none;
}
.productInfoContainer .prices.regular {
	font-weight: var(--font-weight-bold);
}
.productInfoContainer .prices.specialPromotion>*.specialPromotion,
.productInfoContainer .prices.sale>*.sale {
	color: var(--rossyred);
	font-weight: var(--font-weight-bold);
}
.productInfoContainer .prices.specialPromotion>*:nth-child(n+2),
.productInfoContainer .prices.sale>*.retail {
	font-size: var(--size-large);
	text-decoration: line-through;
}
.productInfoContainer .prices.onSale .retail {
	font-size: 90%;
}
.productInfoContainer .prices.onSale .sale {
	font-size: 110%;
}
#youMayAlsoLikeContainer {
	margin-top: 10%;
}

#profilePopup {
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
#profilePopup>* {
	background-color: white;
	border-radius: 10px;
	padding: 10px 5% 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
#profilePopup label {
	margin-bottom: 0px;
}
#profilePopup .close {
	position: absolute;
	right: 20px;
	transform: scale(1.5);
}
.myStoreBtnContainer button>span {
	display: none;
}
.myStoreBtnContainer button.selected>span {
	display: inline-block;
}
.myStoreDetailsBtn {
	line-height: 14px;
}
.myStoreDetailsBtn:hover,
.myStoreDetailsBtn:hover * {
	text-decoration: none;
}
.myStoreBtn.selected:hover img[src$=".svg"] {
    filter: brightness(100%) invert(100%) sepia(100%) !important;
}

/* ===================== checkout ===================== */
.checkoutStepsSection {
    margin-bottom: 4rem;
}
.checkoutStepsContainer {
	position: relative;
}
.checkoutStepsContainer:before {
	border-top: 1px solid var(--rossyblue);
	content: ' ';
    position: absolute;
    top: 27px;
    left: 7%;
    right: 5%;
    z-index: -1;
}
.circleStepContainer>* {
	background-color: white;
	border: 1px solid var(--rossyblue);
	border-radius: 50%;
	font-weight: bold;
	height: 55px;
	line-height: 170%;
	padding: 0.5rem;
	width: 55px;
}
.checkoutStep {
    color: var(--rossyblue);
}
.checkoutStep.selected {
	font-weight: bold;
}
.checkoutStep.selected .circleStepContainer>* {
	background-color: var(--rossyblue);
	color: white;
}
.checkoutStepName {
    font-size: 14px;
    margin-top: 20px;
}
.unitQtyControls {
    background-color: var(--rossyblue);
    border: 1px solid transparent;
    border-radius: 4px;
	max-width: 130px;
	white-space: nowrap;
}
.unitQtyControls .input-group-prepend button,
.unitQtyControls .input-group-append button {
	font-size: 20px;
	line-height: 1px;
	padding: 0px 5px;
	z-index: auto;
}
.unitQtyControls .input-group-text {
	background-color: var(--rossyblue);
	border-color: var(--rossyblue);
	font-size: 11px!important;
	padding-left: 0.6em!important;
	padding-right: 0.6em!important;
}
.unitQtyControls input {
	border-color: var(--rossyblue);
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
.unitQtyControls input[type=number]::-webkit-outer-spin-button,
.unitQtyControls input[type="number"]::-webkit-inner-spin-button { /* hide up/down arrows */
	-webkit-appearance: none;
	-moz-appearance:textfield;
	margin: 0;
}
.unitQtyControls input[type=number],
.unitQtyControls input[type="number"] { /* hide up/down arrows */
	-moz-appearance:textfield;
}
.unitQtyControls .input-group-prepend .btn {
    border-radius: 0;
}
.unitQtyControls .input-group-append .btn {
    border-radius: 0;
}
.unitQtyControls.at-min .input-group-prepend button,
.unitQtyControls.at-max .input-group-append button {
	color: grey!important;
	cursor: default;
}

body.checkout .input-group > .form-control:not(:first-child),
body.checkout .input-group > .form-control:not(:last-child) {
    border-radius: 4px;
}

.list-group-flush .list-group-item {
    border-top: 0;    
}

.checkoutHeader {
    color: var(--rossyblue);
    font-size: 1.7rem;
    font-weight: bold; 
}

.shoppingCartHeader {
    margin-bottom: 3rem;
}

th {
    color: var(--rossyblue);
}

#shoppingCartTable tr {
    display: flex;
    flex-wrap: wrap;   
}

#shoppingCartTable.table td, 
#shoppingCartTable.table th {
    border-top: 1px solid #A2A2A2;
}

#shoppingCartTable td {
    display: block;    
}

#shoppingCartTable .itemName {
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
}

#shoppingCartTable .itemName:hover {
    color: var(--rossyblue);
    text-decoration: none;
}

#shoppingCartTable .description ul {
    padding-left: 15px;
}

#shoppingCartTable .qtyColumn {
	position: relative;
}
.confirmRemoveItemFromOrderContainer {
	background-color: rgba(255,255,255,0.9);
	bottom: 0;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	z-index: 5;
}
.CC_typeIcon i {
	position: absolute;
	top: -5px;
}
.selectableDropdown {
	position: relative;
}
.selectableDropdown .selectableDropdownSelected {
	border: 1px solid lightgray;
}
.selectableDropdown .selectableDropdownList {
	background-color: white;
	border: 1px solid lightgray;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 12px;
	height: 200px;
	display: none;
	left: 0;
	overflow-y: scroll;
	padding: 0px;
	position: absolute;
	top: 0;
	z-index: 9;
	width: 100%;
}
.selectableDropdown.hover .selectableDropdownList {
	display: block;
}
.selectableDropdown .selectableDropdownList::-webkit-scrollbar-track { background-color: #FFF; }
.selectableDropdown .selectableDropdownList::-webkit-scrollbar { width: 10px; background-color: #FFF; }
.selectableDropdown .selectableDropdownList::-webkit-scrollbar-thumb { border-radius: 15px; background-color: var(--rossyblue); }
.selectableDropdown .selectableDropdownList>* {
	border-top: 1px solid var(--rossylightgrey);
	cursor: pointer;
	padding: 10px 15px;
}
.selectableDropdown .selectableDropdownList>*:first-child {
	border-top: 0px;
}
.selectableDropdown .selectableDropdownList>*:hover {
	background-color: var(--rossyblue);
	color: white;
}
.promocodeMsg.promoApplied1 {
	color: var(--success);
}
.promocodeMsg.promoApplied0 {
	color: var(--danger);
}
.orderCalculUpdatePendingOverlay {
	background: rgba(255,255,255,0.7);
	border: 1px solid lightgray;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.orderCalculUpdatePendingOverlay>* { /* spinner*/
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translatex(-50%);
}

.freeShippingInfoBox {
    align-items: center;
    border: 1px solid var(--rossyblue);
    color: var(--rossyblue);
    display: flex;
    justify-content: center;
    margin-bottom: 27px;
    padding: 15px 20px;
    text-align: center;
    min-height: 80px;
    text-wrap: balance;
}

.promocodeContainer {
    border-bottom: 0;
    margin-bottom: 0;
    padding: .75rem 1.25rem;
}
.promocodeContainer input[type=text] {
	background: transparent;
	padding-left: 10px;
}
.promocodeContainer .promocodeResult {
	display: block;
	padding: 5px 5px 0px 12px;
}

/* .promocodeFld {
	border: 1px solid lightgrey;
}
.promocodeFld>* {
	border: 0px;
} */
.promocodeFld>*:first-child {
	width:40%;
}
.promocodeFld span.removePromocodeLink,
.promocodeFld button {
	float: right;
	margin-left: 10px;
}
.promocodeFld span.removePromocodeLink {
    line-height: 50px;
}
.promocodeFld button {
	letter-spacing: 0.1em;
}

.stickyOrderSummary .card {
    border-radius: 0;
}

.stickyOrderSummary .largeTotal {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1.5rem 0;
}

.cardsAcceptedContainer {
    border-top: 0;
    padding: .75rem 1.25rem;
}

.addToGetFreeShipping {
    color: var(--rossyblue);
}

.stickyOrderSummary .btn-primary:hover {
    background-color: var(--rossyblue);
    box-shadow: 0 0 0 2px var(--rossyblue)!important;
}

.regLoginBoxes label {
    font-weight: bold;
}

.orContainer hr {
    background-color: #D0D0D0;
    color: #D0D0D0;
    margin-bottom: 4rem;
    margin-top: 4rem;        
}

.forgotPasswordLink {
    text-decoration: underline;
}

.checkoutHeader h4 {
    font-size: 1.7rem;
    font-weight: bold;
}

#inOrderPayments .checkoutHeader h4 {
    margin-bottom: -0.7rem;
}

.inOrderAddresses label,
#inOrderPayments label,
.createAccountAfter #passwordFields label {
    font-weight: bold;
    margin: 1rem 0 0;
}

.inOrderAddresses .sameAsBill label {
    font-weight: normal;
    margin: 0 0 1.5rem;    
}

.inOrderAddresses input {
    margin-bottom: 0;
}

.inOrderAddresses #Baddress2 {
    margin-top: 0.5rem;
}

#inOrderShipping .checkoutFormHeader,
#inOrderPayments .checkoutFormHeader {
    margin-top: 4rem;
}

#shippingOptionsContainer .card {
    margin-top: 1rem;
}
#shippingOptionsContainer .card:first-child {
    margin-top: 0;
}

#shippingOptionsContainer .card-body {
    padding: 0.5rem 1.25rem;
}

#pickupShippingOption .selectableDropdownSelected {
    padding: 0 15px;
}

#threeDSecureChallengeContainer {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999;
}
#threeDSecureChallengeContainer .wrapper {
	background-color: rgba(0,0,0,0.7);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;	
}
#threeDSecureChallengeContainer form {
	display: none;
}
#threeDSecureChallengeContainer .threeDSecureFrameContainer {
	background-color: white;
	height: 390px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 400px;
	z-index: 2;
}
@media(min-width: 768px) {
	#threeDSecureChallengeContainer .threeDSecureFrameContainer {
		height: 400px;
		width: 600px;
	}
}
#threeDSecureChallengeContainer iframe {
	border: 0px;
	height: 100%;
	width: 100%;
}

#paymentInfoCC.withCreditCardSelection {
    margin-top: 1.2rem;
}

.subscribeToNewsletter h4 {
    color: var(--rossyblue);
    font-size: 1.7rem;
    font-weight: bold;
    margin-top: 4rem;
}

#paymentOptionSezzleBlock:not(.sezzleBadgeContainerCheckOutdisabledDiv) .sezzleBadgeContainerCheckOutdisabledText { display: none; }


@media(max-width: 991px) {
    #shoppingCartTable .itemTotalColumn {
        font-weight: bold;
        text-align: right;
    }
}

@media(max-width:576px) {
    #shoppingCartTable .hidden-xs {
        display: none;
    }
    
    #shoppingCartTable.table td.qtyColumn,
    #shoppingCartTable.table td.itemTotalColumn {
        border-top: 0;
    }    
    
	.promocodeFld span.removePromocodeLink,
	.promocodeFld button {
		padding: 0px 15px;
	}
	.promocodeFld button:before {
		margin-left: -15px;
	}
}

@media(min-width: 576px) {
	.unitQtyControls .input-group-prepend button,
	.unitQtyControls .input-group-append button {
		padding: 0px 10px;
	}
}
@media(min-width: 992px) {
	#shoppingCartTable td {
		vertical-align: middle;
	    padding-bottom: 20px;
	    padding-top: 20px;
	}
	#shoppingCartTable .imageColumn {
		width: 150px;
	}
	#shoppingCartTable .qtyColumn {
		width: 200px;
	}
	#shoppingCartTable .itemTotalColumn {
		font-weight: bold;
		text-align: right;
		width: 100px;
	}
	.stickyOrderSummary {
		position: -webkit-sticky;
		position: sticky;
		top: 50px;
	}
    
    #orderContainer .regLoginBoxes {
        margin-top: 108px;
    }
    .stickyOrderSummary .largeTotal {
    	font-size: 2rem;
   	}
}
/* ===================== checkout ends ===================== */

/* ================= brands ===================== */
#brandsAccordion .card-body>* {
	border-bottom: 1px solid var(--rossyblue);
}
#brandsAccordion .card-header {
	position: sticky;
	top: 0px;
	z-index: 1;
}
#brandsAccordion .brandCard {
	border: 0;	
}
#brandsAccordion .brandCard .header {
	background-color: var(--rossylightblue);
	border-left: 1px solid white;
}
#brandsAccordion .list-group-item {
	border: 0px;
	padding: 3px 6px 6px;
	line-height: 110%;	
}
@media(min-width: 1200px) {
	#brandsAccordion .card-body>* {
		max-width: 12.5%!important;
	}
}
/* ================= brands end ===================== */

/* ================================================= */
/* ================ Quick View Section ============= */
/* ================================================= */
.productShotsContainer * {
	-webkit-transition: all 0.3s; /* Safari 3.1 to 6.0 */
    transition: all 0.3s!important;
	vertical-align: top;
}

.productShotsContainer .thumb {
	cursor: pointer;
	background-color: #fff;
}

.productShotsContainer .scroll::-webkit-scrollbar {
	display: none;
}

.productShotsContainer .thumbs {
	position: relative;
}
.productShotsContainer .thumbsContainer {
	width: 100%;
}
.productShotsContainer .thumbs .scroll::-webkit-scrollbar-track {
	background-color: #FFF;
}
.productShotsContainer .thumbs .scroll::-webkit-scrollbar {
	height: 8px;
	background-color: #FFF;
}
.productShotsContainer .thumbs .scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: var(--rossyblue);
}
.productShotsContainer .thumbs .thumb.current, .productShotsContainer .thumbsList .thumb.current {
	border-color: black!important;
}
.productShotsContainer .thumbs .thumb,
.productShotsContainer .thumbs .controls {
	cursor: pointer;
}

.itemBox [data-coloritemid],
.colorsSelectionContainer [data-coloritemid] {
	border: 1px solid var(--rossygrey);
    border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 1px;
    margin: 3px 0 0;
	height: 30px;
	width: 30px;
}
.itemBox [data-coloritemid].selected,
.colorsSelectionContainer [data-coloritemid].selected {
	outline-width: 1px;
	outline-style: solid;
	outline-offset: 2px;
}
.colorsSelectionContainer [data-coloritemid].disabled {
	cursor: not-allowed;
	position: relative;
}
.colorsSelectionContainer [data-coloritemid].disabled:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	background: var(--rossygrey);
	height: 2px;
	transform: translateY(-50%);
}
/* color swatches exceptions to have different strike line */
.colorsSelectionContainer [data-coloritemid].color9981.disabled:after, /*Light Grey*/
.colorsSelectionContainer [data-coloritemid].color661.disabled:after, /*Beige*/
.colorsSelectionContainer [data-coloritemid].color10018.disabled:after, /*Light Orange*/
.colorsSelectionContainer [data-coloritemid].color9886.disabled:after, /*Light Pink*/
.colorsSelectionContainer [data-coloritemid].color9982.disabled:after, /*Mauve*/
.colorsSelectionContainer [data-coloritemid].color9885.disabled:after, /*Light Blue*/
.colorsSelectionContainer [data-coloritemid].color10017.disabled:after /*Mustard*/
 {
	background: #F1F1F1;
}

.productShotsContainer .imageContainer .detailImg .direction {
	width: 10%;
	box-sizing: border-box;
}

.productShotsContainer .imageContainer .detailImg #mainProductShot {
	width: 100%;
	box-sizing: border-box;
}

/*.productInfoContainer .addToCartBtn,
.productInfoContainer .proceedToCheckoutBtn
{
	width: 100%;
	white-space: pre-wrap;
} */
.colorsSelectionContainer legend,
.serieOptionSelectionContainer legend,
[data-percoloractions] legend,
.AddToCartQuickView legend {
    font-size: 1rem;
}
.serieOptionSelectionContainer span {
	overflow: hidden;
	position: relative;
}
.serieOptionSelectionContainer:not(.colorsSelectionContainer) span.disabled { /* diagonal strike-through */
	background: 
         linear-gradient(to top right,
             rgba(0,0,0,0) 0%,
             rgba(0,0,0,0) calc(50% - 0.8px),
             rgba(0,0,0,1) 50%,
             rgba(0,0,0,0) calc(50% + 0.8px),
             rgba(0,0,0,0) 100%);
}
.serieOptionSelectionContainer [data-sizeitemid] {
	border: 1px solid var(--rossyblue);
	border-radius: 4px;
	color: black;
	display: inline-block;
    margin: 0 6px 3px 0px;
	padding: 2px 7px;
}
.serieOptionSelectionContainer.stylesSelectionContainer span.disabled {
	display: none;
}
/* hide 'size not available' btn if all sizes disabled */
.serieOptionSelectionContainer.sizesSelectionContainer:not(:has(.sizesSelection>*:not(.disabled))) .sizeNotAvailableBtn {
	display: none;
}

body.mobile .modal-body .serieOptionSelectionContainer [data-sizeitemid] {
	font-size: 14px;
}
body.mobile .modal-body .sizesSelection {
	max-height: 65px;
	overflow-y: auto;
}
body.mobile .modal-body .sizesSelection::-webkit-scrollbar-track { background-color: #FFF; }
body.mobile .modal-body .sizesSelection::-webkit-scrollbar { width: 8px; background-color: #FFF; }
body.mobile .modal-body .sizesSelection::-webkit-scrollbar-thumb { border-radius: 10px; background-color: var(--rossyblue); }

.serieOptionSelectionContainer [data-sizeitemid]:not(.disabled) {
	cursor: pointer;
}
.serieOptionSelectionContainer [data-sizeitemid].disabled {
	cursor: not-allowed;
}

.serieOptionSelectionContainer [data-sizeitemid]:not(.disabled):hover {
	border: 1px solid white;
    box-shadow: 0 0 0 1px var(--rossyblue);
    text-decoration: none;
}
.serieOptionSelectionContainer [data-sizeitemid].selected {
	background-color: var(--rossyblue);
	color: white;
}

.serieOptionSelectionContainer [data-sizeitemid].selected:hover {
    border: 1px solid var(--rossyblue);
    box-shadow: 0 0 0 1px var(--rossyblue);
}

.modal#itemQuickView .modalStyler {
	overflow: hidden;
}

.itemBox .productShot {
	aspect-ratio: 1 / 1;
	position: relative;
}
.listing-fashion .itemBox .productShot {
	aspect-ratio: 2 / 3;
	align-items: center;
	display: flex;
	justify-content: center;
}
.itemBox.fashion-item .productShot {
	overflow: hidden;
}
.itemBox.fashion-item.fashion-accessory:not(.square-image) .productShot img {
	transform: translateY(-16.5%);
}
.listing-fashion .itemBox.fashion-item.fashion-accessory:not(.square-image) .productShot img {
	transform: translateY(0);
}

.modal#itemQuickView .modalStyler {
	overflow: hidden;
}

.modal#itemQuickView .mainImg img {
	max-height: 600px;
}

.modal#itemQuickView .mainImgText {
	display: none;
}

.modal#itemQuickView .thumbsContainer {
	width: 6%;
}
.modal#itemQuickView .thumbsContainer .thumb {
	display: table!important;
	margin: 0 auto!important;
}


.modal#itemQuickView .productInfoContainer {
	height: 100%;
	flex: unset;
    max-width: unset;
	display: inline-block;
}

.modal#itemQuickView .productShotsContainer  {
	height: 100%;
	flex: unset;
    max-width: unset;
	display: inline-block;
}
@media(max-width:992px) {
	
	.modal#itemQuickView .productInfoContainer {
		width: 45%;
	}
	.modal#itemQuickView .productShotsContainer  {
		width: 53%;
	}
}

.modal#itemQuickView .redirectToItemDetailPage  {
	cursor: pointer;
}

.modal#itemQuickView .redirectToItemDetailPage a {
	color: var(--rossydarkgrey);
	text-decoration:none;
}

.modal#itemQuickView .redirectToItemDetailPage a:hover {
	color: var(--rossyblue);
	text-decoration:none;
}

.mobileQtyChanger {
	display:none;
}

.modal#itemQuickView .itemQty {
	margin-left: 0 !important;
}

@media(max-width: 767px) {
	.productShotsContainer .mainImg {
		width: unset;
		display: unset;
	}

	.productShotsContainer .thumbs {
		position: relative;
		width: 100%;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
		display: block;
		white-space:nowrap;
		overflow-x:scroll;
	}
	
	.productShotsContainer .imageContainer {
		vertical-align: middle;
	}

	.productShotsContainer .controls {
		cursor: pointer;
		top: 20%;
	}

	.productShotsContainer .thumbs .scroll .thumb img {
		width: unset;
	}
}

/*.productInfoContainer .addToCartBtn,
.productInfoContainer .proceedToCheckoutBtn {
    max-width: 100%;
    margin-top: 5px;
}*/
body.mobile .modal-body .productInfoContainer .addToCartBtn,
body.mobile .modal-body .productInfoContainer .proceedToCheckoutBtn {
    padding: 0.5rem;
}

@media(max-width: 768px) {
	.productInfoContainer.pdp .addToCartBtnContainer {
		background-color: rgba(255,255,255,0.85);
		border-top: 1px solid var(--rossygrey);
		bottom: 0;
		padding: 5px 10px;
		position: fixed;
		text-align: center;
		z-index: 999;
		left: 0;
		right: 0;
		-webkit-transition: all 0.3s; /* Safari 3.1 to 6.0 */
	    transition: all 0.3s!important;
	}
	.productInfoContainer.pdp .addToCartBtnContainer.hidden {
		transform: translatey(100%);
	}
	.productInfoContainer .addToCartBtn,
	.productInfoContainer .proceedToCheckoutBtn {
	    width: 100%;
	}
}
/*@media(min-width: 768px) {
	.productInfoContainer .addToCartBtn,
	.productInfoContainer .proceedToCheckoutBtn {
	    max-width: 430px;
	    width: 100%;
	}
}*/

/*.addToCartBtn.blueButton:hover {
    box-shadow: 0 0 0 2px var(--rossyblue);
}*/

.productShotsContainer .controls {
	background-color: white;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index: 1;
}

.productShotsContainer .controls.next {
	right: 0;
}

.productShotsContainer .fas {
	font-size: 30px;
}

@media (max-width:991px) {
	.modal#itemQuickView {
		overflow: scroll !important;
	}
	
	.modal#itemQuickView .modal-header {
		position: absolute;
		width: 100%;
		z-index: 2;
		top: 0px;
	}

	.modal#itemQuickView .thumbsContainer {
		display:none !important;
	}

	.modal#itemQuickView .productInfoContainer {
		width: 100%;
		flex: unset;
		max-width: unset;
		display: inline-block;
	}

	.modal#itemQuickView .productInfoContainer img:first-child {
		display:none;
	}
	
	.modal#itemQuickView .productShotsContainer {
		width: 100%;
		margin-bottom: 1rem;
		flex: unset;
		max-width: unset;
		display: inline-block;
	}

	.modal#itemQuickView .mobileQtyChanger {
		display:inline-block;
		border: 1px solid #ced4da;
		background-color: #0059B6;
		width: 3rem;
		color: white;
	}

	.modal#itemQuickView .mobileQtyChanger.add {
		border-radius: 0 1rem 1rem 0;
	}

	.modal#itemQuickView .mobileQtyChanger.reduce {
		border-radius: 1rem 0 0 1rem;
	}

	input[type=number]::-webkit-inner-spin-button, 
	input[type=number]::-webkit-outer-spin-button { 
		-webkit-appearance: none;
	}

	.itemBox .quickViewBtn {
		z-index: 4; /* to be below find-in-store container */
		background-color: transparent;
		color: transparent;
		border: none;
		width: 100%;
		height:100%;
		position:absolute;
		top: 0;
		left: 0;
	}

	.itemBox .quickViewBtn:active {
		background-color: transparent !important;
		color: transparent !important;
		border: none;
	}

	.itemBox .quickViewBtn:focus {
		box-shadow: none !important;
	}
}

@media (min-width: 992px) {
	.productShotsContainer .thumbsContainer {
		width: 150px;
	}

/*	.productInfoContainer .addToCartBtn.itemAdded {
		width: 600px;
	}*/

	.productShotsContainer .scroll {
		position: absolute;
		top: 30px;
		bottom:0;
		left: 0;
		right: 0;
		width: 100%;
		overflow: auto;
		-ms-overflow-style: none; /* IE 11 */
		scrollbar-width: none; /* Firefox 64 */
	}

	.productShotsContainer .thumbs {
		position: absolute;
		top: 0;
		bottom:0;
		left: 0;
		right: 0;
		overflow: hidden;
		display: inline-block;
	}

	.productShotsContainer .controls {
		height: auto;
		width: 100%;
	}
	.productShotsContainer .controls.prev {
		left: 0;
		top: 0!important;
		bottom: auto!important;
		transform: none;
	}
	.productShotsContainer .controls.next {
		bottom: 0!important;
		top: auto!important;
		transform: none;
	}

	.itemBox .quickViewBtn {
		display:none;
		z-index: 100;
		opacity: 0.8;
		width: 100%;
		position:absolute;
		bottom: 1rem;
		left: 0;
	}

	.itemBox .productShot .quickViewBtn {
		display: none;
	}

	.itemBox .productShot:hover .quickViewBtn {
		display: block;
	}
}

.modal#itemQuickView {
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	padding: 15px;
}

.modal#itemQuickView .modal-dialog {
	max-width: unset !important;
	margin: unset !important;
}

.modal#itemQuickView .modal-header {
	padding:unset;
	border-bottom: none;
	padding-right: 1rem;
	padding-top: 1rem;
}

/* ================================================= */
/* ================ Quick View Finish ============== */
/* ================================================= */

.brandsList { overflow-x: auto;
	scrollbar-color: var(--rossyblue) var(--rossylightgrey);
	scrollbar-width: thin; }
.brandsList::-webkit-scrollbar-track { background-color: var(--rossylightgrey); }
.brandsList::-webkit-scrollbar { height: 7px; background-color: var(--rossygrey); }
.brandsList::-webkit-scrollbar-thumb { border-radius: 10px; background-color: var(--rossyblue); }

@media only screen and (min-device-width: 481px) and (max-device-width:868px) {
	.AddToCartQuickView .quantity  {
		width: 40px!important;
	}
}


/* ================================================= */
/* ================ Featured Brand Box ============= */
/* ================================================= */

.featuredProducts {
	overflow-x: auto;
	scrollbar-color: var(--rossyblue) var(--rossylightgrey);
	scrollbar-width: thin;
}
.featuredProducts::-webkit-scrollbar-track { background-color: var(--rossylightgrey); }
.featuredProducts::-webkit-scrollbar { height: 7px; background-color: var(--rossygrey); }
.featuredProducts::-webkit-scrollbar-thumb { border-radius: 10px; background-color: var(--rossyblue); }

.scrollableControls {
	cursor: pointer;
}
.scrollableControls.disabled {
	opacity: 0.5;
}

.featuredProducts .itemBox {
	padding-bottom: 0px;
	max-width: 240px;
	min-width: 240px;		
}
.featuredSalesBrand .banner {
	margin-bottom: 4%;
}
.featuredSalesBrand .banner>* {
	position: relative;
}
.featuredSalesBrand .banner a {
	color: white;
}
.featuredSalesBrand .banner a:hover {
	text-decoration: none;
}
.featuredSalesBrand .banner>*:first-child{
	background: var(--rossylightgrey);
	position: relative;
}
.featuredSalesBrand .banner>*:first-child:after {
	background: url(/images/misc/RossyCurve-rightRed.svg) no-repeat right center;
	background-size: contain;
	bottom: 0;
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	right: -140px;
}
.featuredSalesBrand .banner>*:nth-child(2) {
	font-size: calc(var(--0875rem)*2);
}
.featuredSalesBrand .banner>*:nth-child(3) a {
	border-bottom: 2px solid white;
}

@media all and (max-width: 991px) {
	.featuredSalesBrand .banner>*:first-child:after {
		background-image: none;
	}
}

@media all and (max-width: 767px) {
	.featuredSalesBrand .banner {
		padding: 34px 0;
	}
	.featuredSalesBrand .banner>*:first-child {
		display: none;
	}
	.featuredSalesBrand .banner>*:nth-child(2) {
		font-size: 150%;
	}
	.featuredSalesBrand .banner>*:nth-child(3) {
		font-size: 13px;
	}
}
/* ================================================= */
/* ================ Featured Brand Box ============= */
/* ================================================= */


.headerWithBackLine {
	position: relative;
}
.headerWithBackLine span {
	background-color: white;
	display: inline-block;
	font-size: 24px;
	font-weight: var(--font-weight-medium);
	line-height: 30px;
	padding-left: 18px;
	padding-right: 18px;
	position: relative;
	z-index: 2;
}
.headerWithBackLine:after {
	border-top: 1px solid var(--rossymediumgrey);
	content: ' ';
	font-size: 1px;
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
}
@media (min-width: 1920px) {
	.headerWithBackLine span {
		font-size: 30px;
		font-weight: var(--font-weight-regular);
		line-height: 36px;
		letter-spacing: 0px;
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media all and (max-width: 767px) {
	.headerWithBackLine {
		font-size: 20px;
	}
}

.brandsList.card-deck {
	margin-left: -5px;
	margin-right: -5px;
}

.brandBox, .allBrandsBox {
	margin-left: 5px!important;
	margin-right: 5px!important;
}
.brandBox:hover {
	border-color: var(--rossyblue);
}
.brandBox .card-footer {
	background-color: var(--rossyblue);
	border-bottom: 1px solid var(--rossyblue);
	border-left: 1px solid var(--rossyblue);
	border-right: 1px solid var(--rossyblue);
	color: white;
	text-decoration: none;
}
.allBrandsBox {
	background-color: var(--rossyblue);
}
.allBrandsBox a {
	color: white;
	text-decoration: none;
}
.allBrandsBox .allBrandsLink {
	font-size: 1rem;
	font-weight: var(--font-weight-medium);
}
.allBrandsBox .shop {
	border-bottom: 3px solid white;
}

.brandsList.card-deck .card {
	min-width: 164px;
	max-width: 164px;
}

.brandsList .card {
	border: 1px solid rgba(0,0,0,.125);
}

.brandsList .card-body {
	min-height: 130px;
}

@media all and (max-width: 767px) {
	.brandsList.card-deck {
		flex-direction: row;
		flex-wrap: nowrap !important;
	}
	.brandsList.card-deck .card-footer {
		border-radius: .25rem;
		font-size: 13px;
	}
	.card-img-top {
		margin: 0 auto;	
	}
}

/* ================================================= */
/* ================ Sezzle ============== */
/* ================================================= */

.sezzleBadgeContainer {
	float: right;
	width: 79%;
}
#sezzleBadgeContainer:empty {
	display: none;
}

.sezzleBadgeContainerShopping {
	margin: auto;
	width: 100%;
}

.sezzleBadgeContainerShopping .sezzle-button-text {
	text-align: center!important;
}

.sezzleBadgeContainerCheckOut {
	margin: auto;
	width: 100%;
	padding: 10px;
}

.sezzleBadgeContainerCheckOutLogo {
	margin-left: 5px;
	margin-right: 5px;
	width: 90px;
}

.sezzleBadgeContainerCheckOut .sezzle-button-text {
	text-align: center!important;
}

@media all and (max-width: 767px) {
	.sezzleBadgeContainer {
		float: right;
		width: 81%;
	}
}

.radioBtnContainer {
	cursor: pointer;
}

.centerAndMiddle {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	font-weight: bold;
}

.sezzleInformation {
	margin-top: 5px;
	font-weight: bold;
}

.PaymentCCWeAccept {
	padding: 0;
}

.sezzleBadgeContainerCheckOutdisabledDiv {
	pointer-events: none;
	opacity: 0.4;
}

.sezzleBadgeContainerCheckOutdisabledText {
	position: relative;
	bottom: 0;
	top: 50%;
	transform: translateY(-50%);
}

[data-animatedbanner] {
	position: relative;
}
[data-animatedbanner] .slides>* {
	display: none;
}
[data-animatedbanner] .controls {
	background: var(--rossylightblue);
	border: 1px solid var(--rossyblue);
	border-radius: 7px;
	bottom: 10px;
	color: var(--rossyblue);
	cursor: pointer;
	font-size: 110%;
	left: 10px;
	opacity: 0.5;
	padding: 8px;
	position: absolute;
}
[data-animatedbanner] .controls:hover {
	opacity: 1;
}
[data-animatedbanner] .controls>* {
	display: none;
}
[data-animatedbanner] .controls.pause .playBtn,
[data-animatedbanner] .controls.play .pauseBtn {
	display: block;
}

.InventoryFlags {
	display: inline-block;
	background-color: var(--rossyblue);
	border-radius: 4px;
	color: white;
	opacity: 0.7;
	padding: 3px 6px;
}
.InventoryFlags.webExclusive {
	background-color: var(--rossyred);
}