










@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}



.hvr-trim {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative
}
span.sub-heading {
    font-size: 16px;
    color: #d90000;
}
span.heading {
    font-size: 18px;
    color: blue;
}


.hvr-trim:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.hvr-trim:active:before,
.hvr-trim:focus:before,
.hvr-trim:hover:before {
    opacity: 1
}


@font-face {
    font-family: modus_icomoon;
    src: url(../fonts/icomoon.eot?pcau95);
    src: url(../fonts/icomoon.eot?pcau95#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?pcau95) format("truetype"), url(../fonts/icomoon.woff?pcau95) format("woff"), url(../fonts/icomoon.svg?pcau95#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-rectangle-out:active:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover {
    color: #fff!important
}

.header_1 .nav-social li a:hover {
    background: 0 0
}

.beans-slide .vertical-midle {
    text-align: center
}

.beans-stepslider .beans-slideset {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.beans-stepslider .beans-slideset button.slick-arrow {
    top: -59px;
    border: 0;
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 1px solid #ccc;
    position: absolute;
    height: 25px;
    width: 25px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 25px;
    z-index: 999;
    color: transparent
}

.beans-stepslider .beans-slideset button.slick-arrow.slick-prev {
    right: 50px
}

.beans-stepslider .beans-slideset button.slick-arrow.slick-next {
    right: 20px
}

.beans-stepslider .beans-slideset button.slick-arrow i {
    font-size: 20px;
    color: #ccc;
    line-height: 28px
}

.beans-stepslider .beans-slideset button.slick-arrow:hover i {
    color: #fff
}

.beans-stepslider .beans-slideset button.slick-arrow:hover {
    border: none
}

.beans-stepslider .beans-slideset button.slick-arrow:focus {
    outline: 0
}

.beans-fadeslider,
.beans-slider,
.beans-stepslider {
    width: 100%;
    position: relative
}

.slick-slider {
    padding: 0;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    display: none;
    min-height: 1px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    margin: 0 auto;
    display: inline-block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.modus-banner .slick-dots li {
    list-style: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 5px
}

.slick-dots li:hover {
    cursor: pointer
}

.slick-dots li {
    list-style: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-radius: 100%;
    margin: 0 2px;
    background: #ccc
}

.slick-dots li.slick-active {
    background: #999
}

.modus-banner .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0;
    padding: 0;
    text-align: center
}

.modus-product .slick-dots {
    margin: -5px 0 0 0;
    padding: 0 0 8px 0;
    text-align: center
}

.slick-dots li button {
    display: none
}

.modus-banner .slick-dots li.slick-active {
    background: #fff
}

.slick-arrow.slick-hidden {
    display: none
}

.border-hover>ul {
    padding: 0;
    margin: 0
}

.products-type .product.type-product {
    -webkit-transition: all .5s;
    transition: all .5s
}

.modus-product .beans-stepslider .beans-slideset button.slick-arrow,
.modus-product .slick-dots {
    display: none!important
}

.modus-product.show_nav .slick-dots,
.modus-product.show_navbt .beans-stepslider .beans-slideset button.slick-arrow {
    display: block!important
}

.scroll-to-top {
    background-color: #e6e6e6;
    bottom: -100px;
    cursor: pointer;
    height: 40px;
    overflow: auto;
    position: fixed;
    right: 25px;
    -webkit-transition: all .7s ease-in-out 0s;
    transition: all .7s ease-in-out 0s;
    width: 40px;
    z-index: 9999
}

.scroll-to-top i {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

div.product,
li.product {
    padding: 0;
    list-style: none;
    position: relative;
    background: #fff
}

.padding-35 div.product,
.padding-35 li.product {
    padding-left: 20px;
    padding-right: 20px
}

.padding-15 div.product,
.padding-15 li.product {
    padding-left: 10px;
    padding-right: 10px
}

.modus-product-related .padding-15 div.product,
.modus-product-related .padding-15 li.product {
    padding-left: 0;
    padding-right: 0
}

.trending-product .beans-slide.slick-slide .padding-15 li.product .product-thumbnails .flexslider:hover .flex-direction-nav .flex-prev {
    left: -20px
}

.trending-product .beans-slide.slick-slide .padding-15 li.product .product-thumbnails .flexslider:hover .flex-direction-nav .flex-next {
    right: -20px
}

div.product h3,
div.product h3 a,
li.product h3 {
    font-size: 14px;
    color: #222;
    margin: 0
}

.product-thumbnails {
    text-align: center;
    position: relative;
    height: 200px;
   
}

.item-grid.grid-type1 .product-thumbnails {
    padding: 0 10px 0
}

.item-grid.grid-type1 .product-thumbnails img {
    margin-top: 0
}


.btn-share .add-to a {
    font-size: 14px
}

.share-yith {
    clear: both;
    text-align: center
}

.share-yith .btn-share {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 7px
}

.share-yith .btn-share:hover i {
    color: #fff;
	background:#dd3333;
}

.btn-share a {
    webkit-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s
}

.share-yith .btn-share a {
    webkit-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    font-size: 14px;
    background: 0 0!important
}

.share-yith .btn-share a:hover,
.woocommerce .share-yith .btn-share a:hover {
    background: #dd3333!important;
}

.btn-share.btn-wishlist:hover {
    cursor: pointer
}


.modus-product .slide-product-grid.type3 .product:hover .share-yith {
    display: inline-block
}

.modus-product .slide-product-grid.type2 .product:hover .share-yith {
    display: inline-block
}

.modus-product .type-heading-1 .heading-title {
    padding: 13px 20px 10px
}

.rated {
    position: relative;
    display: block;
    margin-bottom: 15px
}

.rated .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 12px;
    width: 5.4em;
    font-family: star
}

.rated .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.rated .star-rating::before {
    content: '\f006\f006\f006\f006\f006';
    color: #e0e0e0;
    top: 0;
    font-family: FontAwesome;
    left: 0;
    position: absolute
}

.rated .star-rating span::before {
    font-family: FontAwesome;
    content: '\f005\f005\f005\f005\f005';
    top: 0;
    position: absolute;
    left: 0
}


.modus-product .slide-control-custom .slick-arrow {
    display: inline-block;
    margin: 0 1px;
    padding: 0;
    background: 0 0;
    border: 1px solid #ccc;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 25px;
    z-index: 999;
    color: transparent;
    text-align: center;
    cursor: pointer
}

.modus-product .type-heading-1 .slide-control-custom {
    float: right
}

.modus-product .type-heading-1 .slide-control-custom .slick-arrow {
    height: 25px;
    width: 25px;
    cursor: pointer
}

.modus-product .type-heading-1 .slide-control-custom .slick-arrow:hover {
    border-color: transparent;
	background:#d90000;
}

.modus-product .type-heading-1 .slide-control-custom .slick-arrow:hover i {
    color: #fff
}

.modus-product .type-heading-1 .slide-control-custom .slick-arrow i {
    font-size: 14px;
    color: #ccc;
    line-height: 23px;
    letter-spacing: -2px
}


.product:hover .product-thumbnails.type-list .btn-share {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.product-thumbnails.type-list .btn-share {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    opacity: 0;
    visibility: hidden
}

.product-thumbnails.type-list .btn-share .add-to {
    margin: 0 auto
}

.product-thumbnails.type-list .btn-share a {
    margin: auto;
    position: relative;
    z-index: 9
}

.product-thumbnails.type-list .btn-share a .modus-tltp-text {
    display: none!important
}

.list-type2 .product-thumbnails.type-list .btn-share a i {
    width: 40px;
    height: 40px;
    line-height: 30px
}

.product-thumbnails.type-list .btn-share a i {
    color: #222;
    margin: auto;
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    padding: 6px;
    width: 30px;
    height: 30px;
    line-height: 20px
}

.product-thumbnails.type-list .btn-share:before {
    content: '';
    opacity: .4;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.heading-title {
    padding: 12px;
    border-bottom: 1px solid #d90000;
    margin-bottom: 20px
}

.heading-title .icon-heading {
    display: inline-block;
    width: 60px;
    text-align: center;
    float: left
}

.heading-title:after {
    content: '';
    clear: both;
    display: block
}

.heading-title .icon-heading i {
    font-size: 30px;
    color: #d90000
}

.heading-title h2 {
    display: inline-block;
    margin-top: 0;
    color: #d90000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0
}

.heading-title h2 em {
    font-weight: 600;
    font-style: normal
}

.modus-product-tab .heading-title h2 {
    line-height: 37px;
    margin-left: -3px
}

.modus-blog .initSlide_product {
    padding: 0 20px
}

.modus-blog .slick-slide {
    padding: 0 15px 13px
}

.modus-blog .slick-list {
    margin: 0 -15px
}

.modus-blog .slick-slide .img-box {
    text-align: center;
    position: relative
}

.modus-blog .slick-slide .img-box img {
    width: 100%
}

.modus-blog .slick-slide .img-box .post-meta {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #76b960;
    padding: 5px;
    width: 40px;
    height: 40px
}

.modus-blog .slick-slide .img-box .post-meta p {
    color: #fff;
    margin-bottom: 3px;
    line-height: 14px
}

.modus-blog .postTitle h2 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: 13px;
    font-weight: 600
}

.modus-blog .blog-read-more {
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    color: #000;
    padding-bottom: 3px;
    border-bottom: 2px solid #ff9801
}

.modus-blog .slick-dots {
    display: none!important
}

.modus-blog .beans-stepslider .beans-slideset button.slick-arrow.slick-prev {
    right: 30px
}

.modus-blog .beans-stepslider .beans-slideset button.slick-arrow.slick-next {
    right: 0
}

.modus-blog article.blog {
    position: relative
}

.modus-blog.type1 .blog-list div.first article.blog.odd .blog-text {
    top: 52px;
    bottom: 30px
}

.modus-blog.type1 .postContent p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    line-height: 24px
}

.modus-blog.type1 article.blog.odd .blog-text {
    position: absolute;
    top: 40px;
    bottom: 40px;
    right: 0;
    background: #fff;
    left: 42.5%;
    padding: 78px 100px;
    text-align: center
}

.modus-blog.type1 article.blog.even .blog-text {
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    background: #fff;
    right: 42.5%;
    padding: 80px 100px 77px;
    text-align: center;
    z-index: 1
}

.modus-blog .blog-list article.blog.type-1 {
    margin-bottom: 100px
}

.modus-blog .blog-list>div:last-child article.blog.type-1 {
    margin-bottom: 60px!important
}

.modus-blog .read-more {
    padding-bottom: 3px;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    border: none;
    border-bottom: 2px solid #ff9801
}

.modus-blog .read-more:hover {
    color: #ff9801
}

.modus-blog .blog-list .post-cat {
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    padding: 2px 8px
}

.modus-blog.type1 .blog-list .post-cat {
    margin-bottom: 17px
}

.modus-blog.type1 .blog-list .postContent {
    margin-top: 10px
}

.modus-blog.type1 .blog-list .postTitle h2 {
    margin-bottom: 25px
}

.modus-blog .blog-list .post-cat span {
    width: 16px;
    height: 23px;
    display: inline-block;
    position: absolute
}

.modus-blog .blog-list .post-cat span.before {
    left: -2px
}

.modus-blog .blog-list .post-cat span.after {
    right: 4px;
    top: 2px
}

.modus-blog .blog-list .post-cat span.before:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 11px;
    width: 1px;
    background: #ff9801
}

.modus-blog .blog-list .post-cat span.before:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 16px;
    background: #ff9801
}

.modus-blog .blog-list .post-cat span.after:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 11px;
    width: 1px;
    background: #ff9801
}

.modus-blog .blog-list .post-cat span.after:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 16px;
    background: #ff9801
}

.modus-blog .blog-list .post-cat a {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 3px
}

.modus-blog .blog-list .postTitle h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase
}

.modus-blog .blog-list .blog.type-9 .postTitle {
    padding-left: 50px;
    position: relative;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 5px
}

.modus-blog .blog-list .blog.type-9 .postTitle .month {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    font-weight: 600
}

.modus-blog .blog-list .blog.type-9 .postTitle p {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 16px
}

.modus-blog .blog-list .blog.type-9 .postcontent p {
    line-height: 24px
}

.modus-blog .blog-list .blog.type-9 .postTitle h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.modus-blog .blog-list .blog.type-10 .postTitle {
    padding-left: 50px;
    position: relative
}

.modus-blog .blog-list .blog.type-10 .postTitle .month {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0
}

.modus-blog .blog-list .blog.type-10 .postTitle p {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.modus-blog .blog-list .blog.type-10 .postTitle h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px
}

.modus-blog .blog-list .blog.type-10 .read-more {
    border: none;
    padding: 0;
    text-transform: initial;
    margin-top: 5px
}

.modus-blog .blog-list .blog.type-10 .read-more:hover {
    opacity: .8
}

.modus-blog .blog-list .blog.type-10 .read-more:after,
.modus-blog .blog-list .blog.type-10 .read-more:before {
    display: none
}

.modus-blog .blog-list .postTitle {
    position: relative;
    margin-bottom: 10px
}

.modus-blog .blog-list .postTitle span {
    height: 4px;
    width: 85px;
    margin: auto;
    position: relative;
    display: inline-block
}

.modus-blog .blog-list .postTitle span:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    width: 60px;
    background: #ccc
}

.modus-blog .blog-list .postTitle span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 60px;
    background: #ccc
}

.modus-blog .blog-list .postContent {
    margin-bottom: 54px;
    line-height: 30px
}

.view-more {
    padding: 17px 60px;
    color: #fff;
    text-transform: uppercase
}

.modus-blog.type1 .view-more {
    font-size: 16px;
    padding: 8px 30px;
    color: #ffff;
    border: 1px solid;
    min-width: 180px;
    background: #ff9801;
    text-align: center;
    margin-bottom: 5px
}

.view-more:hover {
    color: #fff
}

.modus-blog .blog-list article.blog.type-2 {
    padding-bottom: 67px
}

.modus-blog .blog-list article.blog.type-2 .blog-text {
    position: absolute;
    right: 0;
    bottom: -13px;
    background: #fff;
    margin-left: 95px;
    padding: 25px 30px 24px
}

.modus-blog .blog-list article.blog.type-2 .blog-text .postTitle h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.3;
    text-transform: none
}

.modus-blog .blog-list article.blog.type-2 .blog-text .blog-read-more {
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    float: right;
    border-bottom: none
}

.modus-blog .blog-list article.blog.type-2 .blog-text .post-meta {
    margin-top: 18px
}

.modus-blog .blog-list article.blog.type-2 .blog-text .post-meta p {
    margin-bottom: 0;
    color: #999;
    text-transform: uppercase;
    font-size: 14px
}

.modus-blog .blog-list .type3 .img-box img {
    width: 100%
}

.modus-blog .blog-list .type3 .postTitle h2 {
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 24px
}

.modus-blog .blog-list .type3 .postTitle p {
    margin-bottom: 9px;
    color: #999;
    text-transform: uppercase;
    margin-top: -1px
}

.modus-blog .blog-list .type3 .post-content,
.modus-blog .blog-list .type3 .post-content p {
    color: #555;
    margin-bottom: 18px
}

.modus-blog .list-type3 {
    margin-bottom: 30px;
    position: relative
}

.modus-blog .list-type3 .row>div {
    position: static
}

.modus-blog .list-type3:last-child {
    margin-bottom: 0
}

.modus-blog .list-type3 .blog-read-more {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    float: left
}

.modus-blog.type5 .row {
    margin: 0
}

.modus-blog.type5 .row>div {
    padding: 0
}

.modus-blog.type5 .blog-list .blog.odd .postTitle h2 {
    margin-top: 33px
}

.modus-blog.type5 .blog-list .blog.odd .blog-text {
    position: static;
    padding: 0 20px;
    background: 0 0
}

.modus-blog.type5 .blog-list .blog.even .blog-text {
    position: static;
    padding: 0 20px;
    background: 0 0;
    margin-bottom: 40px
}

.modus-blog.type5 .blog-list .postTitle h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 35px;
    color: #222
}

.modus-blog.type5 .blog-read-more {
    float: none
}

.modus-blog.type6 .blog-list .postTitle h2 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 5px
}

.modus-blog.type6 .blog-list .postTitle p {
    margin-bottom: 5px;
    color: #999;
    font-size: 12px;
    font-weight: 600
}

.modus-blog.type6 .blog-list .postcontent,
.modus-blog.type6 .blog-list .postcontent p {
    color: #555
}

.modus-blog.type6 .blog-list .postcontent p {
    margin-bottom: 10px
}

.modus-blog.type8 .blog-list .postTitle h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 5px
}

.modus-blog.type8 .blog-list .postTitle p {
    margin-bottom: 5px;
    color: #999;
    font-size: 12px;
    font-weight: 600;
    display: inline-block
}

.modus-blog.type8 .blog-list .postTitle p a,
.modus-blog.type8 .blog-list .postTitle p i {
    color: #999
}

.modus-blog.type8 .blog-list .postTitle p i {
    margin-right: 5px
}

.modus-blog.type8 .blog-list .postTitle p.link-comment {
    margin-left: 15px
}

.modus-blog.type8 .blog-list .postcontent,
.modus-blog.type8 .blog-list .postcontent p {
    color: #555
}

.modus-blog.type8 .blog-list .postcontent p {
    margin-bottom: 10px
}

.show-all {
    position: relative;
    clear: both;
    display: block;
    margin-bottom: 34px
}

.show-all .list-view-as {
    margin: 0;
    padding: 0;
    display: inline-block
}

.show-all .list-view-as li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px
}

.show-all .list-view-as li a {
    border: 1px solid #ccc;
    padding: 6px 9px 3px 9px;
    border-radius: 3px
}

.show-all .list-view-as li.three-2 a {
    padding: 6px 6px 3px 6px
}

.show-all .list-view-as li.four-2 a {
    padding: 6px 6px 3px 6px
}

.show-all .list-view-as li.list-last a {
    padding: 5px 5px 4px 5px
}

.show-all .list-view-as li a.active i,
.show-all .list-view-as li a:hover i {
    color: #fff
}

.show-all .list-view-as li i {
    font-size: 16px;
    color: #555
}

.show-all .list-view-as li i.modusicon-list {
    font-size: 13px
}

.show-all .lt-show {
    display: inline-block;
    border-radius: 5px;
    padding: 0
}

.show-all .lt-show p {
    display: inline-block;
    padding-left: 2px;
    text-align: center;
    line-height: 30px;
    position: relative;
    margin-bottom: 0;
    color: #222
}

.show-all .lt-show .custom_select {
    width: 65px;
    min-width: 65px;
    margin-right: 0;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.show-all .lt-show .custom_select:hover {
    cursor: pointer
}

.show-all .lt-show .custom_select .select_title {
    position: relative;
    font-size: 14px;
    margin-top: -3px;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 3px
}

.show-all .lt-show .custom_select .select_title:before {
    content: "\e688";
    font-family: Pe-icon-7-stroke;
    display: block;
    font-style: normal;
    position: absolute;
    top: 3px;
    color: #999;
    font-size: 16px;
    right: 10px
}

.show-all .lt-show .custom_select .select_list {
    width: 68px;
    position: absolute;
    top: 32px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    z-index: -1;
    padding-left: 0;
    margin: 0;
    -webkit-box-shadow: 0 1px 1px rgba(193, 193, 193, .15);
    -o-box-shadow: 0 1px 1px rgba(193, 193, 193, .15);
    -ms-box-shadow: 0 1px 1px rgba(193, 193, 193, .15);
    box-shadow: 0 1px 1px rgba(193, 193, 193, .15);
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    background: #f5f5f5;
    border-top: 1px solid #fff
}

.show-all .lt-show .custom_select .select_list.active {
    opacity: 1;
    z-index: 999;
    visibility: inherit;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    width: 68px
}

.show-all .lt-show .custom_select .select_list li {
    list-style: none;
    border-bottom: 1px solid #fff
}

.show-all .lt-show .custom_select .select_list li a {
    color: #666;
    padding: 3px 5px;
    display: block
}

.woocommerce .shop-title {
    margin-bottom: 22px
}

.woocommerce .shop-title h1 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    color: #111;
    text-transform: uppercase;
    font-weight: 900
}

.woocommerce .shop-title .woocommerce-result-count {
    float: right;
    margin-bottom: 0;
    font-size: 16px;
    color: #666
}

.woocommerce .products .layout-grid,
.woocommerce .products .layout-list,
.woocommerce .products .layout-metro {
    opacity: 0;
    z-index: -1;
    position: absolute;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.woocommerce .products .layout-grid.active,
.woocommerce .products .layout-list.active,
.woocommerce .products .layout-metro.active {
    opacity: 1;
    z-index: 9;
    position: relative
}

.woocommerce .products .layout-grid .item-grid {
    margin-bottom: 25px
}

.woocommerce .products.grid {
    position: relative
}

.woocommerce .products.grid .info-alert {
    left: 20px;
    top: 10px
}

.woocommerce .products.grid ul {
    clear: none;
    margin: 0
}

.woocommerce .products.grid ul div.product {
    padding: 0;
    width: 100%!important;
    margin: 0;
    float: none!important
}

.woocommerce .products.grid ul div.product .terms-product {
    margin-top: 14px!important
}

.woocommerce .products.grid ul div.product .button {
    margin-top: 0!important;
    background: 0 0
}

.woocommerce .products.grid ul div.product img {
    margin: 0!important;
    padding: 0!important
}

.woocommerce .products.grid ul div.product .product-thumbnails {
    padding-top: 0;
    margin-bottom: 0;
    border: 1px solid #f1f2f4
}

.woocommerce .products.grid ul.products-type {
    margin-bottom: 30px
}

.woocommerce .products.list {
    position: relative
}

.woocommerce .products.list .info-alert {
    top: 5px
}

.woocommerce .products.list .product-thumbnails img {
    border: 1px solid #f1f2f4
}

.woocommerce .products.list .product-thumbnails {
    margin-bottom: 0;
    padding-top: 0
}

.woocommerce .products.list .short-description {
    font-size: 14px;
    color: #555
}

.woocommerce .products.list .short-description p,
.woocommerce .products.list .short-description ul li {
    font-size: 14px;
    color: #555
}

.woocommerce .products.list .short-description ul {
    padding-left: 16px
}

.woocommerce .products.list .short-description ul li {
    list-style-type: initial
}

.woocommerce .products.list .products-type>li {
    padding: 30px 0 30px;
    border-bottom: 1px solid #ededed
}

.woocommerce .products.list .products-type>li:first-child {
    padding-top: 0
}

.woocommerce .products.list .products-type div.product {
    padding: 0
}

.woocommerce .products.list .product-title-has-rate {
    text-align: right;
    padding-right: 0
}

.woocommerce .products.list .product-title-has-rate .rating-product {
    position: relative;
    display: inline-block
}

.woocommerce .products.list .format-price-addcart .price-product {
    display: block;
    clear: both;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.woocommerce .products.list .btn-share .add-to a {
    background: 0 0;
    padding-right: 0
}

.woocommerce .products.list .format-price-addcart .btn-cart .add_to_cart_button span {
    display: block;
    text-transform: uppercase;
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 900
}

.woocommerce .products.list .format-price-addcart .btn-cart {
    display: block;
    clear: both;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 12px
}

.woocommerce .products.list .format-price-addcart .btn-cart a {
    background: 0 0
}

.woocommerce .products.list .share-yith {
    display: inline-block;
    position: static
}

.woocommerce .products.list .list-bottom .btn-cart {
    position: relative;
    height: 40px;
    display: inline-block
}

.woocommerce .products.list .list-bottom .btn-addtocart a.button,
.woocommerce .products.list .list-bottom .btn-cart .add_to_cart_button {
    position: relative;
    font-size: 100%!important;
    line-height: 35px;
    background: 0 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: unset;
    transition: unset
}

.woocommerce .products.list .list-bottom .btn-addtocart a.button:before {
    padding-right: 7px
}

.woocommerce .products.list .list-bottom .btn-addtocart a.button:hover {
    color: #fff
}

.woocommerce .products.list .share-yith .btn-share {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    position: relative
}

.modus_banner_product ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.list-bottom .btn-cart {
    display: inline-block;
    float: left;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-right: 7px
}

.list-bottom .btn-cart a {
    color: #555;
    background: 0 0;
    line-height: 38px;
    border-radius: 3px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.list-bottom .btn-cart:hover a,
.list-bottom .btn-cart:hover i {
    color: #fff
}

.list-bottom .btn-cart i {
    color: #555
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    line-height: 1
}

.list-bottom .share-yith .btn-share {
    border: 1px solid #ccc
}

.list-bottom .share-yith .btn-share i {
    color: #222;
    font-size: 17px!important;
    vertical-align: text-bottom;
    display: block
}

.list-bottom .share-yith .btn-share:hover i {
    color: #fff
}

.layout-list .share-yith .btn-share i {
    line-height: 38px
}

.layout-list .product .btn-share.btn-view {
    position: absolute;
    bottom: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0
}

.layout-list .product .btn-share .modus-tltp {
    display: block
}

.layout-list .product-thumbnails:hover .btn-share.btn-view {
    visibility: inherit;
    opacity: 1;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s
}

.layout-list .woocommerce-loop-product__title {
    margin-bottom: 15px
}

.related {
    position: relative;
    overflow: hidden
}

.related>h2 {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 0;
    display: block;
    font-size: 20px;
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    margin-right: 83px
}

.related>h2 span {
    display: inline-block;
    position: relative;
    padding-bottom: 12px
}

.related>h2 span:after {
    content: '';
    height: 1px;
    width: 100%;
    background: #ccc;
    position: absolute;
    left: 0;
    bottom: -1px
}

.related .initSlide_product {
    padding-top: 30px;
    padding: 30px 0 0
}

.related .rated {
    float: right
}

.related .product-thumbnails {
    border: 1px solid #f1f2f4;
    margin-bottom: 18px
}

.related .item-grid {
    padding: 0 15px
}

.related .slick-list {
    margin: 0 -15px
}

.related .beans-stepslider .beans-slideset button.slick-arrow {
    border-radius: 3px;
    width: 30px;
    height: 30px;
    background: #fff;
    top: -90px
}

.related .beans-stepslider .beans-slideset button.slick-arrow.slick-next {
    right: 0
}

.related .beans-stepslider .beans-slideset button.slick-arrow.slick-prev {
    right: 40px
}

.related .item-grid .product h2 {
    margin-top: 0
}

.related .ct-product-right {
    padding-top: 0
}

.post-type-archive-product .item-grid .product .btn-cart-in a.add_to_cart_button:hover i {
    color: #fff
}

.post-type-archive-product .item-grid .share-yith .btn-share:hover i {
    color: #fff!important
}

.woocommerce .products.grid ul div.product .btn-compare .button {
    padding: 0!important
}

.view-detail {
    padding: 10px 28px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s
}

.view-detail:hover {
    background: 0 0
}

.grid-type5 .product-thumbnails {
    padding: 5px 5px 0
}

.item-grid.grid-type5 .price span.amount,
.item-grid.grid-type5 .price span.woocommerce-Price-currencySymbol {
    font-size: 20px
}

.item-grid.grid-type5 .price span.unit {
    font-size: 14px;
    color: #999;
    text-transform: uppercase
}

.item-grid.grid-type5,
.item-grid.grid-type5 h2 {
    text-align: center
}

.item-grid.grid-type5 h2 {
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 600
}

.item-grid.grid-type5 .price-product {
    margin-bottom: 22px
}

.item-grid.grid-type1 .product,
.item-grid.grid-type3 .product,
.item-grid.grid-type5 .product {
    margin: 5px;
    border: 1px solid transparent;
    overflow: hidden
}

.item-grid.grid-type1 .product .midle {
    background: 0 0!important;
    padding: 0!important
}

.item-grid .btn-share .add-to a,
.woocommerce .item-grid .btn-share .add-to a {
    background: 0 0!important
}

.item-grid.grid-type1 .product .btn-cart-in .btn-addtocart a {
    padding: 13px!important;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid transparent;
    line-height: 1!important
}

.item-grid.grid-type1 .add_to_cart_button:before {
    color: #fff;
    display: inline-block;
    vertical-align: text-top
}

.item-grid.grid-type1 .product .share-yith .btn-share {
    display: inline-block;
    padding: 0;
    border-style: solid!important;
    border-width: 1px!important;
    border-radius: 4px;
    margin: 0 7px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.countdown-home3 .countdown-section .countdown-char {
    text-transform: uppercase;
    color: #555
}

.item-grid.grid-type1 .product h2 {
    text-align: center;
    margin-top: 0!important;
    margin-bottom: 9px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize
}

.product h2 {
    line-height: 24px
}

.item-grid.grid-type1 .product .price {
    font-size: 18px
}

.item-grid.grid-type1 .product .btn-cart-in {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, -100%, 0);
    -webkit-transform: translate3d(-50%, -100%, 0);
    -moz-transform: translate3d(-50%, -100%, 0);
    -o-transform: translate3d(-50%, -100%, 0);
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    vertical-align: middle
}

.item-grid.grid-type1 .product:hover .btn-cart-in {
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    visibility: visible;
    top: 50%;
    bottom: auto;
    float: left;
    width: auto;
    right: auto;
    left: 50%;
    margin: 0 auto
}

.item-grid.grid-type2 .product .btn-cart-in {
    position: absolute;
    top: auto!important;
    bottom: 22px!important;
    left: 24px!important;
    right: 24px!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    vertical-align: middle;
    z-index: 2
}

.item-grid.grid-type2 .product:hover .btn-cart-in {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.item-grid.grid-type3 .product .btn-cart-in {
    position: absolute;
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    vertical-align: middle;
    background: #fff
}

.item-grid.grid-type1 .product .share-yith {
    position: absolute;
    top: 0!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    vertical-align: middle;
    padding: 17px 0 30px;
    background: #fff
}

.item-grid.grid-type1 .product:hover .share-yith,
.item-grid.grid-type3 .product:hover .btn-cart-in {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.item-grid.grid-type1 .product .share-yith .btn-share {
    border: 1px solid transparent;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 8px;
    border-radius: 3px
}

.item-grid.grid-type2 .product .btn-cart-in .share-yith {
    display: inline-block
}

.item-grid.grid-type1 .product .price-product {
    display: inline-block;
    text-align: center
}

.item-grid.grid-type1 .ct-product-right .star-rating,
.item-grid.grid-type6 .ct-product-right .star-rating {
    float: none;
    margin: 0 auto
}

.item-grid.grid-type1 .product .price-product .price ins {
    float: right
}

.item-grid.grid-type1 .product .info-bottom {
    text-align: center
}

.item-grid.grid-type1 .product .ct-product-right .rated,
.item-grid.grid-type6 .product .ct-product-right .rated {
    float: none;
    width: 100%
}

.item-grid.grid-type1 .product .btn-share .add-to a {
    padding: 0
}

.slide-product .item-grid.grid-type2 {
    padding: 0 15px
}

.item-grid.grid-type2 .product h2 {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize
}

.modus-product-more .item-grid.grid-type2 .price-product {
    text-align: left;
    margin-top: 0
}

.modus-product-more .item-grid.grid-type2 .rated {
    margin-top: 5px
}

.modus-product-more .item-grid.grid-type2 div.product {
    border: none;
    padding-bottom: 0
}

.modus-product-more .item-grid.grid-type2 img {
    margin-top: 0
}

.item-grid.grid-type2 .btn-share {
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 40px;
    float: left;
    color: #555;
    display: inline-block;
    background: #fff;
    vertical-align: midded
}

.item-grid.grid-type2 .btn-share:hover i,
.product .btn-wishlist .yith-wcwl-wishlistaddedbrowse.show:hover i {
    color: #fff
}

.modus-product-tab .item-grid.grid-type2 .btn-share a.add_to_cart_button {
    border-right: none!important;
    padding: 0!important
}

.modus-product-tab .item-grid.grid-type2 {
    margin-bottom: 35px!important;
    padding: 0 15px!important
}

.item-grid .btn-share .add-to a {
    padding: 0;
    background: 0 0
}

.item-grid.grid-type1 .product .btn-cart-in a.add_to_cart_button:hover {
    transition: all .5 ease;
    -webkit-transition: all .5 ease;
    -moz-transition: all .5 ease;
    -o-transsition: all .5 ease;
    -ms-transition: all .5 ease
}

.item-grid.grid-type1 .product .share-yith .btn-share:hover i {
    color: #fff
}

.modus-product-tab .item-grid.grid-type-4,
.modus-product-tab .item-grid.grid-type6 {
    margin-bottom: 30px!important;
    padding: 0 15px!important
}

.item-grid.grid-type-4 .price-product {
    margin-top: 18px;
    margin-bottom: 10px;
    display: inline-block;
    text-align: center;
    width: 100%
}

.item-grid.grid-type-4 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0
}

.item-grid.grid-type-4 .btn-cart-in .add_to_cart_button {
    line-height: 35px!important
}

.item-grid.grid-type-4 .posted_in a {
    color: #999;
    font-size: 14px
}

.item-grid.grid-type-4 .product h2 {
    margin-bottom: 0!important
}

.item-grid.grid-type-4 .product-thumbnails img {
    margin-top: 15px
}

.item-grid.grid-type-4 .product-thumbnails .posted_in {
    display: block;
    margin-top: -4px
}

.item-grid.grid-type-4 .product .price del span {
    font-size: 14px!important;
    font-weight: 600
}

.price-product .price {
    position: relative
}

.price-product .price del span.woocommerce-Price-currencySymbol,
.price-product .price span.woocommerce-Price-currencySymbol {
    font-size: 18px!important;
    top: 3px;
    position: absolute;
    left: -13px;
    line-height: 100%
}

.modus-product-more .item-grid.grid-type-4 .product .price ins span.woocommerce-Price-currencySymbol {
    font-size: 12px!important
}

.item-grid.grid-type-4 .product .price {
    position: relative
}

.item-grid.grid-type-4 .product .price ins span {
    font-weight: 600
}

.item-grid.grid-type6 .product {
    border: 1px solid #eee;
    padding-bottom: 15px;
    background: #fcfcfc
}

.item-grid.grid-type6 .ct-product-right h2 {
    font-size: 14px;
    color: #222;
    margin-top: 4px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 7px
}

.item-grid.grid-type6 .product:hover,
.item-grid.grid-type7 .product:hover {
    -webkit-box-shadow: 0 0 15px 0 #e0e0e0;
    box-shadow: 0 0 15px 0 #e0e0e0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.item-grid.grid-type6 .info-bottom {
    border-top: 1px dotted #eee;
    min-height:130px;
}

.item-grid.grid-type6 .ct-product-right {
    padding-top: 7px!important
}

.item-grid.grid-type6 .product .ct-product-right .rated {
    padding-bottom: 9px
}

.item-grid.grid-type6 .product .ct-product-right .price-product {
    margin-bottom: 0
}

.item-grid.grid-type6 .product:hover .ct-product-right {
    opacity: 0
}

.item-grid.grid-type6 .product:hover .share-yith {
    display: block;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.item-grid.grid-type6 .product .share-yith {
    position: absolute;
    top: auto!important;
    bottom: 0!important;
    left: 0!important;
    right: 0!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    vertical-align: middle
}

.item-grid.grid-type6 .product .share-yith .btn-share {
    height: 40px;
    width: 40px;
    border: 1px solid #eee;
    margin: 0 5px;
    line-height: 40px;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.item-grid.grid-type6 .product .share-yith .btn-view {
    display: none
}

.item-grid.grid-type6 .product .share-yith .btn-share a {
    height: 38px
}

.item-grid.grid-type6 .product {
    overflow: hidden
}

.item-grid.grid-type6 .product .share-yith .btn-share:hover i {
    color: #fff!important
}

.quickview {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.item-grid.grid-type6 .product:hover .quickview,
.item-grid.grid-type7 .product:hover .quickview {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.quickview a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 23px;
	background:#d90000
}


.item-grid .product img,
.modus-blog .blog-list .type-7 img,
.sidebar .shop-banner img {
    height: 100%;
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s
}

.item-grid .product:hover img,
.modus-blog .blog-list .type-7:hover img,
.sidebar .shop-banner:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.item-grid .product .product-thumbnails,
.sidebar .shop-banner {
    overflow: hidden
}


.item-grid .btn-share .add-to a,
.item-grid .btn-share a,
.item-grid.grid-type-4 .yith-wcwl-add-to-wishlist,
.item-grid.grid-type2 .share-yith .btn-share.btn-wishlist a,
.item-grid.grid-type2 .yith-wcwl-add-to-wishlist,
.list-type2 .btn-share .add-to a,
.yith-wcwl-add-button a.add_to_wishlist,
a.yith-wcqv-button {
    display: block;
    padding: 0
}





.midle {
    margin: auto
}

.product .btn-cart-in a.add_to_cart_button i {
    margin-right: 10px
}

.product .info-bottom {
    position: relative
}


.item-grid.grid-type2 .product .share-yith .btn-share:last-child,
.related .product .share-yith .btn-share:last-child {
    border: none
}

.item-grid .product i,
.modus-product-tab .nav-1 .product i,
.related .product i {
    color: #222;
    font-size: 18px;
    line-height: 34px
}

.item-grid.grid-type1 .product .btn-cart-in i {
    line-height: 1
}

.add_to_cart_button,
.btn-addtocart a.button {
    font-size: 0!important;
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    line-height: 34px;
    top: 0;
    -webkit-font-smoothing: antialiased
}

.product-categories {
    margin: 0;
    padding: 0
}

.product-categories li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    display: block;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

.product-categories li:hover {
    border-color: transparent
}

.product-categories li:hover a {
    color:#dd3333;
}
.product-categories li.cat-parent:hover:after {
    right: 10px
}

.product-categories li:last-child {
    border: none
}

.product-categories li.cat-parent ul {
    padding-left: 20px;
    display: none
}

.product-categories li.cat-parent:after {
    content: "\f105";
    display: block;
    width: 6px;
    position: absolute;
    right: 0;
    top: 12px;
    font-family: FontAwesome
}

.product-categories li a {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 0;
    display: inline-block
}
.product-categories li a:before, .sidebar-blog .widget.widget_categories ul li a:before{
	    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.product-categories li a:before, .woocommerce .widget_price_filter .price_slider_amount .button .sidebar-blog .widget.widget_categories ul li a:before, .share-buttons a:before, .error-404 .center form button, .modus-block-left a.woocommerce-review-link:hover:before, .background-default, .layout-metro .item-grid.grid-type2 .product .btn-cart-in a.add_to_cart_button:hover, .modus-box .layout1.style1 .link-more::before, .modus-box .layout1.style1 .link-more:hover::after, .modus-blog .blog-list article.blog.type-2 .blog-text .blog-read-more:hover::after, .modus-blog .blog-read-more:hover::after, .header-v3.header-v8 .main-nav ul li:hover::after, .header-v3.header-v8 .main-nav ul li.current-menu-item::after, .header-v3.header-v8 .main-nav ul li.current_page_parent::after, .header_7 .header-top, .contact-form input.wpcf7-submit{
	background: #dd3333;
}
.product-categories li:active a:before, .product-categories li:focus a:before, .product-categories li:hover a:before, .sidebar-blog .widget.widget_categories ul li:active a:before, .sidebar-blog .widget.widget_categories ul li:focus a:before, .sidebar-blog .widget.widget_categories ul li:hover a:before{
	right:0;
}
	a:hover{
	text-decoration:none;
	
}
