body {
    font-family: Montserrat, 'Roboto', sans-serif;
    color: #262626;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
#page{
    flex: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body,#page{
        display: block;
        min-height: 100%;
    }
    #content {
        min-height: 640px;
    }
}
a,
a:visited{
    color: #8D8D8D;
}

a:hover{}
a{
    transition: all 0.2s linear;
}
header#head {
    position: fixed;
    width: 100%;
    height: 102px;
    /*overflow: hidden;*/
    border: 1px solid #EDEDED;
    border-top: none;
    background-color: #fff;
    z-index: 3000;
}
header#head.fixed_block{
    top: 0px;
    height: 40px;
    z-index: 5000;
}
header#head,
header#head.fixed_block,
header#head *,
header#head.fixed_block *{
    transition: all 0.5s ease-in-out;
}
header#head.fixed_block ul.top_nav > li > span,
header#head.fixed_block ul.top_nav > li > a{
    height: 40px;
    line-height: 40px;
}
header#head.fixed_block #logo_block a {
    line-height: 40px;
}

header#head #logo_block img{
    height: 58px;
    /*transition: all 0.5s ease-in-out;*/
}
header#head.fixed_block #logo_block img{
    /*height: auto;*/
    height: 30px;
    width: auto;
}
#content {
    padding-top: 102px;
    /*min-height: 640px;*/
}
#content.fixed_header{
    padding-top: 40px;
}

#logo_block a {
    line-height: 102px;
}

header#head nav {
    width: 100%;
}
#mobile_menu_block{
    display: none;
}
ul#site-navigation {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul#site-navigation li {
    margin: 0px;
    padding: 0px;
    position: relative;
}

ul.top_nav {
    padding: 0;
    margin: 0;
}

ul.top_nav > li {
    position: relative;
    display: block;
    float: left;
    width: 25%;
    border-right: 1px solid #EDEDED;
    /*height: 102px;*/
    /*width: 102px;*/
    /*line-height: 102px;*/
}

ul#navigation_right.top_nav > li {
    float: right;
    border-right: none;
    border-left: 1px solid #EDEDED;
}

ul#navigation_left li a img,
ul#navigation_right li a img,
ul#navigation_left li a svg,
ul#navigation_right li a svg{
    width: 20px;
    height: 20px;
}
ul#navigation_left a .mzicon,
ul#navigation_right a .mzicon{
    fill: #515151;
}

ul.top_nav > li > span,
ul.top_nav > li > a {
    text-align: center;
    display: block;
    height: 102px;
    width: 100%;
    line-height: 102px;
    cursor: pointer;
    color: #515151;
}
ul#navigation_left li a:hover,
ul#navigation_right li a:hover,
ul.top_nav > li > span:hover,
ul.top_nav > li > a:hover{
    color: #7d7d7d;
}
ul#navigation_left li a:hover .mzicon,
ul#navigation_right li a:hover .mzicon,
ul.top_nav > li > span:hover .mzicon,
ul.top_nav > li > a:hover .mzicon{
    fill: #7d7d7d;
}
/*ul#navigation_right li.donate a{*/
    /*line-height: 1;*/
    /*padding-top: 31px;*/
/*}*/
/*header#head.fixed_block ul#navigation_right li.donate a{*/
    /*line-height: 1;*/
    /*padding-top: 5px;*/
    /*font-size: 14px;*/
/*}*/
header#head ul li.donate .mzicon{
    fill: #f00;
}
header#head #mobile_menu_block_wrapper ul li.donate svg{
    width: 22px;
    padding-top: 10px;
}
#menu_toggle {
    cursor: pointer;
}

#top_menu {
    position: absolute;
    left: -1px;
    top: 0px;
    z-index: 5000;
    /*display: none;*/
}

#top_menu ul {
    display: none;
    padding: 20px;
    margin: 0px;
    list-style-type: none;
    background-color: #26232E;
    border: 1px solid #fff;
    border-left: none;
    border-top: none;
}

#top_menu ul li {
    text-align: left;
    line-height: initial !important;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #EDEDED;
}

#top_menu ul li a {
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
    color: #8c8b90;
}

#top_menu ul li a:hover {
    color: #7d7d7d;
}

#top_menu ul li:last-child {
    border: none;
}

#top_menu #close_top_menu {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
    line-height: initial;
    padding: 8px;
    cursor: pointer;
    color: #fff;
}

/*main_page*/
#mp_slider .carousel-control-next,
#mp_slider .carousel-control-prev{
    width: 8.1%;
    /*border: 1px solid #fff;*/
}
#mp_slider .carousel-control-next-icon,
#mp_slider .carousel-control-prev-icon{
    position: absolute;
    bottom: 50px;
    width: 32px;
    height: 23px;
    background-image: none;
}
#mp_slider .carousel-control-prev-icon{
    left: 80px;
    /*background-image: url('../svg/arrow-left.svg');*/
}
#mp_slider .carousel-control-next-icon{
    right: 80px;
    /*background-image: url('../svg/arrow-right.svg');*/
}
#mp_slider .carousel-control-next:hover .mzicon,
#mp_slider .carousel-control-prev:hover .mzicon{
    fill:  #7d7d7d;
}
#mp_slider .slide{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
#mp_slider .slide .container{
    padding: 110px 15px;
    padding-bottom: 180px;
}
#mp_slider .label{
    display: inline-block;
    padding: 8px 24px;
    background-color: #fff;
    color: #515151;
    font-size: 13px;
}
#mp_slider .title{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 56px;
    line-height: 56px;
    margin-top: 50px;
    margin-bottom: 10px;
}
#mp_slider .description{
    font-family: Montserrat;
    font-size: 24px;
    margin-bottom: 50px;
}
#mp_slider .more{
    display: inline-block;
    padding: 8px 24px;
    font-size: 16px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
}
#mp_slider .more:hover{
    background-color: #fff;
    color:  #7d7d7d;
}

#mp_banner,
#mp_journal,
#mp_new,
#mp_online,
#mp_buy,
#mp_media {
    padding: 60px 0;
}
#mp_banner{
    padding-bottom: 0;
}
#mp_new,
#mp_buy {
    background-color: #f7f7f7;
}

#mp_banner .header_block,
#mp_journal .header_block,
#mp_new .header_block,
#mp_online .header_block,
#mp_buy .header_block,
#mp_media .header_block,
#main_page .header_block{
    margin-bottom: 20px;
}
.home #mp_online .header_block a{
    margin-right: 13px;
}
#mp_banner .header_block h3,
#mp_journal .header_block h3,
#mp_new .header_block h3,
#mp_online .header_block h3,
#mp_buy .header_block h3,
#mp_media .header_block h3,
#main_page .header_block h3,
#main_page .header_block h3{
    font-weight: bold;
    font-family: Montserrat;
    font-size: 28px;
    color: #7d7d7d;
}
#mp_media .footer a,
#mp_buy .header_block a,
#main_page .header_block a{
    font-size: 14px;
    color: #7d7d7d;
    border: 2px solid #fff;
    padding: 10px 24px;
}
#mp_media .footer a:hover,
#mp_buy .header_block a:hover,
#main_page .header_block a:hover{
    /*border: 2px solid #7d7d7d;*/
    text-decoration: none;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

#mp_journal .magazine_img img{
    border: 20px solid #f9f9f9;
}
#mp_journal #magazine_posts_link_all{
    margin-top: 20px;
    margin-bottom: 32px;
}
#mp_journal #magazine_posts_link_all ul{
}
#mp_journal .magazine_posts_link{
    margin: 30px 50px;
    padding: 40px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 57px;
}
#mp_journal .magazine_posts_link .item{
    position: relative;
}
#mp_journal .magazine_posts_link .item:after{
    display: block;
    content: '';
    border-right: 1px solid #f1f1f1;
    height: 100%;
    min-height: 80px;
    position: absolute;
    right: 0px;
    top: 0px;
}
#mp_journal .magazine_links{
    margin-top: 0 !important;
}
#mp_journal .magazine_posts_link .col-lg-6:last-child .item:after{
    display: none;
}
#mp_journal  #mobile_magazine_head{
    display: none;
}
#mp_journal .magazine_posts_link .col-md-4:last-child .item:after{
    display: none;
}
#mp_journal .magazine_posts_link .item h5{
    font-size: 16px;
    color: #262626;
    margin-bottom: 10px;
}
#mp_journal .magazine_posts_link .item ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#mp_journal .magazine_posts_link .item a{
    font-size: 14px;
    color: #262626;
}
#mp_journal .magazine_title{
    font-size: 36px;
    font-family: Montserrat;
    font-weight: 600;
    margin-bottom: 30px;
    color: #262626;
}
#mp_journal .magazine_title span{
    font-weight: 400 !important;
}
#mp_journal .magazine_theme{
    font-size: 24px;
    font-family: Montserrat;
}
#mp_journal .magazine_theme a{
    color: #262626;
}
#mp_journal .magazine_links{
    /*margin: 0 50px;*/
    margin-top: 50px;
}
#mp_journal .magazine_links .more{
    font-size: 16px;
    color: #7d7d7d;
    padding: 10px 24px;
    border: 2px solid #7d7d7d;
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}
#mp_journal .magazine_links .more:hover{
    background-color: #7d7d7d;
    color: #fff;
}
#mp_journal .magazine_links .archive{
    color: #262626;
    text-decoration: none;
}
#mp_journal .magazine_links .archive:hover{
    color: #7d7d7d;
}
img.mobile_img{
    display: none;
}
#mp_new_grid .vertical_img,
#mp_new_grid .horizontal_img{
    margin-top: 15px;
    margin-bottom: 15px;
}
#mp_new_grid .row div[class*="col-"]{
    padding-left: 0 !important;
    padding-right: 1%;
    margin-bottom: 0;
}
#mp_new_grid .row{
    margin-left: 0px;
}
#mp_new_grid .r1{
    margin-bottom: 15px;
}
#mp_new_grid .vertical_img,
#mp_new_grid .horizontal_img{
    margin-top: 0;
}
#mp_new_grid .vertical_img .item,
#mp_new_grid .horizontal_img .item{
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    color: #fff;
}
#mp_new_grid .vertical_img a,
#mp_new_grid .horizontal_img a{
    color: #fff;
}
#mp_new_grid .vertical_img.banner a,
#mp_new_grid .horizontal_img.banner a{
    display: block;
    position: absolute;
    top:0px;
    left:0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
}
#mp_new_grid .item{
    overflow: hidden;
}
#mp_new_grid .r1 .item{
    min-height: 520px;
}
#mp_new_grid .r2 .item{
    min-height: 300px;
}
#mp_new_grid .item .article_desc{
    position: absolute;
    bottom: 20px;
    font-size: 14px;
}

#mp_online .mp_online_item{
    float: left;
    position: relative;
    margin-right: 1%;
    margin-bottom: 1%;
}
#mp_online .mp_online_item.vdz_big_square{
    width: 49%;
    min-height: 562px;
}
#mp_online .mp_online_item.vdz_small_square{
    width: 24%;
    min-height: 275px;
}
#mp_online .mp_online_item.vdz_horizontal{
    width: 49%;
    min-height: 275px;
}
#mp_online .header_block a{
    border-color: #f7f7f7;
}
#mp_online .header_block a:hover{
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}
.hover_block_parrent{
    position: relative;
    transition: all 0.2s linear;
}
.hover_block_parrent:hover{
    /*transform: scale(1.05);*/
}

.hover_block:before{
    display: block;
    content: '';
    position: absolute;
    top:0px;
    left:0px;
    right: 0px;
    bottom: 0px;
    padding: 30px;
    color: #fff;
    transition: all 0.2s linear;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.65);
    background-repeat: repeat;
    opacity: 0;
}
.hover_block_parrent:hover .hover_block:before{
    opacity: 0.8;
}
.banner.hover_block_parrent:hover .hover_block:before{
    display: none;
}
#mp_online .mp_online_item{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#mp_online .article_desc{
    color: #fff;
}
#mp_online .mp_online_item_bg:hover .article_desc:before,
#mp_online .mp_online_item_bg:hover .article_desc:before{
    opacity: 0.8;
}
#mp_online .mp_online_item .article_desc{
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    z-index: 100;
    width: 100%;
    left: 0;
    padding: 0 30px;
}
#magazine_single .hover_block .article_desc .tags,
#mp_new_grid .item .article_desc .tags,
#mp_online .mp_online_item .article_desc .tags{
    margin-bottom: 20px;
}
#magazine_single .mlisten.vdz_horizontal .hover_block .article_desc .tags{
margin-bottom: 8px;
}
#magazine_single .hover_block .article_desc .tags a,
#mp_new_grid .item .article_desc .tags a,
#mp_online .mp_online_item .article_desc .tags a{
    padding: 8px 24px;
    outline: 2px solid #fff;
    text-decoration: none;
}
#magazine_single .hover_block .article_desc .tags a:hover,
#mp_new_grid .item .article_desc .tags a:hover,
#mp_online .mp_online_item .article_desc .tags a:hover{
    outline-color: #7d7d7d;
    background-color: #7d7d7d;
}
#mp_online .mp_online_item .article_desc h3{
    font-family: Montserrat;
    font-size: 20px;
    /*font-weight: bold;*/
}
#mp_online .mp_online_item.vdz_big_square .article_desc h3,
#mp_online .mp_online_item.vdz_horizontal .article_desc h3{
    font-size: 28px;
}
#mp_online .mp_online_item .article_desc a{
    color: #fff;
}
#mp_online .mp_online_item.vdz_small_square .article_desc .desc{
    display: none;
}
#mp_buy .header_block{
    padding: 0 10px;
}
#mp_media .footer{
    display: none;
}
#mp_media .footer a,
#mp_media .header_block a{
    border-color: #f7f7f7;
}
#mp_media{
    background-image: url('../img/mline.png');
    background-position: top center;
    background-repeat: repeat-y;
}
.mp_banners{
    margin-top: 40px;
    margin-bottom: 40px;
}
.home .mp_banners{
    margin-bottom: 0;
}
.home #mp_after_online{
    /*margin-right: 22px;*/
}
.home #mp_after_online a{
    right: 0px;
    /*margin-left: 10px;*/
    width: auto;
}
.mp_banners a.banner{
    display: block;
    position: relative;
    min-height: 120px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mp_banners .banner_btn,
.mp_banners .banner_btn{
    margin-top: 4px;
}
.mp_banners img{
    /*width: 100%;*/
}
.mp_banners .banner_text{
    position: absolute;
    width: 100%;
    top: 25px;
    left: 0px;
    padding: 0 80px;
    color: #fff;
    font-size: 24px;
    font-family: Montserrat;
}
.mp_banners .banner_btn{
    font-family: Montserrat;
    font-size: 16px;
    color: #7d7d7d;
    font-weight: bold;
    background-color: #fff;
    padding: 20px 46px;
    transition: all 0.2s linear;
    float: right;
}
.mp_banners a:hover .banner_btn{
    background-color: #7d7d7d;
    color: #fff;
}

    /*footer*/
#footer {
    background-color: #26232E;
    padding: 44px 0;
}
#footer #footer_menus{
    display: none;
}
#footer #footer_menus ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

#footer #footer_menus ul li {
    padding-bottom: 30px;
}

#footer #footer_menus ul a {
    font-family: Montserrat;
    font-size: 14px;
    color: #8c8b90;
    text-decoration: none;
    white-space: nowrap;
}

#footer #footer_menus ul a:hover {
    color: #7d7d7d;
}

#footer #footer_menus .col-md-3 {
    padding: 0;
    padding-left: 15px;
}

#footer .info,
#footer .info a {
    font-size: 10px;
    color: #7d7d7d;
}

#footer .footer_social,
#footer #footer_social {
    margin: 0;
    margin-top: 20px;
}

#footer .info a:hover,
#footer .footer_social a:hover,
#footer #footer_social a:hover {
    color: #fff;
}

#footer .footer_social a,
#footer #footer_social a {
    color: #7d7d7d;
}
#footer .footer_social li,
#footer #footer_social li {
    margin-right: 0.8rem;
}
#footer_logo_block_mobile{
    display: none;
}
/*#subscribe*/
#subscribe {
    margin-bottom: 20px;
    border-top: 1px solid #5B5B5B;
    border-bottom: 1px solid #5B5B5B;
}

#subscribe button,
#subscribe input {
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    font-family: Montserrat;
    background: transparent;
    color: #fff;
}

#subscribe button {
    width: 20%;
    float: right;
    text-align: right;
    padding: 12px 0;
    text-transform: uppercase;
    color: #7d7d7d;
}

#subscribe button:hover {
    color: #fff;
}

#subscribe button i {
    color: #7d7d7d;
    padding-left: 10px;
}

#subscribe input {
    width: 78%;
    font-size: 10px;
    padding: 12px;
    padding-left: 0;
    float: left;
}

#subscribe input:focus,
#subscribe input:active,
#subscribe input:hover {
    border: none;
    outline: none;
}

/*shop block*/
/*#mp_products #products_slider .slick-dots{*/
/*bottom: -50px;*/
/*}*/
#mp_products .mp_product{
    text-align: center;
    outline: none;
}
#mp_products .mp_product img{
    background-color: #fff;
    height: 280px;
    object-fit: cover;
}
#mp_products .mp_product .item{
    padding: 10px;
}
#mp_products .mp_product .product_title{
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #262626;
}
#mp_products .mp_product:hover .product_title{
    color: #7d7d7d;
}
#mp_products .mp_product a{
    text-decoration: none;
    position: relative;
    display: block;
}
#mp_products .mp_product .product_price{
    font-size: 14px;
}
#mp_products .mp_product .product_title,
#mp_products .mp_product .product_price{
    text-align: left;
}
#product_slides + #product_slides_arrows,
#post_slider + #post_slider_arrows,
#mp_products #ps_arrows{
    position: relative;
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}
#product_slides + #product_slides_arrows .mslick_btn,
#post_slider + #post_slider_arrows .mslick_btn,
#mp_products #ps_arrows .mslick_btn{
    display: inline-block;
    cursor: pointer;
    width: 31px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
}
#product_slides + #product_slides_arrows .mslick_btn:before,
#post_slider + #post_slider_arrows .mslick_btn:before,
#mp_products #ps_arrows .mslick_btn:before{
    display: none;
}
#product_slides + #product_slides_arrows .mslick_btn.slick-prev,
#post_slider + #post_slider_arrows .mslick_btn.slick-prev,
#mp_products #ps_arrows .mslick_btn.slick-prev{
    background-image: url("../img/arrow-prev.png");
}
#product_slides + #product_slides_arrows .mslick_btn.slick-next,
#post_slider + #post_slider_arrows .mslick_btn.slick-next,
#mp_products #ps_arrows .mslick_btn.slick-next{
    background-image: url("../img/arrow-next.png");
}

#sidebar_section{
    position: fixed;
    width: 300px;
    min-width: 300px;
    right: -300px;
    top: 30%;
    transition: all 0.2s ease-out 0.2s;
    padding: 20px;
    border: 2px solid #26232E;
    border-right: 0;
    background-color: #fff;
    z-index: 500;
    border-radius: 0 0 0 5px;
}
#sidebar_section.active{
    right: 0px;
}
#sidebar_section #sidebar_btn{
    width: 52px;
    height: 43px;
    display: block;
    position: absolute;
    top: -2px;
    left: -52px;
    background-image: url(../svg/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #26232E;
    border-radius: 5px 0 0 5px;
}
#sidebar_section #sidebar_btn:hover{
    opacity: 0.7;
}
#sidebar_section #sidebar_btn.active{
    background-image: url(../svg/arrow-right.svg);
}
#sidebar_section ul{
    margin-left: 0;
    padding-left: 20px;
}
#sidebar_section a{
    color: #7d7d7d;
}
/*all pages*/
#primary{
    padding: 40px 0;
}
#primary.container{
    padding: 40px 15px;
}
#primary.post_background{
    padding-top: 0;
}
#primary #mp_buy{
    margin-right: -15px;
    margin-left: -15px;
}
#post_background{
    position: relative;
    max-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 50px;
}
#post_background header.entry-header{
    position: absolute;
    width: 100%;
    bottom: 50px;
}
#post_background header.entry-header h1{
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    margin-bottom: 50px;
}
#post_background header.entry-header a{
    color: #fff;
    outline: 2px solid #fff;
}
#post_background .post-meta{
    color: #fff;
}

#content h1{
    color: #7d7d7d;
}

/*post*/
hr.entry-hr{
    margin-top: 70px;
    margin-bottom: 48px;
    background-color: #EDEDED;
}
hr{
    height: 1px;
    background-color: #EDEDED;
    border: none;
}
.post-meta > *{
    display: inline-block;
    line-height: 28px;
}
.post-meta > div{
    margin-right: 20px;
}
.post-meta div.post_comment,
.post-meta div.post_date_time,
.post-meta div.post_count{
    color: #ccc;
}
.post-meta div.post_comment,
.post-meta div.post_authors,
.post-meta > div:last-child{
    margin-right: 0;
}
.post-meta div.post_authors.pull-right{
    max-width: 50%;
}
.post-meta .post_tags{
    display: inline-block;
}
.post-meta .post_tags a{
    padding: 6px 24px;
    outline: 2px solid #7d7d7d;
    text-decoration: none;
    color: #7d7d7d;
    font-size: 13px;
}
.post-meta .post_tags a:hover{
    /*border-color: #26232E;*/
    background-color: #7d7d7d;
    color: #fff;
}
.post-meta .post_count,
.post-meta .post_count > *{
    display: inline-block;
}
.post-meta .post_count{
}
.post-meta i{
    margin-right: 4px;
}
.post-meta .post_authors span{
    padding-right: 18px;
    position: relative;
    color: #7d7d7d;
}
.post-meta .post_authors span:before{
    position: absolute;
    left: -8px;
    bottom: 0px;
    top: 0px;
    display: inline-block;
    content: '';
    border-right: 2px solid #F4F4F4;
    max-height: 18px;
}
.post-meta .post_authors span:first-child:before{
    display: none;
}
.post-meta .post_authors span:last-child:after{
    display: none;
}
.sidebar_bg{
    padding: 40px;
    background-color: #F3F3F3;

}
.sidebar_bg .widget-area{
    margin: 0 20px;
}
.post-thumbnail img{
    width: 100%;
}
.widget.My_Widget_Post_By_Cat{
    margin: 0 -15px;
}
.widget.My_Widget_Post_By_Cat h2.widget-title{
    font-size: 20px;
    font-family: Montserrat;
    color: #7d7d7d;
    margin-bottom: 30px;
    font-weight: bold;
}
#widget_post_by_cat .post{
    margin-bottom: 20px;
}
#widget_post_by_cat .cell{
    display: table-cell;
    vertical-align: middle;

}
#widget_post_by_cat .post span{
    display: inline-block;
}
#widget_post_by_cat .post .img{
    width: 25%;
    margin-right: 5%;
}
#widget_post_by_cat .post .img img{
    width: 100%;
}
#widget_post_by_cat .post .title{
    width: 70%;
    font-size: 13px;
    color: #262626;
}
#widget_post_by_cat .post:hover img{
    /*transform: scale(1.1);*/
    transition: all 0.2s linear;
}
.mhover{
    position: relative;
}
.mhover:before{
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    left:0px;
    right: 0px;
    opacity: 0;
    background-color: rgba(0,0,0,0.65);
    transition: all 0.2s linear;
}
#widget_post_by_cat .post:hover .img:before{
    opacity: 1;
}
#widget_post_by_cat .post:hover .title{
    text-decoration: underline;
}
#widget_post_by_cat a.more_post_cat{
    display: block;
    margin-top: 30px;
    padding: 8px 24px;
    border: 2px solid #fff;
    color: #7d7d7d;
}
#widget_post_by_cat a.more_post_cat:hover{
    border: 2px solid #7d7d7d;
    background-color: #7d7d7d;
    color: #fff;
    text-decoration: none;
}
#more_posts{
    margin: 50px 0;
}
#more_posts h3{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 28px;
    color: #7d7d7d;
}
#more_posts .img{
    margin-bottom: 20px;
}
#more_posts .title{
    font-size: 16px;
    color: #262626;
    font-weight: bold;
}
#more_posts .post a{
    text-decoration: none;
}
#more_posts .post:hover .title{
    color: #7d7d7d;
}
#more_posts .post .img{
    position: relative;
}
#more_posts .post .img:before{
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.65);
    transition: all 0.2s linear;
    opacity: 0;
}

#more_posts .post:hover .img:before{
    opacity: 0.7;
    z-index: 200;
}
#more_posts .post img{
    transition: all 0.2s linear;
    z-index: 100;
    height: 200px;
    object-fit: cover;
    width: 100%;
}
#more_posts .post:hover .img:before,
/*#more_posts .post:hover .img,*/
#more_posts .post:hover img{
    /*transform: scale(1.05);*/
}
#my_share{
    margin: 20px 0;
}
#disqus_comment{
    margin: 40px 0;
    position: relative;
}
#disqus_thread #dsq-comments{
    display: none;
}


article.post blockquote{
    position: relative;
    color: #8D8D8D;
    margin: 30px 0;
    padding-top: 0;
    padding-bottom: 48px;
    border-top: 1px solid  #8D8D8D;
    border-bottom: 1px solid  #8D8D8D;
}
article.post blockquote:before{
    display: block;
    content: '';
    z-index: 200;
    position: relative;
    top: -24px;
    background-image: url("../img/blockquote.jpg");
    width: 117px;
    height: 48px;
    background-position: center center;
    margin: 0 auto;
}
article.post blockquote p{
    margin-bottom: 0;
    font-size: 19px;
    /*font-weight: bold;*/
}

/*#magazine_archive*/
#magazine_archive{
    padding: 60px 0;
}
#magazine_archive header.page-header{
    position: relative;
    margin-bottom: 40px;
}
#magazine_archive h1{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 28px;
    color: #7d7d7d;
    margin: 0 0 30px;
}
#magazine_excert{
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #f9f9f9;
}
@media all and (min-width: 1170px) and (max-width: 1930px){
    #magazine_archive .my_col_5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
#magazine_archive article{
    margin: 0 10px;
    margin-bottom: 40px;
}
#magazine_archive article .entry-title a{
    display: block;
    margin: 20px 0;
    font-size: 16px;
    color: #262626;

}
#magazine_archive a.more_magazines{
    display: inline-block;
    font-size: 16px;
    color: #7d7d7d;
    padding: 8px 24px;
    border: 2px solid #7d7d7d;
    margin-top: 20px;
}
#magazine_archive a.more_magazines:hover{
    background-color: #7d7d7d;
    color: #fff;
}
#magazine_archive .post-thumbnail{
    position: relative;
    display: block;
}
#magazine_archive .post-thumbnail img{
    height: 308px;
    width: 100%;
    object-fit: cover;
}
#magazine_archive .post-thumbnail:hover{
    /*transform: scale(1.05);*/
}
#magazine_archive .post-thumbnail.hover_block:hover:before{
    opacity: 0.8;
}
#magazine_archive #archive_nav ul{
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#magazine_archive #archive_nav select#archive_nav_items{
    display: none;
}
#magazine_archive #archive_nav ul li{
    display: inline-block;
    margin-right: 4px;
    color: #525252;
}
#magazine_archive #archive_nav a{
    display: inline-block;
    font-family: Montserrat;
    font-size: 13px;
    text-align: center;
    min-width: 70px;
    color: #525252;
    padding: 8px 18px;
    border: 1px solid transparent;
}
#magazine_archive #archive_nav a.all{
    display: inline-block;
    margin-right: 4px;
    min-width: 122px;
}
#magazine_archive #archive_nav a:hover{
    border: 1px solid #7d7d7d;
    color: #7d7d7d;
    font-weight: bold;
    text-decoration: none;
}

/*#magazine*/
#magazine_single .magazine_img img{
    border: 20px solid #f9f9f9;
}
#magazine_single .mdesc{
    margin-top: 25%;
    margin-left: 20%;
}

#magazine_single .mdesc h1{
    font-family: Montserrat;
    font-weight: 400;
    color: #262626;
    font-size: 28px;
}
#magazine_single .mdesc .magazine_theme{
    font-size: 24px;
}
#magazine_single hr{
    background-color: #EDEDED;
    margin: 30px 0;
}
#magazine_single .bg_gray{
    background-color: #f7f7f7;
}
#magazine_single #mizdat,
#magazine_single #mview,
#magazine_single #mlisten,
#magazine_single #mread{
    padding: 50px 0;
}
#magazine_single #mizdat h3,
#magazine_single #mview h3,
#magazine_single #mlisten h3,
#magazine_single #mread h3{
    font-weight: 500;
    font-family: Montserrat;
    font-size: 28px;
    color: #7d7d7d;
    margin-bottom: 0px;
}
#magazine_single .header_block{
    display: none;
    margin-bottom: 30px;
}
#magazine_single .header_block a{
    font-size: 14px;
    padding: 10px 24px;
    color: #7d7d7d;
    border: 2px solid #fff;

}
#magazine_single .header_block a{
    /*display: none;*/
}
#magazine_single .bg_gray .header_block a{
    color: #7d7d7d;
    border: 2px solid #fff;
}
#magazine_single .header_block a:hover{
    border: 2px solid #7d7d7d;;
}
#magazine_single #magazine_posts{
    margin-top: 50px;
    margin-left: 0;
    margin-right: 17px;
    /*margin-bottom: 50px;*/
}
.search #magazine_single #magazine_posts{
    margin-top: 0;
}
#magazine_single #magazine_posts h3 a{
    font-weight: bold;
    font-family: Montserrat;
    font-size: 28px;
    color: #7d7d7d;
}
#magazine_single #block_posts article{
    outline: 2px solid #f7f7f7;
    padding: 40px;
    margin-bottom: 30px;
}
#magazine_single #block_posts article .post-meta > div{
    vertical-align: top;
}
#magazine_single #block_posts article .content p{
    margin-bottom: 0;
    font-family: Montserrat;
}
#magazine_single #block_posts article:last-child{
    margin-bottom: 0px;
}
#magazine_single #mizdat h3.block_posts{
    font-weight: 400;
    color: #262626;
}

#magazine_single #block_posts article h3{
    margin-bottom: 20px;
}
#magazine_single #block_posts article hr{
    margin-top: 30px;
    background-color: #EDEDED;
    height: 2px;
    border: none;
}
#magazine_single #block_posts article .post-meta.author{
    text-align: center;
}
#magazine_single #block_posts article .content{
    margin: 20px 0;
}
#magazine_single #block_posts article .post-meta .post_authors span:after{
    border-right: 2px solid #999999;
}
#magazine_single #block_posts article .post-meta .post_authors span{
    font-size: 12px;
    color: #999999;
}

#magazine_single .mposts_block .hover_block_parrent{
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-right: 20px;
    margin-bottom: 20px;
}
#magazine_single .mposts_block .hover_block_parrent.vdz_square{
    /*width: 520px;*/
    width: 480px;
    height: 480px;
}
#magazine_single .mposts_block .hover_block_parrent.vdz_vertical{
    /*width: 340px;*/
    width: 318px;
    height: 480px;
}
#magazine_single .mposts_block .hover_block_parrent.vdz_horizontal{
    /*width: 882px;*/
    height: 200px;
}
#magazine_single .mposts_block .hover_block_parrent.vdz_horizontal_big{
    /*width: 882px;*/
    height: 300px;
}

#magazine_single .mposts_block .hover_block_parrent.vdz_horizontal,
#magazine_single .mposts_block .hover_block_parrent.vdz_horizontal_big{
    margin-right: 20px;
    min-width: 818px;
    max-width: 100%;
}
#magazine_single .mposts_block .hover_block{
    position: absolute;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
#magazine_single .mposts_block .article_desc,
#magazine_single .mposts_block .article_desc a{
    color: #fff;
}
#magazine_single .mposts_block .article_desc{
    position: absolute;
    left: 0px;
    right: 0px;
    padding: 20px;
    bottom: 10px;
    z-index: 500;
    font-size: 14px;
    /*text-align: justify;*/
}
#magazine_single .mposts_block .article_desc h3{
    font-family: Montserrat;
    font-size: 24px;
    margin-bottom: 16px !important;
    text-align: left;
}
#magazine_single #sc hr{
    background-color: #f7f7f7;
}
#magazine_single .at-share-btn-elements{
    text-align: center;
}
#magazine_single article.magazine .entry-content{
    font-family: Montserrat;
}

/*#archive_post*/
#archive_post{
    background: #F7F7F7;
}
#archive_post h1{
    font-family: Montserrat;
    font-size: 28px;
    color: #7d7d7d;
    font-weight: bold;
    margin-bottom: 50px;
}
#archive_post .post{
    margin-bottom: 30px;
}
#archive_post .post a{
    display: block;
    text-decoration: none;
}
#archive_post .post_title{
    margin: 20px 0;
    height: 38px;
    overflow: hidden;
}
#archive_post .post_title h3{
    font-size: 16px;
    color: #262626;
}
#archive_post .post:hover .post_title h3{
    color: #7d7d7d;
}
#archive_post .post_img{
    position: relative;
    /*display: inline-block;*/
    display: block;
    transition: all 0.2s linear;
}
#archive_post .post_img img{
    height: 160px;
    width: 100%;
    object-fit: cover;
}
#archive_post .post_img:before{
    display: block;
    content: '';
    position: absolute;
    top:0px;
    left:0px;
    right: 0px;
    bottom: 0px;
    padding: 30px;
    color: #fff;
    transition: all 0.2s linear;
    height: 100%;
    width: 100%;
    /*background-image: url("../img/hover.png");*/
    background-color: rgba(0,0,0,0.65);
    /*background-repeat: repeat;*/
    opacity: 0;
    z-index: 500;
}
#archive_post .post:hover .post_img:before{
    opacity: 0.8;
}
#archive_post .post:hover .post_img{
    /*transform: scale(1.05);*/
}

#archive_post #mp_buy{
    background: #fff;
}
#archive_post #mp_buy .header_block{
    padding-left: 0;
    padding-right: 0;
}
#archive_post #mp_buy .header_block a{
    border-color: #f7f7f7;
}
#archive_post #mp_buy .header_block a:hover{
    border-color: #7d7d7d;
}

article.page{
    padding: 15px;
}

.gallery .gallery-item{
    float: left;
}
.gallery .gallery-item .portrait img{
    max-height: 600px;
}
.gallery .gallery-item .landscape img{
    max-height: 300px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    display: block !important;
    float: left !important;
    width: 48% !important;
    max-width: 48% !important;
}

#desctop_menu{
    margin-left: 0;
    padding: 0;
    width: 75%;
}
#desctop_menu li{
    list-style: none;
    background-color: #F6F6F6;
    border-bottom: 1px solid #EDEDED;
}
#desctop_menu li:hover{
    background-color: #fff;
}
#desctop_menu li:last-child{
    border-bottom: none;
}
#desctop_menu li a{
    display: block;
    height: 72px;
    line-height: 72px;
    padding-left: 12%;
    color: #262626;
    font-family: Montserrat;
    /*font-weight: bold;*/
    font-size: 13px;
    text-decoration: none;
}
#search_block{
    position: absolute;
    top: 102px;
    left: -1px;
    right: -1px;
    padding: 40px 0;
    text-align: center;
    background-color: #F6F6F6;
}
#search_block form input{
    border: none;
    background: transparent;
    border-bottom: 1px solid #C5C5C5;
    border-radius: 0;
    width: 40%;
    text-align: center;
    color: #444444;
    font-size: 14px;
    font-family: Montserrat;
}
#search_block form *:focus{
    outline: none;
}
#search_block form button{
    background-color: transparent;
    border: none;
    margin-left: -40px;
    color: #7d7d7d;
}
#account_block{
    position: absolute;
    top: 102px;
    width: 640px;
    right: 0px;
    background-color: #F6F6F6;
}
#account_block ul{
    margin: 0;
}
#account_block .nav-tabs{
    border: none;
}
#account_block .nav-tabs .nav-item .nav-link{
    border-bottom: 2px solid #fff;
    color: #7d7d7d;
    font-family: Montserrat;
    font-size: 14px;
}
#account_block .nav-tabs .nav-item.show .nav-link,
#account_block .nav-tabs .nav-link.active{
    background-color: #7d7d7d;
    border-radius: 0;
    color: #fff;
    border: none;
    border-bottom: 2px solid #7d7d7d;
}
#account_block #account_tab_content .tab-pane{
    padding: 60px 80px;
}
#account_block *:focus{
    outline: none;
}
#account_block input{
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #C5C5C5;
    border-radius: 0;
    text-align: left;
    color: #7d7d7d;
    font-size: 14px;
    font-family: Montserrat;
    margin-bottom: 20px;
    padding: 10px 0;
}
#account_block input[type="password"]{
    background-image: url('../img/eye.png');
    background-position: right center;
    background-repeat: no-repeat;
}

#account_block a.mfb,
#account_block button[type="submit"]{
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-family: Montserrat;
}
#account_block button[type="submit"]{
    margin-left: 28px;
    border: 2px solid #7d7d7d;
    color: #7d7d7d;
    font-weight: bold;
}
#account_block a.mfb{
    border: 1px solid #3b5998;
    color: #3b5998;
}
#account_block #auth_block input[type="password"]{
    margin-bottom: 0;
}
#account_block a#lost_password{
    display: inline-block;
    font-size: 10px;
    font-family: Montserrat;
    color: #7c7c7c;
}
#account_block div.my_btns{
    margin-top: 40px;
}
.vdz_btn,
#account_block .vdz_btn,
#account_block a.loout_btn{
    display: inline-block;
    width: 224px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-family: Montserrat;
    border: 2px solid #7d7d7d;
    color: #7d7d7d;
    font-weight: bold;
    text-decoration: none;
}
#shop_cat .vdz_btn:hover{
    background-color: #7d7d7d;
    color: #fff;
    text-decoration: none;
}
header#head.fixed_block #account_block,
header#head.fixed_block #search_block{
    top: 40px;
}

.woocommerce.woocommerce-page .woocommerce-result-count{
    display: none;
}
.woocommerce.woocommerce-page ul.products li.product a{
    display: block;
    color: #262626;
    position: relative;
}
.woocommerce.woocommerce-page ul.products li.product a
.woocommerce.woocommerce-page ul.products li.product a img{
    background-color: #fff;
}

#mp_products .mp_product a .label_top,
#mp_products .mp_product a .label_new,
#mp_products .mp_product a .label_discount,
#mp_products .mp_product a .label_action,
.woocommerce.woocommerce-page ul.products li.product a .label_top,
.woocommerce.woocommerce-page ul.products li.product a .label_new,
.woocommerce.woocommerce-page ul.products li.product a .label_discount,
.woocommerce.woocommerce-page ul.products li.product a .label_action{
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border: 1px solid #fd0202;
    color: #fff;
    background: #fd0202;
    z-index: 100;
}
/*.woocommerce.woocommerce-page ul.products li.product a .label_new{*/
    /*top: 80px;*/
/*}*/
/*.woocommerce.woocommerce-page ul.products li.product a .label_discount{*/
    /*top: 120px;*/
/*}*/
/*.woocommerce.woocommerce-page ul.products li.product a .label_action{*/
    /*top: 160px;*/
/*}*/
.woocommerce ul.products li.product a img{
    background: #fff;
}


.woocommerce.woocommerce-page ul.products li.product a,
.woocommerce.woocommerce-page ul.products li.product .woocommerce-loop-product__title{
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold !important;
    padding-bottom: 10px;
    font-family: Montserrat;
}
.woocommerce.woocommerce-page ul.products li.product a{
    padding-top: 0 !important;
}
.woocommerce.woocommerce-page ul.products li.product a:hover{
    color: #7d7d7d;
}
.woocommerce.woocommerce-page ul.products li.product .price{
    color: #262626;
    font-size: 14px;
    margin-bottom: 10px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce.woocommerce-page div.product form.cart .button,
.woocommerce.woocommerce-page ul.products li.product a.button{
    margin-top: 0 !important;
    padding: 10px 16px !important;
    background-color: #7d7d7d !important;
    color: #fff !important;
    border: 2px solid #7d7d7d !important;
    border-radius: 0 !important;
    transition: all 0.2s linear;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce.woocommerce-page div.product form.cart .button:hover,
.woocommerce.woocommerce-page ul.products li.product a.button:hover{
    background-color: #fff !important;
    color: #7d7d7d !important;
}
.woocommerce.woocommerce-page div.product form.cart .button{
    margin-top: 0 !important;
}
.page-id-6 #content{
    background-color: #f7f7f7;
}
.pswp__bg{
    background-color: rgb(119, 119, 119) !important;
    opacity: 0.7 !important;
}
.woocommerce.woocommerce-page .quantity .qty{
    padding: 7px 16px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    display: none;
}

.woocommerce.woocommerce-page .product_meta a{
    display: inline-block;
    padding: 5px 12px !important;
    border: 2px solid #7d7d7d !important;
    color: #7d7d7d !important;
    text-decoration: none !important;
    background-color: transparent !important;
    border-radius: 0px !important;
}

.woocommerce.woocommerce-page .product_meta a:hover{
    background-color: #7d7d7d !important;
    color: #fff !important;
}
.woocommerce-page table.cart td.actions .input-text[name="coupon_code"]{
    min-width: 120px;
    padding: 10px 16px;
}
.single-product #mp_buy{
    display: none;
}
.see_all_mobile{
    display: none;
}
#mobile_submenu ul.social_mobile a{
    color: #262626;
}
#mp_products .mp_product a:hover img,
.woocommerce.woocommerce-page ul.products li.product a:hover img{
    box-shadow: 0 0 18px rgba(0,0,0,0.65);
}
#billing_country_field{
    /*display: none;*/
}
#mp_online_grid{
    width: calc(100% + 15px);
}
#mp_online_grid .mp_online_item, #mp_new_grid .item{
    cursor: pointer;
}
#footer_logo_block_desc img{
    max-height: 100px;
}
#footer_logo_block_desc .pull-left{
    /*max-width: 64%;*/
}
#mread .post-meta,
#mread .post-meta div.post_comment,
#mread .post-meta div.post_date_time,
#mread .post-meta div.post_count,
#mlisten .post-meta,
#mlisten .post-meta div.post_comment,
#mlisten .post-meta div.post_date_time,
#mlisten .post-meta div.post_count,
#mview .post-meta,
#mview .post-meta div.post_comment,
#mview .post-meta div.post_date_time,
#mview .post-meta div.post_count,
#mp_new_grid .post-meta,
#mp_new_grid .post-meta div.post_comment,
#mp_new_grid .post-meta div.post_date_time,
#mp_new_grid .post-meta div.post_count,
#mp_online_grid .post-meta,
#mp_online_grid .post-meta div.post_comment,
#mp_online_grid .post-meta div.post_date_time,
#mp_online_grid .post-meta div.post_count{
    color: #fff;
}

.lightgallery-default a{
    display: inline-block;
    width: 30%;
    margin-bottom: 4px;
}
.lightgallery-default a img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.lg-outer{
    z-index: 9000;
}
#product_slides,
#post_slider{
    /*margin-right: 13px;*/
}
#product_slides{
    margin-right: 1%;
}
#post_slider{
    margin-left: 1%;
}
#product_slides_arrows,
#post_slider_arrows{
    position: relative;
}
#product_slides .item img,
#post_slider .item img{
    height: 280px;
    object-fit: cover;
}
#product_slides .item{
    height: 280px;
}
#product_slides .item img{
    display: block;
    margin: 0 auto;
    background-color: #fff;
    height: 215px;
    width: auto;
}
#product_slides .item{
    padding: 20px;
}
#product_slides .item:hover img{
    box-shadow: 0 0 18px rgba(0,0,0,0.25);
}
#product_slides .item a,
#post_slider .item a{
    display: block;
    position: relative;
}
#product_slides .item .title,
#post_slider .item .title{
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: bold;
}
#product_slides{
    background-color: #f7f7f7;
}
#product_slides .item .title{
    position: inherit;
    text-align: center;
    margin: 20px 0;
    margin-top: 40px;
    left: inherit;
    color: #0f0f0f;
    font-size: 16px;
}
#product_slides .item a{
    text-decoration: none;
}
#subscription_cat h2{
    margin-top: 30px;
    margin-bottom: 20px;
}
#subscription_cat .sc_products{
    position: relative;
    margin-bottom: 50px;
    background-color: #f7f7f7;
    padding: 30px 0;
}
#subscription_cat #shop_cat .sc_products{
    margin-bottom: 20px;
}
#subscription_cat #shop_cat .vdz_btn{
    margin-bottom: 50px;
}
#subscription_cat .sc_products .mp_product{
    margin: 0 10px;
}
#subscription_cat .sc_products .mp_product .item{
    text-align: center;
}
#subscription_cat .sc_products .mp_product .item .product_price{
    display: block;
}
#subscription_cat .sc_products .mp_product .item a{
    text-decoration: none;

}
#subscription_cat .sc_products .mp_product .item .product_title{
    margin-top: 20px;
    color: #0f0f0f;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: bold;
}
#subscription_cat .sc_products .mp_product .item img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
    height: 280px;
    object-fit: cover;
    width: auto;
    box-shadow: 0 0 3px rgba(0,0,0,0.25);
}
#subscription_cat .sc_products .mp_product:hover .item img{
    box-shadow: 0 0 18px rgba(0,0,0,0.65);
}

#subscription_cat .sc_products .slick-prev,
#subscription_cat .sc_products .slick-next{
    z-index: 500;
}
#subscription_cat .sc_products .slick-next{
    right: 10px;
}
#subscription_cat .sc_products .slick-prev{
    left: 10px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background-color: #7d7d7d !important;
    border: 2px solid #7d7d7d;
    color: #fff;
    border-radius: 0;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
    background-color: #fff !important;
    border: 2px solid #7d7d7d !important;
    color: #7d7d7d !important;
}
.woocommerce-account .woocommerce #respond input#submit,
.woocommerce-account .woocommerce a.button,
.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce input.button{
    margin-top: 20px;
}
.woocommerce .woocommerce-form-login  button.button{
    margin-top: 0px !important;
    margin-right: 20px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 30%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 66%;
}
#post-42 a.btn.btn-lg.btn-success{
    color: #fff;
}
.woocommerce .woocommerce-ordering{
    display: none !important;
}
.woocommerce.woocommerce-page ul.products li.product .woocommerce-loop-product__title{
    height: 68.4px;
    overflow: hidden;
}
.pagination_wrapepr a,
.pagination_wrapepr span{
    margin: 0 10px;
}
