body {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', sans-serif;
	color: #000;
	height: 100%;
	overflow: auto;
}

body.cart-active {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	color: inherit;
	text-transform: uppercase;
	font-weight: 900;
	line-height: .975em;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 14pt;
}

p {
	font-family: inherit;
	font-weight: 300;
	font-size: 10pt;
	line-height: 16pt;
}

a:hover {
	text-decoration: none;
}
.btn {
    font-weight: 500;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 9pt;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    -webkit-backface-visibility: hidden;
}
.btn-default {
	border-color: transparent;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	color:#FFF;
}
.btn-pink {
	background-color: #FF10A4;
	color: #fff;
}
.btn-pink:hover, .btn-pink:focus {
	background-color: #D5108A;
	color: #fff;
}
.slinky-pink {
	color:#FF10A4;
}
ul li {
	list-style: none;
}
#subscribeModal {
	visibility: visible;
}
.modal-backdrop {
	z-index: 0;
}

/***********************************************************/
/******************** GLOBAL NAV START *********************/
/***********************************************************/


.global-header.cart-active {
	width: 100%; /*calc(100% - 15px);*/
	-webkit-transform: translate(-21em, 0px);
	-moz-transform: translate(-21em, 0px);
	-o-transform: translate(-21em, 0px);
	-ms-transform: translate(-21em, 0px);
	transform: translate(-21em, 0px);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-backface-visibility: hidden;
}

.global-header {
	visibility: visible;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

}

.global-header {
	height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #D0D0D0;
}

.global-header-left {
	position: absolute;
	left: 0;
	height: 40px;
	padding: 0;
	margin-top: 0;
}

.global-header-right {
	position: absolute;
	right: 0;
	height: 40px;
	padding: 0;
	margin-top: 0;
}

ul.global-header-left li {
	height: 39px;
	display: inline-block;
	float: left;
	padding: 0 10px;
	width: 100px;
	border-right: 1px solid #D0D0D0;
}

ul.global-header-right li {
	height: 40px;
	display: inline-block;
	padding: 10px;
}

ul.global-header-right li {
	height: 39px;
	display: inline-block;
	padding: 5px 15px;
	width: 100px;
	border-left: 1px solid #D0D0D0;
	opacity: .75;
}

ul.global-header-left li:first-child {
	height: 39px;
	display: inline-block;
	padding: 13px 10px;
	border-right: 1px solid #D0D0D0;
	opacity: 1;
	width: 160px;
	float: left;
}

ul.global-header-right li img.inactive-site {
	opacity: .6;
}

ul.global-header-right li img.inactive-site:hover {
	opacity: .9;
}

ul.global-header-left li img.active-site {
	opacity: 1;
}

.language-dropdown {
	z-index: 99999;
	background-color: #fff;
	position: absolute;
	height: auto;
	width: 159px;
	left: 0px;
	font-size: 8pt;
}

.language-dropdown ul {
	margin: 0;
	padding: 10px 0;
}

.language-dropdown ul li {
	padding: 10px 10px;
}

.language-dropdown img {
	margin-top: -3px;
}

.language-dropdown a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}

.language-dropdown ul li:hover {
	background-color: #FF10A4;
	cursor: pointer;
}

.language-dropdown ul li:hover a {
	color: #fff;
}

.active-global-site {
	font-size: 8pt;
}

.active-global-site i {
	float: right;
	padding: 2px 0;
	color: #aaa;
}

.active-global-site img {
	margin-top: -3px;
}

.flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    background: url('/assets/images/flags2.png') no-repeat;
}


.flag.flag-ar {
    background-position: -16px 0;
}

.flag.flag-au {
    background-position: -32px 0;
}

.flag.flag-be {
    background-position: -48px 0;
}

.flag.flag-br {
    background-position: -64px 0;
}

.flag.flag-ca {
    background-position: -80px 0;
}

.flag.flag-cl {
    background-position: 0 -11px;
}

.flag.flag-cn {
    background-position: -16px -11px;
}

.flag.flag-cz {
    background-position: -32px -11px;
}

.flag.flag-de {
    background-position: -48px -11px;
}

.flag.flag-dk {
    background-position: -64px -11px;
}

.flag.flag-es {
    background-position: -80px -11px;
}

.flag.flag-fi {
    background-position: 0 -22px;
}

.flag.flag-fr {
    background-position: -16px -22px;
}

.flag.flag-gb {
    background-position: -32px -22px;
}

.flag.flag-hu {
    background-position: -48px -22px;
}

.flag.flag-ie {
    background-position: -64px -22px;
}

.flag.flag-il {
    background-position: -80px -22px;
}

.flag.flag-it {
    background-position: 0 -33px;
}

.flag.flag-jp {
    background-position: -16px -33px;
}

.flag.flag-kr {
    background-position: -32px -33px;
}

.flag.flag-mx {
    background-position: -48px -33px;
}

.flag.flag-nl {
    background-position: -64px -33px;
}

.flag.flag-nz {
    background-position: -80px -33px;
}

.flag.flag-pt {
    background-position: 0 -44px;
}

.flag.flag-ru {
    background-position: -16px -44px;
}

.flag.flag-se {
    background-position: -32px -44px;
}

.flag.flag-us {
    background-position: -48px -44px;
}

@media only screen and (max-width: 767px) {

	ul.global-header-right {
		width: calc(100% - 55px);
	}

	ul.global-header-right li {
		width: 32%;
		padding: 0px;
		text-align: center;
	}

	ul.global-header-right li a img {
		max-height: 100%;
		display: inline;
	}

	ul.global-header-right li:first-child {
		border-left: 0px;
	}

	ul.global-header-left li:first-child {
		width: 55px;
	}

}

/***********************************************************/
/******************** GLOBAL NAV END ***********************/
/***********************************************************/


/***********************************************************/
/****************** MENU / SEARCH START ********************/
/***********************************************************/

/* self-contained header css, mobile first */
#toggle-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	top:0;left:0;
	display: none;
	z-index: -1;
}

header {
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    z-index:99;
	visibility: visible;
}

header .mobile-nav-buttons {
	visibility: visible;
}
header .nav-container {
	visibility: visible;
}
/*header.search-active {
	-webkit-transform: translate(0, 60px);
	-moz-transform: translate(0, 60px);
	-o-transform: translate(0, 60px);
	-ms-transform: translate(0, 60px);
	transform: translate(0, 60px);
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
}*/

/*.content-wrapper.search-active {
	-webkit-transform: translate(0, 60px);
	-moz-transform: translate(0, 60px);
	-o-transform: translate(0, 60px);
	-ms-transform: translate(0, 60px);
	transform: translate(0, 60px);
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
}*/

header.cart-active {
	width:100%;
	-webkit-transform: translate(-21em, 0px);
	-moz-transform: translate(-21em, 0px);
	-o-transform: translate(-21em, 0px);
	-ms-transform: translate(-21em, 0px);
	transform: translate(-21em, 0px);
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
}

header.scrolled.cart-active {
	width: calc(100% - 15px);
}

.global-header.cart-active {
	width: 100%; /*calc(100% - 15px);*/
	-webkit-transform: translate(-21em, 0px);
	-moz-transform: translate(-21em, 0px);
	-o-transform: translate(-21em, 0px);
	-ms-transform: translate(-21em, 0px);
	transform: translate(-21em, 0px);
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
}

.global-header {
	visibility: visible;
	-webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}
header .header-content {
	background-color: transparent;
	height: 70px;
    padding: 10px 0;
    -webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	position:absolute;
	width:100%;
}

header .header-content.add-bg {
	background-color: #1f1f1f;
}

header.eb-header.on-white .header-content.add-bg .nav-container ul li a{
	color:#FFF;
}

header .header-content a.eb-logo img {
	margin: 10px auto 0;
    width: 95px;
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
}

header.eb-header .header-content a.eb-logo img.black {
	display:none;
}

header.eb-header.on-white .header-content a.eb-logo img.white {
	display:none;
}

header.eb-header.on-white .header-content a.eb-logo img.black {
	display:block;
}

header.eb-header .header-content.add-bg a.eb-logo img.white {
	display:block;
}

header.eb-header .header-content.add-bg a.eb-logo img.black {
	display:none;
}

header.eb-header {
	color:#FFF;
}

header.eb-header.on-white .nav-container ul li a {
	color:#000;
}

header .eb-logo.search-active img.white {
	display:block !important;
}

header .eb-logo.search-active img.black {
	display:none !important;
}

header.eb-header.on-white.search-active .nav-container ul li a {
    color: #FFF;
}

header.eb-header.invert {
	color:#000;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}

/* toggle mobile icon colors to be black when the header is on a page with white background */
header.eb-header.on-white .mobile-nav-buttons a i,
header.eb-header.on-white .mobile-nav-toggle a {
	color:#000;
}

header .header-content.add-bg .mobile-nav-buttons a i,
header .header-content.add-bg .mobile-nav-toggle a {
	color:#fff;
}



header .nav-container {
	width:100%;
	display: none;
}

header .nav-container.expanded {
	position:relative;
	top:25px;
	display:block;
}

header .nav-container ul {
	padding:0px;
	margin:0px;
	position:relative;
}

header .nav-container ul li {

}

header .nav-container ul li:last-child { /* no bottom border on last menu item */
	border-bottom:none;
}

header .nav-container ul li a {
	font-size:9pt;
	font-weight:700;
	color:#FFF;
	display: block;
    padding: 20px 20px 43px 20px;
    border-top:1px solid #3f3f3f;
    text-transform: uppercase;
   	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	-webkit-backface-visibility: hidden;
}

header .nav-container ul li a:focus {
	text-decoration:none;
}

header.eb-header .eb-logo img {
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}


.mobile-nav-buttons {
    position: absolute;
    right: 10px;
    top: 24px;
}

.mobile-nav-buttons a {
	color:#FFF;
	font-size:16pt;
	line-height:9pt;
	padding: 0 10px;
	width: 40px;
    display: inline-block;
    position:relative;
}

/* sub-menu style */

header .nav-container ul.submenu {
	padding:0;
	margin:0;
}

header .nav-container ul.submenu li a {
	font-size:9pt;
	font-weight:300;
	background-color:#2c2c2c;
	text-transform: uppercase;
}

header .mobile-nav-toggle {
	position: absolute;
	left:10px;
	top:25px;
}

header .mobile-nav-toggle a {
	color:#FFF;
	font-size:16pt;
	line-height:9pt;
	padding: 0 10px;
	width: 40px;
    display: inline-block;
}

header .nav-container a.toggle-submenu i {
	float:right;
	display:inline-block;
	color:#ef2ba5;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	-webkit-backface-visibility: hidden;
}

header .nav-container a.toggle-submenu.expanded i {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* helper classes */
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

#offcanvas-cart {
	visibility: visible;
}

/* search field */
#search-container {
	display:none;
    position: relative;
    left: 0;
    right:0;
    z-index: 100;
    width:100%;
    height:60px;
    margin:0 auto;
    text-align: center;
    /*-webkit-transform: translate(0, -60px);
	-moz-transform: translate(0, -60px);
	-o-transform: translate(0, -60px);
	-ms-transform: translate(0, -60px);
	transform: translate(0, -60px);
	    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;*/
	visibility: visible;
}

#search-container input {
    width: 90%;
    color:#000;
    height:60px;
    padding: 10px 20px;
    font-size: 12pt;
    border: none;
}

#search-container button.submit {
    padding: 20px;
    margin: 0;
    height: 60px;
    margin-top: -3px;
    margin-left: -5px;
    width:10%;
    font-size:12pt;
}

#search-container.search-active {
    /*-webkit-transform: translate(0, 0px);
	-moz-transform: translate(0, 0px);
	-o-transform: translate(0, 0px);
	-ms-transform: translate(0, 0px);
	transform: translate(0, 0px);*/
}

#search-container.cart-active {
	-webkit-transform: translate(-21em, 0px);
	-moz-transform: translate(-21em, 0px);
	-o-transform: translate(-21em, 0px);
	-ms-transform: translate(-21em, 0px);
	transform: translate(-21em, 0px);
}


.header-content.search-active {
	background-color: #1f1f1f;
}

header #cartToggle {
	position: relative;
}

header .cartCount {
	position: absolute;
	top:10px;left:35px;
	display: block;
	width: 15px;
	height: 15px;
	background-color: #ff0000;
	color: rgba(255,255,255,1.0);
	border-radius: 15px;
	text-align: center;
	line-height:16px;
	font-size: 8px;
}


/* BELOW sm */
@media only screen and (max-width: 767px) {

	header .cartCount {
    	top: -5px;
    	left: 25px;
    }

	header .nav-container ul li a {
		background-color:#1f1f1f;
		padding: 20px;
	}

	header.search-active {
		/*-webkit-transform: translate(0, 40px);
		-moz-transform: translate(0, 40px);
		-o-transform: translate(0, 40px);
		-ms-transform: translate(0, 40px);
		transform: translate(0, 40px);
		    -webkit-transition: all 300ms ease;
	    -moz-transition: all 300ms ease;
	    -o-transition: all 300ms ease;
	    transition: all 300ms ease;
	    -webkit-backface-visibility: hidden;*/
	}

	.content-wrapper.search-active {
		/*-webkit-transform: translate(0, 40px);
		-moz-transform: translate(0, 40px);
		-o-transform: translate(0, 40px);
		-ms-transform: translate(0, 40px);
		transform: translate(0, 40px);
		    -webkit-transition: all 300ms ease;
	    -moz-transition: all 300ms ease;
	    -o-transition: all 300ms ease;
	    transition: all 300ms ease;
	    -webkit-backface-visibility: hidden;*/
	}

	#search-container {
		height:40px;
	}

	#search-container input {
		height:40px;
	}

	#search-container button.submit {
		height:40px;
		font-size:9pt;
		padding: 12px;
	}

	#search-container input {
		padding: 8px;
		font-size:10pt;
	}

}

/* sm */
@media only screen and (min-width:767px) and (max-width: 991px) {

	header .cartCount {
    	top: -5px;
    	left: 25px;
    }

	header .nav-container ul li a {
		background-color:#1f1f1f;
		padding: 20px;
	}
}

/* desktop nav up to large  */
@media only screen and (min-width: 992px) and (max-width:1199px) {
	header.cart-active .header-content {
		/*width:calc(100% - 15px);*/
	}
}

/* desktop nav */
@media only screen and (min-width: 992px) {

	header .header-content {
		height: 100px;
	    padding: 20px 0;
	}

	header .header-content a.eb-logo img {
		margin:5px 0 0 20px;
		width: 169px;
	    position: absolute;
		left: 0px;
		z-index: 2;
	}

	header .nav-container {
		border: none;
		text-align:right;
		top:initial;
		width:100%;
		display: inline-block;
	}

	header .nav-container.expanded {
		top: inherit;
		width:100%;
		display: inline-block;
		text-align: right;
		position:relative;
	}

	header .nav-container ul:first-child {
		display: inline-block;
		width: 100%;
	}

	header .nav-container ul:first-child li {
		display: inline-block;
	}

	header .nav-container ul li a {
    	border-top: none;
	}

	header .nav-container ul.submenu {
		position:absolute;
		top: 80px;
		background-color: #1f1f1f;
		left: 0;
		display:block;
		width:100%;
		text-align: center;
	}

	header .nav-container ul.submenu li {
		width: 195px;
	    height: 180px;
		border:none;
		border-right:1px solid #3f3f3f;
		display: inline-block;
		text-align:center;
		position: relative;
		-webkit-transition: all 150ms ease;
	    -moz-transition: all 150ms ease;
	    -o-transition: all 150ms ease;
	    transition: all 150ms ease;
	}

	header .nav-container ul.submenu li a {
		background-color:transparent;
	    font-size: 10pt;
		line-height: 11pt;
		font-weight: 600;
		padding: 76px 20px;
	}

	header .nav-container ul.submenu li:hover {
		background-color: #2c2c2c;
	}

	header .nav-container ul.submenu li::after {
		content: "";
	    background-color: transparent;
	    display: block;
	    position: relative;
	    height: 6px;
        left: -1px;
		width: 196px;
	    -webkit-transition: all 150ms ease;
	    -moz-transition: all 150ms ease;
	    -o-transition: all 150ms ease;
	    transition: all 150ms ease;
	    -webkit-backface-visibility: hidden;
	}

	header .nav-container ul.submenu li:hover::after { /* add pink line highlight on hover */
	    background-color: #ef2ba5;
	}

	header .nav-container ul.submenu li:last-child { /* no right border on last menu item */
		border-right:none;
	}

	header .nav-container ul.submenu li:first-child::after {
		width:195px;
		left:0px;
	}

	header i.fa {
		font-size: 16pt;
		line-height: 9pt;
	}

}

/* large desktop nav */
@media only screen and (min-width: 1200px) {

	header.eb-header .eb-logo.cart-active img {
	    -webkit-transform: translateX(21em);
        -moz-transform: translateX(21em);
        -o-transform: translateX(21em);
        -ms-transform: translateX(21em);
        transform: translateX(21em);
        -webkit-backface-visibility: hidden;
        -webkit-transition: 300ms ease;
        -moz-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease;
	}

	header.eb-header .eb-logo img {
		-webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-backface-visibility: hidden;
        -webkit-transition: 300ms ease;
        -moz-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease;
	}

	#search-container button.submit span {
		text-align: left;
    	display: inline-block !important;
    	font-size: 10pt;
	}
}


/* xlarge desktop nav */
@media only screen and (min-width: 1430px) {

	header .header-content a.eb-logo img {
		margin:5px 0 0 50px;
	}

	header .nav-container ul.submenu li {
		width:270px;
		height:230px;
	}

	header .nav-container ul.submenu li a {
		padding:101px 20px;
	}

	header .nav-container ul.submenu li::after {
		width: 271px;
		left:-1px;
	}

	header .nav-container ul.submenu li:first-child::after {
		width:270px;
		left:0px;
	}

	header .nav-container ul a i.fa-shopping-cart {
		margin-right:30px;
	}

}

/***********************************************************/
/******************** MENU / SEARCH END ********************/
/***********************************************************/


/***********************************************************/
/********************** CART START *************************/
/***********************************************************/

body.cart-active {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
}
.global-header.cart-active {
    width: 100%;
    -webkit-transform: translate(-21em, 0px);
    -moz-transform: translate(-21em, 0px);
    -o-transform: translate(-21em, 0px);
    -ms-transform: translate(-21em, 0px);
    transform: translate(-21em, 0px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
}
header.scrolled.cart-active {
    /*width: calc(100% - 15px);*/
    width:100%;
}
#offcanvas-cart.cart-active {
    -webkit-transform: translate(-21em, 0px);
    -moz-transform: translate(-21em, 0px);
    -o-transform: translate(-21em, 0px);
    -ms-transform: translate(-21em, 0px);
    transform: translate(-21em, 0px);
    -webkit-backface-visibility: hidden;
}

.content-wrapper {
	-webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
}

.content-wrapper.cart-active {
    -webkit-transform: translate(-21em, 0px);
    -moz-transform: translate(-21em, 0px);
    -o-transform: translate(-21em, 0px);
    -ms-transform: translate(-21em, 0px);
    transform: translate(-21em, 0px);
    opacity: 0.35;
}



#offcanvas-cart {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 21em;
	right: -21em;
	height: 100%;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: 300ms ease;
	-moz-transition: 300ms ease;
	-o-transition: 300ms ease;
	transition: 300ms ease;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	visibility: visible;
}

#offcanvas-cart.cart-active {
	-webkit-transform: translate(-21em, 0px);
	-moz-transform: translate(-21em, 0px);
	-o-transform: translate(-21em, 0px);
	-ms-transform: translate(-21em, 0px);
	transform: translate(-21em, 0px);
	-webkit-backface-visibility: hidden;
}

#offcanvas-cart.cart-active::before {
	content: '';
	border-left: 1px solid #ddd;
	height: 100%;
	position: absolute;

}

#offcanvas-cart h3 {
	margin-top: 17px;
}

#offcanvas-cart .cart-container {
	position: relative;
	height: 100%;
}

#offcanvas-cart .cart-header {
    padding: 20px 20px 10px 20px;
}

#offcanvas-cart .cart-contents {
	padding: 10px 20px 10px 5px;
	overflow-y: auto;
	/* Firefox */
	height: -moz-calc(100% - 271px);
	/* WebKit */
	height: -webkit-calc(100% - 271px);
	/* Opera */
	height: -o-calc(100% - 271px);
	/* Standard */
	height: calc(100% - 271px);
}

#offcanvas-cart .cart-footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 10px 20px 20px 5px;
}

#offcanvas-cart.cart-active .cart-footer {
	box-shadow: 0px -10px 20px 4px rgba(255, 255, 255, .5);
}

#offcanvas-cart .cart-footer a.btn {
	display: block;
}

#offcanvas-cart .cart-item {
	margin: 20px 0;
}

#offcanvas-cart .cart-contents .cart-item:first-child {
	margin: 0 0 20px 0;
}

#offcanvas-cart .cart-contents .cart-item:last-child {
	margin: 20px 0 0 0;
}

#offcanvas-cart .cart-item .cart-item-left,
#offcanvas-cart .cart-item .cart-item-right {
	float: left;
}

#offcanvas-cart .cart-item .cart-item-left {
	width: 45%;
}

#offcanvas-cart .cart-item .cart-item-right {
	padding-left: 10px;
	width: 55%;
}

#offcanvas-cart .cart-item .cart-item-right input {
	font-weight: 500;
	width: 40%;
	float: left;
	padding: 5px 0 5px 10px;
}

#offcanvas-cart .cart-item .remove-item {
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	width: 100%;
	display: block;
	padding: 5px 0;
	color: #888;
}

#offcanvas-cart .cart-item .update-quantity {
	padding: 10px;
	margin-left: 6px;
	margin-top: 0px;
	height: 34px;
	font-size: 8pt;
}

#offcanvas-cart .cart-item {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
}

#offcanvas-cart .cart-item .updating-content {
	display: none;
}

#offcanvas-cart .cart-item.updating .cart-item-left,
#offcanvas-cart .cart-item.updating .cart-item-right {
	opacity: .3;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
}

#offcanvas-cart .cart-item.updating::before {
	content: '';
	position: absolute;
	width: 91%;
	padding: 90px 0;
	background-color: transparent;
	z-index: 1;
}

#offcanvas-cart .cart-item.updating .updating-content {
	display: block;
	font-weight: 900;
	position: absolute;
	text-align: center;
	width: 90%;
	padding: 60px 0;
	z-index: 2;
}

.cross {
	width: 24px;
	height: 24px;
}

.cross-outer {
	height: 24px;
	width: 2px;
	background-color: black;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	Z-index: 1;
}

.cross-inner {
	height: 24px;
	width: 2px;
	background-color: black;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	Z-index: 2;
}

.cross.white .cross-outer {
	background-color: white;
}

.cross.white .cross-inner {
	background-color: white;
}

.cross-small {
	width: 20px;
	height: 20px;
	display: inline-block;
}

.cross-small .cross-outer {
	height: 20px;
	margin-left: 9px;
	width: 1px;
}

.cross-small .cross-inner {
	height: 20px;
	width: 1px;
}

a.offcanvas-link .cross {
	float: right;
	margin-top: 15px;
}


/***********************************************************/
/*********************** CART END **************************/
/***********************************************************/


/***********************************************************/
/********************* FOOTER START ************************/
/***********************************************************/

.footer {
	background-color:#FFF;
	padding:0;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-size: 12pt;
	width: 100%;
	visibility: visible;
}

.footer a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-backface-visibility: hidden;
}

.footer a:hover {
	color:#FF10A4;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-backface-visibility: hidden;
}

.footer .footer-right a:hover {
	text-decoration: none;
}

.footer h4 i {
	font-size:18pt;
}

.footer .container {
	padding:0;
	width:100%;
}

.footer ul {
	list-style: none;
}

.footer ul li a {
	color:#999;
	line-height: 1.6em;
	font-size:10pt;
}

.footer-left {
	margin:40px 0;
}

.footer-right h4 {
	text-align: center;
	color:#000;
}

.footer-right .contact-phone h4 {
	text-align: center;
	color:#000;
	font-family: 'Gotham SSm A', 'Gotham SSm B', sans-serif;
	font-weight: 300;
}

a.store-locator {
	height:190px;
	/*background:url("/assets/images/store-locator-bg.jpg") center center;
	-webkit-background-size:756px 320px;
	-moz-background-size:756px 320px;
	-o-background-size:756px 320px;
	background-size: 756px 320px;
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-backface-visibility: hidden;
    background-position: center;*/
}

a.store-locator:hover {

	/*-webkit-background-size:808px 342px;
	-moz-background-size:808px 342px;
	-o-background-size:808px 342px;
	background-size:808px 342px;
	background-position: center;*/
}

.contact-phone {
	height:190px;
}

.social-tile,
.footer-tile {
    float:left;
    position: relative;
    width: 20%;
    padding-bottom : 20%; /* five items width */
    margin:0;
    overflow:hidden;
    background-color:#F4F4F4;
    color:#C2C2C2;
    font-size:21pt;
}

.footer-tile { /* half-width for store locator, contact phone */
    width: 50%;
    background-color:#fff;
}

.social-tile:nth-child(even) {
	background-color:#EBEBEB;
}

.social-tile .content,
.footer-tile .content {
    position:absolute;
    height:100%;
    width:100%;
    padding: 10% 5%;
}

.social-tile .table,
.footer-tile .table{
    display:table;
    height:100%;
    width:100%;
}

.social-tile .table-cell,
.footer-tile .table-cell{
    display:table-cell;
    vertical-align:middle;
    height:100%;
    width:100%;
    text-align: center;
}
.social-tile .table-cell img,
.footer-tile .table-cell img {
	height: 28px;
	opacity: 0.3;
}
a.social-tile:visited {
	color:#C2C2C2
}

a.social-tile:active {
	color:#C2C2C2
}

a.social-tile.youtube:hover,
a.social-tile.youtube:active {
	/*color:#cd201f;*/
	color:#FF10A4;
}

a.social-tile.twitter:hover,
a.social-tile.twitter:active {
	/*color:#55acee;*/
	color:#FF10A4;
}

a.social-tile.facebook:hover,
a.social-tile.facebook:active {
	/*color:#3b5999;*/
	color:#FF10A4;
}

a.social-tile.googleplus:hover,
a.social-tile.googleplus:active {
	/*color:#DC4E41;*/
	color:#FF10A4;
}
a.social-tile.tiktoc:hover .table-cell img,
a.social-tile.tiktoc:active .table-cell img {
	opacity: 1.0;
}

a.social-tile.instagram:hover,
a.social-tile.instagram:active {
	/*color:#125688;*/
	color:#FF10A4;
}

a.contact-phone i {
-webkit-transition: -webkit-transform 200ms ease-out;
-moz-transition:    -moz-transform 200ms ease-out;
-o-transition:      -o-transform 200ms ease-out;
-ms-transition:     -ms-transform 200ms ease-out;
transition:         transform 200ms ease-out;
-webkit-backface-visibility: hidden;
-ms-transform: rotate(+20deg); /* IE 9 */
    -webkit-transform: rotate(+20deg); /* Chrome, Safari, Opera */
    transform: rotate(+20deg);
}

a.contact-phone:hover i {
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
}

.footer-bottom {
	padding-top:40px;
	padding-bottom:40px;
    background-color: #333;
    font-size: 10pt;
    color: #FFF;
}

.footer h5 {
	margin-top:0px;
}

.footer ul {
	padding-left:0;
}


.footer input.email-input {
	padding:4px 8px;
	border:none;
	border-radius: 0px;
	height:39px;
	color:#000;
	width: 100%;
}

.footer #newsletterModal {
	margin:0;
}

.footer div.copyright {
	font-size:8pt;
	line-height: 8pt;
	color:#C1C1C1;
}

.footer .newsletter-signup {
	margin:0 auto;
	display:block;
	font-size:9pt;
}

.footer .newsletter-signup p {
	margin-bottom:10px;
}

.footer label {
	text-transform: uppercase;
    font-size: 9pt;
    letter-spacing: 1px;
}

.copyright-centered {
	color:#bbb;
	text-transform:uppercase;
	font-size:8pt;
	letter-spacing:1px;
	text-align:center;
	margin-top:40px;
}

@media only screen and (max-width: 480px) {
	.footer-tile {
		width: 100%;
	}
	.footer .newsletter-signup p {
		margin-bottom: 10px;
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	.footer .copyright {
		text-align: center;
		margin-top: 20px;
	}

	.footer .newsletter-submit {
		margin-top: 10px;
	}

	.footer-bottom p {
		margin-bottom: 15px;
	}

	.footer .label-top {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.footer #newsletter-button {
		display: block;
		margin-top: 30px;
	}

	.footer .newsletter-signup p {
		margin-bottom: 10px;
		width: 70%;
		margin: 0 auto;
	}

	.footer label[for="inputEmail"] {
		margin-top: 10px;
	}

	.footer div.copyright {
		margin: 30px 0 0 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-bottom .form-row {
		margin-top: -2px;
	}

	.footer label.checkbox-inline {
		margin-top: 12px;
	}

	.footer div.copyright {
		margin: 30px 0 0 0;
		text-align: center;
	}
}

/***********************************************************/
/********************** FOOTER END *************************/
/***********************************************************/

#subscribeModal .rules {
	margin-top: 15px;
}
#subscribeModal .copyright {
	margin-top: 15px;
	font-size: 8px;
}
.btn-black {
	font-size: 14px;
	border: 2px #000 solid;
	color: #000;
}
.btn-black:hover, .btn-black:focus {
	background-color: #000;
	color: #fff;
}
.gdpr {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
	padding: 15px 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
	font-size: 10px;
}
.gdpr button {
	margin-top: 10px;
	padding: 5px 20px;
	font-size: 7pt;
}
@media only screen and (min-width: 767px) {
	.gdpr {
		font-size: 14px;
	}
	.gdpr button {
		margin-top: 15px;
		padding: 12px 20px;
		font-size: 9pt;
	}
}

.videoModal {
	padding-right:0px !important;
}
.videoModal .modal-content {
	background-color:#000;
}
.modal .videoModal {
	height:100%;
}
.videoModal .modal-dialog {
	height:100%;
	width: 100%;
    margin: 0;
}
.videoModal .modal-content {
	height:100%;
}
.videoModal .modal-header {
	height:80px;
	border-bottom: none;
}
.videoModal .modal-body {
	height:calc(100% - 160px);
}
.videoModal .modal-body img {
	max-height:100%;
	margin:0 auto;
}
.videoModal .modal-footer {
	height:80px;
	border-top: none;
}
.videoModal .modal-footer button {
	margin:0;
}
.cross {
	width:24px;
	height:24px;
}
.cross-outer {
	height:24px;
	width:2px;
	background-color:black;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	Z-index:1;
}
.cross-inner {
	height:24px;
	width:2px;
	background-color:black;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	Z-index:2;
}
.acsb-trigger.acsb-trigger-position-x-left {
	left: 0px !important;
}
.osano-cm-widget--position_right,
.osano-cm-widget--position_left {
	left: 48px !important;
}
.osano-cm-widget {
	background: #77ce9f;
	width: 30px !important;
	height: 30px !important;
	bottom: 14px !important;
	border-radius: 20px;
}
.osano-cm-widget svg {
	width: 20px !important;
	height: 20px !important;
}
.osano-cm-button {
	border: none !important;
	border-radius: 0 !important;
}
