

/* FILE: styles.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/* gudea-regular - latin */
@font-face {
		font-family: 'Gudea';
		font-style: normal;
		font-weight: 400;
		src: url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-regular.eot'); /* IE9 Compat Modes */
		src: local(''),
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-regular.svg#Gudea') format('svg'); /* Legacy iOS */
}

/* gudea-700 - latin */
@font-face {
		font-family: 'Gudea';
		font-style: normal;
		font-weight: 700;
		src: url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-700.eot'); /* IE9 Compat Modes */
		src: local(''),
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-700.woff') format('woff'), /* Modern Browsers */
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-700.svg#Gudea') format('svg'); /* Legacy iOS */
}

/* gudea-italic - latin */
@font-face {
		font-family: 'Gudea';
		font-style: italic;
		font-weight: 400;
		src: url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-italic.eot'); /* IE9 Compat Modes */
		src: local(''),
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/gudea-v15-latin-italic.svg#Gudea') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family:'Open Sans';
	src:url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/open-sans/open-sans-v34-latin-regular.woff2') format("woff2");
	font-weight:400;
	font-style:normal;
	font-display:swap
}
@font-face {
	font-family:'Open Sans';
	src:url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/open-sans/open-sans-v34-latin-italic.woff2') format("woff2");
	font-weight:400;
	font-style:italic;
	font-display:swap
}
@font-face {
	font-family:'Open Sans';
	src:url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/open-sans/open-sans-v34-latin-600.woff2') format("woff2");
	font-weight:600;
	font-style:normal;
	font-display:swap
}
@font-face {
	font-family:'Open Sans';
	src:url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/open-sans/open-sans-v34-latin-600italic.woff2') format("woff2");
	font-weight:600;
	font-style:italic;
	font-display:swap
}
@font-face {
	font-family:'Open Sans';
	src:url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/open-sans/open-sans-v34-latin-700.woff2') format("woff2");
	font-weight:700;
	font-style:normal;
	font-display:swap
}
@font-face {
	font-family:'Open Sans';
	src:url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/open-sans/open-sans-v34-latin-700italic.woff2') format("woff2");
	font-weight:700;
	font-style:italic;
	font-display:swap
}

/* Reset ================================================================================= */
* { margin:0; padding:0; }

html {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html, body { height: 100%;}

body {
	font: 11.5px/1.5em 'Open Sans',Arial, helvetica, sans-serif;
	margin: 0;
}

img           { border:0; }

a {
	color: #5b5b5b;
	text-decoration: none;
}

a:hover {
	color: #b5b8b4;
}


/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }
label         { font-weight: bold; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.4; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {
    bottom: 23px;
    margin: 0 auto;
    min-width: 954px;
    position: absolute;
    top: 0;
    width: 100%;
		background-color: #05121d;
}

@media (max-width: 1221px) {
	.wrapper {
		width: auto;
	}
}

.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }

#wrapper-content {
	bottom: 0;
    clear: both;
    height: auto;
    position: absolute;
    top: 101px;
    width: 1222px;
		left: 50%;
		margin-left: -611px;
}

body.textileworld #wrapper-content {
		top: 111px;
}
@media (max-width: 1221px) {
	#wrapper-content {
		left: 0;
		margin-left: 0;
	}
}

#wrapper-content-cl {
	background-color:	#fff;
	margin-top:			35px;
}

#content {
	margin: 0 auto;
	text-align: left;
	width: 976px;
}



/* Base Columns */
.col-left {
	bottom: 0;
	float: left;
	left: -18px;
	overflow: hidden;
	padding: 0 0 1px;
	position: absolute;
	top: 2px;
	width: 425px;
}

body.textileworld .col-left{
		top: -8px;
}

.col-main, .product2 {
	bottom: 0;
	float: left;
	height: auto;
	margin-top: 6px;
	overflow: hidden;
	padding:0 0 1px;
	position: absolute;
	right: -13px;
	top: 0;
	width: 623px;
	z-index: 100;
}

.duo .col-main {
	right: -15px;
}

.catalog-product-view .col-main,
.catalog-product-view .product2 {
	margin-top: 0;
}

.col-right {
	bottom: 0;
	float: left;
	left: 401px;
	overflow: hidden;
	padding: 0 0 1px;
	position: absolute;
	top: 1px;
	width: 821px;
}

.col-right.layout-2,
.col-right.layout-3 {
	width: 825px !important;
	margin-bottom: -14px;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.col3-layout{ -ms-overflow-style: -ms-autohiding-scrollbar; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

.col2-right-layout .main {
	float: left;
	width: 976px;
}

.col2-right-layout .col-main {
	width: 623px;
}

/* 3 Columns Layout */
.col3-layout .col-left {
	/*bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;*/
}

.col3-layout .col-right {
	/*bottom: 6px;
	left: 401px;
	position: absolute;
	top: 1px;*/
}

.col3-layout .col-main {
	/*bottom: 6px;
	position: absolute;
	right: -13px;
	top: 6px;
	z-index: 100;*/
}

/* Content Columns */
.col2-set .col-1 { float:left; width:47%; }
.col2-set .col-2 { float:right; width:47%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

.middle {
    margin: 0 auto;
    text-align: left;
    width: 1255px;
}

/* ======================================================================================= */


/* Global Styles ========================================================================= */

/* General */
.sprite {
    float: left;
    text-indent: -5000px;
}

div.clear { clear: both; }
.bold { font-weight:bold; }

/* Form Elements */
input,select,textarea,button { font:12px/15px 'Open Sans',Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea {
	background:#fff;
	border: 1px solid #85878b;
	font: 11.5px 'Open Sans',Arial,helvetica,sans-serif;
}
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:1px 8px; margin:0; cursor:pointer; }
button.button span { display:block; height:19px; padding:0 8px; font:bold 12px/19px 'Open Sans',Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; padding:0 0 0 9px; font:bold 15px/40px 'Open Sans',Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

.group-select1 li .input-box .input-text, .group-select1 li .input-box textarea {
    width: 250px;
}
.group-select1 li .input-box select { width:256px; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }

.form-button {
	background-color: #3fa4e1 !important;
	border: 0 transparent none;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 27px;
	letter-spacing: 0.02em;
	line-height: 27px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	text-decoration: none;
}

.form-button:hover {
	color: #fff;
	text-decoration: none;
}

.right-button {
	float: right;
}

.wide-button {
	padding-left: 25px;
	padding-right: 25px;
}

.button-set {
    clear: both;
    margin-left: 27px;
    padding-top: 8px;
    text-align: right;
}

#form-validate li {
    padding:        4px 0;
    width:          100%;
}

#form-validate li.first {
    padding-top:    0;
}

#form-validate li.last {
    padding-bottom: 4px;
}

#form-validate #li_email {
    padding-top:    0;
}

#form-validate #li_kdr {
    position: relative;
}

#form-validate li .input-box {
    float:          none;
}

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 6px; }
.form-list label { float:left; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#e46872; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; text-align:right; margin: 8px 0 0 27px; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { background: none repeat scroll 0 0 #ECEDED; margin: 0; padding: 10px 27px; }
.fieldset .legend { float:none; font-weight:bold; font-size:14px; background-color: transparent; color:#e46872; margin: 0; padding: 0; position:static; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11.5px; font-weight:bold; line-height:13px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/validation_advice_bg.1727265420.gif) 2px 0 no-repeat; color:#e46872; }
.validation-failed { border:1px dashed #e46872 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11.5px; text-align:right; color:#e46872; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul {
	list-style:none !important;
	margin: 0;
	padding:0 !important;
}
.messages { width:100%; overflow:hidden; border-radius: 8px; }
.messages li {
	margin: 0 !important;
}
.customer-account-login .messages {
	position: relative;
	width: 609px;
	z-index: 10;
}
.messages li li { margin:0 !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { background-position:10px 9px !important; background-repeat:no-repeat !important; font-size: 12px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_msg-error.1727265420.gif); color:#e46872; }
.success-msg { background-color:#41a833; }

.error-msg, .success-msg, .notice-msg, .note-msg {
    margin-bottom:1em !important;
    background-repeat:no-repeat !important;
    background-position:8px 10px !important;
    padding: 8px;
    font-size:1em !important;
    font-weight:bold !important;
    }
.error-msg-icon, .success-msg-icon, .notice-msg-icon, .note-msg-icon {
    background:         url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-main.1727265420.png") 0 0 no-repeat;
    float:              left;
    height:             14px;
    width:              14px;
}

.success-msg-icon {
    background-position: -193px -140px;
    width:              15px;
}

ul.messages li.error-msg ul {
    line-height:        17px;
}

ul.messages ul {
    padding-left: 22px !important;
}

.error-msg-icon {
    background-position: -245px -43px;
    height:             16px;
    width:              16px;
}
.notice-msg-icon, .note-msg-icon {
    background-position:    -245px -104px;
}

/* Page Heading */
.page-title { font-size: 14px;
    height: 18px;
    line-height: 1.25em;
    margin: 0 0 10px 40px; }

.page-title h1,
.page-title h2 {
	margin:0;
	font-size:14px;
	font-weight: bold;
	color: #39a3dc;
}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* BreadCrumbs */
.breadcrumbs { font-size:11.5px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

.navigation {
 	font-size: 14px;
    height: 18px;
    line-height: 1.25em;
    margin: 0 0 10px 40px;
}

.navigation h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	text-align: left;
	text-transform: none !important;
}

/* Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:50px; }
table.view-by td.sort-by {
	padding-left:		7px;
	text-align:left;
}
table.view-by td.sort-by span {
	margin-right:		5px;
}
table.view-by td.sort-by ol {
	display:			inline;
}
table.view-by td.sort-by ol li {
	display:			inline;
}

table.view-by td.sort-by ol li a {
	text-decoration:	none;
}

table.view-by td.sort-by ol li.order-current a {
	padding:			0px 4px;
}

table.view-by td.sort-by ol a:hover {
	text-decoration:	underline;
}

table.view-by td.sort-by li.order-current span {
    background:         transparent url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-main.1727265420.png") -47px -21px no-repeat;
	display:			inline-block;
	height:				6px;
	margin-left:		1px;
	margin-right:		0;
	overflow:			hidden;
	width:				8px;
	zoom:				1.0;
	*display:			inline;
	*margin-bottom:		3px;
}

table.view-by td.sort-by li.order-current span.order-current-desc {
	background-position:	-47px 0;
}

table.pager, table.view-by {
    width:100%;
    font-size:11.5px;
    margin-bottom:0px;
    }
table.pager {
	margin-bottom:	5px;
}
table.pager td {
    width:32%;
    padding:4px 5px;
    vertical-align:middle;
    }
table.pager td.pages { padding:2px 0; white-space:nowrap; }
table.pager ol, table.pager li {
    display:inline;
    }
table.pager li { padding:0 2px; }
table.view-by {
	width:	340px;
}
table.view-by td {
    padding:			0;
    vertical-align:		middle;
    }

table.view-by.related {
	margin-bottom:	  6px;
}

li span.on {
	font-weight:	bold;
}

td.pages li a, td.pages li a:link, td.pages li a:visited, td.pages li a:active {
	text-decoration:none;
}

td.pages li a:hover {
	text-decoration:underline;
}

/* Sorter */
.sorter { font-size:11.5px; background:#fff url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_toolbar.1727265420.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {padding-bottom: 50px;}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .pages ol{ display: inline-block; float: left;}
.toolbar .pages strong{ display: inline-block; float: left;}
.toolbar .pages li {float: left; padding-left: 5px;}
.toolbar .pages li.current{font-weight: bold;}
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table .odd  { background:#ffffff; }
.data-table .even { background:#eceded; }
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr { background:#fff; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0; }
.data-table th { padding:3px 8px; font-weight:bold;  height: 18px;
    line-height: 18px;
    padding: 1px 6px; }
.data-table td { padding:3px 8px; }

.data-table thead th {
    padding:2px 8px;
    white-space:nowrap;
}
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th .tax-flag { font-size:11.5px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }


/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_collapse.1727265420.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11.5px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_collapse.1727265420.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_print.1727265420.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_rss.1727265420.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/btn_remove.1727265420.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/btn_trash.1727265420.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/btn_edit.1727265420.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_divider1.1727265420.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

.cc-box {
    background-color: #ECEDED;
    margin: 0;
    padding: 10px 27px;
}

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_notice.1727265420.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Header ================================================================================ */

#wrapper-header {
    clear: both;
    color: #fff;
    font-size: 13px;
    height: 66px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
		border-bottom: 1px solid #73797e;
}

.textileworld #wrapper-header {
	height: 72px;
}

@media (max-width: 1221px) {
	#wrapper-header {
		position: static;
		width: 1235px;
	}
}

.header {
	clear: both;
	color: #fff;
	font-size: 13px;
	height: 65px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
}

.textileworld .header {
		height: 71px;
}

@media (max-width: 1221px) {
	.header {
		position: static;
		width: 1235px;
	}
}

.header-container {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	position: relative;
	width: 1222px;
}

@media (max-width: 1221px) {
	.header-container {
		position: static;
	}
}

.header-nav { margin:0 auto; }

#resellerlogo {
	float: left;
	height: 71px;
	margin: 0;
	padding: 3px 0;
	width: 400px;
}

#resellerlogo a {
	height: 65px;
    width: 400px;
    background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png") no-repeat scroll 0 0;
    background-position: 0px -585px;
}

#logo {
	float: left;
	height: 65px;
	margin: 0;
	padding: 8px 0;
	width: 400px;
}

#logo a {
	height: 48px;
  	width: 346px;
}

#logo a img {
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
}

body.textileworld #logo {
    padding: 0;
		height: 71px;
}

body.textileworld #logo a {
    background: none;
    display: block;
    height: 82px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: -11px;
    width: 100%;
    text-align:center;
}

body.textileworld #logo a img {
  	top: 11px;
  	margin: 0;
  	max-height: 100%;
  	max-width: 100%;
  	padding: 0;
  	transform: none;
}
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }

.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11.5px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_pipe1.1727265420.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11.5px; color:#ebbc58; }

label.mini-search-title {
	background-position:	-214px -400px;
	color: 					#ffffff;
	float:					left;
	height:					20px;
	line-height:			20px;
	margin-top: 			1px;
	padding-left: 			10px;
	text-align: 			left;
	width:					85px;
}

.mini-search .input-text {
	border-style:	solid;
	border-width:	1px 0;
	color:			#1a171b;
	float:			left;
	font: 			11.5px 'Open Sans',Arial, Helvetica, sans-serif;
	height:			17px;
	line-height:	17px;
	margin:			1px 0 0;
	padding:		1px 0 0 5px;
	width:			220px;
}

.mini-search-submit {
	cursor:				pointer;
	float:				right;
	margin: 			1px 0 0;
	padding:			0px;
	width:				20px;
	height:				20px;
	background:			transparent url(https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-main.1727265420.png) -151px -44px no-repeat;
	text-indent:		-9999px;
	border:				none;
}

/* Langugage switcher ==================================================================== */
.language-switcher {
	float:				left;
	margin-left:		5px;
	margin-top:			5px;
}
.language-switcher label { padding-right:5px; }
.language-switcher .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }

div#language-switcher-text {
	left:				95px;
	position:			absolute;
	top:				-80px;
}

div.language-switcher-compact {
	float:				right;
}

div.language-switcher-compact a, div#language-switcher-text a {
    border-left: 1px solid transparent;
    font-weight: bold;
    padding: 0 7px;
    text-decoration: underline;
}

div#language-switcher-text {
    left: 95px;
    position: absolute;
    top: -80px;
}

div.language-switcher-compact a.active,
div.language-switcher-compact a:hover,
div#language-switcher-text a.active,
div#language-switcher-text a:hover {
    text-decoration: none;
}

div.language-switcher-compact a.first,
div#language-switcher-text a.first {
    border-left: 0 none transparent;
    padding-left: 0;
    padding-right: 3px;
}

div.language-switcher-compact a.last,
div#language-switcher-text a.last {
	padding-right:		0;
}


/* ======================================================================================= */

/********** < Navigation */
.nav-container { background:#0a263d url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_nav0.1727265420.jpg) 50% 0 repeat-y; }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_nav2.1727265420.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_nav1.1727265420.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }

/* Subnavigation */
.navigation li {
	float:				left;
	font-weight:		bold;
}

.navigation h3.navpoint {
	font-size:			14px;
}

.navigation li.seperator {
	font-size:			12px;
	font-weight:		bold;
	line-height:		14px;
	padding:			0;
}

.navigation li a {
	text-decoration: 	none;
}

.navigation li a:hover {
	text-decoration: 	none;
}


/********** Navigation > */

/* ======================================================================================= */



/* Sidebar =============================================================================== */
.block .block-title { background: 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px 'Open Sans',Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

/* Mini Blocks */
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11.5px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }



/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_block-currency.1727265420.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px 'Open Sans',Arial, Helvetica, sans-serif; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_block-currency.1727265420.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_block-layered-title.1727265420.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_block-layered1.1727265420.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_block-layered-dt.1727265420.gif) 9px 11px no-repeat; padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_block-layered-dd.1727265420.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_block-layered-li.1727265420.gif) 0 100% repeat-x; padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_block-layered-label.1727265420.gif) 0 3px no-repeat; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11.5px; padding:4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */

.base-mini {
    font-size: 0.95em;
    line-height: 1.3em;
}

.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { clear: both;
    font-size: 14px;
    font-weight: bold;
    height: 17px;
    line-height: 17px;
    margin: 8px 0 3px;
    padding: 0 5px; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_block-wishlist.1727265420.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_block-related.1727265420.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_block-list.1727265420.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_print.1727265420.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/btn_remove2.1727265420.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_th-v.1727265420.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_block-viewed.1727265420.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_block-list.1727265420.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_block-poll.1727265420.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_block-tags.1727265420.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_block-subscribe.1727265420.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_block-list.1727265420.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_ma-info.1727265420.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #d9ddd3; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_grid.1727265420.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11.5px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */

/* Big Product Logos (Listing and View) ====================================================== */
p.logo-big	{
	left: 0;
	margin: 0;
	position: relative;
	text-indent: -5000px;
	top: 0;
}

p.logo-big-atlantis-headwear {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -12px -631px;
	width: 61px;
	height: 65px;
}
p.logo-big-b-c {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -10px -10px;
	width: 67px;
	height: 70px;
}
p.logo-big-babybugz {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -25px -1055px;
	width: 131px;
	height: 25px;
	top: 20px;
}
p.logo-big-bagbase {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -240px -1058px;
	width: 131px;
	height: 20px;
	top: 25px;
}
p.logo-big-beechfield {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -267px -1225px;
	width: 116px;
	height: 29px;
	top: 16px;
}
p.logo-big-bella---canvas {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -11px -180px;
	width: 162px;
	height: 25px;
	top: 27px;
}
p.logo-big-continental {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -133px -631px;
	width: 106px;
	height: 65px;
}
p.logo-big-dare2b-elite-edit {
		background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -268px -1346px;
		width: 116px;
		height: 47px;
}
p.logo-big-earthpositive {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -289px -631px;
	width: 64px;
	height: 65px;
}
p.logo-big-fruit-of-the-loom {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -141px -246px;
	width: 97px;
	height: 63px;
}
p.logo-big-gildan {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -231px -114px;
	width: 129px;
	height: 25px;
	top: 25px;
}
p.logo-big-james---nicholson {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -107px -11px;
	width: 127px;
	height: 50px;
	top: 14px;
}
p.logo-big-kariban	{
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -231px -176px;
	width: 130px;
	height: 29px;
	top: 22px;
}
p.logo-big-karlowsky {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -11px -892px;
	width: 168px;
	height: 25px;
	top: 24px;
}
p.logo-big-kimood {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -226px -343px;
	width: 138px;
	height: 57px;
}
p.logo-big-mantis {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -241px -993px;
	width: 130px;
	height: 34px;
	top: 15px;
}
p.logo-big-myrtle-beach {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -296px -241px;
	width: 74px;
	height: 72px;
}
p.logo-big-premier	{
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -10px -736px;
	width: 134px;
	height: 75px;
	top: 4px;
}
p.logo-big-quadra {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -24px -993px;
	width: 137px;
	height: 21px;
	top: 23px;
}
p.logo-big-result {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -225px -547px;
	width: 129px;
	height: 53px;
	top: 15px;
}
p.logo-big-result-headwear	{
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -7px -546px;
	width: 135px;
	height: 50px;
	top: 18px;
}
p.logo-big-russell {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -11px -239px;
	width: 74px;
	height: 70px;
}
p.logo-big-russell-collection {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -262px -10px;
	width: 130px;
	height: 34px;
	top: 22px;
}
p.logo-big-spiro {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -224px -446px;
	width: 129px;
	height: 54px;
	top: 11px;
}
p.logo-big-stedman {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -12px -110px;
	width: 94px;
	height: 66px;
	top: 2px;
}
p.logo-big-sols {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -12px -442px;
	width: 131px;
	height: 58px;
	top: 9px;
}
p.logo-big-tee-jays {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -11px -346px;
	width: 130px;
	height: 54px;
	top: 10px;
}
p.logo-big-westford-mill {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -257px -857px;
	width: 97px;
	height: 60px;
	top: 7px;
}

/* Fare, Halfar fehlen */
p.logo-big-fare {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -187px -741px;
	width: 38px;
	height: 69px;
}

p.logo-big-flexfit {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -2px -1224px;
	width: 128px;
	height: 35px;
	top: 10px;
}
p.logo-big-halfar {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png') no-repeat -272px -745px;
	width: 105px;
	height: 66px;
}
p.logo-big-kariban-proact {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -241px -945px;
	height: 26px;
	width: 130px;
}
p.logo-big-stormtech {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -3px -940px;
	height: 35px;
	width: 186px;
}

p.logo-big-the-one-towelling {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -3px -1099px;
	height: 40px;
	width: 124px;
}
p.logo-big-hrm {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -283px -1093px;
	height: 48px;
	width: 109px;
}
p.logo-big-korntex {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -28px -1154px;
	height: 62px;
	width: 56px;
}
p.logo-big-promodoro {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -261px -1161px;
	height: 48px;
	width: 131px;
}
p.logo-big-neoblu {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -12px -1268px;
	height: 66px;
	width: 69px;
}
p.logo-big-rtp {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -7px -1348px;
	height: 38px;
	width: 131px;
}
p.logo-big-seidensticker {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -110px -1272px;
	height: 44px;
	width: 128px;
}
p.logo-big-true-blanks-\<wbr\>by-h-m-group {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -6px -848px;
	height: 23px;
	width: 188px;
}
p.logo-big-true-blanks-by-h-m-group {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -6px -848px;
	height: 23px;
	width: 188px;
}
p.logo-big-neutral {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -264px -1284px;
	height: 44px;
	width: 129px;
}
p.logo-big-yoko {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -11px -1404px;
		height: 53px;
		width: 109px;
}
p.logo-big-vossen {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -303px -1398px;
		height: 65px;
		width: 65px;
}
p.logo-big-regatta {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -140px -1413px;
		height: 35px;
		width: 123px;
}
p.logo-big-next-level-apparel {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -9px -1476px;
		height: 41px;
		width: 186px;
}
p.logo-big-jerzees {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -204px -1464px;
		height: 28px;
		width: 187px;
}
p.logo-big-k-up {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -8px -1542px;
		height: 54px;
		width: 69px;
}
p.logo-big-wk\.-designed-to-work {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -89px -1542px;
		height: 65px;
		width: 65px;
}
p.logo-big-onna {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -169px -1541px;
		height: 66px;
		width: 56px;
}
p.logo-big-helly-hansen {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -240px -1546px;
		height: 55px;
		width: 69px;
}
p.logo-big-kustom-kit {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -7px -1622px;
		height: 32px;
		width: 186px;
}
p.logo-big-build-your-brand {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -202px -1622px;
		height: 29px;
		width: 187px;
}
p.logo-big-pure-waste {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-big.1727265420.png") no-repeat scroll -202px -1496px;
		height: 44px;
		width: 188px;
}
p.logo-small-normalised	{
	text-indent:	-5000px;
	margin: 0;
}

p.logo-small-normalised-anvil 	 			{ height: 40px;  width: 65px; background-position: -80px -266px; }
p.logo-small-normalised-atlantis-headwear {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -10px -247px;
	width: 40px;
	height: 42px;
}
p.logo-small-normalised-b-c {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -11px -11px;
	width: 42px;
	height: 44px;
}
p.logo-small-normalised-b-c-pro  			{ height: 49px;  width: 34px; background-position: 0px   -252px; }
p.logo-small-normalised-bella---canvas {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -229px -90px;
	width: 64px;
	height: 10px;
	margin-top: 13px;
}
p.logo-small-normalised-babybugz {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -8px -411px;
	width: 64px;
	height: 12px;
}


p.logo-small-normalised-bagbase {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -92px -412px;
	width: 66px;
	height: 10px;
}
p.logo-small-normalised-beechfield {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -314px -460px;
	width: 63px;
	height: 16px;
}
p.logo-small-normalised-continental {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -193px -250px;
	width: 64px;
	height: 39px;
}
p.logo-small-normalised-dare2b-elite-edit {
		background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -86px -237px;
		width: 64px;
		height: 27px;
}
p.logo-small-normalised-earthpositive {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -11px -316px;
	width: 41px;
	height: 42px;
}
p.logo-small-normalised-extras 				{ background-image: none; }
p.logo-small-normalised-flexfit {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -215px -459px;
	width: 64px;
	height: 18px;
}
p.logo-small-normalised-fruit-of-the-loom {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -11px -126px;
	width: 61px;
	height: 40px;
}
p.logo-small-normalised-gildan {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -11px -88px;
	width: 64px;
	height: 12px;
	margin-top: 5px;
}
p.logo-small-normalised-hanes {}
p.logo-small-normalised-james---nicholson {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -98px -11px;
	width: 62px;
	height: 24px;
}
p.logo-small-normalised-kariban	{
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -311px -152px;
	width: 64px;
	height: 14px;
	margin-top: 5px;
}
p.logo-small-normalised-karlowsky {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -86px -280px;
	width: 64px;
	height: 9px;
	margin-top: 6px;
}
p.logo-small-normalised-kimood {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -204px -138px;
	width: 68px;
	height: 28px;
	margin-top: 2px;
}
p.logo-small-normalised-mantis {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -308px -371px;
	width: 64px;
	height: 17px;
}
p.logo-small-normalised-mascot				{ height: 52px;	 background-position: -80px -383px; }
p.logo-small-normalised-myrtle-beach {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -210px -12px;
	width: 43px;
	height: 42px;
}
p.logo-small-normalised-premier	{
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -303px -254px;
	width: 70px;
	height: 35px;
}
p.logo-small-normalised-pro-act				{ height: 28px;	 background-position: 0px   -95px; }
p.logo-small-normalised-promodoro			{ height: 26px;	 background-position: 0px  -337px; }
p.logo-small-normalised-quadra {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -187px -371px;
	width: 65px;
	height: 10px;
}
p.logo-small-normalised-result {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -310px -197px;
	width: 63px;
	height: 26px;
	margin-top: 3px;
}
p.logo-small-normalised-result-headwear	{
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -211px -198px;
	width: 65px;
	height: 24px;
	margin-top: 5px;
}
p.logo-small-normalised-russell {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -331px -60px;
	width: 43px;
	height: 41px;
}
p.logo-small-normalised-russell-collection {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -118px -84px;
	width: 64px;
	height: 16px;
	margin-top: 6px;
}
p.logo-small-normalised-russell-workwear	{ height: 19px;	 background-position: -80px -74px; }
p.logo-small-normalised-spalding			{ height: 39px;	 background-position: -80px -436px; }
p.logo-small-normalised-spiro {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -108px -196px;
	width: 64px;
	height: 27px;
	margin-top: 3px;
}
p.logo-small-normalised-stedman {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -303px -11px;
	width: 64px;
	height: 45px;
	margin-top: 3px;
}
p.logo-small-normalised-sols {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -11px -190px;
	width: 67px;
	height: 32px;
	margin-top: 2px;
}
p.logo-small-normalised-sols-bags			{ height: 24px;	 background-position: -80px -42px; }
p.logo-small-normalised-stormtech			{
	height: 15px;
	width: 78px;
	background: transparent url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -87px -370px;
}
p.logo-small-normalised-kariban-proact				{
	height: 14px;
	width: 63px;
	background: transparent url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -12px -375px;
}
p.logo-small-normalised-tee-jays {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -106px -140px;
	width: 64px;
	height: 26px;
	margin-top: 2px;
}
p.logo-small-normalised-westford-mill {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -314px -321px;
	width: 61px;
	height: 38px;
}

p.logo-small-normalised-the-one-towelling {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -218px -403px;
	height: 20px;
	width: 62px;
}
p.logo-small-normalised-hrm {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -316px -401px;
	height: 28px;
	width: 61px;
}
p.logo-small-normalised-korntex {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -28px -449px;
	height: 42px;
	width: 38px;
}
p.logo-small-normalised-promodoro {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -118px -460px;
	height: 22px;
	width: 64px;
}
p.logo-small-normalised-neoblu {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -7px -496px;
	height: 43px;
	width: 43px;
}
p.logo-small-normalised-seidensticker {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -91px -497px;
	height: 22px;
	width: 63px;
}
p.logo-small-normalised-true-blanks-\<wbr\>by-h-m-group {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -170px -664px;
	height: 11px;
	width: 83px;
}
p.logo-small-normalised-true-blanks-by-h-m-group {
  background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -170px -664px;
	height: 11px;
	width: 83px;
}

p.logo-small-normalised-neutral {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -207px -507px;
	height: 21px;
	width: 62px;
}
p.logo-small-normalised-rtp {
	background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -323px -507px;
	height: 20px;
	width: 64px;
}
p.logo-small-normalised-yoko {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -9px -551px;
		height: 26px;
		width: 53px;
}
p.logo-small-normalised-regatta {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -85px -554px;
		height: 18px;
		width: 64px;
}
p.logo-small-normalised-vossen {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -165px -543px;
		height: 40px;
		width: 40px;
}
p.logo-small-normalised-next-level-apparel {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -218px -554px;
		width: 76px;
		height: 17px;
}
p.logo-small-normalised-jerzees {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -308px -557px;
		width: 76px;
		height: 12px;
}
p.logo-small-normalised-k-up {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -8px -597px;
		width: 48px;
		height: 38px;
}
p.logo-small-normalised-wk\.-designed-to-work {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -74px -597px;
		height: 40px;
		width: 40px;
}
p.logo-small-normalised-onna {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -127px -597px;
		width: 34px;
		height: 40px;
}
p.logo-small-normalised-kustom-kit {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -173px -609px;
		width: 76px;
		height: 13px;
}
p.logo-small-normalised-build-your-brand {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -258px -608px;
		width: 77px;
		height: 12px;
}
p.logo-small-normalised-helly-hansen {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -9px -653px;
		height: 37px;
		width: 46px;
}
p.logo-small-normalised-pure-waste {
		background: rgba(0, 0, 0, 0) url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png") no-repeat scroll -74px -665px;
		height: 20px;
		width: 84px;
}
p.discount {
	clear: left;
	margin: 8px 0 0 0;
}

/* Fare, Halfar fehlen */
p.logo-small-normalised-fare {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -101px -317px;
	width: 27px;
	height: 42px;
}
p.logo-small-normalised-halfar {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-logos-small.1727265420.png') no-repeat -188px -318px;
	width: 63px;
	height: 40px;
}

/* ======================================================================================= */
.product-info-box .price-box {
	clear:		both;
	margin:	8px 0 10px;
	font-size:15px;
}
.product-info-box .data-table .price-box { margin:0; padding:0; }
.product-info-box .availability { margin:10px 0; padding:0; font-size:0.92em; }

.add-to-cart-box { float:right; }
.add-to-cart-box .qty-box { float:left; }
.add-to-cart-box .qty-box label { float:left; }
.add-to-cart-box .qty-box .qty { float:left; margin:0 5px; }
.add-to-cart-box .form-button { float:left; }

.add-to-box { text-align:right; }
.add-to-box li { display:inline; }

.add-to-holder { margin:10px 0; }
.add-to-holder .add-to-cart-box { float:left; }
.add-to-holder .add-or { float:left; padding:0 7px; font-weight:bold; color:#666; }
.add-to-holder .add-to-box { float:left; line-height:1.25em; text-align:left; }
.add-to-holder .add-to-box li { display:block; }
.add-to-holder .add-to-box li .pipe { display:none; }

.product-info-box .ratings { margin-bottom:1em; }

.product-essential, .product-collateral { padding:25px; }
.product-essential, .collateral-box { margin:3px 0; }
.product-essential { margin:0px;padding:0px; }

h1.product-name {
    font-weight: bold;
}

.product-essential .product-shop .ratings { margin-bottom:10px; }

#product-description-prefix {
	margin: 10px 0;
}
#product-description-suffix {
	margin: 10px 0 0;
}



/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11.5px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_rating.1727265420.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_rating.1727265420.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11.5px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_availability_only.1727265420.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_availability_only_arrow.1727265420.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11.5px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11.5px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11.5px; }
.alert-stock { margin:0; font-size:11.5px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { padding:0;margin:0; }
.price-box .price { font-weight:bold; }

/* Price prefix and postfix */
span.price-prefix {
	font-weight:	bold;
}

span.price-postfix {
	font-size:		12px;
	font-weight:	bold;
}

.catalog-listing span.price-postfix {
    font-size: 9px;
    font-weight: normal;
}

/* Regular price */
.regular-price { font-size: 14px; }
.regular-price .price {
	font-weight:bold;
	font-size:14px;
}

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11.5px; color:#444; }
.weee .price { font-size:11.5px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_tier.1727265420.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11.5px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { border:1px solid #c4c6c8; }


.product-collateral { background:#faf7ee url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_product_collateral.1727265420.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-img-box { float:left; width:189px; }
.product-img-box .LinkResizePic { display:block;font-size:11.5px; text-decoration:none;margin-bottom:10px; }
#imageLink {
	text-decoration:	underline;
}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-img-box #image { cursor: pointer; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11.5px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/slider_bg.1727265420.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/magnifier_handle.1727265420.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11.5px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
.more-views li { float: left; width: 50px; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 'Open Sans',Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_divider1.1727265420.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#e46872; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11.5px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_pipe3.1727265420.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_tag_add.1727265420.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11.5px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11.5px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */


/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_search_criteria.1727265420.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_rss-big.1727265420.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:14px 21px; background:#faf7ee url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_login-box.1727265420.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_page1.1727265420.gif)}
.account-login .registered-users h2 { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_page2.1727265420.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_buttons-set1.1727265420.gif) 0 0 repeat-x; }

.account-create {}

#register-customer-submit {
	float: right;
}

.ccbacklink {
	clear: both;
}

/* Account Login/Create Pages ============================================================ */

/* Account Create Landingpage ============================================================ */

.landing-page-header {
    overflow: auto;
    width: 100%;
}

.landing-page-cover {
    float: left;
    margin-left: 254px;
}

.landing-page-facts {
    color: #2f2f2f;
    font-size: 22px;
    letter-spacing: 0.5px;
    margin-left: 461px;
    margin-top: 83px;
}

.landing-page-facts-number {
    color: #e46872;
    font-weight: bold;
}

.landing-page-body {
    margin: 0px auto 40px;
    width: 620px;
}

.landing-page-navigation {
    border-bottom: 1px solid #85878b;
    padding-bottom: 5px;
    margin: 40px 0 20px;
    overflow: auto;
    width: 100%;
}

.landing-page-navigation-item {
    border-left: 1px solid #ababad;
    float: left;
    font-size: 16px;
    line-height: 16px;
    margin-left: 9px;
    padding-left: 9px;
}

.landing-page-navigation-item a,
.landing-page-navigation-item a:hover {
    text-decoration: none;
}

.landing-page-navigation-note {
    font-size: 12px;
}

.landing-page-navigation-item-active {
    font-weight: bold;
    color: #e46872;
    text-transform: uppercase;
}

.landing-page-navigation-item-first {
    border-left: 0 none transparent;
    margin-left: 0;
    padding-left: 0;
}

.landing-page-navigation-item-last {
    margin-right: 0;
}

/* Account Create Landingpage ============================================================ */


/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/window_overlay.1727265420.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/btn_window_close.1727265420.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px 'Open Sans',Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */

/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/map_popup_arrow.1727265420.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/btn_window_close.1727265420.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

/* Homepage ============================================================================== */
.homepage {
	float: none;
	margin-top: 117px;
	position: relative;
}

#wrapper_rootpage {
	padding: 0 !important;
}

#logo_cc {
	background: url("https://www.cottonclassics.cz/skin/frontend/default/base/images/logo.1727265420.png") no-repeat scroll 0 0 transparent;
    height: 122px;
    margin: 0 auto 70px;
    width: 534px;
}

.logo-big-small-margin {
    margin-bottom: 15px;
}

#wrapper_rootpage .messages {
	width: 399px;
}

/* LOGIN HOMEPAGE */
#login-form {
	width: 401px;
}

#login-form .login-box {
    width: 100%;
}

#login-form .login-inner {
	padding: 55px 28px 0 10px;
}

#box_login {
	position: relative;
}

#box_login label {
	float: left;
	font-size: 20px;
	padding-top: 6px;
}

#login-form .box_login_links label {
	color: #85858d;
	font-weight: normal;
}

#email,
#pass {
	color: #2f2f2f;
	font-size: 16px;
    height: 48px;
    padding-left: 15px;
    width: 100%;
}

#email {
    margin: 0 0 20px 0px;
}

#pass {
	margin: 0 0 16px 0px;
	padding-right: 40px;
}

#send2 {
	cursor: pointer;
	background-color: #39a3dc;
	width: 363px;
	color: #fff;
	height: 50px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 600;
	margin-top:32px;
}
#send2:hover{
	background-color: #1e81b7;
}

#login-form .persistent {
	margin: -2px 3px 0 0;
}

#login-form button.login_submit {
    border: medium none;
    padding: 0;
}

#login-form .forgot-pw {
	display: block;
	float: left;
	margin-left: 10px;
}

#login-form .box_login_links {
	padding-right: 25px;
	text-align: right;
}

#login-form .box_login_links a {
    color: #85858d;
    font-size: 12px;
		color: #39a3dc;
		font-weight: bold;
}

#login-form .box_login_links a:hover {
    color: #85858d;
}

#login-form .login-button {
	color: #39a3dc;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	width: 363px;
	text-align: center;
	border-radius: 25px;
	border:1px solid #39a3dc;
	margin-left: auto !important;
	margin-right: auto !important;
}

#login-form .login-button:hover {
	color: #fff;
}

#login-form .create-account-button {
	margin: 25px 0 9px;
}

#login-form .guestlogin-button {
	margin-top: 15px;
}

#login-form .login-button span {

}

#catalog_cover {
	display: block;
	position: absolute;
	right: 538px;
	top: 105px;
}

#roadshow_container {
	margin: 9px 0 0 308px;
}

#roadshow_info {
	display: block;
	width: 319px;
	height: 100px;
	background: url("https://www.cottonclassics.cz/skin/frontend/default/base/images/roadshow_2013.1727265420.png") transparent 0 0 no-repeat;
	text-indent: -5000px;
}

/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.listing-type-list .listing-item:after,
.wrapper:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Print sales order ================================================================================ */

.sales-order-print h1 {
    font-size: 16.2px;
    font-weight: bold;
}

.sales-order-print h2 {
    font-size: 14px;
    font-weight: bold;
}

.sales-order-print .col2-set {
    background-color: #ECEDED;
    margin-bottom: 25px;
    padding: 15px 27px;
}

.sales-order-print #my-orders-table {
    border-spacing: 0;
}

.sales-order-print #my-orders-table tfoot tr {
    background-color: transparent !important;
}

.sales-order-print #my-orders-table td {
    border-right: 0 none transparent;
    border-bottom: 0 none transparent;
}

.sales-order-print .order-view-header {
    margin: 12px 0 0;
}

.sales-order-print tfoot .last {
    padding-right: 44px;
}

.sales-order-print .partly-delivered {
    color: #e46872;
    font-weight: bold;
}

/* ========================================================================================= */

/* Profiler ================================================================================ */
#profiler {
    clear: both;
}
/* ========================================================================================= */

/*scrollpane custom CSS*/
.jspPane {
    width: 100% !important;
}

.col-right.layout-1 .jspVerticalBar {
	right: 642px !important;
}

.col-right.layout-2 .jspVerticalBar {
	right: 27px !important;
}

.col-right.layout-3 .jspVerticalBar {
	right: 27px !important;
}

.col-main .jspVerticalBar {
	right: 25px !important;
}

.duo .jspVerticalBar {
	right: 27px !important;
}

#checkoutSteps .jspVerticalBar {
	right: -4px !important;
}
#checkoutSteps, #checkoutSteps .jspContainer {
	overflow: visible !important;
}

.jspVerticalBar {
	right: 625px !important;
	width: 5px;
	background: transparent;
	z-index: 202;
}

.jspHorizontalBar {
	bottom: 5px;
	width: 100%;
	height: 5px;
	background: transparent;
}
.jspTrack {
	background: transparent;
	top: 5px !important;
}

.jspDrag {
	background: url(https://www.cottonclassics.cz/skin/frontend/default/base/images/transparent-black.1727265420.png) repeat;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	left: 10px !important;
	/*opacity: 0.7 !important;*/
	width: 3px !important;
	z-index: 170 !important;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspCorner {
	display:none
}

/* LAYOUT */
.product-info-box,
.my-account,
.import-container,
.my-cart,
.my-multiwishlist,
.std,
.contacts,
.spotlights-container,
.checkout-wrapper,
.blog-container {
	bottom: 0;
	left: 0;
	min-width: 640px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 0;
}

.dashboard,
.account-container,
.my-wishlist,
#cartimport,
.cart-container,
.multiwishlist-container,
.cms-container,
.contacts-container,
#checkoutSteps,
.checkout-container,
.blog-inner {
	background-color: #fff;
    border-top: 1px solid #b5b8b4;
    min-height: 100%;
		padding-top: 0px;
		padding-bottom: 80px;
		padding-left: 7px;
		padding-right: 7px;
		width: 610px;
	border-radius: 8px;
}

.homepage .std {
	overflow: visible;
}

.page-title,
ul.navigation {
	background-color: #3fa4e1;
	height: 53px;
	margin: 0;
	margin-top: -1px;
	margin-left: -7px;
	padding: 15px 0 0 7px;
	position: fixed;
	width: 610px;
	z-index: 50;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
@media (max-width: 1221px) {
	.page-title,
	ul.navigation {
		position: static;
	}
}

.page-title h1,
ul.navigation .navpoint {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase !important;
}

.page-title + *,
ul.navigation + * {
	margin-top: 59px;
}
@media (max-width: 1221px) {
	.page-title + *,
	ul.navigation + * {
		margin-top: 7px;
	}
}
.page-title + form {
	margin-top: 60px;
	display: block;
}
@media (max-width: 1221px) {
	.page-title + form {
		margin-top: 7px;
	}
}
.cart .page-title + form {
	margin-top: 0;
	display: block;
}
.page-title + .std {
	margin-top: 0;
	display: block;
}
.page-title + .std .cms-container {
	padding-top: 7px;
}
/* HOMEPAGE */
.spotlights-inner {
	width: 610px;
}

.clearfix:after {
	display: table;
	clear: both;
	float: none;
	content: '';
}

#spotlights {
	height: auto;
	width: 100%;
	margin: 0 -2px;
}


.spotlight a {
	text-indent: -5000px;
	display: block;
}
.spotlight-big a {
	display: block;
}
.spotlight img {
	height: auto;
	width: 100%;
	border: 1px solid #b5b8b4;
}

.spotlight img:hover,
.spotlight .slick-current img {
	opacity: 0.2;
	filter: alpha(opacity=20);
}

#spotlight-3 {
	margin-right: 0;
}

/* SLIDER */
.slick-slider.spotlight-big {
	margin-bottom: 2px;
	max-width: 608px;
}
.spotlight-element {
	background-color: #fff;
	border-radius: 8px;
	float: left;
	margin-right: 2px;
	overflow: hidden;
}
.spotlight-big-element{
	border-radius: 8px;
	overflow: hidden;
}

.spotlight-element.slick-current {
	border-color: tranparent;
}
.spotlight .slick-list {
	padding: 0 !important;
}
.slick-prev, .slick-next {
	z-index: 10;
}

#spotlight-big .slick-prev {
	left:10px;
	width: 24px;
	height: 34px;
}
#spotlight-big .slick-next {
	right: 10px;
	width: 24px;
	height: 34px;
}

#spotlight-big .slick-prev:before, #spotlight-big .slick-next:before {
	content: "";
	width: 24px;
	height: 34px;
	display: inline-block;
}
#spotlight-big .slick-next:before {
	background: transparent url("https://www.cottonclassics.cz/skin/frontend/default/base/images/pfeil_r.1727265420.png") no-repeat center center;
}
#spotlight-big .slick-prev:before {
	background: transparent url("https://www.cottonclassics.cz/skin/frontend/default/base/images/pfeil_l.1727265420.png") no-repeat center center;
}
#spotlight-big .slick-next:hover:before {
	background: transparent url("https://www.cottonclassics.cz/skin/frontend/default/base/images/pfeil_r_hover.1727265420.png") no-repeat center center;
}
#spotlight-big .slick-prev:hover:before {
	background: transparent url("https://www.cottonclassics.cz/skin/frontend/default/base/images/pfeil_l_hover.1727265420.png") no-repeat center center;
}

/*amlist*/
#listcancel{
	font-size: 12px;
	margin-left: 5px;
	background-color: #cccccf !important;
}

.amlist-list-edit .multiwishlist-container .input-box strong{line-height: 30px;}
.amlist-list-edit .multiwishlist-container .greenprice {color: #79b99f;}
.amlist-list-edit .multiwishlist-container .bottomtextright {text-align: right; font-size: 14px;}
.amlist-list-edit .multiwishlist-container .bottomtextleft {text-align: left; font-size: 14px;}
.amlist-list-edit .multiwishlist-container .buttons-set #deletebutton span{color: #85878b;}
.amlist-list-edit .multiwishlist-container .buttons-set #deletebutton{background-color: transparent !important;}
.amlist-list-edit .multiwishlist-container .buttons-set #deletebutton span{padding-left: 0px; padding-bottom: 20px;}
.amlist-list-edit .multiwishlist-container .buttons-set{margin-left: 0px;}
.amlist-list-edit .multiwishlist-container .buttons-set #listcancel{ margin-left: 0px; background-color: #cccccf !important;}
.amlist-list-edit .multiwishlist-container .buttons-set #updatebutton:disabled{background-color: #cccccf !important; cursor: auto; }
.amlist-list-edit .multiwishlist-container .amlistchangebutton{ height: 20px; line-height: 20px; padding: 0px 8px; margin-left: 5px;}
.amlist-list-edit .multiwishlist-container .amlistchangeinput{float: left;}
.amlist-list-edit .multiwishlist-container #listitemform .buttons-set{margin-top: 25px;}
.amlist-list-edit .multiwishlist-container #listitemform .buttons-set #deletebutton{float: left; padding-left: 0px; margin-left: 0px; padding-top: 20px; padding-bottom: 20px;}
.amlist-list-index .multiwishlist-container .buttons-set {margin-left: 0px;}
.amlist-list-index .multiwishlist-container .buttons-set .form-button{float: left !important; margin-left: 0px;}
.amlist-list-index .multiwishlist-container .buttons-set .newfolder{ background-color: #cccccf !important;}
.amlist-list-index .multiwishlist-container .buttons-set #deletebutton span{color: #85878b;}
.amlist-list-index .multiwishlist-container .buttons-set #deletebutton{background-color: transparent !important;}
.amlist-list-index .multiwishlist-container .buttons-set #deletebutton span{padding-left: 0px;}
.amlist-list-index .multiwishlist-container .buttons-set #selectiontocartbutton {float: right !important;}


/* Blog */

.block-blog .menu-recent {
	margin: 0;
}

.block.block-blog .block-title strong {
	background-image: none;
    padding-left: 0;
}

.block-blog .menu-recent ul li {
    margin-bottom: 8px;
}

.blog-container .pager{
	padding-left: 0px;
	font-size: 12px;
}

.blog-container .pager li span.on{
	color: #79b99f;
}
.blog-container .pages{
	text-align: center;
}
.blog-container .pages ol{
	float: none;
}

/*perfect scrollbar*/
.multiwishlist-container .page-title{
	margin-top: -1px;
}

.spotlights-container .ps-scrollbar-y-rail, .std .ps-scrollbar-y-rail, .blog-container .ps-scrollbar-y-rail, .my-account .ps-scrollbar-y-rail, .my-multiwishlist .ps-scrollbar-y-rail, .my-cart .ps-scrollbar-y-rail, .checkout-wrapper .ps-scrollbar-y-rail{
	margin-right: 24px; !important;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover{
	background-color: transparent !important;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #b5b8b4 !important;
    opacity: 1 !important;
		width: 3px;
		left: 2px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		-ms-border-radius: 0px;
		border-radius: 0px;
		-webkit-transition: background-color 0.2s linear;
		-moz-transition: background-color 0.2s linear;
		-o-transition: background-color 0.2s linear;
		transition: background-color 0.2s linear;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{
		width: 3px !important;
		left: 2px;
		border-radius: 0px !important;
}
.ps-scrollbar-y:hover{
	cursor: pointer;
}
.ps-scrollbar-y{
	z-index: 100;
}
.ps-container:hover > .ps-scrollbar-y-rail{
	opacity: 1 !important;
}


/* Issue 29700 */
.contacts #messages_product_view{
	left: -7px;
	top: 0px;
	width: 608px;
}

/* Issue 30061 */
.global-site-notice{
	z-index: 1000;
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0px 0px;
}

.global-site-notice.notice-cookie, .global-site-notice p {
	bottom: 23px;
	left: 0;
	color: #fff;
	font-size: 13px;
}

.global-site-notice .notice-inner{
	width: 1222px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 100%;
}
.global-site-notice .notice-inner .left{
    width: 1152px;
    float: none !important;
    margin-left: 10px;
}
.global-site-notice .notice-inner .left p{
    margin-bottom: 0px;
	color: #fff;
}
.global-site-notice .notice-inner .right{
    width: 50px;
    margin-right: 10px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 10px;
}

#notice-cookie-block .actions .button{
	float: right;
    margin-right: 1px;
    margin-bottom: 3px;
}

/*one page checkout Issue 31746 */
.name-lastname-desc{
	clear: both;
	width: 250px;
}

.customer-name-prefix .name-lastname-desc .input-box input.name-width {
	width: 122px;
}

.customer-name-prefix .name-lastname-desc div.name-firstname{
	width: 131px;
}
.customer-name-prefix .name-lastname-desc div.name-lastname{
	width: 122px;
}
.customer-name-prefix .name-prefix{
	margin-bottom: 6px;
}
div.post-little-field input.little-post {
	width:70px;
}

li.fields div.post-little-field {
	width: 80px;
}
div.field div.input-box input.little-city{
	width: 175px;
}
li.fields div.country-field div.input-box select{
	width:254px;
}
#shipping-new-address-form li:nth-child(3),
#shipping-new-address-form li:nth-child(7) {
	margin: 25px 0 6px 0;
}

/* blog pager Issue 33834 */
.blog-inner .toolbar{
	margin-top: 64px;
	padding-bottom: 5px;
}

#cc_contact_person_cb_label{
	float: none;
}

body.cms-company .cms-container table {
		border-spacing: 0;
}

.sales-order-history .account-container table.pager:first-of-type{
		padding-top: 9px;
}
#ordersearch-container{
		padding-top: 10px;
}
#ordersearch-container #ordersearch_input{
		float:left;
		height:27px;
		margin-right: 10px;
		padding-left: 5px;
		margin-left: 5px;
		width: 225px;
}

#ordersearch_selected {
	line-height: 27px;
		padding-left: 10px;
}



/* FILE: widgets.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.cottonclassics.cz/skin/frontend/base/default/images/widgets/i_widget-new.1727265420.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.cottonclassics.cz/skin/frontend/base/default/images/widgets/i_block-list.1727265420.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.cottonclassics.cz/skin/frontend/base/default/images/widgets/i_block-list.1727265420.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.cottonclassics.cz/skin/frontend/base/default/images/widgets/i_widget-link.1727265420.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.cottonclassics.cz/skin/frontend/base/default/images/widgets/i_widget-link.1727265420.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.cottonclassics.cz/skin/frontend/base/default/images/widgets/i_widget-link.1727265420.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.cottonclassics.cz/skin/frontend/base/default/images/widgets/i_widget-link.1727265420.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.cottonclassics.cz/skin/frontend/base/default/images/widgets/i_widget-link.1727265420.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.cottonclassics.cz/skin/frontend/base/default/images/widgets/i_widget-link.1727265420.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */



/* FILE: style.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentTitle {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.commentTitle div {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #0a263c;
    line-height: 1.35;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.cottonclassics.cz/skin/frontend/base/default/aw_blog/images/icon_blog.1727265420.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.35;
    margin: 0 0 5px;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}


/* FILE: amlist.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
#importFavoriteProductsForm {
	position: relative;
	float: right;
	margin-left: 5px;
}

#importFavoriteProductsForm button {
	float: none;
	margin: 0;
	position: relative;
	z-index: 1;
	cursor: default;
}

#importFavoriteProductsForm input {
	opacity: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer !important;
	filter: alpha(opacity:0);
	height: 100%;
}


/* FILE: LSCookieConsent.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
.cookie-consent {
    box-shadow: 0 0 20px 1px #aaaaaa;
    left: 0;
    padding-bottom: 1.5rem;
    padding-top: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    z-index: 99999999;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    font-family: Helvetica,Calibri,Arial,sans-serif;
}

#full-text-clone {
    display: none;
}

.form__fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.cookie-consent .form__legend{
    color: #ffffff;
    font-size: 12px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.cookie-consent .form__legend a {
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-decoration: underline;
}

.cookie-consent .form__legend a:hover {
    color: #ffffff;
}

.cookie-consent .checkbox__label {
    color: #ffffff;
    font-size: 12px;
}

.cookie-consent__container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
}

.cookie-consent__row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.cookie-consent__left {
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 20px;
}

@media only screen and (max-width : 767px) {
    .cookie-consent__left {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.cookie-consent__right {
    display: flex;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    justify-content: center;
    margin-top: 100px;
}

@media only screen and (max-width : 1199px) {
    .cookie-consent__right {
        display: block;
        flex: inherit;
        max-width: 100%;
        margin-top: 0;
    }
}

.cookie-consent__btn {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-transform: none;
    margin: 5px;
    border: none;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
}

.cookie-consent__btn:hover {
    background-color: #000000;
}

#LSCookieConsent_btn_ok {
    background-color: rgba(0, 0, 0, 0.1);
    font-weight: normal;
}

#LSCookieConsent_btn_ok_optional {
     border: 1px solid rgba(255, 255, 255, 0.5);
 }



/* FILE: ls_notifications.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/* #= Notifications */

/* IE 6 Fix */
* html #notifications-mask {
	height:				900px;
	left:				0;
	position:			absolute;
	top:				0;
	width:				100%;
}

#notifications-container {
	position: absolute;
	right: 0;
	top: 8px;
	width: 816px;
	z-index: 190;
}

.main.duo > #notifications-container {
	width: 100%;
}

#notifications-container div.notification {
	background-color: #cda417;
	font-size: 11px;
	min-height: 34px;
	overflow: hidden;
	padding: 4px;
	text-align: left;
}

#notifications-container div.notification .icon {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -301px -473px;
	height: 26px;
	margin-right: 6px;
	margin-top: -13px;
	position: absolute;
	top: 50%;
	width: 26px;
}

#notifications-container div.notification .message {
	color: #fff;
	padding-bottom: 2px;
	padding-top: 5px;
}

#notifications-container div.notification .subject {
	font-weight: bold;
	text-transform: uppercase;
}

#notifications-container div.notification a {
	color:				#fff;
	font-weight:		bold;
	padding:			4px 10px;
	text-decoration:	none;
}

#notifications-container div.notification a:hover {
	text-decoration:	underline;
}

#notifications-container div.notification p {
	margin:				0;
	padding-left: 30px;
	padding-right: 11px;
}

#notifications-container div.notification .notification-further-information a {
	background-color:	transparent;
	padding:			0;
	text-decoration:	underline;
}

#notifications-container div.notification p.notification-confirm-link {
	height: 11px;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 11px;
}

#notifications-container div.notification p.notification-confirm-link a {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -389px -265px;
	display: block;
	height: 11px;
	text-indent: -9999px;
	width: 11px;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.2;
	opacity:.20;
	filter: alpha(opacity=20);
}

.popup-notification {
	position: fixed;
	padding: 10px 50px;
	background: #fff;
	top: 50%;
	left: 50%;
	z-index: 9999;
	transform: translateX(-50%) translateY(-50%);
}
.black-notification-overlay {
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:998;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.popup-notification .notification-confirm-link a {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -389px -207px;
	display: block;
	height: 11px;
	text-indent: -9999px;
	width: 11px;
}

.popup-notification p.notification-confirm-link {
	height: 11px;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 11px;
}

.popup-notification p.mandatory-notification-confirm-link {
	font-size: 14px;
	text-align: center;
	color: #b5b8b4;
}
.popup-notification p.mandatory-notification-confirm-link a{
	color: #b5b8b4;
	padding: 5px 20px 5px 20px;
	background-color: #000000;
}
.popup-notification p.mandatory-notification-confirm-link a:hover{
	color: #ffffff;
}

.popup-notification p.mandatory-notification-back-link {
	font-size: 14px;
	text-align: center;
	color: #b5b8b4;
}
.popup-notification p.mandatory-notification-back-link a{
	color: #b5b8b4;
}
.popup-notification p.mandatory-notification-back-link a:hover{
	color: #000000;
}


.popup-notification .popup-notification-wrapper {
	min-width: 500px;
}

.popup-notification .popup-notification-wrapper .subject {
	font-weight: bold;
	font-size: 14px;
}

.popup-notification .popup-notification-wrapper .message {
	font-size: 12px;
}
.popup-notification .popup-notification-wrapper .notification-further-information a {
	text-decoration: underline;
}



/* FILE: ls_lightbox.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/************* =Lightbox *****************/

#lightbox{  position: absolute; left: 0; width: 100%; z-index: 1000; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

/*#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA);  /* Trick IE into showing hover * display: block; }*/
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink:hover, #prevLink:visited:hover { background: url(https://www.cottonclassics.cz/skin/frontend/default/base/images/lightbox/prevlabel.1727265420.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(https://www.cottonclassics.cz/skin/frontend/default/base/images/lightbox/nextlabel.1727265420.png) right 15% no-repeat; }

#imageDataContainer{ font: 10px 'Open Sans',Arial,Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto 30px; line-height: 1.4em; overflow: auto; width: 100%; z-index: 10; position: relative;}

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;  }
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 999; width: 100%; height: 500px; background-color: #000; }
#bottomDownloadNav{display: inline; float: right; margin-right: 9px;}
#downloadButton img{width: 25px;}
.lightboxsizetableLink, .lightboxsizetableLink2{top: 200px !important;}



/* FILE: ls_header.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/* Top navigation */
.header-container li {
	float: left;
	list-style: none;
	text-align: center;
}

.header-container ul {
	float: right;
}
.header-container div.greeting {
	font-size: 12px;
	color: #fff;
	line-height: 65px;
	float: right;
	margin-right: 25px;
}
#login-form-header .create-account:hover {
	color: #fff;
}
.shop-access .main-menu {
	float: left;
}

#lang-select li.lang-option a:hover, .header-container div.greeting a:hover {
	color: #fff;
}
.header-container div.greeting a {
	color: #b5b8b4;

}
li.lang-option a, li.lang-option p.active {
	color: #b5b8b4;
	padding: 0 3px;
}
#lang-select li {
	border-right: 1px solid #b5b8b4;
	width: 50px;
	line-height: 50px;
	font-size: 14px;
	font-weight: bold;
}
#lang-select .active{
	color: #3ea4dd !important;
}
#lang-select li:last-child {
	border-right: none;
}
#lang-select li p {
	margin: 0;
}
li.lang-option p.active {
	color: #ffffff;
}
li.lang-option:last-child a{
	border-right: none;
}
.lang-switch:hover #lang-select{
	cursor: pointer;
}
.menu-inner {
	display: none;
	height: 100%;
	width: 155px;
}

@media (max-width: 1221px) {
	.menu-inner {
		z-index: 300;
	}
}

.menu-inner:hover {
	display: inline;
}

.menu-inner li {
	border: none;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	cursor: pointer;
	float: none;
	height: auto;
}

body.textileworld .menu-inner li {
	border-color: #fff;
}

.menu-inner a {
	display: block;
	padding-bottom: 10px;
    padding-top: 13px;
	text-decoration: none;
	text-transform: none;
	width: 155px;
	font-size: 12px !important;
}

body.textileworld .menu-inner a {
	color: #fff;
}

.menu-inner li:hover a {
	color: #fff;
}

body.textileworld .menu-inner li:hover a {
	background-color: transparent;
	font-weight: bold;
}

/* Main Menu */
.main-menu {
	float: left;
	height: 65px;
}
body.textileworld .main-menu {
	display: none;
}

.main-menu > li {
	border-width: 0px;
	border-style: solid;
	cursor: pointer;
	display: block;
	height: 100%;
	padding-top: 24px;
	position: relative;
	width: 155px;
}

body.textileworld .main-menu > li {
	border-color: #fff;
}

body.textileworld .main-menu > li:hover {
	background-color: transparent;
}

.main-menu > li:hover > a, .main-menu > li:hover > span {
	color: #fff;
}

.main-menu a, .main-menu span {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
}

.main-menu > li:hover > .menu-inner {
	display: inline;
}

.main-menu .menu-inner {
	left: 0;
	position: absolute;
	top: 64px;
}

/* Language Switcher */
.lang-switch {
	float: right;
	height: 65px;
	position: relative;
	text-align: right;
	z-index: 3;
}

@media (max-width: 1221px) {
	.lang-switch {
		z-index: 300;
	}
}

body.textileworld .lang-switch {
	padding-right: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#selected-lang {
	cursor: pointer;
	margin: 17px 0 0 110px;
	width: 120px;
	padding-right: 20px;
}

.lang-switch .arrow {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -324px -62px;
	cursor: pointer;
	height: 3px;
	position: absolute;
	right: 20px;
	top: 35px;
	width: 7px;
}

body.textileworld .lang-switch .arrow {
	right: 0;
}

.lang-switch .arrow.active {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -333px -62px;
}

#selected-lang:hover,
#selected-lang.active {
	color: #fff;
}

body.textileworld #selected-lang {
	margin-left: 130px;
}

.lang-switch .menu-inner {
	position: absolute;
	right: -1px;
	top: 71px;
}

body.textileworld .lang-switch .menu-inner {
	right: 0;
}

#lang-select.active {
	display: inline;
}

body.textileworld .user-menu {
	display: none;
}

/* User Menu */
.user-menu {
	float: right;
}
.user-menu > li {
	cursor: pointer;
	display: block;
	height: 65px;
	position: relative;
	width: 51px;
}

.user-menu > li:hover > .menu-inner,
.user-menu > li:hover > #login-form-header,
.lang-switch:hover > #lang-switch-header{
	display: inline !important;
}

.user-menu .menu-inner {
	left: -104px;
	position: absolute;
}

.user-menu .user-icon .menu-inner {
	top: 65px;
}

.user-menu .cart-icon .menu-inner {
	top: 63px;
}

.user-icon,
.cart-icon {
	border: none;
}

.user-icon .icon {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat scroll 8px -77px;
}

.cart-icon .icon {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat scroll -38px -78px;
}

.user-icon .icon,
.cart-icon .icon,
.lang-switch #lang-select{
	margin-left: auto;
	margin-right: auto;
	height: 52px;
	width: 52px;
	margin-top: 7px;
}

body.textileworld .lang-switch #lang-select{
	margin-top: 10px;
	height: 62px;
}

.cart-icon .menu-inner {
	left: -280px;
}


/* Quick Access*/
#product-finder-link {
	height:					14px;
	width:					49px;
}

#logged-in-as-name {
	padding-right:			5px;
}

#cart-link {
	margin-right:			0;
}

#cart-link.empty-cart {
	margin-right:			7px;
}

#cart-link-count {
	margin:					0 7px 0 3px;
}

#log-out-link {
	margin-right:			0px;
}

/* LOGIN FORM */
#login-form-header {
	display: none;
	left: -209px;
	position: absolute;
	top: 65px;
}

@media (max-width: 1221px) {
	#login-form-header {
		z-index: 300;
	}
}

#login-form-header .login-box {
	border: 1px solid #b5b8b4;
	height: 170px;
	position: relative;
    width: 260px;
    z-index: 200;
}

#login-form-header .login-inner {
	padding: 7px 5px 0;
}

#login-form-header .login-box .heading {
	color: #fff;
	font-size: 14px;
	margin-bottom: 4px;
	text-align: center;
	text-transform: uppercase;
}

#login-form-header .box-login-links label {
	color: #fff;
	cursor: pointer;
	float: left;
	font-size: 12px;
	font-weight: normal;
}

#login-header-email,
#login-header-pass {
	color: #2f2f2f;
	font-size: 12px;
    height: 31px;
    margin-bottom: 6px;
    padding: 3px 0 0 10px;
    width: 100%;
}

#login-form-pass {
	padding-right: 40px;
}

#login-form-header .persistent {
	float: left;
	margin: 2px 5px 0 0;
}

#login-form-header .forgot-pw {
	float: right;
}

#login-header-send2 {
    background-image: url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-main.1727265420.png");
    background-position: 107px 0;
    border: medium none;
    cursor: pointer;
    float: left;
    height: 29px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 6px;
    top: 66px;
    width: 34px;
}

#login-form-header .box-login-links p {
    margin: 0;
}

#login-form-header .box-login-links a {
    color: #fff;
    font-size: 12px;
}

#login-form-header .box-login-links a:hover {
    color: #fff;
}

#login-form-header .create-account {
	border-top: 1px solid #b5b8b4;
	clear: both;
	display: block;
	font-size: 14px;
	height: 41px;
	margin-top: 4px;
	padding-top: 11px;
	text-align: center;
}

/* LANGUAGE SWITCH DROPDOWN */
#lang-switch-header {
	display: none;
	width: 50px;
	position: absolute;
	top: 66px;
}

body.textileworld #lang-switch-header{
		top: 71px;
}

#lang-switch-header .lang-option {
margin-top: -1px;
}

.lang-option-dropdown a{
	display: block;
	width: 50px;
	text-align: center;
	line-height: 36px;
	border-width: 1px;
	border-style: solid;
}





/* FILE: ls_subheader.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/* SUBHEADER */
.subheader {
	border-top: 1px solid #73797e;
	clear: both;
	height: 36px;
	position: fixed;
	top: 65px;
	width: 100%;
	z-index: 200;
	border-bottom: 1px solid #73797e;
}
.textileworld .subheader {
		top: 71px;
}
@media (max-width: 1221px) {
	.subheader {
		padding-right: 5px;
		position: absolute;
	}
}

@media (min-width: 1222px) {
		.subheader-container{
				margin-right: auto;
				margin-left: auto;
		}
}

.subheader-container {
	clear: both;
	height: 46px;
	margin-top: 0;
	position: relative;
	width: 1222px;
}

.resultheader {
	left: 0;
	position: absolute;
	top: 8px;
	z-index: 10;
}

.resultheader-label {
	float: left;
	width: 401px;
	background-color: #05121d;
	margin-top: -13px;
	margin-right: 6px;
	padding: 13px 0px 0px 10px;
}

@media (max-width: 1222px) {
		.resultheader-label {
				margin-top: -9px;
				height: 42px;
				padding: 10px 0px 0px 10px;
		}
}

body.textileworld .resultheader-label{
		height: 44px;
}

@media (max-width: 1222px) {
		body.textileworld .resultheader-label{
				height: 41px;
		}
}

.resultheader .label {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 15px;
	text-transform: uppercase;
}

.resultheader .product-count {
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
	margin-top: 1px;
}

#search-result-sort {
	color: #fff;
	float: left;
	position: relative;
	padding-bottom: 15px;
	margin-top: -2px;
}

#search-result-sort .sort-container {
	float: left;
	padding-top: 2px;
	margin-left: 4px;
}

#search-result-sort .sort-by {
	font-weight: normal;
	margin-right: 4px;
	white-space: nowrap;
}

#sort-selected {
	cursor: pointer;
	font-weight: bold;
}

#sort-selection-arrow {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -298px -65px;
	cursor: pointer;
	float: left;
	height: 4px;
	margin-left: 8px;
	margin-top: 9px;
	width: 7px;
}

#sort-selection-arrow.active {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -310px -65px;
}

#sort-selection {
	border: 1px solid #b5b8b4;
	border-bottom: none;
	display: none;
	position: absolute;
	right: 0;
	top: 26px;
}

#sort-selection li {
	background-color: #f3f3f3;
}

#sort-selection li:hover {
	background-color: #b5b8b4;
}

#sort-selection a {
	border-bottom: 1px solid #b5b8b4;
	display: block;
	font-weight: normal;
	min-width: 90px;
	padding: 6px 14px 5px 17px;
	text-align: center;
}

#sort-selection li:hover a {
	color: #fff;
}

#search-result-sort .order-current-desc {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -387px -91px;
	display: block;
	float: right;
	height: 9px;
	margin-top: 4px;
	width: 7px;
}

#search-result-sort .order-current-asc {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -400px -91px;
	display: block;
	float: right;
	height: 9px;
	margin-top: 4px;
	width: 7px;
}

.language-fr #search-result-sort .order-current-desc {
	margin-left: 6px;
}

.language-fr #search-result-sort .order-current-asc {
	margin-left: 6px;
}

#sort-selected .order-current-desc,
#sort-selected .order-current-asc {
	margin-left: 3px;
}

#search-result-sort .order-current {
	font-weight: bold;
}

.subheader-icons {
	position: absolute;
	right: 0;
	margin-top: -5px;
}

.layout-icons {
	float: left;
	margin-top: 14px;
	z-index: 10;
}

#layout-1 {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -320px -2px;
	cursor: pointer;
	float: left;
	height: 16px;
	margin-right: 6px;
	width: 22px;
}

#layout-1:hover,
#layout-1.selected {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -320px -27px;
}

#layout-2 {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -354px -2px;
	cursor: pointer;
	float: left;
	height: 16px;
	margin-right: 6px;
	width: 22px;
}

#layout-2:hover,
#layout-2.selected {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -354px -27px;
}

#layout-3 {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -387px -2px;
	cursor: pointer;
	float: left;
	height: 16px;
	width: 22px;
}

#layout-3:hover,
#layout-3.selected {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -387px -27px;
}

.favorite-container {
	border-right: 1px solid #b5b8b4;
	float: left;
	height: 30px;
	margin-right: 12px;
	margin-top: 2px;
	width: 28px;
}

.favorite-icon {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -132px -324px;
	display: block;
	height: 18px;
	margin: 6px 6px 0 0;
	width: 19px;
}



/* FILE: ls_productfinder.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/* #= Loading layer========================================================================== */

#loading-mask {
	background-color:	#37414a;
	display:			none;
	filter:				alpha(opacity = 70);
	float:				none;
	height: 100%;
	left:				0;
	opacity:			0.7;
	position:			absolute;
	top:				0;
	width: 100%;
	z-index:			500;
}

.col-left #loading-mask {
	left: 19px;
	width: 399px;
}

#loading-container {
	background-color:	#fff;
	border:				1px solid transparent;
	display:			none;
	float:				none;
	left: 10%;
	position:			absolute;
	top:				100px;
	width: 80%;
	z-index:			501;
}

.col-left #loading-container {
	left: 27px;
	width: 383px;
}

#loading-symbol {
	float:				left;
	height:				50px;
	line-height:		1px;
	margin-right:		10px;
	margin-top: 15px;
	text-align: center;
	width: 45px;
}

#loading-container-message {
	font-size:			14px;
	font-weight:		bold;
	height:				50px;
	line-height:		50px;
	margin: 10px;
	z-index:			502;
}

#searchresult-loading-symbol, #searchresult-loading-symbol-top {
	position: absolute;
	z-index: 170;
	height:	 166px;
	width: 816px;
	left: 5px;
	display: none;
	background-color: #fff;
	border: 1px solid #b5b8b4;
	text-align: center;
	line-height: 180px;
	border-radius: 8px;
}

#searchresult-loading-symbol {
	bottom:  0px;
}
#searchresult-loading-symbol.notification-loader {
	bottom: 0;
	height: 168px;
}
#searchresult-loading-symbol-top {
	top:  5px;
}

.layout-1 #searchresult-loading-symbol,
.layout-1 #searchresult-loading-symbol-top {
	width: 201px;
	margin-left: 0;
}

#searchresult-loading-symbol img,
#searchresult-loading-symbol-top img {
	height: auto;
	width: 16px;
	vertical-align: middle;
}

/* ======================================================================================= */

/* #= Product finder ===================================================================== */

#filter-container {
	background-color:	#eceded;
	clear:				both;
	float:				left;
	font-size:			11px;
}

#adj-nav-navigation {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0px;
    /* overflow-y: auto !important; */
    width: 449px;
}

#adj-nav-navigation .productfinder,
#wrapper_rootpage {
	background-color: #05121d;
    color: #fff;
    left: 18px;
    margin-right: 1px;
    padding: 8px 0 8px 8px;
    position: absolute;
    top: 0;
    width: 401px;
}

#adj-nav-navigation .productfinder {
	/*width: 395px;*/
	height: 100%;
	width: 401px !important;
	overflow: visible !important;
}

#adj-nav-navigation .productfinder:before, #wrapper_rootpage:before{
	content: " ";
	height: 100%;
	left: -20px;
	position: absolute;
	top: 0;
	width: 20px;
}
#adj-nav-navigation .productfinder:after, #wrapper_rootpage:after {
	content: " ";
	height: 100%;
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
}

#wrapper_rootpage{
    min-height: 100%;
}

#adj-nav-navigation h2 {
	font-size: 14px;
	letter-spacing: 0.02em;
	float: left;
}

.productfinder-inner {
	margin-top: 67px;
}

body.textileworld .productfinder-inner {
		margin-top: 59px;
}

.productfinder .jspVerticalBar{
	right: 0px !important;
}
.productfinder .jspDrag{
	left: 4px !important;
}
#adj-nav-navigation .jspScrollable{
	overflow: visible !important;
}
.productfinder .jspContainer{
	overflow: visible;
}

/* CURRENT SELECTION */
.product-finder-selection {
	margin: 12px 0 16px;
	min-height: 25px;
	width: 345px;
}

.product-finder-selection-label {
	font-weight: bold;
}

.clear_search a {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -301px -98px;
	cursor: pointer;
	height: 23px;
	position: absolute;
	text-indent: -9999px;
	right: 17px;
	top: 72px;
	width: 23px;
}

.clear_search:hover {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-main.1727265420.png') no-repeat -276px -98px;
}

.search-filters-container {
    clear: both;
}

/* SUCHE */
#search_mini_form {
	position: fixed;
	z-index: 160;
	margin-left: 26px;
	background-color: #05121d;
	padding-top: 15px;
}

body.textileworld #search_mini_form{
	margin-top: 5px;
}

@media (max-width: 1221px) {
	#search_mini_form {
		margin-left: 0;
		margin-top: 0;
		position: absolute;
	}
}

#search_mini_form #search_autocomplete {
	left: 10px !important;
	top: 46px !important;
}

.mini-search {
	height: 36px;
	padding: 2px 8px 9px 10px;
	position: relative;
	width: 383px;
	z-index: 50;
	border: 1px solid #cacaca;
	border-radius: 23px;
	background-color: #fff;
}

@media (max-width: 1221px) {
	.mini-search {
		margin-left: 26px;
	}
}

.mini-search .input-text {
	border: none;
	color: #1a171b;
	font-size: 14px;
	height: 24px;
	margin: 1px 0 0;
	padding: 2px 77px 0 2px;
	width: 361px;
	outline: none;
}

.mini-search-submit {
	background: no-repeat -136px -93px;
	border: none;
	cursor: pointer;
	height: 32px;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	right: 48px;
	top: 0px;
	width: 35px;
}

.mini-search-submit:hover {
	background: no-repeat -104px -93px;
}

.mini-search-submit2 {
	background: no-repeat scroll -185px -93px;
	border: none;
	border-left: 1px solid #b5b8b4;
	cursor: pointer;
	height: 32px;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	right: 10px;
	top: 0px;
	width: 35px;
}

.mini-search-submit2:hover {
	background: no-repeat -215px -93px;
}

.protrusion {
	background: no-repeat -296px -379px;
	height: 69px;
    left: -27px;
    position: absolute;
    top: 0;
    width: 18px;
    z-index: 50;
}


.search-filters {
	font-size:			11px;
	background-color:	#ebebeb;
}

.search-filters label {
	font-weight:normal;
	padding-top:2px;
	vertical-align:middle;
}

.search-filters h2 {
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}

.search-filters-space {
	background-color:#f8f8f8;
	height:4px;
}

.search-filters-column {
	/* float: left; */
	list-style: none;
}

.search-filters-column ol {
	list-style: none;
	padding: 0;
}

.search-filters-column-head {
	font-size: 12px;
}

.search-filters-column-head-text {
	height:				16px;
	margin:	0 0 2px;
	padding:			0 10px 0 0;
	float:	left;
}

.search-filters-column-head-text h2 {
	font-weight: 		bold;
	margin:				0;
	height:				16px;
	line-height:		16px;
	text-transform: uppercase;
}

#search-filters-column-colors-head-text h2 {
		line-height: 18px;
}

#search-filters-column-colors-head .colorsystem-option {
		color: #fff;
		cursor: pointer;
		padding: 1px 6px;
		border-radius: 15px;
		background-color: #37414a;
		margin-right: 5px;
}

#search-filters-column-colors-head .colorsystem-option.active {
		color: #37414a;
		background-color: #fff;
}

/* MARKEN */
#search-filters-column-brands {
	float: left;
	width: 138px;
}

/* KATEGORIEN */
#search-filters-column-products {
	float: left;
	width: 129px;
}

#search-filters-column-brands-head,
#search-filters-column-filter-head {
	padding-left: 12px;
}

#search-filters-column-products .filter-link {
	max-width: 102px;
}

/* FILTER */
#search-filters-column-filter {
	float: left;
	width: 115px;
}

#search-filters-column-filter .filter-link {
	max-width: 90px;
}

/* SEARCH FILTERS LIST */
.search-filters-column-content li {
	clear: both;
	height: 19px;
}

.search-filters-column-content .filter-selected .filter-add {
	visibility: visible;
}

.search-filters-column-content .filter-selected .filter-link {
	color: #79b99f;
}

.search-filters-column-content .filter-selected .filter-farbgruppe:after{
		background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/colorselect.1727265420.png');
		content : "";
		width: 16px;
		height: 16px;
		display: block;
		margin-left: 20px;
		margin-top: 4px;
}

#search-filters-column-products .search-filters-column-content .filter-selected.filter-level-1 .filter-link {
	font-weight: bold;
	text-transform: uppercase;
}

#search-filters-column-products .search-filters-column-content .filter-level-2 .filter-link {
	font-style: italic;
}

.search-filters-column-content .filter-omitted .filter-remove {
	filter: Alpha(opacity = 100);
	opacity: 1;
	visibility: visible;
}

.search-filters-column-content .filter-omitted:hover .filter-remove {
	filter: Alpha(opacity = 0);
	opacity: 0;
	visibility: hodden;
}

.search-filters-column-content .filter-omitted .filter-link {
	color: #e46872;
	text-decoration: line-through;
}

.search-filters-column-content .filter-omitted:hover .filter-add {
	visibility: hidden;
}

.search-filters-column-content .filter-omitted:hover .filter-link {
	color: #e46872;
}

.filter-add {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -375px -110px;
	cursor: pointer;
	float: left;
	height: 12px;
	margin: 2px 3px 0 0;
	visibility: hidden;
	width: 9px;
}

.filter-add > a {
	display: block;
	height: 100%;
	width: 100%;
}

.filter-link {
	color: #222222;
	float: left;
	margin-right: 2px;
	text-decoration: none;
}

.remove-hover .filter-link {
	color: #e46872 !important;
	text-decoration: line-through !important;
}

.filter-remove {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -387px -109px;
	cursor: pointer;
	filter: Alpha(opacity = 50);
	float: left;
	height: 12px;
	margin-top: 1px;
	opacity: 0.5;
	visibility: hidden;
	width: 9px;
}

.filter-remove:hover {
	filter: Alpha(opacity = 100);
	opacity: 1;
}

.filter-remove > a {
	display: block;
	height: 100%;
	width: 100%;
}

.search-filters-column-content li:hover .filter-enabled.filter-link {
	color: #79b99f;
	text-decoration: none;
}

.search-filters-column-content li:hover .filter-remove,
.search-filters-column-content li:hover .filter-add {
	visibility: visible;
}

.search-autocomplete { z-index:999; }
.search-autocomplete ul {
	background-color:	#eceded;
	border:				1px solid transparent;
	border-top:			0 none transparent;
}
.search-autocomplete li { padding:2px 8px 1px 8px; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold; }
.search-autocomplete li.odd { background-color:#fff; }
.search-autocomplete li.selected { background-color:#faebe7; }

/* #= Product Finder filter groups */
.search-filters-column-content:after {
    display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;
}

.search-filters-column-content a {
    text-decoration:	none;
}

.search-filters-column-content a:hover {
    text-decoration:	underline;
}

.multiple-filters .search-filters-column-content:after {
    content: '';
	border-bottom: 1px solid #74797d;
    display: block;
    margin: 0 0 4px;
    padding-bottom: 5px;
    width: 113px;
}

.multiple-filters .filter-last:after {
    border-bottom: 1px solid transparent;
    padding: 0;
}

/* #= Product Finder filter values */

div.narrow-by .filter-text-link {
	background-image:			none;
	padding-left:				0;
}

div.narrow-by .filter-type-single-notselected-disabled 			{ background-position: -193px -386px; color: #74797d; }
div.narrow-by .filter-type-single-notselected-disabled:hover 	{ text-decoration: none; color: #74797d; }
div.narrow-by .filter-type-single-notselected-enabled 			{ background-position: -193px -331px; }
div.narrow-by .filter-type-single-selected-disabled 			{}
div.narrow-by .filter-type-single-selected-disabled:hover		{ text-decoration: none; color: #74797d; }
div.narrow-by .filter-type-single-selected-enabled 				{ background-position: -193px -358px; }
div.narrow-by .filter-type-multiple-notselected-disabled 		{ background-position: -193px -414px; color: #74797d; }
div.narrow-by .filter-type-multiple-notselected-disabled:hover	{ text-decoration: none; color: #74797d; }
div.narrow-by .filter-type-multiple-notselected-enabled 		{ background-position: -193px -274px; }
div.narrow-by .filter-type-multiple-selected-disabled 			{ background-position: -193px -443px; }
div.narrow-by .filter-type-multiple-selected-disabled:hover 	{ text-decoration: none; color: #74797d; }
div.narrow-by .filter-type-multiple-selected-enabled 			{ background-position: -193px -302px; }

#search-filters-column-brands span.filter-type-multiple-notselected-disabled {
	padding-left: 12px;
}

div.narrow-by a.adj-nav-icon {padding:0px 0px 5px 0px;}
div.narrow-by a.adj-nav-icon-selected {opacity:0.5}
img.adj-icon{padding-right:5px}

div.narrow-by a.adj-nav-disabled {color:gray; cursor:wait}
div.narrow-by input.adj-nav-disabled {background-color:gray; border:1px solid gray; cursor:wait}

.filter-clear-p, .filter-clear-p-disabled {
	line-height:		11px;
	margin:				10px 0 8px 6px;
}

.filter-clear-p > a {
	display: block;
	height: 100%;
	width: 100%;
}

div.narrow-by a.adj-nav-clear {
	cursor:pointer;
	text-decoration:	underline;
}


div.adj-nav-slider { position:relative; z-index:9; height:18px; margin:0 auto 5px auto; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/slider_bg.1727265420.gif) no-repeat 50% 50%; cursor:pointer; }
div.adj-nav-slider div.handle { top:3px; width:8px; height:14px; background: transparent url(https://www.cottonclassics.cz/skin/frontend/default/base/images/adj-nav-slider-hadle.1727265420.png) no-repeat; cursor:move; position: absolute; }

#adj-nav-container {position:relative}


/* HAUPTKATEGORIEN */
.main-categories {
	width: 100%;
}
.main-category-block {
	float: left;
	margin-right: 10px;
	width: 55px;
}

.main-category-block .category-image {
	background-color: transparent;
	border: 1px solid #b5b8b4;
	height: 61px;
	width: 55px;
	margin-bottom: 3px;
}
.no-results .main-category-block .category-image, .no-results .main-category-block .category-label {
	opacity: 0.3;
	cursor: default;
}
.results .main-category-block:hover .category-image,
.filter-selected .category-image {
	background-color: #077ba1;
	border: 1px solid #077ba1;
}

.main-category-block .category-label {
	color: #b5b8b4;
	font-weight: bold;
	margin-top: 3px;
	text-align: center;
}

/* new */
#category-new {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -62px -138px;
	height: 47px;
	margin: 4px 0 0 2px;
	width: 49px;
}

.results .main-category-block:hover #category-new,
.filter-selected #category-new {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -4px -138px;
}

/* sale */
#category-sale {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -166px -138px;
	height: 39px;
	margin: 7px 0 0 7px;
	width: 39px;
}

.results .main-category-block:hover #category-sale,
.filter-selected #category-sale {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -119px -138px;
}

/* women */
#category-women {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -260px -138px;
	height: 49px;
	margin: 7px 0 0 9px;
	width: 33px;
}

.results .main-category-block:hover #category-women,
.filter-selected #category-women {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -215px -138px;
}

/* men */
#category-men {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -360px -138px;
	height: 41px;
	margin: 9px 0 0 6px;
	width: 40px;
}

.results .main-category-block:hover #category-men,
.filter-selected #category-men {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -308px -138px;
}

/* kids */
#category-kids {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -68px -207px;
	height: 45px;
	margin: 6px 0 0 6px;
	width: 38px;
}

.results .main-category-block:hover #category-kids,
.filter-selected #category-kids {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -14px -207px;
}

/* duos */
#category-duos {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -186px -207px;
	height: 46px;
	margin: 5px 0 0 4px;
	width: 43px;
}

.results .main-category-block:hover #category-duos,
.filter-selected #category-duos {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -123px -207px;
}

/* family */
#category-family {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -317px -207px;
	height: 37px;
	margin: 12px 0 0;
	width: 50px;
}

.results .main-category-block:hover #category-family,
.filter-selected #category-family {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -249px -207px;
}

/* FARBGRUPPEN */
#search-filters-column-colors {
	float: none;
	height: 110px;
	margin-bottom: 23px;
}

#search-filters-column-colors .search-filters-column-content {
	margin-left: 0;
	padding-top: 7px;
}

.search-filters-column-head {
	float: left;
	width: auto;
}

.filter-clear-p-disabled,
.filter-clear-p {
	float: left;
	height: 10px;
	margin: 3px 0 0 5px;
	text-indent: -9999px;
	width: 10px;
}

.filter-clear-p {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -351px -111px;
	cursor: pointer;
}

.filter-clear-p:hover {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -339px -111px;
}

.multiple-filters .search-filters-column-content {
    border: none;
}

.search-filters-column-content {
	clear: both;
	padding: 4px 0 0;
}

.search-filters-column-content .search-filters-column-content {
	border: none;
	padding: 0;
}

.search-filters-column-content.no-results {
    padding-left: 12px;
}

#search-filters-column-colors li {
	clear: none;
	float: left;
	height: 36px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	width: 37px;
}

div.narrow-by .filter-farbgruppe {
	background-image: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/farbgruppen.1727265420.png');
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	text-indent: -5000px;
	width: 37px;
}

div.narrow-by .filter-farbgruppe:hover {
	border: 2px solid #3a3a3a;
}

#search-filters-column-colors li.no-results.filter-level-1 .filter-farbgruppe:hover {
	border: none;
}
#search-filters-column-colors li.no-results.filter-level-1 {
	border-left: 1px solid #05121d;
}
#search-filters-column-colors li.no-results.filter-level-1 .filter-farbgruppe {
	background-image: none;
	background-color: #74797d;
	width: 36px;
}

#farbgruppe-65 { 	background-position: left top; border-top-left-radius: 8px; }
#farbgruppe-66 { 	background-position: -40px top; }
#farbgruppe-67 { 	background-position: -81px top; }
#farbgruppe-68 { 	background-position: -122px top; }
#farbgruppe-69 { 	background-position: -163px top; }
#farbgruppe-70 { 	background-position: -204px top; }
#farbgruppe-71 {	background-position: -245px top; }
#farbgruppe-72 {	background-position: -286px top; }
#farbgruppe-73 {	background-position: -327px top; }
#farbgruppe-74 {	background-position: -368px top; border-top-right-radius: 8px;}
#farbgruppe-75 {	background-position: left -41px; border-bottom-left-radius: 8px;}
#farbgruppe-76 { 	background-position: -40px -41px; }
#farbgruppe-77 { 	background-position: -81px -41px; }
#farbgruppe-78 { 	background-position: -122px -41px; }
#farbgruppe-79 { 	background-position: -163px -41px; }
#farbgruppe-80 { 	background-position: -204px -41px; }
#farbgruppe-81 { 	background-position: -245px -41px; }
#farbgruppe-82 { 	background-position: -286px -41px; }
#farbgruppe-83 { 	background-position: -327px -41px; }
#farbgruppe-84 { 	background-position: -368px -41px; border-bottom-right-radius: 8px;}

#marke-745 {font-size: 11px !important;}
/* COLOR SEARCH */
.adj-nav {
	clear: both;
	padding-top: 15px;
	position: relative;
	width: 391px;
}

.color-search-container {
	height: 42px;
}

#color-search-label {
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

#color-search-label:before {
	background: no-repeat -378px -52px;
	content: '';
	display: block;
	float: left;
	height: 16px;
	margin: 1px 11px 0 0;
	width: 24px;
}

.color-search-container .arrow {
	background: no-repeat -353px -61px;
	cursor: pointer;
	float: left;
    height: 4px;
    margin: 9px 9px 0 5px;
    width: 7px;
}

.color-search-container .arrow.active {
	background: no-repeat -363px -61px;
}

#search_mini_form2 {

}


#search_mini_form2 .search-menu {
	position: absolute;
	right: 8px;
	top: 0;
	display: none;
}

#search_mini_form2 .search-menu li {
	border: 1px solid #b4b9b3;
	border-top: none;
	color: #ccdde6;
	cursor: pointer;
	height: 30px;
	padding-top: 6px;
	text-align: center;
	width: 72px;
}

.textileworld #search_mini_form2 .search-menu li {
    color: #fff;
}

#search_mini_form2 .search-menu li:hover {
	background-color: #05506b;
	color: #fff;
}

.textileworld #search_mini_form2 .search-menu li:hover {
    background-color: #7b7b7b;
}

#color-assistant {
	background-color: #fff;
	display: none;
	height: 94px;
	padding: 10px;
	margin-top: 7px;
	position: absolute;
	width: 382px;
	border-radius: 10px;
}

#color-assistant .color-icon {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -248px -324px;
	height: 28px;
	left: 10px;
	position: absolute;
	top: 40px;
	width: 33px;
}

#color-assistant .buttons-container {
	right: 9px;
	position: absolute;
	top: 43px;
}

#color-assistant button {
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 3px 5px 2px;
}

#quit-color-assistant {
	background-color: #d9dcd9;
}

#color-assistant p {
	color: #222222;
	font-weight: bold;
}

#color-assistant input {
	border: 1px solid #85878b;
	color: #85878b;
	font-style: italic;
	height: 22px;
	position: relative;
	top: 4px;
}

#advice-validate-cmyk-cyan,
#advice-validate-cmyk-magenta,
#advice-validate-cmyk-yellow,
#advice-validate-cmyk-key {
	display: none;
}

/* Select2 */
.select2-colorsquares{
	height: 10px;
	width: 10px;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

#color-assistant .select2-container {
	left: 54px;
	position: relative;
	top: 4px;
	width: 192px !important;
}

#color-assistant .select2-container--default .select2-selection--single {
	border: 1px solid #85878b;
	border-radius: 0;
	color: #85878b;
	font-style: italic;
}

#color-assistant .select2-container .select2-selection--single {
	height: 22px;
}

#color-assistant .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 22px;
}

#color-assistant .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 20px;
}

.select2-results__options,
.select2-container--default .select2-search--dropdown .select2-search__field {
	font-style: italic;
}

#color-assistant input {
	margin: 0 10px 0 3px;
	text-align: center;
	width: 31px;
}

#color-assistant label {
	position: relative;
	top: 5px;
}

#input-cmyk {
	display: none;
}

#input-cmyk fieldset {
	padding-left: 43px;
}

#error-cmyk {
	color: red;
	display: none;
	margin-left: 43px;
	margin-top: 13px;
}

#input-pantone {
	display: none;
}

#input-ral {
	display: none;
}

#input-hks {
	display: none;
}

#color-search {
	border: none;
    color: #1a171b;
    font-size: 14px;
    height: 36px;
    margin: 1px 0 0;
    padding: 2px 50px 0 10px;
    width: 200px;
}

#color-search-submit {
	text-transform: uppercase;
	/*background: url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png") no-repeat -136px -93px;
	border: none;
	border-left: 1px solid #b5b8b4;
    cursor: pointer;
    height: 32px;
    padding: 0;
    position: absolute;
    right: 15px;
    text-indent: -9999px;
    top: 12px;
    width: 35px;*/
}

#productfinder-inactive {
	background-color: #37414a;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 399px;
    z-index: 1001;
	border-radius: 8px;
}


#productfinder-back-button {
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	left: 50%;
	margin-left: -56px;
	position: absolute;
	top: 300px;
}

.language-it #productfinder-back-button {
	margin-left: -87px;
}

.language-fr #productfinder-back-button {
	margin-left: -96px;
}

#productfinder-back-icon {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -10px -424px;
	display: block;
	height: 66px;
	margin: 0 auto 8px auto;
	width: 66px;
}

#color-match-container .color-match .bar {
	margin-left: 0;
}




/* FILE: ls_searchresult.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/* #= Catalog listing */

/* #= Product List ======================================================================= */
#product-results-container {
	float: left;
	height: 100%;
	margin-top: 1px;
}

.listing-item {
	background: #fff none repeat scroll 0 0;
	height: 166px;
	margin: 5px 0 0 5px;
	padding: 0;
	position: relative;
	width: 201px;
	border-radius: 8px;
}

.list-style-item-outer {
	padding: 0;
}
.listing-item-style {

	clear: both;
	float: none;
	margin: 0;
	padding: 5px;
	position: relative;
}
.listing-item-style:after {
	clear: both;
	content: "";
	display: table;
	float: none;
}

.listing-item.active {
	width: 816px;
	z-index: 1500;
}

.col-right.layout-2 .listing-item {
	width: 816px;
}

.col-right.layout-3 .listing-item {
	float: left;
	width: 200px;
}

.col-right .listing-item .show-product-details {
	cursor: pointer;
	display: block;
	height: 166px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 201px;
	z-index: 165;
}
/* n.akce issue 28809 atag overlapped
.col-right.layout-2 .listing-item .show-product-details {
	width: 816px;
}
*/
.col-right.layout-1 .listing-item.selected .show-product-details {
	background-color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	border-radius: 8px;
}

.col-right.layout-1 .listing-item.active .show-product-details {
	background-color: transparent;
}

#search-result-list {
	bottom: 0;
	overflow: visible !important;
    overflow-y: auto !important;
    position: absolute;
    top: 0;
    width: 851px;
    /*width: 206px;*/
}

.textileworld #search-result-list{
		top: -5px;
}

.layout-2 #search-result-list,
.layout-3 #search-result-list {
	/* width: 821px; */
	width: 851px;
	padding-bottom: 44px !important;
	margin-bottom: -28px;
}

#search-result-list .product-image {
	height: 115px;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 95px;
	z-index: 1;
}

#search-result-list .product-image img {
	height: 115px;
	width: 95px;
}

#search-result-list .product-shop {
	color: #5b5b5b;
	height: 154px;
	left: 0;
	position: relative;
	float: left;
	width: 188px;
}

#search-result-list .logo-container {
	height: 42px;
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
}

#search-result-list .logo-small-normalised {
	position: absolute;
	right: 0;
	top: 0;
}

#search-result-list .color-match {
	position: absolute;
	right: 0;
	text-align: right;
	top: 43px;
}

.language-fr .color-match-header{
	font-size: 9.5px;
}

.color-match-header {
    line-height: 16px;
	margin-bottom: 0;
}

#search-result-list .color-match .color {
	font-style: italic;
    margin: 0;
}

#search-result-list .color-match .color-box-container {
    margin: 0 0 1px auto;
    width: 65px;
}

#search-result-list .color-match .color-box {
    height: 12px;
    width: 65px;
    margin: 0;
}

#search-result-list .color-match .color-count-1 .primary-color {
    height: 12px;
}

#search-result-list .price-box {
	position: absolute;
	right: 0;
	top: 102px;
	z-index: 10;
}

#search-result-list .price,
#search-result-list .price-prefix {
	color: #5b5b5b;
	font-size: 12px;
	font-weight: normal;
}

.language-fr #search-result-list .price,
.language-fr #search-result-list .price-prefix {
	font-size: 11px;
}

#search-result-list .product-info {
	border-top: 1px dotted #777777;
	color: #777777;
	line-height: 1.1em;
	position: absolute;
	top: 120px;
	width: 189px;
}

#search-result-list .product-info p {
	margin: 5px 0 0;
}

#search-result-list .product-info .sku {
	float: left;
	margin-right: 3px;
	font-size: 11px;
}

#search-result-list .product-info .brand {
	padding-right: 33px;
	font-size: 11px;
}

#search-result-list .product-info h5 {
	line-height: 0.9em;
    margin: 3px 0 0;
    padding-right: 35px;
}

#search-result-list .product-info h5 a {
	color: #777777;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#search-result-list .customer-group-icon {
	position: absolute;
}

#search-result-list .customer-group-icon.women {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-pictograms.1727265420.png') no-repeat -346px -4px;
	bottom: 1px;
	height: 25px;
	right: -1px;
	width: 25px;
}

#search-result-list .customer-group-icon.men {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-pictograms.1727265420.png') no-repeat -306px -38px;
	bottom: 1px;
	height: 25px;
	right: -1px;
	width: 25px;
}

#search-result-list .customer-group-icon.kids {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-pictograms.1727265420.png') no-repeat -346px -38px;
	bottom: 1px;
	height: 25px;
	right: -1px;
	width: 25px;
}

#search-result-list .new-product {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -53px -276px;
	height: 38px;
	left: -6px;
	position: absolute;
	top: -6px;
	width: 38px;
	z-index: 168;
}

#search-result-list .sale-product {
		background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -54px -322px;
		height: 38px;
		left: -6px;
		position: absolute;
		top: -6px;
		width: 57px;
		z-index: 168;
}

#search-result-list .collateral-box {
	border-left: 1px dotted #b5b8b4;
	display: none;
	float: right;
	height: 154px;
	margin: 0;
	padding: 7px 0 0 7px;
	width: 604px;
	/*transition: opacity 0.2s ease-out 1s;*/
}

.layout-2 #search-result-list .collateral-box,
#search-result-list .listing-item.active .collateral-box {
	display: inline;
}

#search-result-list .left {
	border-right: 1px dotted #b5b8b4;
	float: left;
	margin-bottom: 10px;
	padding-right: 10px;
	width: 35%;
}

#search-result-list .product-description {
	border-left: 1px dotted #b5b8b4;
    float: right;
    left: -1px;
    margin-bottom: 10px;
    padding: 0 5px 0 10px;
    position: relative;
    width: 65%;
}

#search-result-list .product-subtitle {
	font-weight: bold;
}

.colors .color-box-container {
    float: left;
    margin-right: 2px;
}

.colors .color-box {
    border: 1px solid #b5b8b4;
    height: 18px;
    margin: 0;
    width: 18px;
}

.colors .primary-color-flat,
.colors .secondary-color-flat,
.colors .tertiary-color-flat {
    border-left: 16px solid;
    height: 16px;
}

.out-of-stock { height:18px; padding-top:3px;color:#D83820; font-weight:bold; }
.product-shop .short-description { width:100%; overflow:hidden; margin-bottom:10px; }

/* ======================================================================================= */

/* #= Accordion */
#product-accordion {
	bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
}

div.accordion {
	position:			relative;
}

.catalogsearch-result-index div.resultheader {
	cursor:				auto;
}

.accordion-toggle, div.cart-grouped {
	color: 				#fff;
	cursor:				pointer;
	font-weight: 		bold;
	height: 			18px;
	line-height:		18px;
	margin-bottom: 		6px;
	padding: 			1px 10px;
	z-index:			10;
}

.accordion-toggle-active, div.cart-grouped {
	cursor:				auto;
}

/* #= Accordion: cart */

td.product-count {
	width: 50%;
}

td.product-count div {
    border-right: 1px solid transparent;
    line-height: 11px;
}

.cart-sidebar-container {
    height: 291px;
}

.cart-icon .base-mini.mini-cart {
	border: 1px solid transparent;
	cursor: auto !important;
	margin-top: 1px;
	padding: 4px;
	width: 330px;
}

#cart-sidebar-header {
	background-color: #fff;
	height: 100%;
	padding: 4px;
	width: 320px !important
}

#cart-sidebar-header .jspVerticalBar {
	right: 0 !important;
}

#cart-sidebar-header .cart-listing-item {
	background-color: #fff;
	border: none;
	clear: both;
	cursor: auto;
	height: auto;
	margin-bottom: 15px;
	margin-top: 2px;
	width: 100%;
}

#cart-sidebar-header li:hover a {
	background-color: transparent;
}

#cart-sidebar-header .cart-listing-item a:hover {
	background-color: transparent;
}

#cart-sidebar-header .product-shop {
	border-bottom: 1px dotted #777777;
	color: #777777;
	width: 100%;
}

#cart-sidebar-header .product-image,
#cart-sidebar-header .product-image a,
#cart-sidebar-header .product-image img {
	height: auto;
	width: 34px;
}

#cart-sidebar-header .product-image {
	float: left;
	margin-right: 10px;
}

#cart-sidebar-header .product-info {
	height: 49px;
	margin-left: 44px;
	padding-top: 10px;
	position: relative;
	width: 268px;
}

#cart-sidebar-header .product-info .sku,
#cart-sidebar-header .product-info .brand {
	color: #777777;
	text-align: left;
}

#cart-sidebar-header .product-info .sku {
	float: left;
	margin-right: 3px;
}

#cart-sidebar-header .product-info h5 {
	clear: both;
	font-size: 12px;
	left: 0;
	line-height: 0.85em;
	position: absolute;
	text-align: left;
	top: 28px;
}

#cart-sidebar-header .product-shop a {
	color: #777777;
	display: inline;
	padding: 0;
	width: auto;
}

#cart-sidebar-header .product-shop a:hover {
	text-decoration: none;
}

#cart-sidebar-header .card-sidebar-table {
	color: #777777;
	height: 30px;
	width: 100%;
}

#cart-sidebar-header .card-sidebar-table tr.odd {
	background-color: #fff;
}

#cart-sidebar-header .card-sidebar-table tr.even {
	background-color: #ededed;
}

#cart-sidebar-header .card-sidebar-table td {
	padding-top: 5px;
}

#cart-sidebar-header .card-sidebar-table .qty {
	width: 100px;
}

#cart-sidebar-header .card-sidebar-table input {
	float: left;
	padding: 1px 2px 0;
	text-align: right;
	width: 34px;
}

#cart-sidebar-header .card-sidebar-table .label {
	float: left;
	padding-left: 4px;
}

#cart-sidebar-header .card-sidebar-table .refresh {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -382px -363px;
	display: block;
	float: left;
	height: 16px;
	margin-left: 6px;
	margin-top: 1px;
	width: 16px;
}

#cart-sidebar-header .card-sidebar-table .size {
	width: 45px;
}

#cart-sidebar-header .card-sidebar-table .price {
	padding-right: 3px;
	text-align: right;
	width: 50px;
}

div.shopping-cart-checkout-button {
    background-color: transparent;
    height: 45px;
    width: 330px;
}

div.shopping-cart-checkout-button a {
	border-width: 1px;
	border-style: solid;
	border-top: none;
    display: block;
    font-size: 13px;
    height: 45px;
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
    width: 330px;
}

div.shopping-cart-checkout-button a span, #lang-switch-header .lang-option-dropdown a{
		color: #ffffff;
}
div.shopping-cart-checkout-button a:hover, #lang-switch-header .lang-option-dropdown a:hover {
	color: #fff;
}

/* #= Vormerkliste */
#wishlist-table {
	border:					0 none transparent;
	border-spacing: 0;
}

#wishlist-table th {
	height:					18px;
	line-height:			18px;
	padding:				1px 8px;
}
/* ======================================================================================= */



/* FILE: ls_productpage.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/* #= Message box */
#messages_product_view,
#messages_product_viewduo {
	width: 610px;
	left: 0;
	position: relative;
	top: 7px;
	z-index: 10;
}
.duo #messages_product_view,
.duo #messages_product_viewduo {
	width: 608px;
}

#messages_product_view:not(:empty) + .product-info-box,
#messages_product_viewduo:not(:empty) + .product-info-box {
	top: 35px;
}
/* #= Product description */
.product-info-box .product-essential {
	background-color: #fff;
	color: #5b5b5b;
	margin-top: 6px;
	padding-top: 19px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 80px;
	position: relative;
	width: 610px;
	border-radius: 8px;
}

.duo .product-info-box .product-essential{
	padding: 19px 7px 80px;
	width: 608px;
}

/* CLOSE */
.close-detailview {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -389px -207px;
	cursor: pointer;
	height: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 10px;
	z-index: 1000;
}

.close-detailview-cms {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -389px -265px;
	cursor: pointer;
	height: 11px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 11px;
	z-index: 1000;
}

/* CLOSE */
.close-detailview-cms {
	right: 18px;
}

/* IMAGE */
.product-info-box .product-img-box {
	float: left;
	min-height: 311px;
	width: 291px;
}

.product-info-box .product-img-box img {
	margin-bottom: 15px;
}

.product-info-box .product-details {
	border-left: 1px dotted #777777;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 300px;
}

/* AVAILABLE COLORS */
#available-colors {
	width: 272px;
}

#available-colors .slick-list {
	width: 246px;
}

/* ICONS BAR */
.product-info-box .icons-bar {
	float: left;
	height: 20px;
	width: 105px;
}

.product-info-box .icons-bar span {
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 8px;
}

.product-info-box .icon-catalog {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -117px -276px;
    color: #b5b8b4;
	height: 18px;
	width: 21px;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 17px;
    text-align: center;
}

.product-info-box .icon-catalog:hover {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -145px -276px;
    color: #5b5b5b;
	height: 18px;
	width: 21px;
}

.product-info-box .icons-bar .icon-catalog {
	cursor: default;
}

.product-info-box .icon-pdf {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -189px -277px;
	height: 16px;
	width: 14px;
}

.product-info-box .icon-pdf:hover {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -211px -277px;
	height: 16px;
	width: 14px;
}

.product-info-box .icon-print {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -257px -277px;
	height: 16px;
	width: 17px;
}

.product-info-box .icon-print:hover {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -282px -277px;
	height: 16px;
	width: 17px;
}

.product-info-box .icon-wishlist {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -328px -277px;
	height: 18px;
	width: 19px;
}

.product-info-box .icon-wishlist:hover {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -357px -277px;
	height: 18px;
	width: 19px;
}

/* TAGS BAR */
.product-info-box .tags-bar {
	float: left;
	text-align: right;
	width: 184px;
	height: 25px;
}

.product-info-box .tags-bar div {
	float: right;
	margin-left: 2px;
}

.product-info-box .tags-bar .tag {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 2px 4px;
	margin: 4px 0px 0px 4px;
	border-radius: 4px;
	background-color: #67737D;
}
.product-info-box .tags-bar:after{
	content: "";
	display: table;
	clear: both
}

.product-info-box .tags-bar.tags-bar2 {
	float: none;
	width: 220px;
	margin-left: -4px;
}

.product-info-box .tags-bar.tags-bar2 .tag{
	float: left;
}

/* PICTOGRAMS */
.product-info-box .tag-women {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-pictograms.1727265420.png') no-repeat -346px -4px;
	height: 25px;
	width: 25px;
}
.product-info-box .tag-men {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-pictograms.1727265420.png') no-repeat -306px -38px;
	height: 25px;
	width: 25px;
}
.product-info-box .tag-kids {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-pictograms.1727265420.png') no-repeat -346px -38px;
	height: 25px;
	width: 25px;
}

.product-info-box .tag.tag-combed {
	background-color: #e3A161;
}
.product-info-box .tag.tag-stretch {
	background-color: #696b8c;
}
.product-info-box .tag.tag-heavy {
	background-color: #5e4f4a;
}
.product-info-box .tag.tag-60-degrees {
	background-color: #af643d;
}
.product-info-box .tag.tag-95-degrees {
	background-color: #c6362a;
}
.product-info-box .tag.tag-french-terry {
	background-color: #6990a3;
}
.product-info-box .tag.tag-jersey {
	background-color: #a7c93b;
}
.product-info-box .tag.tag-membran {
	background-color: #767f8a;
}
.product-info-box .tag.tag-oxford {
	background-color: #4da5b4;
}
.product-info-box .tag.tag-poplin-bw {
	background-color: #989680;
}
.product-info-box .tag.tag-poplin-mix {
	background-color: #6f8c65;
}
.product-info-box .tag.tag-zip {
	background-color: #0e9c45;
}
.product-info-box .tag.tag-twill {
	background-color: #d8654d;
}
.product-info-box .tag.tag-waterproof {
	background-color: #4788b2;
}
.product-info-box .tag.tag-winter {
	background-color: #3cb2c5;
}
.product-info-box .tag.tag-neutral-label {
	background-color: #a24499;
}

/* NEW */
.product-info-box .new-product {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -199px -379px;
	height: 71px;
	position: absolute;
	right: -16px;
	top: 69px;
	width: 87px;
	z-index: 200;
}

/* SALE */
.product-info-box .sale-product {
		background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -258px -515px;
		height: 70px;
		position: absolute;
		right: -13px;
		top: 64px;
		width: 116px;
		z-index: 200;
}

/* LOGO */
.product-info-box .logo-container {
	height: 70px;
	margin: 11px 0 15px;
}

/* PRODUCT INFO */
.product-info-box .collateral-box div {
	margin-bottom: 10px;
}

.product-info-box .sku,
.product-info-box .product-name {
	font-size: 18px;
}

.product-info-box .product-subtitle {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10;
}

/* SPECS LINK */
.product-info-box .specs-link {
	font-weight: bold;
	margin-bottom: 10px;
}

.product-info-box .specs-link .icon {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -186px -325px;
    display: block;
    float: left;
    height: 12px;
    margin-right: 5px;
    margin-top: 2px;
    width: 13px;
}

.product-info-box .specs-link a:hover .icon {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -186px -342px;
}

/* CONTACT LINK */
.product-info-box .contact-link {
	margin-bottom: 10px;
}

.product-info-box .contact-link a {
	color: #79b99f;
	font-weight: bold;
}

.product-info-box .contact-link a:hover {
	color: #79b99f;
}

.product-info-box .contact-link .icon {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -212px -325px;
    display: block;
    float: left;
    height: 13px;
    margin-right: 5px;
    margin-top: 2px;
    width: 13px;
}

/* TIPS */
.product-info-box .tips-container {
	height: 60px;
}

.product-info-box .tips-container .label {
	color: #39a3dc;
	font-weight: bold;
	margin: 15px 13px 10px 0;
}

.product-info-box .tip {
	float: left;
	height: 60px;
	margin-right: 10px;
	width: 50px;
}

.product-info-box .tip img {
	height: auto;
	width: 100%;
}

/* SLICK SLIDER */
/* Arrows */
.product-slider .slick-prev,
.product-slider .slick-next {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
    height: 64px;
    outline: none;
    width: 13px;
	font-size: 12px;
	line-height: 15px;
	position: inherit;
	top: inherit;
	display: block;
	padding: 0;
	margin-top: 0;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	transform: inherit;
	left: inherit;
	right: inherit;
	text-indent/*\**/: -9999em\9;
	z-index: 0;

}

.product-slider .slick-prev:before,
.product-slider .slick-next:before {
	content: " ";
    height: 10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 5px;
}

.product-slider .slick-prev {
	border-right: 1px solid #b5b8b4;
	float: left;
}

.product-slider .slick-prev:before {
    background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -342px -77px;
	left: 0;
}

.product-slider .slick-prev:hover:before {
    background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -342px -91px;
}

.product-slider .slick-next {
	border-left: 1px solid #b5b8b4;
}

.product-slider .slick-next:before {
    background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -356px -77px;
    right: 0;
}

.product-slider .slick-next:hover:before {
    background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -356px -91px;
}

.product-slider .slick-list {
	float: left;
	width: 261px;
	position: relative;
	z-index: 10;
}

.product-info-box .product {
	float: left;
}

.product-info-box .product a {
	display: block;
	padding-right: 10px;
	position: relative;
	z-index: 10;
}

.product-info-box .product img {
	height: auto;
	width: 50px;
}

/* SIMILAR PRODUCTS */
.product-info-box .similar-products-container {
	float: left;
	width: 50%;
}

.product-info-box .similar-products-container .label {
	color: #848484;
	font-weight: bold;
	border-bottom: 1px dotted #848484;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 13px;
}

#similar-products {
	width: 288px;
}

.product-shop {
	clear: both;
	float: none;
}
/* ALTERNATIVE PRODUCTS */
.product-info-box .alternative-products-container {
	float: left;
	width: 50%;
	margin-bottom: -10px;
}

.product-info-box .alternative-products-container .label {
	color: #848484;
	font-weight: bold;
	border-bottom: 1px dotted #848484;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 13px;
}

#alternative-products {
	width: 288px;
}


/*.collateral-box div.product-specs,
.collateral-box div.product-description {
    line-height:    20px;
}
.collateral-box div.product-specs {
    margin-bottom:  10px;
}
.collateral-box div.product-description {
	margin-top: 	10px;
}*/

/* COLOR MATCH */
#color-match-container {
    margin-top: 20px;
    position: relative;
}

#color-match-container .color-icon {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -248px -324px;
	float: left;
	height: 28px;
	margin-right: 5px;
	width: 33px;
}

#color-match-container h4,
#color-chooser h4 {
    border-bottom: 1px dotted #777777;
    color: #848484;
    font-size: 13px;
    margin-bottom: 8px;
    padding-bottom: 5px;
    padding-top: 11px;
}

#color-match-container .color-search,
#color-match-container .color-match  {
	float: left;
	width: 115px;
}

#color-match-container .color-match.no-match {
	width: auto;
}

#color-match-container .color-caption {
	font-size: 12px;
	margin-bottom: 2px;
	text-align: left;
}

#search-color-code,
#search-color-name {
	font-size: 11px;
}

#color-match-container .color-caption {
    white-space: nowrap;
}

#color-match-container .color-box-container {
	margin-bottom: 2px;
	width: 111px;
}

#color-match-container .color-box {
	height: 40px;
	width: 111px;
}

#color-match-container .color-box-layer {
	height: 38px !important;
}

#color-match-container .primary-color-flat,
#color-match-container .secondary-color-flat,
#color-match-container .tertiary-color-flat {
	border-left: 109px solid;
}

#color-match-container .color-count-2 .primary-color {
	height: 23px !important;
}
#color-match-container .color-count-2 .secondary-color {
    height: 15px !important;
}

#color-match-container .color-count-3 .primary-color-flat {
	border-left: 109px solid;
}

#color-match-container .color-count-3 .secondary-color-flat {
	border-left: 55px solid;
}

#color-match-container .color-count-3 .tertiary-color-flat {
	border-left: 54px solid;
}

#color-match-container .color-count-3 .primary-color {
	height: 23px !important;
}

#color-match-container .color-count-3 .secondary-color,
#color-match-container .color-count-3 .tertiary-color {
	float: left;
    height: 15px !important;
}

#color-match-container .bar {
	height: 8px;
	margin-top: 6px;
	width: 111px;
}

#color-match-container .infobox {
	color: #b5b8b4;
	float: right;
	font-size: 11px;
	font-style: italic;
	line-height: 1.1em;
	padding-left: 38px;
	position: absolute;
	right: 0;
	top: 63px;
	width: 340px;
}

#color-match-container .info-icon {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -299px -324px;
	height: 32px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 32px;
}

/* #= Color chooser */
#color-chooser {
	margin-top: 10px;
}

#color-chooser h4 {
	padding-top: 0;
}

#color-selection {
	margin-top: 15px;
}

#color-selection.color-selection-little {
	margin-top: 10px;
}

#color-selection li {
	float:			left;
	width:			107px;
}

#color-selection li.last-color {
	width:			91px;
}

#color-selection a.color-selection-toggle {
	display:			block;
	text-decoration:	none;
}

#color-selection img.color-selection-box {
	margin-left:		13px;
}

#color-selection span {
	background: 	#babdbf url(https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-main.1727265420.png) -20px -33px no-repeat;
	display:		block;
	float:			left;
	height:			13px;
	margin:			0 4px 0 0;
	overflow:		hidden;
	padding:		0;
	text-indent:	-5000px;
	width:			13px;
}

#color-selection .color-box-container {
    width: 75px;
}

#color-selection .color-box-container.last {
	margin-right: 0;
	width: 65px;
}

.color-selection .last {
	padding-right: 0;
}

#color-selection .adjust-height {
    clear: both;
    float: none;
    height: 1px;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.color-box-container .checkbox {
    border: 1px solid transparent;
    height: 22px;
    position: absolute;
    width: 64px;
    margin-top: 0;
}

.color-box-container .checked {
    background: transparent url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-transparents.1727265420.png') center center no-repeat;
}

#color-selection span.checked {
	background: 	#babdbf url(https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-main.1727265420.png) 0px -33px no-repeat;
}

/* small pics on list.phtml */
#color-selection .color-box-container-litle
{
	width: 18px;
	height: 18px;
}
#color-selection .color-box-container-litle .color-box
{
	width: 18px;
	height: 18px;
}
#color-selection .color-box-container-litle .primary-color-flat,
#color-selection .color-box-container-litle .primary-color,
#color-selection .color-box-container-litle .primary-color-image
{
	width: 16.5px;
	height: 16px;
}

#color-selection .color-box-container-litle .primary-color-flat,
#color-selection .color-box-container-litle .secondary-color-flat,
#color-selection .color-box-container-litle .tertiary-color-flat
{
	border-left: 16px solid;
}

#color-selection .color-box-container-litle .color-count-2 .primary-color-flat,
#color-selection .color-box-container-litle .color-count-2 .primary-color-image
{
	height: 9px;
}

#color-selection .color-box-container-litle .color-count-2 .secondary-color-flat,
#color-selection .color-box-container-litle .color-count-2 .secondary-color-image
{
	height: 7px;
}

#color-selection .color-box-container-litle .color-count-3 .primary-color-flat,
#color-selection .color-box-container-litle .color-count-3 .primary-color-image
{
	height: 9px;
}

#color-selection .color-box-container-litle .color-count-3 .secondary-color-flat,
#color-selection .color-box-container-litle .color-count-3 .secondary-color-image,
#color-selection .color-box-container-litle .color-count-3 .tertiary-color-flat,
#color-selection .color-box-container-litle .color-count-3 .tertiary-color-image
{
	height: 7px;
	width: 8px;
}

#color-selection .color-box-container-litle  .color-count-3 .secondary-color-flat,
#color-selection .color-box-container-litle  .color-count-3 .tertiary-color-flat
{
	border-left: 8px solid;
}

#color-selection .color-box-container-litle {
	margin-right: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}

/* end of small pics on list.phtml */

/* #= Scale of prices */

#price-scales {
	border-bottom: 1px dotted #777777;
	color: #848484;
	font-size: 13px;
	margin-bottom: 22px;
	padding-bottom: 5px;
}

#ihr_preis {
	background-color: #3fa4e1 !important;
	border-left: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.ihr_preis_val{
	background-color: #ededed;
    color: #3fa4e1;
    font-weight: bold;
}

#scale-of-prices {
	font-size: 12px;
	width: 100%;
	table-layout: fixed;
}

#scale-of-prices thead {
	height:				20px;
	line-height:		20px;
}

#scale-of-prices th {
	background-color: #fff;
}

#scale-of-prices th.box,
#scale-of-prices th.cover {
	background-color: #ededed;
}

#scale-of-prices thead th.empty_td { width:38px; }

#scale-of-prices th.box {
	width: 72px;
}

#scale-of-prices th.cover {
	width: 72px;
}

#scale-of-prices th.currency {
	width:			20px;
}

#scale-of-prices th.qtys {
	background-color: #848484;
	color: #fff;
	text-align: center;
	width: 72px;
}

#scale-of-prices th.box, #scale-of-prices th.cover {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

#scale-of-prices th.box div.count, #scale-of-prices th.cover div.count {
	float:left;
	width:18px;
}

#scale-of-prices th.box div.box_icon {
	background: #babdbf url(https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-main.1727265420.png) -133px -3px no-repeat;
	float: left;
    height: 11px;
    margin: 5px 3px 0 17px;
    width: 13px;
}

#scale-of-prices th.cover div.cover_icon {
	background: #babdbf url(https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-main.1727265420.png) -155px -4px no-repeat;
	float: left;
    height: 9px;
    margin: 5px 3px 0 20px;
    width: 12px;
}

#scale-of-prices td {
	line-height: 15px;
    text-align: center;
}

#scale-of-prices td.colors {
	padding-right: 5px;
	text-align: center;
}

#scale-of-prices td.size {
	padding-right: 5px;
	text-align: center;
}

#scale-of-prices td.currency {
	width:			20px;
}

#scale-of-prices td.price {
	background-color: #ededed;
}

#scale-of-prices .blank td {
    background-color: #fff;
    line-height: 8px;
    padding: 0;
}

#scale-of-prices .border td {
    border-bottom: 1px solid #848484;
}

#scale-of-prices tr.tr_border { background:transparent url(https://www.cottonclassics.cz/skin/frontend/default/base/images/scale-of-prices_tr.1727265420.gif) bottom left repeat-x; }

#scale-of-prices tr.last_tr_border { background:transparent url(https://www.cottonclassics.cz/skin/frontend/default/base/images/scale-of-prices_foot.1727265420.gif) bottom left repeat-x; }

#scale-of-prices p {
	margin:			0;
}

/* #= Order table */
#order-table-header {
	border-bottom: 1px dotted #777777;
	color: #848484;
	font-size: 13px;
	margin: 20px 0 10px;
	padding-bottom: 5px;
}

#order-options {
	table-layout: fixed;
	font-size: 12px;
	min-width: 592px;
	/*position: relative;*/
	width: auto;
}

#order-options thead tr {
	height:			20px;
}

#order-options th {
	color: #fff;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}

#order-options #order-header-color {
	background-color: #ededed;
	width: 91px;
}

.order-header-size {
    font-weight: bold;
	width: 45px;
}

.order-header-size-last {
    font-weight: bold;
	width: 45px;
}

#order-options.sizescount-13 .order-header-size,
#order-options.sizescount-14 .order-header-size,
#order-options.sizescount-15 .order-header-size,
#order-options.sizescount-16 .order-header-size {
	width: 39px;
}

#order-options.sizescount-13 .order-header-size-last,
#order-options.sizescount-14 .order-header-size-last,
#order-options.sizescount-15 .order-header-size-last,
#order-options.sizescount-16 .order-header-size-last {
	width: 39px;
}

#order-header-qty {
    font-weight: bold;
	text-transform:		uppercase;
	width: 58px;
}
#order-header-sum {
    font-weight: bold;
    width: 84px;
}

.order-row-disabled {
	display: none;
}

#order-options tfoot td {
	height:25px;
	text-align:right;
	vertical-align:middle;
	padding-left:4px;
	padding-right:4px;
}

#order-options tfoot td.noborder {
	height:25px;
	border:none;
	text-align:center;
	vertical-align:middle;
}

#order-options tfoot td.center {
	padding:0;
	height:25px;
	vertical-align:middle;
	border-right:		1px solid transparent;
	text-align:center;
}

#order-options tr {
	height:				22px;
	background-color:	#fff;
}

#order-options td {
	text-align:center;
	vertical-align:middle;
}

#order-row-noselection td {
	padding-left:		88px;
	text-align:			left;
}

#order-options .order-row td {
	border-bottom: 1px solid #848484;
}

#order-options td.order-options-td-color {
	padding-top:	4px;

}

#order-options td.order-options-td-input {
	text-align:		right;
	vertical-align: top;
		padding-bottom: 3px;
}

#order-options td.order-options-td-input-last {
	text-align:		right;
	vertical-align: top;
}

#order-options td.order-options-td-quantity {
	margin-top: 8px;
    padding: 8px 4px 0;
	text-align: right;
	vertical-align: top;
    position: relative;
}

#order-options td.order-options-td-price, #order-options #sum-total {
	margin-top: 8px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: right;
}

#order-options td.order-options-td-price{
	vertical-align: top;
	padding-top: 2px;
	border-left: 1px solid transparent;

}

#order-options .order-options-td-price-inner{
	display: inline-block;
	width: 75px;
    overflow: hidden;
}

#order-options td input.order-options-input {
	border: 1px solid #000;
	color: #5b5b5b;
	font-size: 11px;
	margin: 8px 0px 5px;
	padding: 0 4px;
	text-align: right;
	width: 100%;
}

input.order-options-input-disabled {
    background-color: #bdbec2;
    margin: 8px 0px 5px;
    padding:0 4px;
    width: 100%;
    text-align:right;
    border: 1px solid #bdbec2;
    font-size:12px;
}

#order-options.sizescount-9 td input.order-options-input,
#order-options.sizescount-9 td input.order-options-input-disabled,
#order-options.sizescount-10 td input.order-options-input,
#order-options.sizescount-10 td input.order-options-input-disabled,
#order-options.sizescount-11 td input.order-options-input,
#order-options.sizescount-11 td input.order-options-input-disabled,
#order-options.sizescount-12 td input.order-options-input,
#order-options.sizescount-12 td input.order-options-input-disabled {
    /*width: 29px;*/
}

#order-options.sizescount-13 td input.order-options-input,
#order-options.sizescount-13 td input.order-options-input-disabled,
#order-options.sizescount-14 td input.order-options-input,
#order-options.sizescount-14 td input.order-options-input-disabled,
#order-options.sizescount-15 td input.order-options-input,
#order-options.sizescount-15 td input.order-options-input-disabled,
#order-options.sizescount-16 td input.order-options-input,
#order-options.sizescount-16 td input.order-options-input-disabled {
    /*width: 16px;*/
}

#order-options.sizescount-9 .qty-av,
#order-options.sizescount-10 .qty-av,
#order-options.sizescount-11 .qty-av,
#order-options.sizescount-12 .qty-av {
    /*width: 27px;*/
}

#order-options.sizescount-13 .qty-av,
#order-options.sizescount-14 .qty-av,
#order-options.sizescount-15 .qty-av,
#order-options.sizescount-16 .qty-av {
    /*width: 14px;*/
}

.qtip {
	background-color: #fff;
	border: 1px solid #000;
	box-shadow: none;
	direction: ltr;
    display: none;
    font-size: 10.5px;
    left: -28000px;
    line-height: 12px;
    margin: 10px 0 0 10px;
	padding: 3px;
    position: absolute;
    top: -28000px;
    width: 200px;
}

.qtip p.availability-header {
	background-color:	#9bbb59;
	color:				#fff;
	font-weight:		bold;
	padding:			2px 7px;
}

.qtip table {
	border-collapse:	collapse;
	border-spacing:		0;
	width:				100%;
}

.qtip td {
	color:				#1a171b;
	padding:			2px 0px;
}

.qtip .spacer{
	height: 3px !important;
}

.qtip .manufacturer{
	text-align: left !important;
	padding-left: 6px;
	margin-bottom: -5px;
}

.qtip td.date {
	text-align:			left;
	width:				60%;
	margin-left: 4px;
	padding-left: 6px;
}

.qtip td.qty {
	font-weight:		normal;
	text-align:			right;
	width:				40%;
	margin-right: 4px;
	padding-right: 6px;
}

.qtip p {
	line-height:		16px;
	margin:				0;
}

.qtip p.delivery-time {
	color:				#1a171b;
	float:				right;
	font-weight:		bold;
	line-height:		18.6px;
	padding:			2px 7px 0 0;
	text-align:			right;
}

.qtip p.delivery-time-text {
	color:				#1a171b;
	float:				left;
	font-weight:		bold;
	line-height:		18.6px;
	padding:			2px 0 0 7px;
	text-align:			left;
	width:				119px;
}

.qtip p.delivery-info,
.qtip p.discontinued-product {
	clear:				both;
	color:				#1a171b;
	font-weight:		bold;
	line-height:		18.6px;
	padding:			0 7px 2px 0;
	text-align:			right;
}

.qtip p.discontinued-product {
	font-size:			15px;
	padding:			10px 7px 0px 7px;
	text-align:			left;
}

.qtip p.discontinued-on-demand{
	padding-left: 7px;
	color: #1a171b;
	padding-bottom: 7px;
}

.qtip p.delivery-date-unknown{
	font-size:14px;text-align:left;clear:both;color:#1a171b;line-height:18.6px; padding:2px 0 0 7px;
}

#order-options tfoot td.sum-size-description {
	padding-right: 8px;
	text-align: right;
	text-transform: uppercase;
}

.language-it #order-options tfoot td.sum-size-description, .language-en #order-options tfoot td.sum-size-description {
	font-size: 10px;
}

#order-options #sum-size {
	padding-right:		8px;
	border-right: none;
}

#order-options .sum-size-qty-last {
	/*padding-right: 16px;*/
}

/*
 * Adjustments for long tables
 */
#order-options.waistSizes-13 th.order-header-size {
	width:			30px;
}
#order-options.waistSizes-13 th.order-header-size-last {
	width:			30px;
	padding-right:  10px;
}

#order-options.waistSizes-13 td input.order-options-input {
	width:			16px;
}

.order-container .add-to-links {
	float: left;
	margin-bottom: 10px;
	margin-top: 4px;
	width: 50%;
}

.order-container .add-to-links .col-mainlistcontainer {
	margin-bottom: 3px;
}

.order-container .add-to-links .col-mainlistcontainer select {
	max-width: 296px;
	min-width: 150px;
}

p.add-to-cart {
	margin: 0;
}

#add-to-cart-btn,
#apply-changes-btn  {
	background-color: #3fa4e1;
	font-size: 16px;
	height: 36px;
	margin: 5px 0;
    padding: 4px 48px 6px 9px;
    position: relative;
}

#apply-changes-btn  {
	padding-right: 9px;
}

#add-to-cart-btn:disabled, #apply-changes-btn:disabled{
	cursor: not-allowed;
	background-color: #bbb !important;
}

#add-to-cart-btn .icon {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat -86px -375px;
    border-left: 1px solid #fff;
    display: block;
    height: 30px;
    padding-left: 9px;
    position: absolute;
    right: 7px;
    top: 3px;
    width: 36px;
}

#order-options .color-box {
	border: 1px solid #cfcfcf;
	float: left;
	height: auto;
	margin: 0 5px 0 0;
	width: auto;
}

#order-options .color-count-1 .primary-color {
    height: 15px;
}

#order-options .color-count-2 .primary-color,
#order-options .color-count-3 .primary-color {
    height: 14px;
}

#order-options .secondary-color,
#order-options .tertiary-color {
    height: 14px;
}

#order-options .primary-color-flat,
#order-options .secondary-color-flat,
#order-options .tertiary-color-flat {
	border-left: 14px solid;
}

#order-options .primary-color,
#order-options .secondary-color,
#order-options .tertiary-color {
	width: 14px;
	float: none;
}

#order-options .color-caption {
	text-align: left;
	width: auto;
}

.qty-av {
	background-color: #ededed;
    font-size: 11px;
    height: 15px;
    line-height: 16px;
    margin-bottom: 1px;
    padding: 0 4px;
    width: 100%;
}

.stock-missing {
	background-color: #FAE013;
	color: #5b5b5b;
}

.stock-missing.uncertain {
		background-color: #ffc486;
		color: #000000;
}

.stock-next {
	background-color: #EBF28A;
	color: #5b5b5b;
}

.stock-ok {
	background-color: #B5F1BB;
	color: #5b5b5b;
}

.no-stock {
	background-color: #FBA5A6;
	color: #5b5b5b;
}

.no-manufacturer-data .no-stock {
    background-color: #FAE013;
    color: #5b5b5b;
}

.stock-6-digit {
    padding: 1px 4px 0 4px;
		font-size: 9px;
}

.qty-margin {
 	margin-top: 1px;
}

/* #= Fitting products */
.listing-type-list h5 {
    font-size: 14px;
    margin-bottom: 0;
    clear: both;
    float: left;
}

.listing-type-list h5 a:hover {
    text-decoration: underline;
}

#unbestellbar-text{
	padding-top: 50px;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
}

/* DUAL VIEW */
#dual-view {
	left: 0;
	position: absolute;
	top: 0;
}

#dual-view .product-img-box {
	float: right;
}

#dual-view .product-details {
	border-left: none;
    border-right: 1px dotted #777777;
    padding-left: 0;
    padding-right: 10px;
}

#dual-view #available-colors {
    margin-left: 10px;
}

/* hidden labels for print view */
.label-itemnumber,
.label-description,
.label-colors {
	color: #000;
	display: none;
	font-size: 18px;
	font-weight: bold;
}

/* validation advice for multicart */
.add-to-links .validation-advice{
	padding-left: 0px;
}

/* autoSize Assistent */
/* this is the box */
.sizeAssistInfo {
    font-size: 11px;
    color: #000;
    width: 140px;
    background: #fff;
    border: 1px solid #42b138;
    position: absolute;
    padding: 10px;
    text-align: left;
    left: 50%;
    top: -100%;
    z-index: 11;
    -webkit-transform: translate(-50%, -86%);
    -moz-transform: translate(-50%, -86%);
    -ms-transform: translate(-50%, -86%);
    -o-transform: translate(-50%, -86%);
    transform: translate(-50%, -86%);
}

/* this CS forms the triangles */
.sizeAssistInfo:after,
.sizeAssistInfo:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -100%;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}

.sizeAssistInfo-inner {
	position: relative;
}
/* this border color controlls the color of the triangle (what looks like the fill of the triangle) */
.sizeAssistInfo:after {
    top: -webkit-calc(100% - 1px);
    top:    -moz-calc(100% - 1px);
    top:         calc(100% - 1px);
    border-color: #fff transparent transparent  transparent;
    border-width: 10px;
}

/* this border color controlls the outside, thin border */
.sizeAssistInfo:before {
    top: -webkit-calc(100%);
    top:    -moz-calc(100%);
    top:         calc(100%);
    border-color: #42b138 transparent transparent  transparent;
    border-width: 10px;
}
.sizeAssistInfo a {
    display: block;
    text-align: right;
    color: #42b138;
}
.sizeAssistAmount, .sizeAssistInfo, .siteAssistButtonText2 {
	display: none;
}
.sizeAssistShow .sizeAssistAmount, .sizeAssistShow .sizeAssistInfo, .sizeAssistShow .siteAssistButtonText2  {
	 display: block;
 }
.siteAssistButton {
    display: block;
    background: #077ba2 url("https://www.cottonclassics.cz/skin/frontend/default/base/images/rad-blue.1727265420.png") no-repeat 2px 3px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    color: white;
    padding: 0 3px 0 13px;
	width: 54px;
    top: 5px;
    text-align: center;
    position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sizeAssistShow .siteAssistButton {
    background: #42b138 url("https://www.cottonclassics.cz/skin/frontend/default/base/images/rad-green.1727265420.png") no-repeat 2px 3px;
}
.siteAssistButton .triangle {
    width: 0px;
    height: 0px;
    position: absolute;
    top: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
    border-width: 0 27px 4px 27px;
    border-color: transparent transparent #077ba2 transparent;
}
.sizeAssistShow .siteAssistButton .triangle {
    border-color: transparent transparent #42b138 transparent;
}
.sizeAssistAmount {
    border: 1px solid #42b138;
    font-size: 12px;
	width: 54px;
    padding: 0;
    text-align: right;
    position: relative;
    z-index: 3;
	height: 17px;
    overflow: hidden;
}
.row-total {
    display: block;
	width: 54px;
    overflow: hidden;
	 padding: 0;
	line-height: 15px;
	height: 17px;
	border: 1px solid transparent;
}

.siteAssistButtonText2, .siteAssistButtonText1 {
	min-width: 27px;
}

.siteAssistButtonText1 {
	display: block;
}
.sizeAssistShow .row-total, .sizeAssistShow .siteAssistButtonText1 {
	display: none;
}

.sizetable a:before{
	content:url('https://www.cottonclassics.cz/skin/frontend/default/base/images/sizetable-arrow.1727265420.png');
	margin-right: 2px;
}


/* remove invisible lightbox overlay to am make it possible to copy large images*/
/*
#lightbox #hoverNav{
	display: none;
}
*/



/* FILE: ls_account.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/* Block: Account */
.block-account,
.block-blog {
	background-color: #fff;
	bottom: 0;
	clear: both;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 201px;
}

.block-account .block-title,
.block.block-blog .block-title {
	background: #3fa4e1 0 0 no-repeat;
	border:0;
	margin: 0 0 6px;
	padding: 1px 10px;
}
.block-account .block-title strong,
.block.block-blog .block-title strong { font-size:13px; color:#fff; text-transform: none; }
.block-account .block-content { background-color: transparent; }
.block-account li { margin: 0 0 6px; border-width: 0; }
.block-account .block-content li a { display:block; color:#fff; text-decoration:none !important; font-weight: bold; padding: 1px 10px; }
.block-account .block-content li a:hover { color:#fff; text-decoration: none; }
.block-account .block-content li.current { color: #fff; font-weight: bold; height: 20px; line-height: 18.6px;  padding: 1px 10px; }

/********** < Dashboard */
.dashboard .welcome-msg {
	margin-bottom: 1.5em;
	font-size: 1.1em;
}

.dashboard .welcome-msg p { margin:0; }
.col2-set {
  background-color: #ECEDED;
  padding: 15px 27px;
  text-align: left;
}

/* General Box */
.box-account a {
	text-decoration: underline;
}

.box-account .box-head  h2 {
	color: #39a3dc;
	font-weight: bold;
	font-size: 14px;
	line-height: 18.25px;
}

.dashboard .box .box-title { text-align: right; }

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
	color: #39a3dc;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
}

/* Block: Search explanation */
.dashboard-searchhint { margin-top: 19px; }

.my-account .dashboard-searchhint h4,
.dashboard-searchhint h4 {
	background-color: #39a3dc;
    color: #FFFFFF !important;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    margin: 0;
    padding: 1px 10px;
}

.dashboard-searchhint .col2-set {
    margin-bottom: 10px;
    padding: 10px 27px;
}

/* Block: Recent Orders */
.dashboard .box-recent { clear: both; padding: 6px 0 15px; margin-bottom: 25px; }
.dashboard .box-recent .box-head h2 { }

#my-orders-table {
    border-spacing: 0;
}

#my-orders-table th {
    padding:        1px 6px;
}



#my-orders-table th.order-id {
    width:          76px;
}

#my-orders-table th.date {
    width:          47px;
}

#my-orders-table th.order-total {
    text-align:         right;
    width:          67px;
}

#my-orders-table th.status {
    width:          145px;
}

#my-orders-table th.price {
    text-align:     right;
}

#my-orders-table td {
    padding:        3px 6px;
}

#my-orders-table tfoot tr {
    background-color: #fff !important;
}

#my-orders-table tfoot td {
    border: 0 none transparent;
}

#my-orders-table td.order-total {
    text-align:     right;
}

#my-orders-table td.last {
    text-align:         left;
}

#my-orders-table .reorder {
    font-weight:    bold;
}

#my-orders-table td.price {
    padding-right:  8px;
    text-align:     right;
}

#my-orders-table td.ordered-delivered {
    font-weight:    bold;
    text-align:     center;
}

#my-orders-table a.product-link {
    font-weight:    bold;
}

#my-orders-table td.status {
    padding:            0;
}

#my-orders-table td.status div {
    position:           relative;
		padding:            3px 29px 3px 8px;
    word-wrap: break-word;
}

#my-orders-table a.reorder {
		background:         url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-main.1727265420.png") -89px -29px no-repeat;
		display:            block;
		font-size:          12px;
		height:             19px;
		line-height:        12px;
		position:           absolute;
		right:              5px;
		text-indent:        -5000px;
		top:                3px;
		width:              21px;
}

#my-orders-table tr.even a.reorder {
		background-position:    -89px -5px;
}

.order-view-header {
    margin:         12px 0 0;
}

.sales-order-view .buttons-set{
    margin-top: 21px;
    margin-bottom: 40px;
}

#close-window-button {
    background-position:    -409px -322px;
    width:                  144px;
}

.box-recent div.foot {
    text-align: right;
}

.box-recent div.foot a {
    color: #39a3dc;
    font-weight: bold;
}

/* Block: Account Information */
.dashboard .box-info h4 {
	color: #39a3dc;
	font-size: 11.4px;
}

.my-account .fieldset .legend,
.my-account h2,
.my-account h3,
.my-account h4 {
	color: #39a3dc !important;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_ma-reviews.1727265420.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_ma-tags.1727265420.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Edit Account */
#account-edit-save-button {
	float: right;
    width: 100px;
}


/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a {
	color: #85878b;
	text-decoration: underline;
}
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { padding:10px 13px 8px 0; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

#add-address-button {
	float: right;
    width: 200px;
}

#save-address-button {
    width: 148px;
}

/* Order View */

.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff 0 0 repeat-x; padding: 0; margin: 20px 0; }
.order-info-box h2 { font-weight:bold; font-size:14px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }

/* Order View > Account order detail */
#account-order-detail dt{
    clear:                  both;
    float:                  left;
    font-weight:            normal;
    width:                  105px;
}

/* Order Gift Message */
.gift-message dt stro
ng { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_divider1.1727265420.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist textarea.placeholder { color: #85878b; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */



/* FILE: ls_colorboxes.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/* General, product view */

.color-box {
    width: 66px;
    height: 22px;
    border: #cfcfcf solid 1px;
    margin: 0 9px 1px 0;
		overflow: hidden;
		border-radius: 11px;
}

.color-box-layer {
    overflow: hidden;
}

.color-count-1 .primary-color {
    height: 28px;
}

.color-count-2 .primary-color,
.color-count-3 .primary-color {
    height: 14px;
}

.secondary-color,
.tertiary-color {
    height: 8px;
}

.primary-color-flat,
.secondary-color-flat,
.tertiary-color-flat {
    border-left: 64px solid;
    width: 0;
}

.color-count-3 .secondary-color,
.color-count-3 .tertiary-color {
    float: left;
}

.color-count-3 .secondary-color-flat,
.color-count-3 .tertiary-color-flat {
    border-left: 32px solid;
    width: 0;
}

.color-count-3 .secondary-color-image,
.color-count-3 .tertiary-color-image {
    width: 33px;
}

.color-caption {
	font-size: 11px;
    line-height: 1.1em;
    margin-top: 2px;
    text-align: center;
    width: 65px;
}

.color-selected .color-caption {
    color: #39a3dc;
}

/* Order View > Order table */

.order-item .color-box {
    height: 17px;
}

.order-item .color-box-layer {
    height: 15px;
}

.order-item .primary-color-image,
.order-item .secondary-color-image,
.order-item .tertiary-color-image {
    width: 66px;
}

.order-item .color-count-multi .color-box-layer {
    float: left;
}

.order-item .color-count-2 .primary-color-image,
.order-item .color-count-2 .secondary-color-image {
    width: 33px;
}

.order-item .color-count-2 .primary-color-flat,
.order-item .color-count-2 .secondary-color-flat {
    border-left: 33px solid;
    width: 0;
}

#my-orders-table .order-item .color-count-2 .primary-color-flat,
#my-orders-table .order-item .color-count-2 .secondary-color-flat {
	border-left: 32px solid;
}

.order-item .color-count-3 .primary-color-image,
.order-item .color-count-3 .secondary-color-image,
.order-item .color-count-3 .tertiary-color-image {
    width: 22px;
}

.order-item .color-count-3 .primary-color-flat,
.order-item .color-count-3 .secondary-color-flat,
.order-item .color-count-3 .tertiary-color-flat {
    border-left: 22px solid;
    width: 0;
}

.order-item .color-caption {
    margin-bottom: 0;
}



/* FILE: ls_checkout.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:0 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; font-weight:bold;}
.sp-methods label { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/btn_window_close.1727265420.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_collapse-gm.1727265420.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/btn_gm-close.1727265420.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold;  }

.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { clear: both;
    margin: 0;
    padding: 0;
		padding-bottom: 5px;}

.opc .formarea {
    background-color: #eceded;
    padding: 15px 30px;
}

#order-comment {
    padding-top: 0;
}

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_checkout.1727265420.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */

#checkout-progress-wrapper {
    margin-top: 6px;
}

.opc-block-progress .complete a {
    color: #fff;
}

.block-progress {
	background-color: #fff;
	bottom: 0;
	clear: both;
	left: 5px;
	position: absolute;
	top: 5px;
	width: 201px;
}
.block-progress .block-title {
	background: #3fa4e1 0 0 no-repeat;
	border:0;
	margin: 0 0 6px;
	padding: 1px 10px;
}

.block-progress .block-title strong { font-size:12px; color:#fff; text-transform: none;}
.block-progress .block-content { background:none; }
.block-progress dt {
    color: #FFFFFF;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    margin: 0 0 6px;
    padding: 1px 10px;
    font-size:12px; }
.block-progress dd { background:#ECEDED; border:0 solid #ECEDED; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { background-color: #FFFFFF;
    margin-left: 0;
    margin-top: 8px;
    padding: 0 0 15px;
}
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { padding-left:32px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:24px; line-height:24px; margin-right: 6px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section { margin:               6px 0 0;
    position:           relative;}

.opc p {
    margin: 0;
}

.opc .step-title { text-align:right; height: 19px;
    line-height: 18px;
    padding: 1px 10px;
    color: #fff;
    }
.opc .step-title .number { float:left; font:bold 12px 'Open Sans',Arial, helvetica, sans-serif; color:#fff; padding: 0 8px 0 4px; line-height: 18px;}
.opc .step-title h2 { float:left; margin:0; font:bold 12px 'Open Sans',Arial, Helvetica, sans-serif; color:#fff; line-height: 18px; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { color:#fff; cursor:pointer; }
.opc .allow .step-title .number { color:#fff; }
.opc .allow .step-title h2 { color:#fff; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {  background: none repeat scroll 0 0;
    cursor: default;
    margin-bottom: 0; }
.opc .active .step-title .number { color:#fff; border: 0px none; }
.opc .active .step-title h2 { color:#FFFFFF; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { position:relative; }
#co-billing-form .form-list, #co-shipping-form .form-list, #co-shipping-method-form .sp-methods, #co-payment-form .sp-methods {
    background-color: #ECEDED;
    display: block;
    padding: 20px 20px 35px 30px;
}

#checkout-payment-method-load.sp-methods #checkout-payment-method-load.sp-methods {
    padding: 0;
}

.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#checkout-review-table-wrapper, .opc .checkout-agreements {
    background-color: #eceded;
}

#checkout-review-table-wrapper tr, #checkout-review-table-wrapper th {
    background-color: transparent !important;
}

#checkout-review-table-wrapper tfoot td {
    font-weight: bold;
    border-width: 0;
}

#checkout-review-table-wrapper tfoot strong {
    font-size: 12px;
}

#checkout-review-table-wrapper .grandtotal .price {
    color: #79b99f;
}

#opc-review #review-buttons-container {
    margin: 6px 0 56px;
    padding: 0;
}

#opc-review #review-buttons-container .f-left {
    margin-left: 16px;
    line-height: 20px;
}

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-size: 12px; font-weight: normal; margin: 0; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px;}
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

.checkout-onepage-index .col-main .page-title {
    display: none;
}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_checkout.1727265420.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_grand-total.1727265420.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_grand-total.1727265420.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_sp-methods.1727265420.gif) 0 0 no-repeat; overflow:hidden; }

#same-as-billing-li {
    display: none;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }

/* Step 5 */

table#checkout-review-table {
    border:         0 none transparent;
    margin:         0 0 0 27px;
    padding-top: 3px;
    width:	567px;
}

table#checkout-review-table th, table#checkout-review-table tr {
    background-color:   #eceded;
}

table#checkout-review-table th, table#checkout-review-table td {
    padding: 1px 8px 1px 0;
}

table#checkout-review-table th.first-column, table#checkout-review-table td.first-column {
    padding-left:       0;
}

table#checkout-review-table tfoot td {
    border:             0 none transparent;
}

/* commission */

#commission {
    background-color: #eceded;
    padding: 20px 27px 0;
}

#commission label {
    display:        block;
    float:          left;
    font-size:      12px;
    height:         18px;
    line-height:    18px;
    padding-top:    1px;
}

#order-commission {
    margin-left:    6px;
    width:          274px;
}

/* customer order comment */

#biebersdorfCustomerOrderComment {
    height: 100px;
    margin-top: 5px;
    width: 450px;
}

#charCountText {
    font-size: 10px;
    font-weight: normal;
}

#charCount.warning {
    color: #cc081e;
}

.guest-select {width:305px !important;}
/* ======================================================================================= */

/* Shopping Cart ========================================================================= */

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px 'Open Sans',Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_discount.1727265420.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/i_shipping.1727265420.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://www.cottonclassics.cz/skin/frontend/default/base/images/bkg_divider1.1727265420.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }

/* Custom Shopping Cart Table */

#shopping-cart-table {
    table-layout:       auto !important;
    border:             0 transparent none;
    border-spacing: 0;
}

#shopping-cart-table th {
    height:             18px;
    line-height:        18px;
    padding:            1px 11px;
    white-space: normal;
}

#shopping-cart-table .availability {
    padding:            1px 0;
}

table#shopping-cart-table tfoot td {
    background-color:   #fff;
    border-bottom:      1px solid #fff;
    border-right:       0 none transparent;
    border-top:         1px solid #fff;
}

#shopping-cart-table td {
    padding-bottom:     4px;
    padding-top:        4px;
}

#shopping-cart-table tfoot .single-cell{border-right: none; font-size: 14px; font-weight: bold; vertical-align: middle;}
#shopping-cart-form #button-empty-cart{background-color: #cc081e !important;}
#shopping-cart-table td.delete-link-cell {
    vertical-align:     middle;
}

#shopping-cart-table .sku {
    text-align:         left;
}

#shopping-cart-table .availability p {
    height:             16px;
    margin:             4px 0 0 5px;
    width:              16px;
}

#shopping-cart-table .availability p.outofstock {
    background:         url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-main.1727265420.png") no-repeat scroll -245px -191px transparent;
}

#shopping-cart-table .availability p.notenoughonstock {
    background:         url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-main.1727265420.png") no-repeat scroll -193px -191px transparent;
}

#shopping-cart-table h2.product-name {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

#shopping-cart-table h2.product-name a {
    font-size: 12px;
}

#shopping-cart-table .sum-total-cell {
    font-weight:        bold;
    vertical-align:     middle;
}

#shopping-cart-table .sum-total-text {
    font-weight:        bold;
    line-height:        24px;
    padding-left:       0;
    padding-right:      16px;
    vertical-align:     middle;
    font-size: 14px;
}

#shopping-cart-table input.qty {
    text-align:         right;
}

#shopping-cart-table .price-cell {
    padding-right:      20px;
    text-align:         right;
}

#shopping-cart-table a.delete-link {
    background-color:   transparent;
    background-image:   url(https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-main.1727265420.png);
    background-repeat:  no-repeat;
    background-position:-30px -15px;
    display:            block;
    height:             12px;
    width:              12px;
    overflow:           hidden;
    text-indent:        -5000px;
}

#shopping-cart-table .btn-update {
    display:            block;
    float:              left;
    margin:             2px 0;
}


#shopping-cart-notice {
    background-color:   #eceded;
    margin:             10px 0 20px;
    padding:            28px;
}

#button-empty-cart {
    display: block;
    float: left;
}

#button-to-checkout {
    margin: 9px 0 21px;
}

.cartbuttons {
    margin: 9px 5px 21px 0;
}

.cartbuttons.greybutton {background-color: #b5b8b4 !important;}
#updatebutton:disabled{background-color: #b5b8b4 !important; cursor: auto; }
.cartbuttons.listlink{float: left;}
#delivery-cost-notice {
    font-size: 12px;
}

body.checkout-cart-index div.col-right {
    margin-top: 9px;
}

/* No items */

#success-box, div#no-items {
    background-color: #ECEDED;
    padding: 10px 27px;
}

#no-items a {
	color: #85878b;
}


#success-box h2 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
}

.success-box, .cart-empty {
    background-color: #ECEDED;
    padding: 10px 27px;
}

/* ======================================================================================= */
#shopping-cart-form {
	position: relative;
	padding-top: 59px;
}

@media (max-width: 1221px) {
	#shopping-cart-form {
		padding-top: 7px;
	}
}

#checkoutSteps fieldset {
	width: 100%;
}

#search-result-list.shopping-cart-content {
	top: 40px;
}

body.checkout-cart-index div.col-right {
	margin-top: 5px;
}

div.cart-grouped {
	margin-bottom: 3px;
	margin-left: 5px;
	padding-left: 5px;
	width: 201px;
}

.shopping-cart-articles {
	margin-left: 5px;
	padding-left: 5px;
}


/* MULITCART */
.cart .listcontainer {
	margin-bottom: 3px;
}

.cart .listcontainer select {
	max-width: 296px;
	min-width: 150px;
}

.multiwishlist-container #title {
	width: 50%;
}

.page-head {
	background-color: #3fa4e1;
	height: 53px;
	margin: 0;
	margin-bottom: 22px;
	margin-left: -7px;
	padding: 15px 0 0 7px;
	width: 608px;
}

.page-head h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase !important;
}



/* FILE: ls_contact.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/* Form Kontakt Contacts*/
#infobox_kontakt_de {
    margin-top:         28px;
}

.flag {
    background-position:left top;
    background-repeat:no-repeat;
    background-image:url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-flags.1727265420.png');
    width: 23px;
    height: 14px;
    display: inline-block;
}
.grecaptcha-badge { opacity:0;}
.flag.austria { background-position: 0 0; }
.flag.switzerland { background-position: -25px 0; width: 16px; }
.flag.poland { background-position: -43px 0; }
.flag.croatia { background-position: -68px 0; }
.flag.hungary { background-position: -143px 0; }
.flag.slovenia { background-position: -118px 0; }
.flag.italy { background-position: -93px 0; }
.flag.czech-republic { background-position: -168px 0; }
.flag.slovakia { background-position: -193px 0; }
.flag.germany { background-position: -218px 0; }

#infobox {
	margin: 20px 0 10px;
}

#office_hours {
    margin-bottom: 28px;
}

#office_hours p {
    margin: 0;
}

.form-list #email {
	font-size: 11px;
	height: auto;
	margin: 0;
	padding: 2px;
	width: 254px;
}



/* FILE: ls_cms.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
.limesoda-pagetree-page-view .col-main,
.cms-page-view .col-main {

}

.limesoda-pagetree-page-view .col-main .page-title {
	margin-left: 0;
	width: 610px;
}

.limesoda-pagetree-page-view .col-main .std {
	top: 52px;
}

.limesoda-pagetree-page-view .col-main .cms-container {
	border-top: none;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

/* Impressum */
#impressum p {
    margin:     0;
}

#cms-page {
    margin-top:     45px;
}

.cms-agb .language-switcher-compact {
    position: absolute;
    right: 0;
}

.cms-agb .col-main {
    /*width: auto;*/
}

#cms-agb-text {
    /*-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;*/
}

#cms-agb h1 {
    font-size: 16px;
    font-weight: bold;
}

#cms-agb h2 {
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
}

#cms-page h3 {
    font-size:      16px;
    font-weight:    bolder;
    margin-bottom:  10px;
}

#cms-agb {
	margin-bottom: 30px;
}

#cms-agb p {
    margin: 0;
}

#cms-agb p.status-date {
    margin-top: 20px;
}


#page-not-found {
    margin-top:     45px;
}

#page-not-found h3 {
    font-size:      16px;
    font-weight:    bolder;
    margin-bottom:  10px;
}



/* FILE: ls_footer.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/* FOOTER */
#wrapper-footer {
	background-color: #37414a;
	bottom: 0;
	clear: both;
	line-height: 15px;
	position: fixed;
	width: 100%;
	z-index: 200;
}

body.textileworld #wrapper-footer {
	display: none;
}

.footer-container { border-top:15px solid #b6d1e2; }
.footer {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 1222px;
}

#wrapper-footer ul {
	width: auto;
}

#wrapper-footer li {
	border-left: 1px solid #f2f2f1;
    float: left;
	list-style: none;
	margin: 4px;
    padding-left: 8px;
    text-align: center;
}

#wrapper-footer li.first {
	border-left:		0 none transparent;
	padding-left:		0;
}

#wrapper-footer li.last { background:none; padding-right:0; }
#wrapper-footer li a {
	color: #f2f2f1;
	text-decoration: none;
}
#wrapper-footer li a:hover {
	color: #fff;
}

.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer-container .bottom-container { margin:0 0 5px; }

.grecaptcha-badge { opacity:0;}



/* FILE: slick.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('https://www.cottonclassics.cz/skin/frontend/default/base/css/ajax-loader.1727265420.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/slick.eot');
    src: url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/slick.woff') format('woff'), url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/slick.ttf') format('truetype'), url('https://www.cottonclassics.cz/skin/frontend/default/base/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 10px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/* FILE: select2.min.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}



/* FILE: ls_cartimport.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/**
 * =Cart import
 */
#cartimport {
    display:        block;
    position:       relative;
}

#cartimport a {
	color: #39a3dc;
}

#cartimport-example {
    font-size:  11px;
    margin-bottom:  9px;
    padding:    2px 5px;
}

#cartimport-form {
	display: block;
}

#cartimport_list {
	width: 100%;
}

.input-field {
    border:     1px solid transparent;
    font:       11px/17px 'Open Sans',Arial, Helvetica, sans-srif;
    padding:    1px 5px;
 }

#cartimport #add-to-cart-btn {
    float: right;
}

#cartimport-errors, #cartimport-ordered {
    height:     auto;
}

#cartimport-ordered {
    height:     auto;
}

#empty-cart-container {
    margin-top:     6px;
}

#empty-cart {
    height:         18px;
    line-height:    18px;
    margin-right:   3px;
}

#empty-cart-label {
    font-weight:    normal;
    height:         18px;
    line-height:    18px;
}



/* FILE: jquery.jscrollpane.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}



/* FILE: jquery.jscrollpane.lozenge.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
.jspHorizontalBar,
.jspVerticalBar,
.jspTrack
{
	background: transparent;
}

.jspDrag
{
	background:  #cccccf;
	width:10px;
	left: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover
{
	background: #8587b8;
}


.jspArrow
{
	background: url(https://www.cottonclassics.cz/skin/frontend/default/base/images/scrollpane/ui-icons_cccccf_256x240.1727265420.png) no-repeat;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.jspVerticalBar>.jspActive,
.jspArrow:hover
{
	background-image: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/scrollpane/ui-icons_8687b8_256x240.1727265420.png');
}

.jspVerticalBar>.jspDisabled,
.jspVerticalBar>.jspDisabled:hover,
.jspHorizontalBar>.jspDisabled,
.jspHorizontalBar>.jspDisabled:hover
{
	background-color: transparent;
	background-image: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/scrollpane/ui-icons_cccccf_256x240.1727265420.png');
}

.jspVerticalBar .jspArrow
{
	height: 15px;
}

.jspHorizontalBar .jspArrow
{
	width: 15px;
}

.jspArrowUp
{
	background-position: 0 0;
}

.jspArrowDown
{
	background-position: -65px 0 !important; 
}

.jspArrowLeft
{
	background-position: -96px 0 !important;
}

.jspArrowRight
{
	background-position: -32px 0 !important;
}


/* FILE: perfect-scrollbar.min.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/* perfect-scrollbar v0.6.8 */
.ps-container{-ms-touch-action:none;overflow:hidden !important}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block}.ps-container.ps-in-scrolling{pointer-events:none}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color 0.2s linear,opacity 0.2s linear;-moz-transition:background-color 0.2s linear,opacity 0.2s linear;-o-transition:background-color 0.2s linear,opacity 0.2s linear;transition:background-color 0.2s linear,opacity 0.2s linear;bottom:3px;height:8px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color 0.2s linear;-moz-transition:background-color 0.2s linear;-o-transition:background-color 0.2s linear;transition:background-color 0.2s linear;bottom:0;height:8px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;opacity:0;-webkit-transition:background-color 0.2s linear,opacity 0.2s linear;-moz-transition:background-color 0.2s linear,opacity 0.2s linear;-o-transition:background-color 0.2s linear,opacity 0.2s linear;transition:background-color 0.2s linear,opacity 0.2s linear;right:3px;width:8px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px;-webkit-transition:background-color 0.2s linear;-moz-transition:background-color 0.2s linear;-o-transition:background-color 0.2s linear;transition:background-color 0.2s linear;right:0;width:8px}.ps-container:hover.ps-in-scrolling{pointer-events:none}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:0.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:0.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:0.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}



/* FILE: colors.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
/**
 * =TOC
 *
 * Color guide:
 *
 * primary color:   #e46872
 * secondary color: #85878b
 * third color:     #ababad
 */

/**************************************** Primary color *****************************/

/* Form messages */
.validation-advice, .required { color:#e46872; }
.validation-failed { border-color: #e46872 !important; }

/* Pager */
table.view-by td.sort-by ol li.order-current a { color:#e46872; }

table.view-by td.sort-by li.order-current span { background: #e46872 url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-main.1727265420.png") -47px -21px no-repeat; }
li span.on { color:#e46872; }

/* Accordion */
div.middle-container-search div.resultheader { background-color: #e46872; }
#product-accordion div.cart-grouped, #product-accordion .accordion-toggle-active, div.cart-grouped { background-color:#79b99f; }

/* Header */
div.language-switcher-compact a,
div#language-switcher-text a { color: #e46872; }

body.textileworld .lang-switch li.lang-option a, body.textileworld .lang-switch li.lang-option p.active { color: #fffffe; border-right: 1px solid #fffffe;}
body.textileworld .lang-switch li.lang-option p.active { font-weight: bold; }
body.textileworld .lang-switch #lang-select li.lang-option a:hover{color: #fffffe;}
body.textileworld li.lang-option:last-child a, body.textileworld li.lang-option:last-child p.active{border-right: medium none;}
body.textileworld .menu-inner a { color: #fffffe; }
body.textileworld .menu-inner li:hover a { color: #fffffe; }
body.textileworld #selected-lang:hover, body.textileworld #selected-lang.active { color: #fffffe; }

.main-menu > li {
    border-color: #3a3a3a;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3a3a3a), to(#666666)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#3a3a3a, #666666) 1 100%;
    -moz-border-image: -moz-linear-gradient(#3a3a3a, #666666) 1 100%;
    -o-border-image: -o-linear-gradient(#3a3a3a, #666666) 1 100%;
    border-image: linear-gradient(to bottom, #3a3a3a, #666666) 1 100%;
}

.main-menu a, .main-menu span {
    color: #ffffff;
}

.main-menu > li:hover {
    background-color: #39a3dc;
}

.menu-inner li:hover a {
    background-color: #39a3dc;
}

.menu-inner a{
		color: #b5b8b4;
}

/* Top navigation */
.shop-access li.main a:hover { color:#e46872; }
.shop-access a:hover { color: #e46872; }

/* Breadcrumbs */
.breadcrumbs li.home a, .breadcrumbs li.Search a { color: #e46872; }
.navigation .navpoint { color:#e46872; }
.navigation li a:hover { color:#e46872; }
.navselect { color: #e46872; }

/* Mini search */
label.mini-search-title { background-color: #e46872;  }
label.mini-search-title2 { color: #e46872; }
#loading-container { border-color: #e46872; }
.mini-search-submit { background-image: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png'); }
.mini-search-submit:hover { background-image: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png'); }
.mini-search-submit2 { background-image: url("https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png"); }
.mini-search-submit2:hover { background-image: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png'); }

/* Product finder */

/* removed due to Issue #36650
#adj-nav-navigation #cc_aktualitaet-353,
#adj-nav-navigation #cc_aktualitaet-375,
#adj-nav-navigation #cc_aktualitaet-397
{
    color: #cd081e;
}

#adj-nav-navigation #cc_aktualitaet-299 {
	color: #663300;
}
*/

/* Main categories */
.results .main-category-block:hover .category-image,
.filter-selected .category-image {
    background-color: #39a3dc;
    border: 1px solid #39a3dc;
}

.results .main-category-block:hover .category-label,
.filter-selected .category-label {
    color: #39a3dc;
}

/* Color Assistant */
#color-search-label:before {
    background-image: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png');
}
#color-search-label {
    color: #39a3dc;
}

.color-search-container .arrow {
    background-image: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png');
}

.color-search-container .arrow.active {
    background-image: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png');
}

#search_mini_form2 .search-menu li {
    background-color: #39a3dc;
}

#submit-color-assistant {
    background-color: #39a3dc;
}

/* Prices */
.total {color: #e46872;}
a.minimal-price-link { color:#e46872; }

/* Catalog listing */
.catalog-listing h5 { color:#e46872; }

/* Product */
p.reservation-list a { color: #e46872; }

/* Shopping cart */
#cart-sidebar h5 { color: #e46872; }
#shopping-cart-table .sum-cell { color:#79b99f; }

/* One-page checkout */
table#checkout-review-table td.total { color: #e46872; }

/* Commission */
#commission label { color: #79b99f; }

/* Checkout success */
div#success-box a:hover, div#no-items a:hover { color: #39a3dc; }

/* My account navigation */
.account-nav .head {  background-color: #e46872; }

/* Login */
#box_login label {
	color: #39a3dc;
}

#login-form .create-account-button {

}

.registerinfotext a { color: #39a3dc; }
div.ad-orders div.foot a { color:#e46872; }

#kdr_info {
    color: #39a3dc;
}

/* Dashboard */
.account-box .foot a {color: #e46872;}

/* Account Addressbook Edit */
#form-validate fieldset h4 { color:#e46872; }

/* Account order history */
#my-orders-table td.partly-delivered { color:#e46872; }
#my-orders-table a.product-link:hover { color:#e46872; }

/* Cart import */
#cartimport-example { border:1px solid #e46872; }

/************************************ secondary color ***************************/

/**************** Basics ***************/

body          {
    color: #85878b;
}

/* #= Footer */

#wrapper-footer ul {
    background-color: #85878b;
}

/* #= Form elements */
button.button {
    background-color: #85878b;
}

.cc-button {
    background-color: #85878b;
    color: #fff;
    font-weight: bold;
    padding: 3px 6px;
    text-decoration: none;
}

.cc-button:hover {
    color: #fff;
}

/* Form lists */
/* Grouped fields */

.form-list label {
    color: #85878b;
}

/* Global Messages  */
.success-msg { color:#fff; }
.note-msg,
.notice-msg {
	color:#e46872;
	width: 206px;
}

/* Data Table */
.data-table thead th {
    color: #85878b;
}

/* Misc */
.link-cart {
    color:#85878b !important;
}

/* #= Header */
.header {
	background-color: #05121d;
    border-bottom-color: #85878b;
}

.mini-search .input-text {
    border-color:   #85878b;
}

#login-form-header .login-box {
    background-color: #05121d;
}

#login-form-header .create-account {
    color: #b5b8b4;
}

/* #= User menu */
.user-menu > li {
    border-color: #3a3a3a;
}

.user-icon .icon,
.cart-icon .icon,
.lang-switch #lang-select{
    border-color: #848484 !important;
}

/* #= Language switcher */
.language-switcher label {
    color: #85878b;
}

.lang-switch {
    color: #b5b8b4;
}

/* #= Sidebar */
.block-cart .subtotal {
    color: #85878b;
}

.base-mini {
    background-color: #05121d;
}

.cart-icon .base-mini.mini-cart {
    border-color: #b5b8b4;
}

/* #= Product prices */
.regular-price {
    color: #85878b;
}

.regular-price .price {
    color: #85878b;
}

/* #= Product Images */
.product-img-box .LinkResizePic {
    color: #85878b;
}

/* #= Homepage */
#box_login input.login {
    border-color: #85878b;
    color: #85878b;
		border-radius: 4px;
}

button.login_submit {
    background-color: #85878b;
}

/**************** Checkout *****************/

.opc .active .step-title {
    background-color: #85878b;
}

.opc .active .step-title .number {
    background-color: #85878b;
    border-color: #85878b;
}

#opc-review .product-name {
    color: #85878b;
}

/* Shopping cart */
#shopping-cart-table th {
    color: #85878b;
}

table#shopping-cart-table tfoot td {
    border-bottom-color: #85878b;
    border-top-color: #85878b;
}

#shopping-cart-table td {
    color: #85878b;
}

#shopping-cart-table tbody a {
    color: #85878b;
}

#shopping-cart-table .single-cell {
    border-left:        1px solid #85878b;
    border-right:       1px solid #85878b;
}

#shopping-cart-table .btn-update {
    background-color: #85878b;
}
#shopping-cart-table .sum-total-text .form-button {
    background-color: #b5b8b4 !important;
}
#success-box h2 {
    color: #85878b;
}

.success-box a, .cart-empty a {
    color: #85878b;
}

/************** Search result **************/

/* #= Catalog listing */
.catalog-listing h5 a, .catalog-listing h5 a:hover {
    color: #85878b;
}

/* #= List type */
.listing-type-list .product-shop {
    border-bottom-color: #85878b;
}

.listing-type-list .product-shop h5 a {
    color:          #85878b;
}

/* #= Accordion: cart */
.cart-sidebar-container {
	background-color: #05121d;
}
div.shopping-cart-checkout-button {
    background-color: #05121d;
}

div.shopping-cart-checkout-button a, #lang-switch-header .lang-option-dropdown a{
    border-color: #b5b8b4;
    color: #b5b8b4;
}

div.shopping-cart-checkout-button a:hover, #lang-switch-header .lang-option-dropdown a:hover {
    background-color: #39a3dc;
}

/************** Product finder **************/

.protrusion {
    background-image: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png');
}

/* #= Loading layer */
#loading-container {
    border-color: #85878b;
}

/* #= Product finder */
.adj-nav a {
    color: #fff;
}


/* #= Filter */
.search-autocomplete ul {
    border-color: #85878b;
}

/* #= Product Finder mini search */
.mini-search2 .input-text {
   border-color: #85878b;
}

/*********** Cart import ****************/
#cartimport-example {
    border-color: #85878b;
}

.input-field {
    border-color: #85878b;
}


/*********** Account **************/

/* #= Block: Account */
.block-account .block-content li.current {
    background-color: #85878b;
}

/* #= General box */
.box-account a { color: #85878b; }

/* Block: Recent Orders */
#my-orders-table .reorder {
    color:          #85878b;
}

#my-orders-table a.product-link {
    color:          #85878b;
}

/* #= Dashboard: Address book */
.addresses-list h2 {
    color:#85878b;
}

/************ Product page **************/

#scale-of-prices td.border { border-bottom:1px solid #85878b; }

#order-options tfoot td.noborder {
    color:#85878b;
}

#order-options tfoot td.center {
    border-right-color:  #85878b;
    color:#85878b;
}

input.order-options-input-disabled {
    color: #85878b;
}

.product-info-box .sku,
.product-info-box .product-name,
.blog-container .postTitle a {
    color: #39a3dc;
}

.product-info-box .product-subtitle {
    color: #39a3dc;
}

/* #= Product page: scrollbar */
.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover
{
    background: #b5b8b4;
}

/* #= Fitting products */

.listing-type-list h5 a:hover {
    color: #85878b;
}

/**************************************** Third color *****************************/

/* #= Basis */

/* Subnavigation */
.navigation li {
    color:              #ababad;
}

.navigation li a {
    color:              #ababad;
}

/* Pager */
table.view-by td {
    color:              #ababad;
}

/* Language-switcher */
div.language-switcher-compact a, div#language-switcher-text a {
    border-left-color: #ababad;
}

/* #= Header */
.shop-access li {
    /*border-left-color: #ababad;
    color:              #ababad;*/
}

.shop-access li.first-element {
    color:              #ababad;
}

/* #= Search result */

/* Accordion cart */
td.product-count {
    color:              #ababad;
}

td.product-count div {
    border-right-color: #ababad;
}

/* #= Product finder */

.filter-clear-p-disabled {
    color:              #ababad;
}

/**************************************** Fourth color *****************************/

/* #= One-page checkout */
.block-progress dt {
    background-color: #cccccf;
}

.opc .step-title {
    background-color: #cccccf;
}

/* #= Shopping cart table */
#shopping-cart-table th {
    background-color:   #cccccf;
}

/* #= Product page: scale of prices */
#scale-of-prices thead {
    background-color:   #cccccf;
}

/* #= Product page: order table */
#order-options th {
    background-color: #848484;
}

/* #= Product page: scrollbar */
.jspDrag {
    background-color:  #b5b8b4;
}

/* #= Product finder */
.accordion-toggle {
    background-color:   #cccccf;
}

/* #= Data table */
.data-table thead th {
    background-color: #cccccf;
}

/* #= My account */
/* Block: my account */
.block-account .block-content li a {
    background-color: #cccccf;
}

/* NEW */

#logo a {
	background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/css-sprite-redesign.1727265420.png') no-repeat 0 -653px;
		margin-left: 10px;
}

.resultheader .label {
	color: #39a3dc;
}

.menu-inner li {
	background-color: #05121d;
    border-top-color: #b5b8b4;
    border-right-color: #b5b8b4;
}




/* FILE: czech.css */
/* HANDLES: default,cms_page,STORE_cottonclassics_cz,THEME_frontend_default_czech,cms_index_index,page_blank,cms_page_identifier_home,cms_index_index_after,customer_logged_out,replace_product_finder_with_login_form */
#logo {
		width: 615px;
}
#logo a.logo1 {
    background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/logo_cz.1727265420.png') no-repeat scroll 0 0;
    width: 310px;

}

#logo a.logo2 {
		background: url('https://www.cottonclassics.cz/skin/frontend/default/base/images/logo_cz.1727265420.png') no-repeat scroll -310px 0;
		width: 237px;
		margin-left: 0px;
}

.header-container div.greeting{
		max-width: 170px;
		white-space: nowrap;
}

