@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

img {
    vertical-align: bottom;
    border: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background: #f8f8f8;
}

input, select {
    outline: none;
}

h1, h2, h3 {
    font-weight: normal;
}

h2 {
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #656565;
    text-transform: uppercase;
    position: relative;
}

h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #2498cc;
    position: absolute;
    left: 0;
    bottom: -15px;
}

h2.red:after {
    background: #c95458;
}

p {
}

a {
    text-decoration: none;
}

/* main */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.just_simple {
    text-align: justify;
}

.just_simple > div {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.just_simple:before {
    content: '';
    display: block;
    width: 100%;
}

.just_simple:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.no_space {
    font-size: 0;
    line-height: 0;
    letter-spacing: -0.3em;
}

.helper {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
    height: 100%;
    width: 0;
    zoom: 1;
/ / display: inline;
}

.helper:before {
    content: "";
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}

.round {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.block2 .line1 .menu a,
.line_left .block .block_body a,
.cart_content .item .cart_block5 .delete,
.pagination a,
.thumbs_content .item img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#main {
    min-width: 620px;
    max-width: 1950px;
    margin: 0 auto;
    padding-top: 51px;
    background: #f8f8f8;
    font-family: 'Roboto', sans-serif;
}

.wrapper {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.button_link {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px;
    background-color: #2397cb;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    text-transform: uppercase;
}

/* slyder */

.slyder {
    width: 445px;

    position: relative;
    float: left;
}

.slyder_content {
    width: 445px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.slyder_move {
    position: absolute;
    left: 0;
    top: 0;
}

.slyder_item {
    position: absolute;
    left: 0;
    top: 0;
}

.slyder_dots {
    position: absolute;
    left: 40px;
    top: 250px;
}

.slyder_dots > div {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    background: rgba(255, 255, 255, 0.5);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.slyder_dots > div.dot_active {
    background: #fff;
    cursor: default;
}

.slyder_dots > div.dot_active:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: none;
    border: 2px solid #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -6.5px;
    top: -7px;
}

/* block1 */

.block1 {
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
    text-align: right;
    font-size: 13px;
    color: #656565;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.block1 .wrapper > div {
    display: inline-block;
    vertical-align: middle;
}

.block1 .your_acc,
.block1 .your_acc2 {
    height: 50px;
    margin-right: 30px;
    line-height: 50px;
}

.block1 .your_acc a,
.block1 .your_acc2 a {
    color: #656565;
    text-decoration: underline;
}

.block1 .cart {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    padding-left: 55px;
    background: url(/images/cart.png) no-repeat 20px 1.5px;
    border-left: 1px solid #e7e7e7;
    line-height: 30px;
    color: #656565;
}

.block1 .cart span {
    display: inline-block;
    margin-left: 10px;
    color: #2498cc;
}

.block1 .curency {
    /*width: 230px;*/
}

.block1 .curency .search-input {
    padding: 0px 20px;
    display: inline-block;
    position: relative;
}

.search-input input.search-item {
    padding: 9px;
    border: 1px solid #dedede;
    vertical-align: middle !important;
}

.search-btn {
    position: absolute;
    right: 0;
    padding: 10px;
    top: 0;
    border: 1px solid #dedede;
    background-color: #fff;
    outline: none;
}

.tt-hint {
    border: 2px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    font-size: 13px Arial;
    outline: medium none;
    width: 100%;
    z-index: -999;
    color: transparent;
}

.tt-dropdown-menu {
    width: 100%;
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #dedede;
    padding: 5px 9px;
    text-align: left !important;
    font-size: 12px;
    color: #111;
}


.tt-suggestions p {
    line-height: 25px;
}


.fancybox-overlay {
    z-index: 99999 !important;
}

/* block2 */

.block2 {
    height: 425px;
    padding-top: 25px;
    background: url(/images/back.png) center top;
}

.block2.v1 {
    height: 125px;
}

.block2 .line1 {
    margin-bottom: 25px;
}

.block2 .line1 .logo {
    width: 300px;
    float: left;
}

.block2 .line1 .menu {
    width: 515px;
    font-weight: 800;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    float: right;
}

.block2 .line1 .menu a {
    color: #656565;
}

.block2 .line1 .menu a:hover,
.block2 .line1 .menu .active_nav {
    color: #227fbc;
}

.block2 .line1 .menu span {
    display: inline-block;
    margin: 0 5px 0 10px;
    color: #d4d4d4;
}

.block2 .line2 .news {
    width: 515px;
    height: 300px;
    position: relative;
    float: right;

}

.block2 .line2 .news .button_link {
    position: absolute;
    left: 0;
    bottom: 0;
}

.block2 .line2 .news_content {
    width: 96%;
    height: 200px;
    overflow: hidden;
    padding-right: 4%;
}

.block2 .line2 .news_content .item {
    margin-bottom: 20px;
}

.block2 .line2 .news_content .item .data {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    color: #8c8c8c;
    text-transform: uppercase;
}

.block2 .line2 .news_content .item .header {
    margin-bottom: 10px;
}

.block2 .line2 .news_content .item .header a {
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #2498cc;
    text-transform: uppercase;
}

.block2 .line2 .news_content .item .text {
    font-size: 13px;
    line-height: 17px;
    color: #787878;
}

.block2 .back_line {
    height: 80px;
    background: url(/images/back_line.jpg) center top no-repeat;
    position: relative;
}

/* block3 */

.block3 {
    margin-bottom: 30px;
    padding-top: 25px;
}

.block3.v1 .line_center {
    width: 76%;
}

.block3.v1 .line_center .top_content .item {
    width: 22%;
    display: block;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    height: 470px;
}


/*Stack  products*/
.block3.v1 .line_center .top_content .item-stack {
    width: 47%;
    display: block;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    /* height: 470px;*/
}

.top_content .item, .top_content .item-stack {

    font-size: 13px;
    line-height: 13px;
    letter-spacing: normal;
    text-align: left;
}

.stack-image {
    /* max-height: 152px;
        overflow: hidden;*/
}


.stack-image .top-img img {
    width: 100%;
}

.stack-image .bottom-img img:first-child {
    margin-left: 0 !important;
}

.stack-image .bottom-img img:last-child {
    margin-right: 0 !important;
}

.stack-image .bottom-img img {
    width: 23.5%;
    margin: 2% 0.5%;
}

.stack-footer > .left {
    /*width: 34%;*/
}

.stack-footer > .right {
    /*width: 66%;

        text-align: left;*/
}

.concentration-stack {
    line-height: 18px;
}

.ft-content table {
    width: 100%;
}

.ft-content .item-product {
    margin: 15px 0 20px;
}

.stack-footer table td {
    padding: 1px 0;
}

.stack-footer {
    margin-top: 10px;
}

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

.stack-footer .special-price {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    top: 8px;
    float: left;
}


.total-stack span, .total-stack strong {
    color: #eb5353;
    font-weight: bold;
}

.stack-footer .special-title, .stack-footer .special-price {
    text-align: left;
}

.stack-sp {
    text-align: center !important;
    width: 125px;
    margin: auto;
}

.stack-sp .special-title {
    font-weight: bold;
    line-height: 20px;
    font-size: 16px;
    text-transform: uppercase;
}

.stack-sp .special-price {
    font-weight: bold;
    font-size: 27px;
    text-transform: uppercase;
    margin: 10px 0 25px;
}

.stack-item-add {
    text-align: center;
}

.stack-item-add .add_in_cart {
    display: block;
}

.stack-item-add .add_in_cart input[type=submit] {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 8px;
}

.item-stack > .name {
    text-align: center;
    min-height: 32px;
}

.item-stack > .name a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}

.slide-stack-wrapp {
    margin-top: 25px;
}

.stack-slide {
    width: 100%;
}

.slide-stack-wrapp img {
    width: 100%;
}

.products-stack-wrapp > .left {
    margin: 15px 0;
    width: 100%;
}

.products-stack-wrapp .right {
    text-align: right;
    width: 100%;
}

.products-stack-wrapp > .left > .right {
    text-align: left;
}

.products-stack-wrapp > .left > .right, .products-stack-wrapp > .right > .left {
    width: 70%;
}

.products-stack-wrapp > .left > .left, .products-stack-wrapp > .right > .right {
    width: 30%;
}

.products-stack-wrapp > .left > .left img, .products-stack-wrapp > .right > .right img {
    /*   width: 100%*/
}

.stack-product h3.name {
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #2498cc;
    text-transform: uppercase;
}

.weekly-dosage-wrapp, .total-stack-footer {
    margin-top: 40px;
}

.open-weekly-wrap {
    margin-top: 20px;
    display: none;
}

.weekly-slideTo {
    text-align: center;
    color: #686868;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    border: 1px solid #b0b0b0;
    cursor: pointer;
    position: relative;
}

.weekly-slideTo i {
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}

table.total-stack {
    width: 100%;
    height: 100%;
}

table.total-stack thead {
    border: 1px solid #ddd;
    /*background: #eaeaea;  */
}

table.total-stack thead th {
    padding-bottom: 10px;
}

table.total-stack tbody td {
    padding: 4px;
}

#weekly-table table {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-spacing: 0;
    transition: width 0.2s height 0.2s;
    margin-bottom: 20px;
    color: #686868;
}


#weekly-table tr:first-child th {
    text-transform: uppercase;
}

#weekly-table th, #weekly-table td {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 5px;
}

#weekly-table th:last-child, #weekly-table td:last-child {
    border-right: none;
}

#weekly-table tr:last-child td, #weekly-table tr:last-child th {
    border-bottom: none;
}

#weekly-table th {
    background: #eaeaea;
}

.total-stack-footer .left {
    width: 55%;
}

.total-stack-footer .right {
    width: 35%;
}

/*
    .top_content .item-stack .name {
        min-height: 30px;
        margin-bottom: 10px;
    }*/
/*  .top_content .item .item-stack a {
        font-weight: 700;
        font-size: 15px;
        line-height: 15px;
        color: #2498cc;
        text-transform: uppercase;
    }*/

.top_content .item .text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 15px;
    color: #787878;
    word-wrap: break-word;
}

.top_content .item .price {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    color: #656565;
}

.owl-carousel .item .text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 15px;
    color: #787878;
    word-wrap: break-word;
}

.owl-carousel .item .price {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    color: #656565;
}

/*END Stack  products*/


.touchdowns {
    width: 22%;
    display: block;
    float: left;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 3%;
    max-height: 148px;
    height: 148px;
    overflow: hidden;
}

.touchdowns img {
    width: 100%;
}


.block3.v1 .line_center .top_content .item:first-child, .block3.v1 .line_center .top_content .item-stack:first-child {
    display: inline-block;
}

.line_left,
.line_center,
.line_right {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: normal;
    text-align: left;
}

.line_left,
.line_right {
    width: 20%;
    min-width: 160px;
}

.line_center {
    width: 56%;
}

.line_left .block {
    margin-bottom: 20px;
}

.line_left .block .block_header {
    height: 45px;
    background: #2498cc;
}

.line_left .block .block_header h3 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
}

.line_left .block .block_body {
    padding: 20px 20px 0 20px;
    background-color: #eaeaea;
    border: 1px solid #c8c8c8;
}

.line_left .block .block_body a {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    color: #656565;
    word-wrap: break-word;
}

.line_left .block .block_body a span {
    color: #c95458;
}

.line_left .block .block_body a:hover, .line_left .block .block_body a.active {
    color: #2498cc;
}

.line_center .warning {
    margin-bottom: 30px;
    padding: 20px;
    background: #c95458;
    text-align: center;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
}

.line_center .warning .warning_header {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
}

.line_center .warning .warning_header:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d47679;
    margin-top: -8px;
}

.line_center .warning .warning_header span {
    display: inline-block;
    padding: 0 15px;
    background: #c95458;
}

.line_center .article {
    display: none;
    opacity: 0;
}

.line_center .article p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 19px;
    color: #787878;
}

.line_center .article img {
    margin: 0 0 5px 5px;
    float: right;
}

.line_center .line {
    margin-bottom: 40px;
    margin-left: 0;
}

.line_center .article_control {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.line_center .article_control > div {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    background: #aeaeae;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.line_center .article_control div.dot_active {
    background: #2498cc;
    cursor: default;
}

.line_center .article_control div.dot_active:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: none;
    border: 2px solid #2498cc;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: -7px;
}

.top_content .item {
    width: 30%;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: normal;
    text-align: left;
}

.owl-carousel .item {
    max-width: 200px;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: normal;
    text-align: left;
}

/*.top_content .item:first-child {display:none;}*/

.owl-carousel .item .img {
    height: 180px;
    margin-bottom: 15px;
    background: #fff;
    border-bottom: 2px solid #cddae6;
    text-align: center;
    overflow: hidden;
}

.owl-carousel .item .img a,
.owl-carousel .item .img img {
    /*display:inline-block; vertical-align:middle; max-width:96%;*/

    display: inline-block;
    vertical-align: middle;
    max-width: 95%;
    height: 96%;
    text-align: center;
    margin-top: 2px;
    margin-left: -1px;
}

.owl-carousel .item .name {
    min-height: 30px;
    margin-bottom: 10px;
}

.owl-carousel .item .name a {
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #2498cc;
    text-transform: uppercase;
}

.owl-carousel .item .text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 15px;
    color: #787878;
    word-wrap: break-word;
}

.owl-carousel .item .price {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    color: #656565;
}

.top_content .item .img {
    height: 180px;
    margin-bottom: 15px;
    background: #fff;
    border-bottom: 2px solid #cddae6;
    text-align: center;
    overflow: hidden;
}

.top_content .item .img a,
.top_content .item .img img {
    /*display:inline-block; vertical-align:middle; max-width:96%;*/

    display: inline-block;
    vertical-align: middle;
    max-width: 95%;
    height: 96%;
    text-align: center;
    margin-top: 2px;
    margin-left: -1px;
}

.top_content .item .name {
    min-height: 30px;
    margin-bottom: 10px;
}

.top_content .item .name a {
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #2498cc;
    text-transform: uppercase;
}

.top_content .item .text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 15px;
    color: #787878;
    word-wrap: break-word;
}

.top_content .item .price {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    color: #656565;
}

.amt {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.amt button {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 27px;
    background: none;
    border: none;
    cursor: pointer;
}

.amt input {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #ebecec;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.add_in_cart {
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
}

.add_in_cart input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 8px;
    background-color: #2397cb;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

/*.line_right .right_news_content {margin-bottom:50px;}*/
/*.line_right .right_news_content .item {margin-bottom:30px;}*/

.line_right .right_news_content .item .data {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    color: #8c8c8c;
    text-transform: uppercase;
}

.line_right .right_news_content .item .header {
    margin-bottom: 10px;
}

.line_right .right_news_content .item .header a {
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    color: #2498cc;
    text-transform: uppercase;
}

.line_right .right_news_content .item .text {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 17px;
    color: #787878;
}

.line_right .banner img {
    max-width: 100%;
    margin-bottom: 25px;
}

/* block4 */

.block4 {
    margin-bottom: 30px;
}

.partners_content {
    text-align: left;
}

.partners_content.v1 {
    display: block;
}

.partners_content.v2 {
    display: none;
}

.partners_content a,
.partners_content img {
    /*display:block; float: left; margin: 2px;*/

    margin: 2px;
}

.partners_content .divider {
    display: none;
}

/* block5 */

.block5 {
    height: 250px;
    padding-top: 60px;
    background: url(/images/footer_back.png) center top;
}

.block5 .footer_content {
    width: 620px;
    float: left;
}

.block5 .footer_content .block {
    width: 30%;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: normal;
    text-align: left;
}

.block5 .footer_content .block h3 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #656565;
    text-transform: uppercase;
}

.block5 .footer_content .block a {
    display: block;
    margin-bottom: 15px;
    color: #7d7d7d;
}

.block5 .footer_content .block a:hover {
    text-decoration: underline;
}

.block5 .footer_logo {
    width: 300px;
    float: right;
}

.block5 .footer_logo img {
    margin-bottom: 20px;
}

.block5 .footer_logo .copyright {
    font-size: 13px;
    line-height: 19px;
    color: #656565;
}

/* fog */

.fog,
.fog2,
.fog3,
.fog4 {
    display: none;
    opacity: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(248, 248, 248, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow-y: auto;
}

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

.modal_window {
    min-width: 450px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 50%;
    margin-left: -225px;
    top: 80px;
}

.modal_window .modal_header {
    height: 50px;
    padding-left: 30px;
    background: #2498cc;
    font-weight: 800;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
}

.modal_window .modal_content {
    padding: 30px 30px 16px 30px;
    border: 1px solid #cdcdcd;
    overflow: hidden;
}

.modal_window .modal_content .line {
    margin-bottom: 14px;
}

.modal_window .modal_content .line.v1 {
    font-size: 14px;
    line-height: 14px;
    color: #656565;
    text-transform: uppercase;
}

.modal_window .modal_content .half {
    display: inline-block;
    vertical-align: top;
    width: 298px;
    letter-spacing: normal;
}

.modal_window .modal_content .half:first-child {
    width: 90px;
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    color: #656565;
    text-transform: uppercase;
}

.modal_window .modal_content input[type=text],
.modal_window .modal_content input[type=password] {
    width: 276px;
    height: 33px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #dedede;
}

.modal_window .modal_content input[type=submit] {
    height: 35px;
    padding: 0 30px;
    background: #c95458;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.modal_window .modal_content .half .forgot {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: normal;
}

.modal_window .modal_content .half .forgot a {
    color: #2498cc;
    text-decoration: underline;
}

/* hleb */

.hleb {
    margin-bottom: 25px;
    padding-top: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    color: #a5a4a4;
    text-transform: uppercase;
}

.hleb.v1 {
    margin-bottom: 0;
}

.hleb a {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    color: #a5a4a4;
    text-decoration: underline;
    position: relative;
}

.hleb a:after {
    content: "/";
    position: absolute;
    right: -13px;
    top: 0;
}

/* block6 */

.cart_content a {
    color: #2498CC;
}

.cart_content {
    margin-bottom: 25px;
    padding-top: 20px;
}

.cart_content .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #cddae6;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.cart_content .item > div {
    min-width: 80px;
}

.cart_content .item > div,
.cart_content .item .just_simple > div {
    vertical-align: middle;
}

.cart_content .item .img {
    width: 130px;
    height: 140px;
    background: #fff;
    text-align: center;
}

.cart_content .item .img img {
    vertical-align: middle;
}

.cart_content .item .cart_block1 {
    width: 35%;
    font-size: 16px;
    line-height: 15px;
    color: #2498cc;
}

.cart_content .item .cart_block2 {
    font-size: 17px;
    line-height: 17px;
    color: #656565;
}

.cart_content .item .cart_block3 .amt, .ft-content .amt {
    margin-bottom: 0;
}

.cart_content .item .cart_block4 {
    font-size: 17px;
    line-height: 17px;
    color: #c95458;
}

.cart_content .item .cart_block5 {
    margin: 10px 0;
}

.cart_content .item .cart_block5 .delete {
    display: block;
    width: 26px;
    height: 26px;
    background: url(/images/delete.png) center center no-repeat #cccccc;
}

.cart_content .item .cart_block5 .delete:hover {
    background: url(/images/delete.png) center center no-repeat #c95458;
}

.cart_sum {
    margin-bottom: 25px;
}

.cart_sum .left {
    width: 35%;
}

.cart_sum .right {
    width: 65%;
    text-align: right;
}

.cart_sum .left input[type=text],
.cart_sum .left input[type=password] {
    vertical-align: middle;
    width: 160px;
    height: 33px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #dedede;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.cart_sum .left input[type=submit] {
    vertical-align: middle;
    height: 35px;
    padding: 0 20px;
    background: #c95458;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.cart_sum .line {
    margin-bottom: 5px;
}

.cart_sum .half {
    display: inline-block;
    vertical-align: top;
    min-width: 180px;
    margin-left: 15px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    color: #c95458;
    text-transform: uppercase;
    text-align: right;
}

.cart_sum .half:first-child {
    color: #656565;
    margin-left: 0;
}

.cart_pay_system_content {
    margin-bottom: 50px;
}

.cart_pay_system_content .item {
    width: 26%;
    min-height: 100px;
    padding: 30px 2% 20px 2%;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0);
    border: 2px;
    cursor: pointer;
}

.cart_pay_system_content .active {
    /*border:2px solid #2498cc;*/

    box-shadow: 0px 0px 15px #888888;
    -moz-box-shadow: 0px 0px 15px #888888;
    -webkit-box-shadow: 0px 0px 15px #888888;
    -o-box-shadow: 0px 0px 15px #888888;
}

.cart_pay_system_content .item img {
    float: left;
}

.cart_pay_system_content .item > div {
    padding-left: 100px;
}

.cart_pay_system_content .item .cart_pay_header {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: left;
    font-size: 15px;
    line-height: 15px;
    color: #2498cc;
    letter-spacing: normal;
    text-transform: uppercase;
}

.cart_pay_system_content .item .cart_pay_text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 13px;
    line-height: 15px;
    color: #787878;
    letter-spacing: normal;
}

.cart_data_content {
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    line-height: 15px;
    color: #656565;
}

.cart_data_content .left {
    width: 35%;
}

.cart_data_content .right {
    width: 65%;
}

.cart_data_content input[type=text],
.cart_data_content input[type=password] {
    width: 96%;
    height: 33px;
    padding: 0 2%;
    background: #fff;
    border: 1px solid #dedede;
}

.cart_data_content .line {
    margin-bottom: 10px;
}

.cart_data_content .line .half {
    display: inline-block;
    vertical-align: middle;
    width: 57%;
    white-space: nowrap;
}

.cart_data_content .line .half:first-child {
    width: 39%;
    padding-right: 2%;
    text-align: right;
}

.cart_data_content .right .line .half:first-child {
    vertical-align: top;
    padding-top: 8px;
}

.cart_data_content .right .line .half div {
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 13px;
}

.cart_data_content span {
    color: #c95458;
}

.cart_data_content .line.v1 .half {
    width: 84.5%;
    vertical-align: top;
}

.cart_data_content .line.v1 .half:first-child {
    width: 12.3%;
    padding-top: 8px;
}

.cart_data_content .line.v1 textarea {
    width: 96%;
    height: 100px;
    padding: 2%;
    background: #fff;
    border: 1px solid #dedede;
    resize: none;
}

.cart_data_content .line.v2 {
    text-align: right;
}

.review-order-wrapp {
    padding-top: 30px;
}

.cart_data_content .line input[type=submit], .continue-order a, .review-order-wrapp .line input[type=submit], input.comm_logg {
    vertical-align: middle;
    height: 35px;
    margin-right: 5px;
    padding: 0 20px;
    background: #c95458;
    border: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

#review-order-payment {
    display: none;
}

.continue-order a {
    display: inline-block;
    height: auto;
    padding: 10px 20px;
    font-style: normal;
}

.review-order-wrapp .line input[type=submit] {
    display: block !important;
    width: 100%;
}

.review-order-wrapp .scroll-product {
    overflow: auto;
    padding-right: 5px;
}


/* kat */

.sort_line {
    margin-bottom: 25px;
}

.sort_line.v1 {
    margin-bottom: 40px;
}

.sort_by span {
    color: #656565;
    font-size: 12px;
}

.text_content {
    margin-bottom: 40px;
}

.text_content p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 19px;
    color: #787878;
}

/* myorders */

.table_content {
    margin-bottom: 50px;
}

.table_content table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    color: #787878;
    text-transform: uppercase;
}

.payments-details table {
    font-weight: 500 !important;
}

.payments-details table p {
    text-transform: none;
    color: #333;
    line-height: 18px;
}

.payment_details_link, .change_addr_rvw {
    border: 1px solid #c8c8c8;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #333 !important;
    text-transform: none;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 15px;
    text-decoration: none !important;
    background: transparent;
}

.button-more-details {
    margin-top: 15px;
    text-align: right;
}

.change_addr_rvw {
    font-size: 12px;
    margin-top: 10px;
}

.payments-details table tr.table_content_tr td {
    padding-bottom: 0px !important;
}

.payments-details table .line {
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 4px;
}

.table_content table tr:nth-child(odd) {
    background: #fff;
}

.table_content table tr.table_header {
    background: #2498cc;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
}

.table_content table td {
    padding: 10px;
}

.table_content table td:first-child {
    padding-left: 20px;
}

.table_content table a {
    color: #2498cc;
    text-decoration: underline;
}

.table_content table a.red_link {
    color: #c95458;
}

#main .add_review {
    display: none;
    padding: 25px 0;
}

.cart_block5.v1 a,
.cart_block5.v2 a {
    display: inline-block;
    padding: 10px 12px;
    background-color: #656565;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    text-transform: uppercase;
}

.cart_block5.v2 a {
    background: #2498cc;
}

.add_review .line1,
.add_review .line2 {
    margin-bottom: 15px;
}

.add_review .half {
    display: inline-block;
    vertical-align: top;
    width: 86%;
}

.add_review .half:first-child {
    width: 12%;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #656565;
    text-transform: uppercase;
}

.add_review input[type=radio] {
    display: none;
    opacity: 0;
}

.add_review input[type=radio] + label {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    height: 30px;
    background: #fff;
    border: 1px solid #dedede;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    color: #959595;
    text-transform: uppercase;
    cursor: pointer;
}

.add_review input[type=radio]:checked + label {
    background: #656565;
    color: #fff;
}

.add_review .line2 textarea {
    width: 96%;
    height: 100px;
    padding: 2%;
    background: #fff;
    border: 1px solid #dedede;
    resize: none;
}

.add_review .line3 input[type=submit] {
    vertical-align: middle;
    height: 35px;
    margin-right: 5px;
    padding: 0 30px;
    background: #c95458;
    border: none;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.spiski {
    text-align: right;
}

.spiski input[type=text],
.spiski input[type=password] {
    vertical-align: middle;
    width: 160px;
    height: 33px;
    padding: 0 10px;
    background: #fff;
    border: 1px solid #dedede;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.spiski input[type=submit] {
    vertical-align: middle;
    height: 35px;
    padding: 0 20px;
    background: #c95458;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.spiski .line {
    margin-bottom: 5px;
}

.spiski .half {
    display: inline-block;
    vertical-align: top;
    min-width: 80px;
    margin-left: 15px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    color: #c95458;
    text-transform: uppercase;
}

.spiski .half:first-child {
    color: #656565;
    margin-left: 0;
}

.rev_content {
    margin-bottom: 50px;
}

.rev_content .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cddae6;
}

.rev_content .item .img {
    width: 130px;
    height: 140px;
    background: #fff;
    text-align: center;
    float: left;
}

.rev_content .item .img a,
.rev_content .item .img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 96%;
}

.rev_content .item .name,
.rev_content .item .text,
.rev_content .item .data {
    padding-left: 150px;
}

.rev_content .item .name {
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #2498cc;
    text-transform: uppercase;
}

.rev_content .item .text {
    font-size: 13px;
    line-height: 19px;
    color: #787878;
}

.rev_content .item .data {
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    color: #8c8c8c;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.red img {
    margin-left: 20px;
    margin-bottom: -5px;
}

.half_content {
    margin-bottom: 80px;
}

.half_content .line {
    margin-bottom: 30px;
}

.half_content .half {
    display: inline-block;
    vertical-align: middle;
    width: 69%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #656565;
}

.half_content .half:first-child {
    width: 27%;
    margin-right: 2%;
    text-transform: uppercase;
    text-align: right;
}

.half_content input[type=text],
.half_content input[type=password],
.half_content textarea {
    vertical-align: middle;
    width: 96%;
    height: 33px;
    padding: 0 2%;
    background: #fff;
    border: 1px solid #dedede;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.half_content input[type=submit] {
    vertical-align: middle;
    height: 35px;
    padding: 0 20px;
    background: #c95458;
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.half_content .marginall {
    margin-bottom: 50px;
}

.reset_pass_page .half {
    text-align: left !important;
}

/* tov */

.tov_content {
    padding-top: 10px;
    margin-bottom: 30px;
}

.tov_content .left {
    width: 46%;
}

.big_img {
    width: 100%;
    min-height: 350px;
    margin-bottom: 20px;
    background: #fff;
    border-bottom: 2px solid #cddae6;
}

.big_img img {
    width: 100%;
    vertical-align: middle;
}

.thumbs_content {
    width: 100%;
}

.thumbs_content .item {
    width: 23%;
    min-height: 90px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 93px;
    margin: 1px;
}

.thumbs_content .item img {
    vertical-align: middle;
    width: 88%;
    opacity: 0.6;
    height: 83px;
    margin: 5px;
}

.thumbs_content .item:hover,
.thumbs_content .item.active {
    border: 1px solid #d0dce7;
}

.thumbs_content .item:hover img,
.thumbs_content .item.active img {
    opacity: 1;
}

.tov_content .right {
    width: 50%;
}

.tov_content .right .price_line {
    margin-left: -20px;
    margin-bottom: 25px;
}

.tov_content .right .price_line > div {
    display: inline-block;
    margin-left: 20px;
}

.tov_content .right .price_line .price {
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 35px;
    color: #656565;
}

.tov_content .right .price_line .amt {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.tov_content .right .price_line .amt button {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 35px;
    background: none;
    border: none;
    cursor: pointer;
}

.tov_content .right .price_line .amt input {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #ebecec;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.tov_content .right .price_line .add_in_cart input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 11px;
    background-color: #2397cb;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.zebr_content .line {
    margin-bottom: 0;
    padding: 10px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #656565;
    text-transform: uppercase;
}

.zebr_content .line:nth-child(even) {
    background: #fff;
}

.zebr_content .half {
    display: inline-block;
    vertical-align: top;
    width: 43%;
    padding: 0 3%;
}

.zebr_content .half .im {
    width: 40px;
    height: 25px;
    display: block;
    float: left;
    background: url(/images/table-icons.png) 0 0 no-repeat transparent;
}

.im_icon i {
    font-size: 16px !important;
    color: #777777;
    position: relative;
    right: -8px;
    top: 3px;
}

.text_ {
    line-height: 2.1;
}

.text.v2 {
    margin-bottom: 50px;
    font-size: 13px;
    line-height: 17px;
    color: #787878;
}

.text.v2 p {
    margin-bottom: 20px;
}

.txt_content {
    font-size: 13px;
    line-height: 19px;
    color: #787878;
}

.txt_content h4 {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #656565;
    text-transform: uppercase;
}

.txt_ul {
    padding-left: 20px;
}

/* pagination */

.pagination a {
    display: inline-block;
    vertical-align: top;
    min-width: 30px;
    height: 30px;
    margin-right: 10px;
    background: #dedede;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #999;
}

.pagination a:hover,
.pagination a.active {
    background: #2498cc;
    color: #fff;
}

.dot_p {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #999;
}

@media screen and (max-width: 1000px) {
    .wrapper {
        width: 98%;
        min-width: 620px;
        padding: 0 1%;
    }

    .block2 .line2 .news {
        width: 50%;
    }

    .block5 {
        height: 350px;
    }

    .block5 .footer_content {
        float: none;
        margin: 0 auto 20px auto;
    }

    .block5 .footer_logo {
        float: none;
        margin: 0 auto;
    }

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

    .cart_pay_system_content .item img {
        margin-bottom: 10px;
        float: none;
    }

    .cart_pay_system_content .item > div {
        padding-left: 0;
        text-align: left;
    }

    .block3.v1 .line_center .top_content .item {
        width: 30%;
    }
}

@media screen and (max-width: 950px) {
    .block2 .line2 .news {
        width: 47%;
    }

    .tov_content .left {
        width: 320px;
        margin: 0 auto 25px auto;
        float: none;
    }

    .tov_content .right {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 900px) {
    .block2 {
        height: 815px;
    }

    .block2.v1 {
        height: 200px;
    }

    .block2 .line1 .logo {
        margin-bottom: 15px;
    }

    .block2 .line1 .logo,
    .block2 .line1 .menu {
        width: 100%;
        text-align: center;
        float: none;
    }

    .block2 .line2 .slyder {
        margin: 0 auto 30px auto;
        float: none;
    }

    .block2 .line2 .news {
        width: 445px;
        margin: 0 auto;
        float: none;
    }

    .partners_content.v1 {
        display: none;
    }

    .partners_content.v2 {
        display: block;
    }

    .cart_sum .left {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
        float: none;
    }

    .cart_sum .right {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 800px) {
    .line_center {
        width: 51%;
    }

    .top_content .item {
        width: 46%;
    }

    .top_content .item:first-child {
        display: inline-block;
    }

    .block3.v1 .line_center {
        width: 72%;
    }

    .block3.v1 .line_center .top_content .item {
        width: 46%;
    }
}

@media screen and (max-width: 740px) {
    .line_center {
        width: 49%;
    }
}

@media screen and (max-width: 700px) {
    .line_center {
        width: 47%;
    }
}

@media screen and (max-width: 660px) {
    .line_center {
        width: 45%;
    }
}

.a_substance {
    color: #2498CC;
    word-wrap: break-word;
}

.a_substance:hover {
    color: #000;
}

.error_404 {
    color: red;
    text-align: center;
}

.alert_window,
.alert_window2 {
    position: fixed;
    top: 45%;
    width: 200px;
    left: 50%;
    margin-left: -115px;
    font-size: 13px;
    z-index: 999999999;
    background-color: #fff;
    border: 1px solid #F66143;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #656565;
    display: none;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

.back_btn {
    color: #2498CC;
    display: block;
    text-decoration: none;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: right;
}

.link_activte {
    color: #227fbc;
}

.modal_header span {
    display: block;
    float: right;
    color: #fff;
    height: 30px;
    width: 30px;
    margin-top: 10px;
    margin-right: 10px;
    line-height: 1.6;
    cursor: pointer;
}

.text ul {
    padding-left: 35px;
}

.right_block_log_in {
    float: right;
    width: 185px;
    padding-right: 20px;
    padding-left: 20px;
}

.right_block_log_in span {
    display: block;
    font-weight: 400;
    color: #656565;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.right_block_log_in span:first-child {
    font-size: 20px;
}

.ingridients {
    padding-left: 17px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(/images/i-ingridients2.png) 10px center no-repeat #fff;;
}

.ingridients li {
    list-style: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #656565;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}

.pull-right {
    display: block;
    margin-left: 52%;
    word-wrap: break-word;
}

.pull-left {
    float: left;
    width: 45%;
    word-wrap: break-word;
}

.country_prof label {
    width: 242px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.country_prof ul {
    width: 296px !important;
    margin-top: -8px !important;
}

.country_prof .custom-select-menu li {
    padding: 10px !important;
}

.country_sele_name_jjdd .custom-select-menu {
    left: 65px !important;
}

.country_sele_name_jjdd .custom-select-menu label {
    width: 142px !important;
}

.country_sele_name_jjdd .custom-select-menu ul {
    width: 195px !important;
}

.packaging_select ul {
    width: 364px !important;
}

.change_color {
    padding: 10px;
    border: 1px solid red;
    color: red;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

/* End of pager */
/** Gallery */

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

/* End of Gallery*/
/* slider actions */

.lSAction > a {
    width: 32px;
    display: block;
    top: 0;
    height: 32px;
/ / background-image: url('../js/lightslider-master/dist/img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    /*margin-top: -16px;*/

    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    width: 10px;
    height: 10px;
    background-color: blue;
    color: #fff;
}

.lSAction > a.lSPrev {
    right: 10px;
}

.review-controls {
    float: right;
}

#reviews {
    height: auto !important;
}

.review-controls button {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    margin-left: 2px;
    cursor: pointer;
    font-weight: bold;
}

.lSAction > a.lSNext {
    right: 20px;
}

/*.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}*/

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* vertical */

.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */

.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

/* vertical */
/* Rtl */

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

/*/  GRab cursor */

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.awaiting-status {
    margin-right: 20px;
}

.awaiting-status a {
    text-decoration: none;
    color: #C95458;
    font-weight: bold;
}

.img-gal a {
    margin-bottom: 5px;
    display: inline-block;
}

.img-gal {
    margin-top: 10px;
    padding-left: 150px;
}

.left-op #lnk-cr {
    text-transform: uppercase;
    text-decoration: none;
    color: #656565;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}


.cntr-op #lnk-cr {
    text-transform: uppercase;
    text-decoration: none;
    color: #656565;
    text-align: center;
    display: block;
    margin-right: 10px;
    font-weight: bold;
}

.cntr-op #lnk-abp {
    text-transform: uppercase;
    text-decoration: none;
    color: #656565;
    text-align: center;
    display: block;
    margin-right: 10px;
    font-weight: bold;
}

.labbox-inner {
    display: none;
}

.fancybox-title a {
    text-decoration: underline !important;
}

.add_review_window {
    background-color: #fff;
}

.review_content {
    width: 100%;
}

.review_content h3 {
    padding: 10px;
}

.review_rating {
    margin-top: 10px;
}

.review_rating div div {
    display: inline-block;
    background-color: #F8F8F8;
    padding: 10px;
    font-weight: normal;
    cursor: pointer;
}

body .review_rating_active {
    background-color: #A6A6A6 !important;
    color: #fff;
}

.review_in_name {
    padding: 10px;
    float: left;
    color: #82827E;
    width: 126px;
    font-weight: bold;
}

.review_rating div textarea {
    width: 45%;
    padding: 2%;
    background-color: #ededed;
    border: 0px;
    min-height: 120px;
}

body .review_btn, .subimt-btn {
    padding: 10px;
    background: #2498CC;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    border: none;
    outline: none;
}


body .add_btn {
    padding: 10px;
    background: #2498CC;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}

.rewiew-username, .name-field {
    min-height: 30px;
    border: none;
    background-color: #ededed;
    padding: 0 10px;
    /*margin:0 5px; */
}

.verified_purchase {
    color: #29B05F;
    font-weight: bold;
}

#customer_review {
    display: none;
}

.fancybox-thumbs {
    position: relative !important;
}

i.camera-event {
    position: absolute;
    bottom: -23px;
    right: 2px;
    font-size: 19px;
    color: rgba(0, 0, 0, .6);
}

i.camera-event:hover {
    color: rgba(0, 0, 0, .4);
}

.thumb-event {
    display: none;
}

.spoiler-cursor {
    cursor: pointer;
}

.scrollToTop {
    float: right;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
}

.payments-details .line {
    margin-bottom: 0 !important;
}

.payments-details .line .half {
    display: inline-block;
    min-width: 90px;
}

.clear-both {
    clear: both;
}

.review-order-left {
    float: left;
    width: 58%;
}

.review-order-right {
    float: right;
    width: 40%;
}


.review-order-wrapp .cart_content .item .img {
    width: 70px;
    height: 70px;
}

.review-order-wrapp .cart_content .item .img img {
    width: 100% !important;
}

.review-order-wrapp .cart_content .item .cart_block1 {
    width: 21%;
}

.review-order-wrapp .cart_content .item > div {
    /*min-width:60px;*/
}

.review-order-wrapp .cart_content a.ttl-product {
    font-size: 14px;
    /*padding-left: 10px;*/
}

.review-order-wrapp p.text, .review-order-wrapp .text {
    font-size: 13px;
    line-height: 19px;
    color: #787878;
    /*  margin: 15px 0 10px;*/
}

.review-order-wrapp .cart_sum .right {
    width: 70% !important;
}

.right-vertical .line {
    margin-bottom: 0 !important;
    position: relative;
    top: 2px;
}

.cart-review .half {
    font-size: 14px;
}

.review-block {
    border: 1px solid #ededed;
    margin-bottom: 25px;
}

.header-block, .content-block {
    padding: 5px 10px;
}

.content-block input {
    padding: 0 2%;
    height: 26px;
    background: #fff;
    border: 1px solid #dedede;
}

.content-block textarea {
    min-height: 50px;
    background: #fff;
    border: 1px solid #dedede;
    resize: none;
    width: 100%;
}

.header-block h3 {
    color: #a5a4a4;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700 !important;
    font-family: 'Roboto', sans-serif;
}

.delivery-item {
    margin-bottom: 10px;
}

.delivery-item .half {
    display: inline-block;
    min-width: 33%;
}

.delivery-item .half:last-child {
    width: 57%;
    font-size: 13px;
    line-height: 19px;
    color: #787878;
}

.delivery-item .half:first-child {
    font-weight: bold;
    font-size: 13px;
    color: #656565;
}

.review-order-wrapp .country_sele_name_jjdd .custom-select-menu {
    left: 0 !important;
}

.review-order-wrapp .cart_content .item {
    padding-bottom: 20px !important;
}

.review-order-left .text p a {
    color: #2498CC !important;
}


#add-adr {
    display: none;
}

.selected_payment_logo {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    color: #787878;
}

.selected_payment_logo img {
    margin-top: 20px;
    width: 20% !important;
}


.pre-place-order {
    margin: 25px 0 30px;
}

.terms-cond a {
    font-size: 13px;
    line-height: 19px;
    color: #787878;
    display: block;
    margin-top: 10px;
}

.notice-details p {
    font-weight: bold;
    color: #787878 !important;
}

.instructions-details {
    margin-bottom: 50px;
}

.instructions-details li {
    list-style: none;
}

.instructions-details p {
    margin-bottom: 15px;
}


.left-confirm {
    float: left;
    width: 47%;
}

.right-confirm {
    float: right;
    width: 47%;
}

/*.confirm-wrapp p{
        margin-bottom: 15px;
    }*/

.confirm-wrapp .details-logo {
    text-align: center;
}

.confirm-wrapp .center-payment-logo {
    text-align: center;
    margin: 40px 0;
}

.confirm-wrapp .pre-place-order {
    margin: 0 !important;
}

.pers-info {
    margin: 20px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    border: 3px solid #ededed;
    padding: 15px;
    text-align: left !important;
}

.promo_review {
    float: none !important;
    width: 100% !important;
}

.review-prod {
    margin-bottom: 15px;
}

.review-prod img {
    width: 100%;
}


/*Chat*/
.chat-room {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.msg-content {
    display: none;
    max-height: 550px;
    height: 550px;
    overflow-y: auto;
}


.msg-content::-webkit-scrollbar {
    width: 12px; /* for vertical scrollbars */
    height: 12px; /* for horizontal scrollbars */
}

.msg-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

.msg-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}


.chat-room aside {
    display: table-cell;
    float: none;
    height: 100%;
    padding: 0;
    vertical-align: top;
}

.chat-room .left-side {
    width: 25%;
    background: #e5e8ef;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}

.chat-room .mid-side {
    width: 50%;
    background: #fff;
    border-right: 1px solid #e5e8ef;
    position: relative;
}

.chat-room .right-side {
    width: 25%;
    background: #fff;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}

.chat-room .left-side .user-head {
    background: rgba(36, 152, 204, 0.62);
    border-radius: 4px 0 0;
    -webkit-border-radius: 4px 0 0;
    color: #FFFFFF;
    min-height: 40px;
    padding: 15px;
}

.chat-room .right-side .user-head {
    background: #00A8B3;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    color: #FFFFFF;
    min-height: 70px;
    padding: 10px;
    border-left: 1px solid #00A8B3;
    margin-left: -1px;
    position: relative;
}


.chat-room .user-head i {
    float: left;
    font-size: 40px;
    margin-right: 10px;
}

.chat-room .user-head h3 {
    margin: 6px 0 0 0;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 17px;
    position: relative;
    top: 10px;
    font-weight: bold;
}

.chat-room-head {
    background: rgba(36, 152, 204, 0.62);
    color: #FFFFFF;
    min-height: 40px;
    padding: 15px;
}

.chat-room-head h3 {
    margin: 5px 0 0;
    font-weight: 100;
    letter-spacing: 1px;
    display: inline-block;
}

.chat-room-head .search-btn {
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: none;
    background: #01a6b2 url("../img/chat-search.png") no-repeat 12px 9px;
    padding: 0 5px 0 35px;
    margin-top: 2px;
    border: none;
    color: #fff;
}

.chat-room-head .search-btn:focus {
    width: 180px;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    /*background: #01a6b2;*/
    font-weight: 300;
    color: #fff;
}

.chat-room-head .search-btn:focus::-moz-placeholder {
    color: #fff;
}


.chat-room ul li {
    list-style: none;
}

ul.chat-list li a {
    color: #6a6a6a;
    display: block;
    padding: 15px;
    font-weight: 300;
}

ul.chat-list li a:hover, ul.chat-list li.active a {
    color: #00a9b4;
    background: #f2f4f7;
}

ul.chat-list li h4 {
    padding: 17px 15px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #D5D7DE;
}

ul.chat-list li h4 i {
    padding-right: 5px;
}

ul.chat-list li a span {
    padding-left: 10px;
}

ul.chat-list li a i.fa-times {
    color: #9fa3b0;
}

ul.chat-list li.active {
    color: #00a9b4;
    background: #f2f4f7;
}

ul.chat-list {
    border-bottom: 1px solid #d5d7de;
}

ul.chat-user {
    margin-bottom: 200px;
}

ul.chat-user li {
    border-bottom: none;
}

ul.chat-user li a:hover {
    background: none;
    color: #6a6a6a;
}

.chat-room .left-side footer {
    background: #d5d7de;
    border-radius: 0 0 0 4px;
    /*-webkit-border-radius: 0 0 0 4px;*/
    padding: 15px;
    height: 70px;
    width: 25%;
    position: absolute;
    bottom: 0;
}

.chat-room .mid-side footer {
    background: #f6f6f6;
    height: 70px;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    border-right: 1px solid #E5E8EF;
}

.group-rom {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eaebee;
}

.group-rom .first-part, .group-rom .second-part, .group-rom .third-part {
    float: left;
    padding: 15px;
}

.group-rom .first-part {
    width: 30%;
}

.group-rom .first-part.odd {
    background: #f7f8fa;
    color: #6a6a6a;
    font-weight: 600;
}

.group-rom .second-part {
    width: 57%;
}

.group-rom .third-part {
    width: 30%;
    color: #d4d3d3;
}

a.guest-on {
    color: #6a6a6a;
    margin-top: 8px;
    display: inline-block;
}

a.guest-on i {
    background: #40cabe;
    color: #fff;
    padding: 4px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 5px;
}

.chat-txt {
    float: left;
    width: 83%;
    margin-right: 5px;
}

.chat-txt textarea {
    width: 100%;
    height: 100%;
    outline: none;
    padding: 2%;
    background: #fff;
    border: 1px solid #dedede;
    resize: none;
}

.chat-send {
    float: right;
    width: 12%;
}

.btn-send {
    height: 100%;
    outline: none;
    border: none;
    display: inline-block;
    height: 45px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #2498cc;
}

.lobby {
    padding: 0 !important;
}


.conten-send {
    padding: 15px;
}

.reply-resp {
    background-color: #f7f7f7;
}

.header-result h1 {
    font-size: 18px;
    color: #a5a4a4;
}

.cat-search a {
    display: block;
    padding: 5px 0;
    color: #656565;
    text-decoration: underline;
}

.search-content {
    margin-top: 25px;
}

.bottom-srch {
    margin-bottom: 40px;
}

#fancybox-thumbs {
    z-index: 99999 !important;
}


.stack-slide, .item-slide {
    position: relative;
}

.slide__caption {
    left: 0;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    bottom: 0;
    right: 0;
    width: 400px;
    margin: auto;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

input.not-available {
    background-color: #eb5353 !important;
    cursor: default !important;
}

.show_info {
    color: #333;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.modal-toggle {
    position: absolute;
    background-color: #333;
    color: #fff;
    min-width: 250px;
    z-index: 999;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    border-radius: 3px;
}

.info-wrapp {
    position: relative;
    padding: 5px 10px;
}

.info-wrapp:before {
    content: '';
    position: absolute;
    border: 8px solid transparent;
    border-right: 8px solid #333;
    left: -16px;
    top: 50%;
    margin-top: -8px;
}

.preloader_sum {

}

.blod_prod {
    margin-top: 10px;
}

.blod_prod .half {
    font-weight: bold;
    font-size: 22px;
}

.blod_prod .ttl.half {
    color: #000;
}

.timeout-shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 999999999;
    display: none;
}

.timeout-modal {
    z-index: 9999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 500px;
    height: 180px;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    display: none;
}

.header-timeout {
    padding: 15px;
    box-shadow: 0 2px 2px rgba(91, 184, 93, 0.11);
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.body-timeout {
    padding: 15px;
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
    line-height: 18px;
}

.open-modal {
    cursor: pointer;
    font-size: 16px;
}

i.close-modal {
    font-size: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    color: rgb(132, 132, 132);
    position: absolute;
    cursor: pointer;
}

.no-delivery {
    margin-top: 20px;
    margin-bottom: 25px;
    margin-left: 14.7%;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    display: none;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
}

.half {
    position: relative;
}

.error-msg {
    position: absolute;
    left: 50%;
    display: block;
    padding: 10px 5px 10px !important;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    background-color: #c95458;
    color: #fff;
    display: none;
}

.error-msg.transparent {
    background-color: transparent !important;;
    color: transparent !important;;
    box-shadow: 0px 0px 0px transparent !important;;
}

.error-msg p {
    word-wrap: break-word !important;
    white-space: normal;
    font-size: 13px;
    line-height: 18px;
    font-style: normal;
}

.error-msg:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #c95458;
}

.error-msg.transparent:after {
    content: '';
    border-top: 10px solid transparent;
}

.cntr-op .lnk-cr2 {
    text-transform: uppercase;
    text-decoration: none;
    color: #656565;
    text-align: center;
    display: block;
    margin-right: 10px;
    font-weight: bold;
}

.button-wrapper {
    margin-top: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.btn-go-back {
    display: inline-block;
    vertical-align: middle;
    padding: 14px 16px;
    background-color: #2397cb;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    cursor: pointer;
}


/* stacks */

.w-100 {
    width: 100%;
}

.stackImpView .red {
    color: #FE2B00;
}

.stackImpView .bg-red {
    background-color: #FE2B00;
}

.stackImpView .tov_content .left {
    width: 60%;
    margin: unset;
    margin-right: 47px;
}

.stackImpView .tov_content .left .big_img {
    width: 100%;
}

.stackImpView .tov_content .right {
    width: 40%;
}

.stackImpView .tov_content .right .price_line-wrap {
    width: 100%;
}

.stackImpView .tov_content .right .price_line .add_in_cart {
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .stackImpView .tov_content .right .price_line .add_in_cart {
        margin-left: unset;
    }
}

.stackImpView .tov_content .right .price_line .add_in_cart input[type=submit] {
    padding: 12px 30px !important;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 23px !important;
}

@media only screen and (max-width: 767px) {
    .stackImpView .tov_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .stackImpView .tov_content .left,
    .stackImpView .tov_content .right {
        width: 100%;
    }
}

.stackImpView .stackview-bnr {
    margin-bottom: 45px;
}

.stackImpView .stackview-bnr img {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .stackImpView .stackview-bnr {
        margin-bottom: 30px;
    }
}

.stackImpView .stackview-price {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-left: 0 !important;
}

.stackImpView .stackview-price s {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-right: 20px;
    display: block;
    color: #BDBDBD;
}

.stackImpView .stackview-price .price {
    font-weight: 900;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    color: #FE2B00;
}

.stackImpView .stackview-after-price button {
    background-color: unset;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;
    color: #FE2B00;
}

.stackImpView .stackview-after-price .notion {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4A4A4A;
    padding: 15px;
    background: #F8F8F8;
    margin-bottom: 30px;
}

.stackImpView .stackview-prod-title {
    font-weight: 700;
    cursor: pointer;
    line-height: 15px;
    font-size: 13px;
}

.stackImpView .stackview-prod-title:hover {
    text-decoration: underline;
}

.stackImpView .zebr_content .line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stackImpView .stack-product-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

.stackImpView .stack-product-line:nth-child(even) .stack-product-img {
    margin-right: 20px;
}

.stackImpView .stack-product-line:nth-child(odd) .stack-product-img {
    margin-left: 20px;
}

.stackImpView .stack-product-line h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FE2B00;
    margin-bottom: 30px;
}

.stackImpView .stack-product-line .stack-product-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4A4A4A;
}

.stackImpView .stack-product-line .stack-product-desc p {
    margin-bottom: 10px;
    text-align: justify;
}

.stackImpView .stack-product-line .stack-product-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 350px;
    height: 350px;
    border: 1px solid rgba(189, 189, 189, 0.2);
}

.stackImpView .stack-product-line .stack-product-img img {
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    .stackImpView .stack-product-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .stackImpView .stack-product-line .stack-product-img {
        margin-bottom: 30px;
    }

    .stackImpView .stack-product-line:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .stackImpView .stack-product-line:nth-child(odd) .stack-product-img {
        margin-left: 0;
    }

    .stackImpView .stack-product-line:nth-child(even) .stack-product-img {
        margin-right: 0;
    }
}

.stackImpView .stackview-description .content-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4A4A4A;
}

.stackImpView .stackview-description .content-text p {
    margin-bottom: 10px;
}

.stackImpView .weekly-dosage-wrapp .weekly-slideTo {
    height: 40px;
    background: #F66143;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
}

.stackImpView .weekly-dosage-wrapp .weekly-slideTo span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.stackImpView .weekly-dosage-wrapp .weekly-slideTo i {
    display: block;
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
    margin-top: -8px;
}

.stackImpView .open-weekly-wrap {
    margin-top: 0;
}

.stackImpView .stackview-table {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.stackImpView .stackview-table table {
    border: unset !important;
    border-collapse: collapse;
}

.stackImpView .stackview-table thead {
    background-color: #4A4A4A;
    height: 46px;
}

.stackImpView .stackview-table thead tr th {
    background: unset !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    padding: 12px 20px !important;
    color: #FFFFFF;
}

.stackImpView .stackview-table thead tr th span {
    min-width: 100px;
    white-space: nowrap;
}

.stackImpView .stackview-table tbody tr {
    background-color: #fff;
}

.stackImpView .stackview-table tbody tr td {
    padding: 16px !important;
}

.stackImpView .stackview-table tbody tr:nth-child(odd) {
    background-color: #F8F8F8;
}

.stackImpView .stackview-table tr th,
.stackImpView .stackview-table tr td {
    border: unset !important;
}

.stackImpView .stackview-table tr th:first-child,
.stackImpView .stackview-table tr td:first-child {
    text-align: left !important;
}

.stackImpView .stackview-table tr.stackview-table-total {
    background-color: #EDEDED !important;
}

.stackImpView .stackview-table tr.stackview-table-total td {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #4A4A4A;
}

.stackImpView .stackview-table tr td {
    font-size: 11px;
    line-height: 13px;
    color: #4A4A4A;
}

.stackImpView .stackview-table-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.stackImpView .stackview-table-mobile-body .stackview-table-mobile-row:nth-child(odd) {
    background-color: #F8F8F8;
}

.stackImpView .stackview-table-mobile-row {
    min-height: 40px;
    font-weight: 500;
    font-size: 13px !important;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    color: #4A4A4A;
    /* Gray 1 */
}

.stackImpView .stackview-table-mobile-row .stackview-table-mobile-right {
    font-weight: 400;
}

.stackImpView .stackview-table-mobile-total .stackview-table-mobile-row:nth-child(odd) {
    background-color: #EDEDED;
}

.stackImpView .stackview-table-mobile-total .stackview-table-mobile-row:nth-child(even) {
    background-color: #F8F8F8;
}

@media only screen and (max-width: 767px) {
    .stackImpView .stack-weekly-table-desktop {
        display: none;
    }
}

.stackImpView .stack-weekly-table-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .stackImpView .stack-weekly-table-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.stackImpView .stackview-footer-price .special-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FE2B00;
}

.stackImpView .stackview-footer-price .line {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.stackImpView .stackview-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.stackImpView .stackview-footer .special-title {
    margin-bottom: 10px;
    text-align: right;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.stackImpView .stackview-footer-price {
    margin-left: auto;
}

.stackImpView .stackview-footer-price .stackview-price {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 23px;
}

.stackImpView .stackview-footer-price .stack-item-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stackImpView .stackview-footer-price .stack-item-add .amt {
    margin-right: 20px;
}

.stackImpView .stackview-footer-price .stack-item-add small {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    color: #212121;
}

.stackImpView .stackview-footer-price .add_in_cart {
    margin-left: auto;
}

.stackImpView .stackview-footer-price .add_in_cart input[type=submit] {
    padding: 12px 30px !important;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 23px !important;
}

.item-stack {
    margin-bottom: 60px;
}

.item-stack .name {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

.item-stack .item-product {
    height: unset !important;
}

.item-stack .stack-image {
    position: relative;
    border: 1px solid rgba(189, 189, 189, 0.2);
}

.item-stack .stack-image .iconholder {
    left: 0;
    top: 0;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.item-stack .stack-image .iconholder span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 9px 40px 10px 20px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
}

.item-stack .item-stack-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px;
}

.item-stack .item-stack-info b {
    max-width: 150px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FE2B00;
    display: block;
    margin-right: 20px;
}

.item-stack .item-stack-info span {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #4A4A4A;
    text-align: right;
    display: block;
}

.item-stack .item-stack-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-stack .item-stack-bottom .special-price {
    position: unset;
    top: unset;
    display: block;
    line-height: 21px;
}

.item-stack .item-stack-bottom .addtocart .line {
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.item-stack .item-stack-bottom .addtocart .line .amt button {
    height: 26px;
}

.item-stack .item-stack-bottom .addtocart .line .amt input {
    width: 26px;
    height: 26px;
}

@media only screen and (max-width: 767px) {
    .item-stack {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 430px) {
    .item-stack .item-stack-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .item-stack .item-stack-info span {
        text-align: left;
        line-height: 25px;
    }
}

.stackview-slider {
    margin-top: 50px;
    max-width: 980px;
}

@media only screen and (min-width: 577px) {
    .stackview-slider .item-stack {
        padding-right: 20px !important;
    }

    .stackview-slider .item-stack .item-stack-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .stackview-slider .item-stack .item-stack-info span {
        text-align: left;
        line-height: 25px;
    }
}

.stackview-slider .item-stack .item-stack-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.stackview-slider .item-stack .item-stack-bottom .special-price {
    margin-bottom: 15px;
}

