 /*************************************************************************
*
* Zoey, Inc.
* __________________
*
*  COPYRIGHT 2016,2017 Zoey, Inc.
*  All Rights Reserved.
*
* NOTICE: You are granted a non-exclusive and non-transferable license
* to use the Source Code of the Software provided under this License.
* This License is applicable to a single domain and server installation.
* Licensee may not resell, rent, lease or distribute the Source Code separately.
* Licensee may not use this Source Code to develop or distribute
* products that would compete with products marketed by the Licensor.
* All information contained herein is, and remains,
* the property of Zoey, Inc. and its suppliers,
* if any.  The intellectual and technical concepts contained
* herein are proprietary to Zoey, Inc. and its suppliers and may
* be covered by U.S. and Foreign Patents,
* patents in process, and are protected by trade secret and/or copyright law.
* Dissemination of this information or reproduction of this material
* is strictly forbidden unless prior written permission is obtained
* from Zoey, Inc.
* Licensor's copyright notices must not be removed from the Source Code.
*/

/*
*	HOMEPAGE: logo
*/

a,
a:hover,
a:visited,
a:active,
a:focus {
	outline: none;
}

.page-header-container {
	overflow: visible;
	position: relative;
}

#header .logo {
	max-width: 450px;
	height: 90px;
	overflow: visible;
	z-index: 9;
}

#header .logo img {
	display: inline;
	max-height: 100%;
}

#header-search.skip-content {
	display: block;
}
/*start social icons*/
.social-block {
	line-height: 18px;
	overflow: hidden;
	text-align: center;
}
.social-block a {
	margin-left: 10px;
	display: inline-block;
	font-size: 17px;
	margin:0 3px;
	vertical-align: super;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	overflow: hidden;
}
.social-block a:hover{
	text-decoration: none;
}

/*
	ICON STYLES HAVE MOVED
	frontend/rwd/pixafy/fonts/pix-icons/style.css
 */
.social-block .icon-fb:after {
	content: "\e60b";
}
.social-block .icon-tt:after {
	content: "\e619";
}
.social-block .icon-gg:after {
	content: "\e60d";
}
.social-block .icon-yt:after {
	content: "\e61c";
}
.social-block .icon-pt:after {
	 content: "\e612"; 
}
.social-block .icon-tb:after{
	content: "\e61d";
}
/*end social icons*/

.welcome-msg {
	display: none;
}

#header-nav {
	width: 100%;
}

#search_mini_form .btn-search {
	width: 29px;
	height: 29px;
	display: block;
	position: absolute;
	top: 0px;
	right: 1px;
	background: url(../images/btn-search.png) -10px -6px ;
	border: none;
	text-indent: -9999px;
}

#header .minicart-wrapper .empty {
	text-align: center;
}

/* header layout - layout1:
	logo left, center social icons, right acc menu and search */
#header.layout1 .logo {
	float: left;
	clear: left;
	text-align: left;
	margin-top: 1px;
}
#header.layout1 .social-block {
	width: 180px;
	position: absolute;
	top: 12px;
	right: 265px;
}
/* header layout - layout2:
	logo left, search centered, right social icons and account */
#header.layout2 .logo {
	float: left;
	clear: left;
	text-align: left;
}
#header.layout2 #header-nav {
	position: absolute;
	bottom: 0;
}
#header.layout2 .social-block {
	position: absolute;
	top: 20px;
	right: 30px;
	width: 210px;
}

#header.layout2 .skip-account {
	top: 60px;
}

#header.layout2 .skip-cart {
	top: 60px;
}

/* header layout - layout3:
	left social icons, logo centered, right acc and search */
#header.layout3 .logo {
	float: none;
	margin: auto;
}
#header.layout3 .social-block {
	position: absolute;
	top: 50px;
	left: 30px;
}
/* header layout - layout4:
	search left, logo centered, right acc */

#header.layout4 {
	padding-bottom: 15px;
}
#header.layout4 .page-header-container {
	min-height: 100px;
}

#header.layout4 .social-block {
	display: none;
}

#header.layout4 .logo {
	position: absolute;
	left: 50%;
	margin-left: -225px;
}

/*
*	HOMEPAGE: promo-blocks
*/

.homepage .promo-blocks {
	overflow: hidden;
}
.homepage .promo-blocks a {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
	width: 33%;
}
.homepage .promo-blocks a:nth-child(1n) {
	clear: left;
}
.homepage .promo-blocks a img {
	width: 100%;
}

/* 3 promo blocks */
.homepage .blocks3 a {
	width: 32%;
	margin-right: 1.5%;
}
.homepage .blocks3 a:nth-child(3n) {
	margin-right: 0;
} 

/* 2 promo blocks */
.homepage .blocks2 a {
	width: 48.75%;
	margin-right: 2%;
}
.homepage .blocks2 a:nth-child(2n) {
	margin-right: 0;
} 

/* 1 promo block */
.homepage .blocks1 a {
	width: 100%;
}

.nav-wrap {
	max-width: 1260px;
	margin: 0 auto;
}

/*
*	NAVIGATION
*/

/* layout1 - default option */
/* set by default styles */


/* megamenu option */

ul.level0 > li:not(.level1) {
	display: block;
	float: right;
	max-width: 55%;
}

ul.level0 > li:not(.level1) > div {
	margin: 0 0 5px;
	padding: 0;
}

ul.level0 > li:not(.level1) h1 ,
ul.level0 > li:not(.level1) a {
	margin-bottom: 0;
}

.nav-primary li.level0 ul.level0 {
	text-align: left;
}

.layout2 .nav-primary {
	position: relative;
}

.layout2 .nav-primary ul a {
	line-height: 1em;
	padding: 8px 0;
}

.layout2 .nav-primary li.level0 {
	position: static;
}

.layout2 li.level1:nth-of-type(1) ,
.layout2 li.level2:nth-of-type(1) {
	display: none; /* hides view all links */
}

.layout2 .nav-primary li.level0 ul.level0 {
	width: 100%;
	min-height: 175px;
	padding: 10px 2%;
	top: inherit;
}
.layout2 .nav-primary li.level1 {
	width: 11.75%;
	float: left;
	margin-right: 2%;
}

.layout2 li.level1 ul.level1 {
	display: block;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
}

.layout2 ul li.level1 > a {
	border: none;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.layout2 .nav-primary li.level0 li.parent > a:after {
	display: none;
}

.layout2 li.level1 ul.level1  {
	border: none;
}

.layout1 ul.level0 > li:not(.level1) {
	display: block;
	float: none;
	max-width: 100%;
}

.layout1 ul.level0 > li:not(.level1) img {
	max-width: 100%;
}

/* centered option */
.centered .nav-primary {
	text-align: center;
}

.centered .nav-primary li.level0 {
	display: inline-block;
}

/* 100% width option */
#nav.extended .nav-wrap {
	max-width: 100%;
}



/* hide navigation on checkout pages */
/* REMOVING THINGS START */

.pixafy-onepagecheckout .hidenav {
	display: none;
}

/*
*	GENERAL LAYOUT: sticky footer
*/

.header-language-background {
	display: block;
}

#header {
	max-width: none;
}

.page-header-container {
	max-width: 1260px;
	margin:0 auto;
	padding:0 30px;
	min-height: 110px;
}

.main-container,
.footer-container {
	max-width: none;
	padding:0;
}

.main-container .main{
	max-width: 1200px;
	padding: 30px;
	margin:0 auto;
}

.footer-container .footer {
	max-width: 1260px;
	padding: 30px;
	margin:0 auto;
	border:0;
	overflow: hidden;
}

.footer .block-title {
	border-top: none;
}

.footer .social-block  {
	text-align: left;
}

.footer .social-block a {
	margin-left: 0;
	margin-right: 5px;
}

.footer .right {
	float: right;
}

.footer .left {
	float: left;
}

.footer .center {
	text-align: center;
}

body.cms-home .main-container {
	padding-top:0;
}

.skip-cart .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

/*
	GENERAL LAYOUT: form elements
*/

.main .form-list .control label, .main .sp-methods dt label, 
.main #checkout-shipping-method-load .sp-methods dd label, 
.main #co-shipping-method-form .sp-methods dd label, 
.main .product-options ul.options-list label {
	background-color: transparent;
}

.before-content:after,
.before-content:before
.after-content:after,
.after-content:before {
	content: '';
	clear: both;
	display: block;
}

/*
	PRODUCT VIEW
 */

.product-view .add-this-block {
 	clear: both;
 }
 .addthis_button_tweet {
 	width: 100px;
 }
 .addthis_button_pinterest_pinit ,
 .addthis_button_google_plusone {
 	width: 50px;
 }

/*	ACCOUNT: login ,
*		create account ,
*		forgot password
*/

.pix-acc .col-center {
	width: 365px; 
	max-width: 100%;
	margin: 40px auto 0;
	clear: both;
}
.pix-acc .buttons-set .button {
	width: 240px;
	margin: 0 auto 5px;
	float: none;
	display: block;
}
.pix-acc .col-center p {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
}
.pix-acc .col-center .form-list {
	margin: 30px 0;
}
.customer-account-create .pix-acc .fieldset, 
.customer-account-create .pix-acc .buttons-set ,
.customer-account-forgotpassword .pix-acc .fieldset ,
.customer-account-forgotpassword .pix-acc .buttons-set {
	margin-left: 0;
}

#amazon-buttons-wrapper .col-1 {
	max-width: 365px;
	margin:0 auto;
	float: none;
	text-align: center;
}

/*
*	CART: mini-cart dropdown
*/

.skip-link-close {
	font-size: 30px;
	display: block;
	position: absolute;
	top: -12px;
	right: 10px;
}

.skip-link-close:hover {
	text-decoration: none;
}

#header .mini-products-list .product-details .product-name {
	padding-top: 0;
	font-weight: bold;
    text-align: left;
}
#header .cart-item-quantity {
	width: 47px;
	height: 32px;
	border: 1px solid #ddd;
	text-align: center;
    display: block;
    margin-left: auto;
}

#header .info-wrapper {
	margin: 5px 0;
    width: 100%;
}

#header .info-wrapper th {
    padding: 3px 20px 3px 0;
    vertical-align: top;
}

#header .mini-products-list li {
	margin: 20px 0;
}

#header-cart .truncated {
    text-align: center;
    margin-top: 5px;
}
#header-cart .truncated:hover .truncated_full_value .item-options {
    opacity: 1;
    display: block;
}

#header-cart  .truncated .truncated_full_value .item-options {
    left: 50%;
    margin-left: -100px;
    top: 27px;
}

@media only screen and (max-width: 479px) {
	#header-cart  .truncated .truncated_full_value .item-options {
		left: 0;
		margin-left: 0;
	}
}

#header-cart .subtotal {
	text-align: center;
	background: transparent;
	margin-bottom: 10px;
	padding: 5px 0;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}
.minicart-actions .cart-link {
	line-height: 30px;
}


/*
*	CART: message
*/
.messages li.success-msg li:before ,
.messages li.error-msg li:before {
	display: none;
}

.messages li.success-msg li {
	background: #159365 url(../images/icon-check-ok.png) no-repeat 10px 8px;
	border: none;
	padding-left: 40px;
	color: #fff;
}

.messages li.error-msg li {
	background: #cc0101 url(../images/icon-check-error.png) no-repeat 10px 7px;
	border: none;
	padding-left: 40px;
	color: #fff;
}

/*
 *	CHECKOUT: login
 */

#checkout-step-login .banner-intro img {
	width: 100%;
	height: auto;
}

/*
 *	CMS Pages: general styles
 */

.cms-page-view .main .std h1, .cms-no-route .main .std h1,
.cms-page-view .main .std h2, .cms-no-route .main .std h2 {
	font-weight: bold;
}

.cms-page-view .main .std p, 
.cms-no-route .main .std p {
	font-style: normal;
}

.cms-page-view .main .std p a, 
.cms-no-route .main .std p a {
	text-decoration: underline;
}

.cms-page-view .main .std blockquote ,
.cms-page-view .main .std blockquote p,
.cms-no-route .main .std blockquote ,
.cms-no-route .main .std blockquote p {
	font-style: italic;
	margin-left: 2em;
}

.cms-page-view .std ul li ,
.cms-no-route .std ul li ,
.cms-page-view .std ol li ,
.cms-no-route .std ol li {
	margin-left: 1.5em;
	font-style: normal;
} 

.cms-page-view dt {
	font-size: 1.2em;
	font-weight: bold;
}

.cms-page-view dd {
	margin-bottom: 1.5em;
}

.cms-page-view table {
	width: 100%;
	border: 1px solid #ddd;
}

.cms-page-view table td {
	padding: 10px;
}
.cms-page-view table th {
	padding: 2px 10px;
	background: #ddd;
}
.cms-page-view table tr:nth-child(even) td {
	background: #eee;
}

#header, #header-nav, .header-language-background, #header, .skip-link {
	background-color:#fff;
}

#notice-cookie-block {
	position: fixed;
	z-index: 9999;
	width: 100%;
	top:0;
	background-color: #000;
}

#notice-cookie-block .notice-text p {
	color:#fff;
	max-width: 80%
}

#notice-cookie-block .notice-text a,
#notice-cookie-block .notice-text a span{
	color: #64A9CD;
}

/*
	YotPo
 */
.products-grid .yotpo.bottomLine {
	text-align: center;
}

.products-grid .yotpo-display-wrapper .standalone-bottomline {
	display: inline-block;
}

.demo-notice {
	position: relative;
	z-index: 9999999;
}

.demo-notice .pixafy-logo {
	position:absolute;
	top:5px;
	left: 20px;
}

.demo-notice .pixafy-logo img {
	height: 30px;
}

/*
	PayPal
 */
.sp-methods label[for="p_method_paypal_standard"] a {
    margin-left: 93px;
}

input#p_method_paypal_standard.radio::before {
    margin-left: 70px !important;
}

/*
 *	RESPONSIVE
 */

 /* desktop view only - larger than braking point - 770px */

@media all and (min-width: 771px){
 
	.header-minicart {
		position: relative;
		display: inline-block;
		float: none;
	}

	.header-minicart .skip-active 

	.minicart-wrapper

 	#header #header-search {
 		top: 45px;
 	}

 	#header-search.hidesearch ,
 	.skip-links .icon.hideicon {
 		display: none;
 	}

 	#header.layout1 .skip-account.hidemini ,
 	#header.layout3 .skip-account.hidemini {
 		top: 11px;
 	}

 	#header.layout2 .skip-account.hidemini {
 		top: 71px;
 	}

 	#header.layout2 #header-search {
 		position: absolute;
		left: 50%;
		margin-left: -158px;
 	}

 	#header.layout4 .skip-account.hidemini {
 		top: 41px;
 	}

 	#header.layout1 .hidemini.skip-cart ,
 	#header.layout3 .hidemini.skip-cart {
 		top: 7px;
 	}

 	#header.layout2 .hidemini.skip-cart {
 		top: 67px;
 	}

 	#header.layout4 .hidemini.skip-cart {
 		top: 10px;

 	}

	#header.layout4 .skip-content {
		position: absolute;
		left: 0;
	}

	.skip-links {
		overflow: visible;
	}

	#header.layout4 .skip-links,
	#header.layout4 #header-account {
		position: absolute;
		right: 30px;
		left: auto;
		top:50%;
		height: 40px;
		margin-top:-20px;
	}

	#header.layout4 #header-search {
		top:50%;
		height: 30px;
		margin-top:-15px;
	}

	#header.layout4 #header-account {
		top:95%;
		height: auto;
	}

	#header.layout4 #header-cart {
		left: auto;
		right: 0;
	}

	#header.layout3 .skip-links {
		position: absolute;
		top:0;
		right: 30px;
	}

	#header.layout3 #header-search {
		right: 30px;
	}

	#header.layout3 #header-account {
		top:35%;
		right: 30px;
	}

	#header.layout2 .skip-links {
		position: absolute;
		top:45px;
		right: 30px;
	}

	#header.layout2 #header-account {
		right: 30px;
		top:75%;
	}

	#header.layout1 .skip-links {
		position: absolute;
		top:0;
		right: 30px;
	}

	#header.layout1 #header-account {
		right: 30px;
		top:47px;
	}

	#header.layout1 #header-search {
		right: 30px;
	}

 	#header #header-cart.skip-active .mini-cart-wrapper {
 		/*border-color: #eee;*/
 		position: absolute;
 		top: 40px;
 		text-align: left;
 	}

 	.nav-wrap .nav-primary {
 		margin-top: 0;
 	}

 	.layout2 .last .has-children + ul {
 		position: absolute;
 	}

 	#header .minicart-wrapper {
		position: fixed;
		background: #fff;
		/*width: 400px;*/
		border: 1px solid #ddd;
		margin-top: -1px;
	}

 	/* header sticky */

	.sticky-head {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99;
	}

	.skip-links {
		text-align: right;
	}

	.skip-account,
	.skip-cart {
		position: static;
		display: inline-block;
		float: none;
		border:0px;
		outline: none;
	}

	.skip-link.skip-active .count {
		color: #3399cc;
	}

    .zoomContainer {
        -webkit-transform: none !important;
    }
}

/* widths smaller than wrapper container - 1265px */

@media all and (max-width: 1265px) {
	.main-container .main ,
	.footer-container div.footer {
		width: 95%;
		margin: auto;
	}
}

/* tablet and mobile view - smaller than breaking point - 770px */

@media all and (max-width: 770px){

	#header .logo img {
		max-height: 150px;
	}

	.header-language-background {
		text-align: center;
	}

	.header-language-background .form-language,
	.header-language-background .currency-switcher {
		float: none;
	}

	#header .page-header-container {
		padding: 0;
	}

	#header.page-header .logo {
		float: none;
		margin: auto;
		text-align: center;
	}

	#header .logo {
		max-width: 100%;
		height: auto;
	}

	.page #header {
		padding-bottom: 0;
	}

	#header-nav {
		padding: 0;
		position: relative;
	}

	#header-search.skip-content{
		display: block;
		position: relative;
		left: 50%;
		width: 300px;
		margin-left: -150px;
		padding: 0;
	}

	#sticky-head.sticky-head + .main-container {
		padding:0;
	}

	#header #search_mini_form .btn-search {
		width: 30px;
		height: 30px;
		top: 0px;
	}

	#header .skip-links {
		margin-top: 20px;
		overflow: visible;
	}

	#header .skip-links:before,
	#header .skip-links:after {
	    content: " "; 
	    display: table;
	}

	#header .skip-links:after {
	    clear: both;
	}

	#header .skip-links ,
	#header .skip-link {
		border: none;
	}

	#header .skip-link , 
	#header .skip-link.skip-nav ,
	#header .skip-cart {
		width: 33.3333%;
	}

	#header .social-block {
		display: none;
	}

	#header-account {
		width: 100%;
		z-index: 999;
	}

	#header-account ul li a {
		line-height: 35px;
	}

	#header.layout1 .social-block {
		right: 30px;
		left: auto;
	}

	#header.layout2 .skip-link {
		top: 0;
	}

	#header.layout3 .social-block {
		position: relative;
		top: 0;
		left: 0;
		max-width: 216px;
		margin: 10px auto 20px;
	}

	#header.layout4 .logo {
		position: relative;
		left: 0;
		margin: 0 auto;
		float: none;
	}

	#header a.skip-link {
		top: 0;
	}

	#header-nav #nav .nav-primary li.level0 {
 		display: block;
 	}

 	.nav-wrap {
 		background: #eee;
 	}

 	.no-touch #header-account a:hover, 
 	.no-touch .nav-primary a:hover {
 		background: #ddd;
 	}

 	#nav .nav-primary li.level0 li {
 		padding-left: 0;
 	}

 	#nav .nav-primary li ul a {
 		text-align: left;
 	}

 	#header .skip-link .label ,
 	#header-cart-link.hidemini .label{
		display: none;
	}

	#header-account {
		padding: 0;
	}

 	.layout2 .nav-primary li.level0 ul.level0 {
 		min-height: initial;
 	}

 	.layout2 .nav-primary li.level1 {
 		width: 100%;
 		float: none;
 	}

 	.layout2 .nav-primary li.level1 > a {
 		border-bottom: 1px solid #fff;
 		font-weight: bold;
 	}

 	.layout2 .nav-primary li ul a {
 		padding: 10px 5px;
 	}

 	.layout2 .nav-primary .level1 li {
 		text-indent: 30px;
 	}

 	#header.layout1 #header-cart-link,
 	#header.layout2 #header-cart-link,
 	#header.layout3 #header-cart-link,
 	#header.layout4 #header-cart-link {
 		position: relative;
 		float: left;
 		display: block;
 	}

 	#header-cart {
 		position: relative;
 		width: 100%;
 		clear: both;
 		padding: 5px 25px 30px;
 		box-sizing: border-box;
 	}

 	#header-cart .subtotal {
		margin-bottom: 15px;
 	}
 	
 	#header-cart  .checkout-button {
 		display: block;
 	}

 	#header-cart .minicart-actions .cart-link {
 		display: block;
		width: 100%;
		text-align: center;
		position: absolute;
		left: 0;
		bottom: 5px;
 	}

 	#header #header-cart-link.hidemini {
 		text-align: center;
 		top: 10px;
 	}

 	#nav .nav-primary li.level0 .promo-menu {
 		display: none;
 	}

 	.footer > .links {
 		margin-left: 5%;
 		margin-right: 5%;
 	}

 	.footer-container .footer .block-subscribe {
 		margin: 0 5% 40px;
 		width: 90%;
 	}

 	/*cart & checkout */
 	.opc select ,
 	#checkoutSteps .input-text ,
 	.account-login .input-text ,
 	.customer-account-create .input-text ,
 	.customer-account-forgotpassword .fieldset .input-box input.input-text {
 		max-width: 94%;
 	}

 	#co-payment-form p img {
 		max-width: 100px;
 	}

 	/*pixafy ajax modal */
 	.main  #pixajaxsuite-modal {
 		position: absolute;
 		top: 25px !important;
 		left: 5% !important;
 		width: 90% !important;
 	}

 	#pixajaxsuite-modal .product-collateral {
 		display: none;
 	}


}

@media all and (min-width: 500px) and (max-width: 770px){
	
	.skip-account,
	.skip-cart,
	#header-search {
		right: inherit;
	}
}


.clear:after,
.clear:before {
	content: "";
	display: table;
	clear:both;
}


#isp_main_search_box {
	padding-left: 27px;
	border: 1px solid #ccc;
}


/* multi shipping checkout styles */
.checkout-progress { padding:0 0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout h2 { margin-top: 30px; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

#multiship-addresses-table td.last a {
    display: block;
    white-space: nowrap;
}
#multiship-addresses-table td.last a:after {
 vertical-align: middle;
 margin-left: 10px;
}