
/**
Section named as xs
 */
/**
## Typography
styles for default html tag s and similar classes
*/
/** tpg_tags xs */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


article {
    font-size: 16px;
    line-height: 30px;
}

article ul, article ol {
    list-style: none;
    padding-left: 0;
}

article ul li, article ol li {
    padding-left: 25px;
    font-weight: 600;
    font-style: italic;
}

article ul li:before, article ol li:before {
    content: '';
    display: block;
    margin-left: -25px;
    margin-right: 8px;
    width: 17px;
    height: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ff5d00;
    vertical-align: middle;
    float: left;
    margin-top: 0.85em;
}

article ul + h1,
article ul + h2,
article ul + h3,
article ul + h4,
article ul + h5,
article ul + h6 {
    padding-top: 0.2em;
}

article ol + h1,
article ol + h2,
article ol + h3,
article ol + h4,
article ol + h5,
article ol + h6 {
    padding-top: 0.2em;
}

article dl + h1,
article dl + h2,
article dl + h3,
article dl + h4,
article dl + h5,
article dl + h6 {
    padding-top: 0.2em;
}

article p + h1,
article p + h2,
article p + h3,
article p + h4,
article p + h5,
article p + h6 {
    padding-top: 0.2em;
}

article table + h1,
article table + h2,
article table + h3,
article table + h4,
article table + h5,
article table + h6 {
    padding-top: 0.2em;
}

article img {
    max-width: 100%;
}

a {
    
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.contacttable tbody td, tbody th, tbody tr:last-child td, tbody td:first-child {
    border: none;
}
.contacttable tbody td:last-child{border: none;}

.contacttable table td, table th {
    border: none;
}

/** tpg_texts xs */
.link-categories {
    position: relative;
    background-color: #ff5d00;
    color: #fff;
    padding: 0 10px 0 38px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    max-width: 204px;
    position: relative;
    height: 50px;
    float: left;
    z-index: 1;
    display: inline-block;
    line-height: 50px;
}

/**
## helpers
*/
.hide-xs {
    display: none !important;
}

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

.clearfix:after {
    clear: both;
}

/** _hlp_block-centered xs */
.block-centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/**
## common
universal classes what can be used every where on site
*/
/*
    structure
    styles for main page construction
*/
/** str_example xs */
.sidebar {
    overflow: hidden;
}

.sidebar .advantage {
    padding: 40px 0 0;
}

.sidebar .advantage .site {
    padding: 0;
}

.sidebar .advantage-container {
    margin: 0;
}

.sidebar .review .review-item {
    float: none;
    width: 100%;
    text-align: left;
}

/** .col */
.col {
    float: left;
    box-sizing: border-box;
}

.col-1 {
    width: 8.33333%;
}

.col-2 {
    width: 16.66667%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66667%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33333%;
}

.col-8 {
    width: 66.66667%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33333%;
}

.col-11 {
    width: 91.66667%;
}

.col-12 {
    width: 100%;
}

/** .col-flex */
.col-flex {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    box-sizing: border-box;
}

.col-flex.clearfix:before,
.col-flex.clearfix:after {
    display: none;
}

.col-flex-order-1 {
    order: 1;
}

.col-flex-order-2 {
    order: 2;
}

.col-flex-order-3 {
    order: 3;
}

.col-flex-order-4 {
    order: 4;
}

.col-flex-order-5 {
    order: 5;
}

.col-flex-order-6 {
    order: 6;
}

.col-flex-order-7 {
    order: 7;
}

.col-flex-order-8 {
    order: 8;
}

.col-flex-order-9 {
    order: 9;
}

.col-flex-order-10 {
    order: 10;
}

/** _str_base xs */
.site {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.bg-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    display: none;
}

.bg-overlay.active {
    display: block;
}

/** _str_site-header xs */
.site-header {
    font-size: 14px;
    color: #fff;
    background-color: #372673;
    position: relative;
    z-index: 100;
}

.site-header .sided-right-xs {
    float: right;
}

.site-header .top-line {
    background-color: #efedef;
    z-index: 100;
}

.site-header .top-line.active {
    left: 0;
}

.site-header .top-line > .site {
    position: relative;
}

.site-header .top-line .block-switchers form {
    margin-bottom: -1px;
}

.site-header .top-line .block-switchers select {
    background-color: #4142a5;
    color: #fff;
}

.site-header .top-line .block-switchers .sexy-select {
    border: 1px solid #6d6ec8;
}

.site-header .top-line .block-switchers .sexy-select .title {
    padding: 0 28px 0 16px;
}

.site-header .top-line .block-switchers .sexy-select:after {
    border-top-color: #6d6ec8;
}

.site-header .top-line .block-smart-cart {
    background-color: #ff5d00;
    padding: 15px;
    margin: 0 -15px;
}

.site-header .top-line .block-smart-cart .icon-cart:before {
    margin-top: -7px;
    margin-bottom: -7px;
}

.site-header .top-line .block-smart-cart .btn-checkout {
    display: block;
    text-align: center;
    font-size: 16px !important;
    margin: 10px 0;
    background-color: #ff5d00;
    color: #fff !important;
}

.site-header .top-line .icon-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

/** _str_site-footer xs */
.site-footer {
    padding-bottom: 1px;
    line-height: 24px;
    background-color: #4142a5;
    color: #9999d1;
    position: relative;
    z-index: 2;
}

.site-footer .top-line {
    background-color: #d7dce0;
    text-align: center;
    padding: 10px 0;
}

.site-footer .section-main {
    background-color: #372673;
    color: #bcb2e0;
    padding: 15px 0;
}

.site-footer a {
    color: #e1dfe7;
    text-decoration: none;
}

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

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    color: #bcb2e0;
}

.site-footer .col-item {
    margin-bottom: 30px;
}

.site-footer .col-item .js-dropbox:before {
    content: '+';
    display: block;
    float: right;
    font-size: 28px;
    line-height: 1em;
    color: #ff5d00;
}

.site-footer .col-item .js-dropbox.active:before {
    content: '-';
}

/** _str_site-content xs */
.site-content {
    background-color: #fff;
}

.site-content .content-wrap {
    position: relative;
    z-index: 2;
}

.site-content .site {
    padding: 15px;
}

/** _type_base xs */
.page-title-line .breadcrumbs {
    padding-bottom: 0.6em;
}

/*
    buttons
*/
/** btn xs */
input[type="submit"], input[type="button"], input[type="color"], input[type="reset"], button, .btn, .btn-small, input.btn-small, input.btn {
    display: inline-block;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ff5d00;
    padding: 10px 8px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #ff5d00 !important;
    font: 600 14px/0.58333em "robotoregular", sans-serif !important;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="color"]:hover, input[type="reset"]:hover, button:hover, .btn:hover, .btn-small:hover {
    background-color: #ff5d00;
    text-decoration: none !important;
    color: #fff !important;
}

.btn-small, input.btn-small {
    min-width: 0;
    padding: 11px 16px 10px;
}

input[type="color"] {
    width: 50px;
}

.btn-menu {
    border: 0;
}

.btn-menu:hover {
    background: 0;
}

.btn-itemed {
    position: relative;
    padding-right: 20px;
    padding-left: 0;
}

.btn-itemed .items {
    display: block;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 3px;
    background-color: #ff5d00;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 17px;
    min-width: 20px;
    text-align: center;
    font-weight: 600;
}

/*
    lists
*/
.no-list, .list-line, .list-linef, .nav-footer ul, .nav-top-line ul, .nav-categories ul, .breadcrumbs, .we-accept, .list-news {
    list-style: none;
    padding: 0;
    margin: 0;
}

/** list-bonuses xs */
.list-bonuses-container {
    margin-top: 40px;
}

.list-bonuses-container h2 {
    
}

.list-bonuses {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-bonuses-item {
    position: relative;
    padding-left: 25px;
}

.list-bonuses-item:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 4px;
    background: #d7dce0;
    position: absolute;
    left: 2px;
    top: 12px;
    border-radius: 2px;
}

.list-bonuses-item.active:before {
    background-color: #2caee2;
}

/** list-product xs */
.list-product {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.no-list > li {
    display: block;
}

.list-line > li {
    display: inline-block;
}

.list-linef > li {
    display: block;
    float: left;
}

/** _nav-footer xs */
.nav-footer ul li {
    padding-left: 15px;
}

.nav-footer ul li:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #ff5d00;
    margin-left: -15px;
    margin-right: 8px;
    margin-top: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}

/** _nav-top-line xs */
.nav-top-line {
    padding: 30px 0;
}

.nav-top-line ul li:before {
    width: 9px;
    height: 10px;
    background-position: -326px -52px;
}

.nav-top-line a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding: 4px 0;
}

/** _nav-categories xs */
.nav-categories {
    background-color: #efedef;
    visibility: hidden;
    height: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.5s linear;
}

.nav-categories > .site > ul {
    padding: 33px 0;
}

.nav-categories .icon-close {
    cursor: pointer;
}

.nav-categories .submenu {
    display: none;
}

.categories-list-item.active .cat_prod_menu {
    /*display: block;*/
}

.nav-categories.active {
    display: block;
    visibility: visible;
    border-top: 3px solid #ff5d00;
    border-bottom: 1px solid #d7dce0;
    /*height: auto;*/
}

.nav-categories .site {
    padding: 0 30px;
}

.nav-categories a:hover,
.nav-categories .selected,
.nav-categories .selected > a {
    color: #ff5d00;
}

.categories-list ul {
    padding-left: 15px;
}

.categories-list .selected ul {
    font-weight: normal;
}

.nav-categories a {
    text-decoration: none;
    color: #333;
    display: block;
    margin-left: -19px;
    line-height: 18px;
    padding: 5px 0 5px 22px;
}

.nav-categories .active > a {
    font-weight: 700;
}

.nav-categories .submenu a {
    color: #777777;
}

.nav-categories .submenu a:hover {
    color: #ff5d00;
}

.nav-categories .selected {
    font-weight: 600;
}

.nav-categories .icon:before {
    float: left;
    margin-top: 10px;
    margin-left: -16px;
}

.nav-categories .icon-close {
    margin: 0;
    right: 15px;
    top: 15px;
    position: absolute;
}

.nav-categories .icon-close:before {
    margin: 0;
}

/** _lists_breadcrumbs xs */
.breadcrumbs {
    font-size: 14px;
    text-transform: capitalize;
}

.breadcrumbs a {
    text-decoration: none;
    color: #ff5d00;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs li + li:before {
    content: '\2192';
    display: inline-block;
    padding-left: 0.15em;
    color: #a6a6a6;
}

.breadcrumbs li:last-child {
    color: #aaaac1;
}

.breadcrumbs li:last-child a {
    color: #aaaac1;
}

/** _lists_we-accept xs */
.we-accept li {
    display: inline-block;
}

/** _lists_shared xs */
.sharethis-inline-share-buttons {
    padding-top: 4px;
    text-align: center !important;
}

.sharethis-inline-share-buttons#st-1 .st-btn {
    display: inline-block;
    padding: 0 2px;
    height: 20px;
    line-height: 20px;
}

.sharethis-inline-share-buttons#st-1 .st-btn > svg {
    top: 2px;
}

/** _list-news xs */
.list-news li {
    padding: 15px 0;
    line-height: 1.5em;
}

.list-news li:nth-child(even) {
    background-color: #f5f5fc;
    padding: 15px;
}

.list-news li:before {
    display: none;
}

.list-news a {
    display: block;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.list-news a:hover {
    text-decoration: none;
    color: #9999d1;
}

/** list-search-by-letter xs */
.list-search-by-letter {
    display: none;
}

/*
    blocks
*/
/** blocks_also-bought xs */

.video-bg {

    display: none;
}

.also-bought {
    margin-top: 40px;
}

.also-bought .product-short {
    border: 1px solid #d7dce0;
}

/** blocks_product-preview xs */
.product-preview .preview-img {
    text-align: center;
}

.product-preview .preview-img img {
    max-width: 74px;
    display: inline-block;
    vertical-align: middle;
}

.product-preview .preview-img img:first-child {
    margin-right: 30px;
}

/** blocks_review xs */
.review {
    padding: 15px 0;
}

.review-item {
    font-size: 24px;
    min-height: 58px;
    padding: 5px 0 5px 15px;
    margin-bottom: 5px;

}

.review-item strong {
    font-weight: 400;
}

.review-item a {
    display: block;
    color: #333;
    line-height: 68px;
}

.review-item a:hover {
    text-decoration: none;
    color: #ff5d00;
}

.review-item a:hover span {
    text-decoration: underline;
}

.review-item .icon,
.review-item span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.25em;
}

.review-item .icon {
    width: 55px;
    float: left;
    margin-right: -80px;

}

.review-item span {
    padding-left: 83px;
    margin-top: -4px;
}

.review-item .icon:before {
    margin: 0;
}

.review-item .icon.icon-live-support-mob:before {
    margin-top: 15px;
}

.review-item .icon.icon-testimonials-mob:before {
    margin-top: 19px;
}

.review-item .icon.icon-bonuses-mob:before {
    margin-top: 8px;
}

/** blocks_benefits xs */
.benefits {
    background-color: #fff;
}

.benefits .product-short,
.categoryListWrap .product-short {
    border: 1px solid #d7dce0;
}

/** blocks_bestsellers xs */
.bestsellers {
    background: #4142a5;
}

.bestsellers h2 {
    color: #fff;
    font-size: 30px;
}

/** blocks_product-short xs */
.product-short {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px 0 0;
    position: relative;
}

.product-short .product-img {
    padding-top: 12px;
    height: 80px;
}

.product-short .product-img img {
    display: inline-block;
    max-width: 80px;
}

.product-short .product-short-info {
    text-align: left;
}

.product-short .product-name {
    font-size: 24px;
    margin-bottom: 18px;
    position: relative;
    min-height: 28px;
}

.product-short .product-name a {
    color: #333;
    text-decoration: none;
    line-height: 24px;
    display: block;
    background: #fff;
    padding-bottom: 5px;
}

.product-short .product-name:before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #d7dce0;
    position: absolute;
    bottom: -7px;
    /* left: 50%;
        margin-left: -35px;*/
}

.product-short .product-descr {
    font-size: 14px;
    line-height: 20px;
    /*height: 116px;*/
    max-height: 100px;
    padding-right: 5px;
    overflow: hidden;
}

.product-short .purchase .btn-add, .product-short .purchase .btn-add span, .product-short .icon-cart {
    display: inline-block;
    vertical-align: middle;
}

.product-short .purchase {
    display: table;
    width: 100%;
    padding: 10px;
    max-height: 50px;
    overflow: hidden;
}

.product-short .purchase-container {
    display: table-row;
    text-align: center;
}

.product-short .purchase .price,
.product-short .purchase .add-prod {
    display: table-cell;
    line-height: 18px;
    vertical-align: middle;
}

.product-short .purchase .add-prod2 {
    width: 52px;
}
.product-short .purchase .add-prod {
    text-align: right;
}

.product-short .purchase .price {
    font-size: 20px;
    font-family: "robotobold", sans-serif;
}

.product-short .purchase .btn-add {
    color: #ff5d00;
    cursor: pointer;
    display: inline-block;
    max-height: 50px;
    /*overflow: hidden;*/
    white-space: nowrap;
    width: 100%;
}

.product-short .purchase .btn-add span {
    /*max-width: 114px;*/
    /*word-wrap: break-word;*/
    white-space: normal;
    line-height: 16px;
}
.fr .product-short .purchase .btn-add span{
    font-size: 15px;
}

.product-short .purchase .btn-add:hover .icon-cart {
    background: #ff5d00;
}

.product-short .purchase .btn-add:hover .icon-cart:before {
    width: 25px;
    height: 24px;
    background-position: -152px -201px;
}

.product-short .purchase .btn-add:hover span {
    text-decoration: underline;
}

.product-short .purchase .price span {
    display: inline-block;
    max-width: 84px;
}

.product-short .icon-cart {
    width: 44px;
    height: 44px;
    border: 1px solid #ff5d00;
    position: relative;
    margin-left: 7px;
    /*margin-right: 10px;*/
    box-shadow: 2px 4px 6px rgba(255, 93, 0, 0.21);
}

.product-short .icon-cart:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/** blocks_short-info xs */
.short-info {
    background: url('../img/fixed-bg.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 15px;
}

.short-info .short-info-item {
    position: relative;
    text-align: center;
    margin-bottom: 17px;
}
.short-info .short-info-item strong{
    font-weight: 400;
}

.short-info .short-info-item .num {
    display: inline-block;
    vertical-align: middle;
    font-size: 48px;
    font-family: "robotobold", sans-serif;
    color: #ff5d00;
    margin: 0;
}

.short-info .short-info-item .num + p {
    width: 60%;
    margin: 12px auto;
    line-height: 26px;
}

.de .short-info .short-info-item .num + p,
.fr .short-info .short-info-item .num + p {
    width: 71%;
}

/** blocks_video-bg xs */

/** blocks_advantage xs */
.advantage {
    background-color: #fff;
}

/** blocks_advantage-item xs */
.advantage {
    padding-top: 40px;
}

.advantage-item-container {
    margin-bottom: 45px;
}

.advantage-item {
    position: relative;
    padding-left: 8px;
}

.advantage-item p {
    clear: both;
    line-height: 24px;
    margin: 0;
}

.advantage-item h2 {
    color: #333;
    padding-left: 56px;
    margin: 0;
}

.advantage-item i {
    margin-right: -56px;
}

.advantage-item i:before {
    margin-right: 0;
}

.advantage-item i, .advantage-item h2 {
    display: inline-block;
    vertical-align: middle;
}

/** _block-switchers xs */
.block-switchers form {
    margin-bottom: 9px;
    margin-right: 68px;
}

.block-switchers .sexy-select {
    display: block;
    text-align: left;
}

/** _blocks_logo xs */
.logo {
    display: block;
}

.logo img {
    display: block;
    width: 100%;
    max-width: 298px;
    margin: 0 auto;
}

/** _block-smart-cart xs */
.block-smart-cart .body {
    margin-left: 80px;
}

.block-smart-cart .name, .block-smart-cart .desc, .block-smart-cart .price {
    line-height: 1.5;
}

.block-smart-cart .total .items, .block-smart-cart .total .price {
    display: inline-block;
}

.block-smart-cart .total .price {
    font-weight: 600;
}

.block-smart-cart .name {
    font-size: 16px;
    font-family: "robotobold", sans-serif;
    font-weight: 600;
    margin-top: -3px;
    margin-right: 20px;
}

.block-smart-cart .list-ordered-products > .content {
    /*display: none; */
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s;
    -moz-transition: opacity .35s;
    -ms-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s;
}

.block-smart-cart .list-ordered-products.active > .content {
    /*display: block; */
    opacity: 1;
    height: auto;
}

.block-smart-cart .list-ordered-products img {
    width: 100%;
    display: block;
}

.block-smart-cart .list-ordered-products .btn-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff !important;
    border: none;
    display: block;
    width: 6px;
    height: 6px;
    padding: 8px;
    line-height: 18px;
    background-color: #fff;
}

.block-smart-cart .list-ordered-products .btn-remove:after {
    content: '\d7';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    background-color: #3a3b96;
    border-radius: 100%;
}

.block-smart-cart .list-ordered-products .btn-remove:hover:after {
    box-shadow: 0 0 5px #3a3b96;
}

.block-smart-cart .list-ordered-products .btn-checkout:hover {
    background-color: #ff7d33;
}

.block-smart-cart .list-ordered-products .amount {
    float: right;
    font-size: 18px;
    font-family: "robotobold", sans-serif;
}

.block-smart-cart .list-ordered-products .price {
    margin-left: 0;
}

.block-smart-cart .view {
    width: 75px;
    float: left;
    background-color: transparent;
    height: auto;
    padding: 3px;
    display: block;
}

.block-smart-cart .block-smart-cart-item {
    background-color: #fff;
    padding: 5px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    color: #333;
}

.block-smart-cart .icon-cart {
    cursor: pointer;
    margin-bottom: 8px;
}

.block-smart-cart .icon-cart .price {
    float: right;
    margin-top: 7px;
    font-size: 18px;
    line-height: 16px;
    margin-left: 10px;
}

/** _blocks_icon xs */
.nav-top-line ul li:before, .icon:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-image: url("../img/sprites/sprite.png");
}

.fi .site-header .main-section .link-categories:before,
.fr .site-header .main-section .link-categories:before,
.de .site-header .main-section .link-categories:before,
.it .site-header .main-section .link-categories:before,
.es .site-header .main-section .link-categories:before,
.pt .site-header .main-section .link-categories:before,
.no .site-header .main-section .link-categories:before,
.nl .site-header .main-section .link-categories:before {
    margin-right: 2px;
}

.icon-phone:before {
    width: 17px;
    height: 17px;
    background-position: -314px -240px;
    margin-top: -5px;
}

.icon-bagrain-prices:before {
    width: 79px;
    height: 68px;
    background-position: 0px 0px;
    margin-top: -5px;
}

.icon-secure:before {
    width: 58px;
    height: 70px;
    background-position: 0px -201px;
    margin-top: -5px;
}

.icon-worldwide-shipping:before {
    width: 61px;
    height: 70px;
    background-position: -227px -70px;
    margin-top: -5px;
}

.icon-guarantee:before {
    width: 64px;
    height: 70px;
    background-position: -227px 0px;
    margin-top: -5px;
}

.icon-support:before {
    width: 70px;
    height: 70px;
    background-position: 0px -68px;
    margin-top: -5px;
}

.icon-languages:before {
    width: 70px;
    height: 70px;
    background-position: -70px -68px;
    margin-top: -5px;
}

.icon-live-support:before {
    width: 72px;
    height: 63px;
    background-position: 0px -138px;
    margin-top: -5px;
}

.icon-testimonials-mob:before {
    width: 54px;
    height: 46px;
    background-position: -72px -138px;
}

.icon-bonuses-mob:before {
    width: 48px;
    height: 48px;
    background-position: -104px -201px;
}

.icon-live-support-mob:before {
    width: 50px;
    height: 44px;
    background-position: -126px -138px;
}

.icon-bargain-prices-mob:before {
    width: 59px;
    height: 51px;
    background-position: -227px -140px;
    margin-top: -5px;
}

.icon-secure-mob:before {
    width: 44px;
    height: 52px;
    background-position: -291px 0px;
    margin-top: -5px;
}

.icon-worldwide-shipping-mob:before {
    width: 46px;
    height: 52px;
    background-position: -58px -201px;
    margin-top: -5px;
}

.icon-countries:before {
    width: 70px;
    height: 70px;
    background-position: -157px 0px;
    margin-top: -5px;
}

.icon-more:before {
    width: 9px;
    height: 10px;
    background-position: -326px -52px;
}

.icon-cart:before {
    width: 25px;
    height: 24px;
    background-position: -202px -138px;
}

.icon-categories:before {
    width: 30px;
    height: 30px;
    background-position: -291px -151px;
    margin-bottom: -5px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -15px;
}

.icon-categories span {
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    line-height: 1.3em;
    display: inline-block;
}

.de .icon-categories span {
    font-size: 13px;
}

.icon-categories.active:before {
    width: 30px;
    height: 30px;
    background-position: -291px -181px;
}

.icon-close:before {
    width: 14px;
    height: 14px;
    background-position: -321px -151px;
}

.icon-burger span {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 11px;
    width: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-burger span:last-child {
    margin-bottom: 0;
}

/** _blocks_contacts xs */
.contacts .title,
.contacts .img,
.contacts img {
    display: inline-block;
    vertical-align: middle;
}

.contacts .title {
    color: #8c8cce;
}

/** _blocks_copy xs */
.copy {
    font-size: 14px;
    line-height: 18px;
    color: #9999d1;
}

.copy a {
    text-decoration: none;
    color: #9999d1;
}

.copy a:hover {
    text-decoration: underline;
}

/** blocks_testimonials xs */
.testimonials div {
    border: 1px solid #d7dce0;
    margin-bottom: 15px;
    padding: 5px 15px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
}

.testimonials .test-author,
.testimonials span {
    font-size: 16px;
    color: #4142a5;
    font-family: "robotobold", sans-serif;
}

/** blocks_account-us xs */
.page-track p {
    font-size: 14px;
    line-height: 1.5;
}

.page-track input {
    width: 100%;
    height: 30px;
    padding: 0 5px;
    box-sizing: border-box;
}

.page-track input[name="vcode"] {
    width: 50%;
    margin-right: 5px;
}

.page-track input[type="submit"] {
    width: auto;
    padding: 10px;
    height: inherit;
    min-width: 200px;
}

.page-track td {
    text-align: left;
    padding: 10px;
    border-top: none;

}

.page-track td:last-child,
.page-track tr:last-child td,
.page-track tbody td:last-child,
.page-track tbody tr:last-child td {
    border: 0;
}

.page-track td:last-child {
    border-right: none;
}

.page-track tr:last-child td {
    border-bottom: none;
}

.page-track td a {
    white-space: nowrap;
}

.page-track td img {
    display: inline-block;
    vertical-align: middle;
}

.page-track th {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    border:none;
}

.page-track tbody tr {
    border: none;
}

.page-track tbody tr:last-child {
    border-bottom: none;
}

.page-track tfoot tr {
    border: none;
}

.page-track tfoot th:last-child {
    padding: 0 10px;
}

/** _blocks_article-new xs */
.article-new header {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #aaaac1;
}

.article-new .date {
    margin: 0;
    font-style: italic;
    color: #8c8cce;
    font-size: 13px;
    margin-bottom: -5px;
}

.article-new section {
    padding-top: 1.5em;
    margin-top: 1.5em;
    border-top: 1px solid #bcb2e0;
}

/*
    forms
*/
input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="search"], input[type="password"], input[type="time"], input[type="date"], input[type="datetime"], input[type="datetime-local"], select, .page-contact input, .page-subscribe input, .page-coupon input {
    height: 30px;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="search"], input[type="password"], input[type="time"], input[type="date"], input[type="datetime"], input[type="datetime-local"], select, textarea, .page-contact input, .page-subscribe input, .page-coupon input {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d7dce0;
    display: inline-block;
    padding: 5px 10px;
    outline: none;
    color: #333;
}

input[name="vcode"] {
    width: 50%;
    margin-right: 5px;
    float: left;
}

img.vcode {
    vertical-align: top;
    margin-right: 5px;
    display: block;
}

tr.vcode ~ a {
    font-size: 11px;
}

/** forms xs */
fieldset {
    border: 1px solid #d7dce0;
    padding: 10px 15px;
}

legend {
    padding: 0 10px;
}

textarea {
    resize: none;
}

.custom-radio {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
}

.custom-radio label {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d7dce0;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #d7dce0;
}

.custom-radio label:after {
    content: '';
    display: none;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 3px;
    left: 3px;
    background-color: #2caee2;
    border-radius: 100%;
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio input[type="radio"]:checked ~ label {
    background-color: #fff;
}

.custom-radio input[type="radio"]:checked ~ label:after {
    display: block;
}

/** form-search xs */
.form-search {
    background-color: #4142a5;
}

.close-search {
    display: none;
}

.form-search form {
    position: relative;
    padding: 10px 15px;
}

.form-search input[type="search"] {
    background-color: transparent;
    height: 47px;
    background-color: #373893;
    border: none;
    color: #fff !important;
    padding-right: 50px;
}

.form-search input[type="submit"] {
    background-image: url(../img/sprites/sprite.png);
    background-position: -314px -211px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 22px;
    border: none;
    margin-top: -10px;
}

.form-search input[type="submit"]:hover {
    background-color: transparent;
}

/** _forms_sexy-select xs */
.sexy-select {
    position: relative;
}

.sexy-select:after {
    content: '';
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top: 5px solid #333;
    z-index: 1;
    top: 50%;
    right: 0;
    padding: 0;
    margin-top: -2px;
    margin-right: 10px;
}

.sexy-select .title {
    position: relative;
    z-index: 1;
    padding: 9px 28px 7px 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sexy-select select {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    border: 0;
    height: 100% !important;
    width: 100% !important;
}

.free_pills tbody th {
    border-top: 1px solid #d7dce0;
    border-left: 1px solid #d7dce0;
    border-right: 1px solid #d7dce0;
    text-align: center;
}

.free_pills tbody td {
    border-left: 1px solid #d7dce0;
    text-align: left;
}

.free_pills tbody th img {
    vertical-align: middle;
}

.free_pills,
.free_pills tbody,
.free_pills tr,
.free_pills th,
.free_pills td {
    display: block;
}

.page-contact th,
.page-coupon th,
.page-subscribe th {
    font-size: 12px;
    padding: 16px 0 0 10px;
    line-height: 16px;
    vertical-align: top;
}

.page-contact input[type="submit"],
.page-coupon input[type="submit"],
.page-subscribe input[type="submit"] {
    width: inherit;
}

.page-coupon input[type="submit"],
.page-subscribe input[type="submit"] {
    line-height: 18px;
}

.page-contact tr:last-child td,
.page-coupon tr:last-child td,
.page-subscribe tr:last-child td {
    border-bottom: none;
}

.page-contact td,
.page-coupon td,
.page-subscribe td {
    border-top: none;
    text-align: left;
}

.page-contact td:last-child,
.page-coupon td:last-child,
.page-subscribe td:last-child {
    border-right: none;
}

.page-contact td:first-child,
.page-coupon td:first-child,
.page-subscribe td:first-child {
    border-left: none;
}

.page-contact tfoot th {
    padding: 0 10px;
    text-align: right;
}

.page-subscribe tfoot th {
    text-align: right;
}

.page-subscribe tfoot input {
    float: left;
}

/** forms_shipping-method xs */
.forms_shipping-method table, .forms_shipping-method tbody, .forms_shipping-method tfoot, .forms_shipping-method tr, .forms_shipping-method th, .forms_shipping-method td {
    display: block;
}

.forms_shipping-method > table tbody tr {
    border: 1px solid #d7dce0;
    border-bottom: none;
}

.forms_shipping-method > table tbody tr:last-child {
    border-bottom: 1px solid #d7dce0;
}

.forms_shipping-method > table tbody tr:last-child td {
    border-bottom: none;
}

.forms_shipping-method > table tbody td {
    border: none;
}

.forms_shipping-method > table tbody td:first-child {
    border-left: none;
}

.forms_shipping-method > table tbody td:last-child {
    border: none;
}

.forms_shipping-method > table th {
    padding: 9px 7px;
    line-height: 12px;
}

.forms_shipping-method > table td {
    padding: 0;
    line-height: 16px;
    text-align: left;
}

.forms_shipping-method > table td:first-child {
    margin-bottom: 5px;
}

.forms_shipping-method > table td:last-child {
    font-family: "robotobold", sans-serif;
}

.forms_shipping-method > table tbody tr {
    position: relative;
    padding: 15px 15px 15px 48px;
}

.forms_shipping-method .custom-radio {
    position: absolute;
    top: 13px;
    left: 10px;
}

.forms_shipping-method .line-total {
    font-size: 11px;
    padding-top: 14px;
    line-height: 12px;
    margin-bottom: 30px;
}

.forms_shipping-method .line-total img {
    display: block;
    margin-top: 3px;
}

.forms_shipping-method .total-sum {
    font-size: 20px;
    float: right;
    margin-top: 15px;
    line-height: 24px;
}

.forms_shipping-method .total-sum span {
    font-family: "robotobold", sans-serif;
    font-weight:bold;
}

.forms_shipping-method .line-btns button {
    height: 44px;
    line-height: 44px;
    width: 100%;
    float: left;
    padding: 0 12px;
    color: #94949d !important;
    border: 1px solid #94949d;
    box-shadow: 2px 4px 6px rgba(169, 169, 177, 0.21);
    margin-right: 10px;
    margin-bottom: 10px;
}

.forms_shipping-method .line-btns button:last-child {
    margin-right: 0;
}

.forms_shipping-method .line-btns button span {
    line-height: 1.25em;
}

.forms_shipping-method .line-btns button:hover {
    background-color: #fff;
    box-shadow: none;
}

.forms_shipping-method .line-btns button i {
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/sprites/sprite.png);
    background-position: -176px -138px;
    width: 26px;
    height: 24px;
    margin-top: -6px;
    margin-right: 10px;
}

.forms_shipping-method .line-btns button:last-child {
    float: left;
    color: #ff5d00 !important;
    border: 1px solid #ff5d00;
    box-shadow: 2px 4px 6px rgba(255, 93, 0, 0.21);
    min-width:220px;
}

.forms_shipping-method .line-btns button:last-child:hover {
    box-shadow: none;
}

.forms_shipping-method .line-btns button:last-child i {
    background-image: url(../img/sprites/sprite.png);
    background-position: -202px -138px;
    width: 25px;
    height: 24px;
}

.forms_shipping-method .after-click {
    clear: both;
    padding-top: 10px;
}

.forms_shipping-method .after-click table,
.forms_shipping-method .after-click tr,
.forms_shipping-method .after-click td,
.forms_shipping-method .after-click th,
.forms_shipping-method .after-click tbody,
.forms_shipping-method .after-click thead,
.forms_shipping-method .after-click tfoot {
    font-weight: 400;
    display: block;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
}

.forms_shipping-method .after-click td {
    margin-bottom: 0.5em;
    line-height: 1.25em;
    text-align: left;
}

.forms_shipping-method .after-click td:first-child {
    font-size: 13px;
}

.forms_shipping-method .after-click td br {
    display: none;
}

/*
    tables
*/
/** tables xs */
th, td {
    padding: 10px;
    text-align: center;
}

th:first-child, td:first-child {
    text-align: left;
}

table {
    width: 100%;
    border-collapse:collapse;
    
}

tr {
    background-color: #fff;
}

th {
    font-weight:bold;
    border:none;
    font-size:1.314em;
    height:60px;
}

td {
    font-size: 16px;
    line-height: 1.5;
}

caption {
    text-align: center;
    margin-bottom: 5px;
}

tbody td {
    border-top: 1px solid #d7dce0;
}

tbody td:first-child {
    border-left: 1px solid #d7dce0;
}

tbody td:last-child {
    border-right: 1px solid #d7dce0;
}

tbody tr:last-child td {
    border-bottom: 1px solid #d7dce0;
}

/** tbl-products xs */
.tbl-products .per-pill, .tbl-products .savings {
    display: none;
}

.tbl-products {
    margin-bottom: 1.5em;
}

.tbl-products th {
    white-space: nowrap;
}

.tbl-products tbody td {
    padding: 20px 8px;
}

.tbl-products tbody tr:nth-child(even) {
    background-color: #f5f5fc;
}

.tbl-products tbody tr.checked {
    background-color: #fff4ed;
    border-color: #ff5d00;
}

.tbl-products tbody tr.checked + tr {
    border-top-color: #ff5d00;
}

.tbl-products tbody .savings {
    color: #ff5d00;
}

.tbl-products .per-pill {
    font-family: "robotobold", sans-serif;
}

.tbl-products .savings {
    font-family: "robotobold", sans-serif;
}

.tbl-products .order {
    white-space: nowrap;
    text-align: center;
}

.tbl-products .order a {
    display: inline-block;
    line-height: 56px;
    white-space: nowrap;
    height: 44px;
    width: 40px;
    padding-right: 4px;
    text-align: center;
    border: 1px solid #ff5d00;
    box-shadow: 2px 4px 6px rgba(255, 93, 0, 0.21);
}

.tbl-products .order a:hover {
    background-color: #ff5d00;
}

.tbl-products .order a:hover i {
    background-image: url(../img/sprites/sprite.png);
    background-position: -152px -201px;
    width: 25px;
    height: 24px;
}

.tbl-products .order a:hover span {
    color: #fff;
}

.tbl-products .order i {
    background-image: url(../img/sprites/sprite.png);
    background-position: -202px -138px;
    width: 25px;
    height: 24px;
    display: inline-block;
}

.tbl-products .order span {
    display: none;
    color: #ff5d00;
}

.tbl-products .price {
    white-space: nowrap;
    font-family: "robotobold", sans-serif;
}

.tbl-products .describe {
    display: block;
    color: #ff5d00;
    font-size: 12px;
    line-height: 12px;
    font-family: "robotoregular", sans-serif;
    white-space: normal;
}

.tbl-products .describe + .describe {
    margin-top: 5px;
}

.tbl-products .describe i {
    display: inline-block;
    margin-right: 3px;
    background-image: url(../img/sprites/sprite.png);
    background-position: -324px -118px;
    width: 11px;
    height: 11px;
}

.tbl-products .describe:empty {
    display: none;
}

/** tbl_shopping xs */
.tbl_shopping, .tbl_shopping thead, .tbl_shopping tr, .tbl_shopping td, .tbl_shopping tbody {
    display: block;
    border:none;
}

.tbl_shopping tr {
    position: relative;
    padding: 18px 10px 15px;
    overflow: hidden;
    border-bottom: none;
}

.tbl_shopping th {
    display: none;
    height: 12px;
    line-height: 1;
    padding: 0;
}

.tbl_shopping th:first-child {
    display: block;
}

.tbl_shopping td {
    padding: 0;
    text-align: left;
    line-height: 1;
}

.tbl_shopping tbody tr {
    border: 1px solid #d7dce0;
    border-bottom: none;
    padding-left: 45px;
}

.tbl_shopping tbody tr:last-child {
    border-bottom: 1px solid #d7dce0;
}

.tbl_shopping tbody tr:last-child td {
    border-bottom: none;
}

.tbl_shopping tbody tr:last-child td.qty {
    border-bottom: 1px solid #d7dce0;
}

.tbl_shopping tbody td {
    border-top: none;
}

.tbl_shopping tbody .product {
    min-height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-family: "robotobold", sans-serif;
    margin-bottom: 3px;
    padding-right: 30px;
}

.tbl_shopping tbody .product img {
    width: 30px;
    position: absolute;
    top: 15px;
    left: 10px;
    font-size: 9px;
    line-height: 1em;
    font-weight: 300;
    overflow: hidden;
}

.tbl_shopping tbody .package {
    margin-bottom: 8px;
    padding-right: 30px;
}

.tbl_shopping tbody .qty {
    margin-right: 12px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    border: 1px solid #d7dce0;
}

.tbl_shopping tbody .qty button {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    border: none;
    border-right: 1px solid #d7dce0;
    font-size: 18px;
    color: #333 !important;
}

.tbl_shopping tbody .qty button:hover {
    background-color: #ff5d00;
    color: #fff !important;
}

.tbl_shopping tbody .qty button.btn_tbl_shopping_decrement {
    left: auto;
    right: 0;
    border-left: 1px solid #d7dce0;
    border-right: none;
}

.tbl_shopping tbody .qty input[type="text"],
.tbl_shopping tbody .qty span {
    width: 44px;
    height: 24px;
    text-align: center;
    border: none;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

.tbl_shopping tbody .qty span {
    padding-top: 4px;
}

.tbl_shopping tbody .price {
    font-family: "robotobold", sans-serif;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    margin-right: 4px;
    white-space: nowrap;
}

.tbl_shopping tbody .subtotal {
    font-size: 12px;
    color: #ff5d00;
    padding-top: 6px;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.tbl_shopping tbody .remove button,
.tbl_shopping tbody .remove a {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    padding: 0;
    border: none;
    background-image: url(../img/sprites/sprite.png);
    background-position: -291px -211px;
    width: 23px;
    height: 29px;
}

.tbl_shopping tbody .remove button:hover,
.tbl_shopping tbody .remove a:hover {
    background-color: transparent;
    background-image: url(../img/sprites/sprite.png);
    background-position: -291px -240px;
    width: 23px;
    height: 29px;
}

.tbl_shopping tbody .upgrade {
    padding: 5px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 10px;
    line-height: 1.2em;
}

.tbl_shopping tbody .upgrade:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    top: 0;
    left: 5%;
    background-color: #d7dce0;
}

.tbl_shopping tbody .upgrade a {
    color: #ff5d00;
    text-decoration: none;
    position: relative;
    padding: 5px 5px 5px 15px;
    border: 1px solid #ff5d00;
    display: inline-block;
    text-align: left;
}

.tbl_shopping tbody .upgrade a:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 3px;
    width: 0;
    height: 0;
    background-color: transparent;
    border-bottom: 5px solid #ff5d00;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.tbl_shopping tbody .upgrade a:hover {
    text-decoration: underline;
}

.tbl_shopping tbody .upgrade-row {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
}

.tbl_shopping tbody .upgrade-row td {
    padding: 0 10px;
    border: 0;
    text-align: center;
}

.tbl_shopping td:first-child {
    border-left: none;
}

.tbl_shopping .bonus-row {
    background-color: #fff4ed;
}

/**
## elements
styles for different block s and elements on site
*/
/*
    other
*/
/** _page-category xs */
.categoryListWrap {
    background-color: #fff;
}

.categoryListWrap .bestsellers {
    background-color: #fff;
    margin-top: 0;
}

.categoryListWrap .bestsellers h2 {
    color: #333;
}

/** page-article xs */
.page-article * {
    padding-top: 0;
}

/**
## Media queries
mobile first structure
**/
@media only screen and (min-width: 500px) {
    /**
  Section named as sm
   */
    /**
  ## sm Typography
  styles for default html tag s and similar classes
  */
    /** tpg_tags sm */
    /** tpg_texts sm */
    /**
  ## sm helpers
  */
    .hide-sm {
        display: none !important;
    }

    /** _hlp_block-centered sm */
    /**
  ## sm common
  universal classes what can be used every where on site
  */
    /*
      sm structure
      styles for main page construction
  */
    /** str_col-left sm */
    /*.sidebar .advantage-item-container {
    float: none;
    clear: both;
    padding: 0;
    width: auto; }*/
    .sidebar .advantage-item-container:last-child {
        margin-bottom: 0;
    }

    .sidebar .advantage-item-container .advantage-item {
        padding: 0;
    }

    .sidebar .advantage-item-container i {
        position: relative;
        float: left;
        width: 89px;
    }

    .sidebar .advantage-item-container h2 {
        float: left;
        width: 60%;
    }

    .sidebar .advantage-item-container p {
        clear: both;
    }

    /** .col-sm */
    .col-sm {
        float: left;
        box-sizing: border-box;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    /** .col-flex-sm */
    .col-flex-sm {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        box-sizing: border-box;
    }

    .col-flex-sm.clearfix:before,
    .col-flex-sm.clearfix:after {
        display: none;
    }

    .col-flex-order-sm-1 {
        order: 1;
    }

    .col-flex-order-sm-2 {
        order: 2;
    }

    .col-flex-order-sm-3 {
        order: 3;
    }

    .col-flex-order-sm-4 {
        order: 4;
    }

    .col-flex-order-sm-5 {
        order: 5;
    }

    .col-flex-order-sm-6 {
        order: 6;
    }

    .col-flex-order-sm-7 {
        order: 7;
    }

    .col-flex-order-sm-8 {
        order: 8;
    }

    .col-flex-order-sm-9 {
        order: 9;
    }

    .col-flex-order-sm-10 {
        order: 10;
    }

    /** _str_base sm */
    /** _str_site-header sm */
    /** _str_site-footer sm */
    /** _str_site-content sm */
    /** _type_base sm */
    /*
      sm buttons
  */
    /** btn sm */
    /*
      sm lists
  */
    /** list-bonuses sm */
    /** list-product sm */
    /** _nav-footer sm */
    /** _nav-top-line sm */
    /** _nav-categories sm */
    .categories-list {

        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }

    /** _lists_breadcrumbs sm */
    /** _lists_we-accept sm */
    /** _lists_shared sm */
    /** _list-news sm */
    /*
      sm blocks
  */
    /** blocks_also-bought sm */
    /** blocks_product-preview sm */
    /** blocks_review sm */
    /** blocks_benefits sm */
    /** blocks_bestsellers sm */
    /** blocks_product-short sm */
    /** blocks_short-info sm */
    /** blocks_video-bg sm */
    /** blocks_advantage sm */
    /** blocks_advantage-item sm */
    /** _block-switchers sm */
    /** _blocks_logo sm */
    /** _block-smart-cart sm */
    /** _blocks_icon sm */
    /** _blocks_contacts sm */
    /** _blocks_copy sm */
    /** blocks_testimonials sm */
    /** blocks_account-us sm */
    /** _blocks_article-new sm */
    /*
      sm forms
  */
    /** forms sm */
    img.vcode {
        display: inline-block;
        width: 45%;
        max-width: 90px;
    }

    tr.vcode td {
        text-align: right;
    }

    /** form-search sm */
    /** _forms_sexy-select sm */
    /** forms_shipping-method sm */
    .forms_shipping-method .line-btns button:last-child {
        float: right;
    }

    .forms_shipping-method .after-click {
        overflow: hidden;
        max-width: 50%;
        padding-top: 0;
        clear: none;
    }

    /*
      sm tables
  */
    /** tables sm */
    /** tbl-products sm */
    /** tbl_shopping sm */
    .tbl_shopping tbody .upgrade {
        text-align: left;
        padding: 5px 15px;
    }

    .tbl_shopping tbody .upgrade a {
        font-size: 11px;
    }

    .tbl_shopping tbody .upgrade a::before {
        top: 10px;
        left: 4px;
    }

    .forms_shipping-method .line-btns button {
        width: auto;
    }

    /**
  ## sm elements
  styles for different block s and elements on site
  */
    /*
      sm other
  */
    /** _page-category sm */
}

@media only screen and (min-width: 768px) {

    /**
  Section named as md
   */
    /**
  ## md Typography
  styles for default html tag s and similar classes
  */
    /** tpg_tags md */
    /** tpg_texts md */
    /**
  ## md helpers
  */
    .hide-md {
        display: none !important;
    }

    /** _hlp_block-centered md */
    /**
  ## md common
  universal classes what can be used every where on site
  */
    /*
      md structure
      styles for main page construction
  */
    /** str_col-left md */
    /** .col-md */
    .col-md {
        float: left;
        box-sizing: border-box;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    /** .col-flex-md */
    .col-flex-md {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        box-sizing: border-box;
    }

    .col-flex-md.clearfix:before,
    .col-flex-md.clearfix:after {
        display: none;
    }

    .col-flex-order-md-1 {
        order: 1;
    }

    .col-flex-order-md-2 {
        order: 2;
    }

    .col-flex-order-md-3 {
        order: 3;
    }

    .col-flex-order-md-4 {
        order: 4;
    }

    .col-flex-order-md-5 {
        order: 5;
    }

    .col-flex-order-md-6 {
        order: 6;
    }

    .col-flex-order-md-7 {
        order: 7;
    }

    .col-flex-order-md-8 {
        order: 8;
    }

    .col-flex-order-md-9 {
        order: 9;
    }

    .col-flex-order-md-10 {
        order: 10;
    }

    /** _str_base md */
    /** _str_site-header md */
    .site-header .main-section .logo {
        float: left;
    }

    .site-header .main-section .form-search {
        width: auto;
        overflow: hidden;
        padding: 0 0 0 63px;
        background: 0;
        margin: -9px 0 -8px 310px;
    }

    .site-header .main-section .form-search form {
        padding: 0;
    }

    /** _str_site-footer md */
    .site-footer .top-line .we-accept {
        float: right;
    }

    .site-footer .top-line .sharethis-inline-share-buttons {
        /* float: left; */
    }

    .site-footer .col-item .js-dropbox:before {
        display: none;
    }

    /** _str_site-content md */
    /** _type_base md */
    .page-title-line {
        padding-bottom: 0.5em;
        border-bottom: 1px solid #eaeaef;
        margin-bottom: 1.2em;
    }

    .page-title-line .page-title {
        margin: 0;
    }

    .page-title-line .product-generic {
        padding-left: 2px;
    }

    .page-title-line .breadcrumbs {
        float: right;
    }

    /*
      md buttons
  */
    /** btn md */
    /*
      md lists
  */
    /** list-bonuses md */
    /** list-product md */
    .list-product {
        margin: 0 -15px;
    }

    .list-product .list-product-item {
        padding: 0 15px;
    }

    /** _nav-footer md */
    /** _nav-top-line md */
    /** _nav-categories md */
    .nav-categories .site {
        padding: 0 15px;
    }

    .categories-list {
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
        -moz-column-count: 3; /* Firefox */
        column-count: 3;
    }

    .nav-categories li:before {
        display: none;
    }

    .nav-categories li:hover:before {
        display: inline-block;
    }

    /** _lists_breadcrumbs md */
    /** _lists_we-accept md */
    /** _lists_shared md */
    .sharethis-inline-share-buttons {
        /* text-align: left; */
    }

    /** _list-news md */
    /*
      md blocks
  */
    /** blocks_also-bought md */
    .also-bought .list-product {
        margin: 0 -15px;
    }

    .also-bought .list-product-item {
        width: 33.3333%;
    }

    /** blocks_product-preview md */
    /** blocks_review md */
    .review {
        margin: 33px 0 8px;
        -ms-text-align-last: justify;
        -moz-text-align-last: justify;
        -webkit-text-align-last: justify;
        text-align-last: justify;
        text-align:justify;
    }
    .review:after {
		content: "";
		display: inline-block;
		height: 0px;
		line-height: 0px;
		overflow: hidden;
		width: 100%;
		margin-top: -9px;
		vertical-align: top;
		position: relative;
		z-index: 0;
    }

    .review-item {
        text-align: center;
        padding-left: 0;
        display: inline-block;
    }

    .video-bg {
        height: 300px;
        overflow: hidden;
        position: relative;
        display: block;
    }

    .video-bg video {
        display: block;
        width: 100%;
        max-width: 1920px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    /** blocks_benefits md */
    .benefits {
        padding-top: 35px;
    }

    .benefits .review-item a {
        text-align: left;
    }

    /** blocks_bestsellers md */
    .bestsellers {
        padding-top: 27px;
    }

    /** blocks_product-short md */
    .product-short {
        margin-bottom: 15px;
        height: 312px;
    }

    .product-short .purchase {
        padding: 0 10px;
        position: absolute;
        bottom: 20px;
        right: 0;
    }

    .product-short .product-short-info {
        text-align: center;
        padding: 0 15px;
        height: 130px;
        overflow: hidden;
    }

    .product-short .product-descr {
        height: 96px;
    }

    .product-short .product-name::before {
        left: 50%;
        margin-left: -35px;
    }

    .product-short .product-name a {
        max-height: 2.125em;
        overflow: hidden;
        width: 100%;
    }

    .product-short .product-name a span {
        display: block;
        background-color: #ffffff;
    }

    .product-short .product-name a:hover {
        overflow: visible;
    }

    .product-short .product-name a:hover span {
        box-shadow: 0 1px 12px 11px rgba(255, 255, 255, 1);
        position: relative;
        z-index: 2;
    }

    .free_pills {
        display: table;
    }

    .free_pills tbody {
        display: table-row-group;
    }

    .free_pills tr {
        display: table-row;
    }

    .free_pills tr:last-child th {
        border-bottom: 1px solid #d7dce0;
    }

    .free_pills td,
    .free_pills th {
        display: table-cell;
    }

    .free_pills tbody td {
        border-left: none;
    }

    /** blocks_short-info md */
    .short-info {
        padding-top: 40px;
    }

    .short-info .short-info-item {
        height: 177px;
    }

    .short-info .short-info-item i {
        display: block;
        margin-bottom: 20px;
    }

    /** blocks_video-bg md */
    /** blocks_advantage md */
    .advantage {
        padding: 90px 0 75px;
    }

    /** blocks_advantage-item md */
    .advantage-item {
        padding-left: 85px;
        padding-right: 30px;
    }

    .advantage-item h2{
        padding-left: 0;
    }

    .advantage-item i {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
    }

    /** _block-switchers md */
    /** _blocks_logo md */
    .logo img {
        margin: 0;
    }

    /** _block-smart-cart md */
    /** _blocks_icon md */
    .icon-bargain-prices-mob:before {
        width: 79px;
        height: 68px;
        background-position: 0px 0px;
        margin-top: -5px;
    }

    .icon-secure-mob:before {
        width: 58px;
        height: 70px;
        background-position: 0px -201px;
        margin-top: -5px;
    }

    .icon-worldwide-shipping-mob:before {
        width: 61px;
        height: 70px;
        background-position: -227px -70px;
        margin-top: -5px;
    }

    .icon-cart-white:before {
        width: 25px;
        height: 24px;
        background-position: -152px -201px;
        margin-top: -5px;
    }

    /** _blocks_contacts md */
    /** _blocks_copy md */
    /** blocks_testimonials md */
    /** blocks_account-us md */
    /** _blocks_article-new md */
    /*
      md forms
  */
    /** forms md */
    /** form-search md */
    /** _forms_sexy-select md */
    /** forms_shipping-method md */
    .forms_shipping-method table {
        display: table;
    }

    .forms_shipping-method > table thead {
        display: table-header-group;
    }

    .forms_shipping-method > table tbody {
        display: table-row-group;
    }

    .forms_shipping-method > table tbody tr {
        border: none;
    }

    .forms_shipping-method > table tbody tr:last-child td {
        border-bottom: 1px solid #d7dce0;
    }

    .forms_shipping-method > table tbody td {
        border-top: 1px solid #d7dce0;
    }

    .forms_shipping-method > table tbody td:first-child {
        border-left: 1px solid #d7dce0;
    }

    .forms_shipping-method > table tbody td:last-child {
        border-right: 1px solid #d7dce0;
        border-top: 1px solid #d7dce0;
    }

    .forms_shipping-method > table tr {
        display: table-row;
    }

    .forms_shipping-method > table th {
        display: table-cell;
        padding: 15px 25px;
    }

    .forms_shipping-method > table td {
        display: table-cell;
        padding: 25px;
        font-size: 20px;
    }

    .forms_shipping-method > table td:last-child {
        text-align: right;
    }

    .forms_shipping-method .custom-radio {
        position: relative;
        top: 0;
        left: 0;
        margin-right: 18px;
    }

    .forms_shipping-method .line-total {
        font-size: 16px;
        margin-bottom: 19px;
    }

    .forms_shipping-method .line-total img {
        display: inline-block;
        vertical-align: middle;
        margin-left: 12px;
    }

    .forms_shipping-method .total-sum {
        margin-top: 5px;
        margin-right: 35px;
    }

    .forms_shipping-method .line-btns {
        text-align: right;
    }

    .forms_shipping-method .line-btns button {
        float: none;
        margin-left: 16px;
    }

    .forms_shipping-method .after-click {
        float: left;
    }

    /*
      md tables
  */
    /** tables md */
    /** tbl-products md */
    .tbl-products .per-pill, .tbl-products .savings {
        display: table-cell;
    }

    .tbl-products th {
        padding: 15px 30px;
    }

    .tbl-products tbody td {
        padding: 30px;
    }

    .tbl-products .price {
        font-family: "robotoregular", sans-serif;
    }

    .tbl-products .price .describe {
        display: none;
    }

    .tbl-products .order a {
        line-height: 44px;
        padding-left: 5px;
    }

    .tbl-products .order span {
        vertical-align: baseline;
    }

    .tbl-products .order i {
        vertical-align: middle;
        margin-right: 8px;
        margin-top: -5px;
    }

    /** tbl_shopping md */
    .tbl_shopping {
        display: table;
        border:1px solid #dddddd;
    }

    .tbl_shopping tr {
        display: table-row;
        overflow: visible;
        padding: 0;
        position: relative;
    }

    .tbl_shopping th {
        display: table-cell;
        padding: 10px;
        
    border:none;
    color:#4b5255;
    font-weight:bold;
    font-size:1.314em;
    height:60px;
    }

    .tbl_shopping th:first-child {
        display: table-cell;
        padding-left: 10px;
    }

    .tbl_shopping td {
        display: table-cell;
        padding: 10px;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
    }

    .tbl_shopping td:first-child {
        padding-left: 10px;
        text-align: left;
        border-left: 1px solid #d7dce0;
    }

    .tbl_shopping tbody .upgrade-row {
        padding-bottom: 0;
    }

    .tbl_shopping tbody tr {
        padding-left: 0;
    }

    .tbl_shopping tbody .product,
    .tbl_shopping tbody .package {
        padding-right: 10px;
    }

    .tbl_shopping thead {
        display: table-header-group;
    }

    .tbl_shopping tbody {
        display: table-row-group;
    }

    .tbl_shopping tbody tr:last-child td {
        border-bottom: 1px solid #d7dce0;
    }

    .tbl_shopping tbody td {
        border-top: 1px solid #d7dce0;
    }

    .tbl_shopping tbody .price {
        float: none;
        font-family: "robotoregular", sans-serif;
    }

    .tbl_shopping tbody .product {
        font-size: 20px;
        line-height: 24px;
    }

    .tbl_shopping tbody .product img {
        position: static;
        display: block;
        margin-right: 15px;
        float: left;
    }

    .tbl_shopping tbody .product-inside {
        position: relative;
    }

    .tbl_shopping tbody .qty {
        float: none;
        border: none;
        border-top: 1px solid #d7dce0;
        display: table-cell;
        vertical-align: middle;
    }

    .tbl_shopping tbody .qty .form-tbl_shopping_qty {
        position: relative;
        width: 70px;
        height: 44px;
        border: 1px solid #d7dce0;
        margin: auto;
    }

    .tbl_shopping tbody .qty input[type="text"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 44px;
        height: 100%;
        margin-left: 0;
        border-right: 1px solid #d7dce0;
    }

    .tbl_shopping tbody .qty button {
        left: auto;
        right: 0;
        border-right: none;
        height: 21px;
        line-height: 18px;
        position: absolute;
    }

    .tbl_shopping tbody .qty span {
        height: 100%;
        line-height: 40px;
    }

    .tbl_shopping tbody .qty button.btn_tbl_shopping_decrement {
        top: auto;
        bottom: 0;
        border-left: none;
        border-top: 1px solid #d7dce0;
    }

    .tbl_shopping tbody .price {
        white-space: nowrap;
        display: table-cell;
        vertical-align: middle;
    }

    .tbl_shopping tbody .subtotal {
        color: #333;
        font-size: 18px;
        padding-top: 12px;
        font-family: "robotobold", sans-serif;
        display: table-cell;
        vertical-align: middle;
    }

    .tbl_shopping tbody .remove {
        position: static;
    }

    .tbl_shopping tbody .remove button,
    .tbl_shopping tbody .remove a {
        position: static;
        margin: auto;
    }

    .tbl_shopping tbody .upgrade {
        left: 48px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        font-family: "robotoregular", sans-serif;
        line-height: 1em;
        font-size: 15px;
        margin-top: -5px;
    }

    .tbl_shopping tbody .upgrade:before {
        display: none;
    }

    .tbl_shopping .wrap-title {
        overflow: hidden;
    }

    .tbl_shopping tbody .upgrade-row td {
        border-left: 1px solid #d7dce0;
        border-right: 1px solid #d7dce0;
    }

    /**
  ## md elements
  styles for different block s and elements on site
  */
    /*
      md other
  */
    /** _page-category md */
}

@media only screen and (min-width: 1025px) {
    /**
  Section named as lg
   */
    /**
  ## lg Typography
  styles for default html tag s and similar classes
  */
    /** tpg_tags lg */
    article p + h1,
    article p + h2,
    article p + h3,
    article p + h4,
    article p + h5,
    article p + h6,
    article ul + h1,
    article ul + h2,
    article ul + h3,
    article ul + h4,
    article ul + h5,
    article ul + h6,
    article ol + h1,
    article ol + h2,
    article ol + h3,
    article ol + h4,
    article ol + h5,
    article ol + h6,
    article table + h1,
    article table + h2,
    article table + h3,
    article table + h4,
    article table + h5,
    article table + h6,
    article dl + h1,
    article dl + h2,
    article dl + h3,
    article dl + h4,
    article dl + h5,
    article dl + h6 {
        padding-top: 68px;
    }

    /** tpg_texts lg */
    .link-categories {
        font-size: 18px;
        max-width: 252px;
    }

    /**
  ## lg helpers
  */
    .hide-lg {
        display: none !important;
    }

    /** _hlp_block-centered lg */
    /**
  ## lg common
  universal classes what can be used every where on site
  */
    /*
      lg structure
      styles for main page construction
  */
    /** str_col-left lg */
    /** .col-lg */
    .col-lg {
        float: left;
        box-sizing: border-box;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    /** .col-flex-lg */
    .col-flex-lg {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        box-sizing: border-box;
    }

    .col-flex-lg.clearfix:before,
    .col-flex-lg.clearfix:after {
        display: none;
    }

    .col-flex-order-lg-1 {
        order: 1;
    }

    .col-flex-order-lg-2 {
        order: 2;
    }

    .col-flex-order-lg-3 {
        order: 3;
    }

    .col-flex-order-lg-4 {
        order: 4;
    }

    .col-flex-order-lg-5 {
        order: 5;
    }

    .col-flex-order-lg-6 {
        order: 6;
    }

    .col-flex-order-lg-7 {
        order: 7;
    }

    .col-flex-order-lg-8 {
        order: 8;
    }

    .col-flex-order-lg-9 {
        order: 9;
    }

    .col-flex-order-lg-10 {
        order: 10;
    }

    /** _str_base lg */
    .site .col-left {
        padding-right: 22px;
    }

    .site .page-content {
        float: right;
        padding-left: 8px;
    }

    .bg-overlay {
        display: none;
    }

    .bg-overlay.active {
        display: none;
    }

    /** _str_site-header lg */
    .site-header {
        line-height: 15px;
    }

    .site-header .sided-right-lg {
        float: right;
    }

    .site-header .top-line {
        padding: 7px 0;
        background-color: #4142a5;
    }

    .site-header .top-line .block-smart-cart {
        margin: -7px 0;
        padding: 0;
        background-color: #3a3b96;
        position: relative;
        min-width: 252px;
    }

    .site-header .top-line .block-smart-cart > .total:hover {
        background-color: #30307d;
    }

    .site-header .top-line .block-smart-cart > .total:hover .fake-droppdown {
        background-color: #3a3b96;
    }

    .site-header .top-line .block-smart-cart .fake-droppdown {
        background-color: #30307d;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        bottom: 0;
        width: 42px;
    }

    .site-header .top-line .block-smart-cart .fake-droppdown:after {
        content: '';
        position: absolute;
        display: block;
        height: 0;
        width: 0;
        border: 4px solid transparent;
        border-top: 5px solid #6d6ec8;
        z-index: 1;
        top: 50%;
        left: 50%;
        padding: 0;
        margin-top: -2px;
        margin-left: -4px;
    }

    .site-header .top-line .block-smart-cart .total {
        padding: 14px;
        padding-right: 52px;
        margin-bottom: 0;
    }

    .site-header .top-line .block-switchers .sexy-select .title {
        padding: 6px 28px 6px 16px;
    }

    .site-header .top-line .site {
        padding-right: 0;
    }

    .site-header .top-line .site > .item {
        float: left;
    }

    .site-header .top-line .site > .item.sided-right-lg {
        float: right;
    }

    .site-header .top-line .item-contacts h2 {
        display: none;
    }

    .site-header .top-line .contacts {
        padding: 6px 0 0 40px;
    }

    .site-header .top-line .contacts + .contacts {
        display: none;
    }

    .site-header .mobile-top-line {
        float: right;
    }

    .site-header .main-section {
        padding: 24px 0 18px;
    }

    .site-header .main-section .site {
        padding-right: 0;
    }

    .site-header .main-section .link-categories {
        float: right;
        margin-top: -24px;
        margin-bottom: -18px;
        padding: 0 15px 0 55px;
        width: 252px;
        height: 75px;
        line-height: 75px;
    }

    .fi .site-header .main-section .link-categories:before,
    .fr .site-header .main-section .link-categories:before,
    .de .site-header .main-section .link-categories:before,
    .it .site-header .main-section .link-categories:before,
    .es .site-header .main-section .link-categories:before,
    .pt .site-header .main-section .link-categories:before,
    .no .site-header .main-section .link-categories:before,
    .nl .site-header .main-section .link-categories:before {
        margin-right: 5px;
    }

    .icon-categories:before {
        left: 13px;
    }

    .icon-categories span {
        font-size: 18px;
        margin-top: -5px;
    }

    .de .icon-categories span {
        font-size: 16px;
    }

    .de .sidebar .advantage-item-container i {
        width: 85px;
    }

    .de .sidebar .advantage-item-container h2,
    .de .sidebar .review-item span {
        font-size: 18px;
    }

    .site-header .main-section .form-search {
        padding: 0 63px;
        margin: -12px 250px -8px 300px;
    }

    .tbl-products .order span {
        display: inline-block;
        white-space: normal;
        line-height: 1.1em;
        vertical-align: middle;
        padding-right: 30px;
        margin-top: -6px;
    }

    .tbl-products .order a {
        width: auto;
        text-align: left;
    }

    .tbl-products tbody td {
        padding: 30px 6px;
    }

    /** _str_site-footer lg */
    .site-footer .section-main {
        padding: 60px 0 50px;
    }

    .site-footer .col-item {
        margin-bottom: 0;
    }

    /** _str_site-content lg */
    .site-content .site {
        padding: 15px;
    }

    /** _type_base lg */
    /*
      lg buttons
  */
    /** btn lg */
    input[type="submit"], input[type="button"], input[type="reset"], .btn, input.btn {
        padding: 10px 13px;
        font-size: 16px;
        line-height: 24px;
    }

    /*
      lg lists
  */
    /** list-bonuses lg */
    /** list-product lg */
    /** _nav-footer lg */
    /** _nav-top-line lg */
    /** _nav-categories lg */
    .categories-list {
        -webkit-column-count: 4; /* Chrome, Safari, Opera */
        -moz-column-count: 4; /* Firefox */
        column-count: 4;
    }

    .nav-categories .selected:before {
        display: block;
    }

    /** _lists_breadcrumbs lg */
    /** _lists_we-accept lg */
    /** _lists_shared lg */
    /** _list-news lg */
    .list-news li {
        padding: 30px 0;
    }

    .list-news li:nth-child(even) {
        padding: 30px;
    }

    /** list-search-by-letter lg */
    .list-search-by-letter {
        list-style: none;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.25em;
    }

    .list-search-by-letter li,
    .list-search-by-letter a {
        display: inline-block;
    }

    .list-search-by-letter a {
        padding: 0 4px;
        line-height: 1.25em;
    }

    .list-search-by-letter a:hover,
    .list-search-by-letter a.active,
    .list-search-by-letter a.ListChecked {
        background-color: #ff5d00;
        text-decoration: none;
        color: #ffffff;
    }

    /*
      lg blocks
  */
    /** blocks_also-bought lg */
    /** blocks_product-preview lg */
    /** blocks_review lg */
    .review-item .icon {
        width: auto;
    }

    .review-item .icon.icon-live-support-mob:before {
        margin-top: 7px;
    }

    .review-item .icon.icon-bonuses-mob:before {
        margin-top: -4px;
    }

    .review-item .icon.icon-testimonials-mob:before {
        margin-top: 11px;
    }

    /** blocks_benefits lg */
    .benefits .review {
        /* max-width: 90%; */
        margin-left: auto;
        margin-right: auto;
    }

    /** blocks_bestsellers lg */
    /** blocks_product-short lg */
    /** blocks_short-info lg */
    /** blocks_video-bg lg */
    /** blocks_advantage lg */
    /** blocks_advantage-item lg */
    /** _block-switchers lg */
    .block-switchers form {
        display: inline-block;
        margin: 0 5px 0 0;
        vertical-align: middle;
    }

    /** _blocks_logo lg */
    /** _block-smart-cart lg */
    .video-bg {
        height: 356px;
        background-color: #a0a28b;
    }

    .block-smart-cart .list-ordered-products {
        /*display: none;*/
        height: 0;
        overflow: hidden;
        position: absolute;
        z-index: 3;
        background-color: #4142a5;
        width: 100%;
        top: 100%;
        right: 0;
        padding: 0 10px;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

    .block-smart-cart .list-ordered-products.active {
        /*display: block;*/
        padding: 10px 10px 5px 10px;
    }

    .block-smart-cart .list-ordered-products .btn-checkout {
        display: none;
    }

    .block-smart-cart .list-ordered-products .total-ordered .total {
        padding-right: 0;
    }

    .block-smart-cart .icon-cart .price {
        margin-left: 0;
        margin-top: 0;
    }

    .block-smart-cart .block-smart-cart-item:first-child {
        margin-top: 15px;
    }

    .sidebar .advantage-item-container {
        float: none;
        clear: both;
        padding: 0;
        width: auto;
    }

    /** _blocks_icon lg */
    .icon-testimonials-mob:before {
        width: 78px;
        height: 66px;
        background-position: -79px 0px;
    }

    .icon-bonuses-mob:before {
        width: 69px;
        height: 68px;
        background-position: -157px -70px;
    }

    .icon-live-support-mob:before {
        width: 72px;
        height: 63px;
        background-position: 0px -138px;
    }

    /** _blocks_contacts lg */
    /** _blocks_copy lg */
    /** blocks_testimonials lg */
    /** blocks_account-us lg */
    /** _blocks_article-new lg */
    /*
      lg forms
  */
    /** forms lg */
    /** form-search lg */
    .form-search {
        width: 500px;
        padding: 0;
    }

    .form-search input[type="search"] {
        height: 53px;
        background-color: #302262;
        padding-right: 40px;
    }

    .form-search input[type="submit"] {
        background-image: url(../img/sprites/sprite.png);
        background-position: -314px -211px;
        width: 20px;
        height: 20px;
        padding: 0;
        right: 13px;
        margin-top: -10px;
    }

    /** _forms_sexy-select lg */
    /** forms_shipping-method lg */
    /*
      lg tables
  */
    /** tables lg */
    /** tbl-products lg */
    /** tbl_shopping lg */
    /**
  ## lg elements
  styles for different block s and elements on site
  */
    /*
      lg other
  */
    /** _page-category lg */
    .content-wrap .list-search-by-letter {
        text-align: right;
        margin-top: 5px;
    }

    /** page-index lg */
    .categoryListWrap .bestsellers .section-header h2,
    .index-content-wrap .bestsellers .section-header h2 {
        float: left;
    }

    .categoryListWrap .bestsellers > .site,
    .index-content-wrap .bestsellers > .site {
        position: relative;
    }

    .index-content-wrap .list-search-by-letter li:first-child {
        color: #bbc5fc;
    }

    .index-content-wrap .list-search-by-letter,
    .index-content-wrap .list-search-by-letter a {
        color: #ffffff;
    }

    .page-contact input[type="submit"],
    .page-subscribe input[type="submit"],
    .page-coupon input[type="submit"] {
        height: inherit;
    }
}

@media only screen and (min-width: 1260px) {
    /**
  Section named as xl
   */
    /**
  ## xl Typography
  styles for default html tag s and similar classes
  */
    /** tpg_tags xl */
    /** tpg_texts xl */
    /**
  ## xl helpers
  */
    .hide-xl {
        display: none !important;
    }

    /** _hlp_block-centered xl */
    /**
  ## xl common
  universal classes what can be used every where on site
  */
    /*
      xl structure
      styles for main page construction
  */
    /** str_col-left xl */
    /** .col-xl */
    .col-xl {
        float: left;
        box-sizing: border-box;
    }

    .col-xl-1 {
        width: 8.33333%;
    }

    .col-xl-2 {
        width: 16.66667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.33333%;
    }

    .col-xl-5 {
        width: 41.66667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.33333%;
    }

    .col-xl-8 {
        width: 66.66667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.33333%;
    }

    .col-xl-11 {
        width: 91.66667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    /** .col-flex-xl */
    .col-flex-xl {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        box-sizing: border-box;
    }

    .col-flex-xl.clearfix:before,
    .col-flex-xl.clearfix:after {
        display: none;
    }

    .col-flex-order-xl-1 {
        order: 1;
    }

    .col-flex-order-xl-2 {
        order: 2;
    }

    .col-flex-order-xl-3 {
        order: 3;
    }

    .col-flex-order-xl-4 {
        order: 4;
    }

    .col-flex-order-xl-5 {
        order: 5;
    }

    .col-flex-order-xl-6 {
        order: 6;
    }

    .col-flex-order-xl-7 {
        order: 7;
    }

    .col-flex-order-xl-8 {
        order: 8;
    }

    .col-flex-order-xl-9 {
        order: 9;
    }

    .col-flex-order-xl-10 {
        order: 10;
    }

    /** _str_base xl */
    /** _str_site-header xl */
    /** _str_site-footer xl */
    /** _str_site-content xl */
    /** _type_base xl */
    /*
      xl buttons
  */
    /** btn xl */
    /*
      xl lists
  */
    /** list-bonuses xl */
    /** list-product xl */
    /** _nav-footer xl */
    /** _nav-top-line xl */
    /** _nav-categories xl */
    /** _lists_breadcrumbs xl */
    /** _lists_we-accept xl */
    /** _lists_shared xl */
    /** _list-news xl */
    /*
      xl blocks
  */
    /** blocks_also-bought xl */
    .also-bought {
        margin-top: 60px;
    }

    /** blocks_product-preview xl */
    /** blocks_review xl */
    /** blocks_benefits xl */
    /** blocks_bestsellers xl */
    /** blocks_product-short xl */
    /** blocks_short-info xl */
    /** blocks_video-bg xl */
    /** blocks_advantage xl */
    /** blocks_advantage-item xl */
    /** _block-switchers xl */
    /** _blocks_logo xl */
    /** _block-smart-cart xl */
    /** _blocks_icon xl */
    /** _blocks_contacts xl */
    /** _blocks_copy xl */
    /** blocks_testimonials xl */
    /** blocks_account-us xl */
    /** _blocks_article-new xl */
    /*
      xl forms
  */
    /** forms xl */
    /** form-search xl */
    /** _forms_sexy-select xl */
    /** forms_shipping-method xl */
    /*
      xl tables
  */
    /** tables xl */
    /** tbl-products xl */
    .tbl-products tbody td {
        padding: 30px 10px;
    }

    /** tbl_shopping xl */
    /**
  ## xl elements
  styles for different block s and elements on site
  */
    /*
      xl other
  */
    /** _page-category xl */
}

@media only screen and (max-width: 1024px) {
    /**
  Section named as dev
   */
    /**
  ## dev Typography
  styles for default html tag s and similar classes
  */
    /** tpg_tags-dev */
    /** tpg_texts dev */
    /**
  ## dev helpers
  */
    .hide-dev {
        display: none !important;
    }

    /** _hlp_block-centered dev */
    /**
  ## dev common
  universal classes what can be used every where on site
  */
    /*
      dev structure
      styles for main page construction
  */
    /** str_col-left dev */
    /** .col-dev */
    .col-dev {
        float: left;
        box-sizing: border-box;
    }

    .col-dev-1 {
        width: 8.33333%;
    }

    .col-dev-2 {
        width: 16.66667%;
    }

    .col-dev-3 {
        width: 25%;
    }

    .col-dev-4 {
        width: 33.33333%;
    }

    .col-dev-5 {
        width: 41.66667%;
    }

    .col-dev-6 {
        width: 50%;
    }

    .col-dev-7 {
        width: 58.33333%;
    }

    .col-dev-8 {
        width: 66.66667%;
    }

    .col-dev-9 {
        width: 75%;
    }

    .col-dev-10 {
        width: 83.33333%;
    }

    .col-dev-11 {
        width: 91.66667%;
    }

    .col-dev-12 {
        width: 100%;
    }

    /** .col-flex-dev */
    .col-flex-dev {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        box-sizing: border-box;
    }

    .col-flex-dev.clearfix:before,
    .col-flex-dev.clearfix:after {
        display: none;
    }

    .col-flex-order-dev-1 {
        order: 1;
    }

    .col-flex-order-dev-2 {
        order: 2;
    }

    .col-flex-order-dev-3 {
        order: 3;
    }

    .col-flex-order-dev-4 {
        order: 4;
    }

    .col-flex-order-dev-5 {
        order: 5;
    }

    .col-flex-order-dev-6 {
        order: 6;
    }

    .col-flex-order-dev-7 {
        order: 7;
    }

    .col-flex-order-dev-8 {
        order: 8;
    }

    .col-flex-order-dev-9 {
        order: 9;
    }

    .col-flex-order-dev-10 {
        order: 10;
    }

    /** _str_base dev */
    /** _str_site-header dev */
    .site-header .top-line {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        overflow: auto;
        width: 80%;
        max-width: 500px;
        min-width: 300px;
        -webkit-transition: left .25s;
        -moz-transition: left .25s;
        -ms-transition: left .25s;
        -o-transition: left .25s;
        transition: left .25s;
    }

    .site-header .top-line .site {
        padding: 15px;
    }

    .site-header .top-line .block-switchers {
        background-color: #4142a5;
        padding: 15px;
        margin: -15px -15px 0;
    }

    .site-header .top-line .block-switchers form {
        margin-bottom: 8px;
    }

    .site-header .top-line .block-switchers form:last-child {
        margin-bottom: 0;
    }

    .site-header .top-line .block-smart-cart {
        color: #fff;
    }

    .site-header .top-line .block-smart-cart .list-ordered-products {
        min-height: 41px;
        height: 0;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;

    }

    .site-header .top-line .block-smart-cart .icon-cart:before {
        width: 25px;
        height: 24px;
        background-position: -152px -201px;
    }

    .site-header .top-line .block-smart-cart .btn-checkout {
        background-color: #373893;
        border: none;
        color: #fff !important;
    }

    .site-header .top-line .block-smart-cart .btn-checkout:hover {
        background-color: #4142a5;
    }

    .site-header .top-line .item-contacts h2 {
        color: #372673;
    }

    .site-header .top-line .item-contacts h2 + .contacts {
        display: none;
    }

    .site-header .top-line .item-contacts .contacts {
        display: block;
    }

    .site-header .top-line .item-contacts .contacts:first-child {
        display: none;
    }

    .site-header .top-line .item-contacts .contacts .title {
        color: #372673;
    }

    .site-header .mobile-top-line {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 22.5px;
        background-color: #4142a5;
    }

    .site-header .main-section {
        padding-bottom: 8px;
    }

    .site-header .logo {
        margin-bottom: 15px;
    }

    .site-header .form-search {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: -15px;
    }

    /** _str_site-footer dev */
    /** _str_site-content dev */
    /** _type_base dev */
    /*
      dev buttons
  */
    /** btn dev */
    /*
      dev lists
  */
    /** list-bonuses dev */
    /** list-product dev */
    /** _nav-footer dev */
    /** _nav-top-line dev */
    /** _nav-categories dev */
    /** _lists_breadcrumbs dev */
    /** _lists_we-accept dev */
    /** _lists_shared dev */
    /** _list-news dev */
    /*
      dev blocks
  */
    /** blocks_also-bought dev */
    /** blocks_prodpuct-review dev */
    .product-preview {
        overflow: hidden;
    }

    .product-preview .product-preview-text {
        display: none;
    }

    .product-preview .product-preview-info {
        width: 100%;
    }

    /** _block-switchers dev */
    /** _blocks_logo dev */
    /** _block-smart-cart dev */
    /** _blocks_icon dev */
    /** _blocks_contacts dev */
    /** _blocks_copy dev */
    /** blocks_testimonials dev */
    /** blocks_account-us dev */
    /** _blocks_article-new dev */
    /*
      dev forms
  */
    /** forms dev */
    /** form-search dev */
    /** _forms_sexy-select dev */
    /** forms_shipping-method dev */
    /*
      dev tables
  */
    /** tables dev */
    /** tbl-products dev */
    .tbl-products-wrap{
        margin: 0 -15px;
    }
    /** tbl_shopping dev */
    /**
  ## dev elements
  styles for different block s and elements on site
  */
    /*
      dev other
  */
    /** _page-category dev */
}

@media only screen and (max-width: 767px) {
    /**
  Section named as mob
   */
    /**
  ## mob Typography
  styles for default html tag s and similar classes
  */
    /** tpg_tags-mob */
    /** tpg_texts mob */
    /**
  ## mob helpers
  */
    .hide-mob {
        display: none !important;
    }

    /** _hlp_block-centered mob */
    /**
  ## mob common
  universal classes what can be used every where on site
  */
    /*
      mob structure
      styles for main page construction
  */
    /** str_col-left mob */
    /** .col-mob */
    .col-mob {
        float: left;
        box-sizing: border-box;
    }

    .col-mob-1 {
        width: 8.33333%;
    }

    .col-mob-2 {
        width: 16.66667%;
    }

    .col-mob-3 {
        width: 25%;
    }

    .col-mob-4 {
        width: 33.33333%;
    }

    .col-mob-5 {
        width: 41.66667%;
    }

    .col-mob-6 {
        width: 50%;
    }

    .col-mob-7 {
        width: 58.33333%;
    }

    .col-mob-8 {
        width: 66.66667%;
    }

    .col-mob-9 {
        width: 75%;
    }

    .col-mob-10 {
        width: 83.33333%;
    }

    .col-mob-11 {
        width: 91.66667%;
    }

    .col-mob-12 {
        width: 100%;
    }

    /** .col-flex-mob */
    .col-flex-mob {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        box-sizing: border-box;
    }

    .col-flex-mob.clearfix:before,
    .col-flex-mob.clearfix:after {
        display: none;
    }

    .col-flex-order-mob-1 {
        order: 1;
    }

    .col-flex-order-mob-2 {
        order: 2;
    }

    .col-flex-order-mob-3 {
        order: 3;
    }

    .col-flex-order-mob-4 {
        order: 4;
    }

    .col-flex-order-mob-5 {
        order: 5;
    }

    .col-flex-order-mob-6 {
        order: 6;
    }

    .col-flex-order-mob-7 {
        order: 7;
    }

    .col-flex-order-mob-8 {
        order: 8;
    }

    .col-flex-order-mob-9 {
        order: 9;
    }

    .col-flex-order-mob-10 {
        order: 10;
    }

    /** _str_base mob */
    /** _str_site-header mob */
    .site-header .form-search {
        overflow: hidden;
        position: absolute;
        right: 30px;
        left: 30px;
        bottom: -40px;
        display: block;
        background: transparent;
    }

    .site-header .form-search form {
        float: right;
        height: 50px;
        width: 50px;
        padding: 0;
        background: #4142a5;
    }

    .site-header .form-search input[type="submit"] {
        background-image: url(../img/sprites/sprite.png);
        background-position: -314px -211px;
        width: 20px;
        height: 20px;
        padding: 0;
        right: 13px;
        margin-top: -10px;
    }

    .site-header .form-search input[type="search"] {
        padding: 0;
        display: none;
    }

    .site-header .form-search form.active {
        width: 100%;
    }

    .site-header .form-search form.active input[type="search"] {
        display: block;
        width: 100%;
        padding: 5px 30px 5px 35px;
    }

    .site-header .form-search form.active input[type="submit"] {
        right: auto;
        left: 8px;
        cursor: pointer;
    }

    .site-header .form-search form.active .close-search {
        display: block;
        position: absolute;
        width: 14px;
        height: 14px;
        top: 50%;
        right: 10px;
        z-index: 6;
        margin-top: -7px;
        cursor: pointer;
    }

    .close-search:before {
        margin-right: 0;
        display: block;
    }

    /** _str_site-footer mob */
    .site-footer .section-main {
        padding-top: 30px;
    }

    .site-footer .js-dropped {
        display: none;
    }

    .site-footer .js-dropped.active {
        display: block;
    }

    /** _str_site-content mob */
    /** _type_base mob */
    /*
      mob buttons
  */
    /** btn mob */
    /*
      mob lists
  */
    /** list-bonuses mob */
    /** list-product mob */
    /** _nav-footer mob */
    /** _nav-top-line mob */
    /** _nav-categories mob */
    /** _lists_breadcrumbs mob */
    /** _lists_we-accept mob */
    /** _lists_shared mob */
    /** _list-news mob */
    /*
      mob blocks
  */
    /** blocks_also-bought mob */
    /** blocks_product-preview mob */
    /** blocks_review mob */
    /** blocks_benefits mob */
    /** blocks_bestsellers mob */
    .bestsellers h2 {
        padding-right: 40px;
        position: relative;
        z-index: 1;
    }

    .breadcrumbs {
        padding-right: 50px;
    }

    /** blocks_product-short mob */
    /** blocks_short-info mob */
    /** blocks_video-bg mob */
    /** blocks_advantage mob */
    /** blocks_advantage-item mob */
    /** _block-switchers mob */
    /** _blocks_logo mob */
    /** _block-smart-cart mob */
    /** _blocks_icon mob */
    /** _blocks_contacts mob */
    /** _blocks_copy mob */
    /** blocks_testimonials mob */
    /** blocks_account-us mob */
    /** _blocks_article-new mob */
    /*
      mob forms
  */
    /** forms mob */
    /** form-search mob */
    /** _forms_sexy-select mob */
    /** forms_shipping-method mob */
    /*
      mob tables
  */
    /** tables mob */
    /** tbl-products mob */
    /** tbl_shopping mob */
    /**
  ## mob elements
  styles for different block s and elements on site
  */
    /*
      mob other
  */
    /** _page-category mob */
}

@media only screen and (max-width: 499px) {
    /**
  Section named as xso
   */
    /**
  ## xso Typography
  styles for default html tag s and similar classes
  */
    /** tpg_tags-xso */
    /** tpg_texts xso */
    /**
  ## xso helpers
  */
    .hide-xso {
        display: none !important;
    }

    /** _hlp_block-centered xso */
    /**
  ## xso common
  universal classes what can be used every where on site
  */
    /*
      xso structure
      styles for main page construction
  */
    /** str_col-left xso */
    /** .col-xso */
    .col-xso {
        float: left;
        box-sizing: border-box;
    }

    .col-xso-1 {
        width: 8.33333%;
    }

    .col-xso-2 {
        width: 16.66667%;
    }

    .col-xso-3 {
        width: 25%;
    }

    .col-xso-4 {
        width: 33.33333%;
    }

    .col-xso-5 {
        width: 41.66667%;
    }

    .col-xso-6 {
        width: 50%;
    }

    .col-xso-7 {
        width: 58.33333%;
    }

    .col-xso-8 {
        width: 66.66667%;
    }

    .col-xso-9 {
        width: 75%;
    }

    .col-xso-10 {
        width: 83.33333%;
    }

    .col-xso-11 {
        width: 91.66667%;
    }

    .col-xso-12 {
        width: 100%;
    }

    /** .col-flex-xso */
    .col-flex-xso {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        box-sizing: border-box;
    }

    .col-flex-xso.clearfix:before,
    .col-flex-xso.clearfix:after {
        display: none;
    }

    .col-flex-order-xso-1 {
        order: 1;
    }

    .col-flex-order-xso-2 {
        order: 2;
    }

    .col-flex-order-xso-3 {
        order: 3;
    }

    .col-flex-order-xso-4 {
        order: 4;
    }

    .col-flex-order-xso-5 {
        order: 5;
    }

    .col-flex-order-xso-6 {
        order: 6;
    }

    .col-flex-order-xso-7 {
        order: 7;
    }

    .col-flex-order-xso-8 {
        order: 8;
    }

    .col-flex-order-xso-9 {
        order: 9;
    }

    .col-flex-order-xso-10 {
        order: 10;
    }

    /** _str_base xso */
    /** _str_site-header xso */
    /** _str_site-footer xso */
    /** _str_site-content xso */
    /** _type_base xso */
    /*
      xso buttons
  */
    /** btn xso */
    /*
      xso lists
  */
    /** list-bonuses xso */
    /** list-product xso */
    /** _nav-footer xso */
    /** _nav-top-line xso */
    /** _nav-categories xso */
    /** _lists_breadcrumbs xso */
    /** _lists_we-accept xso */
    /** _lists_shared xso */
    /** _list-news xso */
    /*
      xso blocks
  */
    /** blocks_also-bought xso */
    /** blocks_prodpuct-review xso */
    /** blocks_review xso */
    /** blocks_benefits xso */
    /** blocks_bestsellers xso */
    /** blocks_product-short xso */
    /** blocks_short-infomple xso */
    /** blovideo-bgmple xso */
    /** blocks_advantage xso */
    /** blocks_advantage-item xso */
    /** _block-switchers xso */
    /** _blocks_logo xso */
    /** _block-smart-cart xso */
    /** _blocks_icon xso */
    /** _blocks_contacts xso */
    /** _blocks_copy xso */
    /** blocks_testimonials xso */
    /** blocks_account-us xso */
    /** _blocks_article-new xso */
    /*
      xso forms
  */
    .site-header .form-search {
        right: 0;
        left: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .bestsellers h2 {
        font-size: 24px;
    }

    /** forms xso */
    /** form-search xso */
    /** _forms_sexy-select xso */
    /** forms_shipping-method xso */
    /*
      xso tables
  */
    /** tables xso */
    /** tbl-products xso */
    /** tbl_shopping xso */
    /**
  ## xso elements
  styles for different block s and elements on site
  */
    /*
      xso other
  */
    /** _page-category xso */
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
    /**
  Section named as smo
   */
    /**
  ## smo Typography
  styles for default html tag s and similar classes
  */
    /** tpg_tags-smo */
    /** tpg_texts smo */
    /**
  ## smo helpers
  */
.heading-decor{
    margin-bottom: 25px;
}
.forms_shipping-method table {
    
}

.forms_shipping-method > table thead {
    display: block;
}

.forms_shipping-method > table th {
    border-bottom: none;
    padding-top:20px;
    height: 46px;
}

.forms_shipping-method > table tbody tr {
    border-top: none;

}

.tbl_shopping tr {
    border: 1px solid #d7dce0;
    border-bottom: none;
}

.tbl_shopping th:first-child{
    text-align: center;
    border: none;
}
.tbl_shopping tbody .price{
    display: none;
}
.tbl_shopping tbody .subtotal{
    font-weight: bold;
    font-size: 17px;
    position: absolute;
    right: 10px;
    top: 10px;

}
.tbl_shopping tbody .remove button, .tbl_shopping tbody .remove a{
    top: 50px;
}



    .hide-smo {
        display: none !important;
    }

    /** _hlp_block-centered smo */
    /**
  ## smo common
  universal classes what can be used every where on site
  */
    /*
      smo structure
      styles for main page construction
  */
    /** str_col-left smo */
    /** .col-smo */
    .col-smo {
        float: left;
        box-sizing: border-box;
    }

    .col-smo-1 {
        width: 8.33333%;
    }

    .col-smo-2 {
        width: 16.66667%;
    }

    .col-smo-3 {
        width: 25%;
    }

    .col-smo-4 {
        width: 33.33333%;
    }

    .col-smo-5 {
        width: 41.66667%;
    }

    .col-smo-6 {
        width: 50%;
    }

    .col-smo-7 {
        width: 58.33333%;
    }

    .col-smo-8 {
        width: 66.66667%;
    }

    .col-smo-9 {
        width: 75%;
    }

    .col-smo-10 {
        width: 83.33333%;
    }

    .col-smo-11 {
        width: 91.66667%;
    }

    .col-smo-12 {
        width: 100%;
    }

    /** .col-flex-smo */
    .col-flex-smo {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        box-sizing: border-box;
    }

    .col-flex-smo.clearfix:before,
    .col-flex-smo.clearfix:after {
        display: none;
    }

    .col-flex-order-smo-1 {
        order: 1;
    }

    .col-flex-order-smo-2 {
        order: 2;
    }

    .col-flex-order-smo-3 {
        order: 3;
    }

    .col-flex-order-smo-4 {
        order: 4;
    }

    .col-flex-order-smo-5 {
        order: 5;
    }

    .col-flex-order-smo-6 {
        order: 6;
    }

    .col-flex-order-smo-7 {
        order: 7;
    }

    .col-flex-order-smo-8 {
        order: 8;
    }

    .col-flex-order-smo-9 {
        order: 9;
    }

    .col-flex-order-smo-10 {
        order: 10;
    }

    /** _str_base smo */
    /** _str_site-header smo */
    /** _str_site-footer smo */
    /** _str_site-content smo */
    /** _type_base smo */
    /*
      smo buttons
  */
    /** btn smo */
    /*
      smo lists
  */
    /** list-bonuses smo */
    /** list-product smo */
    /** _nav-footer smo */
    /** _nav-top-line smo */
    /** _nav-categories smo */
    /** _lists_breadcrumbs smo */
    /** _lists_we-accept smo */
    /** _lists_shared smo */
    /** _list-news smo */
    /*
      smo blocks
  */
    /** blocks_also-bought smo */
    /** blocks_product-preview smo */
    /** blocks_review smo */
    /** blocks_benefits smo */
    /** blocks_bestsellers smo */
    /** blocks_product-short smo */
    /** blocks_short-info smo */
    /** blocks_video-bg smo */
    /** blocks_advantage smo */
    /** blocks_advantage-item smo */
    /** _block-switchers smo */
    /** _blocks_logo smo */
    /** _block-smart-cart smo */
    /** _blocks_icon smo */
    /** _blocks_contacts smo */
    /** _blocks_copy smo */
    /** blocks_testimonials smo */
    /** blocks_account-us smo */
    /** _blocks_article-new smo */
    /*
      smo forms
  */
    /** forms smo */
    /** form-search smo */
    /** _forms_sexy-select smo */
    /** forms_shipping-method smo */
    /*
      smo tables
  */
    /** tables smo */
    /** tbl-products smo */
    /** tbl_shopping smo */
    /**
  ## smo elements
  styles for different block s and elements on site
  */
    /*
      smo other
  */
    /** _page-category smo */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /**
  Section named as mdo
   */
    /**
  ## mdo Typography
  styles for default html tag s and similar classes
  */
    /** tpg_tags-mdo */
    /** tpg_texts mdo */
    /**
  ## mdo helpers
  */
    .hide-mdo {
        display: none !important;
    }

    /** _hlp_block-centered mdo */
    /**
  ## mdo common
  universal classes what can be used every where on site
  */
    /*
      mdo structure
      styles for main page construction
  */
    /** str_col-left mdo */
    /** .col-mdo */
    .col-mdo {
        float: left;
        box-sizing: border-box;
    }

    .col-mdo-1 {
        width: 8.33333%;
    }

    .col-mdo-2 {
        width: 16.66667%;
    }

    .col-mdo-3 {
        width: 25%;
    }

    .col-mdo-4 {
        width: 33.33333%;
    }

    .col-mdo-5 {
        width: 41.66667%;
    }

    .col-mdo-6 {
        width: 50%;
    }

    .col-mdo-7 {
        width: 58.33333%;
    }

    .col-mdo-8 {
        width: 66.66667%;
    }

    .col-mdo-9 {
        width: 75%;
    }

    .col-mdo-10 {
        width: 83.33333%;
    }

    .col-mdo-11 {
        width: 91.66667%;
    }

    .col-mdo-12 {
        width: 100%;
    }

    /** .col-flex-mdo */
    .col-flex-mdo {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        box-sizing: border-box;
    }

    .col-flex-mdo.clearfix:before,
    .col-flex-mdo.clearfix:after {
        display: none;
    }

    .col-flex-order-mdo-1 {
        order: 1;
    }

    .col-flex-order-mdo-2 {
        order: 2;
    }

    .col-flex-order-mdo-3 {
        order: 3;
    }

    .col-flex-order-mdo-4 {
        order: 4;
    }

    .col-flex-order-mdo-5 {
        order: 5;
    }

    .col-flex-order-mdo-6 {
        order: 6;
    }

    .col-flex-order-mdo-7 {
        order: 7;
    }

    .col-flex-order-mdo-8 {
        order: 8;
    }

    .col-flex-order-mdo-9 {
        order: 9;
    }

    .col-flex-order-mdo-10 {
        order: 10;
    }

    /** _str_base mdo */
    /** _str_site-header mdo */
    /** _str_site-footer mdo */
    /** _str_site-content mdo */
    /** _type_base mdo */
    /*
      mdo buttons
  */
    /** btn mdo */
    /*
      mdo lists
  */
    /** list-bonuses mdo */
    /** list-product mdo */
    /** _nav-footer mdo */
    /** _nav-top-line mdo */
    /** _nav-categories mdo */
    /** _lists_breadcrumbs mdo */
    /** _lists_we-accept mdo */
    /** _lists_shared mdo */
    /** _list-news mdo */
    /*
      mdo blocks
  */
    /** blocks_also-bought mdo */
    /** blocks_product-preview mdo */
    /** blocks_review mdo */
    .benefits .review .review-item i,
    .benefits .review .review-item span {
        display: block;
        float: none;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }

    .benefits .review .review-item i:before {
        margin: 0;
    }

    .benefits .review .review-item i {
        height: 68px;
    }

    .advantage-item {
        text-align: center;
        padding: 0 15px;
    }

    .review-item span {
        padding-left: 65px;
        font-size: 20px;
    }

    .sidebar .review .review-item.col-md {
        float: left;
    }

    .sidebar .review .review-item.col-md-4 {
        width: 33.3333333%;
    }

    /** blocks_benefits dev */
    /** blocks_bestsellers dev */
    /** blocks_product-short dev */
    /** blocks_short-infomple dev */
    /** blovideo-bgmple dev */
    /** blocks_advantage dev */
    /** blocks_advantage-item dev */
    .advantage-item i {
        position: static;
        display: block;
    }

    /** blocks_benefits mdo */
    /** blocks_bestsellers mdo */
    /** blocks_product-short mdo */
    /** blocks_short-info mdo */
    /** blocks_video-bg mdo */
    /** blocks_advantage mdo */
    /** blocks_advantage-item mdo */
    /** _block-switchers mdo */
    /** _blocks_logo mdo */
    /** _block-smart-cart mdo */
    /** _blocks_icon mdo */
    /** _blocks_contacts mdo */
    /** _blocks_copy mdo */
    /** blocks_testimonials mdo */
    /** blocks_account-us mdo */
    /** _blocks_article-new mdo */
    /*
      mdo forms
  */
    /** forms mdo */
    /** form-search mdo */
    /** _forms_sexy-select mdo */
    /** forms_shipping-method mdo */
    /*
      mdo tables
  */
    /** tables mdo */
    /** tbl-products mdo */
    /** tbl_shopping mdo */
    /**
  ## mdo elements
  styles for different block s and elements on site
  */
    /*
      mdo other
  */
    /** _page-category mdo */
}

@media only screen and (min-width: 1025px) and (max-width: 1259px) {
    /**
  Section named as lgo
   */
    /**
  ## lgo Typography
  styles for default html tag s and similar classes
  */
    /** tpg_tags-lgo */
    /** tpg_texts lgo */
    /**
  ## lgo helpers
  */
    .hide-lgo {
        display: none !important;
    }

    /** _hlp_block-centered lgo */
    /**
  ## lgo common
  universal classes what can be used every where on site
  */
    /*
      lgo structure
      styles for main page construction
  */
    /** str_col-left lgo */
    /** .col-lgo */
    .col-lgo {
        float: left;
        box-sizing: border-box;
    }

    .col-lgo-1 {
        width: 8.33333%;
    }

    .col-lgo-2 {
        width: 16.66667%;
    }

    .col-lgo-3 {
        width: 25%;
    }

    .col-lgo-4 {
        width: 33.33333%;
    }

    .col-lgo-5 {
        width: 41.66667%;
    }

    .col-lgo-6 {
        width: 50%;
    }

    .col-lgo-7 {
        width: 58.33333%;
    }

    .col-lgo-8 {
        width: 66.66667%;
    }

    .col-lgo-9 {
        width: 75%;
    }

    .col-lgo-10 {
        width: 83.33333%;
    }

    .col-lgo-11 {
        width: 91.66667%;
    }

    .col-lgo-12 {
        width: 100%;
    }

    /** .col-flex-lgo */
    .col-flex-lgo {
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
        box-sizing: border-box;
    }

    .col-flex-lgo.clearfix:before,
    .col-flex-lgo.clearfix:after {
        display: none;
    }

    .col-flex-order-lgo-1 {
        order: 1;
    }

    .col-flex-order-lgo-2 {
        order: 2;
    }

    .col-flex-order-lgo-3 {
        order: 3;
    }

    .col-flex-order-lgo-4 {
        order: 4;
    }

    .col-flex-order-lgo-5 {
        order: 5;
    }

    .col-flex-order-lgo-6 {
        order: 6;
    }

    .col-flex-order-lgo-7 {
        order: 7;
    }

    .col-flex-order-lgo-8 {
        order: 8;
    }

    .col-flex-order-lgo-9 {
        order: 9;
    }

    .col-flex-order-lgo-10 {
        order: 10;
    }

    /** _str_base lgo */
    /** _str_site-header lgo */
    /** _str_site-footer lgo */
    /** _str_site-content lgo */
    /** _type_base lgo */
    /*
      lgo buttons
  */
    /** btn lgo */
    /*
      lgo lists
  */
    /** list-bonuses lgo */
    /** list-product lgo */
    /** _nav-footer lgo */
    /** _nav-top-line lgo */
    /** _nav-categories lgo */
    /** _lists_breadcrumbs lgo */
    /** _lists_we-accept lgo */
    /** _lists_shared lgo */
    /** _list-news lgo */
    /*
      lgo blocks
  */
    /** blocks_also-bought lgo */
    /** blocks_product-preview lgo */
    /** blocks_review lgo */
    .sidebar .review .review-item {
        font-size: 22px;
    }

    /** blocks_benefits lgo */
    /** blocks_bestsellers lgo */
    /** blocks_product-short lgo */
    /** blocks_short-info lgo */
    /** blocks_video-bg lgo */
    /** blocks_advantage lgo */
    /** blocks_advantage-item lgo */
    /** _block-switchers lgo */
    /** _blocks_logo lgo */
    /** _block-smart-cart lgo */
    /** _blocks_icon lgo */
    /** _blocks_contacts lgo */
    /** _blocks_copy lgo */
    /** blocks_testimonials lgo */
    /** blocks_account-us lgo */
    /** _blocks_article-new lgo */
    /*
      lgo forms
  */
    /** forms lgo */
    /** form-search lgo */
    /** _forms_sexy-select lgo */
    /** forms_shipping-method lgo */
    /*
      lgo tables
  */
    /** tables lgo */
    /** tbl-products lgo */
    /** tbl_shopping lgo */
    /**
  ## lgo elements
  styles for different block s and elements on site
  */
    /*
      lgo other
  */
    /** _page-category lgo */
}

/*# sourceMappingURL=css.css.map */

@media only screen and (max-width: 500px) {
.heading-decor{
    margin-bottom: 25px;
}
.forms_shipping-method table {
    
}

.forms_shipping-method > table thead {
    display: block;
}

.forms_shipping-method > table th {
    border-bottom: none;
    padding-top:20px;
    height: 46px;
}

.forms_shipping-method > table tbody tr {
    border-top: none;

}

.tbl_shopping tr {
    border: 1px solid #d7dce0;
    border-bottom: none;
}

.tbl_shopping th:first-child{
    text-align: center;
    border: none;
}
.tbl_shopping tbody .price{
    display: none;
}
.tbl_shopping tbody .subtotal{
    font-weight: bold;
    font-size: 17px;
    position: absolute;
    right: 10px;
    top: 10px;

}
.tbl_shopping tbody .remove button, .tbl_shopping tbody .remove a{
    top: 50px;
}



}        