@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: 12px;
}
ul,ol,li
{
	margin: 0;
	padding: 0;
}
a
{
    cursor: pointer; /** Address possible issues with iOS for iPhone 6/6+ **/
}
a,*:focus,*:active,*:hover,*.visited,i
{
    outline: 0 none !important;
	outline-offset: 0 !important;
}
a,a:focus,a:visited,a:hover,a:active,a:hover
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
section > .container-fluid
{
	padding: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* FORM ELEMENTS                                       */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
form
{
	display: inline;
	margin: 0;
	padding: 0;
}
label
{
	font-weight: normal;
}
.form-control
{
	border-radius: 0;
	border-color: #999999;
	box-shadow: none;
}
.form-control:focus
{
	border-color: #999999;
	box-shadow: none;
}
input,select,textarea
{
	font-size: inherit;
}
input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder
{
	opacity: 1;
	color:#000000;
}
input[type="text"],
input[type="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;
}
@media(max-width: 768px) {
    input[type="text"],
    input[type="textarea"],
    select, select > option{
        font-size: 16px;
    }
}
.InputError
{
	color: #c2342d;
	background-color: #f2dede !important;
	border-color: #a94442 !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
{
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 15px;
    transition: .2s ease-in-out;
}
.TextFieldContainer
{
    height: auto;
    padding: 15px 15px 0;
    border: 1px solid #cccccc;
    transition: .2s ease-in-out;
    font-size: 11px;
    background: #ffffff;
    position: relative;
}
.TextFieldContainer.Active
 {
     border: 1px solid #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
{
    color: #bb2525;
    font-size: 11px;
}
.WarningText
{
    color: #bbbb25;
    font-size: 11px;
}
.SuccessText
{
    color: #25bb25;
    font-size: 11px;
}
.SmallText
{
    font-size: 11px;
}
.btn {
    border-radius: 0;
}
.btn-primary,
.btn-primary.active,
a.btn-primary,
a.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled]
{
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:focus
{
    background: #ffffff;
    color: #000000;
}
.btn-primary[disabled=true],
.btn-primary.active[disabled],
a.btn-primary[disabled=true],
a.btn-primary.active[disabled],
.btn-primary.disabled,
.btn-primary[disabled]
{
    opacity: .3;
    cursor: default;
}
.btn-primary[disabled]:hover,
.btn-primary[disabled]:active,
.btn-primary[disabled]:active:hover,
.btn-primary[disabled].active:hover,
.open > .dropdown-toggle.btn-primary[disabled]:hover,
.open > .dropdown-toggle.btn-primary[disabled]:focus,
.btn-primary.focus[disabled]:active,
.btn-primary:active[disabled]:focus,
.btn-primary.active[disabled]:focus,
.btn-primary[disabled]:focus
{
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: 768px) {
    .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;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  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: #eee none repeat scroll 0 0;
    height: 100%;
    min-width: 350px;
    position: fixed;
    right: -500px;
    top: 0;
    width: 25%;
    z-index: 1;
    transition: right .3s ease-in-out;
}
.SidePanel.SidePanelOpen
{
    right: 0;
    z-index: 2; /* Must be higher than #SidePanelContentCover.FadeOut */
}
.SidePanel, .SidePanel a
{
    color: #000000;
}
.SidePanel .SidePanelClose
{
    font-size: 16px;
    color: #777777;
    cursor: pointer;
    padding: 15px;
}
.SidePanel .Inner {
    margin: 15px;
}
.SidePanel .Top
{
    text-align: right;
}
.SidePanel label {
    text-align: center;
    width: 100%;
    font-size: 16px;
}
.SidePanel input
{
    font-size: 16px;
}
.SidePanel .Form
{
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: .5s ease-in-out;
    margin: 0;
}
.SidePanel .Form.Open
{
    height: auto;
    opacity: 1;
    margin: 30px 0;
}
.SidePanel .Form .Title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.SidePanel .Form .form-group
{
    text-align: center;
}
.ResetPassText
{
    display: inline-block;
    margin-top: 10px;
}
.SidePanel .SubmitFormArea
{
    width: 100%;
    text-align: center;
}
.SidePanel .SubmitFormArea button
{
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}
.SidePanel .Bottom
{
    text-align: center;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* COMPONENT - SHARED                                  */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SectionContainer
{
    margin: 0;
    padding: 0;
}
.linkDivider
{
    padding: 10px 5px 0 0;
}
.ProductContainer
{
	position: relative;
	font-size: 13px;
}
.TruncateText
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.CustomDropdown
{
    position: relative;
}
.CustomDropdown .dropdown-backdrop
{
    z-index: 1;
}
.CustomDropdown .CustomDropdownDisplay
{
    font-size: 14px;
    color: #000000;
}
.CustomDropdownMobile .CustomDropdownDisplay
{
    cursor: pointer;
    border: 1px solid #bbbbbb;
    background: #ffffff;
}
.CustomDropdownMobile .CustomDropdownSelected
{
    max-width: 90%;
    width: 90%;
    height: 30px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}
.CustomDropdown select
{
    height: 30px;
    position: absolute;
    width: 100%;
    cursor: pointer;
    top: 0;
    left: 0;
    opacity: 0;
}
.CustomDropdown select .CustomDropdownItem
{
    padding: 7px 5px;
    color: #000000;
}
.CustomDropdown .btn
{
    font-size: 12px;
    background: #ffffff;
    color: #000000;
    border: 1px solid #bbbbbb;
    padding: 6px;
}
.CustomDropdown .CustomDropdownSelected
{
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
}
.CustomDropdown i
{
    font-size: 50%;
    margin: 0 5px;
    vertical-align: middle;
}
.CustomDropdown .dropdown-menu
{
    top: auto;
    padding: 0;
    margin: 0;
    border: 1px solid #bbbbbb;
    border-top: none;
    box-shadow: none;
    border-radius: 0;
    z-index: 1;
    min-width: 100%;
}
.CustomDropdownItem a
{
    overflow: hidden;
    text-overflow: ellipsis;
}
.CustomDropdown.open > button.btn
{
    border-bottom: 1px solid transparent;
}
.CustomDropdownDesktop  > button .icon-cms-up,
.CustomDropdownDesktop .open > button .icon-cms-down
{
    display: none;
}
.CustomDropdownDesktop .open > button .icon-cms-up,
.CustomDropdownDesktop  > button .icon-cms-down
{
    display: unset;
    margin-right: 5px;
}
.CustomDropdownItem
{
    font-size: 12px;
}
.CustomDropdown .dropdown-menu > li > a
{
    padding: 3px 5px;
    color: #000000;
}
.CustomDropdown .dropdown-menu > li > a:hover
{
    background: #cccccc;
    cursor: pointer;
}
@media(max-width: 767px) {
    .CustomDropdown .CustomDropdownItem {
        font-size: 16px;
    }
}
.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;
}
.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;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 22px 22px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: 767px)
{
	.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
{
	border: none;
	background-image: none;
	background-color: #5d6073;
	outline: none;
	border-radius: 0;
	color: #ffffff;
	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;
}
.CurrencyOverlayAttributionLink
{
    width: 104px;
    height: 26px;
    margin-bottom: 12px;
    background-image: url("https://poweredby.yahoo.com/purple.png");
    background-position: -5px 0;
    background-repeat: no-repeat;
    background-size: 104px 26px;
}
.CurrencyOverlayAttributionLink .LinkSizer
{
    width: 104px;
    height: 26px;
}
@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;
}
.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;
    margin-left: 17px;
}
@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;
	background-color: #999999;
	border-radius: 0;
	border: none;
	padding: 0 7px;
	outline: 0 none;
	outline-offset: 0;
}
.MailingListModalBtn:hover, .MailingListModalBtn:active, .MailingListModalBtn:focus
{
	background-color: #999999;
	border: none;
	outline: 0 none;
	outline-offset: 0;
}
.MailingListModalBtn .icon-cms-next
{
	font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
#ModalMailingList .modal-footer
{
	border-top: 0;
	margin-top: 0;
	padding: 6px 30px 10px 30px;
	text-align: left;
	clear: both;
}
#ModalMailingList .PrivacyPolicyLink
{
	font-size: 10px;
}
#ModalMailingList .PrivacyPolicyLink a
{
	text-decoration: underline;
    margin-left: 15px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* MAILING LIST MENU                                   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#subNode_mailingList
{
	margin-left: auto;
	margin-right: auto;
}
#formMailingList
{
	width: 100%;
}
#EmailAddressNav
{
	float: left;
	width: 90%;
	height: 36px;
	vertical-align: middle;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-color: #b3b3b3;
}
.MailingListBtn
{
	font-size: 20px;
	line-height: 0;
	float: left;
	background-color: #b3b3b3;
	border-radius: 0;
	border: none;
	padding: 3px 7px;
	outline: 0 none;
	outline-offset: 0;
	width: 10%;
	max-width: 40px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.MailingListBtn:hover, .MailingListBtn:active, .MailingListBtn:focus
{
	background-color: #888888;
	border: none;
	outline: 0 none;
	outline-offset: 0;
}
.MailingListBtn .icon-cms-next
{
	font-size: 20px;
	line-height: 30px;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
/** Style placeholder text
Note: these have to be separate, because apparently if a browser doesn't understand a selector,
it invalidates the whole line of selectors.**/
.MailingListForm input::-webkit-input-placeholder
{
    color: #a9a9a9;
}
.MailingListForm input:-moz-placeholder
{
    color: #a9a9a9;
}
.MailingListForm input::-moz-placeholder
{
    color: #a9a9a9;
}
.MailingListForm input:-ms-input-placeholder
{
    color: #a9a9a9;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CUSTOM LINKS COMPONENT                              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.CustomLinksComponent .navbar
{
	border: none;
	border-radius: 0;
	padding: 5px 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;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* PRODUCT SHARED                                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductsUnavailableMessage
{
	font-size: 18px;
	padding-top: 10px;
}
.ProductQty
{
    width: 40px;
    height: 28px;
    display: inline-block;
    color: #000000;
}
.ProductQuantity
{
    width: 75px;
    float: left;
    border: 1px solid #bbbbbb;
    margin-right: 23px;
    background: #ffffff;
}
.ProductQuantity label
{
    font-weight: normal;
    font-size: 12px;
    margin: 0;
    padding-left: 5px;
    width: 20px;
    line-height: 28px;
    vertical-align: middle;
}
.ProductQuantity .form-control
{
    font-size: 12px;
}
.ProductQuantity .CustomDropdownMobile .CustomDropdownSelected
{
    width: auto;
}
.ProductQuantityPlusMinus
{
    border: none;
    float: none;
}
.ProductQuantityPlusMinus .PlusMinusFormControl
{
    margin-left: -10px;
    display: inline-block;
}
.ProductQuantityPlusMinus .ProductQty
{
    border: none;
    padding: 2px 0 0 2px;
    width: 30px;
    height: 42px;
}
.ProductQuantityPlusMinus .QtyControl
{
    border: 1px solid #cccccc;
    cursor: pointer;
    margin-right: -4px;
    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 .ProductQuantity label
{
    float: left;
}
.ProductQuantity,
.ProductVariants
{
	text-align: center;
}
@media(max-width: 767px) {
    .ProductQuantity {
        text-align: left;
    }
    .ProductQty
    {
        font-size: 16px;
    }
    .ProductQuantityPlusMinus .PlusMinusFormControl
    {
        margin-left: 10px;
    }
}
.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
{
	background-color: #a3a3a3;
	border-color: #a3a3a3;
	color: #ffffff;
	padding: 7px 16px;
	outline: 0 none;
	outline-offset: 0;
	line-height: normal;
    height: 30px;
}
.btnAddToCart:focus, .btnAddToCart:active, .btnAddToCart:hover
{
	background-color: #8c8c8c;
	border-color: #8c8c8c;
	color: #ffffff;
}
.QtyVariants + .PurchaseAction > button
{
    float: left;
}
.VariantSelect.CustomDropdown
{
    margin-top: 0;
    padding-bottom: 20px;
}
.VariantSelect .CustomDropdownDisplay
{
    width: 100%;
    height: 30px;
    line-height: 15px;
}
.VariantSelect .CustomDropdownMobile .CustomDropdownDisplay
{
    line-height: 28px;
}
.VariantSelect .CustomDropdownItem[data-available="false"] .CustomDropdownText,
.VariantSelect .CustomDropdownSelected[data-available="false"]
{
    color: #888888;
}
.VariantSelect.CustomDropdown .dropdown-menu
{
    right: 0;
    width: 100%;
    min-width: 100%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * Split Variants
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SplitVariantSelects
{
    padding-left: 6px;
}
.SplitVariantSelects > div
{
    padding: 0 9px;
}
.SplitVariantSelects > div:last-of-type
{
    padding: 0 9px;
}
.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: 1px solid #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: 1px solid transparent;
}
.VariantBoxes .VariantOption.Selected,
.VariantBoxes .VariantOption:hover:not([data-unavailable="true"])
{
    border: 2px solid #000000;
}
.VariantBoxes .VariantOption[data-unavailable="true"] > span
{
    border: 1px solid #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: 767px) {
    .SplitVariantSelects > div
    {
        padding-bottom: 15px;
    }
    .SplitVariantSelects > div,
    .SplitVariantSelects > div:last-of-type
    {
        padding-right: 15px;
    }
    .SplitVariantSelects .VariantMultiDropdown
    {
        max-width: 100%;
        width: 100%;
    }
}
.PricingContainer
{
    list-style-type: none;
}
.PricingContainer li
{
    display: inline-block;
}
li.MemberPricing
{
	clear: both !important;
}
.ProductAvailability
{
    font-size: 13px;
}
.ProductAvailabilityText
{
    margin: 9px auto;
    display: inline-block;
    min-height: 20px;
}
.ProductAvailabilityText[data-availability=""]
{
    margin: 0;
    min-height: 18px;
    display: block;
}
#ProductNotShownText
{
	font-size: 18px;
	text-align: center;
	padding-top: 60px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* PRODUCT GRID COMPONENT                              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SortOptions
{
    float: right;
    margin: 0 5px 20px 0;
}
.SortOptions .CustomDropdownDisplay,
.SortOptions .dropdown-menu
{
    min-width: 150px;
    min-height: 12px;
    line-height: 12px;
    font-size: 11px;
}
.SortOptions select
{
    min-height: 25px;
    line-height: 23px;
    height: 23px;
}
.SortOptions .CustomDropdownItem
{
    font-size: 11px;
}
.SortOptions .pull-right i
{
    margin-right: 5px;
}
@media(max-width: 767px) {
    .SortOptions
    {
        width: 100%;
        margin-top: 30px;
    }
    .SortOptions .CustomDropdownDisplay
    {
        min-height: 25px;
        line-height: 23px;
    }
    .SortOptions .CustomDropdownItem {
        font-size: 16px;
    }
}
#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
{
	clear: both;
	padding: 0 22px;
}
.ProductGridComponent .Breadcrumbs
{
    margin-bottom: 20px;
    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 0 30px 22px;/*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;
}
.ProductGridStoredMargin
{
	margin-left: 22px;/*value read by javascript. the values in .ProductGridStoredMargin must match*/
	margin-right: 0;/*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: 224px;/*value read by javascript*/
	}
}
@media (max-width: 767px)
{
	.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: 767px){
    .ProductGrid .ProductQuantity
	{
        margin-right: 7px;
    }
    .ProductGrid .btnAddToCart
	{
        padding: 7px;
    }
    .ProductGrid .ProductQty
	{
        width: 25px;
    }
    .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: 767px)
{
   .Breadcrumbs li
	{
       font-size: 10px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CATALOG - RATING                                    */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductRating
{
	text-align: left;
	font-size: 12px;
	min-height: 17px;
}
.RatingOn
{
    opacity: 1;
}
.RatingOff
{
    opacity: .30;
}
.ProductRating .ReviewStars
{
    float: left;
}
.ProductRating .ReviewCountAndText
{
    float:left;
    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;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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 #bbbbbb;
	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 #bbbbbb;
}
.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
{
	border-radius: 0;
	background-color: #ffffff;
	color: #000000;
	background-image: none;
	box-shadow: none;
	box-sizing: border-box;
	max-width: 118px;
	min-width: 100%;
	height: 30px;
	border: solid 1px #000000;
}
.TrackPriceBtn:hover, .TrackPriceBtn:active, .TrackPriceBtn:visited, .TrackPriceBtn:focus
{
	color: #000000;
	background-color: #eeeeee;
	border: solid 1px #000000;
}
.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: 767px) {
    .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: 10px 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-sizing: border-box;
}
.Header > div.container-fluid
{
	padding: 0 22px;
    margin: 0;
}
@media (max-width: 767px)
{
	.Header > div.container-fluid
	{
		padding: 0;
	}
}
.Header .navbar-header
{
    float: left;
    max-height: 60px;
    text-align: center
}
.HeaderLogo
{
	position: relative;
	margin-bottom: 10px;
	min-height: 40px;
}
.HeaderLogo img
{
	max-width: 100% !important;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* HEADER: Mobile                                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#HeaderLogoMobile
{
    text-align: center;
	min-height: 30px;/*required*/
}
#HeaderLogoMobile img
{
    max-width: 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;
}
.HeaderMobile .TopLevelCatNav
{
	background-color: #ffffff;
	margin-bottom: 0;
    border: none;
	border-radius: 0;
}
.HeaderMobile .TopLevelCatNav i
{
    line-height: 1.5;
}
.HeaderMobile .TopLevel.CustomLink a:hover,
.HeaderMobile .TopLevel.CustomLink a:active,
.HeaderMobile .TopLevel.CustomLink a:focus
{
    text-decoration: none;
}
.MailingListMenu .panel-title,
#locationAndCurrency
{
    border: none;
}
.HeaderMobile .subNode a
{
    font-size: 14px;
}
.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 div.HeaderNavMobileText
{
    width: 90%;
}
.HeaderMobile .TopLevel a.HeaderNavMobileText
{
    width: 100%;
}
.HeaderMobile .TopLevelOn
{
	background-color: #ffffff;
}
.HeaderMobile .panel-title
{
	padding: 24px 22px 20px;
    min-height: 65px;
	vertical-align: middle;
	box-sizing: border-box;
}
.TopLevelCatNav .panel-title:active,
.HeaderMobile #subNode_help .panel-title:active
{
	background-color: #cccccc;
}
.TopLevelCatNav .panel-title,
.HelpMenu .panel-title,
.HeaderMobile .HomeLink
{
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
}
.HeaderMobile .subNode .panel-title:active,
.HeaderMobile .HomeLink:active
{
	background-color: #cccccc;
}
.HeaderMobile .subNode .panel-title
{
    font-size: 14px;
}
.HeaderMobile .panel-title > a > i
{
	line-height: 16px;
	vertical-align: middle;
}
.HeaderMobile .panel-title > i
{
	cursor: pointer;
}
.TopLevelCatNav a
{
	display: block;
}
.TopLevelCatNav .CatNavMobileText
{
	width: 90%;
}
.TopLevelCatNav a.CatNavMobileText
{
	width: 100%;
}
.TopLevelCatNav .subNode .CatNavMobileText
{
	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 .panel-title
{
	padding: 24px 40px 20px 40px;
}
.HeaderMobile #subNode_help .panel-title
{
	background-color: #ffffff;
	border-bottom: solid 1px #cccccc;
	padding: 24px 40px 20px 60px;
}
.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 40px 20px;
}
.HeaderMobile .ToggleIcon
{
	cursor: pointer;
}
.HeaderMobile .Copyright
{
	font-size: 12px;
}
.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: 767px)
{
	.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;
}
.XSCurrencyRowFooterAttributionLink
{
    width: 134px;
    height: 29px;
    background-image: url("https://poweredby.yahoo.com/purple.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 134px 29px;
}
#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;
}
.LoginMenu
{
    height: 65px;
}
.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 40px 0;
}
.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%;
}
.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 > li > a:hover, .NavigationComponent .dropdown-menu > li > a:focus, .NavigationComponent .dropdown-menu > li > a:active
{
	color: #000000;
	text-decoration: none;
}
.NavigationComponent .dropdown-menu
{
	background-clip: padding-box;
	background-color: #eeeeee;
	border-color: #ccd0d1;
	border-style: solid;
	border-width: 0 1px 1px;
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	font-size: 14px;
	margin: 0;
	min-width: 160px;
	padding: 5px 0;
}
.NavigationComponent li.dropdown:hover > ul.dropdown-menu
{
	display: block;
}
.HorizontalNavigationBar
{
	position: relative;
	padding: 0 2px 0 12px !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 20px 10px 10px;
	margin: 0;
	position: relative;
}
.HorizontalCatNav > li > a:hover, .HorizontalCatNav > li > a:focus, .HorizontalCatNav > li > a:active
{
	color: #aaaaaa;
	text-decoration: none;
}
.HorizontalCatNav .CurrentDept
{
	color: #aaaaaa;
}
.HorizontalCatNav .dropdown-menu
{
}
.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 20px;
    list-style-type: none;
}
.TreeViewDropDownMenu > li > a
{
    padding: 5px 0;
	line-height: 1.3;
	display: inline-block;
}
.VerticalCatNav .CurrentDept
{
    font-weight: bold;
}
.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;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* SEARCH FORM                                         */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SearchIcon
{
	color: #000000;
    float: right;
}
.HeaderComponent .SearchIcon
{
    float: none;
    position: absolute;
    bottom: 0;
    right: 22px;
}
.HeaderComponent .SearchAreaContent
{
    top: auto;
}
.HeaderComponent .SearchForm
{
    padding: 15px;
    top: 0;
    left: 0;
}
.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: 65px;
    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: 45px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}
.SearchMenu button
{
	border: none;
	background-image: none;
	background-color: transparent;
}
.SearchMenu button i
{
	font-size: 22px;
	margin-right: 5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* SEARCH RESULTS                                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SearchResults
{
	text-align: center;
	font-size: 16px;
	padding: 10px 0 32px;
}
.SearchResultsTerm
{
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* SITE NAV                                            */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SiteNavCartSummary
{
	position: relative;
	padding: 0 7px;
	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;
}
.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: 767px)
{
    #header_navCollapse
	{
        width: 100%;
        margin: 0 -15px 0 0;
        border: none;
        padding: 0;
    }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* META NAV                                            */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.AccountLinks {
    list-style: none;
}
.AccountLinks > li {
    display: inline-block;
    padding: 0;
}
.AccountLinks > li > a
{
    font-size: 14px;
}
.MetaNavComponent
{
    display: inline-block;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: 767px)
{
/*
	.MobileNavToggle
	{
		padding: 0;
	}
	.MobileNavToggle button
	{
		padding: 0;
	}
*/
	.icon-cms-hamburger
	{
		font-size: 24px;
		padding-left: 15px;
	}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* CART SUMMARY                                        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.HeaderComponent .CartSummary
{
    margin-left: 10px;
    top: 3px;
    position: relative;
}
.CartSummary
{
	text-align: right;
}
.CartSummary a
{
	position: relative;
	line-height: normal;
}
.CartSummary a:hover
{
	text-decoration: none;
}
.CartSummaryBadge
{
	position: absolute;
	top: -14px;
	right: -4px;
	background-color: #ed1c24;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
#CartSummaryMobile
{
	vertical-align: middle;
	line-height: inherit;
}
#CartSummaryMobile a, #CartSummaryMobile a:hover, #CartSummaryMobile a:active, #CartSummaryMobile a:focus
{
	text-decoration: none;
}
#CartSummaryMobile.CartSummary
{
	text-align: right;
	padding: 0 25px 0 0;
    margin-left: 0;
}
#CartSummaryMobile .CartSummaryBadge
{
	right: -5px;
}
.ShoppingCartIcon
{
	font-size: 16px;
    color: #000000;
}
#CartSummaryMobile .ShoppingCartIcon
{
	font-size: 20px;
	line-height: inherit;
	vertical-align: middle;
}
.CartSummaryQty
{
	display: block;
}
@media (max-width: 767px)
{
	.CartSummary
	{
		margin-left: 0;
	}
	#CartSummaryMobile.CartSummary
	{
		/*padding-right: 15px;*/
		padding-right: 30px;
	}
}
.CartIconText
{
	display: inline-block;
	padding-right: 7px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* MINI-CART                                           */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.MiniCartComponent
{
	display: inline-block;
	position: relative;
}
.MiniCart
{
    background-color: #ffffff;
    padding: 5px;
    position: absolute;
    z-index: 999999;
    /*top: 18px;*/
    right: 0;
    color: #000000;
    cursor: default;
	display: none;
    border: 1px solid #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: 1px solid #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;
}
.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;
	background-color: #000000;
	color: #ffffff;
}
.MiniCartControls .btn:hover
{
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
}
.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;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* GLOBAL ELEMENTS                                     */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.HolidayBannerDesktop, .HolidayBannerMobile
{
	text-align: center;
	width: auto;
	max-width: 100%;
}
.HolidayBannerDesktop img, .HolidayBannerMobile img
{
	width: auto;
	max-width: 100%;
}
.HolidayBannerMobile
{
	padding-bottom: 7px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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;
	display: block;
}
.FooterNav .FooterTitle
{
	padding-left: 10px;
}
.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;
}
.MailingListInputFooter
{
	float: left;
	width: 80%;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}
.FooterMailingListSocial .MailingListBtn
{
	float: left;
	background-color: #ffffff;
	width: 30px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	border-color: #999999;
	border-radius: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
}
.FooterMailingListSocial .MailingListBtn i
{
	color: #999999;
}
.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;
}
.FooterLinks
{
	font-size: 11px;
	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;
}
.ReturnsAddressFooter
{
	font-size: 11px;
	padding: 0 16px 3px;
}
.CopyrightFooter
{
	padding: 0 16px 20px;
}
.FooterLogo img
{
	max-width: 100%;
}
.Copyright
{
    font-size: 11px;
}
.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: 767px) {
    .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 .CustomDropdownMobile .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 .ProductQuantity label
{
    height: 40px;
    line-height: 38px;
}
.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: 767px)
{
    .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 -15px 50px;
}
.AddToCartComponent .SingleVariantSelect
{
    padding-left: 15px;
    max-width: 240px;
}
.AddToCartComponent .CustomDropdownDisplay,
.AddToCartComponent .CustomDropdown select
{
    height: 44px;
    min-width: 100%;
    line-height: 16px;
}
.AddToCartComponent .CustomDropdown .btn
{
    border: 1px solid #cccccc;
    font-size: 14px;
}
.AddToCartComponent .CustomDropdownMobile .CustomDropdownDisplay
{
    border: 1px solid #aaaaaa;
}
.AddToCartComponent .CustomDropdown .dropdown-menu
{
    border: 1px solid #cccccc;
    border-top: none;
}
.AddToCartComponent .CustomDropdown .dropdown-menu a
{
    font-size: 13px;
    line-height: 31px;
    text-align: left;
}
.AddToCartComponent .CustomDropdown .dropdown-menu li:not([data-unavailable="true"]) a:hover
{
    background: #dddddd;
}
.AddToCartComponent .VariantSelect.CustomDropdown
{
    margin-top: 5px;
}
.AddToCartComponent .VariantSelect .CustomDropdownDisplay,
.AddToCartComponent .VariantSelect.CustomDropdown .dropdown-menu
{
    min-width: 140px;
}
.AddToCartComponent .VariantSelect.CustomDropdown
{
    padding-bottom: 0;
}
.AddToCartComponent .CustomDropdownMobile .CustomDropdownDisplay
{
    line-height: 44px;
}
.AddToCartComponent .QuantityAddToCartContainer
{
    margin: 0 15px;
    clear: both;
}
.AddToCartComponent .QuantityAddToCartContainer > *:first-child:not(.ProductAvailability)
{
    margin-top: 20px;
}
.AddToCartComponent .ProductQuantity,
.AddToCartComponent .AddToCartArea
{
    display: inline-block;
}
.AddToCartComponent .btnAddToCart
{
    color: #ffffff;
    background: #000000;
    font-size: 20px;
    width: 244px;
    height: 44px;
    border: 1px solid #000000;
}
.AddToCartComponent .btnAddToCart:hover,
.AddToCartComponent .btnAddToCart:active
{
    color: #000000;
    background: #ffffff;
}
.AddToCartComponent .PurchaseAction .MessageList
{
    max-width: 244px;
}
.AddToCartComponent .PurchaseErrorMessage
{
    min-height: 15px;
}
.AddToCartComponent .ProductAvailability ~ .PurchaseErrorMessage
{
    min-height: 0;
}
.PurchaseErrorMessage li
{
	padding-bottom: 10px;
}
.AddToCartComponent .ProductQty
{
    border: none;
    padding: 5px;
    height: 42px;
    font-size: 14px;
}
.AddToCartComponent .ProductQuantity
{
    margin-bottom: 0
}
.AddToCartComponent .ProductQuantity label
{
    width: 25px;
    color: #000000;
    font-size: 14px;
    line-height: 44px;
    vertical-align: middle;
}
.AddToCartComponent .ProductQuantityPlusMinus
{
    min-width: 140px;
    margin-top: 4px;
    margin-right: 7px;
}
.AddToCartComponent .ProductQuantityPlusMinus .ProductQty
{
    padding: 2px 0 0 2px;
}
.AddToCartComponent .ProductQuantityTextfield
{
    float: left;
}
.AddToCartComponent .ProductQuantityTextfield .ProductQuantity
{
    border: none;
    background: transparent;
}
.AddToCartComponent .ProductQuantityTextfield .ProductQty
{
    border: 1px solid #cccccc;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: -20px;
}
.AddToCartComponent .ProductQuantityTextfield .ProductQuantity label
{
    margin-right: 20px;
    padding-left: 0;
    float: left;
}
.AddToCartComponent .ProductQuantityDropdown
{
    height: 44px;
    border: none;
    min-width: 85px;
    max-width: 100%;
    width: auto;
}
.AddToCartComponent .ProductQuantityDropdown .dropdown-menu
{
    max-height: 115px;
    overflow-y: scroll;
}
.AddToCartComponent .ProductQuantity .CustomDropdownMobile .CustomDropdownSelected,
.AddToCartComponent .ProductQuantity .CustomDropdownMobile i
{
    line-height: 44px;
}
.AddToCartComponent .ProductQuantityTextfield
{
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
}
@media(max-width: 991px) {
    .AddToCartComponent .btnAddToCart
    {
        width: 190px;
    }
}
@media(max-width: 767px) {
    .AddToCartComponent
    {
        margin: 15px 0;
    }
    .AddToCartComponent .btnAddToCart
    {
        width: 100%;
    }
    .AddToCartComponent .CustomDropdownDisplay,
    .AddToCartComponent .CustomDropdown select,
    .AddToCartComponent .CustomDropdownSelected
    {
        line-height: 42px;
    }
    .AddToCartComponent .SingleVariantSelect
    {
        max-width: 100%;
        padding-right: 15px;
    }
    .AddToCartComponent .ProductQuantityDropdown
    {
        width: 100%;
    }
    .AddToCartComponent .ProductQuantityTextfield .ProductQuantity
    {
        width: 100%;
    }
    .AddToCartComponent .ProductQuantityTextfield .ProductQuantity label
    {
        margin-right: 10px;
    }
    .AddToCartComponent .ProductQty
    {
        font-size: 16px;
    }
    .AddToCartComponent .ProductQuantityTextfield .ProductQty
    {
        margin-left: 0;
    }
    .AddToCartComponent .ProductQuantityPlusMinus
    {
        margin-top: 0;
    }
    .AddToCartComponent .AddToCartArea
    {
        padding-top: 15px;
        margin-bottom: 20px;
        width: 100%;
    }
}
@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;
    }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* PRODUCT IMAGE COMPONENT                             */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductImageComponent
{
    margin-bottom: 20px;
}
.ProductMainImageContainer
{
    padding: 0 14px;
    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: 767px) {
    .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: 1px solid transparent;
    max-width: 75px;
    min-width: 50px;
    width: 100%;
    cursor: pointer;
}
.AltViews .AltView.active img
{
    border: 1px solid #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: 767px)
{
    .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: 767px) {
    .ProductPriceComponent
    {
        text-align: center;
    }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* PRODUCT NAME COMPONENT                              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductNameComponent
{
    font-size: 26px;
    text-transform: capitalize;
    line-height: 29px;
    margin-bottom: 8px;
}
@media(max-width: 767px) {
    .ProductNameComponent
    {
        text-align: center;
    }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* PRODUCT PFID COMPONENT                              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductPfidComponent
{
    font-size: 13px;
    color: #777777;
    margin-bottom: 7px;
}
@media(max-width: 767px) {
    .ProductPfidComponent
    {
        text-align: center;
    }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* PRODUCT DESCRIPTION COMPONENT                       */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductDescriptionComponent
{
    border-top: 1px solid #b2b2b2;
    padding-top: 7px;
}
.ProductDescriptionTitle
{
    font-size: 16px;
    display: block;
    width: 100%;
    text-transform: capitalize;
}
.ProductDescriptionTitle.collapsed
{
    padding-bottom: 8px;
    border-bottom: 1px solid #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: 1px solid #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: 1px solid #b2b2b2;
    padding: 14px 0;
}
@media(max-width: 768px) {
    .ProductDescriptionComponent,
    .ProductDescriptionAdditionalComponent
    {
        margin: 0 15px;
    }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*         SIZE CHART COMPONENT                        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SizeChartComponent
{
    font-size: 13px;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 2px;
}
.SizeChartComponent span[data-toggle="modal"]
{
	padding-right: 35px;
}
.SizeChartComponent :hover
{
    color: #818181;
}
.SizeChartComponent .modal-body > img
{
    max-width: 100%;
}
@media(max-width: 768px) {
    .SizeChartComponent
    {
        margin: 0 15px;
    }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*         PRODUCT SHIPPING TIMEFRAME COMPONENT        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ProductShippingTimeframeComponent
{
    margin-bottom: 25px;
}
.AddToCartComponent ~ .ProductShippingTimeframeComponent
{
    margin-top: -35px;
}
@media(max-width: 768px) {
    .ProductShippingTimeframeComponent
    {
        margin: auto 15px 20px;
    }
    .AddToCartComponent ~ .ProductShippingTimeframeComponent
    {
        margin-top: -15px;
    }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*         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: 767px) {
    .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: 1px solid #cbcbcb;
    padding: 44px 0;
}
.ProductReviewListingComponent .ReviewElementsDisplay:last-child
{
    border-bottom: 1px solid #cbcbcb;
}
.ReviewStars
{
    margin-right:2px;
    float: left;
}
.ProductReviewListingComponent .ReviewCountAndText
{
    margin-left: 2px;
    float:left;
    padding-left:0;
    text-transform: capitalize;
}
.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: 767px) {
    .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: 1px solid #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: 1px solid #000000;
}
.ReviewTips > li
{
    margin-left: 12px;
}
.ReviewTipsContainer
{
    font-size: 13px;
}
.ReviewTipsContainer a
{
    text-decoration: underline;
}
.ReviewSubmitContainer
{
    text-align: center;
}
.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;
}
.NoReviewsEndRule
{
    margin-top: 44px;
}
@media(max-width: 767px) {
    .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;
    }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*         CART COMPONENT                              */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.Divider {
   clear: both;
}
.CartItemImage img
{
    display: inline-block;
    max-width: 60px;
    margin-right: 20px;
}
.CartItem
{
    height: 85px;
    font-size: 16px;
    clear: both;
}
.CartItemDescription,
.CartItemImage
{
    display: inline-block;
}
.CartItemImage
{
    max-width: 20%;
    float: left;
}
.CartItemDescription
{
    max-width: 80%;
}
.CartItemSku
{
    color: #999999;
    font-size: 11px;
}
.CartContent .Divider,
.CartNoContent .Divider
{
    border: 1px solid #000000;
    margin: 30px 0;
}
.CartContent .Divider:last-of-type,
.CartNoContent .Divider:last-of-type
{
    margin-bottom: 0;
}
.CartSubtotalContainer
{
    margin: 30px 0;
}
.CartSubtotal
{
    font-size: 26px;
}
.CartSubtotal .SubtotalText
{
    margin-right: 5px;
}
.CartSubtotalContainer > *,
.PromoBoxContainer > *,
.CartCheckoutContainer > *
{
    float: right;
}
.UpdateCartButton
{
    float: left;
}
.UpdateCartSubmit .btn-primary
{
    padding: 8px 25px;
    font-size: 18px;
}
.CheckoutButton .btn-primary
{
    padding: 10px 70px;
    font-size: 20px;
}
.EmptyCartText
{
    font-size: 16px;
    padding: 40px 0;
    text-align: center;
}
.PromoBox
{
    padding-top: 45px;
}
.PromoBoxContainer .CartPromoErrors
{
    margin: auto auto 5px 15px;
    clear: both;
}
.PromoBox input[type="text"]
{
    border: 1px solid #bbbbbb;
    margin-left: 15px;
    padding: 10px;
    font-size: 16px;
}
.PromoCodeSubmit {
    margin-left: 5px;
}
.PromoCodeSubmit .btn-primary
{
    margin-top: -5px;
    padding: 12px 10px;
}
.CartPromo
{
    padding: 40px 0;
}
.CartPromoDescription
{
    font-size: 14px;
}
.CartPromoId
{
    font-size: 12px;
    color: #888888;
}
.CartPromoId::before
{
    content: "[#";
}
.CartPromoId::after
{
    content: "]";
}
.CartPromoDelete
{
    float: right;
    font-size: 16px;
    cursor: pointer;
}
.PromoContent .Divider
{
    border-color: #aaaaaa;
    margin: 0;
}
.CartPromoInactive
{
    opacity: .4;
}
.CartPromoStatusMessage
{
    padding: 0 55px;
    font-size: 14px;
}
@media(max-width: 991px) {
    .CartItemInfo.CartItemPrice
    {
        display: none;
    }
    .CartItemDescription
    {
        margin-bottom: 30px;
    }
    .CartItemSubtotalPrice
    {
        float: right;
    }
    .CartItem
    {
        height: auto;
        border-bottom: 1px solid #000000;
        padding: 30px 0;
        margin: 0;
    }
    .CartItem:first-child
    {
        border-top: 1px solid #000000;
    }
    .CartContent .Divider
    {
        display: none;
    }
    .CartSubtotalContainer
    {
        border-bottom: 1px solid #000000;
        padding: 30px 0;
        margin: 0 15px;
    }
    .CartSubtotal
    {
        margin-right: 30px;
    }
    .CartContent
    {
        border-top: 1px solid #000000;
        margin-bottom: 30px;
    }
    .CartButtonsContainer
    {
        margin-top: 25px;
    }
    .CartButtonsContainer,
    .UpdateCartSubmit,
    .UpdateCartSubmit .btn-primary,
    .CheckoutButton,
    .CheckoutButton .btn-primary
    {
        width: 100%;
    }
    .CheckoutButton .btn-primary
    {
        font-size: 26px;
        margin-top: 30px;
        padding: 10px 0;
    }
    .PromoBox input[type="text"]
    {
        padding: 5px;
    }
    .PromoCodeSubmit > .btn-primary
    {
        padding: 7px 10px;
    }
    .PromoBox
    {
        padding: 50px 15px;
    }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*         CHECKOUT COMPONENT                          */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.CheckoutSectionTitle
{
	font-weight: bold;
	padding-bottom: 25px;
}
.ShippingMethodText
{
	background-color: #ffffff;
	padding: 20px;
	border: 1px solid #818181;
	box-sizing: border-box;
}
.PaymentMethod
{
	padding-right: 3px;
}
.PaymentMethod:last-child
{
	padding-right: 0;
}
.MasterCardPayment
{
	background: transparent url("https://static.musictoday.com/store/images/PaymentMethods/MC_logo.png") no-repeat scroll left top;
}
.VisaPayment
{
	background: transparent url("https://static.musictoday.com/store/images/PaymentMethods/VISA_logo.png") no-repeat scroll left top;
}
.AmExPayment
{
	background: transparent url("https://static.musictoday.com/store/images/PaymentMethods/AMEX_logo.png") no-repeat scroll left top;
}
.DiscoverPayment
{
	background: transparent url("https://static.musictoday.com/store/images/PaymentMethods/Discover_logo.png") no-repeat scroll left top;
}
.PayPalPayment
{
	background: transparent url("https://static.musictoday.com/store/images/PaymentMethods/PayPal_logo_2015.png") no-repeat scroll left top;
}
.MasterPassPayment
{
	background: transparent url("https://static.musictoday.com/store/images/global/MasterPass/MasterPassAcceptanceMark.gif") no-repeat scroll left top;
}
.CardImage
{
	clear: both;
	display: inline-block;
	height: 25px;
	width: 38px;
}
.PaymentLogo
{
	display: inline-block;
	vertical-align: top;
}
.PaymentRadio
{
	display: inline-block;
	vertical-align: top;
}
#CreditCardNumber input
{
	background: #ffffff url("https://static.musictoday.com/store/bands/checkout/Lock.png") no-repeat scroll right center;
}
#PaymentLogos, #CreditCardNumber, #CreditCardMonth, #UseShippingArea, #CreditCardSecurityCode, #BillingAddressForm
{
	clear: both;
}
.TooltipIcon
{
	font-size: 16px;
}
#BillingAddressForm
{
	display: none;
}
#SubmitOrder
{
	margin-bottom: 20px;
}
.CheckoutErrors
{
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#GiftCardsRedeemed
{
	display: none;
}
#TotalSection
{
	display: none;
	border-top: solid 1px #bbbbbb;
	margin-top: 5px;
	padding-top: 5px;
}
#SubtotalSection
{
	border-top: solid 1px #bbbbbb;
}
.OrderSummarySection, .OrderSummarySection:after
{
	clear: both;
}
#OrderSummary .Label
{
	text-align: left;
	display: inline-block;
	width: 50%;
	padding-left: 0;
}
#OrderSummary .Value
{
	display: inline-block;
	text-align: right;
	padding-right: 0;
	width: 50%;
}
.LineItem
{
	clear: both;
	text-align: left;
}
.LineItemImage
{
}
.LineItemDetails
{
	font-size: 11px;
}
.LineItemImage img
{
	width: 100%;
}
#ShippingCostSection, #TaxCostSection
{
	display: none;
}
.BeforeShippingTax
{
	padding-left: 0;
	font-size: 11px;
}
.ShippingOptionLineItems
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ShippingOptionLineItems li
{
	padding: 0;
	margin: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*         ORDER CONFIRMATION COMPONENT                */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.OrderCompleteTitle
{
	margin-bottom: 10px;
}
.OrderNumber
{
	margin-bottom: 20px;
}
.OrderSectionTitle
{
	margin-bottom: 10px;
}
.OrderItems
{
	list-style: none;
	padding: 0;
	margin: 0 0 10px;
}
.OrderItems li
{
	display: block;
	margin: 0;
	padding: 0 0 10px;
}
.OrderColumn
{
	float: left;
	margin-right: 7px;
}
.OrderTotalCharged
{
	clear: both;
	font-size: 22px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  Account
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SidePanel .ForgotPassText
{
    float: left;
}
.SidePanel .NotMemberText
{
    float: right;
}
.InfoText
{
    margin: 5px 15px;
    text-align: center;
}
.InfoText a
{
    text-decoration: underline;
}
.AccountMessages
{
    margin: 10px 15px;
    text-align: center;
}
.ShowHideMask
{
    color: #555;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 25px;
    top: 9px;
}
.ShowHideMask .ShowHideLabel
{
    display: none;
}
.ShowHideMask .ShowHideLabel.Show
{
    display: inline;
}
@media(max-width: 767px) {
    .InfoText
    {
        font-size: 12px;
    }
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 *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: 767px) {
    .InventoryCountdownContent
    {
        margin: 0 15px;
    }
}

