
.recent-post-box {
    position: relative
}

.recent-post-box>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (min-width:1770px) {
    .recent-post-box>div:last-child {
        padding-left: 60px !important
    }
}

.recent-post-box .figure {
    display: block;
    margin-bottom: 34px;
    background: #1fc0a0;
    overflow: hidden;
    position: relative
}

@media (max-width:767px) {
    .recent-post-box .figure {
        margin-bottom: 15px
    }
}

.recent-post-box .figure .figcaption {
    display: block;
    position: absolute;
    background-color: #1fc0a0;
    width: 73px;
    height: 73px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 24px;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    font-size: 16px
}

.recent-post-box .figure .figcaption b {
    font-weight: 500;
    display: block;
    text-align: center;
    font-size: 30px
}

.recent-post-box .figure .figcaption span {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.recent-post-box .figure .figcaption em {
    font-family: Georgia, sans-serif;
    display: inline-block
}

.recent-post-box .figure .figcaption.label-top-left {
    top: 21px;
    left: 21px
}

.recent-post-box .figure .figcaption.label-top-right {
    top: 21px;
    right: 21px
}

.recent-post-box .figure .figcaption.label-bottom-left {
    bottom: 21px;
    left: 21px
}

.recent-post-box .figure .figcaption.label-bottom-right {
    bottom: 21px;
    right: 21px
}

.recent-post-box .figure:hover img {
    opacity: .9;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    backface-visibility: hidden
}

.recent-post-box img {
    width: 100%;
    height: auto;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
    backface-visibility: hidden
}

.recent-post-box h4 {
    color: #1fc0a0;
    font-family: Ubuntu, sans-serif;
    font-weight: 500;
    font-size: 1.375em;
    line-height: 1.182em;
    text-transform: uppercase
}

.recent-post-box h4 a {
    color: #1fc0a0;
    text-decoration: none;
    -webkit-transition: all .3s 0s ease;
    -moz-transition: all .3s 0s ease;
    -ms-transition: all .3s 0s ease;
    -o-transition: all .3s 0s ease;
    transition: all .3s 0s ease
}

.recent-post-box h4 a:hover {
    color: #333
}

@media (max-width:767px) {
    .recent-post-box h4 {
        font-size: 1em
    }
}

.recent-post-box .author {
    font-style: italic;
    color: #333;
    font-size: 1.125em;
    line-height: 1em;
    padding-bottom: 19px;
    font-family: Georgia, sans-serif
}

.recent-post-box .author a {
    color: #333
}

.recent-post-box .author a:hover {
    color: #1fc0a0
}

@media (max-width:767px) {
    .recent-post-box .author {
        padding-bottom: 10px
    }
}

.recent-post-box p {
    font-weight: 300;
    font-size: 1em;
    line-height: 1.6875em;
    padding-right: 30px;
    margin-bottom: 11px
}

@media (max-width:767px) {
    .recent-post-box p {
        padding-right: 0;
        margin-bottom: 0
    }
}

.recent-post-box .link-commet {
    color: #1fc0a0;
    font-size: 1em;
    text-decoration: none;
    -webkit-transition: all .3s 0s ease;
    -moz-transition: all .3s 0s ease;
    -ms-transition: all .3s 0s ease;
    -o-transition: all .3s 0s ease;
    transition: all .3s 0s ease
}

.recent-post-box .link-commet .icon {
    font-size: 1.5em;
    position: relative;
    top: 3px;
    margin-right: 16px
}

.recent-post-box .link-commet:hover {
    text-decoration: none;
    color: #333
}

@media (min-width:1770px) {
    .blog-wide .recent-post-box>div:last-child {
        padding-left: 0 !important
    }
}

aside .recent-post-box,
.sidebar .recent-post-box {
    overflow: hidden
}

@media (min-width:1770px) {
    aside .recent-post-box>div:last-child,
    .sidebar .recent-post-box>div:last-child {
        padding-left: 0 !important
    }
}

@media (min-width:1770px) {
    #centerColumn .recent-post-box {
        display: table
    }
    #centerColumn .recent-post-box>div {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        float: none
    }
    #centerColumn .recent-post-box__text {
        height: 100%;
        margin-top: -17px
    }
}

.recent-post-box .figcaption:before {
    content: '';
    background: #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    float: left;
    border-radius: 50%;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.recent-post-box:hover .figcaption {
    background-color: #fff
}

.recent-post-box:hover .figcaption:before {
    width: 73px;
    height: 73px;
    top: 0;
    left: 0;
    opacity: 1
}

.recent-post-box:hover .figcaption span {
    color: #1fc0a0
}

.recent-post-box.recent-post-col {
    overflow: hidden
}

.recent-post-box.recent-post-col>div {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.recent-post-box.recent-post-col .figure .figcaption.label-top-left {
    top: 10px;
    left: 10px
}

.recent-post-box.recent-post-col .figure .figcaption.label-top-right {
    top: 10px;
    right: 10px
}

.recent-post-box.recent-post-col .figure .figcaption.label-bottom-left {
    bottom: 10px;
    left: 10px
}

.recent-post-box.recent-post-col .figure .figcaption.label-bottom-right {
    bottom: 10px;
    right: 10px
}

@media (max-width:500px) {
    .recent-post-box.recent-post-col>div {
        width: 100% !important
    }
}
/*
.product_holder__inside__info__link li a:hover,
.product_holder__inside__info__link li:hover,
.product_holder__inside__info__link li:hover span.text,
.product-link li a:hover,
.product-link li:hover,
.product-link li:hover span.text,
.reviews-actions a:hover,
.product-listing.row-view > div .product_holder__inside__review > a:hover,
.products-list > ol > li .product_holder__inside__review > a:hover,
#productPrevNext .product-prev:hover:before,
#productPrevNext .product-next:hover:before,
.product-info__price .price,
.product-info-main__price .price,
.product-info .price-box .price,
.product-info-main .price-box .price,
.product-info .product-reviews-summary .reviews-actions a:hover,
.product-info-main .product-reviews-summary .reviews-actions a:hover,
.product-info .stock.available span,
.product-info-main .stock.available span,
.product-info-main .product-addto-links a:hover,
.product-options-bottom .product-addto-links a:hover,
.block-bundle-summary .product-addto-links a:hover,
.product-info-main .product-social-links .action.mailto:hover,
.product-options-bottom .product-social-links .action.mailto:hover,
.block-bundle-summary .product-social-links .action.mailto:hover,
.video-link,
.delivery-banner__text h3,
.bundle-options-container .block-bundle-summary .bundle-info .price-box .price,
.related .select_all_link,
.slick-arrow-bottom .slick-prev:hover:before,
.slick-arrow-bottom .slick-next:hover:before,
.nav-dot .slick-dots li.slick-active button:before,
.banner-slider-button .slick-prev:hover:before,
.banner-slider-button .slick-next:hover:before,
.banner-slider-button .slick-prev:hover:before,
.banner-slider-button .slick-next:hover:before,
.slider-blog .box-foto:after,
.slider-blog-layout1 .slider-blog__item .box-foto:before,
.slider-blog-layout2 .slider-blog__item .box-foto:before,
.slider-blog-layout1 .slider-blog__item .box-data:before,
.slider-blog-layout2 .slider-blog__item .box-data:before,
.slider-blog-layout1 .slider-blog__item h6,
.slider-blog-layout2 .slider-blog__item h6,
.recent-post-box h4,
.recent-post-box h4 a,
.recent-post-box .author a:hover,
.recent-post-box .link-commet,
.recent-post-box:hover .figcaption span,
.fill-bg .slick-prev:hover:before,
.fill-bg .slick-next:hover:before,
.dropdown-link .icon,
.dropdown .dropdown-menu > li > a .icon,
.dropdown .dropdown-menu > li > strong .icon,
.dropdown > a:hover .icon,
.dropdown .dropdown-menu--xs-full a:not(.btn) .icon,
header .mainMenu .navbar-nav > li.simple_menu_item ul li a .icon,
header .mainMenu .navbar-nav > li.simple_menu_item ul li a:not(:only-child):after,
header .navigation-menu > ul > li ul li a .icon,
header .navigation-menu > ul > li ul li a:not(:only-child):after,
.megamenu > li li > a:not(:only-child):after,
.megamenu__submenu li a .icon,
.megamenu .megamenu__submenu--marked li > a:before,
.megamenu__subtitle:hover span:first-child,
.image-link:hover .figcaption,
.image-links-prototypes .image-link:hover .figcaption,
.image-links-listing .image-link:hover .figcaption,
.category-menu-close a:hover,
.navigation-menu ul.category-menu-list li strong:before,
.navigation-menu ul.category-menu-list li.active > a,
.responsive-menu > ul li a:hover,
.responsive-menu > ul li.dl-back a,
.responsive-menu > ul li.dl-close a,
.responsive-menu li > a:not(:only-child):after,
.navbar.navbar-vertical .mainMenu .navbar-nav > li > a:after,
.navbar.navbar-vertical .mainMenu .navbar-nav > li > a .icon,
.navbar.navbar-vertical .mainMenu .navbar-nav > li > a:hover,
.navbar.navbar-vertical .mainMenu .navbar-nav > li.simple_menu_item ul li a .icon,
.navbar.navbar-vertical .mainMenu .navbar-nav > li.simple_menu_item ul li a:not(:only-child):after,
.megamenu > li:hover .megamenu__subtitle span,
.canvas-menu #cboxClose:hover:before,
#off-canvas-menu ul li .name.open a,
.search a:hover .icon,
.search-dropdown .input-outer button:hover,
.search-dropdown .search__close .icon:hover,
.minicart-wrapper .dropdown-menu .cart__close:hover,
.minicart-wrapper .dropdown-menu .cart__total .price-container span.price,
.minicart-wrapper .dropdown-menu .cart__item__info__details a,
.minicart-wrapper .dropdown-menu.slide-from-top .cart__item__info__title h2 a,
.minicart-wrapper .dropdown-menu.slide-from-top .cart__item__edit .icon,
.minicart-wrapper .dropdown-menu.slide-from-top .cart__item__delete .icon,
.banner .figcaption .text.color,
.box-baners .banner .figcaption .icon.color,
.box-baners .banner .figcaption span.color,
.box-baners .banner .figcaption span.color span,
.box-baners .banner .figcaption em.color,
.box-baners .banner .figcaption em.color span,
.box-baners .banner .figcaption .text-custom,
.box-baners .banner .figcaption .link-btn-20:hover,
.box-baners .banner .figcaption .link-btn-20:hover span,
.banner-icon__text h3,
.banner-one-product .product-content .title a:hover,
.banner-one-product .product-content .price,
.input-counter span:hover,
.tp-caption1--wd-2,
.tp-caption3--wd-2,
.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover,
.slider-layout-3 .tp-caption2--wd-2,
.tp-caption--product-1 .title,
.tp-caption--product-1 .title a,
.tp-caption--product-1 .title a:focus,
.tp-caption--product-1 .btn--ys:hover,
.promos h2,
.promos h2 a,
.breadcrumbs_block .breadcrumb_list.breadcrumb--ys > li.home a,
.collapse-block__title:after,
.sidebar .block .product-items .product-item .product-item-info .product-item-details .product-item-name a:hover,
#layered-filter-block .filter-options .filter-options-item .filter-options-title:after,
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li:after,
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li a:hover,
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li.active > a,
#layered-filter-block .filter-current .items .item .filter-value,
#layered-filter-block .filter-current .items .item .remove:hover,
.block-compare .product-items-names .product-item .product-item-name .product-item-link:hover,
.block-compare .product-items-names .product-item .action.delete:hover,
.expander-list > li a:hover,
.expander-list li.active > a,
.expander-list li.open > a,
.expander-list .expander:before,
.filter-list li span,
.filter-list li a.icon:hover,
.price-input input[type=text],
body.catalog-product-compare-index .action.print.btn--ys.btn--sm .icon,
.table-wrapper.comparison .actions-secondary a:hover,
.addtocart_compare,
.compare__item__delete a,
.compare__item__title h2 a:hover,
#compareSlide .compareSlide__close:hover,
#compareSlide .compareSlide__bot .clear-all,
#compareSlide .compareSlide__bot .clear-all:hover,
#compareSlide .compared-product__delete,
#compareSlide .compared-product__name,
.vertical-carousel__item .price-box .price,
.vertical-carousel__item__title h2 a:hover,
.subcategory-item a:hover .subcategory-item__title,
.subcategory-item__title a:hover,
.sorter-action,
.modes-mode:not(.active):hover,
.modes-mode.active,
.filters-row__view:hover,
.filters-row__view.active,
.filters-row__select .icon,
.catalog-category-view #leftColumn .slide-column-close,
.catalog-category-view #rightColumn .slide-column-close,
.without-left-col#leftColumn .slide-column-close,
.widget.block-recent-posts .block-content a:hover,
.widget.block-archive .block-content a:hover,
.widget.block-categories .block-content a:hover,
.post .post-text-hld ul li:after,
.post .post-text-hld ul li a:hover,
.post .post-text-hld ul li.active > a,
.post .post-text-hld ol li:before,
.post__meta a,
.post__meta .icon,
.post__meta .autor a:hover,
.gallery-content .title a:hover,
.checkout-cart-index .cart-empty a:hover,
.shopping-cart-table .cart-price .price,
.shopping-cart-table__input input,
.shopping-cart-table a,
.shopping-cart-table__product-name a,
.cart-summary .totals-block-wrapper .data.table.totals td,
.cart-summary .totals-block-wrapper .checkout-methods-items li a,
.table-total td,
.opc-wrapper .checkout-payment-method .payment-option-title .action-toggle:hover,
.opc-sidebar .opc-block-summary .items-in-cart > .title:after,
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .subtotal,
.opc-sidebar .opc-block-summary .items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items .product-item .product-item-details .subtotal .price,
.opc-sidebar .opc-block-summary .table-totals .amount,
.opc-sidebar .opc-block-shipping-information .shipping-information-title .action-edit:hover:before,
.opc-estimated-wrapper .estimated-block .estimated-price,
.cart-empty .btn_continue_shopping a:hover,
.block-underline-top .link-functional,
.order-review-table__product-price,
.order-review-table__input input,
.order-review-table a,
.order-review-table__product-name a,
.table-total-checkout td,
.table-wishlist__product-name,
.table-wishlist__product-price,
.table-wishlist__delete,
.table-wishlist-1__product-price,
.table-wishlist-1__product-name,
.table-wishlist-1__product-name a,
.table-wishlist-1 a.color-green,
.block.block-dashboard-orders .block-title strong,
.block.block-dashboard-info .block-title strong,
.block.block-dashboard-addresses .block-title strong,
.block-addresses-default .block-title strong,
.block-addresses-list .block-title strong,
.block-reviews-dashboard .block-title strong,
.block-reviews-dashboard .items .item:after,
.block-reviews-dashboard .items .item .product-name a:hover,
.account .block-collapsible-nav .item:after,
.account .block-collapsible-nav .item a:hover,
.account .block-collapsible-nav .item.current a,
.account .block-collapsible-nav .item.current strong,
.nav-select-item li a .icon-clothes,
.lookbook .hint-title,
.lookbook-layout1 .hint-title,
.lookbook-layout2 .hint-title,
.lookbook-layout2 .hint .icon,
.message.success,
.countdown-transparent .countdown-section,
.slogan,
.multitooltip.active .toggle,
.product.options.active .toggle,
.btn--ys:hover,
.action.primary:hover,
button.action:hover,
.btn--ys.btn--light i,
.action.primary.btn--light i,
button.action.btn--light i,
.btn--ys.btn--invert,
.action.primary.btn--invert,
button.action.btn--invert,
.btn--border:hover,
.select-basket__table tfoot td,
.checkbox-group label .check:before,
.input-group-addon,
.pagination li a .icon,
.pages .items .item a .icon,
.pages .items .item strong .icon,
.pages .items .item.pages-item-next a,
.pages .items .item.pages-item-previous a,
.product.data.items > .item.title:hover > a.switch,
.product.attibute.description ul li:after,
.product.attibute.description h1,
.product.attibute.description h2,
.product.attibute.description h3,
.product.attibute.description h4,
.product.attibute.description h5,
.product.attibute.description h6,
.product.info.detailed .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td::before,
.product.info.detailed .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th::before,
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.review-list .block-title,
.review-add .block-title,
.review-add .fieldset .legend span,
.nav-tabs li a:hover,
.white-modal .modal-header .close,
.comments .media-body .media-title,
.panel .panel-heading .panel-title:after,
.link-functional .icon,
.link-functional .fa,
.link-functional:hover,
.promo-design2 .btn.btn-underline,
a.promo-design2:hover .block-title,
.promo-design2:not(a) .block-title:hover,
.promo-design3:hover .block-title,
.promo-design3:hover .block,
.promo-design3 .color-base,
.TonyM__featured_ttl h2 a,
.TonyM__featured_ttl h2 a:visited,
.TonyM__featured_ttl h2 a:active,
.TonyM__featured_ttl h2 a:link
{ color:#EF5F96; }

.title-decimal:before,
.bull-line,
.modal-popup .modal-footer button:hover,
.modal-popup .modal-footer button:active,
.modal-popup .modal-footer button.focus,
.modal-popup .modal-footer button:focus,
.modal-popup .modal-footer button:visited,
.delivery-banner__icon,
.slickArrowHover,
.slick-prev:hover,
.slick-next:hover,
.carousel-products__button span:hover,
.carousel-products__button span:focus,
.recent-post-box .figure,
.banner-icon:hover .banner-icon__icon,
.link-img-hover:hover,
.link-img-hover1:hover,
.vertical-carousel .slick-prev:hover,
.vertical-carousel .slick-next:hover,
.filter-nav div:hover,
.filter-nav div.current,
.gallery-content .zomm-gallery:hover,
.gallery-content .link-gallery:hover,
.opc-wrapper .shipping-address-item.selected-item:after,
.opc-progress-bar li._active:after,
.bigGallery .slick-prev:hover,
.bigGallery .slick-next:hover,
.lookbook .hint,
.lookbook-layout2 .hint:before,
.page-title-wrapper h1:after,
.page-title-wrapper h2:after,
.title-under:after,
.btn--ys:hover,
.action.primary:hover,
button.action:hover,
.btn--ys:active,
.action.primary:active,
button.action:active,
.btn--ys.focus,
.action.primary.focus,
button.action.focus,
.btn--ys:focus,
.action.primary:focus,
button.action:focus,
.btn--ys:visited,
.action.primary:visited,
button.action:visited,
.btn--border:hover,
.btn--border:active,
.btn--border.focus,
.btn--border:focus,
.button--tamaya::before,
.button--tamaya::after,
.product.data.items > .item.title > a.switch:before,
.promo-design2 .btn.btn-underline:after,
.promo-design2 .img,
#layered-filter-block .filter-options .filter-options-item .filter-options-content .items li .ui-slider-handle,
.spinner_layered > div
{ background:#EF5F96; }

.hor-line,
.bg-custom,
.list-icon span,
.fill-bg-custom,
.media-box-link,
.modal-popup .modal-footer button,
.carousel-products__button .slick-arrow:hover,
.recent-post-box .figure .figcaption,
.navbar-color-white .badge--color,
.banner .figure,
.banner-layout-1 .figure,
.link-button,
.instafeed a,
.instafeed a:after,
.back-to-top,
.post__title_block time,
.gallery-isotope .gallery__item a:before,
.opc-progress-bar li._active:before,
.cart-empty .btn_continue_shopping a,
.title-aside-wrapper,
.badge--color,
.btn--ys,
.action.primary,
button.action,
.btn--ys.btn--light:hover,
.action.primary.btn--light:hover,
button.action.btn--light:hover,
.btn--ys.btn--invert:hover,
.action.primary.btn--invert:hover,
button.action.btn--invert:hover,
.btn-img.active,
.btn-img:hover,
.select-basket .dropdown-toggle,
.radio input:focus + .outer .inner,
.radio .inner,
.tag:hover,
.tags-list li a:hover,
.panel .panel-heading.active .panel-heading__number
{ background-color:#EF5F96; }
*/

@media (min-width:1770px) {
    #centerColumn .recent-post-box {
        display: table
    }
    #centerColumn .recent-post-box>div {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        float: none
    }
    #centerColumn .recent-post-box__text {
        height: 100%;
        margin-top: -17px
    }
}

@media (min-width:992px) {

    .page-layout-2columns-left #centerColumn {
        float: right
    }
}

.catalog-category-view #centerColumn #layered-filter-block {
    position: fixed;
    display: block;
    margin: 0;
    padding: 0 20px;
    background: #fff;
    list-style: none;
    z-index: 1000003;
    top: 0;
    left: -150%;
    height: 100%;
    width: 270px;
    text-align: left;
    overflow: auto;
    -webkit-transition: left .3s linear 0s;
    -moz-transition: left .3s linear 0s;
    -ms-transition: left .3s linear 0s;
    -o-transition: left .3s linear 0s;
    transition: left .3s linear 0s
}

.catalog-category-view #centerColumn #layered-filter-block.column-open {
    left: 0;
    -webkit-transition: left .3s linear 0s;
    -moz-transition: left .3s linear 0s;
    -ms-transition: left .3s linear 0s;
    -o-transition: left .3s linear 0s;
    transition: left .3s linear 0s
}

.catalog-category-view #centerColumn #layered-filter-block .block.filter {
    padding: 0 20px
}

.catalog-category-view #centerColumn .collapse-block {
    padding: 0 20px
}

.catalog-category-view #centerColumn .slide-column-close {
    display: block !important;
    opacity: 1 !important;
    border-bottom: 1px solid #e5e5e5;
    font-size: .8125em !important;
    line-height: 1em !important;
    font-weight: 600 !important;
    color: #1fc0a0;
    padding: 15px 18px !important;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity .6s linear 0s;
    -moz-transition: opacity .6s linear 0s;
    -ms-transition: opacity .6s linear 0s;
    -o-transition: opacity .6s linear 0s;
    transition: opacity .6s linear 0s
}

.catalog-category-view #centerColumn .slide-column-close .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.7692em;
    color: #333
}

.catalog-category-view #centerColumn .filters-block {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5
}

.catalog-category-view #centerColumn .filters-row__select {
    display: block;
    padding: 5px 0 0
}

.catalog-category-view #centerColumn .filters-row__select label {
    min-width: 65px;
    margin: 0
}

.catalog-category-view #centerColumn .filters-row__select .select-wrapper .select--ys {
    min-width: 118px
}

.page-layout-1column.catalog-category-view #centerColumn .slide-column-open {
    display: block !important;
    opacity: 1 !important
}
/* page-title-wrapper */
.page-title-wrapper .order-date {
    margin-top: 0 !important
}

.account .page-title-wrapper .page-title,
[class^=sales-guest-] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
    margin-right: 0
}

.account .page-title-wrapper .page-title {
    display: block
}

.page-layout-1column .page-title-wrapper h1,
.checkout-index-index .page-title-wrapper h1,
.page-layout-1column .page-title-wrapper h2,
.checkout-index-index .page-title-wrapper h2 {
    margin-top: 60px
}
.page-title-wrapper h1:after,
.page-title-wrapper h2:after {
    content: "";
    position: absolute;
    display: block;
    height: 5px;
    width: 68px;
    background: #1fc0a0;
    bottom: -1em;
    left: 50%;
    margin-left: -34px
}
.page-title-wrapper h1,
.page-title-wrapper h2 {
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    margin-top: 0;
    margin-bottom: 2.667em
}
.page-title-wrapper {
    width: 100%;
    overflow: hidden;
    text-align: center
}

.product-info__title h1:after,
.product-info-main__title h1:after,
.product-info .page-title-wrapper h1:after,
.product-info-main .page-title-wrapper h1:after,
.product-info__title h2:after,
.product-info-main__title h2:after,
.product-info .page-title-wrapper h2:after,
.product-info-main .page-title-wrapper h2:after {
    display: none
}

.product-info__title h1,
.product-info-main__title h1,
.product-info .page-title-wrapper h1,
.product-info-main .page-title-wrapper h1,
.product-info__title h2,
.product-info-main__title h2,
.product-info .page-title-wrapper h2,
.product-info-main .page-title-wrapper h2 {
    font-size: 30px;
    padding: 0;
    margin: 0 0 13px !important;
    text-transform: uppercase;
    font-weight: 500
}

.product-info__title,
.product-info-main__title,
.product-info .page-title-wrapper,
.product-info-main .page-title-wrapper {
    margin: 8px 0 20px;
    overflow: inherit;
    text-align: left
}
.customer-account-index .page-title-wrapper {
    position: relative
}
.page-main>.page-title-wrapper .page-title+.action {
    margin-top: 30px
}
.account .page-title-wrapper .page-title {
    display: inline-block
}
.account .page-title-wrapper .page-title,
[class^=sales-guest-] .page-title-wrapper .page-title,
.sales-guest-view .page-title-wrapper .page-title {
    margin-right: 25px
}
.page-title-wrapper .order-date {
    margin: 0 0 20px
}
.magento-rma-returns-returns .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-title-wrapper .page-title,
.magento-rma-returns-view .page-title-wrapper .page-title {
    margin-right: 25px
}
.checkout-payment-method .field-select-billing>.label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard>.legend,
.opc-wrapper .form-giftcard-account .field .label,
.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,
.page-multiple-wishlist .page-title-wrapper .page-title,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset>.legend,
.block.newsletter .label,
.block-reorder .product-item .label,
.opc-wrapper .form-discount .field .label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.account .column.main .limiter>.label,
.field.street .field.additional .label,
.action.skip:not(:focus),
.page-header .switcher .label,
.page-footer .switcher .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

/* post__title_block */
post__title_block {
    position: relative;
    overflow: hidden;
    padding: 0 0 43px
}

.post__title_block figure {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px
}

.post__title_block figure img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s 0s ease;
    -moz-transition: all .3s 0s ease;
    -ms-transition: all .3s 0s ease;
    -o-transition: all .3s 0s ease;
    transition: all .3s 0s ease
}

.post__title_block figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.post__title_block time {
    background-color: #1fc0a0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 73px;
    height: 73px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1em;
    font-style: italic;
    font-family: Georgia, sans-serif;
    margin-right: 28px;
    text-transform: lowercase
}

.post__title_block time span {
    font-size: 30px;
    line-height: 1em;
    font-weight: 500;
    display: block;
    text-align: center;
    padding-top: 11px;
    font-style: normal;
    font-family: Ubuntu, sans-serif;
    padding-bottom: 1px
}

.post__title_block .post__title {
    font-size: 22px;
    line-height: 1em;
    padding-top: 4px;
    margin-bottom: 8px;
    letter-spacing: normal
}

.post__title_block .pull-left.second-pull {
    width: 75%
}

.post__title_block .pull-right {
    margin: 15px 0 0
}

.post__title_block .post__meta {
    padding-top: 4px !important
}

.post__title_block .post__meta.post_view_categories a {
    margin-right: 10px
}

.post__title_block .post__meta.post_view_categories a:after {
    content: ',';
    color: #333
}

.post__title_block .post__meta.post_view_categories a:hover {
    color: #333
}

.post__title_block .post__meta.post_view_categories a:last-child:after {
    display: none
}

@media (max-width:991px) {
    .post__title_block .post__meta__item:first-child {
        display: block
    }
}

@media (max-width:695px) {
    .post__title_block .pull-left {
        width: 100%;
        float: none
    }
    .post__title_block .pull-left:last-child {
        padding-top: 10px;
        width: 100%
    }
}

@media screen and (min-width:767px) and (max-width:1770px) {
    .blog-layout .post__title_block .pull-left:last-child {
        width: 65% !important
    }
}








