/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face {
    font-family: 'myriad-regular';
    src: url('./fonts/MYRIADPROREGULAR.eot');
    src: local('fonts/MYRIADPROREGULAR'), url('./fonts/MYRIADPROREGULAR.woff') format('woff'), url('./fonts/MYRIADPROREGULAR.ttf') format('truetype');
}
@font-face {
    font-family: 'myriad-light';
    src: url('./fonts/MyriadPro-Light.eot');
    src: local('./fonts/MyriadPro-Light'), url('./fonts/MyriadPro-Light.woff') format('woff'), url('./fonts/MyriadPro-Light.ttf') format('truetype');
}


html,
button,
input,
select,
textarea {
    color: #222;

}

input[type=text],
input[type=submit],
input[type=password],
textarea{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    box-shadow: none !important;
}

html {
    line-height: 1.4;
}

ul {
    margin: 0;
    padding: 0;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}



html {
    position: relative;
    min-height: 100%;
    font-family: 'myriad-regular', sans-serif;
/*    -webkit-font-smoothing: antialiased;
*/}

body {

    font-family: 'myriad-regular', sans-serif;
}

a, a:focus, a:active, a:hover{
    text-decoration: none;
    outline: none;
}



/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.wrapper {
    margin: 0 auto;
    /*width: 1200px;*/
}

.wrapper404{
    width:100%;
    height:100%;
}

.font-regular {
   
}

.font-museo {
   /* font-family: 'museo900regular', sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
}

.no-margin {
    margin: 0;
}

/*Header*/
.header-top-line {
    width: 100%;
    height: 30px;
    background: #d3dcfe;
    border-bottom: 1px solid #bccafe;
}
.phone-num {
    float: left;
    line-height: 29px;
    margin-right: 10px;


}
.phone-num img {
    margin-right: 5px;
}
.phone-num, .phone-num a {
    font-size: 14px;
    color: #0074c3;
    font-family: 'myriad-regular', sans-serif;
}
ul.topline-menu li a {
    font-size: 14px;
    color: #0074c3;
    font-family: 'myriad-regular', sans-serif;
    line-height: 29px;
}
ul.topline-menu li{
    position: relative;
}
ul.topline-menu li:before{
    content: "";
    /* display: inline-block; */
    font-family: FontAwesome;
    font-size: inherit;
    position: absolute;
    font-size: 14px;
    line-height: 29px;
    right: 17px;
    color: #0074c3;
    /* top: 10px; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.topline-menu {
    float: right;
}
ul.topline-menu li:last-child:before {
    right: -15px;
}

header {
    /*position: relative;*/
    top: 0px;

    /*z-index: 9;*/
    height: 120px;
    width: 100%;
    background: #91a7ff;
    /*border-bottom: 1px solid #027cd5;*/
    border-bottom: 5px solid #fff;
}
.marquee {
    overflow: hidden;
    white-space: nowrap;
    background: #91a7ff;
    /* padding: 5px; */
    height: 34px;
    color: #e40311;
    line-height: 34px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.main-bg {
    background: url(/img/main-bg.png) no-repeat;
    background-position: 50% 0;
    /* background-size: cover; */
}


header .logo {
    /*width: 275px;*/
    text-align: center;
    padding:8px 0px;
    float: left;
    position: relative;
}
.cart-qty-button {
    position: absolute;
}
header .logo img{
    float:left;
    /*width:200px;*/
}

header .logo a{

}
.search-string span {
    font-size: 13px;
    color: #0074c3;
    font-family: myriad-regular, sans-serif;
}
.search-string {
    color: #c3e4f6;
    font-size: 13px;
    font-family: myriad-regular, sans-serif;
}

header .header-center {
    float: left;
    /*width:925px;*/
}
header .header-center .contact-info{
    float:left;
}

header .header-center .contact-info ul {
    padding-top: 10px;
    list-style: none;
    width:154px;
    float:left;
}

header .header-center .contact-info ul li {
    float: left;
    color: #808080;
    font-size: 14px;
    margin-right: 20px;
    line-height: 20px;
    font-weight: lighter;
}

header .header-center .contact-info ul li:last-child {
    margin-right: 0;
}

header .header-center .contact-info ul li a {
    color: #808080;
    font-size: 14px;
    text-decoration: none;
    font-weight: lighter;
}

header .header-center .contact-info ul li a:hover {
    color: #027cd5;
}

header .header-center .contact-info ul li.phone {
    background: url("/img/phoneheaderv2.png") no-repeat left;
    padding-left: 25px;
    float:left;
}

header .header-center .contact-info ul li.location {
    background: url("/img/mapheaderv2.png") no-repeat left;
    padding-left: 24px;
    margin-left:1px;
}

header .header-center .contact-info ul li.social {
    height: 30px;
    width: 30px;
    margin-right: 7px;
}

header .header-center .contact-info ul li.social a {
    width: 30px;
    height: 30px;
    float: left;
}

header .header-center .contact-info ul li a.draugiem {
    background: url("/img/social.png") 0px 0px;
}

header .header-center .contact-info ul li a.draugiem:hover {
    background: url("/img/social.png") 0px 30px;
}

header .header-center .contact-info ul li a.fb {
    background: url("/img/social.png") -30px 0px;
}

header .header-center .contact-info ul li a.fb:hover {
    background: url("/img/social.png") -30px 30px;
}

header .header-center .contact-info ul li a.twetter {
    background: url("/img/social.png") -60px 0px;
}

header .header-center .contact-info ul li a.twetter:hover {
    background: url("/img/social.png") -60px 30px;
}

header .header-center .contact-info ul li a.googlep {
    background: url("/img/social.png") -90px 0px;
}

header .header-center .contact-info ul li a.googlep:hover {
    background: url("/img/social.png") -90px 30px;
}

/*Search form*/
header .header-center .search-form {

    z-index: 99998;
    position: relative;
    padding: 17px 0px 0px 0px;
    float: left;
    margin-left: 20px;
}

header .header-center .search-form .search-by-category {
    background: url("/img/auth-arrow.png") no-repeat top right;
    width: 126px;
    height: 38px;
    cursor: pointer;
    border: 1px solid #999;
    border-left-color: #cccccc;
    border-right: 0;
    float: left;

}


header .header-center .search-form .search-by-category:hover {
    background:  url("/img/auth-arrow.png") no-repeat bottom right;
    cursor: pointer;
}

header .header-center .search-form input[type=text] {
    float: left;
    border: 1px solid #a7b9ff;
    border-right: 0;
    width:450px;
    height: 35px;
    padding: 0px 15px;
    color: #999;
    font-size: 15px;
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    border-top-left-radius: 3px;
    }
.logo span {
    color: white;
    position: absolute;
    bottom: -8px;
    right: 20px;
    font-size: 13px;
    font-family: myriad-regular, sans-serif;
}

header .header-center .search-form input[type=text]:focus {
    outline: none;
}

header .header-center .search-form button.search-button {
    background: #0074c3 url(/img/search-icon.png) no-repeat center;
    width: 50px;
    height: 35px;
    border: 1px solid #a7b9ff;
    border-left: 0;
}

header .header-center .search-form button.search-button:hover {
    background-color: #808080;
    border-color: #808080;
}

header .header-center .search-form .search-by-category .category-list {
    width: 300px;
    position: relative;
    z-index: 999;
    right: 1px;
    color:#808080;
    display: none;
}

header .header-center .search-form .search-by-category .category-list ul {
    list-style: none;
    color: #808080;
    padding: 20px 0;
    float:left;
    background: #fff;
    border: 1px solid #999;
    cursor: default;
}

header .header-center .search-form .search-by-category .category-list ul li {
    padding: 0px 25px;
    line-height: 20px;
     font-size:15px;
    text-align: left;
    cursor: pointer;
}

header .header-center .search-form .search-by-category .category-list ul li.search-all{
    margin-bottom:20px;
}

header .header-center .search-form .search-by-category .category-list ul li:hover {
    color: #0071bc;
}

header .header-center .search-form .search-by-category.active {
   color: #0071bc;
}

header .header-center .search-form .search-by-category .search-catalog-img {
    float:left;
    color:#808080;
    font-size: 12px;
    padding-left:10px;
    font-weight: lighter;
    height:38px;
    vertical-align: middle;
    width:100px;
}

header .header-center .search-form .search-by-category .search-catalog-img tr td{
 vertical-align: middle;
 padding-left:10px;
}

.autocomplete-suggestions{
    background-color: white;
    line-height: 30px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    /*position:fixed !important;*/
    /*top: 82px !important;*/
    margin-top: -5px;
    overflow: hidden;
}

.autocomplete-suggestions .autocomplete-suggestion{
     padding:0px 15px;
     color: #999;
}
.lego-shop a {
    color: black;
}
.deliv_block a {
    color: black;
}
.col-md-4.delivery-info {
    text-align: center;
    margin-top: 30px;
    border-right: 2px solid #91a7ff;
}
.delivery-title {
    font-size: 20px;
    color: #91a7ff;
    min-height: 60px;
}
.delivery-description {
    font-size: 16px;
    line-height: 1.3;
    /*min-height: 400px;*/
}
.delivery-price {
    margin-top: 20px;
    font-size: 18px;
    padding: 10px 0;
    border-top: 2px solid #91a7ff;
    border-bottom: 2px solid #91a7ff;
    background: #f7f7f7;
}
.delivery-info .price_block span {
    color: red;
    font-weight: 600;
}
.delivery-info .price_block {
    font-size: 20px;
}
.col-md-4.delivery-info:nth-child(3n+3) {

    border-right: none;
}
.autocomplete-suggestions .autocomplete-suggestion strong{
    color:#027cd5;
}

.autocomplete-suggestions .autocomplete-selected{
    background-color: #027cd5;
    color:white;
}

.autocomplete-suggestions .autocomplete-selected strong{
    color:#ff9900;
}

.search-empty-result{
    width:100%;
    float:left;
    text-align: center;
    margin:50px 0px;
    font-size: 30px;
    color:#027cd5;
}

/*Search form*/


.lng{
    height:45px;
    text-transform: uppercase;
    float:right;
    margin-right:14px;
}


.lng a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding:0px 5.5px;
    font-weight: lighter;
    line-height: 45px;
    float:left;
}

.lng a:hover{
    background: #333;
}

.lng ul {
    list-style: none;
}

.lng li {

    float:left;
}

.lng li.active {
    display: block;
}

header .header-right {

    /* margin-top: 40px; */
    margin-left: 10px;
    float: right;
}


/*Auth*/
header .header-right .header-buttons {
    color: #999999;
}

header .header-right .header-buttons ul {
    list-style: none;
}

header .header-right .header-buttons ul li {
    float: left;
    width:100%;
    text-align: left;
    cursor: pointer;
    padding:8px 0px;
}

header .header-right .header-buttons ul li.hr-class{
    padding-bottom:13px;
    margin-bottom: 5px;
    border-bottom: 1px solid #004699;
}

header .header-right .header-buttons ul li:first-child.active {
    position: relative;
    border-bottom:0;
    z-index: 9999;
}

header .header-right .header-buttons ul li:first-child {

}

header .header-right .header-buttons ul li:first-child.active {
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}

header .header-right .header-buttons ul li:last-child {

}

header .header-right .header-buttons ul li a{
    color:#004699;
    text-decoration: none;
    font-size:12px;
    line-height: 14px;
    float:left;
    width:100%;
}

header .header-right .header-buttons ul li a:hover{
    text-decoration: underline;
}

header .header-right .header-buttons span {
    color: #333333;
    text-decoration: none;
    /* height: 40px; */
    line-height: 40px;
    /* float: left; */
    /* font-size: 12px; */
    /* font-weight: lighter; */
    width: 160px;
    /* background: url(/img/auth-arrow.png) no-repeat right top; */
}

header .header-right .header-buttons span .userp{
    background: url(/img/steps-icon.png) no-repeat center center;
    float: left;
    height: 40px;
    width: 40px;
}

header .header-right .header-buttons span.login_in{
        line-height: 12px;
        padding-top:8px;
        height:32px;
}

header .header-right .header-buttons span.login_in .userp{
    position:relative;
    top:0;
}
.fancybox-overlay{
    z-index: 999999!important;
}
.deliv_img img{
    max-width: 100%;
}
header .header-right .header-buttons .auth-button {
    height:38px;
    width: 160px;
    /*border:1px solid #999;*/
    cursor: pointer;
}
.brand-examples {
    padding: 0 15px;
}
.right-bar.static-page iframe {
    max-width: 100%;
}
header .header-right .header-buttons:hover span .userp{
    /*background: #fff url('/img/auth-profile.png') left bottom no-repeat;*/
}

header .header-right .header-buttons:hover .auth-button{
    /*border:1px solid #004699;*/

}

header .header-right .header-buttons:hover span{
    /*color:#004699;*/
    /*background: url("/img/auth-arrow.png") no-repeat right bottom;*/
}

header .header-right .header-buttons .active .auth-button {
    position: relative;
    height: 40px;
    z-index: 9999;
    background: #fff
}

header .header-right .header-buttons .header-popup {
    display: none;
}

/*Login form*/
header .header-right .login-form span {
    background: none;
    padding: 0;
    margin: 0;
    float:left;
    width:100%;   
}

header .header-right .login-form {
    background: #fff;
    position: absolute;
    z-index: 999;
    border: 1px solid #004699;
    width: 140px;
    margin-left: 0px;
    padding: 10px;
    margin-top: -1px;
}

header .header-right .login-form .login-title {
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}


header .header-right .login-form input[type=password],
header .header-right .login-form input[type=text] {
    border: 1px solid #999;
    height: 30px;
}

header .header-right .login-form input[type=text] {
    width: 330px;
    padding-left: 10px;
    font-size: 12px;
}

header .header-right .login-form input[type=password] {
    padding-left: 10px;
    font-size: 12px;
}

header .header-right .login-form .login-password {
    float: right;
}

header .header-right .login-form .login-password span a{
    display: block;
    color:#027cd5;
    text-align: center;
}

header .header-right .login-form .text-blue {
    color: #027cd5;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    top: 0;
    width:100%;
}

header .header-right .login-form .login-radio {
    color: #333;
    font-size: 15px;
    margin-top: 5px;
}

header .header-right .login-form .login-radio input[type=radio] {
    margin-top: 5px;
    position: relative;
    top: 1px;
}

header .header-right .login-form .login-radio label{
    cursor:pointer;
}

header .header-right .login-form .login-radio .password-div{
    line-height: 35px;
}

header .header-right .login-form button {
    background: #027cd5;
    padding: 5px 15px;
    border: 0;
    color: #fff;
    margin-top: 15px;
}

header .header-right .login-form .profile-btn{
    float:left;
}

header .header-right .login-form .logout-btn{
    float:right;
}

header .header-right .login-form .logout-btn a,
header .header-right .login-form .profile-btn a{
    color:#0e8ccc;
    text-decoration: none;
}
header .header-right .login-form .logout-btn a:hover,
header .header-right .login-form .profile-btn a:hover{
    color: #ff9900
}

/*Login form*/

/*Auth*/

/*Header*/

/*Top bar*/
.top-bar {
    height: 40px;
    background: #ffdd00;
}
.top-bar .catalog-title {
    background: #91a6fe;
    line-height: 40px;
    color: #333333;
    text-align: left;
    /* width: 215px; */
    z-index: 8;
    height: 40px;
    float: left;
    font-weight: 800;
    /* display: none; */
    text-transform: uppercase;
    /* padding-left: 60px; */
    padding-left: 59px;
    /* text-align: center; */
    font-family: myriad-regular, sans-serif;
}
.top-bar .catalog-title:before {
    content: "\f107";
    /* display: inline-block; */
    font-family: FontAwesome;
    font-size: inherit;
    position: absolute;
    font-size: 23px;
    font-weight: 500;
    line-height: 38px;
    right: 30px;
    /* top: 10px; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
}
.top-bar .catalog-title.active:before {
    content: "\f106";

}
.lego-shop {
    line-height: 40px;
    /* font-weight: 800; */
    font-family: myriad-regular, sans-serif;
    text-transform: uppercase;
    background: #91a6fe;
    text-align: center;
}
.lego-shop:before {
    content: '';
    background: url(/img/lego-man.png), no-repeat;
    width: 85px;
    height: 67px;
    position: absolute;
    left: -45px;
    top: -27px;
    z-index: 99;
}

.leftside-toplineblock {
    float: left;
}
.rightside-toplineblock {
    float: right;
}
ul.topline-menu li {
    float: left;
    list-style: none;
}
ul.topline-menu li a{

}

ul.topline-menu li:after {
    content: "|";
}
ul.topline-menu li:after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}
ul.topline-menu li:last-child:after {

    display: none;
}
.top-bar .catalog-title span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: lighter;
}

.top-bar .main-menu {
    /*float: left;*/
    height: 40px;
    text-align: center;
}

.top-bar .main-menu table {
    width: 100%;
    height: 40px;
    border-spacing: 0;
    border-collapse: collapse;
}

.top-bar .main-menu tr td {
    border-right: 0px solid #fff;
    background: #ffdd00;
    position: relative;
}

.top-bar .main-menu table .page-short-content p {
    margin: 0;
}

.top-bar .main-menu table .page-short-content {
    text-align: left;
    font-size: 12px;
    z-index: 999;
    background: #333;
    position: absolute;
    top: 40px;
    left: -40px;
    color: #e4e4e4;
    padding: 20px 25px;
    width: 300px;
    display: none;
}

.top-bar .main-menu table .page-short-content a {
    color: #027cd5;
    text-decoration: none;
    display: inline;
}

.top-bar .main-menu tr td{
    padding:0px;
    margin:0px;
}

.top-bar .main-menu tr td:last-child {
    border-right: 0;
    padding-right: 20px;
}
footer a {
    color: white;
}
footer a:hover {
    color: white;
}

.top-bar .main-menu table a {
    color: #333333;
    text-decoration: none;
    width: 100%;
    display: block;
    line-height: 40px;
    padding-left: 30px;
    float:left;
    padding-right:15px;
    font-weight: bold;
    font-size: 16px;
    margin-left:10px;
    font-family: 'myriad-regular', sans-serif;
    text-transform: uppercase;
}

.top-bar .main-menu table a:hover{
    background-position: left bottom !important;
    color:#fcb644; 
}



.top-bar .main-menu table a span{
    float:left;
}

.top-bar .main-menu tr td:hover {
    
}

.cart-bar {
    float: right;
    height: 45px;
    margin-top: 35px;
}


.favorites {
    line-height: 40px;
}
#cart {
    float: right;
}
#wishlist {
    float: right;
}
#main-slider-prod .owl-prev, #main-slider-prod .owl-next{
    color: transparent;
    top: 110px;
    margin-right: -20px;
}
#main-slider-prod .owl-prev{
    margin-left: -10px;
}
.tab_more_block {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}
/*Favorites*/

.cart-bar .fav-button .fav-qty {
    background: #ff0000;
    position: absolute;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 4px;
    margin-left: 25px;
    margin-top: 0px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
}

.cart-bar .fav-button:hover {
    background:  url("/img/like.png") no-repeat center center;
    background-size: 75%;
}

.cart-bar .fav-button.active {
    background:  url("/img/like.png") no-repeat center center;
    background-size: 75%;
}

.cart-bar .fav-button {
    float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(/img/like.png) no-repeat center center;
    background-size: 75%;
    margin-left: 10px;
}

.cart-bar .favorites-list {
    display: none;
    width: 450px;
    border-left: 3px solid #ffdd00;
    border-right: 3px solid #ffdd00;
    border-top: 3px solid #ffdd00;
    position: absolute;
    background: #fff;
    margin-left: -406px;
    margin-top: 54px;
    cursor: pointer;
    z-index: 999;
}

.cart-bar .favorites-list .favorites-list-items{
	max-height:380px;
	float:left;
	width:450px;
	overflow-y:auto;
	overflow-x:hidden;
}

.cart-bar .favorites-list table {
    width: calc(100% - 6px);
    font-size: 14px;
    margin: 0;
    float: left;
    border-top: 1px solid #cccccc;
}

.cart-bar .favorites-list img {
    max-height: 80px;
    max-width: 80px;
}

.cart-bar .favorites-list .prod-image{
    max-width: 80px;
    min-width: 80px;
    text-align: center;
    padding:10px 0px;
}

.cart-bar .favorites-list .prod-item-name{
    padding:0px 20px;
    max-width: 110px;
    min-width: 110px;
}

.cart-bar .favorites-list .prod-item-price{
    max-width: 80px;
    min-width: 80px;
    padding:0px 10px;
    font-weight: bolder;
}

.cart-bar .favorites-list table td a {
    text-decoration: none;
    font-size: 10px;
    color:#000;
    line-height:15px;
    float:left;
    width:100%;
}


.cart-bar .favorites-list table td {
    padding: 10px 15px;
}

.cart-bar .favorites-list table td:nth-child(4){
    padding:10px 7.5px;
}

.cart-bar .favorites-list table td:nth-child(5){
    padding:10px 16px;
}


.cart-bar .favorites-list table tr:hover td{
    background: #F3F3F3;
}

.cart-bar .favorites-list table td a {
    text-decoration: none;
    color: #000;
}


.cart-bar .old-price {
    color: #333;
    font-size: 14px;
}

.cart-bar .special-price {
    color: #cc0000;
    font-size: 16px;
}

.cart-bar .item-price {
    text-align: left;
}

.cart-bar .cart-list-items .item-price{
	color:#91a6fe;
}

.cart-bar .favorites-list-items .item-price{
	color:#027cd5;
}

.cart-bar .old-price {
    text-decoration: line-through;
}

table tr td .delete-item {
    margin: 6px auto 0px auto;
    height: 18px;
    width: 18px;
    background: url("/img/pcard_delete.png") no-repeat top center;
    cursor: pointer;
}

table tr td .delete-item:hover {
    background: url("/img/pcard_delete.png") no-repeat bottom center;
}

table tr td .add-cart {
    height: 30px;
    width: 35px;
    background: url("/img/fast-cart.png") no-repeat left center;
    cursor: pointer;
    margin:0px auto;
}

table tr td .add-cart:hover {
    background: url("/img/fast-cart.png") no-repeat right center;
}

.cart-bar .add-cart {
    margin: 0 auto;
    height: 30px;
    width: 35px;
    background: url("/img/fast-cart.png") no-repeat left center;
}

.cart-bar .add-cart:hover {
    background: url("/img/fast-cart.png") no-repeat right center;
}

.cart-bar .favorites .more-button {
    height: 35px;
    background: #edeff4;
    float:left;
}

.cart-bar .favorites .more-button a {
    color: #027cd5;
    text-decoration: none;
    width: 100%;
    display: block;
    height: 35px;
}

.cart-bar .favorites .more-button a:hover {
    color: #fff;
    background: #027cd5;
}

.cart-bar .favorites .more-button a span {
    line-height: 35px;
    float:left;
    margin-left:15px;
}

.cart-bar .favorites .add-to-cart {
    text-align: right;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.cart-bar .favorites .add-to-cart-button {
    background: #ff9900;
    font-weight: bold;
    line-height: 25px;
    padding: 5px 15px;
    border: 0;
}

.cart-bar .favorites .cart-list-buttons {
    width: 100%;
    float: left;
    background: #ffdd00;
    font-size: 15px;
    line-height: 70px;
    color: #fff;
    font-weight: lighter;
}

.cart-bar .favorites .wishlist-go {
    background: transparent;
    border:0px;
    float:left;
    text-align: center;
    width:100%;
    margin:0px;
    color: #333;
    padding:0px;
    line-height: 70px;
}

/*Favorites*/

/*Cart list*/
.cart-bar .cart-list {
    display: none;
    width: 450px;
    border-left: 3px solid #91a6fe;
    border-right: 3px solid #91a6fe;
    border-top: 3px solid #91a6fe;
    position: absolute;
    background: #fff;
    margin-top: -51px;
    cursor: pointer;
    margin-left: 0;
    right: 0;
    z-index: 999;
    position: fixed;
}
.cart-bar .cart-list.static_pos {
    display: none;
    width: 450px;
    border-left: 3px solid #91a6fe;
    border-right: 3px solid #91a6fe;
    border-top: 3px solid #91a6fe;
    position: absolute;
    background: #fff;
    margin-top: 10px;
    cursor: pointer;
    margin-left: -337px;
    z-index: 999;
}


.cart-bar .cart-list .cart-list-items{
	max-height:380px;
	float:left;
	width:450px;
	overflow-y:auto;
	overflow-x:hidden;
}

.cart-bar .cart-list img {
    max-height: 80px;
    max-width: 80px;
    margin:auto;
}

.cart-bar .cart-list table {
    width: calc(100% - 6px);
    font-size: 14px;
    margin: 0;
    float: left;
    border-top:1px solid #cccccc;
}

.cart-bar .cart-list table:first-child{
    border-top:0px;
}


.cart-bar .cart-list table td {
    padding: 10px 15px;
}

.cart-bar .cart-list table td:nth-child(4) {
    padding: 10px 11px;
}

.cart-bar .cart-list table td:nth-child(5) {
    padding: 10px 16px;
}

.cart-bar .cart-list table tr:hover td{
    background: #F3F3F3;
}

.cart-bar .cart-list .prod-image{
    max-width: 80px;
    min-width: 80px;
    text-align: center;
    padding:10px 0px;
}

.cart-bar .cart-list .prod-item-name{
    padding:0px 20px;
    max-width: 110px;
    min-width: 110px;
}

.cart-bar .cart-list .prod-item-price{
    max-width: 80px;
    min-width: 80px;
    padding:0px 10px;
    font-weight: bolder;
}

.cart-bar .cart-list table td a {
    text-decoration: none;
    font-size: 10px;
    color:#000;
    line-height:15px;
    float:left;
    width:100%;
}

.cart-bar .cart-list table td .item-name {
    width: 260px;
    float: left;
}

table tr td .add-fav {
    margin: 0 auto;
    height: 28px;
    width: 28px;
    background: url("/img/pcard_fav.png") no-repeat top center;
    cursor: pointer;
}

table tr td .add-fav:hover {
    background: url("/img/pcard_fav.png") no-repeat bottom center;
}

.cart-bar .cart-list .cart-qty {
    font-size: 16px;
}

.cart-bar .cart-list .cart-list-buttons {
    width:100%;
    float:left;
    background: #91a6fe;
    font-size: 15px;
    line-height: 70px;
    color:#fff;
    font-weight: lighter;
}

.cart-bar .cart-list .to-cart-button {
    font-weight: normal;
    padding: 5px 15px;
    color: #fff;
    text-align: center;
    border: 0;
    width: 180px;
}

.cart-bar .cart-list-buttons .pcart-total{
    float:right;
    padding-right:20px;
    font-size:20px;
}

.cart-bar .cart-list-buttons a {
    /*font-weight: lighter;*/
    text-decoration: none;
    float: left;
    color: #000;
    margin-left: 10px;
    margin-top: 12px;
    line-height: 43px;
    padding: 0px 15px;
    font-size: 20px;
    border: 1px solid #fff;
    background: #ffdd00;
}
ul.topline-menu li.active a{
    color: black;
}


.cart-bar .favorites .cart-list-buttons a:hover{
    background: #91a7ff;
    color: white;
}
/*Cart list*/

.cart-bar .cart-title {
    float: left;
    cursor: pointer;
    /* width: 42px; */
    height: 40px;
    /* background: #027cd5; */
    margin-left: 10px;
    line-height: 40px;
}


.cart-bar .cart-qty-button .cart-qty {
    background: #ff0000;
    position: absolute;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 4px;
    margin-left: 24px;
    margin-top: 0px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 14px;
}

.cart-bar .cart-title:hover{
    /*background: #808080;*/
}

.cart-bar .cart-img {
    background: url(/img/cart-icon.png) no-repeat center center;
    width: 40px;
    height: 40px;
    float: left;
}
.deliv_block:first-child{
    padding-left: 0;
}
.deliv_block:last-child{
    padding-right: 0;
}
.cat_blocks{
    margin-bottom: 20px;
}
.tab-container .etabs li a{
    text-transform: uppercase;
}
.tab-container .etabs li {
    float: left;
    width: auto;
    min-width: 33%;
    text-align: center;
}
.left-bar {
    width: calc(100% + 30px);
    margin-left: -15px;
}
.cat_blocks:first-child{
    padding-left: 0;
}
.cat_blocks:last-child{
        /* padding-right: 0; */
    padding-left: 0;
}
.main_little_img img {
    max-width: 100%;
    width: 100%;
}
.cart-bar .cart-total {
    color: #333;
    text-decoration: none;
    float: right;
    background: url("/img/arrow-cart.png") no-repeat center right;
    padding-right: 35px;
    height: 40px;
    margin-right: 20px;
}

.cart-bar .cart-total span.cart-products {
    position: relative;
    top: 10px;
}

/*Top bar*/

/*Content*/
.content {
    /*overflow: hidden;*/
}

/*Content*/

/*Left bar*/



.content .left-bar .sidebar{
    float:left;
    width:100%;
}
.mainmenu-mobile-view{
    display: none;
}
.content .left-bar .catalog-menu-banner{
    float:left;
    width:100%;
    margin-top:20px;
}
.catalog-menu{

	background: white;
}

.subscribe-form{
    float:left;
    width:235px;
    margin-top:20px;
    background: #808080;
    padding:20px;
}

.subscribe-form .subscribe-title{
    font-size:22px;
    float:left;
    width:100%;
    color:#fff;
    font-weight: lighter;
}

.subscribe-form .subscribe-input{
    float:left;
    width:100%;
    margin-top:20px;
}

.subscribe-form .subscribe-input input{
    width:205px;
    float:left;
    height:45px;
    border:0px;
    padding:0px 15px;
    font-size: 15px;
    font-weight: lighter;
    color:#808080;
}

.subscribe-form .subscribe-input label{
    color:#fff;
    margin-top:15px;
    padding:5px 0px;
    float:left;
    width:100%;
    text-align: center;
    background: red;
}

.subscribe-form button{
    float:left;
    height:45px;
    padding:0px 30px;
    margin-top:15px;
    background: #027cd5;
    color:#fff;
    border:0px;
    font-weight: lighter;
}

.subscribe-form button:hover{
    background: #027cd5;
}

/*Left bar*/

/*Right bar*/
.content .right-bar {
    /*width: 885px;*/
    float: right;
    width: 100%;
    /*padding-left: 20px;*/
    /*padding-right:20px;*/
    margin-bottom:50px;
}
.deliv_img {
    width: 50%;
    float: left;
}
.deliv_desc {
    width: 40%;
    float: right;
    font-size: 14px;
    line-height: 1.2;
    padding-top: 25px;
    display: contents;
}
.deliv_name {
    width: 100%;
    display: block;
    background: #91a6fe;
    color: black;
    font-size: 12px;
    height: 26px;
    text-align: center;
    line-height: 25px;
}
.deliv_block {
    font-family: myriad-regular, sans-serif;
    margin-bottom: 40px;
}
.main_little_img img {
    max-width: 100%;
}
.more-link {
    text-align: right;
    color: #0074c3;
    font-size: 16px;
    font-family: myriad-regular, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main_little_img {
    text-align: center;
}
/*Right bar*/

/*Filters*/
.content .filters {
    float: right;
    height: 200px;
    width: 250px;
    display: block;
    font-size: 14px;
}

/*Filters*/

/*Facebook*/
.facebook {
    margin-top: 20px;
    border: 1px solid #bdbcbc;
    overflow: hidden;
}

/*Facebook*/

/*Work time*/
.work {
    margin-top: 20px;
    border: 1px solid #bdbcbc;
    background: url("/img/contacts_team.png") no-repeat bottom center;
    padding-bottom: 150px;
}

.work h1 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bdbcbc;
    background: #edeff4;
    margin: 0;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.work .work-content {
    text-align: center;
    margin-top: 40px;
}

.work .work-content .large {
    font-size: 35px;
    margin-top: 5px;
}

.work .work-content table {
    margin: 0 auto;
}

.work .work-content table {
    margin-top: 5px;
}

.work .work-content .blue {
    color: #027cd5;
    font-weight: bold;
}

/*Work time*/

/*Sidebar*/
.content .sidebar table {
    /*border: 1px solid #808080;*/
    width: 100%;
    border-top: 0;
    float:left;
}

.content .sidebar tr td {
    height: 35px;
    vertical-align: middle;
    margin:0px;
    padding:0px;
    position:relative;
}


.content .sidebar tr:hover td,
.content .sidebar tr td.active {
    /*background: #91a6fe;*/
    /*color: #fff;*/
    cursor: pointer;
}
.shadow-wall {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0000008c;
    z-index: 999;
    display: none;
}

.content .sidebar .catalog-img-hover,
.content .sidebar tr:hover .catalog-img,
.content .sidebar tr td.active .catalog-img {
    display: none;
}

.content .sidebar tr:hover .catalog-img-hover,
.content .sidebar tr td.active .catalog-img-hover {
    display: block;
}

.content .sidebar tr:hover a,
.content .sidebar tr td.active a {
    /*color: #fff;*/
    color: #008ef5;
    text-decoration: underline;
}

.mainmenu-mobile-view ul>li {
    text-align: left;
    width: 100%;
    padding: 0px 20px;
}
.content .sidebar a {
    color: #333;
    text-decoration: none;
}

.content .sidebar .first-cat{
    padding-top: 5px;
    padding-left: 15px;
    padding-bottom: 5px;
    width: 100%;
    height: 30px;
    float: left;
    color: #404040;
    text-decoration: none;
    /* border-top: 1px solid #e6e6e6; */
}


.content .sidebar tr:first-child td .first-cat{
    border-top:0px;
}


.content .sidebar .first-cat:hover{
    border-color:transparent;
}

.content .sidebar .first-cat span{
    line-height: 16px;
    height: 16px;
    font-size: 16px;
    /* font-weight: 600; */
    font-family: myriad-regular, sand-sarif;
}

.content .sidebar a span {
    margin-left: 15px;
}

.content .sidebar table .sidebar-child {
    position: absolute;
    background: #fff;
    left: 100%;
    border:1px solid #cccccc;
    z-index: 9999999999999999999;
    padding:20px 0px 10px 0px;
    min-width: 306px;
    max-width: 918px;
    display: none;
    top: 0!important;
    overflow: hidden;
    margin-top:-1px;
}
div#main-slider-prod .owl-page {
    display: none;
}

.content .sidebar table .sidebar-child table {
    border: 0;
    width: 276px;
    margin:0px 15px;
    display:block;
    margin-bottom:15px;
}

.content .sidebar table .sidebar-child table:first-child {
    /*margin-left: 25px;*/
}

.content .sidebar table .sidebar-child table tr td {
    padding: 0;
    position: relative;
    height: 20px;
    font-size: 16px;
    vertical-align: middle;
    background: #027cd5;
}

.content .sidebar table .sidebar-child .border-absolute{
    height:3000px;
    position:absolute;
    border-left:1px solid #edeff4;
    margin-left:308px;
    z-index: 0; 
}


.content .sidebar table .sidebar-child .border-absolute2{
    height:3000px;
    position:absolute;
    border-left:1px solid #edeff4;
    margin-left:612px;  
    z-index: 0;
}

.content .sidebar table .sidebar-child .left-menu-block {
    float:left;
    width: 305px;
    display: block;
    min-height: 1px;
}

.content .sidebar table .sidebar-child .simple-menu tr td a{
    font-weight: normal;
    /*border-bottom: 1px solid #027cd5;*/
}

.content .sidebar table .sidebar-child .right-menu-block{
    float:left;
    display: block;
} 

.content .sidebar table .sidebar-child a {
    color: #333;
    line-height: 20px;
    padding-left:15px;
    font-weight:lighter;
    float:left;
    width:250px;
    text-decoration: none;
    padding:2px 0px;
}

.content .sidebar table .sidebar-child .thead-sub-cat a{
    font-weight: normal;
    padding-bottom:5px;
    margin-bottom:5px;
    /*border-bottom:1px solid #027cd5;*/
    font-family: myriad-regular, sans-serif;
}

.content .sidebar table .menuoverflow{
    float:left;
    width:100%;
}

.content .sidebar table .sidebar-child a:hover {
    color:#008ef5;
    text-decoration: none;
    text-decoration: underline;
}

.content .sidebar table tr td .sidebar-child td {
    background: none;
}

.content .sidebar table tr td .sidebar-child td {
    background: none;
    color: #0e8ccc;
}


.content .sidebar table tr td .sidebar-with-sub tbody td a {
    color: #333333;
    background:none;
} 

/*Sidebar*/

/*Top search*/
.top-search {
    color: #565656;
    font-size: 13px;
    padding-top: 5px;
    cursor:default;
    width:935px;
}

.top-search span {
    text-decoration: none;
    color: #999;
    font-size: 13px;
    cursor: pointer;
}

.top-search span:hover {
    text-decoration: underline;
}

/*Top search*/

/*Footer*/
footer {
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    width: 100%;
    background: #6c76a0;
    /*min-width: 1200px;*/
    background: url(/img/footer-bg.png);
    color: #fdf9f9;
    font-family: 'myriad-regular', sans-serif;
    padding-bottom: 25px;
}
.footer-copyright {
    text-align: center;
    font-family: myriad-light, sans-serif;
    padding-top: 60px;
}
footer .footer-wrapper {
    width: 100%;
    float:left;
    margin: 30px 0px 30px 0px;
    min-height: 200px;
    font-size: 14px
}
footer h3 {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid #d7d6e0;
    margin-bottom: 20px;
}
.footer-main-info {
    line-height: 1.2;
}
footer {
    padding-top: 30px;
}

footer tr>td{
    width: 50%;
}
footer .footer-wrapper .footer-column tr td:first-child {
    padding-right: 10px;
}

footer .footer-wrapper .footer-column {
    float: left;
    color: #e4e4e4;
    margin-right: 120px;
}

footer .footer-wrapper .footer-column:last-child {
    margin-right: 0;
}

footer .footer-wrapper .footer-column.no-margin {
    margin: 0;
}

footer .footer-wrapper .footer-column h2 {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    font-weight: normal;
}

footer .footer-wrapper .footer-column ul {
    list-style: none;
    float:left;
    width:170px;
}

footer .footer-wrapper .footer-column ul li{
	float:left;
	width:100%;
}



footer .footer-wrapper .footer-column a {
    color: #fff;
    text-decoration: none;
    float:left;
    line-height: 30px;
    font-size:16px;
    font-weight: lighter;
}

footer .footer-wrapper .footer-column a:hover {
    text-decoration: underline;
}

footer .footer-social-block{
    float:right;
    width:220px;
    color:#fff;
}

footer .subscribe-form-footer{
    float:right;
    width:290px;
    margin-right:160px;
}

footer .subscribe-form-footer img{
    float:left;
    margin-top:4px;
}

footer .subscribe-form-footer .subscribe-title{
    font-size:20px;
    float:right;
    width:195px;
    color:#fff;
    font-weight: lighter;
    line-height: 22px;
}

footer .subscribe-form-footer .subscribe-input{
    float:left;
    width:100%;
    margin-top:18px;
}

footer .subscribe-form-footer .subscribe-input input{
    width:260px;
    float:left;
    height:33px;
    border:0px;
    padding:0px 15px;
    font-size: 15px;
    font-weight: lighter;
    color:#808080;
}

footer .subscribe-form-footer .subscribe-input label{
    color:#fff;
    margin-top:15px;
    padding:5px 0px;
    float:left;
    width:100%;
    text-align: center;
    background: red;
}

footer .subscribe-form-footer button{
    float:left;
    height:33px;
    padding:0px 30px;
    margin-top:15px;
    background: #027cd5;
    color:#fff;
    border:0px;
    font-weight: lighter;
}

footer .subscribe-form-footer button:hover{
    background: #ff0000;
}


footer .footer-social-block .social-button{
    float:left;
    margin-top:10px;
}

footer .footer-social-block .social-button a{
    float:left;
    margin-right:10px;
}

footer .footer-social-block .social-button a img{
    margin:0px;
    padding:0px;
}

footer .footer-social-block ul {
    list-style: none;
    width:100%;
    float:left;
}

footer .footer-social-block ul li {
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding:10px 0px;
    font-weight: lighter;
}

footer .footer-social-block ul li:last-child {
    margin-right: 0;
}

footer .footer-social-block ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: lighter;
}

footer .footer-social-block ul li a:hover {
    text-decoration: underline;
}

footer .footer-social-block ul li.phone {
    background: url("/img/phonefooterwhite.png") no-repeat left;
    padding-left: 35px;
    float:left;
}

footer .footer-social-block ul li.location {
    background: url("/img/mapfooterwhite.png") no-repeat left;
    padding-left: 35px;
}

footer .footer-social-block ul li.workt {
    background: url("/img/worktfooterwhite.png") no-repeat left;
    padding-left: 35px;
}

footer .footer-social-block ul li.social {
    height: 30px;
    width: 30px;
    margin-right: 7px;
}

footer .footer-social-block ul li.social a {
    width: 30px;
    height: 30px;
    float: left;
}



footer .copyright {
    color: #e4e4e4;
    text-align: center;
    padding-top: 50px;
    font-size: 14px;
    padding-bottom:15px;
    position:relative;
    z-index: 3;
}

footer .copyright a {
    color: #e4e4e4;
    text-decoration: underline;
}

footer .copyright a:hover{
    color:#fff;
}

footer .salidz{
    float:left;
    position:absolute;
    bottom:0px;
    width:100%;
    text-align: right;
    margin:10px 0px;
}

footer .salidz img{
    height:30px;
}
/*Footer*/

/*Blocks*/
.wrapper .block-1,
.wrapper .block-3,
.wrapper .block-4,
.wrapper .block-5 {
    margin-top: 20px;
}

.wrapper .block-2 .tabs-title{
    font-size:40px;
    line-height: 70px;
    font-weight: lighter;
    color:#027cd5;
    margin-top:5px;
}

.wrapper .block-2 .start-product-block{
    float:left;
    width:100%;
    border-top:7px solid #027cd5;
    padding-bottom: 20px;
}

.wrapper .block-2 .start-product-block .spb-title{
    font-size: 40px;
    line-height: 100px;
    font-weight: lighter;
    color: #027cd5;
}

.wrapper .block-2 .start-product-block.start-sale .spb-title{
    color:#ff0000;
}

.wrapper .block-2 .start-product-block .more-button{
    float:right;
}

.wrapper .block-2 .start-product-block .more-button a{
    color: #0085CA;
    text-decoration: none;
    padding:0px 25px;
    display: block;
    float: right;
    margin-top:48px;
    font-size:20px;
    line-height: 20px;
}

.wrapper .block-2 .start-product-block .more-button a:hover{
    text-decoration: underline;
}

.wrapper .start-product-etabs{
   
}

.wrapper .block-2 .item .discount {
    left: 40px;
}

.wrapper .block-2 #tab-container > div{
    float:left;
    width:100%;
    padding-bottom:20px;
}

.wrapper .block-2 .etabs{
    background: #b3b3b3;
    border-bottom:7px solid #027cd5;
    float:left;
    width:100%;
    /*position:relative;
    z-index: 2;*/
    height:auto;
}

.wrapper .block-2 .product-list{
    margin-top:0px;
}
.wrapper .block-2 .product-list .product,
.also-block .product-list .product{
    border:1px solid transparent;
    min-height:305px;
}

.wrapper .block-2 .product-list .product:nth-child(4n),
.also-block .product-list .product:nth-child(4n){
	margin-right:0px !important;
}

.wrapper .block-2 .etabs li a{
    height:auto;
    padding:10px 0px 5px 0px;
    font-size: 13px;
    font-weight: lighter;
    width: 72.75px;
    text-align: center;
    float:left;
}

.wrapper .block-2 .etabs li{
    border-right:1px solid #fff;
}

.wrapper .block-2 .etabs li:last-child{
    border-right:0px;
}

.wrapper .block-2 .etabs li a .cat-image{
    width:30px;
    height:30px;
    margin:0px auto;
}


.wrapper .block-2 .etabs li a{
    color:#fff;
}
/*Blocks*/



/*View history*/
.view-history {
    /*width: 1198px;*/
    margin: 20px auto;
    /*border: 1px solid #e3e4e7;*/
}

.view-history .view-title {
    /* border-bottom: 1px solid #91a6fe; */
    background: #91a6fe;
    height: 30px;
}

.view-history .view-title h4 {
    padding-top: 0;
    margin: 0;
    /* border-right: 1px solid #e3e4e7; */
    padding-left: 25px;
    padding-right: 25px;
    font-weight: bold;
    /* background: #fff; */
    height: 30px;
    display: block;
    float: left;
    color: white;
}

.view-history .view-title .close{
    float: right;
    width: 12px;
    height: 30px;
    margin-right:10px;
    cursor: pointer;
    background: url('/img/close-related.png') center center no-repeat;
}

.view-history .view-title h4 span {
    position: relative;
    top: 5px;
}

.view-history #view-history {
    /*width: 1150px;*/
    margin: 20px auto;
}

/*View history*/

/*Tabs*/
.tab-container #choose-reg{
    font-size:20px;
    color:#027cd5;
}

.tab-container #choose-reg .orange-border{
     border-top: 3px solid red;
     float:left;
     width:1200px;
     position:absolute;
     margin-top:-33px;
}


.tab-container #choose-reg .warning{
    margin-left:10px;
    margin-right:25px;
    height:100px;
}

.tab-container .more-button {
    float: right;
}

.tab-container .more-button a {
    color: #027cd5;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    height: 33px;
    display: block;
}

.tab-container .more-button a span {
    position: relative;
    top: 5px;
}

.tab-container .more-button a:hover {
    background: #027cd5;
    color: #fff;
}


.tab-container .etabs {
    list-style: none;
    margin-bottom: 20px;
}

.tab-container .etabs li {
    float: left;
    width:auto;
}

.tab-container .etabs li a {
    color: #333;
    text-decoration: none;
    padding: 0px 60px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    font-family: myriad-regular, sans-serif;
    display: block;
}

.tab-container .etabs li:hover,
.tab-container .etabs li.active{
    background: #91a6fe;
    border-bottom:0px;
}
.mainmenu.sidebar {

    display: none;
}
.menu-catalog {
    position: absolute;
    z-index: 999;
    background: white;
    margin-bottom: 20px;

}
.deliv_description {
    /* width: 40%; */
    float: right;
    font-size: 14px;
    line-height: 1.2;
    padding-top: 0;
    position: absolute;
    background: #91a6fe;
    color: white;
    padding: 5px;
    width: 100%;
    text-align: justify;
    z-index: 999;
    /* top: 99px; */
    /* left: 68%; */
    display: none;
    border: 1px solid white;
}
.deliv_description p{
    margin: 0;
}
.mob_toggle_button {
    width: 100%;
    text-align: center;
    height: 24px;
    background: #91a6fe;
    display: none;
}
.tab-container .etabs li:hover a,
.tab-container .etabs li.active a{
    color:#fff;
}

.tab-container .etabs li a span {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
    line-height: 15px;
    min-height: 30px;
    font-family: myriad-regular, sans-serif;
}

/*Tabs*/

/*Item*/

.item {
    text-align: center;
    position: relative;
}

.item a {
    text-decoration: none;
}

.item .item-img {
    height: 220px;
    line-height: 220px;
}

.item .item-img img {
    /*max-width: 250px;*/
    max-height: 220px;
    max-width: calc(100% - 20px);
}

.item .item-description {
    text-align: center;
    font-size: 13px;
    line-height: 15px;
    min-height: 70px;
    width: 160px;
    margin: 10px auto 0px auto;
    color: black;
}

.item .old-price {
    color: #333;
    font-size: 18px;
}

.item .special-price {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: "museo900regular", sans-serif;*/
    font-size: 18px;
}
.menu-catalog {
    position: relative;
    z-index: 999;
}
.item .item-price {
    width: 160px;
    margin: 0 auto;
    text-align: center;
}

.item .old-price {
    padding-right: 30px;
    text-decoration: line-through;
}
/*
.item .discount {
    background: #027cd5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 12px 3px;
    width: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 25px;
}*/

.item .time-left{
    float:left;
    width:100%;
    text-align: center;
    color:#ff0000;
    margin-top:15px;
    font-size:15px;
    font-weight: lighter;
}

.item .time-left .time{
    font-size:50px;
    line-height: 50px;
}

/*Item*/

/*Scroll up*/
.back-to-top {
    position: fixed;
    bottom: 2em;
    display: none;
    border: 1px solid #bcbbbb;
    background: #f6f6f6;
    z-index: 999;
    margin-left: 1220px;
}

.back-to-top ul {
    list-style: none;
}

.back-to-top ul li {
  
}

.back-to-top ul li:last-child {
    border-bottom: 0;
}

.back-to-top ul li.letter,
.back-to-top ul li.like-button{
    display: none;
}

.back-to-top .letter a:hover {
    background-image: url("/img/letter-active.png");
}

.back-to-top .to-top a:hover {
   
}

.back-to-top .like-button a:hover {
    background-image: url("/img/like-button-active.png");
}

.back-to-top li:hover {
    background-color: #027cd5;
}

.back-to-top .letter a {
    background: url("/img/letter.png") no-repeat center center;
    height: 38px;
    width: 38px;
    display: block;
}

.back-to-top .to-top a {
    background: url("/img/totop.png") no-repeat center center;
    height: 50px;
    width: 50px;
    display: block;
}

.back-to-top .like-button a {
    background: url("/img/like-button.png") no-repeat center center;
    height: 38px;
    width: 38px;
    display: block;
}

/*Scroll up*/

/*Pagination*/
.pagination{
	float:right;
	
}
.pagination ul {
    list-style: none;
    float:right;
    margin-left:10px;
}

.pagination ul li {
    display: inline-block;
    margin: 0 3px;
}

.pagination ul li:first-child a {
   
}

.pagination ul li:last-child a {
 
}

.pagination .next-page span,
.pagination .prev-page span {
    display: none;
}

.pagination .prev-page {
    background: url("/img/prev-page.png") no-repeat center center;
    width: 10px;
    height: 16px;
    display: block;
    position: relative;
    top: 4px;
    right: 5px;
}

.pagination .next-page {
    background: url("/img/next-page.png") no-repeat center center;
    width: 10px;
    height: 16px;
    display: block;
    position: relative;
    top: 3px;
    left: 5px;
}

.pagination ul li a,
.pagination ul li.active span {
    text-decoration: none;
    color: #808080;
    height:28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    min-width:22px;
    padding:0px 3px;
    border:1px solid #808080;
    float:right;
  	font-weight: lighter;
}

.pagination ul li.active span {
    background: #fff;
    color: #027cd5;
    cursor: default;
    border-color: #027cd5;
    font-weight: bolder;
}

.pagination ul li.disabled span{
	 color: #808080;
	 position:relative;
	 top:-10px;
}

.pagination ul li a:hover {
    border-color: #027cd5;
    color: #808080;
}

.pagination .catalog-count{
	float:right;
	line-height: 30px;
}
/*Pagination*/

/*Filters*/
.filter-list {
    margin-top: 20px;
}

.filter-list .filter-list-title {
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: black;
    font-weight: lighter;
}

.filter-list .clear-filters {
    color: #fff;
    background: #027cd5;
    font-size: 15px;
    cursor: pointer;
    float: left;
    width:100%;
    line-height: 55px;
    font-weight: lighter;
    display: none;
}

.filter-list .clear-filters span{
    float:left;
    margin-left:20px;
    padding-left:30px;
    background: url('/img/white-close.png') left center no-repeat;
}

.filter-list .clear-filters span:hover{
    text-decoration: underline;
}

.filter-list .filter-header {
    line-height: 20px;
    margin-bottom: 10px;
}

.filter-list .filter-header .filter-name,
.filter-list .filter-header .filter-name-disabled {
    font-weight: bold;
    color: black;
    width: 100%;
    font-size: 15px;
    background: #d3dcfe;
    float: left;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-weight: lighter;
    /*border-bottom: 1px solid #027cd5;*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.filter-list .filter-header .filter-name span,
.filter-list .filter-header .filter-name-disabled span{
    margin:0px 20px;
    width:85%;
    float:left;
    display: block;
    line-height: 20px;
    padding:5px 0px;
}

.filter-list .filter-header .filter-name span{
    width:85%;
    padding-left:30px;
    padding-right:20px;
    background: url('/img/filter-open.png') right center no-repeat;
}

.filter-list .filter-header .filter-name.active,
.filter-list .filter-header .filter-name-disabled.active{
    border-bottom:1px solid transparent;
}

.filter-list .filter-header .filter-name.active span{
    background: url('/img/filter-open.png') right center no-repeat;
}

.filter-list .filter-field-list {
    padding: 5px 0;
    max-height: 225px;
    overflow-y: auto;
    /*border-bottom:1px solid #027cd5;*/
}

.filter-list .filter-list-row {
    float:left;
    width:235px;
    line-height: 25px;
   display: inline-block;
}

.filter-list .filter-list-row .filter-list-checkbox {
    float: left;
    vertical-align: middle;
}

.filter-list .filter-list-row .filter-list-checkbox input{
    vertical-align: middle;
    width:17px;
    height:17px;
    border:1px solid #808080;
    background: none;
    display: none;
}

.filter-list .filter-list-row label{
    cursor: pointer;
    -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
   user-select: none;
   float:left;
}

.filter-list .filter-list-row label:before{
    content: '';
    display: inline-block;
    width: 17px;
    top:5px;
    height: 17px;
    position: relative;
    background: url('/img/checkbox-filter.png') right center no-repeat;
}

.filter-list .filter-list-row .filter-list-checkbox input:checked + label::before {
    background-position: left center;
}


.filter-list .filter-field-list .filter-list-name {
    padding-left: 9px;
    font-size: 13px;
    line-height: 17px;
    max-width:204px;
    display: inline-block;
    vertical-align: middle;
    color: #808080;
    font-weight: lighter;
}

.filter-list .filter-counter {
    color: #808080;
    font-size: 13px;
    font-weight: lighter;
}

.filter-list .filter-counter.active {
 
}

.filter-list .filter-show {
    height: 17px;
    width: 17px;
    display: block;
    background: url("/img/grey-close.png") no-repeat;
    margin-top: 3px;
    cursor: pointer;
    float: right;
    position:relative;
    left:20px;
    display: none;
}

.filter-list .filter-hide {
    height: 17px;
    width: 17px;
    display: block;
    margin-top: 3px;
    cursor: pointer;
    float: right;
}


.filter-list {
    /*border: 1px solid #027cd5;*/
    border-bottom:0px;
}

/*Filters*/

/*Product list*/
.product-list {
    margin-top: 20px;
}

.pre-page-catalog{
	line-height: 30px;
	color:#808080;
	font-size: 16px;
	font-weight: lighter;
}

.pre-page-catalog select{
	color:#808080;
	border:1px solid #808080;
	width:60px;
	height:30px;
	padding-left:5px;
	text-align: left;
	font-size: 16px;
	font-weight: lighter;
	margin:0px 3px;
}

.product-list .product-top-bar {
    background: #fff;
    height: 30px;
    line-height: 20px;
    font-size: 16px;
    padding:5px 0px;
    font-weight: lighter;
    color:#4d4d4d;
}

.product-list .product-top-bar .pre-page-catalog{
	float:right;
}

.product-list .product-top-bar a{
    text-decoration: none;
}

.product-list .product-top-bar .current{
    color:#027cd5;
}

.product-list .product-top-bar .pagination {
    float: right;
    margin-right: 20px;
}

.product-list .product-bottom-bar {
    background: #fff;
    height: 30px;
    margin-top: 12px;
    text-align: center;
    color:#808080;
    font-weight: lighter;
}

.product-list .product-bottom-bar .pre-page-catalog{
	float:left;
}

.product-list .product-bottom-bar .pagination {
    position: relative;
}

.product-list .product {
    text-align: center;
    position: relative;
    z-index: 0;
    /*width: 210px;*/
    float: left;
    /*min-height: 400px;*/
    /*margin:1px 9px 9px 2px;*/
    /*border: 1px solid #e6e6e6;*/
    cursor: pointer;
    padding-bottom:50px;
}

/*.product-list .product:hover,*/
.product-border-im{
    /*border: 2px solid #004699 !important;*/
   /*margin:0px 8px 8px 1px !important;*/
}

.product-list .product .product-img {
    line-height: 220px;
    height: 220px;
    margin-top: 5px;
}

.product-list .product .product-img img{
    max-width:100%;
    max-height: 100%;
}

.product-list .product .product-description {
    text-align: left;
    font-size: 13px;
    /* width: 190px; */
    margin: 10px auto;
    min-height: 100px;
}

.product-list .product .catalog-product-description {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    /* width: 190px; */
    overflow: hidden;
    min-height: 100px;
    margin: 5px 0 0px 0;

}

.product-list .product .catalog-product-description a{
	color:black;
	float:left;
	width:100%;
	display: block;
	overflow:hidden;
	-o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.product-list .product .catalog-basic-params{
	width: 190px;
    margin: 15px 10px 10px 10px;
    text-align: left;
    float:left;
}

.product-list .product .catalog-basic-params ul{
	float:left;
	padding:0px;
	margin:0px;
	overflow: hidden;
	max-height: 120px;
}

.product-list .product .catalog-basic-params ul li{
	list-style:none;
	font-size: 12px;
	color:#000;
	line-height: 15px;
	-o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.product-list .product .catalog-basic-params ul li .param-point{
	color:#027cd5;
}

.product-list .product .old-price {
    color: #027cd5;
    font-size: 16px;
    padding-left: 10px;
}
.product-list .product .catalog-ratio{
    float:right;
    margin-top:7px;
}
.product-list .product .special-price {
    color: red;
    font-size: 24px;
    font-weight: bold;
}

.product-list .product .g-special-price {
    color: red;
    font-size: 24px;
    font-weight: bold;
}

.product-list .product .product-price {
    /* width: 185px; */
    text-align: left;
    float: left;
    bottom: 10px;
    /* position: absolute; */
    line-height: 30px;
    /* margin-left: 15px; */
    /*text-align: center;*/
    width: 100%;
}
.inv-karte a {
    color: black;
}
.no_stock_line {
    font-size: 13px;
    line-height: 15px;
    margin-top: 15px;
    display: block;
    width: 100%;
    font-weight: 600;
}

.product-list .product .old-price {
    text-decoration: line-through;
}

.product-list .product .discount,
.item .discount {
    height:81px;
    line-height:30px;
    width: 81px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    z-index:5;
    top: 0;
    left: 0px;
    background:url('/img/discount-triangle.png') left top no-repeat;
}

.product-list .product .discount span,
.item .discount span{
    -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
    float:left;
    line-height:30px;
    margin-top:12px;
    margin-left:3px;
    width:50px;
    text-align: center;
    font-size: 21px;
}

.product-list .product .free_delivery_discount,
.item .free_delivery_discount {
    height:120px;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    z-index:4;
    top: 0;
    left: 0px;
    background:url('/img/free-delivery-triangle.png') left top no-repeat;
}

.product-list .product .free_delivery_discount span,
.item .free_delivery_discount span {
    -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
    float:left;
    line-height:20px;
    margin-top:40px;
    margin-left:-10px;
    width:120px;
    text-align: center;
    font-size: 11px;
}

.product-list .product .free_delivery,
.item .free_delivery {
    height:81px;
    line-height:30px;
    width: 81px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    z-index:5;
    top: 0;
    left: 0px;
    background:url('/img/free-delivery-triangle-small.png') left top no-repeat;
}

.product-list .product .free_delivery span,
.item .free_delivery span {
    -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
    float:left;
    margin-top:16px;
    margin-left:-6px;
    width:70px;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
}



.product-list .product .new,
.item .new {
    height:81px;
    line-height:30px;
    width: 81px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    z-index:1;
    top: 0;
    right: 0px;
    background:url('/img/new-triangle.png') left top no-repeat;
}

.product-list .product .new span,
.item .new span{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    float:left;
    line-height: 30px;
    margin-top: 12px;
    margin-left: 30px;
    width: 50px;
    text-align: center;
    font-size: 13px;
}

.product-view .product-list .product-block .product:last-child{
    margin-right: 0 !important;
}

.search-view .product-list .product-block a:last-child .product{
    margin-right: 0;
}

.product-list a {
    color: #000000;
    font-size: 16px;
}


.product-diver {
    height: 7px;
    width: 100%;
    background: white;
    margin-top: 15px;
    margin-bottom: 15px;
}
.mobile-filters-block-btn{
    display: none;
}
#main-slider-prod .item .item-img{
    margin-top: 15px;
}
.qty-line {
    float: right;
    width: 42px;
    padding: 0px 5px;
    padding-right: 0;
}
.product-list .product .add-cart.static{
    float: right;

    position: inherit;

    margin-left: 10px;
    margin-top: -3px;

    display: block!important;
}
.counter_qty .change-price{
    cursor: pointer;
    float: left;
    text-align: center;
    width: 17px;
    line-height: 25px;
    font-size: 20px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    color: #fff;
}
.counter_qty .change-price.plus{
    background: #91a6fe;
    border: 1px solid #91a6fe;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.counter_qty .change-price.minus{
    background: #ffdd00;
    border: 1px solid #ffdd00;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.counter_qty .qt{
    float: left;
    width: 30px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    padding: 0px;
}
.to_cart_line {
    width: 100%;
    /*display: none;*/
}
.to_cart_line span {
    /* width: 100%; */
    float: left;
    display: block;
    font-size: 14px;
    line-height: 36px;
    margin-right: 5px;
}
.product-list .product .add-wishlist {
    float:right;
    height: 30px;
    width: 35px;
    position:absolute;
    z-index: 2;
    margin-left: 157px;
    margin-top:10px;
    background: url("/img/fast-fav2.png") no-repeat left center;
    display:none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.product-list .product .add-wishlist:hover {
    background: url("/img/fast-fav2.png") no-repeat right center;
}


.product-list .product .add-cart {
    float:right;
    height: 30px;
    width: 35px;
    position:absolute;
    z-index: 2;
    margin-left: 159px;
    margin-top:45px;
    background: url("/img/fast-cart2.png") no-repeat left center;
    display:none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.product-list .product .add-cart:hover {
    background: url("/img/fast-cart2.png") no-repeat right center;
}


.product-list .product .add-compare {
    float:right;
    height: 30px;
    width: 35px;
     margin-left:170px;
    margin-top:80px;
    position:absolute;
    z-index: 2;
    background: url("/img/fast-compv4.png") no-repeat left center;
    display:none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.product-list .product .add-compare:hover {
    background: url("/img/fast-compv4.png") no-repeat right center;
}


/*Product list*/

/*Product sort*/
.product-list .product-sort {
    color: #808080;
    margin-top: 20px;
    font-size:16px;
    font-weight: lighter;
}

.product-sort .product-sort-select{
    color: #808080;
    font-size:16px;
    font-weight: lighter;
    height:30px;
    width:200px;
    border:1px solid #808080;
    padding-left:15px;
}

.product-list .product-sort .sort-filter {
    cursor: pointer;
    color: #027cd5;
}

.product-list .product-sort .sort-filter.active {
    color: #333;
}

.product-list .product-sort .sort-filter:hover {
    color: #333;
}

/*Product sort*/

/*Range filter*/

.range-filter {
    height: 85px;
}

.range-filter .range-max-value input,
.range-filter .range-min-value input {
    width: 80px;
    border: 1px solid #808080;
    text-align: center;
    padding:1px;
    height:30px;
    color:#808080;
}

.range-filter .range-max-value {
    float: right;
}

.range-filter .range-min-value {
    float: left;
}

/*Range filter*/

/*Loading*/
#loading {
    height: 64px;
    position: absolute;
    width: 64px;
    margin-left: 410px;
    margin-top: 200px;
    background: url("/img/loading.gif") no-repeat;
    z-index: 999;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.50);
}

#products {
    position: relative;
}

/*Loading*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right
}

.vertical-top {
    vertical-align: top;
}

.vertical-middle {
    vertical-align: middle;
}

.vertical.bottom {
    vertical-align: bottom;
}

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

.text-left {
    text-align: left;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dppx) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* registration */
.breadcrumb {
    padding-left: 30px;
    line-height: 50px;
}
#registration-page{
    float:left;
    width:100%;
}

#registration-page .etabs{
    margin-top:20px;
}

#registration-page #delivery_choose{
    margin-top:-20px;
    border:0px;
    padding-top:10px;

}

#registration-page #delivery_choose .title{
    display:none;
}



.registration-form #jur-reg {
    display: none;
}

.registration-form ul {
    margin-bottom: 0px;
}

.registration-form ul li a {
    min-width: 160px;
}

.registration-form {
  
}

.registration-form .title {
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
}

.registration-form .subtitle {
    float: left;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    margin-top:40px;
}

.delivery-templates{
    display: none;
}

.red-star{
	color:red;
}

.registration-form .input-table tr td {
    min-width: 190px;
    height:35px;
    line-height: 35px;
    padding-right:20px;
    font-size: 15px;
    vertical-align: bottom !important;
}
div.input-table {
    width: 100%;
    max-width: 530px;
}

.registration-form .input-table tr td input, .registration-form .input-table  input {
    border: 1px solid #808080;
    color:#808080;
    font-size: 20px;
    height: 45px;
    font-weight:lighter;
}

.registration-form .input-table tr td input[type=text],
.registration-form .input-table tr td input[type=password]{
    padding: 0px 15px 0px 15px;
    width: 100%;
    float:left;
}

.registration-form .input-table  input[type=text],
.registration-form .input-table  input[type=password]{
    padding: 0px 15px 0px 15px;
    width: 230px;
    float:left;
}
#delivery_choose .registration-form .input-table  input[type=text],
#delivery_choose .registration-form .input-table  input[type=password]{
    padding: 0px 15px 0px 15px;
    width: 230px;
    float:left;
}
.half_reg {
    float: left;
    width: 50%;
}

.registration-form .input-table tr td select {
    border: 1px solid #808080;
    color:#808080;
    font-size: 20px;
    height: 45px;
    font-weight:lighter;
    width:530px;
    padding: 0px 15px 0px 15px;
    background-size: contain;
}

.registration-form .input-table tr td textarea {
    height: 120px;
    resize: none;
    width: 100%;
    padding: 5px 10px 5px 10px;
        border: 1px solid #808080;
    color: #808080;
    font-weight: lighter;
}

.registration-form .input-table tr td  .post-block{
    float:left;
    padding-right: 0;
    width: 49%;
}
.registration-form .input-table tr td  .post-block:first-child{

    margin-right: 2%;
}
.registration-form .input-table tr td  .post-block input{
    width: 100%;
}
#delivery_choose .registration-form .input-table .chosen-search input[type=text]{
    width: 100%;
}
.registration-form .input-table tr td input[type=submit],
.registration-form .input-table tr td .bluebtn{
    float: right;
    line-height: 45px;
    background: #91a7ff;
    color: #fff;
    border: 0px;
    border-bottom: 5px solid #0074c3;
    padding: 0px 30px;
    font-size: 16px;
    margin-top: 20px;
}

.registration-form .input-table tr td input[type=submit]:hover,
.registration-form .input-table tr td .bluebtn:hover{
    /*background: #027cd5;*/
}

.registration-form .input-table tr td .login-url{
    float:left;
    width:545px;
    font-size: 14px;
    height: 20px;
    line-height: 25px;
    margin-top:10px;
}
.cat_title {
    padding-top: 27px;
    position: absolute;
    top: 23%;
    right: 53px;
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.cat_title.blue {
    color: #0074c3;
}
.registration-form .input-table tr td .login-url span{
    float:left;
    width:100%;
    text-align: right;
}

.registration-form .input-table tr td .login-url span a{
    color:#0e8ccc;
    text-decoration: none;
}

.registration-form form label {
    color: red;
}

/* registration */

/* service */
.service-fil-header{
    float:left;
    padding: 10px 20px;
    color:#027cd5;
}

.service-fil-header2{
    color:#027cd5;
}

.service-padding{
    padding: 15px 20px 0px 20px !important;
}

.service{
    margin-top:20px;
    float:left;
    width:100%;
}

#loading-services {
    height: 64px;
    position: absolute;
    width: 64px;
    margin-left: 278px;
    margin-top: 150px;
    background: url("/img/loading.gif") no-repeat;
    z-index: 999;
}

.service .service-title{
    width:100%;
    float:left;
    font-size:16px;
    line-height: 33px;
    padding: 0px 0px 0px 30px ;
    background-color: #eeeff4;
}

.service #service-block{
    float:left;
    padding-top:15px;
    width:620px;
}

.service #service-block .manuf-block{
    float:left;
    width:100%;
}

.service #service-block .manuf-block .manuf-title{
    float:left;
    padding: 0px 0px 0px 30px;
    color:#027cd5;
    width:590px;
}

.service #service-block .manuf-block .manuf-addr{
    float:left;
    width:100%;
}

.service #service-block .manuf-block .manuf-addr table{
    width:100% !important;
    float:left;
    margin-bottom: 20px;
}

.service #service-block .manuf-block .manuf-addr table tr td:nth-child(1) {
    padding-left: 30px;
    width:250px;
}

.service #service-block .manuf-block .manuf-addr table tr td:nth-child(2) {
    width:200px;
}

.service #service-block .manuf-block .manuf-addr table tr td:nth-child(3) {
    width:140px;
    text-align: right
}

.service #service-block .manuf-block .manuf-addr table tr:nth-child(odd) td {
    background-color: #edeff4;
}

.service .service-text{
    width:300px;
    float:right;
    margin-top:20px;
    border: 1px solid #bdbcbc;
}

.service .service-text .service-text-title{
    float:left;
    width:100%;
    line-height: 33px;
    text-align: center;
    border-bottom: 1px solid #bdbcbc;
}


.service .service-text .service-text-out{
    padding:20px;
    float:left;
}

.service .service-text .service-text-out p{
    margin:0px;
    padding:0px;
}
/* service */

/* contacts */


/* Contact met */
.contact-page .contact-met {
    margin-top: 15px;
    border: 1px solid #bdbcbc;
    padding-bottom: 15px;
    width:583px;
    height:193px;
    float:left;
    background: none;
}

.contact-page .contact-met h1 {
    padding:5px 25px;
    border-bottom: 1px solid #bdbcbc;
    background: #edeff4;
    margin: 0;
    color: #333;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
}

.contact-page .contact-met .contact-met-content {
    text-align: center;
    margin-top: 20px;
    float:left;
    width:100%;
}

.contact-page .contact-met .contact-met-content table{
    float:left;
    margin:0px 25px;
    width:530px;
}

.contact-page .contact-met .contact-met-content table tr td{
    vertical-align: text-bottom;
    width:50%;
    height:33px;
    padding:0px;
    line-height: 33px;
}

.contact-page .contact-met .contact-met-content table tr td:nth-child(1){
    color: #027cd5;
    text-align: left;
}

.contact-page .contact-met .contact-met-content table tr td:nth-child(2){
    color: #333333;
    text-align: right;
    font-size: 28px;
}
/* Contact met */

/*Work time contacts*/
.contact-page .work {
    margin-top: 15px;
    border: 1px solid #bdbcbc;
    padding-bottom: 15px;
    height:193px;
    width:298px;
    float:right;
    background: none;
}

.contact-page .work h1 {
    padding:5px 0px;
    border-bottom: 1px solid #bdbcbc;
    background: #edeff4;
    margin: 0;
    color: #333;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    line-height: 22px;
}

.contact-page .work .work-content {
    text-align: center;
    margin-top: 30px;
    float:left;
    width:100%;
}

.contact-page .work .work-content .large {
    font-size: 35px;
    margin-top: 5px;
}

.contact-page .work .work-content table {
    margin: 0 auto;
}

.contact-page .work .work-content table {
    margin-top: 5px;
}

.contact-page .work .work-content .blue {
    color: #027cd5;
    font-weight: bold;
}

/*Work time contacts*/

.place{
    float:left;
    width:100%;
    margin-top:15px;
}

.place .ptitle{
    float:left;
    padding-left:25px;
    background: url('/img/google_point.png') left center no-repeat;
    font-size: 15px;
    height:30px;
    line-height: 30px;
    clear:both;
}

.place .pimages{
    float:left;
    width:100%;
    margin-top:15px;
}

.place .pimages .pmap{
    float:left;
}

.place .pimages .pmap img{
    width:580px;
    float:left;
}

.place .pimages .pphotos{
    float:right;
    width:300px;
    text-align: right;
}

.place .pimages .pphotos img{
    clear:both;
    margin:5px auto;
    max-width: 230px;
}

.place .pimages .pphotos .google-location{
    float:right;
    padding: 7px 0px 7px 65px;
    color: #027cd5;
    height:41px;
    font-size: 18px;
    line-height: 20px;
    text-decoration: underline;
    cursor: pointer;
    text-align: left;
    background: url('/img/google_location.png') left center no-repeat;
    width:175px;
}

.cont-subtitle{
    padding: 5px 20px;
    border-bottom: 1px solid #027cd5;
    margin: 0;
    color: #027cd5;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    float:left;
    width:830px;
    margin-top:20px;
}

.contact-team-box{
    float:left;
    width:100%;
    text-align: center;
}

.contact-team-box img{
    margin-top:30px;
    width:600px;
}

.contact-req-box{
    float:left;
    width:100%;
}

.contact-req-box table{
    width:600px;
    margin:20px auto;
}

.contact-req-box table tr td{
    width:50%;
    line-height: 31px;
}

.contact-req-box table tr td:nth-child(1){
    color: #333333;
    text-align: right;
    padding:0px 5px;
}

.contact-req-box table tr td:nth-child(2){
    color: #027cd5;
    text-align: left;
    padding:0px 5px;
}

/* contacts */

.catalog-title{
    cursor: pointer;
}



.breadcrumb-product{
    float:left;
    width: 100%;
    line-height: 20px;
    margin:20px 0px;
    color:#000;
    font-size: 16px;
    padding:5px 0px;
    font-weight: lighter;
    padding-bottom: 15px;
    /*border-bottom:7px solid #027cd5;*/
}

.breadcrumb-product a{
    color:#000;
    text-decoration: none;
}

.breadcrumb-product .current{
    color:#91a6fe;
}

/* LEFT BAR */

.product-page .left-prod-bar{
    float:left;
    width:100%;
    /*margin-left:20px;*/
    margin-bottom: 50px;

}

.product-page .left-prod-bar .product-images{
    float:left;
    /*width:401px;*/
}
.product-page .left-prod-bar .product-images .big-image{
    width:80%;
    float:right;
    /*border:1px solid #e6e6e6;*/
    position: relative;
}

.product-page .left-prod-bar .product-images .big-image .image-box{
    float:left;
    width:100%;
    height:400px;
    line-height: 400px;
    text-align: center;
}
.product-page .left-prod-bar .product-images .big-image .image-box img{
    max-width: 100%;
    max-height: 100%;
    position:relative;
    top:-2px;
}

.product-page .left-prod-bar .product-images .big-image .all-image{
    float:left;
    width:100%;
    margin-top: 15px;
    line-height: 13px;
    text-align: center;
    color:#0e8ccc;
    cursor: pointer;
    text-decoration: underline;
}


.product-page .left-prod-bar .product-images .dop-images-list{
    float:left;
    width:20%;
    /*margin-top:10px;*/
}


.product-page .left-prod-bar .product-images .dop-images-list .dop-imagelvl2{
    margin-right: 10px;
}

.product-page .left-prod-bar .product-images .dop-images-list .dop-image{
    float: left;
    width: 65px;
    border: 2px solid #e6e6e6;
    text-align: center;
    margin-bottom: 10px;
    height: 65px;
    position: relative;

}
.product-page .left-prod-bar .product-images .dop-images-list .dop-image:hover{
    border: 2px solid #0074c3;
}

.product-page .left-prod-bar .product-images .dop-images-list .dop-image img{
    max-width: 100%;
    max-height: 62px;
    display: block;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.product-tabs .tab-container .etabs li {
    float: left;
    /*margin-left:10px;*/
    /*border: 1px solid #b3b3b3;*/
    border-bottom:0px;
    width:auto;
}

.product-tabs .tab-container .etabs li a{
    color:#b3b3b3;
}


.product-tabs .tab-container .etabs {
    list-style: none;
    height: 40px;
    border-bottom: 3px solid #91a6fe;
    margin-bottom: 20px;
}

.product-tabs .tab-container .etabs li:hover,
.product-tabs .tab-container .etabs li.active{
    /*border: 1px solid #027cd5;*/
    background: #fff;
    border-bottom:0px;
    height: 40px;
    border-bottom: 3px solid #91a6fe;
}

.product-tabs .tab-container .etabs li:hover a,
.product-tabs .tab-container .etabs li.active a{
    background: #91a6fe;
    color: white;

}


.product-page .left-prod-bar .product-tabs .tab-container #tab1 table tr td{
    border-bottom:1px solid #e6e6e6;
    line-height: 20px;
    vertical-align: top;
    padding: 5px 0px 5px 5px;
    font-weight: lighter;
}



.product-page .left-prod-bar .product-tabs .tab-container #tab1 table tr:last-child td{
    border-bottom:0px;
}

.product-page .left-prod-bar #tab2{
    padding-bottom: 0px;
}


.product-page .left-prod-bar .comment-tab{
}

.product-page .left-prod-bar .comment-tab .comments{
    float:left;
    width:100%;
}

.product-page .left-prod-bar .comment-tab .comments .title{
    float:left;
    width:100%;
    text-align: center;
    line-height:30px;
    background-color: #edeff4;
    border-bottom: 1px solid #b4b3b3;
}

.product-page .left-prod-bar .comment-tab .comments .user-comments{
    float:left;
    width:100%;
}

.product-page .left-prod-bar .comment-tab .comments .comment-ratio-small-left{
	float:left;
	width:85px;
	margin-top:58px;
	cursor: default !important;
}

.product-page .left-prod-bar .comment-tab .comments .comment-ratio-small-left .starbox .stars{
	cursor: default !important;
}

.product-page .left-prod-bar .comment-tab .comments .user-comments .user-comment{
    float:left;
    width:800px;
    margin:0px;
}

.product-page .left-prod-bar .comment-tab .comments .user-comments .user-comment .user-name{
    float:left;
    width:100%;
    font-weight: bold;
}

.product-page .left-prod-bar .comment-tab .comments .user-comments .user-comment .theme{
    float:left;
    width:100%;
    color:#027cd5;
    font-weight: bold;
}

.product-page .left-prod-bar .comment-tab .comments .user-comments .user-comment .date{
    color:#027cd5;
    font-weight: lighter;
}

.product-page .left-prod-bar .comment-tab .comments .user-comments .user-comment .comment-text{
    float:left;
    width:100%;
    margin:10px 0px 20px 0px;
    font-weight: lighter;
}
.product-page .left-prod-bar .comment-tab .comment-write{
    padding:0px 0px;
   
    float:right;
    color:#222;
}

.product-page .left-prod-bar .comment-tab .comment-write .title{
    float:left;
    width:100%;
    line-height: 30px;
    margin-bottom:10px;
    font-size: 25px;
    color: #027cd5;
    font-weight:lighter;
}

.product-page .left-prod-bar .comment-tab .comment-write .comment-info{
    float:left;
    width:100%;
    font-weight: lighter;
}

.product-page .left-prod-bar .comment-tab .comment-write .comment-info p{
    margin:0px;
}


.product-page .left-prod-bar .comment-tab .comment-form {
    float:left;
    margin:10px 0px;
}

.product-page .left-prod-bar .comment-tab .comment-form .theme-block{
	float:left;
	width:300px;
}

.product-page .left-prod-bar .comment-tab .comment-form .ratio-block{
	float:left;
	margin-left:30px;
}

.product-page .left-prod-bar .comment-tab .comment-form .block-title{
    float:left;
    width:100%;
    line-height: 25px;
    margin:15px 0px 0px 0px;
    font-weight: lighter;
}

.product-page .left-prod-bar .comment-tab .comment-form .block-title.first-title{
	margin-top:0px;
}

.product-page .left-prod-bar .comment-tab .comment-form .block-title span{
    float:right;
    font-weight: normal;
}


.product-page .left-prod-bar .comment-tab .comment-form .theme-box,
.product-page .left-prod-bar .comment-tab .comment-form .comment-box{
    float:left;
    width:100%;
}

.product-page .left-prod-bar .comment-tab .comment-form input[type=text]{
    padding: 0px 10px 0px 10px;
    width: 280px;
    float: left;
    border: 1px solid #A9A9A9;
    height: 30px;
}

.product-page .left-prod-bar .comment-tab .comment-form .input-helper{
    word-wrap:break-word;
    float:right;
    height: 25px;
}

.product-page .left-prod-bar .comment-tab .comment-form textarea{
    padding: 10px !important;
    max-width: 580px;
    min-width: 580px;
    float: left;
    border: 1px solid #A9A9A9;
    resize:none;
    height: 130px;
}


.product-page .left-prod-bar .comment-tab .comment-form input[type=submit]{
    float: left;
    margin-top:25px;
    border: 0px;
    line-height: 35px;
    background-color: #027cd5;
    color: white;
    padding:0px 20px;
}

.product-page .left-prod-bar .comment-tab .comment-form input[type=submit]:hover{
	background: #027cd5;
}
/* Image courusel */
.infinite-carousel{
    float:left;
    width:100px;
    margin-right:10px;
    min-height: 300px;
}

.infinite-carousel .navigation{
    width:100%;
    height:10px;
    float:left;
    text-align: center;
}

.infinite-carousel .pre2{
    margin-bottom: 10px;
}

.infinite-carousel .pre{
    margin-bottom: 10px;
    background:url('/img/vslider_t.png') center center no-repeat;
    cursor: pointer
}

.infinite-carousel .next2{
    margin-bottom: 10px;
}

.infinite-carousel .next{
    margin-top: 10px;
    background:url('/img/vslider_b.png') center center no-repeat;
    cursor: pointer
}

.infinite-carousel .list{
    width:100px;
    height:1400px;
    overflow:visible;
}


.infinite-carousel .viewport{
    width:100px;
    height:320px;
    overflow:hidden;
}

.infinite-carousel .item_slider{
    width:98px;
    height:98px;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
    float: left;
    margin-bottom: 10px;
    border:1px solid #afaeae;
}

.infinite-carousel .item_slider img{
    max-width: 90px;
    max-height:90px;
    margin:4px;
}
/* Image courusel */


.product-page .left-prod-bar .product-info{
    /*float:left;*/
    /*margin-left:19px;*/
    /*width:465px;*/
    display: inline-block;
}


.product-page .left-prod-bar .product-info .name{
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-family: myriad-regular, sans-serif;
}

.product-page .left-prod-bar .product-info .sub-name-line{
    float:left;
    width:100%;
    line-height: 35px;
}


.product-page .left-prod-bar .product-info .sub-name-line .product-ratio{
    float:left;
    margin-top:11px;
    margin-right:40px;
}

.product-page .left-prod-bar .product-info .sub-name-line .compare{
    float:left;
    font-weight: lighter;
    font-size:14px;
    color:#027cd5;
    cursor: pointer;
}

.product-page .left-prod-bar .product-info .sub-name-line .compare .icon{
    background: url('/img/fast-comp.png') right center;
    float:left;
    width:35px;
    height:35px;
}


.product-page .left-prod-bar .product-info .sub-name-line .prod-share{
    float:right;
    font-weight: lighter;
    font-size: 14px;
}


.product-page .left-prod-bar .product-info .sub-name-line .prod-share .prod-share-txt{
    margin-right:5px;
}

.product-page .left-prod-bar .product-info .sub-name-line .prod-share .prod-share-buttons{
    position: relative;
    top:-1px;
}





.product-page .left-prod-bar .product-info .imp-param{
    float:left;
    width:100%;
    margin-top:10px;
}

.product-page .left-prod-bar .product-info .imp-param ul{
    float: left;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.product-page .left-prod-bar .product-info .imp-param li{
    line-height: 20px;
    font-size:15px;
    font-weight: lighter;
}

.product-page .left-prod-bar .product-info .imp-param li .param-point{
    color: #027cd5;
}


.product-page .left-prod-bar .product-info .artikul{
    float:left;
    width:100%;
    margin-top:35px;
    font-weight: lighter;
    font-size:15px;
}



.product-page .left-prod-bar .product-images .discount{
    height:81px;
    line-height:30px;
    width: 81px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    z-index:5;
    background:url('/img/discount-triangle.png') left top no-repeat;
}

.product-page .left-prod-bar .product-images  .discount span{
    -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
    float:left;
    line-height:30px;
    margin-top:12px;
    margin-left:3px;
    width:50px;
    text-align: center;
    font-size: 21px;
}

.product-page .left-prod-bar .product-images .free_delivery_discount{
    height:120px;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    z-index:4;
    background:url('/img/free-delivery-triangle.png') left top no-repeat;
}

.product-page .left-prod-bar .product-images .free_delivery_discount span{
    -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
    float:left;
    line-height:20px;
    margin-top:40px;
    margin-left:-10px;
    width:120px;
    text-align: center;
    font-size: 11px;
}


.product-page .left-prod-bar .product-images .new{
    height: 81px;
    line-height: 30px;
    width: 81px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    top: 0;
    float:right;
    right: 0px;
    z-index:4;
    background: url(/img/new-triangle.png) left top no-repeat;
}

.product-page .left-prod-bar .product-images .new span{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    float: left;
    line-height: 30px;
    margin-top: 12px;
    margin-left: 30px;
    width: 50px;
    text-align: center;
    font-size: 13px;
}

.product-page .left-prod-bar .product-images .free_delivery{
    height:81px;
    line-height:30px;
    width: 81px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    z-index:5;
    background:url('/img/free-delivery-triangle-small.png') left top no-repeat;
}

.product-page .left-prod-bar .product-images .free_delivery span{
    -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
    float:left;
    margin-top:16px;
    margin-left:-6px;
    width:70px;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
}


.product-page .left-prod-bar .product-info .product_not_available{
    float:right;
    text-align: right;
    color: #ff0000;
    font-size: 25px;
    line-height: 25px;
    padding:40px 0px 25px 0px;
    font-weight: bold;
    vertical-align: bottom;
}


.product-page .left-prod-bar .product-info .addthis_sharing_toolbox{
    float:left;
    height:20px;
    min-width:1px;
}


.product-page .left-prod-bar .product-info .product-form{
    float:left;
    margin-top:35px;
    width:100%;
    display: inline-block;
}
.prod_akcinfo_lines {
    display: inline-block;
    width: 100%;
    max-width: 400px;
}
.akc_line {
    height: 60px;
    width: 50%;
    float: left;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;

}
.perc_price {
    color: #0066cc;
    font-size: 20px;
}
.akc_line span {
    color: #9a9a9a;
    font-size: 16px;
}
.akc_line.red_timer {
    width: 100%;
    border-bottom: 1px solid #666666;
}
.perc_price_timer {
    font-size: 30px;
    color: #ff0000;
    line-height: 1;
}

.product-page .left-prod-bar .product-info .product-form .product-price{
    float:left;
    width:100%;
    margin-bottom: 15px;
}


.product-page .left-prod-bar .product-info .product-form .product-price .special-price {
    color: #ff0000;
    font-size: 40px;
    font-weight: bold;
    line-height: 30px;
    font-family: myriad-regular, sans-serif;
}

.product-page .left-prod-bar .product-info .product-form .product-price .g-special-price {
    color: #ff0000;
    font-size: 40px;
    font-weight: bold;
    line-height: 30px;
    font-family: myriad-regular, sans-serif;
}


.product-page .left-prod-bar .product-info .product-form .product-price .old-price {
    color: #0066cc;
    font-size: 15px;
    padding-left: 20px;
    text-decoration: line-through;
}

.product-page .left-prod-bar .product-info .product-form .product-price .akc-date{
    float:left;
    width:100%;
    font-size: 12px;
    line-height: 15px;
}

.product-page .left-prod-bar .product-info .product-form .instock{
    float:left;
    width:100%;
    line-height: 50px;
    font-size: 12px;
    color:#027cd5;
    font-weight:bold;
    display: none;
}

.product-page .left-prod-bar .product-info .product-form .change-prod-count{
    float:left;
    width:100px;
    /*display: none;*/
}

.product-page .left-prod-bar .product-info .product-form .product-price table{
    width:100%;
    float:left; 
    margin-bottom: 10px;
}

.product-page .left-prod-bar .product-info .product-form .product-price table tr td:nth-child(1){
    text-align:left;
    text-decoration: line-through;
    font-size: 24px;
    vertical-align: bottom;
}

.product-page .left-prod-bar .product-info .product-form .product-price table tr td:nth-child(2){
    text-align:right;
    color:#cc0000;
    font-size: 36px;
    line-height: 38px;
    font-weight: bold;
    vertical-align: bottom;
}

.product-page .left-prod-bar .product-info .product-form form{
    float:left;
    width:100%;
    text-align: left;
    margin-top:5px;
}

.product-page .left-prod-bar .product-info .product-form form .qt,
.shopping-cart .qt{
    float: left;
    width: 47px;
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    padding: 0px;
}

.product-page .left-prod-bar .product-info .product-form form .change-prod-count-text{
    float:left;
    width:100%;
    line-height: 15px;
    font-size: 12px;
    margin-top: -2px;
    font-weight: lighter;
}

.product-page .left-prod-bar .product-info .product-form form .change-price,
.shopping-cart .change-price{
    cursor: pointer;
    float: left;
    text-align: center;
    width: 23px;
    line-height: 55px;
    font-size: 20px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none; 
    color:#fff;
}

.product-page .left-prod-bar .product-info .product-form form .change-price.minus,
.shopping-cart .change-price.minus{
    background: #ffdd00;
    border: 1px solid #ffdd00;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.product-page .left-prod-bar .product-info .product-form form .change-price.plus,
.shopping-cart .change-price.plus{
    background: #91a6fe;
    border: 1px solid #91a6fe;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.shopping-cart .change-price.minus{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.shopping-cart .change-price.plus{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius:5px;
}

.product-page .left-prod-bar .product-info .product-form form .change-price:hover,
.shopping-cart .change-price:hover{
    background-color: #fff;
    color:#000;
}

.product-page .left-prod-bar .product-info .product-form form .cal-price{
    float:right;
    margin-left:20px;
    width:160px;
    line-height: 20px; 
    border:2px solid #afaeae;
}

.product-page .left-prod-bar .product-info .product-form form .cal-price .cal-text{
    float:left;
    padding-left:5px;
}

.product-page .left-prod-bar .product-info .product-form form .cal-price .cal-number{
    float:right;
    padding-right:10px;
}

.product-page .left-prod-bar .product-info .product-form form .buttons{
    float:left;
    font-weight: lighter;
    font-size: 13px;
    margin-bottom: 30px;
}

.product-page .left-prod-bar .product-info .product-form form .buttons .wishlist-btn{
    cursor: pointer;
    line-height: 27px;
    margin-top: 12px;
    padding: 8.5px 5px 8.5px 25px;
    /* width: 70px; */
    float: left;
    margin-left: 10px;
    /* background: #027cd5 url(/img/product-wishlist.png) left center no-repeat; */
    color: black;
    font-size: 12px;
    background: url("/img/heart_icon_prod.png") no-repeat;
    background-position: 0 47%;
}

.product-page .left-prod-bar .product-info .product-form form .buttons .wishlist-btn:hover{
    /*background-color: #808080;*/
}

.product-page .left-prod-bar .product-info .product-form form .buttons .pcompare-btn{
    cursor: pointer;
    line-height: 45px;
    padding:0px 5px 0px 35px;
    width:60px;
    float:left;
    margin-left:10px;
    background:#027cd5 url('/img/pcompare.png') left center no-repeat;
     color:#fff;
     font-size:12px;
}

.product-page .left-prod-bar .product-info .product-form form .buttons .pcompare-btn:hover{
    background-color: #808080;
}

.product-page .left-prod-bar .product-info .product-form form .buttons input{
    float:left;
    line-height: 45px;
    padding:0px 5px 0px 35px;
    width:140px;
    text-align: center;
    background:#027cd5 url('/img/product-cart.png') left center no-repeat;
    border:0px;
    color:#fff;
    font-weight: bold;
    font-size:16px;
}

.product-page .left-prod-bar .product-info .product-form form .buttons input:hover{
    background-color: #808080;
}



.product-page .left-prod-bar .product-info .product-form form .buttons .add-btn{
    float: left;
    line-height: 14px;
    padding: 8.5px 5px 8.5px 35px;
    /* width: 100px; */
    text-align: left;
    /* background: #027cd5 url(/img/product-cart.png) left center no-repeat; */
    border: 0px;
    color: black;
    margin-top: 12px;
    font-size: 12px;
    min-height: 28px;
    word-wrap: normal;
    cursor: pointer;
    background: url("/img/cart_icon_prod.png") no-repeat;
    /*display: none;*/
}
.cart-bar .cart-title{
    /*display: none;*/
}

.product-page .left-prod-bar .product-info .product-form form .buttons .add-btn.yellow{
    background: #ffdd00;
    font-size: 30px;
    color: black;
    font-family: myriad-regular, sans-serif;
    font-weight: 600;
    /* width: 300px; */
    padding: 15px 55px;
    width: inherit;
    border-radius: 5px;
}

.product-page .left-prod-bar .product-info .product-form form .buttons .add-btn:hover{
    /*background-color: #808080;*/
}

.product-page .product-page-delimiter{
	float: left;
    width: 100%;
    border-bottom: 7px solid #027cd5;
    margin:20px 0px 25px 0px;
}

/* product tabs*/
.product-page .left-prod-bar .product-tabs{
    float:left;
    width:100%;
    margin-top: 25px;
}

.product-page .left-prod-bar .product-tabs .param_name{
    float:left;
}

.product-page .left-prod-bar .product-tabs .param_help{
    background:url('/img/tabs_desc2.png') no-repeat;
    height:16px;
    width:16px;
    position:relative;
    float:left;
    margin-left:10px;
    margin-top:3px;
}

.product-page .left-prod-bar .product-tabs .param_help .param_help_text{
    display:none;
    position: absolute;
    z-index:1;
    background-color: white;
    margin-top: 8px;
    margin-left: 8px;
    padding:10px;
    font-size: 13px;
    min-width:600px;
    border:1px solid #afaeae;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(175, 175, 175, 1);
    -moz-box-shadow:    0px 0px 14px 0px rgba(175, 175, 175, 1);
    box-shadow:         0px 0px 14px 0px rgba(175, 175, 175, 1);
    line-height: 15px;
}

.product-page .left-prod-bar .product-tabs ul li{
    width:25%;
}

.product-page .left-prod-bar .product-tabs ul li a{
    text-align: center;
}

.product-page .left-prod-bar .product-tabs .tab-container > div{
    padding:0px 10px;
}

.product-page .left-prod-bar .product-tabs .tab-container div{
    /*display:none;*/
}

.product-page .left-prod-bar .product-tabs .tab-container h4{
    margin:0px 0px 10px 0px;
    color:#0e8ccc;
    float:left;
    width:100%;
    font-size:15px;
    text-transform: uppercase;
}

.product-page .left-prod-bar .product-tabs .tab-container table{
    float:left;
    width:100%;
    margin:0px 0px 30px 0px;
}



.product-page .left-prod-bar .product-tabs .tab-container table tr td:nth-child(1){
    padding-left:0px;
    width:30%;
}

.product-page .left-prod-bar .product-tabs .tab-container table tr.grey-line td {
    background-color: #F5F6F7;
 }


.product-page .left-prod-bar .product-tabs .tab-container .watchDetailsBox{
    margin:0px !important;
    padding-top:30px;
    float:left;
}


.product-page .left-prod-bar .product-tabs .tab-container .watchDetailsBox .watchDetails{
    float:left;
    width:100%;
}

.product-page .left-prod-bar .product-tabs .tab-container .watchDetailsBox .watchDetails:nth-child(2n+1){
    background-color: #edeff4;
}


.product-page .left-prod-bar .product-tabs .tab-container .watchDetailsBox .watchDetailsLeft{
    float:left;
    padding-left:50px;
    width:400px;
}

.product-page .left-prod-bar .product-tabs .tab-container .watchDetailsBox .watchDetailsRight{
    float:left;
    width:440px;
}
/* product tabs*/
/* LEFT BAR */

/* RIGHT BAR */
.product-page .right-prod-bar{
    float:right;
    width:240px;
    margin-left:15px;
}

/* LATEKO*/
.product-page .ll_calculator{
    width:445px;
    font-size:14px;
    color:black;
    float:right;
    border:1px solid #e6e6e6;
    padding:9px;
    margin-top:15px;
}


.product-page .ll_calculator .lateko-title{
    width:100%;
    float:left;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color:#027cd5;
}

.product-page .ll_calculator img{
    padding-bottom:5px;
    margin: 0px;
    border:0px;
}

.product-page .ll_calculator table,
.product-page .ll_calculator tbody{
    padding-top:10px;
    width:100%;
    float:left;
}

.product-page .ll_calculator table tr td{
    vertical-align: top;
    line-height: 20px;
    font-size:12px;
    font-weight: lighter;
}

.product-page .ll_calculator table tr td:nth-child(1){
    width:65px;
}

.product-page .ll_calculator table tr td:nth-child(2){
    padding-left:20px;
    width:65px;
}

.product-page .ll_calculator table tr td:nth-child(3){
    padding-left:130px;
    width:95px;
}

.product-page .ll_calculator input{
    padding:0px;
    margin:0px;
    border:1px solid #808080;
    float:left;
    width:50px;
    line-height: 28px;
    padding-left:15px;
    color:#808080;
}

.product-page .ll_calculator select{
    padding:0px;
    margin:0px;
    border:1px solid #808080;
    float:left;
    height: 30px;
    text-align: center;
    width:65px;
    color:#808080;
}


.product-page .ll_calculator .month-payment,
.product-page .ll_calculator .first-payment{
    font-size: 16px;
    font-weight: bold;
    color:#808080;
}

.product-page .ll_calculator .month-payment{
    color: #027cd5;
}

.product-page .ll_calculator .lateko-text{
    float:left;
    width:100%;
    margin:15px 0px;
    font-weight: lighter;
    color:#808080;
}

.product-page .ll_calculator .lateko-result{
    padding-top:25px;
    text-align: left;
    color:#0e8ccc;
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 10px;
    display: none;
}

.product-page .ll_calculator .lateko-inf{
    padding-right:20px;
    font-size: 11px;
    line-height: 18px;
    background-color: #edeff4;
    text-align: center !important;
}
/* LATEKO*/

/* ALSO ITEMS */
.also-block{
    width:100%;
    float:left;
}

.also-block .title{
	float:left;
	width:100%;
	font-size:30px;
	color:#027cd5;
	font-weight: lighter;
	line-height: 45px;
	margin-bottom:20px;
}

.also-block .title .also-url{
	float:right;
	font-size:20px;
	cursor: pointer;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
/* ALSO ITEMS */

/*REL ITEMS*/
.rel_items{
    margin-top:20px;
    width:100%;
    float:right;
    border:1px solid #b4b3b3;
}

.rel_items .title{
    line-height: 27px;
    border-bottom: 1px solid #dad9d9;
    width:100%;
    float:left;
    text-align: center;
}

.ritems{
    width:100%;
    float:left;
}

.ritems .rel_item{
    margin:5px 10px;
    float:left;
    width:220px;
    border-bottom: 1px solid #999999;
}


.rel_items .ritems .rel_item:last-child{
    border-bottom:none;
}

.ritems .rel_item .image{
    float:left;
    width:100%;
    text-align: center;
    line-height: 150px;
    height: 150px;
}

.ritems .rel_item .image img{
    margin:5px 0px;
    max-height:150px;
    max-width:220px;
}

.ritems .rel_item .discount{
    background: #027cd5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    width: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
}

.ritems .rel_item .name-price-div{
    float:right;
    width:220px;
}

.ritems .rel_item .name-price-div .rel_name{
    width:100%;
    float:left;
    text-align: center;
    font-size: 14px;
    line-height: 15px;
    min-height: 45px;
    padding-top:10px;
    color:black;
}

.ritems .rel_item .name-price-div .rel_price{
    width:100%;
    float:left;
    text-align: center;
}

.ritems .rel_item .name-price-div .rel_price .old_price{
    margin-left:10px;
    text-decoration: line-through;
    color:black;
    padding-right:30px;
}

.ritems .rel_item .name-price-div .rel_price .price{
    color:#cc0000;
    font-size: 18px;
    line-height: 40px;
}

.ritems .rel_item .hover-info{
    display:none;
    z-index: 2;
    margin-top:161px;
    width:220px;
    position:absolute;
    background-color: #333333;
    cursor: pointer;
}

.ritems .rel_item .hover-info .name-price-div .rel_name,
.ritems .rel_item .hover-info .name-price-div .rel_price .price,
.ritems .rel_item .hover-info .name-price-div .rel_price .old_price{
    color:white;
}


.ritems .rel_item .hover-info .dop_info{
    float:left;
    width:220px;
}

.ritems .rel_item .hover-info .dop_info table{
    width:220px;
    float:left;
    margin:15px 0px;
}

.ritems .rel_item .hover-info .dop_info table .buttons {
    width:25px;
    padding:0px 8px;
    float:left;
}

.ritems .rel_item .hover-info .dop_info table .buttons div{
    height: 25px;
    float:left;
    width:25px;
    margin:2px;
}

.ritems .hover-info .dop_info table .buttons .add-cart{
    background:url('/img/rel_cart.png') 0px 0px no-repeat;
}

.ritems .hover-info .dop_info table .buttons .add-cart:hover{
    background:url('/img/rel_cart.png') 0px -25px no-repeat;
}

.ritems .hover-info .dop_info table .buttons .add-wish{
    background:url('/img/rel_cart.png') -25px 0px no-repeat;
}

.ritems .rel_item .hover-info .dop_info table .buttons .add-wish:hover{
    background:url('/img/rel_cart.png') -25px -25px no-repeat;
}

.ritems .hover-info .dop_info table tr td.rel_param{
    line-height: 15px;
    float:left;
    font-size: 12px;
    padding:0px;
    width:175px;
    color:white;
}

.rel_items_list{
    width:100%;
    float:left;
    color:#0e8ccc;
    line-height: 28px;
    text-align: center;
    background-color: #edeff4;
    cursor:pointer;
}

.rel_items_list:hover{
    text-decoration: underline;
}
/*REL ITEMS*/
/* RIGHT BAR */

.prod_view_history{
    float:left;
    width:100%;
}

/* Shopping cart*/
.shopping-cart{
    float:left;
    width:100%;
}

.shopping-cart .cart-right-bar{
	float: left;
    width: 100%;
    /*margin-left: 19px;*/
    /*margin-top:20px;*/
    margin-bottom: 50px;
}

.shopping-cart .cart-right-bar .cart-top-progress-bar{
	float:left;
	width:100%;
	min-height: 110px;
    border-bottom: 7px solid #91a7ff;
}



.cart-right-bar .cart-back-div{
	float:left;
	line-height:30px;
	border:1px solid #808080;
	padding:0px 10px 0px 20px;
	color:#808080;
	margin-top:25px;
	font-size:12px;
	cursor: pointer;
	background: #fff url('/img/cart-back-btn-arrow.png') bottom left no-repeat;
    position:relative;
    z-index: 9;
}

.cart-right-bar .cart-back-div:hover{
	color:#fff;
	background: #808080 url('/img/cart-back-btn-arrow.png') top left no-repeat;
}
.percent_line {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    float: left;
    line-height: 30px;
    margin-top: 12px;
    margin-left: 3px;
    width: 50px;
    text-align: center;
    font-size: 21px;
}
.cart-right-bar .cart-forward-div{
	float:right;
	line-height:30px;
	border:1px solid #808080;
	padding:0px 20px 0px 10px;
	color:#808080;
	margin-top:25px;
	font-size:12px;
	cursor: pointer;
	background: #fff url('/img/cart-forward-btn-arrow.png') bottom right no-repeat;
    position:relative;
    z-index: 9;
}

.cart-right-bar .cart-forward-div:hover{
	color:#fff;
	background: #808080 url('/img/cart-forward-btn-arrow.png') top right no-repeat;
}

.shopping-cart .empty-cart{
    float:left;
    width:100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin:50px 0px;
}
.shopping-cart .empty-cart.min{

    font-size: 20px;

}
.cart-table table{
    width:100%;
    float:left;
    margin-top:20px;
    margin-bottom:0;
}


.jur-warr{
    color:red;
    float:left;
    padding-top:10px;
    padding-left: 15px;
}

.cart-table .product-cart-table tr td{
    padding:0px;
    margin:0px;
    border-bottom: 1px solid #cccccc;
}

.cart-table .product-cart-table tr td:nth-child(1){
    vertical-align: middle;
    width:200px;
    text-align: center;
}

.cart-table form .input-table tr td:nth-child(1){
    text-align: left;
}

.cart-table .product-cart-table tr td:nth-child(2){
    vertical-align: middle;
    padding-left:20px;
    width:230px;
}

.cart-table .product-cart-table tr td:nth-child(2) .name-url{
    color:#027cd5;
    line-height: 20px;
    font-size: 16px;
    float:left;
}


.cart-table .product-cart-table tr td:nth-child(3){
    text-align:center;
    width:130px;
}
.cart-table .product-cart-table tr td:nth-child(4){
    width:95px;
}   

.cart-table .product-cart-table tr td:nth-child(5){
    text-align:center;
    width:130px;
}

.cart-table .product-cart-table tr td:nth-child(6){
    text-align:center;
    width:50px;
}


.cart-table .product-cart-table tr td img{
    margin:10px auto;
    max-width:200px;
    max-height: 180px;
}



.cart-table .product-cart-table tr td .old_price{
    font-size: 18px;
    text-align: left;
    text-decoration: line-through;
}

.cart-table .product-cart-table tr td .price{
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    cursor: default;
}

.cart-table .product-cart-table tr td .price-once{
    font-size: lighter;
    color:#000;
    font-size: 16px;
    cursor: default;
}

.cart-table .product-cart-table tr td .cart_check,
.cart-table .product-cart-table tr td input[name=delivery_radio]{
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.cart-table .product-cart-table tr:last-child td{
    border:0px;
}


/*************************/
.cart-table .product-cart-table-s3 tr td{
    padding:0px;
    margin:0px;
    border-bottom: 1px solid #cccccc;
}

.cart-table .product-cart-table-s3 tr td:nth-child(1){
    vertical-align: middle;
    width:200px;
    text-align: center;
}

.cart-table form .input-table tr td:nth-child(1){
    text-align: left;
}

.cart-table .product-cart-table-s3 tr td:nth-child(2){
    vertical-align: middle;
    padding-left:20px;
    width:230px;
}

.cart-table .product-cart-table-s3 tr td:nth-child(2) .name-url{
    color:#027cd5;
    line-height: 20px;
    font-size: 16px;
    float:left;
}

.cart-table .product-cart-table-s3 tr td:nth-child(3){
    text-align:center;
    width:105px;
}


.cart-table .product-cart-table-s3 tr td:nth-child(4){
    text-align:center;
    width:200px;
}
.cart-table .product-cart-table-s3 tr td:nth-child(5){
    text-align:center;
    width:150px;
}   

.cart-table .product-cart-table-s3 tr td img{
    margin:10px auto;
    max-width:200px;
    max-height: 180px;
}



.cart-table .product-cart-table-s3 tr td .old_price{
    font-size: 18px;
    text-align: left;
    text-decoration: line-through;
}

.cart-table .product-cart-table-s3 tr td .price{
    color: #027cd5;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    cursor: default;
}

.cart-table .product-cart-table-s3 tr td .price-once{
    font-size: lighter;
    color:#000;
    font-size: 16px;
    cursor: default;
}

.cart-table .product-cart-table-s3 tr td .cart_check,
.cart-table .product-cart-table-s3 tr td input[name=delivery_radio]{
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.cart-table .product-cart-table-s3 tr:last-child td{
    border:0px;
}
/*************************/

.order-details{
    margin-top:0px !important;
    margin-bottom:40px !important;
}

.order-details tr td{
    width:25%;
    vertical-align: top;
    line-height: 30px;
}

.order-details tr th{
    text-align: left;
    width:25%;
    line-height: 30px;
}

.shopping-cart .cart-button{
    float:left;
    width:100%;
    margin-top:20px;
}

.shopping-cart p{
    margin: 0px;
}

.shopping-cart .cart-button div{
    width:300px;
    line-height: 30px;
    text-align: center;
    border:1px solid #bbbabb;
    cursor: pointer;
}

.shopping-cart .cart-button .continue{
    float:left;
    background-color: #edeff4;
    color:#0e8ccc;
}

.shopping-cart .cart-button .continue:hover{
    background-color: #0e8ccc;
    color:white;
}

.shopping-cart .cart-button div{
    width:300px;
    line-height: 30px;
    text-align: center;
    border:1px solid #bbbabb;
    cursor: pointer;
}


/* wishlist buttons*/

.shopping-cart .wishlist-button{
     float:left;
    width:100%;
    margin-top:20px;
    line-height: 32px;
    background-color: #edeff4;
}



.shopping-cart .wishlist-button .breadcrumbs{
    padding-left:35px;
    color:#333;
}

.shopping-cart .wishlist-button a{
    color:#333;
    text-decoration: none;
}

.shopping-cart .wishlist-button .continue{
    float:right;
    background-color: #0e8ccc;
    color:white;
}

.shopping-cart .wishlist-button .continue:hover{
    background-color: #edeff4;
    color:#0e8ccc;
}

.shopping-cart .wishlist-button div{
    width:300px;
    line-height: 30px;
    text-align: center;
    border:1px solid #bbbabb;
    cursor: pointer;
}


.shopping-cart .wishlist-button-bottom{
    float:left;
    width:100%;
}

.shopping-cart .wishlist-button-bottom div{
    line-height: 30px;
    text-align: center;
    border:1px solid #bbbabb;
    cursor: pointer;
    margin:5px 0px;
    text-decoration: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none; 
}

.shopping-cart .wishlist-button-bottom .fleft{
    float:left;
    text-align: left;
    padding:0px 15px;
    margin-right:10px;
}

.shopping-cart .wishlist-button-bottom .blue-btn{
    background-color: #91a6fe;
    color: white;
    font-weight: normal;
    border: 1px solid #808080;
    font-size: 15px;
    min-width: 210px;
    text-align: center;
}

.shopping-cart .wishlist-button-bottom .blue-btn:hover{
    background-color: #91a6fe;
    color: white;
}

.shopping-cart .wishlist-button-bottom .blue-btn2{
    background-color: #91a6fe;
    color: white;
}

.shopping-cart .wishlist-button-bottom .blue-btn2:hover{
    background-color: #edeff4;
    color: #91a6fe;
}

.shopping-cart .wishlist-button-bottom .orange-btn{
    background: #fff;
    font-weight: normal;
    color:#91a6fe;
    border:1px solid #91a6fe;
    font-size:15px;
}

.shopping-cart .wishlist-button-bottom .orange-btn:hover{
    background-color: #91a6fe;
    color:#fff;
}

.shopping-cart .wishlist-button-bottom .fright{
    float:right;
    width:260px;
}

/* wishlist buttons*/


.shopping-cart .cart-button .submit{
    float:right;
    background-color: #91a6fe;
    color:white;
}

.shopping-cart .cart-process-barr{
    float:left;
    width:100%;
    margin-top: 20px;
    background-color: #edeff4;
}

.shopping-cart .cart-process-barr div{
    width:25%;
    float:left;
    text-align: center;
    line-height: 30px;
    background: url('/img/cart_progress_arraw.png') left no-repeat;
    color:#cccccc;
    text-transform: uppercase;
    font-weight: bold;
}

.shopping-cart .cart-process-barr div.active{
    background-color: #cccccc;
    color:black;
}

.shopping-cart .cart-process-barr div.activew{
    background-color: #cccccc;
    color:white;
}

.shopping-cart .select-delivery table tr td label{
    cursor:pointer;
}

.shopping-cart .select-delivery{
    margin-top:20px;
    float:left;
    width:100%;
    background-color: #edeff4;
    display:none;
}

.shopping-cart .select-delivery table{
    margin:10px 0px 15px 0px;
}
.shopping-cart .select-delivery .delivery{
    font-weight: bold;
    cursor: default;
}


.shopping-cart .select-delivery input[type=radio]{
    position:relative;
    top:2px;
    margin-top:5px;
    margin-right:10px;
}

.shopping-cart .select-delivery .car-img{
    width:150px;
    height:55px;
    margin-top:15px;
    background: url('/img/delivery_car.png') center center no-repeat;
    position:absolute;
}

.shopping-cart .total{
    float:left;
    width:100%;
    font-size: 25px;
    line-height: 85px;
    text-align: right;
}

.shopping-cart .total .cart-share-btn{
    background-color: #edeff4;
    color: #0e8ccc;
    float: left;
    width: 330px;
    text-align: left;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #bbbabb;
    cursor: pointer;
    margin: 10px 0px;
    text-decoration: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.shopping-cart .total .summ{
    color: #212529;
    font-weight: bold;
    float:right;
    margin-left:5px;
}

.shopping-cart .continue_step1,
.shopping-cart input[type=submit]{
    float:right;
    line-height: 45px;
    background: #91a7ff;
    color:#fff;
    border:0px;
    border-bottom: 5px solid #0074c3;
    padding:0px 30px;
}
.sidebar-with-sub thead {
    border-bottom: 3px solid #91a6fe;
}
.shopping-cart .continue_step1:hover,
.shopping-cart input[type=submit]:hover{
    background: #91a7ff;
}

#delivery_choose{

    width:100%;
    border:1px solid #bab9b9;
    float:left;
    position:relative;
    margin-top:-10px;
    min-height: 100px;
    background-color: white;
}
#delivery-choose-block-f{
    display: none!important;
}

#delivery_choose img#loading{
    float:left;
    margin: 20px 0px 15px 568px;
    margin-left: calc(50% - 32px);
}

#delivery_choose .registration-form{
    position: relative;
    z-index: 1;
    width: 100%;
    float: right;
    padding-left: 35px;
}

#delivery_choose .input-table tr td{
    border:0px;
}

#delivery_choose .title{
    width:100%;
    margin:0px;
    padding:0px 20px 0px 50px;
    line-height: 30px;
    background-color: #91a7ff;
    color:white;
    float:left;
}

#delivery_choose .title .close{
    float:right;
    width:12px;
    height:30px;
    cursor: pointer;
    background: url('/img/close-delivery.png') center center no-repeat;
}

#delivery_choose .delivery-button{
    position:relative;
    z-index:0;
    float:left;
    width:100%;
    margin-top: 20px;
}

#delivery_choose .delivery-button-skip{
    position:relative;
    z-index:0;
    float:left;
    width:100%;
}

#delivery_choose .delivery-button div,
#delivery_choose .delivery-button-skip div{
    width:300px;
    line-height: 30px;
    text-align: center;
    border:1px solid #bbbabb;
    cursor: pointer;
}
#delivery_choose .delivery-button-skip .delivery-forward{
    margin:20px 0px 20px 50px;
    float:left;
    background-color: #0e8ccc; 
    color: white;
}
#delivery_choose .delivery-button .delivery-forward{
    margin:0px 0px 20px 50px;
    float:left;

    line-height: 45px;
    background: #91a7ff;
    color: #fff;
    border: 0px;
    border-bottom: 5px solid #0074c3;
    padding: 0px 30px;
}


#delivery_choose .delivery-methods{
    float:left;
    width:100%;
    margin: 40px 0px 0 0px;
    
    text-align: center;
}
#delivery_choose .delivery-methods .custom-price{
    text-align: right;
    float:left;
    margin-top:20px;
    margin-left:50px;
    color:red;
}

#delivery_choose .delivery-methods ul{
    display: inline;
    float:left;
    width:100%;
}

#delivery_choose .delivery-methods ul li{
    display: inline;
    list-style-type: none;
    width:33.3%;
    float:left;
}

#delivery_choose .delivery-methods ul li .image{
    float:left;
    width:100%;
    text-align: center;
    margin-bottom: 5px;
    min-height: 155px;
}
#delivery_choose .delivery-methods ul li label{
    width: 100%;
    margin-bottom: 0;
}
#delivery_choose .delivery-methods ul li .image img{
    max-width:400px;
    height: 70px;
    margin-bottom: 5px;
}

#delivery_choose .delivery-methods .delivery-title{
    float:left;
    width:100%;
    font-weight: bold;
    color:#333333;
    font-size: 20px;
    min-height: 25px;
    line-height:25px;
}

#delivery_choose .delivery-methods .delivery-text{
    float:left;
    padding:0% 4%;
    width: 100%;
    font-weight: normal;
    color:#0e8ccc;
    font-size: 14px;
    min-height: 25px;
    line-height:20px;
}


#delivery_choose .delivery-methods .delivery-price{
    color: #cc0000;
    font-size: 18px;
    margin-top: 12px;
}
#delivery_choose .delivery-methods .dop-options{
    position:absolute;
    z-index: 1;
    width:400px;
    line-height: 22px;
}

#delivery_choose .delivery-methods .dop-options .dop-options-radio{
    float:left;
    margin:0px 0px;
    width:100%;
    text-align: left;
}

#delivery_choose .delivery-methods .dop-options a,
.shopping-cart .cart-form .cart .checkbox a{
    color:#0e8ccc;
    margin: 0px 10px;
}

#delivery_choose .delivery-methods .dop-options input[type=checkbox]{
    position:relative;
    top:2px !important;
    margin-right:10px;
}

#delivery_choose .delivery-methods .dop-options label{
    cursor: pointer;
    -moz-user-select: none;
  -o-user-select:none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
   user-select: none;
}

#delivery_choose .delivery-methods  #opt_info,
#delivery_choose .delivery-methods  #floor,
#delivery_choose .delivery-button  .dnone{
    display:none;
}



.progress-bar{
    /*width:850px;*/
    margin:36px auto 20px auto;
    background: none;
}

.progress-bar table{
	float:left;
	margin: 0px;
	width:100%;
	margin-top:-14px;
	position:relative;
	z-index: 1;
}

.progress-bar table tr td{
    text-align: center !important;
    text-transform: normal;
    font-size: 15px;
    width:25% !important;
    padding:0px !important;
    border:0px !important;
    font-weight: bold;
    color:#e6e6e6;
    line-height: 20px;
}

.progress-bar table tr:last-child td{
	padding:10px 0px !important;
}

.progress-bar table tr td .point{
    width:18px;
    height:18px;
    margin:0px auto;
    background: #e6e6e6;
    border:4px solid #e6e6e6;
}

.progress-bar .progress-line{
    width:75%;
    margin:0px auto;
    position:relative;
   	top:1px;
}
.cart-top-progress-bar.progress-margin-top{
    min-height: 99px !important;
    margin-top:11px;
}

.cart-top-progress-bar.progress-margin-top .progress-bar .progress-line{
    top:-10px !important;
}

.progress-bar .progress-linea1{
    width:33%;
    float:left;
    margin:0px;
    position:relative;
    border-top: 10px solid #ffdd00;
}

.progress-bar .progress-linea2{
    width:66%;
    float:left;
    margin:0px;
    position:relative;
    border-top: 10px solid #ffdd00;
}

.progress-bar .progress-linea3{
    width:100%;
    float:left;
    margin:0px;
    position:relative;
    border-top: 10px solid #ffdd00;
}

.progress-bar .progress-lineina1{
	width:33%;
	float:left;
    margin:0px;
    position:relative;
    border-top:10px solid #e6e6e6;
}

.progress-bar .progress-lineina2{
	width:66%;
	float:left;
    margin:0px;
    position:relative;
    border-top:10px solid #e6e6e6;
}

.progress-bar .progress-lineina3{
	width:100%;
	float:left;
    margin:0px;
    position:relative;
    border-top:10px solid #e6e6e6;
}


.progress-bar table tr td.active .point{
    border: 4px solid #91a6fe;
    background: #fff;
}

.progress-bar table tr td.complited .point{
    border: 4px solid #91a6fe;
    background: #fff;
}

.progress-bar table tr td.active{
	color:#91a6fe;
}

/* Shopping cart*/


/* Shopping cart step2*/

.submit-form-f,
.submit-form-j{
    display: none;
}

.shopping-cart .cart-form{
    float:left;
    width:100%;
    margin-top:20px;
}

.shopping-cart .cart-title{
	float: left;
    width: 100%;
    font-size: 40px;
    color: #027cd5;
    font-weight: lighter;
    line-height: 50px;
    margin-bottom: 15px;
}

.shopping-cart .cart-title .error{
    color:red;
    font-size:20px;
}

.shopping-cart .cart-delimiter{
	border-bottom:7px solid #027cd5;
	float:left;
	width:100%;
	margin-top:40px;
    margin-bottom:30px;
}

.shopping-cart .cart-delimiter-nomargin{
    border-bottom:7px solid #027cd5;
    float:left;
    width:100%;
    margin-bottom:30px;
}

.shopping-cart .cart-delimiter-green{
    border-bottom: 7px solid #91a7ff;
    float:left;
    width:100%;
    margin-top:40px;
    margin-bottom:30px;
}

.shopping-cart .cart-delimiter-green-success{
    border-bottom: 7px solid #91a7ff;
    float:left;
    width:100%;
    margin-bottom:30px;
}

.shopping-cart .cart-delimiter-green-success2{
    border-bottom: 7px solid #91a7ff;
    float:left;
    width:100%;
    margin-bottom:0px;
}

.input-table{

    width: 100%;
    max-width: 632px;
    float:left;
}

.shopping-cart .cart-form .cart{
    float:right;
    width:557px;
    margin-top:5px;
}
.shopping-cart .cart-form .cart .cart-border{
    float:left;
    width:555px;
    border: 1px solid #A9A9A9;
}

.shopping-cart .cart-form .cart .checkbox{
    float:left;
    width:100%;
    margin-top:20px;
}
.shopping-cart .cart-form .cart .checkbox div{
    display:none;
}

.shopping-cart .cart-form .cart .checkbox input[type=checkbox]{
    margin:0px 10px 0px 15px;
    position:relative;
    top:2px;
}

.shopping-cart .cart-form .cart .checkbox label{
    cursor: pointer;
}

.tab-container .etabs{
	list-style: none;
    height: 40px;
    border-bottom: 3px solid #91a6fe;
    margin-bottom: 20px;
}

#registration-page .tab-container .etabs li{
float: left;
    margin-left: 10px;
    border: 1px solid #b3b3b3;
    border-bottom: 0px;
    width: auto;
}


#registration-page .tab-container .etabs li:hover,
#registration-page .tab-container .etabs li.active,
.shopping-cart .tab-container .etabs li:hover,
.shopping-cart .tab-container .etabs li.active{
	border: 1px solid #027cd5;
    background: #fff;
    border-bottom: 0px;
    height: 40px;
}

#registration-page .tab-container .etabs li a,
.shopping-cart .tab-container .etabs li a{
	color: #b3b3b3;
    text-decoration: none;
    padding: 0px 20px;
    height: 39px;
    display: block;
}

#registration-page .tab-container .etabs li:hover a,
#registration-page .tab-container .etabs li.active a,
.shopping-cart .tab-container .etabs li:hover a,
.shopping-cart .tab-container .etabs li.active a{
	color: #027cd5;
}


.cart .cart-table{
    margin:5px 0px;
    float:left;
    width:555px;
    font-size: 14px;
}

.cart .cart-table tr td:nth-child(1){
    vertical-align: middle;
    text-align: center;
    width:80px;
    padding: 5px 15px;
}

.cart .cart-table tr td:nth-child(2){
    vertical-align: top;
    padding-top:10px;
}

.cart .cart-table tr td .item-name a{
    color:black;
    text-decoration: none;
}

.cart .cart-table .special-price{
    color: #cc0000;
    font-size: 20px;
    font-weight: bold;
}
.cart .cart-table .cart-qty{
    margin-right:20px;
    font-size: 20px;
}

.shopping-cart .select-delivery-small{
    margin-top:20px;
    float:left;
    width:100%;
    background-color: #edeff4;
    min-height: 115px;
    color:#222;
    font-size: 16px;
}

.shopping-cart .select-delivery-small{

}

.shopping-cart .select-delivery-small table tr td a{
    color:#027cd5;
    text-decoration: none;
}

.shopping-cart .select-delivery-small table tr td a:hover{
    text-decoration: underline;
}

.shopping-cart .select-delivery-small table tr td:nth-child(1){
    width:110px;
    text-align: center;
    vertical-align: center;
}

.shopping-cart .select-delivery-small table tr td:nth-child(3){
    text-align: right;
    padding-right: 20px;
}

.shopping-cart .select-delivery-small table tr td .dev_price{
    color: #cc0000;
    font-size: 14px;
    font-weight: bold;
}

.shopping-cart .select-delivery-small table tr td .dev_total{
    color: #cc0000;
    font-size: 20px;
    font-weight: bold;
}

.shopping-cart .select-delivery-small table tr td img{
    max-width: 80px;
}

.shopping-cart .select-delivery-small input[type=radio]{
    margin-top:5px;
    margin-right:10px;
}

.shopping-cart .select-delivery-small .car-img{
    width:110px;
    height:55px;
    margin-top:10px;
    background: url('/img/delivery_car.png') center center no-repeat;
    position:absolute;
}


.shopping-cart .total_step2{
    float: right;
    font-size: 16px;
    text-align: right;
    width:100%;
    margin:30px 0px;
}

.shopping-cart .total_step2 .total-text{
    float:left;
    padding-left: 15px;
    word-wrap:break-word;
    width:300px;
    font-size: 18px;
    text-align: left;
    line-height:50px;
}

.shopping-cart .total_step2 .summ{
    padding-right: 20px;
    color: #cc0000;
    font-size: 36px;
    font-weight: bold;
}

.shopping-cart .cart button{
    margin-top:20px;
    float:left;
    width:100%;
    text-align: center;
    line-height: 30px;
    background-color: #0e8ccc;
    color: white;
    border:0px;
    font-size: 17px;
}

.shopping-cart .fiz_pw,
.shopping-cart .jur_pw{
    display:none;
}

.shopping-cart input[name=delivery_opt]{
    margin-right: 5px;
    margin-top:12px;
}

select[name='dev_city'],
select[name='dev_country'],
select[name='dev_destrict'],
select[name='dev_street'],
select[name='dev_village'],
select[name='dev_home_num']{
    float:left;
    width: 382px;
    padding-left:5px;
    border: 1px solid #A9A9A9;
    height:27px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0;
    /*background: url('/img/lateko_input_bg.jpg') left top repeat-x;*/
}

input[name=floor]{
    width:90px !important;
    padding-left:5px;
    margin: 0px;
    border: 1px solid #b4b3b3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 16px;
    background: url('/img/lateko_input_bg.jpg') left top repeat-x;
}


.cart-form .input-table label,
.wishlist-button-bottom label,
#registration-page .input-table label,
.comment-form label{
    cursor:pointer;
    position: absolute;
    z-index: 1;
    margin-top:2px;
    margin-left: 5px;
    font-size: 12px;
    height: 30px;
    padding: 5px;
    min-width: 30px;
    border:1px solid red;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(255, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 14px 0px rgba(255, 0, 0, 0.5);
    box-shadow: 0px 0px 14px 0px rgba(255, 0, 0, 0.5);
    color:red;
    background: #fff url("/img/label_close.png") no-repeat center right;
    padding-right:25px;
    line-height: 20px;
}

.cart-form .input-table label:hover,
.wishlist-button-bottom label:hover,
#registration-page .input-table label:hover,
.comment-form label:hover{
    background: #fff url("/img/label_close_red.png") no-repeat center right;
}
.registration-form .input-table input[type="submit"] {
    float: right;
    line-height: 45px;
    background: #91a7ff;
    color: #fff;
    border: 0px;
    border-bottom: 5px solid #0074c3;
    padding: 0px 30px;
    font-size: 16px;
    margin-top: 20px;
    margin-right: 35px;
}
.login-url {
    text-align: right;
    padding-right: 35px;
    margin-top: 10px;
}
.delivery-block{
    width: 100%;
    float:left;
    margin:3px 2px;
    border:1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 45px;
    position: relative;
}
.delivery-block-selector label{
    width: 100%;
}
.delivery-block .img{
    width:137px;
    text-align: center;
    float:left;
    line-height: 45px;
    height: 45px;
    border-right:1px solid #808080;
    padding-right:1px;
    margin-right:1px;
    position: absolute;
    height: 100%;
    vertical-align: middle;
}

.delivery-block .img img{
    max-width:120px;
    max-height:45px;
    vertical-align: top;
}
.terms-line {
    width: 80%;
    float: left;
    /* font-size: 16px; */
}
a.cart-forward-div.step2 {
    display: none;
}
.delivery-block .text{
    float:right;
    width: calc(100% - 178px);
    margin:0px 15px 0px 25px;
    min-height: 45px;
    color:#808080;
}

.delivery-block .text td{
    min-height: 45px;
}

.delivery-block .text .price{
    float:right;
}

.delivery-block-selector input{
    visibility: hidden;
    display: none;
}

.delivery-block:hover,
.delivery-block-selector input:checked + label .delivery-block{
    margin:1px 0px;
    border:3px solid #027cd5;
}


.delivery-block:hover .text,
.delivery-block-selector input:checked + label .delivery-block .text{
    font-weight: bold;
    color:#027cd5;
}

.delivery-block:hover .text .price,
.delivery-block-selector input:checked + label .delivery-block .price{
    font-weight: normal;
}

.delivery-block:hover .img,
.delivery-block-selector input:checked + label .delivery-block .img{
    padding-right:0px;
    margin-right:0px;
    border-right:3px solid #027cd5;
}



.payment-block{
    float:left;
    margin:3px 2px;
    border:1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 45px;
}

.payment-block .img{
    width:137px;
    text-align: center;
    float:left;
    height: 45px;
    border-right:1px solid #808080;
    padding-right:1px;
    margin-right:1px;
    background-repeat: no-repeat;
    background-position: center top;
}

.payment-block .img img{
    max-width:120px;
    max-height:45px;
}

.payment-block .text{
    float:left;
    width:440px;
    margin:0px 15px 0px 25px;
    min-height: 45px;
    color:#808080;
}

.payment-block .text td{
    min-height: 45px;
}

.payment-block .text .price{
    float:right;
}

.payment-block-selector input{
    visibility: hidden;
    display: none;
}

.payment-block:hover,
.payment-block-selector input:checked + label .payment-block{
    margin:1px 0px;
    border:3px solid #027cd5;
}


.payment-block:hover .text,
.payment-block-selector input:checked + label .payment-block .text{
    font-weight: bold;
    color:#027cd5;
}

.payment-block:hover .text .price,
.payment-block-selector input:checked + label .payment-block .price{
    font-weight: normal;
}

.payment-block:hover .img,
.payment-block-selector input:checked + label .payment-block .img{
    padding-right:0px;
    margin-right:0px;
    border-right:3px solid #027cd5;
    background-position: center bottom;
}

.delivery-block-disable,
.payment-block-disable{
	width:630px;
	padding:0px 22px;
	float:left;
	height:53px;
	line-height: 50px;
	text-align: right;
	position:absolute;
	background-color: rgba(255, 255, 255, 0.8);
	color:#808080;
	font-size:12px;
	font-weight: lighter;
	display: none;
}

.payment-block-hint-f,
.payment-block-hint-j{
    padding:10px 22px;
    float:right;
    height:50px;
    line-height: 15px;
    text-align: right;
    position:absolute;
    color:#808080;
    font-size:12px;
    font-weight: lighter;
    width:200px;
    margin-left:385px;
    display: none;
}

.cart2-total-small{
    float:right;
    font-size:20px;
    width:100%;
    text-align: right
}

.cart2-total-small .summ{
    font-weight: bold;
    color:#027cd5;
}
/* Shopping cart step2*/


/* Shopping cart step3*/
.shopping-cart .payment-methods{
    float:left;
    width:100%;
    margin: 40px 0px 15px 0px;
    
    text-align: center;
}

.shopping-cart .payment-methods ul li{
    display: inline;
    list-style-type: none;
    width:240px;
    float:left;
}

.shopping-cart .payment-methods ul li .image{
    float:left;
    width:100%;
    text-align: center;
    height:100px;
    margin-bottom: 10px;
}
.shopping-cart .payment-methods ul li .image img{
    max-height:100px;
}

.shopping-cart .payment-methods ul li input[type=radio]{
    position:relative;
    top:3px;
    margin-right:5px;
}


.shopping-cart .payment-methods ul li .image .procent {
    background: #CC0000;
    position: absolute;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width:40px;
    line-height: 40px;
    padding: 5px 5px;
    font-size: 20px;
    text-align: center;
    margin-left:160px;
    margin-top:-25px;
    z-index:2;
}

.shopping-cart .payment-methods ul li .disabled-payment{
    background:url('/img/disabled_payment.png');
    position:absolute;
    width:240px;
    height:100px;
    z-index:1;
}

.shopping-cart .payment-methods ul li .payment-text{
    width:210px;
    margin:10px auto;
    text-align: center;
    color:#0e8ccc;
    font-size: 14px;
}

.shopping-cart .payment-methods ul li .payment-text p{
    padding:0px;
    margin:0px;
}

.shopping-cart .total-order{
    float:left;
    width:1198px;
    border:1px solid #bfbebf;
}

.shopping-cart .total-order table{
    width:100%;
    float:left;
}

.shopping-cart .total-order table tr th{
    width:25%;
    line-height: 30px;
    font-weight: normal;
    background-color: #edeff4;
    border-bottom:1px  solid #bfbebf;
}

.shopping-cart .total-order table tr td .image{
    width:40%;
    float:left;
    line-height: 100px;
    text-align: center;
    padding-left:10%;
}

.shopping-cart .total-order table tr td .price{
    width:40%;
    float:left;
    line-height: 100px;
    text-align: center;
    color: #cc0000;
    font-size: 26px;
    font-weight: bold;
    padding-right:10%;
}

.shopping-cart .total-order table tr td .total-price{
    width:100%;
    float:left;
    line-height: 100px;
    text-align: center;
    color: #cc0000;
    font-size: 36px;
    font-weight: bold;
}

.shopping-cart .total-order table tr td .payment{
    display:none;
}

.shopping-cart .total-order table tr td .image img{
    max-height: 60px;
    max-width:115px;
}


.shopping-cart .buy-button{
    width:100%;
    float:left;
}

.shopping-cart .buy-button button{
    margin: 20px 0px 0px 0px;
    float: right;
    background-color: #ff9900;
    color: #333333;
    width: 300px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #bbbabb;
    cursor: pointer;
    font-weight: bold;
    display:none;
}
/* Shopping cart step3*/


/* Shopping cart step4*/
.success-table{
    margin-top:40px !important;
    margin-bottom: 40px !important;
}

.success-table .image{
    width:320px;
    text-align: center;
    vertical-align: middle;
}

.success-table .image img{
    max-width:210px;
}

.success-table .title{
    float:left;
    width:100%;
    line-height: 45px;
    color:#027cd5;
    font-weight: lighter;
    font-size:40px;
}

.success-table .text{
    float:left;
    width:100%;
    margin-top:5px;
    font-weight: normal;
}

.success-table .text p{
    margin:10px 0px;
}
/* Shopping cart step4*/

/* Static page*/
.static-page{
    float:left;
    width:100%;
}
.static-page h1{
    line-height: 40px;
    color:#91a6fe;
    font-size: 40px;
    margin:25px 0px 15px 0px;
    font-weight: lighter;
}

.static-page h3{
    color:#91a6fe;
    font-size: 15px;
}

.static-page .static-blue-diver{
    float:left;
    width:100%;
    border-top:1px solid #027cd5;
    margin:20px 0px;
}

.static-page .static-text{
    font-size:15px;
    line-height: 18px;
    text-align: justify;
}

.static-page .static-text a{
    color:#027cd3;
}

.static-page .static-text ul{
    padding-left:40px;
}

.static-page .static-text ul li{
    padding:10px 0px;
    list-style-type:none;
}

.static-page .static-text ul li:before{
    content: "•";
    position: absolute;
    margin-left:-10px;
    color:#027cd3;
}





.static-page .static-text table{
    float:left;
    width:100%;
    border-color:#fff;
}

.static-page .static-text table tr td{
    padding:7px 5px;
    border-color:#fff;
    border-right:2px solid #fff;
    border-left:2px solid #fff;
}

.static-page .static-text table tr th{
    background: #027cd3;
    color:#fff;
    padding: 7px 5px;
}

.static-page .static-text table tr:nth-child(even) td{
    background: #f2f2f2;
    border-top:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}


.static-delivery > table tr td{
    padding-left:40px;
    background: #fff !important;
    padding:3px !important;
    border:0px !important;
}


.static-delivery table table tr td{
	border:1px solid #e6e6e6 !important;
}

.static-delivery {
    float:left;
    width:100%;
}



.static-page h1 a{
    color: #91a6fe;
    text-decoration: none;
}

.static-page h1 a:hover{
    text-decoration: underline;
}

.static-page h1 .editbutton{
    float:right;
    padding-right:25px;
    margin-right:20px;
    background: url('/img/profile_pencil.png') center right no-repeat;
}


.static-page h1 .profilebutton{
    padding-right:25px;
    background: url('/img/profile_profile.png') center right no-repeat;
}

.static-page h1 .deliverybutton{
    padding-right:25px;
    background: url('/img/delivery33.png') center right no-repeat;
}

.static-page h1 .orderhistorybutton{
    padding-right:25px;
    background: url('/img/profile_history.png') center right no-repeat;
}



.static-page .static-text p{
    margin:0px;
    padding: 0px;
}

.catalog-list-margin{
	margin-top:20px;
}

.static-page .category{
    /*width:210px;*/
    /*margin:1px 9px 9px 2px;*/
    float:left;
    text-align: center;
    border:1px solid #fff;
    padding-bottom: 10px;
    line-height: 15px;
}
.filters-block {
    display: inline-block;
    width: calc(100% - 30px);
}

.static-page .catalog-margin{
   margin-right:0px !important;
}
/*
.static-page .category:hover{
    border: 1px solid #bdbcbc;
}*/

.static-page .category div{
    width:100%;
    height:180px;
    float:left;
    margin-bottom: 5px;
    background-size: contain;
}

.static-page .category a{
    text-decoration: none;
    color:#333333;
}

.static-page .category .name{
    padding:0px 10px;
    float:left;
    text-align: center;
    width:100%;
    line-height: 20px;
    min-height: 30px;
    color:#333333;
}

.static-page .category .count{
    color: #027cd3;
}

input[disabled=disabled]{
    background-color: white !important;
    border:1px solid white !important;
}

.timeline{
    float:left;
    width:880px;
    margin:50px 2px;
    background: url('/img/timeline-line.png') center center repeat-y;
    -webkit-box-shadow: inset 0px 0px 95px 50px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 95px 50px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 95px 50px rgba(255,255,255,1);

}

.timelinebox-1{
    float:left;
    width:417px;
    background: url('/img/timeline-right-arr.png') right center no-repeat;
    padding:0px 23px 0px 0px;
    margin-bottom: 20px;
}

.timeline-margin-1{
    float:left;
    width:100%;
    margin-top:30px;
}

.timelinebox-1 .timelinebox{
    float:left;
    width:377px;
    padding:20px;
    border:1px solid #e4e4e4;
    border-right:0px;
    background: #fff;
}


.timelinebox-2{
    float:right;
    width:417px;
    background: url('/img/timeline-left-arr.png') left center no-repeat;
    padding:0px 0px 0px 23px;
    margin-bottom: 20px;
}

.timelinebox-2 .timelinebox{
    float:right;
    width:377px;
    padding:20px;
    border:1px solid #e4e4e4;
    border-left:0px;
    background: #fff;
}

.timeline-margin-2{
    float:right;
    width:439px;
    margin-top:85px;
}

.timelinebox{
    font-size: 15px;
}

.timelinebox p{
    margin:0px;
}

.timelinebox .title{
    color:#027cd3;
    font-size: 30px;
    line-height: 30px;
    font-weight: lighter;
    margin-bottom: 10px;
    float:left;
    width:100%;
}


/* Static page*/

/*Sliders*/
#main-slider {
    /* width: 925px; */
    float: left;
    margin: 10px -15px;
    width: calc( 100% + 30px);
    /* height: 300px; */
}

#main-slider .owl-pagination{
    position: absolute;
    width: 100%;
    margin-top: -5px;
}

#main-slider .owl-pagination .owl-page span.owl-numbers{
    margin: 0px 5px;
    color: transparent;
    height: 25px;
    width: 25px;
    padding: 0px;
    /* border: 1px solid #808080; */


}

#main-slider .owl-pagination .owl-page.active span.owl-numbers{
    background: #ffde00;
}

#main-slider .owl-pagination .owl-page span.owl-numbers{
    background: #91a7ff;
}
.special-offer-day,
#special-offer {
    width: 253px;
    float: left;
    text-align: center;
}

.special-offer-day{
    padding:30px 10px;
    margin-top:25px;
    border:1px solid #027cd5;
}

.special-offer-day h1 {
    color: #027cd5;
    font-weight: lighter;
    text-align: center;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 30px;
    font-size:37px;
}

/*Sliders*/

/* profile page*/
.order-history{
    float:left;
    width:100%;
}

.order-history table{
    float:left;
    width:100%;
}

.order-history table th{
    background-color: #91a7ff;
    color:white;
    text-align: left;
    padding: 5px 20px 5px 20px;
     width:25%;
}

.order-history table tr:nth-child(odd) td {
    background-color: #F5F6F7;
}

.order-history table tr td{
     border-bottom: 1px solid #e6e6e6;
    line-height: 20px;
    vertical-align: top;
    padding: 5px 20px 5px 20px;
    font-weight: lighter;
}



.order-history table tr td a{
    color: #027cd5;;
}

.order-history table tr td:nth-child(1) {
}

/* profile page*/

/* lizing form */
#lizing_form{

    float:left;
    width:100%;
}

#lizing_form table{
    width:530px;
    float:left;
}
/* lizing form */

/* share form */
.wishlist-button-bottom .share-form{
    float:left;
    width:100%;
    margin-bottom: 10px;
}

.wishlist-button-bottom .share-form input[type=text]{
    padding: 0px 10px 0px 10px;
    width: 188px;
    float: left;
    border: 1px solid #A9A9A9;
    height: 23px;
    margin:5px auto;
}

.wishlist-button-bottom .share-form input[type=submit]{
    padding: 0px 10px 0px 10px;
    width: 210px;
    float: right;
    border: 1px solid #027cd5;
    line-height: 25px;
    height:30px;
    margin-top:5px;
    background: #fff;
    color: #027cd5;
}

.wishlist-button-bottom .share-form input[type=submit]:hover{
    background: #027cd5;
    color: #fff;
}

.wishlist-button-bottom .email-share-form{
    width:100%;
    line-height: 30px;
    float:left;
}

.wishlist-button-bottom .message{
    float:left;
    color:red;
}



/* share form */

/* cookie */

.cookie-txt{
    width:100%;
    line-height: 29px;
    display:none;
    color:#fff;
    position: fixed;
    z-index: 7001;
    top:0px;
}

.cookie-txt .wrapper .cookie_more{
    text-decoration: underline;
    cursor: pointer;
    color:#fff;
}

.cookie-txt .wrapper .cookie_more:hover{
     color:#000;
}

.cookie-txt .wrapper #cookie_info{
    display:none;
}

.cookie-txt .wrapper .cookie_close{
    background: url('/img/cookie_close.png') center center no-repeat;
    height:25px;
    width:16px;
    float:right;
    cursor: pointer;
    margin-right:20px;
    margin-top:2px;
}

.cookie-txt .wrapper{
    text-align: center;
    border-bottom: 1px solid #027cd5;
    background: #027cd5;
}
a.search_top {
    color: white;
}
/* cookie */


/*UI slider*/
.noUi-connect {
    background: #027cd5;
    box-shadow: none;
    border: 1px solid #027cd5;
}

.noUi-target {
    box-shadow: none;
    border: 0;
}

.noUi-background,
.noUi-base {
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 6px;
    background: transparent;
    box-shadow:none;
    border:1px solid transparent;
}

.noUi-origin.noUi-background{
    background: #fff;
    height:4px;
}
.noUi-base{
    border: 1px solid #027cd5;
}


.noUi-horizontal .noUi-handle {
    border: 0;
    cursor: pointer;
    width: 16px;
    height: 29px;
    box-shadow: none;
    background: url('/img/range-button.png') top center no-repeat;
    left: -10px;
    top:-10px;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.noUi-target.noUi-connect {
    box-shadow: none;
}

.range-filter .noUi-base {
    margin-top: 20px;
    margin-left:5px;
}

.range-filter .two-point-slider {
    width: 225px;
}

.step-filter {
    height: 50px;
    padding-top: 10px;
    width: 195px;
}

.step-filter .step-slider {
    margin-top: 5px;
}

.step-filter .step-left {
    float: left;
}

.step-filter .step-right {
    float: right;
    margin-right: -15px;
}
/*UI slider*/

/* compare */
.compare-btn{
    position:fixed;
    z-index: 1000;
    right:30px;
    bottom:0px;
    min-height:40px;
    width:230px;
    color:white;
    font-size:14px;
}

.compare-btn .compare-arrow{
    background: url('/img/compare-fixed-btn-arrow.png') bottom center no-repeat;
    float:right;
    width:40px;
    height:40px;
}

.compare-btn .compare-arrow.visible{
    background: url('/img/compare-fixed-btn-arrow.png') top center no-repeat;
}

.compare-clear{
    float:right;
    padding-right:20px;
    color:#0e8ccc;
    cursor:pointer;
}

.compare-clear:hover{
   text-decoration: underline;
}

.compare-btn .comp-ins{
    float:left;
    height:40px;
    line-height: 40px;
     background: #027cd5 url('/img/compare-fixed-btn.png') left center no-repeat;
     cursor: pointer;
    padding:0px 0px 0px 45px;
        -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width:185px;
}

.compare-btn .comp-close{
    float:left;
    height:40px;
    line-height: 40px;
    width:30px;
    background: url('/img/compare-x.png') center center no-repeat;
}

.compare-btn .comp-url{
    float:left;
    color:#fff;
}

.compare-btn .compare-items-box{
    float:left;
    width:228px;
    min-height: 40px;
    border-right:1px solid #027cd5;
    border-left:1px solid #027cd5;
    background: #fff;
    padding:15px 0px;
    color:#000;
    display: none;
}

.compare-btn .compare-items-box .compare-img-box{
    width:38px;
    height:38px;
    float:left;
    margin-left:14px;
    text-align: center;
    border:1px solid #027cd5;
    cursor: pointer;
}
.compare-btn .compare-items-box .compare-img-box:hover .compare-delete-btn{
    display: block;
}


.compare-btn .compare-items-box .compare-img-box .compare-delete-btn{
    width:38px;
    height:38px;
    float:left;
    display: none;
    position: absolute;
    z-index: 9999999999;
    background: url('/img/compare-fixed-btn-delete.png') center center no-repeat;
}

.compare-btn .compare-items-box .compare-img-box:hover{

}

.compare-btn .compare-items-box .compare-img-box img{
    max-height: 100%;
    max-width:100%;
}

.compare-btn:hover .comp-url:hover{
    text-decoration: underline;
}

.compare-page {
    float: left;
    width: 885px;
    margin-left: 19px;
}


.compare-page .compare-page-btn-box{
    float:right;
    position: relative;
    top:-3px;
}

.compare-page .compare-page-btn{
    float:right;
    padding:0px 10px 0px 40px;
    border:2px solid #b4b4b4;
    background: url('/img/compare-page-btn.png') left center no-repeat;
    color:#b4b4b4;
    font-size:15px;
    font-weight: normal;
}

.compare-page .compare-page-btn:hover{
   
    color:#000;
}

.compare-page .compare-breadcrumb{
    margin-top: 20px;
    display:block;
    background: #edeff4;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    color:#333;
}

.compare-page .compare-breadcrumb a{
    color:#333;
}

.compare-page .compare-items{
    float:left;
    width:100%;
    padding-bottom:70px;
}

.compare-page .compare-items table{
    margin: 0px 0px 30px 0px;
    float: left;
    width: 100%;
    font-size:15px;
}

.compare-page .compare-items table tr td:nth-child(1){
    width:240px !important;
    padding-left: 5px;
}

.compare-page .compare-items table tr td:nth-child(2),
.compare-page .compare-items table tr td:nth-child(3),
.compare-page .compare-items table tr td:nth-child(4),
.compare-page .compare-items table tr td:nth-child(5){
    width:160px !important;
}

.compare_params{
    float:left;
    padding-left:5px;
}

.compare-page .compare-items table tr td .comp-product{
    float:left;
    width:160px;
    color:#333;
}

.compare-page .compare-items table tr td .comp-product a{
    color:#222;
}

.compare-page .compare-items table tr td .comp-product .product-img{
    line-height: 150px;
    height: 150px;
    margin-top: 20px;
    margin-bottom:0px;
    text-align: center;
}

.compare-page .compare-items table tr td .comp-product .product-img img{
    max-width: 160px;
}

.compare-page .compare-items table tr td .comp-product .product-description{
    text-align: center;
    font-weight: normal;
    width: 150px;
    margin: 10px auto;
    font-size: 14px;
}

.compare-page .compare-items table tr td .comp-product .product-price {
    width: 160px;
    text-align: center;
    float:left;
    bottom: 0;
}

.compare-page .compare-items table tr td .comp-product .old-price {
    color: #333;
    font-size: 18px;
    padding-right: 30px;
}

.compare-page .compare-items table tr td .comp-product .special-price {
    color: #000;
    font-weight:bold;
}

.compare-page .compare-items table tr td .comp-product .compare-control{
    position:absolute;
    margin-left:125px;
    margin-top:60px;
    width:35px;
    text-align: center;
    display: none;
}

.compare-page .compare-items table tr td .comp-product .compare-control .delete-item{
    margin-left:9px;

}

.compare-page .compare-items h4 {
    margin: 0px 0px 10px 0px;
    color: #0e8ccc;
    text-transform: uppercase;
}
.min_pull-left .chosen-container {
    width: 240px!important;
    float: left;
    margin-right: 20px;
}
.mail_prob {
    width: 100%;
    clear: both;
    display: inline-block;
    margin-top: 20px;
}
.attention_block {
    margin: 10px 0;
    border-left: 5px solid #91a6fe;
    background: #91a6fe38;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
    color: red;
}

.min-pull-right {
    width: 270px;
    display: block;
    float: right;
    line-height: 30px;
}
.min-pull-right input {
    height: 25px!important;
    line-height: 25px;
    border-radius: 5px;
    float: right!important;
}
.compare-page .compare-items .param_name {
    float: left;
}

.compare-page .compare-items table tr td{
    border-bottom: 1px solid #e6e6e6;
    line-height: 20px;
    vertical-align: top;
    padding:5px 0px 5px 5px;
    font-weight: lighter;
}

.compare-page .compare-items table tr:last-child td{
    border-bottom:0px;
}

.compare-page .compare-items .compare-items-table{
    margin: 0px 0px 10px 0px;
}

.compare-page .compare-items .compare-items-table tr td{
    border-bottom: 7px solid #027cd5 !important;
    padding-bottom:20px;
}

.compare-page .compare-items .compare-items-table tr td.history-back{
    vertical-align: middle;

}

.compare-page .compare-items .compare-items-table tr td.history-back .history-back-div{
    padding-left:70px;
    background: url('/img/toleft.png') left center no-repeat;
    line-height: 50px;
    color: #0e8ccc;
    font-size: 20px;
    cursor: pointer;
}

.compare-page .compare-items .compare-items-table tr td.history-back .history-back-div:hover{
    text-decoration: underline;
}

.compare-page .history-back-div-small{
    padding-left:25px;
    background: url('/img/toleft16.png') left center no-repeat;
    font-size:15px;
    line-height: 20px;
    color:#027cd5;
    margin-top:6px;
    cursor: pointer;
}
.compare-page .history-back-div-small:hover{
    text-decoration: underline;
}

.compare-page .compare-items table tr td  .param_help {
        background: url('/img/tabs_desc2.png') no-repeat;
    height: 16px;
    width: 16px;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.compare-page .compare-items table tr td .param_help .param_help_text {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: white;
    margin-top: 8px;
    margin-left: 8px;
    padding: 10px;
    font-size: 13px;
    min-width: 600px;
    border: 1px solid #afaeae;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(175, 175, 175, 1);
    -moz-box-shadow: 0px 0px 14px 0px rgba(175, 175, 175, 1);
    box-shadow: 0px 0px 14px 0px rgba(175, 175, 175, 1);
    line-height: 15px;
}

.compare-page .compare-items table tr.grey-line td {
    background-color: #F5F6F7;
}



.compare-page .compare-items .empty-compare{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin: 50px 0px;
}



.compare-page .compare-pl-title{
    float: left;
    width: 100%;
    line-height: 30px;
    color: #000;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom:5px;
}

.compare-page .compare-pl-title-more{
    float:left;
    padding:0px 10px;
    font-size:12px;
    background: #027cd5;
    color:#fff;
    cursor: pointer;
    line-height: 22px;
}

.compare-page .compare-pl-title-more:hover{
    background: #808080;
}

.compare-page .compare-pl-list{
    float:left;
    width:100%;
    padding:10px 0px 20px 0px;
    border-bottom: 7px solid #027cd5;
    margin-bottom:20px;
}

.compare-page .compare-pl-block:last-child .compare-pl-list{
    border-bottom:0px;
}

.compare-page .compare-pl-list .compare-pl-prod{
    width: 210px;
    margin: 1px 9px 9px 2px;
    float: left;
    text-align: center;
    border: 1px solid #fff;
    padding-bottom: 10px;
    line-height: 15px;
    font-size: 14px;
    min-height: 290px;
}

.compare-page .compare-pl-list .compare-pl-prod.catalog-margin {
    margin-right: 0 !important;
}


.compare-page .compare-pl-prod .img{
    width: 100%;
    height: 220px;
    float: left;
    margin-bottom: 5px;
    background-size: contain !important;
}


.compare-page .compare-pl-prod .name{
    float:left;
    width:100%;
    font-weight: lighter;
    color:#027cd5;
    margin: 10px auto;
}

.compare-page .compare-pl-prod .price{
    font-weight: bold;
    color:#000;
}

/* calendar */

.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal1 {
  margin: 30px auto 15px 0px;
  width:100%;
  font-size: 14px;
  float:left;
}
.cal1 .clndr .clndr-controls {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.cal1 .clndr .clndr-controls .month {
  float: left;
  width: 220px;
  text-align: center;
  color:#027cd5;
  height:22px;
  line-height: 22px;
  font-size: 16px;
}
.cal1 .clndr .clndr-controls .clndr-control-button {
  float: left;
  width: 15px !important;
  overflow: hidden;
  color:transparent;
  cursor: pointer;
  height:22px;
  line-height: 22px;

}
.cal1 .clndr .clndr-controls .clndr-control-button.rightalign {
  text-align: right;
  width: 15px;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  float:right;
  height:22px;
  line-height: 22px;
  background:url('/img/calendar-right.png') right top no-repeat;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
  
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive {
  background:url('/img/calendar-right.png') right bottom no-repeat;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button.inactive:hover {
  cursor: default;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  float:left;
  height:22px;
  line-height: 22px;
  background:url('/img/calendar-left.png') left top no-repeat;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
  
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive {
  background:url('/img/calendar-left.png') left bottom no-repeat;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button.inactive:hover {
  cursor: default;
}
.cal1 .clndr .clndr-table {
  table-layout: fixed;
  width: 100%;
}
.cal1 .clndr .clndr-table .header-days {
  height: 30px;
  font-size: 10px;
  background: #027cd5;
}
.cal1 .clndr .clndr-table .header-days .header-day {
  vertical-align: middle;
  text-align: center;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  color: #fff;
}
.cal1 .clndr .clndr-table .header-days .header-day:last-child {
  border-right: 1px solid #000000;
}
.cal1 .clndr .clndr-table tr {
  height: 30px;
}
.cal1 .clndr .clndr-table tr td {
  vertical-align: top;
}
.cal1 .clndr .clndr-table tr .day {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  width: 100%;
  height: inherit;
  color:#000;
}
.cal1 .clndr .clndr-table tr .day:hover {
  text-decoration:underline;
  cursor: default;
}
.cal1 .clndr .clndr-table tr .day.today,
.cal1 .clndr .clndr-table tr .day.my-today {
  font-weight: bold;
}
.cal1 .clndr .clndr-table tr .day.today:hover,
.cal1 .clndr .clndr-table tr .day.my-today:hover {
  /*background: #72c6d8;*/
}
.cal1 .clndr .clndr-table tr .day.today.event,
.cal1 .clndr .clndr-table tr .day.my-today.event {
  background: #a7dbc1;
}
.cal1 .clndr .clndr-table tr .day.event,
.cal1 .clndr .clndr-table tr .day.my-event {
  background: #B4E09F;
}
.cal1 .clndr .clndr-table tr .day.event:hover,
.cal1 .clndr .clndr-table tr .day.my-event:hover {
  background: #96d478;
}
.cal1 .clndr .clndr-table tr .day.inactive,
.cal1 .clndr .clndr-table tr .day.my-inactive {
  background: #ddd;
}

.cal1 .clndr .clndr-table tr .day.last-month,
.cal1 .clndr .clndr-table tr .day.next-month {
  color:black;
}

.cal1 .clndr .clndr-table tr .day:last-child {
  border-right: 1px solid #000000;
}
.cal1 .clndr .clndr-table tr .day .day-contents {
  box-sizing: border-box;
  padding: 8px;
  font-size: 12px;
  text-align: center;

}
.cal1 .clndr .clndr-table tr .empty,
.cal1 .clndr .clndr-table tr .adjacent-month,
.cal1 .clndr .clndr-table tr .my-empty,
.cal1 .clndr .clndr-table tr .my-adjacent-month {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  width: 100%;
  height: inherit;
  background: #eee;
}
.cal1 .clndr .clndr-table tr .empty:hover,
.cal1 .clndr .clndr-table tr .adjacent-month:hover,
.cal1 .clndr .clndr-table tr .my-empty:hover,
.cal1 .clndr .clndr-table tr .my-adjacent-month:hover {
  background: #ddd;
}
.cal1 .clndr .clndr-table tr .empty:last-child,
.cal1 .clndr .clndr-table tr .adjacent-month:last-child,
.cal1 .clndr .clndr-table tr .my-empty:last-child,
.cal1 .clndr .clndr-table tr .my-adjacent-month:last-child {
  border-right: 1px solid #000000;
}
.cal1 .clndr .clndr-table tr:last-child .day,
.cal1 .clndr .clndr-table tr:last-child .my-day {
  border-bottom: 1px solid #000000;
}
.cal1 .clndr .clndr-table tr:last-child .empty,
.cal1 .clndr .clndr-table tr:last-child .my-empty {
  border-bottom: 1px solid #000000;
}
.cal2 {
  max-width: 177px;
  margin: 0 auto;
  font-family: 'Droid Sans Mono';
}
.cal2 .clndr .clndr-controls {
  display: block;
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
.cal2 .clndr .clndr-controls .clndr-previous-button {
  float: left;
  width: 10%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal2 .clndr .clndr-controls .clndr-previous-button:hover {
  background-color: #f4f4f4;
}
.cal2 .clndr .clndr-controls .month {
  float: left;
  width: 80%;
  text-align: center;
}
.cal2 .clndr .clndr-controls .clndr-next-button {
  float: left;
  width: 10%;
  text-align: right;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.cal2 .clndr .clndr-controls .clndr-next-button:hover {
  background-color: #f4f4f4;
}
.cal2 .clndr .clndr-grid {
  text-align: center;
  border: 1px solid #FF4545;
  display: inline-block;
}
.cal2 .clndr .clndr-grid .header-day {
  float: left;
  width: 25px;
  height: 25px;
  background: #FF4545;
}
.cal2 .clndr .clndr-grid .day {
  float: left;
  width: 25px;
  height: 25px;
}
.cal2 .clndr .clndr-grid .day.event {
  background-color: #B4E09F;
}
.cal2 .clndr .clndr-grid .day.today {
  background-color: #E3C57F;
}
.cal2 .clndr .clndr-grid .empty,
.cal2 .clndr .clndr-grid .adjacent-month {
  float: left;
  width: 25px;
  height: 25px;
  background: #ddd;
}
.cal2 .clndr .clndr-today-button {
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.cal2 .clndr .clndr-today-button:hover {
  background-color: #ddd;
}

.calendar-dow-1,
.calendar-dow-2,
.calendar-dow-3,
.calendar-dow-4,
.calendar-dow-5,
.legend-box .calendar-legend .legends.legend1{
  background-color:#fff;
}

.calendar-dow-0,
.legend-box .calendar-legend .legends.legend3{
  background-color:#ff9900;
}
.calendar-dow-6,
.legend-box .calendar-legend .legends.legend2{
  background: -webkit-linear-gradient(#fff, #ff9900);
  background: -o-linear-gradient(#fff, #ff9900);
  background: -moz-linear-gradient(#fff, #ff9900);
  background: linear-gradient(#fff, #ff9900);
}

.legend-box {
    float:left;
    width:100%;
    margin-bottom: 20px;
}

.legend-box .calendar-legend{
    float:left;
    padding:3px 15px;
    width:220px;
}

.legend-box .calendar-legend .legends{
    float:left;
    width:32px;
    height:32px;
    border:1px solid #e3e4e7;
}

.legend-box .calendar-legend .legendtext{
    line-height: 32px;
    padding-left:5px;
    float:left;
}
/* calendar */

.menu-work{
    padding-bottom:40px;
    background: none;
    float:left;
    width:100%;
}

/* lateko */
.latecoConfirm{
    float:left;
    width:100%;
}

.latecoConfirm input{
    float:left;
}

.latecoConfirm span{
    float:left;
    margin-left:10px;
    margin-top:5px;
    font-weight: bold;
}

.lateko-confirm-title{
    width:100% !important;
    padding:0px !important;
    margin-top:20px !important;
}

.lateko-confirm-text{
    text-align:justify;
    float:left;
    width:100%;
}

.lateko_submit input{
    width:100%  !important;
}

@media screen and (min-width: 1200px) {
    .top-bar{
        /*margin-top:60px;*/
    }

    header{
        /*position: fixed;*/
    }
}

.wish-list-page{

}
.fon_white{
    background: white;
}
.footer-blocks img{
    margin-left: 5px;
    max-width: 88px;
    text-align: right;
    float: right;

}
.footer-blocks{
    padding-top: 60px;

}
.phone-num.longstr{
    line-height: 1;
    padding-top: 2px;
}

.wish-list-page .wishlist-page-btn-box{
    float: right;
    position: relative;
    top: -3px;
}

.wish-list-page .wishlist-page-btn-box .history-back-div-small{
    padding-left: 25px;
    background: url('/img/toleft16.png') left center no-repeat;
    font-size: 15px;
    line-height: 20px;
    color: #027cd5;
    margin-top: 6px;
    cursor: pointer;
}

.wish-list-page .wishlist-page-btn-box .history-back-div-small:hover{
    text-decoration: underline;
}

.wish-list-page .product-wishlist-table{
	width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
}

.cart-table .product-wishlist-table tr td{
    padding:0px;
    margin:0px;
    border-bottom: 1px solid #cccccc;
}

.cart-table .product-wishlist-table tr td:nth-child(1){
    vertical-align: middle;
    width:200px;
    text-align: center;
}

.cart-table form .input-table tr td:nth-child(1){
    text-align: left;
}

.cart-table .product-wishlist-table tr td:nth-child(2){
    vertical-align: middle;
    padding-left:20px;
}

.cart-table .product-wishlist-table tr td:nth-child(2) .name-url{
    color:#027cd5;
    line-height: 20px;
    font-size: 16px;
    float:left;
}


.cart-table .product-wishlist-table tr td:nth-child(3){
    text-align:center;
    width:300px;
}
.cart-table .product-wishlist-table tr td:nth-child(4){
    width:50px;
    text-align:center;
}   

.cart-table .product-wishlist-table tr td:nth-child(5){
    text-align:center;
    width:30px;
}


.cart-table .product-wishlist-table tr td img{
    margin:10px auto;
    max-width:200px;
    max-height: 180px;
}



.cart-table .product-wishlist-table tr td .old_price{
    font-size: 18px;
    text-align: left;
    text-decoration: line-through;
}

.cart-table .product-wishlist-table tr td .price{
    color: #027cd5;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    cursor: default;
}

.cart-table .product-wishlist-table tr td .price-once{
    font-size: lighter;
    color:#000;
    font-size: 16px;
    cursor: default;
}

.cart-table .product-wishlist-table tr td .cart_check,
.cart-table .product-wishlist-table tr td input[name=delivery_radio]{
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.cart-table .product-wishlist-table tr:last-child td{
    border:0px;
}

.wishlist-diver{
    border-bottom: 7px solid #91a6fe;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.popup_div p{
    margin:0px;
    padding:0px;
}



/****************************/

.price-box{
    float:left;
    height:45px;
    line-height: 45px;
}

.free-delivery-img-box{
    width:150px;
    float:right;
    margin-left:10px;
    color: #027cd5;
}

.free-lizing-img-box{
    width:150px;
    float:right;
    margin-left:10px;
    color:#43af4c;
}

.free-lizing-img-box,
.free-delivery-img-box{
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    height:40px;
    padding-top:5px;
    line-height: 15px;
}

.free-lizing-img-box .img-box,
.free-delivery-img-box .img-box{
    float:left;
    margin-right:5px;
    position: relative;
}

.free-lizing-img-box .img-box{
    top:-5px;
}

.free-delivery-img-box .img-box{
    top:-3px;
}


.catalog-free-img-box{
    position:absolute;
    right: -0px;
    top: -8px;
}

.catalog-free-img{
    float:right;
    height:38px;
    margin-left:9px;
}
