/* ------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- from normalize.css -------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------- HTML5 ELEMENTS CLASSES ------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* ----------------------------------------------- BASE CLASSES ----------------------------------------------------- */

html { font-size: 100%; -webkit-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/* ----------------------------------------------- LINK CLASSES ----------------------------------------------------- */

a { text-decoration: none; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

/* ----------------------------------------------- TYPOGRAPHY CLASSES ----------------------------------------------- */

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1, h2, h3, h4, h5 { font-weight: normal; margin: 0; }

/* ----------------------------------------------- LIST CLASSES ----------------------------------------------------- */

ul, ol { margin: 0; padding: 0; list-style: none; list-style-image: none; }
dd { margin: 0; }

/* ----------------------------------------------- EMBED CONTENT CLASSES -------------------------------------------- */

/*
 * 1. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }

/* ----------------------------------------------- FIGURE CLASSES --------------------------------------------------- */

figure { margin: 0; }

/* ----------------------------------------------- FORM CLASSES ----------------------------------------------------- */

form { margin: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
/*input:valid, textarea:valid {  }*/
/*input:invalid, textarea:invalid {  }*/

/* ----------------------------------------------- TABLES CLASSES --------------------------------------------------- */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* ----------------------------------------------- HELPER CLASSES --------------------------------------------------- */

/* For image replacement */
.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }

/* Clearing floats */
.clearfix {zoom:1;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.opposite {
	font-size: 0;
}

.opposite-left, .opposite-right {
	display: inline-block;
	width: 100%;
	margin-right: -100%;
}

.opposite-right {
	text-align: right;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------- end normalize.css --------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------- */


html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
    font-family: Arial,Helvetica,Sans-Serif;
	min-width: 970px;
}

.content-form-wrapper {
	min-height: 100%;
    width: 100%;  
    position: relative;
    display: block;
    z-index: 10;
}

.base-content {
	background-color: #fff;
	width:971px;
	padding:0;
	margin:0 auto;
	min-height: 500px;
	position: relative;
	z-index: 10;
}

.no-js .base-content,  .no-cookie .base-content {
	display: none;
}

.spinner {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
}

.content-wrapp {
	padding:0 20px 20px 20px;
}

.checkout-spinner-container {
	position: relative;
	height: 200px;
}

.shop-spinner-container {
	margin-left: 200px;
	margin-top: -50px;
	position: relative;
}

.spinner-invite-friends
{
    position:absolute;
    left:50%;
    top:50%;
    margin:0;
}

/* ---------------------------------------------------- HEADER START ------------------------------------------------ */

.header {
	height: 85px; width: 100%;
	background-color:#fff;
	position: relative;
	z-index: 20;
}

.header-width-content
{
    width:971px;
    margin:0 auto;
}

.header-content {
	width:971px;
	margin:0 auto;
	position: relative;
	z-index: 20;
}

.base-logo 
{
    display:block;
	position: absolute;
	top: 10px; 
	left: 20px;
}

.header-content-top-links
{
    position:relative;
    float:right;
    color:#424242;
    font-size:13px;
    margin-top:5px;
}

.header-content-top-links_link
{
    color:#424242;
    padding:5px 15px;
}

.header-content-top-links_link:hover
{
    color:#000000;
}

.header-content-top-links_separator
{
    padding-left:5px;
}

.header-content-top-links_box
{
    background-color:#f1f1f1;
    border:1px solid #e6e6e6;
    box-shadow:1px 1px 0 #e0e0e0;
    -moz-box-shadow:1px 1px 0 #e0e0e0;
    -webkit-box-shadow:1px 1px 0 #e0e0e0;
    padding:5px 10px;
}

.header-content-invite-block
{
    text-transform:uppercase;
    clear:both;
    float: right;
    margin-top:15px;
}

.header-content-invite-block_link
{
    color:#424242;
    font-size:13px;
}

.footer_links-block__copyright
{
    float:right;
    text-align:right;
}

.social-links
{
    display:inline-block;
    position:relative;
    top:-10px;
    margin-right:5px;
}

.signup-login-block
{
    position:relative;
    width:971px;
    margin:0 auto;
    z-index:100;
}

.signup-login-block_link
{
    position:absolute;
    right:20px;
    top:20px;
    z-index:100;
}

.agree-checkbox { float: left; }
.agree-label {
	font-size: 12px;
	color: #000000;
	display: block;
}
	.agree-link  
	{
		color: #000000; 
		font-size: 12px; 
		position:relative;    
		text-decoration: underline;
	}

.header-right-block__link
{
    float:right;
}

/* ---------------------------------------------------- HEADER END -------------------------------------------------- */

/* ---------------------------------------------------- ERROR PAGE START -------------------------------------------- */

.error-page {
	text-align: center;
	padding-top: 100px;
}

.error-page_title
{
    font-family:Georgia;
    font-style: italic;
    font-weight:700;
    font-size:45px;
}

.error-page_text {
    font-family:Georgia;
	font-size: 14px;
	padding-bottom:40px;
}

.error-page_link {
	color: #424242;
	font-size: 16px;
	display: block;
	margin-top: 20px;
}

.error-page_link a {
	color: #424242;
	text-transform:uppercase;
}

/* ---------------------------------------------------- ERROR PAGE END ---------------------------------------------- */

/* ----------------------------------------------- SALE CATEGORIES START -------------------------------------------- */

.sale-categories-block
{
	line-height: 32px;
	font-size:1px;
	width:971px;
	margin:0 auto;
}

.sale-categories-block_bg
{
	height: 32px;
	background: #333333;
	position: relative;
	z-index: 20;
	clear:both;
	border-bottom:2px solid #e1e1e1;
}

.sale-categories-wrapp
{
	position: relative;
}

.sale-categories-block a
{
	color: #fff;
	display: inline-block;
	line-height: 32px;
	padding: 0 20px;
	font-size:14px;
	text-transform: uppercase;
}

.sale-categories-block a:hover
{
    background-color:#222222;
}

.sale-categories-block .sale-category-selected
{
	background-color:#000000;
	line-height: 32px;
}

.sale-categories-block a.sale-category-selected:hover
{
	background-color:#000000;
}

/* ----------------------------------------------- SALE CATEGORIES END ---------------------------------------------- */

/* -------------------------------------------- SHOP PAGE START ----------------------------------------------------- */

.shop-sales-block
{
    margin-right:-16px;
}

.shop-sales-item
{
	float: left;
	margin: 0 16px 15px 0;
}

.shop-sales-item__big
{
    width:642px;
    height:603px;
}

.shop-sales-item__long
{
    float:right;
    width:313px;
    height:603px;
}

.shop-sales-item__small
{
    width:313px;
    height:294px;
}

.shop-sales-item-link
{
    width:100%;
    height:100%;
	display: block;
	position: relative;
}

.shop-promo-banner-link
{
    width:100%;
    height:100%;
	display: block;
	position: relative;
}

.shop-sales-item__big img, .shop-sales-item__long img, .shop-sales-item__small img
{
    width:100%;
    height:100%;
    font-size:12px;
    color:#cccccc;
}

.shop-sales-info
{
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	word-wrap: normal;
}

.shop-sales-item-descr-wrapp
{
	position:relative;
}

.shop-sales-item-descr-wrapp_background
{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#ffffff;
    opacity:0.8;
	filter: alpha(opacity=0.8);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    z-index:100;
}

.shop-sales-item-descr-wrapp_sale-name
{
    color:#000000;
    font-size:13px;
    line-height:13px;
    text-transform:uppercase;
    padding:5px 0 0 5px;
    position:relative;
    z-index:101;
}

.shop-sales-item-descr
{
	position: relative;
}

.shop-sales-item-descr-wrapp_desc
{
    padding:0 5px;
    position:relative;
    z-index:101;
}

.shop-sales-item-descr-wrapp_desc
{
    font-size:13px;
    line-height:13px;
    color:#808080;
    padding:3px 5px;
}

.countdown-timer
{
    position:relative;
}

.countdown-timer__sales
{
}

.countdown-timer__items-product
{
    position:absolute;
    right:10px;
    top:10px;
}

.countdown-timer_bg
{
    position:absolute;
    width:100%;
    height:100%;
    background-color:#ffffff;
    opacity:0.8;
	filter: alpha(opacity=0.8);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    z-index:100;
}

.countdown-timer_bg__ends
{
    background-color:#ffbdcf;
}

.countdown-timer_bg__starts
{
    background-color:#e5e5e5;
}

.countdown-timer_bg__items-product
{
    background-color:#ffffff;
}


.countdown-timer_text
{
    position:relative;
    text-align:center;
    font-size:14px;
    color:#000000;
    padding:3px 5px;
    z-index:101;
}

.return-block-item {
	display: none;
}

.title-with-line
{
    text-align:center;
    font-size:27px;
    font-weight:700;
    position:relative;
    line-height:30px;
    margin:0 14px 10px 0;
    padding-top:10px;
    clear:both;
}

.title-with-line_line
{
    position:absolute;
    top:23px;
    left:0px;
    content:'';
    height:1px;
    width:100%;
    border-bottom:3px solid #7f7f7f;
}

.title-with-line_text
{
    font-family:Georgia;
    font-style:italic;
    position:relative;
    background-color:#ffffff;
    padding:0 10px;
}

.title-with-line_gray-text
{
    color:#808080;
}

.top-text-in-shop
{
    text-align:center;
    padding:10px;
}

.top-text-in-shop_link, .top-text-in-shop a
{
    font-family:Georgia;
    color:#000000;
}

/* ---------------------------------------------------- SHOP PAGE END ----------------------------------------------- */


/* ------------------------------------------------ LEFT MENU START ------------------------------------------------ */

.left-menu
{
	background: url('../Img/white_transparent2_80.png') 0 0 repeat;
}

.left-menu-block {
	padding:10px 0 10px 10px;
	z-index: 10;
    width: 230px; 
    float: left;
}

.left-menu-block__itemsList
{
    padding-right:40px;
}

.left-menu-category {
	color: #000;
	font-size: 18px; 
	line-height: 18px;
	display: block; 
	padding: 8px 11px;
	margin-bottom: 5px;
}

.left-menu-category-selected
{
    border:1px solid #cccccc;    
	padding: 7px 10px;
}

.left-menu-sub {
    margin-bottom: 20px;
}

.left-menu-sub li {
	margin-top: 5px;
    width: 100%;
}

.left-menu-sub li:first-child {
	margin-top: 0;
}

.left-menu-sub a {
	color: #a2a2a2;
	font-size: 14px; 
	line-height: 14px;
	display: block; 
	padding: 8px 11px;
}

.left-menu-sub a:hover {
	color: #808080;
}

.left-menu-sub .left-menu-sub-select,
.left-menu-sub .left-menu-sub-select:hover
{
    border:1px solid #cccccc;    
	padding: 7px 10px;
    color:#666666;
	cursor: default;
}

.left-menu-sizes {
	margin: 0; padding: 0;
	background: #DBDBDB;
	display: none;
}

.left-menu-sizes li {
	margin: 0;
}

.left-menu-sizes a {
	background: #DBDBDB;
	font-size: 12px; 
	line-height: 12px;
	display: block; 
	padding: 5px 10px 5px 30px;
}

.left-menu-sizes a:hover,
.left-menu-sizes .left-menu-sizes-select {
	background: #909090;
	color: #ffffff;
}


/* ------------------------------------------------ LEFT MENU END ------------------------------------------------ */

/*---------------------------------- SEARCH LEFT MENU -------------------------------------------*/

.search-nothing-found {
	text-align:center;
}

.search-nothing-found_title {
	font-size:20px;
	margin-bottom:10px;
}

.search-nothing-found_text {
	font-size: 14px;
	color:#808080;
	margin-bottom:3px;
}

.search-nothing-found_text__space {
	margin-bottom:30px;
}

.search-nothing-found_other-products {
    font-size: 20px;
    margin-bottom: 20px;
}

.item-list-container__search {
	margin-top:20px;
}

.left-menu-block__search {
	width: 245px; 
	padding:0 0 10px 0px;
	margin-top:0;
}

.left-menu__search {
	padding-top:0;
}

.left-menu__search .left-menu-sub {
	margin-bottom:0px;
}

.left-menu__search .left-menu-category, .left-menu__search .left-menu-category:hover {
	font-size: 14px; 
	line-height: 15px;
	padding: 7px 0px 2px 0;
	border:none;
	color:#000;
	cursor:default;
	outline:none;
}

.left-menu__search .left-menu-category-expand:hover {
	cursor: pointer;
}

.left-menu__search .left-menu-sub a:hover,
.left-menu__search .left-menu-sub a.left-menu-sub-select, 
.left-menu__search .left-menu-sub a.left-menu-sub-select:hover 
.left-menu__search .left-menu-category:hover {
	background:none;
	cursor:pointer;	
	outline:none;
}

.left-menu__search .left-menu-sub a,
.left-menu__search .left-menu-sub a:hover,
.left-menu__search .left-menu-sub a.left-menu-sub-select, 
.left-menu__search .left-menu-sub a.left-menu-sub-select:hover {
	padding: 4px 0 0px 20px;
	border:none;
	line-height:16px;
}

.left-menu__search .left-menu-sub a.left-menu-sub-null,
.left-menu__search .left-menu-sub a.left-menu-sub-null:hover {
	color:#cccccc;
}


.left-menu__search .left-menu-sub a.left-menu-sub-select,
.left-menu__search .left-menu-sub a.left-menu-sub-select:hover {
	padding: 4px 0px 0px;
	color:#000;
}

.left-menu__search .items-list-subcategory-name {
	color:#808080;
	-webkit-transition: color 0.3s ease-in; /*safari and chrome */
     -moz-transition: color 0.3s ease-in; /* firefox */
     -o-transition: color 0.3s ease-in; /* opera */
	 outline:none;
}

.left-menu__search .items-list-subcategory-name:hover {
	color:#000;
}



.items-list-subcategory-name_icon {
	background-position: -202px -485px; 
	height: 16px;
    width: 15px;
	margin-right: 5px;
	position:relative;
	bottom: 3px;
	display:none;
}

.left-menu__search .left-menu-sub a.left-menu-sub-select .items-list-subcategory-name_icon {
	display:block;
	float:left;
}

.items-list-subcategory-name_count {
	color: #CBCBCB;
    display: block;
    float: right;
    text-align: right;
    width: 55px;
	font-size:12px;
}

.items-list-subcategory-name_item {
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:12px;
}

.expand-items {
	padding: 0;
	cursor:pointer;
	height:15px;
	margin-bottom:20px;
}

.expand-items-line {
	border-bottom: 1px solid #e0e0e0;
	height:13px;
}


.expand-items-border {
	background: #fff;
	width: 25px; height: 19px;
	display: block;
	position:relative;
    bottom: -3px;
	left: 115px;
	text-align:center;
	vertical-align:middle;
}

.expand-items-category {
	float: right;
	position:relative;
	height: 15px;
	cursor:pointer;
}

.expand-items:hover .expand-items-line {
	border-bottom: 1px solid #BCBCBC;
	cursor:pointer;
}


.expand-items-arrow, 
.expand-items-arrow__less {
	background-position: -202px -470px; 
	height: 11px;
    width: 14px;
	display:inline-block;
}

.expand-items-arrow__less {
	background-position: -202px -457px; 
}

.expand-items-cross,
.expand-items-cross:hover {
	height: 15px;
    width: 15px;
}

.expand-items-cross {
    background-position: -200px -505px; 
}

.expand-items-cross:hover {
	background-position: -198px -348px; 
}

/*---------------------------------- END SEARCH LEFT MENU -------------------------------------------*/


/*----------------------------- NAVIGATION START -----------------------------*/

.navigation
{
    margin-left:5px;
}

.navigation-link 
{
    font-family:Georgia;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
}

.navigation-link__current
{
	color: #a2a2a2;
}

.navigation-separate {
    font-family:Georgia;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	margin-right:5px;
}

.navigation-link-current 
{
    font-family:Georgia;
	font-size: 14px;
	line-height: 14px;
}

.navigation-link-current .navigation-link
{
	color: #a2a2a2;
}

.navigation-default,
.navigation-category,
.navigation-subcategory,
.navigation-size {
	display: none;
}

/*----------------------------- NAVIGATION END -----------------------------*/

/* -------------------------- Stat info -------------------------- */

.stat-info-block
{
	background: url('../Img/white_transparent2_80.png') 0 0 repeat;
	position: absolute;
	top: 10px; right: -130px;
	padding: 3px 0 3px 10px;
	color: #333333;
	font-size: 12px;
	width:110px;
}

.stat-info-block > a
{
	color: #333333;
	font-size: 12px;
}

.sale-details-item
{
    display:inline-block;
	padding:2px 5px;
	width:40px;
	text-align:right;
}

/* ---------------------- End Stat info -------------------------- */

/*--------------------------------- CATEGORY START ------------------------*/

.category-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	min-height: 501px;
	width: 100%;
}

.ends-sale-block
{
    position:absolute;
    right:15px;
    top:10px;
    font-family:Georgia;
    font-size:14px;
    color:#000000;
}

.ends-sale-block__itemslist
{
    top:-25px;
}

/*--------------------------------- CATEGORY END ------------------------*/

/*----------------------------------------------------- ITEM LIST START ----------------------------------------------*/

.top-item-list
{
	padding: 10px 20px 10px 10px;
	overflow: hidden;
}

.item-list-block
{
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 0 14px 14px;
	width: 225px;
	height: 360px;
	display: none;
}

/* smooth hover for item filter */
.item-list-block:hover .item-list-slider {
    height: 100%;
    -webkit-transition-delay: 500ms; 
    -moz-transition-delay: 500ms; 
    -ms-transition-delay: 500ms; 
    -o-transition-delay: 500ms;
    transition-delay: 500ms; 
}

.item-list-block-show-stat-info
{
	position: absolute;
	top: 0; left: 0;
	background: url('../Img/black_transparent.png') 0 0 repeat;
	width: 100%;
	color: #fff;
	font-size: 14px;
	padding: 5px;
	display: none;
}

.item-list-image  
{
	display: block; 
	width: 225px; height: 360px; 
	background-position: center center; 
	background-repeat: no-repeat;
    vertical-align:middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item-list-image::before 
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
}

.item-list-image img
{
	min-width: 1px; min-height: 1px;
    font-size:12px;
    color:#cccccc;
}

.item-list-info
{
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	padding:0;
}

.item-list-description-wrapp
{
	width: 100%;
	background: url('../Img/white_transparent2_80.png') 0 0 repeat;
	padding: 5px 0;
	display: block;
}

.item-list-description
{
	margin: 0 10px;
}

.item-list-name
{
	font-size: 12px;
	color: #808080;
	/*width:130px;*/
	float:left;
	padding-top:7px;
	word-break: break-all;
}

.item-list-brand {
	color:#000;
}

.item-list-price
{
	position: relative;
	float:right;
}

.item-list-price-new
{
    font-family:Georgia;
	font-size: 20px;
	color: #000000;
}

.item-list-price-old
{
    font-family:Georgia;
	font-size: 14px;
	text-decoration: line-through;
	color: #a2a2a2;
	text-align:right;
}

.item-list-slider {
	background: url('../Img/white_transparent2_80.png') 0 0 repeat;
	height: 0;
    overflow: hidden;

    -webkit-transition: 0s height;   
    -moz-transition: 0s height;   
    -ms-transition: 0s height;   
    -o-transition: 0s height;   
    transition: 0s height;   
}

.item-list-block__hover .item-list-slider {
	display: block;
}

.item-list-selection {
	padding: 10px;
}

.item-list-size-title
{
	font-size: 12px;
}

.item-list-add-cart
{
	text-align: center;
	padding: 0 0 10px 0;
}

.product-sold-out,
.item-list-sold-out
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -70px;
	background: url('../Img/black_transparent_70.png') 0 0 repeat;
	padding: 5px 15px;
	color: #fff;
	font-size: 28px;
	font-weight: 100;
}

.item-list-more-sizes
{
	color:#000000;
	font-size: 12px;
	display: block;
	clear: both;
}

a.item-list-more-sizes:hover
{
    text-decoration:underline;
}

/*----------------------------------------------------- ITEM LIST END ------------------------------------------------*/

/*----------------------------------------------------- PRODUCT START ------------------------------------------------*/

.product-details {
	padding: 5px; 
}

.product-block {
	position: relative; 
	margin-bottom: 10px;
}

.product-img 
{
    background-color:#fbf9fa;
	float: left;
	margin-right: 15px;
	position: relative;
	padding:10px 10px 5px 10px;
}

.product-img-link {
	/*min-width: 406px;*/
	overflow: hidden;
	position: relative;
}

.product-img-link > img {
	display: block;
}

.thumbnail-images {
	text-align: center;
}

.thumbnail-image {
	margin: 5px 3px;
	border: 2px solid #FBF9FA;
	cursor: pointer;
}

.thumbnail-image__select {
	margin: 5px 3px;
	border: 2px solid #7f7e7e;
}

.product-info-block {
	overflow: hidden;
    zoom: 1;
}

.product-name,
.product-brand {
	font-size: 18px; 
	
	color:#000000;
	margin-bottom: 15px;
}

.product-brand {
	margin-bottom: 0;
	font-weight:700;
}

.product-price {
    margin-bottom: 40px;
}

.product-price-old {
	color: #a2a2a2;
	font-family:Georgia; 
	font-size: 18px;
	font-style:italic;
	line-height: 14px; 
	text-decoration: line-through;
	margin-bottom:8px;
}

.product-rrp-label {
	color: #a1a1a1;
	font-family:Georgia; 
	font-size: 18px;
	font-style:italic;
	line-height: 14px; 
	margin-bottom:8px;
	position:relative;
}

.product-rrp-label-price {
	text-decoration: line-through;
}

.product-rrp-label_text
{
    font-size:12px;
    margin-bottom:7px;
}

.product-rrp-label_tooltip-text
{
    position:absolute;
    width:208px;
    height:auto;
    top:20px;
    padding:10px;
    border:1px solid #666666;
    background-color:#f5f5f5;
    color:#666666;
    font-size:12px;
    font-family:Arial;
    font-style:normal;
    z-index:10000;
}

.product-price-new-title
{
    font-size:14px;
}

.product-size-title, 
.product-qty-title
{
    font-family:Georgia;
    font-style:italic;
	color: #000000; 
	font-size: 14px; 
	line-height: 14px; 
	margin-bottom: 10px;
	width:100%;
}

.product-price-new-title-bold {
	font-weight: bold;
}

.product-price-new {
	color: #000000;
	font-family:Georgia;
	font-size: 27px;
	font-style:italic;
	line-height: 27px; 
}

.product-size-list,
.product-qty-list 
{
	padding: 0 0 10px 0;
	width:100%;
}

.product-size,
.product-qty  
{
    font-family:Georgia;
	font-size: 14px;
	color: #424242;
	background: url('../Img/white_transparent2_80.png') 0 0 repeat;
	border:1px solid #CCCCCC;
	padding: 3px 15px 5px 15px;
	display: block; 
	float: left; 
	margin: 0 7px 7px 0;
	cursor: pointer;
	position: relative;
	white-space:nowrap;
}

.product-size:hover,
.product-qty:hover 
{
	border:1px solid #808080;
}

.product-size__selected,
.product-qty__selected,
.product-size__selected:hover,
.product-qty__selected:hover {
	background: #ffffff;
	border:1px solid #000000;
}

.product-size__sold, .product-size__sold:hover {
	background: #efefef;
    border: 1px solid #e3e3e3;
	color: #bfbfbf;
	cursor: default;
}

.product-size input,
.product-qty input {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	outline: none;
}

.product-descr
{
	clear:both;
}

.product-descr-text {
	font-size: 12px; 
	color: #4D4D4D; 
	margin-bottom: 20px;
}

.product-descr-text > a
{
	color: #4D4D4D; 
	text-decoration: underline;
}

.product-shipping
{
    font-size:12px;
    color:#4D4D4D;
    margin-bottom:20px;
}

.navigation__product-page
{
    margin-left:0;
}

.top-item-list__product-page
{
    padding-left:6px;
}

.top-item-list__comb-product
{
    padding-left:20px;
}

.line-block
{
    width:100%;
    height:1px;
    line-height:1px;
    font-size:1px;
    background-color:#c0c0c0;
    margin:20px 0;
}

.line-block__comb
{
    background-color:#d8d8d8;
}

/* -------------------- RRP text --------------------*/


.rrp-text
{
    color: #a1a1a1;
    font-size: 11px;
    line-height: 14px;
}

/* ---------------- end RRP text --------------------*/

/* --------------- pricing accordion ----------------*/

.pricing-accordion
{
    margin-bottom:20px;
}

.pricing-accordion .ui-state-active
{
    background-image:none;
    border:none;
    color:#000000;
    font-weight:300;
}

.pricing-accordion .pricing-accordion-button
{
    display:inline-block;
    cursor:pointer;
    padding:5px 10px;
    margin-bottom:10px;
    background-color:#F1F1F1;
    border:1px solid #E6E6E6;
    box-shadow:1px 1px 0 #e0e0e0;
    -moz-box-shadow:1px 1px 0 #e0e0e0;
    -webkit-box-shadow:1px 1px 0 #e0e0e0;
}

.pricing-accordion-button_label
{
    display:inline-block;
    margin-right:30px;
    font-size:14px;
    color:#424242;
}

.pricing-accordion-button:hover .pricing-accordion-button_label, .ui-state-active .pricing-accordion-button_label
{
    color:#000000;
}

.pricing-accordion-button_icon
{
    display:inline-block;
    width:8px;
    height:8px;
    background-position:-2px -330px;
}

.pricing-accordion-button:hover .pricing-accordion-button_icon
{
    background-position:-20px -330px;
}

.ui-state-active .pricing-accordion-button_icon, .ui-state-active:hover .pricing-accordion-button_icon
{
    background-position:-40px -330px;
}

.pricing-accordion-text
{
    font-size:12px;
    color:#4D4D4D;
}

/* ----------- end pricing accordion ----------------*/

/*-------------------------------------------- PRODUCT END --------------------------------------------------------*/


/* ------------------------------------------- Pablic pages ---------------------------------------------- */

.public-title
{
    font-family:Georgia;
    font-size:20px;
}

.public-content
{
    padding:20px;
}

.signup-form
{
    width:336px;
}

.public-form_button
{
    position:relative;
    left:30%;
    text-align:left;
    margin-left:5px;
    padding-top:15px;
}

.b-signup
{
    position:relative;
}

.b-signup_space
{
    padding:30px 20px 15px 20px;
}

.b-signup_image
{
    position:absolute;
    top:20px;
    right:0;
    z-index:10;
}

.signup-information
{
    position:relative;
    z-index:100;
}

.signup-information__space
{
    margin-top:250px;
    margin-bottom:30px;
}

.signup-information-text
{
    margin-top:5px;
}

.signup-information-text_point
{
    font-size:12px;
    margin-bottom:3px;
}

.b-signup_brands-image
{
    text-align:center;
    margin-bottom:10px;
}

.contact-new-message-form__public
{
    margin-top:15px;
    margin-bottom:20px;
}


/* ------------------------------------------- Pablic pages end ---------------------------------------------- */

/* ---------------------------------------------- JOIN PAGE START ----------------------------------------------------*/

.join-agree-link { color: #000; font-size: 12px; }

.join-form
{
    background-color:#FBF9FA;
    position: fixed;
	left: 50%; top: 50%;
    margin-top: -248px;
	margin-left: -220px;
    width: 450px;
    padding: 20px;
	display: block;
	z-index: 200;

}

*html .join-form {
	position: absolute;
}

.join-form-title 
{
    font-family:Georgia;
    font-size: 20px;
    color:#333333;
	margin-bottom: 5px;
	line-height: 1.2;
}

.join-form .login-form-row-title {
	color: #333333;
}

.join-form-button, .join-form-button:hover, .join-form-button:visited {
    background-color:#E61D87;
    color:#fff;
}

/* ---------------------------------------------- JOIN PAGE END ----------------------------------------------------*/

/* ---------------------------------------------------- FOOTER START --------------------------------------------------------- */

.login-footer .footer
{
    width:auto;
}

.login-footer .footer_top-line
{
    display:none;
}

.public-master .footer
{
    padding:15px 0 0 0;
    height:40px;
    margin-top:-55px;
    position:relative;
    z-index:100;
    background-color:#ffffff;
}

.public-master .footer-social-links
{
    top:0;
}

.public-master .content-form-wrapper
{
    overflow:hidden;
}

.public-master .public-footer
{
    height:42px;
    padding-top:0;
    margin-top:-42px;
}

.public-footer-links
{
    padding:10px 20px;
    display:inline-block;
}

.public-footer-links_link
{
    color:#333333;
    font-size:12px;
    line-height:12px;
    margin-right:15px;
}

.public-footer-links_link:hover
{
    color:#000000;
}

.social-link__public-footer
{
    margin-right:12px;
    margin-top:10px;
}

.social-links__public-footer
{
    top:0;
}

/* ---------------------------------------------------- FOOTER END --------------------------------------------------------- */

/* ---------------------------------------------------- LOGIN PAGE START -------------------------------------------- */

.login-background
{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:-1;
	min-height: 100%;
	background-color:#ffffff;
}

.login-form-container
{
    position:relative;
    top:100px;
    background-color:#FBF9FA;
    width:380px;
    margin:0 auto;
    padding:20px 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.login-logo
{
	position: relative;
	z-index: 10;
	/*background:url(../Img/home_logo_white.png) no-repeat 0 0;*/
	/*height:70px;*/
	margin-bottom:20px;
}

.account-form {
	padding: 0;
	margin: auto;
	display: block;
}

.account-form-width
{
	width: 300px;
}

.join-form, .login-form, .forgot-password-form { display: none; }

.login-big-text 
{
    font-family:Georgia;
	font-size: 20px;
	color: #333333;
	font-weight: 100;
	margin-bottom:5px;
}

.login-form-row {
	padding-bottom: 5px;
	color:#ffffff;
}

.login-form-row__center
{
    text-align:center;
}

.login-form-row-title 
{
	font-size: 12px;
	color: #333333;
	display: inline-block;
	margin-bottom: 3px;
}

.login-form-row-text
{
	font-size: 14px;
}

.login-form-not-member 
{
    color:#333333;
}

.login-form-row-space
{
	height: 40px;
}

.login-fpassw, .login-fpassw:visited {
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}

.login-popup-form-container
{
    background-color:#FBF9FA;
    position: fixed;
	left: 50%; top: 50%;
    margin-top: -300px;
	margin-left: -220px;
    width: 350px;
    padding: 20px 50px;
	display: block;
	z-index: 200;
}

*html .login-popup-form-container {
	position: absolute;
}

.login-popup-form-container .login-form-row-title {
	color: #333333;
}

.signup-form-promo-block
{
    background-color:#f3e4eb;
    padding:10px 20px;
    margin-bottom:15px;
    margin-top:15px;
}

.signup-form-promo-block ul
{
    list-style-type:disc;
    list-style-position:inside;
}

.signup-form-promo-block_item
{
    font-family:Georgia;
    font-size:14px;
    font-style:italic;
    color:#7f7f7f;
}

/* ---------------------------------------------------- LOGIN PAGE END ---------------------------------------------- */


/* -------------------------------------------- FORGOT PASSWORD START ------------------------------------------------*/

.forgot-form-row { margin: 10px 5px; }

/* -------------------------------------------- FORGOT PASSWORD END ------------------------------------------------*/


/* ------------------- Unsubscribe --------------------------- */

.unsubscribe-block
{
    margin:0 auto;
}

.unsubscribe-block .login-big-text
{
    padding-bottom:10px;
}

.unsubscribe-block a.button
{
    width:300px;
}

.unsubscribe-form
{
	padding: 0;
	width: 300px;
	display: block;
}

/* --------------- End Unsubscribe --------------------------- */

/* ---------------------------------------------------- BUTTON START ------------------------------------------------ */

.button, .button:visited, .button:hover {
	background-color: #000000;
	color: #fff;
	font-family:Georgia;
	font-style:italic;
	font-size: 14px;
	padding: 9px 5px;
	text-align: center;
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	border:none;
	line-height:1.3;
}

.button-full {
	width: 100%;
	display: block;
}

.button-grey, .button-grey:visited, .button-grey:hover {
	background: #808080;
	color: #fff;
	border: 1px solid #505050;
}

.button-rose, .button-rose:visited, .button-rose:hover {
	background: #000000;
	color: #fff;
}

.button-yellow, .button-yellow:visited, .button-yellow:hover {
	background: #FFB202;	
	background: #FFB202 -moz-linear-gradient(top, #fee07e 0%, #ffb202 100%);
	background: #FFB202 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee07e), color-stop(100%,#ffb202));
	background: #FFB202 -webkit-linear-gradient(top, #fee07e 0%,#ffb202 100%);
	background: #FFB202 -o-linear-gradient(top, #fee07e 0%,#ffb202 100%);
	background: #FFB202 -ms-linear-gradient(top, #fee07e 0%,#ffb202 100%);
	background: #FFB202 linear-gradient(to bottom, #fee07e 0%,#ffb202 100%);
	color: #963800;
	border: 1px solid #b45501;
}

.button-small, .button-small:visited, .button-small:hover  {
	font-size: 12px;
	border: 1px solid #1d1d1b;
}

.button-xsmall {
	width: 150px;
}

.button-tiny {
	width: 80px;
}


.button-middle {
	width: 230px;
}

.button__comb-item
{
    width:150px;
    margin-bottom:15px 0 10px 0;
    position:relative;
    float:right;
    top:20px;
}

.b-main-button,
.main-button {
	display: inline-block;
	background-color: #7F7F7F;
	border: 1px solid #000;
	padding: 5px 20px;
	text-align: center;
	min-width: 150px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.button-right
{
    float:right;
	margin-left:10px;
}

.button__right-inline 
{
    float: right;
    margin-left: 5px;
    position: relative;
}

.button-left
{
    float:left;
	margin-right:10px;
}

/*------------------ Braintree Buttons ------------------*/

.button__right {
    float: right;
    margin-left: 5px;
    position: relative;
}

.button__small {
    width: 80px;
}

.pay-button, .pay-button:visited, .pay-button:hover {
    display: block;
    margin-top: 10px;
    position:relative;
    text-align:center;
}

.button__full {
    width: 100%;
}

/*------------------ End Braintree Buttons---------------*/

.item-list-slider .product-add-to-cart,
.item-list-slider .product-button-sold-out {
	font-size: 12px;
	display: block;
	width: auto;
	margin: 0 auto;
}

.item-list-selection .product-button-sold-out
{
	cursor: default;
}

.button-half {
	float: left;
	width: 48%;
	min-width: 190px;
}

.button-half-left
{
	margin: 0 4% 10px 0;
}

.input-text 
{
	background: #fff;
	color: #000;
	font-size: 18px;
	padding: 5px 5px;
	border: 1px solid #808080;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.input-text-full { width: 100%; }

.scrollup { position: fixed; top: 50%; cursor: pointer; z-index: 1000;}

/* ---------------------------------------------------- BUTTON END -------------------------------------------------- */

/*---------------------------------------------------- CHECKOUT START ------------------------------------------------*/

.checkout-step {
	display: none;
}

.checkout-navigation {
	padding: 20px 0; 
	text-align: center;
}

.checkout-navigation-link {
	padding: 0 0 4px;
	margin: 0 2px;
	width: 120px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	border-bottom: 6px solid #D9D2D3;
	color: #D9D3D4;
	text-align: center;
	position: relative;
}

.checkout-navigation-selected {
	border-bottom: 6px solid #000000;
	color: #000000;
}

/*---------- Step 1 -------------*/

.checkout-steps {
	width: 850px;
	margin: 0 auto;
}

.checkout-items-spinner-container {
	height: 72px;
	position: relative;
	background-color: #E6E6E6;
}

.checkout-items-table {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 0;
}

.checkout-items-table th {
	color: #666666;
	font-size: 12px;
	padding: 5px 0;
}

.checkout-items-table td {
	background: #e6e6e6;
	padding: 10px 0;
	vertical-align: middle;
}

.checkout-items-table .checkout-list-tp {
	text-align: right;
	padding-right: 10px;
}

.checkout-items-table .checkout-list-descr {
	width: 520px;
	padding-left: 10px;
	text-align: left;
}

.checkout-list-qty {
	width: 100px;
	text-align: center;
}

.checkout-list-up {
	text-align: center;
}

.checkout-list-item-img {
	display: block; 
	float: left; 
	margin-right: 10px;
	min-width: 32px;
	min-height: 50px;
}

.checkout-list-item-img img {
	border: 1px solid #aaa;
	height:50px;
	width: auto;
}

.checkout-list-item-desrc-wrapp {
	overflow: hidden;
}

.checkout-list-item-name {
	margin-bottom: 5px; 
	color: #000; 
	font-size: 14px; 
	line-height: 18px;
	text-decoration: none;
}

.checkout-list-item-size {
	font-size: 12px;
	color: #666666;
}

.checkout-list-item-size-value {
	font-size: 12px;
	color: #000;
}

.checkout-list-item-qty-wrapper {
	width: 25px;
	height: 25px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.checkout-list-item-qty-button {
	vertical-align: middle;
	cursor: pointer;
	background: #7f7f7f;
	border: 1px solid #333333;
	color: #fff;
	width: 23px; height: 23px;
	display: inline-block;
	line-height: 23px;
	font-size: 14px;
}

.checkout-list-item-qty-value {
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
	padding: 0 10px;
}

.checkout-list-unp {
	color: #4e4e4e;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}

.checkout-list-tp {
	color: #000;
	font-size: 20px;
}

.checkout-summary {
	margin-bottom: 30px;
}

.checkout-summary-content {
	margin-bottom: 20px;
}

.checkout-summary-row {
	padding: 5px 0;
	border: 1px solid #d4d4d4; 
	border-top: none;
	position: relative;
	height:20px;
}
	
.checkout-summary-row-title {
	float: left;
	color: #4c4c4c; 
	font-size: 14px; 
	padding: 0 10px 0 10px;
}

.checkout-summary-row-value {
	float: right; 
	text-align: right;
	color: #000;
	padding: 0 10px;
	font-size: 20px;
	line-height: 18px
}

.checkout-summary-row-total {
	margin-top: 10px;
	border: 1px solid #d4d4d4; 
}

.checkout-summary-qty {
	position: absolute;
	right: 214px; top: 0;
	font-size: 20px;
}

.checkout-summary-sum {
	color: #000000;
}

.checkout-confirm-button {
	width: 230px;
}

.button-checkout {
	float: right;
	width: 230px;
}

.button-checkout-note {
	font-size: 10px;
	color: #9f9f9f;
	padding-top: 5px;
}

.button-checkout-note a {
	color: #414141;	
}

.button-paypal {
	margin-top: 10px;
	display: block;
	position: relative;
	height: 33px;
}

.button-paypal__half
{
    width:110px;
    position:relative;
    float:left;
}

.chekout-with-paypal-icon 
{
    display:block;
	position: absolute;
	top: 8px; left: 30px;
	background-position: -2px -170px ;
	width: 175px;
	height: 20px;
}

.button-paypal__half .chekout-with-paypal-icon
{
    width:105px;
    height:11px;
	background-position: -250px -170px;
	top: 12px; left: 5px;
}

.checkout-back-link {
	margin-left: -40px;
	padding-top: 30px;
}


.help-block-tabl {
	display: table; 
	width: 100%;
	margin-top: 40px;
	border-left: 1px solid #e6e6e6;
}

.help-block-cell {
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	width: 210px;
	height: 250px;
	float: left;
}

.help-block-empty {
	display: table-cell;
	width: 1%;
}

.help-block-text {
	font-size: 11px;
	color: #202020;
	padding: 30px 15px;
}

.help-block-text > a {
	color: #000000;
	text-decoration: underline;
}

.help-block-title {
	color: #202020;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 10px;
	font-weight: 700;
}

.master-pass-button
{
    width:230px;
    height:35px;
    display:block;
    background-position:-500px -200px;
}

.master-pass-button__top-space-checkout
{
    margin-top:10px;
}

.master-pass-button__half
{
    width:110px;
    background-position:-500px -250px;
    position:relative;
    float:right;
}

/*------------------ step 2 -----------------*/

.show-gift-voucher-link
{
	font-size: 12px;
	padding: 30px 0 10px 2px;
}

.show-gift-voucher-link a
{
	text-decoration: underline;
	color: #000000;
}

.block-voucher-promo
{
	float: left;
}

.block-select-voucher
{
	border: 1px solid #D4D4D4;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	display: none;
}

.ddl-voucher-number
{
	width: 200px;
	margin-left: 10px;
}

.block-promo-code {
	font-size: 12px;
	padding: 0 10px;
}

.block-promo-code-link {
	color: #000000;
	text-decoration: underline;
	outline: 0;
}

/*------------------ step 2 -----------------*/

/*------------------ step 2 -----------------*/





.checkout-credit-cards {
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}

.checkout-credit-cards > img {
	margin: 0 15px;
}

.checkout-payment-block {
	width: 580px;
	margin: auto;
}

.checkout-payment-block-text {
	color: #000000;
	font-size: 14px;
	padding-bottom: 5px;
	text-align: center;
}

.checkout-payment-month {
	float: left;
}

.checkout-payment-month,
.checkout-payment-month .element-form-block-select {
	width: 70px;
}


.checkout-payment-date-label {
	font-size: 11px;
	color: #9f9f9f;
}

.checkout-payment-web-form-content {
	padding-right: 120px;
}

.checkout-payment-web-form-content .element-form-block-label {
	width: 50%;
}

.checkout-payment-more-link {
	font-size: 14px;
	color: #333333;
	margin-left: 10px;
	position: absolute;
	left: 100%;
	white-space: nowrap;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	border-bottom: 1px dotted;
	cursor: pointer;
}

.checkout-payment-more-details {
	display: none;
	position: absolute;
	border: 1px solid #dcd0d2;
	background: #FFF;
	left: 100%;
	top: 25px;
	padding: 5px;
	margin-left: 10px;
	font-size: 14px;
	white-space: nowrap;
}

.checkout-payment-more-details img {
	vertical-align: middle;
}

/*--------------- step 3 ----------------*/

.checkout-order-info-row {
	padding: 5px 0;
	overflow: hidden;
	border: 1px solid #d4d4d4; 
	margin-bottom: 5px;
	position: relative;
}
	
.checkout-order-info-row-title {
	float: left;
	color: #4c4c4c; 
	font-size: 14px; 
	padding: 0 10px 0 10px;
}

.checkout-order-info-row-value {
	float: right; 
	width: 80px; 
	text-align: right; 
	color: #000;
	padding: 0 10px;
	font-size: 20px;
	line-height: 18px
}

.no-delivery-address {
	font-size: 12px;
	display: none;
}

/*----------------- step 4 -----------------------*/

.confirm-block  
{
	padding-top: 20px;
}

.confirm-marked-block
{
	font-size: 18px; 
	color: #000000; 
	padding: 20px 0; 
}

.confirm-links-block
{
    text-align:center;
}

.confirm-p  
{
	font-size: 14px; 
	color: #333333; 
	margin: 0; padding: 3px 0;
}

.confirm-p > a  
{
	color: #000000; 
	text-decoration: underline; 
}

.confirm-strong 
{
	font-size: 18px; 
	color: #000000; 
	font-weight: bold; 
}

.confirm-link-goto
{
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
	position: relative;
	padding: 30px 90px 30px 30px;
	margin-top: 10px;
	border: 1px solid #ececec;
	display: inline-block;
}

.confirm-link-goto-tw
{
	padding: 30px 100px 30px 30px;
}

.confirm-tw-big-icon
{
	position: absolute;
	right: 20px; top: 50%; margin-top: -20px;
}

.confirm-fb-big-icon
{
	position: absolute;
	right: 25px; top: 50%; margin-top: -20px;
}




/*----------------------------------------------------- CHECKOUT END ----------------------------------------------------------*/

/*----------------------------------------------------- ADDRESSES START -------------------------------------------------------*/

.address-list {
	position: relative;
	float: left;
	clear: both;
	width: 50%;
}

.address-item {
	position: relative;
	float: left;
	width: 300px;
	font-size: 12px;
	padding: 5px 30px 5px 10px;
	border: 1px solid #B2B2B2;
	color: #656565;
	margin-top: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.address-item:first-child {
	margin-top: 0;
}

.address-item-customer {
	font-size: 14px;
	color: #000000;
}

.address-list-arrow-icon {
	position: absolute;
	top: 50%; right: 10px;
	margin-top: -14px;
}

.add-new-address-select {
	width: 50%;
}

.address-list-header,
.new-address-header {
	font-size: 14px;
	margin-bottom: 10px;
}

.address-list-header {
	color: #000000;
}

.address-item .w-right-arrow-icon,
.address-item .right-arrow-icon {
	display: none;
}

.address-list-content {
	width:500px;
}

/* -------------------- Checkout addresses ------------------------ */

.checkout-address-list .address-item:hover .address-item-customer, .checkout-address-list .address-item:hover .auth-to-leave_title {
	color: #fff;
}

.checkout-address-list .address-item .right-arrow-icon {
	display: block;
}

.checkout-address-list .address-item:hover .w-right-arrow-icon {
	display: block;
}

.checkout-address-list .address-item .w-right-arrow-icon,
.checkout-address-list .address-item:hover .right-arrow-icon {
	display: none;
}

.checkout-new-address {
	width: 40%;
	float: left;
}

.checkout-address-list .address-item:hover,
.checkout-address-item__selected {
	background-color: #000000;
	color: #fff;
	border: 1px solid #000000;
	cursor: pointer;
}

/*----------------------------------------------------- ADDRESSES END ---------------------------------------------------------*/

/* ---------------------------------------------------- FOOTER START --------------------------------------------------------- */

.footer 
{
    padding:10px 0;
    width:971px;
    margin:0 auto;
    background-color:#ffffff;
}

.footer_top-line
{
    width:100%;
    height:7px;
    background-color:#333333;
    margin-bottom:15px;
}

.footer_top-line__public
{
    width:auto;
    margin:0 10px;
}

.footer_links-block
{
    float:left;
    width:170px;
}

.footer_links-block :last-child
{
    margin-bottom:0;
}

.footer_links-block_link
{
    display:block;
    color:#000000;
    font-size:14px;
    margin-bottom:7px;
}

.footer_links-block_link__head
{
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
}

.footer-copyright
{
    font-size:12px;
}

/*-------------------------*/
.footer-menu {
	font-size: 10px;
	margin-left: 20px;
	float:left;
	text-transform: uppercase;
}

.footer-menu a {
	color: #E93996;
	margin-right: 10px;
	white-space: nowrap;
}

.footer-menu a:last-child {
	margin: 0;
}

.footer-social-links 
{
    position:relative;
    float:right;
    top:-3px;
    margin-right:20px;
}

.footer-social-link
{
	vertical-align: middle;
}

.footer-social-link-follow 
{ 
	font-size: 12px;
	color: #7B6F69;
}
.tw-icon { margin-left: 5px; }
.fb-icon { margin-left: 5px; }

.push
{
    height:40px;
    clear:both;
}

/* ---------------------------------------------------- FOOTER END -------------------------------------------------- */


/* ---------------------- Help Section ----------------------- */

.help-section
{
    padding:15px 20px;
}

.help-section-main-title
{
    font-size:18px;
    font-weight:300;
    padding-bottom:10px;
}

.help-section-topic
{
    display:inline-block;
    width:49%;
    vertical-align:top;
    margin-bottom:30px;
}

.help-section-topic-title
{
    color:#000000;
    font-size:16px;
    font-weight:700;
    padding-bottom:5px;
}

ul.help-section-topic-list
{
    list-style-type:disc;
    list-style-position:inside;
    color:#808080;
    margin-bottom:7px;
}

ul.help-section-topic-list li
{
    font-size:14px;
    margin-bottom:3px;
}

ul.help-section-topic-list li a
{
    color:#808080;
}

ul.help-section-topic-list li a:hover
{
    text-decoration:underline;
}

.help-section-button
{
    background-color: #7F7F7F;
    border: 1px solid #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight:700;
    padding: 3px 10px;
    text-align: center;
    text-transform:uppercase;
}

.help-section-article-title
{
    color:#000000;
    font-size:20px;
    font-weight:700;
    padding-bottom:10px;
}

.help-section-article-content
{
    font-size:12px;
    margin-bottom:15px;
}

.help-section-article-content a
{
    color:#000000;
}

.help-section-article-content a:hover
{
    text-decoration:underline;
}

.help-section-article-content ol
{
    list-style-type:decimal;
    list-style-position:inside;
}

.help-section-article-content ul
{
    list-style-type:disc;
    list-style-position:inside;
}

.help-section-article-content h1, .help-section-article-content h2, .help-section-article-content h3
{
    color:#000000;
}

/* ------------------ End Help Section ----------------------- */

/* ----------------------- ssl page -------------------------- */

.empty-service-pages
{
    padding:20px;
}

.link-ssl-wrapp
{
    position:absolute;
    bottom:20px;
}

.empty-service-pages-container
{
    padding-top:30px;
}

.text-ssl
{
    margin-bottom:15px;
}

/* ------------------- End ssl page -------------------------- */

/* ---------------------- no sale ---------------------------- */

.no-sale-block 
{
    font-family:Georgia;
    text-align:center;
    padding: 50px 0 0;
    margin-left: 20px;
    font-size: 18px; 
    vertical-align: middle; 
    height: 93px; 
}

/* ------------------ End no sale ---------------------------- */

/* ------------------ js disabled message -------------------- */

.js-disabled-message, .cookie-disabled-message {
    display: none;
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
    padding: 60px 20px 20px 20px;
    font-size: 18px;
    text-align: center;
    height: 400px;
}

.no-js .js-disabled-message,
.no-cookie .cookie-disabled-message  {
	display: block;
}

.no-cookie.no-js .cookie-disabled-message {
	display: none;
}

.public-master .js-disabled-message,
.public-master .cookie-disabled-message {
    color: #ffffff;
    background: none;
    border: none;
    width: 300px;
    margin: 0 auto;
    text-align: left;
    height: auto;
}

.no-js .public-master .js-disabled-message,
.no-cookie .public-master .cookie-disabled-message  {
	display: block;
}

.no-cookie.no-js .public-master .cookie-disabled-message {
	display: none;
}

/* -------------- End js disabled message -------------------- */


/* -------------------- Main images -------------------------- */

.main-images, .main-icons, .payment-icons, .bg-buttons, .notifier-close, .paid-icon
{
    background-image:url(../Img/main_images_26.png);
    background-repeat:no-repeat;
}

.main-images_logo
{
    background-position:-2px -2px;
    width:254px;
    height:62px;
}

.main-images_iPhone
{
    background-position:-2px -80px;
    display:inline-block;
    width:13px;
    height:21px;
    position:relative;
    top:5px;
    margin-right:5px;
}

.main-images_triangle-down
{
    background-position:-20px -80px;
    display:inline-block;
    width:8px;
    height:7px;
    padding-bottom:2px;
    margin-right:5px;
}

.main-images_triangle-right
{
    background-position:-49px -80px;
    display:inline-block;
    width:7px;
    height:8px;
    padding-bottom:2px;
    margin-left:5px;
}

.main-images_triangle-left
{
    background-position:-40px -80px;
    display:inline-block;
    width:7px;
    height:8px;
    padding-bottom:2px;
    margin-right:5px;
}

.footer_links-block_link__iPhone
{
    background-position:-60px -80px;
    width:150px;
    height:45px;
}

.footer_links-block_link__android
{
    background-position:-2px -350px;
    width:150px;
    height:45px;
}

.social-link_facebook, .social-link_twitter, .social-link_pinterest, .social-link_gplus, .social-link_email
{
    width:24px;
    height:24px;
    display:inline-block;
    margin-right:3px;
}

.social-link_facebook
{
    background-position:-220px -80px;
}

.social-link_twitter
{
    background-position:-246px -80px;
}

.social-link_pinterest
{
    background-position:-272px -80px;
}

.social-link_gplus
{
    background-position:-298px -80px;
}

.social-link_email
{
    background-position:-324px -80px;
}

.social-link_facebook:hover
{
    background-position:-220px -106px;
}

.social-link_twitter:hover
{
    background-position:-246px -106px;
}

.social-link_pinterest:hover
{
    background-position:-272px -106px;
}

.social-link_gplus:hover
{
    background-position:-298px -106px;
}

.social-link_email:hover
{
    background-position:-324px -106px;
}

.footer-logo
{
    width:158px;
    height:40px;
    display:inline-block;
    background-position:-300px -2px;
}

.heart-icon
{
    width:14px;
    height:12px;
    display:inline-block;
    background-position:-350px -80px;
    padding-right:7px;
}

.top-arrow-icon
{
    width:27px;
    height:15px;
    background-position:-20px -92px;
}

.left-arrow-icon
{
    width:16px;
    height:27px;
    background-position:-20px -110px;
    display:inline-block;
}

.right-arrow-icon
{
    width:16px;
    height:27px;
    background-position:-38px -110px;
    display:inline-block;
}

.login-popup-logo
{
    display:block;
    width:350px;
    height:86px;
    background-position:-465px -2px;
    margin-bottom:20px;
}

.login-popup-logo__space-bottom
{
    margin-bottom:5px;
}

.main-images__tweeter-big
{
    display:block;
    position:absolute;
    width:39px;
    height:32px;
    background-position:-2px -230px;
    left:12px;
    top:12px;
    margin-right:7px;
}

.main-images__fb-big
{
    display:block;
    position:absolute;
    left:15px;
    top:0;
    width:30px;
    height:55px;
    background-position:-60px -209px;
    border-right:1px solid #29487C;
}

.arrow-bottom
{
    background-position:-550px -450px;
}

/* ------------------- End main images ----------------------- */

/* ---------------------- Login with Facebook ------------------------ */

.facebook-button, .facebook-button:hover, .facebook-button:visited
{
    background: #6079ab; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYwNzlhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjU5OTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #6079ab 0%, #3b5998 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6079ab), color-stop(100%,#3b5998)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6079ab 0%,#3b5998 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6079ab 0%,#3b5998 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6079ab 0%,#3b5998 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6079ab 0%,#3b5998 100%); /* W3C */
	border: 1px solid #29487C;
	position:relative;
	font-size:14px;
	line-height:25px;
	padding:2px 35px 3px 36px;
	color: #fff;
	text-decoration:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
}

.login-facebook-button_fb-logo
{
    width:18px;
    height:30px;
    background-position:-380px -74px;
    display:inline-block;
    position:absolute;
    top:0;
    left:10px;
    border-right:1px solid #29487c;
    padding-right:5px;
}


/* -------------------------------------------------------------------------------------------------------- */
/* --------------------------------------- from MyAccount.css --------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */

/* --------------------- General styles ---------------------- */

.b-h2, h2 {
    font-size: 18px;
}

.my-account-title {
	font-size: 18px;
	margin-bottom: 10px;
}

.my-account-text {
	padding: 0 0 10px 0;
	font-size:14px;
}

.b-h3
{
    font-size:14px;
    padding: 10px 0;
}

.order-myorders-ftr-container
{
    font-size: 12px;
    font-family: "Verdana", sans-serif;
}
.order-myorders-ftr-lefcol
{
    float:left; 
    width:60%
}
.order-myorders-ftr-rightcol
{
    display:block;
}

.my-account-order-details-head
{
}

.my-account-order-details-head_title {
    width: 45%;
    float: left;
    margin-bottom:3px;
}
.my-account-order-details-head_number{
	font-size: 14px;
    width: 30%;    
    float:left;
}
.my-account-order-details-head_invoice
{
    font-size: 14px;
    float: right;
    width:25%;
    text-align:right;
}
.myAccount-ordDetails-itemhdr-container
{
    width: 100%;
    height:25px;
}
.myAccount-ordDetails-itemhdr-leftcol
{
    width: 60%;
    float: left;
}
.myAccount-ordDetails-itemhdr-rightcol
{
    width: 40%;
    float: right;
    text-align: right;
}
.myAccount-ordDetails-itemhdr-itemname
{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.myaccount-orddetails-separator
{
    width: 100%;
    border-bottom: solid 2px #000000;
    margin-bottom: 10px;
}

.myAccount-ordDetails-itemhdr-rightcol a 
{
	color: #000000;
	text-decoration: underline;
	font-size: 0.8em;
}

.myAccount-ordDetails-itemhdr-address 
{
	font-size: 0.8em;
}

.my-account-order_refunded-items-container h4 
{
	font-size: 14px;
    color: #000000;
}

/* --------------------- End General styles ------------------ */

/* ------------------------ Logout button ------------------------ */

.logout-button 
{
    color: #424242;
    background-color:#f1f1f1;
    border:1px solid #e6e6e6;
    box-shadow:1px 1px 0 #e0e0e0;
    -moz-box-shadow:1px 1px 0 #e0e0e0;
    -webkit-box-shadow:1px 1px 0 #e0e0e0;
    font-size: 14px;
}

.my-account-logout-button {
    padding: 5px 10px;
    margin-top: 20px;
    cursor:pointer;
}

/* ------------------------ End Logout button -------------------- */

/* ------------------------- My Account Content -------------- */

.my-account {
    padding: 15px 20px;
}

.my-account-spinner-container {
	position: absolute; top: 0; left: 0;
	height: 100%; width: 100%;
}

.step-account {
	display: none;
}

.my-account-content {
    float: right;
    width: 680px;
	margin: 0 0 30px 0;
}

.my-account-section-empty {
	border: 1px solid #D8D8D8;
	padding: 5px;
	text-align: center;
	color: #999999;
	display: none;
	margin-bottom: 20px;
}

.my-details-description {
	color: #656565;
	font-size: 14px;
	margin-bottom:5px;
}

.my-account-details-form {
	width: 450px;
	margin-bottom:40px;
}

.my-account-details-gender {
	width: 35%;
}

.my-account-new-address {
	 width: 49%;
	 float: left;
 }

.my-account-return-reason-text {
	color: #656565;
	font-size: 14px;
	margin-bottom: 10px;
}

.my-account-table-item-name {
	width: 40%;
}

.my-account-new-message-form {
	width: 450px;
}

.my-account-contact {
    border: 1px solid #E5E5E5;
	margin-bottom: 20px;
}

.contact-new-message-form {
	width: 500px;
}

.my-account-return-item-qty-block
{
	width: 80px;
}

/* --------------------- End My Account Content -------------- */

/* ---------------------- Forms ------------------------------ */

.b-web-form,
.web-form {
    background-color: #E5E5E5;
    padding: 15px;
}

.web-form-space {
	margin-bottom:10px;
}

.b-element-form-block,
.element-form-block {
    position: relative;
    text-align: left;
	margin-top: 10px;
    width: 100%;
}

.element-form-block:first-child {
	margin-top: 0;
}

.b-element-form-block_space-textarea {
    padding-right: 10px;
}

.b-element-form-block_label,
.element-form-block-label {
    color: #656565;
    font-size: 12px;
    position: relative;
    float: left;
    text-align: right;
    padding-right: 5px;
    width: 25%;
    top: 2px;
	display: block;
}

.checkbox-label
{
    font-size:12px;
    color: #656565;
    padding-left:5px;
}

.element-form-block-field {
	display: block;
	overflow: hidden;
	position: relative;
	padding-right:1px;
    zoom: 1;
}

.b-element-form-block_label_textarea {
    color: #656565;
    font-size: 14px;
}

.b-element-form-block_textarea,
.element-form-block-textarea {
    width: 100%;
    height: 90px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

.b-element-form-block_input-text,
.element-form-block-input-text {
    font-size: 14px;
    width: 100%;
    color: #000;
    padding: 2px 0;
	border: 1px solid #BDBDBD;
	position: relative;
	text-indent: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.b-element-form-block_select,
.element-form-block-select {
	border: 1px solid #BDBDBD;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.b-element-form-block_checkbox {
    margin-left: 155px;
    margin-right: 5px;
}

.b-element-form-block_checkbox-label {
    display: inline;
    color: #656565;
    font-size: 14px;
}

.b-button-minus, .b-button-plus {
    display: inline-block;
    background-color: #7F7F7F;
    border: 1px solid #000;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 17px;
	color: #ffffff;
	cursor: pointer;
}

a.b-button-minus, a.b-button-plus {
    color: #fff;
}

.b-button-plus {
    margin-right:0;
    margin-left:10px;
}

.b-footer-form,
.web-form-footer {
	padding-top: 15px;
	text-align: center;
}

/* ------------------------- End Forms ----------------------- */

/* ------------------------ Orders --------------------------- */

.b-my-account-order, .my-account-order {
    border: 1px solid #B2B2B2;
    position: relative;
	padding: 7px;
	margin-bottom: 15px;
}

.b-my-account-order_date-no,
.my-account-order-date-number {
    float: right;
}

.b-my-account-order_order-date_content,
.my-account-order-date {
    margin-right: 30px;
    font-size: 12px;
    color: #656565;
}

.b-my-account-order_order-no_title_content,
.my-account-order-number-title {
    font-size: 12px;
    color: #656565;
}

.b-address-item_my-account-orders,
.my-account-order-details-address {
    position: absolute;
    bottom: 0;
}

.my-account-order-name-number,
.my-account-order-header {
	margin-bottom: 10px;
}

.my-account-order-sale-name {
	float: left;
}

.my-account-order-sale-estimated-delivery 
{
	padding-left: 10px;
	padding-top:10px;
}

.my-account-order_summary-order
{
    position:relative;
}

.my-account-order_refunded-items-container
{
    padding-top:15px;
}

.main-button_get-pdf__top-space
{
    margin-top:7px;
}

/* --------------------- with Orders Tracking ----------------------- */

.my-account-order-left
{
	position:relative;
	float:left;
}

.my-account-order-right
{
	position:relative;
	float:right;
	text-align:right;
	padding-right:2px;
}

.my-account-order-items-qty
{
    color:#656565;
    font-size:12px;
}

.my-account-order-view-details_link
{
    font-size:12px;
    color:#000000;
    text-decoration:underline;
}

.my-account-order-delivery_info
{
    font-size:10px;
    color:#7f7f7f;
    padding:5px 10px;
}

.my-account-order-delivery_date-link
{
    background-color:#e5e5e5;
}

.my-account-order-delivery_tracking-link
{
    display:block;
    color:#ffffff;
    background-color:#ff7c00;
    font-size:14px;
    font-weight:700;
    padding:4px 0 6px 0;
    text-align:center;
    overflow:hidden;
}

.my-account-order-estimated-delivery
{
    padding:5px 10px;
    position:relative;
    float:left;
    width:75%;
    font-size:14px;
    cursor:pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tracking-icon
{
    display:inline-block;
    width:12px;
    height:16px;
    margin-right:7px;
    position:relative;
    top:3px;
    background-position:-2px -280px;
}

/* -------------------- End Orders --------------------------- */


/* --------------------------- table ------------------------- */

.b-my-account-table,
.my-account-table {
    font-size: 14px;
	width: 100%;
}

.b-my-account-table th,
.my-account-table th {
    font-size: 12px;
    font-weight: normal;
    color: #656565;
    padding: 0 10px;
	text-align: left;
}

.my-account-table th:last-child,
.my-account-table td:last-child {
	text-align: right;
}

.b-my-account-table td,
.my-account-table td {
    background-color: #E5E5E5;
    padding: 5px 10px;
}

.my-account-table img
{
    vertical-align:top;
    float:left;
    padding-right:5px;
}

.b-my-account-table_borders td,
.my-account-table__borders td {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.order-details-item-column_first {
	width: 400px;
}

.order-details-item-column {
	width: 40px;
}

.order-details-item-column_first {
	width: 400px;
}

.order-details-item-column {
	width: 40px;
}

.b-my-account-table_a,
.my-account-order-details-link,
.my-account-order-tracking-link,
.my-account-request-return-link,
.my-account-return-details-link {
    font-size: 12px;
    color: #656565;
    cursor: pointer;
    text-decoration: underline;
}

.my-account-order-details-link {
	float: right;
}

.b-my-account-table_prices,
.my-account-table-prices {
    width: 230px;
	float: right;
}

.my-account-table-prices_total
{
    font-weight:700;
}

/* ----------------------- End table ------------------------- */

/* --------------------- My Contacts ------------------------- */

.my-account-contact-header {
    background-color: #E5E5E5;
    padding: 5px 10px;
}

.my-account-contact-header__active {
    background-color: #000000;
    color: #fff;
}

.my-account-contact-header-content  {
    float: left;
}

.my-account-contact-subject {
    font-size: 14px;
    color: #000;
}

.my-account-contact-salename {
    font-size: 10px;
    color: #656565;
}

.my-account-contact-number {
    float: right;
	color: #000;
}

.my-account-contact-number-title {
    font-size: 12px;
    color: #656565;
}

.my-account-contact-header__active .my-account-contact-subject,
.my-account-contact-header__active .my-account-contact-salename,
.my-account-contact-header__active .my-account-contact-number,
.my-account-contact-header__active .my-account-contact-number-title {
	color: #fff;
}

.my-account-contact-messages-qty {
    width: 32px; height: 26px;
    background: url(../Img/my_account_icons2.png) no-repeat 0 0;
    font-size: 11px;
    text-align: center;
    margin-top: 7px;
    margin-right: 10px;
    padding-top: 2px;
	color: #ffffff;
}

.my-account-contact-messages-qty {
    float: left;
    background-position: -3px -3px;
}

.my-account-contact-header__active .my-account-contact-messages-qty  {
    background-position :-3px -146px;
    color: #000000;
}

.my-account-contact-content {
    padding: 15px;
}

.my-account-message-date {
    font-size: 10px;
    color: #656565;
}

.my-account-message {
	margin-top: 15px;
}

.my-account-message:first-child {
	margin-top: 0;
}

.my-account-message-bubble {
    position: relative;
    border: 1px solid #B2B2B2;
    padding: 7px;
    float: right;
    width: 450px;
    min-height: 35px;
    font-size: 12px;
	color: #000000;
}

	.my-account-message-bubble a {
		text-decoration:underline;
	}

.my-account-message__staff .my-account-message-bubble {
	float: left;
	border: 1px solid #000000;
}

.my-account-message-bubble-tail {
    position: absolute;
    width: 36px;
    height: 30px;
    background: url(../Img/my_account_icons2.png) no-repeat -3px -108px;
    left: -36px;
    top: 10px;
}

.my-account-message__staff .my-account-message-bubble-tail {
    background-position: -3px -72px;
    left: auto;
    right: -36px;
}

.my-account-contact-speaker {
	overflow: hidden;
	padding: 0 50px 0 0;
	text-align: right
}

.my-account-contact-speaker-name {
	font-size: 14px;
}

.my-account-message__staff .my-account-contact-speaker {
	text-align: left;
	padding: 0 0 0 50px;
}

/* ----------------- End My Contacts ------------------------- */

.my-account-mypayments-wrapper
{
    position:relative;
    float:left;
    width:400px;
    margin-right: 20px;
}

.my-account-add-payment
{
    overflow:hidden;
    position:relative;
    border-top:1px solid #e5e5e5;
}

.my-account-add-payment .pay-button {
    margin-bottom: 10px;
}


/* --------------------- Service pages ----------------------- */

.b-service-pages_space
{
    padding:15px 20px;
}

.b-service-pages_h3, .b-service-pages h3, .b-service-pages h2
{
    font-size:14px;
    font-weight:700;
    color:#656565;
}

.b-service-pages_p, .b-service-pages p
{
    font-size:12px;
    color:#656565;
}

.b-service-pages_a, .b-service-pages a
{
    color:#000;
}

.b-service-pages ul
{
    list-style-position:outside;
    list-style-type:disc;
    margin-left:30px;
}

.b-service-pages ul li
{
    padding-bottom:3px;
}

.b-service-pages ul.b-service-pages_list-01
{
    list-style-type:lower-alpha;
}

.b-service-pages ul.b-service-pages_list-02
{
    list-style-type:lower-roman;
}

.b-service-pages ol[type="1"]
{
    list-style: decimal;
}

.b-service-pages ol li
{
    margin-left:40px;
    line-height:20px;
}

.b-service-pages ol[type="a"]
{
    list-style: lower-latin;
}

.b-service-pages ol[type="i"]
{
    list-style: lower-roman;
}

/* ------------------ End Service pages ---------------------- */

/* ------------------ Invite Friends ------------------------- */

.b-invite-friends
{
    padding:15px 20px;
}

.b-web-form_invite-friends
{
    width:425px;
    display:block;
    float:left;
    clear:none;
}

.b-web-form_invite-friends_space
{
    margin-right:15px;
}

.b-invite-friends_important-text
{
    color:#000000;
    font-size:18px;
}

.b-element-form-block_information
{
    font-size:12px;
    padding-bottom:10px;
}

.b-element-form-block_important-message
{
    font-size:10px;
    color:#000000;
}

.i-web-form_invite-friends_empty-top
{
    height:34px;
    width:100%;
}

.i-web-form_invite-friends_empty-bottom
{
    height:167px;
    width:100%;
}

.b-element-form-block_textarea-message
{
    font-size:12px;
    color:#656565;
    display:inline-block;
}

.b-element-form-block_textarea_right-link
{
    position:relative;
    float:right;
    top:5px;
    color:#000000;
    text-decoration:underline;
    font-size:12px;
}

/* -------------- End Invite Friends ------------------------- */

/* ----------------------- Dialogs --------------------------- */

.custom-dialog-background
{
    display:none;
    background:url(../Img/black_transparent.png) repeat 0 0;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
}

.custom-dialog-container
{
    display:table-cell;
    vertical-align:middle;
}

.custom-dialog-block
{
    background-color:#ffffff;
    border:1px solid #e5e5e5;
    margin:0 auto;
    padding:20px;
    position:relative;
    width:500px;
    //top:40%;
}

.custom-dialog-title
{
    color:#000000;
    padding-bottom:10px;
}

.custom-dialog-message
{
    padding-bottom:10px;
}

.custom-dialog-continue-shopping, .custom-dialog-go-to-basket
{
    margin-right:20px;
    position:relative;
    float:left;
}

.custom-dialog-my-basket, .custom-dialog-clear-basket
{
    margin-left:20px;
    position:relative;
    float:right;
}

/* ------------------- End Dialogs --------------------------- */

/* -------------------------------------------------------------------------------------------------------- */
/* ------------------------------------ End from MyAccount.css -------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------- from notifier.css --------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */

.notifier-screen {
	background-color: #000;
	z-index: 90000022;
}

.ie6 .notifier-screen
{
    position:absolute !important;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.notifier {
	z-index: 90000025;
	position: fixed; top: 0; left: 0; right: 0;
	width: auto;
	height: 0;
	overflow: visible;
	text-align: center;
	background: #ffffff;
	font-size: 14px;
}

.notifier-inner {
	cursor: default;
	display: inline-block;
	position: relative;
	background-color: #fff;
	border: solid 1px #000000;
	padding: 15px;
	max-width: 500px;
}

.notifier-inner__text {
    text-align: left;
}

.notifier-inner__short {
    width: 430px;
    padding: 20px;
}

.notifier-inner_information {
    font-size: 12px;
    text-align: left;
}

.notifier-with-loader .notifier-message {
	display: inline;
	margin-top: 0;
}

.notifier-loader {
	display: inline-block;
}

.notifier-close 
{
    background-position:-195px -345px;
    background-color:transparent;
	position: absolute;
	border: 0 none;
    border-radius:12px;
	top: 15px;
	right: 15px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	padding: 0;
    outline:none;
}

.notifier-close span
{
    display:none;
}

.notifier-close:hover
{
    background-color:#e5e5e5;
}

.notifier-loader {
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: url('../Img/notifier-loader-clean.gif') center center no-repeat;
	vertical-align: middle;
}


.notifier-btns {
	margin: 30px 0 0;
	text-align: center;
}

.notifier-message {
	text-align: left;
	margin-top: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.notifier-title 
{
    font-family:Georgia;
	text-align: left;
	color: #000000;
	font-size: 18px;
}

.notifier-title__space {
	margin-bottom:10px;
}

.notifier-with-close-btn .notifier-title {
	padding-right: 60px;
}

.custom-dialog-left
{
	float: left;
	margin-right:10px;
}

.custom-dialog-right
{
	float: right;
	margin-left:10px;
}

/* ----------------------- notifications ----------------------------- */

.notifier-notification .notifier-inner {
	padding: 30px;
}

.notifier-notification .notifier-message {
	margin-top: 0;
}

/* ----------------------- wait -------------------------------------- */

.notifier-wait .notifier-inner {
	padding: 30px;
}

.notifier-wait .notifier-message {
	margin-top: 0;
}

/*------------------- form -------------------------------------------*/

.notifier-form
{
	background: #e5e5e5;
	padding: 10px;
}

.notifier-input-text
{
	border: 2px solid #dadada;
	width: 100%;
	padding: 4px 0;	
}

.notifier-error-field { border: 2px solid red; }


/* -------------------------------------------------------------------------------------------------------- */
/* ------------------------------------ End from notifier.css --------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- */

/* -------------------- Invite via Social buttons ----------------------- */

.invite-social
{
    text-align:center;
}

.invite-social__iaf-page
{
    width:425px;
    position:relative;
    float:left;
    padding:15px;
}

.invite-social_title
{
    font-size:18px;
}

.invite-social_description
{
    font-size:14px;
}

.invite-social-buttons
{
    padding-top:5px;
}

.invite-social-buttons_button
{
    margin:0 7px;
}

.twitter-share-button
{
    position:relative;
    padding:15px 15px 15px 60px;
    display:inline-block;
    color:#000000;
    font-size:24px;
    line-height:25px;
    border:1px solid #D8D8D8;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
}

.fb-share-button, .fb-share-button:hover, .fb-share-button:visited
{
    padding:15px 15px 15px 60px;
    font-size:24px;
    display:inline-block;
    position:relative;
}

.invite-social__checkout
{
    margin-top:35px;
}

.invite-social_title__checkout
{
    font-size:18px;
    font-weight:700;
}

/* ---------------- End Invite via Social buttons ----------------------- */

/* ------------------------- google conversation wrapper ----------------------------- */

.google-service-wrapper
{
	position:absolute;
	bottom:0;
}

/* --------------------- end google conversation wrapper ----------------------------- */

/* ------------------------ new T&C form ------------------------ */

.new-tc-form_text
{
    height:300px;
    width:100%;
    border:1px solid #cccccc;
    overflow-y:scroll;
    background-color:#ffffff;
    color:#676767;
    padding:5px 7px;
    font-size:12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.login-form-container .new-tc-form_text
{
    height:230px;
}

.new-tc-form_title
{
    font-size:14px;
    color:#000000;
}

/* -------------------- new new T&C form ------------------------ */

/* -------------------- top banner in default page --------------------------- */

.default-top-banner
{
	position:relative;
	width:971px;
	height:273px;
	margin-bottom:15px;
}

.default-top-banner_link
{
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:url(../Img/none.gif) repeat 0 0;
    z-index:1000;
}

.default-top-banner_image
{
    position:relative;
    z-index:100;
}

/* ---------------- end top banner in default page --------------------------- */

/* ----------------------- Share social media in product page ------------------------- */

.share-social
{
    margin-top:20px;	
}

.share-social_title
{
    font-family:Georgia;
    font-style:italic;
    font-size:18px;
    color:#000000;
}

.addthis_button_facebook, .addthis_button_twitter, .addthis_button_email, .addthis_button_pinterest_share, .addthis_button_compact
{
    display:inline-block;
    margin-right:5px;
	margin-top:5px;
}

.addthis_button_facebook span.at16t_facebook, .addthis_button_twitter span.at16t_twitter, .addthis_button_email span.at16t_email, .addthis_button_pinterest, .addthis_button_compact span.at16t_compact, .share-social_wrapper span a.addthis_bubble_style
{
    background-image:url(../Img/main_images_26.png) !important;
    background-repeat:no-repeat !important;
    width:33px !important;
    height:33px !important;
}

.addthis_button_facebook:hover span.at16t_facebook, .addthis_button_twitter:hover span.at16t_twitter, .addthis_button_email:hover span.at16t_email, .addthis_button_pinterest:hover, .addthis_button_compact:hover span.at16t_compact
{
    opacity:1 !important;
}

.addthis_button_facebook span.at16t_facebook
{
    background-position: -200px -230px !important;
}

.addthis_button_facebook:hover span.at16t_facebook
{
    background-position: -200px -280px !important;
}

.addthis_button_twitter span.at16t_twitter
{
    background-position: -250px -230px !important;
}

.addthis_button_twitter:hover span.at16t_twitter
{
    background-position: -250px -280px !important;
}

.addthis_button_email span.at16t_email
{
    background-position: -300px -230px !important;
}

.addthis_button_email:hover span.at16t_email
{
    background-position: -300px -280px !important;
}

.addthis_button_pinterest iframe, .at_PinItButton
{
    height: 33px !important;
    zoom:1 !important;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0) !important;
	-moz-opacity: 0 !important; 
	-khtml-opacity: 0 !important; 
    opacity: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width: 33px !important;
}

.at_PinItButton
{
    line-height:33px !important;
}

.ie7 .addthis_button_pinterest
{
    position:relative;
    top:-3px;
}

#PinItButton
{
    background-image:none !important;
}

.addthis_button_pinterest
{
    background-position: -350px -230px !important;
}

.addthis_button_pinterest:hover
{
    background-position: -350px -280px !important;
}

.addthis_button_compact span.at16t_compact
{
    background-position: -400px -230px !important;
}

.addthis_button_compact:hover span.at16t_compact
{
    background-position: -400px -280px !important;
}

.share-social_wrapper span a.addthis_bubble_style, .share-social_wrapper span a:hover.addthis_bubble_style
{
    display:inline-block !important;
    background-position: -450px -230px !important;
    width:33px !important;
    height:33px !important;
    position:relative;
}

.addthis_counter a.addthis_button_expanded
{
    font-family:Georgia !important;
    font-size:14px !important;
    font-weight:300 !important;
    padding:0 !important;
    margin:-1px 0 0 0 !important;
}

.addthis_counter.addthis_bubble_style
{
    position:absolute !important;
    padding:0;
    margin:0;
}

.addthis_counter.addthis_bubble_style a.addthis_button_expanded
{
    height:33px !important;
    line-height:33px !important;
}

.addthis_bubble_style.addthis_counter
{
    padding:0 !important;
    margin:0 !important;
}

/* ------------------- end Share social media in product page ------------------------- */

/* --------------------------- Order tracking ----------------------------- */

.order-tracking-wrapper
{
    margin-top:5px;
}

.order-tracking-step
{
    width:25%;
    position:relative;
    float:left;
}

.order-tracking-content-wrapper
{
    position:relative;
    display:table;
    width:99%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
}

.order-tracking-wrapper :last-child .order-tracking-content-wrapper
{
    width:100%;
}

.order-tracking-content
{
    background-color:#CCCCCC;
    height:50px;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
}

.order-tracking-content__step-complite
{
    background-color:#70E66B;
}

.order-tracking-content__step-empty
{
    background-color:#E5E5E5;
}

.order-tracking-content__step-fail
{
    background-color:#FF6977;
}

.order-tracking-content_title
{
    font-weight:700;
    font-size:14px;
}

.order-tracking-content_date
{
    color:#4C4C4C;
}

.order-tracking-content_tracking-link
{
    color:#000000;
    font-size:10px;
    line-height:1em;
    display:block;
    text-decoration:underline;
}

.order-tracking-descr
{
    font-size:10px;
    color:#7F7F7F;
    padding:5px;
    line-height:1.4em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.right_arrow__order-tracking
{
    position:absolute;
    right:8px;
    top:50%;
    margin-top:-8px;
    width:11px;
    height:16px;
    background-position:-20px -280px;
}

.order-tracking-content__step-fail .right_arrow__order-tracking, .order-tracking-content__step-empty .right_arrow__order-tracking
{
    display:none;
}

/* ----------------------- end Order tracking ----------------------------- */


/* ----------------------- Auth To Leave ----------------------------- */

.auth-to-leave
{
    padding-top:10px;
}

.auth-to-leave__in-form
{
    padding-top:0;
}

.auth-to-leave_title
{
    display:inline-block;
    color:#656565;
    font-size:12px;
}

.auth-to-leave_button
{
    display:inline-block;
    padding:7px 10px;
    background-color:rgba(0, 0, 0, 0.1);
    font-family:Georgia;
    font-style:italic;
    font-size:14px;
    text-align: center;
    color:#000000;
    width:45px;
    cursor:pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.auth-to-leave_button:hover
{
    color:#ffffff;
    background-color:rgba(0, 0, 0, 0.3);
}

.checkout-address-list .address-item:hover .auth-to-leave_button, .checkout-address-item__selected .auth-to-leave_button
{
    background-color:rgba(100, 100, 100, 0.5);
}

.auth-to-leave_button__selected, .auth-to-leave_button__selected:hover
{
    background-color:rgba(0, 0, 0, 1);
    color:#ffffff;
}

.checkout-address-list .address-item:hover .auth-to-leave_button__selected, .checkout-address-item__selected .auth-to-leave_button__selected
{
    border:1px solid #ffffff;
    padding:6px 9px;
    background-color:rgba(0, 0, 0, 1);
}

.element-form-block-label__auth-to-leave
{
    padding-top:5px;
}

/* --------- popup ----------- */

.auth-to-leave-popup
{
    font-size:12px;
    color:#656565;
    margin-bottom:-30px;
    margin-top:-15px;
    width:500px;
}

.auth-to-leave-popup-instructions
{
    margin-bottom:15px;
}

.auth-to-leave-popup-instructions_label
{
    padding:5px 10px;
    position:relative;
    float:left;
    clear:both;
    margin-bottom:5px;
    background-color:rgba(0, 0, 0, 0.1);
    font:italic 14px Georga;
    cursor:pointer;
    color:#000000;
}

.auth-to-leave-popup-instructions_label:hover
{
    background-color:rgba(0, 0, 0, 0.3);
}

.auth-to-leave-popup-instructions_label__selected, .auth-to-leave-popup-instructions_label__selected:hover
{
    background-color:rgba(0, 0, 0, 1);
    color:#ffffff;
}

.auth-to-leave-popup_delivery-instructions
{
    border:1px solid #bcbcbc;
    width:100%;
    height:50px;
    padding:5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.auth-to-leave-popup_delivery-instructions:focus
{
    border:1px solid #656565;
}

.auth-to-leave-popup_tc-text
{
    padding-top:15px;
    padding-bottom:5px;
}

.auth-to-leave-popup_tc-link
{
    color:#656565;
    text-decoration:underline;
}

.button__auth-to-leave
{
    margin-right:20px;
}

.auth-to-leave-popup_tc-wrapper
{
    height:100px;
    overflow-y:scroll;
    border:1px solid #BCBCBC;
    margin-bottom:10px;
}

/* ----------------------- end Auth To Leave ----------------------------- */

/* ----------------------- combine product -----------------------------*/

.product-details__comb
{
    padding:0;
}

.comb-product-thumbnail-images
{
    margin-left:17px;
}

.product-descr-text__comb
{
    margin:0 20px 20px 20px;
}

    .product-descr-text__comb strong
    {
        font-size:16px;
        color:#000000;
        font-weight:300;
    }

.comb-product-sale-name
{
    font-size:22px;
    font-weight:300;
    margin:20px 20px 10px 20px;
}

.comb-product-descr
{
    position:relative;
    float:left;
    width:620px;
}

.comb-product-items
{
    position:relative;
    float:right;
    width:350px;
}

.comb-items
{
    margin:0 20px;
}

.comb-product-item-wrapper
{
    position:relative;
}

.comb-product-name,
.comb-product-brand
{
    font-size:16px;
    font-weight:300;
    color:#000000;
    margin-bottom:5px;
}

.comb-product-brand {
	margin-bottom:0;
}

.comb-product-price
{
    position:relative;
    float:left;
    z-index:10000;
}

.product-price-new__comb
{
    margin-left:20px;
}

.comb-product-rrp-label
{
    position:relative;
    float:left;
    width:110px;
}

.product-shipping__comb
{
    margin:0 20px;
    color:#a1a1a1;
}

.share-social__comb
{
    margin-left:20px;
}

.comb-product-bot-img
{
    margin-bottom:2px;
    overflow:hidden;
}

.comb-product-back
{
    margin-left:20px;
    margin-top:20px;
}

.rrp-text__comb
{
    margin:20px 20px 30px 20px;
}

.pricing-accordion__comb
{
    margin-left:20px;
}

/* ------------------- end combine product -----------------------------*/


.my-account-contact-link {
	cursor: pointer;
}

/* -------------------- Search ---------------------- */

.left-menu-sub__search {
	min-height: 111px;
	position:relative;
}

.empty-facet {
	position: absolute; top:60%; text-align: center; width:100%; color:#ccc;
}


.search_input-wrapper
{
    margin:10px 0;
	position:relative;
}

.search_input
{
    font-size:21px;
    width:970px;
    height:45px;
    border:1px solid #808080;
    padding:10px 40px 10px 40px;
    box-sizing:border-box;
	outline:none;
}

input.search_input::-webkit-input-placeholder {color:#cccccc; font-size:16px;line-height: 25px;vertical-align: bottom;}
input.search_input::-moz-placeholder          {color:#cccccc; font-size:16px;}/* Firefox 19+ */
input.search_input:-moz-placeholder           {color:#cccccc; font-size:16px;}/* Firefox 18- */
input.search_input:-ms-input-placeholder      {color:#cccccc; font-size:16px;}


.search_input:focus
{
    border:2px solid #808080;
    background-position:-191px -410px;
	padding:9px 9px 9px 39px;
}

.search_input-clear {
	background-color: #fff;
    background-position: -190px -340px;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
}

.search_input-icon {
	background-color: #fff;
    background-position: -190px -379px;
    height: 35px;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 30px;
}

.search_input::-ms-clear {
    display: none;
}

.search-breadcrumbs {
	color: #808080;
    font-size: 12px;
    line-height: 12px;
	padding: 10px 20px 15px;
	display:inline-block;
}

.search-breadcrumbs_text, .search-breadcrumbs_link, .search-breadcrumbs_link:hover {
	color: #808080;
    font-size: 12px;
    line-height: 12px;
    text-decoration: underline;
}

.search-breadcrumbs_link:hover {
	color: #000;
}

.search-breadcrumbs_text {
	text-decoration: none;
}

.search-count
{
    font-size:12px;
}

.sale-banner-container__search
{
    margin-bottom:20px;
}

.search_result > div:last-of-type .sale-banner-container__search, .search_result > div:last-of-type .item-search
{
    margin-bottom:50px;
}

/* ----------- items ------------ */

.item-search
{
    position:relative;
    width:225px;
}

/*
.range-filter-left {
	float:left;
	margin:10px 10px 20px 0;
}

.range-filter-right {
	float:right;
	margin:10px 0px 20px 10px;
}

.range-filter_title {
	font-size:11px;
	display:block;
	color:#919191;
}

.range-filter_input {
	border: 1px solid #d8d8d8;
    box-sizing: border-box;
    font-size: 14px;
    padding: 5px;
    width: 100px;
}
*/

/**
    Range filter styles.
*/

.is_clickable {
  cursor: hand;
  cursor: pointer;
}

.nstSlider {
	cursor: hand;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	width: 100%;
	height: 2px;
	background:#b2b2b2;
	margin:10px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.nstSlider .leftGrip.gripHighlighted {
  background: #333333;
}

.nstSlider .rightGrip.gripHighlighted {
  background: #333333;
}

.nstSlider .rightGrip, .nstSlider .rightGrip:hover,
.nstSlider .leftGrip,.nstSlider .leftGrip:hover {
  position: absolute;
  top:-10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  background: #333333;
}


.nstSlider .rightGrip:hover,
.nstSlider .leftGrip:hover {
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	width: 26px;
	height: 26px;
	top:-11px;
}

.nstSlider .leftLabelCurrent,
.nstSlider .rightLabelCurrent {
	font-size: 10px;
    min-width: 50px;
    position: absolute;
    text-align: center;
    top: -15px;
	left:50%;
	margin-left:-25px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+20,ffffff+80,ffffff+100&amp;0+0,1+20,1+80,0+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.nstSlider .rightGrip:hover .rightLabelCurrent,
.nstSlider .leftGrip:hover .leftLabelCurrent {
	margin-left:-26px;
	top: -14px;
}

.nstSlider .bar {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  background: #333333;
  height: 2px;
  top: 0px;
}

.nstSlider .highlightPanel {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #e87722;
  height: 20px;
  top: 0;
}

.staticLabel {
	width:100%;
}

.leftLabel, .rightLabel  {
	float:left;
	font-size: 10px;
	color:#999;
	padding-bottom:1px;
}

.rightLabel {
	float:right;
}

/*------------------------ Braintree Checkout -----------------------------*/

.checkout-empty {
	padding:20px;
	color:#7F7F7F;
}

.link-decor, .link-decor:visited, .link-decor:hover {
	color: #323232;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.link-decor:hover {
	text-decoration: none;
}

.link-decor:focus {
	outline:none;
}

.link-decor__border {
	display:block;
	border-bottom:1px solid #e5e5e5;
	padding: 13px 10px;
}

.checkout-block {
	width: 310px;
	float: left;
    margin: 20px 0;
}

.checkout-block__center {
	margin: 20px;
}

.checkout-block_title {
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #E5E5E5;
	padding: 10px;
}

.list-row {
	border-bottom:1px solid #E5E5E5;
	padding: 20px 10px;
}

.list-row-hover:hover {
	background: #F9F9F9;
	cursor: pointer;
}

/*---------------------- Item List -----------------------*/

.list-item-link {
    height: auto;
    width: 94px;
    display: block;
    float: left;
    margin-right: 10px;
}

.list-item-link_img {
	height: auto;
    width: 94px;
}

.list-item-description {
	overflow: hidden;
}

.list-item-description_name {
    color: #323232;
    display: block;
	font-size:14px;
	font-weight:bold;
    margin-bottom: 10px;
}

.list-item-description_size {
    color: #7F7F7F;
    font-size: 12px;
    margin: 0 0 10px;
}

.list-item-description_total {
	color:#000000;
	font-family:Georgia;
	font-style:italic;
	font-size:20px;
}


.list-item-description-qty {
	margin-bottom: 10px;
    text-align: left;
	width:100px;
}

.list-item-description-qty-wrapper, .list-item-description-qty-wrapper:hover {
    border: 1px solid #cccccc;
    color: #000;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 24px;
}

.list-item-description-qty-wrapper:hover {
	border: 1px solid #000;
}

.list-item-description-qty-button {
    cursor: pointer;
    display: block;
    text-align: center;
	color:#000;
	line-height: 24px;
}

.list-item-description-qty-value {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

/*------------------------ Delivery Address ------------------------------*/

.address-item-block {
	
}

.address-item-block__mg-right {
	margin-right:120px;
}

.address-link {
	display:block;
	padding: 20px 10px;
}

.address-item_customer {
    color: #323232;
    font-size: 14px;
	font-weight:bold;
    padding-bottom: 5px;
}

.address-item_value {
	color: #7f7f7f;
    display: inline;
	font-size: 12px;
    padding-bottom: 5px;
}

/*------------------------ SOD ---------------------------------*/

.sod-item {
	padding-top:10px;
}

.sod-item_title,
.sod-item-text {
	color:#7F7F7F;
	font-size:12px;
	line-height: 1.6;
    padding-bottom: 2px;
}

.sod-item_title__color {
	color:#323232;
}

.sod-item-text__small {
	color:#B2B2B2;
	font-size:10px;
}

.sod-item-list {
	padding:5px 0 10px 0;
}

.sod-item-list-option {
	display: block;
	line-height: 15px;
    padding: 7px 0 7px 20px;
	color:#7f7f7f;
}

.sod-item-list-option:hover {
	color:#000;
}

.sod-item-list-option_title {
	display: block;
    font-size: 12px;
}

.sod-item-list-option_icon {
	background-position: -202px -485px;
    bottom: 3px;
    display: none;
    height: 16px;
    margin-right: 5px;
    position: relative;
    width: 15px;
	float:left;
}

.sod-item-list-option__selected {
	 padding-left: 0px;
	 color:#000;
}

.sod-item-list-option__selected .sod-item-list-option_icon {
	display:block;
}

.sod-item-other_title
{
    font-size:12px;
}

.sod-item-other-text
{
    font-size:10px;
    color:#7f7f7f;
}

.textarea {
	color:#323232;
	font-size:12px;
	padding:5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #e5e5e5;
}

.textarea__full {
	width: 100%;
}

/*--------------------------- Web Form Light ------------------------------------*/

.web-form-light {

}

.element-form-block-light {
	position: relative;
    text-align: left;
	 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
	border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}

.element-form-block-light__noborder {
	border:none;
}

.element-form-block-light__top-border {
	border-top: 1px solid #e5e5e5;
}

.element-form-block-light__error {
	background: #FFF3FA;
}
	
.element-form-block-light__hover:hover {
	cursor:pointer;
}

.element-form-block-label-light {
    color: #7f7f7f;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin: 0 10px 0 0;
}

.element-form-block-field-light {
    display: block;
    overflow: hidden;
    padding-right: 1px;
    position: relative;
	line-height: 18px;
}

.element-form-block-input-text-light, 
.element-form-block-select-light {
    border: none;
	background: transparent;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 12px;
    padding: 3px;
    position: relative;
    width: 100%;
}

/*--------------------- Summary Light --------------------*/

.checkout-summary-content-light {
	border-top:1px solid #e5e5e5;
	margin-bottom: 20px;
}

.checkout-summary-row-light {
	padding: 12px 10px 0;
	position: relative;
}

.checkout-summary-row-title-light,
.checkout-summary-row-value-light {
	color: #333333;
    font-size: 12px;
	float:left;
}

.checkout-summary-row-value-light {
	float:right;
}

.checkout-summary-row-title-light__total,
.checkout-summary-row-value-light__total {
	color:#212121;
	font-size: 18px;
}

/*--------------------- Vouchers ---------------------------*/

.voucher-block {
	padding:15px 0px 0 0;
}
.voucher-title {
	color:#333333;
	font-size:12px;
	padding:0 10px 5px 10px;
}

.voucher-list {
	padding:5px 10px 0 10px;
}

.voucher-list_item, .voucher-list_item:visited, .voucher-list_item:hover {
	color:#7f7f7f;
	display:block;
	font-size:12px;
	margin:0px 0px 15px 20px;
	cursor:pointer;
}

.voucher-list_item:hover {
	color: #333333;
}

.element-form-block-label__code {
	margin-top:8px;
}

.element-form-block-input-text__code {
	width: 120px;
	line-height: 30px;
	height:30px;
    margin-top: 4px;
}

/*---------------------- Braintree Forms ----------------------------*/

.payment-container {
	min-height: 300px;
    position: relative;
}

.payment-icon {
	display: block;
    float: left;
	margin-right: 10px;
}

.payment-icon__Visa-mini {
	background-position: -250px -350px;
	height: 13px;
    width: 34px;
	margin-top: 4px;
}

.payment-icon__MasterCard-mini {
	background-position: -250px -415px;	
    height: 18px;    
    width: 26px;
	margin-top: 2px;
}

.payment-icon__PayPal-mini {
	background-position: -249px -380px;
	height: 20px;    
    width: 16px;
	margin-top: 2px;
}

.payment-icon__American_Express-mini {
	background-position: -250px -450px;
	height: 22px;    
    width: 22px;
}

.payment-icon__MasterPass-mini {
	background-position: -250px -550px;
	height: 17px;    
    width: 23px;
	margin-top: 3px;
}

.payment-icon__VisaCheckout-mini {
	background-position: -250px -650px;
	height: 22px;    
    width: 29px;
	margin-top: 0;
}

.element-form-block-label__payment {
	color:#323232;
	font-size:14px;
	font-weight:bold;
}

.element-form-block-field__payment {
	line-height:22px;
}

.element-form-block-text__payment {
	color:#7F7F7F;
	font-size:12px;
	
}

.element-form-block-text__dot {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.braintree-payment label {
	border-bottom: 1px solid #e5e5e5;
    color: #7f7f7f;
    display: block;
    float: left;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding: 10px;
}

.bt-payment-method-selected,
.bt-payment-method-selected .form-field-second__hover:hover {
	background:#F2F2F2;
}

.show-only-selected > .bt-payment-method-selected,
.show-only-selected > .bt-payment-method-selected .form-field-second__hover:hover {
	background:none;
	cursor:auto;
}

.bt-payment-method-row {
  display: block;
}

.show-only-selected > .bt-payment-method-row {
  display: none;
}

.show-only-selected > .bt-payment-method-selected {
  display: block;
}


.bt-payments-list-loading {
    position: relative;
    min-height: 106px;
}

.bt-payment-form {
    position: relative;
}

#card-number, #cvv, #expiration-date {
	border-bottom: 1px solid #e5e5e5;
    display: block;
    font-family: Arial!important;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding: 9px 10px 11px 10px;
    position: relative;
}

#card-number.braintree-hosted-fields-invalid, 
#cvv.braintree-hosted-fields-invalid, 
#expiration-date.braintree-hosted-fields-invalid, 
.braintree-hosted-fields-invalid {
	background:#FFF3FA;
}

#bt-proxy-frame {
	display:none;
}

#braintree-paypal-button, .braintree-paypal-button{
	background:#FFC230 url('../Img/main_images_26.png')  -500px -330px no-repeat!important;
	height:36px!important;
	width:100%!important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom:10px;
}

.braintree-paypal-button, .braintree-paypal-button:hover
{
    background-image:none !important;
    padding:8px 5px;
}

.checkoutlight__wrapper .braintree-paypal-button, .checkoutlight__wrapper .braintree-paypal-button:hover
{
	background:#FFC230 url('../Img/main_images_26.png')  -500px -330px no-repeat!important;
}

#braintree-paypal-button img {
	display:none!important;
}

.masterpass-button, .masterpass-button__large {
	background-position: -500px -380px;
	display:block;
	height:36px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#bt-proxy-frame {
	display:none;
}

.cursor-progress {
	cursor:progress!important;
}

.paypal-button-text
{
    color:#243a80;
}

.paypal-button-icon
{
    background-position:-350px -330px;
    display:inline-block;
    width:75px;
    height:20px;
    vertical-align:bottom;
    margin-left:5px;
}

/*------------------------ Braintree V2 Checkout -----------------------------*/

/*------------------- Masterpass -------------------*/

.button-master-pass, .button-master-pass:visited, .button-master-pass:hover {
	padding:0;
    height:36px;
}

.button-master-pass-wrapper
{
	display: none;
	background-color: #000000;
	line-height:1;
}

.button-master-pass:hover .button-master-pass-wrapper
{
	background-color: #1a1a1a;
}

.button-master-pass-arrow
{
	display: none;
	background-position:-450px -450px;
	background-color: #e87600;
    position:absolute;
    height:100%;
    width:24px;
    top:0;
    right:0;
}

.button-master-pass:hover .button-master-pass-arrow
{
	background-color: #e88200;
}

.masterpass-icon {
	background-position:-350px -390px;
	width:130px;
	height:26px;
	display:inline-block;
}

.masterpass-icon__space {
    margin: 6px 10px 1px 0;
}

.button-master-pass .button-master-pass-wrapper,
.button-master-pass .button-master-pass-arrow {
	display:block;
}

.button-master-pass .pay-button-text {
	display: none;
}

/*------------------- End Masterpass -------------------*/

/*--------------------------- Web Form Second ------------------------------------*/

.web-form-second {

}

.form-field-second {
	position: relative;
    text-align: left;
	 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
	border-bottom: 1px solid #e5e5e5;
    padding: 10px;
}

.form-field-second__list-border:first-child {
	border-top: 1px solid #e5e5e5;
}

.form-field-second__thin {
	padding: 7px 10px;
}

.form-field-second__noborder {
	border:none;
}

.form-field-second__top-border {
	border-top: 1px solid #e5e5e5;
}

.form-field-second__error {
	background: #FFF3FA;
}
	
.form-field-second__hover:hover {
	cursor:pointer;
	background: #F9F9F9;
}

.form-field-second_label {
    color: #7f7f7f;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin: 0 10px 0 0;
}

.form-field-second_content {
    display: block;
    overflow: hidden;
    padding-right: 1px;
    position: relative;
	line-height: 19px;
}

.input-text-second, 
.select-second,
.readonly-text-second {
    border: none;
	background: transparent;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 12px;
    padding: 3px;
    position: relative;
    width: 100%;
	outline:none;
}

/*--------------------- Summary Light --------------------*/

.summary-wrapper {
	margin-bottom: 12px;
}

.summary-row {
	padding: 12px 0px 0;
	position: relative;
}

.summary-row_title,
.summary-row_value {
	color: #333333;
    font-size: 12px;
	float:left;
}

.summary-row_value {
	float:right;
}

.summary-row_title__total,
.summary-row_value__total,
.mypay-block-text, 
.mypay-block-price {
	color:#212121;
	font-size: 18px;
}

/*--------------------- Vouchers ---------------------------*/

.form-field-second_label__code,
.form-field-second_content__code {	
	margin-bottom: 8px;
    margin-top: 8px;
	margin-right:5px;
}

.input-text-second__code {
	width: 135px;
}

.input-text-second__code::-ms-clear {
    display: none;
}

/*---------------------- Braintree Forms ----------------------------*/


.form-field-second_content__payment {
	line-height: 22px;
}

.form-field-second_label__payment {
	color: #323232;
    font-size: 14px;
    font-weight: bold;
}

.input-text-second__payment {
	color:#7F7F7F;
	font-size:12px;
	padding:0;
	display: block;
}


.bt-payment-method-selected,
.bt-payment-method-selected .form-field-second__hover:hover {
	background:#F2F2F2;
}

.show-only-selected > .bt-payment-method-selected,
.show-only-selected > .bt-payment-method-selected .form-field-second__hover:hover {
	background:none;
	cursor:auto;
}

.bt-payment-method-row {
  display: block;
}

.show-only-selected > .bt-payment-method-row {
  display: none;
}

.show-only-selected > .bt-payment-method-selected {
  display: block;
}

.cursor-progress {
	cursor:progress!important;
}

/* ---------------------- list & map --------------------*/

.pickup-point-switcher
{
    padding-top:20px;
    display:table;
    width:100%;
    border-bottom:1px solid #E5E5E5;
}

.pickup-point-switcher_item
{
    width:50%;
    display:table-cell;
    text-align:center;
    font-size:18px;
    color:#7f7f7f;
    padding-bottom:7px;
}

.pickup-point-switcher_item:hover
{
    color:#4d4d4d;
    cursor:pointer;
}

.pickup-point-switcher_item__selected, .pickup-point-switcher_item__selected:hover
{
    border-bottom:5px solid #000000;
    color:#000000;
    cursor:default;
}

/*----------------------------*/

.pickup-point-choose-wrapper
{
    width:100%;
    height:400px;
    overflow-y:auto;
}

/* -------------- map ---------------- */

.pickup-point-map
{
    font-family: Arial,Helvetica,Sans-Serif;
    max-width:230px;
}

.pickup-name__map
{
    font-size:14px;
    padding-bottom:3px;
}

.pickup-address__map
{
    font-size:12px;
    color:#7f7f7f;
}

.pp-open-time
{
    font-size:10px;
    color:#7f7f7f;
    padding-top:10px;
}

.pickup-point-error
{
    font-size:12px;
    width:100%;
    height:100%;
    background-color:#f7f7f7;
    text-align:center;
    color:#b2b2b2;
    padding-top:80px;
    box-sizing:border-box;
}

/*------------------------- My Payments ----------------*/

.my-account-mypayments-list {
	width:400px;
}

.remove-block {
	background:#B4160F;
	color: #ffffff;
    font-family: Georgia;
    font-size: 14px;
    font-style: italic;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 50%;
	height:39px;
	line-height: 39px;
	overflow:hidden;
	margin-top:-20px;
    width: 100px;
}


/*
	Braintree iframes fix.
*/
#braintreeDataFrame,
iframe[src="about:blank"] {
	width: 0px; 
	height: 0px; 
	border: 0px; 
	position: absolute; 
	z-index: -999;
}

/*----------------- MYPAY --------------------*/

.product-mypay-block {
	margin-bottom:30px;
	width: 300px;
}

.product-mypay-container {
	position:relative;
	border: 1px solid #e8e8e8;
	padding:5px 10px 10px 10px;
}

.product-mypay-container:hover > .product-mypay-tooltip {
	visibility: visible;
	top: auto;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
	opacity: 1;
}

.product-mypay-tooltip {  
    -webkit-transition: 0s opacity;
	-moz-transition: 0s opacity;
	-o-transition: 0s opacity;
	transition: 0s opacity;
	visibility: hidden;
	opacity: 0;
}

.product-mypay-options {
	font-size:12px;
	color:#787878;
	line-height: 27px;
}

.product-mypay-price {
	font-size:26px;
	color:#FF5205;
}

.product-mypay-transaction-count {
	font-size:12px;
	color:#FF5205;
    padding-right: 15px;
}

.product-mypay-price__secondary {
    font-size: 18px;
}

.product-mypay-transaction-count__secondary {
    padding-right: 0;
}

.product-mypay-link {
	font-size:10px;
	color:#676767;
	text-decoration:underline;
}

.product-mypay-details {
	font-size:12px;
	color:#b2b2b2;
	padding:10px 0 0 0;
}

.product-mypay-notification-info {
	border: 1px solid #b2b2b2;
    border-radius: 8px;
    box-sizing: border-box;
    color: #b2b2b2;
    cursor: pointer;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 16px;
    line-height: 12px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 8px;
    width: 16px;
}

/* --------------- ourpay icon ------------*/

.payment-icons__mypay
{
    display:inline-block;
    background-position:-250px -600px;
    width:90px;
    height:20px;
    vertical-align:bottom;
}

/*----------- MY PAY SCHEDULE --------------------*/

.schedule-container {
    display: table;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.schedule-row {
    display: table-row;
    height: 40px;
	font-size: 14px;
}

.schedule-status {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    color: #707070;
    padding: 0 10px 0 50px;
    border-bottom: 1px solid #e8e8e8;
}

.schedule-date,
.schedule-total {
    display: table-cell;
    vertical-align: middle;
    color: #707070;    
    padding: 0 10px;
    border-bottom: 1px solid #e8e8e8;
	width:100px;
}

.schedule-total {
	text-transform:uppercase;
}

.schedule-wrapper {
    width: 200px;
    height: 40px;    
    display: table-cell;
    border-bottom: 1px solid #e8e8e8;
}

.schedule-cell {
	position: relative;
	height: 40px;
}

.schedule-line {
    height: 6px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}

.schedule-line__color_4_1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f16a24+0,d7d8da+33,d7d8da+100 */
	background: rgb(241,106,36); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxNmEyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2Q3ZDhkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q4ZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(241,106,36,1) 0%, rgba(215,216,218,1) 33%, rgba(215,216,218,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(241,106,36,1) 0%,rgba(215,216,218,1) 33%,rgba(215,216,218,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(241,106,36,1) 0%,rgba(215,216,218,1) 33%,rgba(215,216,218,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16a24', endColorstr='#d7d8da',GradientType=1 ); /* IE6-8 */
}

.schedule-line__color_4_2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f16a24+0,f29421+33,d7d8da+66,d7d8da+100 */
	background: rgb(241,106,36); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxNmEyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2YyOTQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2Q3ZDhkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q4ZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(241,106,36,1) 0%, rgba(242,148,33,1) 33%, rgba(215,216,218,1) 66%, rgba(215,216,218,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(241,106,36,1) 0%,rgba(242,148,33,1) 33%,rgba(215,216,218,1) 66%,rgba(215,216,218,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(241,106,36,1) 0%,rgba(242,148,33,1) 33%,rgba(215,216,218,1) 66%,rgba(215,216,218,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16a24', endColorstr='#d7d8da',GradientType=1 ); /* IE6-8 */
}

.schedule-line__color_4_3 {
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f16a24+0,f18a23+33,f7a91a+66,d7d8da+100 */
	background: rgb(241,106,36); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxNmEyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2YxOGEyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2Y3YTkxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q4ZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(241,106,36,1) 0%, rgba(241,138,35,1) 33%, rgba(247,169,26,1) 66%, rgba(215,216,218,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(241,106,36,1) 0%,rgba(241,138,35,1) 33%,rgba(247,169,26,1) 66%,rgba(215,216,218,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(241,106,36,1) 0%,rgba(241,138,35,1) 33%,rgba(247,169,26,1) 66%,rgba(215,216,218,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16a24', endColorstr='#d7d8da',GradientType=1 ); /* IE6-8 */
}

.schedule-line__color_4_4 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f16a24+0,f18a23+33,f7a91a+66,fcbd12+100 */
	background: rgb(241,106,36); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxNmEyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2YxOGEyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2Y3YTkxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2JkMTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(241,106,36,1) 0%, rgba(241,138,35,1) 33%, rgba(247,169,26,1) 66%, rgba(252,189,18,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(241,106,36,1) 0%,rgba(241,138,35,1) 33%,rgba(247,169,26,1) 66%,rgba(252,189,18,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(241,106,36,1) 0%,rgba(241,138,35,1) 33%,rgba(247,169,26,1) 66%,rgba(252,189,18,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f16a24', endColorstr='#fcbd12',GradientType=1 ); /* IE6-8 */
}

.schedule-circle {
    border-radius: 11px;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    text-align: center;
    color: #fff;
    background: #D4D4D4;
}

.schedule-circle_4_1 {
    left: 0;
}

.schedule-circle_4_2 {
    left: 33%;
}

.schedule-circle_4_3 {
    left: 66%;
}

.schedule-circle_4_4 {
    left: 100%;
}

.schedule-circle_4_1.schedule-circle__color {
    background: rgb(241, 106, 36);
}

.schedule-circle_4_2.schedule-circle__color {
    background: rgb(241, 138, 35);
}

.schedule-circle_4_3.schedule-circle__color {
    background: rgb(247, 169, 26);
}

.schedule-circle_4_4.schedule-circle__color {
    background: rgb(252, 189, 18);
}

.schedule-status.paid {
	min-width:50px;
    color:#333333;
    font-weight:bold;
}

.paid-icon {
	background-position: -550px -600px;
	height:16px;
	width:16px;
	display:inline-block;
	margin-right: 5px;
    vertical-align: bottom;
}


.small.schedule-container {
	border-top:0px;
}

.small .schedule-row {
    height: 30px;
	font-size: 10px;
}

.small .schedule-wrapper,
.small .schedule-cell {
    height: 30px;
}

.small .schedule-date,
.small .schedule-total {
	width:70px;
}

.small .schedule-status {
	padding:0 10px 0 30px;
}

.small .schedule-line {
	height: 4px;
}

.small .schedule-circle {
    border-radius: 9px;
    height: 18px;
    width: 18px;
    margin-top: -10px;
	line-height:18px;
}


.medium .schedule-row {
    height: 40px;
	font-size: 12px;
}

.medium .schedule-wrapper,
.medium .schedule-cell {
    height: 40px;
}

.medium .schedule-date {
	width:70px;
}

.medium .schedule-status {
	padding:0 10px 0 30px;
	color:#333333;
}

.medium .schedule-line {
	height: 4px;
}

.medium .schedule-circle {
    border-radius: 10px;
    height: 20px;
    width: 20px;
    margin-top: -10px;
	line-height:19px;
	font-size:11px;
}


.large.schedule-container {
	width:400px;
	margin: 30px auto;
}

.large .schedule-circle {
    font-size: 12px;
    line-height: 21px;
}


/*--------------------- MYPAY confirm ----------------------*/

.mypay-confirm {
	border:1px solid #e8e8e8;
	width:700px;
	margin:40px auto;
}

.mypay-confirm-color-row {
	background:#e8e8e8;
	padding:10px 20px;
    text-align:center;
}

.mypay-confirm-header {
	font-size:26px;
	color:#4a4a4a;
	text-align:center;
	padding:20px 0 10px 0;
}

.mypay-confirm-invoice {
	color:#707070;
	font-size:14px;
	text-align:center;
	margin-bottom: 5px;
}

.mypay-confirm-info {
	color:#707070;
	text-align:center;
	font-size:14px;
	margin-bottom:20px;
}

.mypay-confirm-footer {
	color:#707070;
	text-align:center;
	font-size:16px;
}

.mypay-confirm-footer b {
	color:#707070;
	text-transform:uppercase;
}

.mypay-confirm-payment_title {
	color:#707070;
	font-size:14px;
}

.mypay-confirm-payment-amount {
	float:right;
	font-size:14px;
}

.mypay-confirm-payment-amount_title {
	color:#707070;
	margin-right:5px;
}

.mypay-confirm-payment-amount_total {
	color:#f47425;
}

.mypay-confirm-payment-text {
	color:#707070;
	font-size:14px;
    text-align: center;
}

.mypay-confirm-link {
	text-align:center;
	margin:30px 0;
}

.mypay-confirm-link .button
{
    padding:9px 20px;
}

.confirm-payment-logo
{
    background-position:-2px -600px;
    width:195px;
    height:40px;
    margin:10px auto 20px auto;
}

/*---------------- MYPAY checkout ---------------*/

.ourpay-price-value:after {
    display: inline-block;
    content: '*';
    padding-left: 2px;
}

.mypay-block {
	padding: 10px 0 0 0;
}

.mypay-block-price {
	float:right;
	color: #212121;
    font-size: 18px;
}

.mypay-block-text {
	float: left;
	color: #212121;
    font-size: 18px;
}

.terms-check-block {
    margin-top: 5px;
}

.mypay-message {
	color: #7f7f7f;
    font-size: 12px;
	padding: 10px 0 10px 0;
	line-height:20px;
}

.mypay-message:before {
    display: inline-block;
    content: '*';
    padding-right: 5px;
}

.payment-method-overlay{
	position: fixed; 
	top: 0px; 
	left: 0px; 
	background-color: rgba(90, 90, 90, 0.9);
	width: 100%; 
	height: 100%; 
	z-index: 9997;
}

.payment-method-container {
	position:relative; 
	margin:0 auto;
	width: 990px; 
	z-index:9998;
}

.payment-method-block {
	position: absolute; 
	top: 130px; 
	right: 0px; 
	z-index:9999; 
	background:#fff; 
	width: 330px; 
	padding: 15px; 
	box-sizing:border-box; 
	box-shadow: 5px 5px 20px #565656;
}

.payment-method-container_text {
	color: #fff;
    font-size: 22px;
    left: 50px;
    position: absolute;
    text-align: center;
    top: 260px;
    width: 500px;
}

.ourpay-arrow-img {
	height:200px;
	width:400px;
	position:relative;
	left:140px;
}

.mypay-planned-transactions {
	margin-top:10px;
}

.terms-check-block
{
    font-size:12px;
    margin-top:10px;
}

.terms-check-block-label a, .terms-check-block-label-link
{
    color:#323232;
    text-decoration:underline;
}

.terms-check-block-label a:hover, .terms-check-block-label-link:hover
{
    text-decoration:none;
}

.mypay-button, .mypay-button:visited, .mypay-button:hover
{
    background-color:#FB7E08;
    padding:5px;
}

.mypay-button:hover
{
    background-color:#F78011;
}

.mypay-button_icon
{
    background-position:-400px -600px;
    width:95px;
    height:20px;
    display:inline-block;
	margin-top: 6px;
    margin-left:5px;
    vertical-align: top;
}

.mypay-button_text {
	display:inline-block;
	line-height: 24px;
    vertical-align: top;
}

/* ---------------------- pickup point ----------------------*/

.pickup-title
{
    margin:15px 0 5px 10px;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
}

.pickup-name
{
    color:#323232;
    font-size:14px;
    font-weight:bold;
    padding-bottom:5px;
}

.pickup-address
{
    color:#7f7f7f;
    font-size:12px;
}

.pickup-current
{
    border-top:1px solid #e5e5e5;
}

.pickup-list__selected, .pickup-list__selected:hover
{
    background-color:#ededed;
}

/* -------------------- verification popup -------------------*/

.verification-popup
{
    margin-top:10px;
    font-size:14px;
    width:320px;
}

.verification-popup__position
{
    margin-top:-130px !important;
}

.verification-popup_section, .notifier-inner_section
{
    margin-bottom:10px;
    position:relative;
}

.verification-popup_title
{
    margin-bottom:3px;
}

.verification-popup_input, .notifier-inner_input
{
    width:100%;
    font-size:22px;
    padding:10px 15px;
    border:1px solid #e0e0e0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.notifier-inner_input {
    padding: 7px 15px;
}

.verification-popup_input:focus, .notifier-inner_input:focus
{
    border:1px solid #000000;
    outline:none;
}

.notifier-inner_input__password {
    width: 230px;
    position: relative;
    float: left;
}

.notifier-inner__short .notifier-inner_input {
    font-size: 18px;
    margin-right: 10px;
}

.button-submit-password-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    zoom:1;
}

.verification-popup_input__code
{
    width:120px;
    text-align:center;
}

.verification-popup_link__right
{
    position:relative;
    float:right;
    top:4px;
}

.button__verification-confirm, .button__verification-confirm:hover
{
    width:190px;
    padding:17px 10px 13px 10px;
    margin-left:5px;
}

.verification-popup_error
{
    color:#d81d3c;
    font-size:12px;
    margin-top:5px;
}

.verification-popup-input-wrapper
{
    overflow: hidden;
    position: relative;
    zoom:1;
}

.verification-country-code
{
    position: relative;
    float: left;
    padding:9px 10px;
    font-size:22px;
    background-color:#e0e0e0;
}

/* 3DS Popup */


.threeds-popup__position
{
    margin-top:-200px !important;
}

/* -------------------- subscription --------------------*/

.subscription-wrapper {
    color: #333;
}

.subscription-title {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    margin: 15px 0 3px 0;
}

.subscription-table {
    border: 1px solid #e8e8e8;
    padding: 10px;
    box-sizing: border-box;
}

.subscription-name {
    color: #707070;
    font-size: 12px;
    float: left;
}

.subscription-price {
    font-size: 12px;
    float: right;
}

.subscription-info {
    font-size: 12px;
    color: #7f7f7f;
    padding:10px;
    line-height: 20px;
}

.subscription-info strong {
    color: #333;
}

/* ----------------- end subscription -------------------*/

/* -------------------- delivery options ----------------------*/

.inline-info-block
{
    font-size:12px;
    line-height:19px;
    color:#333333;
    margin-top:3px;
    padding-right:10px;
    padding-left:10px;
}

.inline-info-block__delivery-desc
{
    color:#7f7f7f;
    padding-left:0;
}

.inline-info-block__clickable
{
    cursor:pointer;
}

.inline-info-block__clickable:hover
{
    color:#000000;
}

.inline-info-block__clickable:hover span
{
    text-decoration:underline;
}

.attention-label
{
    color:#ffffff;
    font-size:10px;
    text-transform:uppercase;
    padding:3px 7px;
    margin-right:5px;
    background-color:#ff785f;
    border-radius:10px;
}

.inline-info-block__clickable:hover span.attention-label
{
    text-decoration:none;
}

.list-row__disabled, .list-row__disabled .inline-info-block__delivery-desc
{
    color:#999999;
}

.list-row__disabled:hover
{
    background-color:#ffffff;
    cursor:default;
}

.list-row__disabled .attention-label
{
    display:none;
}

.list-row__empty-text
{
    text-align:center;
    color:#b2b2b2;
    font-size:12px;
}

.pp-empty-message
{
    width:160px;
    margin:0 auto;
}

.arrow-bottom
{
    width:18px;
    height:9px;
    margin:5px auto 0 auto;
}

/* ----------------- radio switcher ----------------*/

.radio-sw
{
    clear:both;
}

.radio-sw-item-button
{
    display:block;
    float:left;
}

.radio-sw-item-label
{
    display:block;
    overflow:hidden;
    position:relative;
}

.radio-sw-item-label-title_value
{
    display:block;
    float:right;
}

.radio-sw-item-label-title_text
{
    display:block;
    overflow:hidden;
    position:relative;
}

.radio-sw
{
    border:1px solid #e5e5e5;
    padding-left:15px;
    margin-top:20px;
    margin-bottom:20px;
}

.radio-sw-item
{
    border-bottom:1px solid #e5e5e5;
    padding:15px 15px 10px 0;
    cursor:pointer;
}

.radio-sw-item:hover .radio-sw-item-label-title
{
    color:#000;
}

.radio-sw-item:hover .radio-sw-item-button_icon, .radio-sw-item__packages:hover .radio-sw-item-button_icon__packages
{
    border-color:#aaa;
}

.radio-sw-item__selected
{
    cursor:default;
}

.radio-sw-item__selected:hover .radio-sw-item-label-title
{
    color:#333;
}

.radio-sw-item__selected:hover .radio-sw-item-button_icon__selected
{
    border-color:#000000;
}

.radio-sw-item:last-child
{
    border-bottom:none;
}

.radio-sw-item-label-title
{
    font-size:16px;
    color:#333333;
    margin-bottom:5px;
}

.radio-sw-item-label-desc
{
    font-size:12px;
    color:#7f7f7f;
    line-height:18px;
}

.radio-sw-item-button_icon, .radio-sw-item-button_icon__packages
{
    width:20px;
    height:20px;
    border-radius:10px;
    border:2px solid #cccccc;
    box-sizing:border-box;
    margin-top:2px;
    margin-right:10px;
}

.radio-sw-item-button_icon__packages {
    margin-top: 0;
}

.radio-sw-item-button_icon__selected
{
    border-color:#000000;
}

.radio-sw-item-button_icon__selected::after
{
    display:block;
    content:'';
    width:10px;
    height:10px;
    border-radius:5px;
    background-color:#000000;
    position:relative;
    top:3px;
    left:3px;
}

.radio-sw-item-button__OURPAYSELECT .radio-sw-item-button_icon__selected, .radio-sw-item__selected:hover .radio-sw-item-button__OURPAYSELECT .radio-sw-item-button_icon,
.radio-sw-item__packages .radio-sw-item-button_icon__selected, .radio-sw-item__packages:hover .radio-sw-item-button_icon__selected, .radio-sw-item__selected:hover .radio-sw-item__packages .radio-sw-item-button_icon__selected, .radio-sw-item__selected:hover .radio-sw-item__packages .radio-sw-item-button_icon__selected
{
    border-color:#e4ae00;
}

.radio-sw-item-button__OURPAYSELECT .radio-sw-item-button_icon__selected::after, .radio-sw-item__packages .radio-sw-item-button_icon__selected::after
{
    background-color:#e4ae00;
}

.radio-sw-item-label-title_text__OURPAYSELECT, .ops-logo, .payment-icons__ops-logo {
    width: 133px;
    height: 20px;
    background-position: -400px -650px;
    margin-top: 5px;
}

.payment-icons__ops-logo {
    margin-top: -1px;
}

.delivery-option-packages-wrapper {
    margin-right: -15px;
}

.agree-block {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.radio-sw-item__packages .radio-sw-item-label-title_text {
    font-size: 14px;
    padding-bottom: 4px;
}

/* -------------------- ops info -------------------*/

.ops-info {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: url(../Img/ops/ops-info-bg.jpg) no-repeat;
    background-size: cover;
}

.ops-info-content {
    padding: 20px 30px 25px 40px;
    box-sizing: border-box;
}

.ops-link {
    color: #e4ae00;
    cursor: pointer;
    text-decoration: underline;
}

.ops-link:hover {
    color: #f3ba00;
}

.ops-info-header {
    width: 100%;
    height: 150px;
    padding:30px;
    box-sizing: border-box;
    color: #fff;
    font-size: 35px;
    text-align: center;
}

.ops-info-desc {
    position: relative;
    float: left;
    width: 40%;
    padding-right: 20px;
    box-sizing: border-box;
    text-align: left;
}

.ops-info-packages {
    position: relative;
    float: right;
    width: 60%;
}

.ops-info-package {
    position: relative;
    float: left;
    width: 30%;
    text-align: center;
    padding-right: 15px;
}

.ops-info-package-top {
    background-color: #fbba1b;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 0 3px 15px 2px rgba(0,0,0,.2);
}

.ops-info-package-bottom {
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 3px 15px 2px rgba(0,0,0,.2);
}

.ops-logo-middle-light {
    width: 300px;
    height: 45px;
	display:inline-block;
    position: relative;
    background-position: -2px -700px;
}

.ops-logo-middle-light__gap {
    padding-bottom: 10px;
}

.ops-info-desc_text {
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
}

.ops-info-count {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    padding-top: 15px;
    color: #fff;
}

.ops-info-count-title {
    font-size: 14px;
    color: #fff;
    padding-bottom: 15px;
}

.ops-info-amount {
    color: #5e5e5e;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ops-info-save-title {
    color: #5e5e5e;
    font-size: 14px;
}

.ops-info-save {
    color: #fbba1b;
    font-size: 25px;
    font-weight: 400;
    padding-bottom: 10px;
}

/* ------- ops table --------*/

.ops-table td {
    text-align: center;
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
    vertical-align: baseline;
}

.ops-table td.ops-cell__left {
    text-align: left;
}

.ops-cell__right-border {
    border-right: 1px solid #e5e5e5;
}

.ops-cell__bottom-border {
    border-bottom: 1px solid #e5e5e5;
}

.ops-logo-middle {
    width: 153px;
    height: 23px;
    display: inline-block;
    background-position: -550px -650px;
    position: relative;
    top: 10px;
}

.ops-table td.ops-cell__title {
    text-transform: capitalize;
}

.ops-table td.ops-cell__highlight {
    color: #e4ae00;
    font-size: 24px;
    font-weight: bold;
}

.ops-table td.ops-cell-price {
    font-size: 16px;
}

.ops-table td.ops-cell-promo {
    padding: 20px;
}

.ops-cross-icon {
    width: 16px;
    height: 16px;
    background-position: -600px -600px;
    display: inline-block;
    position: relative;
    top: 2px;
}

/* ------------------ billing address -------------------*/

.billing-address_title {
    margin-top: 50px;
    font-size: 10px;
    color: #7f7f7f;
    padding-bottom: 5px;
}

.billing-address_input, .billing-address_input:active, .billing-address_input:focus {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 19px;
    font-size: 12px;
    color: #7f7f7f;
    padding: 5px 10px;
    background-color: #fff;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
    outline: none;
    box-sizing: border-box;
}

.billing-address_input:active, .billing-address_input:focus {
    border-color: #7f7f7f;
}

.incorrect-billing-address {
	background: #FFF3FA;
}

/* --------------------- Product personalise --------------------*/

.personalization-wrapper {
    max-width: 285px;
}

.product-customize-fields-title {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 10px;
    box-sizing: border-box;
}

.product-customize-fields-list {
    margin-bottom: 20px;
}

.product-customize-fields-row {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    padding: 5px 10px 10px 10px;
    box-sizing: border-box;
}

.product-customize-fields-name {
    font-size: 12px;
    color: #7f7f7f;
}

.product-customize-fields-input {
    border: 1px solid #e5e5e5;
    color: #333;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
}

.product-customize-fields-input:focus {
    outline: none;
    border-color: #333;
}

.product-customize-fields-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
.product-customize-fields-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
.product-customize-fields-input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
.product-customize-fields-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
.product-customize-fields-input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ccc;
}

/* ------------ for checkout -------------*/

.customize-item-block {
    margin-top: 15px;
}

.customize-item-row {
    margin-bottom: 5px;
    font-size: 12px;
    color: #333;
}

.customize-item-title {
    color: #7f7f7f;
}

.customize-item-title::after {
    content: ':';
    padding-right: 5px;
}

/* ----------------- end Product personalise --------------------*/

/* -------- This block must be at the bottom of file -------- */

.errorField
{
    border:1px solid #d81d3c;
}

.hidden-block, .hidden {
	display: none;	
}