html {
    /*overflow-y: scroll;*/
}
html, body {
    position: relative;
    height: 100%;
}
body {
    line-height: 1;
    background: #fff;
    min-height: 100%;
    color: #606060;
    text-align: left;
    font: 15px "Ubuntu", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
p, blockquote {
    line-height: 1.33;
}
input, select, button, textarea {
    font-family: "Ubuntu", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
body .ui-widget {
    font-family: "Ubuntu", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 1em; }
body .ui-widget input, body  .ui-widget select, body  .ui-widget textarea, body  .ui-widget button {
    font-family: "Ubuntu", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 1em;
}
label, input[type="button"], input[type="submit"], button {
    cursor: pointer;
}
a, a:visited {
    color: #249ab3;
    text-decoration: none;
}
a:hover {
    color: #249ab3;
    text-decoration: underline;
}
a:focus, a:active {
    color: #249ab3;
    text-decoration: none;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
    width: 0;
}
.clearfix, dl {
    //zoom: 1;
}
b, h1, h2, h3, h4, h5, h6, th {
    font-weight: 700;
}
.global-wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
}
.wrap {
    position: relative;
    margin: 0 auto;
    width: 1150px;
    padding: 0 25px;
    height: 100%;
}
@media screen and (max-width: 1075px) {
    .wrap {
        width: auto;
        }
    .wrap .social {
        display: inline-block;
        vertical-align: top;
        float: none;
        }
    .header .wrap  .menu {
        margin: 0;
        text-align: right;
        padding-right: 100px;
        }
}
@media screen and (max-width: 728px) {

}
.icons {
    display: block;
    position: absolute;
}
input::-webkit-input-placeholder {
    color: #6f6f6f;
}
input:-moz-placeholder { /* Firefox 18- */
     color: #6f6f6f;
 }
input::-moz-placeholder {  /* Firefox 19+ */
    color: #6f6f6f;
}
input:-ms-input-placeholder {
    color: #6f6f6f;
}
input.placeholder {
    color: #6f6f6f;
}
.registration input::-webkit-input-placeholder {
    color: #fff;
}
.registration input:-moz-placeholder { /* Firefox 18- */
     color: #fff;
 }
.registration input::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}
.registration input:-ms-input-placeholder {
    color: #fff;
}
.registration input.placeholder {
    color: #fff;
}

#login input[type='text'], #login input[type='password'] {
    width: 150px;
    margin: 0.5em 0;
    background-color: #fff;
    border: 1px solid #bbb;
}

#login input[type='text']:focus,  #login input[type='password']:focus {
    border-color: #666;
}

.floatleft {float: left;}
.floatright {float: right;}


.cart-item td{
    text-align: right;
}
.cart-item .cart-item-thumb{
    padding: 10px 0px;
}
.cart-item .cart-item-thumb .medium_thumb {
    height: 120px;
}
.cart-item .item-name{
    text-align: left;
    width:100px;
    vertical-align:top;
    max-width: 100px;
    word-break: break-all;
}
