@import url(https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:400,700&subset=latin,cyrillic-ext,cyrillic);
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    background: #fff;
    font-size: 14px;
    background: url(/images/background.png);
    color: #394858;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

#header {
    clear:both;
    float:left;
    width:100%;
    height: 106px;
    background: url(/images/head-top-background.png) repeat-x top left #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#layoutdims {
    clear:both;
    background:#eee;
    border-top:4px solid #000;
    margin:0;
    padding:6px 15px !important;
    text-align:right;
}

.colmask {
    /*position:relative;*/		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;				/* width of whole page */
    overflow:hidden;		/* This chops off any overhanging divs */
}

.holygrail {
    background:#eef5fb;    	/* Right column background colour */
}
.holygrail .colmid {
    float:left;
    width:200%;
    margin-left:-181px; 	/* Width of right column */
    position:relative;
    right:100%;
    background:#eef5fb;    	/* Centre column background colour */
}
.holygrail .colleft {
    float:left;
    width:100%;
    margin-left:-50%;
    position:relative;
    left:361px;         	/* Left column width + right column width */
    background:#eef5fb;    	/* Left column background colour */
}
.holygrail .col1wrap {
    float:left;
    width:50%;
    position:relative;
    right:180px;        	/* Width of left column */
}
.holygrail .col1 {
    margin:0 181px;     	/* Centre column side padding:
									Left padding = left column width + centre column left padding width
									Right padding = right column width + centre column right padding width */
    position:relative;
    left:200%;
    overflow:hidden;
    padding-top: 27px;
    background: #ffffff;
    border-right: 1px solid #cccccc;
}
.holygrail .col2 {
    float:right;			/* This overrides the float:left above */
    width:180px;        	/* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right: 0;         	/* Width of the left-had side padding on the left column */
}
.holygrail .col3 {
    float: right;			/* This overrides the float:left above */
    width: 181px;        	/* Width of right column content (right column width minus left and right padding) */
    margin-right: 0;  	/* Width of right column right-hand padding + left column left and right padding */
    position: relative;
    left: 50%;
    z-index: 256;
}

#footer {
    clear:both;
    float:left;
    width:100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: url(/images/footer-shadow.png) top center no-repeat #ffffff;
    height: 246px;
}

/* ****************************** */

@media (min-width:960px){
    .body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:1240px){
    .body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:1320px){
    .body {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width:1400px){
    .body {
        padding-left: 90px;
        padding-right: 90px;
    }
}

@media (min-width:1560px){
    .body {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width:1880px){
    .body {
        padding-left: 80px;
        padding-right: 80px;
    }
}

.body {
    padding-top: 13px;
    padding-bottom: 25px;
}

#header, #footer {
    min-width: 980px;
}

.footer-container, .contnent-container {
    min-width: 960px;
    max-width: 1740px;
    margin: 0 auto;
}

.head-line {
    position: relative;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    line-height: 24px;
    height: 24px;
}

.head-line .mark {
    color: #4ec26a;
}

.head-line .bold {
    font-weight: 500;
}

.head-body {
    padding: 11px;
}

.logo {
    float: left;
}

.clear {
    clear: both;
}

.input-width {
    margin-top: 15px;
    height: 23px;
    background: #fff;
    float: right;
}

.width-setter {
    height: 23px;
    margin: 0 9px;
    position: relative;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #98b9bc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #98b9bc;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #98b9bc;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #98b9bc;
}

.product-info-type {
    font-size: 0.9em;
}

.width-setter input {
    width: 130px;
    padding: 4px 9px 4px 32px;
    margin: 0;
    border: 1px solid #a8b3be;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    background: url(/images/search.png) left 5px center no-repeat;
    border-radius: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #98b9bc;
}

.in-body {
    position: relative;
    border: 1px solid #caced2;
}

.holygrail .colleft {
    border-right: 1px solid #caced2;
}

.holygrail .col3 {
    border-left: 1px solid #caced2;
}

ul.products-list {
    padding: 0;
    margin: 25px 28px 25px 47px;
}

ul.products-list li.product-container {
    float: left;
    display: block;
    margin-right: 18px;
    margin-bottom: 40px;
    height: 440px;
    position: relative;
}

.product-container-content {
    position: relative;
    z-index: 10;
}

.product-container-background {
    display: none;
    position: absolute;
    left: -10px;
    top: -10px;
    width: 262px;
    height: 460px;
    z-index: 5;
    border: 1px solid #caced2;
}

ul.products-list li.product-container:hover .product-container-background {
    display: block;
    background: #eef5fb;
}

ul.products-list li.product-container div.picture-container {
    border: 1px solid #e5e5e5;
    width: 240px;
    height: 240px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

ul.products-list li.product-container div.picture-container img {
    width: 240px;
    position: absolute;
    bottom: 0;
}

ul.size-list {
    padding: 0 0 0 2px;
    margin: 8px auto 9px auto;
    text-align: center;
    list-style-type: none;
    height: 42px;
    width: 240px;
}

ul.size-list li {
    display: inline-block;
    min-width: 20px;
    height: 18px;
    border: 1px solid #4b9c5f;
    text-align: center;
    /* margin-right: 3px; */
    color: #f9f9f9;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
    padding: 0 1px;
    margin-bottom: 3px;
    border-radius: 2px;
    background: rgba(78, 194, 106, 0.9);
}

ul.size-list li.in_stock_order {
    background: #f4f6f7;
    opacity: 0.5;
    color: grey;
    border-color: grey;
}

ul.size-list li.active-size {
    border: 2px solid #298aca;
    background: #dbeffc;
    height: 16px;
    padding: 0 2px;
    line-height: 15px;
    color: #298aca;
}

.size {
    display: block;
    float: left;
    height: 18px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin-right: 3px;
    color: #8b98a0;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 18px;
    cursor: pointer;
    padding: 0 3px;
    margin-bottom: 3px;
    border-radius: 2px;
}

a.buy-button {
    display: block;
    width: 240px;
    height: 35px;
    background: #298aca;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin: 9px 0;
    font-size: 1.2em;
}

a.buy-button:hover {
    width: 236px;
    height: 31px;
    background: #ffffff;
    border: 2px solid #298aca;
    color: #298aca;
    line-height: 31px;
}

.product-type, .product-name, .product-code {
    font-size: 14px;
}

.product-type {
    color: #394858;
    margin-bottom: 4px;
}
.product-name {
    height: 19px;
    overflow: hidden;
    width: 240px;
    margin-bottom: 4px;
}

.product-name a {
    color: #394858;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 4px;
    text-decoration: none;
}

.product-code {
    color: #98b9bc;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.contacts {
    width: 181px;
    /*height: 80px;*/
    background: #4cafe4;
    border-bottom: 1px solid #caced2;
    padding-top: 5px;
}

.contacts .phone {
    font-size: 21px;
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}

.contacts .info {
    color: #394858;
    background: url(/images/phone.png) 20px 5px no-repeat;
    height: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 50px;
    padding-top: 10px;
    line-height: 12px;
    font-size: 12px;
    width: 125px;
}

.promo-container {
    margin: 10px 0 2px 0;
    position: relative;
    height: 90px;
}
.promo {
    height: 74px;
    width: 120px;
    position: absolute;
    right: -10px;
    top: 91px;
    background: url(/images/promo.png) left top no-repeat;
    z-index: 255;

    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9em;
    padding: 8px 60px 8px 10px;
}
.promo img {
    position: absolute;
    right: 15px;
    top: 15px;
}

ul.recommend-products {
    padding: 0;
    list-style-type: none;
    margin: 10px 0 0 0;
}

ul.recommend-products li {
    height: 241px;
    margin-bottom: 14px;
}

ul.recommend-products li div.picture-container {
    border: 1px solid #e5e5e5;
    border-bottom: none;
    width: 160px;
    height: 160px;
    overflow: hidden;
    margin: 0 auto;
}

ul.recommend-products li div.picture-container img {
    width: 160px;
}


.recommend-products-data .product-name a {
    color: #ffffff;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.recommend-products-data .product-type {
    color: #ffffff;
    font-size: 12px;
}

.recommend-products-data .product-name {

    height: 16px;
    overflow: hidden;;
}

.recommend-products-data .price {
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.recommend-products-data .price .current-price {
    color: #4ec26a;
}
.recommend-products-data .price .old-price {
    color: #98b9bc;
    text-decoration: line-through;
}

.recommend-products-data {
    width: 162px;
    height: 60px;
    background: #173140;
    margin: 0 auto;
    padding-left: 10px;
    padding-top: 5px;
    line-height: 14px;
}

.breadcrumbs {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 255;
    overflow: hidden;
    min-width: 180px;
    background: #eef5fb;
    border-bottom: 1px solid #caced2;
    width: 100%;
}

.breadcrumbs ul {
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li.link {
    display: block;
    float: left;
    padding: 5px 15px 5px 25px;
    background: #ffffff;
    margin-left: -12px;
}

.breadcrumbs ul li.separator {
    display: block;
    float: left;
    width: 12px;
    height: 27px;
    background: url(/images/arrow.png) right top no-repeat;
    position: relative;
    z-index: 127;
}

.breadcrumbs ul li a, .breadcrumbs ul li {
    text-decoration: none;
    color: #394858;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer-container {
    padding-top: 40px;
    padding-left: 40px;
}

.footer-container ul.parts {
    margin: 0;
    padding: 0;
}

.footer-container ul.parts li.part {
    display: block;
    float: left;
    width: 25%;
}

.footer-container ul.parts li.part .part-head {
    font-size: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #394858;
    margin-bottom: 10px;
}

.footer-container ul.parts li.part ul {
    margin: 0;
    padding: 0;
}

.footer-container ul.parts li.part ul li {
    display: block;
    line-height: 24px;
}

.footer-container ul.parts li.part ul li a {
    color: #298aca;
    text-decoration: none;

}

.copyrights {
    clear: both;
    margin: 0 auto;
    width: 200px;
    margin-top: 150px;
    color: #51687e;
}

.catalog-container {
    margin-top: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}

ul.level-1-root {
    list-style-type: none;
    padding: 0 0 0 20px;
}

ul.level-1-root li {
    line-height: 24px;
}

ul.level-2-root {
    padding: 0 0 0 25px;
    color: #3691cd;
}

.level-2 span {
    margin-left: 5px;
    color: #98b9bc;
}

ul.catalog li a {
    color: #394858;
    text-decoration: none;
}

.filters-container {
    background: #ffffff;
    border-top: 1px solid #caced2;
    font-family: 'Roboto Condensed', sans-serif;
}

ul.filters {
    list-style-type: none;
    padding: 0;
    margin: 0;

}

ul.filters li.filter {
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 20px;
    border-bottom: 1px solid #caced2;
    min-height: 35px;
    line-height: 35px;
}

ul.filters li.filter .filter-head a {
    float: right;
    margin-right: 10px;
    width: 15px;
    text-decoration: none;
}

ul.filters li ul.filter-list {
    list-style-type: none;
    padding: 0;
    line-height: 1em;
}

ul.filters li.hide-filter ul.filter-list {
    padding: 0 0 20px 0;
}

ul.filters li ul.filter-list li {
    margin-bottom: 5px;
}

ul.filters li ul.filter-list li label {
    cursor: pointer;
}

.hide-filter .filter-list {
    height: 100px;
    overflow: hidden;
}

.hide-all-label {
    display: inline;
}

.show-all-label {
    display: none;
}

.hide-filter .hide-all-label {
    display: none;
}

.hide-filter .show-all-label {
    display: inline;
}

.filter-show-all a {
    color: #298aca;
}

.count-selected {
    background: #298aca;
    border-radius: 15px;
    color: #ffffff;
    padding: 0 6px 0 6px;
    margin-left: 5px;
}

.filter-head a {
    background: url(/images/filter-minus.png) center center no-repeat;
}

.hide-filter .filter-head a {
    background: url(/images/filter-plus.png) center center no-repeat;
}

.clear-filters {
    line-height: 35px;
    background: #298aca;
    padding-left: 20px;
}

.clear-filters a {
    color: #ffffff;
    text-decoration: none;
}

.cart-container {
    float: right;
    width: 50px;
    height: 40px;
    padding: 20px 0 0 15px;
    position: relative;
}

.cart-container a {
    /*position: relative;*/
}

.cart-container a span {
    position: absolute;
    right: 12px;
    top: 12px;
    background: #4ec26a;
    border: 1px solid #394858;
    padding: 0 5px;
    color: #ffffff;
    border-radius: 20px;
    font-size: 0.9em;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    z-index: 255;
}

.user-balance-container {
    float: right;
    width: 70px;
    height: 60px;
    padding-left: 45px;
    background: url(/images/card.png) 10px center no-repeat;
}

.user-balance-label {
    color: #394858;
    font-size: 12px;
    margin-top: 15px;
}
.user-balance-value {
    color: #394858;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: center;
}

#header .parts {
    margin-right: 390px;
    margin-left: 150px;
}

#header .parts ul.parts-list {
    width: 510px;
    margin: 18px auto 0 auto;
    padding: 0;
}

#header .parts ul.parts-list li.parts-item {
    display: inline;
    position: relative;
}

#header .parts ul.parts-list li.parts-item a.main-link, #header .parts ul.parts-list li.parts-item span.main-link {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    color: #394858;
    padding: 0 5px;
    text-transform: uppercase;
}

#header .parts ul.parts-list li.parts-item a.main-link:hover, #header .parts ul.parts-list li.parts-item span.main-link:hover {
    background: #298aca;
    color: #ffffff;
}

#header .parts ul.parts-list li.parts-item div.main-menu-container {
    display: none;
    padding: 20px 0 10px 20px;
    left: -53px;
    top: 20px;
    position: absolute;
    background: #f5f7fa;
    z-index: 511;
    width: 600px;
    border: 1px solid #cacdd3;
}

#header .parts ul.parts-list li.parts-item div.main-menu-info {
    width: 400px;
}

#header .parts ul.parts-list li.parts-item div.main-menu-container div.sub-menu-column.with-clear {
    clear: both;
}

#header .parts ul.parts-list li.parts-item div.main-menu-container div.sub-menu-column ul {
    list-style-type: circle;
}

#header .parts ul.parts-list li.parts-item div.main-menu-container .sub-menu-column .sub-menu-head {
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #298aca;
    text-transform: uppercase;
}

#header .parts ul.parts-list li.parts-item div.main-menu-container a {
    color: #394858;
    text-decoration: none;
}

#header .parts ul.parts-list li.parts-item div.main-menu-container a:hover {
    color: #298aca;
}

#header .parts ul.parts-list li.parts-item div.main-menu-container div.sub-menu-column ul li {
    float: left;
    width: 33%;
    padding-bottom: 10px;
    color: #298aca;
}

#header .parts ul.parts-list li.parts-item div.main-menu-info div.sub-menu-column ul li {
    float: none;
    width: auto;
}

#header .parts ul.parts-list li.parts-item div.main-menu-info .main-menu-content {
    width: 200px;
    margin-right: 20px;
    float: right;
}

#header .parts ul.parts-list li.parts-item div.main-menu-info .main-menu-content a {
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #298aca;
}

#header .parts ul.parts-list li.parts-item div.main-menu-info .deliv-info {
    margin-top: 0;
}

#header .parts ul.parts-list li.parts-item div.main-menu-container div.sub-menu-column ul li:hover {
    list-style-type: disc;
}

#leaveMessage {
    display: none;
}

ul.pagination {
    margin: 0;
    padding: 10px 0 10px 40px;
    border-top: 1px solid #caced2;
}

ul.pagination li {
    display: inline-block;
    color: #298aca;
    margin-right: 4px;
    padding: 2px;
}

ul.pagination li.current-page {
    background: #298aca;
    padding: 0 4px;
}

ul.pagination li.current-page a {
    color: #ffffff;
}

ul.pagination li a {
    text-decoration: none;
    color: #298aca;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

ul.special-offers {
    margin-left: 5px;
}

ul.special-offers li {
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-right: 16px;
    margin-bottom: 20px;
    padding: 9px;
}

ul.special-offers li .picture-container img {
    width: 200px;
}

ul.special-offers li .special-offers-data {
    width: 200px;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(25, 50, 65, 0.9);
    padding: 5px 10px;
}

.special-offers .special-offers-data .product-name a {
    color: #ffffff;
}

.special-offers .special-offers-data .price {
    color: #4ec26a !important;
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.special-offers .special-offers-data .price .discounted {
    text-decoration: line-through;
    color: cadetblue;
}

.special-offers-head {
    color: #394858;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: center;
}

.banner {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.content {
    margin-top: 20px;
    padding: 0px 50px;
}

/* ------------ */

.product-info-container {
    padding: 0 50px 40px 50px;
    margin-bottom: 285px;
}

.product-main-picture {
    width: 420px;
    height: 420px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.product-main-picture img {
    width: 420px;
}

.product-pictures {
    width: 420px;
}
.product-pictures ul {
    margin: 10px 0 0 0;
    padding: 0;
    width: 430px;
}

.product-pictures ul li {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 3px 5px 0;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.product-pictures ul li img {
    width: 80px;
}

.product-info-data {
    float: right;
    width: 240px;
    position: relative;
}

/* ------- */

.rating {
    position: relative;
}

.current-unit-rating {
    list-style:none;
    height: 16px;
    padding: 0;
    margin: 0;
}

.current-unit-rating li {
    float: left;
}

.unit-rating {
    list-style:none;
    height: 16px;
    position: absolute;
    /*background: url(star-grey.png) top left repeat-x;*/
    padding: 0;
    margin: 0;
}

.unit-rating li {
    text-indent: -90000px;
    float: left;
    padding: 0;
    margin: 0;
}

.unit-rating li a {
    outline: none;
    display:block;
    width:16px;
    height: 16px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0;
}

.unit-rating li a:hover {
    background: #ffffff;
}

.unit-rating li.current-rating {
    /*background: url(star-grey.png) left bottom;*/
    position: absolute;
    height: 16px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}

.unit-rating:hover {
    background: none;
}

.unit-rating li a:hover {
    background: url(star-gold.png) left center;
    z-index: 2;
    left: 0;
}

.unit-rating a.r1-unit {
    left: 0;
}

.unit-rating a.r1-unit:hover {
    width: 16px;
}

.unit-rating a.r2-unit {
    left: 16px;
}

.unit-rating a.r2-unit:hover {
    width: 32px;
}

.unit-rating a.r3-unit {
    left: 32px;
}

.unit-rating a.r3-unit:hover {
    width: 48px;
}

.unit-rating a.r4-unit {
    left: 48px;
}

.unit-rating a.r4-unit:hover {
    width: 64px;
}

.unit-rating a.r5-unit {
    left: 64px;
}

.unit-rating a.r5-unit:hover {
    width: 80px;
}

/* ---------- */

.size-table-container {
    padding: 10px;
}

.size-table-container table {
    border-collapse: collapse;
}

.size-table-container table tr {
    background: #f5f5f5;
}

.size-table-container table tr:first-of-type {
    font-weight: bold;
    background: #FFFFFF;
}

.size-table-container table td {
    border: 1px solid #999;
    padding: 5px 10px;
    font-size: 16px;
}

.size-table-head {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* ---------- */

.product-info-name {
    font-size: 20px;
}

.product-info-name-transparent {
    position: absolute;
    height: 20px;
    width: 70px;
    right: -50px;

    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 64%);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 1%, rgba(255,255,255,1) 64%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.02)), color-stop(64%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 64%);
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 64%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(255,255,255,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.product-info-code {
    color: #98b9bc;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.product-info-brief-description {
    font-size: 12px;
    margin: 10px 0 15px 0;
    height: 178px;
    overflow: hidden;
}

.product-info-rating {
    margin-top: 5px;
    height: 16px;
}

.product-info-select-size .size-list {
    height: auto;
}

.product-info-table-size a {
    text-decoration: none;
    color: #298aca;
}

.product-info-table-size a img {
    margin-right: 10px;
}

.product-info-social {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 10px 0 20px 0;
}

.product-info-social img {
    padding-top: 8px;
}

.product-info-recommend {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 285px;
    background: #eef5fb;
    width: 777px;
    border-top: 1px solid #caced2;
}

.product-info-recommend ul li {
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-right: 16px;
    margin-bottom: 20px;
    background: #ffffff;
    padding: 9px;
}

.product-info-recommend ul li .picture-container img {
    width: 200px;
}

.product-info-recommend ul li .product-info-recommend-data {
    width: 200px;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(25, 50, 65, 0.9);
    padding: 5px 10px;
}

.product-info-recommend ul li .product-info-recommend-data .product-name a {
    color: #ffffff;
}

.product-info-recommend ul li .product-info-recommend-data .price {
    color: #4ec26a !important;
    line-height: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.product-info-recommend ul li .product-info-recommend-data .price .discounted {
    text-decoration: line-through;
    color: cadetblue;
}

.product-info-recommend-head {
    color: #394858;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 20px 0 20px 40px;
}

.product-info-buy-button, .product-buy-button {
    position: relative;
}

.not-set-variant {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 30px;
    width: 206px;
    height: 31px;
    background: url(/images/warning.png) 42px center no-repeat #ffffff;
    border: 2px solid #298aca;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #298aca;
    text-align: center;
    line-height: 32px;
    font-size: 1.2em;
}

/* ------ */
#axcrt {
    background: url(/images/background.png);
    padding: 50px;
    border: 1px solid #caced2;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
}

#promo-code-message {
    display: none;
}

.cart-content {
    margin: 40px 50px 0 50px;
}

.cart-image {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    float: left;
}

.cart-image a img {
    width: 80px;
}

.cart-product-data {
    margin-left: 100px;
}

.head-row td {
    background: #eef5fb;
    padding: 5px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    border-right: 2px solid #ffffff;
}

th {
    background: #eef5fb;
    padding: 5px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    border-right: 2px solid #ffffff;
}

.cart-num {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.cart-item-amount {
    position: relative;
    width: 120px;
}

.cart-remove-link {
    display: none;
    position: absolute;
    right: 0;
    top: -40px;
    padding-left: 12px;
    background: url(/images/bucket.png) left center no-repeat;
    color: #298aca;
    text-decoration: none;
}

.promo-code-container {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.promo-code-form {
    position: relative;
    width: 320px;
}

.promo-code-form span {
    margin-right: 10px;
}

.promo-code-form a {
    position: absolute;
    right: 4px;
    top: 3px;
}

.promo-code-form input {
    width: 130px;
    height: 24px;
    border: 1px solid #a8b3be;
    padding: 1px 106px 1px 4px ;
}

a.button {
    display: block;
    height: 22px;
    background: #298aca;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
    padding: 0 10px;
}

.cart-total {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
}

.cart-body-row td {
    border-bottom: 1px solid #caced2;
    padding: 10px 0;
}

.cart-total-row td {
    padding: 20px 0;
}

.cart-product-data {
    font-size: 12px;
}

.cart-product-data div {
    margin-bottom: 4px;
}

.cart-product-data .cart-product-code {
    color: #98b9bc;
}

.cart-product-data .cart-product-name {
    width: 220px;
    height: 16px;
    overflow: hidden;
    color: #298aca;
}

.cart-content table {
    width: 100%;
}

.cart-count-input span {
    margin: 0 5px;
}

.cart-count-input a {
    position: relative;
}

.cart-count-input a img {
    position: relative;
    bottom: -5px;
}

.order-data-container, .fast-order-data-container {
    background: #eef5fb;
    padding: 25px 40px 25px 50px;
    border: 1px solid #caced2;
    border-left: none;
    border-right: none;
}

/* ------ */

.cart-recommend {
    height: 360px;
    background: #eef5fb;
    width: 777px;
    border-top: 1px solid #caced2;
}

.cart-recommend ul li {
    float: left;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-right: 40px;
    margin-bottom: 20px;
    background: #ffffff;
}

.cart-recommend ul li .picture-container img {
    width: 200px;
}

.cart-recommend ul li .cart-recommend-data {
    width: 200px;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(25, 50, 65, 0.7);
    padding: 5px;
}

.cart-recommend ul li .cart-recommend-data .product-name a, .cart-recommend ul li .cart-recommend-data .price {
    color: #ffffff;
}

.cart-recommend-head {
    color: #394858;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 20px 0 20px 40px;
}

.order-confirm-container {
    padding: 20px;
    text-align: center;
}

.order-confirm-button {
    display: block;
    width: 340px;
    height: 35px;
    background: #298aca;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    font-size: 1.2em;
    margin: 0 auto;
}

.order-data-part {
    float: left;
    width: 340px;
    min-height: 150px;
}

.order-data-part .form-row label {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    width: 110px;
}

.order-data-shipping-select {
    width: 210px;
    display: none;
}

.form-row {
    position: relative;
    padding: 0 0 15px 0;
}

.form-row input[type=text], .form-row input[type=password] {
    height: 24px;
    border: 1px solid #9faebc;
    border-radius: 1px;
    font-size: 1.2em;
    width: 202px;
    padding: 0 4px;
}

.form-row input[type=checkbox] {
    margin: 0;
    width: 24px;
    height: 24px;
}

.form-row select {
    height: 24px;
    border: 1px solid #9faebc;
    border-radius: 1px;
    width: 210px;
    font-family: 'Roboto Condensed', sans-serif;
}

.form-row textarea {
    position: absolute;
    width: 202px;
    height: 70px;
    padding: 4px;
    margin: 0;
    border: 1px solid #9faebc;
    left: 112px;
}

.subscribe-note {
    color: #9faebc;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 10px;
    position: absolute;
    left: 135px;
    top: 4px;
    cursor: pointer;
}

.order-data-head {
    color: #394858;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.order-data-head-reg {
    color: #394858;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    width: 350px;
    text-transform: uppercase;
}

.order-data-head  a {
    color: #0088cc;
    text-decoration: none;
}

.order-data-note {
    width: 480px;
    color: #9faebc;
    margin-bottom: 20px;
    font-size: 12px;
}

.cart-info-items {
    position: absolute;
    right: 0;
    top: 50px;
    width: 540px;
    z-index: 511;
    background: #ffffff;
    border: 1px solid #cacdd3;
    padding: 20px;
    display: none;
}

.cart-info-items ul, .cart-iframe-info-items ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px 0;
}

.cart-info-items ul li, .cart-iframe-info-items ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.cart-info-items ul li .cart-image-container, .cart-iframe-info-items ul li .cart-image-container {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #cacdd3;
}

.cart-info-items ul li .cart-image-container a img, .cart-iframe-info-items ul li .cart-image-container a img {
    width: 80px;
}

.cart-info-items ul li .cart-product-price, .cart-iframe-info-items ul li .cart-product-price {
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.cart-info-head {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.cart-hover-fon {
    position: absolute;
    background: url(/images/cart-white.png) 7px center no-repeat #298aca;
    width: 45px;
    height: 40px;
    left: 8px;
    top: 11px;
    display: none;
    z-index: 244;
}

.cart-iframe-info-items {
    background: #eef5fb;
    padding: 20px 0 20px 20px;
}

.login-container {
    float: right;
    color: #298aca;
    padding-left: 20px;
    background: url(/images/user.png) left center no-repeat;
    margin-right: 10px;
}

.login-container a {
    color: #298aca;
    text-decoration: none;
}

/* ------ */

#shipping, #payment {
    float: right;
    margin: 0 16px 0 0;
    /*font-family: 'Roboto Condensed', sans-serif;*/
}

.dropdown dd, .dropdown dt, .dropdown ul {
    margin: 0;
    padding: 0;
}

.dropdown dd {
    position: relative;
    z-index: 255;
}

.dropdown a, .dropdown a:visited {
    color: #394858;
    text-decoration: none;
    outline: none;
}

.dropdown a:hover {

}

.dropdown dt a:hover, .dropdown dt a:focus {

}

.dropdown dt a {
    background: #ffffff url(/images/select-arrow.png) no-repeat scroll right 5px center;
    display: block;
    padding-right: 10px;
    border: 1px solid #9faebc;
    width: 200px;
    position: relative;
}

.dropdown dt a span {
    cursor: pointer;
    display: block;
    padding: 2px 4px;
    font-family: 'Roboto Condensed', sans-serif;
}

.dropdown dd ul {
    background: #ffffff;
    border: 1px solid #9faebc;
    display: none;
    right: 0;
    padding: 0 5px;
    position: absolute;
    top: -1px;
    width: 550px;
    list-style:none;
}

.dropdown span.value {
    display: none;
}

.dropdown dd ul li div.option {
    margin: 5px 0;
    padding: 2px 5px;
    display: block;
    cursor: pointer;
    position: relative;
}

.dropdown dd ul li div.option a {
    color: #298aca;
}

.dropdown dd ul li {
    border-bottom: 1px solid #caced2;
}

.dropdown dd ul li div.option:hover {

    background-color: #e9f3fa;
}

.dropdown img.flag {
    border: none;
    vertical-align: middle;
    margin-left: 10px;
}

.payment-detail {
    margin: 5px 0px 5px 0;
}

.payment-detail .payment-name {
    margin: 0 100px 5px 0;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.payment-detail .payment-logo {
    width: 100px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
    text-align: center;
}

.payment-detail .payment-description {
    margin: 0 100px 0 0;
    font-size: 12px;
}

.shipping-detail {
    margin-right: 100px;
}

.shipping-detail .shipping-name {
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 5px;
}

.shipping-detail .shipping-description {
    margin: 0;
    font-size: 12px;
}

.shipping-detail .shipping-free-message {
    color: #98b9bc;
    font-size: 12px;
}

.shipping-detail .shipping-free-message span {
    color: #4ec26a;
}

.shipping-price {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0%, -50%);
    text-align: center;
}

.shipping-price div {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.shipping-price span {
    color: #4ec26a;
    font-family: 'Roboto Condensed', sans-serif;
}

.shipping-cost-free {
    text-decoration: line-through;
}

a.dropdown-select {
    border-bottom: none!important;
    z-index: 256;
}

.order-confirm-message {
    padding: 20px;
    border-bottom: 1px solid #caced2;
    background: #ffffff;
}

.order-confirm-message h3 {
    margin-top: 0;
}

.iframe-container {
    background: #f5f7fa;
}

.iframe-content {
    padding: 20px;
}

.iframe-header {
    margin-bottom: 20px;
    border-bottom: 1px solid #cacdd3;
    height: 100px;
    background: url(/images/logo-bw.png) center no-repeat;
}

a.login-button {
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
}

a.registration-button {
    display: inline-block;
    padding: 5px 10px;
    font-size: 18px;
    margin-right: 80px;
}

.login-error {
    text-align: center;
    margin-bottom: 10px;
    color: #881b1b;
}

.login-form-container .form-row label {
    width: 60px;
    margin-left: 25px;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.register-form-container .form-row label {
    width: 60px;
    margin-left: 25px;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
}

.register-form-container .subscribe-note {
    left: 120px;
}

.forgot-password {
    margin-left: 88px;
}

.forgot-password a {
    font-size: 12px;
    color: #298aca;
}

.login-form-buttons, .registration-form-buttons {
    margin: 20px 0 10px 0;
    text-align: center;
    position: relative;
}

.register-button {
    color: #298aca;
    margin-left: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
}

.go-login-button {
    display: inline-block;
    color: #298aca;
    margin-left: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
    width: 80px;
    text-align: left;
    position: absolute;
    top: 0;
    right: 20px;
}

.empty-cart-message {
    text-align: center;
    padding: 30px 0 50px 0;
    font-size: 18px;
}

.active-link a {
    font-weight: 700;
}

.active-link {
    list-style-type: disc;
}

.active {
    font-weight: 700;
}

.base-content-container {
    padding: 20px 40px;
}

.order-contact-info td {
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 5px;
}

.order-contact-info tr td:first-child {
    width: 100px;
    font-weight: 700;
}

.change-address, .set-address {
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 25px;
    background: url(/images/point.png) left center no-repeat;
    color: #298aca;
    text-decoration: none;
    font-size: 12px;
}

.change-address {
    float: right;
    margin-right: 25px;
}

.user-menu-container {
    margin-top: 25px;
    border-bottom: 1px solid #caced2;
}

.user-menu-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.user-menu-container ul li {
    border-top: 1px solid #caced2;
    padding: 10px;
    background: #ffffff;
}

.user-menu-container ul li a {
    text-decoration: none;
    color: #394858;
    font-family: 'Roboto Condensed', sans-serif;
}

.base-head {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.user-contact-info {
    margin-bottom: 10px;
}

.user-contact-info td {
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 5px;
}

.user-contact-info tr td:first-child {
    width: 120px;
    font-weight: 700;
}

.base-link {
    color: #298aca;
    font-size: 12px;
    text-decoration: none;
}

.line-separator {
    height: 20px;
}

.save-button {
    display: block;
    width: 340px;
    height: 35px;
    background: #298aca;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    font-size: 1.2em;
    margin: 0 auto;
}


.user-contact-info-edit {
    margin-bottom: 10px;
}

.user-contact-info-edit td {
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    padding-bottom: 10px;
}

.user-contact-info-edit td input {
    width: 240px;
    border: 1px solid #a8b3be;
    height: 20px;
    padding: 2px 4px;
}

.user-contact-info-edit td select {
    width: 250px;
    border: 1px solid #a8b3be;
    height: 24px;
}

.user-contact-info-edit td textarea {
    width: 240px;
    border: 1px solid #a8b3be;
    height: 50px;
    padding: 2px 4px;
}

.user-contact-info-edit tr td:first-child {
    width: 120px;
    font-weight: 700;
}

.address-list {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

.middle {
    text-align: center;
    vertical-align: middle;
}

.address-list tr td {
    padding: 10px;
    border-bottom: 1px solid #caced2;
}

.delete-link {
    padding-left: 12px;
    background: url(/images/bucket.png) left center no-repeat;
    color: #298aca;
    text-decoration: none;
}

.edit-link {
    padding-left: 17px;
    background: url(/images/edit.png) left center no-repeat;
    color: #298aca;
    text-decoration: none;
    margin-right: 10px;
}

.edit-col {
    width: 150px;
}

.description {
    font-size: 12px;
    margin-bottom: 20px;
}

.zone-selector {
    display: none;
}

/* ----- */

ul.brands-list {
    padding: 0;
    margin: 25px 28px 25px 47px;
}

ul.brands-list li.brand-container {
    float: left;
    display: block;
    margin-right: 18px;
    position: relative;
}

ul.brands-list li.brand-container .brief-description {
    width: 242px;
    margin-top: 10px;
    height: 80px;
    font-size: 12px;
    margin-bottom: 10px;
}

ul.brands-list li.brand-container div.picture-container {
    border: 1px solid #e5e5e5;
    width: 240px;
    height: 240px;
    overflow: hidden;
}

ul.brands-list li.brand-container div.picture-container img {
    width: 240px;
}

.admin-link {
    font-size: 12px;
    color: #298aca;
    float: right;
}

/* css checkbox */

input[type=checkbox].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=checkbox].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label.clr {
    padding-left:24px;
    height:19px;
    display:inline-block;
    line-height:19px;
    background-repeat:no-repeat;
    background-position: 0 0;
    vertical-align:middle;
    cursor:pointer;
    overflow: hidden;
}

input[type=checkbox].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox + label.css-label.chk {
    background-position: 0 -19px;
}

label.css-label {
    background-image:url(/images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input, select, textarea {
    color: #394858;
}

.add-order-address {
    margin-top: 20px;
}

.add-order-address label {
    font-weight: 700;
}

.add-order-address td {
    vertical-align: top;
    padding-right: 40px;
    padding-bottom: 10px;
}

.add-order-address input {
    width: 200px;
    padding: 4px;
    margin: 0;
}

.add-order-address select {
    width: 212px;
    padding: 4px;
    margin: 0;
}

.add-order-address textarea {
    width: 202px;
    height: 57px;
    padding: 4px;
    margin: 0;
}

.add-order-address-note {
    margin-top: 40px;
}

.deliv-info, .return-info {
    margin-left: 30px;
    background: url(/images/deliver.png) left center no-repeat;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 20px;
}

.return-info {
    background: url(/images/return.png) left center no-repeat;
}

.right-block-content {
    margin-left: 30px;
    font-size: 12px;
    margin-right: 10px;
}

.right-block-content a {
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #298aca;
}

/**/

.dropdown-currency {
    width: 175px;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    left: 70px;
    top: 0;
    z-index: 256;
}

.dropdown-currency dd {
    margin: 0;
    position: relative;
    top: -1px;
}

.dropdown-currency dt a {
    width: 40px;
    display: block;
    padding: 0 5px;
    text-decoration: none;
    color: #298aca;
    background: url('/images/arrow-down.png') right 5px center no-repeat;
}

.dropdown-currency dt a.dropdown-select {
    background: url('/images/arrow-up.png') right 5px center no-repeat #f5f7fa;
    border: 1px solid #cccccc;
    border-bottom: none;
    position: relative;
    z-index: 257;
    color: #394858;
}

.dropdown-currency dd ul {
    display: none;
    color: #394858;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border: 1px solid #cccccc;
}

.dropdown-currency dd ul li {
    background: #f5f7fa;
    padding: 4px;
    cursor: pointer;
}

.dropdown-currency dd ul li span {
    display: none;
}

.dropdown-currency dd ul li div.option {
    padding: 0 5px;
}

.dropdown-currency dd ul li div.option:hover {
    background: #d7e7f3;
}

.currency-detail img {
    float: right;
    margin: 5px 0 5px 0;
}

/**/

.dropdown-language {
    width: 70px;
    margin: 0;
    padding: 0;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 256;
}

.dropdown-language dd {
    margin: 0;
    position: relative;
    top: -1px;
}

.dropdown-language dt a {
    width: 46px;
    display: block;
    padding: 0 5px;
    text-decoration: none;
    color: #298aca;
    background: url('/images/arrow-down.png') right 5px center no-repeat;
}

.dropdown-language dt a.dropdown-select {
    background: url('/images/arrow-up.png') right 5px center no-repeat #f5f7fa;
    border: 1px solid #cccccc;
    border-bottom: none;
    position: relative;
    z-index: 257;
    color: #394858;
}

.dropdown-language dd ul {
    display: none;
    color: #394858;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border: 1px solid #cccccc;
}

.dropdown-language dd ul li {
    background: #f5f7fa;
    padding: 4px;
    cursor: pointer;
}

.dropdown-language dd ul li span {
    display: none;
}

.dropdown-language dd ul li div.option {
    padding: 0 5px;
}

.dropdown-language dd ul li div.option:hover {
    background: #d7e7f3;
}

/**/

.children-size-label {
    font-size: 11px;
}

.cart-cap {
    background: url(/images/tshirt-grey.png) center no-repeat #ffffff;
}

.page-size p, .page-size li {
    font-size: 13px;
}

.page-size-head {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}

.page-size-head span {
    color: #298aca;
}

.page-size-image {
    float: left;
    margin-right: 40px;
}

.page-size-note {
    margin: 10px 0 0 0;
    padding: 0;
}

.page-size table {
    width: 100%;
    margin-top: 20px;
}

.page-size table th {
    font-weight: normal;
}

.page-size table th:first-of-type {
    width: 190px;
}

.page-size table td {
    font-size: 13px;
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #caced2;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
}

.page-size table tr td:first-child, .page-size table tr th:first-child {
    text-align: left;
    padding-left: 20px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.page-size table td span {
    font-weight: bold;
}

.information-page {
    padding: 0 40px 40px 40px;
}

.information-page-head {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
    margin-top: 40px;
    clear: both;
}

.information-page-body {
    font-size: 12px;
}

.information-page-link {
    float: right;
    font-size: 12px;
    color: #298aca;
    text-decoration: none;
}

.article {
    padding: 40px;
    font-size: 12px;
}

.article a {
    font-size: 12px;
    color: #298aca;
    text-decoration: none;
}

/**/

.slidesjs-navigation {
    margin-top:3px;
}

.slidesjs-previous {
    margin-right: 5px;
    float: left;
}

.slidesjs-next {
    margin-right: 5px;
    float: left;
}

.slidesjs-pagination {
    margin: 6px 0 0;
    float: right;
    list-style: none;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(/images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}

.slider-container {
    width: 680px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 48px;
}

select.select_razmer {
    margin-top: 10px;
    width: 240px;
}

div.children-size-list {
    padding: 6px 2px 2px 2px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-bottom: 6px;
}

div.in-stock-basic {
    display: none;
    text-align: center;
    border: 1px solid;
    padding: 5px;
    font-weight: bold;
    background: #f4f6f7;
}

div.in-stock-green {
    border-color: #4b9c5f;
    background: rgba(78, 194, 106, 0.9);
    color: #f9f9f9;
}

div.in-stock-yellow {
    background: #f4f6f7;
    color: #394858;
    border-color: #ccc;
}

div.footer-text {
    padding: 20px 40px 20px 40px;
    border-top: 1px solid #caced2;
}

h1.category-h1 {
    margin-left: 40px;
    font-size: 24px;
}

h1.aux-page-h1 {
    padding: 10px 40px 10px 40px;
    margin: 0;
    border-bottom: 1px solid #caced2;
}

.sitemap ul {
    list-style-type: none;
}
.sitemap a {
    color: #394858;
    font-family: 'Roboto Condensed', sans-serif;
}

.cross_links {
    background: #eef5fb;
    padding: 5px;
}

.cross_links a {
    color: #298aca;
}

.footer-breadcrumbs a {
    color: #298aca;
    text-decoration: none;
}

.buy-button .old-price {
    text-decoration: line-through;
    color: #2e4959;
    /*display: none;*/
}

.dropdown-shipping dt a span {
    overflow: hidden;
    white-space: nowrap;
}
