/*
 * Date created: 2026-06-01 09:09:02
 */
/*
 * ATTENTION! This file is automatically created from several CSS files.
 * Find file path and name in the comments in the beginning of the each code block
 */


/*
 * FILE START: _mod_files/_css/common.css
 */

/* 
    -- COMMON.CSS strucrure: --
    1. Reset browser's defaults styles
    2. Common styles
    3. Modules
    4. E-Shop
    5. System
*/

/* 1. RESET BROWSER's DEFAULTS ****************************************************************************************************/

* {
    margin: 0px;
    padding: 0px;
    border: 0;
   
}

/* 2. COMMON STYLES ****************************************************************************************************/

h1, h2, h3, h4, h5, .alt_header1, .alt_header2, .alt_header3, .alt_header4, .alt_header5 {
    padding: 0px 0px 8px 0px;
}

body h1 {
    font-size: 30px;
    letter-spacing: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

body {
    background-color:#ffffff;
    margin: 0px;
    padding: 0px;
}

a, .eshop-item-small__one-click {
    color:#08C;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

hr {
    height: 1px;
    border: 0px;
    color: #d9d9d9;
    background: #d9d9d9;
    margin: 18px 0;
}

blockquote {
    padding: 5px;
    margin: 5px;
}

input, select, textarea {
    margin: 0;
    border: 1px solid #ccc;
    padding: 2px 4px;
    margin: 2px 4px;
}

textarea.inp-h {
    display: none;
}



.eshop-item-small__forum {
    padding-top: 4px;
}

button,
.btn,
.eshop-item-small__cart-text{
    font-weight:700;
    position:relative;
    padding:5px 12px;
    background:#ffffff;
    background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
    background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
    font-size:12px;
    line-height:1.2em;
    height:auto;
    width:auto;
    cursor:pointer;
    border-radius:5px;
    border: 1px solid #ccc;
    white-space: nowrap;
}

button:hover,
.btn:hover,
.eshop-item-small__cart-text:hover{
    background:#ffffff;
    background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
    background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
    text-decoration:inherit;
}

small {
    
}

table.tbl {
    border: 1px #F3F7ED solid;
    empty-cells: hide;
}
table.tbl td {
    border: 0;
    font-size: .95em;
    padding: 5px;
}
table.tbl TH {
    background-color: #EFEFEF;
    border: 0;
    color: #717171;
    font-size: .95em;
    padding: 5px;
}
table.price {
    border: 1px #F3F7ED solid;
    empty-cells: hide;
}
table.price TH {
    background-color: #F3F7ED;
    border: 0;
    color: #717171;
    font-size: .95em;
    padding: 5px;
}
table.price td {
    border: 1px #F3F7ED solid;
    font-size: .95em;
    padding: 5px;
}

table.spec {
    border: 1px #417b98 solid;
}
table.spec TH {
    background-color: #417b98;
    padding: 5px;
}
table.spec td {
    border: 0;
}
table.right_block {
    border: 0;
}
table.right_block td {
    border: 0;
    padding: 10px;
}

table.bottom_menu {
    height: 29px;
    margin: 0 10px 0 0;
}
table.bottom_menu td {
    text-align: left;
}

tr.sel {
    background: #F0F0F0;
}

.wd1 {
    width: 70px !important;
}
.wd2 {
    width: 165px !important;
}
.wd3 {
    width: 150px !important;
}
.wd4 {
    width: 200px !important;
}
.wd5 {
    width: 250px !important;
}
.wd6 {
    width: 500px !important;
}
.wd7 {
    width: 100% !important;
}
.wd-full {
    width: 100%;
}
.sz1 {
    font-size: .5em !important;
}
.sz2 {
    font-size: .6em !important;
}
.sz3 {
    font-size: .7em !important;
}
.sz4 {
    font-size: .9em !important;
}
.sz5 {
    font-size: 1em !important;
}
.sz6 {
    font-size: 1.2em !important;
}
.sz7 {
    font-size: 1.3em !important;
}
.sz8 {
    font-size: 1.5em !important;
}
.sz9 {
    font-size: 2em !important;
}

@media screen and (max-width: 1000px) {
    #lay_body img,
    #lay_body .photo-easy-skin .photoalbum_item-detail__img-area,
    #lay_body .photo-easy-skin .photoalbum_item-row__img-area {
        max-width: 100%;
        height: auto !important;
    }
}

/* 3. MODULES ****************************************************************************************************/

/* MODULE: Start search page
 * @tpl search.tpl
 */

.search-page__help {
    background: #F0F0F0;
    padding: 15px;
    border-radius: 10px;
    font-size:11px;
}

.search-page__title {font-weight: bold;}
.search-page__info li {padding: 5px 0;}

/* MODULE: End search page
 * @tpl search.tpl
 */

/* MODULE: Start maps page
 * @tpl sm_imaged_tree.tpl
 */

.sm_imaged_tree td {
    padding-bottom: 4px;
}

.sm_imaged_item_normal_2 {
    padding-left: 16px;
}

.sm_imaged_item_normal_3 {
    padding-left: 32px;
}

.sm_imaged_item_normal_4 {
    padding-left: 48px;
}

/* MODULE: End maps page
 * @tpl sm_imaged_tree.tpl
 */

/* MODULE: Start hyper modules: news, articles, blog 
 * @tpl ami_multifeeds.tpl
 */

img[hspace] {
    padding: 10px;
}

.news_item-list__list, .news_item-small, 
.articles_item-list__list, .articles_item-small, .articles_item-cat-list,
.blog_item-list__list, .blog_item-small, .blog_item-cat-list {
    position: relative;
    width: 100%;
    font-size: 0;
}

.news_item-list__list div, .news_item-small div, 
.articles_item-small div, .articles_item-list__list div, .articles_item-cat-list div, 
.blog_item-small div, .blog_item-list__list div, .blog_item-cat-list div {
    font-size: 13px;
}

.news_item-list__cat-header h1, .news_item-detailed__header h1, 
.articles_item-list__cat-header h1, .articles_item-detailed__header h1,
.blog_item-list__cat-header h1, .blog_item-detailed__header h1 {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.news_item-row, .news_item-small-row 
.articles_item-small-row, .articles_item-row, .articles_item-cat-row,
.blog_item-row, .blog_item-cat-row {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
}

span.news_item-small__fdate, 
span.articles_item-small__fdate,
span.blog_item-small__fdate {
    float: left;
    font-size: 13px;
    padding-right: 7px;
    padding-top: 1px;
}

span.news_item-row__fdate,
span.articles_item-row__fdate,
span.blog_item-row__fdate {
    float: right;
    padding-right: 7px;
    position: relative;
    top: 6px;
    font-size: 13px;
}

span.news_item-row__ftime, 
span.articles_item-row__ftime, 
span.blog_item-row__ftime {
    float: right;
    position: relative;
    top: 6px;
    font-size: 13px;
}

span.news_item-detailed__ftime,
span.blog_item-detailed__ftime,
span.articles_item-detailed__ftime {
    float: right;
    padding-right: 7px;
    position: relative;
    top: 15px;
}

span.news_item-detailed__fdate,
span.blog_item-detailed__fdate,
span.articles_item-detailed__fdate {
    float: right;
    position: relative;
    top: 15px;
}

.news_item-detailed__header-name,
.blog_item-detailed__header-name,
.articles_item-detailed__header-name {
    float: left;
    width: 100%;
}

.news_item-detailed__description,
.blog_item-detailed__description,
.articles_item-detailed__description {
    clear: both;
}

span.articles_item-small-row__cat_header {margin-bottom: 3px;}

.articles_item-detailed__fdate-block .articles_item-detailed__fdate,
.articles_item-row__fdate-block .articles_item-row__fdate {
    float: none;
    top: 0;
    padding: 0;
    margin-right: 0;
}

.news_item-small-row__cat_header a, .news_item-small-row__header a,
.articles_item-small-row__cat_header a, .articles_item-small-row__header a,
.blog_item-small-row__cat_header a, .blog_item-small-row__header a {
    
}

div.news_item-row__header, div.news_item-small-row__cat_header, div.news_item-small-row__header, 
div.articles_item-small-row__header, div.articles_item-row__header, div.articles_item-small-row__cat_header, 
div.blog_item-small-row__header, div.blog_item-row__header, div.blog_item-small-row__cat_header {
      
}

a.news_item-row__header-name, 
a.articles_item-row__header-name, a.articles_item-list__cat-header,
a.blog_item-row__header-name, a.blog_item-list__cat-header {
    font-size: 20px;
    text-decoration: underline;
}

a.news_item-row__header-name:hover, .news_item-small-row__cat_header a:hover, .news_item-small-row__header a:hover,
a.articles_item-row__header-name:hover, a.articles_item-list__cat-header:hover, .articles_item-small-row__cat_header a:hover, .articles_item-small-row__header a:hover,
a.blog_item-row__header-name:hover, a.blog_item-list__cat-header:hover, .blog_item-small-row__cat_header a:hover, .blog_item-small-row__header a:hover {
    /*text-decoration: none;*/
}

.news_item-row__img_small-img, .news_item-small-row__img,
.articles_item-row__img_small-img, .articles_item-row__cat_img_small-img, .articles_item-small-row__img, 
.blog_item-row__img_small-img, .blog_item-row__cat_img_small-img, .blog_item-small-row__img {
    
}

.news_item-row__announce, .news_item-small-row__announce, .articles_item-small-row__announce, .news_item-small-row__announce,
.articles_item-row__announce, .articles_item-cat-row__announce, .articles_item-small-row__announce,
.blog_item-row__announce, .blog_item-cat-row__announce, .blog_item-small-row__announce {
   
}

.news_item-detailed__item-details, 
.articles_item-detailed__item-details,
.blog_item-detailed__item-details {
    display: inline-block;
    width: 100%;
}

.news_item-detailed__fdate, .news_item-small-row__cat_header, 
.articles_item-small-row__cat_header, .articles_item-detailed__fdate,
.blog_item-small-row__cat_header, .blog_item-detailed__fdate {
    margin-bottom: 15px;
    margin-right: 6px;
    display: inline-block;
}

.news_item-detailed__img, 
.articles_item-detailed__img,
.blog_item-detailed__img {
    float: left;
    margin-right: 20px;
    text-align: center;
}

.news_item-detailed__img img, 
.articles_item-detailed__img img,
.blog_item-detailed__img img {
    border: 1px solid #CCCCCC;
}

.news_item-detailed__body, 
.articles_item-detailed__body, div.articles_item-cat-row__header,
.blog_item-detailed__body, div.blog_item-cat-row__header {
    margin-bottom: 10px;   
}

.news_browse-item-row,
.articles_browse-item-row,
.blog_browse-item-row {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
}

.news_browse-item-list,
.articles_browse-item-list,
.blog_browse-item-list {
    font-size: 0;
    padding-top: 20px;
}

.news_browse-item-list div,
.articles_browse-item-list div,
.blog_browse-item-list div {
    font-size: 13px;
}

.news_browse-item-list .news_item-row__header-name,
.articles_browse-item-list .articles_item-row__header-name,
.blog_browse-item-list .blog_item-row__header-name {
    font-size: 20px;
    font-weight: normal;
}

.news_browse-item-list .news_item-row__announce,
.articles_browse-item-list .articles_item-row__announce,
.blog_browse-item-list .blog_item-row__announce {
    margin-right: 30px;
    overflow: hidden;
    padding: 15px 0 0;
}

.news_browse-item-list__pager,
.articles_browse-item-list__pager,
.blog_browse-item-list__pager {
    padding: 15px 0;
}

.news_item-detailed__nav,
.articles_item-detailed__nav,
.blog_item-detailed__nav {
    padding: 20px 0;
    text-align: right;
}

.articles_item-list__item-list,
.blog_item-list__item-list {
    display: inline-block;
    width: 100%;
}

.articles_item-list__cat-img,
.blog_item-list__cat-img {
    float: left;
    margin-bottom: 20px;
}

.articles_item-row__source, .articles_item-row__author, .articles_item-detailed__source, .articles_item-detailed__author,
.blog_item-row__source, .blog_item-row__author, .blog_item-detailed__source, .blog_item-detailed__author {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 5px;
}

.articles_item-small-row__cat_header a, .articles_item-small-row__cat_header,
.blog_item-small-row__cat_header a, .blog_item-small-row__cat_header {
    color: #666;
}

.articles_item-small-row__cat_header span, .blog_item-small-row__cat_header span {
    display: inline-block;
    font-size: 22px;
    padding: 0 2px;
    position: relative;
    width: 20px;
}

div.articles_item-cat-row__header,
div.blog_item-cat-row__header {
    margin-bottom: 20px;
}

.news_item-detailed__img, 
.articles_item-list__cat-img, .articles_item-detailed__img,
.blog_item-list__cat-img, .blog_item-detailed__img {
    float: right;
    padding-left: 20px;
    margin-bottom: 20px;
}

.news_item-detailed__img .image_click_news, 
.articles_item-list__cat-img .image_click_articles, .articles_item-detailed__img .image_click_articles,
.blog_item-list__cat-img .image_click_articles, .blog_item-detailed__img .image_click_articles {
    border: none;
}

.photoalbum_control-panel__comments,
.news_control-panel__comments,
.articles_control-panel__comments,
.blog_control-panel__comments {
    width: 12px;
}

.photoalbum_control-panel__comments {
    background: url("_img/comments_black.png") no-repeat;
    display: block;
    height: 20px;
    margin: 0;
    opacity: 0.8;
    padding-left: 20px;
    float: right;
    text-decoration: none;
    line-height: 1;
    padding-right: 3px;
}

.photoalbum_control-panel__comments-count {
    position: relative;
    top: 4px;
    font-size: 11px !important;
    text-decoration: none;
    color: #000;
}

.photoalbum_item-small-row__control-panel,
.articles_item-small-row__control-panel,
.news_item-small-row__control-panel,
.blog_item-small-row__control-panel {
    float: left;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.photoalbum_item-small img,
.photoalbum_item-small-row__block {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}

.photoalbum_item-small-row__control-panel__discussion,
.articles_item-small-row__control-panel__discussion,
.news_item-small-row__control-panel__discussion,
.blog_item-small-row__control-panel__discussion,
.photoalbum_item-small-row__control-panel__votes-rate,
.articles_item-small-row__control-panel__votes-rate,
.news_item-small-row__control-panel__votes-rate,
.blog_item-small-row__control-panel__votes-rate {
    height: 12px;
    font-size: 11px !important;
    padding-left: 23px;
    padding-top: 4px;
    width: 12px;
    float: none;
    cursor: pointer;
}

.photoalbum_item-small-row__control-panel__discussion,
.photoalbum_item-small-row__control-panel__votes-rate {
    float: right;
}

.photoalbum_item-small-row__control-panel__discussion,
.articles_item-small-row__control-panel__discussion,
.news_item-small-row__control-panel__discussion,
.blog_item-small-row__control-panel__discussion {
    background: url("_img/comments_black__small.png") no-repeat 3px 4px;
}

.photoalbum_item-small-row__control-panel__votes-rate,
.articles_item-small-row__control-panel__votes-rate,
.news_item-small-row__control-panel__votes-rate,
.blog_item-small-row__control-panel__votes-rate {
    background: url("_img/like_hand_black__small.png") no-repeat 3px 4px;
}

.articles_item-row__cat_img_small-img, .articles_item-row__cat_img_small-img,
.blog_item-row__cat_img_small-img, .blog_item-row__cat_img_small-img {
    margin-bottom: 20px;
}

.news_item-detailed__ext_discussion, .news_item-small-row__ext_rating,
.articles_item-detailed__ext_discussion, .articles_item-small-row__ext_rating,
.blog_item-detailed__ext_discussion, .blog_item-small-row__ext_rating {
    clear: both;
}

.news_item-small-row__img,
.articles_item-small-row__img,
.blog_item-small-row__img {
   
}

.captcha-block {
    margin: 0 auto;
    padding-left: 30px;
    width: 350px;
}

.captcha-block__title, .captcha-block img, .captcha-block__input-txt {
    float: left;
    margin: 10px 0;
}

.captcha-block__title {
    padding-top: 11px;
    padding-right: 15px;
}

.captcha-block img {
    margin-right: 10px;
}

.captcha-block__input-txt input {
    width: 110px;
    margin-top: 9px;
}

.news_item-detailed__announce,
.articles_item-detailed__announce,
.blog_item-detailed__announce {
    padding-bottom: 15px;
    clear: both;
}

.ext_common-cf, .ext_rating, .ext_tags, .ext_discussion, .pager_showall {
    padding-bottom: 5px;
    float: right;
}

.ext_tags {
    float: left;
    padding: 0;
}

.ext_discussion.photoalbum_item-detailed__ext_discussion,
.blog_item-detailed__ext_discussion,
.articles_item-detailed__ext_discussion,
.news_item-detailed__ext_discussion {
    float: none;
}

.photoalbum_item-detailed__header-name,
.photoalbum_item-detailed__header-name {
    text-align: center;
}

.news_item-detailed__social-buttons,
.articles_item-detailed__social-buttons,
.blog_item-detailed__social-buttons {
     margin: 15px 0 5px -5px;
}

.articles_control-panel__comments,
.news_control-panel__comments,
.blog_control-panel__comments {
    background: url("_img/comments_black.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    margin: 0;
    opacity: 0.8;
    padding-left: 23px;
    float: right;
    text-decoration: none;
    line-height: 1;
}
.rss_extension {opacity: 0.8;}
.articles_control-panel__comments:hover,
.news_control-panel__comments:hover,
.blog_control-panel__comments:hover,
.rss_extension:hover  {
    opacity: 1;
    text-decoration: none !important;
}
.articles_control-panel__comments-count,
.news_control-panel__comments-count,
.blog_control-panel__comments-count  {
    position: relative; 
    top: 4px; 
    font-size: 11px !important; 
    text-decoration: none; 
    color: #000;
}
.articles_control-panel__comments:hover,
.news_control-panel__comments:hover,
.blog _control-panel__comments:hover {
    text-decoration: none !important;
}
.articles_social-btn,
.news_social-btn,
.blog_social-btn  {
    font-size: 0;
    height: 20px;
    float: right;
    margin: 0;
    padding-top: 3px;
    width: 25px;
    overflow: hidden;
    padding-right: 9px;
}
.articles_item-list__empty,
.news_item-list__empty,
.blog_item-list__empty,
.photoalbum_item-list__empty {
    padding: 20px;
    text-align: center;
}
.articles_item-detailed__item-details .b-share__link,
.articles_item-detailed__item-details .b-share .b-share-form-button i,
.news_item-detailed__item-details .b-share__link,
.news_item-detailed__item-details .b-share .b-share-form-button i,
.blog_item-detailed__item-details .b-share__link,
.blog_item-detailed__item-details .b-share .b-share-form-button i  {
    display: none !important;
}
.articles_item-detailed__item-details .b-share, 
.articles_item-detailed__item-details .b-share__handle,
.articles .b-share-form-button,
.news_item-detailed__item-details .b-share,
.news_item-detailed__item-details .b-share__handle,
.news .b-share-form-button,
.blog_item-detailed__item-details .b-share,
.blog_item-detailed__item-details .b-share__handle,
.blog .b-share-form-button  {
    padding: 0 !important;
    margin: 0 !important;
}
.articles_item-detailed__item-details .b-share .b-share-form-button,
.news_item-detailed__item-details .b-share .b-share-form-button,
.blog_item-detailed__item-details .b-share .b-share-form-button  {
    cursor: pointer; 
    width: 20px; 
    background: url("_img/social_btn_black.png") no-repeat left !important;
    font-size: 0;
}

.articles_item-small a, .articles_item-small span, 
.news_item-small a, .news_item-small span, 
.blog_item-small a, .blog_item-small span, 
.photoalbum_item-small a, .photoalbum_item-small span {
    font-size: 12px;
}

.item-detailed__nav-previous-link,
.item-detailed__nav-next-link {
    white-space: nowrap;
}

/* MODULE: End hyper modules: news, articles, blog 
 * @tpl ami_multifeeds.tpl
 */

/* MODULE: Start Photoalbum 6.0 
 * @tpl ami_multifeeds_photoalbum.tpl
 */

.browse-item-list {position: relative;}

.amiphotoalbum .amiphoto-hide, 
.amiphotoalbum.photoalbum_item .browse-item-list__hide, .browse-item-list__hide-block {
    z-index: 3; 
    position: absolute; 
    background: url(_img/ami_jsapi/loader.gif) no-repeat center 20% #FFFFFF; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0;
}

.amiphotoalbum .photoalbum_item-detail__block .amiphoto-hide {
    background: url(_img/ami_jsapi/loader-black.gif) no-repeat center 20% #000; 
}

.amiphoto-block {
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.amiphotoalbum .amiphoto-block__row-item {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    overflow: hidden;
    position: relative;
} 
.amiphotoalbum .amiphoto-block__row-item__contant {
	display: block;
	overflow: hidden;
    border: 2px solid #fff;
}
.amiphotoalbum .amiphoto-block__row {
    width: 200%;
}
.amiphotoalbum .amiphoto-block__row-item__img {position: relative; cursor: pointer;}
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detailed__prev-link__area {
    display: block;
    height: 53px;
    padding: 0;
    width: 32px;
    opacity: 0.6;
    position: absolute;
    top: 45%;
    cursor: pointer;
    display: block;
    z-index: 1;
}
.amiphotoalbum .photoalbum_item-detail__block .photoalbum_item-detail__fullscreen {width: 20px; background: url("_img/full_screen.png") no-repeat; position: absolute; width: 20px; height: 20px; cursor: pointer; right: 5px; top: 29px;}
.amiphotoalbum .photoalbum_item-detailed__next-link {display: block; left: -50px; position: absolute; top: 0; width: 50%; height: 100%;}
.amiphotoalbum .photoalbum_item-detailed__prev-link {display: block; right: -50px; position: absolute; top: 0; width: 50%; height: 100%;}
.amiphotoalbum .photoalbum_item-detailed__next-link__area {border-radius: 0 30px 30px 0; background: url("_img/slider-pad__arrow-left.jpg") no-repeat left 9px #FFFFFF;}
.amiphotoalbum .photoalbum_item-detailed__prev-link__area {right: 0; border-radius: 30px 0 0 30px; background: url("_img/slider-pad__arrow-right.jpg") no-repeat right 9px #FFFFFF; }
.amiphotoalbum .photoalbum_item-list__list, 
.amiphotoalbum .photoalbum_item-cat-list, 
.amiphotoalbum .photoalbum_browse-item-list__list, 
.amiphotoalbum .photoalbum_item-detail__block {
	font-size: 0;
}
.amiphotoalbum .photoalbum_item-list__list .amiphoto-block__row div, 
.amiphotoalbum .photoalbum_item-cat-list .amiphoto-block__row div, 
.amiphotoalbum .photoalbum_browse-item-list__list .amiphoto-block__row div {
	font-size: 13px;
}
.amiphotoalbum .photoalbum_item-detail__block div {font-size: 13px; text-align: left;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_control-panel__comments-count {color: #FFF;position: relative;top: 5px;font-size: 13px;}
.amiphotoalbum .photoalbum_item-detail__header span {font-size: 13px; display: block;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_item-detailed__ext_rating {float: left;}
.amiphotoalbum .photoalbum_item-detailed__item-details .rating__stars-form {padding: 0 10px 0 0;}
.amiphotoalbum .photoalbum_item-detailed__item-details .rating-stars__rate-block {display: none;}
.amiphotoalbum .photoalbum_item-detailed__item-details .photoalbum_social-btn {
    font-size: 0;
    height: 20px;
    float: left;
    padding: 0 0 0 3px;
    margin: 0;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share__link,
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share .b-share-form-button i {
    display: none !important;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share, 
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share__handle,
.amiphotoalbum .b-share-form-button {
    padding: 0 !important;
    margin: 0 !important;
}
.amiphotoalbum .photoalbum_item-detailed__item-details .b-share .b-share-form-button {cursor: pointer; width: 20px; background: url("_img/social_btn.png") no-repeat center !important;}
.amiphotoalbum .photoalbum_item-detail__header__txt-link {font-weight: normal; font-size: 13px; padding: 5px;position: relative; display: block;}
.amiphotoalbum .photoalbum_item-detail__header__txt-link a {font-weight: normal;}
.amiphotoalbum .photoalbum_item-row__item_cat_img-img, 
.amiphotoalbum .photoalbum_item-detail__item_cat_img-img {
	display: none;
}
.amiphotoalbum .photoalbum_item-list__cat-body {padding-bottom: 20px;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__next-link,
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__prev-link,
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__announce-block {    
    -webkit-transition:all 0s ease-in-out;
    -moz-transition:all 0s ease-in-out;
    -o-transition:all 0s ease-in-out;
    transition:all 0s ease-in-out;
}
.amiphotoalbum .photoalbum_item-detailed__item-details {position: relative; z-index: 4;}
.amiphotoalbum .photoalbum_item-row__announce-block, 
.amiphotoalbum .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__announce-block, 
.amiphotoalbum .photoalbum_item-detail__header,
.amiphotoalbum .photoalbum_item-detailed__next-link, 
.amiphotoalbum .photoalbum_item-detailed__prev-link,
.amiphotoalbum .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detailed__prev-link__area {
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    overflow: hidden;
}
.amiphotoalbum .cat-row__images-block__slider {
	-webkit-transition:left 3s ease;
    -moz-transition:left 3s ease;
    -o-transition:left 3s ease;
    transition:left 3s ease;
    overflow: hidden;
}
.amiphotoalbum .cat-row__images-block__slider img {position: absolute; left: 50%; top: 0; opacity: 0; filter: alpha(opacity=0)}
.amiphotoalbum .cat-row__images-block__slider img.show {opacity: 1; filter: alpha(opacity=100)}
.amiphotoalbum .cat-row__images-block__slider {position: relative; width: 100%; height: 100%;background: #000; text-align: center;}
.amiphotoalbum .cat-row__images-block:hover .cat-row__images-block__slider {}
.amiphotoalbum .photoalbum_item-row__fdate {bottom: 0;position: absolute;right: 5px;top: 35px;}
.amiphotoalbum .photoalbum_item-detailed__fdate {
    padding: 2px 5px;
    position: absolute;
    right: 5px;
    top: 30px;
}
.amiphotoalbum .photoalbum_item-row__header-name-block {
    display: block;
    margin-right: 93px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.photoalbum_item-detailed__path a, 
.photoalbum_item-list__cat-header h1 a, 
.photoalbum_item-list__cat-header h1, 
.photoalbum_item-list__cat-list h1, 
.photoalbum_item-detailed__path {
    color: #000 !important; 
    font-size: 19px; 
    font-weight: normal !important;
}
.amiphotoalbum .photoalbum_item-detailed__path {padding-bottom: 25px;}
.amiphotoalbum .photoalbum_item-detail__img {position: relative;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__header {height: 57px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__header a {font-size: 15px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__announce-block {height: 25px;}
.amiphotoalbum .photoalbum_item-cat-list .photoalbum_item-row__block:hover .photoalbum_item-row__announce-block {height: 55px;}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_control-panel, 
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_control-panel {
    opacity: 1;
}
.amiphotoalbum .photoalbum_item-detail__block {background: #000; text-align: center;}
.amiphotoalbum .photoalbum_item-row__block, 
.amiphotoalbum .photoalbum_item-detail__block {
    position: relative;
    overflow: hidden;
}
.amiphotoalbum .photoalbum_item-detail__block {border: none;}
.amiphotoalbum .photoalbum_item-row__header, 
.amiphotoalbum .photoalbum_item-detail__header {
    top: 0; position: absolute; left: 0; height: 21px; overflow: hidden;
}
.amiphotoalbum .photoalbum_item-detail__header {height: 25px;}
.amiphotoalbum .photoalbum_item-row__announce-block {height: 28px; position: absolute; left: 0; bottom: 0;}
.amiphotoalbum .photoalbum_item-detail__announce-block .photoalbum_control-panel {top: 5px;}
.amiphotoalbum .photoalbum_item-detail__announce-block {height: 28px; position: absolute; left: 0; bottom: 0;}
.amiphotoalbum .photoalbum_item-row__announce {
    float: none;
    margin-right: 93px;
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    width: auto;
}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_item-row__header,
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detail__header {height: 57px;}
.amiphotoalbum .photoalbum_item-row__block:hover .photoalbum_item-row__announce-block {height: 60px;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detail__announce-block {height: 80px;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detailed__next-link {left: 0;}
.amiphotoalbum .photoalbum_item-detail__block:hover .photoalbum_item-detailed__prev-link {right: 0;}
.amiphotoalbum .photoalbum_item-detailed__next-link:hover .photoalbum_item-detailed__next-link__area, 
.amiphotoalbum .photoalbum_item-detailed__prev-link:hover .photoalbum_item-detailed__prev-link__area {
    opacity: 1;
}
.amiphotoalbum .photoalbum_item-row__num-items, 
.amiphotoalbum .photoalbum_item-detail__num-items {
    font-style: italic;
}
.amiphotoalbum .photoalbum_item-row__header span {font-size: 11px;display: block;}
.amiphotoalbum .photoalbum_item-row__header a, 
.amiphotoalbum .photoalbum_item-row__announce-block a {
    color: #fff; 
    font-size: 15px;
}
.amiphotoalbum .photoalbum_item-detail__header a {color: #fff; font-size: 13px;}
.amiphotoalbum .photoalbum_item-row, 
.amiphotoalbum .photoalbum_item-cat-row, 
.amiphotoalbum .photoalbum_item-detail {
    overflow: hidden; 
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
}
.amiphotoalbum .browse-item-list .photoalbum_item-row {
    min-width: 150px;
}
.amiphotoalbum .photoalbum_item-row__header, 
.amiphotoalbum .photoalbum_item-row__announce-block,
.amiphotoalbum .photoalbum_item-detail__header, 
.amiphotoalbum .photoalbum_item-detail__announce-block {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #FFF;
}
.amiphotoalbum .photoalbum_item-row__header__txt, 
.amiphotoalbum .photoalbum_item-row__announce-block__txt,
.amiphotoalbum .photoalbum_item-detail__header__txt, 
.amiphotoalbum .photoalbum_item-detail__announce-block__txt {
	padding: 5px 5px;     
}
.amiphotoalbum .photoalbum_item-detail__announce-block__txt {
    display: block;
    margin-right: 140px;
    overflow: hidden;
    position: relative;
}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 100% !important;
}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__next-link {left: 0;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detailed__prev-link {right: 0;}
.amiphotoalbum .fullscreen-img__on .photoalbum_item-detail__announce-block {height: 80px;}
.amiphotoalbum.photoalbum_item .browse-item-list {
    position: relative;
    overflow: hidden;
    width: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 2px;
}
.amiphotoalbum.photoalbum_item .browse-item-list__content {
    position: relative;
    overflow: hidden;
}
.amiphotoalbum.photoalbum_item .browse-item-list__clipper {
    width: auto;
    position: relative;
    overflow: hidden;
    left: 0;
}
.amiphotoalbum.photoalbum_item .browse-item-list__container,
.browse-item-list__container {
    position: relative;
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 0;
    transition: left 0.5s ease-out,top 0.5s ease-out;
    -moz-transition: left 0.5s ease-out,top 0.5s ease-out;
    -webkit-transition: left 0.5s ease-out,top 0.5s ease-out;
    -o-transition: left 0.5s ease-out,top 0.5s ease-out;
}
.browse-item-list__container div,
.browse-item-list__container span {
    font-size: 13px;
}

.browse-block__row-item__img {padding: 4px;}
.browse-block__row-item__img-selected {padding: 0;border: 4px solid #6FCAF3;}
.amiphotoalbum .browse-block__row-item__img {cursor: pointer; }
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left:after, 
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right:after {
    background: none;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right, 
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left {
    width: 32px;
    height: 53px;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-right {
    background: #FFF url(_img/slider-pad__arrow-right.jpg) no-repeat 10px 8px;
    border-radius: 30px 0 0 30px;
}
.amiphotoalbum.photoalbum_item .browse-item-list .slider-pad__arrow-left {
    background: #FFF url(_img/slider-pad__arrow-left.jpg) no-repeat left;
    border-radius: 0 30px 30px 0;
}

.amiphotoalbum.photoalbum_item-list__list .photoalbum_control-panel .rating-stars__form-block, 
.amiphotoalbum.photoalbum_item-list__list .photoalbum_control-panel .rating-stars__form-votes {
    width: 62px;
    height: 14px;
}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .rating__stars-form {padding: 0;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .rating-stars__rate-block {display: none;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .photoalbum_control-panel__comments-count {position: relative; top: 5px; font-size: 11px; color: #fff;}
.amiphotoalbum .photoalbum_item-list__list .photoalbum_control-panel .photoalbum_item-detailed__ext_rating {float: left;}
.amiphotoalbum .photoalbum_control-panel {
    bottom: -2px;
    opacity: 0.6;
    position: absolute;
    right: 5px;
    top: auto;
}
.amiphotoalbum .photoalbum_control-panel a {padding-bottom: 5px; text-decoration: none; display: block; margin-left: 5px; float: left; height: 20px; padding-left: 22px; cursor: pointer;}
.amiphotoalbum .photoalbum_control-panel a, 
.amiphotoalbum .photoalbum_item-detail__fullscreen {
    opacity: 0.8;
}
.amiphotoalbum .photoalbum_control-panel a:hover, 
.amiphotoalbum .photoalbum_item-detail__fullscreen:hover {text-decoration: none; opacity: 1;}
.amiphotoalbum .photoalbum_control-panel__rating {background: url(_img/photoalbum/rating.png) no-repeat;}
.amiphotoalbum .photoalbum_control-panel__comments {background: url(_img/comments.png) no-repeat; margin: 0 !important;}
.amiphotoalbum a.photoalbum_control-panel__fullscreen {padding-left: 0; width: 20px; background:  url(_img/full_screen.png) no-repeat;}
.amiphotoalbum .fullscreen-img__on a.photoalbum_control-panel__fullscreen {background:  url(_img/full_screen_in.png) no-repeat;}

.photoalbum_item #com_form_bot,
.articles_item #com_form_bot,
.news_item #com_form_bot,
.blog_item #com_form_bot {
    background: none; 
    border: none; 
    padding: 0;
}
.photoalbum_item textarea.amiroTEdCtrl,
.articles_item textarea.amiroTEdCtrl,
.news_item textarea.amiroTEdCtrl,
.blog_item textarea.amiroTEdCtrl,
.forum-extention__form textarea.amiroTEdCtrl,
.forum_forum_form textarea.amiroTEdCtrl {
    border: 1px solid #CCCCCC;
    height: 80px !important;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.photoalbum_item select.amiroTEdCtrl,
.articles_item select.amiroTEdCtrl,
.news_item select.amiroTEdCtrl,
.blog_item select.amiroTEdCtrl {
    border: 1px solid #CCCCCC;
    margin-top: 3px;
}
.photoalbum_item .amiroTEdDiv,
.articles_item .amiroTEdDiv,
.news_item .amiroTEdDiv,
.blog_item .amiroTEdDiv,
.forum_forum_form .amiroTEdDiv {
    width: 100% !important;
}
.photoalbum_item #com_form_bot #com_sub,
.articles_item #com_form_bot #com_sub,
.news_item #com_form_bot #com_sub,
.blog_item #com_form_bot #com_sub {
    margin: 0;
    position: relative;
    right: -2px;
    height: 25px;
}

.photoalbum_item #comment_forum p,
.articles_item #comment_forum p,
.news_item #comment_forum p,
.blog_item #comment_forum p {
    display: none;
}

.photoalbum_item .discussion_extension__list .alt_header2 h2,
.articles_item .discussion_extension__list .alt_header2 h2,
.news_item .discussion_extension__list .alt_header2 h2,
.blog_item .discussion_extension__list .alt_header2 h2 {
    background: #fff !important;
    display: inline-block;
    font-weight: normal;
    padding: 12px 15px !important;
    font-size: 13px !important;
}

.news_item .sort-type,
.photoalbum_item .sort-type {
    display: none;
}

.amiphotoalbum .photoalbum_item-list__subitem-list {display: none;}
.amiphotoalbum a {text-decoration: underline;}
.amiphotoalbum a:hover {text-decoration: none;}
.amiphotoalbum .rating__like-form {
    clear: both;
    float: right;
}
.amiphotoalbum .rating-like__form-block {
    cursor: pointer; 
    padding: 4px 2px;
    position: relative;
    left: -8px;
    top: -3px;
    border-radius: 3px;
    opacity: 0.8;
}
.amiphotoalbum .rating-like__form-block__like-count {
    padding-left: 5px;
    position: relative;
    top: 4px;
    font-size: 11px !important;
}
.amiphotoalbum .rating-like__form-block:hover {opacity: 1;}
.amiphotoalbum .rating-like__form-block__like, .rating-like__form-block__like-count, .rating-like__form-block {float: left; font-family: arial, tahoma, verdana;}
.amiphotoalbum .rating-like__form-block__like {
    background: url("_img/rating/like/like_hand.png") no-repeat scroll left center transparent;
    font-size: 0 !important;
    height: 16px;
    padding-right: 20px;
}
.amiphotoalbum .rating-like__form-block-off {opacity: 0.8;}
.amiphotoalbum .rating-like__form-block-off:hover {background: none;cursor: default; opacity: 0.8;}
.amiphotoalbum .rating-like__form-block,
.amiphotoalbum .rating-like__form-block:hover,
.amiphotoalbum .rating-like__form-block:hover .rating-like__form-block__like-count {
    color: #fff; 
    background: none;
}

.photo-easy-skin .photoalbum_item-row,
.photo-easy-skin .photoalbum_item-cat-row {
    display: inline-block;
    vertical-align: top;
}
.photo-easy-skin .photoalbum_item-list__list__easy,
.photo-easy-skin .photoalbum_item-cat-list__easy {
    font-size: 0;   
}
.photo-easy-skin .photoalbum_item-row div,
.photo-easy-skin .photoalbum_item-cat-row div,
.photo-easy-skin .photoalbum_item-detail__block div {
    font-size: 13px;   
}
.photo-easy-skin .photoalbum_item-detail__block div {
    font-size: 13px;   
}
.photo-easy-skin .photoalbum_item-row__img-area,
.photo-easy-skin .photoalbum_item-detail__img-area {
    display: block;
    margin: 0 auto;
}
.photo-easy-skin .photoalbum_item-row__announce {
    clear: both;
}
.photo-easy-skin .photoalbum_item-detail__image {
    clear: both;
    text-align: center;
}
.photo-easy-skin .photoalbum_item-detail__announce-block__txt {
    clear: both;
    text-align: left;
}
.photo-easy-skin .browse-item-list .photoalbum_item-row {
    min-width: 150px;
    overflow: hidden;
    text-align: center;
}
.photo-easy-skin .browse-item-list .browse-item-list__clipper,
.photo-easy-skin .browse-item-list .browse-item-list__content {
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.photo-easy-skin .photoalbum_item-list__cat-header,
.photo-easy-skin .photoalbum_item-row__header-name {
    font-size: 17px;
}
.photo-easy-skin .photoalbum_item-cat-row__block-header,
.photo-easy-skin .photoalbum_item-row__block-header {
    padding-bottom: 15px;
    text-align: center;
}
.photo-easy-skin .photoalbum_item-cat-row__announce {
    padding: 20px 20px 0 0;
}
.photo-easy-skin .cat-row__images-block {
    display: block;
    text-align: center;
}
.photo-easy-skin .photoalbum_control-panel {
    display: block;
    padding: 10px 0;
}
.photo-easy-skin .photoalbum_item-list__cat-body,
.photo-easy-skin .photoalbum_item-row__block {
    padding: 0 15px 15px;
    display: block;
}
.photo-easy-skin .photoalbum_item-detail__announce-block__txt {
    padding-bottom: 25px;
}

.photo-easy-skin .photoalbum_item-detailed__nav {
    padding: 20px 0;
    text-align: right;
}

.photoalbum_item-small-row__img, .photoalbum_item-small-row__header {
    padding-bottom: 5px;
    text-align: center;
}

.amiphotoalbum .photoalbum_control-panel__comments,
.amiphotoalbum .rating__like-form {
    width: auto;
}

.blog_item-detailed__prev-next {
    text-align: center;
}

.photoalbum_item-detailed__nav a {
    padding: 0 3px;
}

/* MODULE: End Photoalbum 6.0 
 * @tpl ami_multifeeds_photoalbum.tpl
 */

/* 4. E-Shop ****************************************************************************************************/

/* E-Shop: Start Filter Form
 * @tpl filter_form.tpl
 * @tpl filter_box.tpl
 */

.form input {
    padding: 4px 8px;
    margin: 0;
    vertical-align: top;
}

.form .form__field-caption {
    padding-bottom: 6px;
}

input.form__submit {
   
}

.form__fieldset input {
    padding: 0;
    border: none;
}





.form__search-line{
    border-radius:5px;
    box-shadow:0 1px 1px #ddd inset;
    line-height: 18px;
}

.form__caption {display: none;}
    input.form__radio {
    float: left;
}

.form__field-list label {
    display: block;
}

span.form__field, span.form__field-sublist {
    padding: 0 0 20px 0;
    display:block;
    vertical-align: top;
}

div.form__additional-flag {
    clear: both;
    padding: 6px 0;
}

label.form__radio-label {
    white-space: nowrap;
}

span.form__radio-label-text,
span.form__checkbox-label-text {
    padding-left: 10px;
}

.form__field-details{
	color:#ccc;
	font-size:8px;
	vertical-align:top;
	margin-left:3px;
}
.form_type_search{
	float:left;
	margin:0;
	padding:0;
	border-radius:0;
}
.form_type_search .form{
	margin:0;
	border-radius:0;
}

.form_type_search .form__caption{
	display:none;
}

.nav-menu__item{
    padding-right: 8px;
}

/* E-Shop: End Filter Form
 * @tpl filter_form.tpl
 * @tpl filter_box.tpl
 */

/* E-Shop: Start Eshop Order History
 * @tpl eshop_order_history.tpl
 */

.eshop-order-history-detail__back {
    padding-top: 10px;
}

.eshop-order-history-list__id-status {
    display: none;
    color: #A6A6A6;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .eshop-order-history-list__name,
    .eshop-order-history-list__owners,
    .eshop-order-history-list__comments,
    .eshop-order-history-list__status,
    .eshop-order-history-list__image,
    .eshop-order-history-list__per-discount,
    .eshop-order-history-list__abs-discount,
    .eshop-order-history-list__price {
        display: none;
    }

    .eshop-order-history-detail .eshop-order-history-list__name {
        display: table-cell;
    }
    
    div.eshop-order-history-list__id-status {
        display: block;
    }

    table.eshop-order-history-list td,
    table.eshop-order-history-list tr {
        font-size: 100%;
    }
}

/* E-Shop: End Eshop Order History
 * @tpl eshop_order_history.tpl
 */

/* E-Shop: Start Eshop Purchase
 * @tpl eshop_purchase.tpl
 */

#eshop-order__payment_method_comment {
    padding-top: 10px;
}

.eshop-ordering__field {
    margin: 10px 0 10px 25px;
}

.eshop-ordering_type_cancelled div {
    font-size: 22px;
    padding: 10px 0;
}

.eshop-ordering_type_accepted .eshop-ordering__field div {
    font-size: 22px;
}

.eshop-ordering__shipping-description {
    left: 4px;
    position: relative;
    top: -2px;
}

.eshop-ordering_type_accepted {
    text-align: center;
}
.eshop-ordering__fieldset:after {
    clear: both;
    content: "";
    display: table;
}
.eshop-ordering__info {
    color: #848484;
    font-size: 13px;
    padding: 15px 25px;
}
.eshop-ordering_type_accepted .eshop-ordering__fieldset {
    background: #F4F4F4;
    border-radius: 5px;
    font-size: 20px;
    margin: 30px auto;
    width: 300px;
}
.eshop-ordering_type_accepted .eshop-ordering__field {
    background: none repeat scroll 0 0 #FEE601;
    color: #000000;
    margin: 10px;
}
.eshop-ordering__field-name {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
}
.eshop-ordering__field-value {
    display: inline-block;
    vertical-align: middle;
}

.eshop-ordering__item-list {
    background-color: #F4F4F4;
    border: medium none;
    border-radius: 5px;
    padding: 0;
 
    width: 398px;
}
.eshop-ordering__item-list-wrapper {
    float: right;
    min-height: 200px;
    position: relative;
    width: 400px;
    z-index: 1;
}

.eshop-ordering__field-name {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
.eshop-ordering__textfield {
    border-radius: 5px;
    box-shadow: 0 1px 1px #DDDDDD inset;
    color: #848484;
    border: 1px solid #C0C4CC;
    height: 18px;
    padding: 0 3px;
    vertical-align: middle;
}
.eshop-ordering__caption {
   
    font-weight: bold;
    margin: 20px 0;
}

select.eshop-ordering__select {
    padding: 0 4px;
}

.eshop-ordering__shipping-name {
    font-weight: bold;
}

.eshop-ordering__radio-label .eshop-ordering__hint {
    display: block;
    min-width: 80%;
}

.eshop-order__shippings {
    width: 45%;
}
.eshop-ordering__price-total {
    font-size: 13px;
    margin: 20px 0;
}
.eshop-ordering__item-name {
    display: inline-block;
    max-width: 300px;
    min-width: 140px;
    vertical-align: middle;
    width: 60%;
}
.eshop-ordering__item-price, .eshop-ordering__item-list-footer .eshop-ordering__price-total-value {
    display: inline-block;
    font-style: italic;
    min-width: 90px;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    width: 38%;
}

.eshop-ordering{
	
}
.eshop-ordering__field-name{
	vertical-align:top;
}
.eshop-ordering__textfield{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-webkit-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-moz-box-shadow:0 1px 1px #ddd inset;
	-webkit-box-shadow:0 1px 1px #ddd inset;
	box-shadow:0 1px 1px #ddd inset;
	color:#848484;
}
.eshop-ordering__item{
	margin:8px 0;
	line-height:1em;
}

.eshop-ordering__radio {
    margin: 0;
    vertical-align: top;
}

.eshop-ordering__radio-label .eshop-ordering__shipping-description {
    display: inline-block;
    width: 90%;
}

.eshop-ordering__item-list-body_state_hidden{
	opacity:0.2;
}

.eshop-ordering__item-list-wrapper{
	padding-top:37px;
}

.eshop-ordering__item-list .eshop-ordering__caption{
	margin:0;
	padding:10px 20px;
	background:#ccc;
	color:#000;
	border-radius:5px 5px 0 0;
}
.eshop-ordering__item-list-title{
	display:inline-block;
	width:50%;
	font-size: 16px;
}
.eshop-ordering__change-order{
	display:inline-block;
	width:50%;
	font-size:12px;
	font-weight:400;
	text-align:right;
	text-decoration:underline;
}
.eshop-ordering__item-price{
	font-size:18px;
	color:#333;
}
.eshop-ordering__sku{
	margin-right:10px;
	font-size:10px;
}
.eshop-ordering__item-prop-info{
	display:inline-block;
	font-size:10px;
}
.eshop-ordering__item-sku{
	font-size:10px;
}



.eshop-ordering__submit_action_order{
	display:block;
	float:right;
	padding:10px 24px;
	font-size:18px;
}
.eshop-ordering__submit_action_order:active{
	padding:11px 24px 9px;
}
.eshop-ordering__login{
	position:relative;
	padding:5px 12px;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
    margin-top: 20px;
}
.eshop-ordering__login:hover{
    background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(50%,#f3f3f3),color-stop(51%,#ededed),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background:linear-gradient(top,#ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	text-decoration:inherit;
}
.eshop-ordering__login:visited{
	color:#fff;
}
.eshop-ordering__login:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}

.eshop-ordering__field-sublist{
	-webkit-transition:max-height 1.0s;
	-moz-transition:max-height 1.0s;
	-o-transition:max-height 1.0s;
	transition:max-height 1.0s;
}
.eshop-ordering__field-sublist_state_hidden{
	max-height:0;
	visibility:hidden;
	opacity:0.0;
	-webkit-transition:max-height 0.2s;
	-moz-transition:max-height 0.2s;
	-o-transition:max-height 0.2s;
	transition:max-height 0.2s;
}
.eshop-ordering__item-list-body{
	position:relative;
	min-height:100px;
	padding:8px 20px 20px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
@-webkit-keyframes eshop-ordering__rotate{
	0%{
		-webkit-transform:rotate(0deg);
	}
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@-moz-keyframes eshop-ordering__rotate{
	0%{
		-moz-transform:rotate(0deg);
	}
	100%{
		-moz-transform:rotate(360deg);
	}
}
@-o-keyframes eshop-ordering__rotate{
	0%{
		-o-transform:rotate(0deg);
	}
	100%{
		-o-transform:rotate(360deg);
	}
}
@keyframes eshop-ordering__rotate{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}
.eshop-ordering__item-list-rotor{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:32px;
	height:32px;
	margin:-16px 0 0 -16px;
	background:url(_img/eshop-ordering__loading.png) no-repeat;
	opacity:0.0;
}
.eshop-ordering__item-list-body_state_hidden+.eshop-ordering__item-list-rotor{
	opacity:1.0;
	visibility:visible;
	-webkit-animation:eshop-ordering__rotate 2s linear infinite;
	-moz-animation:eshop-ordering__rotate 2s linear infinite;
	-o-animation:eshop-ordering__rotate 2s linear infinite;
	animation:eshop-ordering__rotate 2s linear infinite;
}
.eshop-order__shippings .eshop-ordering__field{
	margin:0;
	padding:5px 0 5px 25px;
}
.eshop-ordering__number-cell{
	text-align:right;
}
.eshop-ordering__item-name{
	color:#333;
}
.eshop-ordering__item-name_total{
	font-size: 13px;
	vertical-align:top;
}
.eshop-ordering__price-total{
	border-top:2px solid #999;
	padding-top:20px;
}
.eshop-ordering__price-total-value{
	font-size:22px;
	vertical-align:top;
	color:#333;
}
.eshop-ordering__price-total .eshop-ordering__price-total-value{
	float:right;
}
.eshop-ordering__info{
	border:none;
}
.eshop-ordering__redirect-info{
	text-align:center;
	margin:80px;
}
.eshop-ordering__redirect-info>.eshop-ordering__fieldset{
	display:inline-block;
	width:300px;
	border-radius:5px;
	background:#f4f4f4;
}
.eshop-ordering__redirect-info .eshop-ordering__info{
	font-size: 13px;
}
.eshop-ordering__auth-link{
	text-decoration:none;
	border-bottom:1px dashed;
	cursor:pointer;
	font-size:12px;
	font-weight:400;
	margin-left:44px;
}
.eshop-ordering__auth-link:hover{
	text-decoration:none;
}
.eshop-ordering__login-window{
	padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.eshop-ordering__login-window .eshop-ordering__textfield {
    padding: 0;
    height: auto;
    margin: 0;
}
.eshop-ordering__login-window .eshop-ordering__field-name {
    width: 90px;
}
.eshop-ordering__login-window .eshop-ordering__field{
	margin-left:0;
	clear: both;
}
.eshop-ordering__login-links {
    text-align: right;
    clear: both;
}
.eshop-ordering__login-window-header {
    height: 30px;
    overflow: hidden;
}
.eshop-ordering__login-form button {
    margin: 0;
}
.eshop-ordering__login-form table img {
	margin-right: 4px;
}
.eshop-ordering__close-login-window{
	float:right;
}
.eshop-ordering__login-form{
	margin:0 30px 20px 25px;
}
.eshop-ordering__reg{
	display:block;
}
.eshop-ordering__with-credit{
	margin-top:10px;
}
.eshop-ordering_type_accepted .eshop-ordering__fieldset{
	border-radius:5px;
	background:#f4f4f4;
}
.eshop-ordering_type_accepted .eshop-ordering__field{
	background:#fee601;
	color:#000;
}
.eshop-ordering_type_cancelled .eshop-ordering__fieldset{
	border-radius:5px;
}
.eshop-ordering_type_confirm .eshop-ordering__fieldset{
	box-shadow:-10px 0 12px -4px rgba(100,100,100,0.2),10px 0 12px -4px rgba(100,100,100,0.2);
}

.eshop-ordering__login-window {
    background: none repeat scroll 0 0 #FFFFFF;
    display: none;
}

.eshop-ordering__login-window_as_popup {
    display: inline-block;
    left: 50%;
    margin-left: -160px;
    position: fixed;
    top: 30%;
    width: 320px;
    z-index: 100000;
}

.eshop-ordering__login-window-header:after {
    clear: both;
    content: "";
    display: table;
}

.eshop-ordering__close-login-window {
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .eshop-ordering__item-list,
    .eshop-ordering__item-list-wrapper {
        position: relative;
        width: 100%;
        padding-top: 0;
        margin-bottom: 10px;
    }
    
    .eshop-order__shippings {
        width: 100%;
    }
    
    .eshop-ordering__submit_action_order {
        float: none;
    }
}

/* E-Shop: End Eshop Purchase
 * @tpl eshop_purchase.tpl
 */

/* E-Shop: Start buy, credit and one click button
 * @tpl _eshop_item_list.tpl
 */

.eshop-cat-detailed__announce {
   
}
 
.eshop-cat-detailed__description-image {
    float: left;
    padding-right: 16px;
    padding-bottom: 10px;
}

.eshop-cat-detailed__description {
    padding: 14px 0;
}

.eshop-cat-list__clipper,
.eshop-cat-list__container {
    font-size: 0;
}
.eshop-cat-small {
    display: inline-block;
    margin-bottom: 15px;
    min-width: 130px;
    text-align: center;
    vertical-align: top;
    word-spacing: 0;
    font-size: 13px;
}
.eshop-cat-detailed__splitter {
    background: none repeat scroll 0 0 #000000;
    display: inline;
    height: 2px;
    width: 2px;
}

.ref_small_splitter {
    display: none;
}

.ref_small_item {
    line-height: 1.6;
}

.eshop-cat-small__content {
    min-width: 150px;
    text-align: left;
}
.eshop-cat-small__category-data {
    display: inline-block;
    padding-right: 20px;
    vertical-align: top;
}

.form_type_filter {
    background: #F9F6EB;
    padding: 16px;
    border-radius: 10px;
}

.form__field-caption {
    font-weight: bold;
}

.items_small_filter {
    overflow: hidden;
    position: relative;
}
.eshop-item-small {
    -moz-box-sizing: border-box;
    display: inline-block;
    min-width: 200px;
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
    word-spacing: normal;
}

.eshop-item-detailed__subtitle-text {
    font-size: 18px;
    font-weight: normal;
}

.eshop-item-detailed__unavailable {
    box-sizing: border-box;
    color: #FF0000;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
}
.eshop-item-detailed__add-to-cart-link{
	width:71px;
	height:18px;
	border-radius:5px;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
}
.eshop-item-detailed__price-tag{
	
}

.eshop-item-small__actual-price{
	
}

.eshop-item-small__spec-announce {
	display: none; 
	padding-top: 10px;
}

.eshop-item-small__add-to-cart-link{
	padding:4px 12px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e5e5e5));
	background:-webkit-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	background:linear-gradient(top,#ffffff 0%,#e5e5e5 100%);
	color:#000;
}

.eshop-item-small__one-click {
    border-bottom: 1px dashed;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin: 6px 6px 0 6px;
}
body .eshop-item-small__content .eshop-item-small__quantity {
    vertical-align: middle;
    width: 20px;
    margin: 0;
	padding:0;
	border:1px solid #ccc;
	border-radius:3px;
	text-align:center;
}

.eshop-item-detailed__img{
	
}
.eshop-item-detailed__subtitle{
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
    margin-top:20px;
}

.eshop-item-detailed__addpics-container,
.eshop-item-detailed__addpics-clipper {
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.eshop-item-detailed__addpics-item {
    display: block;
    padding: 0;
    text-align: center;
}

.eshop-item-detailed__addpics-img {
    display:block;
    margin: 0 0 12px 0;
   
}

.eshop-item-detailed__visual {
   
}

.eshop-item-detailed__addpics {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 90%;
}

.eshop-item-detailed__price-tag{
	

}
.eshop-item-detailed__actual-price{
	display:inline-block;
	color:black;
	font-size:13px;
	font-weight:700;
	border-radius:5px;
	text-align:left;
}
.eshop-item-detailed__origin-price{
	margin:0 0 -5px;
	text-decoration:line-through;
}
.eshop-item-detailed__box{
	
}
.eshop-item-detailed__text-box{
	
}
.eshop-item-detailed__choice-box {

}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__price-tag{
	
}
.eshop-item-detailed__actual-price{
	font-size:30px;
	font-weight:400;
}


.eshop-item-detailed__base-price-caption{
	display:block;
}
.eshop-item-detailed__base-price-container{
	display:inline-block;
	text-align:left;
}
.eshop-item-detailed__add-to-cart-link{
	padding:0;
	font-size:13px;
}
.eshop-item-detailed__add-to-cart-link_base{
	border:none;
	color:#fff;
}
.eshop-item-detailed__cart-quantity{
	vertical-align:middle;
	width:23px;
	border-radius:3px;
}
.eshop-item-detailed__cart-text{
	font-weight:700;
	font-size:13px;
}
.eshop-item-detailed__other-prices .eshop-item-detailed__cart-text{
	font-size:11px;
	font-weight:400;
}
.eshop-item-detailed__popup-link{
	text-align:center;
}
.eshop-item-detailed__img-label:before{
	content:"";
	display:inline-block;
	width:14px;
	height:13px;
	margin-right:5px;
	background:url(_img/eshop-item-detailed__loupe.gif) no-repeat;
	vertical-align:middle;
}
.eshop-item-detailed__img-label{
	display: block;
	text-align: center;
}
.eshop-item-detailed__sku-name{
	font-weight:400;
}

.eshop-item-detailed__sku-value,
.eshop-item-detailed__custom-field-value,
.eshop-item-detailed__custom-field-name,
.eshop-item-detailed__sku-name {
    display: inline-block;
    vertical-align: top;
}
.eshop-item-detailed__custom-field-name{
	font-weight:400;
}
.eshop-item-detailed__sku-value{
	color:#999;
}
.eshop-item-detailed__custom-field-value{
	color:#999;
}
.eshop-item-detailed__availability-box{
	margin-bottom:8px;
}
.eshop-item-detailed__replies{
	height:15px;
	margin-top:12px;
}
.eshop-item-detailed__replies-count{
	font-style:italic;
}
.eshop-item-detailed__price-wrapper{
    text-align: center;
	overflow:hidden;
	font-size:11px;
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	padding:5px 0;
}
.eshop-item-detailed__price-wrapper:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-detailed__price-wrapper:visited{
	color:#000;
}
.eshop-item-detailed__price-wrapper:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-detailed__price-wrapper:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-detailed__price-wrapper:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	background:transparent;
	min-height:0;
	min-width:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-caption{
	display:inline-block;
	margin:0;
	font-size:11px;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	padding:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-actual{
	margin:0;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-quantity{
	display:block;
	color:#848484;
}
.eshop-item-detailed__price-wrapper_forbidden{
	background:#fdfdfd;
	cursor:default;
	border:0;
}
.eshop-item-detailed__price-wrapper_forbidden:hover{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_forbidden:active{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_vkredit .eshop-item-detailed__cart-icon{
	width:26px;
	height:20px;
	background:url("_img/eshop-item-detailed__vkredit.png") no-repeat;
}
.eshop-item-detailed__one-click-order{
	padding:8px 0;
	background-color:#2a79b6;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-ms-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-webkit-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-o-linear-gradient(top,#2a79b6,#1a5996);
	background-image:linear-gradient(top,#2a79b6,#1a5996);
	color:#fff;
	font-size: 13px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
}
.eshop-item-detailed__one-click-order:hover{
	background:#2a79b6;
}
.eshop-item-detailed__one-click-order:before{
	content:"";
	display:inline-block;
	vertical-align:bottom;
	width:20px;
	height:20px;
	margin-right:7px;
	background:url("_img/eshop-item-detailed__one-click.png");
}
.eshop-item-detailed__comparison{
	margin:10px 0;
}
.eshop-item-detailed__price-postfix{
	font-weight:700;
}
.eshop-item-detailed__addpics-container{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.eshop-item-list__content {
    overflow: hidden;
    position: relative;
}
.eshop-item-list__container:after {
    content: "";
    display: inline-block;
    height: 0;
    opacity: 0;
    width: 100%;
}
.eshop-item-list__container {
    display: block;
    font-size: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: justify;
    transition: left 0.5s ease-out 0s, top 0.5s ease-out 0s;
    width: auto;
    word-spacing: -2px;
}
.eshop-item-list__clipper {
    overflow: hidden;
    position: relative;
    width: auto;
}
.eshop-item-list {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: auto;
}
.compare_small_body {
    padding: 10px 0;
}
.eshop-item-list__compare{
	margin:20px 0;
}
.eshop-item-list_type_catalog{
	overflow:visible;
}
.eshop-item-list_type_catalog .eshop-item-list__clipper{
	overflow:visible;
}
.chosen-properties__property, .chosen-properties__value {
	width: 49%;
	display: inline-block;
}
.eshop-item-properties_notavail{
	background:#fff0f0;
	border:1px solid #fcc;
}
.eshop-item-properties_notavail .eshop-item-properties__header::after{
	content:attr(title);
	color:#999;
	font-size:11px;
	margin-left:6px;
	text-transform:lowercase;
}
.eshop-item-properties__header{
	padding:2px 0;
}
.eshop-item-properties_disabled{
	color:#ccc;
}
.eshop-item-properties__radio{
	border:0;
}
.eshop-item-properties__label:hover{
	color:#4490b2;
}
.eshop-item-properties__label_visited{
	font-weight:700;
}
.eshop-item-properties__label_value_notset{
	font-style:italic;
}
.eshop-item-properties__order-num{
	color:green;
	font-weight:900;
}
.eshop-item-properties__reset{
	border:1px solid #eee;
	padding:3px;
	background:#fff;
}
.eshop-item-properties_type_chosen-properties{
	padding:0;
	border:0;
	border-radius:0;
	background:transparent;
	margin:0;
	transition:all 0.0s;
}
.eshop-item-properties_type_chosen-properties::after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__header{
	padding:0;
	font-weight:700;
	margin-bottom:10px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__header::after{
	display:none;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__property{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__value{
	float:left;
	width:49%;
	padding:0;
	font-size:12px;
}
.eshop-item-properties_type_chosen-properties .eshop-item-properties__value_disabled{
	color:#ccc;
}

.ami-eshop-properties__wrapper-table .eshop-item-tooltip-prop {display: none !important;}
.ami-eshop-properties__wrapper-table .ami-eshop-properties__wrapper-table-tr__1 .eshop-item-tooltip-prop {display: block !important;}

.ami-eshop-properties__wrapper-table td,
.ami-eshop-properties__wrapper-table th {
    padding: 6px 12px;
    border: 1px solid #A7A7A7;
    vertical-align: middle;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__actual-price {
    font-size: 16px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__price-tag {
    float: left;
    background: none;
    padding: 0;
    top: 6px;
    position: relative;
    min-height: 10px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__cart-box_base {
    padding: 2px 12px;
    float: right;
    margin-left: 10px;
}

.ami-eshop-properties__wrapper-table th {
	background:#fadf71;
	background-color:#fff376;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#fff376,#f9d968);
	background-image:-ms-linear-gradient(top,#fff376,#f9d968);
	background-image:-webkit-linear-gradient(top,#fff376,#f9d968);
	background-image:-o-linear-gradient(top,#fff376,#f9d968);
	background-image:linear-gradient(top,#fff376,#f9d968);
}

#ami-eshop-properties__wrapper {
    padding-top: 20px;
}

#ami-eshop-properties__wrapper label {
    display: inline-block;
    padding-left: 4px;
    margin: 0;
    position: relative;
    top: -1px;
}
.eshop-item-properties{
	color:#555;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:5px;
}
.eshop-item-properties_notavail{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border:1px solid #fcc;
}
.eshop-item-small:hover .eshop-item-small__additional-prices{
	visibility:visible;
	opacity:1;
}
.eshop-item-small__content{
	background:transparent;
	height:100%;
	text-align:center;
	font-size: 13px;
	padding: 6px;
}
.eshop-item-small__category,.eshop-item-small__category:visited{
	text-decoration:underline;
	font-weight:700;
	font-size:12px;
}
.eshop-item-small__title,.eshop-item-small__title:visited{
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
}
.eshop-item-small__title:hover,.eshop-item-small__category:hover{
	text-decoration:none;
}
.eshop-item-small__prices{
	margin-top:8px;
}
.eshop-item-small__base-price{
	display:inline-block;
}
.eshop-item-small__base-price .eshop-item-small__cart-text {
	text-decoration: none;
}
.eshop-item-small__caption{
	display:block;
}

.eshop-item-small__price-tag{
	
}
.eshop-item-small__price-tag_additional{
	font-size:13px;
	font-weight:700;
	height:22px;
	padding-top:8px;
}
.eshop-item-small__price-tag_vkredit{
	display:inline-block;
}
.eshop-item-small__price-actual{
	display:block;
	margin-top:8px;
	font-size:13px;
	font-weight:bold;
}
.eshop-item-small__price-original{
	display:block;
	margin-bottom:-11px;
	margin-top:-2px;
    text-decoration: line-through;
    font-size: 13px;
}

.eshop-item-small__cart-form{
    display:inline-block;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 10px;
}

.eshop-item-small__cart-text:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}

.eshop-item-small__additional-prices{
	border-radius:0 0 5px 5px;
}
.eshop-item-small__additional-price_vkredit{
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	background-color:#ddd;
	display:inline-block;
	margin:6px 0;
	padding-left:4px;
	padding-right:4px;
}
.eshop-item-small__additional-price_vkredit:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-small__additional-price_vkredit:visited{
	color:#000;
}
.eshop-item-small__additional-price_vkredit:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-small__additional-price_vkredit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-small__additional-price_vkredit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__caption{
	display:inline-block;
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__cart-icon{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	height:20px;
	background:url("_img/eshop-item-small__vkredit.png") no-repeat;
}
.eshop-item-small__vkredit-price{
	font-weight:700;
}
.eshop-item-small__price-postfix{
	font-weight:700;
}
.eshop-item-small__additional-price_not_avail{
	background:#fff;
	cursor:default;
}
.eshop-item-small__additional-price_not_avail .eshop-item-small__cart-form{
	display:none;
}

.eshop-item-small__header {
   
}

.eshop-item-small_type_miniblock .eshop-item-small__additional-prices{
	position:static;
	visibility:visible;
	opacity:1;
}

.eshop-item-small__additional-price_vkredit div {
    display: inline-block !important;
}

#cart_items * {
    font-size: 100%;
}


#cartPopupWindow .cart-small__cont-btn {
	
}

.cart-small__title {
    display: block;
    font-weight: bold;
} 

.popupContent .cart-small {
    display: inline;
}

.popupContent .cart-small__order-btn {
    margin-right: 10px;
    display: inline-block;
}




.eshop-ordering__redirect-info{
	display:none;
	visibility:hidden;
}

.recalc123 {
	text-decoration: none !important;   
}

@media screen and (max-width: 1000px) {
    #cart_items td:nth-child(3) {
    	display: none;
    }
    
    #cart_items td {
    	padding: 12px 2px 12px 2px;
    }
    
 
    
    #cart_items img {
        width: 60px;
        height: auto;
        display: none;
    }
    
    #cart_items input {
        padding: 4px 0;
        width: 22px !important;
        height: auto !important;
        font-size: 14px !important;
    }
}

/* E-Shop: End buy, credit and one click button
 * @tpl _eshop_item_list.tpl
 */

/* E-Shop: Start cart popup
 * @tpl eshop_cart.tpl
 */

div.amiPopup {
    height: auto !important;
}

.cart-small__info_not_empty, .amiPopup .cart-small__cont-btn {
    display: block;
    padding: 2px 0 8px 0;
}

.amiPopup .cart-small__info_not_empty,
.amiPopup .cart-small__cont-btn {
    display: inline;
    padding: 0;
}

.amiPopup .cart-small__success-message {
    display: block;
    padding: 10px 0;
    font-weight: bold;
}

.amiPopup #cart-small__info_not_empty {
    padding-bottom: 8px;
    display: block;
}


#cart-small__info_is_empty {
    padding: 2px 0 8px;
}

.cart-small__cont-btn,
.cart-small__success-message,
.cart-small_not_empty #cart-small__info_is_empty,
.cart-small_type_one-click .cart-small__order-btn,
.cart-small_type_one-click .cart-small__cont-btn,
.cart-small_empty #cart-small__info_not_empty,
.amiPopup .cart-small__info,
.cart-small__order-btn {
    display: none;
}

.cart-small_not_empty .cart-small__order-btn {
    display: inline-block;
}

#cartPopupWindow .cart-small_type_one-click div .cart-small__order-btn,
#cartPopupWindow .cart-small_type_one-click div .cart-small__cont-btn {
    display: none !important;
}

/* E-Shop: End cart popup
 * @tpl eshop_cart.tpl
 */

/* 5. SYSTEM ****************************************************************************************************/

/* SYSTEM: Start added items to cart
 * @tpl _eshop_item_list.tpl
 */

.eshop-item-detailed__price-wrapper,
.eshop-item-detailed__price-box {
    overflow: visible !important;
}

.eshop-item-small__added-items-prop {
    box-shadow: 0 0 10px -2px #000;
    border-radius: 5px;
    display: none;
    position: absolute;
    bottom: 110px;
    right: 0;
    width: 240px;
    background: #fff;
    padding: 10px 20px;
    z-index: 20;
    color: #000;
    font-weight: normal;
    cursor: pointer;
    font-size: 13px;
}
.added-items-prop-list {
    text-align: left;
    height: auto;
    bottom: auto;
    right: auto;
    width: 205px;
}
.eshop-item-small__added-items-prop__title {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 5px;
    color: #333;
    font-size: 13px;
    border: 0;
}

#cart_items tr {
    -webkit-transition:background 1s ease-in-out;
    -moz-transition:background 1s ease-in-out;
    -o-transition:background 1s ease-in-out;
    transition:background 1s ease-in-out;
}

.cart_items__tr-select {
    background: #D4FDDA;
}

.cart_items__tr {
    background: #fff;
}

.eshop-item-detailed__box .eshop-item-tooltip {
    margin: 0;
    right: 0;
}

@-webkit-keyframes animate-shine { 
    0% {opacity: 0; width: 0%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 100%;}
}

@-moz-keyframes animate-shine {
    0% {opacity: 0; width: 0%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 100%;}
}
    
@-webkit-keyframes animate-shine-remove { 
    0% {opacity: 0; width: 100%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 0%;}
}

@-moz-keyframes animate-shine-remove {
    0% {opacity: 0; width: 100%;}
    50% {opacity: 0.6; width: 50%;}
    100% {opacity: 0; width: 0%;}
}

.eshop-add-to-cart__process-add:after,
.eshop-add-to-cart__process-remove:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    width: 0;
    -webkit-animation: animate-shine 0.7s linear infinite;
    -moz-animation: animate-shine 0.7s linear infinite;
    animation: animate-shine 0.7s linear infinite;
}
    
.eshop-add-to-cart__process-remove:after {
    -webkit-animation: animate-shine-remove 0.7s linear infinite;
    -moz-animation: animate-shine-remove 0.7s linear infinite;
    animation: animate-shine-remove 0.7s linear infinite;
}

.eshop-item-tooltip {
	position: absolute;
    display: none;
    font-size: 11px !important;
    font-weight: normal;
    background: #D4FDDA;
	color: #5c5c5c;
	padding: 1px 0;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
	text-align: center;
	font-size: 13px;
    z-index: 1;
    bottom: 30px;
    margin-left: -45px;
    left: 50%;
    cursor: default;
}

.eshop-item-tooltip-area {
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    overflow: hidden;
    max-height: 14px;
    width: 90px;
}

.eshop-item-tooltip-title {
    display: block;
    padding: 0 10px;
    text-align: left;
}

.eshop-item-tooltip:hover .eshop-item-tooltip-area  {
    max-height: 100px;
    height: auto;
}

.eshop-item-detailed__prices .eshop-item-tooltip {
    left: auto;
}

.eshop-item-tooltip-prop #properties-items-popup {
    text-align: left;
    display: block;
    padding: 10px;
}

.eshop-item-tooltip-prop .eshop-item-tooltip__btn-cart {
    width: 90px;
}

.eshop-item-tooltip-prop:hover .eshop-item-tooltip-area {
    max-height: 200px;
    height: auto;
    width: 207px;
}

.eshop-item-tooltip-prop #properties-items-popup {
    overflow: hidden;
    width: 200px;
}

.eshop-item-tooltip__btn-cart,
.eshop-item-tooltip__btn-delete {
    cursor: pointer;
    display: block;
    border: 1px solid #DFDFDF;
	background:#FAFAFA;
	background:-moz-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
	background:linear-gradient(top,#FAFAFA 45%,#e5e5e5 75%);
    margin: 4px 8px 2px 8px;
    border-radius: 3px;
}

.eshop-item-tooltip__btn-cart:hover,
.eshop-item-tooltip__btn-delete:hover {
	background:#FAFAFA;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
}

.eshop-item-tooltip:before {
    content: '';
    border-top: 6px solid #DDD;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    left: 35px;
    bottom: -7px;
}
.eshop-item-tooltip:after {
    content: '';
    border-top: 5px solid #CFC;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    left: 37px;
    bottom: -5px;
}
/* SYSTEM: End added items to cart
 * @tpl _eshop_item_list.tpl
 */

/* SYSTEM: Start module sort
 * @tpl _eshop_item_list.tpl
 * @tpl _sort.tpl
 */

.eshop-item-list__caption::after{
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.eshop-item-list__caption{
	position:relative;
	margin-top:10px;
	min-height:30px;
}
.sorter {
    
}

.sorter__link{
	
}
.sorter__item{
	margin:0 4px;
	
}
.sorter__item_type_asc{
	padding-left:12px;
	font-weight:700;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+py43QgFyypoqd3qYAADs=") no-repeat;
	background-position:left center;
}
.sorter__item_type_desc{
	padding-left:12px;
	background:url("data:image/gif;base64,R0lGODlhCwALAIABAAAAAP///yH5BAEAAAEALAAAAAALAAsAAAIPjI+pyx0AI0hyqtis2/wUADs=") no-repeat;
	background-position:left center;
	font-weight:700;
}

div.sort {
    height: 40px;
}

div.sort_caption,
div.sort_field,
div.sort_field_caption,
div.sort_field_separator,
div.sort_dir {
    float: left;
}

div.sort_field_active {
}

div.sort_field_caption {
    padding-left: 6px;
}

div.sort_field_separator {
    padding-left: 6px;
    border-right: 1px dotted black;
}

div.sort_field_active div.sort_field_caption {
    font-weight: bold;
}

div.sort_dir {
    padding-left: 8px;
}

.eshop-item-list__search-result {
    padding: 14px 0 6px 0;
}

.eshop-item-list__sorting{
	display:inline-block;
	float:left;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius:5px 5px 5px 5px;
}
.eshop-item-list__sort-over-text{
	font-weight:bold;
}
.eshop-item-list__switcher {
	margin-top: 10px;
}
.eshop-item-list__switcher label {display: inline-block;}
.eshop-item-list__switcher:nth-of-type(n){
	display:block;
	float: right;
	padding:5px 15px;
	border:1px solid #ccc;
	border-radius:5px;
	font-size:12px;
	font-weight:400;
}
.eshop-item-list__switcher-radio-list{
	display:none;
}
.eshop-item-list__switcher-radio-table{
	display:none;
}
.eshop-item-list__switcher-label-list{
	margin:0 10px;
	padding-left:20px;
	background:url("data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAEAAQAwERAAIRAQMRAf/EAFwAAAMBAAAAAAAAAAAAAAAAAAIDBAcBAQAAAAAAAAAAAAAAAAAAAAAQAAICAgEEAgMAAAAAAAAAAAECAwQRBQYAIRITMVEiMgcRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/ANv1ew1a2OWO/M5PCG2gsSSeqJdY3sZfUj2lkhIZgY8+OO2P3ySDdfveOvsK0cf9DW9K8qLHSNjTn3MzALHiKukh8j2wpz9dAembmUF3ksrcd1tYtbQ6mWOYQG9FkhprUsa2GDqmCMx5zlcYHmQvrbHnzW4Us6LWw1GcCxNHtJpJEQn8mWM0UDED4BcZ+x0H/9k=") no-repeat;
	color:#4490b2;
	cursor:pointer;
	text-decoration:underline;
}
.eshop-item-list__switcher-label-table{
	margin:0 10px;
	padding-left:20px;
	background:url("data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAPAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAEAAQAwERAAIRAQMRAf/EAGwAAQEBAAAAAAAAAAAAAAAAAAQDBwEAAgMAAAAAAAAAAAAAAAAAAQQDBQYQAAMAAgAFBQEAAAAAAAAAAAECAxEEACExcRJBYZEyBTQRAAEEAgICAwAAAAAAAAAAAAIAAREDUQRhcUESIbHR/9oADAMBAAIRAxEAPwDZ/P8AQ2NqktV5zSevOgLQm+SYTYksZOfs56t8etmA1BUJEMu/L5flZ+yzYPYMAP1YY8NhuFVdf9aNaPs2k8EWwKDXmhyNdnXDCEyD5c+o7Y58QHbSQwIwXb57TVFOyJyZ+w9NjpE0aCNnteVlZ9eUmQ6myWV0kiNkjXccmQ4w3bgHez1CPlv1GrVIdg7H+WKPpkrZ3pPG4lG5o6VE1GpsAktJkVf50xlvcDheU7D4X//Z") no-repeat;
	color:#4490b2;
	cursor:pointer;
	text-decoration:underline;
}
.eshop-item-list__switcher-label-list:hover{
	text-decoration:underline;
}
.eshop-item-list__switcher-label-table:hover{
	text-decoration:underline;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-list{
	color:#4490b2;
	text-decoration:underline;
	font-weight:700;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__caption .eshop-item-list__switcher .eshop-item-list__switcher-label-table{
	color:#4490b2;
	text-decoration:underline;
	font-weight:700;
}

.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small{
	display:block;
	width:auto;
	text-align:left;
	clear: both;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__header{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__visual{
	width:auto;
	text-align:left;
	float:left;
	margin-right:30px;
	margin-bottom:10px;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__comparison{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__line{
	text-align:left;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__spec-announce{
	display:block;
}
.eshop-item-list__switcher-radio-list:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__content{
	text-align:left;
	max-width:1000px;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small{
	display:inline-block;
}
.eshop-item-list__switcher-radio-table:checked~.eshop-item-list__clipper>.eshop-item-list__container>.eshop-item-small .eshop-item-small__spec-announce{
	display:none;
}

.sort-type {
    display: block;
    height: 40px;
    line-height: 1.8;
    width: 100%;
}
.sort-type__area {
    float: right;   
}
.sort-type__field, .sort-type__caption, .sort-type__selectarea {
    float: left;
}
.sort-type__field-caption {
    padding: 0;
    margin: 0 8px;
}
.sort-type__field-selected {
    font-weight: bold;
}
.sort-type__selectarea {
    margin-left: 5px;
}

/* SYSTEM: End module sort
 * @tpl _eshop_item_list.tpl
 * @tpl _sort.tpl
 */

/* SYSTEM: Start rating like
 * @tpl rating_like.tpl
 * @tpl ext_rating_like.tpl
 */

.rating__like-form {
    clear: both;
    height: 20px;
    line-height: 1;
    position: relative;
}

.rating-like__form-popup {
    background: none repeat scroll 0 0 #000000;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #FFFFFF;
    color: #FFFFFF;
    padding: 3px 10px;
    position: absolute;
    right: 0;
    top: -35px;
    width: 120px;
}

.rating-like__form-popup__txt {
    font-size: 11px !important;
}

.rating-like__form-popup .rating-like__form-popup__arrow {
    background: url(_img/icon-dec-sel.gif) no-repeat;
    display: block;
    height: 11px;
    position: absolute;
    right: 10px;
    bottom: -7px;
    width: 11px;
}
    
.like__ajax-loader {
    background: url(_img/ami_jsapi/loader-mini__white.gif) #fff center no-repeat;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
}
    
.amiphotoalbum .like__ajax-loader {
	background: url(_img/ami_jsapi/loader-mini__black.gif) center no-repeat;
}

.rating-like__form-block {
    cursor: pointer; 
    padding: 4px 2px;
    position: relative;
    left: -3px;
    top: -3px;
    border-radius: 3px;
    opacity: 0.8;
}
.rating-like__form-block__like-count {
    padding-left: 0;
    position: relative;
    top: 3px;
    font-size: 11px !important;
    min-width: 12px;
}
.rating-like__form-block:hover {opacity: 1;}
.rating-like__form-block__like, .rating-like__form-block__like-count, .rating-like__form-block {float: left;}
.rating-like__form-block__like {
    background: url("_img/rating/like/like_hand_black.png") no-repeat scroll left center transparent;
    font-size: 0 !important;
    height: 16px;
    width: 20px;
}
.rating-like__form-block-off {opacity: 0.5;}
.rating-like__form-block-off:hover {background: none;cursor: default; opacity: 0.5;}
.rating-like__form-block,
.rating-like__form-block:hover,
.rating-like__form-block:hover .rating-like__form-block__like-count {
    color: #000; 
    background: none;
}

/* SYSTEM: End rating like
 * @tpl rating_like.tpl
 * @tpl ext_rating_like.tpl
 */

/* SYSTEM: Start rating stars oneblock
 * @tpl rating_stars_oneblock.tpl
 * @tpl ext_rating_stars_oneblock.tpl
 */

.rating-stars__form {
    line-height: 1;   
}
body .rating-stars__form-block, .rating-stars__form-votes { 
    width: 100px;
    height: 21px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.rating-stars__rate-off {
    color: #ff0000;   
}
.rating-stars__rate-on {
    color: #21C268;   
}
.rating-stars__rate-block {
    font-size: 13px;   
    text-align: left;
    padding-top: 5px;
}
.rating__stars-form {
    padding: 10px 0;   
}
.rating-stars__rate-on {
    color: #21C268;
}

/* SYSTEM: End rating stars oneblock
 * @tpl rating_stars_oneblock.tpl
 * @tpl ext_rating_stars_oneblock.tpl
 */

/* SYSTEM: Start slider pad */

.slider-pad{
	user-select:none;
	-o-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
}
.slider-pad__arrow-left,.slider-pad__arrow-right,.slider-pad__arrow-up,.slider-pad__arrow-down{
	position:absolute;
	display:block;
	visibility:hidden;
	font-size:76px;
	cursor:pointer;
	opacity:0.7;
	transition:opacity 0.3s,background 0.3s;
	-moz-transition:opacity 0.3s,background 0.3s;
	-webkit-transition:opacity 0.3s,background 0.3s;
	-o-transition:opacity 0.3s,background 0.3s;
	z-index:2;
}
.slider-pad__arrow-left{
	width:15px;
	height:60px;
	left:0;
	top:0;
	background:url(_img/slider-pad__arrow-left.png) no-repeat;
	background-position:left,center;
}
.slider-pad__arrow-right{
	width:15px;
	height:60px;
	right:0;
	top:0;
	background:url(_img/slider-pad__arrow-right.png) no-repeat;
	background-position:right,center;
}
.slider-pad__arrow-up{
	position:absolute;
	left:0;
	top:0;
	width:60px;
	height:15px;
	
}
.slider-pad__arrow-down{
	position:absolute;
	left:0;
	bottom:0;
	width:60px;
	height:15px;

}
.slider-pad__arrow-left:hover,.slider-pad__arrow-right:hover,.slider-pad__arrow-up:hover,.slider-pad__arrow-down:hover{
	opacity:1.0;
}
.slider-pad__arrow-left{
	left:0;
}
.slider-pad__arrow-right{
	right:0;
}
.slider-pad__arrow-up{
	top:0;
}
.slider-pad__arrow-down{
	bottom:0;
}
.slider-pad__arrow_disabled,.slider-pad__arrow_disabled:hover{
	opacity:0.2;
}

/* SYSTEM: End slider pad */

/* SYSTEM: Start main menu
 * @tpl menu.tpl
 */

.main-menu {
    padding: 0;
    font-size: 0;
}

.main-menu__item {
    display: inline-block;
    list-style-type: none;
    position: relative;
    font-size: 13px;
}

.main-menu__item:hover,
.main-menu__item:hover .main-menu {
    background: #FFF;
    z-index: 1;
}

.main-menu__item_level_0 a {
    padding: 4px 6px;
    display: block;
}

.main-menu__item_level_0 .main-menu {
    position: absolute;
    white-space: nowrap;
    display: none;
}

.main-menu__item:hover .main-menu {
    display: block;
}

.main-menu__item_level_0 .main-menu .main-menu__item {
    display: block;
}


/* SYSTEM: End main menu
 * @tpl menu.tpl
 */

/* SYSTEM: Start gadget slide images
 * @tpl imagetape*.tpl
 */

.image-tape{
	position:relative;
	overflow:hidden;
}
.image-tape__clipper{
	position:relative;
	overflow:hidden;
}
.image-tape__container{
	transition:0.5s ease-out;
	-moz-transition:0.5s ease-out;
	-webkit-transition:0.5s ease-out;
	-o-transition:0.5s ease-out;
	text-align:justify;
}
.image-tape__item{
	display:inline-block;
	padding:0;
	text-align:center;
}
.image-tape__img{
	margin:10px;
}
.image-tape__radio{
	display:none;
}
.image-tape__number{
	display:none;
}
.image-tape_type_slideshow{
	position:relative;
	display:inline-block;
	z-index:0;
}
.image-tape_type_slideshow .image-tape__img{
	margin:0;
}
.image-tape_type_slideshow .image-tape__radio{
	display:none;
}
.image-tape_type_slideshow .image-tape__number{
	position:relative;
	display:inline-block;
	z-index:2;
	margin:0 3px;
	padding:4px 8px;
	background:#fff;
	cursor:pointer;
	font-size:12px;
	line-height:1em;
}
.image-tape_type_slideshow .image-tape__number:hover{
	background:#e6e6e6;
}
.image-tape_type_slideshow .image-tape__number-list{
	position:absolute;
	bottom:15px;
	right:15px;
	z-index:11;
}
.image-tape_type_slideshow .image-tape__item{
	opacity:1;
	position:relative;
}
.image-tape_type_slideshow .image-tape__item~.image-tape__item{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__number-list .image-tape__number:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__number-list .image-tape__number:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__number-list .image-tape__number:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__number-list .image-tape__number:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__number-list .image-tape__number:nth-of-type(5){
	background:#333;
	color:#fff;
}
.image-tape_type_slideshow .image-tape__radio:checked~.image-tape__item{
	opacity:0;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__item:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__item:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__item:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__item:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__item:nth-of-type(5){
	opacity:1.0;
	z-index:6;
}
.image-tape_type_slideshow .image-tape__number-after{
	position:absolute;
	display:block;
	left:0;
	top:0;
	position:absolute;
	margin:0;
	padding:4px 8px;
	opacity:0;
	color:#fff;
	background:#333;
}
.image-tape:hover .image-tape__item,.image-tape:hover .image-tape__number-after{
	-moz-animation-play-state:paused;
	-o-animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-play-state:paused;
}
.image-tape_type_slideshow .image-tape__item{
	visibility:hidden \9;
}
.image-tape_type_slideshow .image-tape__item.image-tape__item_state_checked{
	visibility:visible \9;
	opacity:1.0 \9;
}
.image-tape_type_slideshow .image-tape__number-after{
	display:none \9;
}
.image-tape_type_slideshow .image-tape__number_state_checked .image-tape__number-after{
	display:none \9;
}
.image-tape_type_slideshow .image-tape__item_state_checked{
	z-index:5;
}
.image-tape_type_slideshow .image-tape__number_state_checked{
	background:#333;
	color:#fff;
}
*+html .image-tape_type_slideshow .image-tape__item{
	visibility:hidden;
}
*+html .image-tape_type_slideshow .image-tape__item_state_checked{
	visibility:visible;
}
*+html .image-tape_type_slideshow .image-tape__number-after{
	display:none;
}
* html .image-tape_type_slideshow{
	height:210px;
}
* html .image-tape_type_slideshow .image-tape__item{
	position:absolute;
}
* html .image-tape_type_slideshow .image-tape__item{
	visibility:hidden;
}
* html .image-tape_type_slideshow .image-tape__item_state_checked{
	visibility:visible;
}
* html .image-tape_type_slideshow .image-tape__number-after{
	display:none;
}

/* SYSTEM: End gadget slide images
 * @tpl imagetape*.tpl
 */

/* SYSTEM: Start global cols */

.global_cols_{
	width:auto;
}
.global_cols_0{
	width:auto;
}
.global_cols_1{
	width:100%;
}
.global_cols_2{
	width:50%;
}
.global_cols_3{
	width:33.33%;
}
.global_cols_4{
	width:25%;
}
.global_cols_5{
	width:20%;
}
.global_cols_6{
	width:16.666%;
}
.global_cols_7{
	width:14.285%;
}
.global_cols_8{
	width:12.5%;
}
.global_cols_9{
	width:11.111%;
}
.global_cols_10{
	width:10%;
}
.global_cols_11{
	width:9.09%;
}
.global_cols_12{
	width:8.333%;
}
.global_cols_13{
	width:7.692%;
}
.global_cols_14{
	width:7.142%;
}
.global_cols_15{
	width:6.666%;
}
.global_cols_16{
	width:6.25%;
}
.global_cols_17{
	width:5.882%;
}
.global_cols_18{
	width:5.555%;
}
.global_cols_19{
	width:5.263%;
}
.global_cols_20{
	width:5%;
}
*+html .global_cols_0{
	width:auto;
}
*+html .global_cols_1{
	width:100%;
}
*+html .global_cols_2{
	width:47%;
}
*+html .global_cols_3{
	width:30%;
}
*+html .global_cols_4{
	width:23%;
}
*+html .global_cols_5{
	width:18%;
}
*+html .global_cols_6{
	width:15%;
}
*+html .global_cols_7{
	width:13%;
}
*+html .global_cols_8{.eshop-item
	width:11%;
}
*+html .global_cols_9{
	width:10%;
}
*+html .global_cols_10{
	width:9%;
}
*+html .global_cols_11{
	width:8%;
}
* html .global_cols_0{
	width:auto;
}
* html .global_cols_1{
	width:100%;
}
* html .global_cols_2{
	width:47%;
}
* html .global_cols_3{
	width:30%;
}
* html .global_cols_4{
	width:23%;
}
* html .global_cols_5{
	width:18%;
}
* html .global_cols_6{
	width:15%;
}
* html .global_cols_7{
	width:13%;
}
* html .global_cols_8{
	width:11%;
}
* html .global_cols_9{
	width:10%;
}
* html .global_cols_10{
	width:9%;
}
* html .global_cols_11{
	width:8%;
}

/* System: End Start global cols */

/* System: Start small login form
 * @tpl members.tpl
 */

.small_login_form {
	background: none repeat scroll 0 0 #FFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 15px #777;
	left: 50%;
	margin-left: -155px;
	margin-top: -110px;
	padding: 20px 30px;
	position: fixed;
	width: 250px;
	z-index: 11;
	transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-moz-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-webkit-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-o-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	opacity: 0;
	top: -50%;
}
.small_login_form .btn {
    padding: 6px 10px;
}
.small_login_form_on {
	transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-moz-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-webkit-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-o-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	opacity: 1;
	top: 50%;
}
.small_login_form_close {
	cursor: pointer;
	height: 25px;
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
}
.small_login_form_close img {
	margin-left: -9px;
	margin-top: -5px;
}

/* System: End small login form
 * @tpl members.tpl
 */

/* System: Start popup */

div.popupWindowShadow{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    background: #fff;
    background: #000000;
    -moz-opacity: 0.3;
    filter:alpha(opacity=30);
    opacity: 0.3;
    z-index:10;
}

div.amiPopup {
    display: none;
    position: fixed;
    background: white;
    overflow: hidden;
    box-shadow: 0px 0px 15px 3px #000;
    height: auto !important;
    border-radius: 5px;
}

div.amiPopup .popupClose{
    position: absolute;
    display: block;
    right: 5px;
    top: 1px;
    width: 39px;
    height: 39px;
    background: url("_img/ami_jsapi/glass-frame-close.png");
    cursor: pointer;
}

div.amiPopup .popupHeader{
    cursor:move;
    position: relative;
    display: block;
    height: 0;
}

div.amiPopup .popupHeaderText{
    margin: 3px 0px 0px 14px;
    font-weight: bold;
}

.popupContent {
    padding: 5px 10px 10px 14px;
}

/* System: End popup */

/* System: Start user rating
 * @tpl user_rating.tpl
 */

.amiUserRatingControls {
    float: right;
    padding-left: 10px;
    padding-top: 1px;
}

.amiUserRatingControls .amiUserRatingDec, .amiUserRatingControls .amiUserRatingInc {
    width: 16px;
    height: 16px;
    float: left;
    cursor: pointer;
}

.amiUserRatingControls .amiItemRatingValue .user_rating_minus {
    color: red;
}

.amiUserRatingControls .amiItemRatingValue .user_rating_null {
    color: #ccc;
}

.amiUserRatingControls .amiUserRatingDec {
    background: url(_img/rating/hands.png) no-repeat -18px 1px;
    opacity: 0.25;
}

.amiUserRatingControls .amiUserRatingDec:hover {
    opacity: 1;
}

.amiUserRatingControls .amiUserRatingInc {
    background: url(_img/rating/hands.png) no-repeat 0 0;
    opacity: 0.25;
}

.amiUserRatingControls .amiUserRatingInc:hover {
    opacity: 1;
}

.amiUserRatingControls .amiItemRatingValue {
    color: green;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding-top: 2px;
    text-align: center;
    width: 25px;
}

.amiUserRatingControls .user_rating_count {
    color: #ccc;
    padding: 0 3px;
}

.amiUserRatingMemberBg{
    margin-top: 8px;
    width: 102px;
    height: 16px;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft, .amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    width: 59px;
    background: url(_img/rating/stars/users_stars_gray.png) no-repeat;
    height: 10px;
    float: left;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgRight .amiUserRatingMemberPositive {
    background: url(_img/rating/stars/users_stars_green.png) no-repeat;
    height: 10px;
    float: left;
}

.amiUserRatingControls .thanks_user, .amiUserRatingControls .thanks_user:hover {
    margin-top: -3px;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 15px;
    width: auto;
    color: #000000;
    background: #efeaea;
    /* Old browsers */
	background: -moz-linear-gradient(top, #efeaea 0%, #eaeaea 50%, #cecece 100%);
    /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efeaea), color-stop(50%,#eaeaea), color-stop(100%,#cecece));
    /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
    /* IE10+ */
	background: linear-gradient(top, #efeaea 0%,#eaeaea 50%,#cecece 100%);
	opacity: 0.7;
}

.amiUserRatingControls .thanks_user:hover {
    opacity: 1;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft {
    border-right: 1px solid black;
    display: none;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgRight {
    border-left: 1px solid white;
}

.amiUserRatingMemberBg .amiUserRatingMemberBgLeft .amiUserRatingMemberNegative{
    background-color: red;
    float: right;
    height: 16px;
}

.amiUserRatingMemberBg .amiUserRatingMemberTitle{
    font-size: 10px;
}

.amiUserRatingControls div {
    line-height: 1.2 !important;
    font-size: 13px !important;
}

/* System: End user rating
 * @tpl user_rating.tpl
 */

/* System: Start alert window */

.AlertWindow, #status_message {
    position:fixed;
    top:200px;
    left:200px;
    padding:20px;
    font-size: 13px;
    visibility:hidden;
    border:2px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0px 0px 10px 3px #ccc;
    -webkit-box-shadow: 0px 0px 10px 3px #ccc;
    box-shadow: 0px 0px 10px 3px #ccc;
    z-index:10000;
}

div.AlertWindow {
    overflow: hidden;
    cursor: move;
}

div.AlertWindow .popupClose{
    position: absolute;
    display: block;
    right: 5px;
    top: 3px;
    width: 39px;
    height: 39px;
    background: url("_img/ami_jsapi/glass-frame-close.png");
    cursor: pointer;
}

div.AlertWindow .popupHeader{
    display: block;
    width:100%;
    height: 0px;
}

div.AlertWindow .popupHeaderText {
    display: none;
}

div.AlertWindow .popupContent {
    padding: 0px;
}

.status_error, .error {
    background:#ffef8f;
    color: #F00000;
}

.status_normal {
    background:#b0efff;
}

.status_notice {
    background:#ffef8f;
}

.local_status_error {
    color:#800000;
}

.local_status_notice {
    color:#008000;
}

.local_status_normal {
    color:#008000;
}

/* System: End alert window */

/* System: Start discussion
 * @tpl discussion.tpl
 */

.user_source_app_buttons__block-btn td {
    padding-left: 4px;
}

.discussion_item_row {
    float: left;
    padding-right: 5px;
}

.discussion_bb_preview {
    display: none;
    text-align: center;
    width: 600px;
}

.discussion_amiroTEdDivPreview,
.quest_preview,
.forum_preview {
    border: 1px solid #A5A5A5;
    display: none;
    padding: 4px;
    background: #F0F0F0;
    margin-bottom: 10px;
    margin-left: 4px;
    margin-top: 6px;
}

.form[action='forum'] {
    padding-bottom: 20px;
}

.member_forum_watch_menu {
    float: left;
}

.discuss_Vsplitter {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 16px;
}
.discussion_span_answer_for {
    display: none;
    padding-bottom: 10px;
}

.discussion_extension__list hr {
    margin-bottom: 16px;
}

.message_text {
    padding-bottom: 16px;
    margin-top: 6px;
}

.front_edit_msg, .quest_subject_item_row, .quest_answer_for, .forum_topic,
.forum_front_edit, .forum_tr_create_topic, .discussion_front_edit,
.discussion_span_answer_for {
    display: none;
}

.quest_split {
    clear: both;
}

.quest_bb_preview,
.forum_bb_preview {
    text-align:center;display:none;
}

th.forum_itemd_row {
    text-align: left;
}

table th.forum_itemd_row table,
table th.forum_itemd_row td {
    border: 0;
    padding: 0;
}

.discussion_extension__list br, .discussion_extension__list hr,
.forum-extention__list br, .forum-extention__list hr,
.discussion_extension__form br,
.forum-extention__form br,
.discussion_extension__form .alt_header2,
.forum-extention__form .alt_header2 {
    display: none;
}

.discussion_extension__list,
.forum-extention__list {
    padding: 40px 0 20px 0;
    clear: both;
}

.discussion_extension__list .alt_header2,
.forum-extention__list .alt_header2 {
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ccc;
    padding: 0;
}

.discussion_extension__list .alt_header2 span,
.forum-extention__list .alt_header2 span {
    position: relative;
    top: -10px;
    background: #fff;
    padding: 0 10px;
}

.forum_forum_form br,
.forum_forum_form #bbFormTitle {
    display: none;
}

.forum_forum_form table img {
    padding-left: 4px;
}

@media screen and (max-width: 1000px) {
    .discussion_bb_preview {
        width: 100%;
    }

    #forum-page tr td:nth-child(3),
    #forum-page tr td:nth-child(4),
    #forum-page tr th:nth-child(3),
    #forum-page tr th:nth-child(4) {
        display: none;
    }
    
    #forum-page nobr {
    	white-space: normal;   
    }
    
    #forum-page .forum_forum_form tr td:nth-child(3) {
    	display: table-cell;
    }
    #forum-page img {
        display: none;
    }
    
    #forum-page .member_user_menu img,
    #forum-page span,
    #forum-page .forum_forum_form img {
        display: inline-block;
    }
    
    #forum-page th {
        font-size: 14px;
    }
}

/* System: End discussion
 * @tpl discussion.tpl
 */

/* System: Start mediaBox control */

.MediaBox_shadow{
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 100000;
}

* html .MediaBox_shadow{
    position: absolute;
}

.MediaBox{
    position: fixed;
    display: none;
    background: #fff;
    z-index: 100001;
}

* html .MediaBox{
    position: absolute;
}

.MediaBox_shadowL, .MediaBox_shadowR, .MediaBox_shadowT, .MediaBox_shadowB, .MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{
    position: absolute;
    overflow: hidden;
}

.MediaBox_shadowL, .MediaBox_shadowR{
    width: 15px;
    height: 100%;
    background: url(_img/ami_jsapi/shade-v.png) repeat-y;
}

.MediaBox_shadowL{
    left: -15px;
    top: 0px;
}

.MediaBox_shadowR{
    right: -15px;
    top: 0px;
    background-position: -15px 0px;
}

.MediaBox_shadowT, .MediaBox_shadowB{
    width: 100%;
    height: 15px;
    background: url(_img/ami_jsapi/shade-h.png) repeat-x;
}

.MediaBox_shadowT{
    left: 0px;
    top: -15px;
}

.MediaBox_shadowB{
    left: 0px;
    bottom: -15px;
    background-position: 0px -15px;
}

.MediaBox_shadowLT, .MediaBox_shadowRT, .MediaBox_shadowLB, .MediaBox_shadowRB{
    width: 15px;
    height: 15px;
    background: url(_img/ami_jsapi/shade-c.png) no-repeat;
}

.MediaBox_shadowLT{
    left: -15px;
    top: -15px;
}

.MediaBox_shadowRT{
    right: -15px;
    top: -15px;
    background-position: -15px 0px;
}

.MediaBox_shadowLB{
    left: -15px;
    bottom: -15px;
    background-position: 0px -15px;
}

.MediaBox_shadowRB{
    right: -15px;
    bottom: -15px;
    background-position: -15px -15px;
}

.MediaBox_speckLT{
    position: absolute;
    width: 0px;
    height: 0px;
}

.MediaBox_speckRB{
    position: absolute;
    width: 0px;
    height: 0px;
}

.MediaBox_close{
    position: absolute;
    width: 39px;
    height: 39px;
    right: -20px;
    top: -20px;
    background: url(_img/ami_jsapi/close.png);
    cursor: pointer;
}

.MediaBox_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    background: url(_img/ami_jsapi/loader.gif);
}

.MediaBox_container{
    margin: 10px 10px;
}

/* Black version */

.MediaBoxBlack{
    background: #000;
}

.MediaBoxBlack .MediaBox_shadowL, .MediaBoxBlack .MediaBox_shadowR{
    background-image: url(_img/ami_jsapi/glass-frame-v.png);
}

.MediaBoxBlack .MediaBox_shadowT, .MediaBoxBlack .MediaBox_shadowB{
    background-image: url(_img/ami_jsapi/glass-frame-h.png);
}

.MediaBoxBlack .MediaBox_shadowLT, .MediaBoxBlack .MediaBox_shadowRT, .MediaBoxBlack .MediaBox_shadowLB, .MediaBoxBlack .MediaBox_shadowRB{
    background-image: url(_img/ami_jsapi/glass-frame-c.png);
}

.MediaBoxBlack .MediaBox_speckLT{
    background-image: url(_img/ami_jsapi/glass-frame-c2lt.png);
}

.MediaBoxBlack .MediaBox_speckRB{
    background-image: url(_img/ami_jsapi/glass-frame-c2rb.png);
}

.MediaBoxBlack .MediaBox_close{
    right: -25px;
    top: -25px;
    background-image: url(_img/ami_jsapi/glass-frame-close.png);
}

.MediaBoxBlack .MediaBox_loader{
    background-image: url(_img/ami_jsapi/loader-black.gif);
}

.MediaBoxBlack .MediaBox_container{
    margin: 0px 0px;
}

img[data-ami-mbpopup],
.mb-image {
    cursor: url(_img/ami_jsapi/pointer_plus.png), pointer;
}

.MediaBox_loader{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin: -16px 0px 0px -16px;
    background: url(_img/ami_jsapi/loader.gif);
    z-index: 100002;
}

.MediaBox_group{
    margin: 10px;
    margin-bottom: 0px;
    font-style: italic;
}

.MediaBox_header{
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
}

.MediaBox_url{
    margin: 10px;
    margin-bottom: 0px;
    text-align: center;
}

.MediaBox_description{
    padding: 10px;
    padding-bottom: 0px;
}

.MediaBox_imageArea{
    position: relative;
}

.MediaBox_previous{
    position: absolute;
    left: -28px;
    top: 50%;
    width: 32px;
    height: 63px;
    margin-top: -32px;
    background: url(_img/ami_jsapi/mb-prev.png);
    cursor: pointer;
}

.MediaBox_next{
    position: absolute;
    right: -28px;
    top: 50%;
    width: 32px;
    height: 63px;
    margin-top: -32px;
    background: url(_img/ami_jsapi/mb-next.png);
    cursor: pointer;
}

.MediaBox_container{
    position: relative;
    margin: 10px 10px 0px 10px;
    text-align: center;
}

.MediaBox_zoom{
    margin: 10px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}

.MediaBox_zoom a{
    font-style: italic;
}

#MediaBox_sliderPrevious{
    float: left;
    width: 10px;
    height: 20px;
    margin: 40px 0px 0px 10px;
    background: #00f;
    cursor: pointer;
}

#MediaBox_sliderNext{
    float: right;
    width: 10px;
    height: 20px;
    margin: 40px 10px 0px 0px;
    background: #00f;
    cursor: pointer;
}

.MediaBox .disabled{
    background: #ccf !important;
    cursor: default !important;
}

.MediaBox_slider{
    position: relative;
    overflow: hidden;
    height: 80px;
    margin: 10px 30px 0px 30px;
    white-space: nowrap;
}

.MediaBox_sliderImage{
    max-height: 80px;
    cursor: pointer;
}

.MediaBox_sliderDelimeter{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 10px;
}

.MediaBox_counter{
    margin: 10px;
    margin-bottom: 0px;
    text-align: right;
    font-style: italic;
}

/* SYSTEM: End mediaBox control */

/* SYSTEM: Start multiselectbox */

div.mselectFrame{
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: 1px solid #848484;
    overflow: auto;
}

div.mselectOption, div.mselectOptionselected{
    padding: 0px 2px;
    white-space: nowrap;
    cursor: default;
}

div.mselectOptionselected{
    background: #5fabfe;
    color: #fff;
}

/* System: End multiselectbox */


/* System: Start Catalog menu
 * @tpl eshop_tree_links.tpl
 */

.eshop-cat-tree__small-picture {
    float: left;
    padding-right: 12px;
}

.eshop-cat-tree.eshop-cat-tree_type_dropdown {
    float: left;
    width: 100%;
   
    background: none;
    clear: both;
}

.eshop-cat-tree__item {
    display: inline-block;
    list-style-type: none;
    vertical-align: top;
}

.eshop-cat-tree__item-link {
    display: block;
    padding-right: 8px;
    line-height: 1.6;
}

.eshop-cat-tree__item-link_type_selected .eshop-cat-tree__small-picture {
    display: none;
}

.eshop-cat-tree_level_3 {
    padding-top: 10px;
}

.eshop-cat-tree_level_3 .eshop-cat-tree__item {
    padding: 2px;
    display: block;
    float: none;
}

.eshop-cat-tree_level_1 {
    position: relative;
}

.eshop-cat-tree_level_2 {
    display: none;
    position: absolute;
    z-index: 10;
    background: #F5F5F5;
    padding: 0;
    margin: 0;
}

.eshop-cat-tree_level_1 li:hover .eshop-cat-tree_level_2 {
    display: block;
}

/* System: End catalog menu
 * @tpl eshop_tree_links.tpl
 */

/* System: Start path
 * @tpl eshop_catalog.tpl
 */

.category-path__link {
    padding-right: 6px;
}

.category-path__link:after {
    content: "\2192";
    padding-left: 6px;
}
.category-path__link:last-child:after {
    content: '';
}

/* System: End path
 * @tpl eshop_catalog.tpl
 */

/* System: Start pager
 * @tpl pager.tpl
 */

.pager{
	clear:both;
	margin:20px 0;
	-o-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
}
.pager::after{
	content:"";
	display:table;
	clear:both;
}
.pager__content{
	float:right;
}
.pager__button,.pager__button:visited{
	display:block;
	float:left;
	padding:2px 10px;
	border:1px solid #ccc;
	margin-left:-1px;
	*zoom:1;
	text-decoration:none;
	font-size:13px;
}
.pager__button:focus{
	outline:none;
}
.pager__button_type_prev{
	border-radius:4px 0 0 4px;
}
.pager__button_type_next{
	border-radius:0 4px 4px 0;
}
.pager__button:hover{
	background:#e6e6e6;
	color:#333;
}
.pager__button_state_active,.pager__button_state_active:hover{
	background:#6e6e6e;
	color:#fff;
	text-shadow:0 1px 1px rgba(0,0,0,0.75);
	cursor:default;
}

/* System: End pager
 * @tpl pager.tpl
 */

/* System: Start sm_menu
 * @tpl sm_tree.tpl
 */

a.eshop_sm_level_1_a {
    font-size: 18px;
}

.sm_tree .sm_level_1 a:link, .sm_tree .sm_level_1 a:visited, .sm_tree .sm_level_1 a:active, .sm_tree .sm_level_1 a:hover {
    font-size: 1.1em;
}
.sm_level_1 .sm_tree_item_selected {
    font-size: 1.1em;
}
.sm_tree .sm_level_2 {
    margin-left: 15px;
}
.sm_tree .sm_level_2 a:link, .sm_tree .sm_level_2 a:visited, .sm_tree .sm_level_2 a:active, .sm_tree .sm_level_2 a:hover {
    font-size: 1.1em;
}
.sm_level_2 .sm_tree_item_selected {
    font-size: 1.1em;
}
.sm_tree .sm_level_3 {
    margin-left: 25px;
}
.sm_tree .sm_level_3 a:link, .sm_tree .sm_level_3 a:visited, .sm_tree .sm_level_3 a:active, .sm_tree .sm_level_3 a:hover {
    font-size: 1.1em;
}
.sm_level_3 .sm_tree_item_selected {
    font-size: 1.1em;
}
.sm_tree .sm_tree_item_selected {
    font-weight: 700;
}
.sm_imaged_tree .sm_imaged_item_normal_1, .sm_imaged_tree .sm_imaged_item_active_1, .sm_imaged_tree .sm_imaged_item_normal_2, .sm_imaged_tree .sm_imaged_item_active_2, .sm_imaged_tree .sm_imaged_item_normal_3, .sm_imaged_tree .sm_imaged_item_active_3 {
    line-height: 19px;
    padding-left: 7px;
}

table .eshop_sm_level_1_a {
    margin-top: 24px;
    display: block;
    margin-bottom: -24px;
}

/* System: End sm_menu
 * @tpl sm_tree.tpl
 */

/* System: Start sticker
 * @tpl stickers.tpl
 */

.stickers td {
    text-align: left;
    vertical-align: top;
}
.stickers .small_row {
    border: 0;
}
.stickers .small_row_dashed {
    border: dashed #ccc 1px;
}
.stickers .small_header {
    line-height: 16px;
}
.stickers .small_header a {
    border-bottom: dashed 1px;
    text-decoration: none;
}
.stickers .small_announce {
    padding: 3px;
}
.stickers .small_Hsplitter img {
    height: 1px;
    width: 20px;
}
.stickers .small_Vsplitter img {
    height: 20px;
    width: 1px;
}

/* System: End sticker
 * @tpl stickers.tpl
 */

/* System: Start user menu */

.user_menu_index {
    display: inline;
}

.user_profile {
    font-weight: bold;
    cursor: pointer;
}

.user_menu li {
    color: #ccc;
    cursor: default;
}

.user_menu_img {
    cursor: pointer;
    padding-left: 5px;
}

ul.user_menu {
    list-style-type: none;
    border: 1px solid #000000;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    border: 1px solid #ccc;
    visibility: hidden;
    position: absolute;
    background: #fff;
}

ul.user_menu li {
    padding: 0px;
    margin: 10px;
}

.member_user_menu {
    position: relative;
}

.user_profile_on {
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

.user_menu {
    z-index: 1000;
    padding-top: 10px;
    box-shadow: 0px 1px 5px #ccc;
    border: 1px solid #000000;
    top:-21px;
    left: -11px;
    border: 1px solid #ccc;
    visibility: hidden;
    position: absolute;
    background: #fff;
}

.user_menu_discussion {
    top: -21px;
}

.user_menu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.user_menu ul li {
    padding: 0px;
    margin: 10px;
}

.top_user_block {
    padding:3px;
    float: left;
}

/* System: End user menu */

/* System: Start print link
 * @tpl pages.tpl
 */

.pages_print_version img {
    padding-right: 6px;
}

/* System: End print link
 * @tpl pages.tpl
 */
 
/* System: Start Amiro copywrite link */
 
#sign {
    font-size: 12px;
    padding: 10px;
    width: 100%;
    text-align: right;
}

/* System: End Amiro copywrite link */
/* Start order history
 * @tpl eshop_order_history.tpl
 */

.eshop-order-history-detail__back {
    padding-top: 10px;
}

.eshop-order-history-list__id-status {
    display: none;
    color: #A6A6A6;
    font-size: 12px;
}

@media screen and (max-width: 750px) {
    .eshop-order-history-list__name,
    .eshop-order-history-list__owners,
    .eshop-order-history-list__comments,
    .eshop-order-history-list__status,
    .eshop-order-history-list__image,
    .eshop-order-history-list__per-discount,
    .eshop-order-history-list__abs-discount,
    .eshop-order-history-list__price {
        display: none;
    }

    .eshop-order-history-list__view {
        width: 54px;
    }

    .eshop-order-history-detail .eshop-order-history-list__name {
        display: table-cell;
    }
    
    div.eshop-order-history-list__id-status {
        display: block;
    }

    table.eshop-order-history-list td,
    table.eshop-order-history-list tr {
        font-size: 100%;
    }
}

/* End order history
 * @tpl eshop_order_history.tpl
 */

/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */
.ami-eshop-properties__wrapper-table .eshop-item-tooltip-prop {display: none !important;}
.ami-eshop-properties__wrapper-table .ami-eshop-properties__wrapper-table-tr__1 .eshop-item-tooltip-prop {display: block !important;}

.ami-eshop-properties__wrapper-table td,
.ami-eshop-properties__wrapper-table th {
    padding: 6px 12px;
    border: 1px solid #A7A7A7;
    vertical-align: middle;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__actual-price {
    font-size: 16px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__price-tag {
    float: left;
    background: none;
    padding: 0;
    top: 6px;
    position: relative;
    min-height: 10px;
}

.ami-eshop-properties__wrapper-table .eshop-item-detailed__cart-box_base {
    padding: 2px 12px;
    float: right;
    margin-left: 10px;
}

.ami-eshop-properties__wrapper-table th {
	background:#fadf71;
	background-color:#fff376;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#fff376,#f9d968);
	background-image:-ms-linear-gradient(top,#fff376,#f9d968);
	background-image:-webkit-linear-gradient(top,#fff376,#f9d968);
	background-image:-o-linear-gradient(top,#fff376,#f9d968);
	background-image:linear-gradient(top,#fff376,#f9d968);
}
/* Start eshop properties table style
 * @tpl _eshop_item_list.tpl
 */
.slider-pad__arrow-left{
	background:url(_img/slider-pad__arrow-left.jpg) no-repeat;
    width: 20px;
    height: 38px;
}

.slider-pad__arrow-right{
	background:url(_img/slider-pad__arrow-right.jpg) no-repeat;
    width: 20px;
    height: 38px;
}
.about_numbers {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-transform: uppercase;
}
.about_numbers img {
	float: left;
}
.about_numbers span {
	display: inline-block;
	margin-top: 30px;
        font-size: 14px;
}
.heading33 {
        font-size: 30px;
        color: #373b3e;
        font-family: 'Roboto';
        text-transform: uppercase;
        text-align: center;
}
.heading33:before {
    content: '';
    /* position: absolute; */
    width: 10%;
    height: 3px;
    background: red;
    /* left: 0; */
    display: block;
    margin: 0 auto;
}
.wrapperslider .bx-viewport {
 height: 320px !important;
}
.wrapperslider .bx-wrapper {margin: 0 auto;}
    .slider div {
 padding:0 45px;
}
.line-left {
 border-left: 1px solid red;
}
.slider div:nth-child(odd) {
     margin-right: 11px !important;
}
.wrapperslider.wrappersliderhome .bx-pager.bx-default-pager {
    display: none;
}




    .wrapperslider.wrappersliderhome .bx-controls-direction a.bx-prev:before {
    position: relative;
    top: -165px;
    content: '\f104';
    color: grey;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
width: 1em;
    height: 1em;
font-size: 41px;


    
}
.wrapperslider.wrappersliderhome .bx-controls-direction a.bx-next:before {
    position: relative;
    top: -165px;
    right: -1025px;
    content: '\f105';
    color: grey;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    width: 1em;
    height: 1em;
    font-size: 41px;
}


.wrapperslider.wrappersliderhome .bx-controls-direction a {
    color: #fff;
}
.wrapperslider.wrappersliderhome a.bx-prev {
    text-indent: 0;
    top: 100%;
}
.wrapperslider.wrappersliderhome a.bx-next {
    text-indent: 0;
    top: 100%;
}
.wrapperslider.wrappersliderhome a.bx-prev {
    background: none;
}
.wrapperslider.wrappersliderhome a.bx-next {
    background: none;
}
.wrapperslider.wrappersliderhome a.bx-next {
    width: 50px;
}
.kurtki a.bx-next:before {
    position: relative;
    top: -165px;
    right: -25px !important;
    content: '\f105';
    color: grey;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    width: 1em;
    height: 1em;
    font-size: 41px;
}
.table_about {
    padding-right: 10px;
    line-height: 20px;
    text-transform: uppercase;
}
.table_about img {
    padding-right: 15px;
}
.kurtki .bx-wrapper {
    border: none;
    box-shadow: none;
    background: #f8f9fa;
}
.kurtki .bx-wrapper .bx-controls-direction a {
    margin-top: -25px;
}
/*
 * FILE END: _mod_files/_css/common.css
 */

/*
 * FILE START: _mod_files/_css/ami_custom.css
 */

/* Start general */

body, #lay_f3 h2, input {
    color:#848484;
    font-family: arial, tahoma, verdana;
    font-size:13px;
}

hr {
    background: #D9D9D9;
    border: 0 none;
    color: #D9D9D9;
    height: 1px;
    margin: 18px 0;
}

table.tbl TH, table.price th {
    background-color: #4490B2;
    border-bottom: 1px solid #D9D9D9;
    color: #FFFFFF;
    padding: 10px;
}
.link {
    text-decoration: underline;
}
table.tbl td, table.price td {
    
}

input.btn, .but, .text_button {
    color: #fff;
    background-color: #8bbc21;
    font: bold 12px arial,tahoma,verdana;
    padding: 3px;
    border-radius: 3px;
    box-shadow: 0 0 2px #F0F0F0 inset;
    border: 1px solid #3E8702;
    background: #8bbc21;
    cursor: pointer;
    /* Old browsers */
	background: -moz-linear-gradient(top, #8bbc21 0%, #72b51b 61%, #44890c 100%);
    /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bbc21), color-stop(61%,#72b51b), color-stop(100%,#44890c));
    /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8bbc21 0%,#72b51b 61%,#44890c 100%);
    /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8bbc21 0%,#72b51b 61%,#44890c 100%);
    /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8bbc21 0%,#72b51b 61%,#44890c 100%);
    /* IE10+ */
	background: linear-gradient(top, #8bbc21 0%,#72b51b 61%,#44890c 100%);
    /* W3C */
}

input.btn:hover, .but:hover, .text_button:hover {
background: #8bbc21;
}


.index_banner {margin-left: 20px; width: 656px;}

.body{
	width:980px;
	padding:0 10px;
}
.body__header{
	margin:0;
	padding-top:20px;
}
.body__logo{
	display:inline-block;
	width:120px;
	height:120px;
	background:url("./_img/logos/0010.png") no-repeat top left;
	vertical-align:top;
}

.body__middle{
	padding-bottom:30px;
}
.body__aside{
	width:257px;
}
.body__content{
	padding-left:20px;
}
.body__footer{
	margin:0;
	background:#e5e5dd repeat-x center;
	background-image:url("_img/body__footer.jpg");
	text-align:center;
	line-height:90px;
}
.body__footer:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	height:90px;
	background:#e5e5dd repeat-x center;
	background-image:url("_img/body__footer.jpg");
	z-index:-1;
}
.body__nav{
	height:36px \9;
}
*+html .body__middle{
	position:relative;
}
*+html .body__content{
	margin:0 0 0 260px;
}
*+html .body__aside{
	position:absolute;
	left:0;
	top:0;
}
*+html .body__logo{
	zoom:1;
	display:inline;
}
* html .body__middle{
	position:relative;
}
* html .body__content{
	margin:0 0 0 260px;
}
* html .body__aside{
	position:absolute;
	left:0;
	top:0;
}
* html .body__logo{
	zoom:1;
	display:inline;
}

#logo_head, #head_contact_block, #head_user_menu, #head_eshop_cart {
    height:105px;
    float: left;
}

#logo_head {
    width:192px;
}

#head_contact_block {
    width:230px;
    margin-top: 12px;
}

#head_contact_block span {
    font-size: 16px;
}

#head_contact_block p {
    padding: 4px 0px;
    color: #000;
    font-weight: bold;
    margin: 0px;
}

#head_contact_block a {
    padding-right: 15px;
    font-size: 12px;
}

#head_user_menu {
    width: 274px;
    margin-top: 10px;
    position: relative;
    background: url(_mod_files/ce_images/template_images/user.gif) 0 10px no-repeat;
}

#head_user_menu .alt_header3 a {
    color: #616161 !important;
}

.mobile-head-btn,
.mobile-head-informer {
    display: none;
}

#head_user_menu .alt_header3 span:hover {
    border-bottom: medium none !important;
}

#forum_type td {
    border-left: 0 none;
}

td.forum_itemd_row__num-message a {
    color: #fff;
}

#forum_type {
    padding-bottom: 30px;
}

#forum_type table td {
    padding: 8px 0;
}

#forum_type table {
    border-right: 0 none;
}

.page_header {
    color: #616161;
}

.pages_print_version img {
    padding-right: 7px;
}

.hl_text {
    background: #FF0;
}

.pages_print_version {
    margin-top: 50px;
    display: block;
}

.nav-menu__item{
    padding:0 10px;
}

.small_login_form {
	background: none repeat scroll 0 0 #FFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 15px #777;
	left: 50%;
	margin-left: -155px;
	margin-top: -110px;
	padding: 20px 30px;
	position: fixed;
	width: 250px;
	z-index: 11;
	transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-moz-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-webkit-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	-o-transition: opacity 0.3s ease-out 0s,top 0s ease-out 0.3s;
	opacity: 0;
	top: -50%;
}
.small_login_form_on {
	transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-moz-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-webkit-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	-o-transition: top 0s ease-out 0s,opacity 0.3s ease-out 0s;
	opacity: 1;
	top: 50%;
}
.small_login_form_close {
	cursor: pointer;
	height: 25px;
	opacity: 0.7;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 25px;
}
.small_login_form_close img {
	margin-left: -9px;
	margin-top: -5px;
}

.user_source_app_buttons__block-name {
    padding-top: 4px;
    vertical-align: top;
}

#left_block_user_menu .small_login_form a {
    background: none;
    padding: 0;
}

#dsn_note {
    position: relative;
    width: 399px;
    height: 85px;
}

* html #dsn_note {
    width: 401px;
}

#dsn_note_top {
    width: 399px;
    height: auto;
    min-height: 74px;
    background: #ffab00 url('_mod_files/ce_images/note_area_fon.gif') top left repeat-x;
    border-left: solid #d9d9d9 1px;
    border-right: solid #d9d9d9 1px;
}

* html #dsn_note_top {
    width: 401px;
}

#dsn_note_i {
    margin-top: 8px;
    width: 50px;
    height: 66px;
    float: left;
}

#dsn_note_text, #dsn_note_text a, #dsn_note_text a:hover, #dsn_note_text a:visited {
    padding-top: 8px;
    font-size: 0.95em;
    color: #fff;
}

#dsn_note_bott {
    width: 401px;
    height: 11px;
}

.dsn_left_orange_block_1 {
    margin-bottom: 10px;
    padding-top: 6px;
    width: 200px;
    height: 76px;
    background: url('_mod_files/ce_images/basket_fon.png') top right no-repeat;
}

.dsn_left_block_1 {
    position: relative;
    width: 200px;
    border: solid #d9d9d9 1px;
    margin-bottom: 10px;
}

.dsn_left_block_1_head {
    margin: 10px 15px 10px 10px;
    padding-bottom: 3px;
    border-bottom: solid #d9d9d9 1px;
    line-height: 25px;
    font: bold 1.1em tahoma, arial, verdana;
    color: #0066FF !important;
    text-decoration: none;
}

.dsn_left_block_1_head a {
    font: bold 1.1em tahoma, arial, verdana;
    color: #0066FF !important;
    text-decoration: none;
}

.dsn_left_block_1_content {
    width: auto;
    padding: 0 15px 15px 10px;
    overflow: hidden;
    zoom: 1;
}

.dsn_left_block_2_content {
    width: auto;
    padding: 13px 15px 15px 10px;
    overflow: hidden;
    zoom: 1;
}

* html .dsn_left_block_1_content {
    width: 100%;
}

* html .dsn_left_block_2_content {
    width: 100%;
}

.dsn_right_block_1 {
    position: relative;
    width: 200px;
    border: solid #d9d9d9 1px;
    margin-bottom: 10px;
}

.dsn_right_block_1_head {
    margin: 0px 15px 10px 15px;
    padding-bottom: 3px;
    border-bottom: solid #d9d9d9 1px;
    line-height: 25px;
    font: bold 1.1em tahoma, arial, verdana;
    color: #ff6600 !important;
    text-decoration: none;
}

.dsn_right_block_1_head a {
    font: bold 1.1em tahoma, arial, verdana;
    color: #ff6600 !important;
    text-decoration: none;
}

.dsn_right_block_1_content {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}

* html .dsn_right_block_1_content {
    width: 100%;
}

.dsn_footer_contacts {
    padding-left: 90px;
    padding-top: 15px;
    background: url('_mod_files/ce_images/i_write.jpg') 10px 10px no-repeat;
    font: normal 0.95em arial, tahoma, verdana;
    float: left;
    color: #666;
    height: 68px;
    overflow: hidden;
    zoom: 1;
}

a.dsn_footer_a:link, a.dsn_footer_a:visited, a.dsn_footer_a:active, a.dsn_footer_a:hover {
    font: normal 0.95em arial, tahoma, verdana;
}

.dsn_block_tl {
    position: relative;
    top: -1px;
    left: -1px;
    width: 10px;
    height: 10px;
}

.dsn_block_tr {
    position: relative;
    float: right;
    top: -1px;
    right: -1px;
    width: 10px;
    height: 10px;
}

.dsn_block_bl {
    position: relative;
    bottom: -1px;
    left: -1px;
    width: 10px;
    height: 10px;
}

.dsn_block_br {
    position: relative;
    float: right;
    bottom: -1px;
    right: -1px;
    width: 10px;
    height: 10px;
}

.dsn_center_block1 {
    width: 100%;
    border: solid #d9d9d9 1px;
}

.dsn_center_block1 .dsn_center_block1_content {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
}

* HTML .dsn_center_block1 .dsn_center_block1_content {
    width: 100%;
}

.dsn_center_block1_head {
    margin: 0px 15px 10px 0px;
    padding-bottom: 3px;
    border-bottom: solid #d9d9d9 1px;
    line-height: 25px;
    font: bold 1.2em tahoma, arial, verdana;
    color: #0066ff !important;
    text-decoration: none;
}

.kid{
    float:right;
}

.logo{
    float:left;
}

.eshop_tree{
    padding-bottom:7px;
}

#template {
	min-width: 290px; 
    position: relative;
}

#lay_body .cat_path h2 {
    background: none;
    color: #84837E;
    font-size: 13px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#lay_body .cat_path h2 a {
    color: #898883 !important;
    font-weight: normal;
}

#lay_body .cat_path {
    margin-left: -20px;
    margin-bottom: 15px;
}

.item_catname_catalog {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-left: -20px;
    padding-bottom: 20px;
}



.alt_header2 {
    padding-bottom: 10px;
}

#lay_f1 {
  
}



#h2_span_body {
    font-size: 10px;
    font-weight: normal;
}








.div_splitter {
    clear: both;
}

.eshop_cat_splitter {
    background: url(_mod_files/ce_images/template_images/splitter_next.jpg) no-repeat !important;
    display: inline-block;
    height: 6px;
    width: 7px;
    *height: 9px;
}

#logo_bottom {
    height: 29px;
    position: absolute;
    right: 0;
    margin-top: 50px;
    width: 154px;
}

.form{
	
}

span.form__radio-label-text, span.form__checkbox-label-text {
    padding-left: 0;
}

#lay_body .form {
	padding: 10px;   
}

#sub_right_block h2 {
    border: none;
}

.bg_opcaity {
    background: url("_mod_files/ce_images/template_images/bg_opacity2.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 45px;
    margin: 0 5px;
    position: absolute;
    width: 245px;
}
.items_small_filter {
    padding-bottom: 20px;
}

.left_block_user_menu {
    padding-bottom: 10px;
}

.a_sp {
    border-bottom: 1px solid #E2E2E2 !important;
    margin: 0 15px;
    padding: 4px 0;
}
#sub_flt_two .a_sp {
    width: 227px;
}

#sub_flt_two .a_sp {
    width: 227px;
}

.letters{
	background:#fff;
	color:#000;
}
.main-menu_type_dropdown .main-menu_level_1{
	transition:all 0.2s 0.1s;
	-moz-transition:all 0.2s 0.1s;
	-webkit-transition:all 0.2s 0.1s;
	-o-transition:all 0.2s 0.1s;
}
.nav-menu_position_bottom .nav-menu__item{
	vertical-align:middle;
}

/* End general */

/* Start footer */

#footer {
    height: 106px;
    position: relative;
}

.footer{
	margin-top:15px;
	text-align:center;
}
.footer__link{
	vertical-align:middle;
	display:inline-block;
	margin-left:50px;
	line-height:inherit;
}
.footer__logo{
	vertical-align:middle;
}
.footer__content{
	display:inline-block;
	vertical-align:middle;
	line-height:1.2em;
	max-width:80%;
}
*+html .footer__content{
	zoom:1;
	display:inline;
}
* html .footer__content{
	zoom:1;
	display:inline;
}

.bottom_menu {
    background: none;
    position: relative;
    top: 54px;
    padding-left: 20px;
}

.bottom_menu a:link, .bottom_menu a:visited, .bottom_menu a:active {
    color: #4490b2;
    text-decoration: underline !important;
}

.bottom_menu a:hover {
    color: #4490b2;
    text-decoration: none !important;
}

.bot_sp {
    color: #B7B7B5;
}

/* End footer */

/* Start specblock ajax-responder */

div.ami_resp_outer_block {
    border: 1px solid #0375A7 !important;
    background: #0375A7;
    border-radius: 5px;
    margin: 0px !important;
    padding: 0px !important;
}

div.ami_resp_outer_blog {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.name_resp_block {
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: -25px;
}

div.ami_resp_row_announce_blog {
    display: none;
}

.ami_resp_row_fdate_blog {
    display: block !important;
    font-size: 11px;
    font-weight: normal !important;
    padding-top: 5px;
}

.ami_resp_reload {
    display: none !important;
}

.ami_resp_next {
    background: url("_mod_files/ce_images/template_images/next_but.gif") no-repeat scroll 0 0 transparent !important;
    float: right;
    height: 18px !important;
    position: relative;
    right: -5px;
    top: -43px;
}

.ami_resp_prev {
    background: url("_mod_files/ce_images/template_images/prev_but.jpg") no-repeat scroll 0 0 transparent !important;
    float: right;
    height: 18px !important;
    position: relative;
    right: 30px;
    top: -43px;
}

#blog_id {
    position: absolute;
    color: #fff;
    top: 12px;
    font-weight: bold;
    left: 20px;
}

.ami_resp_navi_block {
    background: #0375A7;
    height: 28px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
}

.ami_contents_block {
    background: #fff;
    border-radius: 5px 5px 4px 4px;
    padding: 20px;
}

div.ami_resp_row_blog {
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 5px;
    background: url(_mod_files/ce_images/template_images/theme_blog.gif) no-repeat 16px 7px;
}

/* End specblock ajax-responder */

/* Start search
 * @tpl eshop_filter_form_small.tpl
 * @tpl eshop_filter_box_small.tpl
*/

#search_left {
    float: left;
    width: 5px;
    height: 74px;
    background: url(_mod_files/ce_images/template_images/search_left.gif) no-repeat;
}

#search_center {
    float: left;
    width: 684px;
    height: 74px;
    background: url(_mod_files/ce_images/template_images/search_center.gif) repeat-x;
}

#search_value {
    float: left;
    padding-top: 20px;
    padding-left: 13px;
    padding-right: 14px;
}

#search_head {
    float: left;
    padding-top: 11px;
    padding-bottom: 5px;
}

#search_head .wd2 {
    width: 504px !important;
}

#search_head_filter {float: left;}
#search_head span {display: none;}
#search_head input {height: 14px; padding: 7px 5px; width: 504px;}
#search_head table input {
    background: url("_mod_files/ce_images/template_images/search_button.gif") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 31px;
    left: 8px;
    position: relative;
    top: 1px;
    width: 78px;
}

#search_post_bot {
    color: #A9A79B;
    font-size: 12px;
    padding-left: 71px;
    float: left;
}

#search_full_top {
    float: right;
    padding-right: 96px;
}

#search_right {
    float: left;
    width: 5px;
    height: 74px;
    background: url(_mod_files/ce_images/template_images/search_right.gif) no-repeat;
}

#search_button {
    background: url(_mod_files/ce_images/template_images/search_button.gif) no-repeat;
    width: 78px;
    height: 31px;
    border: 0;
    cursor: pointer;
    left: 8px;
    position: relative;
    top: 1px;
}

.advanced_search{
    background:#f2f0e6 url(_mod_files/ce_images/template_images/adv_search_bgr.gif) repeat-x 0 0;
    border-bottom: 1px solid #c7c7c7;
    border-radius: 5px;
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    padding: 13px 20px;
}

.advanced_search .header{
    text-transform:uppercase;
    color:#000;
    font-weight:bold;
    padding:0 0 6px 0;
}

.advanced_search input.btn{
    background:url(_mod_files/ce_images/template_images/adv_search_btn.png) no-repeat 0 0;
    border:0;
    padding:0 0 0 8px;
    font-size:12px;
    width:121px;
    height:28px;
    margin-top: 8px;
    color: #fff;
}

.items_small_filter, .left_block_user_menu, #filter_two_block, .sm_tree {
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 257px;
    overflow: hidden;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}

#small_filter_catalog a, #left_block_user_menu a, .sm_tree a, .sm_tree span, #small_referance_catalog a {
    background: url("_mod_files/ce_images/template_images/punkt.gif") no-repeat scroll 0 3px transparent;
    padding-left: 20px;
}

.sm_tree {
    padding: 10px 0 20px;
    width: 100%;
}

#small_filter_catalog h2, #left_block_user_menu h2, .sm_tree h2, #small_referance_catalog h2 {
    color: #0A0A0A;
    font-weight: bold;
    margin-left: 5px;
    padding: 10px;
    text-transform: uppercase;
}



.form__field-caption {
    color: #373b3e;
    font-size: 22px;
    font-weight: 700;
    margin: 3px 0;
    padding: 0;
}
.form__search-line{
	width:70%;
    padding: 6px;
}
.form__search-line:hover{
	border:1px solid #999;
}
.form__field-sublist{
	vertical-align:top;
}
.form__field-list>.form__field-sublist{
	display:block;
}
.form__field-list>.form__field-sublist:after{
	content:"";
	display:inline-block;
	width:100%;
	height:0;
}
.form__field{
	vertical-align:top;
}
.form__fieldset{
	margin-top:10px;
	min-width:140px;
    position: relative;
}
.form__select-wrapper{
	position:relative;
	overflow:hidden;
	width:204px;
	height:30px;
	margin:10px 0;
	padding:0;
	border:1px solid #c0c4cc;
	border-radius:0px;
	background:#fff;
	background-position:120px 0,0 0;
}
.form__select-wrapper:hover{
	border:1px solid #999;
}
.form__select-wrapper:before{
	content:"\25bc";
	position:absolute;
	display:block;
	right:5px;
	top:3px;
	color:#ccc;
	font-size:16px;
	transform:scale(1,0.5);
	-moz-transform:scale(1,0.5);
	-webkit-transform:scale(1,0.5);
	-o-transform:scale(1,0.5);
	-ms-transform:scale(1,0.5);
}
.form__select-wrapper:hover:before{
	color:#bbb;
}
.form__select{
    font-size:14px;
	position:absolute;
	left:0;
	top:0;
	width:220px;
	height:30px;
	padding:0 0;
	border:0;
	border-radius:0px;
	background:transparent;
	background-color:rgba(0,0,0,0);
	-webkit-appearance:none;
    margin: 0;
}
.form__select:hover{
	border:0;
}
.eshop-cat-list__clipper {
    font-size: 0;
}

.form.form_type_list form {
    background: none;
    font-family: arial;
}
.form__multiselect{
	width:140px;
	border:0;
}
.form__option{
	height:20px;
}
.form__option:hover{
	background:#eef;
}
.form__multiselect-wrapper{
	width:auto;
	height:auto;
	margin-top:10px;
	background:#fff;
	border:0;
	border-radius:0;
}
.form__checkbox:nth-of-type(n){
	position:absolute;
	left:-9999px;
}
.form__checkbox-label{
	display:block;
	height:20px;
	margin-bottom:5px;
	padding:0;
	line-height:20px;
    position: relative;
}
.form__checkbox-label-text{
	display:inline-block;
	vertical-align:baseline;
	cursor:default;
    font-size: 16px;
}
.form__checkbox:nth-of-type(n)+.form__checkbox-label:before,.form__checkbox:nth-of-type(n)+.form__checkbox-label-text:before{
	content:"";
	display:inline-block;
	width:14px;
	height:14px;
	margin:0 5px 4px 0;
	border:2px solid #ccc;
	background:#f2f0e6;
	vertical-align:middle;
	z-index:5;
}
.form__checkbox:nth-of-type(n)+.form__checkbox-label:hover:before,.form__checkbox:nth-of-type(n)+.form__checkbox-label-text:hover:before{
	border:2px solid #999;
}
.form__checkbox-label:nth-of-type(n):after,.form__checkbox-label-text:nth-of-type(n):after{
	content:"\2713";
	position:absolute;
	top:-3px;
	left:1px;
	display:none;
	width:20px;
	height:20px;
	background-position:0 0;
	background-color:transparent;
	color:#e24c57;
	font-size:23px;
	font-smooth:always;
	text-align:center;
	transition:all 0.1s ease-in;
	-moz-transition:all 0.1s ease-in;
	-webkit-transition:all 0.1s ease-in;
	-o-transition:all 0.1s ease-in;
}
.form__checkbox:checked+.form__checkbox-label:after,.form__checkbox:checked+.form__checkbox-label-text:after{
	display:block;
}
.form__label-img{
	vertical-align:top;
}
.form__radio{
	float:left;
	clear:both;
}
.form__radio-label{
	float:left;
}
.form__radio:nth-of-type(n){
	float:none;
}
.form__radio-label:nth-of-type(n){
	position:relative;
	display:block;
	float:none;
	height:20px;
	margin-bottom:5px;
	padding:0 0 0 25px;
	line-height:20px;
	color:#848484;
}
.form__radio-label:hover{
	color:#000;
}
.form__radio-label:nth-of-type(n):before{
	content:"";
	position:absolute;
	display:block;
	left:0;
	top:0;
	width:16px;
	height:16px;
	border:2px solid #ccc;
	border-radius:10px;
	z-index:1;
}
.form__radio-label:nth-of-type(n):hover:before{
	border:2px solid #999;
}
.form__radio-label-text{
	vertical-align:baseline;
	cursor:default;
    font-size: 16px;
}
.form__radio-label-text:nth-of-type(n):after,.form__radio-label:nth-of-type(n):after{
	content:"";
	position:absolute;
	display:block;
	left:2px;
	top:2px;
	width:12px;
	height:12px;
	border-radius:6px;
	background:none repeat scroll 0 0 #e24c57;
	box-shadow:0 1px 2px rgba(0,0,0,0.3),0 -1px 6px rgba(0,0,0,0.5) inset;
	opacity:0;
}
.form__radio:checked+.form__radio-label:after,.form__radio:checked~.form__radio-label-text:after{
	opacity:1.0;
}
.form__radio:nth-of-type(n){
	position:absolute;
	left:-9999px;
}
.form__textfield:hover{
	border:1px solid #999;
}
.form__textarea{
	border:1px solid #ccc;
}
.form__textarea:hover{
	border:1px solid #999;
}
.form_type_filter{
	color:#333;
}
.form_type_filter .form__field-list{
	display:none;
}
.form_type_filter .form__search-line{
	width:78%;
}
.form_type_list{
	background:transparent;
	border:1px lightgray solid;
	padding:15px;
	border-radius:5px;
	background:#fff;
	color:#000;
}
.form_type_list .form__radio:checked+.form__radio-label:after{
	opacity:0;
}
.form_type_list .form__radio-dot{
	display:block;
	position:absolute;
	left:-20px;
	top:-20px;
	width:20px;
	height:20px;
	transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-in;
	z-index:0;
}
.form_type_list .form__radio-dot:before{
	content:"";
	position:absolute;
	display:block;
	left:4px;
	top:4px;
	width:12px;
	height:12px;
	border-radius:6px;
	background:none repeat scroll 0 0 #3ce636;
	box-shadow:0 1px 2px rgba(0,0,0,0.3),0 -1px 6px rgba(0,0,0,0.5) inset;
}
.form_type_list .form__radio-dot:after{
	content:"";
	position:absolute;
	display:block;
	left:8px;
	top:8px;
	width:2px;
	height:2px;
	background:#9f9;
}
.form_type_list .form__radio:nth-of-type(1):checked~.form__radio-dot{
	top:0;
	left:0;
}
.form_type_list .form__radio:nth-of-type(2):checked~.form__radio-dot{
	top:25px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(3):checked~.form__radio-dot{
	top:50px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(4):checked~.form__radio-dot{
	top:75px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(5):checked~.form__radio-dot{
	top:100px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(6):checked~.form__radio-dot{
	top:125px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(7):checked~.form__radio-dot{
	top:150px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(8):checked~.form__radio-dot{
	top:175px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(9):checked~.form__radio-dot{
	top:200px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(10):checked~.form__radio-dot{
	top:225px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(11):checked~.form__radio-dot{
	top:250px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(12):checked~.form__radio-dot{
	top:275px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(13):checked~.form__radio-dot{
	top:300px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(14):checked~.form__radio-dot{
	top:325px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(15):checked~.form__radio-dot{
	top:350px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(16):checked~.form__radio-dot{
	top:375px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(17):checked~.form__radio-dot{
	top:400px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(18):checked~.form__radio-dot{
	top:425px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(19):checked~.form__radio-dot{
	top:450px;
	left:0;
}
.form_type_list .form__radio:nth-of-type(20):checked~.form__radio-dot{
	top:475px;
	left:0;
}
.form_type_search{
	overflow:hidden;
	float:left;
	width:677px;
	height:56px;
	margin:0;
	padding:10px;
	border-radius:5px;
}
.form_type_search .form__title{
	display:none;
}
.form_type_search .form__caption{
	display:none;
}
.form_type_search .form__search-line {
    width: 574px;
    padding: 5px;
    vertical-align: top;
    margin: 0 6px;
}
.form_type_search .form__submit{
	width:71px;
	height:28px;
	border:0;
	background:url("_img/form__submit.png") no-repeat;
	color:transparent;
	font-size:0;
	cursor:pointer;
	vertical-align:top;
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.form_type_search .form__submit:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.form_type_search .form__submit:visited{
	color:#fff;
}
.form_type_search .form__submit:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.form_type_search .form__submit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.form_type_search .form__submit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.form_type_search .form__under-search-line{
	display:block;
	width:584px;
	height:30px;
}
.form_type_search .form__hint{
	display:block;
	float:left;
	margin:3px 0 0 7px;
	color:#999;
	font-size:13px;
	text-shadow:1px 1px white;
}
.form_type_search .form__more{
	display:block;
	float:right;
	margin:3px 0 0 0;
}

/* End search
 * @tpl eshop_filter_form_small.tpl
 * @tpl eshop_filter_box_small.tpl
*/

/* Start member menu 
 * @tpl members.tpl
 */

.member_menu {
    overflow:hidden;
    margin: 0px 0 5px 0px;
}

.member_menu a {
    font: normal 1em arial, tahoma, verdana;
    text-decoration: none;
}

.member_small_block_body {
    margin: 10px 0;
	zoom: 1;
}

.bottom_menu a:link, .bottom_menu a:visited, .bottom_menu a:active, .bottom_menu a:hover {
    font: normal 1em arial, tahoma, verdana;
    text-decoration: none !important;
}

.bottom_menu a:hover {
    text-decoration: underline !important;
}

.member_small_menu_info_logged_body div, .member_small_menu_info_not_logged_body div {
    margin: 0px;
}

.member_menu a {
    color: #4490B2 !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}

.member_menu {
    position: absolute;
    right: 0px;
    padding-top: 2px;
}

.member_small_menu_info_logged_body, .member_small_menu_info_not_logged_body {
	padding-left: 60px;
}

.member_small_menu_info_logged_body .alt_header3,
.member_small_menu_info_not_logged_body .alt_header3 {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 10px;
}
.member_menu .member_menu_row {
	display: none;
}
.member_menu .small_menu_registration,
.member_menu .small_menu_login,
.member_menu .small_menu_logout {
	display: block;
}
.member_menu .small_menu_login,
.member_menu .small_menu_logout {
	background: url("_mod_files/ce_images/template_images/exit.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: right;
	margin-left: 15px;
}
.member_menu .small_menu_registration {
	background: url("_mod_files/ce_images/template_images/details_menu.png") no-repeat 0px 0px;
	float: right;
}
.member_menu_row.small_menu_login a,
.member_menu .small_menu_registration a,
.member_menu .small_menu_logout {
	padding-left: 25px;
}

#head_user_menu .member_menu {
    position: static;
    top: 0;
    float: right;
    padding-top: 20px;
}

.member_balance {
	float: left;
    padding-top: 19px;
}

#left_block_user_menu .member_menu a, .sm_tree a, .sm_tree span {
    font-weight: normal !important;
    font-size: 12px !important;
}

#left_block_user_menu .member_menu {
    position: relative;
    padding-top: 0px;
}

#left_block_user_menu .member_menu div, .sm_level_1, .sm_level_2 {
    padding: 5px 0;
    border-bottom: 1px solid #E2E2E2 !important;
    margin: 0 15px;
}

#left_block_user_menu .member_small_block_body {
    margin: 0px;
}

#left_block_user_menu .member_small_block_body div {
    display: none;
}

#left_block_user_menu .member_menu, #left_block_user_menu .member_menu div {
    display: block !important;
}

#left_block_user_menu .member_menu_row {
    float: none;
    background: none;
}

/* End member menu 
 * @tpl members.tpl
 */

/* Start RSS
 * ext_rss.tpl
 * ami_ext_rss.tpl
 * ext_rss.tpl
*/

#rss_value {
    font-weight: bold;
    padding-bottom: 15px;
}

#rss_demo {
    padding-top: 10px;
}

#rss_demo a {
    color: #000;
    font-size: 11px;
}

#rss_left input.wd2 {
    margin: 0;
	padding: 3px 5px 3px 28px;
	width: 126px !important;
	background: #FFF url("_mod_files/ce_images/template_images/email.jpg") no-repeat 5px;
}

#rss_left input.btn {
    background: url("_mod_files/ce_images/template_images/rss_but.png") no-repeat;
    border: 0 none;
    height: 37px;
    left: -6px;
    position: relative;
    filter: none;
    font-size: 0;
    width: 50px;
    top: 2px;
}

#email_rss {
    background: url("_mod_files/ce_images/template_images/email.jpg") no-repeat;
    width: 16px;
    height: 13px;
    position: absolute;
    margin-left: 7px;
    margin-top: 7px;
}

#rss_left {
    margin-top: 20px;
    padding-left: 17px;
    padding-top: 18px;
    width: 240px;
    height: 106px;
    color: #000;
    background: url(_mod_files/ce_images/template_images/rss.gif) no-repeat;
}

/* End RSS
 * ext_rss.tpl
 * ami_ext_rss.tpl
 * ext_rss.tpl
*/

.block__form_type_search,
.block__eshop-item-small,.block__eshop-item-detailed{
	background:transparent;
	color:#000;
}
.block__eshop-item-small{
	color:#000;
}
.block__eshop-cat-tree_type_list,.block__form_type_filter{
	color:#000;
}
.block__form_type_list,.block__letters{
	background:#fff;
	color:#000;
}
.block__category-path,.block__pager{
	border-width:0;
}
.block__eshop-item-properties,.block__rating{
	background:#fff;
	color:#000;
}
.element__button{
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.element__button:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.element__button:visited{
	color:#fff;
}
.element__button:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.element__button:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.element__button:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}

#cart-small__info_is_empty {
    padding: 6px 0 8px;
}

/* Start eshop cart
 * @tpl eshop_cart.tpl
 */ 
 
.recalc123 {
	text-decoration: none;   
}
 
#head_eshop_cart {
    float: right;
    left: 0;
    position: relative;
    width: 220px;
}

#my_cart, #my_cart a {
    color: #000 !important;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}

.cart-small{
	min-height:47px;
	margin-top:15px;
}
.cart-small__visual{
	display:block;
	float:left;
	width:42px;
	height:47px;
	margin-right:15px;
	background:transparent url("_img/cart-small.png") no-repeat;
}
.cart-small__title {
    color: #6D6D6D;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap !important;
}
.cart-small__title:visited{
	color:inherit;
}
.cart-small__text{
	width:160px;
    float: left;
}

#cart-small__info_not_empty {
display: block;
padding: 4px 0 6px 0;
}

.cart-small__form-line{
	margin:5px 0;
}
.cart-small_not_empty .cart-small__visual{
	background:transparent url("_img/cart-small_not_empty.jpg") no-repeat;
}
.cart-small_type_one-click{
	margin-top:5px;
}
.cart-small_type_one-click .cart-small__info_not_empty{
	display:block;
	margin:10px 0;
}
.cart-small_type_one-click .cart-small__success-message{
	display:block;
	font-weight:700;
	margin:10px 0;
}
.cart-small_type_one-click .cart-small__title{
	font-size:18px;
}
.cart-small_type_success{
	margin-top:5px;
}
.cart-small_type_success .cart-small__title{
	font-size:18px;
}

/* End eshop cart
 * @tpl eshop_cart.tpl
 */ 
 
/* Start eshop catalog
* @tpl eshop_catalog.tpl
*/

.category-path{
	border-width:0;
	margin-bottom:20px;
	font-weight:700;
	color:#000;
}
.category-path__link,.category-path__link:visited{
	margin-right:5px;
	padding-right:15px;
	background:url(_img/category-path__arrow.jpg) no-repeat;
	background-position:100% 60%;
	color:#898883;
	font-weight:400;
}
.category-path__link:last-child{
	background:none;
}
.category-path__link::after{
	display:none;
}

.eshop-cat-detailed__description {
    padding: 20px 0;
}
.eshop-cat-detailed__announce{
	
}

.eshop-item-list_type_catalog{
	overflow:visible;
}
.eshop-item-list_type_catalog .eshop-item-list__clipper{
	overflow:visible;
}
.eshop-item-properties{
	color:#555;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border-radius:0px;
    padding: 0 0 10px;
}
.eshop-item-properties_notavail{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	border:1px solid #fcc;
}
.eshop-item-small:hover .eshop-item-small__additional-prices{
	visibility:visible;
	opacity:1;
}

.eshop-item-small__content{
	background:transparent;
	color:#000;
	color:#000;
	height:100%;
	max-width:100%;
	text-align:center;
}
.eshop-item-small__category,.eshop-item-small__category:visited{
	text-decoration:underline;
	font-weight:700;
	font-size:12px;
    font-style: italic;
}
.eshop-item-small__title,.eshop-item-small__title:visited{
	color:#000;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
}
.eshop-item-small__title:hover,.eshop-item-small__category:hover{
	text-decoration:none;
}
.eshop-item-small__prices{
	margin-top:0px;
}
.eshop-item-small__base-price{
	display:block;
}
.eshop-item-small__caption{
	display:block;
}
.eshop-item-small__price-tag{

}
.eshop-item-small__price-tag_additional{
	font-size:13px;
	font-weight:700;
	height:22px;
	padding-top:8px;
}
.eshop-item-small__price-tag_vkredit{
	display:inline-block;
}
.eshop-item-small__price-actual{
	display:block;
    font-size:20px;
    line-height:28px;
    color: #e24c57;
    font-weight: 500;
}
.eshop-item-small__price-original{
	display:block;
	margin-bottom:-11px;
	margin-top:1px;
}
.eshop-item-small__cart-form{
	display:inline-block;
	margin-bottom: 10px;
}
.eshop-item-small__quantity{
	padding:0;
	border:1px solid #ccc;
	border-radius:3px;
	text-align:center;
}
.eshop-item-small__cart-text{
	font-weight:700;
	position:relative;
	padding:5px 12px;
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	background:linear-gradient(top,#3faef3 45%,#0f74f0 75%);
	border:1px solid #0f74f0;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	border-radius:5px;
}
.eshop-item-small__cart-text:hover{
	background:#3faef3;
	background:-moz-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-webkit-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-o-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:-ms-linear-gradient(top,#3faef3 45%,#2782f2 75%);
	background:linear-gradient(top,#3faef3 45%,#2782f2 75%);
	border:1px solid #0f74f0;
	color:#fff;
	text-decoration:inherit;
}
.eshop-item-small__cart-text:visited{
	color:#fff;
}
.eshop-item-small__cart-text:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.eshop-item-small__cart-text:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-small__cart-text:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.eshop-item-small__additional-prices{
	border-radius:0 0 5px 5px;
}
.eshop-item-small__additional-price_vkredit{
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	background-color:#ddd;
	display:inline-block;
	margin:6px 0;
	padding-left:4px;
	padding-right:4px;
}
.eshop-item-small__additional-price_vkredit:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-small__additional-price_vkredit:visited{
	color:#000;
}
.eshop-item-small__additional-price_vkredit:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-small__additional-price_vkredit:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-small__additional-price_vkredit:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__caption{
	display:inline-block;
}
.eshop-item-small__additional-price_vkredit .eshop-item-small__cart-icon{
	display:inline-block;
	vertical-align:middle;
	width:26px;
	height:20px;
	background:url("_img/eshop-item-small__vkredit.png") no-repeat;
}
.eshop-item-small__vkredit-price{
	font-weight:700;
}
.eshop-item-small__price-postfix{
	font-weight:700;
}
.eshop-item-small__additional-price_not_avail{
	background:#fff;
	cursor:default;
}
.eshop-item-small__additional-price_not_avail .eshop-item-small__cart-form{
	display:none;
}
.eshop-item-small__one-click{
	color:#08c;
	margin: 0px 6px 0 6px;
}
/*.eshop-item-small_type_linked .eshop-item-small__header{
	max-width:195px;
}*/
.eshop-item-small_type_miniblock .eshop-item-small__header{
	max-width:195px;
}
.eshop-item-small_type_miniblock .eshop-item-small__additional-prices{
	position:static;
	visibility:visible;
	opacity:1;
}

.eshop-ordering__field-name{
	vertical-align:top;
}
.eshop-ordering__textfield{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-webkit-box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	box-shadow:0 1px 1px #ddd inset 0 7px #ccc;
	-moz-box-shadow:0 1px 1px #ddd inset;
	-webkit-box-shadow:0 1px 1px #ddd inset;
	box-shadow:0 1px 1px #ddd inset;
	color:#848484;
}
.eshop-ordering__item{
	margin:8px 0;
	line-height:1em;
}
.eshop-ordering__item-list-wrapper{
	padding-top:37px;
}
.eshop-ordering__item-list{
	padding:0;
	background-color:#f4f4f4;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	width:398px;
}
.eshop-ordering__item-list .eshop-ordering__caption{
	margin:0;
	padding:10px 20px;
	background:#e24c57 none repeat scroll 0 0;
	color:#fff;
	border-radius:5px 5px 0 0;
}
.eshop-ordering__change-order{
	display:inline-block;
	width:50%;
	font-size:12px;
	font-weight:400;
	text-align:right;
	text-decoration:underline;
    color:#fff;
}
.eshop-ordering__item-price{
	font-size:18px;
	color:#333;
}

.eshop-ordering__item-prop-info{
	display:inline-block;
	font-size:10px;
}
.eshop-ordering__item-sku{
	font-size:10px;
}
.eshop-ordering__submit{

}

.eshop-ordering__submit_action_order{
	display:block;
	float:right;
	padding:10px 24px;
	font-size:18px;
}
.eshop-ordering__submit_action_order:active{
	padding:11px 24px 9px;
}
.eshop-ordering__login{
	position:relative;
	padding:5px 12px;
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#65a61d 75%);
	background:linear-gradient(top,#9cd125 45%,#65a61d 75%);
	border:1px solid #65a61d;
	color:#fff;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
}
.eshop-ordering__login:hover{
	background:#9cd125;
	background:-moz-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-webkit-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-o-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:-ms-linear-gradient(top,#9cd125 45%,#72bb21 75%);
	background:linear-gradient(top,#9cd125 45%,#72bb21 75%);
	border:1px solid #65a61d;
	color:#fff;
	text-decoration:inherit;
}
.eshop-ordering__login:visited{
	color:#fff;
}
.eshop-ordering__login:active{
	box-shadow:0 0 2px rgba(255,255,255,0.7) inset;
}
.eshop-ordering__login:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-ordering__login:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(0,0,0,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.7);
	box-shadow:0 1px 2px rgba(0,0,0,0.7);
}
.eshop-ordering__field-sublist{
	-webkit-transition:max-height 1.0s;
	-moz-transition:max-height 1.0s;
	-o-transition:max-height 1.0s;
	transition:max-height 1.0s;
}
.eshop-ordering__field-sublist_state_hidden{
	max-height:0;
	visibility:hidden;
	opacity:0.0;
	-webkit-transition:max-height 0.2s;
	-moz-transition:max-height 0.2s;
	-o-transition:max-height 0.2s;
	transition:max-height 0.2s;
}
.eshop-ordering__item-list-body{
	position:relative;
	min-height:100px;
	padding:8px 20px 20px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
@-webkit-keyframes eshop-ordering__rotate{
	0%{
		-webkit-transform:rotate(0deg);
	}
	100%{
		-webkit-transform:rotate(360deg);
	}
}
@-moz-keyframes eshop-ordering__rotate{
	0%{
		-moz-transform:rotate(0deg);
	}
	100%{
		-moz-transform:rotate(360deg);
	}
}
@-o-keyframes eshop-ordering__rotate{
	0%{
		-o-transform:rotate(0deg);
	}
	100%{
		-o-transform:rotate(360deg);
	}
}
@keyframes eshop-ordering__rotate{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}
.eshop-ordering__item-list-rotor{
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	width:32px;
	height:32px;
	margin:-16px 0 0 -16px;
	background:url(_img/eshop-ordering__loading.png) no-repeat;
	opacity:0.0;
}
.eshop-ordering__item-list-body_state_hidden+.eshop-ordering__item-list-rotor{
	opacity:1.0;
	visibility:visible;
	-webkit-animation:eshop-ordering__rotate 2s linear infinite;
	-moz-animation:eshop-ordering__rotate 2s linear infinite;
	-o-animation:eshop-ordering__rotate 2s linear infinite;
	animation:eshop-ordering__rotate 2s linear infinite;
}
#custom_shipping_04 select {
	margin-left: 16px;
}
.eshop-order__shippings .eshop-ordering__field{
	margin:0;
	padding:5px 0 5px 25px;
}
.eshop-ordering__number-cell{
	text-align:right;
}
.eshop-ordering__item-name{
	color:#333;
}
.eshop-ordering__item-name_total{
	font-size:16px;
	vertical-align:top;
}
.eshop-ordering__price-total{
	border-top:2px solid #999;
	padding-top:20px;
}
.eshop-ordering__price-total-value{
	font-size:22px;
	vertical-align:top;
	color:#333;
}
.eshop-ordering__price-total .eshop-ordering__price-total-value{
	float:right;
}
.eshop-ordering__info{
	border:none;
}
.eshop-ordering__redirect-info{
	text-align:center;
	margin:80px;
}
.eshop-ordering__redirect-info>.eshop-ordering__fieldset{
	display:inline-block;
	width:300px;
	border-radius:5px;
	background:#f4f4f4;
}
.eshop-ordering__redirect-info .eshop-ordering__info{
	font-size:16px;
}
.eshop-ordering__auth-link{
	text-decoration:none;
	border-bottom:1px dashed;
	cursor:pointer;
	font-size:12px;
	font-weight:400;
	margin-left:44px;
}
.eshop-ordering__auth-link:hover{
	text-decoration:none;
}
.eshop-ordering__login-window{
	padding:0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.eshop-ordering__login-window .eshop-ordering__textfield{
	float:right;
}

.eshop-ordering__login-window .eshop-ordering__field{
	margin-left:0;
}
.eshop-ordering__close-login-window{
	float:right;
}
.eshop-ordering__login-form{
	margin:0 30px 20px 25px;
}
.eshop-ordering__reg{
	display:block;
}
.eshop-ordering__with-credit{
	margin-top:10px;
}
.eshop-ordering_type_accepted .eshop-ordering__fieldset{
	border-radius:5px;
	background:#f4f4f4;
}
.eshop-ordering_type_accepted .eshop-ordering__field{
	background:#fee601;
	color:#000;
}
.eshop-ordering_type_cancelled .eshop-ordering__fieldset{
	border-radius:5px;
}
.eshop-ordering_type_confirm .eshop-ordering__fieldset{
	box-shadow:-10px 0 12px -4px rgba(100,100,100,0.2),10px 0 12px -4px rgba(100,100,100,0.2);
}

/* End eshop catalog
* @tpl eshop_catalog.tpl
*/

/* Start eshop menu
* @tpl eshop_tree_links.tpl
*/


.eshop-cat-tree__item-link_type_selected,.eshop-cat-tree__item-link_type_selected:visited{
	text-shadow:none;
}

.eshop-cat-tree__small-picture {
    display: none;
}
.eshop-cat-tree_type_dropdown{
	margin: 0;
	border:0;
	box-shadow:none;
	border-radius:0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-name {
 
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-name{
	font-size:13px;
	font-weight:700;
	text-decoration:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-name:hover{
	text-decoration:underline;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item {
    display: inline-block;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    vertical-align: middle;
    line-height: 22px;
    padding: 1px 0;
    position: relative;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:first-of-type{
	margin-left:9px;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:last-of-type{
	border-right:0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover{
	
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1{
	
    padding: 0;
    
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1>.eshop-cat-tree__item:hover .eshop-cat-tree__item-name{
	
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	padding:5px 10px;
	background:none;
    text-decoration: none;
}

.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover:after{
	opacity:1.0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover{
	text-decoration:none;
}
.eshop-cat-tree__item {
    display: block;
    line-height: 18px;
    min-width: 70px;
    position: relative;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2{
	position:absolute;
	left:0;
	z-index:1000;
	visibility:hidden;
	opacity:0.0;
	min-width:330px;
	top:40px;
	padding:10px 15px;
	border-radius:0;
    box-shadow:0 0 18px 0 rgba(0, 0, 0, 0.12);
	background:#373b3e none repeat scroll 0 0;
	transition:opacity 0.3s ease-out 0s;
	-moz-transition:opacity 0.3s ease-out 0s;
	-webkit-transition:opacity 0.3s ease-out 0s;
	-o-transition:opacity 0.3s ease-out 0s;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover>.eshop-cat-tree_level_2{
	
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item{
	display:inline-block;
	margin:0;
	padding:0;
	line-height:14px;
	background:none;
	box-shadow:none;
	border:0;
	vertical-align:top;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover .eshop-cat-tree_level_2 {
    opacity: 1;
    visibility: visible;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item:hover{
	background:none;

}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-link{
	background:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-link:after{
	display:none;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-link:hover{
	background:none;
}

.eshop-cat-tree_level_3{
	margin: 0;
	padding: 0;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item{
	display:block;
	line-height:9px;
	margin-left:10px;

}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-name{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    text-transform: none !important;
}
.eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-link{
	padding:6px 0 3px;
}
*+html .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	background:#fee601;
}

.body__nav{
	background:#fde300;
	background:-moz-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5db00),color-stop(55%,#fde300),color-stop(100%,#ffe400));
	background:-webkit-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:-o-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:-ms-linear-gradient(top,#f5db00 0%,#fde300 55%,#ffe400 100%);
	background:linear-gradient(to bottom,#f5db00 0%,#fde300 55%,#ffe400 100%);
	position:relative;
	min-height:30px;
	margin-bottom:18px;
	padding:0 20px;
	font-size:1px;
	line-height:0;
	text-align:justify;
}
.body__nav:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:1px;
	width:100%;
	height:1px;
	background:#ffe933;
}

.eshop-cat-tree.eshop-cat-tree_type_dropdown {

background: none;
}

.eshop-cat-tree.eshop-cat-tree_type_dropdown.is-fixed-block {
    position: fixed;
    width: 955px;
    top: -4px;
    margin: 0;
    z-index: 5;
}

.eshop-cat-tree_type_dropdown.is-fixed-menu {
    position: fixed;
    top: -4px;
    margin: 0;
    padding: 0;
    z-index: 5;
    width: 955px;
}

.body__nav .eshop-cat-tree_type_dropdown{
	display:inline-block;
	margin:0;
	background:transparent;
	vertical-align:middle;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1{
	background:transparent;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1 .eshop-cat-tree__item-name{
	border-bottom-color:#000;
	color:#000;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2{
	background:#ffe400;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover{
	background:#ffe400;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link{
	text-decoration:none;
	color:#000;
}
.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:after,.body__nav .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover:after{
	display:none;
}
.body__nav .form_type_search{
	display:inline-block;
	float:none;
	width:auto;
	height:auto;
	padding:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	vertical-align:middle;
	background:transparent;
}
.body__nav .form_type_search .form__search-line{
	width:auto;
}
.body__nav .form_type_search .form__under-search-line{
	display:none;
}
.body__nav:after{
	content:"";
	width:100%;
	height:0;
	display:inline-block;
	opacity:0;
}

/* End eshop menu
* @tpl eshop_tree_links.tpl
*/

/* Start eshop item detail
* @tpl _eshop_item_list.tpl
*/

.eshop-item-detailed__price-tag {
    margin-bottom: 20px;
}
.eshop-item-detailed__actual-price{
	display:inline-block;
	color:black;
	font-size:13px;
	font-weight:700;
	border-radius:5px;
	text-align:left;
}
.eshop-item-detailed__origin-price{
	margin:0 0 -5px;
	text-decoration:line-through;
}
.eshop-item-detailed__box{
	
}
.eshop-item-detailed__text-box{
	
}
.eshop-item-detailed__choice-box{
	
}
.eshop-item-detailed__price-box{
	margin-top:20px;
}
.eshop-item-detailed__price-box{
	overflow:hidden;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
.eshop-item-detailed__price-tag{
	
}
.eshop-item-detailed__actual-price{
    font-size: 30px;
    font-weight: bold;
    line-height: 25px;
        color: #e24c57;
}

.eshop-item-detailed__base-price-caption{
	display:block;
}
.eshop-item-detailed__base-price-container{
	display:inline-block;
	text-align:left;
}
.eshop-item-detailed__add-to-cart-link{
	padding:0;
	font-size:13px;
}
.eshop-item-detailed__add-to-cart-link_base{
	border:none;
	color:#fff;
}
.eshop-item-detailed__cart-quantity{
	    margin: 0 4px 0 0;
    text-align: center !important;
    vertical-align: top;
    width: 52px;
}
.eshop-item-detailed__cart-text{
    font-weight: 700;
	font-size:13px;
}
.eshop-item-detailed__other-prices .eshop-item-detailed__cart-text{
	font-size:11px;
	font-weight:400;
}
.eshop-item-detailed__popup-link{
	text-align:center;
}

.eshop-item-detailed__sku-name{
	font-weight:400;
}
.eshop-item-detailed__custom-field-name{
	font-weight:400;
}
.eshop-item-detailed__sku-value{
	color:#999;
}
.eshop-item-detailed__custom-field-value{
	color:#999;
}
.eshop-item-detailed__availability-box{
	margin-bottom:8px;
}
.eshop-item-detailed__replies{
	height:15px;
	margin-top:12px;
}
.eshop-item-detailed__replies-count{
	font-style:italic;
}
.eshop-item-detailed__price-wrapper{
	overflow:hidden;
	font-size:11px;
	position:relative;
	padding:5px 12px;
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	background:linear-gradient(top,#fefefe 45%,#e5e5e5 75%);
	border:1px solid #e5e5e5;
	color:#000;
	font-size:12px;
	line-height:1.2em;
	height:auto;
	width:auto;
	cursor:pointer;
	padding:5px 0;
}
.eshop-item-detailed__price-wrapper:hover{
	background:#fefefe;
	background:-moz-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-webkit-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-o-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:-ms-linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	background:linear-gradient(top,#fefefe 45%,#f1f1f1 75%);
	border:1px solid #e5e5e5;
	color:#000;
	text-decoration:inherit;
}
.eshop-item-detailed__price-wrapper:visited{
	color:#000;
}
.eshop-item-detailed__price-wrapper:active{
	box-shadow:0 0 2px rgba(180,180,180,0.7) inset;
}
.eshop-item-detailed__price-wrapper:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
.eshop-item-detailed__price-wrapper:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.6);
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	box-shadow:0 1px 2px rgba(255,255,255,0.7) 0 7px #ccc;
	-moz-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:0 1px 2px rgba(255,255,255,0.7);
	box-shadow:0 1px 2px rgba(255,255,255,0.7);
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	background:transparent;
	min-height:0;
	min-width:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-caption{
	display:inline-block;
	margin:0;
	font-size:11px;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__price-tag{
	padding:0;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__other-price-actual{
	margin:0;
	vertical-align:middle;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-box{
	display:inline-block;
}
.eshop-item-detailed__price-wrapper .eshop-item-detailed__cart-quantity{
	display:block;
	color:#848484;
}
.eshop-item-detailed__price-wrapper_forbidden{
	background:#fdfdfd;
	cursor:default;
	border:0;
}
.eshop-item-detailed__price-wrapper_forbidden:hover{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_forbidden:active{
	border:inherit;
	background:inherit;
}
.eshop-item-detailed__price-wrapper_vkredit .eshop-item-detailed__cart-icon{
	width:26px;
	height:20px;
	background:url("_img/eshop-item-detailed__vkredit.png") no-repeat;
}
.eshop-item-detailed__one-click-order{
	padding:8px 0;
	background-color:#2a79b6;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-ms-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-webkit-linear-gradient(top,#2a79b6,#1a5996);
	background-image:-o-linear-gradient(top,#2a79b6,#1a5996);
	background-image:linear-gradient(top,#2a79b6,#1a5996);
	color:#fff;
	font-size:14px;
	font-weight:700;
	text-align:center;
	cursor:pointer;
}
.eshop-item-detailed__text-box {
   
}

.eshop-item-detailed__choice-box {
   
}
.eshop-item-detailed__one-click-order:hover{
	background:#2a79b6;
}
.eshop-item-detailed__one-click-order:before{
	content:"";
	display:inline-block;
	vertical-align:bottom;
	width:20px;
	height:20px;
	margin-right:7px;
	background:url("_img/eshop-item-detailed__one-click.png");
}
.eshop-item-detailed__comparison{
	margin:10px 0;
}
.eshop-item-detailed__price-postfix{
	font-weight:700;
}
.eshop-item-detailed__addpics-container{
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
* html .eshop-item-detailed__addpics-item{
	float:left;
}
*+html .eshop-item-detailed__addpics-item{
	float:left;
}

/* End eshop item detail
* @tpl _eshop_item_list.tpl
*/

/* Start compare items
* @tpl eshop_compare.tpl
*/

.compare_script_bottom {
    padding: 35px 0px 15px 0px;
}

.compare__selected_items_row {
	display: none;   
}

.compare__selected_items_row-list a {
    margin-bottom: 4px;
    display: block;
}

.compare_small_link {
    float: left;
    width: 70px;
    padding-left: 10px;
}

.compare_small_clear_link {
	background: url(_mod_files/ce_images/template_images/compare_clear.png) no-repeat 0px 3px;
	margin-left: 104px;
	padding-left: 15px;
}

.compare_small_both {
    clear: both;
}

.compare_script_bottom a, .compare_script_bottom a:visited {
    display: inline-block;
    font-size: 0.9em;
    margin: 0 15px 0 0;
    text-decoration: underline;
}

#compare_block_top {
    height: 54px;
    border-radius: 7px;
    border: 1px solid #E5E5E5;
    float: left;
    margin-left: 20px;
    padding: 10px 15px;
    width: 204px;
}

.compare__selected_items_row-list {
    padding-bottom: 10px;
}

.compare_small_body {
    overflow-y: auto;
    height: 36px;
    margin: 4px 0 0 0;
    padding: 0 22px 0 0;
}

.addtocomparsion {
    float: left;
    padding-left: 8px;
}

.compare_small_link {
    padding-left: 25px;
    background: url(_mod_files/ce_images/template_images/compare_refresh.png) no-repeat;
}

.compare_count {
    padding: 3px 0px;
}

.compare .sel_a {
    background: #F0F0F0;
}

.compare_script_bottom {
    padding: 0px 0 15px;
}

a.comp_del, a.comp_del:visited {
    background: url("_mod_files/ce_images/template_images/out_stock.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-size: 0;
    height: 14px;
    width: 14px;
}

#compare_type_page {
    padding-bottom: 30px;
}

.eshop-item-list__compare{
	margin:20px 0;
}

.compare_block_top__title {
    font-weight: bold;
}

/* End compare items
* @tpl eshop_compare.tpl
*/

/* Start pager
 * @tpl pager.tpl
 */

.pager__content{
	border-width:0;
}
.pager__button,.pager__button:visited{
	padding:4px 10px 4px;
	border-color:#e6e6e6 #e6e6e6 #bfbfbf;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color:#b3b3b3;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	background-image:-webkit-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:-o-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:-moz-linear-gradient(top,#ffffff,#e6e6e6);
	background-image:linear-gradient(top,#ffffff,#e6e6e6);
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
	line-height:18px;
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
}
.pager__button:hover{
	background:#fff;
	color:#333;
}
.pager__button_type_prev{
	border-radius:4px 0 0 4px;
}
.pager__button_type_next{
	border-radius:0 4px 4px 0;
}
.pager__button_state_active,.pager__button_state_active:hover{
	background:#e52639;
	background:-moz-linear-gradient(top,#e52639 0%,#88291c 100%);
	background:-webkit-linear-gradient(top,#e52639 0%,#88291c 100%);
	background:-o-linear-gradient(top,#e52639 0%,#88291c 100%);
	background:linear-gradient(to bottom,#e52639 0%,#88291c 100%);
	color:#fff;
}
.pager__button:focus{
	box-shadow:0 0 3px rgba(0,0,0,0.5) inset;
	background:#fff;
}
.pager__button:active{
	padding:5px 10px 3px;
	box-shadow:0 0 4px rgba(0,0,0,0.5) inset;
	background:#fff;
	color:#000;
}
.pager__button_state_inactive,.pager__button_state_inactive:hover,.pager__button_state_inactive:focus,.pager__button_state_inactive:visited,.pager__button_state_inactive:active{
	padding:4px 10px;
	box-shadow:none;
	background:#e6e6e6;
	cursor:default;
	text-shadow:none;
	color:#000;
}

/* End pager
 * @tpl pager.tpl
 */

/* Start imagetape fullinfo
 * @tpl imagetape_fullinfo.tpl
 */
 
.left_imagetape_fullinfo {
    display: none;
}

.right_imagetape_fullinfo, .block_imagetape_fullinfo {
    float: none;
}

.block_imagetape_fullinfo {
    width: 675px;
    padding-bottom: 0px;
    margin-left: -20px;
    height: 205px;
}

.bottom_imagetape_fullinfo {
    float: none;
    position: relative;
    right: 10px;
    top: -32px;
}

.right_imagetape_fullinfo img {
    border-radius: 5px;
}

.image-tape_type_slideshow .image-tape__item{
	-moz-transition:opacity 0.0s linear 0.2s;
	-webkit-transition:opacity 0.0s linear 0.2s;
	-o-transition:opacity 0.0s linear 0.2s;
}
.image-tape_type_slideshow .image-tape__number{
	width:26px;
	height:25px;
	padding:2px 0 0;
	font:14px/27px arial,tahoma,verdana;
	-moz-transition:all 0.1s linear;
	-webkit-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
	background:transparent url(_img/image-tape__number.png) no-repeat;
	text-align:center;
	vertical-align:baseline;
}
.image-tape_type_slideshow .image-tape__number:hover{
	background:transparent url(_img/image-tape__number.png) no-repeat;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__item:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__item:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__item:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__item:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__item:nth-of-type(5){
	opacity:1.0;
	-moz-transition:opacity 0.2s linear;
	-webkit-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
	z-index:6;
}
.image-tape_type_slideshow .image-tape__radio:nth-of-type(1):checked~.image-tape__number-list .image-tape__number:nth-of-type(1),.image-tape_type_slideshow .image-tape__radio:nth-of-type(2):checked~.image-tape__number-list .image-tape__number:nth-of-type(2),.image-tape_type_slideshow .image-tape__radio:nth-of-type(3):checked~.image-tape__number-list .image-tape__number:nth-of-type(3),.image-tape_type_slideshow .image-tape__radio:nth-of-type(4):checked~.image-tape__number-list .image-tape__number:nth-of-type(4),.image-tape_type_slideshow .image-tape__radio:nth-of-type(5):checked~.image-tape__number-list .image-tape__number:nth-of-type(5){
	background:transparent url(_img/image-tape__number_sel.png);
	-moz-transition:opacity 0.2s linear;
	-webkit-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
}
.image-tape_type_slideshow .image-tape__number_state_checked,.image-tape_type_slideshow .image-tape__number_state_checked:hover,.image-tape_type_slideshow .image-tape__number-after{
	top:0;
	width:26px;
	height:25px;
	padding:2px 0 0;
	background:transparent url(_img/image-tape__number_sel.png) no-repeat;
	text-align:center;
	vertical-align:bottom;
}

/* End imagetape fullinfo
 * @tpl imagetape_fullinfo.tpl
 */
 
/* Start image slider */



/* End image slider */

/* Start rating
 * @tpl rating_stars.tpl
 */

.rating__form{
	-webkit-transition:all 0.5s ease-out;
	-moz-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.rating_type_item-small{
	margin:6px 0;
}
.rating_type_item-detailed {
    border-radius: 5px;
    line-height: 2;
    margin-top: 15px;
    padding: 12px 5px 12px 10px;
    width: 193px;
    background: #F7F4E9;
}

/* End rating
 * @tpl rating_stars.tpl
 */

/* Start desktop top menu icons  */

.fixed-desktop-menu #top-menu-block {
    position: fixed;
    height: 32px;
    z-index: 6 !important;
    top: 0;
    border-radius: 0 6px 6px 0;
    width: 340px;
    right: 50%;
    margin-right: -474px;
    -webkit-transition:top 0.3s ease-in-out;
    -moz-transition:top 0.3s ease-in-out;
    -o-transition:top 0.3s ease-in-out;
    transition:top 0.3s ease-in-out;
}

#top-head-bg {
	display: none;   
}

.fixed-desktop-menu #lay_f1 #top-menu-block #compare_block_top {
	border: none;
	padding: 0;
	right: 74px;
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_user_menu {
	right: 6px;
}

.fixed-desktop-menu #lay_f1 #top-menu-block .head-elements-row {
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	position: absolute;
	top: 6px;
	right: 44px;
    left: initial;
	background: none;
}

.fixed-desktop-menu #lay_f1 #top-menu-block .mobile-head-btn {
	display: block;
	width: 26px;
	background: #CCC;
	padding: 0;
	cursor: pointer;
}

.fixed-desktop-menu #lay_f1 #top-menu-block #compare_block_top__btn,
.fixed-desktop-menu #lay_f1 #top-menu-block #head_eshop_cart__btn,
.fixed-desktop-menu #lay_f1 #top-menu-block #head_user_menu__btn,
.fixed-desktop-menu #lay_f1 #top-menu-block #spec_eshop_filter__btn {
	font: normal normal normal 14px/1 FontAwesome;
	background: none;
	font-size: 22px;
	color: #000;
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_user_menu__btn:before {
	content: "\f007";
}

.fixed-desktop-menu #lay_f1 #top-menu-block #spec_eshop_filter__btn:before {
	content: '\f002';
	font-size: 20px;
	position: relative;
	top: -2px;
}

.fixed-desktop-menu #lay_f1 #top-menu-block #compare_block_top__btn:before {
	content: "\f05d";
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_eshop_cart__btn:before {
	content: "\f07a";
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_eshop_cart__btn {
	width: 24px;
}

.fixed-desktop-menu #lay_f1 #top-menu-block #head_eshop_cart .mobile-head-informer {
	right: -10px;
}

.fixed-desktop-menu .form.form_type_search.head-elements-row .form__submit,
.fixed-desktop-menu #top-menu-block #spec_eshop_filter__btn,
.fixed-desktop-menu #top-menu-block .form__under-search-line,
.fixed-desktop-menu #lay_f1 .cart-small__visual {
	display: none !important;
}

.fixed-desktop-menu #lay_f1 .cart-small {
	margin: 0;
}

.fixed-desktop-menu .member_small_menu_info_logged_body,
.fixed-desktop-menu .member_small_menu_info_not_logged_body {
	padding: 0;
	width: 200px;
}

.fixed-desktop-menu .form.form_type_search.head-elements-row .form {
	background: none;
}

.fixed-desktop-menu .form_type_search .form__search-line {
	width: 200px;
	padding: 3px 6px;
}

.fixed-desktop-menu #lay_f1 #top-menu-block .form_type_search {
	background: none;
	border-radius: 0;
	right: 110px;
	white-space: nowrap;
	text-align: right;
	top: 4px;
	height: 32px;
}

.fixed-desktop-menu .mobile-head-informer {
	cursor: pointer;
	padding: 1px 4px;
	color: #FFF;
	border-radius: 10px;
	background: #F00;
	font-size: 9px;
	position: absolute;
	right: -4px;
	top: -4px;
}

.fixed-desktop-menu #top-menu-block .cart-small__title,
.fixed-desktop-menu #top-menu-block .member_small_block_body a {
	color: #08C !important;
    font-weight: bold;
}

.fixed-desktop-menu #top-menu-block #compare_block_top .mobile-head-btn__item {
	width: 200px;
	white-space: normal;
}

.fixed-desktop-menu .compare_small_body {
	height: auto;
}

.fixed-desktop-menu #top-menu-block .mobile-head-btn__item {
	display: none;
	position: absolute;
	background: #E8E8E8;
	z-index: 100;
	right: 0;
	padding: 10px;
	margin-top: 8px;
}

.fixed-desktop-menu .mobile-head-informer__show {
	display: block;
}

.top-menu-block__desktop {
	top: -50px;   
}

/* End desktop top menu icons  */

/* System: Start Amiro copywrite link */
 
#sign {
    padding: 0;
    margin-top: -23px;
    background: none !important;
    padding-right: 14px;
    margin-bottom:0px!important
}

/* System: End Amiro copywrite link */


@media screen and (max-width: 1000px) {
    * {
        white-space: normal;
    }
    
    #head_template {
        width: auto;
        padding: 0 12px;
    }
    
    #logo_head {
        width: 100px;
        height: auto;
        padding-top: 16px;
    }
    
    #logo_head img {
        width: 100%;
        height: auto;
    }
    
    #head_contact_block {
        width: 190px;
        height: 84px;
        margin: 0;
        padding-top: 10px;
        float: right;
    }
    
    
    
    #head_eshop_cart {
        position: relative;
        right: 0;
        width: 124px;
        height: auto;
        padding-top: 5px;
    }
    
    #cartPopupWindow div a {
        display: block;
        margin: 10px 0;
        text-align: center;
	}
    
    #head_user_menu {
        margin-right: 30px;
        min-width: 10px;
        width: auto;
        background: none;
    }
    
    #top-menu-block .cart-small__title,
    #top-menu-block .member_small_block_body a {
        color: #08C !important;
        font-weight: bold;
    }
    
    .member_menu .member_menu_row {
        display: block;
        padding-bottom: 8px;
        text-align: right;
    }
    
    .member_menu .member_menu_row a {
        font-size: 12px;
        font-weight: normal !important;
        white-space: nowrap;
    }
    
    .member_menu_row.small_menu_logout a {
        font-weight: bold !important;
    }
    
    .member_menu_row.small_menu_logout {
        margin-top: 10px;
        padding-bottom: 0;
    }
    
    #head_user_menu .member_balance,
    #head_user_menu .member_menu {
    	padding-top: 10px;
    }
    
    #head_contact_block span {
        font-size: 13px;
    }
    
    .cart-small__text {
        width: auto;
    }
    
    #cartPopupWindow div .cart-small_type_one-click .cart-small__order-btn,
    #cartPopupWindow div .cart-small_type_one-click .cart-small__cont-btn,
    .cart-small__visual {
        display: none;
    }
    
    .member_small_menu_info_logged_body, .member_small_menu_info_not_logged_body {
        min-width: 10px;
        padding: 0;
        background: none;
        height: auto;
        float: none;
    }

    .member_menu_row.small_menu_login {
        padding-bottom: 6px;
    }
    
    #lay_f1 #compare_block_top {
        width: 100%;
        margin: 14px 0 0;
        padding: 10px 0;
        height: auto;
    }
    
    #lay_f1 #compare_block_top div {
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
    }
    
    #lay_f1 {
       
        position: relative;
    }
    
    #lay_f1 .form_type_search {
        width: auto;
        padding: 0;
        height: auto;
        margin-top: 10px;
    }
    
    #lay_f1 input.form__search-line,
    .form_type_filter .form__search-line {
        width: 70%;
        padding: 4px 2%;
        margin: 0;
        float: left;
    }
    
    #lay_f1 input.form__submit,
    .form_type_filter .form__submit {
        width: 22%;
        padding: 6px 2%;
        float: right;
    }
    
    #lay_f1 .form_type_search .form {
        background: none;
        padding: 0;
        overflow: hidden;
    }
    
    #lay_f1 .form__hint {
        margin: 0;
        padding: 8px 0 10px 10px;
        float: none;
    }
        
   
    
    #lay_f1 .form__under-search-line {
        width: 100% !important;
        height: auto;
        clear: both;
    }
    
    #lay_body .form_type_filter {
        padding: 10px 0;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    
    #lay_body .form_type_filter .form {
        padding: 0 10px;
    }
    
    .eshop-item-list {
        width: 100% !important;
        clear: both;
    }
    
    .eshop-item-list__container {
        text-align: center;
    }

    .eshop-item-list__clipper {
        width: auto !important;
    }
    
    .eshop-item-small__content {
        margin: 0 auto;
    }
    
    .image-tape_type_slideshow .image-tape__img,
    .eshop-cat-detailed__announce img {
        width: 100%;
    }
    
    .body__footer {
        background: #EEEEE8 url("_img/body__footer.jpg") top no-repeat;
    }
    
    .footer__content {
        max-width: 90%;
        padding: 20px 0 0;
        line-height: 1;
    }
    
    .nav-menu__item {
        line-height: 2;
    }

    .item-detailed__nav-previous-link,
    .item-detailed__nav-previous-link *,
    .item-detailed__nav-next-link,
    .item-detailed__nav-next-link * {
        white-space: nowrap !important;
    }
    
    .footer__link {
        margin: 0;
        padding-bottom: 20px;
    }
    
    .mobile-head-informer__show {
    	display: block;   
    }
    
    #sign {
        text-align: center;
        padding: 0;
    }
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1 {
        
    }
    
    .eshop-cat-detailed__announce {
        padding: 0;
    }
    
    input.form__search-line {
    	width: 60%;
    }
    
    #head_user_menu .member_menu {
        position: relative;
        right: 0px;
        top: 0;
        height: auto;
    }
    
    #lay_body .eshop-item-list__switcher {
        margin-bottom: 10px;
        padding: 4px 0;
        float: right;
    }
    
    #top-menu-block {
        position: absolute;
        height: 34px;
        right: 0;
        z-index: 10 !important;
        top: 94px;
        min-width: 148px;
        background: rgb(255,212,0);
        border-radius: 6px;
    }
    
    #top-menu-block .form__submit,
    #top-menu-block .form__under-search-line {
        display: none;
    }
    
    #top-menu-block .mobile-head-btn__item {
        display: none;
        position: absolute;
        background: #E8E8E8;
        z-index: 100;
        right: 0;
        padding: 10px;
        margin-top: 6px;
    }
    
    #top-menu-block .mobile-head-btn__item-selected {
    }
    
    #top-menu-block .member_small_block_body,
    #top-menu-block .cart-small {
        margin: 0;
    }
    
    .form_type_search .form_type_search__form,
    .form_type_search .mobile-head-btn {
    	display: inline-block !important;
    }
    
    #top-menu-block .form_type_search {
        padding: 0;
        margin: 0;
    }
    
    #top-menu-block #compare_block_top .mobile-head-btn__item {
        width: 160px;
        white-space: normal;
    }

    #lay_f1 #top-menu-block .head-elements-row {
        padding: 0;
        margin: 0;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        right: 44px;
        left: initial;
        height: 32px;
        padding-top: 6px;
    }
    
    #lay_f1 #top-menu-block .form_type_search {
        background: none;
        border-radius: 0;
        right: 114px;
        white-space: nowrap;
        text-align: right;
        padding-left: 30px;
    }
    
    #lay_f1 #top-menu-block #head_eshop_cart .mobile-head-informer {
    	right: -10px;
    }
    
    #lay_f1 #top-menu-block #head_user_menu {
        right: 6px;
    }
    
    #lay_f1 #top-menu-block #compare_block_top {
        border: none;
        right: 74px;
    }
    
    #lay_f1 #top-menu-block #compare_block_top .mobile-head-btn__item div {
        padding: 0;
        float: none;
    }
    
    #lay_f1 #top-menu-block #compare_block_top .compare_small_link a,
    #lay_f1 #top-menu-block #compare_block_top .compare_small_clear_link a {
    	padding-left: 24px;   
        margin: 0 !important;
    }
    
    #lay_f1 #top-menu-block #compare_block_top .compare_small_clear_link {
        margin: 0;
        margin-top: 6px !important;
        clear: both;
    }
    
    #lay_f1 #top-menu-block #compare_block_top .compare_small_link {
    	margin-top: 12px;
    }
    
    #lay_f1 #top-menu-block #compare_block_top .mobile-head-btn__item a {
        margin-bottom: 6px;
        display: block;
    }
    
    #lay_f1 #top-menu-block #compare_block_top .compare__selected_items_row {
        padding: 6px 0 !important;
        display: block;
    }
    
    #lay_f1 #top-menu-block .mobile-head-btn {
        display: block;
        width: 26px;
        background: #ccc;
        padding: 0;
        cursor: pointer;
    }
    
    #lay_f1 #top-menu-block .form_type_search__form {
        width: 0;
        overflow: hidden;
        -webkit-transition: width 0.3s ease-in-out;
        -moz-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
    }
    
    #lay_f1 #top-menu-block .form__search-line {
        margin: 0;
        width: 110px;
        height: auto;
        padding: 0 4px;
        border-radius: 0;
    }
    
    #lay_body .sorter {
        width: 100%;
        padding: 4px 0;
    }
    
    #lay_body .eshop-item-detailed__text-box {
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }
    
    .eshop-item-detailed__visual {
        width: 100%;
        text-align: center;
    }
    
    .eshop-item-detailed__addpics {
        margin: 20px auto 0 auto;
    }
    
    .blog_item-row img, .blog_item-cat-row img img,
    .articles_item-row img, .articles_item-cat-row img img,
    .news_item-row img, .news_item-cat-row img img,
    .photoalbum_item-row img, .photoalbum_item-cat-row img,
    .photoalbum_item-detail__img,
    .eshop-cat-detailed img,
	#contant-map-image {
        width: 100% !important;
        height: auto !important;
    }
    
    .photoalbum_item-row__block-header {
    	min-height: 60px;
    }
    
    .photo-easy-skin .photoalbum_item-row__img-area, .photo-easy-skin .photoalbum_item-detail__img-area {
        width: 100% !important;
    }

    .browse-item-list__content .photoalbum_item-row__block img,
    .browse-item-list__content .blog_item-row__block img,
    .browse-item-list__content .news_item-row__block img,
    .browse-item-list__content .articles_item-row__block img {
        width: 100px !important;
        height: auto !important;
    }
    
    .blog_item-row__announce,
    .articles_item-row__announce,
    .news_item-row__announce,
    .photoalbum_item-row__announce {
        padding: 0;
    }

    .blog_item-detailed img,
    .news_item-detailed img,
    .articles_item-detailed img,
    .blog_browse-item-row img,
    .news_browse-item-row img,
    .articles_browse-item-row img {
        max-width: 100% !important;
        height: auto !important;
    }

    .news_browse-item-list .news_item-row__announce,
    .articles_browse-item-list .articles_item-row__announce,
    .blog_browse-item-list .blog_item-row__announce {
    	margin: 0;  
    }
    
    .photo-easy-skin .photoalbum_item-row,
    .photo-easy-skin .photoalbum_item-cat-row {
        min-width: 220px;
    }
    
    .photo-easy-skin .browse-item-list .photoalbum_item-row {
        padding-top: 10px;
    }
    
    .eshop-cat-tree.eshop-cat-tree_type_dropdown {
        float: none;
        margin: 0;
        left: 0;
        position: relative;
    }
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_1 {
        border-radius: 0;
        line-height: 1;
        padding: 0px 16px;
    }

    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item,
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item {
        padding: 0;
        margin: 0 !important;
        vertical-align: top;
    }

    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 {
        display: none;
        position: relative;
        top: 0;
        background: none;
        padding: 0;
        min-width: 100px;
    }

    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover,
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover .eshop-cat-tree_level_2 {
        box-shadow: none;
    }
    
    .eshop-cat-tree_level_1 li:hover .eshop-cat-tree_level_2 {
    	display: none;   
    }

    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item:hover {
        background: none;
    }
    

    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:after {
        display: none;
    }

    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link:hover {
        color: #000;
    }
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-name:hover {
    	color: #3C3C3C;
    }
    
    .eshop-item-small__cart-form {
        white-space: nowrap !important;
    }

    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link {
        padding: 0;
        width: auto;
        display: inline-block;
        margin-left: 0;
    }
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree__item-link {
    	margin-left: 24px;
    }

    .eshop-cat-tree li.eshop-cat-tree__item.global_cols_0 {
        padding: 2px 0;
        display: none;
    }
    
    .eshop-cat-show .eshop-cat-tree li.eshop-cat-tree__item.global_cols_0 {
    	display: block;   
    }
    
    ul.eshop-cat-tree.eshop-cat-tree_level_2.eshop-cat-tree_cols_2 span {
    	font-size: 12px;
    }
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_3 .eshop-cat-tree__item-link {
        padding: 0px 0 2px 16px;
        line-height: 1;
    }
    
    .eshop-cat-tree.eshop-cat-tree_type_dropdown.eshop-cat-show,
    .eshop-cat-tree_type_dropdown.eshop-cat-show .eshop-cat-tree_level_1 {
        height: auto;
    }
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item-name:hover{
        text-decoration:none;
    }
    
    .eshop-cat-show ul.eshop-cat-tree.eshop-cat-tree_level_2.eshop-cat-tree_cols_2 {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    
    .eshop-cat-show a.eshop-cat-tree__item-link {
        padding: 0;
    }
    
    .eshop-cat-tree_type_dropdown .eshop-cat-tree_level_2 .eshop-cat-tree__item {
        /*width: 130px;*/
        width: auto;
        display: block;
    }

    .forum-extention__form textarea,
    .discussion_extension__form textarea,
    .forum-extention__form .amiroTEdDiv,
    .discussion_extension__form .amiroTEdDiv {
        width: 100% !important;
        padding: 0;
        margin: 0;
    }

    #forum-page img {
        display: none;
    }
    
    #forum-page .member_user_menu img,
    #forum-page span,
    #forum-page .forum_forum_form img {
        display: inline-block;
    }
    
    .discussion_bb_preview, .discussion_amiroTEdDivPreview {
        width: 90%;
    }
    
    .forum-extention__form .txt,
    .discussion_extension__form .txt {
        width: 94%;
        padding: 0 2%;
        margin: 2%;
    }

    .forum_forum_form .txt {
        width: 100px;
    }
    
    .eshop-item-detailed__box {
    	width: 100%;   
    }
    
    #logotype-payment td {
        display: inline-block;
        padding: 10px;
    }
    
    #contact-form-page .ta {
        width: 272px !important;
    }
    
    .alt_header3 {
    	white-space: nowrap !important;
    }

    .eshop-ordering__item-list,
    .eshop-ordering__item-list-wrapper {
        position: relative;
        width: 100%;
        padding-top: 0;
        margin-bottom: 10px;
    }
    
    .eshop-order__shippings {
        width: 100%;
    }
    
    #forum-page tr td:nth-child(3),
    #forum-page tr td:nth-child(4),
    #forum-page tr th:nth-child(3),
    #forum-page tr th:nth-child(4) {
        display: none;
    }
    
    #forum-page .forum_forum_form tr td:nth-child(3) {
    	display: table-cell;
    }
    
    .is-fixed-block,
    #top-menu-block.is-fixed-block {
    	position: fixed;
        top: 0;
        z-index: 5;
        border-radius: 0 !important;
    }
    
    #lay_f1 #top-menu-block #compare_block_top__btn,
    #lay_f1 #top-menu-block #head_eshop_cart__btn,
    #lay_f1 #top-menu-block #head_user_menu__btn,
    #lay_f1 #top-menu-block #spec_eshop_filter__btn {
        font: normal normal normal 14px/1 FontAwesome;
        background: none;
        font-size: 22px;
        color: #000;
    }
    
    #lay_f1 .eshop-cat-tree.is-fixed-block {
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0 0 8px #000; 
    }
    
    #lay_f1 .eshop-cat-tree.is-fixed-block #top-head-bg {
    	box-shadow: 0 0 8px #000;   
    }

    #lay_f1 .eshop-cat-tree.eshop-cat-tree_type_dropdown.is-fixed-block.eshop-cat-show {
        box-shadow: none;
    }
    
    #lay_f1 #top-menu-block #spec_eshop_filter__btn {
    	width: 22px;
    }
    
    #lay_f1 #top-menu-block #head_eshop_cart__btn {width: 24px;}
    
    #lay_f1 #top-menu-block #spec_eshop_filter__btn:before {content: '\f002'; font-size: 20px; position: relative; top: -2px;}
    #lay_f1 #top-menu-block #compare_block_top__btn:before {content: "\f05d"; }
    #lay_f1 #top-menu-block #head_eshop_cart__btn:before { content: "\f07a"; }
    #lay_f1 #top-menu-block #head_user_menu__btn:before { content: "\f007"; }
    
    .eshop-cat-tree, #top-head-bg {font: normal normal normal 14px/1 FontAwesome;}
    #top-head-bg:before { 
        content: "\f0c9";
        color: #000;
        font-size: 21px;
        position: absolute;
        left: 10px;
        top: 6px;
        z-index: 1;
        cursor: pointer;
    }

    .eshop-cat-tree.eshop-cat-tree_type_dropdown {
     
        min-width: 200px;
        overflow: hidden;
    }

    ul.eshop-cat-tree.eshop-cat-tree_level_1.eshop-cat-tree_cols_0 {
        position: absolute;
        z-index: 10;
    }

    .eshop-cat-tree.eshop-cat-tree_type_dropdown.eshop-cat-show {
        overflow: visible;
    }

    .eshop-cat-tree.eshop-cat-tree_type_dropdown.eshop-cat-show #top-head-bg {
        border-radius: 6px 6px 6px 0;
    }

    .eshop-cat-tree.eshop-cat-tree_type_dropdown.is-fixed-block.eshop-cat-show #top-head-bg,
    .eshop-cat-tree.eshop-cat-tree_type_dropdown.is-fixed-block #top-head-bg {
        border-radius: 0;
    }
    
    #top-head-bg:after {
        content: 'Каталог';
        display: block;
        font-size: 16px;
        position: absolute;
        left: 40px;
        top: 9px;
        color: #000;
        text-shadow: 1px 1px #EEEEEE;
        font-weight: bold;
    }
    
    #cart-small__info_not_empty {
    	white-space: nowrap !important;   
    }
    
    #cart_items td:nth-child(3) {
    	display: none;
    }
    
    #cart_items td {
    	padding: 12px 2px 12px 2px;
    }
    
   
    
    #cart_items img {
        width: 60px;
        height: auto;
        display: none;
    }
    
    #cart_items input {
        padding: 4px 0;
        width: 22px !important;
        height: auto !important;
        font-size: 14px !important;
    }
    
    .eshop-cat-list__clipper,
    .eshop-cat-small__content {
        text-align: center;
    }
    
    .eshop_cat_small,
    .eshop-cat-small {
        min-width: 220px;
    }
    
    .mobile-head-informer {
        cursor: pointer;
        padding: 1px 4px;
        color: #fff;
        border-radius: 10px;
        background: #ff0000;
        font-size: 9px;
        position: absolute;
        right: -4px;
        top: -4px;
    }

    .AlertWindow {
        left: 0 !important;
        width: 90% !important;
        padding: 0 !important;
        height: auto !important;
        margin: 0 5%;
    }
    
    .AlertWindow .popupContent {
        padding: 10px 40px 10px 10px !important;
    }
    
    .AlertWindow .popupClose {
        top: 2px !important;
    }

    form#one-click-popup-form input {
        width: 92% !important;
        padding: 10px 4% !important;
        margin: 2px 0;
    }

    .eshop-ordering__login-window {
        border: 1px solid #ccc;
    }

    select.eshop-ordering__select {
    	max-width: 240px;
    }
    
    ul.eshop-cat-tree.eshop-cat-tree_level_1.eshop-cat-tree_cols_0 {
    	overflow-y: auto;
    	border-radius: 0 0 6px 6px;
    	float: left;
    	min-width: 200px;
    	margin-top: 34px;
    }
    
    #top-head-bg {
        position: absolute;
        background: #ffd400;
        height: 34px;
        width: 100%;
        border-radius: 6px;
        display: block;
    }
    
}



/**стили */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
body pre {
    overflow: overlay;
    background: inherit;
    font-family: inherit;
    font-size: inherit;
    font-size: inherit;
    line-height: 1.2em;
    margin-bottom: inherit;
    max-width: 100%;
    overflow: initial;
    padding: inherit;
    white-space: pre-wrap;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
   
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
ol, ul {
    list-style: none;
}
blockquote, .post-format-quote, q {
    quotes: none;
}
blockquote:before, .post-format-quote:before, blockquote:after, .post-format-quote:after, q:before, q:after {
    content: '';
}
.lt-ie11 input {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom-left-radius: 1px!important;
}
button, input, textarea, select {
    -webkit-appearance: none;
    outline: none;
    border: none;
    color: inherit;
    overflow: visible;
    box-shadow: none;
    border-radius: 0;
}
*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
a, a[href^="tel:"], a[href^="callto:"] {
    font: inherit;
    color: inherit;
    text-decoration: none;
}
a:focus, a[href^="tel:"]:focus, a[href^="callto:"]:focus {
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
}
a, button, input {
    transition: .3s all ease;
}
.widget>select {
    -webkit-appearance: menulist;
}
html {
    font-size: 16px;
    font-size: 1rem;
}
.page h1, .page h2 {
    text-transform: uppercase;
}
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
    margin-top: 0;
}
.page h1 {
    margin-bottom: .7em;
}
.page h2 {
    margin-top: 19px;
    margin-bottom: 1.2em;
}
.page h3 {
    margin-top: 13px;
    margin-bottom: .4em;
}
.page h3+p {
    margin-top: .6875em;
}
.page h4 {
    margin-bottom: .2em;
}
.page h4+p {
    margin-top: .25em;
}
.page h5 {
    margin-bottom: .68em;
}
.page h6 {
    margin-bottom: 1em;
}
p {
    margin: 1em 0;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote, .post-format-quote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    text-decoration: none;
    padding: 1px 5px;
}
big {
    font-size: 125%;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
@media (min-width: 544px)  {
    .container {
    max-width: 576px;
}
    
}
@media (min-width: 768px)  {
    .container {
    max-width: 720px;
}
}
@media (min-width: 992px)  {
    .container {
    max-width: 940px;
}
}
@media (min-width: 1200px)  {
    .container {
    max-width: 1140px;
}
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.row, .full-width-header-area .widget.widget_top_rated_products .product_list_widget, .full-width-header-area .widget.widget_recent_reviews .product_list_widget, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget, .full-width-header-area .widget.widget_products .product_list_widget, .before-content-area .widget.widget_top_rated_products .product_list_widget, .before-content-area .widget.widget_recent_reviews .product_list_widget, .before-content-area .widget.widget_recently_viewed_products .product_list_widget, .before-content-area .widget.widget_products .product_list_widget, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget, .after-content-full-width-area .widget.widget_products .product_list_widget, .before-loop-area .widget.widget_top_rated_products .product_list_widget, .before-loop-area .widget.widget_recent_reviews .product_list_widget, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget, .before-loop-area .widget.widget_products .product_list_widget, .after-loop-area .widget.widget_top_rated_products .product_list_widget, .after-loop-area .widget.widget_recent_reviews .product_list_widget, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget, .after-loop-area .widget.widget_products .product_list_widget, .single-product .upsells.products .products, .single-product .related.products .products, .after-content-area {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .single-product .upsells.products .products>div, .single-product .related.products .products>div, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .search-results.woocommerce .products div.product, .woocommerce .upsells ul, .woocommerce-account .upsells ul, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li, .full-width-header-area .widget.widget_products .product_list_widget li, .before-content-area .widget.widget_top_rated_products .product_list_widget li, .before-content-area .widget.widget_recent_reviews .product_list_widget li, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li, .before-content-area .widget.widget_products .product_list_widget li, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li, .after-content-full-width-area .widget.widget_products .product_list_widget li, .before-loop-area .widget.widget_top_rated_products .product_list_widget li, .before-loop-area .widget.widget_recent_reviews .product_list_widget li, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .before-loop-area .widget.widget_products .product_list_widget li, .after-loop-area .widget.widget_top_rated_products .product_list_widget li, .after-loop-area .widget.widget_recent_reviews .product_list_widget li, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .after-loop-area .widget.widget_products .product_list_widget li, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-xs-12, .single-product .upsells.products .products>div, .single-product .related.products .products>div {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-2 {
    right: 16.66667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.33333%;
}
.col-xs-pull-5 {
    right: 41.66667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.33333%;
}
.col-xs-pull-8 {
    right: 66.66667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.33333%;
}
.col-xs-pull-11 {
    right: 91.66667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-2 {
    left: 16.66667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.33333%;
}
.col-xs-push-5 {
    left: 41.66667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.33333%;
}
.col-xs-push-8 {
    left: 66.66667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.33333%;
}
.col-xs-push-11 {
    left: 91.66667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-2 {
    margin-left: 16.66667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.33333%;
}
.col-xs-offset-5 {
    margin-left: 41.66667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.33333%;
}
.col-xs-offset-8 {
    margin-left: 66.66667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.33333%;
}
.col-xs-offset-11 {
    margin-left: 91.66667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 544px)  {
    .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-sm-6, .single-product .upsells.products .products>div, .single-product .related.products .products>div, .search-results.woocommerce .products div.product, .woocommerce .upsells ul, .woocommerce-account .upsells ul {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-sm-12, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li, .full-width-header-area .widget.widget_products .product_list_widget li, .before-content-area .widget.widget_top_rated_products .product_list_widget li, .before-content-area .widget.widget_recent_reviews .product_list_widget li, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li, .before-content-area .widget.widget_products .product_list_widget li, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li, .after-content-full-width-area .widget.widget_products .product_list_widget li, .before-loop-area .widget.widget_top_rated_products .product_list_widget li, .before-loop-area .widget.widget_recent_reviews .product_list_widget li, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .before-loop-area .widget.widget_products .product_list_widget li, .after-loop-area .widget.widget_top_rated_products .product_list_widget li, .after-loop-area .widget.widget_recent_reviews .product_list_widget li, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .after-loop-area .widget.widget_products .product_list_widget li {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-pull-1 {
    right: 8.33333%;
}
.col-sm-pull-2 {
    right: 16.66667%;
}
.col-sm-pull-3 {
    right: 25%;
}
.col-sm-pull-4 {
    right: 33.33333%;
}
.col-sm-pull-5 {
    right: 41.66667%;
}
.col-sm-pull-6 {
    right: 50%;
}
.col-sm-pull-7 {
    right: 58.33333%;
}
.col-sm-pull-8 {
    right: 66.66667%;
}
.col-sm-pull-9 {
    right: 75%;
}
.col-sm-pull-10 {
    right: 83.33333%;
}
.col-sm-pull-11 {
    right: 91.66667%;
}
.col-sm-pull-12 {
    right: 100%;
}
.col-sm-push-0 {
    left: auto;
}
.col-sm-push-1 {
    left: 8.33333%;
}
.col-sm-push-2 {
    left: 16.66667%;
}
.col-sm-push-3 {
    left: 25%;
}
.col-sm-push-4 {
    left: 33.33333%;
}
.col-sm-push-5 {
    left: 41.66667%;
}
.col-sm-push-6 {
    left: 50%;
}
.col-sm-push-7 {
    left: 58.33333%;
}
.col-sm-push-8 {
    left: 66.66667%;
}
.col-sm-push-9 {
    left: 75%;
}
.col-sm-push-10 {
    left: 83.33333%;
}
.col-sm-push-11 {
    left: 91.66667%;
}
.col-sm-push-12 {
    left: 100%;
}
.col-sm-offset-0 {
    margin-left: 0%;
}
.col-sm-offset-1 {
    margin-left: 8.33333%;
}
.col-sm-offset-2 {
    margin-left: 16.66667%;
}
.col-sm-offset-3 {
    margin-left: 25%;
}
.col-sm-offset-4 {
    margin-left: 33.33333%;
}
.col-sm-offset-5 {
    margin-left: 41.66667%;
}
.col-sm-offset-6 {
    margin-left: 50%;
}
.col-sm-offset-7 {
    margin-left: 58.33333%;
}
.col-sm-offset-8 {
    margin-left: 66.66667%;
}
.col-sm-offset-9 {
    margin-left: 75%;
}
.col-sm-offset-10 {
    margin-left: 83.33333%;
}
.col-sm-offset-11 {
    margin-left: 91.66667%;
}
.col-sm-offset-12 {
    margin-left: 100%;
}
}
@media (min-width: 768px)  {
    .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-md-3, .single-product .upsells.products .products>div, .single-product .related.products .products>div {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-4, .search-results.woocommerce .products div.product, .woocommerce .upsells ul, .woocommerce-account .upsells ul {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-md-6, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li, .full-width-header-area .widget.widget_products .product_list_widget li, .before-content-area .widget.widget_top_rated_products .product_list_widget li, .before-content-area .widget.widget_recent_reviews .product_list_widget li, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li, .before-content-area .widget.widget_products .product_list_widget li, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li, .after-content-full-width-area .widget.widget_products .product_list_widget li, .before-loop-area .widget.widget_top_rated_products .product_list_widget li, .before-loop-area .widget.widget_recent_reviews .product_list_widget li, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .before-loop-area .widget.widget_products .product_list_widget li, .after-loop-area .widget.widget_top_rated_products .product_list_widget li, .after-loop-area .widget.widget_recent_reviews .product_list_widget li, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .after-loop-area .widget.widget_products .product_list_widget li {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-md-pull-0 {
    right: auto;
}
.col-md-pull-1 {
    right: 8.33333%;
}
.col-md-pull-2 {
    right: 16.66667%;
}
.col-md-pull-3 {
    right: 25%;
}
.col-md-pull-4 {
    right: 33.33333%;
}
.col-md-pull-5 {
    right: 41.66667%;
}
.col-md-pull-6 {
    right: 50%;
}
.col-md-pull-7 {
    right: 58.33333%;
}
.col-md-pull-8 {
    right: 66.66667%;
}
.col-md-pull-9 {
    right: 75%;
}
.col-md-pull-10 {
    right: 83.33333%;
}
.col-md-pull-11 {
    right: 91.66667%;
}
.col-md-pull-12 {
    right: 100%;
}
.col-md-push-0 {
    left: auto;
}
.col-md-push-1 {
    left: 8.33333%;
}
.col-md-push-2 {
    left: 16.66667%;
}
.col-md-push-3 {
    left: 25%;
}
.col-md-push-4 {
    left: 33.33333%;
}
.col-md-push-5 {
    left: 41.66667%;
}
.col-md-push-6 {
    left: 50%;
}
.col-md-push-7 {
    left: 58.33333%;
}
.col-md-push-8 {
    left: 66.66667%;
}
.col-md-push-9 {
    left: 75%;
}
.col-md-push-10 {
    left: 83.33333%;
}
.col-md-push-11 {
    left: 91.66667%;
}
.col-md-push-12 {
    left: 100%;
}
.col-md-offset-0 {
    margin-left: 0%;
}
.col-md-offset-1 {
    margin-left: 8.33333%;
}
.col-md-offset-2 {
    margin-left: 16.66667%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-offset-4 {
    margin-left: 33.33333%;
}
.col-md-offset-5 {
    margin-left: 41.66667%;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.col-md-offset-7 {
    margin-left: 58.33333%;
}
.col-md-offset-8 {
    margin-left: 66.66667%;
}
.col-md-offset-9 {
    margin-left: 75%;
}
.col-md-offset-10 {
    margin-left: 83.33333%;
}
.col-md-offset-11 {
    margin-left: 91.66667%;
}
.col-md-offset-12 {
    margin-left: 100%;
}
}
@media (min-width: 992px)  {
    .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-pull-1 {
    right: 8.33333%;
}
.col-lg-pull-2 {
    right: 16.66667%;
}
.col-lg-pull-3 {
    right: 25%;
}
.col-lg-pull-4 {
    right: 33.33333%;
}
.col-lg-pull-5 {
    right: 41.66667%;
}
.col-lg-pull-6 {
    right: 50%;
}
.col-lg-pull-7 {
    right: 58.33333%;
}
.col-lg-pull-8 {
    right: 66.66667%;
}
.col-lg-pull-9 {
    right: 75%;
}
.col-lg-pull-10 {
    right: 83.33333%;
}
.col-lg-pull-11 {
    right: 91.66667%;
}
.col-lg-pull-12 {
    right: 100%;
}
.col-lg-push-0 {
    left: auto;
}
.col-lg-push-1 {
    left: 8.33333%;
}
.col-lg-push-2 {
    left: 16.66667%;
}
.col-lg-push-3 {
    left: 25%;
}
.col-lg-push-4 {
    left: 33.33333%;
}
.col-lg-push-5 {
    left: 41.66667%;
}
.col-lg-push-6 {
    left: 50%;
}
.col-lg-push-7 {
    left: 58.33333%;
}
.col-lg-push-8 {
    left: 66.66667%;
}
.col-lg-push-9 {
    left: 75%;
}
.col-lg-push-10 {
    left: 83.33333%;
}
.col-lg-push-11 {
    left: 91.66667%;
}
.col-lg-push-12 {
    left: 100%;
}
.col-lg-offset-0 {
    margin-left: 0%;
}
.col-lg-offset-1 {
    margin-left: 8.33333%;
}
.col-lg-offset-2 {
    margin-left: 16.66667%;
}
.col-lg-offset-3 {
    margin-left: 25%;
}
.col-lg-offset-4 {
    margin-left: 33.33333%;
}
.col-lg-offset-5 {
    margin-left: 41.66667%;
}
.col-lg-offset-6 {
    margin-left: 50%;
}
.col-lg-offset-7 {
    margin-left: 58.33333%;
}
.col-lg-offset-8 {
    margin-left: 66.66667%;
}
.col-lg-offset-9 {
    margin-left: 75%;
}
.col-lg-offset-10 {
    margin-left: 83.33333%;
}
.col-lg-offset-11 {
    margin-left: 91.66667%;
}
.col-lg-offset-12 {
    margin-left: 100%;
}
}
@media (min-width: 1200px)  {
    .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-xl-4, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li, .full-width-header-area .widget.widget_products .product_list_widget li, .before-content-area .widget.widget_top_rated_products .product_list_widget li, .before-content-area .widget.widget_recent_reviews .product_list_widget li, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li, .before-content-area .widget.widget_products .product_list_widget li, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li, .after-content-full-width-area .widget.widget_products .product_list_widget li, .before-loop-area .widget.widget_top_rated_products .product_list_widget li, .before-loop-area .widget.widget_recent_reviews .product_list_widget li, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .before-loop-area .widget.widget_products .product_list_widget li, .after-loop-area .widget.widget_top_rated_products .product_list_widget li, .after-loop-area .widget.widget_recent_reviews .product_list_widget li, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .after-loop-area .widget.widget_products .product_list_widget li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-xl-pull-0 {
    right: auto;
}
.col-xl-pull-1 {
    right: 8.33333%;
}
.col-xl-pull-2 {
    right: 16.66667%;
}
.col-xl-pull-3 {
    right: 25%;
}
.col-xl-pull-4 {
    right: 33.33333%;
}
.col-xl-pull-5 {
    right: 41.66667%;
}
.col-xl-pull-6 {
    right: 50%;
}
.col-xl-pull-7 {
    right: 58.33333%;
}
.col-xl-pull-8 {
    right: 66.66667%;
}
.col-xl-pull-9 {
    right: 75%;
}
.col-xl-pull-10 {
    right: 83.33333%;
}
.col-xl-pull-11 {
    right: 91.66667%;
}
.col-xl-pull-12 {
    right: 100%;
}
.col-xl-push-0 {
    left: auto;
}
.col-xl-push-1 {
    left: 8.33333%;
}
.col-xl-push-2 {
    left: 16.66667%;
}
.col-xl-push-3 {
    left: 25%;
}
.col-xl-push-4 {
    left: 33.33333%;
}
.col-xl-push-5 {
    left: 41.66667%;
}
.col-xl-push-6 {
    left: 50%;
}
.col-xl-push-7 {
    left: 58.33333%;
}
.col-xl-push-8 {
    left: 66.66667%;
}
.col-xl-push-9 {
    left: 75%;
}
.col-xl-push-10 {
    left: 83.33333%;
}
.col-xl-push-11 {
    left: 91.66667%;
}
.col-xl-push-12 {
    left: 100%;
}
.col-xl-offset-0 {
    margin-left: 0%;
}
.col-xl-offset-1 {
    margin-left: 8.33333%;
}
.col-xl-offset-2 {
    margin-left: 16.66667%;
}
.col-xl-offset-3 {
    margin-left: 25%;
}
.col-xl-offset-4 {
    margin-left: 33.33333%;
}
.col-xl-offset-5 {
    margin-left: 41.66667%;
}
.col-xl-offset-6 {
    margin-left: 50%;
}
.col-xl-offset-7 {
    margin-left: 58.33333%;
}
.col-xl-offset-8 {
    margin-left: 66.66667%;
}
.col-xl-offset-9 {
    margin-left: 75%;
}
.col-xl-offset-10 {
    margin-left: 83.33333%;
}
.col-xl-offset-11 {
    margin-left: 91.66667%;
}
.col-xl-offset-12 {
    margin-left: 100%;
}
}
.col-xs-first {
    order: -1;
}
.col-xs-last {
    order: 1;
}
@media (min-width: 544px)  {
    .col-sm-first {
    order: -1;
}
.col-sm-last {
    order: 1;
}
}
@media (min-width: 768px)  {
    .col-md-first {
    order: -1;
}
.col-md-last {
    order: 1;
}
}
@media (min-width: 992px)  {
    .col-lg-first {
    order: -1;
}
.col-lg-last {
    order: 1;
}
}
@media (min-width: 1200px)  {
    .col-xl-first {
    order: -1;
}
.col-xl-last {
    order: 1;
}
}
.row-xs-top {
    align-items: flex-start;
}
.row-xs-center {
    align-items: center;
}
.row-xs-bottom {
    align-items: flex-end;
}
@media (min-width: 544px)  {
    .row-sm-top {
    align-items: flex-start;
}
.row-sm-center {
    align-items: center;
}
.row-sm-bottom {
    align-items: flex-end;
}
}
@media (min-width: 768px)  {
    .row-md-top {
    align-items: flex-start;
}
.row-md-center {
    align-items: center;
}
.row-md-bottom {
    align-items: flex-end;
}
}
@media (min-width: 992px)  {
    .row-lg-top {
    align-items: flex-start;
}
.row-lg-center {
    align-items: center;
}
.row-lg-bottom {
    align-items: flex-end;
}
}
@media (min-width: 1200px)  {
    .row-xl-top {
    align-items: flex-start;
}
.row-xl-center {
    align-items: center;
}
.row-xl-bottom {
    align-items: flex-end;
}
}
.col-xs-top {
    align-self: flex-start;
}
.col-xs-center {
    align-self: center;
}
.col-xs-bottom {
    align-self: flex-end;
}
@media (min-width: 544px)  {
    .col-sm-top {
    align-self: flex-start;
}
.col-sm-center {
    align-self: center;
}
.col-sm-bottom {
    align-self: flex-end;
}
}
@media (min-width: 768px)  {
    .col-md-top {
    align-self: flex-start;
}
.col-md-center {
    align-self: center;
}
.col-md-bottom {
    align-self: flex-end;
}
}
@media (min-width: 992px)  {
    .col-lg-top {
    align-self: flex-start;
}
.col-lg-center {
    align-self: center;
}
.col-lg-bottom {
    align-self: flex-end;
}
}
@media (min-width: 1200px)  {
    .col-xl-top {
    align-self: flex-start;
}
.col-xl-center {
    align-self: center;
}
.col-xl-bottom {
    align-self: flex-end;
}
}
.top-panel .chosen-container {
    text-align: center;
}
.top-panel .chosen-container .chosen-single {
    font-size: 14px;
    font-weight: 400;
}
#wcj-currency-select {
    font-size: 14px;
    font-weight: 400;
}
.chosen-container {
    width: 100%!important;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #e8e8eb;
    max-width: 370px;
}
.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: none;
    border-top: 0;
    box-shadow: none;
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.chosen-container a {
    cursor: pointer;
}
.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 -1px;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 10px 19px;
    list-style: none;
    word-wrap: break-word;
    -webkit-touch-callout: none;
    transition: all .3s ease;
}
.chosen-container .chosen-results li:before, .chosen-container .chosen-results li:after {
    display: none;
}
.chosen-container .chosen-results li.active-result {
    display: block;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: block;
    cursor: default;
}
.chosen-container .chosen-results li.highlighted {
    transition: all .3s ease;
}
.chosen-container .chosen-results li.no-results {
    display: block;
    background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
    display: block;
    font-weight: bold;
    cursor: default;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
.chosen-container .chosen-results li+li {
    border-top: 1px dotted #d5d5d9;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px 35px 16px 12px;
    border: none;
    border-radius: 0;
    background-clip: padding-box;
    box-shadow: none;
    text-decoration: none;
    white-space: nowrap;
}
.chosen-container-single .chosen-single:before {
    content: '\e5cf';
    font-family: 'Material Icons';
    position: absolute;
    top: 18px;
    right: 17px;
    font-size: 14px;
    line-height: 1;
}
.chosen-container-single .chosen-single span {
    display: inline-block;
    overflow: hidden;
    margin-right: 0;
    white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("assets/images/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: auto;
    height: 100%;
}
.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: none;
    background: #fff url("assets/images/chosen-sprite.png") no-repeat 100% -20px;
    background: url("assets/images/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-single .chosen-drop {
    margin-top: 1px;
    border-radius: 0;
    background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto!important;
    height: 1%;
    border: none;
    background-color: #fff;
    cursor: text;
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0!important;
    background: transparent!important;
    box-shadow: none;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: none;
    max-width: 100%;
    border-radius: 0;
    background-color: #eee;
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: none;
    color: #333;
    cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url("assets/images/chosen-sprite.png") -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: none;
    background-color: #e4e4e4;
    color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container-active .chosen-single {
    border: none;
    box-shadow: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
    border: none;
    box-shadow: none;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222!important;
}
.chosen-disabled {
    opacity: 0.5!important;
    cursor: default;
}
.chosen-disabled .chosen-single {
    cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}
.chosen-rtl {
    text-align: right;
}
.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}
.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}
.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.chosen-rtl .chosen-choices li {
    float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 -1px;
    padding: 0;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}
.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: #fff url("assets/images/chosen-sprite.png") no-repeat -30px -20px;
    background: url("assets/images/chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
    left: 9999px;
}
.chosen-search {
    display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-resolution: 144dpi),  only screen and (min-resolution: 1.5dppx)  {
    .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url("assets/images/chosen-sprite@2x.png")!important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat!important;
}
}
html {
    box-sizing: border-box;
}
#page {
    overflow: hidden;
}
*, *:before, *:after {
    box-sizing: border-box;
}
a, a:hover, a:active, a:focus {
    outline: none!important;
}
blockquote, .post-format-quote, q {
    quotes: "" "";
}
blockquote:before, .post-format-quote:before, blockquote:after, .post-format-quote:after, q:before, q:after {
    content: "";
}
ol, ul {
    list-style: none;
}
hr {
    border-top: 1px dotted #d5d5d9;
    border-bottom: none;
    height: 1px;
    margin: 53px 0 39px;
    overflow: hidden;
    clear: both;
}
@media (max-width: 479px)  {
    hr {
    margin: 30px 0;
}
}
code {
    padding: 2px 5px;
}
blockquote, .post-format-quote {
    position: relative;
    margin: 0;
    padding: 14px 30px 20px 58px;
}
blockquote cite, .post-format-quote cite {
    display: block;
    font-style: normal;
    margin-top: 17px;
}
blockquote cite:before, .post-format-quote cite:before {
    content: '\2014';
    margin-right: 4px;
}
blockquote p, .post-format-quote p {
    margin: 0;
}
blockquote:before, .post-format-quote:before {
    content: "\201C";
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    position: absolute;
    font-size: 40px;
    top: -5px;
    left: -5px;
    margin: 0;
    font-weight: 700;
    line-height: 1;
    font-size: 100px;
}
@media (max-width: 479px)  {
    blockquote, .post-format-quote {
    padding: 38px 10px 4px 0;
}
blockquote p, .post-format-quote p, blockquote q, .post-format-quote q {
    font-size: 22px;
}
blockquote:before, .post-format-quote:before {
    top: -10px;
    left: 0;
}
blockquote cite, .post-format-quote cite {
    margin-top: 13px;
}
}
.post-format-quote, .post_format-post-format-quote blockquote, .post_format-post-format-quote .post-format-quote {
    position: relative;
    padding: 33px 50px 41px 101px;
}
.post-format-quote:before, .post_format-post-format-quote blockquote:before, .post_format-post-format-quote .post-format-quote:before {
    content: "\201C";
    position: absolute;
    top: 23px;
    left: 37px;
    margin: 0;
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
}
.post-format-quote cite, .post_format-post-format-quote blockquote cite, .post_format-post-format-quote .post-format-quote cite {
    display: block;
    font-style: normal;
    margin-top: 18px;
    font-size: 14px;
}
.post-format-quote cite:before, .post_format-post-format-quote blockquote cite:before, .post_format-post-format-quote .post-format-quote cite:before {
    content: '\2014';
    margin-right: 4px;
}
@media (max-width: 479px)  {
    .post-format-quote:before, .post_format-post-format-quote blockquote:before, .post_format-post-format-quote .post-format-quote:before {
    left: 50px;
}
}
.offset-1 {
    margin-top: 11px;
    margin-bottom: 0;
    display: inline-block;
}
ul, ol {
    margin: .9375em 0;
    padding-left: 0;
}
.page .entry-content ul, .entry-content ul, .entry-summary>div ul, .comment-content ul, .page .entry-content ol, .entry-content ol, .entry-summary>div ol, .comment-content ol {
    font-size: 1em;
}
.page .entry-content ul li, .entry-content ul li, .entry-summary>div ul li, .comment-content ul li, .page .entry-content ol li, .entry-content ol li, .entry-summary>div ol li, .comment-content ol li {
    position: relative;
}
.page .entry-content ul li+li, .entry-content ul li+li, .entry-summary>div ul li+li, .comment-content ul li+li, .page .entry-content ol li+li, .entry-content ol li+li, .entry-summary>div ol li+li, .comment-content ol li+li {
    margin-top: 1px;
}
.page .entry-content>ul li, .entry-content>ul li, .entry-summary>div ul li, .comment-content ul li {
    position: relative;
    padding-left: 13px;
}
.page .entry-content>ul li:before, .entry-content>ul li:before, .entry-summary>div ul li:before, .comment-content ul li:before {
    content: '\2022';
    position: absolute;
    top: 0;
    left: 0;
}
.page .entry-content>ol, .entry-content>ol, .entry-summary>div ol, .comment-content ol {
    counter-reset: li;
}
.page .entry-content>ol>li, .entry-content>ol>li, .entry-summary>div ol>li, .comment-content ol>li {
    position: relative;
}
.page .entry-content>ol>li:before, .entry-content>ol>li:before, .entry-summary>div ol>li:before, .comment-content ol>li:before {
    content: counter(li, decimal-leading-zero) ".";
    counter-increment: li;
    margin-right: 7px;
}
.page .entry-content>ol ol, .entry-content>ol ol, .entry-summary>div ol ol, .comment-content ol ol {
    counter-reset: li;
}
.page .entry-content>ol ol>li, .entry-content>ol ol>li, .entry-summary>div ol ol>li, .comment-content ol ol>li {
    position: relative;
}
.page .entry-content>ol ol>li:before, .entry-content>ol ol>li:before, .entry-summary>div ol ol>li:before, .comment-content ol ol>li:before {
    content: counter(li, decimal-leading-zero) ".";
    counter-increment: li;
    margin-right: 7px;
}
li>ul, li>ol {
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
.inline-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.inline-list li {
    display: inline-block;
}
img {
    height: auto;
    max-width: 100%;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.entry-content table {
    margin: 0 0 1.5em;
    max-width: 100%;
    border: 1px solid #d5d5d9;
}
.entry-content table th, .entry-content table td {
    padding: 5px;
    vertical-align: top;
    border: 1px solid #d5d5d9;
}
.entry-content table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #d5d5d9;
}
.entry-content table tbody+tbody {
    border-top: 1px solid #d5d5d9;
}
.page-preloader-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    display: block;
}
.page-preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.page-preloader-wrapper .page-preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.page-preloader-wrapper .page-preloader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.page-preloader-wrapper .page-preloader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    left: -100px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 0%;
    background-color: #fff;
    z-index: 999;
    border-radius: 0;
    text-align: center;
}
#toTop span {
    line-height: 50px;
}
#toTop i {
    color: #fff;
    line-height: 50px;
    font-size: 29px;
    width: inherit;
    height: inherit;
    transform: rotate(-90deg);
}
@media (min-width: 544px)  {
    #toTop {
    left: auto;
    right: 30px;
}
}
@media (min-width: 768px)  {
    #toTop {
    bottom: 30px;
}
}
#toTop:active, #toTop:focus {
    outline: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 19px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.btn, .woocommerce input.button, .woocommerce a.button, .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, .single-product.woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .single-product .wc-proceed-to-checkout a.checkout-button, .woocommerce .button, .woocommerce-account input.button, .woocommerce-account a.button, .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, .woocommerce-account .button, .woocommerce .wishlist_table td.product-add-to-cart a.button, .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .woocommerce .wishlist_table td.product-add-to-cart a.checkout-button, .woocommerce-account .wishlist_table td.product-add-to-cart a.button, .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce-page .wc-proceed-to-checkout a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .wishlist_table td.product-add-to-cart a.checkout-button, .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, .button, .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce-page .wc-proceed-to-checkout a.checkout-button, .single-product.woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .single-product .wc-proceed-to-checkout a.checkout-button {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 19px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.btn__text, .btn__icon, .button__text, .button__icon {
    display: inline-block;
    vertical-align: top;
}
.btn__icon, .button__icon {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font-size: 1.5em;
    line-height: inherit;
}
.btn__icon:before, .button__icon:before {
    content: '\E5C8';
}
.btn.btn-fullwidth, .woocommerce .wc-proceed-to-checkout a.btn-fullwidth.checkout-button, .woocommerce-page .wc-proceed-to-checkout .woocommerce a.btn-fullwidth.checkout-button, .woocommerce .btn-fullwidth.button, .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.btn-fullwidth.checkout-button, .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.btn-fullwidth.checkout-button, .woocommerce-account .btn-fullwidth.button, .woocommerce .wishlist_table td.product-add-to-cart a.btn-fullwidth.button, .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.btn-fullwidth.checkout-button, .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.btn-fullwidth.checkout-button, .woocommerce-account .wishlist_table td.product-add-to-cart a.btn-fullwidth.button, .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.btn-fullwidth.checkout-button, .yith-woocompare-widget a.btn-fullwidth.compare.button, .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.btn-fullwidth.compare.checkout-button, .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.btn-fullwidth.compare.checkout-button, .button.btn-fullwidth, .woocommerce .wc-proceed-to-checkout a.btn-fullwidth.checkout-button, .woocommerce-page .wc-proceed-to-checkout a.btn-fullwidth.checkout-button {
    width: 100%;
    text-align: center;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
    padding: 12px 15px;
    background: #fff;
    border: 1px solid #e8e8eb;
    border-radius: 0;
    -webkit-appearance: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, select:focus, textarea:focus {
    box-shadow: 0 0 8px #e8e8eb;
    outline: none;
}
input[type="text"]:-input-placeholder, input[type="email"]:-input-placeholder, input[type="url"]:-input-placeholder, input[type="password"]:-input-placeholder, input[type="search"]:-input-placeholder, input[type="number"]:-input-placeholder, input[type="tel"]:-input-placeholder, input[type="range"]:-input-placeholder, input[type="date"]:-input-placeholder, input[type="month"]:-input-placeholder, input[type="week"]:-input-placeholder, input[type="time"]:-input-placeholder, input[type="datetime"]:-input-placeholder, input[type="datetime-local"]:-input-placeholder, input[type="color"]:-input-placeholder, select:-input-placeholder, textarea:-input-placeholder {
    color: #888;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="range"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="range"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="color"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #888;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="range"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="color"]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #888;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #888;
}
button:focus, input[type="submit"]:focus, input[type="reset"]:focus {
    outline: none;
}
select {
    border: 1px solid #e8e8eb;
}
textarea {
    width: 100%;
    min-height: 150px;
    resize: vertical;
    overflow: auto;
}
::-moz-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
.search-form {
    margin: 0;
    padding: 10px 0;
    display: flex;
}
.top-panel .search-form {
    padding: 0;
}
.search-form label {
    flex: 0 1 100%;
    margin-right: 10px;
}
.search-form__field[type="search"] {
    vertical-align: top;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    box-sizing: border-box;
}
.top-panel .search-form__field[type="search"] {
    background: none;
    border: none;
    padding: 6px 10px;
    box-shadow: none;
    width: 90px;
}
.search-form__submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: top;
    white-space: nowrap;
}
.search-form__submit i.material-icons {
    margin: 0 auto;
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 20px;
    height: 20px;
}
.top-panel .search-form__submit {
    padding: 5px 0;
    background: none;
}
.top-panel .search-form__submit:hover {
    background: none;
}
.top-panel .search-form__submit:active, .top-panel .search-form__submit:focus, .top-panel .search-form__submit:hover {
    box-shadow: none;
}
.comment-respond {
    margin: 0;
    padding: 44px 0 0;
}
@media (min-width: 992px)  {
    .comment-reply-title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px;
}
}
.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url {
    margin: 10px 0 0 0;
}
.comment-form .form-submit {
    margin: 30px 0 0 0;
}
.comment-list .comment-form .form-submit {
    padding-bottom: 30px;
}
.comment-form__field {
    width: 100%;
    vertical-align: top;
}
.comment-list .comment-form__field {
    background-color: #fff;
}
.comment-form .logged-in-as, .comment-form .comment-notes {
    margin: 15px 0 25px;
}
#cancel-comment-reply-link {
    font-size: 12px;
    font-size: 0.75rem;
}
form[id*='give-form'] {
    margin: 0;
    padding: 8px 0;
}
form[id*='give-form'] .form-row input.give-input {
    border-radius: 0;
}
form[id*='give-form'] .form-row input.give-input:focus {
    box-shadow: none;
}
form[id*='give-form'] #give-final-total-wrap .give-donation-total-label, form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
    height: 48px;
    line-height: 48px;
    background-color: #fff;
}
form[id*='give-form'] #give-final-total-wrap .give-donation-total-label {
    width: 60%;
    font-size: 14px;
    border-radius: 0 0 0 0;
}
form[id*='give-form'] #give-final-total-wrap .give-final-total-amount {
    width: 40%;
    font-size: 14px;
    border-radius: 0 0 0 0;
}
.give-display-modal form[id*='give-form'] {
    overflow: hidden;
}
form[id*='give-form'] .give-donation-amount .give-currency-symbol {
    padding: 0;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    border: 1px solid #e8e8eb;
    background-color: #fff;
    border-radius: 0 0 0 0;
}
form[id*='give-form'] .give-donation-amount #give-amount {
    padding: 0 5px 0 10px;
    height: 50px;
    width: calc(100% - 47px);
    font-size: 14px;
    line-height: 50px;
    color: #7e7e90;
    border: 1px solid #e8e8eb;
    border-right: none;
    background-color: #fff;
    border-radius: 0 0 0 0;
}
form[id*='give-form'] .give-donation-amount #give-amount:focus {
    box-shadow: none;
}
@media (min-width: 992px)  {
    .give-display-modal form[id*='give-form'] .give-donation-amount #give-amount {
    border-radius: 0;
}
}
.give-display-modal form[id*='give-form'] .give-donation-amount {
    margin: 0;
}
form[id*='give-form'] .give-btn.give-btn-modal {
    margin: 0;
}
@media (min-width: 992px)  {
    form[id*='give-form'] .give-btn.give-btn-modal {
    width: 50%;
    float: right;
    border-radius: 0 0 0 0;
}
}
@media (min-width: 992px)  {
    .give-display-modal .give-total-wrap {
    width: 50%;
    float: left;
}
}
.give-currency-symbol {
    width: 47px;
    text-align: center;
}
.give-btn {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
    padding: 15px 19px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    width: 100%;
    padding: 15px 5px;
    margin: 0;
}
.post-password-form label {
    display: inline-block;
    vertical-align: top;
}
.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 991;
    text-align: left;
    transition: 0s;
    transition-delay: 0s;
}
.rd-mobilemenu.active {
    right: 0;
}
.rd-mobilemenu_ul {
    position: fixed;
    top: -54px;
    left: 0;
    bottom: -54px;
    width: 100%;
    padding: 108px 0 34px;
    margin: 0;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    overflow-y: scroll;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu_ul:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 108px;
    display: block;
    z-index: -1;
    background: #fff;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.rd-mobilemenu_ul.wpadminbar-active {
    position: absolute;
    padding: 54px 0 34px;
}
.rd-mobilemenu_ul>li {
    border-top: 1px dotted #d5d5d9;
}
.rd-mobilemenu_ul>li>a {
    text-transform: uppercase;
}
.rd-mobilemenu_ul li.menu-item {
    display: block;
}
.rd-mobilemenu_ul a:not([href]).rd-with-ul .rd-submenu-toggle, .rd-mobilemenu_ul a[href='#'].rd-with-ul .rd-submenu-toggle {
    left: 0;
    width: 100%;
    text-align: right;
    cursor: pointer;
}
.rd-mobilemenu_ul a:not([href]).rd-with-ul .rd-submenu-toggle:after, .rd-mobilemenu_ul a[href='#'].rd-with-ul .rd-submenu-toggle:after {
    padding-right: 14px;
}
.rd-mobilemenu_ul .rd-mobilemenu_submenu {
    margin-top: 0;
    margin-left: 0;
}
.rd-mobilemenu_ul .rd-mobilemenu_submenu li {
    position: relative;
}
.rd-mobilemenu_ul .rd-mobilemenu_submenu li:before {
    content: '';
    position: absolute;
    right: -200px;
    left: -200px;
    height: 1px;
    display: block;
    border-top: 1px dotted #d5d5d9;
}
.rd-mobilemenu_ul .rd-mobilemenu_submenu li a {
    font-weight: 300;
    padding: 10px 42px 9.5px;
}
.rd-mobilemenu_ul .rd-mobilemenu_submenu li .sub-menu {
    margin-top: 0;
    margin-left: 1.5em;
}
.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 21px 15px;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 0;
    right: -2px;
    margin-top: 0;
    width: 50px;
    height: 50px;
    font: 400 16px/47px "Material Icons";
    text-align: center;
    transition: 0.5s all ease;
    z-index: 1;
    background: transparent;
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\e5cf';
}
.rd-mobilemenu_ul a.rd-with-ul {
    position: relative;
    padding: 14px 55px 15px 21px;
}
.rd-mobilemenu_ul a:not([href]) .rd-submenu-toggle, .rd-mobilemenu_ul a[href='#'] .rd-submenu-toggle {
    left: 0;
    width: 100%;
    height: 40px;
    text-align: right;
    cursor: pointer;
    line-height: 40px;
}
.rd-mobilemenu_ul a:not([href]) .rd-submenu-toggle:after, .rd-mobilemenu_ul a[href='#'] .rd-submenu-toggle:after {
    padding-right: 18px;
}
.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}
.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}
.rd-mobilemenu_ul .widget {
    margin-bottom: 0;
}
.sub-menu {
    display: none;
}
.sub-menu-open+.sub-menu {
    display: block;
}
.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 54px;
    z-index: 991;
    box-shadow: 0 0 3px 0 transparent;
    transition: all .3s ease;
}
.rd-mobilepanel.rd-mobilepanel-isStuck {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu.active+.rd-mobilepanel {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}
header .navbar-search-toggle {
    display: none;
    position: fixed;
    top: 9px;
    left: 59px;
    width: 36px;
    height: 36px;
    text-align: center;
    z-index: 992;
    cursor: pointer;
    transition: all .3s ease-in-out;
    transition-delay: .2s;
}
header .navbar-search-toggle:before, header .navbar-search-toggle:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Material Icons';
    font-size: 24px;
    line-height: 36px;
    transition: all .2s ease-in-out;
    transition-delay: .1s;
}
header .navbar-search-toggle:before {
    content: '\e8b6';
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
header .navbar-search-toggle:after {
    content: '\e5cd';
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
}
header .navbar-search-toggle.search-active {
    left: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: -9px;
    transition-delay: 0s;
}
header .navbar-search-toggle.search-active:before, header .navbar-search-toggle.search-active:after {
    transition-delay: .1s;
}
header .navbar-search-toggle.search-active:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
}
header .navbar-search-toggle.search-active:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
.widget_product_search {
    position: relative;
}
@media (max-width: 767px)  {
   
}
@media (max-width: 767px)  {
   
.search-active .rd-mobilepanel_toggle {
    opacity: 0;
    visibility: hidden;
}
}
@media (max-width: 767px)  {
    body .navbar-header-cart {
    position: fixed;
    top: 0;
    right: 11px;
    margin: 0;
    height: 54px;
    z-index: 9999;
    transition: all .3s ease-in-out;
    transition-delay: 0.3s;
}
body .navbar-header-cart .count {
    padding-top: 11px;
    display: inline-block;
}
body .navbar-header-cart.search-active {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    transition-delay: 0s;
}
}
ul.rd-mobile-menu-shop {
    margin-top: -1px;
    border-top: 1px dotted #757577;
}
ul.rd-mobile-menu-shop a {
    padding: 9px 13px 11px;
}
ul.rd-mobile-menu-shop li+li {
    margin-top: -1px;
    border-top: 1px dotted #757577;
}
.rd-mobile-currency {
    position: relative;
    margin-top: -1px;
    border-top: 1px dotted #757577;
}
.rd-mobile-currency .chosen-container {
    max-width: none;
    display: none;
}
.rd-mobile-currency select {
    width: 100%;
    padding: 9px 18px;
    display: block!important;
    cursor: pointer;
}
.rd-mobile-currency select:focus {
    box-shadow: none;
}
.rd-mobile-currency .chosen-container-single .chosen-single {
    padding: 10px 35px 10px 19px;
}
.rd-mobile-currency .chosen-container-single .chosen-single:before {
    top: 13px;
}
.rd-mobile-currency form:before {
    content: '\e5cf';
    font: 400 16px/39px "Material Icons";
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
    color: #fff;
    pointer-events: none;
}
#lang_sel.rd-mobile-lang {
    max-width: 100%;
    height: 40px;
    margin-top: -1px;
    border-top: 1px dotted #757577;
}
#lang_sel.rd-mobile-lang ul li a {
    padding: 9px 20px;
    border: none;
}
#lang_sel.rd-mobile-lang>ul>li>a:after {
    content: '\e5cf';
    font: 400 16px/39px "Material Icons";
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 1;
    color: #fff;
    pointer-events: none;
}
.rd-mobile-social-list {
    padding: 18px 12px 16px;
    border-top: 1px dotted #757577;
}
.rd-mobile-social-list ul a {
    padding: 0;
}
.rd-mobile-social-list .social-list__items {
    padding-left: 0;
}
.rd-mobile-social-list .social-list__items li {
    display: inline-block;
}
.rd-mobilepanel_toggle {
    position: fixed;
    top: 9px;
    left: 14px;
    width: 36px;
    height: 36px;
    padding: 0;
    background: transparent;
}
.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: all .3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    transition: all .3s ease;
}
.rd-mobilepanel_toggle span:after {
    top: -5px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
    width: 18px;
    height: 2px;
    backface-visibility: hidden;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: background .3s 0s ease;
    background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media (max-width: 767px)  {
    .wpadminbar-active .rd-mobilepanel, .wpadminbar-active header .navbar-search-toggle, .wpadminbar-active .site-header-cart, .wpadminbar-active .rd-mobilepanel_toggle, .wpadminbar-active .navbar-search.search-active {
    transition: 0s!important;
    transition-delay: 0s!important;
}
.absolute {
    position: absolute!important;
}
.offset-navbar-adminbar-active {
    position: absolute!important;
    margin-top: 46px!important;
    transition: 0s!important;
    transition-delay: 0s!important;
}

body .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap {
    top: 19px;
}
body .site-header-cart .header-cart-dropdown-active .shopping_cart-dropdown-wrap {
    top: 14px;
}
body .site-header-cart .cart-contents .count span {
    position: static;
}
body .site-header-cart .cart-contents .count i {
    padding-right: 4px;
}
body header.site-header .header-container, body header.site-header .header-container.stuckMenu {
    padding-top: 0;
    padding-bottom: 2px;
}
.main-navigation {
    display: none!important;
}
.currency_switcher, .div_dropdown_top_menu, .social-list.social-list--header, .rd-mobilemenu_ul .menu-item_description, header.site-header div.social-list--header.social-list {
    
}
.rd-mobilemenu, .rd-mobilepanel, header .navbar-search-toggle, .social-list.social-list--header.rd-mobile-social-list, .currency_switcher.rd-mobile-currency {
    display: block;
}
#wpadminbar.rd-navbar-active {
    position: absolute;
    z-index: 999;
}
}
@media (max-width: 359px)  {
    .rd-mobilepanel_title {
    font-size: 18px;
}
}
a:focus {
    outline: none;
}
a:hover, a:active {
    outline: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}
.main-navigation {
    clear: both;
    display: block;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul li {
    padding-left: 0;
}
.main-navigation ul li:before {
    display: none;
}
.main-navigation ul > ul {
    position: absolute;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: 300ms linear;
    transition-property: top, opacity, visibility;
    padding: 0;
    margin: 25px 0 0 -15.5px;
    left: -9999px;
    border-radius: 0;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
    max-width: 194px;
    width: 194px;
}
.main-navigation ul > ul li a {
    text-transform: none;
}
.main-navigation ul > ul li+li {
    border-top: 1px dotted #757577;
}
.main-navigation ul > ul li ul.sub-menu {
    margin-top: 0;
    margin-left: 1px;
}
@media (max-width: 600px)  {
    .main-navigation ul > ul {
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background: none;
    margin: 0;
}
.main-navigation ul > ul li:before {
    content: "-";
    display: inline-block;
}
}
.main-navigation ul > ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.main-navigation ul > ul li:first-child {
    border-top: none;
}
.main-navigation ul > ul li>ul {
    top: 20%;
    background: #fff;
}
.main-navigation ul > ul li:hover>ul, .main-navigation ul > ul li.focus>ul, .main-navigation ul > ul li.menu-hover>ul {
    top: 0;
    left: 100%;
}
.main-navigation ul > ul li>ul.in-transition {
    left: 100%;
}
.main-navigation ul > ul a {
    width: 100%;
    text-align: left;
    padding: 13px 18px 12px;
    position: relative;
    font-size: 14px;
}
.main-navigation ul > ul>li:first-child>a {
    border-top: none;
}
.main-navigation ul > ul li:hover>a:before, .main-navigation ul > ul li.focus>a:before, .main-navigation ul > ul li.menu-hover>a:before, .main-navigation ul > ul li.current_page_item>a:before, .main-navigation ul > ul li.current-menu-item>a:before, .main-navigation ul > ul li.current_page_ancestor>a:before {
    top: 0;
    bottom: 0;
    opacity: 1;
}
.main-navigation ul > ul .page_item_has_children>a:after, .main-navigation ul > ul .menu-item-has-children>a:after {
    content: "\e5cf";
    font-family: "Material Icons";
    position: absolute;
    right: 15px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1em;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul, .main-navigation ul li.menu-hover>ul {
    top: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
}
.main-navigation ul li>ul.in-transition {
    left: 0;
}
.main-navigation ul.menu {
    font-size: 0;
    line-height: 0;
    padding: 20px 0;
}
@media screen and (min-width: 37.5em)  {
    .main-navigation ul.menu {
    padding: 0;
}
}
.main-navigation ul.menu>li {
    display: block;
    margin: 0;
    text-transform: uppercase;
}
@media screen and (min-width: 37.5em)  {
    .main-navigation ul.menu>li {
    display: inline-block;
    margin: 0 30px 0 0;
        vertical-align:top;
}
}
@media (min-width: 768px)  {
    .main-navigation ul.menu>li {
    margin: 0 50px 0 0;
}
}
.boxed-wrap .main-navigation ul.menu>li {
    margin: 0 10px;
}
.main-navigation ul.menu>li>a {
    display: block;
    padding: 0;
    position: relative;
    transition: all ease 0.3s;
    font-size: 16px;
    font-size: 1rem;
}
.main-navigation ul.menu>li>a:before {
    display: none;
    left: 50%;
    right: 50%;
    content: "";
    height: 5px;
    position: absolute;
    bottom: 0;
    transition: all 200ms ease-out;
    opacity: 0;
}
@media (max-width: 600px)  {
    .main-navigation ul.menu>li>a:before {
    top: 50%;
    bottom: 50%;
    width: 5px;
    left: 0;
    height: auto;
}
}
.main-navigation ul.menu>li:hover>a:before, .main-navigation ul.menu>li.menu-hover>a:before, .main-navigation ul.menu>li.current_page_item>a:before, .main-navigation ul.menu>li.current-menu-item>a:before, .main-navigation ul.menu>li.current_page_ancestor>a:before {
    left: 0;
    right: 0;
    width: auto;
    opacity: 1;
}
@media (max-width: 600px)  {
    .main-navigation ul.menu>li: hover>a:before, .main-navigation ul.menu>li.menu-hover>a:before, .main-navigation ul.menu>li.current_page_item>a:before, .main-navigation ul.menu>li.current-menu-item>a:before, .main-navigation ul.menu>li.current_page_ancestor>a:before {
    top: 0;
    bottom: 0;
    width: 5px;
    left: 0;
    right: auto;
}
}
.main-navigation li {
    position: relative;
    text-align: left;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    position: relative;
}
.main-navigation .menu-item_description {
    font-size: 12px;
    font-size: 0.75rem;
    position: absolute;
    padding: 3px 0 0 0;
}
.sub-menu .main-navigation .menu-item_description {
    position: static;
}
.set-menu {
    padding: 10px 0 20px;
}
.footer-menu {
    margin: 10px 0 15px;
}
.footer-menu__items li {
    padding: 8px 25px;
}
.footer-menu__items li:first-child {
    border-left: none;
}
.site-footer.default .footer-copyright .footer-menu__items li:first-child, .site-footer.minimal .footer-copyright .footer-menu__items li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 25px;
}
@media (min-width: 544px)  {
    .footer-menu__items li {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
}
.menu-toggle {
    display: inline-block;
    line-height: 12px;
    padding: 5px;
    margin-bottom: 10px;
}
@media screen and (min-width: 37.5em)  {
    .menu-toggle {
    display: none;
}
}
.main-navigation.toggled ul {
    display: block;
}
.main-navigation ul {
    display: block;
}
@media screen and (min-width: 37.5em)  {
    .main-navigation ul {
    display: block;
}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.pagination {
    padding: 0 0 25px;
}
.pagination .page-numbers {
    display: inline-block;
    min-width: 50px;
    height: 50px;
    padding: 5px;
    border: 1px solid;
    margin: 0 5px 5px 0;
    border-radius: 4px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 38px;
    text-align: center;
}
.pagination .page-numbers.dots {
    border: none;
    min-width: 30px;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
    border: none;
    line-height: 40px;
}
.pagination .page-numbers.next i, .pagination .page-numbers.prev i {
    vertical-align: middle;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-previous>a, .posts-navigation .nav-previous>a, .post-navigation .nav-previous>a {
    display: inline-block;
    vertical-align: top;
}
.comment-navigation .nav-previous>a:before, .posts-navigation .nav-previous>a:before, .post-navigation .nav-previous>a:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font-size: 20px;
    content: '\E408';
    vertical-align: top;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.comment-navigation .nav-next>a, .posts-navigation .nav-next>a, .post-navigation .nav-next>a {
    display: inline-block;
    vertical-align: top;
}
.comment-navigation .nav-next>a:after, .posts-navigation .nav-next>a:after, .post-navigation .nav-next>a:after {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font-size: 20px;
    content: '\E409';
    vertical-align: top;
}
.pagination {
    padding: 0 0 25px;
}
.pagination .page-numbers {
    display: inline-block;
    min-width: 50px;
    height: 50px;
    padding: 5px;
    border: 1px solid;
    margin: 0 5px 5px 0;
    border-radius: 4px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 38px;
    text-align: center;
}
.pagination .page-numbers.dots {
    border: none;
    min-width: 30px;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
    border: none;
    line-height: 40px;
}
.pagination .page-numbers.next i, .pagination .page-numbers.prev i {
    vertical-align: middle;
}
.pagination, .woocommerce nav.woocommerce-pagination {
    margin-top: 60px;
    padding: 0 0 56px;
}
.pagination ul.page-numbers, .woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: none;
    display: block;
}
.pagination ul.page-numbers li, .woocommerce nav.woocommerce-pagination ul.page-numbers li {
    margin-right: 0;
}
.pagination ul.page-numbers li a.prev.page-numbers, .pagination ul.page-numbers li a.next.page-numbers, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev.page-numbers, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.next.page-numbers {
    text-indent: 1000px;
    position: relative;
}
.pagination ul.page-numbers li a.prev.page-numbers:after, .pagination ul.page-numbers li a.next.page-numbers:after, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev.page-numbers:after, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.next.page-numbers:after {
    font-family: 'Material Icons';
    content: "\e409";
    font-size: 18px;
    line-height: 50px;
    text-indent: 0;
    color: #fff;
    display: block;
    position: absolute;
    font-style: normal;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pagination ul.page-numbers li a.next.page-numbers:after, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.next.page-numbers:after {
    content: "\e409";
}
.pagination ul.page-numbers li a.prev.page-numbers:after, .woocommerce nav.woocommerce-pagination ul.page-numbers li a.prev.page-numbers:after {
    content: "\e408";
}
.pagination .material-icons, .woocommerce nav.woocommerce-pagination .material-icons {
    line-height: 13px;
}
.pagination a.page-numbers, .pagination span.page-numbers, .pagination ul li, .woocommerce nav.woocommerce-pagination a.page-numbers, .woocommerce nav.woocommerce-pagination span.page-numbers, .woocommerce nav.woocommerce-pagination ul li {
    width: auto;
    height: auto;
    min-width: 0;
    padding: 0;
    border: none;
    line-height: 50px;
    margin: 0 20px 0 0;
    border-radius: 0;
}
.pagination a.page-numbers.prev, .pagination a.page-numbers.next, .pagination span.page-numbers.prev, .pagination span.page-numbers.next, .pagination ul li.prev, .pagination ul li.next, .woocommerce nav.woocommerce-pagination a.page-numbers.prev, .woocommerce nav.woocommerce-pagination a.page-numbers.next, .woocommerce nav.woocommerce-pagination span.page-numbers.prev, .woocommerce nav.woocommerce-pagination span.page-numbers.next, .woocommerce nav.woocommerce-pagination ul li.prev, .woocommerce nav.woocommerce-pagination ul li.next {
    padding: 0;
    line-height: 50px;
    width: 50px;
    height: 50px;
}
.pagination a.page-numbers.next, .pagination span.page-numbers.next, .pagination ul li.next, .woocommerce nav.woocommerce-pagination a.page-numbers.next, .woocommerce nav.woocommerce-pagination span.page-numbers.next, .woocommerce nav.woocommerce-pagination ul li.next {
    margin: 0 25px 0 0;
}
.social-list .social-list__items {
    font-size: 0;
    line-height: 0;
}
.social-list .social-list__items li {
    margin: 0;
}
.social-list .social-list__items li::before {
    display: none;
}
.social-list .social-list__items li+li {
    margin-left: 10px;
}
@media (min-width: 992px)  {
    .social-list .social-list__items li+li {
    margin-left: 14px;
}
}
.social-list .social-list__items li>a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 24px;
    border-radius: 50%;
}
.social-list .social-list__items li>a:hover {
    text-decoration: none;
}
.social-list .social-list__items li>a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin: auto;
}
.social-list .social-list__items li>a[href*="codepen.io"]::before {
    content: '\f1cb';
}
.social-list .social-list__items li>a[href*="digg.com"]::before {
    content: '\f1a6';
}
.social-list .social-list__items li>a[href*="dribbble.com"]::before {
    content: '\f17d';
}
.social-list .social-list__items li>a[href*="dropbox.com"]::before {
    content: '\f16b';
}
.social-list .social-list__items li>a[href*="facebook.com"]::before {
    content: '\f09a';
}
.social-list .social-list__items li>a[href*="flickr.com"]::before {
    content: '\f16e';
}
.social-list .social-list__items li>a[href*="plus.google.com"]::before {
    content: '\f0d5';
}
.social-list .social-list__items li>a[href*="github.com"]::before {
    content: '\f09b';
}
.social-list .social-list__items li>a[href*="instagram.com"]::before {
    content: '\f16d';
}
.social-list .social-list__items li>a[href*="linkedin.com"]::before {
    content: '\f0e1';
}
.social-list .social-list__items li>a[href*="pinterest.com"]::before {
    content: '\f0d2';
}
.social-list .social-list__items li>a[href*="getpocket.com"]::before {
    content: '\f265';
}
.social-list .social-list__items li>a[href*="reddit.com"]::before {
    content: '\f1a1';
}
.social-list .social-list__items li>a[href*="skype.com"]::before, .social-list .social-list__items li>a[href*="skype:"]::before {
    content: '\f17e';
}
.social-list .social-list__items li>a[href*="stumbleupon.com"]::before {
    content: '\f1a4';
}
.social-list .social-list__items li>a[href*="tumblr.com"]::before {
    content: '\f173';
}
.social-list .social-list__items li>a[href*="twitter.com"]::before {
    content: '\f099';
}
.social-list .social-list__items li>a[href*="vimeo.com"]::before {
    content: '\f27d';
}
.social-list .social-list__items li>a[href*="wordpress.org"]::before, .social-list .social-list__items li>a[href*="wordpress.com"]::before {
    content: '\f19a';
}
.social-list .social-list__items li>a[href*="youtube.com"]::before {
    content: '\f167';
}
.sidebar-primary .social-list--widget a, .sidebar-secondary .social-list--widget a, .before-loop-area .social-list--widget a, .after-loop-area .social-list--widget a, .before-content-area .social-list--widget a, .after-content-area .social-list--widget a {
    opacity: .3;
}
.sidebar-primary .social-list--widget a:hover, .sidebar-secondary .social-list--widget a:hover, .before-loop-area .social-list--widget a:hover, .after-loop-area .social-list--widget a:hover, .before-content-area .social-list--widget a:hover, .after-content-area .social-list--widget a:hover {
    opacity: 1;
}
.site-header .social-list .social-list__items li>a, .site-footer .social-list .social-list__items li>a {
    width: 18px;
    height: 18px;
}
.site-header .social-list .social-list__items li>a:before, .site-footer .social-list .social-list__items li>a:before {
    font-size: 9px;
    line-height: 18px;
}
.breadcrumbs {
    border-bottom: 1px dotted #d5d5d9;
    margin: -20px 0 30px;
    padding-bottom: 5px !important;
    position: relative;
}
.breadcrumbs>.container {
    padding-left: 0;
    padding-right: 0;
}
.breadcrumbs__title {
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #e0e0e8;
}
.breadcrumbs__title .page-title {
    margin: 0;
}
.breadcrumbs__items {
    overflow:hidden;
}
.breadcrumbs__browse {
    float: left;
    margin-right: 10px;
}
.breadcrumbs__wrap {
    float: left;
    margin: 0;
}
@media (min-width: 992px)  {
    .breadcrumbs__wrap {
    margin: 4px 0;
}
}
.breadcrumbs__item {
    float: left;
}
.breadcrumbs__item-sep {
    margin: 0 10px;
    font-size: 0;
}
.breadcrumbs__item-sep:before {
    content: '\2022';
}
@media (min-width: 768px)  {
    .breadcrumbs {
    padding-bottom: 27px;
}
}
.woocommerce .breadcrumbs {
    margin: 0 0 27px;
}
.single.single-product .breadcrumbs {
    margin: 0 0 -1px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
@media (min-width: 992px)  {
    .alignleft {
    float: left;
    margin: 6px 30px 45px 0;
}
.alignright {
    float: right;
    margin: 6px 0 15px 45px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: .7272727272727273em auto;
}
}
.clear:before, .clear:after, .comment-body:before, .comment-body:after, .entry-content:before, .entry-content:after, .entry-footer:before, .entry-footer:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    display: table;
    content: "";
    line-height: 0;
}
.clear:after, .comment-body:after, .entry-content:after, .entry-footer:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}
.hidden {
    display: none;
}
.comments-area {
    position: relative;
    margin: 0;
    padding: 36px 0 0 0;
}
.comments-title {
    margin-bottom: 15px;
}
.comments-title:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
}
.comment-list {
    list-style: none;
    padding: 0 0 20px;
    margin: 0;
}
.comment-list .children {
    list-style: none;
    padding-left: 10px;
    margin-left: 0;
    margin-top: -9px;
    border-top: none;
}
@media (min-width: 992px)  {
    .comment-list .children {
    padding-left: 30px;
}
}
.comment-list>.comment {
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}
.comment-list>.comment+.comment {
    padding-top: 19px;
    border-top: 1px dotted #d5d5d9;
}
.comment-body {
    padding-top: 10px;
    padding-bottom: 14px;
}
.comment-body__holder {
    position: relative;
    padding-right: 18px;
}
.comment-body .avatar {
    float: left;
    margin: 0 20px 15px 0;
    border-radius: 50%;
    width: 40px;
}
@media (min-width: 992px)  {
    .comment-body .avatar {
    width: auto;
}
}
.comment-body .fn {
    margin-right: 4px;
}
.comment-body .reply {
    position: absolute;
    top: 2px;
    right: -4px;
    z-index: 9;
    opacity: .2;
    transition: all 0.25s ease;
}
.comment-body .reply:hover {
    opacity: 1;
}
.comment-reply-link {
    font-size: 17px;
}
.comment-reply-link .material-icons {
    font-size: inherit;
}
.comment-date {
    display: inline-block;
}
.comment-date:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: '';
    opacity: .2;
    font-size: 17px;
    vertical-align: top;
    margin-right: 4px;
}
*+.comment-date:before {
    content: '\2022';
    margin-right: 6px;
    pointer-events: none;
    opacity: 1;
}
.comment-date__time {
    display: inline-block;
    vertical-align: top;
}
.comment:last-child .comment-body {
    border-bottom: none;
}
.comment-metadata {
    padding-top: 7px;
}
.children .comment-body {
    border-bottom: none;
}
textarea.comment-form__field {
    min-height: 133px;
    height: 183px;
    max-height: 233px;
    margin-bottom: 10px;
}
.comment-reply-title {
    margin-bottom: 18px;
}
.comment-form .comment-notes {
    margin: 15px 0 68px;
}
@media (max-width: 991px)  {
    .comment-body .avatar {
    width: 70px;
}
}
@media (max-width: 479px)  {
    .comment-body .avatar {
    float: none;
    margin: 0 20px 0 0;
}
}
.comment-respond {
    border-top: 1px solid #e8e8eb;
}
.post-author-bio {
    padding: 0;
    margin: -1px 0 0;
}
.post-author__holder {
    padding: 40px 0 50px;
}
.post-author__avatar {
    float: left;
    margin: 13px 32px 10px 0;
}
@media (max-width: 479px)  {
    .post-author__avatar {
    float: none;
}
}
.post-author__avatar .avatar {
    width: 70px;
    vertical-align: top;
    border-radius: 50%;
}
@media (min-width: 992px)  {
    .post-author__avatar .avatar {
    width: auto;
}
}
.post-author__title {
    margin-bottom: 17px;
}
.posts-list .share-btns__list {
    float: left;
    margin-top: 9px;
}
.posts-list .share-btns__list:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    content: '';
    height: 1px;
    background-color: transparent;
    pointer-events: none;
}
.single-post .share-btns__list {
    margin-top: 10px;
    float: left;
}
.share-btns__item {
    display: inline-block;
    vertical-align: top;
}
.share-btns__item+.share-btns__item {
    margin-left: 14px;
}
.share-btns__link {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    opacity: 1;
}
@media (max-width: 479px)  {
    body #page .share-btns__list {
    float: none;
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
}
}
.card {
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}
@media (min-width: 768px) and (max-width: 992px)  {
    .card .entry-meta>span {
    display: block;
}
.card .share-btns__item {
    margin-right: -2px;
}
}
@media (min-width: 768px)  {
    .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}
.card-deck .card {
    flex: 1 0 0;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
}
.posts-list--grid-2-cols .card {
    flex: 1 0 calc(100%/2 - 1.875rem);
    max-width: calc(100%/2 - 1.875rem);
}
.posts-list--grid-3-cols .card {
    flex: 1 0 calc(100%/3 - 1.875rem);
    max-width: calc(100%/3 - 1.875rem);
}
.home .posts-list--grid-2-cols .sticky, .home .posts-list--grid-3-cols .sticky {
    flex: none;
    max-width: calc(100% - 1.875rem);
}
.two-sidebars .card {
    flex: none;
    max-width: calc(100% - 1.875rem);
}
}
@media (min-width: 768px)  {
    .card-columns {
    column-gap: 1.875rem;
}
.card-columns .card {
    display: inline-block;
    width: 100%;
}
.posts-list--masonry-2-cols {
    column-count: 2;
}
.posts-list--masonry-3-cols {
    column-count: 3;
}
.two-sidebars {
    column-gap: normal;
    column-count: auto;
}
.two-sidebars .card {
    display: block;
}
.posts-list--masonry-2-cols .card, .posts-list--masonry-3-cols .card {
    position: static;
}
.posts-list--masonry-2-cols .card .post-list__item-content, .posts-list--masonry-3-cols .card .post-list__item-content {
    position: relative;
}
.posts-list--masonry-2-cols .card .post-list__item-content .post__cats, .posts-list--masonry-3-cols .card .post-list__item-content .post__cats {
    margin-left: 0;
    left: 0;
}
}
.widget.widget-image-grid.widget {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    border-radius: 0;
}
.widget-image-grid .row, .widget-image-grid .full-width-header-area .widget.widget_top_rated_products .product_list_widget, .full-width-header-area .widget.widget_top_rated_products .widget-image-grid .product_list_widget, .widget-image-grid .full-width-header-area .widget.widget_recent_reviews .product_list_widget, .full-width-header-area .widget.widget_recent_reviews .widget-image-grid .product_list_widget, .widget-image-grid .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget, .full-width-header-area .widget.widget_recently_viewed_products .widget-image-grid .product_list_widget, .widget-image-grid .full-width-header-area .widget.widget_products .product_list_widget, .full-width-header-area .widget.widget_products .widget-image-grid .product_list_widget, .widget-image-grid .before-content-area .widget.widget_top_rated_products .product_list_widget, .before-content-area .widget.widget_top_rated_products .widget-image-grid .product_list_widget, .widget-image-grid .before-content-area .widget.widget_recent_reviews .product_list_widget, .before-content-area .widget.widget_recent_reviews .widget-image-grid .product_list_widget, .widget-image-grid .before-content-area .widget.widget_recently_viewed_products .product_list_widget, .before-content-area .widget.widget_recently_viewed_products .widget-image-grid .product_list_widget, .widget-image-grid .before-content-area .widget.widget_products .product_list_widget, .before-content-area .widget.widget_products .widget-image-grid .product_list_widget, .widget-image-grid .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget, .after-content-full-width-area .widget.widget_top_rated_products .widget-image-grid .product_list_widget, .widget-image-grid .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget, .after-content-full-width-area .widget.widget_recent_reviews .widget-image-grid .product_list_widget, .widget-image-grid .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget, .after-content-full-width-area .widget.widget_recently_viewed_products .widget-image-grid .product_list_widget, .widget-image-grid .after-content-full-width-area .widget.widget_products .product_list_widget, .after-content-full-width-area .widget.widget_products .widget-image-grid .product_list_widget, .widget-image-grid .before-loop-area .widget.widget_top_rated_products .product_list_widget, .before-loop-area .widget.widget_top_rated_products .widget-image-grid .product_list_widget, .widget-image-grid .before-loop-area .widget.widget_recent_reviews .product_list_widget, .before-loop-area .widget.widget_recent_reviews .widget-image-grid .product_list_widget, .widget-image-grid .before-loop-area .widget.widget_recently_viewed_products .product_list_widget, .before-loop-area .widget.widget_recently_viewed_products .widget-image-grid .product_list_widget, .widget-image-grid .before-loop-area .widget.widget_products .product_list_widget, .before-loop-area .widget.widget_products .widget-image-grid .product_list_widget, .widget-image-grid .after-loop-area .widget.widget_top_rated_products .product_list_widget, .after-loop-area .widget.widget_top_rated_products .widget-image-grid .product_list_widget, .widget-image-grid .after-loop-area .widget.widget_recent_reviews .product_list_widget, .after-loop-area .widget.widget_recent_reviews .widget-image-grid .product_list_widget, .widget-image-grid .after-loop-area .widget.widget_recently_viewed_products .product_list_widget, .after-loop-area .widget.widget_recently_viewed_products .widget-image-grid .product_list_widget, .widget-image-grid .after-loop-area .widget.widget_products .product_list_widget, .after-loop-area .widget.widget_products .widget-image-grid .product_list_widget, .widget-image-grid .single-product .upsells.products .products, .single-product .upsells.products .widget-image-grid .products, .widget-image-grid .single-product .related.products .products, .single-product .related.products .widget-image-grid .products, .widget-image-grid .after-content-area {
    margin: 0;
    line-height: 0;
}
.widget-image-grid__holder {
    padding: 0;
    line-height: normal;
}
@media (min-width: 768px)  {
    .widget-image-grid__holder: first-child .widget-image-grid__inner, .widget-image-grid__holder:first-child .widget-image-grid__inner .widget-image-grid__content:before {
    border-radius: 0;
}
}
@media (min-width: 768px)  {
    .widget-image-grid__holder: last-child .widget-image-grid__inner, .widget-image-grid__holder:last-child .widget-image-grid__inner .widget-image-grid__content:before {
    border-radius: 0;
}
}
.widget-image-grid__inner {
    position: relative;
    display: block;
    overflow: hidden;
    box-shadow: none;
}
@media (min-width: 992px)  {
    .widget-image-grid__inner {
    box-shadow: none;
}
}
.widget-image-grid__inner img {
    display: block;
    width: 100%;
    height: auto;
}
.widget-image-grid__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    padding: 0 30px;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    transition: all 0.5s ease;
}
.widget-image-grid__content:hover {
    opacity: 1;
}
.widget-image-grid__content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: -1;
}
.widget-image-grid__title {
    margin: 0px 0px 8px 5px;
    padding: 6px 0px;
}
.widget-image-grid__title a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s ease;
}
.widget-image-grid__title a:hover {
    color: inherit;
}
@media (min-width: 768px)  {
    .widget-image-grid__title {
    font-size: 16px;
}
}
.widget-image-grid__link {
    font-size: 14px;
    transition: inherit;
}
.widget-image-grid__link i {
    font-size: 16px;
    margin: 0px 7px 0px 7px;
    position: relative;
    top: 4px;
    transition: inherit;
}
.widget-taxonomy-tiles.widget {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}
.widget-taxonomy-tiles {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
.widget-taxonomy-tiles__holder {
    padding: 0;
    display: inline-block;
    line-height: normal;
    transform: translateZ(0);
}
.widget-taxonomy-tiles__inner {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
}
@media (min-width: 992px)  {
    .widget-taxonomy-tiles__inner {
    box-shadow: none;
}
}
.widget-taxonomy-tiles__inner>a>img {
    display: block;
    width: 100%;
    height: auto;
}
.widget-taxonomy-tiles__content {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    padding: 23px 28px;
    z-index: 0;
}
.widget-taxonomy-tiles__content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: -1;
    transition: all 0.5s ease;
}
.widget-taxonomy-tiles__content i.material-icons {
    position: absolute;
    top: 50%;
    right: 26px;
    margin-top: -11px;
}
.widget-taxonomy-tiles__title {
    margin: 0 0 0 0;
}
.widget-taxonomy-tiles a {
    text-decoration: none;
    color: inherit;
}
.widget-taxonomy-tiles .post-count {
    margin: 16px 0 0 1px;
    display: inline-block;
}
.widget-taxonomy-tiles .tile_item {
    float: left;
    margin-bottom: -1px;
}
.widget-taxonomy-tiles .post-desc {
    margin: 16px 0 0 0;
}
.widget-taxonomy-tiles .grid-columns {
    padding-top: 2px;
    margin: 0;
    display: block;
    line-height: 0;
}
.widget-taxonomy-tiles .grid-columns:after {
    content: '';
    display: block;
    clear: both;
}
.widget-taxonomy-tiles .grid-columns .col-xs-6 {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 544px)  {
    .widget-taxonomy-tiles .grid-columns .col-sm-6, .widget-taxonomy-tiles .grid-columns .single-product .upsells.products .products>div, .single-product .upsells.products .widget-taxonomy-tiles .grid-columns .products>div, .widget-taxonomy-tiles .grid-columns .single-product .related.products .products>div, .single-product .related.products .widget-taxonomy-tiles .grid-columns .products>div, .widget-taxonomy-tiles .grid-columns .search-results.woocommerce .products div.product, .search-results.woocommerce .products .widget-taxonomy-tiles .grid-columns div.product, .widget-taxonomy-tiles .grid-columns .woocommerce .upsells ul, .woocommerce .upsells .widget-taxonomy-tiles .grid-columns ul, .widget-taxonomy-tiles .grid-columns .woocommerce-account .upsells ul, .woocommerce-account .upsells .widget-taxonomy-tiles .grid-columns ul {
    width: 50%;
    max-width: 50%;
}
}
@media (min-width: 768px)  {
    .widget-taxonomy-tiles .grid-columns .col-md-6, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_top_rated_products .product_list_widget li, .full-width-header-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_recent_reviews .product_list_widget li, .full-width-header-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_products .product_list_widget li, .full-width-header-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_top_rated_products .product_list_widget li, .before-content-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_recent_reviews .product_list_widget li, .before-content-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_recently_viewed_products .product_list_widget li, .before-content-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_products .product_list_widget li, .before-content-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_products .product_list_widget li, .after-content-full-width-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_top_rated_products .product_list_widget li, .before-loop-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_recent_reviews .product_list_widget li, .before-loop-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_products .product_list_widget li, .before-loop-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_top_rated_products .product_list_widget li, .after-loop-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_recent_reviews .product_list_widget li, .after-loop-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_products .product_list_widget li, .after-loop-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li {
    width: 50%;
    max-width: 50%;
}
}
@media (min-width: 1200px)  {
    .widget-taxonomy-tiles .grid-columns .col-xl-12 {
    width: 100%;
    max-width: 100%;
}
.widget-taxonomy-tiles .grid-columns .col-xl-9 {
    width: 75%;
    max-width: 75%;
}
.widget-taxonomy-tiles .grid-columns .col-xl-8 {
    width: 66.66667%;
    max-width: 66.66667%;
}
.widget-taxonomy-tiles .grid-columns .col-xl-6 {
    width: 50%;
    max-width: 50%;
}
.widget-taxonomy-tiles .grid-columns .col-xl-4, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_top_rated_products .product_list_widget li, .full-width-header-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_recent_reviews .product_list_widget li, .full-width-header-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .full-width-header-area .widget.widget_products .product_list_widget li, .full-width-header-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_top_rated_products .product_list_widget li, .before-content-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_recent_reviews .product_list_widget li, .before-content-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_recently_viewed_products .product_list_widget li, .before-content-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-content-area .widget.widget_products .product_list_widget li, .before-content-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-content-full-width-area .widget.widget_products .product_list_widget li, .after-content-full-width-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_top_rated_products .product_list_widget li, .before-loop-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_recent_reviews .product_list_widget li, .before-loop-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .before-loop-area .widget.widget_products .product_list_widget li, .before-loop-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_top_rated_products .product_list_widget li, .after-loop-area .widget.widget_top_rated_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_recent_reviews .product_list_widget li, .after-loop-area .widget.widget_recent_reviews .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget .widget-taxonomy-tiles .grid-columns li, .widget-taxonomy-tiles .grid-columns .after-loop-area .widget.widget_products .product_list_widget li, .after-loop-area .widget.widget_products .product_list_widget .widget-taxonomy-tiles .grid-columns li {
    width: 33.33333%;
    max-width: 33.33333%;
}
.widget-taxonomy-tiles .grid-columns .col-xl-3 {
    width: 25%;
    max-width: 25%;
}
}
@media (min-width: 768px)  {
    .sidebar-primary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .sidebar-primary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .sidebar-secondary .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .sidebar-secondary .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .footer-area .widget-taxonomy-tiles .columns-number-3 .widget-taxonomy-tiles__content, .footer-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
    display: none;
}
.col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .full-width-header-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-content-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-content-full-width-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .before-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content, .after-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content {
    padding: 15px;
}
.col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .full-width-header-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-content-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-content-full-width-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .before-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title, .after-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .widget-taxonomy-tiles__title {
    font-size: 14px;
    font-size: 0.875rem;
}
.col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .col-md-6 .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_products .product_list_widget li .before-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .full-width-header-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-content-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-content-full-width-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .before-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .after-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-count, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .full-width-header-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-content-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-content-full-width-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .before-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .after-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content .post-desc, .col-md-6 .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .full-width-header-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-content-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-content-full-width-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .before-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_top_rated_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_recent_reviews .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_recently_viewed_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i, .after-loop-area .widget.widget_products .product_list_widget li .after-loop-area .widget-taxonomy-tiles .columns-number-4 .widget-taxonomy-tiles__content i {
    display: none;
}
}
.sidebar-primary .swiper-carousel-container .swiper-button-next, .sidebar-primary .swiper-carousel-container .swiper-button-prev, .sidebar-secondary .swiper-carousel-container .swiper-button-next, .sidebar-secondary .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-next, .footer-area .search-results.woocommerce .products div.product .swiper-carousel-container .swiper-button-next, .search-results.woocommerce .products .footer-area div.product .swiper-carousel-container .swiper-button-next, .footer-area .woocommerce .upsells ul .swiper-carousel-container .swiper-button-next, .woocommerce .upsells .footer-area ul .swiper-carousel-container .swiper-button-next, .footer-area .woocommerce-account .upsells ul .swiper-carousel-container .swiper-button-next, .woocommerce-account .upsells .footer-area ul .swiper-carousel-container .swiper-button-next, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-prev, .footer-area .search-results.woocommerce .products div.product .swiper-carousel-container .swiper-button-prev, .search-results.woocommerce .products .footer-area div.product .swiper-carousel-container .swiper-button-prev, .footer-area .woocommerce .upsells ul .swiper-carousel-container .swiper-button-prev, .woocommerce .upsells .footer-area ul .swiper-carousel-container .swiper-button-prev, .footer-area .woocommerce-account .upsells ul .swiper-carousel-container .swiper-button-prev, .woocommerce-account .upsells .footer-area ul .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next, .footer-area .single-product .upsells.products .products>div .swiper-carousel-container .swiper-button-next, .single-product .upsells.products .footer-area .products>div .swiper-carousel-container .swiper-button-next, .footer-area .single-product .related.products .products>div .swiper-carousel-container .swiper-button-next, .single-product .related.products .footer-area .products>div .swiper-carousel-container .swiper-button-next, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-prev, .footer-area .single-product .upsells.products .products>div .swiper-carousel-container .swiper-button-prev, .single-product .upsells.products .footer-area .products>div .swiper-carousel-container .swiper-button-prev, .footer-area .single-product .related.products .products>div .swiper-carousel-container .swiper-button-prev, .single-product .related.products .footer-area .products>div .swiper-carousel-container .swiper-button-prev, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-next, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 35%;
}
.sidebar-primary .swiper-carousel-container .swiper-button-next i, .sidebar-primary .swiper-carousel-container .swiper-button-prev i, .sidebar-secondary .swiper-carousel-container .swiper-button-next i, .sidebar-secondary .swiper-carousel-container .swiper-button-prev i, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-next i, .footer-area .search-results.woocommerce .products div.product .swiper-carousel-container .swiper-button-next i, .search-results.woocommerce .products .footer-area div.product .swiper-carousel-container .swiper-button-next i, .footer-area .woocommerce .upsells ul .swiper-carousel-container .swiper-button-next i, .woocommerce .upsells .footer-area ul .swiper-carousel-container .swiper-button-next i, .footer-area .woocommerce-account .upsells ul .swiper-carousel-container .swiper-button-next i, .woocommerce-account .upsells .footer-area ul .swiper-carousel-container .swiper-button-next i, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-prev i, .footer-area .search-results.woocommerce .products div.product .swiper-carousel-container .swiper-button-prev i, .search-results.woocommerce .products .footer-area div.product .swiper-carousel-container .swiper-button-prev i, .footer-area .woocommerce .upsells ul .swiper-carousel-container .swiper-button-prev i, .woocommerce .upsells .footer-area ul .swiper-carousel-container .swiper-button-prev i, .footer-area .woocommerce-account .upsells ul .swiper-carousel-container .swiper-button-prev i, .woocommerce-account .upsells .footer-area ul .swiper-carousel-container .swiper-button-prev i, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next i, .footer-area .single-product .upsells.products .products>div .swiper-carousel-container .swiper-button-next i, .single-product .upsells.products .footer-area .products>div .swiper-carousel-container .swiper-button-next i, .footer-area .single-product .related.products .products>div .swiper-carousel-container .swiper-button-next i, .single-product .related.products .footer-area .products>div .swiper-carousel-container .swiper-button-next i, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-prev i, .footer-area .single-product .upsells.products .products>div .swiper-carousel-container .swiper-button-prev i, .single-product .upsells.products .footer-area .products>div .swiper-carousel-container .swiper-button-prev i, .footer-area .single-product .related.products .products>div .swiper-carousel-container .swiper-button-prev i, .single-product .related.products .footer-area .products>div .swiper-carousel-container .swiper-button-prev i, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-next i, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-prev i {
    margin: 3px;
}
.sidebar-primary .swiper-carousel-container .swiper-button-next:after, .sidebar-primary .swiper-carousel-container .swiper-button-prev:after, .sidebar-secondary .swiper-carousel-container .swiper-button-next:after, .sidebar-secondary .swiper-carousel-container .swiper-button-prev:after, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-next:after, .footer-area .search-results.woocommerce .products div.product .swiper-carousel-container .swiper-button-next:after, .search-results.woocommerce .products .footer-area div.product .swiper-carousel-container .swiper-button-next:after, .footer-area .woocommerce .upsells ul .swiper-carousel-container .swiper-button-next:after, .woocommerce .upsells .footer-area ul .swiper-carousel-container .swiper-button-next:after, .footer-area .woocommerce-account .upsells ul .swiper-carousel-container .swiper-button-next:after, .woocommerce-account .upsells .footer-area ul .swiper-carousel-container .swiper-button-next:after, .footer-area .col-md-4 .swiper-carousel-container .swiper-button-prev:after, .footer-area .search-results.woocommerce .products div.product .swiper-carousel-container .swiper-button-prev:after, .search-results.woocommerce .products .footer-area div.product .swiper-carousel-container .swiper-button-prev:after, .footer-area .woocommerce .upsells ul .swiper-carousel-container .swiper-button-prev:after, .woocommerce .upsells .footer-area ul .swiper-carousel-container .swiper-button-prev:after, .footer-area .woocommerce-account .upsells ul .swiper-carousel-container .swiper-button-prev:after, .woocommerce-account .upsells .footer-area ul .swiper-carousel-container .swiper-button-prev:after, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-next:after, .footer-area .single-product .upsells.products .products>div .swiper-carousel-container .swiper-button-next:after, .single-product .upsells.products .footer-area .products>div .swiper-carousel-container .swiper-button-next:after, .footer-area .single-product .related.products .products>div .swiper-carousel-container .swiper-button-next:after, .single-product .related.products .footer-area .products>div .swiper-carousel-container .swiper-button-next:after, .footer-area .col-md-3 .swiper-carousel-container .swiper-button-prev:after, .footer-area .single-product .upsells.products .products>div .swiper-carousel-container .swiper-button-prev:after, .single-product .upsells.products .footer-area .products>div .swiper-carousel-container .swiper-button-prev:after, .footer-area .single-product .related.products .products>div .swiper-carousel-container .swiper-button-prev:after, .single-product .related.products .footer-area .products>div .swiper-carousel-container .swiper-button-prev:after, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-next:after, .footer-area .col-md-2 .swiper-carousel-container .swiper-button-prev:after {
    line-height: 30px;
}
.sidebar-primary .swiper-carousel-container .entry-content, .sidebar-secondary .swiper-carousel-container .entry-content, .footer-area .col-md-4 .swiper-carousel-container .entry-content, .footer-area .search-results.woocommerce .products div.product .swiper-carousel-container .entry-content, .search-results.woocommerce .products .footer-area div.product .swiper-carousel-container .entry-content, .footer-area .woocommerce .upsells ul .swiper-carousel-container .entry-content, .woocommerce .upsells .footer-area ul .swiper-carousel-container .entry-content, .footer-area .woocommerce-account .upsells ul .swiper-carousel-container .entry-content, .woocommerce-account .upsells .footer-area ul .swiper-carousel-container .entry-content, .footer-area .col-md-3 .swiper-carousel-container .entry-content, .footer-area .single-product .upsells.products .products>div .swiper-carousel-container .entry-content, .single-product .upsells.products .footer-area .products>div .swiper-carousel-container .entry-content, .footer-area .single-product .related.products .products>div .swiper-carousel-container .entry-content, .single-product .related.products .footer-area .products>div .swiper-carousel-container .entry-content, .footer-area .col-md-2 .swiper-carousel-container .entry-content {
    padding: 0 15px;
}
.swiper-wrapper .swiper-button-next, .swiper-wrapper .swiper-button-prev {
    top: 19%;
}
@media (min-width: 768px)  {
    .swiper-wrapper .swiper-button-next, .swiper-wrapper .swiper-button-prev {
    top: 25%;
}
}
.widget_product_categories_image {
    overflow: hidden;
    margin-bottom: 0;
}
.widget_product_categories_image .swiper-container {
    overflow: visible;
    margin-bottom: 45px;
}
.widget_product_categories_image .swiper-button-next, .widget_product_categories_image .swiper-button-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 992px)  {
    .widget_product_categories_image .swiper-button-next, .widget_product_categories_image .swiper-button-prev {
    top: 41%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}
.tm_products_carousel_widget {
    position: relative;
}
.tm_products_carousel_widget .swiper-button-next, .tm_products_carousel_widget .swiper-button-prev {
    top: 38%;
    top: 27.5%;
}
@media (min-width: 992px)  {
    .tm_products_carousel_widget .swiper-button-next, .tm_products_carousel_widget .swiper-button-prev {
    top: 32%;
}
}
.layout-fullwidth .before-content-area .posh-carousel, .layout-fullwidth .after-content-area .posh-carousel, .layout-fullwidth .before-loop-area .posh-carousel, .layout-fullwidth .after-loop-area .posh-carousel {
    padding-right: 17px;
    padding-left: 17px;
    margin-right: -17px;
    margin-left: -17px;
}
.layout-boxed .full-width-header-area .posh-carousel, .layout-boxed .after-content-full-width-area .posh-carousel, .layout-boxed .before-content-area .posh-carousel, .layout-boxed .after-content-area .posh-carousel, .layout-boxed .before-loop-area .posh-carousel, .layout-boxed .after-loop-area .posh-carousel {
    padding-right: 17px;
    padding-left: 17px;
    margin-right: -17px;
    margin-left: -17px;
}
.widget_carousel .swiper-container {
    margin-top: -10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px)  {
    .widget_carousel .swiper-container {
    padding-left: 0;
    padding-right: 0;
}
}
@media (min-width: 992px)  {
    .widget_carousel .swiper-container {
    margin-top: -30px;
    padding-top: 30px;
}
}
.swiper-carousel-container {
    position: relative;
    margin-bottom: -10px;
}
.widget_carousel .swiper-carousel-container {
    overflow: hidden;
}
@media (min-width: 992px)  {
    .swiper-carousel-container {
    margin-bottom: -21px;
}
}
.swiper-carousel-container .swiper-pagination {
    position: static;
}
.swiper-pagination, .swiper-container-horizontal>.swiper-pagination-bullets {
    position: absolute;
    bottom: 5px;
}
.swiper-pagination .swiper-pagination-bullet, .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 0.5;
    transition: ease 0.3s all;
    width: 10px;
    height: 10px;
}
.swiper-pagination .swiper-pagination-bullet:hover, .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    opacity: 1;
}
.widget_carousel .swiper-wrapper .swiper-slide {
    display: flex;
    height: auto;
}
.swiper-button-next, .swiper-button-prev {
    top: 110px;
    width: 50px;
    height: 50px;
    margin: 0;
    background-image: none;
    background-color: #2b8ffb;
    display: none;
}
.swiper-button-next.button-prev, .swiper-button-prev.button-prev {
    left: 0;
    border-radius: 0;
}
.swiper-button-next.button-next, .swiper-button-prev.button-next {
    right: 0;
    border-radius: 0;
}
@media (min-width: 544px)  {
    .swiper-button-next, .swiper-button-prev {
    top: 85px;
}
}
@media (min-width: 768px)  {
    .swiper-button-next.button-prev, .swiper-button-prev.button-prev {
    left: 20px;
    border-radius: 0;
}
.swiper-button-next.button-next, .swiper-button-prev.button-next {
    right: 20px;
    border-radius: 0;
}
}
@media (min-width: 992px)  {
    .swiper-button-next, .swiper-button-prev {
    top: 110px;
}
}
@media (min-width: 1200px)  {
    .swiper-button-next, .swiper-button-prev {
    top: 141.5px;
}
}
.swiper-button-next i, .swiper-button-prev i {
    margin: 13px;
}
.swiper-wrapper .single-post .post__cats {
    position: absolute;
}
.swiper-wrapper .post {
    box-shadow: none;
    padding: 0;
}
@media (min-width: 992px)  {
    .swiper-wrapper .post {
    box-shadow: none;
}
}
.swiper-wrapper .post:hover {
    box-shadow: none;
}
.swiper-wrapper .post .inner {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}
.swiper-wrapper .post .entry-header {
    padding-top: 0;
}
.swiper-wrapper .post .entry-content {
    margin: 0;
    padding: 0 30px;
}
.swiper-wrapper .post .entry-footer {
    margin: 22px 0px;
    padding: 0 30px;
    border: 0;
}
.swiper-wrapper .post h4 {
    margin: 10px 0;
}
.swiper-wrapper .post .post-thumbnail__link {
    overflow: hidden;
    margin-bottom: 1.3em;
    display: block;
}
.swiper-wrapper .post .post-thumbnail__link img {
    width: 100%;
    display: block;
    transform: scale(1);
    transition: all 1s ease;
}
.swiper-wrapper .post .post-thumbnail__link:hover img {
    transform: scale(1.2);
}
.swiper-wrapper .post .material-icons {
    font-size: 16px;
    margin-right: 10px;
}
.swiper-wrapper .post__cats {
    position: absolute;
    top: 30px;
    left: 30px;
}
.swiper-wrapper .post__cats a {
    font-size: 14px;
    color: #fff;
    background-color: #2a8ffc;
    padding: .05em .5em;
    margin-right: 5px;
}
.swiper-wrapper .post__cats a:last-child {
    margin-right: 0;
}
.swiper-wrapper .post__date {
    font-size: 14px;
}
.swiper-wrapper .post__comments {
    font-size: 14px;
}
.swiper-wrapper .post__author {
    font-size: 14px;
}
.sidebar-primary .posh-smartslider .sp-title, .sidebar-secondary .posh-smartslider .sp-title {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.widget_smart_slider h4 {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.posh-smartslider {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.posh-smartslider__instance .sp-full-screen-button {
    right: 15px;
    transition: all .3s ease;
}
.posh-smartslider__instance .sp-bottom-thumbnails {
    position: absolute;
    right: 0;
    bottom: 72px;
    left: 0;
}
.posh-smartslider__instance .sp-thumbnail-container {
    margin-left: 5px;
    margin-right: 5px;
}
.posh-smartslider__instance .sp-thumbnail-container .sp-thumbnail {
    position: relative;
}
.posh-smartslider__instance .sp-thumbnail-container .sp-thumbnail:before, .posh-smartslider__instance .sp-thumbnail-container .sp-thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .3s ease;
    opacity: 1;
}
.posh-smartslider__instance .sp-thumbnail-container .sp-thumbnail:after {
    opacity: 0;
}
.posh-smartslider__instance .sp-thumbnail-container .sp-selected-thumbnail {
    box-shadow: inset 2px 2px 0 0 white;
}
.posh-smartslider__instance .sp-thumbnail-container:hover .sp-thumbnail:before, .posh-smartslider__instance .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail:before {
    opacity: 0;
}
.posh-smartslider__instance .sp-thumbnail-container:hover .sp-thumbnail:after, .posh-smartslider__instance .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail:after {
    opacity: 1;
}
.posh-smartslider__instance .sp-arrows {
    margin-top: -25px;
}
.posh-smartslider__instance .sp-arrows .sp-arrow {
    width: 50px;
    height: 50px;
    background-image: none;
    background-color: #2b8ffb;
    border-radius: 0;
    transition: all .3s ease;
}
.posh-smartslider__instance .sp-arrows .sp-arrow:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    transform: none;
    background-color: transparent;
    position: relative;
    width: 1em;
    height: 1em;
    margin: 16px 15px;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 18px;
}
.posh-smartslider__instance .sp-arrows .sp-arrow:after {
    display: none;
}
.posh-smartslider__instance .sp-arrows .sp-arrow.sp-previous-arrow {
    left: 29px;
}
.posh-smartslider__instance .sp-arrows .sp-arrow.sp-next-arrow {
    right: 29px;
}
.posh-smartslider__instance.sp-horizontal .sp-previous-arrow {
    left: 0;
}
.posh-smartslider__instance.sp-horizontal .sp-previous-arrow:before {
    content: "keyboard_arrow_left";
}
.posh-smartslider__instance.sp-horizontal .sp-next-arrow {
    right: 0;
}
.posh-smartslider__instance.sp-horizontal .sp-next-arrow:before {
    content: "keyboard_arrow_right";
}
.posh-smartslider__instance.sp-vertical .sp-arrows {
    margin-top: 0;
    margin-left: -25px;
}
.posh-smartslider__instance.sp-vertical .sp-arrows .sp-arrow.sp-previous-arrow {
    top: 10px;
    left: 0;
    right: 0;
}
.posh-smartslider__instance.sp-vertical .sp-arrows .sp-arrow.sp-previous-arrow:before {
    content: "keyboard_arrow_left";
}
.posh-smartslider__instance.sp-vertical .sp-arrows .sp-arrow.sp-next-arrow {
    bottom: 10px;
    left: 0;
    right: 0;
}
.posh-smartslider__instance.sp-vertical .sp-arrows .sp-arrow.sp-next-arrow:before {
    content: "keyboard_arrow_right";
}
.posh-smartslider__instance .sp-buttons {
    position: absolute;
    bottom: 14%;
}
.posh-smartslider__instance .sp-buttons .sp-button {
    width: 16px;
    height: 16px;
    border-color: #fff;
    margin: 4px 5px;
    box-sizing: border-box;
    transition: all .3s ease;
}
.posh-smartslider__instance .sp-buttons .sp-button.sp-selected-button {
    background-color: #fff;
}
.posh-smartslider__instance h2.sp-title, .posh-smartslider__instance p.sp-content, .posh-smartslider__instance div.sp-more {
    text-align: left;
    right: 0;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 115px;
    padding-right: 115px;
}
.posh-smartslider__instance h2.sp-title {
    font-size: 80px;
    line-height: 80px;
    margin-top: 2px;
}
.posh-smartslider__instance h2.sp-title a {
    position: relative;
}
.posh-smartslider__instance h2.sp-title a:before {
    content: '';
    position: absolute;
    top: -23px;
    left: 0;
    width: 132px;
    height: 2px;
    display: block;
    pointer-events: none;
}
.posh-smartslider__instance div.sp-more a {
    margin-top: -1px;
    color: #fff;
    padding: 15px 22px;
    transition: all .3s ease!important;
}
.posh-smartslider__instance .sp-slide:nth-child(2) h2.sp-title, .posh-smartslider__instance .sp-slide:nth-child(2) p.sp-content, .posh-smartslider__instance .sp-slide:nth-child(2) div.sp-more, .posh-smartslider__instance .sp-slide:nth-child(2) a {
    text-align: center;
    color: #fff;
}
.posh-smartslider__instance .sp-slide:nth-child(2) h2.sp-title a:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}
.posh-smartslider__instance .sp-slide:nth-child(3) h2.sp-title, .posh-smartslider__instance .sp-slide:nth-child(3) p.sp-content, .posh-smartslider__instance .sp-slide:nth-child(3) div.sp-more {
    text-align: right;
}
.posh-smartslider__instance .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .posh-smartslider__instance .sp-top-thumbnails .sp-previous-thumbnail-arrow {
    left: 10px;
    z-index: 2;
}
.posh-smartslider__instance .sp-bottom-thumbnails .sp-previous-thumbnail-arrow:hover, .posh-smartslider__instance .sp-top-thumbnails .sp-previous-thumbnail-arrow:hover {
    opacity: .8;
}
.posh-smartslider__instance .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .posh-smartslider__instance .sp-top-thumbnails .sp-next-thumbnail-arrow {
    right: 10px;
    z-index: 2;
}
.posh-smartslider__instance .sp-bottom-thumbnails .sp-next-thumbnail-arrow:hover, .posh-smartslider__instance .sp-top-thumbnails .sp-next-thumbnail-arrow:hover {
    opacity: .8;
}
.posh-smartslider__instance .sp-next-thumbnail-arrow:after, .posh-smartslider__instance .sp-next-thumbnail-arrow:before, .posh-smartslider__instance .sp-previous-thumbnail-arrow:after, .posh-smartslider__instance .sp-previous-thumbnail-arrow:before {
    transition: all .3s ease;
}
.posh-smartslider__instance .sp-bottom-thumbnails .sp-thumbnail-arrows, .posh-smartslider__instance .sp-top-thumbnails .sp-thumbnail-arrows {
    opacity: 1;
}
.posh-smartslider__instance .sp-top-thumbnails {
    left: 0;
    right: 0;
    margin-bottom: 0;
    padding: 20px 0;
}
.posh-smartslider__instance .sp-left-thumbnails {
    padding-right: 6px;
}
.posh-smartslider__instance .sp-thumbnails-container+.sp-buttons {
    margin-bottom: 25px;
}
@media (max-width: 1199px)  {
    .posh-smartslider__instance .sp-bottom-thumbnails+.sp-buttons {
    margin-bottom: 0;
}
}
@media (min-width: 769px) and (max-width: 1199px)  {
    .posh-smartslider__instance .sp-bottom-thumbnails {
    bottom: 10px;
}
.posh-smartslider__instance .sp-bottom-thumbnails+.sp-buttons {
    margin-bottom: 0;
}
.posh-smartslider__instance.sp-vertical .sp-arrows {
    left: 10px;
    margin-left: 0;
}
}
@media (min-width: 768px) and (max-width: 1199px)  {
    .posh-smartslider__instance h2.sp-title {
    font-size: 60px;
    line-height: 1.2;
}
.posh-smartslider__instance h2.sp-title a:before {
    top: -15px;
}
}
@media (min-width: 768px) and (max-width: 991px)  {
    [data-thumbnails-position*="bottom"] .posh-smartslider__instance.sp-vertical .sp-arrows {
    display: none;
}
}
@media (min-width: 480px) and (max-width: 768px)  {
    .posh-smartslider__instance h2.sp-title {
    font-size: 40px;
    line-height: 40px;
    margin-top: -15px;
}
.posh-smartslider__instance h2.sp-title a:before {
    top: -10px;
}
.posh-smartslider__instance p.sp-content.sp-layer {
    font-size: 30px;
    margin-top: -15px;
}
.posh-smartslider__instance div.sp-more {
    margin-top: -13px;
}
}
@media (max-width: 479px)  {
    .posh-smartslider__instance h2.sp-title {
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px;
}
.posh-smartslider__instance h2.sp-title a:before {
    top: -10px;
    width: 85px;
}
.posh-smartslider__instance p.sp-content.sp-layer {
    font-size: 20px;
    margin-top: -20px;
}
.posh-smartslider__instance div.sp-more {
    margin-top: -25px;
}
.posh-smartslider__instance div.sp-more a {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 18px;
}
}
@media (max-width: 768px)  {
    .posh-smartslider__instance .sp-bottom-thumbnails {
    position: relative;
    padding: 30px 0;
    bottom: 0;
}
.posh-smartslider__instance .sp-arrows {
    display: none;
}
.posh-smartslider[data-thumbnails="true"] .posh-smartslider__instance .sp-buttons {
    bottom: 10px;
}
.posh-smartslider__instance h2.sp-title, .posh-smartslider__instance p.sp-content, .posh-smartslider__instance div.sp-more {
    padding: 0 15px;
}
}
.posh-smartslider__thumbnails .sp-thumbnail-container {
    cursor: pointer;
}
.posh-smartslider[data-thumbnails="true"] .sp-buttons {
    bottom: 20%;
}
.widget-about-author {
    text-align: center;
}
.full-width-header-area .widget-about-author, .after-content-full-width-area .widget-about-author {
    text-align: left;
    padding: 10px;
}
@media (min-width: 992px)  {
    .full-width-header-area .widget-about-author, .after-content-full-width-area .widget-about-author {
    padding: 30px;
}
}
.before-content-area .widget-about-author, .before-loop-area .widget-about-author, .after-content-area .widget-about-author, .after-loop-area .widget-about-author {
    text-align: left;
}
.about-author:after {
    clear: both;
    content: "";
    width: 100%;
    display: block;
}
.about-author_avatar {
    text-align: center;
    padding: 5px 0 0;
}
.about-author_avatar img {
    border-radius: 100%;
}
.full-width-header-area .about-author_avatar, .after-content-full-width-area .about-author_avatar, .before-content-area .about-author_avatar, .before-loop-area .about-author_avatar, .after-content-area .about-author_avatar, .after-loop-area .about-author_avatar {
    margin: 0 0 10px;
}
@media (min-width: 544px)  {
    .full-width-header-area .about-author_avatar, .after-content-full-width-area .about-author_avatar, .before-content-area .about-author_avatar, .before-loop-area .about-author_avatar, .after-content-area .about-author_avatar, .after-loop-area .about-author_avatar {
    margin: 0 20px 0 0;
    float: left;
}
}
.full-width-header-area .about-author_content, .after-content-full-width-area .about-author_content, .before-content-area .about-author_content, .before-loop-area .about-author_content, .after-content-area .about-author_content, .after-loop-area .about-author_content {
    overflow: hidden;
}
.about-author_name {
    margin: 0;
    padding: 15px 0;
}
.about-author_description {
    padding: 0 0 20px;
}
.about-author_btn_box {
    border-top: 1px solid #d5d5d9;
    padding: 15px 0 5px;
}
@media (min-width: 992px)  {
    .about-author_btn_box {
    padding: 30px 0 6px;
}
}
.footer-area .about-author_btn_box {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.sidebar-primary .about-author_btn_box, .sidebar-secondary .about-author_btn_box {
    margin: 0 -10px;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 992px)  {
    .sidebar-primary .about-author_btn_box, .sidebar-secondary .about-author_btn_box {
    margin: 0 -30px;
    padding-left: 30px;
    padding-right: 30px;
}
}
.follow-block {
    padding: 0 0 20px;
}
.sidebar-primary .follow-block, .sidebar-secondary .follow-block, .footer-area .follow-block {
    text-align: center;
}
.subscribe-block {
    padding: 0 0 20px;
}
.sidebar-primary .subscribe-block, .sidebar-secondary .subscribe-block, .footer-area .subscribe-block {
    text-align: center;
}
.sidebar-primary .subscribe-block .subscribe-block__form .subscribe-block__messages, .sidebar-secondary .subscribe-block .subscribe-block__form .subscribe-block__messages, .footer-area .subscribe-block .subscribe-block__form .subscribe-block__messages {
    bottom: -26px;
    font-size: 14px;
    font-size: 0.875rem;
}
.subscribe-block__form {
    position: relative;
}
.subscribe-block__form .subscribe-block__messages {
    position: absolute;
    right: 0;
    bottom: -28px;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    font-weight: 400;
}
.subscribe-block__form .subscribe-block__messages .subscribe-block__error {
    color: #ff2e36;
}
.subscribe-block__form .subscribe-block__messages .subscribe-block__success {
    color: #2de229;
}
.follow-block+.subscribe-block {
    border-top: 1px dotted #d5d5d9;
    padding: 10px 0;
}
@media (min-width: 992px)  {
    .follow-block+.subscribe-block {
    padding: 20px 0;
}
}
.sidebar-primary .follow-block+.subscribe-block, .sidebar-secondary .follow-block+.subscribe-block {
    margin: 0 -10px 0;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 992px)  {
    .sidebar-primary .follow-block+.subscribe-block, .sidebar-secondary .follow-block+.subscribe-block {
    margin: 0 -30px 0;
    padding-left: 30px;
    padding-right: 30px;
}
}
.footer-area .follow-block+.subscribe-block {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.subscribe-block__input-group {
    display: -webkit-flex;
    display: block;
    padding: 0 15px;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
}
@media (min-width: 768px)  {
    .subscribe-block__input-group {
    display: flex;
    padding: 0;
}
}
.sidebar-primary .subscribe-block__input-group, .sidebar-secondary .subscribe-block__input-group, .footer-area .subscribe-block__input-group {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media (min-width: 992px)  {
    .footer-area .subscribe-block__input-group {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}
}
.subscribe-block__input[type="email"] {
    width: 100%;
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 1 1 0;
    -webkit-align-self: auto;
    align-self: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 9px;
    padding: 13px 20px;
    font-size: 14px;
}
.footer-area .subscribe-block__input[type="email"]:focus {
    box-shadow: none;
    background: #fff;
}
@media (min-width: 768px)  {
    .subscribe-block__input[type="email"] {
    margin-right: 10px;
    max-width: calc(100% - 50px);
    width: auto;
    margin-bottom: 0;
}
}
@media (min-width: 1200px)  {
    .subscribe-block__input[type="email"] {
    max-width: 60%;
}
}
.sidebar-primary .subscribe-block__input[type="email"] {
    max-width: calc(100% - 50px);
}
.sidebar-secondary .subscribe-block__input[type="email"] {
    max-width: calc(100% - 50px);
}
.subscribe-block__submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
    max-width: 100%;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 768px)  {
    .subscribe-block__submit {
    max-width: 40%;
    width: auto;
}
}
@media (min-width: 1200px)  {
    .subscribe-block__submit {
    font-size: 16px;
    font-size: 1rem;
}
.subscribe-block__submit:before {
    display: none;
}
}
.sidebar-1-4 .subscribe-block__submit:before {
    display: inline-block;
}
.subscribe-block__message {
    padding: 0 0 12px;
}
.footer-area .subscribe-block__message {
    padding-bottom: 20px;
}
.wpcf7 .wpcf7-form-control-wrap input {
    width: 100%;
}
.wpcf7 .wpcf7-not-valid {
    border-color: #fe5c7a;
    background: rgba(254, 92, 122, 0.1);
}
.wpcf7 .wpcf7-not-valid-tip {
    color: #fe5c7a;
}
.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng, .wpcf7 .wpcf7-mail-sent-ok {
    margin: 1.5em 0;
    padding: 1em 2em;
    color: #fff;
    border: none;
}
.wpcf7 .wpcf7-validation-errors, .wpcf7 .wpcf7-mail-sent-ng {
    background: #fe5c7a;
}
.wpcf7 .wpcf7-mail-sent-ok {
    background: #398f14;
}
.widget_give_forms_widget form[id*='give-form'] .give-total-wrap {
    width: 50%;
    float: left;
}
.widget_give_forms_widget form[id*='give-form'] .give-total-wrap #give-amount {
    border-radius: 0;
}
@media (min-width: 768px) and (max-width: 992px)  {
    .widget_give_forms_widget form[id*='give-form'] .give-total-wrap {
    width: 100%;
}
.widget_give_forms_widget form[id*='give-form'] .give-total-wrap #give-amount {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
}
.widget_give_forms_widget form[id*='give-form'] .give-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 50%;
    float: right;
    font-size: .8rem;
}
@media (min-width: 768px) and (max-width: 992px)  {
    .widget_give_forms_widget form[id*='give-form'] .give-btn {
    width: auto;
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
}
}
@media (min-width: 1200px)  {
    .widget_give_forms_widget form[id*='give-form'] .give-btn {
    font-size: 1rem;
}
}
.widget_tf_track_kickstarter {
    padding: 0;
    background-size: cover;
}
.sidebar-primary .widget_tf_track_kickstarter, .sidebar-secondary .widget_tf_track_kickstarter {
    padding: 0;
}
.widget_tf_track_kickstarter .track-kickstarter {
    position: relative;
    padding: 0;
}
.widget_tf_track_kickstarter .track-kickstarter h4 {
    margin: 0 0 20px;
}
.widget_tf_track_kickstarter .tf-tracker {
    padding: 30px;
    border-radius: 0;
}
.widget_tf_track_kickstarter .tf-tracker-wrap {
    border-radius: 0;
}
.widget_tf_track_kickstarter .tf-tracker-value {
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    vertical-align: baseline;
}
.widget_tf_track_kickstarter .tf-tracker-label {
    display: inline-block;
    vertical-align: baseline;
}
.widget_tf_track_kickstarter .tf-tracker-item {
    padding: 20px 0;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.widget_tf_track_kickstarter .tf-tracker-item:first-of-type {
    border-top: none;
    padding-top: 0;
}
.widget_tf_track_kickstarter .tf-tracker-descr {
    margin: 0;
    padding: 0 0 20px;
}
.widget_tf_track_kickstarter .tf-tracker-action {
    padding: 10px 0 0 0;
}
.widget_fbw_id .loader {
    margin: 30px auto;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, 0.2);
    border-right: 1.1em solid rgba(0, 0, 0, 0.2);
    border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
    border-left: 1.1em solid #000000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.widget_fbw_id .loader img {
    display: none;
}
.widget_fbw_id .loader, .widget_fbw_id .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
@-webkit-keyframes load8 {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
@keyframes load8 {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.widget {
    margin: 0 0 10px;
}
@media (min-width: 992px)  {
    .widget {
    margin-bottom: 30px;
}
}
.sidebar-primary .widget, .sidebar-secondary .widget, .before-content-area .widget, .after-content-area .widget, .before-loop-area .widget, .after-loop-area .widget {
    box-shadow: none;
    border-radius: 0;
}
@media (min-width: 992px)  {
    .sidebar-primary .widget, .sidebar-secondary .widget, .before-content-area .widget, .after-content-area .widget, .before-loop-area .widget, .after-loop-area .widget {
    box-shadow: none;
}
}
.widget select {
    max-width: 100%;
}
.widget ul>li>a {
    font-weight: 500;
}
.full-width-header-area {
    margin: 0;
}
.widget_shopping_cart {
    margin-bottom: 0;
}
.widget h4 {
    margin: 0 0 15px 0;
}
.widget .widget-title {
    margin-bottom: 17px;
}
.widget>ul {
    margin: 0px 0px;
    padding: 0 0;
}
.widget>ul>li {
    margin: 0;
    list-style: none;
    font-size: 14px;
    position: relative;
}
.widget>ul>li>ul {
    margin-bottom: 0;
    margin-left: 0em;
}
.sidebar-primary .widget+.widget, .sidebar-secondary .widget+.widget {
    padding-top: 52px;
    border-top: 1px solid #e8e8eb;
}
.sidebar-primary .widget.widget_categories>ul>li a, .sidebar-primary .widget.widget_archive>ul>li a, .sidebar-primary .widget.yith-woocompare-widget>ul>li a, .sidebar-primary .widget.widget_product_categories>ul>li a, .sidebar-primary .widget.widget_meta>ul>li a, .sidebar-primary .widget.widget_pages>ul>li a, .sidebar-secondary .widget.widget_categories>ul>li a, .sidebar-secondary .widget.widget_archive>ul>li a, .sidebar-secondary .widget.yith-woocompare-widget>ul>li a, .sidebar-secondary .widget.widget_product_categories>ul>li a, .sidebar-secondary .widget.widget_meta>ul>li a, .sidebar-secondary .widget.widget_pages>ul>li a, .footer-area .widget.widget_categories>ul>li a, .footer-area .widget.widget_archive>ul>li a, .footer-area .widget.yith-woocompare-widget>ul>li a, .footer-area .widget.widget_product_categories>ul>li a, .footer-area .widget.widget_meta>ul>li a, .footer-area .widget.widget_pages>ul>li a {
    font-weight: 400;
}

.sidebar-primary .widget.widget_categories>ul>li .children li, .sidebar-primary .widget.widget_archive>ul>li .children li, .sidebar-primary .widget.yith-woocompare-widget>ul>li .children li, .sidebar-primary .widget.widget_product_categories>ul>li .children li, .sidebar-primary .widget.widget_meta>ul>li .children li, .sidebar-primary .widget.widget_pages>ul>li .children li, .sidebar-secondary .widget.widget_categories>ul>li .children li, .sidebar-secondary .widget.widget_archive>ul>li .children li, .sidebar-secondary .widget.yith-woocompare-widget>ul>li .children li, .sidebar-secondary .widget.widget_product_categories>ul>li .children li, .sidebar-secondary .widget.widget_meta>ul>li .children li, .sidebar-secondary .widget.widget_pages>ul>li .children li, .footer-area .widget.widget_categories>ul>li .children li, .footer-area .widget.widget_archive>ul>li .children li, .footer-area .widget.yith-woocompare-widget>ul>li .children li, .footer-area .widget.widget_product_categories>ul>li .children li, .footer-area .widget.widget_meta>ul>li .children li, .footer-area .widget.widget_pages>ul>li .children li {
    font-size: 14px;
    margin-left: 10px;
}
.sidebar-primary .widget.widget_categories>ul>li .children li a, .sidebar-primary .widget.widget_archive>ul>li .children li a, .sidebar-primary .widget.yith-woocompare-widget>ul>li .children li a, .sidebar-primary .widget.widget_product_categories>ul>li .children li a, .sidebar-primary .widget.widget_meta>ul>li .children li a, .sidebar-primary .widget.widget_pages>ul>li .children li a, .sidebar-secondary .widget.widget_categories>ul>li .children li a, .sidebar-secondary .widget.widget_archive>ul>li .children li a, .sidebar-secondary .widget.yith-woocompare-widget>ul>li .children li a, .sidebar-secondary .widget.widget_product_categories>ul>li .children li a, .sidebar-secondary .widget.widget_meta>ul>li .children li a, .sidebar-secondary .widget.widget_pages>ul>li .children li a, .footer-area .widget.widget_categories>ul>li .children li a, .footer-area .widget.widget_archive>ul>li .children li a, .footer-area .widget.yith-woocompare-widget>ul>li .children li a, .footer-area .widget.widget_product_categories>ul>li .children li a, .footer-area .widget.widget_meta>ul>li .children li a, .footer-area .widget.widget_pages>ul>li .children li a {
    font-weight: 400;
}
.sidebar-primary .widget.widget_categories > ul > li + li, .sidebar-primary .widget.widget_archive > ul > li + li, .sidebar-primary .widget.yith-woocompare-widget > ul > li + li, .sidebar-primary .widget.widget_product_categories > ul > li + li, .sidebar-primary .widget.widget_meta > ul > li + li, .sidebar-primary .widget.widget_pages > ul > li + li, .sidebar-secondary .widget.widget_categories > ul > li + li, .sidebar-secondary .widget.widget_archive > ul > li + li, .sidebar-secondary .widget.yith-woocompare-widget > ul > li + li, .sidebar-secondary .widget.widget_product_categories > ul > li + li, .sidebar-secondary .widget.widget_meta > ul > li + li, .sidebar-secondary .widget.widget_pages > ul > li + li, .footer-area .widget.widget_categories > ul > li + li, .footer-area .widget.widget_archive > ul > li + li, .footer-area .widget.yith-woocompare-widget > ul > li + li, .footer-area .widget.widget_product_categories > ul > li + li, .footer-area .widget.widget_meta > ul > li + li, .footer-area .widget.widget_pages > ul > li + li {
    border-top: medium none!important;
    margin-top: 0;
    padding-top: 3px;
}
footer.site-footer .footer-area .widget.widget_categories>ul>li .children, footer.site-footer .footer-area .widget.widget_archive>ul>li .children, footer.site-footer .footer-area .widget.yith-woocompare-widget>ul>li .children, footer.site-footer .footer-area .widget.widget_product_categories>ul>li .children, footer.site-footer .footer-area .widget.widget_meta>ul>li .children, footer.site-footer .footer-area .widget.widget_pages>ul>li .children, footer.site-footer .footer-area .widget.widget_nav_menu>ul>li .children {
    border-top: 1px dotted #b1b9c1;
}
footer.site-footer .footer-area .widget.widget_categories>ul>li+li, footer.site-footer .footer-area .widget.widget_archive>ul>li+li, footer.site-footer .footer-area .widget.yith-woocompare-widget>ul>li+li, footer.site-footer .footer-area .widget.widget_product_categories>ul>li+li, footer.site-footer .footer-area .widget.widget_meta>ul>li+li, footer.site-footer .footer-area .widget.widget_pages>ul>li+li, footer.site-footer .footer-area .widget.widget_nav_menu>ul>li+li {
    border-top: 1px dotted #b1b9c1;
}
.widget.tm_products_smart_box_widget {
    margin-bottom: 51px;
}
.widget.tm_products_smart_box_widget .widget-title {
    margin-top: 32px;
    margin-left: 14px;
    margin-right: 14px;
    text-align: center;
}
@media (min-width: 768px)  {
    .widget.tm_products_smart_box_widget .widget-title {
    border-bottom: none;
}
}
.sidebar-primary .widget.tm_products_smart_box_widget .widget-title, .sidebar-secondary .widget.tm_products_smart_box_widget .widget-title, .after-loop-area .widget.tm_products_smart_box_widget .widget-title {
    border-bottom: 1px solid #e8e8eb;
}
@media (min-width: 768px)  {
    .widget.tm_products_smart_box_widget .widget-title {
    text-align: center!important;
}
}
.sidebar-primary .widget.tm_products_smart_box_widget .tabs_nav_container, .sidebar-secondary .widget.tm_products_smart_box_widget .tabs_nav_container, .footer-area .widget.tm_products_smart_box_widget .tabs_nav_container, .after-loop-area .widget.tm_products_smart_box_widget .tabs_nav_container, .sidebar-primary .widget.tm_products_smart_box_widget .tabs_content_container, .sidebar-secondary .widget.tm_products_smart_box_widget .tabs_content_container, .footer-area .widget.tm_products_smart_box_widget .tabs_content_container, .after-loop-area .widget.tm_products_smart_box_widget .tabs_content_container, .sidebar-primary .widget.tm_products_smart_box_widget .tabs_products_container, .sidebar-secondary .widget.tm_products_smart_box_widget .tabs_products_container, .footer-area .widget.tm_products_smart_box_widget .tabs_products_container, .after-loop-area .widget.tm_products_smart_box_widget .tabs_products_container, .sidebar-primary .widget.tm_products_smart_box_widget .product_wrapper, .sidebar-secondary .widget.tm_products_smart_box_widget .product_wrapper, .footer-area .widget.tm_products_smart_box_widget .product_wrapper, .after-loop-area .widget.tm_products_smart_box_widget .product_wrapper {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
}
.widget.tm_products_smart_box_widget .rd-material-tabs__list {
    padding: 0;
    position: relative;
}
.sidebar-primary .widget.tm_products_smart_box_widget .rd-material-tabs__list, .sidebar-secondary .widget.tm_products_smart_box_widget .rd-material-tabs__list, .after-loop-area .widget.tm_products_smart_box_widget .rd-material-tabs__list {
    padding: 12px;
}
@media (min-width: 1200px)  {
    .sidebar-primary .widget.tm_products_smart_box_widget .rd-material-tabs__list, .sidebar-secondary .widget.tm_products_smart_box_widget .rd-material-tabs__list, .after-loop-area .widget.tm_products_smart_box_widget .rd-material-tabs__list {
    padding: 28px;
}
}
.footer-area .widget.tm_products_smart_box_widget .rd-material-tabs__list {
    padding: 0;
    border: none;
}
.widget.tm_products_smart_box_widget .rd-material-tabs__list ul {
    display: block;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    margin-top: 2px;
}
@media (min-width: 768px)  {
    .widget.tm_products_smart_box_widget .rd-material-tabs__list ul {
    white-space: normal;
}
}
.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab {
    border: none;
}
@media (min-width: 768px)  {
    .widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab {
    border-top: 1px dotted #e8e8eb;
}
.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab:last-child {
    border-bottom: 1px dotted #e8e8eb;
}
}
.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a {
    position: relative;
    display: block;
    text-align: left;
    padding: 10px 15px 20px;
}
.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a:before {
    content: '\e5cc';
    font-family: "Material Icons";
    position: absolute;
    right: 9px;
    top: 5px;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
@media (min-width: 768px)  {
    .widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a {
    padding: 10px 33px 7px;
}
.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab.rd-material-tab-active a:before {
    opacity: 1;
    visibility: visible;
}
}
.widget.tm_products_smart_box_widget .rd-material-tabs__container .col-lg-8 {
    padding: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}
.widget.tm_products_smart_box_widget .rd-material-tabs__container .col-lg-4 {
    padding: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}
.widget.tm_products_smart_box_widget .rd-material-tabs__container .row, .widget.tm_products_smart_box_widget .rd-material-tabs__container .full-width-header-area .widget.widget_top_rated_products .product_list_widget, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .full-width-header-area .widget.widget_recent_reviews .product_list_widget, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .full-width-header-area .widget.widget_products .product_list_widget, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-content-area .widget.widget_top_rated_products .product_list_widget, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-content-area .widget.widget_recent_reviews .product_list_widget, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-content-area .widget.widget_recently_viewed_products .product_list_widget, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-content-area .widget.widget_products .product_list_widget, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-content-full-width-area .widget.widget_products .product_list_widget, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-loop-area .widget.widget_top_rated_products .product_list_widget, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-loop-area .widget.widget_recent_reviews .product_list_widget, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-loop-area .widget.widget_recently_viewed_products .product_list_widget, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .before-loop-area .widget.widget_products .product_list_widget, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-loop-area .widget.widget_top_rated_products .product_list_widget, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-loop-area .widget.widget_recent_reviews .product_list_widget, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-loop-area .widget.widget_recently_viewed_products .product_list_widget, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-loop-area .widget.widget_products .product_list_widget, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .rd-material-tabs__container .product_list_widget, .widget.tm_products_smart_box_widget .rd-material-tabs__container .single-product .upsells.products .products, .single-product .upsells.products .widget.tm_products_smart_box_widget .rd-material-tabs__container .products, .widget.tm_products_smart_box_widget .rd-material-tabs__container .single-product .related.products .products, .single-product .related.products .widget.tm_products_smart_box_widget .rd-material-tabs__container .products, .widget.tm_products_smart_box_widget .rd-material-tabs__container .after-content-area {
    margin: 0;
    width: 100%;
}
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.row>.col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .single-product .upsells.products .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-3, .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-3, .widget.tm_products_smart_box_widget .single-product .related.products .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-3, .single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-3, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.after-content-area>.col-lg-3 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}
@media (min-width: 768px)  {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.row>.col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .single-product .upsells.products .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-3, .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-3, .widget.tm_products_smart_box_widget .single-product .related.products .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-3, .single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-3, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.after-content-area>.col-lg-3 {
    padding-right: 0;
}
}
@media (min-width: 1200px)  {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.row>.col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-3, .widget.tm_products_smart_box_widget .single-product .upsells.products .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-3, .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-3, .widget.tm_products_smart_box_widget .single-product .related.products .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-3, .single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-3, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.after-content-area>.col-lg-3 {
    min-height: 631px;
}
}
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.row>.col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .single-product .upsells.products .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-9, .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-9, .widget.tm_products_smart_box_widget .single-product .related.products .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-9, .single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-9, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.after-content-area>.col-lg-9 {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}
@media (min-width: 768px)  {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.row>.col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .full-width-header-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-content-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-content-full-width-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .before-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_top_rated_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recent_reviews .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_recently_viewed_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .after-loop-area .widget.widget_products .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.product_list_widget>.col-lg-9, .widget.tm_products_smart_box_widget .single-product .upsells.products .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-9, .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-9, .widget.tm_products_smart_box_widget .single-product .related.products .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-9, .single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.products>.col-lg-9, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs>.after-content-area>.col-lg-9 {
    padding-left: 0;
}
}
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
    margin-bottom: -2px;
    margin-right: -5px;
    margin-left: -2px;
}
@media (min-width: 544px)  {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
    margin-right: -3px;
}
}
@media (min-width: 992px)  {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
    margin-right: 0;
    margin-left: 0;
}
}
.sidebar-primary .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container, .sidebar-secondary .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container, .after-loop-area .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
    border-left: none;
    margin-right: -1px;
}
@media (min-width: 768px)  {
    .sidebar-primary .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container, .sidebar-secondary .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container, .after-loop-area .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
    border-top: 1px solid #e8e8eb;
}
}
.footer-area .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container {
    border-left: none;
    border-top: 1px solid #34394f;
}
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .row.collapsed, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_top_rated_products .collapsed.product_list_widget, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_recent_reviews .collapsed.product_list_widget, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_recently_viewed_products .collapsed.product_list_widget, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_products .collapsed.product_list_widget, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_top_rated_products .collapsed.product_list_widget, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_recent_reviews .collapsed.product_list_widget, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_recently_viewed_products .collapsed.product_list_widget, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_products .collapsed.product_list_widget, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_top_rated_products .collapsed.product_list_widget, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_recent_reviews .collapsed.product_list_widget, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_recently_viewed_products .collapsed.product_list_widget, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_products .collapsed.product_list_widget, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_top_rated_products .collapsed.product_list_widget, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_recent_reviews .collapsed.product_list_widget, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_recently_viewed_products .collapsed.product_list_widget, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_products .collapsed.product_list_widget, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_top_rated_products .collapsed.product_list_widget, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_recent_reviews .collapsed.product_list_widget, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_recently_viewed_products .collapsed.product_list_widget, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_products .collapsed.product_list_widget, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .single-product .upsells.products .collapsed.products, .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.products, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .single-product .related.products .collapsed.products, .single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.products, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.after-content-area {
    margin: 0!important;
}
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .row.collapsed>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_top_rated_products .collapsed.product_list_widget>div[class*="col-"], .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_recent_reviews .collapsed.product_list_widget>div[class*="col-"], .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_recently_viewed_products .collapsed.product_list_widget>div[class*="col-"], .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .full-width-header-area .widget.widget_products .collapsed.product_list_widget>div[class*="col-"], .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_top_rated_products .collapsed.product_list_widget>div[class*="col-"], .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_recent_reviews .collapsed.product_list_widget>div[class*="col-"], .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_recently_viewed_products .collapsed.product_list_widget>div[class*="col-"], .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-content-area .widget.widget_products .collapsed.product_list_widget>div[class*="col-"], .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_top_rated_products .collapsed.product_list_widget>div[class*="col-"], .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_recent_reviews .collapsed.product_list_widget>div[class*="col-"], .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_recently_viewed_products .collapsed.product_list_widget>div[class*="col-"], .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-content-full-width-area .widget.widget_products .collapsed.product_list_widget>div[class*="col-"], .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_top_rated_products .collapsed.product_list_widget>div[class*="col-"], .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_recent_reviews .collapsed.product_list_widget>div[class*="col-"], .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_recently_viewed_products .collapsed.product_list_widget>div[class*="col-"], .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .before-loop-area .widget.widget_products .collapsed.product_list_widget>div[class*="col-"], .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_top_rated_products .collapsed.product_list_widget>div[class*="col-"], .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_recent_reviews .collapsed.product_list_widget>div[class*="col-"], .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_recently_viewed_products .collapsed.product_list_widget>div[class*="col-"], .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .after-loop-area .widget.widget_products .collapsed.product_list_widget>div[class*="col-"], .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.product_list_widget>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .single-product .upsells.products .collapsed.products>div[class*="col-"], .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.products>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .single-product .related.products .collapsed.products>div[class*="col-"], .single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.products>div[class*="col-"], .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .collapsed.after-content-area>div[class*="col-"] {
    padding: 0!important;
}
@media (min-width: 768px)  {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage {
    border-left: none;
}
}
@media (min-width: 544px)  {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage {
    border-left: 1px solid #e8e8eb;
}
}
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.row, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .full-width-header-area .widget.widget_top_rated_products .col-xl-8>.product_list_widget, .full-width-header-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .full-width-header-area .widget.widget_recent_reviews .col-xl-8>.product_list_widget, .full-width-header-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .full-width-header-area .widget.widget_recently_viewed_products .col-xl-8>.product_list_widget, .full-width-header-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .full-width-header-area .widget.widget_products .col-xl-8>.product_list_widget, .full-width-header-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-content-area .widget.widget_top_rated_products .col-xl-8>.product_list_widget, .before-content-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-content-area .widget.widget_recent_reviews .col-xl-8>.product_list_widget, .before-content-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-content-area .widget.widget_recently_viewed_products .col-xl-8>.product_list_widget, .before-content-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-content-area .widget.widget_products .col-xl-8>.product_list_widget, .before-content-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-content-full-width-area .widget.widget_top_rated_products .col-xl-8>.product_list_widget, .after-content-full-width-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-content-full-width-area .widget.widget_recent_reviews .col-xl-8>.product_list_widget, .after-content-full-width-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-content-full-width-area .widget.widget_recently_viewed_products .col-xl-8>.product_list_widget, .after-content-full-width-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-content-full-width-area .widget.widget_products .col-xl-8>.product_list_widget, .after-content-full-width-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-loop-area .widget.widget_top_rated_products .col-xl-8>.product_list_widget, .before-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-loop-area .widget.widget_recent_reviews .col-xl-8>.product_list_widget, .before-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-loop-area .widget.widget_recently_viewed_products .col-xl-8>.product_list_widget, .before-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .before-loop-area .widget.widget_products .col-xl-8>.product_list_widget, .before-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-loop-area .widget.widget_top_rated_products .col-xl-8>.product_list_widget, .after-loop-area .widget.widget_top_rated_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-loop-area .widget.widget_recent_reviews .col-xl-8>.product_list_widget, .after-loop-area .widget.widget_recent_reviews .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-loop-area .widget.widget_recently_viewed_products .col-xl-8>.product_list_widget, .after-loop-area .widget.widget_recently_viewed_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .after-loop-area .widget.widget_products .col-xl-8>.product_list_widget, .after-loop-area .widget.widget_products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.product_list_widget, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .single-product .upsells.products .col-xl-8>.products, .single-product .upsells.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.products, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .single-product .related.products .col-xl-8>.products, .single-product .related.products .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.products, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab:first-child .col-xl-8>.after-content-area {
    height: 100%;
}
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .rd-material-tab, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .categories_row, .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .rd-material-tabs__stage .categories_row>div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
    overflow: hidden;
    max-height: 557px;
}
.widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4>img {
    display: none;
}
@media (min-width: 992px)  {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4>img {
    display: block;
}
}
@media (min-width: 544px)  {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
    max-width: 230px;
}
}
@media (min-width: 1200px)  {
    .widget.tm_products_smart_box_widget .tm-products-smart-box-widget__rd-material-tabs__container .col-lg-4 {
    max-width: none;
    max-height: 631px;
}
}
.widget.tm_products_smart_box_widget .product_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
@media (min-width: 544px)  {
    .widget.tm_products_smart_box_widget .product_wrapper {

}
}
@media (min-width: 768px)  {
    .widget.tm_products_smart_box_widget .product_wrapper {
    display: block;
}
}
.sidebar-primary .widget.tm_products_smart_box_widget .product_wrapper, .sidebar-secondary .widget.tm_products_smart_box_widget .product_wrapper, .footer-area .widget.tm_products_smart_box_widget .product_wrapper, .after-loop-area .widget.tm_products_smart_box_widget .product_wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.sidebar-primary .widget.tm_products_smart_box_widget .product_wrapper .product, .sidebar-secondary .widget.tm_products_smart_box_widget .product_wrapper .product, .footer-area .widget.tm_products_smart_box_widget .product_wrapper .product, .after-loop-area .widget.tm_products_smart_box_widget .product_wrapper .product {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
}
.footer-area .widget.tm_products_smart_box_widget .product_wrapper {
    border-right: none;
    border-bottom: 1px solid #34394f;
}
.widget.tm_products_smart_box_widget .products_row {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.widget.tm_products_smart_box_widget .product {
    padding: 20px;
    text-align: center;
}
@media (min-width: 768px)  {
    .widget.tm_products_smart_box_widget .product {
    padding: 31px 10px 20px;
}
}
.sidebar-primary .widget.tm_products_smart_box_widget .product, .sidebar-secondary .widget.tm_products_smart_box_widget .product, .footer-area .widget.tm_products_smart_box_widget .product, .after-loop-area .widget.tm_products_smart_box_widget .product {
    padding: 12px;
    padding: 20px;
}
.widget.tm_products_smart_box_widget .product h3 {
    margin-top: 8px;
}
.widget.tm_products_smart_box_widget .product .new, .widget.tm_products_smart_box_widget .product .onsale, .widget.tm_products_smart_box_widget .product .featured {
    top: 20px;
    left: 32px;
    position: absolute;
}
@media (max-width: 543px)  {
    .widget.tm_products_smart_box_widget .product .new, .widget.tm_products_smart_box_widget .product .onsale, .widget.tm_products_smart_box_widget .product .featured {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
}
@media (min-width: 768px)  {
    .widget.tm_products_smart_box_widget .product .new, .widget.tm_products_smart_box_widget .product .onsale, .widget.tm_products_smart_box_widget .product .featured {
    top: 31px;
}
}
.widget.tm_products_smart_box_widget .thumb_wrapper__outer {
    display: none!important;
}
@media (min-width: 992px)  {
    .widget.tm_products_smart_box_widget .thumb_wrapper__outer {
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
}
.sidebar-primary .widget.tm_products_smart_box_widget .thumb_wrapper__outer, .sidebar-secondary .widget.tm_products_smart_box_widget .thumb_wrapper__outer, .footer-area .widget.tm_products_smart_box_widget .thumb_wrapper__outer, .after-loop-area .widget.tm_products_smart_box_widget .thumb_wrapper__outer {
    display: none!important;
}
.widget.tm_products_smart_box_widget .thumb_wrapper {
    display: block;
    border-left: 1px solid #e8e8eb;
    margin-left: -1px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.widget.tm_products_smart_box_widget .widget-product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.before-content-area .widget_archive>ul::after, .before-content-area .widget_product_categories>ul::after, .before-content-area .widget_meta>ul::after, .before-content-area .widget_rss>ul::after, .before-content-area .widget_recent_comments>ul::after, .before-content-area .widget_recent_entries>ul::after, .before-content-area .widget_categories>ul::after, .before-content-area .widget_pages>ul::after, .before-content-area .widget_nav_menu>div>ul::after, .after-content-area .widget_archive>ul::after, .after-content-area .widget_product_categories>ul::after, .after-content-area .widget_meta>ul::after, .after-content-area .widget_rss>ul::after, .after-content-area .widget_recent_comments>ul::after, .after-content-area .widget_recent_entries>ul::after, .after-content-area .widget_categories>ul::after, .after-content-area .widget_pages>ul::after, .after-content-area .widget_nav_menu>div>ul::after, .before-loop-area .widget_archive>ul::after, .before-loop-area .widget_product_categories>ul::after, .before-loop-area .widget_meta>ul::after, .before-loop-area .widget_rss>ul::after, .before-loop-area .widget_recent_comments>ul::after, .before-loop-area .widget_recent_entries>ul::after, .before-loop-area .widget_categories>ul::after, .before-loop-area .widget_pages>ul::after, .before-loop-area .widget_nav_menu>div>ul::after, .after-loop-area .widget_archive>ul::after, .after-loop-area .widget_product_categories>ul::after, .after-loop-area .widget_meta>ul::after, .after-loop-area .widget_rss>ul::after, .after-loop-area .widget_recent_comments>ul::after, .after-loop-area .widget_recent_entries>ul::after, .after-loop-area .widget_categories>ul::after, .after-loop-area .widget_pages>ul::after, .after-loop-area .widget_nav_menu>div>ul::after, .full-width-header-area .widget_archive>ul::after, .full-width-header-area .widget_product_categories>ul::after, .full-width-header-area .widget_meta>ul::after, .full-width-header-area .widget_rss>ul::after, .full-width-header-area .widget_recent_comments>ul::after, .full-width-header-area .widget_recent_entries>ul::after, .full-width-header-area .widget_categories>ul::after, .full-width-header-area .widget_pages>ul::after, .full-width-header-area .widget_nav_menu>div>ul::after {
    content: '';
    display: block;
    clear: both;
}
@media (min-width: 544px)  {
    .before-content-area .widget_archive>ul>li, .before-content-area .widget_product_categories>ul>li, .before-content-area .widget_meta>ul>li, .before-content-area .widget_rss>ul>li, .before-content-area .widget_recent_comments>ul>li, .before-content-area .widget_recent_entries>ul>li, .before-content-area .widget_categories>ul>li, .before-content-area .widget_pages>ul>li, .before-content-area .widget_nav_menu>div>ul>li, .after-content-area .widget_archive>ul>li, .after-content-area .widget_product_categories>ul>li, .after-content-area .widget_meta>ul>li, .after-content-area .widget_rss>ul>li, .after-content-area .widget_recent_comments>ul>li, .after-content-area .widget_recent_entries>ul>li, .after-content-area .widget_categories>ul>li, .after-content-area .widget_pages>ul>li, .after-content-area .widget_nav_menu>div>ul>li, .before-loop-area .widget_archive>ul>li, .before-loop-area .widget_product_categories>ul>li, .before-loop-area .widget_meta>ul>li, .before-loop-area .widget_rss>ul>li, .before-loop-area .widget_recent_comments>ul>li, .before-loop-area .widget_recent_entries>ul>li, .before-loop-area .widget_categories>ul>li, .before-loop-area .widget_pages>ul>li, .before-loop-area .widget_nav_menu>div>ul>li, .after-loop-area .widget_archive>ul>li, .after-loop-area .widget_product_categories>ul>li, .after-loop-area .widget_meta>ul>li, .after-loop-area .widget_rss>ul>li, .after-loop-area .widget_recent_comments>ul>li, .after-loop-area .widget_recent_entries>ul>li, .after-loop-area .widget_categories>ul>li, .after-loop-area .widget_pages>ul>li, .after-loop-area .widget_nav_menu>div>ul>li, .full-width-header-area .widget_archive>ul>li, .full-width-header-area .widget_product_categories>ul>li, .full-width-header-area .widget_meta>ul>li, .full-width-header-area .widget_rss>ul>li, .full-width-header-area .widget_recent_comments>ul>li, .full-width-header-area .widget_recent_entries>ul>li, .full-width-header-area .widget_categories>ul>li, .full-width-header-area .widget_pages>ul>li, .full-width-header-area .widget_nav_menu>div>ul>li {
    width: 48%;
    margin-right: 2%;
    float: left;
}
}
@media (min-width: 768px)  {
    .before-content-area .widget_archive>ul>li, .before-content-area .widget_product_categories>ul>li, .before-content-area .widget_meta>ul>li, .before-content-area .widget_rss>ul>li, .before-content-area .widget_recent_comments>ul>li, .before-content-area .widget_recent_entries>ul>li, .before-content-area .widget_categories>ul>li, .before-content-area .widget_pages>ul>li, .before-content-area .widget_nav_menu>div>ul>li, .after-content-area .widget_archive>ul>li, .after-content-area .widget_product_categories>ul>li, .after-content-area .widget_meta>ul>li, .after-content-area .widget_rss>ul>li, .after-content-area .widget_recent_comments>ul>li, .after-content-area .widget_recent_entries>ul>li, .after-content-area .widget_categories>ul>li, .after-content-area .widget_pages>ul>li, .after-content-area .widget_nav_menu>div>ul>li, .before-loop-area .widget_archive>ul>li, .before-loop-area .widget_product_categories>ul>li, .before-loop-area .widget_meta>ul>li, .before-loop-area .widget_rss>ul>li, .before-loop-area .widget_recent_comments>ul>li, .before-loop-area .widget_recent_entries>ul>li, .before-loop-area .widget_categories>ul>li, .before-loop-area .widget_pages>ul>li, .before-loop-area .widget_nav_menu>div>ul>li, .after-loop-area .widget_archive>ul>li, .after-loop-area .widget_product_categories>ul>li, .after-loop-area .widget_meta>ul>li, .after-loop-area .widget_rss>ul>li, .after-loop-area .widget_recent_comments>ul>li, .after-loop-area .widget_recent_entries>ul>li, .after-loop-area .widget_categories>ul>li, .after-loop-area .widget_pages>ul>li, .after-loop-area .widget_nav_menu>div>ul>li, .full-width-header-area .widget_archive>ul>li, .full-width-header-area .widget_product_categories>ul>li, .full-width-header-area .widget_meta>ul>li, .full-width-header-area .widget_rss>ul>li, .full-width-header-area .widget_recent_comments>ul>li, .full-width-header-area .widget_recent_entries>ul>li, .full-width-header-area .widget_categories>ul>li, .full-width-header-area .widget_pages>ul>li, .full-width-header-area .widget_nav_menu>div>ul>li {
    width: 23%;
    margin-right: 2%;
    float: left;
}
}
.before-content-area .widget_rss ul, .before-content-area .widget_recent_comments ul, .before-content-area .widget_recent_entries ul, .after-content-area .widget_rss ul, .after-content-area .widget_recent_comments ul, .after-content-area .widget_recent_entries ul, .before-loop-area .widget_rss ul, .before-loop-area .widget_recent_comments ul, .before-loop-area .widget_recent_entries ul, .after-loop-area .widget_rss ul, .after-loop-area .widget_recent_comments ul, .after-loop-area .widget_recent_entries ul, .full-width-header-area .widget_rss ul, .full-width-header-area .widget_recent_comments ul, .full-width-header-area .widget_recent_entries ul {
    margin-left: -2%;
}
.before-content-area .widget_rss ul>li:first-child, .before-content-area .widget_recent_comments ul>li:first-child, .before-content-area .widget_recent_entries ul>li:first-child, .after-content-area .widget_rss ul>li:first-child, .after-content-area .widget_recent_comments ul>li:first-child, .after-content-area .widget_recent_entries ul>li:first-child, .before-loop-area .widget_rss ul>li:first-child, .before-loop-area .widget_recent_comments ul>li:first-child, .before-loop-area .widget_recent_entries ul>li:first-child, .after-loop-area .widget_rss ul>li:first-child, .after-loop-area .widget_recent_comments ul>li:first-child, .after-loop-area .widget_recent_entries ul>li:first-child, .full-width-header-area .widget_rss ul>li:first-child, .full-width-header-area .widget_recent_comments ul>li:first-child, .full-width-header-area .widget_recent_entries ul>li:first-child {
    border-top: 1px #e0e0e8 solid;
    padding-top: 21px;
    margin-left: 2%;
}
.before-content-area .widget_rss ul>li:nth-child(1), .before-content-area .widget_rss ul>li:nth-child(2), .before-content-area .widget_rss ul>li:nth-child(3), .before-content-area .widget_recent_comments ul>li:nth-child(1), .before-content-area .widget_recent_comments ul>li:nth-child(2), .before-content-area .widget_recent_comments ul>li:nth-child(3), .before-content-area .widget_recent_entries ul>li:nth-child(1), .before-content-area .widget_recent_entries ul>li:nth-child(2), .before-content-area .widget_recent_entries ul>li:nth-child(3), .after-content-area .widget_rss ul>li:nth-child(1), .after-content-area .widget_rss ul>li:nth-child(2), .after-content-area .widget_rss ul>li:nth-child(3), .after-content-area .widget_recent_comments ul>li:nth-child(1), .after-content-area .widget_recent_comments ul>li:nth-child(2), .after-content-area .widget_recent_comments ul>li:nth-child(3), .after-content-area .widget_recent_entries ul>li:nth-child(1), .after-content-area .widget_recent_entries ul>li:nth-child(2), .after-content-area .widget_recent_entries ul>li:nth-child(3), .before-loop-area .widget_rss ul>li:nth-child(1), .before-loop-area .widget_rss ul>li:nth-child(2), .before-loop-area .widget_rss ul>li:nth-child(3), .before-loop-area .widget_recent_comments ul>li:nth-child(1), .before-loop-area .widget_recent_comments ul>li:nth-child(2), .before-loop-area .widget_recent_comments ul>li:nth-child(3), .before-loop-area .widget_recent_entries ul>li:nth-child(1), .before-loop-area .widget_recent_entries ul>li:nth-child(2), .before-loop-area .widget_recent_entries ul>li:nth-child(3), .after-loop-area .widget_rss ul>li:nth-child(1), .after-loop-area .widget_rss ul>li:nth-child(2), .after-loop-area .widget_rss ul>li:nth-child(3), .after-loop-area .widget_recent_comments ul>li:nth-child(1), .after-loop-area .widget_recent_comments ul>li:nth-child(2), .after-loop-area .widget_recent_comments ul>li:nth-child(3), .after-loop-area .widget_recent_entries ul>li:nth-child(1), .after-loop-area .widget_recent_entries ul>li:nth-child(2), .after-loop-area .widget_recent_entries ul>li:nth-child(3), .full-width-header-area .widget_rss ul>li:nth-child(1), .full-width-header-area .widget_rss ul>li:nth-child(2), .full-width-header-area .widget_rss ul>li:nth-child(3), .full-width-header-area .widget_recent_comments ul>li:nth-child(1), .full-width-header-area .widget_recent_comments ul>li:nth-child(2), .full-width-header-area .widget_recent_comments ul>li:nth-child(3), .full-width-header-area .widget_recent_entries ul>li:nth-child(1), .full-width-header-area .widget_recent_entries ul>li:nth-child(2), .full-width-header-area .widget_recent_entries ul>li:nth-child(3) {
    border-top: none;
    padding-top: 0;
}
@media (min-width: 544px)  {
    .before-content-area .widget_rss ul>li, .before-content-area .widget_recent_comments ul>li, .before-content-area .widget_recent_entries ul>li, .after-content-area .widget_rss ul>li, .after-content-area .widget_recent_comments ul>li, .after-content-area .widget_recent_entries ul>li, .before-loop-area .widget_rss ul>li, .before-loop-area .widget_recent_comments ul>li, .before-loop-area .widget_recent_entries ul>li, .after-loop-area .widget_rss ul>li, .after-loop-area .widget_recent_comments ul>li, .after-loop-area .widget_recent_entries ul>li, .full-width-header-area .widget_rss ul>li, .full-width-header-area .widget_recent_comments ul>li, .full-width-header-area .widget_recent_entries ul>li {
    width: 48%;
    margin-left: 2%;
    float: left;
}
}
@media (min-width: 768px)  {
    .before-content-area .widget_rss ul>li, .before-content-area .widget_recent_comments ul>li, .before-content-area .widget_recent_entries ul>li, .after-content-area .widget_rss ul>li, .after-content-area .widget_recent_comments ul>li, .after-content-area .widget_recent_entries ul>li, .before-loop-area .widget_rss ul>li, .before-loop-area .widget_recent_comments ul>li, .before-loop-area .widget_recent_entries ul>li, .after-loop-area .widget_rss ul>li, .after-loop-area .widget_recent_comments ul>li, .after-loop-area .widget_recent_entries ul>li, .full-width-header-area .widget_rss ul>li, .full-width-header-area .widget_recent_comments ul>li, .full-width-header-area .widget_recent_entries ul>li {
    width: 31%;
    margin-left: 2%;
    float: left;
}
}
.widget_calendar {
    max-width: 546px;
}
.widget_calendar h4.widget-title {
    margin: 0 0 24px 0;
}
.widget_calendar .calendar_wrap table {
    margin: 0;
}
.widget_calendar .calendar_wrap caption {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 10px;
    border-radius: 0;
    margin-bottom: 15px;
}
.widget_calendar .calendar_wrap th {
    font-size: 14px;
    font-weight: 300;
    padding: 0 0 13px 0;
    border-bottom: none;
    text-align: center;
    position: relative;
    left: -12px;
}
.widget_calendar .calendar_wrap thead th {
    font-weight: 500;
    padding-bottom: 0;
}
.widget_calendar .calendar_wrap tbody td {
    padding: 0 0 10px 0;
    width: 15%;
    text-align: center;
    position: relative;
    left: -12px;
}
.widget_calendar .calendar_wrap tbody td a {
    position: relative;
    display: inline-block;
    width: 20px;
    z-index: 1;
    transition: all 0.5s ease;
}
.widget_calendar .calendar_wrap tbody td a:before {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    top: -5px;
    left: -6px;
    z-index: -1;
    border-radius: 50%;
    display: block;
    opacity: 1;
    margin-left: 0px;
    transition: all .3s ease;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.widget_calendar .calendar_wrap tbody td a:hover::before {
    opacity: 1;
    transition: all .3s ease;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.widget_calendar .calendar_wrap tbody tr:first-child>td {
    padding: 8px 0 10px 0;
}
.widget_calendar .calendar_wrap #prev, .widget_calendar .calendar_wrap #next {
    font-size: 14px;
    padding: 1px 0 0 0;
}
.widget_calendar .calendar_wrap #next {
    text-align: right;
}
@media (max-width: 992px)  {
    .widget_calendar h4 {
    margin: 0 0 15px 0;
}
.widget_calendar .calendar_wrap table {
    margin: 0;
}
}
.footer-area .widget_calendar .calendar_wrap tbody td, .footer-area .widget_calendar .calendar_wrap th {
    left: 0px;
}
.footer-area .widget_calendar .calendar_wrap td a::before {
    width: 23px;
    height: 23px;
    top: -3%;
    left: -5%;
}
.widget_tag_cloud .tagcloud, .widget_product_tag_cloud .tagcloud {
    margin: 19px 0 3px -8px;
}
.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
    font-size: 14px!important;
    line-height: 1.2;
    font-weight: 300;
    padding: 0;
    border: none;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 0 8px;
}
.widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
    border: none;
    padding: 0;
}
@media (min-width: 768px) and (max-width: 992px)  {
    .widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
    font-size: 12px!important;
    font-size: 0.8rem!important;
    padding: 0;
}
}
.widget_recent_entries ul li {
    margin: 0 0 24px 0;
}
.widget_recent_entries ul li a {
    display: inline-block;
    margin-bottom: 6px;
}
.widget_recent_entries ul li .post-date {
    font-size: 14px;
    position: relative;
    display: block;
    margin: 10px 0 0 21px;
}
.widget_recent_entries ul li .post-date::before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: "event";
    position: absolute;
    font-size: 16px;
    top: 3px;
    left: -23px;
}
.widget_recent_comments ul li {
    margin: 21px 0 0 0;
    font-size: 14px;
}
.widget_recent_comments ul li>a {
    font-size: 16px;
    font-size: 1rem;
}
.widget_recent_comments h4, .widget_recent_entries h4 {
    margin-bottom: 18px;
}
.widget_recent_comments ul li, .widget_recent_entries ul li {
    border-top: 1px #e0e0e8 solid;
    padding-top: 21px;
}
.widget_recent_comments ul li:first-child, .widget_recent_entries ul li:first-child {
    border-top: none;
    padding-top: 0;
}
.widget_recent_comments ul li::before, .widget_recent_entries ul li::before {
    display: none;
}
.widget_shopping_cart h4 {
    margin-bottom: 5px;
}
.widget_shopping_cart .cart_list li {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    border-bottom: 1px dotted #d5d5d9;
}
.widget_shopping_cart .cart_list li a {
    font-weight: 300;
    padding-top: 3px;
}
.widget_shopping_cart .cart_list li a img {
    float: left;
    margin-top: 4px;
    margin-right: 12px;
    margin-left: 0;
    width: 67px;
}
.widget_shopping_cart .cart_list li a.remove {
    top: 1px;
    right: -6px;
    left: auto;
    height: auto;
    width: auto;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.widget_shopping_cart .cart_list li a.remove:before {
    content: '\e14c';
    font-family: "Material Icons";
    font-size: 18px;
    line-height: 1;
    transition: all .3s ease;
}
.widget_shopping_cart .cart_list li a.remove:hover {
    background: transparent;
}
.widget_shopping_cart .cart_list li .quantity {
    margin-top: 3px;
    margin-left: 7px;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
}
.widget_shopping_cart .cart_list li+li {
    padding-top: 12px;
}
.widget_shopping_cart .cart_list li+li a.remove {
    top: 13px;
}
.widget_shopping_cart .cart_list li:last-child {
    padding-bottom: 24px;
    border-bottom: 1px solid #d5d5d9;
}
.widget_shopping_cart .cart_list li.empty {
    padding-top: 3px;
    padding-bottom: 0;
    border: none;
}
.widget_shopping_cart .cart_list li dl {
    margin: 5px 0 0;
    padding-left: 0;
    border-left: none;
    display: inline-block;
}
.widget_shopping_cart .cart_list li dl dd {
    padding: 0;
    margin: 0;
}
.widget_shopping_cart .cart_list li dl p {
    margin-top: 0;
}
.widget_shopping_cart .total {
    border-top: none;
    margin-top: 8px;
    margin-bottom: 15px;
}
.widget_shopping_cart .total .amount {
    margin-left: 2px;
}
.widget_shopping_cart .buttons {
    margin-right: -3px;
}
.widget_shopping_cart .buttons .button, .widget_shopping_cart .buttons .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .widget_shopping_cart .buttons a.checkout-button, .widget_shopping_cart .buttons .woocommerce-page .wc-proceed-to-checkout a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .widget_shopping_cart .buttons a.checkout-button {
    display: block;
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 15px;
}
.widget_shopping_cart .buttons .button+.button, .widget_shopping_cart .buttons .woocommerce .wc-proceed-to-checkout a.checkout-button+.button, .woocommerce .wc-proceed-to-checkout .widget_shopping_cart .buttons a.checkout-button+.button, .widget_shopping_cart .buttons .woocommerce-page .wc-proceed-to-checkout a.checkout-button+.button, .woocommerce-page .wc-proceed-to-checkout .widget_shopping_cart .buttons a.checkout-button+.button, .widget_shopping_cart .buttons .woocommerce .wc-proceed-to-checkout .button+a.checkout-button, .woocommerce .wc-proceed-to-checkout .widget_shopping_cart .buttons .button+a.checkout-button, .widget_shopping_cart .buttons .woocommerce .wc-proceed-to-checkout a.checkout-button+a.checkout-button, .woocommerce .wc-proceed-to-checkout .widget_shopping_cart .buttons a.checkout-button+a.checkout-button, .widget_shopping_cart .buttons .woocommerce-page .wc-proceed-to-checkout .button+a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .widget_shopping_cart .buttons .button+a.checkout-button, .widget_shopping_cart .buttons .woocommerce-page .wc-proceed-to-checkout a.checkout-button+a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .widget_shopping_cart .buttons a.checkout-button+a.checkout-button {
    margin-top: 10px;
}
.woocommerce .widget_price_filter .widget-title {
    margin-bottom: 28px;
}
.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 38px;
}
.woocommerce .widget_price_filter .ui-widget-content {
    border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider-handle {
    top: -6px;
    margin-left: -6px;
    width: 16px;
    height: 16px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    top: 2px;
    height: 4px;
}
.woocommerce .widget_price_filter .ui-slider-range {
    height: 4px;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_price_filter .price_slider_amount .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .widget_price_filter .price_slider_amount a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .woocommerce .widget_price_filter .price_slider_amount a.checkout-button {
    font-size: 1em;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    max-width: 370px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li {
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    border-bottom: 1px dotted #d5d5d9;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li a {
    font-weight: 300;
    padding-top: 3px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li a img {
    float: left;
    margin-top: 4px;
    margin-right: 12px;
    margin-left: 0;
    width: 67px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove {
    top: 1px;
    right: -3px;
    left: auto;
    height: auto;
    width: auto;
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin: 0;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:before {
    content: '\e14c';
    font-family: "Material Icons";
    font-size: 18px;
    line-height: 1;
    transition: all .3s ease;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:hover {
    background: transparent;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity {
    margin-top: 3px;
    margin-left: 7px;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li+li {
    padding-top: 12px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li+li a.remove {
    top: 13px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li:last-child {
    padding-bottom: 24px;
    border-bottom: 1px solid #d5d5d9;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li.empty {
    padding-top: 3px;
    padding-bottom: 0;
    border: none;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li dl {
    margin: 5px 0 0;
    padding-left: 0;
    border-left: none;
    display: inline-block;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li dl dd {
    padding: 0;
    margin: 0;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li dl p {
    margin-top: 0;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
    border-top: none;
    margin-top: 8px;
    margin-bottom: 15px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total .amount {
    margin-left: 2px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
    margin-right: -3px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button, .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .wc-proceed-to-checkout a.checkout-button, .widget.woocommerce.widget_shopping_cart .wc-proceed-to-checkout .widget_shopping_cart_content .buttons a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout-button, .single-product.woocommerce .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout-button {
    display: block;
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 15px;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button+.button, .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .wc-proceed-to-checkout a.checkout-button+.button, .widget.woocommerce.widget_shopping_cart .wc-proceed-to-checkout .widget_shopping_cart_content .buttons a.checkout-button+.button, .woocommerce-page .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout-button+.button, .single-product.woocommerce .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout-button+.button, .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .wc-proceed-to-checkout .button+a.checkout-button, .widget.woocommerce.widget_shopping_cart .wc-proceed-to-checkout .widget_shopping_cart_content .buttons .button+a.checkout-button, .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .wc-proceed-to-checkout a.checkout-button+a.checkout-button, .widget.woocommerce.widget_shopping_cart .wc-proceed-to-checkout .widget_shopping_cart_content .buttons a.checkout-button+a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button+a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout-button+a.checkout-button, .single-product.woocommerce .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button+a.checkout-button, .single-product.woocommerce .wc-proceed-to-checkout .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout-button+a.checkout-button {
    margin-top: 10px;
}
.full-width-header-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+3) .post-inner, .after-content-full-width-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+3) .post-inner, .before-content-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+3) .post-inner, .after-content-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+3) .post-inner {
    border-bottom: none;
    padding-bottom: 0;
}
@media (min-width: 768px)  {
    .full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner, .after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner, .before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner, .after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner {
    flex-direction: row;
}
.full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
    flex: 0 0 150px;
    margin: 0 20px 0 0px;
}
.full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content, .after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content, .before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content, .after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content {
    flex: 1 1 auto;
}
}
.before-loop-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+2) .post-inner, .after-loop-area .widget-custom-postson .custom-posts-holder .post:nth-last-child(-n+2) .post-inner {
    border-bottom: none;
    padding-bottom: 0;
}
@media (min-width: 1200px)  {
    .before-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner, .after-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner {
    flex-direction: row;
}
.before-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .after-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
    flex: 0 0 100px;
    margin: 0 20px 0 0px;
}
.before-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content, .after-loop-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content {
    flex: 1 1 auto;
}
}
.sidebar-primary .widget-custom-postson .custom-posts-holder .post:last-child .post-inner, .sidebar-secondary .widget-custom-postson .custom-posts-holder .post:last-child .post-inner, .footer-area .widget-custom-postson .custom-posts-holder .post:last-child .post-inner {
    border-bottom: none;
    padding-bottom: 0;
}
@media (min-width: 1200px)  {
    .sidebar-primary .widget-custom-postson .custom-posts-holder .post .post-inner, .sidebar-secondary .widget-custom-postson .custom-posts-holder .post .post-inner, .footer-area .widget-custom-postson .custom-posts-holder .post .post-inner {
    flex-direction: row;
}
.sidebar-primary .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .sidebar-secondary .widget-custom-postson .custom-posts-holder .post .post-inner .post-image, .footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
    flex: 0 0 100px;
    margin: 0 20px 0 0px;
}
.sidebar-primary .widget-custom-postson .custom-posts-holder .post .post-inner .post-content, .sidebar-secondary .widget-custom-postson .custom-posts-holder .post .post-inner .post-content, .footer-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-content {
    flex: 1 1 auto;
}
}
.widget-custom-postson .custom-posts-holder .post {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}
.widget-custom-postson .custom-posts-holder .post .post-inner {
    border-bottom: 1px dotted #d2d1d1;
    padding: 30px 0 24px;
    display: flex;
    flex: 1 1 auto;
    align-content: stretch;
    flex-direction: column;
}
.widget-custom-postson .custom-posts-holder .post .post-inner:after {
    content: '';
    display: block;
    clear: both;
}
.widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
    flex: 0 0 100%;
}
@media (min-width: 1200px)  {
    .widget-custom-postson .custom-posts-holder .post .post-inner .post-image {
    flex: 0 0 150px;
}
}
.widget-custom-postson .custom-posts-holder .post .post-inner .post-image .wp-post-image {
    width: 100%;
    height: auto;
}
.widget-custom-postson .custom-posts-holder .post .post-inner .post-content {
    flex: 0 0 100%;
    margin-top: -2px;
}
.widget-custom-postson .custom-posts-holder .post .post-inner .post-content .widget-title {
    margin: -6px 0 6px 0;
}
.widget-custom-postson .custom-posts-holder .post i {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0px 6px 0 0px;
    position: relative;
    top: 6px;
}
.widget-custom-postson .custom-posts-holder .post .post-author span {
    font-style: italic;
}
.widget-custom-postson .custom-posts-holder .post .meta {
    padding-bottom: 10px;
}
.widget-custom-postson .custom-posts-holder .post .meta span {
    display: inline-block;
}
.widget-custom-postson .custom-posts-holder .post .meta span:first-child {
    padding-right: 10px;
}
.widget-custom-postson .custom-posts-holder .post .btn, .widget-custom-postson .custom-posts-holder .post .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .widget-custom-postson .custom-posts-holder .post a.checkout-button, .widget-custom-postson .custom-posts-holder .post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .woocommerce .widget-custom-postson .custom-posts-holder .post a.checkout-button, .widget-custom-postson .custom-posts-holder .post .woocommerce .button, .woocommerce .widget-custom-postson .custom-posts-holder .post .button, .widget-custom-postson .custom-posts-holder .post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .widget-custom-postson .custom-posts-holder .post a.checkout-button, .widget-custom-postson .custom-posts-holder .post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .widget-custom-postson .custom-posts-holder .post a.checkout-button, .widget-custom-postson .custom-posts-holder .post .woocommerce-account .button, .woocommerce-account .widget-custom-postson .custom-posts-holder .post .button, .widget-custom-postson .custom-posts-holder .post .yith-woocompare-widget a.compare.button, .yith-woocompare-widget .widget-custom-postson .custom-posts-holder .post a.compare.button, .widget-custom-postson .custom-posts-holder .post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .widget-custom-postson .custom-posts-holder .post a.compare.checkout-button, .widget-custom-postson .custom-posts-holder .post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .widget-custom-postson .custom-posts-holder .post a.compare.checkout-button {
    padding: 0;
    background: none;
}
.widget-custom-postson .custom-posts-holder .post .post-author, .widget-custom-postson .custom-posts-holder .post .post_comments, .widget-custom-postson .custom-posts-holder .post .category, .widget-custom-postson .custom-posts-holder .post .post_tag, .widget-custom-postson .custom-posts-holder .post .post-date {
    margin-bottom: 5px;
}
.widget-custom-postson .custom-posts-holder .post .category a, .widget-custom-postson .custom-posts-holder .post .post_tag a {
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;
    font-size: 14px;
    line-height: 22px;
}
.widget-custom-postson .custom-posts-holder .post .category a:last-child, .widget-custom-postson .custom-posts-holder .post .post_tag a:last-child {
    padding-right: 0;
}
.widget-custom-postson .custom-posts-holder .post .category a:last-child:before, .widget-custom-postson .custom-posts-holder .post .post_tag a:last-child:before {
    display: none;
}
.widget-custom-postson .custom-posts-holder .post .category a:before, .widget-custom-postson .custom-posts-holder .post .post_tag a:before {
    content: ", ";
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: auto;
    right: 2px;
    top: auto;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.motoslider_wrapper .ms_button_layer {
    text-align: center;
}
.motoslider_wrapper .ms_pagination {
    bottom: 1%;
}
.motoslider_wrapper .ms_pagination .ms_bullet {
    background: transparent;
    border-width: 2px;
    border-style: solid;
    width: 16px;
    height: 16px;
    margin: 4px 5px;
    box-sizing: border-box;
    transition: all .3s ease;
    border-radius: 50%;
}
.motoslider_wrapper .ms_pagination .ms_bullet.ms_active, .motoslider_wrapper .ms_pagination .ms_bullet:hover {
    transition: all .3s ease;
}
.motoslider_wrapper .ms_arrows .ms_prev, .motoslider_wrapper .ms_arrows .ms_next {
    top: 44%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border-radius: 0;
    transition: all .3s ease;
    opacity: 1;
}
.motoslider_wrapper .ms_arrows .ms_prev:before, .motoslider_wrapper .ms_arrows .ms_next:before {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    transform: none;
    background-color: transparent;
    position: relative;
    width: 1em;
    height: 1em;
    margin: 16px 15px;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 18px;
}
.motoslider_wrapper .ms_arrows .ms_prev:after, .motoslider_wrapper .ms_arrows .ms_next:after {
    display: none;
}
.motoslider_wrapper .ms_arrows .ms_prev:hover, .motoslider_wrapper .ms_arrows .ms_next:hover {
    transition: all .3s ease;
}
.motoslider_wrapper .ms_arrows .ms_prev {
    left: 0;
}
.motoslider_wrapper .ms_arrows .ms_prev:before {
    content: "keyboard_arrow_left";
}
.motoslider_wrapper .ms_arrows .ms_next {
    right: 0;
}
.motoslider_wrapper .ms_arrows .ms_next:before {
    content: "keyboard_arrow_right";
}
.widget.widget_mpslwidget {
    margin-bottom: 0;
}
@media (max-width: 991px)  {
    .ms_arrows {
    display: none;
}
}
@media (max-width: 543px)  {
    .ms_button_layer.xs-none, .ms_html_layer.xs-none, .ms_image_layer.xs-none, .ms_text_layer.xs-none, .ms_video_layer.xs-none, .ms_vimeo_layer.xs-none, .ms_youtube_layer.xs-none {
    display: none;
}
.xs-layer, .xs-layer-2 {
    font-size: 30px!important;
}
.xs-layer-2 {
    margin-top: 20px!important;
}
}
.site {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
.single-post .site-main, .page .site-main, .single .site-main {
    padding: 10px;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 10px;
}
@media (min-width: 992px)  {
    .single-post .site-main, .page .site-main, .single .site-main {
    box-shadow: none;
}
}
@media (min-width: 992px)  {
    .single-post .site-main, .page .site-main, .single .site-main {
    padding: 30px;
    margin: 0 0 30px;
}
}
.container.site-header>.container, .container.site-content>.container, .container.site-footer>.container {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
}
.site-header.container, .site-footer.container {
    max-width: 100%;
    padding: 0;
}
.site-content {
    padding-top: 15px;
}
@media (min-width: 768px)  {
    .site-content {
    padding-top: 26px;
}
}
.single-post .site-main, .page .site-main, .single .site-main {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}
.single-post .post__tags {
    float: none;
}
.site-header {
    margin-bottom: 30px;
}
.site-header .social-list .social-list__items li.menu-item a:hover {
    background: none;
}
.header-container {
    box-shadow: none;
    padding-top: 19px;
    padding-bottom: 15px;
}
@media (min-width: 768px)  {
    .header-container.isStuck, header.site-header nav.main-navigation.isStuck {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 9999;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
    padding: 10px 0 3px;
}
.header-container.isStuck.has-bar, header.site-header nav.main-navigation.isStuck.has-bar {
    margin-top: 32px;
}
}
@media (max-width: 767px)  {
    .site-header .top-panel__wrap .top-panel__message {
    display: none;
}
}
@media (max-width: 37.5em)  {
    header.site-header.centered .header-container_wrap, header.site-header.default .header-container_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
}
@media screen and (max-width: 37.5em) and (min-width: 37.5em)  {
    header.site-header.centered .header-container_wrap, header.site-header.default .header-container_wrap {
    flex-wrap: no-wrap;
}
}
@media (max-width: 37.5em)  {
    header.site-header .top-panel__message {
    display: none;
}
header.site-header .header-container {
    padding: 10px 10px 0;
}
header.site-header .header-container .site-branding {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-order: 2;
    order: 2;
    margin-right: 50px;
    padding: 0 0 15px;
    text-align: left;
}
header.site-header .header-container .social-list {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-order: 1;
    order: 1;
    text-align: left;
    padding: 0 0 10px;
}
header.site-header .header-container .main-navigation {
    -webkit-order: 3;
    order: 3;
    position: relative;
    padding: 0;
}
header.site-header .header-container .main-navigation .menu-toggle {
    position: absolute;
    top: -60px;
    right: 0;
}
}
.site-header.default .header-container {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}
.site-header.default .main-navigation {
    clear: none;
    margin: -10px 0 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: auto;
}
.site-header.default .main-navigation ul.menu > li {
    margin: 0 30px 10px 0;
}
.site-header.default .site-branding {
    margin: 0;
    float: left;
    display: inline-block;
    text-align: left;
}
.site-header.default .social-list {
    padding: 14px 0;
}
.site-header.default .social-list .social-list__items li.menu-item a:hover {
    background: none;
}
.site-header.default .site-header-cart {
    padding-top: 15px;
    margin: 0 0 0 46px;
}
.site-header.default .site-header-cart li {
    padding-left: 0;
}
.site-header.default .site-header-cart li:before {
    display: none;
}
.site-header.default .header-container_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.site-header.default .header-container_wrap .social-list {
    text-align: left;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.site-header.default .header-container_wrap .site-branding {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.site-header.default .header-container_wrap .site-header-cart {
    text-align: right;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.site-header.default .header-container_wrap .main-navigation {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
@media (min-width: 768px)  {
    .site-header.default .header-container_wrap .site-branding {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 49%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
}
}
@media (min-width: 1200px)  {
    .site-header.default .header-container_wrap .social-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-top: 7px;
    margin-right: 60px;
    text-align: right;
}
.site-header.default .header-container_wrap .site-branding {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: left;
}
.site-header.default .header-container_wrap .site-header-cart {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: right;
    margin: 0;
}
.site-header.default .header-container_wrap .main-navigation {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 12px;
    margin-left: 28px;
    text-align: left;
}
.site-header.default .header-container_wrap .main-navigation.isStuck {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
}
}
@media (max-width: 1199px)  {
    .site-header.default .site-header-cart {
    padding-top: 1px;
    margin: 0 0 0 30px;
}
.site-header.default .social-list {
    text-align: right;
    float: none;
    padding: 15px 0 4px;
}
}
@media (min-width: 992px) and (max-width: 1199px)  {
    .site-header.default .main-navigation {
    margin-left: 10px;
}
}
@media (max-width: 991px)  {
    .site-header.default .site-branding {
    float: none;
}
.site-header.default .social-list {
    text-align: center;
    padding: 11px 0 0;
}
}
@media (min-width: 768px) and (max-width: 991px)  {
    .site-header.default .site-branding {
    display: block;
    text-align: center;
}
.site-header.default .main-navigation {
    margin-left: -15.5px;
}
.site-header.default .site-header-cart {
    margin-left: 0;
}
.site-header.default .header-container {
    padding-bottom: 16px;
}
}
@media (max-width: 767px)  {
    .site-header.default .header-container {
    padding-top: 10px;
    padding-bottom: 14px;
}
}
.site-header.centered .header-container {
    padding-top: 29px;
    padding-bottom: 16px;
}
.site-header.centered .site-header-cart {
    margin-top: 4px;
    margin-bottom: 0;
    margin-left: 0;
}
.site-header.centered .site-header-cart+.site-branding .site-logo {
    margin-left: 61px;
}
.site-header.centered .site-branding {
    text-align: center;
}
.site-header.centered .social-list {
    padding: 14px 0;
}
.site-header.centered .main-navigation {
    text-align: center;
    padding: 20px 0 0 0;
}
.site-header.centered .main-navigation ul.menu>li {
    margin: 0 0 10px;
}
.site-header.centered .main-navigation ul.menu>li+li {
    margin-left: 31px;
    margin-right: 0;
}
.site-header.centered .main-navigation ul.menu ul a {
    padding: 12px 18px 13px;
}
.site-header.centered .main-navigation ul.menu>li:hover>ul, .site-header.centered .main-navigation ul.menu>li>ul {
    margin-top: 26px;
}
.site-header.centered .header-container_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.site-header.centered .header-container_wrap .social-list {
    float: none;
    text-align: left;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.site-header.centered .header-container_wrap .site-branding {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.site-header.centered .header-container_wrap .site-header-cart {
    float: none;
    text-align: right;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.site-header.centered .header-container_wrap .main-navigation {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -moz-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
@media (min-width: 768px)  {
    .site-header.centered .header-container_wrap .site-branding {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 49%;
    -moz-box-flex: 0;
    -moz-flex: 0 1 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
}
}
@media (max-width: 767px)  {
    .site-header.centered .site-header-cart+.site-branding .site-logo {
    margin-left: 0;
}
.site-header.centered .header-container {
    padding-top: 10px;
    padding-bottom: 14px;
}
}
.site-header.minimal .header-container_wrap:before, .site-header.minimal .header-container_wrap:after {
    display: table;
    content: "";
    line-height: 0;
}
.site-header.minimal .header-container_wrap:after {
    clear: both;
}
.site-header.minimal .site-branding {
    float: left;
}
.site-header.minimal .social-list {
    float: right;
    margin-top: 13px;
}
.site-header.minimal .header-container {
    padding-top: 29px;
    padding-bottom: 20px;
}
.site-header.minimal .site-header-cart {
    margin-top: 10px;
    margin-left: 47px;
}
.site-header.minimal ul.menu.menu-item_description-active {
    padding-bottom: 11px;
}
.site-header.minimal .main-navigation {
    padding-top: 10px;
}
.site-header.minimal .main-navigation ul.menu>li {
    margin: 0 39px 10px 0;
}
.site-header.minimal .main-navigation ul.menu>li:hover>ul, .site-header.minimal .main-navigation ul.menu>li>ul {
    margin-top: 30px;
}
.site-header.minimal .main-navigation ul.menu.menu-item_description-active>li {
    margin: 0 39px 10px 0;
}
.site-header.minimal .main-navigation ul.menu.menu-item_description-active>li:hover>ul, .site-header.minimal .main-navigation ul.menu.menu-item_description-active>li>ul {
    margin-top: 41px;
}
.site-header.minimal .main-navigation.isStuck ul.menu {
    margin-left: auto;
    margin-right: auto;
}
.site-header.minimal .main-navigation.isStuck ul.menu>li:hover>ul, .site-header.minimal .main-navigation.isStuck ul.menu>li>ul {
    margin-top: 13px;
}
@media (min-width: 768px)  {
    .site-header.minimal .main-navigation.isStuck ul.menu {
    max-width: 690px;
}
}
@media (min-width: 992px)  {
    .site-header.minimal .main-navigation.isStuck ul.menu {
    max-width: 910px;
}
}
@media (min-width: 1200px)  {
    .site-header.minimal .main-navigation.isStuck ul.menu {
    max-width: 1170px;
}
}
@media (max-width: 767px)  {
    .site-header.minimal .site-branding {
    float: none;
}
.site-header.minimal .header-container {
    padding-top: 10px;
    padding-bottom: 14px;
}
}
.top-panel {
    padding: 0;
}
.top-panel__wrap {
    text-align: left;
}
.top-panel__wrap:after {
    clear: both;
    content: "";
    width: 100%;
    display: block;
}
.top-panel__wrap .widget {
    margin: 0;
}
.top-panel__wrap .chosen-container {
    border: none;
}
.top-panel__wrap .div_dropdown_top_menu {
    float: left;
    text-align: left;
    position: relative;
    z-index: 99;
}
.top-panel__wrap .div_dropdown_top_menu .material-icons {
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 16px;
}
.top-panel__wrap .div_dropdown_top_menu .material-icons-menu {
    position: relative;
}
.top-panel__wrap .div_dropdown_top_menu .material-icons-menu:before, .top-panel__wrap .div_dropdown_top_menu .material-icons-menu:after {
    transition: all .3s ease;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
}
.top-panel__wrap .div_dropdown_top_menu .material-icons-menu:before {
    content: "\e5d2";
    -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
    transform: translateY(-50%) rotate(0deg) scale(1);
}
.top-panel__wrap .div_dropdown_top_menu .material-icons-menu:after {
    content: "\e5cd";
    opacity: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg) scale(0);
    transform: translateY(-50%) rotate(-90deg) scale(0);
}
.top-panel__wrap .div_dropdown_top_menu .material-icons-menu.dropdown_top_menu-active:before {
    content: "\e5d2";
    opacity: 0;
    -webkit-transform: translateY(-50%) rotate(90deg) scale(1);
    transform: translateY(-50%) rotate(90deg) scale(1);
}
.top-panel__wrap .div_dropdown_top_menu .material-icons-menu.dropdown_top_menu-active:after {
    content: "\e5cd";
    opacity: 1;
    -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
    transform: translateY(-50%) rotate(0deg) scale(1);
}
.top-panel__wrap ul.top-panel__menu-list {
    
}
.top-panel__wrap ul.top-panel__menu-list .menu-item {
    font-size: 14px;
    line-height: 20px;
    display: block;
    position:relative;
      border-top: 1px dotted #757577;
}
.top-panel__wrap ul.top-panel__menu-list .menu-item a {
    display: block;
    padding: 10px 17px;
}
.top-panel__wrap ul.top-panel__menu-list .menu-item+.menu-item {
  
}
.top-panel__wrap .top-panel__menu {
    width: 194px;
    position: absolute;
    left: -5px;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s;
}
.top-panel__wrap .top-panel__menu.show {
    visibility: visible;
    opacity: 1;
}
.top-panel__wrap .search_switcher_block {
    display: flex;
    float: right;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    max-width: 200px;
    text-align: left;
}
.top-panel__wrap .search_switcher_block .site-search {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
@media (max-width: 767px)  {
    
}
.top-panel__wrap .search_switcher_block .currency_switcher {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 15%;
    -moz-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    z-index: 99;
}
.top-panel__wrap .search_switcher_block #lang_sel {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 15%;
    -moz-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
}
.top-panel__wrap .search_switcher_block #lang_sel ul li a {
    border: none;
    color: #fff;
}
.top-panel__wrap .search_switcher_block #lang_sel ul li ul {
    border-top: none;
}
.top-panel__wrap .search_switcher_block #lang_sel ul li ul li a {
    line-height: 30px;
}
.top-panel__wrap .widget_product_search .widgettitle {
    display: none;
}
.top-panel__wrap .widget_product_search form {
    position: relative;
}
.top-panel__wrap .widget_product_search form input[type="search"] {
    width: 145px;
    background-color: transparent;
    font-size: 14px;
    line-height: 28px;
    padding: 11px 30px 10px 19px;
    border: none;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    transition: all .3s ease;
}
.top-panel__wrap .widget_product_search form input[type="search"]::-webkit-input-placeholder {
    color: #fff;
}
.top-panel__wrap .widget_product_search form input[type="search"]::-moz-placeholder {
    color: #fff;
}
.top-panel__wrap .widget_product_search form input[type="search"]:-moz-placeholder {
    color: #fff;
}
.top-panel__wrap .widget_product_search form input[type="search"]:-ms-input-placeholder {
    color: #fff;
}
.top-panel__wrap .widget_product_search form input[type="search"]:focus {
    box-shadow: none;
    width: 180px;
}
.top-panel__wrap .widget_product_search form button {
    position: absolute;
    width: 25px;
    top: 10px;
    right: 3px;
    bottom: 8px;
    line-height: 0;
    background: transparent;
    padding: 0;
    z-index: 2;
    line-height: 1;
    text-align: center;
    transition: all ease 0.3s;
}
.top-panel__wrap .widget_product_search form button i {
    font-size: 18px;
    line-height: 18px;
    width: auto;
    height: auto;
}
.top-panel__wrap .chosen-container-single .chosen-drop {
    margin-top: 0;
    top: 65%;
}
.top-panel__wrap .chosen-container-single .chosen-drop .chosen-results {
    width: 70px;
    left: -5px;
}
.top-panel__wrap .chosen-container-single .chosen-single {
    display: inline-block;
    text-align: right;
    padding: 14px 15px 16px 12px;
}
.top-panel__wrap .chosen-container-single .chosen-single:before {
    top: 17px;
    right: -3px;
}
@media (min-width: 768px) and (max-width: 991px)  {
    .top-panel__wrap {
    max-width: 100%;
}
.top-panel__wrap .search_switcher_block {
    max-width: 250px;
}
.top-panel__wrap .search_switcher_block .currency_switcher {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}
}
.top-panel__message {
    float: none;
    display: inline-block;
    padding: 15px 0 16px;
    margin: 0 39px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
}
.top-panel__message .info-block {
    margin: 3px 35px 10px 0;
}
.top-panel__message .info-block:last-child {
    margin-bottom: 0;
}
@media (max-width: 767px)  {
    .top-panel__message .info-block {
    display: none;
}
}
.top-panel__message .material-icons {
    background: #fff;
    width: 29px;
    height: 29px;
    border-radius: 15px;
    line-height: 29px;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.top-panel__message .material-icons.indent-left {
    margin-left: 35px;
}
.top-panel__search {
    float: right;
}
.top-panel__menu {
    float: none;
    margin: 0;
    padding: 0;
}
.top-panel__menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-panel__menu-list li {
    display: inline-block;
    padding: 0 5px;
}
.top-panel__menu-list li a {
    text-decoration: none;
}
.top-panel__menu-list li.current-menu-item, .top-panel__menu-list li.current_page_item, .top-panel__menu-list li a:hover {
    text-decoration: none;
}
@media (max-width: 767px)  {
    .top-panel .div_dropdown_top_menu {
   
}
}
.site-logo {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}
.site-logo__link {
    text-decoration: none;
}
.site-logo__link .site-logo-text {
    margin-right: 8px;
    margin-bottom: 18px;
    display: inline-block;
    text-transform: uppercase;
}
.site-logo__link img {
    padding-bottom: 9px;
}
.site-description {
    vertical-align: middle;
    display: inline-block;
    margin-top: 8px;
    margin-left: -3px;
}
.site-header-cart {
    position: relative;
    float: right;
}
.site-header-cart .cart-contents {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.site-header-cart .cart-contents .count {
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
}
.site-header-cart .cart-contents .count i {
    font-size: 28px;
    line-height: 1;
    vertical-align: middle;
    padding-right: 14px;
}
.site-header-cart .cart-contents .count span {
    position: absolute;
    top: -7px;
    right: 1px;
    display: inline-block;
    min-width: 20px;
    min-height: 20px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    color: #fff;
    padding: 0 5px;
}
.site-header-cart .header-cart-dropdown {
    position: relative;
    z-index: 999;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 25px;
    right: 0;
    width: 205px;
    max-width: 270px;
    padding: 13px 22px 10px;
    background: #fff;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
    transition: all .3s ease;
    text-align: left;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap h4 {
    margin-top: 2px;
    margin-bottom: 8px;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list {
    max-height: 390px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -22px;
    padding-bottom: 10px;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li {
    margin-right: 22px;
    padding-right: 20px;
    padding-bottom: 23px;
    padding-left: 0;
    border-bottom: 1px dotted #d5d5d9;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a {
    font-weight: 300;
    padding-top: 3px;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a img {
    float: left;
    margin-top: 4px;
    margin-right: 12px;
    margin-left: 0;
    width: 67px;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a.remove {
    top: 1px;
    right: -3px;
    left: auto;
    height: auto;
    width: auto;
    font-size: 0;
    line-height: 0;
    text-align: center;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a.remove:before {
    content: '\e14c';
    font-family: "Material Icons";
    font-size: 18px;
    line-height: 1;
    transition: all .3s ease;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a.remove:hover {
    background: transparent;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li .quantity {
    margin-top: 3px;
    margin-left: 7px;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li+li {
    padding-top: 12px;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li+li a.remove {
    top: 13px;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li:last-child {
    padding-bottom: 23px;
    border-bottom: 1px solid #d5d5d9;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li.empty {
    padding-top: 3px;
    padding-bottom: 0;
    border: none;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li dl {
    margin: 5px 0 0;
    padding-left: 0;
    border-left: none;
    display: inline-block;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li dl dd {
    padding: 0;
    margin: 0;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li dl p {
    margin-top: 0;
}
@media (max-height: 800px)  {
    .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list {
    max-height: 250px;
}
}
@media (max-height: 600px)  {
    .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list {
    max-height: 120px;
}
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .total {
    border-top: none;
    margin-top: 8px;
    margin-bottom: 15px;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .total .amount {
    margin-left: 2px;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons {
    margin-right: -3px;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .button, .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce .wc-proceed-to-checkout a.checkout-button, .woocommerce .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons a.checkout-button, .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce-page .wc-proceed-to-checkout a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons a.checkout-button {
    display: block;
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 15px;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .button+.button, .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce .wc-proceed-to-checkout a.checkout-button+.button, .woocommerce .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons a.checkout-button+.button, .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce-page .wc-proceed-to-checkout a.checkout-button+.button, .woocommerce-page .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons a.checkout-button+.button, .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce .wc-proceed-to-checkout .button+a.checkout-button, .woocommerce .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .button+a.checkout-button, .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce .wc-proceed-to-checkout a.checkout-button+a.checkout-button, .woocommerce .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons a.checkout-button+a.checkout-button, .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce-page .wc-proceed-to-checkout .button+a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .button+a.checkout-button, .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .woocommerce-page .wc-proceed-to-checkout a.checkout-button+a.checkout-button, .woocommerce-page .wc-proceed-to-checkout .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons a.checkout-button+a.checkout-button {
    margin-top: 10px;
}
.site-header-cart .header-cart-dropdown-active .shopping_cart-dropdown-wrap {
    opacity: 1;
    visibility: visible;
    top: 14px;
}
@media (max-width: 782px)  {
    .header-container.isStuck.has-bar, header.site-header nav.main-navigation.isStuck.has-bar {
    margin-top: 46px;
}
}
header.site-header .main-navigation.stuckMenu.isStuck ul.menu>li:hover>ul, header.site-header .main-navigation.stuckMenu.isStuck ul.menu>li>ul {
    margin-top: 13px;
}
header.site-header .header-container .menu-item_description {
    white-space: nowrap;
    right: 0;
    bottom: -14px;
    left: 0;
    pointer-events: none;
}
@media (max-width: 767px)  {
    header.site-header .header-container.stuckMenu {
    padding-top: 19px;
       padding-bottom:  12px;
    
  }
  header.site-header .header-container.stuckMenu .site-branding  {
    
    float:  none;
    
  }
}
.header-container_wrap:before,  .header-container_wrap:after  {
    
  display:  table;
    
  content:  "";
    
  line-height:  0;
    
}
.header-container_wrap:after  {
    
  clear:  both;
    
}
@media (max-width:  767px)  {
    
  .header-container_wrap  {
    
    text-align:  center;
    
  }
}

.header-container.isStuck  {
    
  z-index:  999;
    
}
@media (max-width:  1199px)  {
    
  .header-container.isStuck  {
    
    position:  static;
    
    width:  100%;
    
    left:  0;
    
  }
  .header-container.isStuck.has-bar  {
    
    margin-top:  0;
    
  }
}

.wcj_widget_multicurrency  {
    
  cursor:  pointer;
    
}

#lang_sel  {
    
  display:  block;
    
  width:  auto;
    
  max-width:  300px;
    
  height:  50px;
    
}
#lang_sel > ul > li > a:after  {
    
  position:  absolute;
    
  top:  50%;
    
  -webkit-transform:  translateY(-50%);
    
  transform:  translateY(-50%);
    
  right:  16px;
    
  font-family:  Material Icons;
    
  content:  '\e5cf';
    
  font:  400 16px/39px "Material Icons";
    
  position:  absolute;
    
  z-index:  1;
    
  color:  #fff;
    
  pointer-events:  none;
    
}
#lang_sel ul  {
    
  width:  auto;
    
}
#lang_sel ul li  {
    
  width:  auto;
    
  float:  none;
    
  background:  transparent;
    
  transition:  all ease 0.3s;
    
}
#lang_sel ul li a  {
    
  font-size:  14px;
    
  line-height:  22px;
    
  padding:  14px 21px;
    
  border-color:  #e8e8eb;
    
}
#lang_sel ul li a:hover  {
    
  background:  none;
    
}
#lang_sel ul li a.lang_sel_sel  {
    
  background:  none;
    
  transition:  all ease 0.3s;
    
}
#lang_sel ul li a.lang_sel_sel: hover  {
    
  background:  transparent;
    
}
#lang_sel ul li a: visited  {
    
  border-color:  #e8e8eb;
    
}
#lang_sel ul li: hover ul  {
    
  opacity:  1;
    
}
#lang_sel ul li ul  {
    
  width:  100%;
    
  top:  47px;
    
  opacity:  0;
    
  transition:  all ease 0.3s;
    
}
#lang_sel ul li ul li a  {
    
  padding:  2px 13px;
    
}
#lang_sel ul li ul li: hover a  {
    
  background:  transparent;
    
}

.site-header  {
    
  margin-bottom:  0;
    
}

.header-container  {
    
  box-shadow:  none;
    
  padding-top:  19px;
    
  padding-bottom:  15px;
    
}

header.site-header .header-container .site-branding  {
    
  text-align:  center;
    
  padding:  0;
    
  margin-right:  0;
    
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky  {
    
  display:  block;
    
}
.sticky__label  {
    
  display:  inline-block;
    
  line-height:  22px;
    
  padding:  0 10px;
    
  float:  right;
    
  text-align:  center;
    
  border-radius:  20px;
    
}
.sticky__label > i  {
    
  display:  block;
    
  width:  auto;
    
  height:  2em;
    
  width:  calc(2em - 20px);
    
  font-size:  21px;
    
  line-height:  2;
    
}
.posts-list .sticky__label > i  {
    
  color:  inherit;
    
  font-size:  21px;
    
  margin-right:  0;
    
}
.has-post-thumbnail .sticky__label  {
    
  float:  none;
    
  position:  absolute;
    
  top:  0;
    
  top:  10px;
    
  right:  0;
    
  z-index:  99;
    
}
@media (min-width:  992px)  {
    
  .has-post-thumbnail .sticky__label  {
    
    top:  29px;
    
  }
}
@media (min-width:  992px)  {
    
  .posts-list--default .sticky.posts-list__item .btn,  .posts-list--default .sticky.posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list--default .sticky.posts-list__item a.checkout-button, 
  .posts-list--default .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--default .sticky.posts-list__item a.checkout-button,  .posts-list--default .sticky.posts-list__item .woocommerce .button,  .woocommerce .posts-list--default .sticky.posts-list__item .button, 
  .posts-list--default .sticky.posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--default .sticky.posts-list__item a.checkout-button, 
  .posts-list--default .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--default .sticky.posts-list__item a.checkout-button,  .posts-list--default .sticky.posts-list__item .woocommerce-account .button,  .woocommerce-account .posts-list--default .sticky.posts-list__item .button,  .posts-list--default .sticky.posts-list__item .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .posts-list--default .sticky.posts-list__item a.compare.button, 
  .posts-list--default .sticky.posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--default .sticky.posts-list__item a.compare.checkout-button, 
  .posts-list--default .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--default .sticky.posts-list__item a.compare.checkout-button,  .posts-list--grid-2-cols .sticky.posts-list__item .btn,  .posts-list--grid-2-cols .sticky.posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list--grid-2-cols .sticky.posts-list__item a.checkout-button, 
  .posts-list--grid-2-cols .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-2-cols .sticky.posts-list__item a.checkout-button,  .posts-list--grid-2-cols .sticky.posts-list__item .woocommerce .button,  .woocommerce .posts-list--grid-2-cols .sticky.posts-list__item .button, 
  .posts-list--grid-2-cols .sticky.posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .sticky.posts-list__item a.checkout-button, 
  .posts-list--grid-2-cols .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-2-cols .sticky.posts-list__item a.checkout-button,  .posts-list--grid-2-cols .sticky.posts-list__item .woocommerce-account .button,  .woocommerce-account .posts-list--grid-2-cols .sticky.posts-list__item .button,  .posts-list--grid-2-cols .sticky.posts-list__item .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .posts-list--grid-2-cols .sticky.posts-list__item a.compare.button, 
  .posts-list--grid-2-cols .sticky.posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .sticky.posts-list__item a.compare.checkout-button, 
  .posts-list--grid-2-cols .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-2-cols .sticky.posts-list__item a.compare.checkout-button,  .posts-list--grid-3-cols .sticky.posts-list__item .btn,  .posts-list--grid-3-cols .sticky.posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list--grid-3-cols .sticky.posts-list__item a.checkout-button, 
  .posts-list--grid-3-cols .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-3-cols .sticky.posts-list__item a.checkout-button,  .posts-list--grid-3-cols .sticky.posts-list__item .woocommerce .button,  .woocommerce .posts-list--grid-3-cols .sticky.posts-list__item .button, 
  .posts-list--grid-3-cols .sticky.posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .sticky.posts-list__item a.checkout-button, 
  .posts-list--grid-3-cols .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-3-cols .sticky.posts-list__item a.checkout-button,  .posts-list--grid-3-cols .sticky.posts-list__item .woocommerce-account .button,  .woocommerce-account .posts-list--grid-3-cols .sticky.posts-list__item .button,  .posts-list--grid-3-cols .sticky.posts-list__item .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .posts-list--grid-3-cols .sticky.posts-list__item a.compare.button, 
  .posts-list--grid-3-cols .sticky.posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .sticky.posts-list__item a.compare.checkout-button, 
  .posts-list--grid-3-cols .sticky.posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-3-cols .sticky.posts-list__item a.compare.checkout-button  {
    
    width:  auto;
    
    height:  auto;
    
    padding:  15px 19px;
    
  }
}
@media (min-width:  992px)  {
    
  .sticky.posts-list__item .btn__text  {
    
    display:  inline-block;
    
  }
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn__text,  .posts-list--masonry-3-cols .sticky.posts-list__item .btn__text  {
    
    display:  none;
    
  }
}
@media (min-width:  992px)  {
    
  .sticky.posts-list__item .btn__icon  {
    
    display:  none;
    
  }
  .posts-list--masonry-2-cols .sticky.posts-list__item .btn__icon,  .posts-list--masonry-3-cols .sticky.posts-list__item .btn__icon  {
    
    display:  inline-block;
    
  }
}

.posts-list--default .has-post-thumbnail .sticky__label  {
    
  top:  0;
    
}

.posts-list--masonry-2-cols .posts-list__item,  .posts-list--masonry-3-cols .posts-list__item  {
    
  margin-top:  1.5em;
    
}
.posts-list--grid-2-cols .posts-list__item,  .posts-list--grid-3-cols .posts-list__item  {
    
  -webkit-display:  flex;
    
  display:  flex;
    
  -webkit-flex-direction:  column;
    
  flex-direction:  column;
    
  -webkit-justify-content:  space-between;
    
  justify-content:  space-between;
    
}
.posts-list__item .entry-content p  {
    
  margin:  0;
    
}
.posts-list__item a  {
    
  text-decoration:  none;
    
}
.posts-list__item .btn,  .posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list__item a.checkout-button, 
.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list__item a.checkout-button,  .posts-list__item .woocommerce .button,  .woocommerce .posts-list__item .button, 
.posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list__item a.checkout-button, 
.posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list__item a.checkout-button,  .posts-list__item .woocommerce-account .button,  .woocommerce-account .posts-list__item .button,  .posts-list__item .woocommerce .wishlist_table td.product-add-to-cart a.button,  .woocommerce .wishlist_table td.product-add-to-cart .posts-list__item a.button,  .posts-list__item .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout .posts-list__item a.checkout-button,  .posts-list__item .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.checkout-button,  .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .posts-list__item a.checkout-button,  .posts-list__item .woocommerce-account .wishlist_table td.product-add-to-cart a.button,  .woocommerce-account .wishlist_table td.product-add-to-cart .posts-list__item a.button,  .posts-list__item .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout .posts-list__item a.checkout-button,  .posts-list__item .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .posts-list__item a.compare.button, 
.posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list__item a.compare.checkout-button, 
.posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list__item a.compare.checkout-button  {
    
  width:  50px;
    
  height:  50px;
    
  padding:  0;
    
  text-align:  center;
    
}
.posts-list__item .btn__text  {
    
  display:  none;
    
}
.posts-list__item .btn__icon  {
    
  line-height:  50px;
    
}
@media (min-width:  992px)  {
    
  .posts-list--default .posts-list__item .btn,  .posts-list--default .posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list--default .posts-list__item a.checkout-button, 
  .posts-list--default .posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--default .posts-list__item a.checkout-button,  .posts-list--default .posts-list__item .woocommerce .button,  .woocommerce .posts-list--default .posts-list__item .button, 
  .posts-list--default .posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--default .posts-list__item a.checkout-button, 
  .posts-list--default .posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--default .posts-list__item a.checkout-button,  .posts-list--default .posts-list__item .woocommerce-account .button,  .woocommerce-account .posts-list--default .posts-list__item .button,  .posts-list--default .posts-list__item .woocommerce .wishlist_table td.product-add-to-cart a.button,  .woocommerce .wishlist_table td.product-add-to-cart .posts-list--default .posts-list__item a.button,  .posts-list--default .posts-list__item .woocommerce-account .wishlist_table td.product-add-to-cart a.button,  .woocommerce-account .wishlist_table td.product-add-to-cart .posts-list--default .posts-list__item a.button,  .posts-list--default .posts-list__item .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .posts-list--default .posts-list__item a.compare.button, 
  .posts-list--default .posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--default .posts-list__item a.compare.checkout-button, 
  .posts-list--default .posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--default .posts-list__item a.compare.checkout-button,  .posts-list.sticky .posts-list__item .btn,  .posts-list.sticky .posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list.sticky .posts-list__item a.checkout-button, 
  .posts-list.sticky .posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list.sticky .posts-list__item a.checkout-button,  .posts-list.sticky .posts-list__item .woocommerce .button,  .woocommerce .posts-list.sticky .posts-list__item .button, 
  .posts-list.sticky .posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list.sticky .posts-list__item a.checkout-button, 
  .posts-list.sticky .posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list.sticky .posts-list__item a.checkout-button,  .posts-list.sticky .posts-list__item .woocommerce-account .button,  .woocommerce-account .posts-list.sticky .posts-list__item .button,  .posts-list.sticky .posts-list__item .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .posts-list.sticky .posts-list__item a.compare.button, 
  .posts-list.sticky .posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list.sticky .posts-list__item a.compare.checkout-button, 
  .posts-list.sticky .posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list.sticky .posts-list__item a.compare.checkout-button  {
    
    width:  auto;
    
    height:  auto;
    
    padding:  15px 19px;
    
  }
}
@media (min-width:  992px)  {
    
  .posts-list--default .posts-list__item .btn__text,  .posts-list.sticky .posts-list__item .btn__text  {
    
    display:  inline-block;
    
  }
}
@media (min-width:  992px)  {
    
  .posts-list--default .posts-list__item .btn__icon,  .posts-list.sticky .posts-list__item .btn__icon  {
    
    display:  none;
    
  }
}

.hentry  {
    
  position:  relative;
    
  margin:  0 0 10px;
    
  padding:  0;
    
  box-shadow:  none;
    
  box-shadow:  none;
    
  border-radius:  0;
    
}
@media (min-width:  992px)  {
    
  .hentry  {
    
    box-shadow:  none;
    
  }
}
.single-post .hentry,  .page .hentry  {
    
  box-shadow:  none;
    
  border-radius:  0;
    
  padding:  0;
    
}
.hentry.post  {
    
  margin:  0 0 57px;
    
}

.entry-header .entry-title: first-child  {
    
  margin-top:  0;
    
}
@media (min-width:  992px)  {
    
  .posts-list--grid-2-cols .entry-title,  .posts-list--grid-3-cols .entry-title,  .posts-list--masonry-2-cols .entry-title,  .posts-list--masonry-3-cols .entry-title  {
    
    font-size:  20px;
    
  }
}
.entry-summary + .entry-meta,  .entry-content + .entry-meta  {
    
  margin-top:  15px;
    
}
.single .entry-meta span  {
    
  margin:  0 25px 0 0;
    
}
.entry-footer  {
    
  position:  relative;
    
}
.posts-list .entry-footer  {
    
  margin:  25px -10px 0;
    
  padding-right:  10px;
    
  padding-left:  10px;
    
}
@media (min-width:  992px)  {
    
  .posts-list .entry-footer  {
    
    margin-right:  -30px;
    
    margin-left:  -30px;
    
    padding-right:  30px;
    
    padding-left:  30px;
    
  }
}
.entry-footer .btn,  .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .entry-footer a.checkout-button, 
.entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .entry-footer a.checkout-button,  .entry-footer .woocommerce .button,  .woocommerce .entry-footer .button, 
.entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .entry-footer a.checkout-button, 
.entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .entry-footer a.checkout-button,  .entry-footer .woocommerce-account .button,  .woocommerce-account .entry-footer .button,  .entry-footer .woocommerce .wishlist_table td.product-add-to-cart a.button,  .woocommerce .wishlist_table td.product-add-to-cart .entry-footer a.button,  .entry-footer .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout .entry-footer a.checkout-button,  .entry-footer .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.checkout-button,  .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .entry-footer a.checkout-button,  .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart a.button,  .woocommerce-account .wishlist_table td.product-add-to-cart .entry-footer a.button,  .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout .entry-footer a.checkout-button,  .entry-footer .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .entry-footer a.compare.button, 
.entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .entry-footer a.compare.checkout-button, 
.entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .entry-footer a.compare.checkout-button  {
    
  float:  right;
    
  margin-top:  10px;
    
}
@media (min-width:  992px)  {
    
  .entry-footer .btn,  .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .entry-footer a.checkout-button, 
  .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .entry-footer a.checkout-button,  .entry-footer .woocommerce .button,  .woocommerce .entry-footer .button, 
  .entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .entry-footer a.checkout-button, 
  .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .entry-footer a.checkout-button,  .entry-footer .woocommerce-account .button,  .woocommerce-account .entry-footer .button,  .entry-footer .woocommerce .wishlist_table td.product-add-to-cart a.button,  .woocommerce .wishlist_table td.product-add-to-cart .entry-footer a.button,  .entry-footer .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout .entry-footer a.checkout-button,  .entry-footer .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.checkout-button,  .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .entry-footer a.checkout-button,  .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart a.button,  .woocommerce-account .wishlist_table td.product-add-to-cart .entry-footer a.button,  .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout .entry-footer a.checkout-button,  .entry-footer .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .entry-footer a.compare.button, 
  .entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .entry-footer a.compare.checkout-button, 
  .entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .entry-footer a.compare.checkout-button  {
    
    margin-top:  30px;
    
  }
}
.posts-list .entry-footer .btn:before,  .posts-list .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button:before,  .woocommerce .wc-proceed-to-checkout .posts-list .entry-footer a.checkout-button:before, 
.posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button:before, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list .entry-footer a.checkout-button:before,  .posts-list .entry-footer .woocommerce .button:before,  .woocommerce .posts-list .entry-footer .button:before, 
.posts-list .entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button:before, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list .entry-footer a.checkout-button:before, 
.posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button:before, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list .entry-footer a.checkout-button:before,  .posts-list .entry-footer .woocommerce-account .button:before,  .woocommerce-account .posts-list .entry-footer .button:before,  .posts-list .entry-footer .woocommerce .wishlist_table td.product-add-to-cart a.button:before,  .woocommerce .wishlist_table td.product-add-to-cart .posts-list .entry-footer a.button:before,  .posts-list .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart a.button:before,  .woocommerce-account .wishlist_table td.product-add-to-cart .posts-list .entry-footer a.button:before,  .posts-list .entry-footer .yith-woocompare-widget a.compare.button:before,  .yith-woocompare-widget .posts-list .entry-footer a.compare.button:before, 
.posts-list .entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:before, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list .entry-footer a.compare.checkout-button:before, 
.posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:before, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list .entry-footer a.compare.checkout-button:before  {
    
  position:  absolute;
    
  top:  0;
    
  right:  0;
    
  left:  0;
    
  display:  block;
    
  content:  '';
    
  height:  1px;
    
  background-color:  #d5d5d9;
    
  pointer-events:  none;
    
}

.post-thumbnail__link.post-thumbnail--small  {
    
  display:  block;
    
  margin-bottom:  15px;
    
  text-align:  center;
    
}
@media (min-width:  992px)  {
    
  .post-thumbnail__link.post-thumbnail--small  {
    
    float:  left;
    
    margin-right:  30px;
    
    text-align:  left;
    
  }
}
.post-thumbnail__img  {
    
  display:  inline-block;
    
  vertical-align:  top;
    
}
.posts-list .post-thumbnail__img  {
    
  transform:  none !important;
    
  transition:  none !important;
    
}
.entry-header + .post-thumbnail > .post-thumbnail__img  {
    
  margin-top:  25px;
    
}
.post-thumbnail--fullwidth .post-thumbnail__img  {
    
  width:  100%;
    
}
.posts-list .post-thumbnail--fullwidth  {
    
  display:  block;
    
  margin:  -10px -10px 10px;
    
}
.posts-list .post-thumbnail--fullwidth: first-child img  {
    
  border-radius:  0 0 0 0;
    
}
@media (min-width:  992px)  {
    
  .posts-list .post-thumbnail--fullwidth  {
    
    margin:  -30px -30px 25px;
    
  }
}
.posts-list .post__cats,  .single-post .post__cats  {
    
  position:  static;
    
}
.post__cats a  {
    
  display:  inline-block;
    
  vertical-align:  top;
    
  background-color:  #388df8;
    
  color:  #fff;
    
  padding:  0 6px;
    
  margin:  0 0 3px 0;
    
  text-decoration:  none;
    
  line-height:  22px;
    
}
.has-post-thumbnail .post-thumbnail--fullwidth + .post__cats  {
    
  position:  absolute;
    
  top:  10px;
    
  left:  0;
    
  z-index:  99;
    
}
@media (min-width:  992px)  {
    
  .has-post-thumbnail .post-thumbnail--fullwidth + .post__cats  {
    
    top:  30px;
    
  }
}
.post-format-wrap .post__cats  {
    
  position:  absolute;
    
  top:  10px;
    
  left:  10px;
    
  z-index:  99;
    
}
@media (min-width:  992px)  {
    
  .post-format-wrap .post__cats  {
    
    top:  30px;
    
    left:  30px;
    
  }
}
.post__date,  .post__comments  {
    
  margin-right:  30px;
    
}
@media (max-width:  1500px)  {
    
  .post__date,  .post__comments  {
    
    margin-right:  15px;
    
  }
}
@media (min-width:  1201px) and (max-width: 1360px)  {
    
  .post__date,  .post__comments  {
    
    display:  block;
    
  }
}
.post__date .material-icons,  .post__comments .material-icons,  .post__tags .material-icons  {
    
  font-size:  16px;
    
  margin-right:  10px;
    
  vertical-align:  middle;
    
}
.single-post .post__tags  {
    
  margin-top:  15px;
    
}
@media (min-width:  544px)  {
    
  .single-post .post__tags  {
    
    float:  left;
    
  }
}

.byline, 
.updated: not(.published)  {
    
  display:  none;
    
}

.single .byline, 
.group-blog .byline  {
    
  display:  inline;
    
}

.page-content, 
.entry-content, 
.entry-summary  {
    
  margin:  12px 0 0;
    
}

.page-links  {
    
  clear:  both;
    
  margin:  0 0 15px;
    
}

.sidebar-primary, 
.sidebar-secondary, 
.sidebar-shop  {
    
  padding-top:  0px;
    
  margin-bottom:  30px;
    
}
.sidebar-primary .widget, 
.sidebar-secondary .widget, 
.sidebar-shop .widget  {
    
  margin-bottom:  50px;
    
}
.sidebar-primary .widget .search-form__submit.btn,  .sidebar-primary .widget .woocommerce .wc-proceed-to-checkout a.search-form__submit.checkout-button,  .woocommerce .wc-proceed-to-checkout .sidebar-primary .widget a.search-form__submit.checkout-button, 
.sidebar-primary .widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.search-form__submit.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-primary .widget a.search-form__submit.checkout-button,  .sidebar-primary .widget .woocommerce .search-form__submit.button,  .woocommerce .sidebar-primary .widget .search-form__submit.button, 
.sidebar-primary .widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.search-form__submit.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-primary .widget a.search-form__submit.checkout-button, 
.sidebar-primary .widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.search-form__submit.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-primary .widget a.search-form__submit.checkout-button,  .sidebar-primary .widget .woocommerce-account .search-form__submit.button,  .woocommerce-account .sidebar-primary .widget .search-form__submit.button,  .sidebar-primary .widget .yith-woocompare-widget a.search-form__submit.compare.button,  .yith-woocompare-widget .sidebar-primary .widget a.search-form__submit.compare.button, 
.sidebar-primary .widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.search-form__submit.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-primary .widget a.search-form__submit.compare.checkout-button, 
.sidebar-primary .widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.search-form__submit.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-primary .widget a.search-form__submit.compare.checkout-button, 
.sidebar-secondary .widget .search-form__submit.btn, 
.sidebar-secondary .widget .woocommerce .wc-proceed-to-checkout a.search-form__submit.checkout-button, 
.woocommerce .wc-proceed-to-checkout .sidebar-secondary .widget a.search-form__submit.checkout-button, 
.sidebar-secondary .widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.search-form__submit.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-secondary .widget a.search-form__submit.checkout-button, 
.sidebar-secondary .widget .woocommerce .search-form__submit.button, 
.woocommerce .sidebar-secondary .widget .search-form__submit.button, 
.sidebar-secondary .widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.search-form__submit.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary .widget a.search-form__submit.checkout-button, 
.sidebar-secondary .widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.search-form__submit.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-secondary .widget a.search-form__submit.checkout-button, 
.sidebar-secondary .widget .woocommerce-account .search-form__submit.button, 
.woocommerce-account .sidebar-secondary .widget .search-form__submit.button, 
.sidebar-secondary .widget .yith-woocompare-widget a.search-form__submit.compare.button, 
.yith-woocompare-widget .sidebar-secondary .widget a.search-form__submit.compare.button, 
.sidebar-secondary .widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.search-form__submit.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary .widget a.search-form__submit.compare.checkout-button, 
.sidebar-secondary .widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.search-form__submit.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-secondary .widget a.search-form__submit.compare.checkout-button, 
.sidebar-shop .widget .search-form__submit.btn, 
.sidebar-shop .widget .woocommerce .wc-proceed-to-checkout a.search-form__submit.checkout-button, 
.woocommerce .wc-proceed-to-checkout .sidebar-shop .widget a.search-form__submit.checkout-button, 
.sidebar-shop .widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.search-form__submit.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-shop .widget a.search-form__submit.checkout-button, 
.sidebar-shop .widget .woocommerce .search-form__submit.button, 
.woocommerce .sidebar-shop .widget .search-form__submit.button, 
.sidebar-shop .widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.search-form__submit.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-shop .widget a.search-form__submit.checkout-button, 
.sidebar-shop .widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.search-form__submit.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-shop .widget a.search-form__submit.checkout-button, 
.sidebar-shop .widget .woocommerce-account .search-form__submit.button, 
.woocommerce-account .sidebar-shop .widget .search-form__submit.button, 
.sidebar-shop .widget .yith-woocompare-widget a.search-form__submit.compare.button, 
.yith-woocompare-widget .sidebar-shop .widget a.search-form__submit.compare.button, 
.sidebar-shop .widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.search-form__submit.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-shop .widget a.search-form__submit.compare.checkout-button, 
.sidebar-shop .widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.search-form__submit.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-shop .widget a.search-form__submit.compare.checkout-button  {
    
  padding:  15px 21px;
    
  min-width:  104px;
    
}
.sidebar-primary .widget_recent_reviews,  .sidebar-primary .widget_top_rated_products,  .sidebar-primary .widget_products, 
.sidebar-secondary .widget_recent_reviews, 
.sidebar-secondary .widget_top_rated_products, 
.sidebar-secondary .widget_products, 
.sidebar-shop .widget_recent_reviews, 
.sidebar-shop .widget_top_rated_products, 
.sidebar-shop .widget_products  {
    
  margin-bottom:  30px;
    
}
.sidebar-primary .widget_recent_reviews .product_list_widget li,  .sidebar-primary .widget_top_rated_products .product_list_widget li,  .sidebar-primary .widget_products .product_list_widget li, 
.sidebar-secondary .widget_recent_reviews .product_list_widget li, 
.sidebar-secondary .widget_top_rated_products .product_list_widget li, 
.sidebar-secondary .widget_products .product_list_widget li, 
.sidebar-shop .widget_recent_reviews .product_list_widget li, 
.sidebar-shop .widget_top_rated_products .product_list_widget li, 
.sidebar-shop .widget_products .product_list_widget li  {
    
  -webkit-box-flex:  0;
    
  -webkit-flex:  0 0 100%;
    
  -moz-box-flex:  0;
    
  -moz-flex:  0 0 100%;
    
  -ms-flex:  0 0 100%;
    
  flex:  0 0 100%;
    
  max-width:  100%;
    
  padding:  0 0 10px 0;
    
}
.sidebar-primary .widget_recent_reviews .product_list_widget li img,  .sidebar-primary .widget_top_rated_products .product_list_widget li img,  .sidebar-primary .widget_products .product_list_widget li img, 
.sidebar-secondary .widget_recent_reviews .product_list_widget li img, 
.sidebar-secondary .widget_top_rated_products .product_list_widget li img, 
.sidebar-secondary .widget_products .product_list_widget li img, 
.sidebar-shop .widget_recent_reviews .product_list_widget li img, 
.sidebar-shop .widget_top_rated_products .product_list_widget li img, 
.sidebar-shop .widget_products .product_list_widget li img  {
    
  margin-left:  0;
    
}
.sidebar-primary .widget_recent_reviews .product_list_widget li .reviewer,  .sidebar-primary .widget_top_rated_products .product_list_widget li .reviewer,  .sidebar-primary .widget_products .product_list_widget li .reviewer, 
.sidebar-secondary .widget_recent_reviews .product_list_widget li .reviewer, 
.sidebar-secondary .widget_top_rated_products .product_list_widget li .reviewer, 
.sidebar-secondary .widget_products .product_list_widget li .reviewer, 
.sidebar-shop .widget_recent_reviews .product_list_widget li .reviewer, 
.sidebar-shop .widget_top_rated_products .product_list_widget li .reviewer, 
.sidebar-shop .widget_products .product_list_widget li .reviewer  {
    
  -webkit-transform:  translateY(-7px);
    
  transform:  translateY(-7px);
    
}
.sidebar-primary .widget_recent_reviews .product_list_widget li .widget_title_product,  .sidebar-primary .widget_top_rated_products .product_list_widget li .widget_title_product,  .sidebar-primary .widget_products .product_list_widget li .widget_title_product, 
.sidebar-secondary .widget_recent_reviews .product_list_widget li .widget_title_product, 
.sidebar-secondary .widget_top_rated_products .product_list_widget li .widget_title_product, 
.sidebar-secondary .widget_products .product_list_widget li .widget_title_product, 
.sidebar-shop .widget_recent_reviews .product_list_widget li .widget_title_product, 
.sidebar-shop .widget_top_rated_products .product_list_widget li .widget_title_product, 
.sidebar-shop .widget_products .product_list_widget li .widget_title_product  {
    
  margin-top:  -6px;
    
}
.sidebar-primary .widget_recent_reviews .product_list_widget li .star-rating,  .sidebar-primary .widget_top_rated_products .product_list_widget li .star-rating,  .sidebar-primary .widget_products .product_list_widget li .star-rating, 
.sidebar-secondary .widget_recent_reviews .product_list_widget li .star-rating, 
.sidebar-secondary .widget_top_rated_products .product_list_widget li .star-rating, 
.sidebar-secondary .widget_products .product_list_widget li .star-rating, 
.sidebar-shop .widget_recent_reviews .product_list_widget li .star-rating, 
.sidebar-shop .widget_top_rated_products .product_list_widget li .star-rating, 
.sidebar-shop .widget_products .product_list_widget li .star-rating  {
    
  margin-top:  7px;
    
  margin-bottom:  20px;
    
}
.sidebar-primary .widget_recent_reviews .product_list_widget li .product_title_link + .amount,  .sidebar-primary .widget_top_rated_products .product_list_widget li .product_title_link + .amount,  .sidebar-primary .widget_products .product_list_widget li .product_title_link + .amount, 
.sidebar-secondary .widget_recent_reviews .product_list_widget li .product_title_link + .amount, 
.sidebar-secondary .widget_top_rated_products .product_list_widget li .product_title_link + .amount, 
.sidebar-secondary .widget_products .product_list_widget li .product_title_link + .amount, 
.sidebar-shop .widget_recent_reviews .product_list_widget li .product_title_link + .amount, 
.sidebar-shop .widget_top_rated_products .product_list_widget li .product_title_link + .amount, 
.sidebar-shop .widget_products .product_list_widget li .product_title_link + .amount  {
    
  margin-right:  4px;
    
}
.sidebar-primary .widget_recent_reviews .product_list_widget li .amount,  .sidebar-primary .widget_top_rated_products .product_list_widget li .amount,  .sidebar-primary .widget_products .product_list_widget li .amount, 
.sidebar-secondary .widget_recent_reviews .product_list_widget li .amount, 
.sidebar-secondary .widget_top_rated_products .product_list_widget li .amount, 
.sidebar-secondary .widget_products .product_list_widget li .amount, 
.sidebar-shop .widget_recent_reviews .product_list_widget li .amount, 
.sidebar-shop .widget_top_rated_products .product_list_widget li .amount, 
.sidebar-shop .widget_products .product_list_widget li .amount  {
    
  display:  inline-block;
    
}
.sidebar-primary .widget_recent_reviews .product_list_widget li ins,  .sidebar-primary .widget_top_rated_products .product_list_widget li ins,  .sidebar-primary .widget_products .product_list_widget li ins, 
.sidebar-secondary .widget_recent_reviews .product_list_widget li ins, 
.sidebar-secondary .widget_top_rated_products .product_list_widget li ins, 
.sidebar-secondary .widget_products .product_list_widget li ins, 
.sidebar-shop .widget_recent_reviews .product_list_widget li ins, 
.sidebar-shop .widget_top_rated_products .product_list_widget li ins, 
.sidebar-shop .widget_products .product_list_widget li ins  {
    
  padding:  0 4px 0 0;
    
}
.sidebar-primary .widget_recent_reviews .product_list_widget li + li,  .sidebar-primary .widget_top_rated_products .product_list_widget li + li,  .sidebar-primary .widget_products .product_list_widget li + li, 
.sidebar-secondary .widget_recent_reviews .product_list_widget li + li, 
.sidebar-secondary .widget_top_rated_products .product_list_widget li + li, 
.sidebar-secondary .widget_products .product_list_widget li + li, 
.sidebar-shop .widget_recent_reviews .product_list_widget li + li, 
.sidebar-shop .widget_top_rated_products .product_list_widget li + li, 
.sidebar-shop .widget_products .product_list_widget li + li  {
    
  border-top:  none;
    
  margin-top:  0;
    
}
.sidebar-primary .mc4wp-form .mc4wp-form-fields label, 
.sidebar-secondary .mc4wp-form .mc4wp-form-fields label, 
.sidebar-shop .mc4wp-form .mc4wp-form-fields label  {
    
  display:  none;
    
}
.sidebar-primary .mc4wp-form .mc4wp-form-fields p, 
.sidebar-secondary .mc4wp-form .mc4wp-form-fields p, 
.sidebar-shop .mc4wp-form .mc4wp-form-fields p  {
    
  display:  inline-block;
    
}
.sidebar-primary .widget_recent_comments .recentcomments:before,  .sidebar-primary .widget_recent_comments .recentcomments:after, 
.sidebar-secondary .widget_recent_comments .recentcomments:before, 
.sidebar-secondary .widget_recent_comments .recentcomments:after, 
.sidebar-shop .widget_recent_comments .recentcomments:before, 
.sidebar-shop .widget_recent_comments .recentcomments:after  {
    
  display:  table;
    
  content:  "";
    
  line-height:  0;
    
}
.sidebar-primary .widget_recent_comments .recentcomments:after, 
.sidebar-secondary .widget_recent_comments .recentcomments:after, 
.sidebar-shop .widget_recent_comments .recentcomments:after  {
    
  clear:  both;
    
}
.sidebar-primary .widget_recent_comments .recentcomments .comment-author-link,  .sidebar-primary .widget_recent_comments .recentcomments a, 
.sidebar-secondary .widget_recent_comments .recentcomments .comment-author-link, 
.sidebar-secondary .widget_recent_comments .recentcomments a, 
.sidebar-shop .widget_recent_comments .recentcomments .comment-author-link, 
.sidebar-shop .widget_recent_comments .recentcomments a  {
    
  float:  left;
    
}
.sidebar-primary .widget_recent_comments .recentcomments .comment-author-link, 
.sidebar-secondary .widget_recent_comments .recentcomments .comment-author-link, 
.sidebar-shop .widget_recent_comments .recentcomments .comment-author-link  {
    
  margin-right:  4px;
    
}
.sidebar-primary .widget_recent_comments .recentcomments a, 
.sidebar-secondary .widget_recent_comments .recentcomments a, 
.sidebar-shop .widget_recent_comments .recentcomments a  {
    
  clear:  both;
    
}
.sidebar-primary .widget_carousel .swiper-carousel-container .swiper-wrapper .post, 
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-wrapper .post, 
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-wrapper .post  {
    
  box-shadow:  none;
    
  margin:  0 0 10px;
    
}
.sidebar-primary .widget_carousel .swiper-carousel-container .swiper-wrapper .post .post-thumbnail__link, 
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-wrapper .post .post-thumbnail__link, 
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-wrapper .post .post-thumbnail__link  {
    
  margin-bottom:  10px;
    
}
.sidebar-primary .widget_carousel .swiper-carousel-container .swiper-wrapper .swiper-slide .inner .entry-header, 
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-wrapper .swiper-slide .inner .entry-header, 
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-wrapper .swiper-slide .inner .entry-header  {
    
  margin-bottom:  5px;
    
}
.sidebar-primary .widget_carousel .swiper-carousel-container .swiper-wrapper .swiper-slide.post, 
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-wrapper .swiper-slide.post, 
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-wrapper .swiper-slide.post  {
    
  margin-bottom:  10px;
    
}
.sidebar-primary .widget_carousel .swiper-carousel-container .swiper-button-next,  .sidebar-primary .widget_carousel .swiper-carousel-container .swiper-button-prev, 
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-button-next, 
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-button-prev, 
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-button-next, 
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-button-prev  {
    
  top:  34%;
    
}
.sidebar-primary .widget_carousel .swiper-carousel-container .swiper-button-next:after,  .sidebar-primary .widget_carousel .swiper-carousel-container .swiper-button-prev:after, 
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-button-next:after, 
.sidebar-secondary .widget_carousel .swiper-carousel-container .swiper-button-prev:after, 
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-button-next:after, 
.sidebar-shop .widget_carousel .swiper-carousel-container .swiper-button-prev:after  {
    
  line-height:  30px;
    
}
.sidebar-primary aside.widget.tm_about_store_widget, 
.sidebar-secondary aside.widget.tm_about_store_widget, 
.sidebar-shop aside.widget.tm_about_store_widget  {
    
  min-height:  0;
    
  padding:  21px 20px 12px;
    
  border-top:  none;
    
  margin-bottom:  0;
    
}
.sidebar-primary aside.widget.tm_about_store_widget .textwidget, 
.sidebar-secondary aside.widget.tm_about_store_widget .textwidget, 
.sidebar-shop aside.widget.tm_about_store_widget .textwidget  {
    
  margin-top:  16px;
    
  margin-bottom:  0;
    
}
.sidebar-primary aside.widget.tm_about_store_widget .btn,  .sidebar-primary aside.widget.tm_about_store_widget .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .sidebar-primary aside.widget.tm_about_store_widget a.checkout-button, 
.sidebar-primary aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-primary aside.widget.tm_about_store_widget a.checkout-button,  .sidebar-primary aside.widget.tm_about_store_widget .woocommerce .button,  .woocommerce .sidebar-primary aside.widget.tm_about_store_widget .button, 
.sidebar-primary aside.widget.tm_about_store_widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-primary aside.widget.tm_about_store_widget a.checkout-button, 
.sidebar-primary aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-primary aside.widget.tm_about_store_widget a.checkout-button,  .sidebar-primary aside.widget.tm_about_store_widget .woocommerce-account .button,  .woocommerce-account .sidebar-primary aside.widget.tm_about_store_widget .button,  .sidebar-primary aside.widget.tm_about_store_widget .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .sidebar-primary aside.widget.tm_about_store_widget a.compare.button, 
.sidebar-primary aside.widget.tm_about_store_widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-primary aside.widget.tm_about_store_widget a.compare.checkout-button, 
.sidebar-primary aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-primary aside.widget.tm_about_store_widget a.compare.checkout-button, 
.sidebar-secondary aside.widget.tm_about_store_widget .btn, 
.sidebar-secondary aside.widget.tm_about_store_widget .woocommerce .wc-proceed-to-checkout a.checkout-button, 
.woocommerce .wc-proceed-to-checkout .sidebar-secondary aside.widget.tm_about_store_widget a.checkout-button, 
.sidebar-secondary aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-secondary aside.widget.tm_about_store_widget a.checkout-button, 
.sidebar-secondary aside.widget.tm_about_store_widget .woocommerce .button, 
.woocommerce .sidebar-secondary aside.widget.tm_about_store_widget .button, 
.sidebar-secondary aside.widget.tm_about_store_widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary aside.widget.tm_about_store_widget a.checkout-button, 
.sidebar-secondary aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-secondary aside.widget.tm_about_store_widget a.checkout-button, 
.sidebar-secondary aside.widget.tm_about_store_widget .woocommerce-account .button, 
.woocommerce-account .sidebar-secondary aside.widget.tm_about_store_widget .button, 
.sidebar-secondary aside.widget.tm_about_store_widget .yith-woocompare-widget a.compare.button, 
.yith-woocompare-widget .sidebar-secondary aside.widget.tm_about_store_widget a.compare.button, 
.sidebar-secondary aside.widget.tm_about_store_widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary aside.widget.tm_about_store_widget a.compare.checkout-button, 
.sidebar-secondary aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-secondary aside.widget.tm_about_store_widget a.compare.checkout-button, 
.sidebar-shop aside.widget.tm_about_store_widget .btn, 
.sidebar-shop aside.widget.tm_about_store_widget .woocommerce .wc-proceed-to-checkout a.checkout-button, 
.woocommerce .wc-proceed-to-checkout .sidebar-shop aside.widget.tm_about_store_widget a.checkout-button, 
.sidebar-shop aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-shop aside.widget.tm_about_store_widget a.checkout-button, 
.sidebar-shop aside.widget.tm_about_store_widget .woocommerce .button, 
.woocommerce .sidebar-shop aside.widget.tm_about_store_widget .button, 
.sidebar-shop aside.widget.tm_about_store_widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-shop aside.widget.tm_about_store_widget a.checkout-button, 
.sidebar-shop aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-shop aside.widget.tm_about_store_widget a.checkout-button, 
.sidebar-shop aside.widget.tm_about_store_widget .woocommerce-account .button, 
.woocommerce-account .sidebar-shop aside.widget.tm_about_store_widget .button, 
.sidebar-shop aside.widget.tm_about_store_widget .yith-woocompare-widget a.compare.button, 
.yith-woocompare-widget .sidebar-shop aside.widget.tm_about_store_widget a.compare.button, 
.sidebar-shop aside.widget.tm_about_store_widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-shop aside.widget.tm_about_store_widget a.compare.checkout-button, 
.sidebar-shop aside.widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-shop aside.widget.tm_about_store_widget a.compare.checkout-button  {
    
  margin-top:  7px;
    
  margin-bottom:  15px;
    
}
.sidebar-primary aside.widget.tm_about_store_widget .widget-title, 
.sidebar-secondary aside.widget.tm_about_store_widget .widget-title, 
.sidebar-shop aside.widget.tm_about_store_widget .widget-title  {
    
  margin-bottom:  18px;
    
}
.sidebar-primary aside.widget.tm_about_store_widget .widget-title span, 
.sidebar-secondary aside.widget.tm_about_store_widget .widget-title span, 
.sidebar-shop aside.widget.tm_about_store_widget .widget-title span  {
    
  display:  block;
    
}
.sidebar-primary aside.widget.tm_about_store_widget h5, 
.sidebar-secondary aside.widget.tm_about_store_widget h5, 
.sidebar-shop aside.widget.tm_about_store_widget h5  {
    
  text-transform:  uppercase;
    
  margin-top:  0px;
    
  margin-bottom:  7px;
    
}
.sidebar-primary aside.widget.tm_about_store_widget p + p, 
.sidebar-secondary aside.widget.tm_about_store_widget p + p, 
.sidebar-shop aside.widget.tm_about_store_widget p + p  {
    
  margin-top:  10px;
    
}
.sidebar-primary aside.widget.tm_about_store_widget + .widget, 
.sidebar-secondary aside.widget.tm_about_store_widget + .widget, 
.sidebar-shop aside.widget.tm_about_store_widget + .widget  {
    
  border-top:  none;
    
}
.sidebar-primary .widget_recent_entries li, 
.sidebar-secondary .widget_recent_entries li, 
.sidebar-shop .widget_recent_entries li  {
    
  font-style:  italic;
    
}
.sidebar-primary .widget_recent_entries li:before,  .sidebar-primary .widget_recent_entries li:after, 
.sidebar-secondary .widget_recent_entries li:before, 
.sidebar-secondary .widget_recent_entries li:after, 
.sidebar-shop .widget_recent_entries li:before, 
.sidebar-shop .widget_recent_entries li:after  {
    
  display:  table;
    
  content:  "";
    
  line-height:  0;
    
}
.sidebar-primary .widget_recent_entries li:after, 
.sidebar-secondary .widget_recent_entries li:after, 
.sidebar-shop .widget_recent_entries li:after  {
    
  clear:  both;
    
}
.sidebar-primary .widget_recent_entries li .post-author, 
.sidebar-secondary .widget_recent_entries li .post-author, 
.sidebar-shop .widget_recent_entries li .post-author  {
    
  float:  left;
    
}
.sidebar-primary .widget_recent_entries li .post-author a, 
.sidebar-secondary .widget_recent_entries li .post-author a, 
.sidebar-shop .widget_recent_entries li .post-author a  {
    
  font-style:  normal;
    
}
.sidebar-primary .widget_recent_entries li > a, 
.sidebar-secondary .widget_recent_entries li > a, 
.sidebar-shop .widget_recent_entries li > a  {
    
  float:  left;
    
  clear:  both;
    
  font-size:  16px;
    
  font-style:  normal;
    
}
.sidebar-primary .widget_search .widget-title, 
.sidebar-secondary .widget_search .widget-title, 
.sidebar-shop .widget_search .widget-title  {
    
  margin-bottom:  12px;
    
}
.sidebar-primary .widget_search input[type="search"], 
.sidebar-secondary .widget_search input[type="search"], 
.sidebar-shop .widget_search input[type="search"]  {
    
  color:  #888;
    
}
.sidebar-primary .widget_search input[type="search"]: :-webkit-input-placeholder, 
.sidebar-secondary .widget_search input[type="search"]::-webkit-input-placeholder, 
.sidebar-shop .widget_search input[type="search"]::-webkit-input-placeholder  {
    
  color:  #888;
    
}
.sidebar-primary .widget_search input[type="search"]: :-moz-placeholder, 
.sidebar-secondary .widget_search input[type="search"]::-moz-placeholder, 
.sidebar-shop .widget_search input[type="search"]::-moz-placeholder  {
    
  color:  #888;
    
}
.sidebar-primary .widget_search input[type="search"]: -moz-placeholder, 
.sidebar-secondary .widget_search input[type="search"]:-moz-placeholder, 
.sidebar-shop .widget_search input[type="search"]:-moz-placeholder  {
    
  color:  #888;
    
}
.sidebar-primary .widget_search input[type="search"]: -ms-input-placeholder, 
.sidebar-secondary .widget_search input[type="search"]:-ms-input-placeholder, 
.sidebar-shop .widget_search input[type="search"]:-ms-input-placeholder  {
    
  color:  #888;
    
}
.sidebar-primary .widget_archive .widget-title, 
.sidebar-secondary .widget_archive .widget-title, 
.sidebar-shop .widget_archive .widget-title  {
    
  margin-bottom:  16px;
    
}
.sidebar-primary .widget_product_categories .count, 
.sidebar-secondary .widget_product_categories .count, 
.sidebar-shop .widget_product_categories .count  {
    
  float:  right;
    
}
.sidebar-primary .widget_categories .widget-title, 
.sidebar-secondary .widget_categories .widget-title, 
.sidebar-shop .widget_categories .widget-title  {
    
  margin-bottom:  17px;
    
}
.sidebar-primary .widget_recent_entries .widget-title, 
.sidebar-secondary .widget_recent_entries .widget-title, 
.sidebar-shop .widget_recent_entries .widget-title  {
    
  margin-bottom:  19px;
    
}
.sidebar-primary .widget_recent_entries .post-author__link, 
.sidebar-secondary .widget_recent_entries .post-author__link, 
.sidebar-shop .widget_recent_entries .post-author__link  {
    
  margin-bottom:  1px;
    
}
.sidebar-primary .widget_recent_entries li:before,  .sidebar-primary .widget_recent_entries li:after, 
.sidebar-secondary .widget_recent_entries li:before, 
.sidebar-secondary .widget_recent_entries li:after, 
.sidebar-shop .widget_recent_entries li:before, 
.sidebar-shop .widget_recent_entries li:after  {
    
  display:  table;
    
  content:  "";
    
  line-height:  0;
    
}
.sidebar-primary .widget_recent_entries li:after, 
.sidebar-secondary .widget_recent_entries li:after, 
.sidebar-shop .widget_recent_entries li:after  {
    
  clear:  both;
    
}
.sidebar-primary .widget_recent_entries .post-date, 
.sidebar-secondary .widget_recent_entries .post-date, 
.sidebar-shop .widget_recent_entries .post-date  {
    
  float:  left;
    
  display:  block;
    
  width:  100%;
    
  margin-left:  0;
    
}
.sidebar-primary .widget_recent_entries .post-date:before, 
.sidebar-secondary .widget_recent_entries .post-date:before, 
.sidebar-shop .widget_recent_entries .post-date:before  {
    
  display:  none;
    
}
.sidebar-primary .widget_recent_entries li + li, 
.sidebar-secondary .widget_recent_entries li + li, 
.sidebar-shop .widget_recent_entries li + li  {
    
  margin-top:  4px;
    
}
.sidebar-primary .widget_recent_reviews .widget-title, 
.sidebar-secondary .widget_recent_reviews .widget-title, 
.sidebar-shop .widget_recent_reviews .widget-title  {
    
  margin-bottom:  25px;
    
}
.sidebar-primary .widget_product_tag_cloud, 
.sidebar-secondary .widget_product_tag_cloud, 
.sidebar-shop .widget_product_tag_cloud  {
    
  padding-top:  58px;
    
  margin-bottom:  57px;
    
}
.sidebar-primary .widget_product_tag_cloud .widget-title, 
.sidebar-secondary .widget_product_tag_cloud .widget-title, 
.sidebar-shop .widget_product_tag_cloud .widget-title  {
    
  margin-bottom:  19px;
    
}
.sidebar-primary .widget_recent_comments, 
.sidebar-secondary .widget_recent_comments, 
.sidebar-shop .widget_recent_comments  {
    
  margin-bottom:  58px;
    
}
.sidebar-primary .widget_recent_comments .widget-title, 
.sidebar-secondary .widget_recent_comments .widget-title, 
.sidebar-shop .widget_recent_comments .widget-title  {
    
  margin-bottom:  19px;
    
}
.sidebar-primary .widget_product_categories .widget-title, 
.sidebar-secondary .widget_product_categories .widget-title, 
.sidebar-shop .widget_product_categories .widget-title  {
    
  margin-bottom:  18px;
    
}
.sidebar-primary .widget_price_filter, 
.sidebar-secondary .widget_price_filter, 
.sidebar-shop .widget_price_filter  {
    
  margin-bottom:  58px;
    
}
.sidebar-primary .woocommerce-product-search, 
.sidebar-secondary .woocommerce-product-search, 
.sidebar-shop .woocommerce-product-search  {
    
  margin:  0;
    
  padding:  10px 0;
    
  display:  -webkit-box;
    
  display:  -webkit-flex;
    
  display:  -moz-flex;
    
  display:  -ms-flexbox;
    
  display:  flex;
    
}
.sidebar-primary .woocommerce-product-search .search-field, 
.sidebar-secondary .woocommerce-product-search .search-field, 
.sidebar-shop .woocommerce-product-search .search-field  {
    
  margin-right:  10px;
    
  margin-bottom:  10px;
    
  -webkit-box-flex:  1;
    
  -webkit-flex:  1 1 auto;
    
  -moz-box-flex:  1;
    
  -moz-flex:  1 1 auto;
    
  -ms-flex:  1 1 auto;
    
  flex:  1 1 auto;
    
  min-width:  0;
    
}
.sidebar-primary .woocommerce-product-search button, 
.sidebar-secondary .woocommerce-product-search button, 
.sidebar-shop .woocommerce-product-search button  {
    
  line-height:  1;
    
  padding:  15px 19px 12px;
    
  margin-bottom:  10px;
    
  min-width:  62px;
    
}
.sidebar-primary .widget.tm_about_store_widget .textwidget, 
.sidebar-secondary .widget.tm_about_store_widget .textwidget, 
.sidebar-shop .widget.tm_about_store_widget .textwidget  {
    
  margin-bottom:  6px;
    
}
.sidebar-primary .widget.tm_about_store_widget .btn,  .sidebar-primary .widget.tm_about_store_widget .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .sidebar-primary .widget.tm_about_store_widget a.checkout-button, 
.sidebar-primary .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-primary .widget.tm_about_store_widget a.checkout-button,  .sidebar-primary .widget.tm_about_store_widget .woocommerce .button,  .woocommerce .sidebar-primary .widget.tm_about_store_widget .button, 
.sidebar-primary .widget.tm_about_store_widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-primary .widget.tm_about_store_widget a.checkout-button, 
.sidebar-primary .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-primary .widget.tm_about_store_widget a.checkout-button,  .sidebar-primary .widget.tm_about_store_widget .woocommerce-account .button,  .woocommerce-account .sidebar-primary .widget.tm_about_store_widget .button,  .sidebar-primary .widget.tm_about_store_widget .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .sidebar-primary .widget.tm_about_store_widget a.compare.button, 
.sidebar-primary .widget.tm_about_store_widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-primary .widget.tm_about_store_widget a.compare.checkout-button, 
.sidebar-primary .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-primary .widget.tm_about_store_widget a.compare.checkout-button, 
.sidebar-secondary .widget.tm_about_store_widget .btn, 
.sidebar-secondary .widget.tm_about_store_widget .woocommerce .wc-proceed-to-checkout a.checkout-button, 
.woocommerce .wc-proceed-to-checkout .sidebar-secondary .widget.tm_about_store_widget a.checkout-button, 
.sidebar-secondary .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-secondary .widget.tm_about_store_widget a.checkout-button, 
.sidebar-secondary .widget.tm_about_store_widget .woocommerce .button, 
.woocommerce .sidebar-secondary .widget.tm_about_store_widget .button, 
.sidebar-secondary .widget.tm_about_store_widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary .widget.tm_about_store_widget a.checkout-button, 
.sidebar-secondary .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-secondary .widget.tm_about_store_widget a.checkout-button, 
.sidebar-secondary .widget.tm_about_store_widget .woocommerce-account .button, 
.woocommerce-account .sidebar-secondary .widget.tm_about_store_widget .button, 
.sidebar-secondary .widget.tm_about_store_widget .yith-woocompare-widget a.compare.button, 
.yith-woocompare-widget .sidebar-secondary .widget.tm_about_store_widget a.compare.button, 
.sidebar-secondary .widget.tm_about_store_widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary .widget.tm_about_store_widget a.compare.checkout-button, 
.sidebar-secondary .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-secondary .widget.tm_about_store_widget a.compare.checkout-button, 
.sidebar-shop .widget.tm_about_store_widget .btn, 
.sidebar-shop .widget.tm_about_store_widget .woocommerce .wc-proceed-to-checkout a.checkout-button, 
.woocommerce .wc-proceed-to-checkout .sidebar-shop .widget.tm_about_store_widget a.checkout-button, 
.sidebar-shop .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-shop .widget.tm_about_store_widget a.checkout-button, 
.sidebar-shop .widget.tm_about_store_widget .woocommerce .button, 
.woocommerce .sidebar-shop .widget.tm_about_store_widget .button, 
.sidebar-shop .widget.tm_about_store_widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-shop .widget.tm_about_store_widget a.checkout-button, 
.sidebar-shop .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-shop .widget.tm_about_store_widget a.checkout-button, 
.sidebar-shop .widget.tm_about_store_widget .woocommerce-account .button, 
.woocommerce-account .sidebar-shop .widget.tm_about_store_widget .button, 
.sidebar-shop .widget.tm_about_store_widget .yith-woocompare-widget a.compare.button, 
.yith-woocompare-widget .sidebar-shop .widget.tm_about_store_widget a.compare.button, 
.sidebar-shop .widget.tm_about_store_widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-shop .widget.tm_about_store_widget a.compare.checkout-button, 
.sidebar-shop .widget.tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-shop .widget.tm_about_store_widget a.compare.checkout-button  {
    
  margin-top:  15px;
    
}
@media (min-width:  768px) and (max-width: 1199px)  {
    
  .sidebar-primary .widget.widget_price_filter .price_slider_amount, 
  .sidebar-secondary .widget.widget_price_filter .price_slider_amount, 
  .sidebar-shop .widget.widget_price_filter .price_slider_amount  {
    
    text-align:  left;
    
  }
  .sidebar-primary .widget.widget_price_filter .price_slider_amount button, 
  .sidebar-secondary .widget.widget_price_filter .price_slider_amount button, 
  .sidebar-shop .widget.widget_price_filter .price_slider_amount button  {
    
    float:  none;
    
  }
  .sidebar-primary ul.product_list_widget li img, 
  .sidebar-secondary ul.product_list_widget li img, 
  .sidebar-shop ul.product_list_widget li img  {
    
    float:  none;
    
  }
  .sidebar-primary .widget .product_list_widget > li > a: first-child, 
  .sidebar-secondary .widget .product_list_widget > li > a:first-child, 
  .sidebar-shop .widget .product_list_widget > li > a:first-child  {
    
    float:  none;
    
    display:  inline-block;
    
  }
}
@media (min-width:  768px) and (max-width: 991px)  {
    
  .sidebar-primary .widget.yith-woocompare-widget:before,  .sidebar-primary .widget.yith-woocompare-widget:after, 
  .sidebar-secondary .widget.yith-woocompare-widget:before, 
  .sidebar-secondary .widget.yith-woocompare-widget:after, 
  .sidebar-shop .widget.yith-woocompare-widget:before, 
  .sidebar-shop .widget.yith-woocompare-widget:after  {
    
    display:  table;
    
    content:  "";
    
    line-height:  0;
    
  }
  .sidebar-primary .widget.yith-woocompare-widget:after, 
  .sidebar-secondary .widget.yith-woocompare-widget:after, 
  .sidebar-shop .widget.yith-woocompare-widget:after  {
    
    clear:  both;
    
  }
  .sidebar-primary .widget.yith-woocompare-widget .clear-all, 
  .sidebar-secondary .widget.yith-woocompare-widget .clear-all, 
  .sidebar-shop .widget.yith-woocompare-widget .clear-all  {
    
    margin:  0;
    
    display:  block;
    
  }
  .sidebar-primary .widget.yith-woocompare-widget .button,  .sidebar-primary .widget.yith-woocompare-widget .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .sidebar-primary .widget.yith-woocompare-widget a.checkout-button, 
  .sidebar-primary .widget.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .sidebar-primary .widget.yith-woocompare-widget a.checkout-button, 
  .sidebar-secondary .widget.yith-woocompare-widget .button, 
  .sidebar-secondary .widget.yith-woocompare-widget .woocommerce .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce .wc-proceed-to-checkout .sidebar-secondary .widget.yith-woocompare-widget a.checkout-button, 
  .sidebar-secondary .widget.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary .widget.yith-woocompare-widget a.checkout-button, 
  .sidebar-shop .widget.yith-woocompare-widget .button, 
  .sidebar-shop .widget.yith-woocompare-widget .woocommerce .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce .wc-proceed-to-checkout .sidebar-shop .widget.yith-woocompare-widget a.checkout-button, 
  .sidebar-shop .widget.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .sidebar-shop .widget.yith-woocompare-widget a.checkout-button  {
    
    margin-top:  15px;
    
  }
  .sidebar-primary .widget_calendar .calendar_wrap tbody td a:before, 
  .sidebar-secondary .widget_calendar .calendar_wrap tbody td a:before, 
  .sidebar-shop .widget_calendar .calendar_wrap tbody td a:before  {
    
    width:  23px;
    
    height:  23px;
    
    top:  -1px;
    
    left:  -2px;
    
  }
  .sidebar-primary .widget.widget_search .search-form, 
  .sidebar-secondary .widget.widget_search .search-form, 
  .sidebar-shop .widget.widget_search .search-form  {
    
    display:  block;
    
  }
  .sidebar-primary .widget.widget_search .btn,  .sidebar-primary .widget.widget_search .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .sidebar-primary .widget.widget_search a.checkout-button, 
  .sidebar-primary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-primary .widget.widget_search a.checkout-button,  .sidebar-primary .widget.widget_search .woocommerce .button,  .woocommerce .sidebar-primary .widget.widget_search .button, 
  .sidebar-primary .widget.widget_search .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-primary .widget.widget_search a.checkout-button, 
  .sidebar-primary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-primary .widget.widget_search a.checkout-button,  .sidebar-primary .widget.widget_search .woocommerce-account .button,  .woocommerce-account .sidebar-primary .widget.widget_search .button,  .sidebar-primary .widget.widget_search .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .sidebar-primary .widget.widget_search a.compare.button, 
  .sidebar-primary .widget.widget_search .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-primary .widget.widget_search a.compare.checkout-button, 
  .sidebar-primary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-primary .widget.widget_search a.compare.checkout-button, 
  .sidebar-secondary .widget.widget_search .btn, 
  .sidebar-secondary .widget.widget_search .woocommerce .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce .wc-proceed-to-checkout .sidebar-secondary .widget.widget_search a.checkout-button, 
  .sidebar-secondary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-secondary .widget.widget_search a.checkout-button, 
  .sidebar-secondary .widget.widget_search .woocommerce .button, 
  .woocommerce .sidebar-secondary .widget.widget_search .button, 
  .sidebar-secondary .widget.widget_search .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary .widget.widget_search a.checkout-button, 
  .sidebar-secondary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-secondary .widget.widget_search a.checkout-button, 
  .sidebar-secondary .widget.widget_search .woocommerce-account .button, 
  .woocommerce-account .sidebar-secondary .widget.widget_search .button, 
  .sidebar-secondary .widget.widget_search .yith-woocompare-widget a.compare.button, 
  .yith-woocompare-widget .sidebar-secondary .widget.widget_search a.compare.button, 
  .sidebar-secondary .widget.widget_search .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-secondary .widget.widget_search a.compare.checkout-button, 
  .sidebar-secondary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-secondary .widget.widget_search a.compare.checkout-button, 
  .sidebar-shop .widget.widget_search .btn, 
  .sidebar-shop .widget.widget_search .woocommerce .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce .wc-proceed-to-checkout .sidebar-shop .widget.widget_search a.checkout-button, 
  .sidebar-shop .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-shop .widget.widget_search a.checkout-button, 
  .sidebar-shop .widget.widget_search .woocommerce .button, 
  .woocommerce .sidebar-shop .widget.widget_search .button, 
  .sidebar-shop .widget.widget_search .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-shop .widget.widget_search a.checkout-button, 
  .sidebar-shop .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-shop .widget.widget_search a.checkout-button, 
  .sidebar-shop .widget.widget_search .woocommerce-account .button, 
  .woocommerce-account .sidebar-shop .widget.widget_search .button, 
  .sidebar-shop .widget.widget_search .yith-woocompare-widget a.compare.button, 
  .yith-woocompare-widget .sidebar-shop .widget.widget_search a.compare.button, 
  .sidebar-shop .widget.widget_search .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-shop .widget.widget_search a.compare.checkout-button, 
  .sidebar-shop .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-shop .widget.widget_search a.compare.checkout-button  {
    
    margin-top:  15px;
    
  }
  .sidebar-1-4 .sidebar-primary .widget_calendar .calendar_wrap tbody td a:before,  .sidebar-1-4
  .sidebar-secondary .widget_calendar .calendar_wrap tbody td a:before,  .sidebar-1-4
  .sidebar-shop .widget_calendar .calendar_wrap tbody td a:before  {
    
    width:  20px;
    
    height:  20px;
    
    top:  -1px;
    
    left:  0px;
    
  }
}
@media (min-width:  768px) and (max-width: 1199px)  {
    
  .sidebar-1-4 .sidebar-primary .widget.widget_search .search-form,  .sidebar-1-4
  .sidebar-secondary .widget.widget_search .search-form,  .sidebar-1-4
  .sidebar-shop .widget.widget_search .search-form  {
    
    display:  block;
    
  }
  .sidebar-1-4 .sidebar-primary .widget.widget_search .btn,  .sidebar-1-4 .sidebar-primary .widget.widget_search .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .sidebar-1-4 .sidebar-primary .widget.widget_search a.checkout-button, 
  .sidebar-1-4 .sidebar-primary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-1-4 .sidebar-primary .widget.widget_search a.checkout-button,  .sidebar-1-4 .sidebar-primary .widget.widget_search .woocommerce .button,  .woocommerce .sidebar-1-4 .sidebar-primary .widget.widget_search .button, 
  .sidebar-1-4 .sidebar-primary .widget.widget_search .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-1-4 .sidebar-primary .widget.widget_search a.checkout-button, 
  .sidebar-1-4 .sidebar-primary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-1-4 .sidebar-primary .widget.widget_search a.checkout-button,  .sidebar-1-4 .sidebar-primary .widget.widget_search .woocommerce-account .button,  .woocommerce-account .sidebar-1-4 .sidebar-primary .widget.widget_search .button,  .sidebar-1-4 .sidebar-primary .widget.widget_search .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .sidebar-1-4 .sidebar-primary .widget.widget_search a.compare.button, 
  .sidebar-1-4 .sidebar-primary .widget.widget_search .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-1-4 .sidebar-primary .widget.widget_search a.compare.checkout-button, 
  .sidebar-1-4 .sidebar-primary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-1-4 .sidebar-primary .widget.widget_search a.compare.checkout-button,  .sidebar-1-4
  .sidebar-secondary .widget.widget_search .btn,  .sidebar-1-4
  .sidebar-secondary .widget.widget_search .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .sidebar-1-4
  .sidebar-secondary .widget.widget_search a.checkout-button, 
  .sidebar-1-4
  .sidebar-secondary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-1-4
  .sidebar-secondary .widget.widget_search a.checkout-button,  .sidebar-1-4
  .sidebar-secondary .widget.widget_search .woocommerce .button,  .woocommerce .sidebar-1-4
  .sidebar-secondary .widget.widget_search .button, 
  .sidebar-1-4
  .sidebar-secondary .widget.widget_search .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-1-4
  .sidebar-secondary .widget.widget_search a.checkout-button, 
  .sidebar-1-4
  .sidebar-secondary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-1-4
  .sidebar-secondary .widget.widget_search a.checkout-button,  .sidebar-1-4
  .sidebar-secondary .widget.widget_search .woocommerce-account .button,  .woocommerce-account .sidebar-1-4
  .sidebar-secondary .widget.widget_search .button,  .sidebar-1-4
  .sidebar-secondary .widget.widget_search .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .sidebar-1-4
  .sidebar-secondary .widget.widget_search a.compare.button, 
  .sidebar-1-4
  .sidebar-secondary .widget.widget_search .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-1-4
  .sidebar-secondary .widget.widget_search a.compare.checkout-button, 
  .sidebar-1-4
  .sidebar-secondary .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-1-4
  .sidebar-secondary .widget.widget_search a.compare.checkout-button,  .sidebar-1-4
  .sidebar-shop .widget.widget_search .btn,  .sidebar-1-4
  .sidebar-shop .widget.widget_search .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .sidebar-1-4
  .sidebar-shop .widget.widget_search a.checkout-button, 
  .sidebar-1-4
  .sidebar-shop .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .sidebar-1-4
  .sidebar-shop .widget.widget_search a.checkout-button,  .sidebar-1-4
  .sidebar-shop .widget.widget_search .woocommerce .button,  .woocommerce .sidebar-1-4
  .sidebar-shop .widget.widget_search .button, 
  .sidebar-1-4
  .sidebar-shop .widget.widget_search .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .sidebar-1-4
  .sidebar-shop .widget.widget_search a.checkout-button, 
  .sidebar-1-4
  .sidebar-shop .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .sidebar-1-4
  .sidebar-shop .widget.widget_search a.checkout-button,  .sidebar-1-4
  .sidebar-shop .widget.widget_search .woocommerce-account .button,  .woocommerce-account .sidebar-1-4
  .sidebar-shop .widget.widget_search .button,  .sidebar-1-4
  .sidebar-shop .widget.widget_search .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .sidebar-1-4
  .sidebar-shop .widget.widget_search a.compare.button, 
  .sidebar-1-4
  .sidebar-shop .widget.widget_search .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .sidebar-1-4
  .sidebar-shop .widget.widget_search a.compare.checkout-button, 
  .sidebar-1-4
  .sidebar-shop .widget.widget_search .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .sidebar-1-4
  .sidebar-shop .widget.widget_search a.compare.checkout-button  {
    
    margin-top:  15px;
    
  }
}

@media (min-width:  544px)  {
    
  .search .share-btns__list  {
    
    float:  left;
    
  }
}
.search .hentry  {
    
  padding-bottom:  61px;
    
}

.sidebar-primary, 
.sidebar-secondary, 
.sidebar-shop, 
.footer-area  {
    
  /*Styles for subscribe widget*/
}
.sidebar-primary .widget.widget-subscribe, 
.sidebar-secondary .widget.widget-subscribe, 
.sidebar-shop .widget.widget-subscribe, 
.footer-area .widget.widget-subscribe  {
    
  text-align:  center;
    
  padding-top:  0;
    
  border-top:  none;
    
  margin-bottom:  0;
    
}
.sidebar-primary .widget.widget-subscribe .subscribe-block,  .sidebar-primary .widget.widget-subscribe .follow-block, 
.sidebar-secondary .widget.widget-subscribe .subscribe-block, 
.sidebar-secondary .widget.widget-subscribe .follow-block, 
.sidebar-shop .widget.widget-subscribe .subscribe-block, 
.sidebar-shop .widget.widget-subscribe .follow-block, 
.footer-area .widget.widget-subscribe .subscribe-block, 
.footer-area .widget.widget-subscribe .follow-block  {
    
  padding:  24px 20px 30px;
    
}
.sidebar-primary .widget.widget-subscribe h4.widget-title, 
.sidebar-secondary .widget.widget-subscribe h4.widget-title, 
.sidebar-shop .widget.widget-subscribe h4.widget-title, 
.footer-area .widget.widget-subscribe h4.widget-title  {
    
  margin-bottom:  8px;
    
  word-wrap:  normal;
    
  -moz-hyphens:  none;
    
  hyphens:  none;
    
}
.sidebar-primary .widget.widget-subscribe .subscribe-block__message, 
.sidebar-secondary .widget.widget-subscribe .subscribe-block__message, 
.sidebar-shop .widget.widget-subscribe .subscribe-block__message, 
.footer-area .widget.widget-subscribe .subscribe-block__message  {
    
  padding-bottom:  13px;
    
}
.sidebar-primary .widget.widget-subscribe .social-list--widget a, 
.sidebar-secondary .widget.widget-subscribe .social-list--widget a, 
.sidebar-shop .widget.widget-subscribe .social-list--widget a, 
.footer-area .widget.widget-subscribe .social-list--widget a  {
    
  opacity:  1;
    
}
.sidebar-primary .widget.widget-subscribe .subscribe-block__form, 
.sidebar-secondary .widget.widget-subscribe .subscribe-block__form, 
.sidebar-shop .widget.widget-subscribe .subscribe-block__form, 
.footer-area .widget.widget-subscribe .subscribe-block__form  {
    
  padding:  0 10px;
    
  width:  100%;
    
  margin:  0 auto;
    
}
@media (min-width:  544px)  {
    
  .sidebar-primary .widget.widget-subscribe .subscribe-block__form, 
  .sidebar-secondary .widget.widget-subscribe .subscribe-block__form, 
  .sidebar-shop .widget.widget-subscribe .subscribe-block__form, 
  .footer-area .widget.widget-subscribe .subscribe-block__form  {
    
    width:  100%;
    
    margin:  0 auto;
    
  }
}
.sidebar-primary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group, 
.sidebar-secondary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group, 
.sidebar-shop .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group, 
.footer-area .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group  {
    
  -webkit-flex-wrap:  wrap;
    
  -moz-flex-wrap:  wrap;
    
  -ms-flex-wrap:  wrap;
    
  flex-wrap:  wrap;
    
}
.sidebar-primary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input, 
.sidebar-secondary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input, 
.sidebar-shop .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input, 
.footer-area .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input  {
    
  max-width:  100%;
    
  margin-right:  0;
    
}
@media (min-width:  992px)  {
    
  .sidebar-primary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input, 
  .sidebar-secondary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input, 
  .sidebar-shop .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input, 
  .footer-area .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group input.subscribe-block__input  {
    
    max-width:  100%;
    
    margin-right:  0;
    
  }
}
.sidebar-primary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group a.subscribe-block__submit, 
.sidebar-secondary .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group a.subscribe-block__submit, 
.sidebar-shop .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group a.subscribe-block__submit, 
.footer-area .widget.widget-subscribe .subscribe-block__form .subscribe-block__input-group a.subscribe-block__submit  {
    
  display:  block;
    
  width:  100%;
    
  max-width:  100%;
    
  margin-top:  7px;
    
}
.sidebar-primary .widget.widget-subscribe .follow-block + .subscribe-block, 
.sidebar-secondary .widget.widget-subscribe .follow-block + .subscribe-block, 
.sidebar-shop .widget.widget-subscribe .follow-block + .subscribe-block, 
.footer-area .widget.widget-subscribe .follow-block + .subscribe-block  {
    
  margin:  0;
    
}
.sidebar-primary .widget.widget-subscribe + .widget, 
.sidebar-secondary .widget.widget-subscribe + .widget, 
.sidebar-shop .widget.widget-subscribe + .widget, 
.footer-area .widget.widget-subscribe + .widget  {
    
  border-top:  none;
    
}

@media (min-width:  1200px)  {
    
  .position-one-right-sidebar.sidebar-1-4 #primary.col-md-8  {
    
    padding-right:  9.5%;
    
  }

  .position-one-left-sidebar.sidebar-1-4 #primary.col-md-8  {
    
    padding-left:  9.5%;
    
  }

  .position-one-right-sidebar.sidebar-1-3 #primary.col-md-8  {
    
    padding-right:  9.5%;
    
  }

  .position-one-left-sidebar.sidebar-1-3 #primary.col-md-8  {
    
    padding-left:  9.5%;
    
  }

  .position-one-right-sidebar [class*='sidebar-']  {
    
    position:  relative;
    
  }
  .position-one-right-sidebar [class*='sidebar-']:before  {
    
    content:  '';
    
    position:  absolute;
    
    top:  15px;
    
    left:  -12%;
    
    width:  1px;
    
    height:  calc(100% - 30px);
    
    background:  #e8e8eb;
    
    display:  block;
    
  }

  .sidebar-1-4.position-one-right-sidebar [class*='sidebar-']:before  {
    
    left:  -16%;
    
  }

  .position-one-left-sidebar [class*='sidebar-']  {
    
    position:  relative;
    
  }
  .position-one-left-sidebar [class*='sidebar-']:before  {
    
    content:  '';
    
    position:  absolute;
    
    top:  15px;
    
    right:  -12%;
    
    width:  1px;
    
    height:  calc(100% - 30px);
    
    background:  #e8e8eb;
    
    display:  block;
    
  }

  .sidebar-1-4.position-one-left-sidebar [class*='sidebar-']:before  {
    
    right:  -16%;
    
  }

  body.woocommerce-page.position-one-right-sidebar #primary.col-md-8,  body.woocommerce-page.position-one-left-sidebar #primary.col-md-8  {
    
    padding-left:  0.9375rem;
    
    padding-right:  0.9375rem;
    
  }
  body.woocommerce-page [class*='sidebar-']:before  {
    
    display:  none;
    
  }
}
.posts-list--masonry-2-cols, 
.posts-list--masonry-3-cols  {
    
  margin-right:  -15px;
    
  margin-left:  -15px;
    
}

.posts-list--masonry-2-cols .has-post-thumbnail .sticky__label, 
.posts-list--masonry-3-cols .has-post-thumbnail .sticky__label, 
.posts-list--grid-2-cols .has-post-thumbnail .sticky__label, 
.posts-list--grid-3-cols .has-post-thumbnail .sticky__label  {
    
  top:  0;
    
}

.posts-list--default .post-thumbnail  {
    
  clear:  both;
    
  margin-right:  0;
    
}
@media (min-width:  992px)  {
    
  .posts-list--default .post-thumbnail .post-thumbnail--small  {
    
    float:  left;
    
    margin-top:  23px;
    
    margin-right:  30px;
    
  }
}

/*--------------------------------------------------------------
## Post Formats
--------------------------------------------------------------*/
.post  {
    
  /* Gallery */
  /* Link */
  /* Quote */
  /* Wrapper for non-image featured content */
}
.post-gallery  {
    
  margin:  -10px -10px 10px;
    
}
@media (min-width:  992px)  {
    
  .post-gallery  {
    
    margin:  -30px -30px 30px;
    
  }
}
.entry-content .post-gallery  {
    
  margin-top:  10px;
    
}
.post-gallery img  {
    
  border-radius:  0 0 0 0;
    
  display:  block;
    
}
.entry-content .post-gallery img  {
    
  border-radius:  0;
    
}
.post-gallery .swiper-button-next,  .post-gallery .swiper-button-prev  {
    
  margin-top:  -25px;
    
  top:  50%;
    
  border-radius:  0;
    
}
.post-gallery .swiper-button-prev  {
    
  left:  10px;
    
  border-radius:  0;
    
}
.post-gallery .swiper-button-next  {
    
  right:  10px;
    
  border-radius:  0;
    
}
.post-gallery .material-icons  {
    
  font-size:  24px;
    
}
.post-gallery__caption  {
    
  position:  absolute;
    
  bottom:  0;
    
  left:  0;
    
  right:  0;
    
  padding:  15px;
    
  background:  rgba(0,  0,  0,  0.5);
    
  color:  #fff;
    
}
.post-gallery__link  {
    
  display:  block;
    
}
.post-format-link  {
    
  display:  inline-block;
    
  border-radius:  0;
    
  margin:  10px 0;
    
  padding:  10px 20px 10px 15px;
    
}
.post .post-format-link  {
    
  text-decoration:  underline;
    
}
.post-format-link:before  {
    
  content:  "insert_link";
    
  font-family:  'Material Icons';
    
  font-weight:  normal;
    
  font-style:  normal;
    
  display:  inline-block;
    
  line-height:  1;
    
  text-transform:  none;
    
  letter-spacing:  normal;
    
  word-wrap:  normal;
    
  white-space:  nowrap;
    
  direction:  ltr;
    
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing:  antialiased;
    
  /* Support for Safari and Chrome. */
  text-rendering:  optimizeLegibility;
    
  /* Support for Firefox. */
  -moz-osx-font-smoothing:  grayscale;
    
  /* Support for IE. */
  font-feature-settings:  'liga';
    
  display:  inline-block;
    
  vertical-align:  middle;
    
  margin:  0 5px 0 0;
    
}
.has-thumb .post-thumbnail  {
    
  position:  relative;
    
}
.has-thumb .post-thumbnail__format-link  {
    
  position:  absolute;
    
  top:  50%;
    
  bottom:  50%;
    
  left:  0;
    
  right:  0;
    
  text-align:  center;
    
}
.has-thumb .post-thumbnail__format-link .post-format-link  {
    
  margin:  -20px 0 0 0;
    
}
@media (min-width:  992px)  {
    
  .post-format-quote  {
    
    padding:  26px 30px 25px 70px;
    
  }
}
.post-format-quote:before  {
    
  top:  10px;
    
}
@media (min-width:  992px)  {
    
  .post-format-quote:before  {
    
    left:  21px;
    
    top:  20px;
    
  }
}
.post-featured-content  {
    
  border-radius:  0 0 0 0;
    
  margin:  -10px -10px 10px;
    
}
.posts-list--masonry-3-cols .post-featured-content,  .posts-list--masonry-2-cols .post-featured-content  {
    
  overflow:  visible;
    
}
@media (min-width:  992px)  {
    
  .post-featured-content  {
    
    margin:  -30px -30px 30px;
    
  }
}
.format-video .post-featured-content  {
    
  background:  none;
    
}
.format-video .post-featured-content iframe  {
    
  border-radius:  0 0 0 0;
    
}
.post-featured-content .post__cats  {
    
  margin:  10px 0 0 10px;
    
}
@media (min-width:  992px)  {
    
  .post-featured-content .post__cats  {
    
    margin:  30px 0 0 30px;
    
  }
}
.format-video .post-featured-content .post__cats  {
    
  position:  absolute;
    
  left:  0;
    
  top:  0;
    
  margin:  10px;
    
}
@media (min-width:  992px)  {
    
  .format-video .post-featured-content .post__cats  {
    
    margin:  30px;
    
  }
}
.format-video .post-featured-content .post__cats: first-child  {
    
  position:  static;
    
}
.post.format-status .post__cats  {
    
  padding:  0 0 10px;
    
}

.embed-wrapper .twitter-tweet  {
    
  margin:  10px auto !important;
    
  max-width:  90% !important;
    
}

.fb_iframe_widget  {
    
  max-width:  100%;
    
}
.fb_iframe_widget > span  {
    
  max-width:  100%;
    
}

.format-video .post-featured-content  {
    
  margin:  25px 0 0;
    
}
.format-video .post-featured-content iframe  {
    
  border-radius:  0;
    
}

.post-featured-content  {
    
  margin:  25px 0 0;
    
  border-radius:  0;
    
}

.posts-list .post-thumbnail--fullwidth  {
    
  margin:  25px 0 0;
    
}
.posts-list .post-thumbnail--fullwidth img  {
    
  border-radius:  0;
    
}

.post .post-format-link  {
    
  text-decoration:  none;
    
  border-radius:  0;
    
  padding:  7px 22px 8px;
    
}
.post .post-format-link:before  {
    
  content:  '\e06e';
    
  font-family:  "fl-line-icon-set";
    
  position:  relative;
    
  top:  -2px;
    
  left:  -1px;
    
  font-size:  34px;
    
}

.has-thumb .post-thumbnail__format-link  {
    
  bottom:  auto;
    
  -webkit-transform:  translateY(-50%) translateZ(0);
    
  transform:  translateY(-50%) translateZ(0);
    
}
.has-thumb .post-thumbnail__format-link .post-format-link  {
    
  margin:  -2px 0 0;
    
}

.audio-player-wrap  {
    
  position:  relative;
    
  padding:  22px 20px 22px 70px;
    
}
.audio-player-wrap:before  {
    
  content:  '\e022';
    
  font-family:  'fl-line-icon-set';
    
  position:  absolute;
    
  top:  22px;
    
  left:  22px;
    
  font-size:  34px;
    
  line-height:  1;
    
}
.entry-content .audio-player-wrap  {
    
  margin-top:  13px;
    
  margin-bottom:  15px;
    
}
@media (max-width:  479px)  {
    
  .audio-player-wrap  {
    
    padding:  0;
    
  }
  .audio-player-wrap:before  {
    
    display:  none;
    
  }
}

.blog .post_format-post-format-aside header * + .entry-meta  {
    
  margin-top:  28px;
    
  display:  inline-block;
    
}

.posts-list .post-thumbnail--fullwidth: first-child img  {
    
  border-radius:  0;
    
}

.post__date .post-date__link  {
    
  min-width:  59px;
    
  padding:  0 10px;
    
  height:  59px;
    
  display:  block;
    
  border-radius:  50%;
    
  text-align:  center;
    
  box-sizing:  border-box;
    
}
.post__date .post-date__link time  {
    
  display:  inline-block;
    
  word-wrap:  normal;
    
  -moz-hyphens:  none;
    
  hyphens:  none;
    
  font-size:  14px;
    
  line-height:  1em;
    
}
.post__date .post-date__link time span  {
    
  font-size:  28px;
    
  line-height:  1em;
    
  display:  block;
    
  padding-bottom:  4px;
    
}

.post .post__date  {
    
  float:  left;
    
  margin-right:  29px;
    
}
.post .post__date .post-date__link  {
    
  position:  relative;
    
  min-width:  139px;
    
  padding:  0 10px;
    
  height:  69px;
    
  display:  block;
    
  border-radius:  50%;
    
  text-align:  center;
    
  box-sizing:  border-box;
    
  z-index:  1;
    
}
.post .post__date .post-date__link:before  {
    
  content:  '';
    
  position:  absolute;
    
  top:  0;
    
  left:  0;
    
  z-index:  -1;
    
  border-style:  solid;
    
  border-width:  69px 69px 0 69px;
    
  transition:  all .3s ease;
    
}
.post .post__date .post-date__link time  {
    
  display:  inline-block;
    
  word-wrap:  normal;
    
  -moz-hyphens:  none;
    
  hyphens:  none;
    
  font-size:  14px;
    
  line-height:  14px;
    
  font-weight:  700;
    
  width:  100%;
    
  margin-top:  13px;
    
  text-transform:  uppercase;
    
  max-width:  60px;
    
}
.post .post__date .post-date__link time span  {
    
  font-size:  23px;
    
  line-height:  14px;
    
  display:  block;
    
}
.post .post-thumbnail,  .post .format-quote  {
    
  position:  relative;
    
}
.post .post-thumbnail .post__date,  .post .format-quote .post__date  {
    
  position:  static;
    
  top:  0;
    
  left:  50%;
    
  margin:  0 0 0 -69px;
    
  float:  none;
    
}
.post .post-thumbnail * + .post__date,  .post .format-quote * + .post__date  {
    
  position:  absolute;
    
}
.post .format-quote .post__date  {
    
  position:  absolute;
    
}
.post * + .entry-meta  {
    
  margin-top:  17px;
    
}
.post .entry-meta span  {
    
  margin:  0 3px 0 0;
    
}
.post .entry-meta * + .post__comments:before  {
    
  content:  '\2022';
    
  margin-right:  6px;
    
}
.post .post__cats,  .post .post__tags  {
    
  margin-top:  11px;
    
}
.post .post__cats a,  .post .post__tags a  {
    
  padding:  0;
    
}
.post .post__cats a:after,  .post .post__tags a:after  {
    
  content:  ', ';
    
}
.post .post__cats a: last-child:after,  .post .post__tags a:last-child:after  {
    
  content:  '';
    
}
@media (max-width:  479px)  {
    
  .post .post__date  {
    
    float:  none;
    
    display:  inline-block;
    
  }
}

.single-post .post-thumbnail  {
    
  margin-top:  25px;
    
}

.posts-list--default .post .entry-title, 
.single-post .post .entry-title  {
    
  margin-bottom:  10px;
    
}
.posts-list--default .post .post__date .post-date__link, 
.single-post .post .post__date .post-date__link  {
    
  min-width:  0;
    
  padding:  0;
    
  height:  auto;
    
}
.posts-list--default .post .post__date .post-date__link:before, 
.single-post .post .post__date .post-date__link:before  {
    
  display:  none;
    
}
.posts-list--default .post .post__date .post-date__link time, 
.single-post .post .post__date .post-date__link time  {
    
  margin-top:  0;
    
  margin-right:  4px;
    
  max-width:  none;
    
}
.posts-list--default .post .post__date .post-date__link time span, 
.single-post .post .post__date .post-date__link time span  {
    
  display:  inline-block;
    
}

@media (min-width:  1201px) and (max-width: 1360px)  {
    
  .blog .post__date,  .blog .post__comments,  .single .post__date,  .single .post__comments,  .archive .post__date,  .archive .post__comments  {
    
    display:  inline-block;
    
  }
}
.posts-list--default .hentry.post + .post  {
    
  margin-top:  49px;
    
}

.blog .hentry.post,  .single .hentry.post  {
    
  margin:  0;
    
  padding-bottom:  61px;
    
  border-radius:  0;
    
}
.blog .hentry.post + .post,  .single .hentry.post + .post  {
    
  display:  block;
    
}

.posts-list__item .entry-content p  {
    
  margin:  7px 0;
    
}

body [class*='posts-'] .entry-content  {
    
  margin:  23px 0 0;
    
}
body [class*='posts-'] footer.entry-footer a.btn,  body [class*='posts-'] footer.entry-footer .woocommerce a.button,  .woocommerce body [class*='posts-'] footer.entry-footer a.button,  body [class*='posts-'] footer.entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout body [class*='posts-'] footer.entry-footer a.checkout-button, 
body [class*='posts-'] footer.entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce body [class*='posts-'] footer.entry-footer a.checkout-button,  body [class*='posts-'] footer.entry-footer .woocommerce-account a.button,  .woocommerce-account body [class*='posts-'] footer.entry-footer a.button, 
body [class*='posts-'] footer.entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout body [class*='posts-'] footer.entry-footer a.checkout-button, 
body [class*='posts-'] footer.entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account body [class*='posts-'] footer.entry-footer a.checkout-button,  body [class*='posts-'] footer.entry-footer .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget body [class*='posts-'] footer.entry-footer a.compare.button, 
body [class*='posts-'] footer.entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout body [class*='posts-'] footer.entry-footer a.compare.checkout-button, 
body [class*='posts-'] footer.entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget body [class*='posts-'] footer.entry-footer a.compare.checkout-button  {
    
  padding:  15px 22px;
    
}

.posts-list .entry-footer  {
    
  margin-top:  10px;
    
  margin-right:  0;
    
  margin-left:  0;
    
  padding-right:  0;
    
  padding-left:  0;
    
}

.posts-list .share-btns__list:before,  .posts-list .entry-footer .btn:before,  .posts-list .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button:before,  .woocommerce .wc-proceed-to-checkout .posts-list .entry-footer a.checkout-button:before, 
.posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button:before, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list .entry-footer a.checkout-button:before,  .posts-list .entry-footer .woocommerce .button:before,  .woocommerce .posts-list .entry-footer .button:before, 
.posts-list .entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button:before, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list .entry-footer a.checkout-button:before, 
.posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button:before, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list .entry-footer a.checkout-button:before,  .posts-list .entry-footer .woocommerce-account .button:before,  .woocommerce-account .posts-list .entry-footer .button:before,  .posts-list .entry-footer .woocommerce .wishlist_table td.product-add-to-cart a.button:before,  .woocommerce .wishlist_table td.product-add-to-cart .posts-list .entry-footer a.button:before,  .posts-list .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart a.button:before,  .woocommerce-account .wishlist_table td.product-add-to-cart .posts-list .entry-footer a.button:before,  .posts-list .entry-footer .yith-woocompare-widget a.compare.button:before,  .yith-woocompare-widget .posts-list .entry-footer a.compare.button:before, 
.posts-list .entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:before, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list .entry-footer a.compare.checkout-button:before, 
.posts-list .entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:before, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list .entry-footer a.compare.checkout-button:before  {
    
  display:  none;
    
}

.share-btns__list  {
    
  margin-top:  23px;
    
}

.entry-footer .btn,  .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .entry-footer a.checkout-button, 
.entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .entry-footer a.checkout-button,  .entry-footer .woocommerce .button,  .woocommerce .entry-footer .button, 
.entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .entry-footer a.checkout-button, 
.entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .entry-footer a.checkout-button,  .entry-footer .woocommerce-account .button,  .woocommerce-account .entry-footer .button,  .entry-footer .woocommerce .wishlist_table td.product-add-to-cart a.button,  .woocommerce .wishlist_table td.product-add-to-cart .entry-footer a.button,  .entry-footer .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout .entry-footer a.checkout-button,  .entry-footer .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.checkout-button,  .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .entry-footer a.checkout-button,  .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart a.button,  .woocommerce-account .wishlist_table td.product-add-to-cart .entry-footer a.button,  .entry-footer .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout .entry-footer a.checkout-button,  .entry-footer .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .entry-footer a.compare.button, 
.entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .entry-footer a.compare.checkout-button, 
.entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .entry-footer a.compare.checkout-button  {
    
  margin-top:  0;
    
}

body .post-gallery  {
    
  margin:  25px 0 0;
    
}
body .post-gallery img  {
    
  border-radius:  0;
    
}

.hentry.post.post_format-post-format-image .post-thumbnail__link,  .hentry.post .post-gallery__link  {
    
  position:  relative;
    
}
.hentry.post.post_format-post-format-image .post-thumbnail__link:before,  .hentry.post .post-gallery__link:before  {
    
  content:  '\e03d';
    
  position:  absolute;
    
  top:  50%;
    
  left:  50%;
    
  font-family:  "fl-line-icon-set";
    
  width:  50px;
    
  height:  50px;
    
  font-size:  29px;
    
  line-height:  50px;
    
  border-radius:  50%;
    
  text-align:  center;
    
  transition:  all .3s ease;
    
  -webkit-transform:  translate(-50%,  -50%) translateX(0) scale(0);
    
  transform:  translate(-50%,  -50%) translateX(0) scale(0);
    
}
.hentry.post.post_format-post-format-image .post-thumbnail__link: hover:before,  .hentry.post .post-gallery__link:hover:before  {
    
  -webkit-transform:  translate(-50%,  -50%) translateX(0) scale(1);
    
  transform:  translate(-50%,  -50%) translateX(0) scale(1);
    
}

.single.single-post .hentry.post.post_format-post-format-image .post-thumbnail__link,  .single.single-post .hentry.post .post-gallery__link  {
    
  position:  static;
    
}

.posts-list--grid-2-cols .hentry.post,  .posts-list--grid-3-cols .hentry.post, 
.posts-list--masonry-2-cols .hentry.post,  .posts-list--masonry-3-cols .hentry.post  {
    
  margin-right:  15px;
    
  margin-bottom:  35px;
    
  margin-left:  15px;
    
  padding-bottom:  40px;
    
  text-align:  center;
    
  background:  #fff;
    
  box-shadow:  0 8px 21px 0 rgba(213,  213,  213,  0.49);
    
}
.posts-list--grid-2-cols .hentry.post: hover .post__date,  .posts-list--grid-3-cols .hentry.post:hover .post__date, 
.posts-list--masonry-2-cols .hentry.post:hover .post__date,  .posts-list--masonry-3-cols .hentry.post:hover .post__date  {
    
  opacity:  1;
    
  visibility:  visible;
    
}
.posts-list--grid-2-cols .hentry.post .entry-header,  .posts-list--grid-3-cols .hentry.post .entry-header, 
.posts-list--masonry-2-cols .hentry.post .entry-header,  .posts-list--masonry-3-cols .hentry.post .entry-header  {
    
  margin-top:  27px;
    
  padding:  0 15px;
    
}
.posts-list--grid-2-cols .hentry.post h5.entry-title,  .posts-list--grid-3-cols .hentry.post h5.entry-title, 
.posts-list--masonry-2-cols .hentry.post h5.entry-title,  .posts-list--masonry-3-cols .hentry.post h5.entry-title  {
    
  margin-bottom:  6px;
    
}
.posts-list--grid-2-cols .hentry.post * + .entry-meta,  .posts-list--grid-3-cols .hentry.post * + .entry-meta, 
.posts-list--masonry-2-cols .hentry.post * + .entry-meta,  .posts-list--masonry-3-cols .hentry.post * + .entry-meta  {
    
  margin-top:  6px;
    
}
.posts-list--grid-2-cols .hentry.post .entry-content,  .posts-list--grid-3-cols .hentry.post .entry-content, 
.posts-list--masonry-2-cols .hentry.post .entry-content,  .posts-list--masonry-3-cols .hentry.post .entry-content  {
    
  margin:  19px 0 0;
    
  padding:  0 15px;
    
}
.posts-list--grid-2-cols .hentry.post .btn,  .posts-list--grid-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button, 
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-2-cols .hentry.post a.checkout-button,  .posts-list--grid-2-cols .hentry.post .woocommerce .button,  .woocommerce .posts-list--grid-2-cols .hentry.post .button, 
.posts-list--grid-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button, 
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-2-cols .hentry.post a.checkout-button,  .posts-list--grid-2-cols .hentry.post .woocommerce-account .button,  .woocommerce-account .posts-list--grid-2-cols .hentry.post .button,  .posts-list--grid-2-cols .hentry.post .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.button, 
.posts-list--grid-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.compare.checkout-button, 
.posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.checkout-button,  .posts-list--grid-3-cols .hentry.post .btn,  .posts-list--grid-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button, 
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-3-cols .hentry.post a.checkout-button,  .posts-list--grid-3-cols .hentry.post .woocommerce .button,  .woocommerce .posts-list--grid-3-cols .hentry.post .button, 
.posts-list--grid-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button, 
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-3-cols .hentry.post a.checkout-button,  .posts-list--grid-3-cols .hentry.post .woocommerce-account .button,  .woocommerce-account .posts-list--grid-3-cols .hentry.post .button,  .posts-list--grid-3-cols .hentry.post .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.button, 
.posts-list--grid-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.compare.checkout-button, 
.posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.checkout-button, 
.posts-list--masonry-2-cols .hentry.post .btn, 
.posts-list--masonry-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button, 
.woocommerce .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button, 
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-2-cols .hentry.post a.checkout-button, 
.posts-list--masonry-2-cols .hentry.post .woocommerce .button, 
.woocommerce .posts-list--masonry-2-cols .hentry.post .button, 
.posts-list--masonry-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button, 
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-2-cols .hentry.post a.checkout-button, 
.posts-list--masonry-2-cols .hentry.post .woocommerce-account .button, 
.woocommerce-account .posts-list--masonry-2-cols .hentry.post .button, 
.posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget a.compare.button, 
.yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.button, 
.posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button, 
.posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button,  .posts-list--masonry-3-cols .hentry.post .btn,  .posts-list--masonry-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button, 
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-3-cols .hentry.post a.checkout-button,  .posts-list--masonry-3-cols .hentry.post .woocommerce .button,  .woocommerce .posts-list--masonry-3-cols .hentry.post .button, 
.posts-list--masonry-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button, 
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-3-cols .hentry.post a.checkout-button,  .posts-list--masonry-3-cols .hentry.post .woocommerce-account .button,  .woocommerce-account .posts-list--masonry-3-cols .hentry.post .button,  .posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.button, 
.posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button, 
.posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button  {
    
  background:  none;
    
  padding:  0;
    
  margin:  0;
    
  float:  none;
    
  position:  relative;
    
  width:  auto;
    
  transition:  all 0.3s ease;
    
}
@media (min-width:  992px)  {
    
  .posts-list--grid-2-cols .hentry.post .btn,  .posts-list--grid-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button, 
  .posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-2-cols .hentry.post a.checkout-button,  .posts-list--grid-2-cols .hentry.post .woocommerce .button,  .woocommerce .posts-list--grid-2-cols .hentry.post .button, 
  .posts-list--grid-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.checkout-button, 
  .posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-2-cols .hentry.post a.checkout-button,  .posts-list--grid-2-cols .hentry.post .woocommerce-account .button,  .woocommerce-account .posts-list--grid-2-cols .hentry.post .button,  .posts-list--grid-2-cols .hentry.post .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.button, 
  .posts-list--grid-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-2-cols .hentry.post a.compare.checkout-button, 
  .posts-list--grid-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-2-cols .hentry.post a.compare.checkout-button,  .posts-list--grid-3-cols .hentry.post .btn,  .posts-list--grid-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button, 
  .posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--grid-3-cols .hentry.post a.checkout-button,  .posts-list--grid-3-cols .hentry.post .woocommerce .button,  .woocommerce .posts-list--grid-3-cols .hentry.post .button, 
  .posts-list--grid-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.checkout-button, 
  .posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--grid-3-cols .hentry.post a.checkout-button,  .posts-list--grid-3-cols .hentry.post .woocommerce-account .button,  .woocommerce-account .posts-list--grid-3-cols .hentry.post .button,  .posts-list--grid-3-cols .hentry.post .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.button, 
  .posts-list--grid-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--grid-3-cols .hentry.post a.compare.checkout-button, 
  .posts-list--grid-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--grid-3-cols .hentry.post a.compare.checkout-button, 
  .posts-list--masonry-2-cols .hentry.post .btn, 
  .posts-list--masonry-2-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button, 
  .posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-2-cols .hentry.post a.checkout-button, 
  .posts-list--masonry-2-cols .hentry.post .woocommerce .button, 
  .woocommerce .posts-list--masonry-2-cols .hentry.post .button, 
  .posts-list--masonry-2-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.checkout-button, 
  .posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-2-cols .hentry.post a.checkout-button, 
  .posts-list--masonry-2-cols .hentry.post .woocommerce-account .button, 
  .woocommerce-account .posts-list--masonry-2-cols .hentry.post .button, 
  .posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget a.compare.button, 
  .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.button, 
  .posts-list--masonry-2-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button, 
  .posts-list--masonry-2-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-2-cols .hentry.post a.compare.checkout-button,  .posts-list--masonry-3-cols .hentry.post .btn,  .posts-list--masonry-3-cols .hentry.post .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button, 
  .posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--masonry-3-cols .hentry.post a.checkout-button,  .posts-list--masonry-3-cols .hentry.post .woocommerce .button,  .woocommerce .posts-list--masonry-3-cols .hentry.post .button, 
  .posts-list--masonry-3-cols .hentry.post .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.checkout-button, 
  .posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--masonry-3-cols .hentry.post a.checkout-button,  .posts-list--masonry-3-cols .hentry.post .woocommerce-account .button,  .woocommerce-account .posts-list--masonry-3-cols .hentry.post .button,  .posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.button, 
  .posts-list--masonry-3-cols .hentry.post .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button, 
  .posts-list--masonry-3-cols .hentry.post .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--masonry-3-cols .hentry.post a.compare.checkout-button  {
    
    height:  34px;
    
    line-height:  34px;
    
  }
}
.posts-list--grid-2-cols .hentry.post .post__date,  .posts-list--grid-3-cols .hentry.post .post__date, 
.posts-list--masonry-2-cols .hentry.post .post__date,  .posts-list--masonry-3-cols .hentry.post .post__date  {
    
  float:  none;
    
  margin-right:  auto;
    
  display:  inline-block;
    
  z-index:  2;
    
  opacity:  0;
    
  visibility:  hidden;
    
  transition:  all .3s ease;
    
}
.posts-list--grid-2-cols .hentry.post .post-thumbnail__format-link,  .posts-list--grid-3-cols .hentry.post .post-thumbnail__format-link, 
.posts-list--masonry-2-cols .hentry.post .post-thumbnail__format-link,  .posts-list--masonry-3-cols .hentry.post .post-thumbnail__format-link  {
    
  margin-left:  15px;
    
  margin-right:  15px;
    
}
.posts-list--grid-2-cols .hentry.post .post-thumbnail__format-link .post-format-link,  .posts-list--grid-3-cols .hentry.post .post-thumbnail__format-link .post-format-link, 
.posts-list--masonry-2-cols .hentry.post .post-thumbnail__format-link .post-format-link,  .posts-list--masonry-3-cols .hentry.post .post-thumbnail__format-link .post-format-link  {
    
  position:  relative;
    
  padding:  7px 22px 8px 67px;
    
  text-align:  left;
    
}
.posts-list--grid-2-cols .hentry.post .post-thumbnail__format-link .post-format-link:before,  .posts-list--grid-3-cols .hentry.post .post-thumbnail__format-link .post-format-link:before, 
.posts-list--masonry-2-cols .hentry.post .post-thumbnail__format-link .post-format-link:before,  .posts-list--masonry-3-cols .hentry.post .post-thumbnail__format-link .post-format-link:before  {
    
  position:  absolute;
    
  top:  5px;
    
  left:  23px;
    
}
.posts-list--grid-2-cols .hentry.post .post__date ~ .post-thumbnail__format-link,  .posts-list--grid-3-cols .hentry.post .post__date ~ .post-thumbnail__format-link, 
.posts-list--masonry-2-cols .hentry.post .post__date ~ .post-thumbnail__format-link,  .posts-list--masonry-3-cols .hentry.post .post__date ~ .post-thumbnail__format-link  {
    
  margin-top:  14px;
    
}
.posts-list--grid-2-cols .hentry.post .format-quote .post__date + .post-format-quote,  .posts-list--grid-3-cols .hentry.post .format-quote .post__date + .post-format-quote, 
.posts-list--masonry-2-cols .hentry.post .format-quote .post__date + .post-format-quote,  .posts-list--masonry-3-cols .hentry.post .format-quote .post__date + .post-format-quote  {
    
  padding:  137px 50px 57px;
    
}
.posts-list--grid-2-cols .hentry.post .format-quote .post__date + .post-format-quote:before,  .posts-list--grid-3-cols .hentry.post .format-quote .post__date + .post-format-quote:before, 
.posts-list--masonry-2-cols .hentry.post .format-quote .post__date + .post-format-quote:before,  .posts-list--masonry-3-cols .hentry.post .format-quote .post__date + .post-format-quote:before  {
    
  top:  76px;
    
  left:  50%;
    
  -webkit-transform:  translateX(-50%);
    
  transform:  translateX(-50%);
    
}
.posts-list--grid-2-cols.posts-list .post-thumbnail--fullwidth,  .posts-list--grid-2-cols .post-gallery,  .posts-list--grid-2-cols .post-featured-content.format-quote,  .posts-list--grid-3-cols.posts-list .post-thumbnail--fullwidth,  .posts-list--grid-3-cols .post-gallery,  .posts-list--grid-3-cols .post-featured-content.format-quote, 
.posts-list--masonry-2-cols.posts-list .post-thumbnail--fullwidth, 
.posts-list--masonry-2-cols .post-gallery, 
.posts-list--masonry-2-cols .post-featured-content.format-quote,  .posts-list--masonry-3-cols.posts-list .post-thumbnail--fullwidth,  .posts-list--masonry-3-cols .post-gallery,  .posts-list--masonry-3-cols .post-featured-content.format-quote  {
    
  margin:  0;
    
}
.posts-list--grid-2-cols .format-video .post-featured-content,  .posts-list--grid-3-cols .format-video .post-featured-content, 
.posts-list--masonry-2-cols .format-video .post-featured-content,  .posts-list--masonry-3-cols .format-video .post-featured-content  {
    
  margin:  5px 0;
    
}
.posts-list--grid-2-cols .post .post__date .post-date__link time,  .posts-list--grid-3-cols .post .post__date .post-date__link time, 
.posts-list--masonry-2-cols .post .post__date .post-date__link time,  .posts-list--masonry-3-cols .post .post__date .post-date__link time  {
    
  line-height:  18px;
    
}
.posts-list--grid-2-cols .post .post__date .post-date__link time: first-line,  .posts-list--grid-3-cols .post .post__date .post-date__link time:first-line, 
.posts-list--masonry-2-cols .post .post__date .post-date__link time:first-line,  .posts-list--masonry-3-cols .post .post__date .post-date__link time:first-line  {
    
  font-size:  23px;
    
  line-height:  14px;
    
  display:  block;
    
}

.posts-list--masonry-2-cols .hentry.post,  .posts-list--masonry-3-cols .hentry.post  {
    
  box-shadow:  none;
    
}

.blog-grid-3-cols .posts-list--grid-3-cols .hentry.post .format-quote .post__date + .post-format-quote,  .blog-grid-3-cols .posts-list--masonry-3-cols .hentry.post .format-quote .post__date + .post-format-quote,  .blog-masonry-3-cols .posts-list--grid-3-cols .hentry.post .format-quote .post__date + .post-format-quote,  .blog-masonry-3-cols .posts-list--masonry-3-cols .hentry.post .format-quote .post__date + .post-format-quote  {
    
  padding:  117px 20px 67px;
    
}
.blog-grid-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link,  .blog-grid-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link,  .blog-masonry-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link,  .blog-masonry-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link  {
    
  position:  static;
    
  margin:  15px 0;
    
  -webkit-transform:  translateY(0) translateZ(0);
    
  transform:  translateY(0) translateZ(0);
    
  padding:  0;
    
}
.blog-grid-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link .post-format-link,  .blog-grid-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link .post-format-link,  .blog-masonry-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link .post-format-link,  .blog-masonry-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link .post-format-link  {
    
  display:  block;
    
  padding:  50px 20px 15px;
    
}
.blog-grid-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:before,  .blog-grid-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:before,  .blog-masonry-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:before,  .blog-masonry-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:before  {
    
  top:  12px;
    
  right:  0;
    
  left:  0;
    
  text-align:  center;
    
  margin:  0;
    
}
.blog-grid-3-cols .posts-list--grid-3-cols .audio-player-wrap,  .blog-grid-3-cols .posts-list--masonry-3-cols .audio-player-wrap,  .blog-masonry-3-cols .posts-list--grid-3-cols .audio-player-wrap,  .blog-masonry-3-cols .posts-list--masonry-3-cols .audio-player-wrap  {
    
  padding:  0;
    
}
.blog-grid-3-cols .posts-list--grid-3-cols .audio-player-wrap:before,  .blog-grid-3-cols .posts-list--masonry-3-cols .audio-player-wrap:before,  .blog-masonry-3-cols .posts-list--grid-3-cols .audio-player-wrap:before,  .blog-masonry-3-cols .posts-list--masonry-3-cols .audio-player-wrap:before  {
    
  display:  none;
    
}
@media (min-width:  768px)  {
    
  .blog-grid-3-cols .post-gallery .swiper-button-next,  .blog-grid-3-cols .post-gallery .swiper-button-prev,  .blog-masonry-3-cols .post-gallery .swiper-button-next,  .blog-masonry-3-cols .post-gallery .swiper-button-prev  {
    
    margin-top:  0;
    
    top:  auto;
    
    bottom:  10px;
    
    width:  35px;
    
    height:  35px;
    
  }
  .blog-grid-3-cols .post-gallery .swiper-button-next:after,  .blog-grid-3-cols .post-gallery .swiper-button-prev:after,  .blog-masonry-3-cols .post-gallery .swiper-button-next:after,  .blog-masonry-3-cols .post-gallery .swiper-button-prev:after  {
    
    line-height:  36px;
    
  }
}

@media (max-width:  479px)  {
    
  article.posts-list__item .hentry.post .format-quote .post__date + .post-format-quote  {
    
    padding:  117px 20px 67px;
    
  }
  article.posts-list__item .hentry.post .post-thumbnail__format-link  {
    
    position:  static;
    
    display:  block;
    
    -webkit-transform:  translateY(0) translateZ(0);
    
    transform:  translateY(0) translateZ(0);
    
    margin-right:  0;
    
    margin-left:  0;
    
  }
  article.posts-list__item .hentry.post .post-thumbnail__format-link .post-format-link  {
    
    margin:  0;
    
    padding:  7px 20px 8px;
    
  }
  article.posts-list__item .hentry.post .post-thumbnail__format-link .post-format-link:before  {
    
    display:  none;
    
  }
}
.posts-list--masonry-2-cols  {
    
  column-count:  2;
    
  -moz-column-count:  2;
    
  -webkit-column-count:  2;
    
}
@media (max-width:  1199px)  {
    
  .posts-list--masonry-2-cols  {
    
    column-count:  1;
    
    -moz-column-count:  1;
    
    -webkit-column-count:  1;
    
  }
}

.posts-list--masonry-3-cols  {
    
  column-count:  3;
    
  -moz-column-count:  3;
    
  -webkit-column-count:  3;
    
}
@media (min-width:  768px) and (max-width: 1199px)  {
    
  .posts-list--masonry-3-cols  {
    
    column-count:  2;
    
    -moz-column-count:  2;
    
    -webkit-column-count:  2;
    
  }
}
@media (max-width:  767px)  {
    
  .posts-list--masonry-3-cols  {
    
    column-count:  1;
    
    -moz-column-count:  1;
    
    -webkit-column-count:  1;
    
  }
}

.posts-list--grid-3-cols .two-sidebars .card,  .posts-list--masonry-3-cols .two-sidebars .card  {
    
  -webkit-box-flex:  1;
    
  -webkit-flex:  1 0 calc(100% / 3 - 1.875rem);
    
  -moz-box-flex:  1;
    
  -moz-flex:  1 0 calc(100% / 3 - 1.875rem);
    
  -ms-flex:  1 0 calc(100% / 3 - 1.875rem);
    
  flex:  1 0 calc(100% / 3 - 1.875rem);
    
  max-width:  calc(100% / 3 - 1.875rem);
    
}

@media (min-width:  768px) and (max-width: 1199px)  {
    
  .posts-list--grid-2-cols .posts-list__item  {
    
    -webkit-box-flex:  1;
    
    -webkit-flex:  1 0 calc(100% - 1.875rem);
    
    -moz-box-flex:  1;
    
    -moz-flex:  1 0 calc(100% - 1.875rem);
    
    -ms-flex:  1 0 calc(100% - 1.875rem);
    
    flex:  1 0 calc(100% - 1.875rem);
    
    max-width:  calc(100% - 1.875rem);
    
  }
}
@media (min-width:  768px) and (max-width: 1199px)  {
    
  .posts-list--grid-3-cols  {
    
    column-count:  2;
    
    -moz-column-count:  2;
    
    -webkit-column-count:  2;
    
  }
  .posts-list--grid-3-cols .posts-list__item  {
    
    -webkit-box-flex:  1;
    
    -webkit-flex:  1 0 calc(100% / 2 - 1.875rem);
    
    -moz-box-flex:  1;
    
    -moz-flex:  1 0 calc(100% / 2 - 1.875rem);
    
    -ms-flex:  1 0 calc(100% / 2 - 1.875rem);
    
    flex:  1 0 calc(100% / 2 - 1.875rem);
    
    max-width:  calc(100% / 2 - 1.875rem);
    
  }
}
@media (max-width:  767px)  {
    
  .posts-list--grid-2-cols .post-thumbnail,  .posts-list--grid-2-cols .format-video .post-thumbnail,  .posts-list--grid-3-cols .post-thumbnail,  .posts-list--grid-3-cols .format-video .post-thumbnail  {
    
    max-width:  370px;
    
    margin-left:  auto;
    
    margin-right:  auto;
    
  }

  .posts-list--masonry-2-cols .hentry.post,  .posts-list--masonry-3-cols .hentry.post  {
    
    margin-right:  0;
    
    margin-left:  0;
    
  }
}
@media (max-width:  992px)  {
    
  body .card .entry-meta > span  {
    
    display:  inline-block;
    
  }
}
.blog .posts-list--masonry-2-cols article,  .blog .posts-list--masonry-3-cols article  {
    
  overflow:  visible;
    
  display:  inline-block;
    
  width:  100%;
    
}
.blog .posts-list--masonry-2-cols article + .hentry.post,  .blog .posts-list--masonry-3-cols article + .hentry.post  {
    
  display:  inline-block;
    
}

@media (max-width:  991px)  {
    
  .posts-list__item .btn,  .posts-list__item .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list__item a.checkout-button, 
  .posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list__item a.checkout-button,  .posts-list__item .woocommerce .button,  .woocommerce .posts-list__item .button, 
  .posts-list__item .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list__item a.checkout-button, 
  .posts-list__item .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list__item a.checkout-button,  .posts-list__item .woocommerce-account .button,  .woocommerce-account .posts-list__item .button,  .posts-list__item .woocommerce .wishlist_table td.product-add-to-cart a.button,  .woocommerce .wishlist_table td.product-add-to-cart .posts-list__item a.button,  .posts-list__item .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout .posts-list__item a.checkout-button,  .posts-list__item .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.checkout-button,  .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .posts-list__item a.checkout-button,  .posts-list__item .woocommerce-account .wishlist_table td.product-add-to-cart a.button,  .woocommerce-account .wishlist_table td.product-add-to-cart .posts-list__item a.button,  .posts-list__item .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout .posts-list__item a.checkout-button,  .posts-list__item .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .posts-list__item a.compare.button, 
  .posts-list__item .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list__item a.compare.checkout-button, 
  .posts-list__item .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list__item a.compare.checkout-button  {
    
    width:  auto;
    
    height:  auto;
    
  }

  .posts-list--default .posts-list__item .btn__text,  .posts-list.sticky .posts-list__item .btn__text  {
    
    display:  inline-block;
    
  }

  .posts-list--default .posts-list__item .btn__icon,  .posts-list.sticky .posts-list__item .btn__icon  {
    
    display:  none;
    
  }

  .posts-list .entry-content  {
    
    display:  block;
    
  }

  .share-btns__list  {
    
    margin-top:  10px;
    
    margin-bottom:  25px;
    
  }

  .posts-list--default.posts-list .share-btns__list + .btn,  .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .share-btns__list + a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list--default.posts-list .share-btns__list + a.checkout-button, 
  .posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce .share-btns__list + a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--default.posts-list .share-btns__list + a.checkout-button,  .posts-list--default.posts-list .woocommerce .share-btns__list + .button,  .woocommerce .posts-list--default.posts-list .share-btns__list + .button,  .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .woocommerce-account .share-btns__list + a.checkout-button, 
  .posts-list--default.posts-list .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .share-btns__list + a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--default.posts-list .share-btns__list + a.checkout-button, 
  .posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .share-btns__list + a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--default.posts-list .share-btns__list + a.checkout-button,  .posts-list--default.posts-list .woocommerce-account .share-btns__list + .button,  .woocommerce-account .posts-list--default.posts-list .share-btns__list + .button,  .posts-list--default.posts-list .woocommerce .wishlist_table td.product-add-to-cart .share-btns__list + a.button,  .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .share-btns__list + a.checkout-button, 
  .posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce .wishlist_table td.product-add-to-cart .share-btns__list + a.checkout-button,  .posts-list--default.posts-list .woocommerce-account .wishlist_table td.product-add-to-cart .share-btns__list + a.button, 
  .posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .wishlist_table td.product-add-to-cart .share-btns__list + a.checkout-button,  .posts-list--default.posts-list .yith-woocompare-widget .share-btns__list + a.compare.button,  .yith-woocompare-widget .posts-list--default.posts-list .share-btns__list + a.compare.button,  .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .yith-woocompare-widget .share-btns__list + a.compare.checkout-button, 
  .posts-list--default.posts-list .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .share-btns__list + a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--default.posts-list .share-btns__list + a.compare.checkout-button, 
  .posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .share-btns__list + a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--default.posts-list .share-btns__list + a.compare.checkout-button  {
    
    float:  right;
    
  }
}
@media (max-width:  479px)  {
    
  .share-btns__list  {
    
    display:  block;
    
    float:  none;
    
  }

  .posts-list--default.posts-list .share-btns__list + .btn,  .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .share-btns__list + a.checkout-button,  .woocommerce .wc-proceed-to-checkout .posts-list--default.posts-list .share-btns__list + a.checkout-button, 
  .posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce .share-btns__list + a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce .posts-list--default.posts-list .share-btns__list + a.checkout-button,  .posts-list--default.posts-list .woocommerce .share-btns__list + .button,  .woocommerce .posts-list--default.posts-list .share-btns__list + .button,  .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .woocommerce-account .share-btns__list + a.checkout-button, 
  .posts-list--default.posts-list .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .share-btns__list + a.checkout-button, 
  .woocommerce-account .woocommerce-page .wc-proceed-to-checkout .posts-list--default.posts-list .share-btns__list + a.checkout-button, 
  .posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .share-btns__list + a.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .posts-list--default.posts-list .share-btns__list + a.checkout-button,  .posts-list--default.posts-list .woocommerce-account .share-btns__list + .button,  .woocommerce-account .posts-list--default.posts-list .share-btns__list + .button,  .posts-list--default.posts-list .woocommerce .wishlist_table td.product-add-to-cart .share-btns__list + a.button,  .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .share-btns__list + a.checkout-button, 
  .posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce .wishlist_table td.product-add-to-cart .share-btns__list + a.checkout-button,  .posts-list--default.posts-list .woocommerce-account .wishlist_table td.product-add-to-cart .share-btns__list + a.button, 
  .posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .woocommerce-account .wishlist_table td.product-add-to-cart .share-btns__list + a.checkout-button,  .posts-list--default.posts-list .yith-woocompare-widget .share-btns__list + a.compare.button,  .yith-woocompare-widget .posts-list--default.posts-list .share-btns__list + a.compare.button,  .posts-list--default.posts-list .woocommerce .wc-proceed-to-checkout .yith-woocompare-widget .share-btns__list + a.compare.checkout-button, 
  .posts-list--default.posts-list .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .share-btns__list + a.compare.checkout-button, 
  .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .posts-list--default.posts-list .share-btns__list + a.compare.checkout-button, 
  .posts-list--default.posts-list .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .share-btns__list + a.compare.checkout-button, 
  .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .posts-list--default.posts-list .share-btns__list + a.compare.checkout-button  {
    
    float:  none;
    
  }
}
.blog .format-aside .entry-title, 
.archive .format-aside .entry-title  {
    
  display:  none;
    
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-area  {
    
  padding-top:  55px;
    
  padding-bottom:  15px;
    
}
.footer-area .mc4wp-form label  {
    
  margin-bottom:  5px;
    
  display:  block;
    
}
.footer-area .mc4wp-form input  {
    
  margin-bottom:  11px;
    
}
.footer-area .widget_nav_menu ul.menu li .children  {
    
  margin-top:  5px;
    
}
.footer-area .widget_nav_menu ul.menu li .children li  {
    
  font-size:  0.8em;
    
  margin-left:  10px;
    
}
.footer-area .widget_nav_menu ul.menu li + li  {
    
  border-top:  1px dotted #757577;
    
  margin-top:  9px;
    
  padding-top:  8px;
    
}
.footer-area .widget_nav_menu ul.menu li .sub-menu  {
    
  margin-top:  9px;
    
  margin-bottom:  18px;
    
}
.footer-area .woocommerce-product-search  {
    
  padding:  10px 0;
    
}
.footer-area .woocommerce-product-search input[type="search"]  {
    
  vertical-align:  top;
    
}
.footer-area .woocommerce-product-search button  {
    
  padding:  10px 19px 9px;
    
}
.footer-area .woocommerce-product-search button i  {
    
  width:  auto;
    
  height:  auto;
    
  line-height:  32px;
    
}
.footer-area .subscribe-block__input-group  {
    
  width:  100%;
    
}
.footer-area .tm_about_store_widget .btn,  .footer-area .tm_about_store_widget .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .footer-area .tm_about_store_widget a.checkout-button, 
.footer-area .tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .footer-area .tm_about_store_widget a.checkout-button,  .footer-area .tm_about_store_widget .woocommerce .button,  .woocommerce .footer-area .tm_about_store_widget .button, 
.footer-area .tm_about_store_widget .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .footer-area .tm_about_store_widget a.checkout-button, 
.footer-area .tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .footer-area .tm_about_store_widget a.checkout-button,  .footer-area .tm_about_store_widget .woocommerce-account .button,  .woocommerce-account .footer-area .tm_about_store_widget .button,  .footer-area .tm_about_store_widget .woocommerce .wishlist_table td.product-add-to-cart a.button,  .woocommerce .wishlist_table td.product-add-to-cart .footer-area .tm_about_store_widget a.button,  .footer-area .tm_about_store_widget .woocommerce-account .wishlist_table td.product-add-to-cart a.button,  .woocommerce-account .wishlist_table td.product-add-to-cart .footer-area .tm_about_store_widget a.button,  .footer-area .tm_about_store_widget .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .footer-area .tm_about_store_widget a.compare.button, 
.footer-area .tm_about_store_widget .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .footer-area .tm_about_store_widget a.compare.checkout-button, 
.footer-area .tm_about_store_widget .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .footer-area .tm_about_store_widget a.compare.checkout-button  {
    
  margin-top:  20px;
    
}

.footer-container  {
    
  padding:  44px 0 48px;
    
}
@media (min-width:  992px) and (max-width: 1199px)  {
    
  .footer-container .container  {
    
    max-width:  100%;
    
  }
}

.site-info .footer-logo  {
    
  margin:  11px 0 4px;
    
}
.site-info .social-list  {
    
  margin:  23px 0;
    
}
.site-info__flex  {
    
  display:  -webkit-flex;
    
  display:  flex;
    
  -webkit-flex-direction:  column;
    
  flex-direction:  column;
    
  -webkit-flex-wrap:  nowrap;
    
  flex-wrap:  nowrap;
    
  -ms-flex-pack:  justify;
    
  -webkit-justify-content:  space-between;
    
  justify-content:  space-between;
    
  -ms-flex-line-pack:  stretch;
    
  -webkit-align-content:  stretch;
    
  align-content:  stretch;
    
  -ms-flex-align:  start;
    
  -webkit-align-items:  flex-start;
    
  align-items:  flex-start;
    
}
@media (min-width:  992px) and (max-width: 1199px)  {
    
  .site-info__flex  {
    
    -webkit-flex-wrap:  wrap;
    
    -ms-flex-wrap:  wrap;
    
    flex-wrap:  wrap;
    
  }
}
@media (min-width:  768px)  {
    
  .site-info__flex  {
    
    -webkit-flex-direction:  row;
    
    flex-direction:  row;
    
  }
}
.site-info__flex .footer-logo  {
    
  -webkit-order:  0;
    
  order:  0;
    
  -webkit-flex:  0 1 auto;
    
  flex:  0 1 auto;
    
  -webkit-align-self:  center;
    
  align-self:  center;
    
}
.site-info__flex .social-list  {
    
  -webkit-order:  1;
    
  order:  1;
    
  -webkit-flex:  0 1 auto;
    
  flex:  0 1 auto;
    
  -webkit-align-self:  center;
    
  align-self:  center;
    
  white-space:  nowrap;
    
}
@media (min-width:  768px)  {
    
  .site-info__flex .social-list  {
    
    -webkit-order:  2;
    
    order:  2;
    
  }
}
.site-info__flex .site-info__mid-box  {
    
  -webkit-order:  2;
    
  order:  2;
    
  -webkit-flex:  0 1 auto;
    
  flex:  0 1 auto;
    
  -webkit-align-self:  center;
    
  align-self:  center;
    
  text-align:  center;
    
}
@media (min-width:  768px)  {
    
  .site-info__flex .site-info__mid-box  {
    
    -webkit-order:  1;
    
    order:  1;
    
  }
}
@media (min-width:  768px) and (max-width: 991px)  {
    
  .site-info .site-info__mid-box  {
    
    padding:  0 30px;
    
    word-wrap:  normal;
    
    -moz-hyphens:  none;
    
    hyphens:  none;
    
  }
}

.footer-menu__items li  {
    
  padding:  8px 15px;
    
}
@media (max-width:  479px)  {
    
  .footer-menu__items li  {
    
    padding:  8px;
    
  }
}

footer .footer-copyright  {
    
  font-size:  14px;
    
  font-size:  0.875rem;
    
}
@media (max-width:  479px)  {
    
  footer .footer-copyright a  {
    
    clear:  both;
    
    display:  inline-block;
    
  }
}
footer .product-categories li  {
    
  margin-top:  0;
    
  margin-left:  0;
    
  margin-bottom:  10px;
    
}
footer .product-categories li:before  {
    
  display:  none;
    
}
footer .product-categories li + li  {
    
  border-top:  1px dotted #b1b9c1;
    
  padding-top:  6px;
    
}
footer .recentcomments:before,  footer .recentcomments:after  {
    
  display:  table;
    
  content:  "";
    
  line-height:  0;
    
}
footer .recentcomments:after  {
    
  clear:  both;
    
}
footer .recentcomments .comment-author-link  {
    
  float:  left;
    
  margin-right:  4px;
    
  font-style:  normal;
    
}
footer .recentcomments a  {
    
  float:  left;
    
  clear:  both;
    
  font-style:  normal;
    
  margin-top:  -1px !important;
    
  display:  inline-block !important;
    
}
footer .widget_recent_comments ul li  {
    
  margin-top:  18px;
    
  border:  none;
    
  padding-top:  0;
    
  font-size:  14px;
    
}
footer .footer-area-wrap .footer-area  {
    
  padding-top:  59px;
    
  padding-bottom:  10px;
    
}
footer .footer-area-wrap .footer-area .widget  {
    
  margin-bottom:  30px;
    
}
footer .widget_recent_entries ul li  {
    
  margin-top:  19px;
    
  margin-bottom:  0;
    
  padding-top:  0;
    
  border:  none;
    
  font-size:  14px;
    
}
footer .widget_recent_entries ul li .post-author  {
    
  display:  block;
    
  margin-bottom:  1px;
    
}
footer .widget_recent_entries ul li .post-author a  {
    
  font-style:  normal;
    
  margin-bottom:  0;
    
}
footer .widget_recent_entries ul li .post-author + a  {
    
  font-size:  16px;
    
}
footer .widget_recent_entries ul li .post-date  {
    
  margin:  -3px 0 0 19px;
    
}
footer .widget_recent_entries ul li .post-date:before  {
    
  top:  2px;
    
  left:  -21px;
    
}
footer .widget_recent_entries ul li + li  {
    
  margin-top:  15px;
    
}
footer .social-list .social-list__items li + li  {
    
  margin-left:  11px;
    
}

.contact-form-wrap  {
    
  margin-top:  19px;
    
}
.contact-form-wrap em  {
    
  margin-bottom:  5px;
    
  display:  inline-block;
    
}
.contact-form-wrap input  {
    
  padding:  14px;
    
}
.contact-form-wrap input.wpcf7-submit  {
    
  padding:  1em 1.45em 1em;
    
}
.contact-form-wrap p + p  {
    
  margin-top:  14px;
    
}
.contact-form-wrap textarea  {
    
  min-height:  133px;
    
  height:  183px;
    
  max-height:  233px;
    
  margin-bottom:  30px;
    
}
.contact-form-wrap img.ajax-loader  {
    
  margin-top:  0;
    
}

.site-footer.default .footer-copyright  {
    
  display:  block;
    
  vertical-align:  middle;
    
}
@media (min-width:  992px)  {
    
  .site-footer.default .footer-copyright  {
    
    display:  inline-block;
    
  }
}
.site-footer.default .footer-menu  {
    
  display:  block;
    
  vertical-align:  middle;
    
}
@media (min-width:  1200px)  {
    
  .site-footer.default .footer-menu__items  {
    
    border-left:  1px solid rgba(255,  255,  255,  0.1);
    
    margin-left:  25px;
    
  }
}
@media (min-width:  1200px)  {
    
  .site-footer.default .footer-menu  {
    
    display:  inline-block;
    
  }
}

.site-footer.centered  {
    
  text-align:  center;
    
}
.site-footer.centered .footer-container  {
    
  padding:  50px 0 42px;
    
}
.site-footer.centered .footer-text-center  {
    
  max-width:  930px;
    
  margin-left:  auto;
    
  margin-right:  auto;
    
  font-weight:  500;
    
}
.site-footer.centered * + .footer-text-center  {
    
  margin-top:  12px;
    
}
.site-footer.centered .site-info .social-list  {
    
  margin:  25px 0 21px;
    
}

.site-footer.minimal .footer-copyright  {
    
  display:  block;
    
  vertical-align:  middle;
    
  word-wrap:  normal;
    
  -moz-hyphens:  none;
    
  hyphens:  none;
    
}
@media (min-width:  992px)  {
    
  .site-footer.minimal .footer-copyright  {
    
    display:  inline-block;
    
  }
}
.site-footer.minimal .footer-menu  {
    
  display:  block;
    
  vertical-align:  middle;
    
}
@media (min-width:  1200px)  {
    
  .site-footer.minimal .footer-menu__items  {
    
    border-left:  1px solid rgba(255,  255,  255,  0.1);
    
    margin-left:  25px;
    
  }
}
@media (min-width:  1200px)  {
    
  .site-footer.minimal .footer-menu  {
    
    display:  inline-block;
    
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a  {
    
  word-wrap:  break-word;
    
}

.bypostauthor  {
    
  display:  block;
    
}

.not-found  {
    
  box-shadow:  none;
    
  border-radius:  0;
    
  box-shadow:  none;
    
  padding:  0;
    
  text-align:  center;
    
  margin:  0 0 10px;
    
}
@media (min-width:  992px)  {
    
  .not-found  {
    
    box-shadow:  none;
    
  }
}
.not-found .page-title  {
    
  margin:  6px 0 8px;
    
}
.not-found .page-content  {
    
  margin:  0;
    
}
.not-found h2  {
    
  margin-top:  8px;
    
  margin-bottom:  31px;
    
}
.not-found h4  {
    
  margin-bottom:  14px;
    
}
.not-found hr  {
    
  margin:  48px 0 54px;
    
}
.not-found .search-form  {
    
  max-width:  397px;
    
  margin-left:  auto;
    
  margin-right:  auto;
    
}
.not-found h4  {
    
  margin-bottom:  14px;
    
}
.not-found .btn,  .not-found .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .not-found a.checkout-button, 
.not-found .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .not-found a.checkout-button,  .not-found .woocommerce .button,  .woocommerce .not-found .button, 
.not-found .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .not-found a.checkout-button, 
.not-found .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .not-found a.checkout-button,  .not-found .woocommerce-account .button,  .woocommerce-account .not-found .button,  .not-found .woocommerce .wishlist_table td.product-add-to-cart a.button,  .woocommerce .wishlist_table td.product-add-to-cart .not-found a.button,  .not-found .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wishlist_table td.product-add-to-cart .wc-proceed-to-checkout .not-found a.checkout-button,  .not-found .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart a.checkout-button,  .woocommerce .wc-proceed-to-checkout .wishlist_table td.product-add-to-cart .not-found a.checkout-button,  .not-found .woocommerce-account .wishlist_table td.product-add-to-cart a.button,  .woocommerce-account .wishlist_table td.product-add-to-cart .not-found a.button,  .not-found .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce-account .wishlist_table td.product-add-to-cart .woocommerce .wc-proceed-to-checkout .not-found a.checkout-button,  .not-found .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .not-found a.compare.button, 
.not-found .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .not-found a.compare.checkout-button, 
.not-found .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .not-found a.compare.checkout-button  {
    
  margin-bottom:  11px;
    
}
@media (min-width:  992px)  {
    
  .not-found  {
    
    padding:  10px 0 30px;
    
    margin:  0 0 30px;
    
  }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, 
.infinite-scroll.neverending .site-footer  {
    
  /* Theme Footer (when set to scrolling) */
  display:  none;
    
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer  {
    
  display:  block;
    
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, 
.entry-content .wp-smiley, 
.comment-content .wp-smiley  {
    
  border:  none;
    
  margin-bottom:  0;
    
  margin-top:  0;
    
  padding:  0;
    
}

/* Make sure embeds and iframes fit their containers. */
embed, 
iframe, 
object  {
    
  max-width:  100%;
    
}

.img-pull-left  {
    
  width:  50%;
    
  float:  left;
    
  margin:  0 4% 1% 0;
    
}

.img-pull-right  {
    
  width:  50%;
    
  float:  right;
    
  margin:  0 0 1% 4%;
    
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption  {
    
  margin-bottom:  1.5em;
    
  max-width:  100%;
    
}
.wp-caption img[class*="wp-image-"]  {
    
  display:  block;
    
  margin-left:  auto;
    
  margin-right:  auto;
    
}
.wp-caption .wp-caption-text  {
    
  margin:  0.8075em 0;
    
}

.wp-caption-text  {
    
  text-align:  center;
    
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery  {
    
  margin-bottom:  1.5em;
    
}

.gallery-item  {
    
  display:  inline-block;
    
  text-align:  center;
    
  vertical-align:  top;
    
  width:  100%;
    
}
.gallery-columns-2 .gallery-item  {
    
  max-width:  50%;
    
}
.gallery-columns-3 .gallery-item  {
    
  max-width:  33.33%;
    
}
.gallery-columns-4 .gallery-item  {
    
  max-width:  25%;
    
}
.gallery-columns-5 .gallery-item  {
    
  max-width:  20%;
    
}
.gallery-columns-6 .gallery-item  {
    
  max-width:  16.66%;
    
}
.gallery-columns-7 .gallery-item  {
    
  max-width:  14.28%;
    
}
.gallery-columns-8 .gallery-item  {
    
  max-width:  12.5%;
    
}
.gallery-columns-9 .gallery-item  {
    
  max-width:  11.11%;
    
}

.gallery-caption  {
    
  display:  block;
    
}

/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.embed-responsive  {
    
  position:  relative;
    
  display:  block;
    
  padding:  0;
    
}
.posts-list--masonry-3-cols .embed-responsive,  .posts-list--masonry-2-cols .embed-responsive  {
    
  overflow:  visible;
    
}
.embed-responsive .embed-responsive-item, 
.embed-responsive iframe, 
.embed-responsive embed, 
.embed-responsive object  {
    
  position:  absolute;
    
  top:  0;
    
  left:  0;
    
  bottom:  0;
    
  height:  100%;
    
  width:  100%;
    
  border:  0;
    
}
.embed-responsive.embed-responsive-16by9  {
    
  padding-bottom:  62.33%;
    
}
.embed-responsive.embed-responsive-4by3  {
    
  padding-bottom:  75%;
    
}

/*--------------------------------------------------------------
# TM Wooccommerce styles
--------------------------------------------------------------*/
/*
	Style for TM Woocommerce theme - Posh
*/
/*Header*/
/*Navigation*/
/*Posh BNE Styles*/
.bne-testimonial-slider.bne-flexslider .flex-control-nav  {
    
  text-align:  center;
    
  bottom:  20px;
    
}
.bne-testimonial-slider.bne-flexslider .flex-control-nav li  {
    
  float:  none;
    
  display:  inline-block;
    
}
.bne-testimonial-slider.bne-flexslider .flex-control-nav li a  {
    
  width:  12px;
    
  height:  12px;
    
  border-radius:  50%;
    
  transition:  all .3s ease;
    
}
.bne-testimonial-slider.bne-flexslider .flex-control-nav li + li  {
    
  margin-left:  21px !important;
    
}
@media (min-width:  768px)  {
    
  .bne-testimonial-slider.bne-flexslider .flex-control-nav  {
    
    bottom:  55px;
    
  }
}

.bne-testimonial-list-wrapper .bne-testimonial-featured-image  {
    
  box-shadow:  none;
    
  border-radius:  0;
    
  border:  none;
    
  padding:  0;
    
}
.bne-testimonial-list-wrapper h2  {
    
  text-transform:  none;
    
}

.page .bne-testimonial-list-wrapper h2  {
    
  text-transform:  none;
    
}

/*First word title - bold*/
.widget_product_categories_image h2.widget-title, 
.tm_products_carousel_widget h2.widget-title, 
.widget_carousel h2.widget-title, 
.after-content-area h2.widget-title  {
    
  text-align:  center;
    
  padding-top:  17px;
    
  margin-bottom:  44px;
    
  position:  relative;
    
}
.widget_product_categories_image h2.widget-title:before, 
.tm_products_carousel_widget h2.widget-title:before, 
.widget_carousel h2.widget-title:before, 
.after-content-area h2.widget-title:before  {
    
  content:  '';
    
  position:  absolute;
    
  top:  0;
    
  left:  50%;
    
  width:  57px;
    
  height:  3px;
    
  margin-left:  -28px;
    
}
.widget_product_categories_image h2.widget-title span, 
.tm_products_carousel_widget h2.widget-title span, 
.widget_carousel h2.widget-title span, 
.after-content-area h2.widget-title span  {
    
  display:  block;
    
  font-weight:  700;
    
  text-transform:  uppercase;
    
  font-style:  normal;
    
}
@media (min-width:  768px)  {
    
  .widget_product_categories_image h2.widget-title span, 
  .tm_products_carousel_widget h2.widget-title span, 
  .widget_carousel h2.widget-title span, 
  .after-content-area h2.widget-title span  {
    
    display:  inline;
    
  }
}

.widget_product_categories_image  {
    
  margin-bottom:  7px;
    
}

.widget_carousel  {
    
  margin-bottom:  50px;
    
}

.widget_carousel h2 span,  .after-content-area h2 span  {
    
  display:  inline;
    
}

.after-content-area h2  {
    
  text-align:  center;
    
}
@media (min-width:  768px)  {
    
  .after-content-area h2  {
    
    text-align:  left;
    
  }
  .after-content-area h2:after  {
    
    left:  0;
    
    -webkit-transform:  translateX(0);
    
    transform:  translateX(0);
    
  }
}

.home .site-content  {
    
  padding-top:  29px;
    
}
.home .site-main  {
    
  padding:  0;
    
  margin:  0;
    
}
.home .site-main .hentry  {
    
  margin:  0;
    
}
.home .site-main .hentry .entry-content  {
    
  margin:  0;
    
}
.home .widget_bne_testimonials_slider_widget  {
    
  margin-bottom:  0;
    
}

.single-post .site-main,  .page .site-main,  .single .site-main  {
    
  box-shadow:  none;
    
  padding-left:  0;
    
  padding-right:  0;
    
}

div#primary  {
    
  width:  100%;
    
}

.after-content-full-width-area  {
    
  padding-bottom:  29px;
    
}

/*Widget Styles*/
.sidebar-primary .widget, 
.sidebar-secondary .widget, 
.before-content-area .widget, 
.before-loop-area .widget, 
.after-loop-area .widget  {
    
  padding:  0;
    
  box-shadow:  none;
    
  background:  none;
    
  border-radius:  0;
    
}

.after-content-area .widget  {
    
  box-shadow:  none;
    
  padding-top:  0;
    
  padding-bottom:  0;
    
}

.full-width-header-area .widget.widget_top_rated_products .product_list_widget,  .full-width-header-area .widget.widget_recent_reviews .product_list_widget,  .full-width-header-area .widget.widget_recently_viewed_products .product_list_widget,  .full-width-header-area .widget.widget_products .product_list_widget,  .before-content-area .widget.widget_top_rated_products .product_list_widget,  .before-content-area .widget.widget_recent_reviews .product_list_widget,  .before-content-area .widget.widget_recently_viewed_products .product_list_widget,  .before-content-area .widget.widget_products .product_list_widget,  .after-content-full-width-area .widget.widget_top_rated_products .product_list_widget,  .after-content-full-width-area .widget.widget_recent_reviews .product_list_widget,  .after-content-full-width-area .widget.widget_recently_viewed_products .product_list_widget,  .after-content-full-width-area .widget.widget_products .product_list_widget,  .before-loop-area .widget.widget_top_rated_products .product_list_widget,  .before-loop-area .widget.widget_recent_reviews .product_list_widget,  .before-loop-area .widget.widget_recently_viewed_products .product_list_widget,  .before-loop-area .widget.widget_products .product_list_widget,  .after-loop-area .widget.widget_top_rated_products .product_list_widget,  .after-loop-area .widget.widget_recent_reviews .product_list_widget,  .after-loop-area .widget.widget_recently_viewed_products .product_list_widget,  .after-loop-area .widget.widget_products .product_list_widget  {
    
  margin-top:  0;
    
}

.woocommerce div.product .product-widget-categories li,  .widget-area .widget .product_list_widget > li .product-widget-categories li,  .woocommerce div.product .product-widget-tags li  {
    
  display:  inline-block;
    
  margin:  0;
    
  padding:  0 5px 0 0;
    
  position:  relative;
    
  font-size:  14px;
    
  line-height:  22px;
    
}
.woocommerce div.product .product-widget-categories li: last-child,  .widget-area .widget .product_list_widget > li .product-widget-categories li:last-child,  .woocommerce div.product .product-widget-tags li:last-child  {
    
  padding-right:  0;
    
}
.woocommerce div.product .product-widget-categories li: last-child:before,  .widget-area .widget .product_list_widget > li .product-widget-categories li:last-child:before,  .woocommerce div.product .product-widget-tags li:last-child:before  {
    
  display:  none;
    
}
.woocommerce div.product .product-widget-categories li:before,  .widget-area .widget .product_list_widget > li .product-widget-categories li:before,  .woocommerce div.product .product-widget-tags li:before  {
    
  content:  ", ";
    
  display:  inline-block;
    
  position:  absolute;
    
  bottom:  2px;
    
  left:  auto;
    
  right:  -1px;
    
  top:  auto;
    
  color:  inherit;
    
  font-size:  inherit;
    
  line-height:  inherit;
    
}

.widget-area .widget .product-categories-thumbnail div  {
    
  margin:  0 0 30px 0;
    
}
@media (max-width:  380px)  {
    
  .widget-area .widget .product-categories-thumbnail div  {
    
    flex:  0 0 100%;
    
    max-width:  100%;
    
  }
}
.widget-area .widget .product-categories-thumbnail div > a  {
    
  display:  block;
    
  position:  relative;
    
}
.widget-area .widget .product-categories-thumbnail div > a figure  {
    
  position:  relative;
    
  z-index:  1;
    
}
.widget-area .widget .product-categories-thumbnail div > a figure img  {
    
  width:  100%;
    
  display:  block;
    
}
.widget-area .widget .product-categories-thumbnail div > a:hover .title_count  {
    
  background:  rgba(0,  0,  0,  0.9);
    
  bottom:  50%;
    
  transform:  translateY(100%);
    
  color:  #fff;
    
}
.widget-area .widget .product-categories-thumbnail div > a:hover .title_count h5  {
    
  color:  #fff;
    
}
.widget-area .widget .product-categories-thumbnail div > a:hover .title_count em  {
    
  color:  #fff;
    
  font-weight:  300;
    
}
.widget-area .widget .product-categories-thumbnail div .title_count  {
    
  position:  absolute;
    
  z-index:  2;
    
  bottom:  30px;
    
  width:  100%;
    
  text-align:  center;
    
  background:  rgba(255,  255,  255,  0.9);
    
  transition:  0.5s ease all;
    
  transform:  translateY(0);
    
  display:  -ms-flexbox;
    
  display:  -webkit-flex;
    
  display:  flex;
    
  -webkit-flex-direction:  column;
    
  -ms-flex-direction:  column;
    
  flex-direction:  column;
    
  -webkit-justify-content:  center;
    
  -ms-flex-pack:  center;
    
  justify-content:  center;
    
  -webkit-align-items:  center;
    
  -ms-flex-align:  center;
    
  align-items:  center;
    
  height:  70px;
    
  font-weight:  300;
    
}
.widget-area .widget .product-categories-thumbnail div .title_count h5  {
    
  margin:  0;
    
  transition:  0.5s ease all;
    
}
.widget-area .widget .product-categories-thumbnail div .title_count em  {
    
  font-style:  normal;
    
  transition:  0.5s ease all;
    
}
.widget-area .widget .product_list_widget > li  {
    
  font-size:  16px;
    
  line-height:  22px;
    
  font-weight:  300;
    
  padding-bottom:  10px;
    
}
@media (min-width:  768px)  {
    
  .widget-area .widget .product_list_widget > li  {
    
    padding-bottom:  30px;
    
  }
}
@media (min-width:  992px)  {
    
  .widget-area .widget .product_list_widget > li  {
    
    padding-bottom:  13px;
    
  }
}
.widget-area .widget .product_list_widget > li a  {
    
  font-weight:  300;
    
}
.widget-area .widget .product_list_widget > li > a: first-child  {
    
  float:  left;
    
  display:  block;
    
  margin:  0 20px 20px 0;
    
}
@media (min-width:  768px)  {
    
  .widget-area .widget .product_list_widget > li > a: first-child  {
    
    margin:  0 20px 10px 0;
    
  }
}
@media (min-width:  992px)  {
    
  .widget-area .widget .product_list_widget > li > a: first-child  {
    
    margin:  0 20px 20px 0;
    
  }
}
.widget-area .widget .product_list_widget > li img  {
    
  width:  100px;
    
  margin-left:  0;
    
}
.widget-area .widget .product_list_widget > li .product-widget-categories  {
    
  display:  block;
    
  clear:  none;
    
  margin-top:  0;
    
  -webkit-transform:  translateY(-7px);
    
  transform:  translateY(-7px);
    
}
@media (min-width:  768px)  {
    
  .widget-area .widget .product_list_widget > li .product-widget-categories  {
    
    clear:  both;
    
  }
}
@media (min-width:  992px)  {
    
  .widget-area .widget .product_list_widget > li .product-widget-categories  {
    
    clear:  none;
    
  }
}
.widget-area .widget .product_list_widget > li .product_title_link  {
    
  margin-top:  -7px;
    
  overflow:  hidden;
    
}
.widget-area .widget .product_list_widget > li .product_title_link > a  {
    
  font-weight:  300;
    
  display:  inline-block;
    
  font-size:  16px;
    
  line-height:  22px;
    
}
.widget-area .widget .product_list_widget > li .product_title_link > a span.product-title  {
    
  display:  block;
    
}
.widget-area .widget .product_list_widget > li .reviewer  {
    
  display:  block;
    
  font-size:  14px;
    
  line-height:  22px;
    
  transform:  translateY(-4px);
    
}
.widget-area .widget .product_list_widget > li .reviewer span  {
    
  font-style:  normal;
    
}
.widget-area .widget .product_list_widget > li .star-rating  {
    
  margin-top:  5px;
    
  font-size:  0.75em;
    
}
.widget-area .widget .product_list_widget > li .amount,  .widget-area .widget .product_list_widget > li ins  {
    
  font-size:  16px;
    
  line-height:  20px;
    
  font-weight:  bold;
    
  padding:  0;
    
}
@media (min-width:  544px)  {
    
  .widget-area .widget .product_list_widget > li .amount,  .widget-area .widget .product_list_widget > li ins  {
    
    font-size:  20px;
    
    line-height:  28px;
    
  }
}
.widget-area .widget .product_list_widget > li .amount del,  .widget-area .widget .product_list_widget > li ins del  {
    
  font-size:  16px;
    
  line-height:  20px;
    
  font-weight:  300;
    
}
.widget-area .widget .product_list_widget > li del  {
    
  font-size:  16px;
    
  line-height:  20px;
    
  font-weight:  300;
    
}
.widget-area .widget .product_list_widget > li del .amount  {
    
  font-size:  16px;
    
  line-height:  20px;
    
  text-decoration:  line-through;
    
  font-weight:  300;
    
}

.woocommerce .star-rating  {
    
  font-size:  0.8em;
    
  height:  1.1em;
    
}

.full-width-header-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image,  .after-content-full-width-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image,  .before-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image,  .after-content-area .widget-custom-postson .custom-posts-holder .post .post-inner .post-image  {
    
  flex:  0 0 100px;
    
}

.tm_about_store_widget, 
.tm_about_store_widget_bg, 
.footer-area .tm_about_store_widget  {
    
  text-align:  center;
    
  background-repeat:  no-repeat;
    
  background-position:  center bottom;
    
  background-size:  cover;
    
  min-height:  350px;
    
  padding:  0;
    
  display:  -ms-flexbox;
    
  display:  -webkit-flex;
    
  display:  flex;
    
  -webkit-flex-direction:  column;
    
  -ms-flex-direction:  column;
    
  flex-direction:  column;
    
  -webkit-flex-wrap:  wrap;
    
  -ms-flex-wrap:  wrap;
    
  flex-wrap:  wrap;
    
  -webkit-justify-content:  flex-end;
    
  -ms-flex-pack:  flex-end;
    
  justify-content:  flex-end;
    
  -webkit-align-content:  stretch;
    
  -ms-flex-line-pack:  stretch;
    
  align-content:  stretch;
    
  -webkit-align-items:  center;
    
  -ms-flex-align:  center;
    
  align-items:  center;
    
  width:  100%;
    
}
.tm_about_store_widget .tm_about_store_widget_bg_inner, 
.tm_about_store_widget_bg .tm_about_store_widget_bg_inner, 
.footer-area .tm_about_store_widget .tm_about_store_widget_bg_inner  {
    
  position:  relative;
    
  top:  5px;
    
}
.tm_about_store_widget .tm_about_store_widget_inner, 
.tm_about_store_widget_bg .tm_about_store_widget_inner, 
.footer-area .tm_about_store_widget .tm_about_store_widget_inner  {
    
  max-width:  690px;
    
  margin:  50px .9375rem 0;
    
  padding:  50px 30px 28px;
    
  box-shadow:  0 8px 21px 0 rgba(213,  213,  213,  0.49);
    
}
@media (min-width:  992px)  {
    
  .tm_about_store_widget .tm_about_store_widget_inner, 
  .tm_about_store_widget_bg .tm_about_store_widget_inner, 
  .footer-area .tm_about_store_widget .tm_about_store_widget_inner  {
    
    max-width:  910px;
    
  }
}
@media (min-width:  1200px)  {
    
  .tm_about_store_widget .tm_about_store_widget_inner, 
  .tm_about_store_widget_bg .tm_about_store_widget_inner, 
  .footer-area .tm_about_store_widget .tm_about_store_widget_inner  {
    
    max-width:  1170px;
    
  }
}
.tm_about_store_widget .widget-title, 
.tm_about_store_widget_bg .widget-title, 
.footer-area .tm_about_store_widget .widget-title  {
    
  position:  relative;
    
  margin-top:  20px;
    
}
.tm_about_store_widget .widget-title span, 
.tm_about_store_widget_bg .widget-title span, 
.footer-area .tm_about_store_widget .widget-title span  {
    
  display:  block;
    
}
.tm_about_store_widget .widget-title:after, 
.tm_about_store_widget_bg .widget-title:after, 
.footer-area .tm_about_store_widget .widget-title:after  {
    
  content:  '';
    
  position:  absolute;
    
  top:  -17px;
    
  left:  50%;
    
  width:  57px;
    
  height:  3px;
    
  margin-left:  -28px;
    
}
.tm_about_store_widget .textwidget, 
.tm_about_store_widget_bg .textwidget, 
.footer-area .tm_about_store_widget .textwidget  {
    
  margin-bottom:  20px;
    
}
.tm_about_store_widget .textwidget p, 
.tm_about_store_widget_bg .textwidget p, 
.footer-area .tm_about_store_widget .textwidget p  {
    
  margin:  1.6em 0;
    
}
.tm_about_store_widget button, 
.tm_about_store_widget_bg button, 
.footer-area .tm_about_store_widget button  {
    
  margin-top:  20px;
    
}
@media (max-width:  767px)  {
    
  .tm_about_store_widget, 
  .tm_about_store_widget_bg, 
  .footer-area .tm_about_store_widget  {
    
    background-image:  none !important;
    
  }
}
@media (min-width:  992px)  {
    
  .tm_about_store_widget, 
  .tm_about_store_widget_bg, 
  .footer-area .tm_about_store_widget  {
    
    text-align:  left;
    
    min-height:  820px;
    
  }
  .tm_about_store_widget .tm_about_store_widget_inner, 
  .tm_about_store_widget_bg .tm_about_store_widget_inner, 
  .footer-area .tm_about_store_widget .tm_about_store_widget_inner  {
    
    padding:  50px 50px 28px 48px;
    
  }
  .tm_about_store_widget .widget-title, 
  .tm_about_store_widget_bg .widget-title, 
  .footer-area .tm_about_store_widget .widget-title  {
    
    float:  left;
    
    margin-top:  90px;
    
    padding-right:  49px;
    
  }
  .tm_about_store_widget .widget-title:after, 
  .tm_about_store_widget_bg .widget-title:after, 
  .footer-area .tm_about_store_widget .widget-title:after  {
    
    top:  -27px;
    
    left:  0;
    
    margin-left:  0;
    
  }
  .tm_about_store_widget .textwidget, 
  .tm_about_store_widget_bg .textwidget, 
  .footer-area .tm_about_store_widget .textwidget  {
    
    overflow:  hidden;
    
  }
}
.sidebar-primary .tm_about_store_widget,  .sidebar-secondary .tm_about_store_widget,  .after-content-area .tm_about_store_widget,  .before-loop-area .tm_about_store_widget,  .after-loop-area .tm_about_store_widget,  .sidebar-primary
.tm_about_store_widget_bg,  .sidebar-secondary
.tm_about_store_widget_bg,  .after-content-area
.tm_about_store_widget_bg,  .before-loop-area
.tm_about_store_widget_bg,  .after-loop-area
.tm_about_store_widget_bg,  .sidebar-primary
.footer-area .tm_about_store_widget,  .sidebar-secondary
.footer-area .tm_about_store_widget,  .after-content-area
.footer-area .tm_about_store_widget,  .before-loop-area
.footer-area .tm_about_store_widget,  .after-loop-area
.footer-area .tm_about_store_widget  {
    
  padding:  0 20px 30px 20px;
    
}
.sidebar-primary .tm_about_store_widget .widget-title,  .sidebar-secondary .tm_about_store_widget .widget-title,  .after-content-area .tm_about_store_widget .widget-title,  .before-loop-area .tm_about_store_widget .widget-title,  .after-loop-area .tm_about_store_widget .widget-title,  .sidebar-primary
.tm_about_store_widget_bg .widget-title,  .sidebar-secondary
.tm_about_store_widget_bg .widget-title,  .after-content-area
.tm_about_store_widget_bg .widget-title,  .before-loop-area
.tm_about_store_widget_bg .widget-title,  .after-loop-area
.tm_about_store_widget_bg .widget-title,  .sidebar-primary
.footer-area .tm_about_store_widget .widget-title,  .sidebar-secondary
.footer-area .tm_about_store_widget .widget-title,  .after-content-area
.footer-area .tm_about_store_widget .widget-title,  .before-loop-area
.footer-area .tm_about_store_widget .widget-title,  .after-loop-area
.footer-area .tm_about_store_widget .widget-title  {
    
  float:  none;
    
}
.sidebar-primary .tm_about_store_widget .textwidget,  .sidebar-secondary .tm_about_store_widget .textwidget,  .after-content-area .tm_about_store_widget .textwidget,  .before-loop-area .tm_about_store_widget .textwidget,  .after-loop-area .tm_about_store_widget .textwidget,  .sidebar-primary
.tm_about_store_widget_bg .textwidget,  .sidebar-secondary
.tm_about_store_widget_bg .textwidget,  .after-content-area
.tm_about_store_widget_bg .textwidget,  .before-loop-area
.tm_about_store_widget_bg .textwidget,  .after-loop-area
.tm_about_store_widget_bg .textwidget,  .sidebar-primary
.footer-area .tm_about_store_widget .textwidget,  .sidebar-secondary
.footer-area .tm_about_store_widget .textwidget,  .after-content-area
.footer-area .tm_about_store_widget .textwidget,  .before-loop-area
.footer-area .tm_about_store_widget .textwidget,  .after-loop-area
.footer-area .tm_about_store_widget .textwidget  {
    
  overflow:  visible;
    
}

.widget.tm_about_store_widget  {
    
  margin-bottom:  21px;
    
}

/*Single product page styles*/
.woocommerce.single-product a.compare.button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce.single-product a.compare.checkout-button, 
.single-product.woocommerce .wc-proceed-to-checkout a.compare.checkout-button,  .woocommerce .single-product a.compare.button,  .woocommerce .wc-proceed-to-checkout .single-product a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .single-product a.compare.checkout-button,  .woocommerce .single-product .wc-proceed-to-checkout a.compare.checkout-button  {
    
  background:  none;
    
  font-weight:  300;
    
}
.woocommerce.single-product a.compare.button: hover, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce.single-product a.compare.checkout-button:hover, 
.single-product.woocommerce .wc-proceed-to-checkout a.compare.checkout-button:hover,  .woocommerce .single-product a.compare.button:hover,  .woocommerce .wc-proceed-to-checkout .single-product a.compare.checkout-button:hover, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .single-product a.compare.checkout-button:hover,  .woocommerce .single-product .wc-proceed-to-checkout a.compare.checkout-button:hover  {
    
  background:  none;
    
}
.woocommerce div.product form.cart .variations  {
    
  display:  block;
    
}
.woocommerce div.product form.cart .variations td  {
    
  display:  block;
    
}
.woocommerce div.product form.cart .variations td select,  .woocommerce div.product form.cart .variations td option  {
    
  height:  49px;
    
  padding:  10px;
    
  line-height:  1;
    
}
.woocommerce div.product form.cart .variations td.label  {
    
  display:  block;
    
  font-style:  italic;
    
  font-weight:  300;
    
}
.woocommerce div.product form.cart .variations td.label:after  {
    
  content:  ":";
    
  display:  inline-block;
    
}
.woocommerce div.product form.cart .variations td.label label  {
    
  font-weight:  300;
    
}
.woocommerce table.shop_attributes th  {
    
  padding:  16px 8px;
    
}
.woocommerce table.shop_attributes td  {
    
  padding:  8px;
    
}
.woocommerce #review_form #respond p .stars  {
    
  position:  relative;
    
  top:  3px;
    
  margin-left:  5px;
    
}

.single-product-images  {
    
  visibility:  hidden;
    
  position:  relative;
    
  margin:  0 auto;
    
}
.single-product-images.single-product-images-vertical .jssort01-99-66 .p  {
    
  width:  100%;
    
}
.single-product-images.single-product-images-vertical .jssora11l, 
.single-product-images.single-product-images-vertical .jssora11r  {
    
  left:  0;
    
  width:  100%;
    
  text-align:  center;
    
}
.single-product-images.single-product-images-vertical .jssora11l  {
    
  top:  -28px;
    
}
.single-product-images.single-product-images-vertical .jssora11l:before  {
    
  content:  '\f106';
    
}
.single-product-images.single-product-images-vertical .jssora11r  {
    
  bottom:  -28px;
    
}
.single-product-images.single-product-images-vertical .jssora11r:before  {
    
  content:  '\f107';
    
}
.single-product-images.single-product-images-vertical .enlarge  {
    
  bottom:  10px;
    
}
.single-product-images.single-product-images-horizontal .jssort01-99-66 .p  {
    
  height:  100%;
    
}
.single-product-images.single-product-images-horizontal .jssora11l, 
.single-product-images.single-product-images-horizontal .jssora11r  {
    
  top:  0;
    
  height:  100%;
    
}
.single-product-images.single-product-images-horizontal .jssora11l:before, 
.single-product-images.single-product-images-horizontal .jssora11r:before  {
    
  line-height:  0;
    
  top:  50%;
    
  position:  absolute;
    
}
.single-product-images.single-product-images-horizontal .jssora11l  {
    
  left:  -15px;
    
}
.single-product-images.single-product-images-horizontal .jssora11l:before  {
    
  left:  0;
    
  content:  '\f104';
    
}
.single-product-images.single-product-images-horizontal .jssora11r  {
    
  right:  -15px;
    
}
.single-product-images.single-product-images-horizontal .jssora11r:before  {
    
  right:  0;
    
  content:  '\f105';
    
}
.single-product-images.single-product-images-horizontal .enlarge  {
    
  bottom:  auto;
    
  top:  10px;
    
}
.single-product-images div[data-u=loading]  {
    
  position:  absolute;
    
  top:  0px;
    
  left:  0px;
    
}
.single-product-images div[data-u=slides]  {
    
  cursor:  default;
    
  position:  relative;
    
  top:  0px;
    
  right:  0;
    
  overflow:  hidden;
    
}
.single-product-images .enlarge  {
    
  position:  absolute;
    
  right:  10px;
    
  width:  50px;
    
  height:  50px;
    
  border-radius:  1000px;
    
  z-index:  100;
    
  cursor:  pointer;
    
  color:  #fff;
    
  text-align:  center;
    
  line-height:  48px;
    
  font-size:  29px;
    
  transition:  all .3s ease;
    
  display:  none;
    
}
.single-product-images .enlarge:before  {
    
  content:  '\e03d';
    
  font-family:  "fl-line-icon-set";
    
}
@media (min-width:  768px)  {
    
  .single-product-images .enlarge  {
    
    display:  block;
    
  }
}

.jssora11l, 
.jssora11r  {
    
  position:  absolute;
    
  cursor:  pointer;
    
  transition:  color .2s ease;
    
  font-size:  1.2em;
    
}
.jssora11l:before, 
.jssora11r:before  {
    
  font-family:  fontawesome;
    
}

.jssort01-99-66  {
    
  position:  absolute;
    
  left:  0px;
    
  bottom:  0px;
    
}
.jssort01-99-66 .p  {
    
  position:  absolute;
    
  top:  0;
    
  left:  0;
    
}
.jssort01-99-66 .t  {
    
  position:  absolute;
    
  top:  0;
    
  left:  0;
    
  width:  100%;
    
  height:  100%;
    
  border:  none;
    
}
.jssort01-99-66 .w  {
    
  position:  absolute;
    
  top:  0px;
    
  left:  0px;
    
  width:  100%;
    
  height:  100%;
    
}
.jssort01-99-66 .c  {
    
  position:  absolute;
    
  top:  0px;
    
  left:  0px;
    
  width:  100%;
    
  height:  100%;
    
  border:  transparent 0px solid;
    
  transition:  border .2s ease;
    
  cursor:  pointer;
    
}

.single-product .upsells.products > h2, 
.single-product .related.products > h2  {
    
  position:  relative;
    
  text-transform:  uppercase;
    
  margin-top:  80px;
    
  margin-bottom:  42px;
    
  text-align:  center;
    
}
.single-product .upsells.products > h2:before, 
.single-product .related.products > h2:before  {
    
  content:  '';
    
  position:  absolute;
    
  top:  -14px;
    
  left:  50%;
    
  width:  57px;
    
  height:  3px;
    
  margin-left:  -28px;
    
}
.single-product .upsells.products > div.product, 
.single-product .related.products > div.product  {
    
  margin-bottom:  0;
    
}

.single-product .single-product-images-vertical + span.onsale  {
    
  left:  21.4%;
    
  top:  3.34%;
    
}
.single-product .single-product-images-horizontal + span.onsale  {
    
  left:  3.8%;
    
  top:  2.3%;
    
}
.single-product.woocommerce .single-product-images-vertical + span.onsale  {
    
  left:  21.4%;
    
  top:  3.34%;
    
}
.single-product.woocommerce .single-product-images-horizontal + span.onsale  {
    
  left:  3.8%;
    
  top:  2.3%;
    
}
.single-product .product_title  {
    
  margin-bottom:  9px;
    
  font-weight:  400;
    
  text-transform:  none;
    
}

.single-image-container  {
    
  position:  relative;
    
  margin-bottom:  56px;
    
  padding:  0 10px;
    
}
@media (min-width:  768px)  {
    
  .single-image-container  {
    
    padding:  0;
    
  }
}

.easyzoom  {
    
  display:  inline-block;
    
}

.easyzoom img  {
    
  vertical-align:  bottom;
    
}

.easyzoom-flyout  {
    
  position:  absolute;
    
  z-index:  100;
    
  overflow:  hidden;
    
  background:  #fff;
    
  pointer-events:  none;
    
  top:  0;
    
  left:  0;
    
  width:  100%;
    
  height:  100%;
    
}

.easyzoom-flyout img  {
    
  max-width:  inherit;
    
}

.easyzoom.is-ready img  {
    
  cursor:  crosshair;
    
}

.dataTables_wrapper .compare-list tr.title td  {
    
  font-size:  25px;
    
  line-height:  30px;
    
}

.yith-wcwl-add-to-wishlist  {
    
  margin:  0;
    
  float:  left;
    
  padding-right:  27px;
    
  position:  relative;
    
}
.yith-wcwl-add-to-wishlist .ajax-loading  {
    
  width:  1em !important;
    
  height:  1em !important;
    
  font-size:  2em;
    
  position:  absolute;
    
  left:  50%;
    
  top:  50%;
    
  margin-left:  -0.5em;
    
  margin-top:  -0.5em;
    
  line-height:  1;
    
  opacity:  0.6;
    
  -webkit-animation:  spin 1s ease-in-out infinite;
    
  -moz-animation:  spin 1s ease-in-out infinite;
    
  animation:  spin 1s ease-in-out infinite;
    
}

a.add_to_wishlist  {
    
  font-weight:  300;
    
  font-size:  14px;
    
}
a.add_to_wishlist:before  {
    
  font-weight:  400;
    
  content:  '\e87e';
    
  font-family:  'Material Icons';
    
  font-size:  18px;
    
  vertical-align:  middle;
    
  margin-right:  3px;
    
}
a.add_to_wishlist.wishlist-hide  {
    
  opacity:  0;
    
  pointer-events:  none;
    
}

a.compare.button,  .woocommerce .wc-proceed-to-checkout a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button  {
    
  position:  relative;
    
  background:  none;
    
  border-radius:  0;
    
  padding:  0 0 0 19px;
    
  text-transform:  inherit;
    
  font-weight:  300;
    
  font-size:  14px;
    
}
a.compare.button:before,  .woocommerce .wc-proceed-to-checkout a.compare.checkout-button:before, 
.woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:before  {
    
  font-weight:  400;
    
  content:  '\e164';
    
  font-family:  'Material Icons';
    
  transform:  rotate(-90deg);
    
  position:  absolute;
    
  top:  -2px;
    
  left:  -2px;
    
  font-size:  18px;
    
}
a.compare.button.compare-hide:before,  .woocommerce .wc-proceed-to-checkout a.compare.compare-hide.checkout-button:before, 
.woocommerce-page .wc-proceed-to-checkout a.compare.compare-hide.checkout-button:before  {
    
  opacity:  0;
    
  pointer-events:  none;
    
}

#commentform label  {
    
  display:  block;
    
  margin-bottom:  5px;
    
}
#commentform label, 
#commentform span.for_rating  {
    
  font-style:  italic;
    
  font-weight:  300;
    
}
#commentform input[type=text]  {
    
  display:  block;
    
  width:  100%;
    
}
#commentform p.stars  {
    
  display:  inline-block;
    
}

.button,  .woocommerce .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.single-product.woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .single-product .wc-proceed-to-checkout a.checkout-button,  input[type="button"], 
input[type="reset"], 
input[type="submit"], 
.woocommerce button.button  {
    
  border-radius:  0;
    
  text-transform:  uppercase;
    
  box-shadow:  none !important;
    
  padding:  1em 1.45em 1em;
    
}

textarea  {
    
  display:  block;
    
}

input.qty[type=number]: :-webkit-outer-spin-button, 
input.qty[type=number]::-webkit-inner-spin-button  {
    
  -webkit-appearance:  none;
    
  margin:  0;
    
}

input.qty[type=number]  {
    
  -moz-appearance:  textfield;
    
}

.woocommerce-cart table.cart td.actions .coupon .input-text  {
    
  line-height:  1.42;
    
}

.woocommerce-error li:before  {
    
  display:  none;
    
}

.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message  {
    
  padding:  1.95em 0 1.95em 2.3em !important;
    
  margin:  0 0 2em !important;
    
}
.woocommerce .woocommerce-error:before, 
.woocommerce .woocommerce-info:before, 
.woocommerce .woocommerce-message:before  {
    
  top:  .8em;
    
  left:  0.1em;
    
  font-size:  26px;
    
}
.woocommerce .woocommerce-error .button,  .woocommerce .woocommerce-error .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .woocommerce-error a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .woocommerce-error a.checkout-button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-info .wc-proceed-to-checkout a.checkout-button, 
.woocommerce .wc-proceed-to-checkout .woocommerce-info a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .woocommerce-info a.checkout-button, 
.woocommerce .woocommerce-message .button, 
.woocommerce .woocommerce-message .wc-proceed-to-checkout a.checkout-button, 
.woocommerce .wc-proceed-to-checkout .woocommerce-message a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .woocommerce-message a.checkout-button  {
    
  margin-top:  -12px;
    
  margin-bottom:  -10px;
    
}

.page .entry-content table.shop_table a, 
.page .entry-content a.checkout-button  {
    
  text-decoration:  none;
    
}

.woocommerce.search-results .products div.product .block_product_thumbnail img,  .woocommerce-account.search-results .products div.product .block_product_thumbnail img  {
    
  width:  100%;
    
}
.woocommerce .wishlist_table td.product-price mark,  .woocommerce .wishlist_table td.product-price ins,  .woocommerce-account .wishlist_table td.product-price mark,  .woocommerce-account .wishlist_table td.product-price ins  {
    
  background:  none;
    
}
.woocommerce .entry-content .yith-wcwl-share ul li,  .woocommerce-account .entry-content .yith-wcwl-share ul li  {
    
  padding-left:  0;
    
  padding-right:  13px;
    
}
.woocommerce .entry-content .yith-wcwl-share ul li:before,  .woocommerce-account .entry-content .yith-wcwl-share ul li:before  {
    
  display:  none;
    
}

.single-product.woocommerce div.product,  .woocommerce .single-product div.product  {
    
  margin-top:  52px;
    
}

.woocommerce span.onsale, 
.woocommerce span.new, 
.woocommerce span.featured, 
.woocommerce-page span.onsale, 
.woocommerce-page span.new, 
.woocommerce-page span.featured, 
.single-product.woocommerce span.onsale, 
.single-product.woocommerce span.new, 
.single-product.woocommerce span.featured,  .woocommerce .single-product span.onsale, 
.woocommerce .single-product span.new, 
.woocommerce .single-product span.featured  {
    
  z-index:  100;
    
  padding:  0 7px;
    
  color:  #fff;
    
  font-size:  13px;
    
  line-height:  23px;
    
  min-height:  inherit;
    
  min-width:  inherit;
    
  font-style:  normal;
    
  font-weight:  500;
    
  border-radius:  0;
    
  -webkit-transform:  translatez(0);
    
  transform:  translatez(0);
    
}
.woocommerce button.single_add_to_cart_button, 
.woocommerce-page button.single_add_to_cart_button, 
.single-product.woocommerce button.single_add_to_cart_button,  .woocommerce .single-product button.single_add_to_cart_button  {
    
  border-radius:  0;
    
  padding:  15px 27px 14px 17px;
    
}
.woocommerce button.single_add_to_cart_button:before, 
.woocommerce-page button.single_add_to_cart_button:before, 
.single-product.woocommerce button.single_add_to_cart_button:before,  .woocommerce .single-product button.single_add_to_cart_button:before  {
    
  content:  '\e033';
    
  font-family:  'fl-glypho';
    
  position:  relative;
    
  top:  -3px;
    
  font-size:  28px;
    
  margin-right:  8px;
    
  vertical-align:  middle;
    
  font-weight:  normal;
    
  line-height:  21px;
    
}
.woocommerce div.quantity input.qty, 
.woocommerce-page div.quantity input.qty, 
.single-product.woocommerce div.quantity input.qty,  .woocommerce .single-product div.quantity input.qty  {
    
  width:  90px;
    
}
.woocommerce div.product, 
.woocommerce-page div.product, 
.single-product.woocommerce div.product,  .woocommerce .single-product div.product  {
    
  position:  relative;
    
}
.woocommerce div.product span.new, 
.woocommerce div.product span.featured, 
.woocommerce-page div.product span.new, 
.woocommerce-page div.product span.featured, 
.single-product.woocommerce div.product span.new, 
.single-product.woocommerce div.product span.featured,  .woocommerce .single-product div.product span.new, 
.woocommerce .single-product div.product span.featured  {
    
  position:  absolute;
    
  top:  10px;
    
  left:  9px;
    
}
.woocommerce div.product form.cart div.quantity, 
.woocommerce-page div.product form.cart div.quantity, 
.single-product.woocommerce div.product form.cart div.quantity,  .woocommerce .single-product div.product form.cart div.quantity  {
    
  margin-right:  5px;
    
  position:  relative;
    
}
@media (min-width:  544px)  {
    
  .woocommerce div.product form.cart div.quantity, 
  .woocommerce-page div.product form.cart div.quantity, 
  .single-product.woocommerce div.product form.cart div.quantity,  .woocommerce .single-product div.product form.cart div.quantity  {
    
    margin-right:  30px;
    
  }
}
.woocommerce div.product form.cart div.quantity input.qty, 
.woocommerce-page div.product form.cart div.quantity input.qty, 
.single-product.woocommerce div.product form.cart div.quantity input.qty,  .woocommerce .single-product div.product form.cart div.quantity input.qty  {
    
  width:  130px;
    
  padding:  11px 15px;
    
}
.woocommerce div.product form.cart div.quantity .tm-qty-minus, 
.woocommerce div.product form.cart div.quantity .tm-qty-plus, 
.woocommerce-page div.product form.cart div.quantity .tm-qty-minus, 
.woocommerce-page div.product form.cart div.quantity .tm-qty-plus, 
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-minus, 
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-plus,  .woocommerce .single-product div.product form.cart div.quantity .tm-qty-minus, 
.woocommerce .single-product div.product form.cart div.quantity .tm-qty-plus  {
    
  position:  absolute;
    
  top:  0;
    
  height:  100%;
    
  cursor:  pointer;
    
  width:  50px;
    
  text-align:  center;
    
  line-height:  50px;
    
  font-size:  18px;
    
  transition:  color .2s ease;
    
}
.woocommerce div.product form.cart div.quantity .tm-qty-minus:before, 
.woocommerce div.product form.cart div.quantity .tm-qty-plus:before, 
.woocommerce-page div.product form.cart div.quantity .tm-qty-minus:before, 
.woocommerce-page div.product form.cart div.quantity .tm-qty-plus:before, 
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-minus:before, 
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-plus:before,  .woocommerce .single-product div.product form.cart div.quantity .tm-qty-minus:before, 
.woocommerce .single-product div.product form.cart div.quantity .tm-qty-plus:before  {
    
  font-family:  'Material Icons';
    
}
.woocommerce div.product form.cart div.quantity .tm-qty-minus, 
.woocommerce-page div.product form.cart div.quantity .tm-qty-minus, 
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-minus,  .woocommerce .single-product div.product form.cart div.quantity .tm-qty-minus  {
    
  left:  0;
    
}
.woocommerce div.product form.cart div.quantity .tm-qty-minus:before, 
.woocommerce-page div.product form.cart div.quantity .tm-qty-minus:before, 
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-minus:before,  .woocommerce .single-product div.product form.cart div.quantity .tm-qty-minus:before  {
    
  content:  '\e15b';
    
}
.woocommerce div.product form.cart div.quantity .tm-qty-plus, 
.woocommerce-page div.product form.cart div.quantity .tm-qty-plus, 
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-plus,  .woocommerce .single-product div.product form.cart div.quantity .tm-qty-plus  {
    
  right:  0;
    
}
.woocommerce div.product form.cart div.quantity .tm-qty-plus:before, 
.woocommerce-page div.product form.cart div.quantity .tm-qty-plus:before, 
.single-product.woocommerce div.product form.cart div.quantity .tm-qty-plus:before,  .woocommerce .single-product div.product form.cart div.quantity .tm-qty-plus:before  {
    
  content:  '\e145';
    
}
.woocommerce div.product .woocommerce-tabs, 
.woocommerce-page div.product .woocommerce-tabs, 
.single-product.woocommerce div.product .woocommerce-tabs,  .woocommerce .single-product div.product .woocommerce-tabs  {
    
  margin-top:  30px;
    
}
.woocommerce div.product .woocommerce-tabs ul.tabs, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs, 
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs,  .woocommerce .single-product div.product .woocommerce-tabs ul.tabs  {
    
  padding:  0;
    
  margin-bottom:  0;
    
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li, 
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li,  .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li  {
    
  margin:  0;
    
  padding:  0;
    
  border:  none;
    
  display:  block !important;
    
  background:  none;
    
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,  .woocommerce div.product .woocommerce-tabs ul.tabs li: hover a, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover a, 
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, 
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,  .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li.active a,  .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li:hover a  {
    
  background:  #fff;
    
}
@media (min-width:  544px)  {
    
  .woocommerce div.product .woocommerce-tabs ul.tabs li, 
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li, 
  .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li,  .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li  {
    
    display:  inline-block !important;
    
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a, 
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,  .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li a  {
    
  border-top:  2px solid transparent;
    
  padding:  26px 25px;
    
  font-weight:  700;
    
}
@media (min-width:  544px)  {
    
  .woocommerce div.product .woocommerce-tabs ul.tabs li a, 
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, 
  .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,  .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li a  {
    
    padding:  13px 10px;
    
    font-size:  18px;
    
  }
}
@media (min-width:  768px)  {
    
  .woocommerce div.product .woocommerce-tabs ul.tabs li a, 
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, 
  .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,  .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li a  {
    
    font-size:  22px;
    
  }
}
@media (min-width:  992px)  {
    
  .woocommerce div.product .woocommerce-tabs ul.tabs li a, 
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, 
  .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,  .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li a  {
    
    padding:  26px 35px;
    
    font-size:  22px;
    
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,  .woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, 
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:before, 
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:after,  .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li:before,  .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li:after  {
    
  display:  none;
    
}
.woocommerce div.product .woocommerce-tabs .panel, 
.woocommerce-page div.product .woocommerce-tabs .panel, 
.single-product.woocommerce div.product .woocommerce-tabs .panel,  .woocommerce .single-product div.product .woocommerce-tabs .panel  {
    
  position:  relative;
    
  z-index:  1;
    
  padding-top:  29px;
    
  padding-bottom:  41px;
    
}
.woocommerce div.product .woocommerce-tabs h4, 
.woocommerce-page div.product .woocommerce-tabs h4, 
.single-product.woocommerce div.product .woocommerce-tabs h4,  .woocommerce .single-product div.product .woocommerce-tabs h4  {
    
  margin-bottom:  14px;
    
}
.woocommerce div.product .product-widget-categories,  .woocommerce div.product .product-widget-tags, 
.woocommerce-page div.product .product-widget-categories, 
.woocommerce-page div.product .product-widget-tags, 
.single-product.woocommerce div.product .product-widget-categories, 
.single-product.woocommerce div.product .product-widget-tags,  .woocommerce .single-product div.product .product-widget-categories,  .woocommerce .single-product div.product .product-widget-tags  {
    
  margin:  0;
    
}
.woocommerce div.product .entry-summary, 
.woocommerce-page div.product .entry-summary, 
.single-product.woocommerce div.product .entry-summary,  .woocommerce .single-product div.product .entry-summary  {
    
  margin-top:  -7px;
    
}
.woocommerce div.product .woocommerce-variation-price .price,  .woocommerce div.product .woocommerce-variation-price .compare-list.products .price td,  .compare-list.products .price .woocommerce div.product .woocommerce-variation-price td,  .add_to_cart_inline.woocommerce div.product .woocommerce-variation-price .amount, 
.woocommerce-page div.product .woocommerce-variation-price .price, 
.woocommerce-page div.product .woocommerce-variation-price .compare-list.products .price td, 
.compare-list.products .price .woocommerce-page div.product .woocommerce-variation-price td, 
.woocommerce-page div.product .woocommerce-variation-price .add_to_cart_inline.woocommerce .amount, 
.add_to_cart_inline.woocommerce .woocommerce-page div.product .woocommerce-variation-price .amount, 
.single-product.woocommerce div.product .woocommerce-variation-price .price, 
.single-product.woocommerce div.product .woocommerce-variation-price .compare-list.products .price td, 
.compare-list.products .price .single-product.woocommerce div.product .woocommerce-variation-price td, 
.single-product.woocommerce div.product .woocommerce-variation-price .add_to_cart_inline.woocommerce .amount, 
.add_to_cart_inline.woocommerce .single-product.woocommerce div.product .woocommerce-variation-price .amount,  .woocommerce .single-product div.product .woocommerce-variation-price .price,  .woocommerce .single-product div.product .woocommerce-variation-price .compare-list.products .price td,  .compare-list.products .price .woocommerce .single-product div.product .woocommerce-variation-price td,  .add_to_cart_inline.woocommerce .single-product div.product .woocommerce-variation-price .amount  {
    
  font-size:  20px;
    
  line-height:  24px;
    
}
.woocommerce div.product .woocommerce-variation-availability, 
.woocommerce-page div.product .woocommerce-variation-availability, 
.single-product.woocommerce div.product .woocommerce-variation-availability,  .woocommerce .single-product div.product .woocommerce-variation-availability  {
    
  padding-bottom:  10px;
    
  font-size:  16px;
    
  line-height:  22px;
    
}
.woocommerce div.product p.price,  .add_to_cart_inline.woocommerce div.product p.amount, 
.woocommerce-page div.product p.price, 
.woocommerce-page div.product .add_to_cart_inline.woocommerce p.amount, 
.add_to_cart_inline.woocommerce .woocommerce-page div.product p.amount, 
.single-product.woocommerce div.product p.price, 
.single-product.woocommerce div.product .add_to_cart_inline.woocommerce p.amount, 
.add_to_cart_inline.woocommerce .single-product.woocommerce div.product p.amount,  .woocommerce .single-product div.product p.price,  .add_to_cart_inline.woocommerce .single-product div.product p.amount  {
    
  font-weight:  bold;
    
  font-size:  40px;
    
  line-height:  48px;
    
  margin:  0 0 20px;
    
}
.woocommerce div.product p.price ins,  .add_to_cart_inline.woocommerce div.product p.amount ins, 
.woocommerce-page div.product p.price ins, 
.woocommerce-page div.product .add_to_cart_inline.woocommerce p.amount ins, 
.add_to_cart_inline.woocommerce .woocommerce-page div.product p.amount ins, 
.single-product.woocommerce div.product p.price ins, 
.single-product.woocommerce div.product .add_to_cart_inline.woocommerce p.amount ins, 
.add_to_cart_inline.woocommerce .single-product.woocommerce div.product p.amount ins,  .woocommerce .single-product div.product p.price ins,  .add_to_cart_inline.woocommerce .single-product div.product p.amount ins  {
    
  color:  inherit;
    
}
.woocommerce div.product p.price del,  .add_to_cart_inline.woocommerce div.product p.amount del, 
.woocommerce-page div.product p.price del, 
.woocommerce-page div.product .add_to_cart_inline.woocommerce p.amount del, 
.add_to_cart_inline.woocommerce .woocommerce-page div.product p.amount del, 
.single-product.woocommerce div.product p.price del, 
.single-product.woocommerce div.product .add_to_cart_inline.woocommerce p.amount del, 
.add_to_cart_inline.woocommerce .single-product.woocommerce div.product p.amount del,  .woocommerce .single-product div.product p.price del,  .add_to_cart_inline.woocommerce .single-product div.product p.amount del  {
    
  font-size:  16px;
    
  font-weight:  300;
    
  opacity:  1;
    
}
.woocommerce div.product p.price del .amount,  .add_to_cart_inline.woocommerce div.product p.amount del .amount, 
.woocommerce-page div.product p.price del .amount, 
.woocommerce-page div.product .add_to_cart_inline.woocommerce p.amount del .amount, 
.add_to_cart_inline.woocommerce .woocommerce-page div.product p.amount del .amount, 
.single-product.woocommerce div.product p.price del .amount, 
.single-product.woocommerce div.product .add_to_cart_inline.woocommerce p.amount del .amount, 
.add_to_cart_inline.woocommerce .single-product.woocommerce div.product p.amount del .amount,  .woocommerce .single-product div.product p.price del .amount,  .add_to_cart_inline.woocommerce .single-product div.product p.amount del .amount  {
    
  font-weight:  300;
    
}
 div.product .woo-social-buttons, 
 div.product .woo-social-buttons, 
.single-product div.product .woo-social-buttons,   .single-product div.product .woo-social-buttons  {
    
  margin:  20px 0;
    
}
 div.product .woo-social-buttons span.custom, 
.woocommerce-page div.product .woo-social-buttons span.custom, 
.single-product. div.product .woo-social-buttons span.custom,  .woocommerce .single-product div.product .woo-social-buttons span.custom  {
    
  margin:  0;
    
  font-size:  16px;
    
}
.woocommerce div.product .woo-social-buttons span.custom a, 
.woocommerce-page div.product .woo-social-buttons span.custom a, 
.single-product.woocommerce div.product .woo-social-buttons span.custom a,  .woocommerce .single-product div.product .woo-social-buttons span.custom a  {
    
  margin-right:  12px;
    
  width:  18px;
    
  height:  18px;
    
  font-size:  10px;
    
  line-height:  18px;
    
  display:  inline-block;
    
  text-align:  center;
    
  border-radius:  50%;
    
}
.woocommerce div.product .woo-social-buttons span.custom a img, 
.woocommerce-page div.product .woo-social-buttons span.custom a img, 
.single-product.woocommerce div.product .woo-social-buttons span.custom a img,  .woocommerce .single-product div.product .woo-social-buttons span.custom a img  {
    
  display:  none;
    
}
.woocommerce div.product .woo-social-buttons span.custom a:after, 
.woocommerce-page div.product .woo-social-buttons span.custom a:after, 
.single-product.woocommerce div.product .woo-social-buttons span.custom a:after,  .woocommerce .single-product div.product .woo-social-buttons span.custom a:after  {
    
  font-family:  fontawesome;
    
}
.woocommerce div.product .woo-social-buttons span.custom.smsb_facebook a:after, 
.woocommerce-page div.product .woo-social-buttons span.custom.smsb_facebook a:after, 
.single-product.woocommerce div.product .woo-social-buttons span.custom.smsb_facebook a:after,  .woocommerce .single-product div.product .woo-social-buttons span.custom.smsb_facebook a:after  {
    
  content:  '\f09a';
    
}
.woocommerce div.product .woo-social-buttons span.custom.smsb_twitter a:after, 
.woocommerce-page div.product .woo-social-buttons span.custom.smsb_twitter a:after, 
.single-product.woocommerce div.product .woo-social-buttons span.custom.smsb_twitter a:after,  .woocommerce .single-product div.product .woo-social-buttons span.custom.smsb_twitter a:after  {
    
  content:  '\f099';
    
}
.woocommerce div.product .woo-social-buttons span.custom.smsb_googleplus a:after, 
.woocommerce-page div.product .woo-social-buttons span.custom.smsb_googleplus a:after, 
.single-product.woocommerce div.product .woo-social-buttons span.custom.smsb_googleplus a:after,  .woocommerce .single-product div.product .woo-social-buttons span.custom.smsb_googleplus a:after  {
    
  content:  '\f0d5';
    
}
.woocommerce div.product .woo-social-buttons span.custom.smsb_linkedin a:after, 
.woocommerce-page div.product .woo-social-buttons span.custom.smsb_linkedin a:after, 
.single-product.woocommerce div.product .woo-social-buttons span.custom.smsb_linkedin a:after,  .woocommerce .single-product div.product .woo-social-buttons span.custom.smsb_linkedin a:after  {
    
  content:  '\f0e1';
    
}
.woocommerce div.product .woo-social-buttons span.custom.smsb_pinterest a:after, 
.woocommerce-page div.product .woo-social-buttons span.custom.smsb_pinterest a:after, 
.single-product.woocommerce div.product .woo-social-buttons span.custom.smsb_pinterest a:after,  .woocommerce .single-product div.product .woo-social-buttons span.custom.smsb_pinterest a:after  {
    
  content:  '\f0d2';
    
}
.woocommerce div.product .product_meta, 
.woocommerce-page div.product .product_meta, 
.single-product.woocommerce div.product .product_meta,  .woocommerce .single-product div.product .product_meta  {
    
  margin:  25px 0 30px;
    
}
.woocommerce div.product .product_meta > span, 
.woocommerce-page div.product .product_meta > span, 
.single-product.woocommerce div.product .product_meta > span,  .woocommerce .single-product div.product .product_meta > span  {
    
  display:  block;
    
  font-style:  italic;
    
  font-weight:  300;
    
  font-size:  14px;
    
}
.woocommerce div.product .product_meta > span a, 
.woocommerce-page div.product .product_meta > span a, 
.single-product.woocommerce div.product .product_meta > span a,  .woocommerce .single-product div.product .product_meta > span a  {
    
  font-style:  normal;
    
}
.woocommerce div.product form.cart, 
.woocommerce div.product p.cart, 
.woocommerce-page div.product form.cart, 
.woocommerce-page div.product p.cart, 
.single-product.woocommerce div.product form.cart, 
.single-product.woocommerce div.product p.cart,  .woocommerce .single-product div.product form.cart, 
.woocommerce .single-product div.product p.cart  {
    
  margin-bottom:  18px;
    
}
.woocommerce div.product .woocommerce-product-rating, 
.woocommerce-page div.product .woocommerce-product-rating, 
.single-product.woocommerce div.product .woocommerce-product-rating,  .woocommerce .single-product div.product .woocommerce-product-rating  {
    
  margin-bottom:  0;
    
}
@media (min-width:  1200px)  {
    
  .woocommerce div.product .woocommerce-product-rating .woocommerce-review-link, 
  .woocommerce-page div.product .woocommerce-product-rating .woocommerce-review-link, 
  .single-product.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link,  .woocommerce .single-product div.product .woocommerce-product-rating .woocommerce-review-link  {
    
    float:  right;
    
  }
}
.woocommerce .woocommerce-product-rating .star-rating, 
.woocommerce-page .woocommerce-product-rating .star-rating, 
.single-product.woocommerce .woocommerce-product-rating .star-rating,  .woocommerce .single-product .woocommerce-product-rating .star-rating  {
    
  margin-top:  10px;
    
  margin-right:  13px;
    
}
.woocommerce .star-rating, 
.woocommerce-page .star-rating, 
.single-product.woocommerce .star-rating,  .woocommerce .single-product .star-rating  {
    
  letter-spacing:  3px;
    
  font-size:  12px;
    
  width:  6.4em;
    
}
.woocommerce .star-rating:before, 
.woocommerce-page .star-rating:before, 
.single-product.woocommerce .star-rating:before,  .woocommerce .single-product .star-rating:before  {
    
  content:  '\53\53\53\53\53';
    
}
.woocommerce .shop_table #respond input#submit.loading:after, 
.woocommerce .shop_table a.button.loading:after, 
.woocommerce .shop_table .wc-proceed-to-checkout a.loading.checkout-button:after, 
.woocommerce .wc-proceed-to-checkout .shop_table a.loading.checkout-button:after, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .shop_table a.loading.checkout-button:after, 
.woocommerce .shop_table button.button.loading:after, 
.woocommerce .shop_table input.button.loading:after, 
.woocommerce-page .shop_table #respond input#submit.loading:after, 
.woocommerce-page .shop_table a.button.loading:after, 
.woocommerce .wc-proceed-to-checkout .woocommerce-page .shop_table a.loading.checkout-button:after, 
.woocommerce-page .shop_table .wc-proceed-to-checkout a.loading.checkout-button:after, 
.woocommerce-page .wc-proceed-to-checkout .shop_table a.loading.checkout-button:after, 
.woocommerce-page .shop_table button.button.loading:after, 
.woocommerce-page .shop_table input.button.loading:after, 
.single-product.woocommerce .shop_table #respond input#submit.loading:after, 
.single-product.woocommerce .shop_table a.button.loading:after, 
.woocommerce-page .wc-proceed-to-checkout .single-product.woocommerce .shop_table a.loading.checkout-button:after, 
.single-product.woocommerce .shop_table .wc-proceed-to-checkout a.loading.checkout-button:after, 
.single-product.woocommerce .wc-proceed-to-checkout .shop_table a.loading.checkout-button:after, 
.single-product.woocommerce .shop_table button.button.loading:after, 
.single-product.woocommerce .shop_table input.button.loading:after,  .woocommerce .single-product .shop_table #respond input#submit.loading:after, 
.woocommerce .single-product .shop_table a.button.loading:after, 
.woocommerce .wc-proceed-to-checkout .single-product .shop_table a.loading.checkout-button:after, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .single-product .shop_table a.loading.checkout-button:after, 
.woocommerce .single-product .shop_table .wc-proceed-to-checkout a.loading.checkout-button:after, 
.woocommerce .single-product .wc-proceed-to-checkout .shop_table a.loading.checkout-button:after, 
.woocommerce .single-product .shop_table button.button.loading:after, 
.woocommerce .single-product .shop_table input.button.loading:after  {
    
  display:  none;
    
}
.woocommerce form.checkout_coupon, 
.woocommerce form.register, 
.woocommerce form.login, 
.woocommerce-page form.checkout_coupon, 
.woocommerce-page form.register, 
.woocommerce-page form.login, 
.single-product.woocommerce form.checkout_coupon, 
.single-product.woocommerce form.register, 
.single-product.woocommerce form.login,  .woocommerce .single-product form.checkout_coupon, 
.woocommerce .single-product form.register, 
.woocommerce .single-product form.login  {
    
  padding:  20px 20px 15px;
    
  border-radius:  0;
    
}
.woocommerce form.checkout_coupon input, 
.woocommerce form.register input, 
.woocommerce form.login input, 
.woocommerce-page form.checkout_coupon input, 
.woocommerce-page form.register input, 
.woocommerce-page form.login input, 
.single-product.woocommerce form.checkout_coupon input, 
.single-product.woocommerce form.register input, 
.single-product.woocommerce form.login input,  .woocommerce .single-product form.checkout_coupon input, 
.woocommerce .single-product form.register input, 
.woocommerce .single-product form.login input  {
    
  padding:  15px 20px;
    
}
.woocommerce #reviews #comments ol.commentlist, 
.woocommerce-page #reviews #comments ol.commentlist, 
.single-product.woocommerce #reviews #comments ol.commentlist,  .woocommerce .single-product #reviews #comments ol.commentlist  {
    
  font-weight:  300;
    
}
.woocommerce #reviews #comments ol.commentlist li, 
.woocommerce-page #reviews #comments ol.commentlist li, 
.single-product.woocommerce #reviews #comments ol.commentlist li,  .woocommerce .single-product #reviews #comments ol.commentlist li  {
    
  margin:  9px 0 20px;
    
}
.woocommerce #reviews #comments ol.commentlist li img.avatar, 
.woocommerce-page #reviews #comments ol.commentlist li img.avatar, 
.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar,  .woocommerce .single-product #reviews #comments ol.commentlist li img.avatar  {
    
  position:  static;
    
  border:  none;
    
  padding:  0;
    
  width:  97px;
    
  border-radius:  50%;
    
  float:  none;
    
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text, 
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text,  .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text  {
    
  margin-top:  8px;
    
  margin-left:  0;
    
  border:  none;
    
  border-radius:  0;
    
  padding:  0;
    
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta, 
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,  .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text p.meta  {
    
  font-style:  normal;
    
  font-size:  14px;
    
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta span, 
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta span, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta time, 
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta span, 
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time,  .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text p.meta span, 
.woocommerce .single-product #reviews #comments ol.commentlist li .comment-text p.meta time  {
    
  font-style:  normal;
    
}
.woocommerce #reviews #comments ol.commentlist li .comment-text div.description p:before, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text div.description p:before, 
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text div.description p:before,  .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text div.description p:before  {
    
  content:  open-quote;
    
}
.woocommerce #reviews #comments ol.commentlist li .comment-text div.description p:after, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text div.description p:after, 
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text div.description p:after,  .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text div.description p:after  {
    
  content:  close-quote;
    
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text .star-rating, 
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating,  .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text .star-rating  {
    
  float:  none;
    
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p, 
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p,  .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text p  {
    
  margin-bottom:  4px;
    
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p + div, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p + div, 
.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p + div,  .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text p + div  {
    
  margin-bottom:  10px;
    
}
.woocommerce #reviews #comments ol.commentlist li + li, 
.woocommerce-page #reviews #comments ol.commentlist li + li, 
.single-product.woocommerce #reviews #comments ol.commentlist li + li,  .woocommerce .single-product #reviews #comments ol.commentlist li + li  {
    
  margin-top:  45px;
    
  padding-top:  29px;
    
  border-top:  1px dotted #d5d5d9;
    
}
.woocommerce #reviews #comments ol.commentlist li + li img.avatar, 
.woocommerce-page #reviews #comments ol.commentlist li + li img.avatar, 
.single-product.woocommerce #reviews #comments ol.commentlist li + li img.avatar,  .woocommerce .single-product #reviews #comments ol.commentlist li + li img.avatar  {
    
  top:  29px;
    
}
@media (min-width:  544px)  {
    
  .woocommerce #reviews #comments ol.commentlist li img.avatar, 
  .woocommerce-page #reviews #comments ol.commentlist li img.avatar, 
  .single-product.woocommerce #reviews #comments ol.commentlist li img.avatar,  .woocommerce .single-product #reviews #comments ol.commentlist li img.avatar  {
    
    position:  absolute;
    
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text, 
  .woocommerce-page #reviews #comments ol.commentlist li .comment-text, 
  .single-product.woocommerce #reviews #comments ol.commentlist li .comment-text,  .woocommerce .single-product #reviews #comments ol.commentlist li .comment-text  {
    
    margin-left:  118px;
    
  }
}
.woocommerce #reviews #comment, 
.woocommerce-page #reviews #comment, 
.single-product.woocommerce #reviews #comment,  .woocommerce .single-product #reviews #comment  {
    
  height:  183px;
    
}
.woocommerce p.stars, 
.woocommerce-page p.stars, 
.single-product.woocommerce p.stars,  .woocommerce .single-product p.stars  {
    
  margin-bottom:  0;
    
}
.woocommerce p.stars a, 
.woocommerce-page p.stars a, 
.single-product.woocommerce p.stars a,  .woocommerce .single-product p.stars a  {
    
  transition:  none !important;
    
  height:  auto;
    
}
.woocommerce p.stars a, 
.woocommerce p.stars a:hover ~ a,  .woocommerce p.stars.selected a.active ~ a,  .woocommerce p.stars.selected:hover a:hover ~ a,  .woocommerce p.stars.selected:hover a:hover ~ a.active ~ a,  .woocommerce p.stars.selected:hover a.active:hover ~ a,  .woocommerce p.stars.selected:hover a.active ~ a:hover ~ a, 
.woocommerce-page p.stars a, 
.woocommerce-page p.stars a:hover ~ a, 
.woocommerce-page p.stars.selected a.active ~ a, 
.woocommerce-page p.stars.selected:hover a:hover ~ a, 
.woocommerce-page p.stars.selected:hover a:hover ~ a.active ~ a, 
.woocommerce-page p.stars.selected:hover a.active:hover ~ a, 
.woocommerce-page p.stars.selected:hover a.active ~ a:hover ~ a, 
.single-product.woocommerce p.stars a, 
.single-product.woocommerce p.stars a:hover ~ a, 
.single-product.woocommerce p.stars.selected a.active ~ a, 
.single-product.woocommerce p.stars.selected:hover a:hover ~ a, 
.single-product.woocommerce p.stars.selected:hover a:hover ~ a.active ~ a, 
.single-product.woocommerce p.stars.selected:hover a.active:hover ~ a, 
.single-product.woocommerce p.stars.selected:hover a.active ~ a:hover ~ a,  .woocommerce .single-product p.stars a, 
.woocommerce .single-product p.stars a:hover ~ a,  .woocommerce .single-product p.stars.selected a.active ~ a,  .woocommerce .single-product p.stars.selected:hover a:hover ~ a,  .woocommerce .single-product p.stars.selected:hover a:hover ~ a.active ~ a,  .woocommerce .single-product p.stars.selected:hover a.active:hover ~ a,  .woocommerce .single-product p.stars.selected:hover a.active ~ a:hover ~ a  {
    
  color:  #e5e4e3;
    
}
.woocommerce p.stars a:before, 
.woocommerce p.stars a:hover ~ a:before,  .woocommerce p.stars.selected a.active ~ a:before, 
.woocommerce-page p.stars a:before, 
.woocommerce-page p.stars a:hover ~ a:before, 
.woocommerce-page p.stars.selected a.active ~ a:before, 
.single-product.woocommerce p.stars a:before, 
.single-product.woocommerce p.stars a:hover ~ a:before, 
.single-product.woocommerce p.stars.selected a.active ~ a:before,  .woocommerce .single-product p.stars a:before, 
.woocommerce .single-product p.stars a:hover ~ a:before,  .woocommerce .single-product p.stars.selected a.active ~ a:before  {
    
  content:  "\e020";
    
}
.woocommerce #review_form #respond .comment-reply-title, 
.woocommerce-page #review_form #respond .comment-reply-title, 
.single-product.woocommerce #review_form #respond .comment-reply-title,  .woocommerce .single-product #review_form #respond .comment-reply-title  {
    
  margin-top:  48px;
    
}
.woocommerce #review_form #respond p, 
.woocommerce-page #review_form #respond p, 
.single-product.woocommerce #review_form #respond p,  .woocommerce .single-product #review_form #respond p  {
    
  margin-bottom:  8px;
    
}
.woocommerce #review_form #respond p.form-submit, 
.woocommerce-page #review_form #respond p.form-submit, 
.single-product.woocommerce #review_form #respond p.form-submit,  .woocommerce .single-product #review_form #respond p.form-submit  {
    
  padding-top:  21px;
    
}
.woocommerce table.shop_table, 
.woocommerce-page table.shop_table, 
.single-product.woocommerce table.shop_table,  .woocommerce .single-product table.shop_table  {
    
  border:  none;
    
  margin:  0 0 30px;
    
  border-radius:  0;
    
}
.woocommerce table.shop_table.wishlist_table tbody tr, 
.woocommerce-page table.shop_table.wishlist_table tbody tr, 
.single-product.woocommerce table.shop_table.wishlist_table tbody tr,  .woocommerce .single-product table.shop_table.wishlist_table tbody tr  {
    
  background:  none;
    
}
.woocommerce table.shop_table.wishlist_table tbody tr + tr, 
.woocommerce-page table.shop_table.wishlist_table tbody tr + tr, 
.single-product.woocommerce table.shop_table.wishlist_table tbody tr + tr,  .woocommerce .single-product table.shop_table.wishlist_table tbody tr + tr  {
    
  background-image:  linear-gradient(to right,  #d5d5d9 33%,  transparent 0%);
    
  background-position:  0 0;
    
  background-size:  3px 1px;
    
  background-repeat:  repeat-x;
    
}
.woocommerce table.shop_table.wishlist_table .product-add-to-cart, 
.woocommerce-page table.shop_table.wishlist_table .product-add-to-cart, 
.single-product.woocommerce table.shop_table.wishlist_table .product-add-to-cart,  .woocommerce .single-product table.shop_table.wishlist_table .product-add-to-cart  {
    
  padding:  0;
    
}
.woocommerce table.shop_table thead th, 
.woocommerce-page table.shop_table thead th, 
.single-product.woocommerce table.shop_table thead th,  .woocommerce .single-product table.shop_table thead th  {
    
  border:  1px solid #e8e8eb;
    
  border-left:  none;
    
  border-right:  none;
    
  text-transform:  uppercase;
    
  padding-top:  12px;
    
  padding-bottom:  13px;
    
  padding-left:  0;
    
}
.woocommerce table.shop_table tbody tr, 
.woocommerce-page table.shop_table tbody tr, 
.single-product.woocommerce table.shop_table tbody tr,  .woocommerce .single-product table.shop_table tbody tr  {
    
  background-image:  linear-gradient(to right,  #d5d5d9 33%,  transparent 0%);
    
  background-position:  0 0;
    
  background-size:  3px 1px;
    
  background-repeat:  repeat-x;
    
}
.woocommerce table.shop_table tbody tr td, 
.woocommerce-page table.shop_table tbody tr td, 
.single-product.woocommerce table.shop_table tbody tr td,  .woocommerce .single-product table.shop_table tbody tr td  {
    
  border:  none;
    
}
.woocommerce table.shop_table tbody tr td:before, 
.woocommerce-page table.shop_table tbody tr td:before, 
.single-product.woocommerce table.shop_table tbody tr td:before,  .woocommerce .single-product table.shop_table tbody tr td:before  {
    
  text-transform:  uppercase;
    
}
.woocommerce table.shop_table tbody tr td.product-subtotal .amount,  .woocommerce table.shop_table tbody tr td.product-total .amount,  .woocommerce table.shop_table tbody tr td.product-price .amount, 
.woocommerce-page table.shop_table tbody tr td.product-subtotal .amount, 
.woocommerce-page table.shop_table tbody tr td.product-total .amount, 
.woocommerce-page table.shop_table tbody tr td.product-price .amount, 
.single-product.woocommerce table.shop_table tbody tr td.product-subtotal .amount, 
.single-product.woocommerce table.shop_table tbody tr td.product-total .amount, 
.single-product.woocommerce table.shop_table tbody tr td.product-price .amount,  .woocommerce .single-product table.shop_table tbody tr td.product-subtotal .amount,  .woocommerce .single-product table.shop_table tbody tr td.product-total .amount,  .woocommerce .single-product table.shop_table tbody tr td.product-price .amount  {
    
  font-weight:  bold;
    
  font-size:  20px;
    
  line-height:  24px;
    
}
.woocommerce table.shop_table tbody tr td.product-thumbnail a, 
.woocommerce-page table.shop_table tbody tr td.product-thumbnail a, 
.single-product.woocommerce table.shop_table tbody tr td.product-thumbnail a,  .woocommerce .single-product table.shop_table tbody tr td.product-thumbnail a  {
    
  display:  block;
    
}
.woocommerce table.shop_table tbody tr td.product-thumbnail img, 
.woocommerce-page table.shop_table tbody tr td.product-thumbnail img, 
.single-product.woocommerce table.shop_table tbody tr td.product-thumbnail img,  .woocommerce .single-product table.shop_table tbody tr td.product-thumbnail img  {
    
  width:  100px;
    
  max-width:  100%;
    
  display:  block;
    
}
.woocommerce table.shop_table tbody tr td.product-name h6, 
.woocommerce-page table.shop_table tbody tr td.product-name h6, 
.single-product.woocommerce table.shop_table tbody tr td.product-name h6,  .woocommerce .single-product table.shop_table tbody tr td.product-name h6  {
    
  overflow:  hidden;
    
  white-space:  nowrap;
    
  text-overflow:  ellipsis;
    
}
.woocommerce table.shop_table tbody tr td.product-name dl.variation, 
.woocommerce-page table.shop_table tbody tr td.product-name dl.variation, 
.single-product.woocommerce table.shop_table tbody tr td.product-name dl.variation,  .woocommerce .single-product table.shop_table tbody tr td.product-name dl.variation  {
    
  margin:  0;
    
}
.woocommerce table.shop_table tbody tr td.product-name dl.variation dt, 
.woocommerce-page table.shop_table tbody tr td.product-name dl.variation dt, 
.single-product.woocommerce table.shop_table tbody tr td.product-name dl.variation dt,  .woocommerce .single-product table.shop_table tbody tr td.product-name dl.variation dt  {
    
  margin:  0 5px 0 0;
    
  padding:  0;
    
  font:  inherit;
    
}
.woocommerce table.shop_table tbody tr td.product-name dl.variation dd, 
.woocommerce-page table.shop_table tbody tr td.product-name dl.variation dd, 
.single-product.woocommerce table.shop_table tbody tr td.product-name dl.variation dd,  .woocommerce .single-product table.shop_table tbody tr td.product-name dl.variation dd  {
    
  margin:  0;
    
  padding:  0;
    
  text-transform:  lowercase;
    
}
.woocommerce table.shop_table tbody tr td.product-name dl.variation dd p, 
.woocommerce-page table.shop_table tbody tr td.product-name dl.variation dd p, 
.single-product.woocommerce table.shop_table tbody tr td.product-name dl.variation dd p,  .woocommerce .single-product table.shop_table tbody tr td.product-name dl.variation dd p  {
    
  margin:  0;
    
}
.woocommerce table.shop_table tbody tr td.actions, 
.woocommerce-page table.shop_table tbody tr td.actions, 
.single-product.woocommerce table.shop_table tbody tr td.actions,  .woocommerce .single-product table.shop_table tbody tr td.actions  {
    
  padding-right:  0;
    
  border-bottom:  1px solid #e8e8eb;
    
  padding-left:  0;
    
  padding-top:  20px;
    
}
.woocommerce table.shop_table tbody tr td.actions input.input-text#coupon_code, 
.woocommerce-page table.shop_table tbody tr td.actions input.input-text#coupon_code, 
.single-product.woocommerce table.shop_table tbody tr td.actions input.input-text#coupon_code,  .woocommerce .single-product table.shop_table tbody tr td.actions input.input-text#coupon_code  {
    
  height:  50px;
    
  margin-right:  10px;
    
  padding:  17px 20px;
    
  border-color:  #e8e8eb;
    
}
.woocommerce table.shop_table tbody tr.cart_item,  .woocommerce table.shop_table tbody tr.order_item, 
.woocommerce-page table.shop_table tbody tr.cart_item, 
.woocommerce-page table.shop_table tbody tr.order_item, 
.single-product.woocommerce table.shop_table tbody tr.cart_item, 
.single-product.woocommerce table.shop_table tbody tr.order_item,  .woocommerce .single-product table.shop_table tbody tr.cart_item,  .woocommerce .single-product table.shop_table tbody tr.order_item  {
    
  background:  none;
    
}
.woocommerce table.shop_table tbody tr.cart_item + tr.cart_item,  .woocommerce table.shop_table tbody tr.cart_item + tr.order_item,  .woocommerce table.shop_table tbody tr.order_item + tr.cart_item,  .woocommerce table.shop_table tbody tr.order_item + tr.order_item, 
.woocommerce-page table.shop_table tbody tr.cart_item + tr.cart_item, 
.woocommerce-page table.shop_table tbody tr.cart_item + tr.order_item, 
.woocommerce-page table.shop_table tbody tr.order_item + tr.cart_item, 
.woocommerce-page table.shop_table tbody tr.order_item + tr.order_item, 
.single-product.woocommerce table.shop_table tbody tr.cart_item + tr.cart_item, 
.single-product.woocommerce table.shop_table tbody tr.cart_item + tr.order_item, 
.single-product.woocommerce table.shop_table tbody tr.order_item + tr.cart_item, 
.single-product.woocommerce table.shop_table tbody tr.order_item + tr.order_item,  .woocommerce .single-product table.shop_table tbody tr.cart_item + tr.cart_item,  .woocommerce .single-product table.shop_table tbody tr.cart_item + tr.order_item,  .woocommerce .single-product table.shop_table tbody tr.order_item + tr.cart_item,  .woocommerce .single-product table.shop_table tbody tr.order_item + tr.order_item  {
    
  background-image:  linear-gradient(to right,  #d5d5d9 33%,  transparent 0%);
    
  background-position:  0 0;
    
  background-size:  3px 1px;
    
  background-repeat:  repeat-x;
    
}
.woocommerce table.shop_table tbody tr.cart-subtotal,  .woocommerce table.shop_table tbody tr.order-total, 
.woocommerce-page table.shop_table tbody tr.cart-subtotal, 
.woocommerce-page table.shop_table tbody tr.order-total, 
.single-product.woocommerce table.shop_table tbody tr.cart-subtotal, 
.single-product.woocommerce table.shop_table tbody tr.order-total,  .woocommerce .single-product table.shop_table tbody tr.cart-subtotal,  .woocommerce .single-product table.shop_table tbody tr.order-total  {
    
  background:  none;
    
}
.woocommerce table.shop_table tfoot tr, 
.woocommerce-page table.shop_table tfoot tr, 
.single-product.woocommerce table.shop_table tfoot tr,  .woocommerce .single-product table.shop_table tfoot tr  {
    
  background-image:  linear-gradient(to right,  #d5d5d9 33%,  transparent 0%);
    
  background-position:  0 0;
    
  background-size:  3px 1px;
    
  background-repeat:  repeat-x;
    
}
.woocommerce table.shop_table tfoot tr: first-child, 
.woocommerce-page table.shop_table tfoot tr:first-child, 
.single-product.woocommerce table.shop_table tfoot tr:first-child,  .woocommerce .single-product table.shop_table tfoot tr:first-child  {
    
  background:  none;
    
}
.woocommerce table.shop_table tfoot tr: first-child th, 
.woocommerce table.shop_table tfoot tr:first-child td, 
.woocommerce-page table.shop_table tfoot tr:first-child th, 
.woocommerce-page table.shop_table tfoot tr:first-child td, 
.single-product.woocommerce table.shop_table tfoot tr:first-child th, 
.single-product.woocommerce table.shop_table tfoot tr:first-child td,  .woocommerce .single-product table.shop_table tfoot tr:first-child th, 
.woocommerce .single-product table.shop_table tfoot tr:first-child td  {
    
  border-top:  1px solid #e8e8eb;
    
}
.woocommerce table.shop_table tfoot tr: last-child th, 
.woocommerce table.shop_table tfoot tr:last-child td, 
.woocommerce-page table.shop_table tfoot tr:last-child th, 
.woocommerce-page table.shop_table tfoot tr:last-child td, 
.single-product.woocommerce table.shop_table tfoot tr:last-child th, 
.single-product.woocommerce table.shop_table tfoot tr:last-child td,  .woocommerce .single-product table.shop_table tfoot tr:last-child th, 
.woocommerce .single-product table.shop_table tfoot tr:last-child td  {
    
  border-bottom:  1px solid #e8e8eb;
    
}
.woocommerce table.shop_table tfoot tr.order-total td, 
.woocommerce-page table.shop_table tfoot tr.order-total td, 
.single-product.woocommerce table.shop_table tfoot tr.order-total td,  .woocommerce .single-product table.shop_table tfoot tr.order-total td  {
    
  background:  none !important;
    
}
.woocommerce table.shop_table tfoot th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce-page table.shop_table tfoot th, 
.woocommerce-page table.shop_table tfoot td, 
.single-product.woocommerce table.shop_table tfoot th, 
.single-product.woocommerce table.shop_table tfoot td,  .woocommerce .single-product table.shop_table tfoot th, 
.woocommerce .single-product table.shop_table tfoot td  {
    
  border:  none;
    
  padding:  10px 15px;
    
  padding-left:  0;
    
}
.woocommerce table.shop_table tfoot th, 
.woocommerce-page table.shop_table tfoot th, 
.single-product.woocommerce table.shop_table tfoot th,  .woocommerce .single-product table.shop_table tfoot th  {
    
  text-transform:  uppercase;
    
  vertical-align:  middle;
    
}
.woocommerce table.shop_table tfoot td, 
.woocommerce-page table.shop_table tfoot td, 
.single-product.woocommerce table.shop_table tfoot td,  .woocommerce .single-product table.shop_table tfoot td  {
    
  font-size:  20px;
    
}
.woocommerce table.shop_table tfoot td.payment_method, 
.woocommerce-page table.shop_table tfoot td.payment_method, 
.single-product.woocommerce table.shop_table tfoot td.payment_method,  .woocommerce .single-product table.shop_table tfoot td.payment_method  {
    
  text-transform:  uppercase;
    
}
.woocommerce table.shop_table.customer_details, 
.woocommerce-page table.shop_table.customer_details, 
.single-product.woocommerce table.shop_table.customer_details,  .woocommerce .single-product table.shop_table.customer_details  {
    
  border-bottom:  1px solid #e8e8eb;
    
  border-top:  1px solid #e8e8eb;
    
}
.woocommerce table.shop_table.customer_details td, 
.woocommerce table.shop_table.customer_details th, 
.woocommerce-page table.shop_table.customer_details td, 
.woocommerce-page table.shop_table.customer_details th, 
.single-product.woocommerce table.shop_table.customer_details td, 
.single-product.woocommerce table.shop_table.customer_details th,  .woocommerce .single-product table.shop_table.customer_details td, 
.woocommerce .single-product table.shop_table.customer_details th  {
    
  border:  none;
    
  padding:  10px 30px 10px 0;
    
}
.woocommerce table.shop_table.customer_details th, 
.woocommerce-page table.shop_table.customer_details th, 
.single-product.woocommerce table.shop_table.customer_details th,  .woocommerce .single-product table.shop_table.customer_details th  {
    
  text-transform:  uppercase;
    
}
.woocommerce table.shop_table.customer_details tr, 
.woocommerce-page table.shop_table.customer_details tr, 
.single-product.woocommerce table.shop_table.customer_details tr,  .woocommerce .single-product table.shop_table.customer_details tr  {
    
  background:  none;
    
}
.woocommerce table.shop_table.customer_details tr + tr, 
.woocommerce-page table.shop_table.customer_details tr + tr, 
.single-product.woocommerce table.shop_table.customer_details tr + tr,  .woocommerce .single-product table.shop_table.customer_details tr + tr  {
    
  background-image:  linear-gradient(to right,  #d5d5d9 33%,  transparent 0%);
    
  background-position:  0 0;
    
  background-size:  3px 1px;
    
  background-repeat:  repeat-x;
    
}
.woocommerce a.remove, 
.woocommerce-page a.remove, 
.single-product.woocommerce a.remove,  .woocommerce .single-product a.remove  {
    
  font-weight:  normal;
    
  line-height:  1.1;
    
}
.woocommerce a.remove:before, 
.woocommerce-page a.remove:before, 
.single-product.woocommerce a.remove:before,  .woocommerce .single-product a.remove:before  {
    
  content:  '\e14c';
    
  font-family:  'Material Icons';
    
  font-size:  18px;
    
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals, 
.single-product.woocommerce .cart-collaterals .cart_totals,  .woocommerce .single-product .cart-collaterals .cart_totals  {
    
  border:  1px solid #e8e8eb;
    
  padding:  32px 20px 38px;
    
}
.woocommerce .cart-collaterals .cart_totals tr th, 
.woocommerce-page .cart-collaterals .cart_totals tr th, 
.single-product.woocommerce .cart-collaterals .cart_totals tr th,  .woocommerce .single-product .cart-collaterals .cart_totals tr th  {
    
  border:  none;
    
  padding:  7px 10px 7px 0;
    
  text-transform:  uppercase;
    
  hyphens:  none;
    
}
.woocommerce .cart-collaterals .cart_totals tr td, 
.woocommerce-page .cart-collaterals .cart_totals tr td, 
.single-product.woocommerce .cart-collaterals .cart_totals tr td,  .woocommerce .single-product .cart-collaterals .cart_totals tr td  {
    
  border:  none;
    
  padding:  7px 0;
    
  text-align:  right;
    
  background:  none !important;
    
}
.woocommerce .cart-collaterals .cart_totals tr td .amount, 
.woocommerce-page .cart-collaterals .cart_totals tr td .amount, 
.single-product.woocommerce .cart-collaterals .cart_totals tr td .amount,  .woocommerce .single-product .cart-collaterals .cart_totals tr td .amount  {
    
  font-weight:  bold;
    
  font-size:  20px;
    
  display:  block;
    
}
.woocommerce .wc-proceed-to-checkout, 
.woocommerce-page .wc-proceed-to-checkout, 
.single-product.woocommerce .wc-proceed-to-checkout,  .woocommerce .single-product .wc-proceed-to-checkout  {
    
  padding-bottom:  0;
    
}
.woocommerce .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.single-product.woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .single-product .wc-proceed-to-checkout a.checkout-button  {
    
  margin-bottom:  0;
    
  border-radius:  0;
    
  line-height:  22px;
    
  padding:  15px;
    
}
.woocommerce form .form-row, 
.woocommerce-page form .form-row, 
.single-product.woocommerce form .form-row,  .woocommerce .single-product form .form-row  {
    
  padding:  0;
    
}
.woocommerce form .form-row .select2-container, 
.woocommerce-page form .form-row .select2-container, 
.single-product.woocommerce form .form-row .select2-container,  .woocommerce .single-product form .form-row .select2-container  {
    
  line-height:  3.4em;
    
}
.woocommerce form .form-row .select2-container .select2-choice, 
.woocommerce-page form .form-row .select2-container .select2-choice, 
.single-product.woocommerce form .form-row .select2-container .select2-choice,  .woocommerce .single-product form .form-row .select2-container .select2-choice  {
    
  border-radius:  0;
    
  border-color:  #e8e8eb;
    
}
.woocommerce form .form-row.woocommerce-invalid .select2-container .select2-choice, 
.woocommerce-page form .form-row.woocommerce-invalid .select2-container .select2-choice, 
.single-product.woocommerce form .form-row.woocommerce-invalid .select2-container .select2-choice,  .woocommerce .single-product form .form-row.woocommerce-invalid .select2-container .select2-choice  {
    
  border-color:  #a00;
    
}
.woocommerce .select2-drop-active, 
.woocommerce-page .select2-drop-active, 
.single-product.woocommerce .select2-drop-active,  .woocommerce .single-product .select2-drop-active  {
    
  margin-top:  -2px;
    
  border-radius:  0;
    
  border-color:  #e8e8eb;
    
}
.woocommerce ul.order_details li, 
.woocommerce-page ul.order_details li, 
.single-product.woocommerce ul.order_details li,  .woocommerce .single-product ul.order_details li  {
    
  padding-left:  0 !important;
    
}
.woocommerce ul.order_details li:before, 
.woocommerce-page ul.order_details li:before, 
.single-product.woocommerce ul.order_details li:before,  .woocommerce .single-product ul.order_details li:before  {
    
  display:  none;
    
}
.woocommerce ul.order_details li + li, 
.woocommerce-page ul.order_details li + li, 
.single-product.woocommerce ul.order_details li + li,  .woocommerce .single-product ul.order_details li + li  {
    
  margin-top:  0 !important;
    
}
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering, 
.single-product.woocommerce .woocommerce-ordering,  .woocommerce .single-product .woocommerce-ordering  {
    
  float:  none;
    
  margin-bottom:  30px;
    
}
.woocommerce .woocommerce-ordering select.orderby, 
.woocommerce-page .woocommerce-ordering select.orderby, 
.single-product.woocommerce .woocommerce-ordering select.orderby,  .woocommerce .single-product .woocommerce-ordering select.orderby  {
    
  width:  100%;
    
}
.woocommerce .woocommerce-ordering .chosen-single, 
.woocommerce-page .woocommerce-ordering .chosen-single, 
.single-product.woocommerce .woocommerce-ordering .chosen-single,  .woocommerce .single-product .woocommerce-ordering .chosen-single  {
    
  padding:  15px 35px 5px 12px;
    
}
.woocommerce .woocommerce-ordering .chosen-single:before, 
.woocommerce-page .woocommerce-ordering .chosen-single:before, 
.single-product.woocommerce .woocommerce-ordering .chosen-single:before,  .woocommerce .single-product .woocommerce-ordering .chosen-single:before  {
    
  top:  21px;
    
}
.woocommerce .woocommerce-result-count, 
.woocommerce-page .woocommerce-result-count, 
.single-product.woocommerce .woocommerce-result-count,  .woocommerce .single-product .woocommerce-result-count  {
    
  float:  none;
    
  margin:  0 0 30px;
    
  padding:  15px 0 0;
    
}

#add_payment_method #payment, 
.woocommerce-checkout #payment  {
    
  background:  none;
    
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods  {
    
  padding:  0 0 25px;
    
  border-color:  #e8e8eb;
    
}
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li  {
    
  padding-left:  0;
    
}
#add_payment_method #payment div.form-row, 
.woocommerce-checkout #payment div.form-row  {
    
  padding:  30px 0 0;
    
}

#payment .wc_payment_methods .wc_payment_method p  {
    
  margin:  0;
    
}
#payment .wc_payment_methods .wc_payment_method + .wc_payment_method  {
    
  background-image:  linear-gradient(to right,  #d5d5d9 33%,  transparent 0%);
    
  background-position:  0 0;
    
  background-size:  3px 1px;
    
  background-repeat:  repeat-x;
    
  padding-top:  30px;
    
  margin-top:  18px;
    
}

.woocommerce-Input--checkbox  {
    
  -webkit-appearance:  checkbox;
    
}

.woocommerce-billing-fields, 
.woocommerce-shipping-fields  {
    
  margin-bottom:  30px;
    
}

.home .breadcrumbs  {
    
  margin-bottom:  30px;
    
}
@media (min-width:  992px)  {
    
  .home .breadcrumbs  {
    
    margin-bottom:  50px;
    
  }
}

.cleasrfix  {
    
  clear:  both;
    
}

@media (min-width:  992px)  {
    
  .woocommerce div.product form.cart div.quantity, 
  .woocommerce-page div.product form.cart div.quantity  {
    
    margin-right:  30px;
    
  }
  .woocommerce div.product .woo-social-buttons:before, 
  .woocommerce-page div.product .woo-social-buttons:before  {
    
    display:  block;
    
    height:  1px;
    
    content:  '';
    
    background-image:  linear-gradient(to right,  #d5d5d9 33%,  transparent 0%);
    
    background-position:  0 0;
    
    background-size:  3px 1px;
    
    background-repeat:  repeat-x;
    
    margin-bottom:  23px;
    
  }
  .woocommerce div.product .product_meta, 
  .woocommerce-page div.product .product_meta  {
    
    margin:  0 0 30px;
    
  }
  .woocommerce div.product .product_meta:before, 
  .woocommerce-page div.product .product_meta:before  {
    
    display:  block;
    
    height:  1px;
    
    content:  '';
    
    background-image:  linear-gradient(to right,  #d5d5d9 33%,  transparent 0%);
    
    background-position:  0 0;
    
    background-size:  3px 1px;
    
    background-repeat:  repeat-x;
    
    margin-bottom:  26px;
    
  }
  .woocommerce div.product .product_meta:after, 
  .woocommerce-page div.product .product_meta:after  {
    
    display:  block;
    
    height:  1px;
    
    content:  '';
    
    background-image:  linear-gradient(to right,  #d5d5d9 33%,  transparent 0%);
    
    background-position:  0 0;
    
    background-size:  3px 1px;
    
    background-repeat:  repeat-x;
    
    margin-top:  19px;
    
  }
  .woocommerce div.product .product_meta > span, 
  .woocommerce-page div.product .product_meta > span  {
    
    padding-bottom:  5px;
    
  }
  .woocommerce div.product form.cart:after, 
  .woocommerce div.product p.cart:after, 
  .woocommerce-page div.product form.cart:after, 
  .woocommerce-page div.product p.cart:after  {
    
    display:  block;
    
    height:  31px;
    
    content:  '';
    
    clear:  both;
    
    background-image:  linear-gradient(to right,  #d5d5d9 33%,  transparent 0%);
    
    background-position:  0 100%;
    
    background-size:  3px 1px;
    
    background-repeat:  repeat-x;
    
  }
  .woocommerce div.product .woocommerce-product-rating, 
  .woocommerce-page div.product .woocommerce-product-rating  {
    
    float:  right;
    
    padding-top:  17px;
    
    white-space:  nowrap;
    
  }
}
@media (min-width:  769px)  {
    
  .woocommerce table.shop_table tbody tr td, 
  .woocommerce-page table.shop_table tbody tr td  {
    
    padding:  30px;
    
    padding-left:  0;
    
  }
  .woocommerce table.shop_table tbody tr td.product-remove, 
  .woocommerce-page table.shop_table tbody tr td.product-remove  {
    
    width:  41px;
    
    padding-right:  20px;
    
  }
  .woocommerce table.shop_table tbody tr td.product-thumbnail, 
  .woocommerce-page table.shop_table tbody tr td.product-thumbnail  {
    
    width:  129px;
    
  }
  .woocommerce table.shop_table tbody tr td.product-name, 
  .woocommerce-page table.shop_table tbody tr td.product-name  {
    
    max-width:  176px;
    
  }
  .woocommerce table.shop_table tbody tr td.actions, 
  .woocommerce-page table.shop_table tbody tr td.actions  {
    
    padding-left:  0;
    
    padding-top:  30px;
    
  }
  .woocommerce table.shop_table tbody tr td.actions input.input-text#coupon_code, 
  .woocommerce-page table.shop_table tbody tr td.actions input.input-text#coupon_code  {
    
    width:  293px;
    
  }
  .woocommerce table.shop_table tfoot th, 
  .woocommerce table.shop_table tfoot td, 
  .woocommerce-page table.shop_table tfoot th, 
  .woocommerce-page table.shop_table tfoot td  {
    
    padding:  10px 30px;
    
    padding-left:  0;
    
  }
  .woocommerce .cart-collaterals .cart_totals, 
  .woocommerce .cart-collaterals .cart_totals, 
  .woocommerce-page .cart-collaterals .cart_totals, 
  .woocommerce-page .cart-collaterals .cart_totals  {
    
    width:  308px;
    
    padding-left:  40px;
    
    padding-right:  40px;
    
  }
  .woocommerce .cart-collaterals .cart_totals tr td, 
  .woocommerce .cart-collaterals .cart_totals tr td, 
  .woocommerce-page .cart-collaterals .cart_totals tr td, 
  .woocommerce-page .cart-collaterals .cart_totals tr td  {
    
    padding-left:  10px;
    
  }
}
@media (max-width:  768px)  {
    
  .woocommerce .woocommerce-checkout-review-order-table td.product-name dl.variation, 
  .woocommerce .order_details td.product-name dl.variation, 
  .woocommerce-page .woocommerce-checkout-review-order-table td.product-name dl.variation, 
  .woocommerce-page .order_details td.product-name dl.variation  {
    
    float:  right;
    
  }
  .woocommerce .woocommerce-checkout-review-order-table td:after, 
  .woocommerce .order_details td:after, 
  .woocommerce-page .woocommerce-checkout-review-order-table td:after, 
  .woocommerce-page .order_details td:after  {
    
    content:  '';
    
    display:  block;
    
    clear:  both;
    
  }
  .woocommerce .woocommerce-checkout-review-order-table td:before, 
  .woocommerce .order_details td:before, 
  .woocommerce-page .woocommerce-checkout-review-order-table td:before, 
  .woocommerce-page .order_details td:before  {
    
    text-transform:  uppercase;
    
    margin-right:  5px;
    
  }
  .woocommerce .woocommerce-checkout-review-order-table tfoot th, 
  .woocommerce .woocommerce-checkout-review-order-table .product-thumbnail, 
  .woocommerce .order_details tfoot th, 
  .woocommerce .order_details .product-thumbnail, 
  .woocommerce-page .woocommerce-checkout-review-order-table tfoot th, 
  .woocommerce-page .woocommerce-checkout-review-order-table .product-thumbnail, 
  .woocommerce-page .order_details tfoot th, 
  .woocommerce-page .order_details .product-thumbnail  {
    
    display:  none;
    
  }
  .woocommerce .order_details tfoot td:before, 
  .woocommerce-page .order_details tfoot td:before  {
    
    content:  attr(data-title) !important;
    
  }
  .woocommerce ul.order_details li, 
  .woocommerce ul.order_details li, 
  .woocommerce-page ul.order_details li, 
  .woocommerce-page ul.order_details li  {
    
    float:  none;
    
    padding-right:  0;
    
    margin-right:  0;
    
    border-right:  0;
    
    margin-bottom:  20px;
    
  }
}
@media (min-width:  480px) and (max-width: 767px)  {
    
  .woocommerce div.product .woocommerce-product-rating, 
  .woocommerce-page div.product .woocommerce-product-rating  {
    
    float:  right;
    
    padding-top:  20px;
    
  }
}
@media (max-width:  479px)  {
    
  .woocommerce div.product form.cart div.quantity, 
  .woocommerce-page div.product form.cart div.quantity  {
    
    margin-right:  5px;
    
  }
  .woocommerce button.single_add_to_cart_button.alt, 
  .woocommerce-page button.single_add_to_cart_button.alt  {
    
    padding-left:  10px;
    
    padding-right:  10px;
    
  }
  .woocommerce table.shop_table tbody tr td.actions input.input-text#coupon_code, 
  .woocommerce-page table.shop_table tbody tr td.actions input.input-text#coupon_code  {
    
    width:  100%;
    
    float:  none;
    
    margin-right:  0;
    
    margin-bottom:  .5em;
    
  }
  .woocommerce table.shop_table tbody tr td.actions button.button, 
  .woocommerce-page table.shop_table tbody tr td.actions button.button  {
    
    width:  100% !important;
    
    float:  none !important;
    
  }
}
/*Product style*/
.price,  .compare-list.products .price td,  .add_to_cart_inline.woocommerce .amount,  .woocommerce ul.products li.product .price,  .woocommerce ul.products li.product .compare-list.products .price td,  .compare-list.products .price .woocommerce ul.products li.product td,  .add_to_cart_inline.woocommerce ul.products li.product .amount,  .product-price  {
    
  font-size:  20px;
    
  line-height:  28px;
    
  font-weight:  bold;
    
}
.price mark,  .compare-list.products .price td mark,  .add_to_cart_inline.woocommerce .amount mark,  .price ins,  .compare-list.products .price td ins,  .add_to_cart_inline.woocommerce .amount ins,  .woocommerce ul.products li.product .price mark,  .compare-list.products .price .woocommerce ul.products li.product td mark,  .add_to_cart_inline.woocommerce ul.products li.product .amount mark,  .woocommerce ul.products li.product .price ins,  .compare-list.products .price .woocommerce ul.products li.product td ins,  .add_to_cart_inline.woocommerce ul.products li.product .amount ins,  .product-price mark,  .product-price ins  {
    
  padding:  0;
    
}
.price del,  .compare-list.products .price td del,  .add_to_cart_inline.woocommerce .amount del,  .woocommerce ul.products li.product .price del,  .compare-list.products .price .woocommerce ul.products li.product td del,  .add_to_cart_inline.woocommerce ul.products li.product .amount del,  .product-price del  {
    
  font-size:  16px;
    
  line-height:  20px;
    
  font-weight:  300;
    
  text-decoration:  line-through;
    
}
.price del span.amount,  .compare-list.products .price td del span.amount,  .add_to_cart_inline.woocommerce .amount del span.amount,  .woocommerce ul.products li.product .price del span.amount,  .compare-list.products .price .woocommerce ul.products li.product td del span.amount,  .add_to_cart_inline.woocommerce ul.products li.product .amount del span.amount,  .product-price del span.amount  {
    
  font-weight:  normal;
    
}

th.product-price, 
th.product-stock-stauts  {
    
  text-align:  center;
    
}

th.product-price  {
    
  text-align:  left;
    
}

.woocommerce .blockUI.blockOverlay  {
    
  background:  none !important;
    
}

.woocommerce .blockUI.blockOverlay:before,  .woocommerce .loader:before  {
    
  background:  url(assets/images/rolling.svg) center center no-repeat;
    
}

.compare-list.products mark,  .compare-list.products ins  {
    
  background:  none;
    
  text-decoration:  none;
    
}

.woocommerce .tm-products-carousel-widget-wrapper div.product,  .woocommerce .tm-products-carousel-widget-wrapper li.product,  .woocommerce .products div.product,  .woocommerce .products li.product  {
    
  text-align:  center;
    
  padding-bottom:  30px;
    
  margin-bottom:  24px;
    
  position:  relative;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .tm_products_carousel_widget_product_desc,  .woocommerce .tm-products-carousel-widget-wrapper li.product .tm_products_carousel_widget_product_desc,  .woocommerce .products div.product .tm_products_carousel_widget_product_desc,  .woocommerce .products li.product .tm_products_carousel_widget_product_desc  {
    
  font-size:  14px;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail,  .woocommerce .products div.product .block_product_thumbnail,  .woocommerce .products li.product .block_product_thumbnail  {
    
  position:  relative;
    
  margin:  0;
    
  text-align:  center;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail > a: first-child,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail > a:first-child,  .woocommerce .products div.product .block_product_thumbnail > a:first-child,  .woocommerce .products li.product .block_product_thumbnail > a:first-child  {
    
  display:  inline-block;
    
  max-width:  100%;
    
  width:  100%;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail img,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail img,  .woocommerce .products div.product .block_product_thumbnail img,  .woocommerce .products li.product .block_product_thumbnail img  {
    
  margin:  0;
    
  display:  block;
    
  width:  100%;
    
}
@media (min-width:  992px)  {
    
  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail img,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail img,  .woocommerce .products div.product .block_product_thumbnail img,  .woocommerce .products li.product .block_product_thumbnail img  {
    
    width:  auto;
    
  }
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail > a > span,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail > a > span,  .woocommerce .products div.product .block_product_thumbnail > a > span,  .woocommerce .products li.product .block_product_thumbnail > a > span  {
    
  position:  absolute;
    
  left:  10px;
    
  top:  10px;
    
  right:  auto;
    
  margin:  0;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail > a > span + span,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail > a > span + span,  .woocommerce .products div.product .block_product_thumbnail > a > span + span,  .woocommerce .products li.product .block_product_thumbnail > a > span + span  {
    
  top:  44px;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .tm-products-sale-end-date,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .tm-products-sale-end-date,  .woocommerce .products div.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date,  .woocommerce .products div.product .block_product_thumbnail .tm-products-sale-end-date,  .woocommerce .products li.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date,  .woocommerce .products li.product .block_product_thumbnail .tm-products-sale-end-date  {
    
  position:  absolute;
    
  left:  50%;
    
  right:  0;
    
  top:  auto;
    
  bottom:  30px;
    
  text-align:  center;
    
  -webkit-transform:  translateX(-50%);
    
  transform:  translateX(-50%);
    
  display:  -webkit-box;
    
  display:  -webkit-flex;
    
  display:  -moz-flex;
    
  display:  -ms-flexbox;
    
  display:  flex;
    
  -webkit-box-direction:  normal;
    
  -webkit-box-orient:  horizontal;
    
  -webkit-flex-direction:  wrap;
    
  -moz-flex-direction:  wrap;
    
  -ms-flex-direction:  wrap;
    
  flex-direction:  wrap;
    
  -webkit-box-pack:  center;
    
  -ms-flex-pack:  center;
    
  -webkit-justify-content:  center;
    
  -moz-justify-content:  center;
    
  justify-content:  center;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .tm-products-sale-end-date span,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .tm-products-sale-end-date span,  .woocommerce .products div.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span,  .woocommerce .products div.product .block_product_thumbnail .tm-products-sale-end-date span,  .woocommerce .products li.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span,  .woocommerce .products li.product .block_product_thumbnail .tm-products-sale-end-date span  {
    
  width:  50px;
    
  max-width:  50px;
    
  max-height:  50px;
    
  min-width:  50px;
    
  min-height:  50px;
    
  height:  50px;
    
  display:  -webkit-box;
    
  display:  -webkit-flex;
    
  display:  -moz-flex;
    
  display:  -ms-flexbox;
    
  display:  flex;
    
  -webkit-box-direction:  normal;
    
  -webkit-box-orient:  vertical;
    
  -webkit-flex-direction:  column;
    
  -moz-flex-direction:  column;
    
  -ms-flex-direction:  column;
    
  flex-direction:  column;
    
  -webkit-box-pack:  center;
    
  -ms-flex-pack:  center;
    
  -webkit-justify-content:  center;
    
  -moz-justify-content:  center;
    
  justify-content:  center;
    
  margin:  0 1px 0 2px;
    
  font-size:  12px;
    
  line-height:  16px;
    
  font-weight:  300;
    
  border-radius:  620px;
    
  text-align:  center;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span i,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .tm-products-sale-end-date span i,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span i,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .tm-products-sale-end-date span i,  .woocommerce .products div.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span i,  .woocommerce .products div.product .block_product_thumbnail .tm-products-sale-end-date span i,  .woocommerce .products li.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span i,  .woocommerce .products li.product .block_product_thumbnail .tm-products-sale-end-date span i  {
    
  font-style:  normal;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .added_to_cart.wc-forward,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .added_to_cart.wc-forward,  .woocommerce .products div.product .block_product_thumbnail .added_to_cart.wc-forward,  .woocommerce .products li.product .block_product_thumbnail .added_to_cart.wc-forward  {
    
  display:  none;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button  {
    
  position:  absolute;
    
  top:  50%;
    
  left:  50%;
    
  -webkit-transform:  translateY(-50%) translateX(-50%) scale(0);
    
  transform:  translateY(-50%) translateX(-50%) scale(0);
    
  transition:  all ease 0.3s;
    
  width:  78px;
    
  height:  78px;
    
  background:  rgba(0,  0,  0,  0.9);
    
  border-radius:  620px;
    
  z-index:  2;
    
  visibility:  hidden;
    
  transition:  all ease 0.5s;
    
  padding:  0;
    
  margin:  0;
    
}
@media (max-width:  991px)  {
    
  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button  {
    
    visibility:  visible;
    
    opacity:  1;
    
  }
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.added:after,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.added:after,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.added:after,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.added:after  {
    
  display:  none;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.loading span.add,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.loading span.add,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.loading span.add,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.loading span.add  {
    
  opacity:  0.3;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.loading:after,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.loading:after,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.loading:after,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.loading:after  {
    
  background:  url(assets/images/rolling_prod.svg) 50% 50% no-repeat;
    
  background-size:  cover;
    
  content:  "";
    
  width:  34px;
    
  height:  34px;
    
  top:  50%;
    
  left:  50%;
    
  margin-top:  -17px;
    
  margin-left:  -17px;
    
  webkit-animation:  spin 1s ease-in-out infinite;
    
  -moz-animation:  spin 1s ease-in-out infinite;
    
  animation:  spin 1s ease-in-out infinite;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.added: hover .add_to_cart_button__text,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text.added,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text.added,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text.added,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text.added,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text.added,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text.added,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.added:hover .add_to_cart_button__text.added,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button:hover .add_to_cart_button__text.added  {
    
  transform:  translateY(-10px) translateX(-50%);
    
  -webkit-transform:  translateY(-10px) translateX(-50%);
    
  opacity:  1;
    
  visibility:  visible;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .added,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .material-icons,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .added,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .material-icons,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .added,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .material-icons,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .added,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .material-icons  {
    
  font-size:  34px;
    
  line-height:  79px;
    
  text-align:  center;
    
  display:  block;
    
  color:  #fff;
    
  width:  auto;
    
  transition:  all ease 0.3s;
    
  top:  0;
    
  left:  0;
    
  right:  0;
    
  position:  absolute;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add  {
    
  visibility:  visible;
    
  opacity:  1;
    
  line-height:  82px;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add:before,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add:before,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add:before,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add:before  {
    
  margin-left:  -4px;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .added,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .added,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .added,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .added  {
    
  visibility:  hidden;
    
  opacity:  0;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.added .add,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.added .add,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.added .add,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.added .add  {
    
  visibility:  hidden;
    
  opacity:  0;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.added .added,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.added .added,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.added .added,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.added .added  {
    
  visibility:  visible;
    
  opacity:  1;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.add,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.add,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.add,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.add  {
    
  display:  none;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.added,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.added,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.added,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button.added .add_to_cart_button__text.added  {
    
  display:  none;
    
  visibility:  hidden;
    
  opacity:  0;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text  {
    
  position:  absolute;
    
  display:  none;
    
  bottom:  100%;
    
  top:  auto;
    
  left:  50%;
    
  width:  150%;
    
  transform:  translateY(-50px) translateX(-50%);
    
  -webkit-transform:  translateY(-50px) translateX(-50%);
    
  transition:  all ease 0.3s;
    
  font-size:  16px;
    
  line-height:  20px;
    
  height:  auto;
    
  color:  #fff;
    
  background:  #141414;
    
  border-radius:  2px;
    
  padding:  5px;
    
  visibility:  hidden;
    
  opacity:  0;
    
  text-transform:  none;
    
}
@media (max-width:  991px)  {
    
  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text  {
    
    display:  none !important;
    
  }
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text:after,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text:after,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text:after,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text:after  {
    
  display:  block;
    
  position:  absolute;
    
  bottom:  -7px;
    
  left:  50%;
    
  transform:  translateX(-50%);
    
  -webkit-transform:  translateX(-50%);
    
  width:  0;
    
  height:  0;
    
  border-style:  solid;
    
  border-width:  7px 4px 0 4px;
    
  border-color:  #141414 transparent transparent transparent;
    
  content:  "";
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.add,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.add,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.add,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.add  {
    
  display:  none;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.added,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.added,  .woocommerce .products div.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.added,  .woocommerce .products li.product .block_product_thumbnail .add_to_cart_button .add_to_cart_button__text.added  {
    
  display:  none;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail + h3,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail + h3,  .woocommerce .products div.product .block_product_thumbnail + h3,  .woocommerce .products li.product .block_product_thumbnail + h3  {
    
  margin-top:  2px;
    
  margin-bottom:  4px;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .price,  .woocommerce .tm-products-carousel-widget-wrapper div.product .compare-list.products .price td,  .compare-list.products .price .woocommerce .tm-products-carousel-widget-wrapper div.product td,  .add_to_cart_inline.woocommerce .tm-products-carousel-widget-wrapper div.product .amount,  .woocommerce .tm-products-carousel-widget-wrapper li.product .price,  .woocommerce .tm-products-carousel-widget-wrapper li.product .compare-list.products .price td,  .compare-list.products .price .woocommerce .tm-products-carousel-widget-wrapper li.product td,  .add_to_cart_inline.woocommerce .tm-products-carousel-widget-wrapper li.product .amount,  .woocommerce .products div.product .price,  .woocommerce .compare-list.products div.product .price td,  .woocommerce .compare-list.products .price div.product td,  .add_to_cart_inline.woocommerce .products div.product .amount,  .woocommerce .products li.product .price,  .woocommerce .compare-list.products li.product .price td,  .woocommerce .compare-list.products .price li.product td,  .add_to_cart_inline.woocommerce .products li.product .amount  {
    
  display:  block;
    
  margin-bottom:  1px;
    
  font-size:  20px;
    
  line-height:  28px;
    
  font-weight:  bold;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .price del,  .compare-list.products .price .woocommerce .tm-products-carousel-widget-wrapper div.product td del,  .add_to_cart_inline.woocommerce .tm-products-carousel-widget-wrapper div.product .amount del,  .woocommerce .tm-products-carousel-widget-wrapper li.product .price del,  .compare-list.products .price .woocommerce .tm-products-carousel-widget-wrapper li.product td del,  .add_to_cart_inline.woocommerce .tm-products-carousel-widget-wrapper li.product .amount del,  .woocommerce .products div.product .price del,  .woocommerce .compare-list.products .price div.product td del,  .add_to_cart_inline.woocommerce .products div.product .amount del,  .woocommerce .products li.product .price del,  .woocommerce .compare-list.products .price li.product td del,  .add_to_cart_inline.woocommerce .products li.product .amount del  {
    
  font-size:  16px;
    
  line-height:  20px;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare,  .woocommerce .products div.product .block_wishlist_compare,  .woocommerce .products li.product .block_wishlist_compare  {
    
  visibility:  hidden;
    
  opacity:  0;
    
  position:  absolute;
    
  bottom:  0;
    
  left:  0;
    
  transition:  all .3s ease;
    
  text-align:  center;
    
  width:  100%;
    
  display:  -ms-flexbox;
    
  display:  -webkit-flex;
    
  display:  flex;
    
  -webkit-flex-direction:  row;
    
  -ms-flex-direction:  row;
    
  flex-direction:  row;
    
  -webkit-justify-content:  center;
    
  -ms-flex-pack:  center;
    
  justify-content:  center;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare,  .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist,  .woocommerce .products div.product .block_wishlist_compare a.compare,  .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist,  .woocommerce .products li.product .block_wishlist_compare a.compare  {
    
  position:  relative;
    
  width:  24px;
    
  height:  24px;
    
  float:  none;
    
  display:  block;
    
  margin:  0 7px;
    
  background:  none;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare .add_to_compare_button__text,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare .add_to_wishlist_button__text,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare .add_to_compare_button__text,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare .add_to_wishlist_button__text,  .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text,  .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text,  .woocommerce .products div.product .block_wishlist_compare a.compare .add_to_compare_button__text,  .woocommerce .products div.product .block_wishlist_compare a.compare .add_to_wishlist_button__text,  .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text,  .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text,  .woocommerce .products li.product .block_wishlist_compare a.compare .add_to_compare_button__text,  .woocommerce .products li.product .block_wishlist_compare a.compare .add_to_wishlist_button__text  {
    
  position:  absolute;
    
  bottom:  100%;
    
  top:  auto;
    
  left:  50%;
    
  width:  120px;
    
  transform:  translateY(-50px) translateX(-50%);
    
  -webkit-transform:  translateY(-50px) translateX(-50%);
    
  transition:  all ease 0.3s;
    
  font-size:  12px;
    
  line-height:  19px;
    
  height:  auto;
    
  color:  #fff;
    
  background:  #141414;
    
  border-radius:  2px;
    
  padding:  5px;
    
  visibility:  hidden;
    
  opacity:  0;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text:after,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text:after,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare .add_to_compare_button__text:after,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare .add_to_wishlist_button__text:after,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text:after,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text:after,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare .add_to_compare_button__text:after,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare .add_to_wishlist_button__text:after,  .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text:after,  .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text:after,  .woocommerce .products div.product .block_wishlist_compare a.compare .add_to_compare_button__text:after,  .woocommerce .products div.product .block_wishlist_compare a.compare .add_to_wishlist_button__text:after,  .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_compare_button__text:after,  .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text:after,  .woocommerce .products li.product .block_wishlist_compare a.compare .add_to_compare_button__text:after,  .woocommerce .products li.product .block_wishlist_compare a.compare .add_to_wishlist_button__text:after  {
    
  display:  block;
    
  position:  absolute;
    
  bottom:  -7px;
    
  left:  50%;
    
  transform:  translateX(-50%);
    
  -webkit-transform:  translateX(-50%);
    
  width:  0;
    
  height:  0;
    
  border-style:  solid;
    
  border-width:  7px 4px 0 4px;
    
  border-color:  #141414 transparent transparent transparent;
    
  content:  "";
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist: hover,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare:hover,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare:hover,  .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover,  .woocommerce .products div.product .block_wishlist_compare a.compare:hover,  .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover,  .woocommerce .products li.product .block_wishlist_compare a.compare:hover  {
    
  background:  none;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist: hover .add_to_compare_button__text,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_wishlist_button__text,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare:hover .add_to_compare_button__text,  .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare:hover .add_to_wishlist_button__text,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_compare_button__text,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_wishlist_button__text,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare:hover .add_to_compare_button__text,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare:hover .add_to_wishlist_button__text,  .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_compare_button__text,  .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_wishlist_button__text,  .woocommerce .products div.product .block_wishlist_compare a.compare:hover .add_to_compare_button__text,  .woocommerce .products div.product .block_wishlist_compare a.compare:hover .add_to_wishlist_button__text,  .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_compare_button__text,  .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:hover .add_to_wishlist_button__text,  .woocommerce .products li.product .block_wishlist_compare a.compare:hover .add_to_compare_button__text,  .woocommerce .products li.product .block_wishlist_compare a.compare:hover .add_to_wishlist_button__text  {
    
  transform:  translateY(-10px) translateX(-50%);
    
  -webkit-transform:  translateY(-10px) translateX(-50%);
    
  visibility:  visible;
    
  opacity:  1;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist,  .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist,  .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist  {
    
  padding-right:  0;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist,  .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist,  .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist  {
    
  display:  block;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist:before,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist:before,  .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist:before,  .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist a.add_to_wishlist:before  {
    
  margin-right:  0;
    
  vertical-align:  top;
    
  display:  block;
    
  -webkit-transform:  translateY(-3px);
    
  transform:  translateY(-3px);
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:before,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:before,  .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:before,  .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist:before  {
    
  font-size:  18px;
    
  line-height:  24px;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, 
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, 
.woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before,  .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, 
.woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before,  .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before, 
.woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before  {
    
  content:  "\e5ca";
    
  font-family:  "Material Icons";
    
  font-size:  18px;
    
  line-height:  24px;
    
  left:  2px;
    
  position:  absolute;
    
  top:  -2px;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .ajax-loading,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .ajax-loading,  .woocommerce .products div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .ajax-loading,  .woocommerce .products li.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .ajax-loading  {
    
  position:  absolute;
    
  top:  8px;
    
  left:  9px;
    
  width:  20px !important;
    
  height:  20px !important;
    
  font-size:  inherit;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare,  .woocommerce .products div.product .block_wishlist_compare a.compare,  .woocommerce .products li.product .block_wishlist_compare a.compare  {
    
  padding:  0;
    
  font-size:  0;
    
  line-height:  0;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare .blockOverlay.blockUI,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare .blockOverlay.blockUI,  .woocommerce .products div.product .block_wishlist_compare a.compare .blockOverlay.blockUI,  .woocommerce .products li.product .block_wishlist_compare a.compare .blockOverlay.blockUI  {
    
  background:  url(assets/images/rolling.svg) 50% 50% no-repeat #fff !important;
    
  background-size:  cover !important;
    
  opacity:  0.6 !important;
    
  width:  20px !important;
    
  height:  20px !important;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare:before,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare:before,  .woocommerce .products div.product .block_wishlist_compare a.compare:before,  .woocommerce .products li.product .block_wishlist_compare a.compare:before  {
    
  font-size:  18px;
    
  line-height:  24px;
    
  left:  0;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare.added,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare.added,  .woocommerce .products div.product .block_wishlist_compare a.compare.added,  .woocommerce .products li.product .block_wishlist_compare a.compare.added  {
    
  font-size:  0;
    
  line-height:  0;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare.added:before,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare.added:before,  .woocommerce .products div.product .block_wishlist_compare a.compare.added:before,  .woocommerce .products li.product .block_wishlist_compare a.compare.added:before  {
    
  display:  none;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare a.compare.added:after,  .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare a.compare.added:after,  .woocommerce .products div.product .block_wishlist_compare a.compare.added:after,  .woocommerce .products li.product .block_wishlist_compare a.compare.added:after  {
    
  font-size:  14px;
    
  line-height:  24px;
    
  margin:  0;
    
  position:  relative;
    
  top:  -1px;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .star-rating,  .woocommerce .tm-products-carousel-widget-wrapper li.product .star-rating,  .woocommerce .products div.product .star-rating,  .woocommerce .products li.product .star-rating  {
    
  display:  block;
    
  float:  none;
    
  position:  absolute;
    
  bottom:  5px;
    
  left:  50%;
    
  transform:  translateX(-50%);
    
  -webkit-transform:  translateX(-50%);
    
  opacity:  1;
    
  transition:  ease 0.3s all;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product: hover .block_wishlist_compare,  .woocommerce .tm-products-carousel-widget-wrapper li.product:hover .block_wishlist_compare,  .woocommerce .products div.product:hover .block_wishlist_compare,  .woocommerce .products li.product:hover .block_wishlist_compare  {
    
  visibility:  visible;
    
  opacity:  1;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product: hover .star-rating,  .woocommerce .tm-products-carousel-widget-wrapper li.product:hover .star-rating,  .woocommerce .products div.product:hover .star-rating,  .woocommerce .products li.product:hover .star-rating  {
    
  opacity:  0;
    
  visibility:  hidden;
    
}
.woocommerce .tm-products-carousel-widget-wrapper div.product: hover .add_to_cart_button,  .woocommerce .tm-products-carousel-widget-wrapper li.product:hover .add_to_cart_button,  .woocommerce .products div.product:hover .add_to_cart_button,  .woocommerce .products li.product:hover .add_to_cart_button  {
    
  visibility:  visible;
    
  -webkit-transform:  translateY(-50%) translateX(-50%) scale(1);
    
  transform:  translateY(-50%) translateX(-50%) scale(1);
    
}

@media (max-width:  991px)  {
    
  .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button,  .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button  {
    
    width:  78px;
    
    height:  78px;
    
    visibility:  visible;
    
    -webkit-transform:  translateY(-50%) translateX(-50%) scale(1);
    
    transform:  translateY(-50%) translateX(-50%) scale(1);
    
    left:  50%;
    
    bottom:  auto;
    
    top:  50%;
    
  }
}
@media (max-width:  991px)  {
    
  .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .add,  .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .added,  .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button .material-icons,  .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .add,  .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .added,  .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button .material-icons  {
    
    font-size:  34px;
    
    line-height:  76px;
    
  }
}
@media (max-width:  991px)  {
    
  .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare,  .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper li.product .block_wishlist_compare  {
    
    bottom:  0;
    
    visibility:  visible;
    
    opacity:  1;
    
  }
  .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper div.product .star-rating,  .widget.tm_products_carousel_widget .woocommerce .tm-products-carousel-widget-wrapper li.product .star-rating  {
    
    bottom:  0;
    
    visibility:  visible;
    
    opacity:  1;
    
  }
}

.woocommerce div.product p.price,  .add_to_cart_inline.woocommerce div.product p.amount, 
.woocommerce div.product span.price, 
.add_to_cart_inline.woocommerce div.product span.amount  {
    
  font-size:  1em;
    
}

.tm-products-carousel-widget-container .swiper-button-next,  .tm-products-carousel-widget-container .swiper-button-prev,  .tm-categories-carousel-widget-container .swiper-button-next,  .tm-categories-carousel-widget-container .swiper-button-prev  {
    
  display:  block;
    
}
.tm-products-carousel-widget-container .swiper-button-next.swiper-button-disabled,  .tm-products-carousel-widget-container .swiper-button-prev.swiper-button-disabled,  .tm-categories-carousel-widget-container .swiper-button-next.swiper-button-disabled,  .tm-categories-carousel-widget-container .swiper-button-prev.swiper-button-disabled  {
    
  opacity:  0;
    
  visibility:  hidden;
    
}

/*Style for next and prev swiper button */
.swiper-button-next.button-next,  .swiper-button-prev.button-next  {
    
  border-radius:  0;
    
}

.swiper-button-next,  .swiper-button-prev  {
    
  width:  50px;
    
  height:  50px;
    
  background:  #fff;
    
  transition:  ease 0.3s all;
    
  visibility:  visible;
    
  opacity:  1;
    
  border-radius:  0;
    
}
.swiper-button-next i,  .swiper-button-prev i  {
    
  display:  none;
    
}
.swiper-button-next.swiper-button-disabled,  .swiper-button-prev.swiper-button-disabled  {
    
  opacity:  0;
    
  visibility:  hidden;
    
}
.swiper-button-next: hover,  .swiper-button-prev:hover  {
    
  background:  #fff;
    
}
.swiper-button-next:after,  .swiper-button-prev:after  {
    
  display:  block;
    
  text-align:  center;
    
  font-family:  'Material Icons';
    
  text-indent:  0;
    
  line-height:  50px;
    
  position:  absolute;
    
  left:  0;
    
  right:  0;
    
  top:  0;
    
  bottom:  0;
    
  transition:  0.3s all ease;
    
}

.swiper-button-next  {
    
  right:  0;
    
  left:  auto;
    
}
.swiper-button-next.button-next  {
    
  border-radius:  0;
    
}
.swiper-button-next:after  {
    
  content:  "\e5cc";
    
}
@media (min-width:  992px)  {
    
  .swiper-button-next  {
    
    right:  20px;
    
  }
}

.swiper-button-prev  {
    
  left:  0;
    
  right:  auto;
    
}
.swiper-button-prev.button-prev  {
    
  border-radius:  0;
    
}
.swiper-button-prev:after  {
    
  content:  "\e5cb";
    
}
@media (min-width:  992px)  {
    
  .swiper-button-prev  {
    
    left:  20px;
    
  }
}

/*Styles for Testimonials Widget*/
.tm_custom_style.bne-element-container  {
    
  margin-bottom:  48px;
    
}
.tm_custom_style.bne-element-container .bne-testimonial-slider-wrapper  {
    
  border:  none;
    
  border-radius:  0;
    
  box-shadow:  none;
    
  padding:  0;
    
}
.tm_custom_style.bne-element-container .bne-testimonial-slider  {
    
  position:  relative;
    
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav  {
    
  position:  static;
    
  left:  auto;
    
  right:  auto;
    
  height:  auto;
    
  bottom:  auto;
    
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav li  {
    
  position:  static;
    
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-prev,  .tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-next  {
    
  position:  absolute;
    
  top:  50%;
    
  width:  50px;
    
  height:  50px;
    
  -webkit-transform:  translateY(-55%);
    
  transform:  translateY(-55%);
    
  font-size:  18px;
    
  line-height:  48px;
    
  text-align:  center;
    
  background:  transparent;
    
  bottom:  auto;
    
  margin:  0;
    
  transition:  0.3s all ease;
    
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-prev:after,  .tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-next:after  {
    
  display:  block;
    
  text-align:  center;
    
  content:  "\e5cb";
    
  font-family:  'Material Icons';
    
  color:  white;
    
  text-indent:  0;
    
  position:  absolute;
    
  left:  0;
    
  right:  0;
    
  top:  0;
    
  bottom:  0;
    
  transition:  0.3s all ease;
    
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-prev  {
    
  left:  0;
    
  right:  auto;
    
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-prev:after  {
    
  content:  "\e5cb";
    
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-next  {
    
  right:  0;
    
  left:  auto;
    
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-next:after  {
    
  content:  "\e5cc";
    
}
@media (min-width:  544px)  {
    
  .tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-prev,  .tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-next  {
    
    border:  1px solid rgba(255,  255,  255,  0.3) !important;
    
  }
  .tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-prev: hover,  .tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-next:hover  {
    
    border:  1px solid white !important;
    
  }
  .tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-prev  {
    
    left:  20px;
    
  }
  .tm_custom_style.bne-element-container .bne-testimonial-slider .flex-direction-nav a.flex-next  {
    
    right:  20px;
    
  }
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .slides  {
    
  text-align:  center;
    
}
@media (min-width:  768px)  {
    
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides  {
    
    text-align:  left;
    
  }
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .flex-content  {
    
  padding:  40px 25px;
    
}
@media (min-width:  768px)  {
    
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .flex-content  {
    
    padding:  81px 78px 86px;
    
  }
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li img  {
    
  border:  none;
    
  box-shadow:  none;
    
  margin:  0 0 4px 0;
    
  width:  160px !important;
    
  height:  160px !important;
    
  float:  none;
    
}
@media (min-width:  768px)  {
    
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides li img  {
    
    float:  left;
    
  }
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .bne-testimonial-description  {
    
  position:  relative;
    
  font-size:  20px;
    
  padding:  20px 0 40px;
    
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .bne-testimonial-description:before  {
    
  content:  "\201C";
    
  position:  absolute;
    
  top:  0;
    
  right:  0;
    
  left:  0;
    
  font-family:  "Times New Roman",  Georgia,  Serif;
    
  font-size:  60px;
    
  line-height:  1;
    
  font-weight:  700;
    
}
@media (min-width:  768px)  {
    
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .bne-testimonial-description  {
    
    margin-left:  190px;
    
  }
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .bne-testimonial-description:before  {
    
    right:  auto;
    
  }
}
@media (min-width:  992px)  {
    
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .bne-testimonial-description  {
    
    margin-left:  222px;
    
  }
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li h3  {
    
  text-align:  center;
    
  position:  absolute;
    
  bottom:  60px;
    
  right:  0;
    
  left:  0;
    
  text-transform:  none;
    
  font-size:  16px;
    
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li h3:before  {
    
  content:  '\2014';
    
  margin-right:  4px;
    
}
@media (min-width:  768px)  {
    
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides li h3  {
    
    bottom:  101px;
    
    left:  270px;
    
    text-align:  left;
    
  }
}
@media (min-width:  992px)  {
    
  .tm_custom_style.bne-element-container .bne-testimonial-slider .slides li h3  {
    
    left:  301px;
    
  }
}

@media (min-width:  544px)  {
    
  .tm_banners_grid_widget_banner  {
    
    margin-bottom:  12px;
    
  }
}
@media (min-width:  768px)  {
    
  .tm_banners_grid_widget_banner  {
    
    margin-bottom:  17px;
    
  }
}
@media (min-width:  992px)  {
    
  .tm_banners_grid_widget_banner  {
    
    margin-bottom:  22px;
    
  }
}
@media (min-width:  1200px)  {
    
  .tm_banners_grid_widget_banner  {
    
    margin-bottom:  30px;
    
  }
}

.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget  {
    
  padding:  21px 22px 18px;
    
  margin-bottom:  21px;
    background-repeat:no-repeat;
  background-position:  right bottom;
    background-size:contain;
}
.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget .widget  {
    
  background:  none !important;
    
}
.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget .widget-title  {
    
  margin:  0 0 15px;
    
  padding:  0;
    
  text-align:  left;
    
  text-transform:  none;
    
}
.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget .widget-title:before  {
    
  display:  none;
    
}
.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget .widget-title span  {
    
  display:  block;
    
}
.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget .menu li  {
    
  position:  relative;
    
  padding-left:  15px;
    
  font-size:  14px;
    
}
.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget .menu li:before  {
    
  content:  '\2022';
    
  position:  absolute;
    
  top:  0;
    
  left:  0;
    
}
.widget.widget___tm_custom_menu_widget .tm_custom_menu_widget .menu li + li  {
    
  margin-top:  5px;
    
}

div.products div.product-category.product  {
    
  padding-bottom:  30px;
    
  margin-bottom:  0;
    
}
@media (max-width:  380px)  {
    
  div.products div.product-category.product  {
    
    flex:  0 0 100%;
    
    max-width:  100%;
    
  }
}
div.products div.product-category.product > a  {
    
  display:  block;
    
  position:  relative;
    
  overflow:  hidden;
    
}
div.products div.product-category.product > a img  {
    
  position:  relative;
    
  z-index:  1;
    
  width:  100%;
    
  display:  block;
    
}
div.products div.product-category.product > a:hover h3  {
    
  bottom:  0;
    
}
div.products div.product-category.product > a:hover h3 mark.count  {
    
  visibility:  visible;
    
  opacity:  1;
    
  height:  9px;
    
}
div.products div.product-category.product > a h3  {
    
  position:  absolute;
    
  z-index:  2;
    
  bottom:  0;
    
  width:  100%;
    
  margin:  0;
    
  display:  -webkit-box;
    
  display:  -webkit-flex;
    
  display:  -moz-flex;
    
  display:  -ms-flexbox;
    
  display:  flex;
    
  -webkit-box-direction:  normal;
    
  -webkit-box-orient:  vertical;
    
  -webkit-flex-direction:  column;
    
  -moz-flex-direction:  column;
    
  -ms-flex-direction:  column;
    
  flex-direction:  column;
    
  -webkit-box-pack:  center;
    
  -ms-flex-pack:  center;
    
  -webkit-justify-content:  center;
    
  -moz-justify-content:  center;
    
  justify-content:  center;
    
  -webkit-box-align:  center;
    
  -ms-flex-align:  center;
    
  -webkit-align-items:  center;
    
  -moz-align-items:  center;
    
  align-items:  center;
    
  height:  81px;
    
  transition:  0.5s ease all;
    
  text-transform:  uppercase;
    
  text-align:  center;
    
}
div.products div.product-category.product > a h3 mark.count  {
    
  font-size:  14px;
    
  font-style:  normal;
    
  transition:  0.5s ease all;
    
  background:  none;
    
  font-weight:  300;
    
  visibility:  hidden;
    
  opacity:  0;
    
  padding:  0;
    
  text-transform:  none;
    
  height:  0;
    
}
div.products div.product-category.product > a h3:before  {
    
  content:  '';
    
  position:  absolute;
    
  bottom:  -100px;
    
  right:  -100px;
    
  left:  -100px;
    
  height:  194px;
    
  z-index:  -1;
    
  -webkit-transform:  rotate(-15deg);
    
  transform:  rotate(-15deg);
    
  transition:  all .3s ease;
    
}

.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a  {
    
  display:  block;
    
  position:  relative;
    
  overflow:  hidden;
    
}
.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a img  {
    
  position:  relative;
    
  z-index:  1;
    
  width:  100%;
    
  display:  block;
    
}
.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a:hover h3  {
    
  bottom:  0;
    
}
.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a:hover h3 mark.count  {
    
  visibility:  visible;
    
  opacity:  1;
    
  height:  9px;
    
}
.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a h3  {
    
  position:  absolute;
    
  z-index:  2;
    
  bottom:  0;
    
  width:  100%;
    
  margin:  0;
    
  display:  -webkit-box;
    
  display:  -webkit-flex;
    
  display:  -moz-flex;
    
  display:  -ms-flexbox;
    
  display:  flex;
    
  -webkit-box-direction:  normal;
    
  -webkit-box-orient:  vertical;
    
  -webkit-flex-direction:  column;
    
  -moz-flex-direction:  column;
    
  -ms-flex-direction:  column;
    
  flex-direction:  column;
    
  -webkit-box-pack:  center;
    
  -ms-flex-pack:  center;
    
  -webkit-justify-content:  center;
    
  -moz-justify-content:  center;
    
  justify-content:  center;
    
  -webkit-box-align:  center;
    
  -ms-flex-align:  center;
    
  -webkit-align-items:  center;
    
  -moz-align-items:  center;
    
  align-items:  center;
    
  height:  81px;
    
  transition:  0.5s ease all;
    
  text-transform:  uppercase;
    
  text-align:  center;
    
}
.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a h3 mark.count  {
    
  font-size:  14px;
    
  font-style:  normal;
    
  transition:  0.5s ease all;
    
  background:  none;
    
  font-weight:  300;
    
  visibility:  hidden;
    
  opacity:  0;
    
  padding:  0;
    
  text-transform:  none;
    
  height:  0;
    
}
.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide > a h3:before  {
    
  content:  '';
    
  position:  absolute;
    
  bottom:  -100px;
    
  right:  -100px;
    
  left:  -100px;
    
  height:  194px;
    
  z-index:  -1;
    
  -webkit-transform:  rotate(-15deg);
    
  transform:  rotate(-15deg);
    
  transition:  all .3s ease;
    
}
.tm-categories-carousel-widget-wrapper .product  {
    
  padding:  0;
    
  max-width:  513px;
    
}
@media (min-width:  544px)  {
    
  .tm-categories-carousel-widget-wrapper .product  {
    
    max-width:  266px;
    
  }
}
@media (min-width:  768px)  {
    
  .tm-categories-carousel-widget-wrapper .product  {
    
    max-width:  220px;
    
  }
}
@media (min-width:  992px)  {
    
  .tm-categories-carousel-widget-wrapper .product  {
    
    max-width:  283px;
    
  }
}
@media (min-width:  1200px)  {
    
  .tm-categories-carousel-widget-wrapper .product  {
    
    max-width:  370px;
    
  }
}

/*Styles for TM Grid Banner*/
.__tm_banners_grid_widget  {
    
  text-align:  center;
    
  margin:  0;
    
}
.__tm_banners_grid_widget div div > a img  {
    
  z-index:  1;
    
  display:  block;
    
}
.__tm_banners_grid_widget div div > a  {
    
  position:  relative;
    
  display:  block;
    
}
.__tm_banners_grid_widget a.tm_banners_grid_widget_banner_link  {
    
  transition:  all .3s ease;
    
}
.__tm_banners_grid_widget a.tm_banners_grid_widget_banner_link: hover  {
    
  box-shadow:  0 8px 21px 0 rgba(213,  213,  213,  0.49);
    
}
.__tm_banners_grid_widget .col-sm-4  {
    
  margin:  0 auto;
    
}
.__tm_banners_grid_widget .col-sm-4 img  {
    
  width:  100%;
    
}
@media (min-width:  768px)  {
    
  .__tm_banners_grid_widget .col-sm-4  {
    
    margin:  0;
    
  }
  .__tm_banners_grid_widget .col-sm-4 img  {
    
    width:  auto;
    
  }
}
@media (min-width:  768px)  {
    
  .__tm_banners_grid_widget  {
    
    text-height:  auto;
    
  }
}

/*Styles for subscribe widget*/
.widget.widget-subscribe  {
    
  margin-bottom:  24px;
    
  text-align:  center;
    
}
.widget.widget-subscribe .follow-block .follow-block__message  {
    
  padding-bottom:  23px;
    
}
.widget.widget-subscribe .subscribe-block,  .widget.widget-subscribe .follow-block  {
    
  padding:  39px 20px 50px;
    
}
.widget.widget-subscribe h4.widget-title  {
    
  margin-bottom:  3px;
    
}
@media (min-width:  768px)  {
    
  .widget.widget-subscribe .subscribe-block__form  {
    
    width:  60%;
    
    margin:  0 auto;
    
  }
}

/*Sytles for widget Recent Post*/
.widget_recent_entries ul li  {
    
  margin-top:  19px;
    
  margin-bottom:  0;
    
  padding-top:  0;
    
  border:  none;
    
  font-size:  14px;
    
}
.widget_recent_entries ul li .post-author  {
    
  display:  block;
    
  margin-bottom:  -4px;
    
}
.widget_recent_entries ul li .post-author a  {
    
  font-style:  normal;
    
  margin-bottom:  0;
    
}
.widget_recent_entries ul li .post-date  {
    
  margin:  -3px 0 0 19px;
    
}
.widget_recent_entries ul li .post-date:before  {
    
  top:  2px;
    
  left:  -21px;
    
}
.widget_recent_entries ul li + li  {
    
  margin-top:  14px;
    
}

.post .entry-meta  {
    
  font-style:  normal;
    
  font-size:  14px;
    
}

.home .swiper-carousel-container  {
    
  overflow:  visible;
    
}

.swiper-container .swiper-wrapper .hentry.post + .post  {
    
  margin-top:  0;
    
}
.swiper-container .swiper-wrapper .swiper-slide  {
    
  text-align:  center;
    
  margin-top:  0;
    
}
.swiper-container .swiper-wrapper .swiper-slide.post  {
    
  margin-bottom:  33px;
    
  padding-bottom:  0;
    
  border:  none;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner  {
    
  border-radius:  0;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner: hover .entry-header .post__date  {
    
  opacity:  1;
    
  visibility:  visible;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header  {
    
  position:  relative;
    
  margin-bottom:  29px;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header a.post-thumbnail__link  {
    
  z-index:  1;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__date  {
    
  position:  absolute;
    
  top:  13px;
    
  left:  50%;
    
  width:  60px;
    
  height:  54px;
    
  z-index:  2;
    
  margin:  0 0 0 -30px;
    
  font-weight:  700;
    
  opacity:  0;
    
  visibility:  hidden;
    
  transition:  all .3s ease;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__date a  {
    
  font-size:  14px;
    
  line-height:  11px;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__date a:before  {
    
  content:  '';
    
  position:  absolute;
    
  width:  120px;
    
  height:  120px;
    
  margin-top:  -90px;
    
  margin-left:  -31px;
    
  display:  block;
    
  -webkit-transform:  rotate(-45deg);
    
  transform:  rotate(-45deg);
    
  z-index:  -1;
    
  transition:  all .3s ease;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__date a span  {
    
  font-size:  23px;
    
  line-height:  11px;
    
  display:  block;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__cats  {
    
  position:  absolute;
    
  bottom:  11px;
    
  left:  11px;
    
  top:  auto;
    
  z-index:  2;
    
  visibility:  hidden;
    
  opacity:  0;
    
  transition:  ease all 0.3s;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__cats a  {
    
  margin:  0;
    
  padding:  5px;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-content  {
    
  padding:  0;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-content a  {
    
  text-decoration:  none;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-content h5  {
    
  margin-bottom:  5px;
    
  padding:  0 35px;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-content .post__excerpt  {
    
  margin:  0;
    
  line-height:  1.375;
    
  padding:  0 15px;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta  {
    
  margin-top:  5px;
    
  margin-bottom:  15px;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta .post__author,  .swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta .post__comments  {
    
  display:  inline-block;
    
  margin:  0;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta .post__comments  {
    
  padding-left:  11px;
    
  position:  relative;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-meta .post__comments:before  {
    
  content:  ".";
    
  line-height:  inherit;
    
  position:  absolute;
    
  top:  0;
    
  left:  0;
    
  font-size:  30px;
    
  line-height:  2px;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer  {
    
  margin:  0;
    
  padding:  16px 0 30px 0;
    
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn,  .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .wc-proceed-to-checkout a.checkout-button,  .woocommerce .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button, 
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button,  .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce .button,  .woocommerce .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button, 
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .woocommerce-page .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-account .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button, 
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .woocommerce-account a.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.checkout-button,  .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-account .button,  .woocommerce-account .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .button,  .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.button, 
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button, 
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer a.compare.checkout-button  {
    
  position:  relative;
    
  background:  none;
    
  padding:  0;
    
  margin:  0;
    
  float:  none;
    
  transition:  all 0.3s ease;
    
}

/*Compare tables styles*/
table.compare-list  {
    
  margin:  10px;
    
  table-layout:  fixed;
    
}

/* plugin fixedheadertable fix */
table.compare-list thead,  table.compare-list tfoot  {
    
  display:  none;
    
}

.table-wrapper  {
    
  width:  100%;
    
}

table.compare-list thead th  {
    
  padding:  6px 10px;
    
  border-bottom:  2px solid #fff;
    
  display:  block;
    
}

table.compare-list thead th a.close,  h1 a.close  {
    
  float:  right;
    
  margin-right:  10px;
    
  font-weight:  600;
    
  font-size:  0.9em;
    
  color:  #fff;
    
  text-decoration:  none;
    
}

table.compare-list th,  table.compare-list td, 
table.compare-list th,  table.compare-list .price.repeated td,  table.compare-list .compare-list.products .price td.repeated td,  .compare-list.products .price table.compare-list td.repeated td,  table.compare-list .add_to_cart_inline.woocommerce .repeated.amount td,  .add_to_cart_inline.woocommerce table.compare-list .repeated.amount td  {
    
  padding:  10px;
    
}

table.compare-list th,  table.compare-list td  {
    
  border-bottom:  1px solid #d6d6d6;
    
}

table.compare-list tr.remove th,  table.compare-list tr.remove td, 
table.compare-list tr.image th,  table.compare-list tr.image td, 
table.compare-list tr.title th,  table.compare-list tr.title td, 
table.compare-list tr.price th, 
table.compare-list .add_to_cart_inline.woocommerce tr.amount th, 
.add_to_cart_inline.woocommerce table.compare-list tr.amount th,  table.compare-list tr.price td,  table.compare-list .add_to_cart_inline.woocommerce tr.amount td,  .add_to_cart_inline.woocommerce table.compare-list tr.amount td  {
    
  border-bottom:  0;
    
  padding-bottom:  0;
    
}

table.compare-list tr.image th,  table.compare-list tr.image td  {
    
  height:  186px;
    
}

table.compare-list tr.image th,  table.compare-list tr.image td, 
table.compare-list tr.price th, 
table.compare-list .add_to_cart_inline.woocommerce tr.amount th, 
.add_to_cart_inline.woocommerce table.compare-list tr.amount th,  table.compare-list tr.price td,  table.compare-list .add_to_cart_inline.woocommerce tr.amount td,  .add_to_cart_inline.woocommerce table.compare-list tr.amount td, 
table.compare-list tr.add-to-cart th,  table.compare-list tr.add-to-cart td  {
    
  padding-top:  4px;
    
}

table.compare-list tr.image th, 
table.compare-list tr.title th, 
table.compare-list tr.price th, 
table.compare-list .add_to_cart_inline.woocommerce tr.amount th, 
.add_to_cart_inline.woocommerce table.compare-list tr.amount th, 
table.compare-list tr.add-to-cart th  {
    
  overflow:  hidden;
    
  white-space:  nowrap;
    
}

table.compare-list .remove td a  {
    
  color:  #747373;
    
  text-decoration:  none;
    
}

table.compare-list .remove td a:hover  {
    
  color:  #333;
    
}

table.compare-list .remove td a .remove  {
    
  border-radius:  100% 100% 100% 100%;
    
  color:  red;
    
  display:  inline-block;
    
  font-size:  1em;
    
  font-weight:  600;
    
  height:  1em;
    
  line-height:  0.81em;
    
  text-align:  center;
    
  text-decoration:  none;
    
  width:  1em;
    
}

table.compare-list .remove td a:hover .remove  {
    
  background-color:  red;
    
  color:  #fff;
    
}

table.compare-list th .fixed-th  {
    
  width:  205px;
    
}

table.compare-list th  {
    
  width:  205px;
    
  max-width:  205px;
    
  min-width:  205px;
    
  overflow:  hidden;
    
  text-align:  left;
    
}

table.compare-list td  {
    
  width:  230px;
    
  max-width:  230px;
    
  min-width:  230px;
    
  text-align:  center;
    
}

table.compare-list td.odd  {
    
  background:  #f7f7f7;
    
}

table.compare-list td.even  {
    
  background:  #fff;
    
}

#payment_method_cheque, 
#payment_method_paypal  {
    
  -webkit-appearance:  radio;
    
}

.mfp-bg  {
    
  z-index:  999999991;
    
}

.mfp-wrap  {
    
  z-index:  999999992;
    
}

.yith-wcwl-share  {
    
  font-size:  0;
    
  line-height:  0;
    
  margin-bottom:  10px;
    
}
.yith-wcwl-share li  {
    
  height:  auto;
    
  padding:  0 !important;
    
  margin-top:  0 !important;
    
}
.yith-wcwl-share li + li  {
    
  margin-left:  21px !important;
    
}
.yith-wcwl-share li a  {
    
  text-align:  center;
    
  width:  24px;
    
  height:  24px;
    
  border-radius:  50%;
    
}
.yith-wcwl-share li a:before  {
    
  display:  inline-block;
    
  font:  normal normal normal 14px/1 FontAwesome;
    
  font-size:  inherit;
    
  text-rendering:  auto;
    
  -webkit-font-smoothing:  antialiased;
    
  -moz-osx-font-smoothing:  grayscale;
    
  font-size:  14px;
    
  line-height:  24px;
    
  display:  block;
    
  margin:  auto;
    
  border-radius:  50%;
    
}
.yith-wcwl-share li a.facebook:before  {
    
  content:  '\f09a';
    
}
.yith-wcwl-share li a.twitter:before  {
    
  content:  '\f099';
    
}
.yith-wcwl-share li a.pinterest:before  {
    
  content:  '\f0d2';
    
}
.yith-wcwl-share li a.googleplus:before  {
    
  content:  '\f0d5';
    
}
.yith-wcwl-share li a.email:before  {
    
  content:  '\f0e0';
    
}

.yith-woocompare-widget a.compare.button,  .yith-woocompare-widget .woocommerce .wc-proceed-to-checkout a.compare.checkout-button,  .woocommerce .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button  {
    
  float:  left;
    
  margin-right:  20px;
    
}
.yith-woocompare-widget a.compare.button:before,  .yith-woocompare-widget .woocommerce .wc-proceed-to-checkout a.compare.checkout-button:before,  .woocommerce .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:before, 
.yith-woocompare-widget .woocommerce-page .wc-proceed-to-checkout a.compare.checkout-button:before, 
.woocommerce-page .wc-proceed-to-checkout .yith-woocompare-widget a.compare.checkout-button:before  {
    
  display:  none;
    
}
.yith-woocompare-widget ul.products-list  {
    
  margin-bottom:  25px;
    
}
.yith-woocompare-widget ul.products-list li a.remove  {
    
  margin-top:  .2em;
    
}
.yith-woocompare-widget ul.products-list li a.remove:before  {
    
  display:  none;
    
}

.add_to_cart_inline.woocommerce mark,  .add_to_cart_inline.woocommerce ins  {
    
  padding:  0;
    
  background:  none;
    
}
.add_to_cart_inline.woocommerce .add_to_cart_button  {
    
  margin-left:  20px;
    
  display:  inline-block;
    
}
.add_to_cart_inline.woocommerce .add_to_cart_button.product_type_variable .material-icons  {
    
  display:  none;
    
}
.add_to_cart_inline.woocommerce .add_to_cart_button .add  {
    
  display:  inline-block;
    
  padding-right:  10px;
    
}
.add_to_cart_inline.woocommerce .add_to_cart_button .added  {
    
  display:  none;
    
}
.add_to_cart_inline.woocommerce .add_to_cart_button:after  {
    
  top:  1em !important;
    
}
.add_to_cart_inline.woocommerce .add_to_cart_button.added:after  {
    
  display:  none;
    
}
.add_to_cart_inline.woocommerce .add_to_cart_button.added .added  {
    
  display:  inline-block;
    
}
.cboxIframe #toTop  {
    
  display:  none !important;
    
}
#toTop[target*="_parent"]  {
    
  display:  none !important;
    
}

.add_to_cart_inline.woocommerce .add_to_cart_button.added .add  {
    
  display:  none;
    
}

.select2-container .select2-choice>.select2-chosen  {
    
  color:  #373b3e;
    
  font-weight:  300;
    
}






/**стили1 */


body.custom-background {
    background-color: #f8f9fa;
}

body {
    color: #373b3e;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.625;
    text-align: left;
}

h1, .h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 0.9;
    font-family: 'Roboto';
    letter-spacing: 2px;
    text-align: center;
    color: #373b3e;
}
h2, .h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 1;
    font-family: 'Roboto';
    letter-spacing: 1.2px;
    text-align: inherit;
    color: #373b3e;
}
h3, .h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 1.27;
    font-family: 'Roboto';
    letter-spacing: 0px;
    text-align: inherit;
    color: #373b3e;
}
h4, .h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.27;
    font-family: 'Roboto';
    letter-spacing: 0px;
    text-align: inherit;
    color: #373b3e;
}
h5, .h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.27;
    font-family: 'Roboto';
    letter-spacing: 0px;
    text-align: inherit;
    color: #373b3e;
}
h6, .h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    font-family: 'Roboto';
    letter-spacing: 0px;
    text-align: inherit;
    color: #e24c57;
}
@media (min-width: 320px) {
    h1, .h1 {
    font-size: 35px;
}
h2, .h2 {
    font-size: 27px;
}
h3, .h3 {
    font-size: 30px;
}
h4, .h4 {
    font-size: 22px;
}
h5, .h5 {
    font-size: 22px;
}
h6, .h6 {
    font-size: 16px;
}
}@media (min-width: 480px) {
    h1, .h1 {
    font-size: 35px;
}
h2, .h2 {
    font-size: 27px;
}
h3, .h3 {
    font-size: 30px;
}
h4, .h4 {
    font-size: 22px;
}
h5, .h5 {
    font-size: 22px;
}
h6, .h6 {
    font-size: 16px;
}
}@media (min-width: 768px) {
    h1, .h1 {
    font-size: 35px;
}
h2, .h2 {
    font-size: 27px;
}
h3, .h3 {
    font-size: 30px;
}
h4, .h4 {
    font-size: 22px;
}
h5, .h5 {
    font-size: 22px;
}
h6, .h6 {
    font-size: 16px;
}
}@media (min-width: 992px) {
    h1, .h1 {
    font-size: 50px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 30px;
}
h4, .h4 {
    font-size: 22px;
}
h5, .h5 {
    font-size: 22px;
}
h6, .h6 {
    font-size: 16px;
}
}.breadcrumbs__items {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 2.33;
    font-family: 'Open Sans';
    letter-spacing: 0.48px;
    text-align: ;
    text-transform: uppercase;
}
.breadcrumbs__item-sep:before {
    font-size: 12px;
}
.breadcrumbs__item {
    color: #e24c57;
}
.breadcrumbs__item a, .breadcrumbs__item-sep {
    color: #373b3e;
}
.breadcrumbs__item a:hover {
    color: #e24c57;
}
a.button, input[type="button"], input[type="reset"], input[type="submit"], .woocommerce button.button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .btn, .woocommerce .wishlist_table td.product-add-to-cart a.button, .woocommerce .button, .woocommerce input.button, .woocommerce-account a.button, .yith-woocompare-widget a.compare.button, .woocommerce .button, .woocommerce a.button {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5em;
    font-family: 'Montserrat';
    letter-spacing: 0.48px;
    background: #e24c57;
    color: #fff;
}
a.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .woocommerce button.button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .btn:hover, .woocommerce .wishlist_table td.product-add-to-cart a.button:hover, .woocommerce .button:hover, .woocommerce input.button:hover, .woocommerce-account a.button:hover, .yith-woocompare-widget a.compare.button:hover, .woocommerce .button:hover, .woocommerce a.button:hover {
    background: #373b3e;
    color: #fff;
}
.footer-area-wrap a.button:hover, .footer-area-wrap input[type="button"]:hover, .footer-area-wrap input[type="reset"]:hover, .footer-area-wrap input[type="submit"]:hover, .footer-area-wrap .woocommerce button.button:hover, .footer-area-wrap .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .footer-area-wrap .btn:hover, .footer-area-wrap .woocommerce .wishlist_table td.product-add-to-cart a.button:hover, .footer-area-wrap .woocommerce .button:hover, .footer-area-wrap .woocommerce input.button:hover, .footer-area-wrap .woocommerce-account a.button:hover, .footer-area-wrap .yith-woocompare-widget a.compare.button:hover {
    background: #fff;
    color: #373b3e;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.625;
    font-family: 'Roboto';
    letter-spacing: 0px;
    text-align: left;
    color: #373b3e;
}
.widget_product_search form button, .widget_product_search form input[type="submit"], .widget_search form button, .widget_search form input[type="submit"], .widget_product_search form button:hover, .widget_product_search form input[type="submit"]:hover, .widget_search form button:hover, .widget_search form input[type="submit"]:hover {
    color: #fff;
}
a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, .not-found .page-title, .jssora11l:hover, .jssora11r:hover, .edit-link a {
    color: #e24c57;
}
h6 a:hover {
    color: #373b3e;
}
a:hover, .jssora11l, .jssora11r, .edit-link a:hover {
    color: #373b3e;
}
mark, ins {
    color: #fff;
    background-color: #e24c57;
}
::-webkit-input-placeholder {
    color: #373b3e;
}
::-moz-placeholder {
    color: #373b3e;
}
:-moz-placeholder {
    color: #373b3e;
}
:-ms-input-placeholder {
    color: #373b3e;
}
.site-logo {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    font-family: 'Roboto';
    line-height: 0.75;
}
.site-logo__link, .site-logo__link:focus, .site-logo__link:visited, .site-logo__link:hover, .site-logo__link:active {
    color: #e24c57;
}
.site-description {
    color: #fff;
}
.invert {
    color: #fff;
}
.invert h1 {
    color: #fff;
}
.invert h2 {
    color: #fff;
}
.invert h3 {
    color: #fff;
}
.invert h4 {
    color: #fff;
}
.invert h5 {
    color: #fff;
}
.invert h6 {
    color: #fff;
}
.invert a:hover {
    color: #303043;
}
.header-container {
    background-color: #4f6273;
    background-image: url();
    background-repeat: repeat;
    background-position: center top;
    background-attachment: scroll;
}
header.site-header, .isStuck {
    background-color: #4f6273;
}
.top-panel {
    background-color: #4f6273;
}
.__tm_banners_grid_widget div div>a:after {
    background: rgba(226, 76, 87, 0.2);
}
.site-header .top-panel__wrap .div_dropdown_top_menu .material-icons:hover:after {
    color: #e24c57;
}
.boxed-wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.before-content-area h4, .related.products h4 {
    font-size: 30px;
    line-height: 1.27;
    font-family: 'Roboto';
    letter-spacing: 0px;
    color: #373b3e;
}
.related.products h4 {
    text-align: center;
}
.related.products h4:after {
    background: #373b3e;
}
@media (min-width: 1200px) {
    .container {
    max-width: 1200px;
}
}.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    color: #373b3e;
    border-top: 1px dotted #d5d5d9;
    border-bottom: 1px dotted #d5d5d9;
    background: transparent;
}
.woocommerce .woocommerce-message:before {
    color: #e24c57;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .return-to-shop .button {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5em;
    font-family: 'Montserrat';
    letter-spacing: 0.48px;
    background: #373b3e;
    color: #fff;
    padding: 14px 24px;
    border-radius: 0;
}
.woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover {
    background: #e24c57;
    color: #fff;
}
.widget-custom-postson .custom-posts-holder .widget-title a, .widget-custom-postson .custom-posts-holder .post .post-author, .widget-custom-postson .custom-posts-holder .post .btn, .widget-area .widget .product_list_widget>li .reviewer span {
    color: #373b3e;
}
.widget-custom-postson .custom-posts-holder .post .post-author span, .widget-area .widget .product_list_widget>li .reviewer {
    color: #888;
}
.widget-custom-postson .custom-posts-holder .post .btn:hover {
    color: #e24c57;
}
.widget-custom-postson .custom-posts-holder h6 a {
    color: #373b3e;
}
.widget-custom-postson .custom-posts-holder h6 {
}
.widget-custom-postson .custom-posts-holder h6 a:hover {
    color: #e24c57;
}
.footer-area .widget-custom-postson .custom-posts-holder .widget-title a, .footer-area .widget-custom-postson .custom-posts-holder .post .post-author, .footer-area .widget-custom-postson .custom-posts-holder .post .btn, .footer-area.widget-area .widget .product_list_widget>li .reviewer span {
    color: #fff;
}
.footer-area .widget-custom-postson .custom-posts-holder .widget-title a:hover, .footer-area .widget-custom-postson .custom-posts-holder .post .btn:hover {
    color: #e24c57;
}
.footer-area.widget-area .widget .product_list_widget>li .product-widget-categories li a, .footer-area.widget-area .widget .product_list_widget>li .product-widget-categories li, .woocommerce .footer-areadiv.product .product-widget-categories li, .woocommerce .footer-area div.product .product-widget-categories li a, .woocommerce .footer-area div.product .product-widget-tags li a, .woocommerce .footer-areadiv.product .product-widget-tags li, .footer-area .widget-custom-postson .custom-posts-holder .post .category a, .footer-area .widget-custom-postson .custom-posts-holder .post .post_tag a {
    color: #e24c57;
}
.footer-area.widget-area .widget .product_list_widget>li .product-widget-categories li a:hover, .woocommerce .footer-area div.product .product-widget-categories li a:hover, .footer-area div.product .product-widget-tags li a:hover, .footer-area .widget-custom-postson .custom-posts-holder .post .category a:hover, .footer-area .widget-custom-postson .custom-posts-holder .post .post_tag a:hover {
    color: #fff;
}
.footer-area .product_list_widget .product_title_link a, .footer-area .widget_recent_reviews a.widget_title_product, .footer-area .widget_top_rated_products .product_title_link a {
    color: #fff;
}
.footer-area .product_list_widget .product_title_link a:hover, .footer-area .widget_recent_reviews a.widget_title_product:hover, .footer-area .widget_top_rated_products .product_title_link a:hover {
    color: #e24c57;
}
.woocommerce-currency-switcher-form .dd-selected, #lang_sel ul li a {
    font-weight: 300;
    font-size: 16px;
    font-family: 'Roboto';
    letter-spacing: 0px;
    text-align: left;
    color: #373b3e;
    font-weight: 300;
}
.widget-area .widget .product-categories-thumbnail div .title_count, .products .product-category>a h3 mark {
    color: #373b3e;
}
.widget-area .widget .product-categories-thumbnail div .title_count, .products .product-category>a h3 mark {
    font-family: 'Roboto';
}
.tm_about_store_widget_bg h4, .tm_about_store_widget h4 {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 0.9;
    letter-spacing: 2px;
}
.tm_about_store_widget_bg h4:after, .widget_product_categories_image h4:after, .widget_carousel h4:after, .tm_products_carousel_widget h4:after, .after-content-area h4:after, .tm_about_store_widget h4:after {
    background: #373b3e;
}
.tm_about_store_widget_bg .textwidget b, .tm_about_store_widget .textwidget b {
    font-weight: 700;
    font-family: 'Roboto';
    letter-spacing: 0px;
    text-align: inherit;
    color: #373b3e;
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__date a {
    font-family: 'Roboto';
    color: #fff;
    text-transform: uppercase;
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__date a:before {
    background: #e24c57;
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__date a:hover:before {
    background: #373b3e;
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn {
    color: #e24c57;
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn:hover {
    color: #373b3e;
}
.site-footer .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn {
    color: #84cfb6;
}
.site-footer .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn:hover {
    color: #fff;
}
.swiper-wrapper .post .inner {
    background: #fff;
    box-shadow: 0 8px 21px 0 rgba(213, 213, 213, 0.49);
}
.site-footer {
    background-color: #4f6273;
}
.footer-area-wrap {
    background-color: #637382;
}
.footer-area-wrap a {
    color: #fff;
}
.woocommerce span.onsale, .woocommerce span.new, .woocommerce span.featured {
    font-family: 'Roboto';
    background: #f4995b;
}
.woocommerce span.new {
    background: #e24c57;
}
.woocommerce span.featured {
    background: #84cfb6;
}
.single-product-images .enlarge {
    background: #e24c57;
}
.single-product-images .enlarge:hover {
    background: #373b3e;
}
.widget .product_list_widget li {
    font-family: 'Roboto';
    color: #373b3e;
}
.widget .product_list_widget li a {
    color: #373b3e;
}
.widget .product_list_widget li a:hover {
    color: #e24c57;
}
.widget-area .widget .product_list_widget>li .product-widget-categories li a, .widget-area .widget .product_list_widget>li .product-widget-categories li, .woocommerce div.product .product-widget-categories li, .woocommerce div.product .product-widget-categories li a, .woocommerce div.product .product-widget-tags li a, .woocommerce div.product .product-widget-tags li, .widget-custom-postson .custom-posts-holder .post .category a, .widget-custom-postson .custom-posts-holder .post .post_tag a {
    color: #e24c57;
}
.widget-area .widget .product_list_widget>li .product-widget-categories li a:hover, .woocommerce div.product .product-widget-categories li a:hover, .woocommerce div.product .product-widget-tags li a:hover, .widget-custom-postson .custom-posts-holder .post .category a:hover, .widget-custom-postson .custom-posts-holder .post .post_tag a:hover {
    color: #373b3e;
}
body.woocommerce button.single_add_to_cart_button.alt {
    background: #e24c57;
    font-family: 'Montserrat';
    letter-spacing: 0.48px;
}
body.woocommerce button.single_add_to_cart_button.alt:hover {
    background: #373b3e;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    font-family: 'Roboto';
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #e24c57;
}
.woocommerce div.product p.price, .compare-list.products .price td, .compare-list.products .price td ins {
    color: #e24c57;
}
.woocommerce div.product p.price del, .compare-list.products .price td del {
    color: #888;
}
a.add_to_wishlist, a.compare.button {
    color: #888;
}
a.add_to_wishlist:hover, a.compare.button:hover {
    color: #373b3e;
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_wishlist_compare .yith-wcwl-add-to-wishlist .add_to_wishlist_button__text a:hover {
    color: #fff;
}
.woocommerce div.product .woo-social-buttons span.custom a {
    color: #888;
}
.woocommerce div.product .woo-social-buttons span.custom a:hover {
    color: #e24c57;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #373b3e;
}
.woocommerce #reviews #comments ol.commentlist {
    color: #373b3e;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta span[itemprop=author], .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    color: #e24c57;
}
#commentform span.required {
    color: #e24c57;
}
.woocommerce p.stars:hover a, .woocommerce p.stars.selected a, .woocommerce p.stars.selected:hover a, .woocommerce p.stars.selected:hover a.active~a {
    color: #373b3e;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins, .woocommerce .products .product .price, .woocommerce .products .product .price ins, .widget-area .widget .product_list_widget .amount, .widget-area .widget .product_list_widget ins, .woocommerce table.shop_table tbody tr td.product-subtotal .amount, .woocommerce table.shop_table tbody tr td.product-total .amount, .woocommerce table.shop_table tbody tr td.product-price .amount, .woocommerce .cart-collaterals .cart_totals tr td .amount, .woocommerce-page .cart-collaterals .cart_totals tr td .amount, .woocommerce table.shop_table tfoot td .amount, .woocommerce-page table.shop_table tfoot td .amount, .woocommerce ul.order_details li strong, .woocommerce-page ul.order_details li strong {
    background: none;
    color: #e24c57;
    font-weight: 500;
}
.compare-list.products .price td, .compare-list.products .price ins {
    color: #e24c57;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce .products .product .price del, .widget-area .widget .product_list_widget del .amount, .widget-area .widget .product_list_widget .amount del, .woocommerce table.shop_table tbody tr td.product-price del .amount {
    color: #888;
    opacity: 1;
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-decoration: line-through;
}
.tm_products_carousel_widget div.product h3, .tm_products_carousel_widget li.product h3, .products div.product h3, .products .product h3, .woocommerce .products .product h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    font-family: 'Roboto';
    letter-spacing: 0px;
    color: #373b3e;
}
body.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button, body.woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button, body.woocommerce .products .product .block_product_thumbnail .add_to_cart_button {
    background: rgba(226, 76, 87, 0.9);
}
body.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .add_to_cart_button:hover, body.woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .add_to_cart_button:hover, body.woocommerce .products .product .block_product_thumbnail .add_to_cart_button:hover {
    background: rgba(55, 59, 62, 0.9);
}
.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide>a:hover .tm-categories-carousel-widget-title__wrapper h5, .woocommerce .products .product-category>a:hover h3 {
    color: #fff;
}
.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide>a h3, .woocommerce .products .product-category>a h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.27;
    font-family: 'Roboto';
    letter-spacing: 0px;
    text-align: inherit;
}
.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide>a h3, .tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide>a h3 mark.count, div.products div.product-category.product>a h3, .woocommerce .products .product-category>a h3 mark.count {
    color: #fff;
}
.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide>a h3:before, div.products div.product-category.product>a h3:before {
    background: rgba(129, 191, 210, 0.81);
}
.tm-categories-carousel-widget-wrapper .tm-categories-carousel-widget-slide>a:hover h3:before, div.products div.product-category.product>a:hover h3:before {
    background: rgba(226, 76, 87, 0.81);
}
.woocommerce div.product form.cart div.quantity .tm-qty-minus, .woocommerce div.product form.cart div.quantity .tm-qty-plus {
    color: #888;
}
.woocommerce div.product form.cart div.quantity .tm-qty-minus:hover, .woocommerce div.product form.cart div.quantity .tm-qty-plus:hover {
    color: #373b3e;
}
.tm_custom_style.bne-element-container .bne-testimonial-slider-wrapper {
    background: #84cfb6;
}
.bne-testimonial-slider-wrapper .bne-testimonial-description {
    color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #373b3e;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
    color: #fff;
    background: #e24c57;
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li h3 {
    color: #fff;
}
.tm_custom_style.bne-element-container .bne-testimonial-slider .slides li .bne-testimonial-description {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
}
.woocommerce table.shop_table thead th, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr th, .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th, .woocommerce table.shop_table tfoot td.payment_method, .woocommerce-page table.shop_table tfoot td.payment_method, .woocommerce ul.order_details li, .woocommerce-page ul.order_details li, .woocommerce table.shop_table.customer_details th, .woocommerce-page table.shop_table.customer_details th {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    font-family: 'Roboto';
    letter-spacing: 0px;
}
.woocommerce table.shop_table tbody tr td.product-name dl.variation {
    color: #888;
}
.woocommerce table.shop_table tbody tr td.actions button.button {
    background: #373b3e;
}
.woocommerce table.shop_table tbody tr td.actions button.button:hover {
    color: #fff;
    background: #e24c57;
}
.motoslider_wrapper {
    background: #4f6273;
}
.motoslider_wrapper .ms_bullet_wrapper .ms_bullet {
    border-color: #fff;
    background: transparent;
}
.motoslider_wrapper .ms_bullet_wrapper .ms_bullet.ms_active, .motoslider_wrapper .ms_bullet_wrapper .ms_bullet:hover {
    border-color: #fff;
    background: #fff;
}
.motoslider_wrapper .ms_arrows .ms_prev, .motoslider_wrapper .ms_arrows .ms_next {
    color: #373b3e;
    background: #fff;
}
.motoslider_wrapper .ms_arrows .ms_prev:hover {
    color: #fff;
    background: #373b3e;
}
.motoslider_wrapper .ms_arrows .ms_next:hover {
    color: #fff;
    background: #373b3e;
}
.woocommerce #content table.wishlist_table.cart a.remove, .woocommerce #content table.wishlist_table.cart a.remove:hover {
    background: none;
}
.woocommerce #content table.wishlist_table.cart a.remove:before {
    color: #373b3e;
    transition: all .3s ease;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover:before {
    color: #e24c57;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    font-family: 'Roboto';
}
.woocommerce .woocommerce-result-count span, .woocommerce-page .woocommerce-result-count span {
    color: #e24c57;
}
.woocommerce span.featured, .woocommerce-page span.featured, .single-product.woocommerce span.featured {
    color: #fff;
}
.swiper-container .swiper-wrapper .swiper-slide .inner .entry-header .post__date {
    color: #fff;
}
.motoslider_wrapper h2:before {
    background: #373b3e;
}
.jssort01-99-66 .p.pav .c, .jssort01-99-66 .p:hover .c, .jssort01-99-66 .p.pdn .c {
    border: 2px solid #e24c57;
}
.woocommerce .posted_in, .woocommerce .tagged_as {
    color: #e24c57;
}
.woocommerce .posted_in span, .woocommerce .tagged_as span {
    color: #373b3e;
}
a.compare.button {
    font-family: 'Roboto';
}
label, .for_rating {
    font-size: 14px;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #373b3e;
}
.woocommerce div.product .woo-social-buttons span.custom a, .woocommerce-page div.product .woo-social-buttons span.custom a, .single-product.woocommerce div.product .woo-social-buttons span.custom a, .woocommerce .single-product div.product .woo-social-buttons span.custom a {
    background: #373b3e;
    color: #fff;
}
.woocommerce div.product .woo-social-buttons span.custom a:hover, .woocommerce-page div.product .woo-social-buttons span.custom a:hover, .single-product.woocommerce div.product .woo-social-buttons span.custom a:hover, .woocommerce .single-product div.product .woo-social-buttons span.custom a:hover {
    background: #e24c57;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .single-product.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce .single-product div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: 2px solid #e24c57;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce .single-product div.product .woocommerce-tabs ul.tabs li.active a {
    border-top-color: #e24c57;
}
.entry-content table th, .entry-content table td {
    border: 1px dotted rgba(0, 0, 0, .1);
}
.woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span, .woocommerce .tm-products-carousel-widget-wrapper div.product .block_product_thumbnail .tm-products-sale-end-date span, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span, .woocommerce .tm-products-carousel-widget-wrapper li.product .block_product_thumbnail .tm-products-sale-end-date span, .woocommerce .products div.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span, .woocommerce .products div.product .block_product_thumbnail .tm-products-sale-end-date span, .woocommerce .products li.product .block_product_thumbnail .tm-products-carousel-widget-sale-end-date span, .woocommerce .products li.product .block_product_thumbnail .tm-products-sale-end-date span {
    background: #f4995b;
    color: #fff;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background: #e24c57;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    padding: 15px 19px;
    color: #fff;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
    background: #e24c57;
    color: #fff;
}
.single-product .upsells.products>h2:before, .single-product .related.products>h2:before {
    background: #e24c57;
}
.widget_product_categories_image h2:before, .tm_products_carousel_widget h2:before, .widget_carousel h2:before, .after-content-area h2:before {
    background: #e24c57;
}
.invert .post-author {
    color: #fff;
}
.rd-mobilepanel {
    background-color: #4f6273;
}
.tm_about_store_widget .tm_about_store_widget_inner, .tm_about_store_widget_bg .tm_about_store_widget_inner, .footer-area .tm_about_store_widget .tm_about_store_widget_inner {
    background: #fff;
    border-top: 3px solid #e24c57;
}
@media (min-width: 768px) {
    .tm_about_store_widget .widget-title, .tm_about_store_widget_bg .widget-title, .footer-area .tm_about_store_widget .widget-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 0.9;
    letter-spacing: 2px;
}
}.tm_about_store_widget .widget-title span, .tm_about_store_widget_bg .widget-title span, .footer-area .tm_about_store_widget .widget-title span {
    font-weight: 300;
    color: #e24c57;
}
.tm_about_store_widget .widget-title:after, .tm_about_store_widget_bg .widget-title:after, .footer-area .tm_about_store_widget .widget-title:after {
    background: #e24c57;
}
.site-logo__link .site-logo-text {
    color: #fff;
}
.footer-area .tm_about_store_widget .widget-title {
    color: #373b3e;
}
.woocommerce .footer-area div.product p.price del, .woocommerce .footer-area div.product span.price del, .woocommerce .footer-area .products .product .price del, .footer-area .widget .product_list_widget del .amount, .footer-area .widget .product_list_widget .amount del, .woocommerce .footer-area table.shop_table tbody tr td.product-price del .amount, .footer-area .widget .product_list_widget .amount {
    color: #fff;
}
.ms_button_layer {
    color: #fff!important;
}
.post__comments {
    color: #e24c57;
}
.widget ul li {
    color: #e24c57;
}
.invert .widget ul li, .invert .widget ul li a {
    color: #fff;
}
.invert .widget ul li a:hover {
    color: #303043;
}
.invert .widget select {
    color: #141414;
}
.widget_calendar .calendar_wrap caption {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27;
    font-family: 'Roboto';
    letter-spacing: 0px;
    text-transform: none;
    text-transform: uppercase;
    color: #fff;
    background: #373b3e;
}
.widget_calendar .calendar_wrap th {
    color: #373b3e;
}
.widget_calendar .calendar_wrap tr td a::before {
    background-color: #81bfd2;
}
.widget_calendar .calendar_wrap tbody td a {
    color: #fff;
}
.widget_calendar .calendar_wrap tbody td a:before {
    background: #e24c57;
}
.widget_calendar .calendar_wrap tbody td a:hover:before {
    background: #373b3e;
}
.invert .widget_calendar .calendar_wrap caption {
    color: #fff;
    background: #888;
}
.invert .widget_calendar .calendar_wrap th {
    color: #fff;
}
.invert .widget_calendar .calendar_wrap a {
    color: #fff;
}
.invert .widget_calendar .calendar_wrap a:hover {
    color: #e24c57;
}
.invert .widget_calendar .calendar_wrap tr td a:before {
    background-color: }
.invert .widget_calendar .calendar_wrap tr td a:hover:before {
    background-color: #fff;
}
.invert .widget_calendar .calendar_wrap tr td a:hover {
    color: #fff;
}
.invert .tm_about_store_widget .btn:hover {
    background: #373b3e;
    color: #fff;
}
.site-footer .yith-woocompare-widget .clear-all:hover {
    color: #e24c57;
}
.invert .widget_calendar .calendar_wrap caption {
    color: #373b3e;
    background: #fff;
}
.invert .widget_calendar .calendar_wrap th {
    color: #e24c57;
}
.invert .widget_calendar .calendar_wrap tfoot a {
    color: #e24c57;
}
.invert .widget_calendar .calendar_wrap a {
    color: #373b3e;
}
.invert .widget_calendar .calendar_wrap a:hover {
    color: #fff;
}
.invert .widget_calendar .calendar_wrap tr td a:before {
    color: #373b3e;
    background-color: #fff;
}
.invert .widget_calendar .calendar_wrap tr td a:hover:before {
    background-color: #e24c57;
}
.widget_tag_cloud .tagcloud a, .widget_product_tag_cloud .tagcloud a {
    color: #e24c57;
}
.widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
    color: #e24c57;
}
.invert .widget_tag_cloud .tagcloud a {
    color: #fff;
}
.invert .widget_tag_cloud .tagcloud a:hover {
    color: #fff;
    background: #888;
}
.widget_recent_entries ul li a, .widget_recent_comments ul li>a {
    color: #373b3e;
}
.widget_recent_entries ul li a:hover, .widget_recent_comments ul li>a:hover {
    color: #e24c57;
}
.widget_recent_entries ul li .post-date::before {
    color: rgba(226, 76, 87, 0.3);
}
.invert .widget_recent_entries ul li a, .invert .widget_recent_comments ul li>a {
    color: #303043;
}
.invert .widget_recent_entries ul li a:hover, .invert .widget_recent_comments ul li>a:hover {
    color: #fff;
}
.invert .widget_recent_entries ul li .post-date::before {
    color: rgba(226, 76, 87, 0.3);
}
.sidebar-primary .widget .products-list li, .sidebar-secondary .widget .products-list li {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27;
    font-family: 'Roboto';
    letter-spacing: 0px;
    text-align: inherit;
    text-transform: none;
    color: #373b3e;
}
.sidebar-primary .widget a.button.compare:hover, .sidebar-secondary .widget a.button.compare:hover {
    color: #fff;
    background: #373b3e;
}
.sidebar-primary .widget .product_list_widget>li .reviewer span, .sidebar-secondary .widget .product_list_widget>li .reviewer span {
    color: #e24c57;
}
.sidebar-primary .widget .product_list_widget>li .widget_title_product, .sidebar-secondary .widget .product_list_widget>li .widget_title_product, .sidebar-primary.widget-area .widget .product_list_widget>li .product_title_link>a, .sidebar-secondary.widget-area .widget .product_list_widget>li .product_title_link>a {
    color: #373b3e;
}
.sidebar-primary .widget .product_list_widget>li .widget_title_product:hover, .sidebar-secondary .widget .product_list_widget>li .widget_title_product:hover, .sidebar-primary.widget-area .widget .product_list_widget>li .product_title_link>a:hover, .sidebar-secondary.widget-area .widget .product_list_widget>li .product_title_link>a:hover {
    color: #e24c57;
}
.sidebar-primary .widget_recent_comments .recentcomments, .sidebar-secondary .widget_recent_comments .recentcomments {
    color: #373b3e;
    font-style: italic;
}
.sidebar-primary .widget_recent_comments .recentcomments a, .sidebar-secondary .widget_recent_comments .recentcomments a {
    color: #373b3e;
    font-style: normal;
}
.sidebar-primary .widget_recent_comments .recentcomments span, .sidebar-secondary .widget_recent_comments .recentcomments span {
    color: #e24c57;
    font-style: normal;
}
.sidebar-primary .widget_recent_comments .recentcomments a:hover, .sidebar-secondary .widget_recent_comments .recentcomments a:hover {
    color: #e24c57;
    font-style: normal;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #373b3e;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #e24c57;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #e8e8eb;
}
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 3.5;
    font-size: 1em;
    color: #e24c57;
}
.sidebar-primary .widget_recent_entries li .post-author, .sidebar-secondary .widget_recent_entries li .post-author {
    color: #373b3e;
}
.sidebar-primary .widget_recent_entries li .post-author a, .sidebar-secondary .widget_recent_entries li .post-author a {
    color: #e24c57;
}
.sidebar-primary .widget_recent_entries li .post-author a:hover, .sidebar-secondary .widget_recent_entries li .post-author a:hover {
    color: #373b3e;
}
.sidebar-primary .widget.widget_recent_entries ul li>a, .sidebar-secondary .widget.widget_recent_entries ul li>a {
    color: #373b3e;
    font-size: 16px;
}
.sidebar-primary .widget.widget_recent_entries ul li>a:hover, .sidebar-secondary .widget.widget_recent_entries ul li>a:hover {
    color: #e24c57;
}
.widget_product_search form button {
    color: #fff;
    background: #e24c57;
}
.widget_product_search form button:hover {
    color: #fff;
    background: #373b3e;
}
.sidebar-primary .widget>ul>li>a, .sidebar-secondary .widget>ul>li>a {
    font-size: 16px;
}
.sidebar-primary .widget_recent_comments ul li>a, .sidebar-secondary .widget_recent_comments ul li>a {
    font-size: 16px;
}
.sidebar-primary .widget .product_list_widget>li .widget_title_product, .sidebar-secondary .widget .product_list_widget>li .widget_title_product, .sidebar-primary.widget-area .widget .product_list_widget>li .product_title_link>a, .sidebar-secondary.widget-area .widget .product_list_widget>li .product_title_link>a {
    font-size: 16px;
    line-height: 22px;
}
.about-author_btn.btn.btn-secondary {
    background: #e24c57;
    color: #fff;
}
.invert .about-author_btn.btn.btn-secondary:hover {
    background: #fff;
    color: #373b3e;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity .amount {
    font-family: 'Roboto';
    font-weight: 700;
    color: #e24c57;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
    font-family: 'Roboto';
    font-size: 22px;
    line-height: 1.27;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total strong {
    font-style: italic;
    color: #373b3e;
    font-weight: 400;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total .amount {
    font-family: 'Roboto';
    color: #e24c57;
    font-weight: 700;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Montserrat';
    color: #fff;
    background: #373b3e;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button:hover {
    color: #fff;
    background: #e24c57;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout {
    background: #e24c57;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout:hover {
    background: #373b3e;
}
.widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:hover:before {
    color: #373b3e;
}
.invert .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total strong {
    color: #fff;
}
.invert .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:hover:before {
    color: #fff;
}
.invert .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
    color: #373b3e;
    background: #fff;
}
.invert .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button:hover {
    color: #fff;
    background: #e24c57;
}
.invert .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout {
    color: #fff;
    background: #e24c57;
}
.invert .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout:hover {
    color: #373b3e;
    background: #fff;
}
.invert .swiper-container .swiper-wrapper .swiper-slide .inner:hover {
    background: #fff;
}
.invert .swiper-container .swiper-wrapper .swiper-slide .inner a:hover {
    color: #373b3e;
}
.invert .swiper-container .swiper-wrapper .swiper-slide .inner .btn:hover, .invert .swiper-container .swiper-wrapper .swiper-slide .inner .btn:hover span, .invert .swiper-container .swiper-wrapper .swiper-slide .inner .btn:hover i {
    color: #373b3e;
}
.invert .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
}
.widget-subscribe .follow-block {
    background: #fff;
}
.widget-subscribe .subscribe-block {
    border: 3px solid #fff;
}
.footer-area.widget-area .widget-subscribe {
    background: transparent;
}
.footer-area .tm_about_store_widget {
    background-color: transparent!important;
}
.invert .tm_about_store_widget h4 {
    color: #fff;
}
.sidebar-primary .tm_about_store_widget h4, .sidebar-secondary .tm_about_store_widget h4, .footer-area .tm_about_store_widget h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27;
    font-family: 'Roboto';
    letter-spacing: 0px;
    text-align: inherit;
}
.widget.yith-woocompare-widget>ul>li a {
    color: #373b3e;
}
.widget.yith-woocompare-widget>ul>li a:hover {
    color: #e24c57;
}
.yith-woocompare-widget ul.products-list a.remove:hover {
    background: none;
    color: #373b3e;
}
.footer-area .widget.widget-subscribe .follow-block h4.widget-title {
    color: #373b3e;
}
.footer-area .widget.widget-subscribe .follow-block .follow-block__message {
    color: #373b3e;
}
.widget-taxonomy-tiles__content::before {
    background: #e24c57;
    background: -webkit-linear-gradient(to right, #e24c57 0%, rgb(201, 51, 62) 100%);
    background: linear-gradient(to right, #e24c57 0%, rgb(201, 51, 62) 100%);
}
.widget-taxonomy-tiles__inner:hover .widget-taxonomy-tiles__content::before {
    background: #888;
    background: -webkit-linear-gradient(to right, #888 0%, rgb(136, 136, 136) 100%);
    background: linear-gradient(to right, #888 0%, rgb(136, 136, 136) 100%);
}
.widget-taxonomy-tiles__content a:hover {
    color: #e24c57;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.widget-image-grid__content::before {
    background: #e24c57;
}
.widget-image-grid__content .widget-image-grid__link {
    color: #fff;
    font-family: 'Roboto';
}
.widget-image-grid__content .widget-image-grid__link:hover {
    color: #373b3e;
}
.widget-image-grid__content .widget-image-grid__link i {
    color: #fff;
}
.widget-image-grid__content .widget-image-grid__title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.27;
    font-family: 'Roboto';
    letter-spacing: 0px;
    text-align: inherit;
    color: #373b3e;
}
.widget-image-grid__content .widget-image-grid__title a {
    color: #fff;
}
.widget-image-grid__content .widget-image-grid__title a:hover {
    color: #373b3e;
}
.swiper-pagination .swiper-pagination-bullet {
    background: #373b3e;
}
.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #e24c57;
    opacity: 1;
}
.swiper-button-next, .swiper-button-prev {
    color: #373b3e;
    background: #fff;
}
.swiper-container .swiper-button-next i, .swiper-container .swiper-button-prev i {
    color: #fff;
}
.swiper-button-next:hover {
    color: #fff;
    background: #e24c57;
}
.swiper-button-prev:hover {
    color: #fff;
    background: #e24c57;
}
.footer-area .swiper-wrapper .post .inner {
    background: #888;
}
.footer-area .swiper-wrapper .post.swiper-slide .inner, .footer-area .swiper-wrapper .post.swiper-slide.hentry {
    background: none;
    box-shadow: none;
}
.invert .footer-area .swiper-container .swiper-wrapper .swiper-slide .inner:hover {
    background: none;
}
.footer-area .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn, .footer-area .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn i, .footer-area .swiper-container .swiper-wrapper .swiper-slide .inner .entry-footer .btn span, .footer-area .swiper-container .swiper-wrapper .swiper-slide .inner .entry-content a:hover, .footer-area .swiper-container .swiper-wrapper .swiper-slide .inner .entry-content a:hover {
    color: #e24c57;
}
.footer-area .swiper-container .swiper-wrapper .swiper-slide .inner .entry-header {
    margin-bottom: 15px;
}
.posh-smartslider .sp-arrows .sp-arrow {
    color: #373b3e;
    background: #fff;
}
.posh-smartslider .sp-arrows .sp-next-arrow:hover {
    color: #fff;
    background: #373b3e;
}
.posh-smartslider .sp-arrows .sp-previous-arrow:hover {
    color: #fff;
    background: #373b3e;
}
.posh-smartslider__instance h2.sp-title a {
    color: #373b3e;
}
.sp-image-container {
    position: relative;
}
.posh-smartslider__instance p.sp-content {
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 1.27;
    font-family: 'Roboto';
    color: #373b3e;
}
.posh-smartslider__instance h2.sp-title a:before {
    background: #373b3e;
}
.posh-smartslider__instance .sp-buttons .sp-button {
    border-color: #373b3e;
    background: transparent;
}
.posh-smartslider__instance .sp-buttons .sp-button:hover, .posh-smartslider__instance .sp-buttons .sp-button.sp-selected-button {
    border-color: #373b3e;
    background: #373b3e;
}
.sp-thumbnail-container .sp-thumbnail:before {
    border: 1px solid #373b3e;
}
.sp-thumbnail-container .sp-thumbnail:after {
    border: 3px solid #e24c57;
}
.sp-next-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-previous-thumbnail-arrow:before {
    background: #373b3e;
}
.sp-next-thumbnail-arrow:hover:after, .sp-next-thumbnail-arrow:hover:before, .sp-previous-thumbnail-arrow:hover:after, .sp-previous-thumbnail-arrow:hover:before {
    background: #e24c57;
}
.posh-smartslider__instance div.sp-more a {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    font-family: 'Roboto';
    background: #e24c57;
    color: #fff;
}
.posh-smartslider__instance div.sp-more a:hover {
    background: #373b3e;
    color: #fff;
}
.posh-smartslider__instance .sp-slide:nth-child(2) div.sp-more a:hover {
    background: #fff;
    color: #373b3e;
}
.sp-thumbnail-container, .sp-thumbnails {
    height: 84px!important;
}
.posh-smartslider__instance .sp-full-screen-button {
    color: #373b3e;
}
.posh-smartslider__instance .sp-full-screen-button:hover {
    color: #e24c57;
}
.widget_fbw_id .loader {
    border-top: 1.1em solid rgba(226, 76, 87, 0.2);
    border-right: 1.1em solid rgba(226, 76, 87, 0.2);
    border-bottom: 1.1em solid rgba(226, 76, 87, 0.2);
    border-left: 1.1em solid #e24c57;
}
.subscribe-block__input {
    color: #373b3e;
}
.widget_tf_track_kickstarter .tf-tracker {
    background: rgba(136, 136, 136, 0.76);
    color: #fff;
}
.tf-tracker h1, .tf-tracker h2, .tf-tracker h3, .tf-tracker h4, .tf-tracker h5, .tf-tracker h6 {
    color: #fff;
}
.tf-tracker-value {
    color: #e24c57;
    font-weight: 600;
}
.sidebar-primary .widget_give_forms_widget, .sidebar-secondary .widget_give_forms_widget, .before-content-area .widget_give_forms_widget, .after-content-area .widget_give_forms_widget, .before-loop-area .widget_give_forms_widget, .after-loop-area .widget_give_forms_widget {
    background-color: #e24c57;
}
.widget_give_forms_widget .widget-title {
    color: #fff;
}
.give-btn {
    background: #888;
    color: #fff;
}
.give-btn:hover {
    background: rgb(98, 98, 98);
    color: #fff;
}
.top-panel__message .material-icons {
    color: #e24c57;
}
.top-panel__menu-list li a {
    color: #fff;
}
.top-panel__menu-list li a:hover {
    color: #e24c57;
}
.top-panel__menu-list li.current-menu-item a, .top-panel__menu-list li.current_page_item a {
    color: #e24c57;
}
.woocommerce-currency-switcher-form .dd-selected, #lang_sel ul li a {
    background: #373b3e;
    color: #fff;
}
.site-header .top-panel__wrap .widget_product_search form button {
    color: #fff;
}
.site-header .top-panel__wrap .widget_product_search form button:hover {
    color: #e24c57;
    background: #4f6273;
}
.dd-options {
    background: #373b3e;
}
.woocommerce-currency-switcher-form .dd-container .dd-options .dd-option {
    background: #373b3e;
    color: #fff;
    font-weight: 300;
}
.site-header .top-panel__wrap .search_switcher_block .currency_switcher .woocommerce-currency-switcher-form .dd-container .dd-options li a.dd-option:hover {
    background: #373b3e;
    color: #e24c57;
}
.site-header .top-panel__wrap .div_dropdown_top_menu .material-icons {
    color: #fff;
}
.site-header .top-panel__wrap .div_dropdown_top_menu .material-icons:hover {
    color: #fff;
}
.site-header .top-panel__wrap .div_dropdown_top_menu .material-icons:hover::after {
    color: #fff;
}
.site-header .top-panel__wrap .div_dropdown_top_menu .top-panel__menu {
    background: #373b3e;
}
.site-header .top-panel__wrap .search_switcher_block .currency_switcher .wcj_widget_multicurrency select {
    background: #4f6273;
    color: #fff;
    border: none;
}
body header .widget_product_search form.woocommerce-product-search.navbar-search input[type="search"], body header .widget_product_search form.woocommerce-product-search.navbar-search input[type="search"]:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 500px #4f6273!important;
    -webkit-text-fill-color: #fff!important;
    color: #fff!important;
}
.search-form .search-form__field {
    color: #373b3e;
    font-family: 'Roboto';
}
.search-form .search-form__field::-webkit-input-placeholder {
    color: #373b3e;
}
.search-form .search-form__field::-moz-placeholder {
    color: #373b3e;
}
.search-form .search-form__field:-moz-placeholder {
    color: #373b3e;
}
.search-form .search-form__field:-ms-input-placeholder {
    color: #373b3e;
}
.top-panel .search-form .search-form__submit {
    color: #888;
}
.top-panel .search-form .search-form__submit:hover {
    color: #e24c57;
}
.social-list a, .social-list a:active, .social-list a:focus, .social-list a:visited, .share-btns__link, .share-btns__link:active, .share-btns__link:focus, .share-btns__link:visited, .yith-wcwl-share li a, .yith-wcwl-share li a:before, .yith-wcwl-share li a:active, .yith-wcwl-share li a:focus, .yith-wcwl-share li a:visited {
    background: #373b3e;
    color: #fff;
}
.social-list a:hover, .share-btns__link:hover, .yith-wcwl-share li a:hover {
    background: #e24c57;
    color: #fff;
}
.site-footer .social-list a, .site-footer .social-list a:active, .site-footer .social-list a:focus, .site-footer .social-list a:visited, .site-footer .share-btns__link, .site-footer .share-btns__link:active, .site-footer .share-btns__link:focus, .site-footer .share-btns__link:visited, .site-footer .yith-wcwl-share li a, .site-footer .yith-wcwl-share li a:before, .site-footer .yith-wcwl-share li a:active, .site-footer .yith-wcwl-share li a:focus, .site-footer .yith-wcwl-share li a:visited {
    background: #fff;
    color: #4f6273;
}
.site-footer .social-list a:hover, .site-footer .share-btns__link:hover, .site-footer .yith-wcwl-share li a:hover {
    background: #84cfb6;
    color: #4f6273;
}
.site-header .social-list a, .site-header .social-list a:active, .site-header .social-list a:focus, .site-header .social-list a:visited, .site-header .share-btns__link, .site-header .share-btns__link:active, .site-header .share-btns__link:focus, .site-header .share-btns__link:visited, .site-header .yith-wcwl-share li a, .site-header .yith-wcwl-share li a:before, .site-header .yith-wcwl-share li a:active, .site-header .yith-wcwl-share li a:focus, .site-header .yith-wcwl-share li a:visited {
    background: #fff;
    color: #4f6273;
}
.site-header .social-list a:hover, .site-header .share-btns__link:hover, .site-header .yith-wcwl-share li a:hover {
    background: #e24c57;
    color: #4f6273;
}
.social-list--footer li>a:hover {
    color: #888;
}
.rd-mobilemenu_ul .social-list li a, .rd-mobilemenu_ul .social-list li a:focus {
    color: #fff;
    background: none;
}
.rd-mobilemenu_ul .social-list li a:hover {
    color: #e24c57;
    background: none;
}
.rd-mobile-social-list {
    background: #373b3e;
}
.main-navigation ul.menu>li>a, .main-navigation ul.menu>li>a:visited, .main-navigation ul.menu>li>a:active {
    color: #fff;
}
.rd-mobilepanel, .rd-mobilemenu_ul>li a, .rd-mobilemenu_ul>li a.rd-with-ul .rd-submenu-toggle, .rd-mobilemenu_ul>li a.rd-with-ul:hover .rd-submenu-toggle {
    color: #373b3e;
}
.navbar-search-toggle:before, .navbar-search-toggle:after {
    color: #fff;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
    background: #fff;
}
.main-navigation ul.menu>li>a:before {
    background: #e24c57;
}
.main-navigation ul.menu>li:hover>a, .main-navigation ul.menu>li.menu-hover>a, .main-navigation ul.menu>li.current_page_item>a, .main-navigation ul.menu>li.current-menu-item>a, .main-navigation ul.menu>li.current_page_ancestor>a:hover, .rd-mobilemenu_ul>li.current_page_item a, .rd-mobilemenu_ul>li a:hover, .rd-mobilemenu_ul>li.current_page_item.rd-mobile-menu-shop a, .rd-mobilemenu_ul .rd-mobilemenu_submenu li a:hover, .rd-mobilemenu_ul .rd-mobilemenu_submenu li.current_page_item a, .rd-mobilemenu_ul>li.rd-mobile-menu-shop a:hover {
    color: #e24c57;
}
.rd-mobilemenu_ul {
    background: #373b3e;
}
.rd-mobilemenu_ul li {
    background: #fff;
}
.rd-mobilemenu_ul .social-list li {
    background: transparent;
}
.rd-mobilemenu_ul li.menu-item {
    background: #373b3e;
}
.rd-mobilemenu_ul li ul li.menu-item {
    background: #fff;
}
.main-navigation ul ul a {
    color: #fff;
}
.main-navigation ul.sub-menu>li:hover>a, .main-navigation ul.sub-menu>li.menu-hover>a, .main-navigation ul.sub-menu>li.current_page_item>a, .main-navigation ul.sub-menu>li.current-menu-item>a, .main-navigation ul.sub-menu>li.current_page_ancestor>a:hover {
    color: #e24c57;
}
.main-navigation ul.sub-menu {
    background: #373b3e;
}
.main-navigation ul.menu > li > a, .rd-mobilemenu_ul > li a {
    font-family: open sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 1.5em;
    text-transform: none;
}
.rd-mobilemenu_ul>li a {
    line-height: 21px;
}
.rd-mobilemenu_ul .rd-mobilemenu_submenu li a, .rd-mobilemenu_ul>li.rd-mobile-menu-shop a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Roboto';
    text-transform: none;
}
.rd-mobilemenu_ul .rd-mobilemenu_submenu li a, .rd-mobilemenu_ul .rd-mobilemenu_submenu li.menu-item {
    background: #f5f5f7;
    color: #373b3e;
}
.rd-mobilemenu_ul>li.rd-mobile-menu-shop a {
    background: #373b3e;
    color: #fff;
}
#lang_sel.rd-mobile-lang ul li a {
    color: #fff;
}
#lang_sel.rd-mobile-lang ul li a:hover {
    color: #e24c57;
}
.main-navigation ul.sub-menu>li:hover>a:after {
    color: #fff;
}
.main-navigation .menu-item_description {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: none;
    color: #888;
    letter-spacing: 0;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap h4 {
    font-size: 22px;
    line-height: 22px;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto';
    text-transform: none;
    letter-spacing: 0;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li dl {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto';
    text-transform: none;
    letter-spacing: 0;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li .quantity .amount {
    font-family: 'Roboto';
    font-weight: 700;
    color: #e24c57;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .total {
    font-family: 'Roboto';
    font-size: 22px;
    line-height: 1.27;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .total strong {
    font-style: italic;
    color: #373b3e;
    font-weight: 400;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .total .amount {
    font-family: 'Roboto';
    color: #e24c57;
    font-weight: 700;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .button {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    font-family: 'Roboto';
    letter-spacing: 0.56px;
    color: #fff;
    background: #373b3e;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .button:hover {
    color: #fff;
    background: #e24c57;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .button.checkout {
    background: #e24c57;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .buttons .button.checkout:hover {
    background: #373b3e;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a.remove:hover:before {
    color: #373b3e;
}
.site-header-cart .cart-contents .count span {
    color: #fff;
    background: #e24c57;
}
.site-header-cart .cart-contents .count i {
    color: #fff;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a.remove, .site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a.remove:before {
    color: #e24c57;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a.remove:hover {
    color: #373b3e;
}
.site-header-cart .header-cart-dropdown .shopping_cart-dropdown-wrap .cart_list li a.remove:hover .dd-select a.dd-selected {
    color: #fff;
}
.woocommerce-currency-switcher-form .dd-container:hover {
    background: #373b3e;
}
.woocommerce-currency-switcher-form .dd-container .dd-options .dd-option:hover {
    background: #373b3e;
    color: #fff;
}
.rd-mobile-currency select {
    background: #373b3e;
    color: #fff;
    border: none;
}
.main-navigation ul ul .page_item_has_children>a:after, .main-navigation ul ul .menu-item-has-children>a:after {
    color: #fff;
}
.site-footer {
    background-color: #4f6273;
}
.footer-area-wrap {
    background-color: #637382;
}
.footer-copyright {
    color: #fff;
}
.site-footer a:hover, .site-footer a:focus, .site-footer a:active {
    color: #fff;
}
.footer-menu__items li a {
    color: #fff;
}
.footer-menu__items li.current-menu-item a, .footer-menu__items li.current_page_item a, .footer-menu__items li a:hover {
    color: #84cfb6;
}
.footer-menu__items li {
    border-left: none;
}
a {
    color: #e24c57;
}
a:hover, a:focus, a:active {
    color: #373b3e;
}
a[href*='callto:'] {
    color: #373b3e;
}
a[href*='callto:']:hover {
    color: #e24c57;
}
a[href*='mailto:'] {
    text-decoration: underline;
}
.btn, .comment-form .submit, .wpcf7-submit, .post-password-form label+input {
    color: #fff;
    background: #e24c57;
}
.btn:hover, .comment-form .submit:hover, .wpcf7-submit:hover, .post-password-form label+input:hover {
    color: #fff;
    background: #373b3e;
}
.btn:focus, .wpcf7-submit:focus, .comment-form .submit:focus {
    color: #fff;
    background: #e24c57;
}
.btn.btn-secondary {
    background: #888;
}
.invert .btn.btn-secondary {
    color: #fff;
    background: #e24c57;
}
.btn.btn-secondary:hover, .invert .btn:hover {
    background: rgb(0, 0, 0);
    color: #fff;
}
.invert .btn:hover {
    background: #fff;
    color: #373b3e;
}
blockquote {
    color: #e24c57;
}
body blockquote, blockquote q, blockquote p, body blockquote.single-format-quote, .posts-list--grid-2-cols blockquote, .posts-list--grid-2-cols .post-format-quote {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.27;
    font-family: 'Roboto';
    color: #373b3e;
}
blockquote:before {
    color: #e24c57;
    font-family: "Times New Roman", Georgia, Serif;
}
blockquote cite {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0px;
    color: #e24c57;
}
@media (max-width: 479px) {
    blockquote p, blockquote q, blockquote.single-format-quote, .posts-list--grid-2-cols blockquote, .posts-list--grid-2-cols .post-format-quote {
    font-size: 22px;
}
.post_format-post-format-quote blockquote {
    padding: 83px 50px 67px;
}
.post_format-post-format-quote blockquote:before {
    right: 0;
    left: 0;
}
}blockquote.single-format-quote, .posts-list--grid-2-cols .post-format-quote, .post_format-post-format-quote blockquote p {
    color: #fff;
    background-color: #373b3e;
}
blockquote.single-format-quote:before, blockquote.single-format-quote cite {
    color: #e24c57;
}
ul, ol {
    color: #373b3e;
}
ul li:before, ol li:before {
    color: #e24c57;
}
ul li a, olli a {
    color: #373b3e;
}
ul li a:hover, olli a:hover {
    color: #e24c57;
}
code {
    color: #fff;
    background: #e24c57;
}
.contact-form-wrap span {
    color: #e24c57;
}
footer a {
    color: #84cfb6;
}
footer a:hover {
    color: #fff;
}
footer .invert .widget ul li a, footer .invert .widget ul li a {
    color: #fff;
}
footer .invert .widget ul li a:hover, footer .invert .widget ul li a:hover {
    color: #84cfb6;
}
footer .invert ul li .post-author a {
    color: #84cfb6;
}
footer .invert ul li .post-author a:hover {
    color: #fff;
}
footer .comment-author-link {
    color: #84cfb6;
}
footer .widget ul li.recentcomments {
    color: #fff;
}
footer .widget ul li.recentcomments a {
    color: #fff;
}
footer .widget ul li.recentcomments a:hover {
    color: #84cfb6;
}
footer .footer-text-center {
    color: #fff;
}
footer .widget.widget_recent_entries ul li>a {
    color: #fff;
}
footer .widget.widget_recent_entries ul li>a:hover {
    color: #84cfb6;
}
footer.site-footer .widget_recent_entries ul li .post-date:before {
    color: #84cfb6;
}
.rd-material-tab.rd-material-tab-active a {
    color: #e24c57;
}
.tm-products-smart-box-widget__rd-material-tabs {
    border-top: 2px solid #e24c57;
}
.tm-products-smart-box-widget__rd-material-tabs>.row>.col-lg-3 {
    background: #f5f5f7;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
}
.tm-products-smart-box-widget__rd-material-tabs .product h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0px;
    transition: all .3s ease;
}
.tm-products-smart-box-widget__rd-material-tabs .product h3:hover {
    color: #e24c57;
}
.widget.tm_products_smart_box_widget .rd-material-tabs__list .rd-material-tab a:before {
    color: #e24c57;
}
.tm-products-smart-box-widget__rd-material-tabs .product .price .amount {
    font-size: 18px;
}
.tm-products-smart-box-widget__rd-material-tabs .product span.price, .tm-products-smart-box-widget__rd-material-tabs .product span.price ins, .tm-products-smart-box-widget__rd-material-tabs .product span.price del {
    transition: all .3s ease;
}
.tm-products-smart-box-widget__rd-material-tabs .product span.price:hover, .tm-products-smart-box-widget__rd-material-tabs .product span.price:hover ins, .tm-products-smart-box-widget__rd-material-tabs .product span.price:hover del {
    color: #373b3e;
}
.tm-products-smart-box-widget__rd-material-tabs .product .price del .amount {
    font-size: 12px;
}
.tm-products-smart-box-widget__rd-material-tabs .product .price del .amount, .tm-products-smart-box-widget__rd-material-tabs .product .price del {
    font-weight: 300;
    font-family: 'Roboto';
}
.tm-products-smart-box-widget__rd-material-tabs .widget-title {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.tm-products-smart-box-widget__rd-material-tabs .widget-title span {
    font-weight: 700;
    display: block;
}
.tm_custom_menu_widget {
    border-top: 3px solid #e24c57;
}
.tm_custom_menu_widget {
    background-color: #fff;
}
.tm_custom_menu_widget .widget-title {
    font-size: 30px;
    line-height: 1.27;
    font-weight: 300;
}
.tm_custom_menu_widget .widget-title span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.breadcrumbs .breadcrumbs__item .breadcrumbs__item-link:hover {
    color: #e24c57;
}
.sidebar-primary .widget>ul li a, .sidebar-secondary .widget>ul li a {
    color: #e24c57;
}
.sidebar-primary .widget>ul li a:hover, .sidebar-secondary .widget>ul li a:hover {
    color: #373b3e;
}
.posts-list--grid-2-cols .hentry.post .btn, .posts-list--grid-3-cols .hentry.post .btn, .posts-list--masonry-2-cols .hentry.post .btn, .posts-list--masonry-3-cols .hentry.post .btn, .posts-list--grid-2-cols .hentry.post .btn, .posts-list--grid-3-cols .hentry.post .btn, .posts-list--masonry-2-cols .hentry.post .btn, .posts-list--masonry-3-cols .hentry.post .btn {
    color: #e24c57;
}
.posts-list--grid-2-cols .hentry.post .btn:hover, .posts-list--grid-3-cols .hentry.post .btn:hover, .posts-list--masonry-2-cols .hentry.post .btn:hover, .posts-list--masonry-3-cols .hentry.post .btn:hover, .posts-list--grid-2-cols .hentry.post .btn:hover, .posts-list--grid-3-cols .hentry.post .btn:hover, .posts-list--masonry-2-cols .hentry.post .btn:hover, .posts-list--masonry-3-cols .hentry.post .btn:hover {
    color: #373b3e;
}
.widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover {
    color: #373b3e;
}
.top-panel .chosen-container .chosen-drop {
    background: #373b3e;
    color: #fff;
}
.top-panel .chosen-container-active.chosen-with-drop .chosen-single, .top-panel .chosen-container-single .chosen-single {
    background-color: #4f6273;
    color: #fff;
}
.chosen-container-single .chosen-single {
    color: #373b3e;
}
.chosen-container .chosen-results {
    color: #373b3e;
    background: #fff;
    border: 1px solid #e8e8eb;
}
.chosen-container .chosen-results li.highlighted {
    background: #e24c57;
    color: #fff;
}
.currency_switcher .chosen-container .chosen-results {
    background: #373b3e;
    color: #fff;
    border: none;
    margin: 0;
}
.currency_switcher .chosen-container {
    background: #4f6273;
    color: #fff;
    border: none;
}
.currency_switcher .chosen-container .chosen-single {
    color: #fff;
}
.rd-mobile-currency .currency_switcher .chosen-container .chosen-single:hover {
    color: #e24c57;
}
.currency_switcher .chosen-container .chosen-single:before {
    color: #fff;
}
.currency_switcher .chosen-container .chosen-results li, .currency_switcher .chosen-container .chosen-results li.result-selected:hover {
    background-color: #373b3e;
    color: #fff;
}
.currency_switcher .chosen-container .chosen-results li:hover, .currency_switcher .chosen-container .chosen-results li.result-selected {
    background-color: #373b3e;
    color: #ff6a6a;
}
.currency_switcher .chosen-container .chosen-results li+li {
    border-top: 1px dotted #757577;
}
.widget_recent_entries ul li .post-date:before {
    color: #373b3e;
}
.site-footer input[type="text"]:focus, .site-footer input[type="email"]:focus, .site-footer input[type="url"]:focus, .site-footer input[type="password"]:focus, .site-footer input[type="search"]:focus, .site-footer input[type="number"]:focus, .site-footer input[type="tel"]:focus, .site-footer input[type="range"]:focus, .site-footer input[type="date"]:focus, .site-footer input[type="month"]:focus, .site-footer input[type="week"]:focus, .site-footer input[type="time"]:focus, .site-footer input[type="datetime"]:focus, .site-footer input[type="datetime-local"]:focus, .site-footer input[type="color"]:focus, .site-footer select:focus, .site-footer textarea:focus {
    box-shadow: none;
    outline: none;
}
div.invert .widget .tagcloud a, div.invert .widget .tagcloud a:focus, div.invert .widget .tagcloud a:active {
    color: #e24c57;
    background: transparent;
}
div.invert .widget .tagcloud a:hover {
    color: #fff;
    background: transparent;
}
.site-footer .widget_price_filter .ui-slider .ui-slider-handle {
    background: #fff;
}
.site-footer .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #a2a2a2;
}
.site-footer .star-rating:before {
    color: #fff;
}
.site-footer .star-rating span:before {
    color: #84cfb6;
}
.site-footer .star-rating:before, .site-footer .star-rating:before {
    color: #fff;
}
.site-footer .widget_product_search form button:hover {
    color: #373b3e;
    background: #fff;
}
.error-404 .page-title {
    font-size: 100px;
}
.woocommerce a.remove:hover {
    color: #373b3e!important;
    background: none;
}
.post__cats, .post__tags {
    font-style: italic;
}
.post__cats a, .post__tags a, .sticky__label {
    line-height: inherit;
    color: #e24c57;
    background: transparent;
    font-style: normal;
}
.post__cats a:hover, .post__tags a:hover {
    color: #373b3e;
    background: transparent;
}
.invert .post__cats a:hover {
    color: #e24c57;
}
.post .material-icons {
    color: #e24c57;
}
.post-author, .posted-by, .post-featured-content {
    color: #888;
}
.post-featured-content.format-quote.invert {
    color: #fff;
    background-color: #888;
}
.post-author__title a:hover {
    color: #303043;
}
.post-format-link {
    background: rgba(55, 59, 62, 0.9);
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27;
    font-family: 'Roboto';
    letter-spacing: 0px;
    text-decoration: none;
}
.post-format-link:hover {
    background: rgba(226, 76, 87, 0.9);
    color: #fff;
}
.post-format-link:focus {
    background: rgba(55, 59, 62, 0.9);
    color: #fff;
}
.blog-grid-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link .post-format-link, .blog-grid-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link .post-format-link, .blog-masonry-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link .post-format-link, .blog-masonry-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link .post-format-link {
    background: rgba(55, 59, 62, 1);
}
.blog-grid-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:hover, .blog-grid-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:hover, .blog-masonry-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:hover, .blog-masonry-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:hover {
    background: rgba(226, 76, 87, 1);
}
.blog-grid-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:focus, .blog-grid-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:focus, .blog-masonry-3-cols .posts-list--grid-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:focus, .blog-masonry-3-cols .posts-list--masonry-3-cols .has-thumb .post-thumbnail__format-link .post-format-link:focus {
    background: rgba(55, 59, 62, 1);
}
.post-format-quote {
    color: #fff;
}
.post-format-quote:before, .post-format-quote cite, #cancel-comment-reply-link {
    color: #e24c57;
}
#cancel-comment-reply-link:hover {
    color: #888;
}
.post__date .post-date__link {
    color: #fff;
}
.post__date .post-date__link:hover {
    color: #fff;
}
.post__date .post-date__link time {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    line-height: 28px;
}
.posts-list--default .post__date .post-date__link, .single.single-post .post__date .post-date__link {
    color: #e24c57;
}
.posts-list--default .post__date .post-date__link:hover, .single.single-post .post__date .post-date__link:hover {
    color: #373b3e;
}
.posts-list--default .post__date .post-date__link time, .single.single-post .post__date .post-date__link time {
    font-family: 'Roboto';
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
}
.posts-list--default .post__date .post-date__link time span, .single.single-post .post__date .post-date__link time span {
    font-size: inherit;
    line-height: inherit;
}
.post .entry-meta .post-author {
    color: #373b3e;
}
.post-author__link, .post__author a {
    font-style: italic;
}
body .post-author__title {
    color: #373b3e;
}
body .post-author__title a {
    color: #e24c57;
}
body .post-author__title a:hover {
    color: #373b3e;
}
body .post-author__content {
    color: #373b3e;
}
.posted-by {
    font-style: italic;
    color: #373b3e;
}
.fn {
    color: #e24c57;
    font-weight: 400;
}
.comment-reply-link {
    font-size: 18px;
    color: #888;
}
.comment-reply-link:hover {
    color: #e24c57;
}
.comment-body .reply {
    opacity: 1;
}
.comment-date {
    color: #e24c57;
}
.comment-date:hover {
    color: #373b3e;
}
.comment-date:before {
    color: #373b3e;
}
.comment-date:hover:before {
    color: #373b3e;
}
#reply-title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27;
    font-family: 'Roboto';
    letter-spacing: 0px;
}
.post-format-quote:before, .post_format-post-format-quote blockquote:before {
    color: #ff4747;
    font-family: Playfair Display;
}
.post-format-quote, .post_format-post-format-quote blockquote {
    background: #373b3e;
}
.post-format-quote q, .post-format-quote cite, .post_format-post-format-quote blockquote q, .post_format-post-format-quote blockquote cite {
    color: #fff;
}
.audio-player-wrap {
    background: #373b3e;
}
.audio-player-wrap:before {
    color: #fff;
}
.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    background: #373b3e!important;
}
.posts-list--grid-2-cols .hentry.post.post_format-post-format-image .post-thumbnail__link:before, .posts-list--grid-2-cols .hentry.post .post-gallery__link:before, .posts-list--grid-3-cols .hentry.post.post_format-post-format-image .post-thumbnail__link:before, .posts-list--grid-3-cols .hentry.post .post-gallery__link:before, .posts-list--masonry-2-cols .hentry.post.post_format-post-format-image .post-thumbnail__link:before, .posts-list--masonry-2-cols .hentry.post .post-gallery__link:before, .posts-list--masonry-3-cols .hentry.post.post_format-post-format-image .post-thumbnail__link:before, .posts-list--masonry-3-cols .hentry.post .post-gallery__link:before, .hentry.post .post-gallery__link:before, .hentry.post.post_format-post-format-image .post-thumbnail__link:before {
    color: #fff;
    background: #373b3e;
}
.post-gallery .swiper-button-next, .post-gallery .swiper-button-prev {
    color: #373b3e;
    background: #fff;
    font-size: 18px;
}
.post-gallery .swiper-button-next:hover, .post-gallery .swiper-button-prev:hover {
    color: #fff;
    background: #373b3e;
}
.post-gallery .swiper-button-next:hover:after, .post-gallery .swiper-button-prev:hover:after {
    color: #fff;
    background: #e24c57;
}
.post .post__date .post-date__link:before {
    border-color: #e24c57 transparent transparent transparent;
}
.post .post__date .post-date__link:hover:before {
    border-color: #373b3e transparent transparent transparent;
}
.pagination .page-numbers, .woocommerce nav.woocommerce-pagination ul li .page-numbers {
    color: #373b3e;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    font-family: 'Roboto';
    letter-spacing: 0px;
}
.pagination .page-numbers .material-icons {
    font-size: 18px;
}
.bne-testimonial-slider.bne-flexslider .flex-control-nav li a {
    background: #373b3e;
}
.bne-testimonial-slider.bne-flexslider .flex-control-nav li a:hover, .bne-testimonial-slider.bne-flexslider .flex-control-nav li a.flex-active {
    background: #fff;
}
.bne-testimonial-slider.bne-flexslider .flex-control-nav li a {
    border: 3px solid #fff!important;
    background: transparent;
}
.pagination a.page-numbers:hover, .pagination a.page-numbers:focus, .pagination span.page-numbers.current, .woocommerce nav.woocommerce-pagination ul li .page-numbers:hover, .woocommerce nav.woocommerce-pagination ul li .page-numbers:focus, .woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
    color: #e24c57;
    background: none;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    color: #fff;
    background: #373b3e;
}
.pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover, .woocommerce nav.woocommerce-pagination ul li .page-numbers.next:hover, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev:hover {
    color: #fff;
    background: #e24c57;
}
#toTop {
    color: #fff;
    background: #e24c57;
}
#toTop:before {
    color: #e24c57;
}
#toTop span {
    color: #888;
}
#toTop:hover {
    background: #282828;
}
#toTop:hover span {
    color: #fff;
}
.page-preloader-wrapper .page-preloader {
    border-top-color: #e24c57;
}
.page-preloader-wrapper .page-preloader:before {
    border-top-color: #81bfd2;
}
.page-preloader-wrapper .page-preloader:after {
    border-top-color: #84cfb6;
}

    background-color: #20b9d5;
    color: #fff;
    font-size: 18px;
    font-family: Open Sans;
    text-shadow: 0px 1px 0px #06879f;
    padding-top: 12px;
    padding-right: 28px;
    padding-bottom: 13px;
    padding-left: 28px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 0px 0px #06879f;
    -moz-box-shadow: 0px 2px 0px 0px #06879f;
    box-shadow: 0px 2px 0px 0px #06879f;
}
.mpsl-layer.mpsl-btn-blue:hover {
}
.mpsl-layer.mpsl-btn-green {
    background-color: #58cf6e;
    color: #fff;
    font-size: 18px;
    font-family: Open Sans;
    text-shadow: 0px 1px 0px #17872d;
    padding-top: 12px;
    padding-right: 28px;
    padding-bottom: 13px;
    padding-left: 28px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 0px 0px #2ea044;
    -moz-box-shadow: 0px 2px 0px 0px #2ea044;
    box-shadow: 0px 2px 0px 0px #2ea044;
}
.mpsl-layer.mpsl-btn-green:hover {
}
.mpsl-layer.mpsl-btn-red {
    background-color: #e75d4a;
    color: #fff;
    font-size: 18px;
    font-family: Open Sans;
    text-shadow: 0px 1px 0px #c03826;
    padding-top: 12px;
    padding-right: 28px;
    padding-bottom: 13px;
    padding-left: 28px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    -webkit-box-shadow: 0px 2px 0px 0px #cd3f2b;
    -moz-box-shadow: 0px 2px 0px 0px #cd3f2b;
    box-shadow: 0px 2px 0px 0px #cd3f2b;
}
.mpsl-layer.mpsl-btn-red:hover {
}
.mpsl-layer.mpsl-txt-header-dark {
    color: #000;
    font-size: 48px;
    font-family: Open Sans;
    font-weight: 300;
    letter-spacing: -0.025em;
}
.mpsl-layer.mpsl-txt-header-dark:hover {
}
.mpsl-layer.mpsl-txt-header-white {
    color: #fff;
    font-size: 48px;
    font-family: Open Sans;
    font-weight: 300;
    letter-spacing: -0.025em;
}
.mpsl-layer.mpsl-txt-header-white:hover {
}
.mpsl-layer.mpsl-txt-sub-header-dark {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 26px;
    font-family: Open Sans;
    font-weight: 300;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
}
.mpsl-layer.mpsl-txt-sub-header-dark:hover {
}
.mpsl-layer.mpsl-txt-sub-header-white {
    background-color: rgba(255, 255, 255, 0.6);
    color: #000;
    font-size: 26px;
    font-family: Open Sans;
    font-weight: 300;
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
}
.mpsl-layer.mpsl-txt-sub-header-white:hover {
}
.mpsl-layer.mpsl-txt-dark {
    color: #000;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: normal;
    line-height: 30px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.45);
}
.mpsl-layer.mpsl-txt-dark:hover {
}
.mpsl-layer.mpsl-txt-white {
    color: #fff;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: normal;
    line-height: 30px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.45);
}
.mpsl-layer.mpsl-txt-white:hover {
}
.mpsl-layer.mpsl-private-preset-1 {
    color: rgb(204, 221, 236);
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 18px;
    text-transform: uppercase;
}
.mpsl-layer.mpsl-private-preset-1:hover {
}
.mpsl-layer.mpsl-private-preset-2 {
    color: rgb(255, 255, 255);
    font-size: 80px;
    font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: 3.2px;
    line-height: 60px;
    text-transform: uppercase;
}
.mpsl-layer.mpsl-private-preset-2:hover {
}
.mpsl-layer.mpsl-private-preset-3 {
    color: rgb(255, 255, 255);
    font-size: 80px;
    font-family: 'Roboto';
    font-weight: 600;
    letter-spacing: 3.2px;
    line-height: 60px;
    text-transform: uppercase;
}
.mpsl-layer.mpsl-private-preset-3:hover {
}
.mpsl-layer.mpsl-private-preset-4 {
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 36px;
}
.mpsl-layer.mpsl-private-preset-4:hover {
}
.mpsl-layer.mpsl-private-preset-6 {
    background-color: rgb(226, 76, 87);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0.56px;
    line-height: 20px;
    padding-top: 15px;
    padding-right: 19px;
    padding-bottom: 15px;
    padding-left: 19px;
    text-transform: uppercase;
}
.mpsl-layer.mpsl-private-preset-6:hover {
    background-color: rgb(255, 159, 18);
    color: rgb(255, 255, 255);
}
.mpsl-layer.mpsl-private-preset-8 {
    color: rgb(255, 255, 255);
    font-size: 80px;
    font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: 3.2px;
    line-height: 60px;
    text-transform: uppercase;
}
.mpsl-layer.mpsl-private-preset-8:hover {
}
.mpsl-layer.mpsl-private-preset-9 {
    color: rgb(255, 255, 255);
    font-size: 80px;
    font-family: 'Roboto';
    font-weight: 600;
    letter-spacing: 3.2px;
    line-height: 60px;
    text-transform: uppercase;
}
.mpsl-layer.mpsl-private-preset-9:hover {
}
.mpsl-layer.mpsl-private-preset-10 {
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 36px;
    padding:8% 0;
}
.mpsl-layer.mpsl-private-preset-10:hover {
}
.mpsl-layer.mpsl-private-preset-11 {
    background-color: rgb(255, 159, 18);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0.56px;
    line-height: 20px;
    padding-top: 15px;
    padding-right: 19px;
    padding-bottom: 15px;
    padding-left: 19px;
    text-transform: uppercase;
}
.mpsl-layer.mpsl-private-preset-11:hover {
    background-color: rgb(226, 76, 87);
    color: rgb(255, 255, 255);
}
.mpsl-layer.mpsl-private-preset-12 {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: 3.2px;
    line-height: 60px;
    text-transform: uppercase;
}
.mpsl-layer.mpsl-private-preset-12:hover {
}
.mpsl-layer.mpsl-private-preset-13 {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-family: 'Roboto';
    font-weight: 600;
    letter-spacing: 3.2px;
    line-height: 60px;
    text-transform: uppercase;
}
.mpsl-layer.mpsl-private-preset-13:hover {
}
.mpsl-layer.mpsl-private-preset-14 {
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 36px;
}
.mpsl-layer.mpsl-private-preset-14:hover {
}
.mpsl-layer.mpsl-private-preset-15 {
    background-color: rgb(132, 207, 182);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 700;
    letter-spacing: 0.56px;
    line-height: 20px;
    padding-top: 15px;
    padding-right: 19px;
    padding-bottom: 15px;
    padding-left: 19px;
    text-transform: uppercase;
}
.mpsl-layer.mpsl-private-preset-15:hover {
    background-color: rgb(255, 159, 18);
    color: rgb(255, 255, 255);
}


/*** стили кастомные*/

.slide-info {
    position: absolute;
    top: 20%;
    
}

.slide-info.left {
   
}



.owl-buttons .owl-prev, .owl-buttons .owl-next {
    top: 44%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border-radius: 0;
    transition: all .3s ease;
    opacity: 1;
    position:absolute;
        background: #fff none repeat scroll 0 0;
    color: #373b3e;
    font-size:0;
}
.owl-buttons .owl-prev:before, .owl-buttons .owl-next:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    background-color: transparent;
    position: relative;
    width: 1em;
    height: 1em;
    margin: 16px 15px;
    right: 0;
    top: 0;
    left: 4px;
    bottom: 0;
    font-size: 18px;
}

.owl-buttons .owl-next:before {
    content:'\f105'
}
.owl-buttons .owl-prev:before {
    content:'\f104'
}

.owl-buttons .owl-prev{left:0;}
.owl-buttons .owl-next{right:0;}

.owl-item .item > img {
    display: block;
}

.tm_about_store_widget_bg {
    background: rgba(0, 0, 0, 0) url("_img/3.jpg");
}

.bg1 {
    background-image:  url("/_img/01_Home_03.png");
}

.bg2 {
    background-image: url("/_img/01_Home_05.png");
}

.bg3 {
    background-image:  url("/_img/01_Home_07.png");
}
.eshop-item-small__price-original {
    display: inline;
}
.text-block {
    padding: 10px 33px 7px;
    text-aling: justify;
}

.articles-block .item {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 8px 21px 0 rgba(213, 213, 213, 0.49);
    margin: 20px;
    padding: 0 0 20px 0;
}

.articles-block .owl-buttons .owl-prev, .articles-block .owl-buttons .owl-next {
    top: 26%;
}
.articles_item-small-row__header {
    text-align: center;
}
.articles_item-small-row__header h5 {
    display: flex;
    flex-flow: column nowrap;
    font-size: 18px;
    height: 100px;
    justify-content: center;
    line-height: 1.2em;
    margin: 0 35px;
    overflow: hidden;
    padding: 0;
}
.articles_item-small-row__announce {
    height: 111px;
    line-height: 1.375;
    margin: 0 20px;
    overflow: hidden;
    text-align: center;
}
.article-about {
    color: #e24c57;
    font-family: "Open sans";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.48px;
    line-height: 1.5em;
    text-transform: uppercase;
}

.cat-name{
        font-family: Work Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.27;
    text-align: inherit;
    color:#fff;
}

.cat-name:before{
  content:  '';
  position:  absolute;
  bottom:  -100px;
  right:  -100px;
  left:  -100px; 
  height:  194px;
  z-index:  -1;
  -webkit-transform:  rotate(-15deg);
  transform:  rotate(-15deg);
  transition:  all .3s ease;
    background:rgba(129, 191, 210, 0.81) none repeat scroll 0 0;
}

.cat-img {
    display: block;
    min-height: 549px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.categ-block .item {
    padding: 0 20px;
}


.cat-name  {  
  position:  absolute;
  z-index:  2;
  bottom:  0;
  width:  100%;
  margin:  0;
  display:  -webkit-box;
  display:  -webkit-flex;
  display:  -moz-flex;
  display:  -ms-flexbox;
  display:  flex;
  -webkit-box-direction:  normal;
    
  -webkit-box-orient:  vertical;
    
  -webkit-flex-direction:  column;
    
  -moz-flex-direction:  column;
    
  -ms-flex-direction:  column;
    
  flex-direction:  column;
    
  -webkit-box-pack:  center;
    
  -ms-flex-pack:  center;
    
  -webkit-justify-content:  center;
    
  -moz-justify-content:  center;
    
  justify-content:  center;
    
  -webkit-box-align:  center;
    
  -ms-flex-align:  center;
    
  -webkit-align-items:  center;
    
  -moz-align-items:  center;
    
  align-items:  center;
    
  height:  81px;
    
  transition:  0.5s ease all;
    
  text-transform:  uppercase;
    
  text-align:  center;
    
}

.categ-block .item > a {
    display: block;
    overflow: hidden;
    position: relative;
}
.categ-block {
    margin-bottom: 45px;
}
div.products div.product-category.product > a h3 mark.count{color:#fff;}
.eshop-cat-small__img {
    min-height: 424px;
}
.form.form_type_filter {
    display: none;
}
.sorter {
    display: block;
    padding: 10px 0 20px;
    text-align: right;
}
.eshop-item-small__header > h3 {
    padding: 0;
}
#cart_items .item_small_picture {
    max-width: 150px;
}

#cart_items .eshop-item-small__title {
    color: #e24c57;
    font-size: 16px;
    text-decoration: none;
    text-transform: none;
}

.cart-price, .cart-price span {
    color: #e24c57;
    font-size: 20px !important;
    font-weight: 500;
}

#cart_items tr {
    border-bottom: 1px solid #eee;
}
#cart_items td {
    padding-bottom: 20px;
    padding-top: 20px;
}
.cart-small_type_one-click .buttons {
    display: none;
}
#lay_body {
    padding-bottom: 50px;
}
.eshop-item-detailed__description {
    clear: both;
    margin-top: 40px;
    overflow: hidden;
}

.slider-pad__arrow-left .fa {
    font-size:46px;
    vertical-align:top;
}
.slider-pad__arrow-right .fa {
        font-size:46px;
    vertical-align:top;
}
.single_add_to_cart_button .fa {
    font-size: 24px;
    margin: 0 10px 0 0;
    vertical-align: bottom;
}

.plus {
    color: #fff;
    cursor: pointer;
    display: inline;
    font-size: 18px;
    height: 40px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 25px;
    z-index:999;
}
.mine {
    color: #fff;
    cursor: pointer;
    display: inline;
    font-size: 18px;
    height: 40px;
    padding-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 25px;
    z-index:999;
}
.spec_eshop_tree_links-mob .level_1 a {
    font-size: 14px;
}
.spec_eshop_tree_links-mob .level_2 {
    padding-left: 10px;
}
.spec_eshop_tree_links-mob .level_3 {
    padding-left: 12px;
}

.spec_eshop_tree_links-mob {
    display: none;
}
#cartPopupWindow .cart-in {
    display: none;
}
.eshop-order__shippings .eshop-ordering__radio {
    display: none;
}
.eshop-order__shippings input:checked + label {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid red;
}
.eshop-order__shippings label:hover {
    background: #fafafa none repeat scroll 0 0;
}
.eshop-order__shippings label {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 1px 6px #ccc;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0 0 10px;
    padding: 10px;
}
.eshop-order__shippings small {
    display: none;
}
.paymentmethod > div {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 1px 6px #ccc;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px;
}
.paymentmethod > div:hover {
    background: #fafafa none repeat scroll 0 0;
}
.paymentmethod > div.active {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid red;
}
.paymentmethod > div span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0 0;
}
select#naturalPaymentMethods {
    display: none;
    padding: 0 4px;
}
.site-footer{margin-top:40px;}
@media (max-width: 1200px)  {
    .cat-img {
    display: block;
    min-height: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
    .eshop-cat-small__img {
    min-height: auto;
}
}
@media (max-width: 1000px)  {
    .spec-img{
    display:none;}
    .single_add_to_cart_button.button.alt.btn {
    padding: 1em;
}
}

@media (max-width: 768px)  {
    .spec-img{
    display:none;}
    .mpsl-layer.mpsl-private-preset-8 {
    color: rgb(255, 255, 255);
    font-family: "Roboto";
    font-size: 45px;
    font-weight: 300;
    letter-spacing: 3.2px;
    line-height: 40px;
    text-transform: uppercase;
}
    .mpsl-layer.mpsl-private-preset-10 {
    color: rgb(255, 255, 255);
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    padding: 6% 0;
}
    .slide-info {
    position: absolute;
    top: 16px;
}
    span.form__field, span.form__field-sublist {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
    .form__field-caption {
    color: #373b3e;
    font-size: 18px;
    font-weight: 700;
    margin: 3px 0;
    padding: 0;
}
    .form__fieldset {
    margin-top: 0;
    min-width: 140px;
    position: relative;
}
    span.form__field, span.form__field-sublist {
    
    padding: 0;
    vertical-align: top;
}
    .top-panel {
    position: fixed;
    width: 100%;
    z-index: 999;
}
    .top-panel__wrap .search_switcher_block {
    position: fixed;
    right: 70px;
}
    .spec_eshop_tree_links-mob {
    display: block;
}
}

@media (max-width: 500px)  {
    .spec-img{
    display:none;}
    .mpsl-layer.mpsl-private-preset-8 {
    color: rgb(255, 255, 255);
    font-family: "Roboto";
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3.2px;
    line-height: 20px;
    text-transform: uppercase;
}
    .mpsl-layer.mpsl-private-preset-10 {
    color: rgb(255, 255, 255);
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
    padding: 3% 0;
}
    .slide-info {
    position: absolute;
    top: 0px;
}
    span.form__field, span.form__field-sublist {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
}

.woo-social-buttons {
    border-bottom: 1px dotted #d5d5d9;
    border-top: 1px dotted #d5d5d9;
    margin: 30px 0;
    padding: 20px 0;
}

#cartPopupWindow .cart-small__cont-btn {
    margin-left: 10px;
}
body .owl-carousel {
    display: block;
    overflow: hidden;
}
.product .eshop-item-small__img {
    max-height: 186px;
    width: auto;
}
body > table {
    display: none!important;
}
.site-logo__link {
    color: #fff !important;
    font-family: open sans;
    font-size: 30px;
    font-weight: 800;
    margin: 0 30px 0 0;
    text-transform: uppercase;
}
.eshop-item-list_type_catalog .product .eshop-item-small__img {
    height: auto;
    max-height: 300px;
    max-width: 100%;
    width: auto;
}
.eshop-item-list_type_catalog .eshop-item-small__content {
    margin-bottom: 40px;
}
fieldset input {
    display: none;
}
#ami-eshop-properties__wrapper label {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding-left: 4px;
    position: relative;
    top: -1px;
}
input:checked + .eshop-item-properties__label {
    background: #ccc none repeat scroll 0 0;
}
.eshop-item-properties__label {
    border: 1px solid;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 10px 0 0!important;
    min-width: 50px;
    padding: 5px 10px!important;
    text-align: center!important;
    white-space: nowrap;
}
.eshop-item-properties__label + br {
    display: none;
}
.chosen-properties > * {
    display: inline;
    margin: 0 5px 0 0;
}
.eshop-item-detailed__price-box > * {
    display: inline;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
@media (max-width: 768px){
    body .breadcrumbs {
        border-bottom: 1px dotted #d5d5d9;
        margin: 0;
    }
}
.spec-img img {
    height: auto !important;
    width: auto !important;
}

footer .product-categories li::before {
    display: none;
}
ul li::before, ol li::before {
    color: #e24c57;
}
*, *::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: border-box;
}
footer.site-footer .footer-area .widget.widget_categories > ul > li + li, footer.site-footer .footer-area .widget.widget_archive > ul > li + li, footer.site-footer .footer-area .widget.yith-woocompare-widget > ul > li + li, footer.site-footer .footer-area .widget.widget_product_categories > ul > li + li, footer.site-footer .footer-area .widget.widget_meta > ul > li + li, footer.site-footer .footer-area .widget.widget_pages > ul > li + li, footer.site-footer .footer-area .widget.widget_nav_menu > ul > li + li {
    border-top: 1px dotted #b1b9c1;
}
.sidebar-primary .widget.widget_categories > ul > li + li, .sidebar-primary .widget.widget_archive > ul > li + li, .sidebar-primary .widget.yith-woocompare-widget > ul > li + li, .sidebar-primary .widget.widget_product_categories > ul > li + li, .sidebar-primary .widget.widget_meta > ul > li + li, .sidebar-primary .widget.widget_pages > ul > li + li, .sidebar-secondary .widget.widget_categories > ul > li + li, .sidebar-secondary .widget.widget_archive > ul > li + li, .sidebar-secondary .widget.yith-woocompare-widget > ul > li + li, .sidebar-secondary .widget.widget_product_categories > ul > li + li, .sidebar-secondary .widget.widget_meta > ul > li + li, .sidebar-secondary .widget.widget_pages > ul > li + li, .footer-area .widget.widget_categories > ul > li + li, .footer-area .widget.widget_archive > ul > li + li, .footer-area .widget.yith-woocompare-widget > ul > li + li, .footer-area .widget.widget_product_categories > ul > li + li, .footer-area .widget.widget_meta > ul > li + li, .footer-area .widget.widget_pages > ul > li + li {
    border-top: medium none;
    margin-top: 0;
    padding-top: 3px;
}
.invert .widget ul li, .invert .widget ul li a {
    color: #fff;
}
footer .product-categories li + li {
    border-top: 1px dotted #b1b9c1;
    padding-top: 6px;
}
.widget ul li {
    color: #e24c57;
}
footer .product-categories li {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 0;
}
.widget > ul > li {
    font-size: 14px;
    list-style: outside none none;
    margin: 0;
    position: relative;
}
.cat-item {
    margin: 0;
    padding: 0;
}
.site-logo__link > img {
    height: 31px;
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
}

.no_before{
    text-align: left!important;
}

.no_before:before{
    background:none!important;
}

.no_marg p{
    margin:0px!important;
}

.five_in_row div{
    display:inline-block;
    width:19%;
}

.five_in_row img{
    width:100%;
    height:auto;
}

.five_in_row p{
    text-align:center;
}

.slider p{
    text-align:justify;
.heading33 {
        font-size: 30px;
        color: #373b3e;
        font-family: 'Roboto';
        text-transform: uppercase;
        text-align: center;
}
    .wrapperslider div {
 padding: 40px;
}
    .wrapperslider .bx-viewport {
 height: 320px !important;
}
    
/*
 * FILE END: _mod_files/_css/ami_custom.css
 */

/*
 * FILE START: _mod_files/_css/home.css
 */

/* MAKET SPECIFIC STYLES */

/*
 * FILE END: _mod_files/_css/home.css
 */
