@charset "UTF-8";
@import url("https://static.musictoday.com/store/images/global/fonts/CmsFontIcons/style.css");
@import url("https://static.musictoday.com/store/images/global/fonts/RatingsFont/style.css");
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* FONTS                                               */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@font-face
{
	font-family:"MuseoSans300";
	src:url("https://static.musictoday.com/store/images/global/fonts/MuseoSans_300-webfont.eot?#iefix");
	src:url("https://static.musictoday.com/store/images/global/fonts/MuseoSans_300-webfont.eot?#iefix") format("eot"),url("https://static.musictoday.com/store/images/global/fonts/MuseoSans_300-webfont.woff") format("woff"),url("https://static.musictoday.com/store/images/global/fonts/MuseoSans_300-webfont.ttf") format("truetype"),url("https://static.musictoday.com/store/images/global/fonts/MuseoSans_300-webfont.svg") format("svg");
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* HTML ELEMENTS                                       */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body
{
	/*fix for bootstrap bug in 3.0 and 3.1*/
	overflow-x: hidden;
	font-family: Helvetica, Arial, Sans-Serif;
    color: #000000;
	font-size: 14px;
	/*background-color: #c3d7b4;*/
}
@media (max-width: 991px)
{
	body
	{
		font-size: 18px;
		-webkit-text-size-adjust: 100%;
	}
}
section > .container, section > .container-fluid
{
}
section > .container-fluid
{
	padding: 0;
}
section > .container-fluid .InjectedComponent
{
	padding: 0 15px;
}
ul,ol,li
{
	margin: 0;
	padding: 0;
}
a
{
    cursor: pointer; /** Address possible issues with iOS for iPhone 6/6+ **/
	-o-transition:.2s ease-in-out;
	-ms-transition:.2s ease-in-out;
	-moz-transition:.2s ease-in-out;
	-webkit-transition:.2s ease-in-out;
	transition:.2s ease-in-out;
}
a,*:focus,*:active,*:hover,*.visited,i
{
    outline: 0 none !important;
	outline-offset: 0 !important;
}
/*remove outline from select in firefox*/
@-moz-document url-prefix() {
	select, select:-moz-focusring, select::-moz-focus-inner {
		color: transparent !important;
		text-shadow: 0 0 0 #000 !important;
		background-image: none !important;
		border:0;
	}
}
a,a:focus,a:visited,a:hover,a:active,a:hover
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.TruncateText
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.CenteredText
{
	position: relative;
	top: -50%;
	-webkit-transform: translateY(-50%);      /** Vertically center text for all browsers**/
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* SHARED ELEMENTS                                     */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.Clear
{
	clear: both;
}
.well
{
	background-color: transparent;
	box-shadow: none;
	border: 1px solid #999999;
}
.well-sm
{
	overflow: hidden;
	border-radius: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* NAVBAR                                              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.navbar
{
    min-height: 30px;
    margin-bottom: 0;
}
.navbar-toggle
{
    margin: 0;
	padding: 0 5px 0 0;
	border-radius: 0;
	line-height: 1;
}
.navbar-collapse
{
    max-height: none;
}
.navbar-brand
{
    padding: 5px 15px 5px;
    height: auto;
}
.navbar-nav > li > a
{
    padding: 10px 5px 10px;
    display: inline-block;
}
.nav > li > a
{
    display: inline-block;
}
.navbar-default
{
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus
{
	color: #000000;
}
@media (max-width: 991px)
{
	.navbar-header
	{
		float: none;
	}
	.navbar-left,.navbar-right
	{
		float: none !important;
	}
	.navbar-toggle
	{
		display: block;
	}
	.navbar-collapse
	{
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top
	{
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse
	{
		display: none!important;
	}
	.navbar-nav
	{
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav > li
	{
		float: none;
	}
	.navbar-nav > li > a
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in
	{
		display:block !important;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* FORM ELEMENTS                                       */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*remove autofill background for inputs on Chrome*/
@-webkit-keyframes autofill
{
	to
	{
		color: #666666;
		background: #ffffff;
	}
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill
{
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}
/*end remove autofill*/
form
{
	display: inline;
	margin: 0;
	padding: 0;
}
label
{
	font-weight: normal;
}
button
{
	-webkit-appearance: none;
}
.form-control
{
	border-radius: 0;
	border-color: #cccccc;
	box-shadow: none;
	font-size: inherit;
}
.form-control:focus
{
	border-color: #000000;
	box-shadow: none;
}
fieldset
{
	display: block;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-before: 0;
	-webkit-padding-start: 0;
	-webkit-padding-end: 0;
	-webkit-padding-after: 0;
}
input,select,textarea
{
	font-size: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none !important;
}
.form-control:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder
{
	color: #888888;
	opacity: 1;
}
.form-control::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder
{
	color: #888888;
	opacity: 1;
}
::-moz-placeholder, .form-control::-moz-placeholder
{
	color: #888888;
	opacity: 1;
	-moz-appearance: none;
}
::placeholder
{
	color: #888888;
	opacity: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="text"], input[type="password"], textarea
{
    /** Attempt to remove iOS box shadow + rounded corners **/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #000000;
}
select::-webkit-input-placeholder,
select::-moz-placeholder,
select:-ms-input-placeholder
{
	opacity: 1;
	color: #000000;
}
select:focus::-ms-value
{
	background-color: #ffffff;
	color: #000000;
}
@media(max-width: 991px)
{
    input[type="text"], input[type="password"], textarea, textarea.form-control, select, select > option
	{
        font-size: inherit;
    }
}
.InputError
{
	color: #c2342d;
	border-color: #c2342d !important;
}
.InputError::-webkit-input-placeholder
{
	color: #c2342d !important;
}
.InputError::-moz-placeholder
{
	color: #c2342d !important;
}
.InputError:-ms-input-placeholder
{
	color: #c2342d !important;
}
.InputError:-moz-placeholder
{
	color: #c2342d !important;
}
.FloatLabel
{
	font-size: 11px;
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
    top: 6px;
    left: 15px;
    transition: .2s ease-in-out;
	color: #888888;
}
.TextFieldOuter
{
	border: 1px solid transparent;
}
.TextFieldContainer
{
	height: auto;
    padding: 15px 15px 0;
    border: 1px solid #cccccc;
    transition: .2s ease-in-out;
    background: #ffffff;
    position: relative;
	box-sizing: border-box;
}
@media(max-width: 991px)
{
	.FloatLabel
	{
		font-size: 13px;
		top: 8px;
	}
}
.TextFieldContainer.Active
 {
     border-color: #000000;
 }
.TextFieldOuter.Active
{
	border-color: #000000;
}
.TextFieldContainer .TextInput
{
    border: none;
    padding: 0 0 15px;
    height: auto;
    transition: .2s ease-in-out;
}
.TextFieldContainer .TextInput.ContainsText
{
    padding: 10px 0 5px;
}
.TextFieldContainer .TextInput.ContainsText ~ .FloatLabel
{
    opacity: 1;
}
.MessageList
{
    list-style: outside none none;
}
.MessageList > li
{
    padding-top: 8px;
}
.ErrorText, .WarningText, .SuccessText
{
	font-size: 13px;
}
.ErrorText
{
    color: #c2342d;
}
.ErrorLink, .ErrorLink:active, .ErrorLink:hover, .ErrorLink:visited
{
	color: #c2342d;
	text-decoration: underline;
}
.WarningText
{
    color: #bbbb25;
}
.SmallText
{
    font-size: 11px;
}
.btn
{
    border-radius: 0;
	font-size: inherit;
	box-shadow: none;
	line-height: normal;
	-webkit-appearance: none;
}
.btn-active, .btn:active, .btn.active
{
	box-shadow: none;
	-webkit-box-shadow: none;
}
@media(max-width: 991px)
{
	.ErrorText, .WarningText, .SuccessText
	{
		font-size: 14px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* FORM ELEMENTS: CUSTOM SELECT                        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SelectControl .form-control
{
	border: none;
	padding: 0;
}
.CustomSelect
{
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	border: 1px solid #cccccc;
	height: auto;
	background-color: #ffffff;
}
.CustomSelect select
{
	padding: 11px 10px 10px 14px;
	width: 100%;
	height: 50px;
	box-shadow: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #000000;
	border: 1px solid transparent;
	box-sizing: border-box;
}
.CustomSelect select:active, .CustomSelect select:hover, .CustomSelect select:focus
{
	outline: none !important;
	border-color: #000000;
}
.CustomSelect:focus, .CustomSelect:hover
{
	border-color: #000000;
}
.CustomSelect .icon-cms-up,
.CustomSelect .icon-cms-down
{
	display: unset;
	vertical-align: middle;
	position: absolute;
	top: 0;
	font-size: 8px;
	pointer-events: none;
	margin-top: 14px;
	background-color: #ffffff;
	padding: 9px 15px 10px 10px;
	right: 1px;
	color: #000000;
}
/* for IE 11 */
.CustomSelect select::-ms-expand
{
	display: none;
}
.FloatingLabel
{
	color: #888888;
	font-size: 11px;
	transition: all 0.2s ease-in-out 0s;
	z-index: 1;
	margin-bottom: 0;
	opacity: 0;
	position: absolute;
	top: 5px;
	left: 15px;
}
.FloatingLabelActive
{
	padding-top: 18px !important;
	padding-bottom: 1px !important;
}
@media(max-width: 991px)
{
	.CustomSelect .icon-cms-up,
	.CustomSelect .icon-cms-down
	{
		padding-top: 14px;
	}
	.CustomSelect
	{
		height: 58px;
	}
	.CustomSelect select
	{
		height: 58px;
	}
	.CustomSelect .icon-cms-up,
	.CustomSelect .icon-cms-down
	{
		right: 2px;
	}
	.FloatingLabel
	{
		font-size: 13px;
		top: 8px;
	}
}
.PlaceholderOption
{
	color: #888888 !important;
}
/* Firefox */
@-moz-document url-prefix()
{
	.CustomSelect select
	{
		padding-left: 10px;
	}
	.PlaceholderOption
	{
		color: #aaaaaa !important;
	}
}
/* IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
	.CustomSelect select
	{
		padding-left: 12px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* FORM ELEMENTS: CUSTOM DROPDOWN                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.CustomDropdown
{
	position: relative;
}
.CustomDropdownContainer
{
	border: 1px solid #cccccc;
	transition: border-color ease-in-out .15s, drop-shadow ease-in-out .15s;
}
.CustomDropdownContainer:hover,
.CustomDropdownContainer input:focus
{
	border-color: #000000;
}
.CustomDropdown .dropdown-backdrop
{
	z-index: 1;
}
.CustomDropdown .CustomDropdownDisplay
{
	color: #000000;
}
.CustomDropdownHtml
{
	overflow: hidden;
}
.CustomDropdownHtml label
{
	margin: 0;
	display: none;
}
.CustomDropdownHtml .CustomDropdownDisplay
{
	cursor: pointer;
	background: #ffffff;
}
.CustomDropdownHtml .CustomDropdownSelected
{
	max-width: 90%;
	width: 90%;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.CustomDropdown select
{
	width: 100%;
	height: 100%;
	position: absolute;
	cursor: pointer;
	top: -1px;
	left: 0;
	opacity: 0;
	padding-left: 13px;
	color: #000000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.CustomDropdown select option
{
	min-height: 30px;
}
.CustomDropdown .btn
{
	font-size: inherit;
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 6px;
}
.CustomDropdown .btn.active, .CustomDropdown .btn:active
{
	box-shadow: none;
}
.CustomDropdown .CustomDropdownSelected
{
	text-overflow: ellipsis;
	max-width: 80%;
	color: #999999;
}
.CustomDropdown i
{
	font-size: 50%;
	margin: 0 5px;
	vertical-align: middle;
}
.CustomDropdown .dropdown-menu
{
	top: auto;
	padding: 0;
	margin: 0;
	border: 1px solid #cccccc;
	border-top: none;
	box-shadow: none;
	border-radius: 0;
	z-index: 2;
	min-width: 100%;
}
.CustomDropdownItem a
{
	overflow: hidden;
	text-overflow: ellipsis;
}
.CustomDropdown.open > button.btn
{
	border-bottom: 1px solid transparent;
}
.CustomDropdown .dropdown-menu > li > a
{
	padding: 3px 5px;
	color: #000000;
	min-height: 20px;
}
.CustomDropdown .dropdown-menu > li > a:hover
{
	background: #cccccc;
	cursor: pointer;
}
.CustomDropdown .SelectedValue.ContainsText ~ .CustomDropdownContainer .FloatLabel
{
	opacity: 1;
}
.CustomDropdown .SelectedValue.ContainsText ~ .CustomDropdownContainer .CustomDropdownSelected, .CustomDropdown .SelectedValue.ContainsText ~ .CustomDropdownContainer .DropdownIcon
{
	color: #000000;
}
.CustomDropdown .SelectedValue.ContainsText ~ .CustomDropdownHtml .CustomDropdownSelected, .MobileTextPadding
{
	padding: 9px 0 0;
}
.CustomDropdown .SelectedValue.ContainsText ~ .CustomDropdownHtml .DropdownIcon, .MobileIconPadding
{
	padding: 0;
}
.FloatStoredValues
{
	display: none;
}
.PlaceholderText
{
	color: #888888;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* FORM ELEMENTS: CUSTOM CHECKBOX                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
input[type="checkbox"]
{
	margin: 0;
	padding: 0;
	display: none;
}
label.Checkbox
{
	position: relative;
	cursor: pointer;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
label.Checkbox:before
{
	display: inline-block;
	width: 22px;
	height: 22px;
	content: " "; /* unchecked = empty */
	border: 2px solid #999999;
	text-align: center;
	line-height: 16px;
	vertical-align: middle;
	color: #999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:checked + label.Checkbox:before
{
	content: "\e63d";
	font-family: CMS-Icons;
}
.CheckboxText
{
	display: inline-block;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* FORM ELEMENTS: CUSTOM RADIO                         */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
input[type="radio"]
{
	opacity: 0;
	position: absolute;
}
input[type="radio"], label.RadioLabel
{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	line-height: normal;
}
label.RadioLabel
{
	position: relative;
	margin-bottom: 0;
}
input[type="radio"] + label.RadioLabel:before
{
	content: '\e91d';
	font-family: "CMS-Icons";
	font-size: 20px;
	color: #999999;
	background: transparent;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin-right: 10px;
	text-align: center;
}
input[type="radio"]:checked + label.RadioLabel:before
{
	content: "\e91a";
}
input[type="radio"]:focus + label.RadioLabel
{
}
.SiteRadio
{
	display: inline-block;
	vertical-align: top;
}
@media(max-width: 991px)
{
	input[type="radio"] + label.RadioLabel:before
	{
		content: '\e91b';
		width: 22px;
		height: 22px;
	}
	input[type="radio"]:checked + label.RadioLabel:before
	{
		content: "\e916";
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* MODALS - SHARED                                     */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.modal
{
    -webkit-transform: translate3d(0,0,0);
    -webkit-transform-style: preserve-3d;
}
.modal-content
{
	border: 1px solid #999999;
	border-radius: 0;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0 none;
	position: relative;
}
.modal-body
{
	padding: 0 28px;
}
.modal-header
{
	padding: 6px 6px 15px 15px;
    border-bottom: 0;
}
.modal-footer
{
	border-top: 0;
	padding: 15px 28px;
}
.close
{
    opacity: 0.5;
}
.close:hover, .close:focus
{
    opacity: 1;
}
.closeModal
{
	cursor: pointer;
	background-color: #000000;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	position: absolute;
	top: -10px;
	right: -10px;
	text-align: center;
	box-sizing: border-box;
	z-index: 99;
	display: block;
}
.close .icon-cms-thinx {
    color: #888888;
    font-size: 17px;
}
.closeModal .icon-cms-mediumx
{
	font-size: 10px;
	color: #ffffff;
	line-height: 26px;
	vertical-align: middle;
}
@media(max-width: 991px) {
    .close .icon-cms-thinx,
    .close .icon-cms-mediumx {
        font-size: 24px;
        color: #666666;
    }
}
#Section_MainContent
{
    opacity: 1;
    transition: opacity .5s ease-in-out;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Transitioning Icons                                 */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.HamburgerToX,
.HamburgerToX::before,
.HamburgerToX::after
{
    height: 4px;
    width: 35px;
    background: #000000;
    display: block;
    transition: .3s ease-in-out .2s;
    -webkit-transition: .3s ease-in-out .2s;
    -ms-transition: .3s ease-in-out .2s;
    content: "";
    position: absolute;
    cursor: pointer;
    top: 50%;
}
.HamburgerToX::before
{
    top: -10px;
}
.HamburgerToX::after
{
    top: 10px;
}
*[aria-expanded="true"] > .HamburgerToX::before,
*[aria-expanded="true"] > .HamburgerToX::after
{
    background: #999999;
    top: 0;
    height: 2px;
}
*[aria-expanded="true"] > .HamburgerToX::before
{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
*[aria-expanded="true"] > .HamburgerToX::after
{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
*[aria-expanded="true"] > .HamburgerToX
{
    background: transparent;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Accordion                                           */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.panel, .panel-default > .panel-heading, .panel-heading, .panel-body, .panel-default > .panel-heading + .panel-collapse > .panel-body, .panel-group .panel
{
	background-color: transparent;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.panel-group .panel + .panel
{
	margin: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Side Panels                                         */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#SidePanelContentCover
{
    background: #333333;
    opacity: 0;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out, z-index 0s ease-in-out .5s;
    pointer-events: none;
}
#SidePanelContentCover.FadeOut
{
    opacity: .5;
    z-index: 1;
    transition: z-index 0s ease-in-out 0s;
    pointer-events: auto;
}
.SidePanel
{
    background: #ffffff none repeat scroll 0 0;
    height: 100%;
    min-width: 350px;
    position: fixed;
    right: -600px;
	border-left: solid 1px #000000;
    top: 0;
    width: 0;
    z-index: 1;
    transition: right .3s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.SidePanel.SidePanelOpen
{
    right: 0;
    z-index: 2; /* Must be higher than #SidePanelContentCover.FadeOut */
	width: 25%;
}
.SidePanel, .SidePanel a
{
    color: #000000;
}
.SidePanel .SidePanelCloseIcon
{
    font-size: 13px;
    color: #777777;
    cursor: pointer;
    padding: 15px;
}
.SidePanel .Inner {
    margin: 15px;
}
.SidePanel .Top
{
    text-align: right;
}
.SidePanel .Form
{
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s ease-in-out;
    margin: 0;
}
.SidePanel .Form.Open
{
    height: auto;
    opacity: 1;
    margin: 0;
}
.SidePanel .Form .Title
{
    margin-bottom: 15px;
    text-align: center;
	font-size: 129%;
}
.SidePanel .Form .form-group
{
    text-align: center;
}
.ResetPassText
{
    display: inline-block;
    margin-top: 10px;
}
.SidePanel .SubmitFormArea
{
    width: 100%;
    text-align: center;
}
.SidePanel .SubmitFormArea
{
	border: solid 1px #ffffff;
}
.SidePanel .SubmitFormArea:hover, .SidePanel .SubmitFormArea:active
{
	border-color: #000000;
}
.SidePanel .btn-primary, .SidePanel .btn-default
{
	width: 100%;
	height: 52px;
	font-weight: bold;
	border-width: 1px;
	box-sizing: border-box;
	font-size: 114%;
}
.SidePanel .Bottom
{
	padding-bottom: 23px;
}
.SidePanel .ForgotPassText
{
	font-size: 93%;
}
.SidePanel .NotMemberText
{
	margin-bottom: 15px;
	font-size: 93%;
}
.SidePanelSubmit
{
	padding-bottom: 15px;
}
.InfoText
{
	margin: 0;
	font-size: 93%;
}
.InfoText a
{
	text-decoration: underline;
}
.AccountMessages
{
	margin: 10px 15px;
	text-align: left;
}
.ShowHideMask
{
	color: #555;
	cursor: pointer;
	font-size: 86%;
	position: absolute;
	right: 25px;
	top: 9px;
}
.ShowHideMask .ShowHideLabel
{
	display: none;
}
.ShowHideMask .ShowHideLabel.Show
{
	display: inline;
}
@media(max-width: 991px) {
	.SidePanel
	{
		min-width: auto;
	}
	.SidePanel.SidePanelOpen
	{
		width: 100%;
	}
	.SidePanel .Form .Title
	{
		margin-bottom: 22px;
		font-size: 122%;
	}
	.SidePanelSubmit
	{
		padding-bottom: 19px;
	}
	.InfoText
	{
		font-size: 89%;
	}
	.SidePanel .Bottom
	{
		padding-bottom: 29px;
	}
	.SidePanel .NotMemberText
	{
		margin-bottom: 19px;
		font-size: 89%;
	}
	.SidePanel .ForgotPassText
	{
		font-size: 89%;
	}
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* COMPONENT - SHARED                                  */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SectionContainer
{
	margin: 0;
	padding: 0;
}
.linkDivider
{
	padding: 10px 5px 0;
}
.ProductContainer
{
	position: relative;
	font-size: 13px;
}
.Layer
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.LayerBackground
{
	height: 100%;
	width: 100%;
}
.BannerContainer span
{
	display: block;
}
.TextLayerText
{
	color: #ffffff;
	font-size: 32px;
	text-decoration: none;
}
.HoverLayer
{
	overflow: hidden;
	z-index: -1;
}
.HoverTextBackground
{
	background-color: #333;
	opacity: 0.85;
}
.HoverImage
{
	position: absolute;
	top: 0;
	z-index: -1;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);      /** Horizontal center text for all browsers**/
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.HoverTransition:hover .HoverLayer, /** Default, for when there's no transition class applied **/
.HoverLayer:hover
{
	z-index: 0;
}
.HoverText
{
	color: #ffffff;
	font-size: 36px;
	text-decoration: none;
}
.LayerButton
{
	background: #000000;
	color: #ffffff;
	font-size: 16px;
	padding: 10px;
	border: none;
}
.LayerButton:hover, .LayerButton:active, .LayerButton:focus
{
	background: #ffffff;
	color: #000000;
}
.Transition
{
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	z-index: 0;
	opacity: 0;
}
.SlideDown
{
	top: -100%;
}
.SlideUp
{
	top: 200%;
}
.SlideLeft
{
	left: 200%;
}
.SlideRight
{
	left: -150%;
}
.Fade
{
	opacity: 0;
}
.HoverTransition:hover .SlideDown,
.SlideDown:hover,
.HoverTransition:hover .SlideUp,
.SlideUp:hover,
.HoverTransition:hover .SlideRight,
.SlideRight:hover,
.HoverTransition:hover .SlideLeft,
.SlideLeft:hover
{
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 1;
}
.HoverTransition:hover .Fade,
.Fade:hover
{
	opacity: 1;
}
.Title
{
	font-size: 243%;
	text-align: center;
	margin-bottom: 27px;
}
@media (max-width: 991px)
{
	.Title
	{
		font-size: 189%;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* ACCORDION                                           */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.AccordionTitle[aria-expanded=true] .icon-cms-down,
.AccordionTitle[aria-expanded=false] .icon-cms-up
{
	display: none;
}
.AccordionTitle
{
	border-top: solid 1px #b2b2b2;
	font-size: 16px;
	display: block;
	width: 100%;
	text-transform: capitalize;
}
.AccordionTitle.collapsed
{
	border-bottom: solid 1px #b2b2b2;
}
.AccordionTitle:link
{
	text-decoration: none;
	outline: 0;
	color: inherit;
}
.AccordionTitle span i
{
	font-size: 8px;
	line-height: 20px;
	vertical-align: middle;
	float: right;
}
.AccordionContent
{
	border-bottom: solid 1px #b2b2b2;
	padding: 13px 0 15px 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CATALOG SEO TEXT                                    */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.CatalogSeoText
{
	padding: 15px 25px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* COUNTDOWN TIMER                                     */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#CountdownTimer
{
	text-align: center;
	margin: 5px 0;
	color: #888888;
	font-family: Arial, Helvetica, Sans-Serif;
}
.CountdownActionText
{
	font-size: 20px;
	margin-bottom: 3px;
	line-height: normal;
}
#CountdownTimer ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#CountdownTimer li
{
	padding: 3px;
	margin: 0;
	display: inline-block;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	line-height: normal;
	min-width: 50px;
}
#CountdownTimer .Counter
{
	line-height: normal;
}
.CountdownText
{
	font-size: 12px;
}
#CountdownComplete
{
	display: none;
	text-align: center;
	margin: 5px 0;
	color: #888888;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	line-height: normal;
}
#CountdownComplete a
{
	font-weight: normal;
}
#CountdownTimer li.CountdownDays
{
	display: none;
}
#CountdownTimer li.CountdownHours
{
	display: none;
}
#CountdownTimer li.CountdownMinutes
{
	display: none;
}
#CountdownTimer li.CountdownSeconds
{
	display: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* HTML COMPONENT                                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.HtmlComponent
{
}
@media (max-width: 991px)
{
	.HtmlComponent
	{
		padding: 0 15px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CATALOG NAME COMPONENT                              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.CatalogName
{
	font-size: 22px;
	text-align: left;
	padding: 0 11px 22px;
}
@media (max-width: 991px)
{
	.CatalogName
	{
		padding: 0 15px 22px;
		text-align: center;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* DIALOGS - Currency                                  */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.CurrencyModalDialog
{
	width: 600px;
	height: auto;
	color: #495157;
	font-family: Arial,Helvetica,Sans-Serif;
	min-height: 150px;
	font-size: 20px;
	text-align: left;
}
.CurrencyModalDialog .CurrencyFlag
{
	vertical-align: middle;
}
.CurrencyModalHeader
{
	font-family: "MuseoSans300", Arial, Helvetica, Sans-Serif;
	color: #495157;
	font-size: 30px;
	text-align: center;
	border: none;
}
.CurrencyModalForm
{
	margin-bottom: 15px;
}
.CurrencyBodyText
{
	margin-bottom: 10px;
}
.CurrencyRow
{
	padding-bottom: 5px;
}
.CurrencyRow .panel-title
{
	margin-bottom: 0;
}
.CurrencyRow .RadioButton
{
	float: left;
	outline: none;
	padding-top: 7px;
}
.CurrencyRow .checkmark
{
	padding-right: 0;
	color: #4485f5;
	padding-top: 5px;
}
.CurrencyRow .Flag
{
	float: left;
	margin: 4px 15px 0 7px;
}
@media (max-width: 991px)
{
	.CurrencyRow .Flag
	{
		margin: 2px 5px 0 7px;
		vertical-align: top;
	}
}
#subNode_location_and_currency .CurrencyFlag
{
	width: 25px;
	vertical-align: middle;
	top: 2px;
	position: relative;
}
.CurrencyRow .RadioText
{
	float: left;
	padding-top: 6px;
	vertical-align: middle;
}
@media (min-width: 768px)
{
	.CurrencyRow .RadioText
	{
		font-size: 18px;
		color: #495157;
	}
}
.btnSubmitCurrency
{
	clear: both;
	padding-top: 15px;
}
.btnSubmitCurrency input
{
	outline: none;
	border-radius: 0;
	padding: 8px 15px;
	font-size: 16px;
	cursor: pointer;
}
.CurrencyModalBody > div
{
	margin-left: 15px;
}
.CurrencyOverlayInfoTitle
{
	line-height: normal;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 18px;
}
.CurrencyOverlayInfoText
{
	line-height: normal;
	font-size: 11px;
}
.CurrencyOverlay.ui-dialog .ui-dialog-content a
{
	text-decoration: underline;
	color: #454545;
	font-weight: normal;
}
.CurrencyOverlayInfoText a:hover
{
	color: #454545;
}
.CurrencyOverlayInfoText a
{
	color: #495157;
	text-decoration: underline;
}
.CurrencyOverlay.ui-dialog .ui-dialog-content a
{
	text-decoration: underline;
	color: #495157;
	font-weight: normal;
}
.CurrencyOverlayInfoText a:hover
{
	color: #32373b;
}
@media(max-width: 350px)
{
	#HeaderSmallWrapper .CurrencyRow .RadioText
	{
		max-width: 150px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* MAILING LIST MODAL                                  */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#ModalMailingList .modal-dialog
{
	width: 430px;
	margin: 12% auto 0;
}
#ModalMailingList .modal-content
{
	color: #686868;
}
#ModalMailingList .modal-header
{
	padding: 10px 15px 0;
}
.MailingListHeader
{
	padding-bottom: 0;
}
#ModalMailingList .modal-body
{
	clear: both;
	padding: 10px 25px 0;
	margin: 0;
}
.MailingListLeadText
{
	font-family: "MuseoSans300", Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 32px;
	float: none;
	text-transform: none;
	line-height: normal;
	margin-bottom: 7px;
}
/*these text definitions are assigned within the data that is returned in the xml*/
.MailingListText
{
	font-family: "MuseoSans300", Arial, Helvetica, Sans-Serif;
	font-size: 28px;
	float: none;
	text-transform: none;
	line-height: normal;
}
.MailingListSubText
{
}
#EmailAddressModal
{
	float: left;
	width: 345px;
	height: 30px;
	vertical-align: middle;
	border-right: none;
}
@media (max-width: 426px)
{
	#ModalMailingList .modal-dialog
	{
		width: 90%;
		margin: 25% auto 0;
	}
	#EmailAddressModal
	{
		width: 85%;
	}
}
.MailingListModalBtn
{
	font-size: 14px;
	line-height: 0;
	float: left;
	border-radius: 0;
	padding: 0 7px;
	outline: 0 none;
	outline-offset: 0;
}
.MailingListModalBtn:hover, .MailingListModalBtn:active, .MailingListModalBtn:focus
{
	outline: 0 none;
	outline-offset: 0;
}
.MailingListModalBtn .icon-cms-next
{
	font-size: 14px;
	line-height: 28px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
.MailingListModalInput
{
	overflow: hidden;
	padding-top: 15px;
	margin: 0;
}
.MailingListModalInput::after
{
	clear: both;
}
#ModalMailingList .modal-footer
{
	border-top: 0;
	margin-top: 0;
	padding: 6px 25px 10px;
	text-align: left;
	clear: both;
}
#ModalMailingList .PrivacyPolicyLink
{
	font-size: 10px;
}
#ModalMailingList .PrivacyPolicyLink a
{
	text-decoration: underline;
	margin-left: 15px;
}
.GenreList
{
	clear: both;
	padding: 12px 0 4px;
	margin: 0;
}
.GenreList::after
{
	clear: both;
}
.GenreCheckBox
{
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.GenreCheckBox input[type="checkbox"]
{
	-moz-appearance: none;
	display: none;
	width: 20px;
	height: 20px;
}
.GenreCheckBox input[type="checkbox"] + label
{
	display: inline-block;
	border: solid 1px #b3b3b3;
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	position: relative;
	text-align: center;
}
.GenreCheckBox input[type="checkbox"]:checked + label:after
{
	content: '?';
	display: inline-block;
	font-size: 14px;
}
.GenreCheckBoxText
{
	display: inline-block;
	font-size: 14px;
	width: 91%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* MAILING LIST MENU                                   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#subNode_mailingList
{
	margin-left: auto;
	margin-right: auto;
}
#EmailAddressNav
{
	height: 58px;
	width: 100%;
	border-right: none;
}
.MailingListInput
{
	overflow: hidden;
}
.MailingListBtn
{
	font-size: 20px;
	line-height: 0;
	padding: 3px 7px;
	height: 58px;
	width: 35px;
	float: right;
}
.MailingListBtn .icon-cms-next
{
	font-size: 20px;
	line-height: 30px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CUSTOM LINKS COMPONENT                              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.CustomLinksComponent .navbar
{
	border: none;
	border-radius: 0;
	padding: 0;
}
.CustomLinksComponent .navbar-default
{
	background-color: transparent;
}
.CustomLinksComponent .navbar-collapse
{
	padding-left: 0;
	padding-right: 0;
}
.CustomLinksComponent .navbar-nav > li > a
{
	padding: 0 5px 0 0;
	display: inline-block;
}
.CustomLinksComponent .linkDivider
{
	padding-top: 1px;
}
.panel.panel-default.TopLevel.CustomLink
{
    line-height: normal;
	padding: 2px 18px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* PRODUCT SHARED                                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductsUnavailableMessage
{
	font-size: 18px;
	padding-top: 10px;
}
.ProductQty
{
	width: 40px;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
	height: 28px;
	display: inline-block;
}
.ProductQuantity
{
	width: 75px;
	float: left;
	border: solid 1px #cccccc;
	margin-right: 23px;
	background: #ffffff;
	box-sizing: border-box;
}
.ProductQuantityLabel
{
	font-weight: normal;
	margin: 0;
	padding-left: 5px;
	width: 20px;
	line-height: 28px;
	vertical-align: middle;
	margin-right: 5px;
}
.ProductContainer .ProductQuantity .form-control
{
	font-size: 12px;
}
.ProductQuantityFixed
{
	border: none;
}
.ProductQuantityFixed .ProductQty
{
	font-size: 12px;
}
.ProductQuantityTextfield .ProductQuantity
{
	background: transparent;
}
.ProductQuantityTextfield .ProductQuantity .form-control
{
	text-align: center;
}
.ProductQuantity .CustomDropdownHtml .CustomDropdownSelected
{
	width: auto;
}
.ProductQuantityPlusMinus
{
	border: none;
	float: none;
}
.ProductQuantityPlusMinus .PlusMinusFormControl
{
	float: left;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
}
.ProductQuantityPlusMinus .ProductQty
{
	border: none;
	padding: 2px 0 0 2px;
	width: 30px;
	height: 42px;
}
.ProductQuantityPlusMinus .QtyControl
{
	border: solid 1px #cccccc;
	cursor: pointer;
	margin-right: 2px;
	background: #ffffff;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}
.ProductQuantityPlusMinus .QtyControl > i
{
	font-size: 20px;
	display: block;
}
.ProductQuantityPlusMinus label
{
	float: left;
}
.ProductQuantityPlusMinus *::selection:not(input) /**Right now, hides the 'selection' triggered by dblclick event on +/- **/
{
	background: transparent;
}
.ProductContainer .ProductQty
{
	border: 0;
	padding: 0;
	float: right;
}
.ProductContainer .ProductQuantityLabel
{
	float: left;
	font-size: 12px;
}
.ProductQuantity,
.ProductVariants
{
	text-align: center;
}
@media(max-width: 991px)
{
	.ProductQuantity
	{
		text-align: left;
	}
	.ProductQuantityPlusMinus .PlusMinusFormControl
	{
		float: none;
		margin-bottom: 20px;
	}
}
.ProductContainer .CustomDropdown i
{
	line-height: 15px;
}
.ProductContainer .SingleVariantSelect
{
	padding: 0 0 15px 0;
}
.ProductContainer .SplitVariantSelects > .VariantMultiDropdown,
.ProductContainer .SplitVariantSelects > .VariantMultiDropdown:last-of-type
{
	padding: 0 0 15px 0;
	margin-left: -6px;
	float: none;
}
.ProductElementsDisplay .SplitVariantSelects > .VariantMultiDropdown
{
	min-width: 100%;
}
.ProductElementsDisplay .VariantBoxes
{
	margin-bottom: 15px;
	margin-left: -15px;
}
.ProductElementsDisplay .HoverTextBackground
{
	background: #ffffff;
	opacity: .9;
}
.ProductElementsDisplay .HoverText
{
	text-align: center;
	font-size: 16px;
	color: #000000;
}
.ProductElementsDisplay .HoverText .ProductName
{
	white-space: normal;
	margin-bottom: 13px;
	padding: 0 10px;
	text-align: center;
}
.ProductElementsDisplay .HoverText .Pricing ul
{
	text-align: center;
}
.ProductElementsDisplay .HoverText .ProductRating
{
	min-height: auto;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.ProductElementsDisplay .HoverText .ProductRating .ReviewStars
{
	float: none;
	display: inline-block;
	margin-top: 10px;
}
.ProductElementsDisplay .HoverText .PurchaseAction
{
	display: inline;
}
.ProductElementsDisplay .HoverText .PurchaseAction .btnAddToCart
{
	margin-top: 6px;
}
.ProductElementsDisplay .HoverText .ProductBadge
{
	text-align: center;
}
.ProductElementsDisplay .SlideLeft
{
	left: 100%;
}
.ProductElementsDisplay .Transition
{
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}
.ProductElementsDisplay .SlideLeft,
.ProductElementsDisplay .SlideRight,
.ProductElementsDisplay .SlideUp,
.ProductElementsDisplay .SlideDown
{
	z-index: -1
}
.form-inline  .ProductQuantity .form-control
{
	width: 40px;
}
.OutOfStockMsg
{
	text-transform: capitalize;
}
.moreButton
{
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	text-transform: capitalize;
}
.moreButton .ViewLink:hover
{
	cursor: pointer;
	color: #999999;
}
.btnAddToCart, a.btnAddToCart
{
	padding: 0 16px;
	outline: 0 none;
	outline-offset: 0;
	height: 30px;
	vertical-align: middle;
	text-transform: uppercase;
}
.QtyVariants + .PurchaseAction > button
{
	float: left;
}
.VariantSelect.CustomDropdown
{
	margin-top: 0;
	padding-bottom: 20px;
}
.VariantSelect .CustomDropdownDisplay
{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.VariantSelect .CustomDropdownItem[data-available="false"] .CustomDropdownText,
.VariantSelect .CustomDropdownSelected[data-available="false"]
{
	color: #888888;
}
.VariantSelect.CustomDropdown .dropdown-menu
{
	right: 0;
	width: 100%;
	min-width: 100%;
}
@media(max-width: 991px)
{
	.ProductQuantityPlusMinus .ProductQty
	{
		font-size: 16px;
	}
	.ProductContainer .ProductQty
	{
		font-size: 16px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Split Variants
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SplitVariantSelects
{
	/*padding-left: 6px;*/
}
.SplitVariantSelects > div
{
	padding: 0 9px 0 0;
}
.SplitVariantSelects > div:last-of-type
{
	padding: 0;
}
.VariantOption[data-unavailable="true"],
.VariantOption[data-unavailable="true"] .CustomDropdownText
{
	color: #999999;
}
.VariantOption[data-unavailable="true"],
.VariantOption[data-unavailable="true"] > *
{
	cursor: default !important;
	outline: 0;
}
.VariantOption[data-unavailable="true"]:hover
.VariantOption[data-unavailable="true"] a:hover,
.AddToCartComponent .VariantOption[data-unavailable="true"] a:hover
{
	background: transparent;
}
.SplitVariantSelects > .VariantMultiDropdown
{
	display: inline-block;
	float: left;
	min-width: 138px;
}
.VariantBoxes .VariantBoxOptions
{
	list-style: none;
}
.VariantBoxes .VariantOption
{
	text-align: center;
	text-transform: capitalize;
	font-size: 13px;
	border: 2px solid transparent;
	display: inline-block;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}
.VariantBoxes .VariantOption > span
{
	padding: 6px;
	border: solid 1px #cccccc;
	cursor: pointer;
	display: inline-block;
	min-width: 80px;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
}
.VariantBoxes .VariantOption.Selected > span,
.VariantBoxes .VariantOption > span:hover
{
	border: solid 1px transparent;
}
.VariantBoxes .VariantOption.Selected,
.VariantBoxes .VariantOption:hover:not([data-unavailable="true"])
{
	border: 2px solid #000000;
}
.VariantBoxes .VariantOption[data-unavailable="true"] > span
{
	border: solid 1px #e1e1e1;
	color: #b1b1b1;
}
.VariantBoxes .VariantDisplaySelected
{
	margin: 16px auto 6px auto;
	font-size: 14px;
	text-transform: capitalize;
}
.VariantBoxes .MessageList > li
{
	padding-bottom: 7px;
	padding-top: 0;
}
@media(max-width: 991px)
{
	.SplitVariantSelects .VariantMultiDropdown
	{
		max-width: 150px;
	}
}
@media(max-width: 991px)
{
	.SplitVariantSelects > div
	{
		padding-right: 0;
		padding-bottom: 20px;
	}
	.SplitVariantSelects .VariantMultiDropdown
	{
		max-width: 100%;
		width: 100%;
	}
}
.PricingContainer
{
	list-style-type: none;
}
.PricingContainer li
{
	display: inline-block;
}
li.MemberPricing
{
	clear: both !important;
}
.ProductAvailability
{
	clear: both;
	font-size: 13px;
}
.ProductAvailabilityText
{
	margin: 0 0 9px 10px;
	display: inline-block;
	min-height: 20px;
}
.ProductAvailabilityText[data-availability=""]
{
	margin: 0;
	min-height: 11px;
	display: block;
}
#ProductNotShownText
{
	font-size: 18px;
	text-align: center;
	padding-top: 60px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* PRODUCT GRID COMPONENT                              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SortOptions
{
	float: right;
	margin: 0 13px 20px 0;
}
@-moz-document url-prefix()
{
	@media (min-width: 992px)
	{
		.SortOptions select
		{
			left: 1px;
		}
	}
}
.SortOptions .CustomDropdownDisplay
{
	min-width: 190px;
	min-height: 52px;
	padding: 3px 6px 6px;
	line-height: 38px;
	transition: border-color ease-in-out .15s, drop-shadow ease-in-out .15s;
	box-sizing: border-box;
}
.SortOptions .CustomDropdownDisplay:focus,
.SortOptions .CustomDropdownDisplay:hover /*Delete this line to make the sort dropdown border styling the same as default input fields*/
{
	border-color: #000000;
}
.CustomDropdownSelected.pull-left
{
	padding-left: 8px !important;
	padding-top: 3px;
}
.SortOptions .dropdown-menu
{
	width: 100%;
	min-height: 50px;
	font-size: inherit;
}
.SortOptions .dropdown-menu > li > a
{
	padding: 3px 15px;
}
.SortOptions .pull-right i
{
	margin-right: 5px;
}
.CustomDropdownControl
{
	height: 100%;
	border: none;
}
@media(max-width: 991px)
{
	.CustomDropdownSelected.pull-left
	{
		padding-top: 0;
	}
	.SortOptions
	{
		width: 100%;
		margin-top: 20px;
		float: none;
	}
	.SortOptions .CustomDropdownDisplay
	{
		height: 58px;
		padding: 6px;
		line-height: 44px;
	}
	.CustomDropdownDisplay
	{
		width: 100%;
	}
}
@media(max-width: 403px)
{
	.SortOptions
	{
		margin: 20px 0;
	}
}
#spinner
{
	display: none;
	position: fixed;
	top: 45%;
	left: 50%;
	z-index: 9999;
	width: 35px;
	height: 35px;
	border-radius: 40px;
	-webkit-box-sizing: border-box;
	border: solid 4px rgba(147, 147, 147, 0.2);
	border-top-color: #ababab;
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
}
.ProductGridComponent
{

}
.ProductGridComponent .Breadcrumbs
{
	margin-bottom: 20px;
	padding-left: 11px;
	float: left;
}
.ProductGridComponent .CollectionTitle
{
	text-align: left;
	padding: 5px 0 10px 0;
	font-size: 20px;
	font-weight: normal;
	text-transform: capitalize;
}
ul.ProductGrid
{
	padding: 0;
	list-style: none;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
.ProductGrid > li
{
	margin: 0 11px 30px 11px;/*value read by javascript. the values in .ProductGridStoredMargin must match*/
	display: inline-block;
	vertical-align: top;
	min-width: 220px;/*value read by javascript*/
	max-width: 600px;/*value read by javascript*/
	box-sizing: border-box;
}
.container .ProductGrid > li
{
	min-width: 220px;/*value read by javascript*/
}
.ProductGrid .VariantSelect.CustomDropdown,
.CarouselComponent .VariantSelect.CustomDropdown
{
	margin-top: 0;
	padding-bottom: 0;
}
.ProductGrid .FloatLabel,
.CarouselComponent .FloatLabel
{
	font-size: 10px;
	top: 6px;
	left: 10px;
}
.ProductGrid .CustomDropdownSelected.pull-left,
.CarouselComponent .CustomDropdownSelected.pull-left
{
	padding-left: 10px !important;
	padding-top: 0;
}
.ProductGrid .CustomDropdown select,
.CarouselComponent .CustomDropdown select
{
	padding-left: 9px;
}
@-moz-document url-prefix()
{
	@media (min-width: 992px)
	{
		.ProductGrid .CustomDropdown select, .CarouselComponent .CustomDropdown select
		{
			left: 1px;
		}
	}
}
.ProductGrid .pull-right,
.CarouselComponent .pull-right
{
	padding-right: 2px;
}
.ProductGridStoredMargin
{
	margin-left: 11px;/*value read by javascript. the values in .ProductGridStoredMargin must match*/
	margin-right: 11px;/*value read by javascript. the values in .ProductGridStoredMargin must match*/
	display: none;
}
.ProductGrid .ProductName
{
	width: inherit;
	line-height: normal;
	margin-top: 3px;
	font-size: inherit;
	height: auto;/*default value for two lines. set height to auto if you want price to always be just below name*/
}
.ProductGrid .Image
{
	text-align: center;
	margin-bottom: 10px;
	max-width: 100%;
	background-color: #ffffff;
	position: relative;
}
.ProductGrid .ProductImg
{
	width: 100%;
	max-width: 100%;
}
.ProductGrid .Pricing
{
	clear: both;
	display: block;
	margin: 0 auto;
}
.ProductGrid ul.PricingContainer
{
	padding: 0;
	list-style: none;
	position: relative;
	margin: 0 auto;
}
.ProductGrid ul.PricingContainer li
{
	display: inline-block;
	padding: 0 4px 0 0;
}
.ProductGrid .RegularPricing
{
	width: 154px;
}
.ProductGrid .PricingContainer
{
	text-align: left;
}
.ProductGrid .PurchaseAction
{
	text-align: center;
}
@media (max-width: 991px)
{
	.ProductGridComponent
	{
		padding: 0 15px;
	}
	.ProductGrid > li
	{
		min-width: 150px;/*value read by javascript*/
	}
	.container .ProductGrid > li
	{
		min-width: 150px;/*value read by javascript*/
	}
}
@media (min-width: 380px) and (max-width: 991px){
	.ProductGrid .ProductQuantity
	{
		margin-right: 7px;
	}
	.ProductGrid .btnAddToCart
	{
		padding: 0 7px;
	}
	.ProductGrid .ProductQty
	{
		width: 25px;
		font-size: 16px;
	}
	.ProductGrid .ProductQuantity
	{
		width: 60px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CATALOG - Breadcrumbs                               */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductGrid .Breadcrumbs
{
	padding-top: 9px;
	float: left;
	width: auto;
}
.BreadcrumbsComponent
{
	padding: 0 14px 14px;
}
.Breadcrumbs li
{
	display: inline;
	color: #888888;
}
.Breadcrumbs li a
{
	color: #888888;
}
@media (max-width: 991px)
{
   .Breadcrumbs li
	{
	   font-size: 10px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CATALOG - RATING                                    */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductRating
{
	text-align: left;
	font-size: 12px;
	min-height: 22px;
}
.RatingOn
{
	opacity: 1;
}
.RatingOff
{
	opacity: .30;
}
.ProductRating .ReviewStars
{
	display: inline-block;
}
.ProductRating .ReviewCountAndText
{
	display: inline-block;
	padding-left: 0;
	text-transform: capitalize;
}
.ProductRating .ReviewStarsWrapper
{
	font-size: 13px;
}
.ProductRating .RatingOn
{
	color: #000000;
}
.ProductRating .RatingOff
{
	color: #aaaaaa;
}
.ProductRating .FullStarWrapper
{
	float: left;
}
.ProductRating .FullStar
{
	fill: #000000;
	width: 12px;
	height: 12px;
	margin-right: 5px;
}
.ProductRating .HalfStarWrapper
{
	float: left;
	margin-right: 5px;
}
.ProductRating .HalfStar
{
	width: 12px;
	height: 12px;
}
.ProductRating .lefthalfstar
{
	fill: #000000;
}
.ProductRating .righthalfstar
{
	fill:  #aaaaaa;
}
.ProductRating .EndStarWrapper
{
	float:left;
}
.ProductRating .EndStar
{
	width: 12px;
	height: 12px;
	fill: #aaaaaa;
	margin-right: 5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CATALOG - BADGE                                     */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductBadge
{
	text-align: left;
}
.ShapeBadge
{
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 99;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: normal;
}
/*save. used to hide badge text on hover for products that have transition hover effect */
/*.HoverTransition:hover .ShapeBadge
{
	display: none;
}*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CATALOG - PRICING                                   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SalePricing
{
	color: #e72b1e;
}
.OriginalPricing, .StrikeThroughPrice
{
	text-decoration: line-through;
}
.Pricing
{
	line-height: normal;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CATALOG - TRACKS                                   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductTracksComponent
{
	display: none;
	margin-top: 50px;
	margin-bottom: 20px;
}
.TrackControls
{
	background-color: #eeeeee;
	border-top: solid 1px #d1d1d1;
	border-bottom: solid 1px #d1d1d1;
	padding: 10px;
}
.DigitalProductName
{
	float: left;
	margin-top: 14px;
	font-size: 14px;
}
.DigitalFormatMobile
{
	float: left;
	margin-top: 17px;
}
.DigitalFormatDesktop
{
	margin-bottom: 4px;
}
.DigitalFormats
{
	float: right;
}
.DigitalFormats ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.DigitalFormats li
{
	background-color: #ffffff;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #666666;
	width: 53px;
	height: 45px;
	box-sizing: border-box;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
}
.DigitalFormatButton > div
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	width: 43px;
}
.DigitalFormats li:first-child
{
	margin-left: 0;
}
.DigitalFormats li.DigitalFormatBoxSelected
{
	border: solid 1px #000000;
	color: #000000;
}
.TrackListing
{
	display: none;
}
.ProductTracks
{
	padding: 12px 0;
	border-bottom: solid 1px #d1d1d1;
}
.ProductTracks div
{
	vertical-align: middle;

}
.ProductTracks ul
{
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.ProductTracks li
{
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
.PlayerControl
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	padding-right: 10px;
	box-sizing: border-box;
}
.PlayerControlActive
{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: solid 1px #000000;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	vertical-align: middle;
}
.PlayerControl a
{
	display: block;
}
.PlayerControl a:hover
{
	text-decoration: none;
}
.PlayerControl .TracksIcon
{
	display: none;
}
.ProductTracks:first-of-type span
{
	display: none;
}
.ProductTracks:first-of-type .TracksIcon
{
	display: inline-block;
}
.TrackVolumeSeparator
{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	background-color: #eeeeee;
	border-bottom: solid 1px #cccccc;
}
.TrackTitle
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.TrackArtist
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
li.TrackTime
{
	margin-top: 9px;
}
li.TrackPrice
{
	margin-top: 2px;
	text-align: center;
}
.TrackPriceBtn
{
	box-sizing: border-box;
	max-width: 118px;
	min-width: 100%;
	height: 30px;
}
.TrackPriceBtn:hover, .TrackPriceBtn:active, .TrackPriceBtn:visited, .TrackPriceBtn:focus
{
}
.AlbumOnlyText
{
	padding-top: 7px;
}
.TrackError
{
	clear: both;
	text-align: right;
	width: 100%;
	display: block;
	padding-bottom: 3px;
}
.DigitalFormatHelpComponent
{
	display: inline-block;
	margin-bottom: 2px;
	font-size: 13px;
}
.DigitalFormatHelpComponent div
{
	padding-right: 40px;
}
.DigitalFormatHelpComponent a
{
}
.DigitalFormatHelpComponent a:hover
{
	color: #818181;
	text-decoration: underline;
}
@media(max-width: 991px)
{
	.DigitalFormatHelpComponent
	{
		float: right;
	}
	.DigitalFormatHelpComponent div
	{
		padding-right: 0;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CAROUSEL - BASIC                                    */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.CarouselComponent
{
	clear: both;
}
.CarouselTitle
{
	padding: 5px 0 5px 0;
	font-size: 20px;
	font-weight: normal;
	text-transform: capitalize;
}
.CarouselContainer
{
	border: none;
	background-color: transparent;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.CarouselControls
{
	display: block;
	height: 100%;
	padding-top: 129px;
	box-sizing: border-box;
}
.CarouselLeftControl
{
	float: left;
	text-align: left;
}
.CarouselRightControl
{
	float: right;
	text-align: right;
}
.jcarousel-wrapper
{
	margin: 0 0 20px;
	position: relative;
	border-style: solid;
	padding: 15px 0;
	float: left;
	display: block;
	border: 0;
	width: 80%;
}
.ProductImgMed
{
	width: 300px;
}
.jcarousel
{
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 100%;
}
.jcarousel > ul
{
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 20000em;
}
.jcarousel > ul > li
{
	box-sizing: border-box;
	float: left;
	padding: 0 10px;
	width: 150px;
}
.jcarousel .Image img
{
	display: block;
	height: auto !important;
	width: 100%;
	min-width: 150px;
}
/** Carousel Controls **/
a.jcarousel-control-prev,
a.jcarousel-control-next
{
	padding: 0 6px;
	text-decoration: none;
	font-size: 32px;
	color: #cccccc;
	line-height: 32px;
}
a.jcarousel-control-prev:hover,
a.jcarousel-control-next:hover,
a.jcarousel-control-prev:focus,
a.jcarousel-control-next:focus
{
	text-decoration: none;
	color: #cccccc;
}
.jcarousel .PurchaseAction
{
	text-align: center;
}
.jcarousel .RegularPricing
{
}
.jcarousel ul.PricingContainer
{
	text-align: left;
	margin: 0;
	padding: 0;
}
.jcarousel ul.PricingContainer li
{
	display: inline;
	padding: 0 5px 0 0;
}
.jcarousel .Pricing
{
}
.jcarousel .ProductName
{
	text-align: left;
	margin-top: 3px;
	font-size: inherit;
	line-height: normal;
	height: auto;/*default value for two lines. set height to auto if you want price to always be just below name*/
}
.jcarousel .Image
{
	position: relative;
}
.CarouselComponent .QtyVariants
{
	position: relative;
}
.CarouselComponent .VariantSelect.CustomDropdown .dropdown-menu
{
	position: static;
	margin-bottom: 20px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CAROUSEL - VERTICAL                                 */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.VerticalCarousel .jcarousel
{
	min-height: 100px;
	max-height: 500px;
}
.VerticalCarousel .jcarousel ul li
{
	float: none;
	width: auto !important; /** Override inline styles generated by jcarousel **/
}
.VerticalCarousel .jcarousel .Image img
{
	min-width: 50px;
}
.VerticalCarousel .jcarousel-wrapper .jcarousel > ul
{
	max-width: 100% !important; /** Override inline styles generated by jcarousel **/
}
.VerticalCarousel .CarouselProduct
{
	max-width: 100%;
	text-align: center;
}
.CarouselTopControl,
.CarouselBottomControl
{
	padding-top: 0 !important; /** Override inline styles generated by jcarousel **/
	text-align: center;
}
.CarouselTopControl i,
.CarouselBottomControl i
{
	font-size: 16px;
	color: #888888;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* BEGIN HEADER COMPONENT - BASIC                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.HeaderComponent
{
	clear: both;
}
.Header
{
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-sizing: border-box;
}
.Header > div.container-fluid
{
	margin: 0;
}
.Header .navbar-header
{
	float: left;
	max-height: 60px;
	text-align: center
}
.HeaderLogo
{
	position: relative;
	margin-bottom: 10px;
	min-height: 40px;
}
.HeaderLogo a
{
	display: inline-block;
}
.HeaderLogo img
{
	max-width: 100% !important;
}
@media (max-width: 991px)
{
	.Header > div.container-fluid
	{
		padding: 0;
	}
}
#Section_Header .container-fluid .HeaderContainer
{
	padding: 0 15px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* HEADER: Mobile                                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#HeaderLogoMobile
{
	text-align: center;
	min-height: 30px;/*required*/
}
#HeaderLogoMobile a
{
	display: block;
}
#HeaderLogoMobile img
{
	max-width: 100%;
	max-height: 100%;
}
/*line-height for #HeaderMobile is set dynamically*/
.HeaderMobile
{
	padding: 0;
	vertical-align: middle;
}
#HeaderSmallWrapper, #HeaderSmallWrapper a, #HeaderSmallWrapper a:hover, #HeaderSmallWrapper a:active, #HeaderSmallWrapper a:visited
#HeaderSmallWrapper a:hover i
{
	color: #000000;
}
.HeaderMobile .panel-group
{
	margin-bottom: 0;
}
.HeaderMobile button.navbar-toggle
{
	border: none;
	background-color: transparent;
	margin: 0;
	float: none;
	padding-top: 0;
	min-height: 35px;
	min-width: 35px;
}
.HeaderMobile button.navbar-toggle:hover, .HeaderMobile button.navbar-toggle:active, .HeaderMobile button.navbar-toggle:focus
{
	background-color: transparent;
}
#HeaderSmallWrapper
{
	border: 0 none;
}
.HeaderMobile .panel-title .icon-cms-down-thin,
.HeaderMobile .panel-title .icon-cms-up-thin
{
	font-size: 50%;
	line-height: 2;
}
.HeaderMobile .navbar-collapse
{
	box-shadow: none;
	padding: 0;
}
.HeaderMobile .TopLevelCatNav
{
	background-color: #ffffff;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}
.HeaderMobile .TopLevelCatNav i, .HeaderMobile .TopLevel i
{
	line-height: 64px;
	vertical-align: middle;
	font-size: 22px;
}
.CatalogNavToggle
{
	line-height: 64px !important;
	vertical-align: middle;
}
.HeaderMobile .TopLevel.CustomLink a:hover,
.HeaderMobile .TopLevel.CustomLink a:active,
.HeaderMobile .TopLevel.CustomLink a:focus
{
	text-decoration: none;
}
.MailingListMenu .panel-title, #locationAndCurrency
{
	height: 64px;
	line-height: 64px;
	vertical-align: middle;
}
.MailingListBtn i
{
	line-height: 30px !important;
}
.MailingListMenu .panel-title,
#locationAndCurrency
{
	border: none;
}
.HeaderMobile .TopLevel
{
	background-color: #eeeeee;
	border-radius: 0;
	border-color: #dddddd;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin-bottom: 0;
}
.HeaderMobile .TopLevel a.HeaderNavMobileText
{
	width: 100%;
}
.HeaderMobile .TopLevelOn
{
	background-color: #ffffff;
}
.HeaderMobile .panel-title
{
	padding: 0 18px;
	min-height: 64px;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(204, 204, 204, 0.9);
}
.TopLevelCatNav .panel-title:active,
.HeaderMobile .subNode_help .panel-title:active
{
	background-color: #cccccc;
}
.TopLevelCatNav .CurrentDept
{
	background-color: #cccccc !important;
}
.HeaderMobile .subNode_help
{
	background-color: #ffffff;
}
.TopLevelCatNav .panel-title
{
	line-height: 64px;
	height: 64px;
	vertical-align: middle;
}
.TopLevelCatNav .panel-title,
.HeaderMobile .HomeLink
{
	border-bottom: solid 1px #dddddd;
	cursor: pointer;
}
.HeaderMobile .subNode i
{
	line-height: normal;
}
.HeaderMobile .subNode .panel-title:active,
.HeaderMobile .HomeLink:active
{
	background-color: #cccccc;
}
.HeaderMobile .subNode .panel-title
{
	border-top: solid 1px #dddddd;
	cursor: pointer;
	background-color: #eeeeee;
	padding: 0 18px;
}
.HeaderMobile .panel-title > a > i
{
	line-height: 16px;
	vertical-align: middle;
}
.HeaderMobile .panel-title > i
{
	cursor: pointer;
}
.panel.panel-default.TopLevel.SiteMenu
{
    line-height: normal;
}
.TopLevelCatNav a
{
	display: block;
}
.TopLevelCatNav .CatNavMobileText
{
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}
/* iphone 5 screen width */
@media (max-width: 320px)
{
	.TopLevelCatNav .CatNavMobileText
	{
		width: 75%;
	}
}
.TopLevelCatNav .SubNodeLevel2 .CatNavMobileText
{
	padding-left: 12px;
}
.TopLevelCatNav .SubNodeLevel3 .CatNavMobileText
{
	padding-left: 24px;
}
.TopLevelCatNav .SubNodeLevel4 .CatNavMobileText
{
	padding-left: 36px;
}
.TopLevelCatNav .SubNodeLevel5 .CatNavMobileText
{
	padding-left: 48px;
}
.TopLevelCatNav .subNode .MobileNavNoIcon
{
	width: 100%;
}
.CatNavMobileText, .HeaderNavMobileText
{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.HeaderMobile .panel-title a:hover, .HeaderMobile .panel-title a:focus, .HeaderMobile .panel-title a:active
{
	text-decoration: none;
}
.HeaderMobile .subNode_help .panel-title
{
	background-color: #ffffff;
	padding: 0 18px 0 34px;
	line-height: 64px;
	height: 64px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.HeaderMobile .subNode_help a:active, .HeaderMobile .subNode_help a:focus, .HeaderMobile .subNode_help a:hover
{
	text-decoration: none;
}
.HeaderMobile .subNode_help .HeaderNavMobileText:last-child
{
	border: none;
}
.HeaderMobile .panel-form
{
	padding: 0 18px 20px;
}
.HeaderMobile .ToggleIcon
{
	cursor: pointer;
}
.HeaderMobile .Copyright
{
	font-size: 12px;
    margin-top: 8px;
}
.HeaderMobile .ReturnsAddress
{
	font-size: 12px;
}
.HeaderMobile .SiteLinks
{
	margin-top: 8px;
}
.HeaderMobile .SiteLinks a
{
	font-size: 12px;
}
.HeaderMobile .SiteLinks ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.HeaderMobile .SiteLinks li
{
	border-right: solid 1px #000000;
	display: inline-block;
	margin: 0;
	padding: 0 6px 0 3px;
	line-height: 16px;
}
.HeaderMobile .SiteLinks li:first-child
{
	padding-left: 0;
}
@media (max-width: 991px)
{
	.HeaderMobile .SiteLinks li:nth-child(2)
	{
		padding-left: 0;
	}
}
.HeaderMobile .SiteLinks li:last-child
{
	border-right: 0 none;
	padding-right: 0;
}
.HeaderMobile .showLocationSelectionWarning
{
	text-align: left;
	background: #ffffff;
	width: 90%;
	padding-left: 22px;
	padding-bottom: 20px;
	line-height: normal;
	font-size: 11px;
}
.HeaderMobile #subNode_location_and_currency .panel-title
{
	background-color: #ffffff;
	border-top: solid 1px #cccccc;
	border-bottom: none;
	padding: 15px 22px;
	line-height: normal;
	height: 56px;
}
.HeaderMobile #subNode_location_and_currency .XSCurrencyRow
{
	cursor: pointer;
}
.HeaderMobile #subNode_location_and_currency .XSCurrencyRowFooter
{
	background-color: #eeeeee;
}
#HeaderMobileDeptName
{
	font-size: 22px;
	box-sizing: border-box;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0;
}
.SiteMenu .SiteLogo
{
	margin-top: 25px;
}
.SiteMenu .panel-title
{
	padding: 24px 20px 20px;
	min-height: 65px;
	height: auto;
}
.LoginErrors
{
	margin: 10px 1px;
}
.LoginMenu
{
	clear: both;
	display: block;
	height: 64px;
}
.LoginMenu .panel-title
{
	height: 64px;
	vertical-align: middle;
	line-height: 64px;
}
.LoginMenu .panel-title > a
{
	display: block;
	height: 100%;
	margin: 0;
}
.LoginMenu a:hover, a:visited, a:active
{
	text-decoration: none;
}
.HelpMenu
{
	min-height: 64px;
	display: block;
}
.HelpMenu:after
{
	clear: both;
}
.HelpMenu .panel-title
{
	height: 64px;
	vertical-align: middle;
	line-height: 64px;
}
.HelpMenu .panel-title:active
{
	background-color: #cccccc;
}
.MobileTelephone:active
{
	background-color: #cccccc;
}
.HeaderMobile .CustSvcHours
{
	color: #bababa;
	font-size: 12px;
	position: relative;
	top: -5px;
}
.MobileTelephone:hover .CustSvcHours, .MobileTelephone:focus .CustSvcHours
{
	color: #666666;
}
.SocialNetworkingMenu .panel-title
{
	padding: 0 18px 0;
	line-height: normal;
}
.SocialNetworkingMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.SocialNetworkingMenu li
{
	margin: 0;
	padding: 0 20px 0 0;
	display: inline-block;
}
.SocialNetworkingMenu .panel-title a
{
	color: #888888;
}
.SocialNetworkingMenu .panel-title a:hover, .SocialNetworkingMenu .panel-title a:active, .SocialNetworkingMenu .panel-title a:focus
{
	color: #666666;
}
.SocialNetworkingMenu i
{
	font-size: 27px;
	line-height: 65px;
	vertical-align: middle;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* NAVIGATION COMPONENT                                */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.Navigation .container-fluid
{
	padding: 0;
	width: 100%;
}
#Section_Header .container-fluid .Navigation .container-fluid
{
	padding: 0 15px;
	box-sizing: border-box;
}
.NavigationComponent .navbar
{
	border: none;
	border-radius: 0;
	padding: 5px 0 0;
}
.NavigationComponent .navbar-collapse
{
	padding: 0;
}
.NavigationComponent .nav-pills > li > a:hover, .NavigationComponent .nav-pills > li > a:focus, .NavigationComponent .nav-pills > li > a:active
{
	background-color: transparent;
}
.NavigationComponent .dropdown-menu
{
	background-clip: padding-box;
	background-color: #ffffff;
	border-color: #ccd0d1;
	border-style: solid;
	border-width: 0 1px 1px;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	margin: 0;
	min-width: 140px;
	padding: 5px 0;
}
.NavigationComponent .dropdown-menu > li > a
{
	padding: 3px 10px;
}
.NavigationComponent .dropdown-menu > li > a:hover, .NavigationComponent .dropdown-menu > li > a:focus, .NavigationComponent .dropdown-menu > li > a:active
{
	color: #000000;
	text-decoration: none;
}
.NavigationComponent li.dropdown:hover > ul.dropdown-menu
{
	display: block;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* NAVIGATION COMPONENT - Horizontal Menu              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.HorizontalNavigationBar
{
	position: relative;
	padding: 0 2px 0 0 !important;
}
.HorizontalCatNav
{
	white-space: nowrap;
	padding-left: 0;
	padding-bottom: 20px;
	max-width: 100%;
}
.HorizontalCatNav > li
{
	display: inline-block;
	float: none;
	/*DO NOT ADD LEFT AND RIGHT PADDING OR MARGINS HERE EVER. Only adjust ".HorizontalCatnav > li > a". */
}
.HorizontalCatNav > li > a
{
	border-radius: 0;
	padding: 0 15px 10px 15px;
	margin: 0;
	position: relative;
}
.HorizontalCatNav > li > a:first-child
{
	padding-left: 5px;
	margin: -5px;
}
.HorizontalCatNav > li > a:hover, .HorizontalCatNav > li > a:focus, .HorizontalCatNav > li > a:active
{
	color: #aaaaaa;
	text-decoration: none;
}
.HorizontalCatNav .CurrentDept
{
	color: #aaaaaa;
}
.HorizontalCatNav > li .dropdown-menu
{
	margin-left: 4px;
}
.HorizontalCatNav > li:first-child .dropdown-menu
{
	margin-left: -11px;
}
div.NavDivider
{
	float: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* NAVIGATION COMPONENT - Vertical Single Column       */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.VerticalCatNav
{
	padding-left: 22px;
}
.VerticalCatNav .dropdown-menu
{
	position: relative;
	z-index: inherit;
	top: inherit;
	float: none;
	border: none;
	background-color: transparent;
	box-shadow: none;
	width: auto;
	padding: 0;
}
.VerticalCatNav.nav-pills > li
{
	padding: 0;
	margin: 0;
	display: block;
	float: none;
}
.VerticalCatNav.nav-pills > li > a
{
	padding: 5px 0;
	margin: 0;
	display: inline-block;
	width: 85%;
	line-height: normal;
	border-radius: 0;
}
.VerticalCatNav.nav-pills > li > a:hover
{
	text-decoration: underline;
}
.TreeViewDropDown
{
	margin:0 -1px;
}
.TreeViewDropDownMenu 
{
	padding: 3px 0 3px 16px;
	list-style-type: none;
}
.TreeViewDropDownMenu > li > a
{
	padding: 5px 0;
	line-height: 1.3;
	display: inline-block;
}
.VerticalCatNav .CurrentDept
{
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* NAVIGATION COMPONENT - Sub Navigation Bar           */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SubNavBar
{
	list-style: none;
	margin: 0 0 12px;
	padding: 16px 0 8px;
	font-size: 12px;
	line-height: normal;
	box-sizing: border-box;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	color: #aaaaaa;
}
.SubNavBar > li
{
	margin: 0;
	padding: 0 0 8px;
	display: inline-block;
}
.SubNavBar .ActiveSubNav
{
	color: #aaaaaa;
}
.SubNavBar a:hover
{
	text-decoration: none;
	color: #aaaaaa;
}
.SubNavBar .NavDivider
{
	padding: 0 10px 8px 10px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* NAVIGATION COMPONENT - Vertical Multi-Column Layout */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.VerticalMultipleColNav
{
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.MegaNavHoverMenu
{
	z-index: 999999;
	position: absolute;
	left: 0;
}
.VerticalMultipleColNav a:hover
{
	text-decoration: none;
}
.FixedNavContainer
{
	padding: 0 0 20px;
}
.ColumnarNavContainer
{
	padding: 15px 15px 20px;
	background-color: #ffffff;
	min-height: 250px;
	text-align: left;
}
.MultiNavContainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.MultiNavContainer ul > li
{
	/*display: inline-block; *//* unhide this line to force first level to start on new column */
	width: 100%;
	font-weight: normal;
}
.MultiNavContainer > ul > li
{
	font-weight: bold;
	padding-bottom: 20px;
}
.MultiNavContainer ul > li > ul > li
{
	padding-top: 8px;
}
.MultiNavContainer ul > li > ul > li:first-child
{
	padding-top: 10px;
}
.MultiNavContainer
{
	-webkit-column-count: 4;
	-moz-column-count: 4;
	-ms-column-count: 4;
	-o-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	-ms-column-gap: 60px;
	-o-column-gap: 60px;
	column-gap: 60px;
	columns: 4;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* SEARCH FORM                                         */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SearchIcon
{
	color: #000000;
	float: right;
}
.HeaderComponent .SearchIcon
{
	float: none;
	position: absolute;
	bottom: 0;
	right: 18px;
}
.HeaderComponent .SearchAreaContent
{
	top: auto;
}
.HeaderComponent .SearchForm
{
	padding: 15px;
	top: 0;
	left: -15px;
}
.HeaderComponent .SearchAreaContent .Controls .InputField input
{
	width: 920px;
}
.HeaderComponent .SearchAreaContent .Controls
{
	width: 930px;
	height: 40px;
}
.HeaderComponent .SearchAreaContent .Controls:after
{
	clear: both;
}
.SearchIcon .icon-cms-spyglass
{
	font-size: 20px;
	cursor: pointer;
}
.SearchAreaContent
{
	position: absolute;
	z-index: 100;
	width: 100%;
	display: none;
	top: 20px;
}
.SearchForm
{
	position: absolute;
	background-color: #ffffff;
	opacity: .8;
	box-sizing: border-box;
}
.SearchAreaContent .Controls .InputField
{
	float: left;
	margin: 8px 0 0 0;
	width: 100%;
}
.SearchAreaContent .Controls .InputField input
{
	width: 100%;
	line-height: 28px;
	vertical-align: middle;
	font-size: 28px;
	color: #333333;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: none;
	text-transform: uppercase;
}
.SearchAreaContent input::-webkit-input-placeholder
{
	color: #333333 !important;
	text-transform: uppercase;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE 8/9 */
}
/* Firefox 19+ */
.SearchAreaContent input::-moz-placeholder
{
	color: #333333 !important;
	text-transform: uppercase;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE 8/9 */
}
.SearchAreaContent input:-ms-input-placeholder
{
	color: #333333 !important;
	text-transform: uppercase;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE 8/9 */
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* SEARCH FORM MOBILE                                  */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SearchMenu
{
	font-size: 14px;
}
.SearchMenu .panel-title
{
	box-sizing: border-box;
	height: 70px;
	line-height: 1;
	padding: 10px 15px;
	vertical-align: middle;
}
.SearchMenu .form-group
{
	margin-bottom: 0;
}
.SearchMenu .input-group-addon
{
	padding: 0;
	background-color: #ffffff;
	border: none;
	height: 45px;
}
.SearchMenu .form-control
{
	font-size: 16px;
	border: none;
	height: 50px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.SearchMenu button
{
	border: none;
	background-image: none;
	background-color: transparent;
}
.SearchMenu button i
{
	margin-right: 5px;
	line-height: 45px !important;
	height: 45px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* SEARCH RESULTS                                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SearchResults
{
	text-align: center;
	font-size: 16px;
	padding: 10px 0 32px;
}
.SearchResultsTerm
{
	font-weight: bold;
}
.SearchResultsArtists
{
	padding-bottom: 10px;
	border-bottom: solid 2px #cccccc;
	margin-bottom: 20px;
}
.SearchResultsArtists ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.SearchResultsArtists li
{
	padding: 0;
	margin: 0 20px 10px 0;
	display: inline-block;
	width: 120px;
	vertical-align: top;
}
.SearchResultsArtist div
{
	text-align: center;
}
.SearchResultsArtistsImage
{
	margin-bottom: 5px;
	width: 120px;
	height: 90px;
}
.SearchResultsProducts .ProductGridContainer
{
	border-top: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* SEARCH BAR COMPONENT                                */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SearchBarContent
{
	width: 160px;
	height: 40px;
	box-sizing: border-box;
	overflow: hidden;
}
.SearchBarInputOuter
{
	overflow: hidden;
	height: 100%;
	/*background-color: #ffffff*/
}
.SearchBarInput
{
	width: 100%;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	box-sizing: border-box;
	border-right: none;
}
.SearchBarIcon
{
	float: right;
	width: 40px;
	height: 40px;
	line-height: 34px;
	vertical-align: middle;
	border-width: 1px;
	border-radius: 0;
	padding: 2px 0 0;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* SITE NAV                                            */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SiteNavCartSummary
{
	position: relative;
	margin: 0;
}
.SiteNav
{
	text-align: right;
	padding: 4px 0 8px;
}
ul.HeaderTopLinks
{
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.HeaderTopLinks > li
{
	padding: 0;
	margin-right: 3px;
	display: inline-block;
	z-index: 9;
}
ul.HeaderTopLinks > li > a
{
	font-size: 14px;
}
.HeaderComponent .ToggleCurrencyLink
{
	margin-left: 12px;
}
.HeaderComponent .ToggleCurrencyLink > img
{
	top: -2px;
}
.ToggleCurrencyLink span
{
	font-size: 16px;
	padding-left: 3px;
}
.HeaderTopLinks a.ToggleCurrencyLink
{
	text-decoration: none;
}
.ToggleCurrencyLink:hover
{
	text-decoration: none;
}
.ToggleCurrencyLink span:hover,
.ToggleCurrencyLink:hover span
{
	text-decoration: underline;
}
.ToggleCurrencyLink:hover
{
	cursor: pointer;
}
.ToggleCurrencyLink img
{
	width: 25px;
	position: relative;
	top: -3px;
}
@media (max-width: 991px)
{
	.header_navCollapse
	{
		margin: 0 -15px 0 0;
		border: none;
		padding: 0;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* META NAV                                            */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.AccountLinks
{
	list-style: none;
}
.AccountLinks > li
{
	display: inline-block;
}
.AccountLinks > li > a
{
	font-size: 14px;
}
.AccountLinks .linkDivider
{
	padding: 0 5px;
}
.MetaNavComponent
{
	display: inline-block;
	float: right;
}
.MetaNavComponent .loggedOut, .MetaNavComponent .loggedIn
{
	display: none;
}
.MetaNavComponent .loggedOut, .MetaNavComponent .loggedIn
{
	display: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* NAV TOGGLE                                          */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.MobileNavToggle button
{
	vertical-align: middle;
	line-height: inherit;
}
.icon-cms-hamburger
{
	font-size: 28px;
	line-height: inherit;
	vertical-align: middle;
	color: #000000;
}
@media (max-width: 991px)
{
/*
	.MobileNavToggle
	{
		padding: 0;
	}
	.MobileNavToggle button
	{
		padding: 0;
	}
*/
	.icon-cms-hamburger
	{
		font-size: 24px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CART SUMMARY                                        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.HeaderComponent .CartSummary
{
	margin-left: 10px;
	top: 3px;
	position: relative;
}
.CartSummary
{
	text-align: right;
}
.CartSummary a
{
	position: relative;
	line-height: normal;
	text-decoration: none !important;
}
.CartSummary a:hover, #CartSummary a:active, #CartSummary a:focus
{
	text-decoration: none;
}
.CartSummaryBadge
{
	position: absolute;
	top: -14px;
	right: -4px;
	background-color: #ed1c24;
	border-radius: 50%;
	min-width: 16px;
	height: 16px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	padding: 0 2px;
	margin: 0;
	box-sizing: border-box;
}
#CartSummaryMobile
{
	vertical-align: middle;
	line-height: inherit;
}
#CartSummaryMobile a, #CartSummaryMobile a:hover, #CartSummaryMobile a:active, #CartSummaryMobile a:focus
{
	text-decoration: none !important;
}
#CartSummaryMobile.CartSummary
{
	text-align: right;
	padding: 0 25px 0 0;
	margin-left: 0;
}
#CartSummaryMobile .CartSummaryBadge
{
	right: -2px;
	top: -10px;
}
.ShoppingCartIcon
{
	font-size: 16px;
	color: #000000;
}
#CartSummaryMobile .ShoppingCartIcon
{
	font-size: 20px;
	line-height: inherit;
	vertical-align: middle;
}
.CartSummaryQty
{
	display: block;
}
@media (max-width: 991px)
{
	.CartSummary
	{
		margin-left: 0;
	}
	#CartSummaryMobile.CartSummary
	{
		padding-right: 15px;
	}
}
.CartIconText
{
	display: inline-block;
	padding-right: 7px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* MINI-CART                                           */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.MiniCartComponent
{
	display: inline-block;
	position: relative;
	float: right;
}
.MiniCart
{
	background-color: #ffffff;
	padding: 5px;
	position: absolute;
	z-index: 999999;
	/*top: 18px;*/
	right: 0;
	color: #000000;
	cursor: default;
	display: none;
	border: solid 1px #dddddd;
}
.MiniCart a
{
	color: #ffffff;
}
.MiniCartContents
{
	max-height: 315px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #ffffff;
	color: #000000;
	padding: 6px;
	text-align: left;
	line-height: normal;
	border-bottom: solid 1px #dddddd;
}
.MiniCartContents .Items
{
	width: 320px;
	min-height: 40px;
}
.MiniCartContents .Item
{
	width: 320px;
	padding: 6px 0;
}
.MiniCartContents .Item:not(:last-child)
{
	border-bottom: solid 1px #dddddd;
}
.MiniCartContents .Image
{
	float: left;
	width: 88px;
}
.MiniCartContents .Image img
{
	width: 75px;
	height: 75px;
	display: block;
}
.MiniCartContents .Details
{
	float: left;
	width: 200px;
	margin-right: 4px;
	font-size: 12px;
}
.MiniCartContents .Name
{
	font-size: 12px;
	margin-bottom: 5px;
}
.MiniCartContents .EllipsisTwo
{
	height: 30px;
	overflow: hidden;
}
.MiniCartContents .Selection
{
	clear: both;
}
.MiniCartContents .Label
{
	display: inline-block;
}
.MiniCartContents .Value
{
	display: inline-block;
}
.MiniCartContents .DeleteItem
{
	float: left;
	font-size: 7px;
	width: 7px;
	height: 7px;
	cursor: pointer;
	color: #999999;
}
.MiniCartContents .DeleteItem:hover
{
	color: #666666;
}
.MiniCartControls
{
	padding: 5px 7px 5px 0;
	line-height: normal;
}
.MiniCartControls .SubtotalControl
{
	float: right;
	font-size: 1.2em;
	text-align: right;
	width: 50%;
}
.MiniCartControls button
{
	clear: both;
	float: right;
	margin-top: 7px;
}
.MiniCartControls .btn
{
	padding: 7px 30px;
}
#MiniCart .MiniCartControls a, #MiniCart .MiniCartControls a:hover, #MiniCart .MiniCartControls a:visited, #MiniCart .MiniCartControls a:active
{
	color: #000000;
	text-transform: uppercase;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* MAILING LIST COMPONENT                              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.MailingListTitle
{
	margin: 10px 0 5px;
	text-transform: uppercase;
	font-size: 18px;
}
.MailingListComponent .MailingListForm
{
	margin-bottom: 0;
}
.MailingListComponent a
{
	display: block;
	color: #888888;
}
.MailingListComponent a:hover, .MailingListComponent a:active, .MailingListComponent a:focus
{
	color: #666666;
	text-decoration: none;
}
.MailingListComponentInput
{
	float: left;
	width: 80%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	border-right: none;
}
.MailingListComponentBtn
{
	float: left;
	width: 30px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px;
	border-radius: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}
.MailingListComponentBtn i
{
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* FOOTER - Tablet/Desktop                             */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.Footer
{
	margin: 0;
	border-radius: 0;
	padding-top: 10px;
	border: none;
}
.FooterTitle
{
	margin: 10px 0 5px;
	text-transform: uppercase;
	font-size: 18px;
}
.Footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.Footer li
{
	margin: 0;
	padding: 0;
}
.FooterNav
{
	min-height: 215px;
}
.FooterNav li
{
	padding: 0 10px 10px 0;
	display: block;
}
.FooterNavList
{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.QuestionsConcerns li
{
	padding: 0 0 10px;
	display: block;
}
.FooterMailingListSocial .MailingListForm
{
	margin-bottom: 0;
}
.FooterMailingListSocial a
{
	display: block;
	color: #888888;
}
.FooterMailingListSocial a:hover, .FooterMailingListSocial a:active, .FooterMailingListSocial a:focus
{
	color: #666666;
	text-decoration: none;
}
.FooterMailingListSocial ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.FooterMailingListSocial li
{
	margin: 0;
	padding: 0 15px 0 0;
	display: inline-block;
}
.MailingListInputOuter
{
	overflow: hidden;
	padding: 0;
	background-color: #ffffff;
}
.MailingListInputFooter
{
	width: 100%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	box-sizing: border-box;
	border-right: none;
}
.FooterMailingListSocial .MailingListBtn
{
	float: right;
	width: 30px;
	height: 50px;
	line-height: 44px;
	vertical-align: middle;
	border-width: 1px;
	border-radius: 0;
	padding: 0 0 4px;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}
.FooterMailingListSocial .MailingListBtn i
{
}
.FooterSocialNoIcons
{
	line-height: 20px;
}
.FooterSocialIcons
{
	height: 88px;
	line-height: 88px;
	vertical-align: middle;
}
.FooterSocialIcons ul
{
	white-space: nowrap;
	overflow: hidden;
}
.FooterSocialIcons i
{
	font-size: 22px;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.ReturnsAddressFooter
{
	font-size: 11px;
	padding: 0 16px 3px;
}
.FooterLogo img
{
	max-width: 100%;
}
.Copyright
{
	font-size: 11px;
}
.FooterLinks
{
	font-size: 86%;
	padding: 20px 16px 3px;
}
.FooterLinks ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.FooterLinks li
{
	border-right: solid 1px #000000;
	display: inline-block;
	margin: 0;
	padding: 0 6px 0 3px;
}
.FooterLinks li:first-child
{
	padding-left: 0;
}
.FooterLinks li:last-child
{
	border-right: 0 none;
	padding-right: 0;
}
.CopyrightFooter
{
	padding: 0 16px 20px;
}
.CopyrightReturnsAddress
{
	font-size: 79%;
	padding: 0 0 20px;
}
.CopyrightReturnsAddress ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.CopyrightReturnsAddress li
{
	display: block;
	margin: 0;
	padding: 0 6px 0 3px;
}
@media(max-width: 991px)
{
	.FooterLinks
	{
		font-size: 78%;
	}
	.CopyrightReturnsAddress
	{
		font-size: 56%;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* MISCELLANEOUS                                       */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.BannerControlImage
{
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.BannerControlImagePrev
{
	margin-left: -15px;
	left: 25%;
}
.BannerControlImageNext
{
	margin-right: -15px;
	right: 25%;
}
.BannerImage
{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.BannerContainer
{
	display: inline-block;
	margin: 0 auto;
}
.BannerContainer.left .HoverLayer, .BannerContainer.right .HoverLayer
{
	display: none;
}
.carousel-control.BannerControlArea
{
	top: 50%;
	bottom: auto;
	text-shadow: none;
}
.SocialShareLinkContainer
{
	font-size: 12px;
	cursor: pointer;
}
.SocialShareLink a, .SocialShareDropdownMenu > li > a
{
	font-size: 16px;
	color: #000000;
}
li.SocialShareLink > a:hover, .SocialShareDropdownMenu > li > a:hover
{
	background-color: transparent;
	color: #999999;
}
.SocialShareLinkContainer .SocialShareLink > a
{
	padding: 8px;
}
.SocialShareLink .tooltip
{
	margin-top: 5px;
	margin-left: 18px;
	font-size: 11px;
}
.SocialShareLink .tooltip .tooltip-inner
{
	background: #efefef;
	color: #000000;
	border-radius: 0;
	opacity: 1;
}
.SocialShareLink .tooltip .tooltip-arrow
{
	display: none;
}
.SocialShareDropdownMenu
{
	min-width: 100%;
	border-radius: 0;
	box-shadow: none;
	border: none;
	text-align: right;
}
.SocialShareDropdownMenu .SocialShareLink > a
{
	padding: 4px 8px;
}
.VerticalList .SocialShareLink.SocialShare-facebook .tooltip
{
	margin-left: 7px;
}
.VerticalList .SocialShareLink .tooltip
{
  margin-left: 0;
}
.SocialShareLinkContainer .open > ul.HorizontalList
{
	display: inline-flex;
	top: -11px;
	left: 100%;
	margin-top: 0;
}
.SocialShareDropdownText
{
	vertical-align: middle;
	padding: 0 2px 0 0;
	font-size: 12px;
}
.SocialShareDropdownLink .icon-cms-down
{
	font-size: 40%;
	padding-top: 2px;
}
.SocialShareDropdownLink .icon-cms-next
{
	font-size: 50%;
	padding-top: 1px;
}
.SocialShareLinkContainer .SocialShareDropdownLink
{
	padding: 0;
	border-radius: 0;
}
.SocialShareLinkContainer .SocialShareDropdownLink:hover,
.SocialShareLinkContainer .SocialShareDropdownLink:focus,
.SocialShareLinkContainer .SocialShareDropdownLink:active,
.SocialShareLinkContainer .open .SocialShareDropdownLink,
.SocialShareLinkContainer .open .SocialShareDropdownLink:hover,
.SocialShareLinkContainer .open .SocialShareDropdownLink:focus,
.SocialShareLinkContainer .open .SocialShareDropdownLink:active
{
	background: transparent;
}
@media(max-width: 991px)
{
	.SocialShareComponent
	{
		margin-bottom: 20px;
	}
	.SocialShareComponent .HorizontalList
	{
		text-align: center;
	}
	.SocialShareComponent .HorizontalList > li
	{
		display: inline;
		float: none;
	}
}
/**
 * Variant Add to Cart Overlay (Product QuickView)
 **/
.ProductOptionsOverlay .modal-content
{
	width : 730px;
	position : relative;
	color: #000000;
}
.ProductOptionsOverlay .modal-body
{
	padding-top: 0;
	padding-bottom: 15px;
}
.ProductOptionsOverlayHeader
{
	padding-bottom: 0;
}
@media (min-width: 768px)
{
	.ProductOptionsOverlay .ProductContainer
	{
		padding-left: 0;
	}
}
.ProductOptionsOverlay .VariantSelect
{
	margin-top: 15px;
}
.ProductOptionsOverlay .VariantSelect .CustomDropdownDisplay
{
	height: 38px;
}
.ProductOptionsOverlay .VariantSelect .CustomDropdownHtml .CustomDropdownDisplay
{
	line-height: 36px;
}
.ProductOptionsOverlay .SplitVariantSelects
{
	padding-left: 0;
}
.ProductOptionsOverlay .SplitVariantSelects > .VariantMultiDropdown
{
	padding: 0;
	margin-right: -15px;
	min-width: 138px;
}
.ProductOptionsOverlay .SplitVariantSelects > .VariantMultiDropdown:last-of-type
{
	margin-left: 0;
}
.ProductOptionsOverlay .SplitVariantSelects .VariantMultiDropdown:first-child
{
	margin-right: 15px;
	margin-left: 0;
}
.ProductOptionsOverlay .VariantBoxes
{
	margin-left: -11px;
	margin-bottom: 20px;
}
.ProductOptionsOverlay .CustomDropdown .dropdown-menu > li > a
{
	padding: 8px 5px;
}
.ProductOptionsOverlay .ProductQuantity,
.ProductOptionsOverlay .ProductQuantityLabel
{
	height: 40px;
	line-height: 38px;
	font-size: 12px;
}
.ProductOptionsOverlay .ProductQty
{
	height: 36px;
}
.ProductOptionsOverlay .PurchaseAction > button
{
	width: 100%;
	height: 38px;
	background: #000000;
	color: #ffffff;
	font-size: 18px;
}
.ProductOptionsOverlay .Image
{
	text-align: center;
}
.ProductOptionsOverlay .ProductImg
{
	width: 100%;
}
.ProductOptionsOverlay .ProductName, .ProductOptionsOverlay .Pricing
{
	font-size: 19px;
	color: #000000;
	line-height: 21px;
}
.ProductOptionsOverlay button.close
{
	opacity: 1;
	font-size: 18px;
	color: #999999;
}
.ProductOptionsOverlay .VariantSelect.CustomDropdown
{
	padding: 0;
}
.ProductOptionsOverlay .VariantSelect,
.ProductOptionsOverlay .VariantSelect .dropdown-menu
{
}
.ProductOptionsOverlay .AddToCartError
{
	margin-top: 45px;
}
@media (max-width: 991px)
{
	.ProductOptionsOverlay .ProductQty
	{
		font-size: 16px;
	}
	.ProductOptionsOverlay .modal-content
	{
		width: 100%;
	}
	.ProductOptionsOverlay .PurchaseAction
	{
		text-align: center;
	}
	.ProductOptionsOverlay .VariantSelect.CustomDropdown
	{
		min-width: 135px;
	}
	.ProductOptionsOverlay .VariantSelect .CustomDropdownDisplay
	{
		line-height: 38px;
	}
	.ProductOptionsOverlay .VariantSelect,
	.ProductOptionsOverlay .VariantSelect .dropdown-menu
	{
		min-width: auto;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* VIDEO                                               */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.videoWrapper
{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* ADD TO CART COMPONENT                               */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.AddToCartComponent
{
	margin: 0;
}
.AddToCartComponent .SingleVariantSelect
{
	max-width: 240px;
}
.AddToCartComponent .CustomDropdown select
{
	height: 50px;
	min-width: 100%;
}
.AddToCartComponent .CustomDropdownDisplay
{
	min-height: 50px;
	min-width: 100%;
	transition: border-color ease-in-out .15s, drop-shadow ease-in-out .15s;
}
.AddToCartComponent .CustomDropdownDisplay:focus,
.AddToCartComponent .CustomDropdownDisplay:hover /*Delete this line to make the sort dropdown border styling the same as default input fields*/
{
	border-color: #000000;
}
.AddToCartComponent .CustomDropdown .dropdown-menu
{
	border: solid 1px #cccccc;
	border-top: none;
}
.AddToCartComponent .CustomDropdown .dropdown-menu a
{
	text-align: left;
	padding-left: 15px;
	line-height: 31px;
}
.AddToCartComponent .CustomDropdown .dropdown-menu li:not([data-unavailable="true"]) a:hover
{
	background: #dddddd;
}
.AddToCartComponent .VariantSelect .CustomDropdownDisplay,
.AddToCartComponent .VariantSelect.CustomDropdown .dropdown-menu
{
	min-width: 140px;
}
.AddToCartComponent .VariantSelect.CustomDropdown
{
	padding-bottom: 0;
}
.AddToCartComponent .CustomDropdownHtml .CustomDropdownDisplay
{
	line-height: 38px;
	padding: 3px 6px 6px;
}
.AddToCartComponent .QuantityAddToCartContainer
{
	margin: 0 0 20px;
	clear: both;
}
.AddToCartComponent .VariantSelectContainer
{
	margin-bottom: 9px;
}
.AddToCartComponent .QuantityAddToCartContainer > *:first-child:not(.ProductAvailability)
{
	/*margin-top: 20px;*/
}
.AddToCartComponent .ProductQuantity
{
	float: left;
	text-align: center;
	margin-bottom: 22px;
}
.AddToCartComponent .AddToCartArea
{
	margin-left: 108px;
	min-width: 244px;
}
.AddToCartComponent .btnAddToCart
{
	font-size: 20px;
	width: 100%;
	height: 52px;
}
.AddToCartComponent .PurchaseAction .MessageList
{
	max-width: 244px;
}
.PurchaseErrorMessage li
{
	padding-bottom: 10px;
}
.PurchaseErrorMessage li:first-child
{
	padding-top: 10px;
}
.AddToCartComponent .ProductQty
{
	border: none;
	height: 42px;
	font-size: 14px;
	width: 60px;
	padding: 0;
	margin-left: -3px;
}
.AddToCartComponent .ProductQuantity
{
	margin-bottom: 0
}
.AddToCartComponent .ProductQuantityLabel
{
	width: 25px;
	line-height: 44px;
	vertical-align: middle;
	font-size: 12px;
}
.AddToCartComponent .ProductQuantityPlusMinus
{
	width: 108px;
	margin-top: 4px;
	margin-right: 0;
	text-align: left;
}
.AddToCartComponent .ProductQuantityPlusMinus .ProductQty
{
	padding: 0;
	margin: 0 0 6px;
	width: 20px;
	height: 20px;
}
.AddToCartComponent .ProductQuantityTextfield
{
	float: left;
	height: 42px;
	line-height: 42px;
	vertical-align: middle;
}
.AddToCartComponent .ProductQuantityTextfield .ProductQty
{
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}
.AddToCartComponent .ProductQuantityTextfield .ProductQuantityLabel
{
	margin-right: 20px;
	padding-left: 0;
	float: left;
	font-size: 12px;
}
.AddToCartComponent .ProductQuantityDropdown
{
	border: none;
	height: 44px;
	width: 85px;
}
.AddToCartComponent .ProductQuantityDropdown .dropdown-menu
{
	max-height: 115px;
	overflow-y: scroll;
}
.QtyDropdownFloatingLabel
{
	position: absolute;
	z-index: 1;
	margin-left: 15px;
	margin-top: 6px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #888888;
}
#CustomDropdownSelected_ProductQty
{
	color: #000000;
	padding-top: 9px;
}
#pull-right_DropdownIcon_ProductQty
{
	padding-top: 4px;
}
@media(max-width: 991px)
{
	.AddToCartComponent .btnAddToCart
	{
		width: 190px;
	}
	.AddToCartComponent .CustomDropdownHtml .CustomDropdownDisplay
	{
		line-height: 46px;
	}
}
@media(max-width: 991px)
{
	.AddToCartComponent .CustomDropdownDisplay,
	.AddToCartComponent .CustomDropdown select
	{
		height: 58px;
	}
	.AddToCartComponent .CustomDropdownHtml .CustomDropdownDisplay
	{
		padding: 6px !important;
	}
	.dropdown-menu
	{
		font-size: inherit;
	}
	.QtyDropdownFloatingLabel
	{
		font-size: 13px;
		margin-top: 8px;
	}
	.AddToCartComponent
	{
		margin: 15px 0;
	}
	.AddToCartComponent .btnAddToCart
	{
		width: 100%;
		height: 58px;
	}
	.AddToCartComponent .SingleVariantSelect
	{
		max-width: 100%;
	}
	.AddToCartComponent .ProductQuantityDropdown
	{
		width: 100%;
		margin-bottom: 22px;
		height: 58px;
	}
	.AddToCartComponent .ProductQuantityTextfield
	{
		margin-bottom: 20px;
		width: 100%;
	}
	.AddToCartComponent .ProductQuantityTextfield .ProductQuantity
	{
		width: 100%;
	}
	.AddToCartComponent .ProductQuantityTextfield .ProductQuantityLabel
	{
		margin-right: 10px;
	}
	.AddToCartComponent .ProductQty
	{
		font-size: 16px;
	}
	.AddToCartComponent .ProductQuantityTextfield .ProductQty
	{
		margin-left: 0;
	}
	.AddToCartComponent .ProductQuantityPlusMinus
	{
		margin-top: 0;
	}
	.AddToCartComponent .AddToCartArea
	{
		width: 100%;
		margin-left: 0;
		margin-bottom: 26px;
	}
}
@media(max-width: 450px)
{
	.AddToCartComponent .ProductQuantityTextfield .ProductQty
	{
		width: 25px;
	}
	.AddToCartComponent .ProductQuantityTextfield .ProductQuantity
	{
		width: 85%
	}
	.AddToCartComponent .VariantSelect .CustomDropdownDisplay,
	.AddToCartComponent .VariantSelect.CustomDropdown .dropdown-menu
	{
		min-width: 140px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* ADD TO CART: PERSONALIZATION                        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.PersonalizationEnabledText
{
	display: block;
	font-weight: bold;
	margin: 0 0 8px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* ADD TO CART: SUBSCRIPTION                           */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SubscriptionIntroText
{
	font-size: 114%;
	margin: 0 0 16px;
	clear: both;
}
.AddToCartChoice
{
	padding-left: 0;
	padding-right: 0;
	margin: 0 0 16px;
	clear: both;
}
.AddToCartRadio
{
	float: left;
	width: 32px;
}
.AddToCartChoiceName
{
	font-size: 114%;
	margin-left: 32px;
}
.QuantityAddToCartSubscriptionContainer .ProductQuantity
{
	float: left;
	display: block;
	margin-bottom: 20px;
}
.SubscriptionScheduleChoice
{
	min-width: 244px;
	margin-left: 108px;
	margin-bottom: 20px;
}
.AddToCartComponent .SubscriptionAddToCart
{
	clear: both;
	width: 100%;
	text-align: left;
	margin-left: 0;
}
.AddToCartComponent .SubscriptionAddToCart .btnAddToCart
{
	width: 100%;
}
@media(max-width: 991px)
{
	.SubscriptionIntroText
	{
		font-size: 100%;
		margin: 0 0 20px;
	}
	.AddToCartChoice
	{
		margin-bottom: 16px;
	}
	.SubscriptionChoice
	{
		margin-bottom: 21px;
	}
	.AddToCartChoiceName
	{
		font-size: 100%;
	}
	.QuantityAddToCartSubscriptionContainer .ProductQuantity
	{
		float: none;
		width: 100%;
	}
	.SubscriptionScheduleChoice
	{
		clear: both;
		margin-left: 0;
		width: 100%;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* PRODUCT IMAGE COMPONENT                             */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductImageComponent
{
	margin-bottom: 20px;
}
.ProductMainImageContainer
{
	padding: 0;
	width: 100%;
}
.ProductMainImageContainer.MainImageWithRightAltViews,
.ProductMainImageContainer.MainImageWithLeftAltViews
{
	width: 85%;
}
.ProductMainImageContainer.MainImageWithRightAltViews
{
	float: left;
}
.ProductMainImageContainer.MainImageWithLeftAltViews
{
	float: right;
}
.ProductZoomModalDialog
{
	width: auto;
}
.ProductMainImageSlider .Image img
{
	width: 100%;
	max-width: 600px;
}
.ProductImageComponent .BannerControlArea
{
	color: #cccccc;
	opacity: 1;
}
.ProductImageComponent .BannerControlArea:hover,
.ProductImageComponent .BannerControlArea:active
{
	color: #000000;
}
.ProductImageComponent .BannerControlImage
{
	font-size: 37px;
}
.ProductImageComponent .BannerControlImageNext,
.ProductImageComponent .BannerControlImagePrev
{
	display: none;
}
.ProductImageComponent .carousel:hover .BannerControlImageNext,
.ProductImageComponent .carousel:hover .BannerControlImagePrev,
.ProductImageComponent .BannerControlImage:hover,
.ProductImageComponent .BannerControlImage:active,
.ProductImageComponent .BannerControlImage:focus
{
	display: block;
}
.ProductMainImageContainerMobile .ProductWithZoom.ProductMainImage
{
	cursor: pointer;
	text-align: center;
}
@media(max-width: 991px)
{
	.ProductImageComponent .BannerControlImageNext,
	.ProductImageComponent .BannerControlImagePrev
	{
		display: inline-block;
	}
	.ProductImageComponent .BannerControlImageNext
	{
		margin-right: -7px;
	}
	.ProductImageComponent .BannerControlImagePrev
	{
		margin-left: -7px;
	}
}
/*------ Alt Views ------*/
.AltViews ul
{
	list-style: none;
}
.AltViews .AltView img
{
	border: solid 1px transparent;
	max-width: 75px;
	min-width: 50px;
	width: 100%;
	cursor: pointer;
}
.AltViews .AltView.active img
{
	border: solid 1px #cccccc;
}
.AltViews,
.AltViews.AltViewsBelow .AltView
{
	max-width: 75px;
}
.AltViews.AltViewsBelow
{
	max-width: 100%;
}
.AltViewsLeft, .AltViewsRight
{
	float: left;
	margin: 0;
	padding: 0;
	width: 15%;
}
.AltViewsLeft .Image
{
	float: right;
}
.AltViewsRight .Image,
.AltViewsLeft .Image
{
	padding-bottom: 14px;
}
.AltViewsBelow ul li
{
	display: inline-block;
	padding: 14px 14px 0 0;
}
/*--- Zoom Lightbox ---*/
.ZoomThumbnails
{
	text-align: center;
}
.ZoomThumbnails.AltViewsBelow
{
	padding-left: 0;
}
.ZoomThumbnails.AltViewsLeft,
.ZoomThumbnails.AltViewsRight
{
	max-width: 150px;
	position: absolute;
	z-index: 1;
}
.ZoomThumbnails.AltViewsRight
{
	float: none;
	top: 0;
	right: 0;
}
.ZoomThumbnails.AltViewsLeft .Image
{
	float: none;
	text-align: left;
}
@media (max-width: 991px)
{
	.AltViewsBelow.AltViews .AltView img
	{
		max-width: 115px;
	}
}
@media (max-width: 991px)
{
	.ZoomThumbnails.AltViews .AltView img
	{
		max-width: 75px;
		min-width: 25px;
	}
	.MobileThumbnails.AltViews .AltView img
	{
		max-width: 75px;
	}
}
.ProductZoomImage img
{
	max-width: 100%;
}
.ProductZoomModal .BannerControlImage
{
	color: #b2b2b2;
}
.ProductZoomModal .BannerControlImage:hover
{
	color: #000000;
}
.ProductZoomModal .BannerControlImagePrev
{
	margin-left: -67px;
}
.ProductZoomModal .BannerControlImageNext
{
	margin-right: -67px;
}
.ProductMainImage.ProductWithZoom:hover
{
	cursor: zoom-in;
}
.ProductZoomModal.modal.fade
{
	background: #fff;
	opacity: 1;
}
.ProductZoomModalDialog
{
	width: 100%;
	margin: 0;
}
.ProductZoomModalDialog .modal-content
{
	box-shadow: none;
	border: none;
}
.ProductZoomImage
{
	max-width: 100%;
	width: auto;
	margin: auto;
	text-align: center;
}
.ProductZoomModal .close
{
	color: #b2b2b2;
	opacity: 1;
	padding: 5px 5px 0 0;
}
.ProductZoomModal .close:hover
{
	color: #000000;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* PRODUCT PRICE COMPONENT                              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductPriceComponent
{
	font-size: 22px;
	margin-bottom: 10px;
}
@media(max-width: 991px)
{
	.ProductPriceComponent
	{
		text-align: center;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* PRODUCT NAME COMPONENT                              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductNameComponent
{
	font-size: 26px;
	text-transform: capitalize;
	line-height: 29px;
	margin-bottom: 8px;
}
@media(max-width: 991px)
{
	.ProductNameComponent
	{
		text-align: center;
		margin-top: 40px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* PRODUCT PFID COMPONENT                              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductPfidComponent
{
	font-size: 13px;
	color: #777777;
	margin-bottom: 7px;
}
@media(max-width: 991px)
{
	.ProductPfidComponent
	{
		text-align: center;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* PRODUCT DESCRIPTION COMPONENT                       */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductDescriptionComponent
{
	border-top: solid 1px #b2b2b2;
	padding-top: 7px;
}
.ProductDescriptionTitle
{
	font-size: 16px;
	display: block;
	width: 100%;
	text-transform: capitalize;
}
.ProductDescriptionTitle.collapsed
{
	padding-bottom: 8px;
	border-bottom: solid 1px #b2b2b2;
}
.ProductDescriptionTitle:link
{
	text-decoration: none;
	outline: 0;
	color: inherit;
}
.ProductDescriptionTitle span i
{
	font-size: 8px;
	line-height: 20px;
	vertical-align: middle;
	float: right;
}
.ProductDescriptionTitle[aria-expanded=true] .icon-cms-down,
.ProductDescriptionTitle[aria-expanded=false] .icon-cms-up
{
	display: none;
}
.ProductDescriptionContent
{
	font-size: 13px;
	border-bottom: solid 1px #b2b2b2;
	padding: 13px 0 15px 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* PRODUCT DESCRIPTION ADDITIONAL COMPONENT            */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductDescriptionAdditionalComponent
{
	margin-bottom: 10px;
}
.ProductDescriptionAdditionalComponent .ProductDescriptionTitle
{
	font-size: 16px;
	display: block;
	width: 100%;
	padding-top: 8px;
	text-transform: capitalize;
}
.ProductDescriptionAdditionalTitle:link
{
	text-decoration: none;
	outline: 0;
	color: inherit;
}
.ProductDescriptionAdditionalTitle span i
{
	font-size: 8px;
	line-height: 20px;
	vertical-align: middle;
	float: right;
}
.ProductDescriptionAdditionalTitle[aria-expanded=true] .icon-cms-down,
.ProductDescriptionAdditionalTitle[aria-expanded=false] .icon-cms-up
{
	display: none;
}
.ProductDescriptionAdditionalContent
{
	font-size: 13px;
	border-bottom: solid 1px #b2b2b2;
	padding: 14px 0;
}
@media(max-width: 991px)
{
	.ProductDescriptionComponent,
	.ProductDescriptionAdditionalComponent
	{
		margin: 0;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*         SIZE CHART COMPONENT                        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SizeChartComponent
{
	font-size: 13px;
	text-transform: capitalize;
	cursor: pointer;
	display: block;
}
.SizeChartComponent span[data-toggle="modal"]
{
	padding-right: 35px;
}
.SizeChartComponent :hover
{
	color: #818181;
}
.SizeChartComponent .modal-body > img
{
	max-width: 100%;
}
@media(max-width: 991px)
{
	.SizeChartComponent
	{
		margin: 0 15px;
	}
}
#Block_SizeCartAndFormatHelp
{
	min-height: 0;
}
#Block_SizeCartAndFormatHelp > .DigitalFormatHelpComponent
{
	display: block;
	margin-bottom: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*         PRODUCT SHIPPING TIMEFRAME COMPONENT        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductShippingTimeframeComponent
{
	margin-bottom: 17px;
}
@media(max-width: 991px)
{
	.ProductShippingTimeframeComponent
	{
		margin: 0 15px 20px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*         REVIEW SUMMARY COMPONENT                    */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductReviewSummaryComponent
{
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
.ProductReviewSummaryComponent .ReviewStars
{
	float: left;
}
.ProductReviewSummaryComponent .ReviewCountAndText
{
	font-size: 12px;
	color: #777777;
	margin-left: -3px;
	margin-top: 1px;
	float:left;
	padding-left:0;
	text-transform: capitalize;
}
.ProductReviewSummaryComponent .ReviewStarsWrapper
{
	font-size: 13px;
}
.ProductReviewSummaryComponent > a:hover
{
	color: #818181;
	text-decoration: none;
}
.ProductReviewSummaryComponent .RatingOn
{
	color:#000000;
}
.ProductReviewSummaryComponent .RatingOff
{
	color: #999999;
}
.ProductReviewSummaryComponent .FullStarWrapper
{
	float:left;
}
.ProductReviewSummaryComponent .FullStar
{
	fill: #000000;
	width:12px;
	height:12px;
	margin-right:5px;
}
.ProductReviewSummaryComponent .HalfStarWrapper
{
	float:left;
	margin-right: 5px;
}
.ProductReviewSummaryComponent .HalfStar
{
	width:12px;
	height:12px;
}
.ProductReviewSummaryComponent .lefthalfstar
{
	fill: #000000;

}
.ProductReviewSummaryComponent .righthalfstar
{
	fill:  #999999;

}
.ProductReviewSummaryComponent .EndStarWrapper
{
	float:left;
}
.ProductReviewSummaryComponent .EndStar
{
	width:12px;
	height:12px;
	fill: #999999;
	margin-right:5px;
}
@media(max-width: 991px)
{
	.ProductReviewSummaryComponent
	{
		text-align: center;
	}
	.ProductReviewSummaryComponent > a > div
	{
		display: inline-block;
	}
	.ProductReviewSummaryComponent .ReviewCountAndText,
	.ProductReviewSummaryComponent .ReviewStars
	{
		float: none;
	}
	.ProductReviewSummaryComponent .ReviewCountAndText
	{
		margin-top: -2px;
	}
	.ReviewSummaryMobile > div
	{
		display: inline-block;
		vertical-align: middle;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*         REVIEW LISTING COMPONENT                    */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductReviewListingComponent
{
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
}
.ProductReviewListingComponent .SortOptions
{
	margin: 14px 0;
}
.PaginationNumbers
{
	margin-top: 20px;
	font-size: 14px;
}
.PaginationNumbers .Prev:hover,
.PaginationNumbers .Prev:focus,
.PaginationNumbers .Prev:active,
.PaginationNumbers .Next:hover,
.PaginationNumbers .Next:focus,
.PaginationNumbers .Next:active
{
	color: #999999;
}

.PaginationNumbers .Prev,
.PaginationNumbers .Next
{
	cursor: pointer;
}
.PaginationNumbers .PageNumbers
{
	cursor: pointer;
	font-size: 11px;
	vertical-align: top;
	padding: 0 5px;
	letter-spacing: 3px;
}
.ProductReviewListingComponent .ReviewElementsDisplay
{
	list-style-type:none;
	border-top: solid 1px #cbcbcb;
	padding: 44px 0;
}
.ProductReviewListingComponent .ReviewElementsDisplay:last-child
{
	border-bottom: solid 1px #cbcbcb;
}
.ReviewStars
{
	margin-right: 2px;
	display: inline-block;
}
.ProductReviewListingComponent .ReviewCountAndText
{
	margin-left: 2px;
	float: left;
	padding-left: 0;
	text-transform: capitalize;
}
.ProductReviewListingComponent .ReviewStars
{
	float: left;
}
.ProductReviewListingComponent .ReviewStarsWrapper
{
	font-size: 13px;
}
.ProductReviewListingComponent .RatingOn
{
	color:#000000;
}
.ProductReviewListingComponent .RatingOff
{
	color: #cccccc;
}
.ProductReviewListingComponent .FullStarWrapper
{
	float:left;
}
.ProductReviewListingComponent .FullStar
{
	fill: #000000;
	width:16px;
	height:16px;
	margin-right:5px;
}
.ProductReviewListingComponent .HalfStarWrapper
{
	float:left;
	margin-right: 5px;
}
.ProductReviewListingComponent .HalfStar
{
	width:16px;
	height:16px;
}
.ProductReviewListingComponent .lefthalfstar
{
	fill: #000000;
}
.ProductReviewListingComponent .righthalfstar
{
	fill: #cccccc;
}
.ProductReviewListingComponent .EndStarWrapper
{
	float:left;
}
.ProductReviewListingComponent .EndStar
{
	width:16px;
	height:16px;
	fill: #cccccc;
	margin-right:5px;
}
.ProductReviewListingComponent .Reviewer
{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.ProductReviewListingComponent .ReviewDate
{
	font-size:13px;
	font-weight: normal;
}
.ProductReviewListingComponent .ReviewText
{
	text-align: left;
	font-size:14px;
	font-weight: normal;
}
.ProductReviewListingComponent .CustomerReviewTitle
{
	font-size:24px;
	padding-top: 5px;
}
.ProductReviewListingComponent  .ProductReviewWriteWrapper
{
	margin: 19px auto 15px;
	font-size:14px;
	clear: both;
	display: block;
}
.ProductReviewListingComponent  .ProductReviewWriteButton
{
	width:194px;
	height:40px;
}
.ProductReviewListingComponent hr
{
	margin-bottom: 30px;
	border-color: #CBCBCB;
}
@media(max-width: 991px)
{
	.PaginationNumbers .PageNumbers
	{
		padding: 0 12px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*         REVIEW WRITE COMPONENT                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SelectStarRating .starrating
{
	cursor: pointer;
}
.SelectStarRating .FullStar,
.SelectStarRating .EndStar
{
	width: 19px;
	height: 19px;
	margin-right: 10px;
}
.SelectStarRating .FullStar
{
	fill: #000000;
}
.SelectStarRating .EndStar
{
	fill: #aaaaaa;
}
.WriteReviewForm .WriteReviewField
{
	font-size: 14px;
	border: solid 1px #cccccc;
	color: #000000;
}
.WriteReviewForm label{
	text-align: right;
	margin-right: -15px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
}
.WriteReviewForm > div:not(.SelectStarRating) label
{
	line-height: 32px;
}
.WriteReviewForm .form-group
{
	margin-bottom: 18px;
}
.WriteReviewForm .form-group[fieldname="Review"]
{
	margin-bottom: 12px;
}
.WriteReviewForm .ErrorText
{
	clear: both;
	margin-bottom: -10px;
	padding-top: 5px;
}
.WriteReviewForm .starrating .ErrorText
{
	cursor: default;
	padding-top: 0;
}
.ProductReviewWriteTitle[aria-expanded="true"]
{
	display: none;
}
.CustomerReviewTitle,
.ProductReviewWriteWrapper
{
	text-align: center;
}
.starrating
{
	cursor: pointer;
}
.WriteReviewForm
{
	margin: 25px 15px 55px 15px;
}
.WriteReviewForm input
{
	height: 32px;
}
.WriteReviewForm .WriteReviewField:active,
.WriteReviewForm .WriteReviewField:focus
{
	border: solid 1px #000000;
}
.ReviewTips > li
{
	margin-left: 12px;
}
.ReviewTipsContainer
{
	font-size: 13px;
}
.ReviewTipsContainer a
{
	text-decoration: underline;
}
.ReviewSubmitContainer
{
	text-align: center;
	margin-bottom: 10px;
}
.ReviewSubmitBtn
{
	margin-top: 33px;
	font-size: 16px;
	padding: 9px 37px;
}
.ProductReviewListingComponent .ThankYouContainer
{
	text-align: center;
}
.ThankYouTitle
{
	font-size: 22px;
}
.ThankYouMessage
{
	font-size: 14px;
	padding-top: 6px;
	margin-bottom: 10px;
}
.NoReviewsEndRule
{
	margin-top: 44px;
}
@media(max-width: 991px)
{
	.ProductReviewListingComponent .ReviewText
	{
		margin-top: 15px;
	}
	.ProductReviewListingComponent .ReviewElementsDisplay
	{
		border: none;
		padding: 22px 0;
	}
	.WriteReviewForm
	{
		display: inline-block;
		margin-top: 0;
	}
	.WriteReviewForm label
	{
		text-align: left;
		line-height: normal;
	}
	.WriteReviewForm .form-group
	{
		margin-bottom: 4px;
	}
	.WriteReviewForm .form-group[fieldname="RatingS"]
	{
		margin-bottom: 0;
	}
	.WriteReviewForm .WriteReviewField
	{
		font-size: 16px;
	}
	.WriteReviewForm .ReviewTipsContainer
	{
		margin-left: -15px;
	}
	.ProductReviewListingComponent .ProductReviewWriteWrapper
	{
		margin: 19px auto 30px;
	}
	.WriteReviewForm .SelectStarRating > label
	{
		margin-bottom: 5px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Downloads
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.DownloadManagerText
{
	margin-bottom: 16px;
}
.DownloadButton
{
	margin: 0 0 18px;
}
.DownloadButton .Submit
{
	width: 280px;
	height: 38px;
	line-height: 34px;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
	box-sizing: border-box;
}
.DownloadButton .Submit .ButtonText
{
	padding-right: 3px;
	font-weight: bold;
}
.DownloadButton i
{
	font-size: 26px;
	line-height: 34px;
	vertical-align: middle;
	padding-bottom: 2px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *Inventory Countdown Component
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.AddToCartComponent ~ .InventoryCountdownComponent
{
	margin-top: -25px;
}
.InventoryCountdownContent
{
	margin-bottom: 5px;
	transition: .3s ease-in-out;
}
.InventoryCountdownHeadline
{
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 15px;
}
.AvailabilityBar
{
	height: 4px;
	background: #cccccc;
	margin-bottom: 15px;
}
.AvailabilityBar .Percent
{
	height: 100%;
	background: #000000;
	transition: all .8s ease-in-out .5s;
	max-width: 100%;
}
.AvailabilityBar.IncreasingBar .Percent
{
	width: 0;
}
.AvailabilityBar.DecreasingBar .Percent
{
	width: 100%;
}
.InventoryDisplay
{
	margin-top: 15px;
	margin-bottom: 25px;
}
.CountdownMessage
{
	font-size: 16px;
	line-height: 18px;
}
@media(max-width: 991px)
{
	.InventoryCountdownContent
	{
		margin: 0 15px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* COOKIE VERIFY COMPONENT                             */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.CookieVerifyComponent
{
    background-color: #000000;
    color: #ffffff;
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    line-height: normal;
    z-index: 9990;
}
.CookieVerifyLinks
{
    padding-right: 80px;
}
.CookieVerifyLinks a, .CookieVerifyLinks a:active, .CookieVerifyLinks a:visited, .CookieVerifyLinks a:hover, .CookieVerifyLinks a:focus
{
    color: #999999;
}
.CookieVerifyButtonFloatyRight
{
    float: right;
    min-width: 80px;
    text-align: right;
    vertical-align: top;
}
.CookieVerifyButtonFloatyRight button
{
    min-width: 60px;
    text-align: center;
    padding: 3px 7px;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #999999;
    box-sizing: border-box;
}


