@charset "UTF-8";
.no-margin {
    margin: 0!important
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image,
.lib-two-img,
.products-list .product-layout .product-item-container .left-block .product-image-container.second_img {
    position: relative;
    display: block
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-1,
.lib-two-img .img-1,
.products-list .product-layout .product-item-container .left-block .product-image-container.second_img .img-1 {
    position: relative;
    transition: all .5s ease-in-out
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image .lt-image .img-2,
.lib-two-img .img-2,
.products-list .product-layout .product-item-container .left-block .product-image-container.second_img .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    display: block;
    -webkit-transform: rotate(0);
    -webkit-backface-visibility: hidden;
    transition: all .5s ease-in-out;
    left: 0
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-1,
.lib-two-img-over .img-1,
.products-list .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img-1 {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    -webkit-transform: rotate(0);
    -webkit-backface-visibility: hidden
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .media-left .item-image .lt-image .img-2,
.lib-two-img-over .img-2,
.products-list .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img-2 {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out
}

@keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@-webkit-keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@-moz-keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

#callback-btn,
.back-to-top {
    position: fixed;
    cursor: pointer;
    border: 4px solid #ddd;
    color: #ddd;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    width: 48px;
    height: 48px;
    z-index: 30;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 1;
    right: 20px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.back-to-top {
	bottom: 20px;
	background-color: #666;
}

#callback-btn {
	bottom: 80px;
	background: #087900;
	font-size: 22px;
    line-height: 42px;
}

#callback-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    z-index: 1000
}

#callback-window form {
    position: absolute;
    width: 300px;
    max-width: 90%;
    padding: 15px 20px 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .56);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .56);
    box-shadow: 0 0 15px rgba(0, 0, 0, .56);
    overflow: hidden
}

#callback-window form .success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    text-align: center;
    padding-top: 50px
}

#callback-window form .success:not(.open) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

#callback-window form label {
    margin-bottom: 10px
}

#callback-window form input,
#callback-window form label,
#callback-window form textarea {
    display: block;
    width: 100%
}

#callback-window form textarea {
    resize: none
}

#callback-window .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    border: 2px solid #545454;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    opacity: 1;
    z-index: 2
}

#callback-window .close::after,
#callback-window .close::before,
#callback-window form .success {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#callback-window .close::after,
#callback-window .close::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 3px;
    width: 2px;
    height: 16px;
    background: #545454
}

#callback-window .close::before,
#callback-window .close:hover::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#callback-window .close::after,
#callback-window .close:hover::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#callback-window .title {
    font-size: 24px;
    color: #087900;
    font-weight: 700
}

#callback-window button {
    background: #087900;
    color: #fff;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    padding: 7px 20px 8px
}

.back-to-top.hidden-top {
    bottom: -100px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.back-to-top:hover {
    background-color: #444
}

.back-to-top i {
    font-size: 20px;
    margin: 1px 0 0 0!important;
    color: #ddd;
    display: inline-block
}

.back-to-top i:before {
    content: '\f062'
}

.social-widgets {
    position: fixed;
    z-index: 999;
    top: 50%;
    height: 0;
    width: 0;
    right: 0
}

.checkout-cart .content_404 .erro-image {
    display: none
}

.account-register .buttons input[type=checkbox] {
    position: relative;
    top: 3px
}

.account-register .form-horizontal .buttons {
    display: inline-block;
    width: 100%
}

.social-widgets .item,
.social-widgets .items {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.social-widgets .items {
    top: -100px;
    position: relative
}

.social-widgets .item {
    position: absolute;
    top: 0;
    left: 120px
}

.social-widgets .active {
    z-index: 100;
    left: -310px
}

.social-widgets .item-01,
.social-widgets .item-02,
.social-widgets .item-03,
.social-widgets .item-04,
.social-widgets .item-05,
.social-widgets .item-06,
.social-widgets .item-07,
.social-widgets .item-08,
.social-widgets .item-09 {
    left: 0
}

.social-widgets .item-01 {
    top: 0;
    z-index: 99
}

.social-widgets .item-02 {
    top: 45px;
    z-index: 98
}

.social-widgets .item-03 {
    top: 90px;
    z-index: 97
}

.social-widgets .item-04 {
    top: 150px;
    z-index: 96
}

.social-widgets .item-05 {
    top: 200px;
    z-index: 95
}

.social-widgets .tab-icon .fa {
    font-size: 18px;
    line-height: 45px
}

.social-widgets .tab-icon {
    position: absolute;
    top: 0;
    left: -45px;
    display: block;
    width: 45px;
    height: 45px;
    background: #fff;
    text-align: center;
    font-size: 1.54em
}

.social-widgets .tab-icon:hover {
    text-decoration: none
}

.social-widgets .active .tab-icon {
    border-color: #e9e9e9;
    background: #fff
}

.social-widgets .facebook .tab-icon {
    background: #3b5998;
    background-clip: content-box;
    color: #fff
}

.social-widgets .twitter .tab-icon {
    background: #07779a;
    background-clip: content-box;
    color: #fff
}

.social-widgets .youtube .tab-icon {
    background: #da2723;
    background-clip: content-box;
    color: #fff
}

.social-widgets .tab-content {
    background: #fff;
    width: 310px;
    padding: 10px
}

.social-widgets .active .tab-content {
    box-shadow: 0 0 4px rgba(0, 0, 0, .15)
}

.social-widgets .title {
    margin: -10px -10px 10px;
    padding: 0 10px;
    background-color: #ccc;
    text-transform: uppercase;
    line-height: 45px;
    color: #000;
    font-weight: 700
}

.social-widgets .title .h5,
.social-widgets .title h5 {
    line-height: 45px;
    margin: 0
}

.social-widgets .facebook.active {
    left: -260px
}

.social-widgets .facebook .tab-content {
    width: 260px
}

.social-widgets .twitter.active {
    left: -300px
}

.social-widgets .twitter .tab-content {
    width: 300px
}

.social-widgets .twitter-widget {
    padding-top: 10px
}

.social-widgets .youtube.active {
    left: -450px
}

.social-widgets .youtube .tab-content {
    width: 450px
}

.social-widgets .youtube .tab-content iframe {
    width: 100%
}

.social-widgets .loading {
    min-height: 200px;
    position: relative;
    z-index: 100
}

.social-widgets .loading img.ajaxloader {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 32px;
    height: 32px
}

.wrapper-boxed header.navbar-compact,
.wrapper-iframed header.navbar-compact,
.wrapper-rounded header.navbar-compact {
    width: auto
}

header.navbar-compact .compact-hidden {
    display: none
}

.navbar-compact .header-center {
    padding: 20px 0
}

.navbar-compact .header-bottom {
    margin: 0 0 10px
}

.navbar-switcher {
    text-align: center;
    float: right;
    display: none;
    width: 45px;
    height: 45px;
    margin-bottom: -47px;
    background: #087900!important;
    padding: 6px 7px;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    color: #fff
}

.navbar-switcher.active {
    background: #333!important
}

.navbar-switcher .i-active,
.navbar-switcher.active .i-inactive {
    display: none
}

.navbar-switcher .fa-caret-down,
.navbar-switcher.active .i-active {
    display: inline;
    font-size: 1.8em;
    line-height: 1.5em
}

.lazy {
    display: block;
    overflow: hidden;
    background: transparent url(../../images/lazy-loader.gif) no-repeat center center
}

@media (min-width:1200px) {
    .lazy.lazy-loaded {
        background: 0 0;
        height: auto
    }
    .lazy img {
        transition: 1s all ease;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        display: inline-block
    }
    .lazy.lazy-loaded img {
        opacity: 1
    }
}

@media (max-width:1024px) {
    .no-res {
        width: 1190px
    }
}

.wrapper-boxed,
.wrapper-iframed,
.wrapper-rounded {
    max-width: 1200px;
    margin: 0 auto;
    background: #f5f5f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.wrapper-iframed {
    margin: 20px auto
}

.wrapper-rounded {
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden
}

.loader-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000111;
    background-color: #fff;
    opacity: 1;
    transition: all .5s linear 0s
}

.loader-content.loader-off,
body.loaded .loader-content {
    opacity: 0;
    visibility: hidden;
    transition: all .5s linear 0s
}

.loader-content {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0;
    top: 0;
    z-index: 99999999
}

#loader {
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100px
}

.cssload-thecube {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg)
}

.cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg)
}

.cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #087900;
    animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
    transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%
}

.cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg)
}

.cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg)
}

.cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg)
}

.cssload-thecube .cssload-c2:before {
    animation-delay: .35s;
    -o-animation-delay: .35s;
    -ms-animation-delay: .35s;
    -webkit-animation-delay: .35s;
    -moz-animation-delay: .35s
}

.cssload-thecube .cssload-c3:before {
    animation-delay: .69s;
    -o-animation-delay: .69s;
    -ms-animation-delay: .69s;
    -webkit-animation-delay: .69s;
    -moz-animation-delay: .69s
}

.cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s
}

@keyframes cssload-fold-thecube {
    0%,
    10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        transform: perspective(136px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%,
    10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0
    }
}

.banners-effect-1 .banners>div img {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.banners-effect-1 .banners>div img:hover {
    opacity: .8
}

.banners-effect-2 .banners>div a {
    display: block;
    position: relative;
    overflow: hidden
}

.banners-effect-2 .banners>div a:hover:after,
.banners-effect-2 .banners>div a:hover:before {
    left: 0;
    opacity: 1
}

.banners-effect-2 .banners>div a:after,
.banners-effect-2 .banners>div a:before {
    background-color: rgba(255, 255, 255, .4);
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
    content: "";
    z-index: 1
}

.banners-effect-3 .banners>div a {
    display: block;
    position: relative;
    overflow: hidden
}

.banners-effect-3 .banners>div a:hover:after,
.banners-effect-3 .banners>div a:hover:before {
    border: 0 solid rgba(0, 0, 0, .7);
    opacity: 0
}

.banners-effect-3 .banners>div a:after,
.banners-effect-3 .banners>div a:before {
    border: 50px solid transparent;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    content: "";
    opacity: 1;
    width: 100px;
    height: 100px;
    -webkit-transform: scale(7);
    -moz-transform: scale(7);
    -ms-transform: scale(7);
    -o-transform: scale(7);
    transform: scale(7);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: visible;
    z-index: 1
}

.banners-effect-4 .banners>div a {
    display: block;
    position: relative;
    overflow: hidden
}

.banners-effect-4 .banners>div a:hover:after,
.banners-effect-4 .banners>div a:hover:before {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1)
}

.banners-effect-4 .banners>div a:after,
.banners-effect-4 .banners>div a:before {
    border-bottom: 50px solid rgba(0, 0, 0, .2);
    border-top: 50px solid rgba(0, 0, 0, .2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform-origin: 50% 50% 0;
    width: 100%;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transition: opacity .4s ease 0s, -webkit-transform .35s ease 0s;
    -moz-transition: opacity .4s ease 0s, -moz-transform .35s ease 0s;
    transition: opacity .4s ease 0s, transform .35s ease 0s;
    visibility: visible;
    z-index: 1
}

.banners-effect-5 .banners>div a {
    display: block;
    position: relative;
    overflow: hidden
}

.banners-effect-5 .banners>div a:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    border: 70px solid rgba(255, 255, 255, 0);
    top: 0;
    left: 0;
    transition: all .5s ease-in-out
}

.banners-effect-5 .banners>div a:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: .5;
    border: 30px solid #fff;
    top: 0;
    left: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transition: all .5s ease-in-out
}

.banners-effect-5 .banners>div a:hover:before {
    border: 0 solid rgba(255, 255, 255, .7)
}

.banners-effect-5 .banners>div a:hover:after {
    transform: scale(.8);
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    opacity: 0;
    transition-delay: .1s
}

.banners-effect-6 .banners>div a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #000;
    vertical-align: top
}

.banners-effect-6 .banners>div a img {
    backface-visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
    transition: opacity 1s ease 0s, transform 1s ease 0s
}

.banners-effect-6 .banners .bn-shadow:hover img {
    opacity: .8;
    transform: scale3d(1.1, 1.1, 1)
}

.banners-effect-7 .banners .bn-shadow {
    display: block;
    position: relative;
    overflow: hidden
}

.banners-effect-7 .banners .bn-shadow::before {
    position: absolute;
    background: rgba(0, 0, 0, .3);
    width: 0;
    top: 0;
    left: 50%;
    content: "";
    transition: all .3s ease-in-out 0s
}

.banners-effect-7 .banners .bn-shadow:hover::before {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%
}

.banners-effect-8 .banners>div a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #000;
    vertical-align: top
}

.banners-effect-8 .banners>div a:after,
.banners-effect-8 .banners>div a:before {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 1
}

.banners-effect-8 .banners>div a:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1)
}

.banners-effect-8 .banners>div a:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0)
}

.banners-effect-8 .banners>div img {
    opacity: 1;
    -webkit-transition: opacity .35s ease 0s;
    -o-transition: opacity .35s ease 0s;
    transition: opacity .35s ease 0s
}

.banners-effect-8 .banners>div a:hover:after,
.banners-effect-8 .banners>div a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.banners-effect-8 .banners>div a:hover img {
    opacity: .5
}

.banners-effect-9 .banners>div a {
    display: block;
    position: relative;
    z-index: 10
}

.banners-effect-9 .banners>div a:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    -webkit-transition: opacity .35s;
    transition: opacity .35s;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .2);
    opacity: 0
}

.banners-effect-9 .banners>div a:hover:before {
    opacity: 1
}

.banners-effect-9 .banners>div a img {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
    transform: perspective(1000px) translate3d(0, 0, 0)
}

.banners-effect-9 .banners>div a:hover img {
    -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
    transform: perspective(1000px) translate3d(0, 0, 21px)
}

.banners-effect-10 .banners>div a {
    display: block;
    position: relative;
    overflow: hidden
}

.banners-effect-10 .banners>div a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .2) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.banners-effect-10 .banners>div a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.banners-effect-11 .banners>div a {
    display: block;
    position: relative;
    overflow: hidden
}

.banners-effect-11 .banners>div a:hover:after,
.banners-effect-11 .banners>div a:hover:before {
    width: 100%;
    height: 100%
}

.banners-effect-11 .banners>div a:after,
.banners-effect-11 .banners>div a:before {
    background-color: rgba(0, 0, 0, .15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s
}

.banners-effect-11 .banners>div a:after {
    left: auto;
    right: 0;
    bottom: 0
}

.banners-effect-12 .banners>div img {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.banners-effect-12 .banners>div img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.container>.alert,
body>.alert {
    position: fixed;
    z-index: 10004;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: alert-anim 1s cubic-bezier(1, -.01, 0, .99);
    -moz-animation: alert-anim 1s cubic-bezier(1, -.01, 0, .99);
    animation: alert-anim 1s cubic-bezier(1, -.01, 0, .99)
}

.container>.alert .alert,
body>.alert .alert {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%
}

.container>.alert .alert.fadeOut,
body>.alert .alert.fadeOut {
    top: -100%
}

.alert {
    position: relative;
    padding: 18px 40px 18px 75px;
    z-index: 30;
    color: #fff;
    border-radius: 0;
    min-height: 60px;
    box-sizing: border-box;
    border: none;
    font-weight: 600;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    transition: 1s all cubic-bezier(1, -.01, 0, .99)
}

.alert:not(.product-added-window) i,
.product-added-window .fa-check-circle {
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 60px;
    font-size: 40px;
    -webkit-animation: alert-icon-anim 1s;
    -moz-animation: alert-icon-anim 1s;
    -ms-animation: alert-icon-anim 1s;
    -o-animation: alert-icon-anim 1s;
    animation: alert-icon-anim 1s;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
    left: 0
}

.alert:not(.product-added-window) i:before,
.product-added-window .fa-check-circle::before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    line-height: 0
}

.alert a:hover {
    text-decoration: underline
}

.alert button.close {
    position: absolute;
    top: 50%;
    line-height: 1;
    color: #fff;
    opacity: .7;
    background: 0 0;
    border: none;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 15px
}

.alert button.close:focus,
.alert button.close:hover {
    opacity: 1;
    color: #fff
}

.alert.fadeOut {
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.alert.fadeOut .alert {
    top: 100%
}

@media (max-width:479px) {
    .alert {
        padding-right: 30px
    }
    .alert button.close {
        right: 5px
    }
}

.alert-success {
    background-color: #4caf50
}

.alert-success:not(.product-added-window) i,
.product-added-window .fa-check-circle {
    background: #388e3c
}

.alert-success a,
.alert-success a:focus,
.alert-success a:hover,
.alert-success a:visited {
    color: #c8e6c9
}

.alert-danger {
    background-color: #f44336
}

.alert-danger i {
    background: #d32f2f
}

.alert-danger a,
.alert-danger a:focus,
.alert-danger a:hover,
.alert-danger a:visited {
    color: #ffcdd2
}

.alert-info {
    background-color: #03a9f4
}

.alert-info i {
    background: #0288d1
}

.alert-info a,
.alert-info a:focus,
.alert-info a:hover,
.alert-info a:visited {
    color: #b3e5fc
}

.alert-warning {
    background-color: #ff5722
}

.alert-warning i {
    background: #e64a19
}

.alert-warning a,
.alert-warning a:focus,
.alert-warning a:hover,
.alert-warning a:visited {
    color: #ffccbc
}

@-webkit-keyframes alert-anim {
    0% {
        top: -100%
    }
    60% {
        top: 0
    }
    100% {
        top: 0
    }
}

@-moz-keyframes alert-anim {
    0% {
        top: -100%
    }
    60% {
        top: 0
    }
    100% {
        top: 0
    }
}

@keyframes alert-anim {
    0% {
        top: -100%
    }
    60% {
        top: 0
    }
    100% {
        top: 0
    }
}

@-webkit-keyframes alert-anim2 {
    0% {
        top: -100%
    }
    60% {
        top: 100%
    }
    100% {
        top: 100%
    }
}

@-moz-keyframes alert-anim2 {
    0% {
        top: -100%
    }
    60% {
        top: 100%
    }
    100% {
        top: 100%
    }
}

@keyframes alert-anim2 {
    0% {
        top: -100%
    }
    60% {
        top: 100%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes alert-icon-anim {
    0% {
        font-size: 0
    }
    60% {
        font-size: 0
    }
}

@-moz-keyframes alert-icon-anim {
    0% {
        font-size: 0
    }
    60% {
        font-size: 0
    }
}

@keyframes alert-icon-anim {
    0% {
        font-size: 0
    }
    60% {
        font-size: 0
    }
}

.so-pre-loader {
    background: #087900;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.so-pre-loader .so-loader-background {
    background: #777;
    display: block;
    height: 100%
}

.so-pre-loader .so-loader-center {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px
}

.so-pre-loader .spinner {
    width: 50px;
    height: 50px;
    background-color: #fff;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out
}

.so-pre-loader .spinner-bounce {
    width: 60px;
    height: 60px;
    position: relative
}

.so-pre-loader .double-bounce1,
.so-pre-loader .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.so-pre-loader .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.so-pre-loader .spinner-wave {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 10px
}

.so-pre-loader .spinner-wave>div {
    background-color: #fff;
    height: 100%;
    width: 6px;
    margin: 0 2px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.so-pre-loader .spinner-wave .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.so-pre-loader .spinner-wave .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.so-pre-loader .spinner-wave .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.so-pre-loader .spinner-wave .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.so-pre-loader .spinner-cube {
    width: 40px;
    height: 40px;
    position: relative
}

.so-pre-loader .cube1,
.so-pre-loader .cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out
}

.so-pre-loader .cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.so-pre-loader .spinner-bounce2 {
    width: 80px;
    text-align: center
}

.so-pre-loader .spinner-bounce2>div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    margin: 0 3px;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.so-pre-loader .spinner-bounce2 .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.so-pre-loader .spinner-bounce2 .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.so-pre-loader .spinner-circle {
    width: 60px;
    height: 60px;
    position: relative
}

.so-pre-loader .spinner-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.so-pre-loader .spinner-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.so-pre-loader .spinner-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.so-pre-loader .spinner-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.so-pre-loader .spinner-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.so-pre-loader .spinner-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.so-pre-loader .spinner-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.so-pre-loader .spinner-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.so-pre-loader .spinner-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.so-pre-loader .spinner-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.so-pre-loader .spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.so-pre-loader .spinner-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.so-pre-loader .spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.so-pre-loader .spinner-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.so-pre-loader .spinner-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.so-pre-loader .spinner-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.so-pre-loader .spinner-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.so-pre-loader .spinner-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.so-pre-loader .spinner-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.so-pre-loader .spinner-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.so-pre-loader .spinner-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.so-pre-loader .spinner-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.so-pre-loader .spinner-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.so-pre-loader .spinner-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.so-pre-loader .spinner-cube-grid {
    width: 60px;
    height: 60px
}

.so-pre-loader .spinner-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.so-pre-loader .spinner-cube-grid .sk-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.so-pre-loader .spinner-cube-grid .sk-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.so-pre-loader .spinner-cube-grid .sk-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.so-pre-loader .spinner-cube-grid .sk-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.so-pre-loader .spinner-cube-grid .sk-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.so-pre-loader .spinner-cube-grid .sk-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.so-pre-loader .spinner-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.so-pre-loader .spinner-cube-grid .sk-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.so-pre-loader .spinner-cube-grid .sk-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.so-pre-loader .spinner-folding-cube {
    width: 50px;
    height: 50px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.so-pre-loader .spinner-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.so-pre-loader .spinner-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.so-pre-loader .spinner-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.so-pre-loader .spinner-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.so-pre-loader .spinner-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.so-pre-loader .spinner-folding-cube .sk-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.so-pre-loader .spinner-folding-cube .sk-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.so-pre-loader .spinner-folding-cube .sk-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.so-pre-loader .so-loader-with-logo {
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    position: absolute
}

.so-pre-loader .so-loader-with-logo .logo {
    display: block;
    width: auto
}

.so-pre-loader .so-loader-with-logo .line {
    background: #ccc;
    bottom: 0;
    height: 5px
}

.so-pre-loader .so-loader-with-logo .run-number {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 80px
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

body.no-bgbody {
    background-image: none
}

.pattern-1 {
    background-image: url(../../images/patterns/1.png)
}

.pattern-2 {
    background-image: url(../../images/patterns/2.png)
}

.pattern-3 {
    background-image: url(../../images/patterns/3.png)
}

.pattern-4 {
    background-image: url(../../images/patterns/4.png)
}

.pattern-5 {
    background-image: url(../../images/patterns/5.png)
}

.pattern-6 {
    background-image: url(../../images/patterns/6.png)
}

.pattern-7 {
    background-image: url(../../images/patterns/7.png)
}

.pattern-8 {
    background-image: url(../../images/patterns/8.png)
}

.pattern-9 {
    background-image: url(../../images/patterns/9.png)
}

.pattern-10 {
    background-image: url(../../images/patterns/10.png)
}

.pattern-11 {
    background-image: url(../../images/patterns/11.png)
}

.pattern-12 {
    background-image: url(../../images/patterns/12.png)
}

.pattern-13 {
    background-image: url(../../images/patterns/13.png)
}

.pattern-14 {
    background-image: url(../../images/patterns/14.png)
}

.pattern-15 {
    background-image: url(../../images/patterns/15.png)
}

.pattern-16 {
    background-image: url(../../images/patterns/16.png)
}

.pattern-17 {
    background-image: url(../../images/patterns/17.png)
}

.pattern-18 {
    background-image: url(../../images/patterns/18.png)
}

.pattern-19 {
    background-image: url(../../images/patterns/19.png)
}

.pattern-20 {
    background-image: url(../../images/patterns/20.png)
}

.pattern-21 {
    background-image: url(../../images/patterns/21.png)
}

.pattern-22 {
    background-image: url(../../images/patterns/22.png)
}

.pattern-23 {
    background-image: url(../../images/patterns/23.png)
}

.pattern-24 {
    background-image: url(../../images/patterns/24.png)
}

.pattern-25 {
    background-image: url(../../images/patterns/25.png)
}

.pattern-26 {
    background-image: url(../../images/patterns/26.png)
}

.pattern-27 {
    background-image: url(../../images/patterns/27.png)
}

.pattern-28 {
    background-image: url(../../images/patterns/28.png)
}

.pattern-29 {
    background-image: url(../../images/patterns/29.png)
}

.pattern-30 {
    background-image: url(../../images/patterns/30.png)
}

.pattern-31 {
    background-image: url(../../images/patterns/31.png)
}

.pattern-32 {
    background-image: url(../../images/patterns/32.png)
}

.pattern-33 {
    background-image: url(../../images/patterns/33.png)
}

.pattern-34 {
    background-image: url(../../images/patterns/34.png)
}

.pattern-35 {
    background-image: url(../../images/patterns/35.png)
}

.pattern-36 {
    background-image: url(../../images/patterns/36.png)
}

.pattern-37 {
    background-image: url(../../images/patterns/37.png)
}

.pattern-38 {
    background-image: url(../../images/patterns/38.png)
}

.pattern-39 {
    background-image: url(../../images/patterns/39.png)
}

.pattern-40 {
    background-image: url(../../images/patterns/40.png)
}

.pattern-41 {
    background-image: url(../../images/patterns/41.png)
}

.pattern-42 {
    background-image: url(../../images/patterns/42.png)
}

.pattern-43 {
    background-image: url(../../images/patterns/43.png)
}

.pattern-44 {
    background-image: url(../../images/patterns/44.png)
}

.pattern-45 {
    background-image: url(../../images/patterns/45.png)
}

.divider {
    clear: both;
    height: 40px
}

.alert {
    border-radius: 0
}

.alert .fa {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px
}

.tab-content {
    padding: 15px 15px 10px;
    margin-bottom: 20px;
    z-index: 2;
    border: 1px solid #ddd;
    border-top: 0
}

.simple-ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none
}

.simple-ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px
}

.simple-ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px
}

.simple-ul li ul {
    margin: 10px 0 10px 0;
    padding: 0;
    list-style: none
}

.simple-ul li ul li:before {
    content: "\f111";
    font-size: 7px;
    top: 7px
}

.decimal-list {
    margin: 0 0 15px 20px;
    padding: 0;
    list-style: decimal outside
}

.decimal-list li {
    padding-left: 0;
    margin-bottom: 5px;
    text-indent: 0
}

blockquote {
    font-size: 12px
}

.well {
    border-radius: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.category-info ul {
    list-style: disc;
	padding-left: 20px;
}

.category-info ol {
    list-style: decimal
}

.feature-box {
    border-radius: 0;
    margin-bottom: 20px
}

.feature-box .feature-icon {
    color: #087900;
    display: inline-block;
    font-size: 64px;
    height: 65px;
    text-align: center;
    width: 65px;
    float: left
}

.feature-box .feature-content {
    padding-left: 80px
}

.featured-icon {
    border-radius: 50%;
    color: #fff;
    background-color: #087900;
    display: inline-block;
    font-size: 40px;
    height: 110px;
    line-height: 110px;
    margin: 5px;
    position: relative;
    text-align: center;
    width: 110px;
    z-index: 1
}

.account-login .well,
.affiliate-login .well {
    min-height: 395px;
    background: #fff
}

.account-account #content>.h2,
.account-account #content>h2,
.affiliate-account #content>.h2,
.affiliate-account #content>h2 {
    font-size: 16px;
    font-size: 1.6rem
}

.account-account #content .list-unstyled,
.affiliate-account #content .list-unstyled {
    margin-bottom: 30px
}

.account-address #content .table-responsive .table>tbody>tr>td {
    line-height: 24px;
    padding: 10px
}

.custom-border {
    border: 1px solid #eee;
    padding: 10px 20px
}

.list-box {
    list-style: none;
    margin: 0;
    padding: 0
}

.rtl .wrapper-full {
    overflow-x: hidden
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none
}

.dropdown-menu>li>button {
    padding: 5px 15px
}

.list-box li {
    border-bottom: 1px solid #ececec
}

.list-box li:last-child {
    border-bottom: 0
}

.list-box li a {
    display: inline-block;
    word-wrap: break-word;
    padding: 8px 0;
    margin-right: 5px;
    color: #555
}

.list-box li a:hover {
    color: #087900
}

.simple-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.bold-list>li>a {
    font-weight: 700;
    text-transform: uppercase;
    color: #555
}

.bold-list>li>a:hover {
    color: #087900
}

.simple-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    bottom: -.8em
}

.simple-list li {
    margin: 0;
    padding: 0 0 12px
}

.simple-list ul a {
    color: #555
}

.simple-list ul a:hover {
    color: #087900
}

.simple-list .checkbox {
    padding-left: 0
}

.simple-list .checkbox input[type=checkbox] {
    margin-right: 10px
}

.simple-list .icon {
    margin-right: 9px
}

.arrow-list li {
    padding-left: 12px;
    position: relative
}

.arrow-list li:before {
    margin-right: 10px;
    font-size: 14px;
    font-family: FontAwesome;
    display: inline-block;
    content: '\f105'
}

.checkout-cart .panel-group .panel,
.checkout-checkout .panel-group .panel {
    border-radius: 0
}

.table-responsive .table thead>* {
    background-color: rgba(51, 51, 51, .1);
    font-weight: 700
}

.table-responsive .table tbody td.text-left a {
    font-weight: 700;
    color: #666
}

.table-responsive .table tbody td.text-left:hover a {
    color: #087900
}

.btn-group .btn-link {
    text-align: left;
    background: 0 0;
    text-decoration: none;
    padding: 5px 10px;
    color: #2d2d2d;
    font-weight: 400;
    position: relative;
    z-index: 1
}

.btn-group .btn-link:hover {
    color: #087900
}

.dropdown-menu .btn-block {
    border: none;
    background: 0 0;
    text-align: left
}

.feature-layout .image-link {
    color: #555
}

.feature-layout .image-link:hover {
    color: #087900
}

.feature-layout .image-link .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #333;
    padding: 0
}

.feature-layout .image-link .btn {
    position: absolute;
    top: -100px;
    left: calc(50% - 50px);
    padding: 9px 20px;
    background: #555;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #087900;
    border-color: #087900;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-radius: 2px
}

.feature-layout .image-link .btn:hover {
    background: #087900;
    border-color: #087900;
    color: #fff
}

.feature-layout .image-link .btn:hover {
    background: #555;
    border-color: #555
}

.feature-layout .image-link:hover .thumbnail {
    border: 1px solid #ccc
}

.feature-layout .image-link:hover .thumbnail img {
    opacity: .7
}

.feature-layout .image-link:hover .btn {
    top: calc(50% - 25px)
}

.feature-layout .image-link .figcaption {
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase
}

.with-sub-menu .feafure-dr {
    text-align: left
}

.with-sub-menu .feafure-dr .h3.title-feature,
.with-sub-menu .feafure-dr h3.title-feature {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 15px
}

.with-sub-menu .feafure-dr ul.row-list {
    list-style: none;
    padding: 0
}

.with-sub-menu .feafure-dr li {
    line-height: 30px
}

.with-sub-menu .feafure-dr li a {
    font-size: 14px;
    position: relative;
    color: #666
}

.with-sub-menu .feafure-dr li a:hover {
    color: #087900
}

.with-sub-menu .feafure-dr .layout-color li a {
    text-transform: capitalize
}

.with-sub-menu .feafure-dr .layout-color li a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background-color: #e1e1e1;
    margin-right: 10px;
    vertical-align: middle;
    left: 0
}

.with-sub-menu .feafure-dr .layout-color li.orange a:before {
    background: #fe5621
}

.with-sub-menu .feafure-dr .layout-color li.blue a:before {
    background: #02a8f3
}

.with-sub-menu .feafure-dr .layout-color li.brown a:before {
    background: #beae59
}

.with-sub-menu .feafure-dr .layout-color li.green a:before {
    background: #8ac249
}

.with-sub-menu .feafure-dr .layout-color li.red a:before {
    background: #df1f26
}

.with-sub-menu .feafure-dr .layout-color li.pink a:before {
    background: #e81d62
}

.module {
    margin-bottom: 30px
}

.module:after,
.module:before {
    content: " ";
    display: table
}

.module:after {
    clear: both
}

.module.fa-hidden .h3.modtitle:before,
.module.fa-hidden h3.modtitle:before {
    display: none
}

.module .h3.modtitle,
.module h3.modtitle {
    line-height: 100%;
    padding: 3px 0 6px 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    background: #fff
}

.module .h3.modtitle span,
.module h3.modtitle span {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    display: inline-block
}

.top-brand.arrow-default .owl2-nav {
    position: static
}

.yt-content-slider.arrow-default .owl2-nav {
    position: static
}

.module.sohomepage-slider .so-homeslider img {
    transform-style: initial
}

.title-margin .h3.modtitle,
.title-margin h3.modtitle {
    margin-bottom: 15px
}

.title-underline .h3.modtitle,
.title-underline h3.modtitle {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative
}

.title-underline .h3.modtitle:after,
.title-underline h3.modtitle:after {
    content: " ";
    width: 125px;
    height: 1px;
    background: #087900;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px
}

.bordered_content {
    border-radius: 3px;
    border: 1px solid #eaeaea;
    background: #fff
}

@media (max-width:991px) {
    header.typeheader-2 .megamenu-style-dev .navbar-default .vertical .navbar-header .navbar-toggle {
        background: #054600!important
    }
    header.typeheader-3 .megamenu-style-dev .navbar-default .horizontal .navbar-toggle {
        background: #054600
    }
    header .megamenu-style-dev .navbar-default .horizontal .navbar-toggle {
        background: #054600
    }
}

.yt-content-slider .owl2-controls {
    margin: 0
}

.best-seller-custom.best-seller {
    position: relative;
    margin: 0;
    border-top: 2px solid #087900!important;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

.best-seller-custom.best-seller .so-extraslider {
    margin: 0
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner {
    padding-bottom: 0;
    border: none
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
    margin: 15px 0 0
}

@media (min-width:1200px) {
    .best-seller-custom.best-seller .so-extraslider .extraslider-inner .item-wrap-inner {
        padding: 0 10px
    }
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 {
    border-bottom: none;
    margin-bottom: 2px
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left {
    float: left;
    width: 100px
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image {
    border: 0
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-left .item-image:hover {
    box-shadow: none;
    opacity: .8
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info {
    background: 0 0;
    position: static
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info a {
    color: #1c1c1c
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title {
    padding: 0;
    line-height: 100%
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-title a:hover {
    color: #087900
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content {
    line-height: 100%;
    margin-left: 0
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content .content_price span {
    color: #1c1c1c;
    font-size: 17px;
    font-weight: 700
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .item-content .content_price span.price-old {
    font-size: 12px;
    color: #898989;
    font-weight: 400
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1 .media-body .item-info .rating {
    padding: 0;
    margin: 0
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item .item-wrap.style1:hover .item-title a {
    color: #087900
}

.best-seller-custom.best-seller .so-extraslider .extraslider-inner .item-wrap .item-info .item-content .content_price {
    margin-bottom: 0
}

.best-seller-custom.best-seller .so-extraslider .owl2-controls {
    margin-bottom: 8px;
    text-align: right;
    position: absolute;
    top: 4px;
    vertical-align: middle;
    right: 5px
}

.best-seller-custom.best-seller .so-extraslider .owl2-controls .owl2-nav>div {
    width: 17px;
    height: 30px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-size: 0;
    cursor: pointer;
    color: #999;
    background-color: transparent;
    margin-top: 0;
    position: static;
    float: left
}

.best-seller-custom.best-seller .so-extraslider .owl2-controls .owl2-nav>div:hover {
    color: #087900
}

.best-seller-custom.best-seller .so-extraslider .owl2-controls .owl2-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 28px
}

.best-seller-custom.best-seller .so-extraslider .owl2-controls .owl2-next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 28px
}

.main-newsleter-popup .so-custom-popup {
    background-color: #fff;
    padding: 0;
    background-size: 840px 100%
}

@media (min-width:768px) and (max-width:991px) {
    .main-newsleter-popup .so-custom-popup {
        width: 85%!important
    }
    .main-newsleter-popup .so-custom-popup:before {
        content: "";
        position: absolute;
        z-index: 2;
        background: rgba(255, 255, 255, .9);
        width: 100%;
        height: 100%;
        top: 0;
        right: 0
    }
}

@media (max-width:767px) {
    .main-newsleter-popup .so-custom-popup:before {
        content: "";
        position: absolute;
        z-index: 2;
        background: rgba(255, 255, 255, .9);
        width: 100%;
        height: 100%;
        top: 0;
        right: 0
    }
}

.main-newsleter-popup .modcontent {
    position: relative;
    z-index: 9
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
    padding: 15px 10px 0;
    text-align: center
}

@media (min-width:1200px) {
    .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
        padding: 120px 30px 19px!important;
        padding-left: 48%!important;
        margin: 0 20px!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .main-newsleter-popup .so-custom-popup .oca_popup .popup-content {
        padding: 60px 30px 0;
        margin: 0 20px
    }
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .popup-title {
    color: #1b1b1b;
    font-size: 36px!important;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 100%
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
    color: #666;
    padding-top: 8px;
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 24px
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo span {
    font-size: 30px;
    color: #087900
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .email {
    margin: 0
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .input-control {
    position: relative;
    width: 375px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .form-control {
    background: #fff;
    border: 1px solid #cbcbcb;
    display: inline-block;
    width: 100%;
    height: 40px
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .hidden-popup {
    font-weight: 400;
    cursor: pointer
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default {
    height: 40px;
    background: #2a2a2a;
    color: #fff;
    font-size: 12px;
    border: none;
    position: absolute;
    padding: 0 30px;
    font-weight: 500;
    top: 0;
    margin: 0;
    right: 0
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .btn-default:hover {
    background: #087900
}

.main-newsleter-popup .so-custom-popup .oca_popup .popup-content .newsletter_promo {
    padding: 15px 0 10px
}

.main-newsleter-popup .socials-popup {
    position: relative;
    z-index: 1;
    padding: 30px 0;
    text-align: center
}

@media (min-width:1200px) {
    .main-newsleter-popup .socials-popup {
        padding: 20px 0 57px
    }
}

.main-newsleter-popup .socials-popup p {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700
}

.main-newsleter-popup .socials-popup li {
    display: inline-block
}

.main-newsleter-popup .socials-popup li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #087900;
    margin: 0 3px;
    line-height: 28px;
    background: #fff;
    color: #555;
    font-size: 12px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-newsleter-popup .socials-popup li a:hover {
    color: #fff;
    background-color: #087900;
    border-color: #087900
}

.custom-pop .popup-close {
    background: #087900;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    opacity: 1;
    top: -30px;
    border: none;
    right: 0;
    left: auto
}

.custom-pop .popup-close:hover {
    color: #fff
}

body .block-popup-login .block-content .btn-reg-popup {
    background-color: #087900
}

body .block-popup-login .tt_popup_login {
    border-bottom: 3px solid #087900
}

body .block-popup-login .tt_popup_login strong:before {
    border-bottom: 37px solid #087900
}

body .block-popup-login .tt_popup_login strong {
    background-color: #087900
}

body .block-popup-login .block-content .btn-reg-popup:hover {
    background-color: #054600
}

.breadcrumbs {
    padding: 60px 0 55px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #fff;
    text-align: center;
    background: url(../../images/breadcrumbs.jpg) no-repeat center top
}

.breadcrumbs .title-breadcrumb {
    color: #fff;
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 13px;
    text-transform: uppercase
}

.breadcrumbs .title-breadcrumb b {
    font-weight: 700;
    text-transform: capitalize
}

.breadcrumbs .breadcrumb-cate li {
    font-weight: bold;
    height: 25px;
    line-height: 22px;
    position: relative;
    padding: 0 12px;
    display: inline-block
}

.breadcrumbs .breadcrumb-cate li:not(:last-child):before {
    color: #fff;
    content: "|";
    display: inline-block;
    height: 5px;
    position: absolute;
    top: 0;
    width: 5px;
    right: -5px
}

.breadcrumbs .breadcrumb-cate li:last-child a,
.breadcrumbs .breadcrumb-cate li:last-child span {
    color: #fff
}

.breadcrumbs .breadcrumb-cate li a {
    display: block;
    text-decoration: none;
    color: #fff
}

.breadcrumbs .breadcrumb-cate li a:hover {
    color: #087900
}

.container-megamenu.horizontal .feafute .h4.title-feature,
.container-megamenu.horizontal .feafute h4.title-feature,
.container-megamenu.horizontal .title-feature,
.container-megamenu.horizontal ul.megamenu .subcategory a.title-submenu,
.container-megamenu.horizontal ul.megamenu .title-submenu,
.container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu a.main-menu {
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 5px;
    font-weight: 700
}

.container-megamenu.horizontal .best-sellers-menu {
    margin-top: 20px
}

.container-megamenu.horizontal .best-sellers-menu .h4 a,
.container-megamenu.horizontal .best-sellers-menu h4 a {
    color: #222;
    display: inline-block;
    clear: both;
    margin-top: 20px;
    margin-bottom: 0
}

.container-megamenu.horizontal .best-sellers-menu .h4 a:hover,
.container-megamenu.horizontal .best-sellers-menu h4 a:hover {
    color: #087900
}

.container-megamenu.horizontal .content-feature li a {
    padding: 5px 0;
    display: inline-block;
    text-transform: capitalize;
    font-size: 13px;
    color: #666
}

.container-megamenu.horizontal .content-feature li a:hover {
    color: #087900
}

.container-megamenu.horizontal ul.megamenu li .sub-menu .content .html a.subcategory_item {
    display: inline-block;
    padding: 3px 0;
    text-transform: capitalize;
    font-size: 13px;
    color: #666
}

.container-megamenu.horizontal ul.megamenu li .sub-menu .content .html a.subcategory_item:hover {
    color: #087900
}

.container-megamenu.horizontal ul.megamenu .sub-menu .content .hover-menu .menu ul a.main-menu,
.container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
    padding: 9px 0;
    text-transform: capitalize;
    font-size: 13px;
    color: #666
}

.container-megamenu.horizontal ul.megamenu .sub-menu .content .hover-menu .menu ul a.main-menu:hover,
.container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover {
    color: #087900
}

.container-megamenu.horizontal ul.megamenu>li>a strong img {
    position: absolute;
    top: -15px;
    right: 30px
}

.container-megamenu.horizontal ul.megamenu li.item-style1 .sub-menu .content .static-menu a.main-menu {
    padding: 0 0 15px
}

.container-megamenu.vertical {
    overflow: visible!important
}

.container-megamenu.vertical a {
    color: #555;
    font-size: 13px;
    display: block
}

.container-megamenu.vertical a:hover {
    color: #087900
}

.container-megamenu.vertical #menuHeading {
    margin-top: 0;
    height: 45px;
    cursor: pointer
}

.container-megamenu.vertical #menuHeading .megamenuToogle-wrapper {
    height: 45px;
    cursor: pointer;
    -webkit-transition: .3s all ease 0s;
    -moz-transition: .3s all ease 0s;
    transition: .3s all ease 0s;
    border-radius: 3px 3px 0 0
}

.container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 0 15px!important;
    line-height: 45px;
    background: #222;
    border-radius: 3px 3px 0 0
}

.container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container:before {
    width: 19px;
    height: 14px;
    display: inline-block;
    background: url(../../images/icon/icon_general.png) no-repeat -20px -1379px;
    margin-right: 10px
}

.container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container>div {
    margin: 3px 9px 0 0;
    float: left!important;
    display: none
}

.container-megamenu.vertical:after {
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 12px;
    position: absolute;
    top: 17px;
    z-index: 10;
    color: #fff;
    line-height: 13px;
    text-align: center;
    width: 15px;
    border-radius: 100%;
    right: 15px
}

.container-megamenu.vertical .vertical-wrapper {
    width: 100%;
    background: #fff;
    position: relative;
    border-top: 0
}

.container-megamenu.vertical .vertical-wrapper .container {
    overflow: visible
}

.container-megamenu.vertical .vertical-wrapper ul li {
    border-top: 0
}

.container-megamenu.vertical .vertical-wrapper ul li>a {
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px solid #efefef;
    color: #222;
    font-weight: 400;
    background: 0 0;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 22px;
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease 0s
}

.container-megamenu.vertical .vertical-wrapper ul li>a:hover {
    color: #087900
}

.container-megamenu.vertical .vertical-wrapper ul li>a strong {
    font-weight: 400;
    padding-left: 30px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu {
    border-top: none;
    background: #fff;
    z-index: 9
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .sub-menu .content .img-banner img {
    width: 100%
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .sub-menu .content .img-banner {
    padding-right: 15px;
    float: right
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li>a img {
    height: auto;
    margin: 0;
    position: absolute;
    top: 17px;
    transform: translateY(-50%);
    left: 2px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li {
    background: 0 0;
    border: 0;
    position: relative;
    z-index: 9;
    cursor: pointer
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li b.fa {
    float: right
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li>a strong i {
    font-size: 9px;
    padding-right: 0;
    color: #222
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li.active>a,
.container-megamenu.vertical .vertical-wrapper ul.megamenu>li:hover>a {
    background: 0 0!important;
    color: #087900
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu>li.active>a i,
.container-megamenu.vertical .vertical-wrapper ul.megamenu>li:hover>a i {
    color: #087900
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .title-submenu {
    color: #444
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .fa-caret-right {
    float: right;
    margin-top: 5px;
    color: #999;
    padding: 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content {
    padding: 0;
    overflow: hidden
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .col-sm-4 {
    padding: 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .col-sm-4 img {
    margin-top: 45px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content>.border {
    border: none;
    padding: 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .row:nth-child(3) {
    padding: 12px 0;
    background: #eee;
    margin: 0 -20px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content {
    padding: 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu ul li {
    padding: 0;
    line-height: 26px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu ul li a.main-menu {
    margin: 0 0 10px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html.item-1 .col-sm-8 {
    padding-top: 25px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3 {
    padding: 0 0 0 85px;
    margin: 0 0 20px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1>a,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3>a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    padding: 0;
    line-height: 22px;
    position: relative
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1>a:hover,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3>a:hover {
    color: #087900
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1 ul,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3 ul {
    padding: 5px 0 10px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1 ul a,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3 ul a {
    font-weight: 400;
    color: #666;
    padding: 2px 0!important;
    font-size: 13px;
    line-height: 22px;
    margin: 0!important;
    border: none!important
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1 ul a:hover,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3 ul a:hover {
    color: #087900
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1.icon-1,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3.icon-1 {
    background: url(../../images/icon/icon-1.jpg) no-repeat left 10px center
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1.icon-2,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3.icon-2 {
    background: url(../../images/icon/icon-2.jpg) no-repeat left 10px center
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1.icon-3,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3.icon-3 {
    background: url(../../images/icon/icon-3.jpg) no-repeat left 10px center
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1.icon-4,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3.icon-4 {
    background: url(../../images/icon/icon-4.jpg) no-repeat left 10px center
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1.icon-5,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3.icon-5 {
    background: url(../../images/icon/icon-5.jpg) no-repeat left 10px center
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1.icon-6,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3.icon-6 {
    background: url(../../images/icon/icon-6.jpg) no-repeat left 10px center
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1.icon-7,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3.icon-7 {
    background: url(../../images/icon/icon-7.jpg) no-repeat left 10px center
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-1.icon-8,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .html .item-3.icon-8 {
    background: url(../../images/icon/icon-8.jpg) no-repeat left 10px center
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu>ul {
    margin-top: 20px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu>ul ul li {
    padding: 1px 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu>ul>li {
    margin: 0 0 20px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .content .static-menu .menu>ul>li:last-child {
    margin: 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content {
    padding: 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html {
    padding: 20px 10px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html .label-vertical a {
    color: #222;
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
    padding: 2px 0!important
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html .label-vertical a:hover {
    color: #087900
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html .label-vertical span {
    padding: 5px 15px;
    background: #ed3f46;
    line-height: 100%;
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    min-width: 60px;
    display: inline-block;
    margin-right: 5px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html .label-vertical span.color2 {
    background: #63c54c
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html .label-vertical span.color3 {
    background: #ecaa1b
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html a {
    padding: 4px 10px;
    font-weight: 400;
    color: #666;
    font-size: 13px;
    line-height: 22px;
    margin: 0!important;
    border: none!important
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .item-1.html a:hover {
    color: #087900
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content {
    padding: 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu>ul {
    padding: 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu>ul>li {
    padding: 0 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
    line-height: 26px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu>ul>li:last-child {
    border: none
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu>ul>li>a {
    line-height: 37px;
    border: none;
    padding: 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu>ul>li b {
    line-height: 37px;
    font-size: 16px;
    margin: 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu>ul>li:hover>a {
    color: #087900
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu>ul>li ul {
    padding: 0;
    top: -4px;
    margin: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    border: 1px solid #e6e6e6;
    left: 100%
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu>ul>li ul:after,
.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu>ul>li ul:before {
    display: none
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu>ul>li ul li {
    line-height: 22px;
    padding: 0 15px;
    border-bottom: 1px solid #ddd
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu>ul>li ul li:last-child {
    border: none
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .content .menu>ul>li ul li>a {
    font-weight: 400;
    line-height: 37px;
    font-size: 13px;
    border: none;
    padding: 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content {
    padding: 20px 30px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .hover-menu a:before {
    display: none
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .hover-menu a:hover:before {
    color: #087900
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul li a.main-menu {
    margin: 0 0 10px;
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 10px;
    font-size: 14px;
    color: #222;
    text-transform: uppercase
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
    padding: 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li {
    padding: 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
    padding: 0;
    line-height: 38px;
    display: block;
    font-size: 13px;
    color: #666;
    margin: 0
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
    display: none
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:hover a {
    color: #087900
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
    text-align: left;
    background-position: top left;
    padding: 15px 20px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore i.fa {
    padding: 0;
    font-size: 10px;
    border: 1px solid #999;
    width: 15px;
    color: #999;
    height: 15px;
    line-height: 13px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    top: -1px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore span.more-view {
    font-weight: 600;
    color: #222;
    padding-left: 12px
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore span.more-view:hover {
    color: #087900
}

.blog-category {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    margin: 0
}

.blog-category .blog-cate {
    border: 1px solid #ebebeb;
    border-top: 2px solid #087900;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1)
}

.blog-category .box-content {
    margin-bottom: 30px
}

.blog-category .box-content ul {
    margin-bottom: 0
}

.blog-category #blog-search input {
    border-radius: 0
}

.blog-category ul.list-group {
    padding: 0;
    margin: 0
}

.blog-category ul li.list-group-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding: 10px 0
}

.blog-category ul li.list-group-item a {
    color: #222;
    padding: 0 20px
}

.blog-category ul li.list-group-item a.active,
.blog-category ul li.list-group-item a.active:hover,
.blog-category ul li.list-group-item a:hover {
    color: #087900
}

.blog-category ul li.list-group-item:last-child {
    border: none
}

ul.megamenu .best-sellers-menu {
    padding: 0
}

ul.megamenu .best-sellers-menu .image {
    overflow: hidden
}

ul.megamenu .best-sellers-menu .caption {
    overflow: hidden
}

ul.megamenu .best-sellers-menu .caption .h4 a,
ul.megamenu .best-sellers-menu .caption h4 a {
    font-size: 14px;
    font-weight: 400
}

ul.megamenu .best-sellers-menu .caption p {
    display: none
}

ul.megamenu .best-sellers-menu .caption .price {
    display: inline-block
}

ul.megamenu .best-sellers-menu .caption .price .price-old,
ul.megamenu .best-sellers-menu .caption .price .price-tax {
    display: none
}

ul.megamenu li.buy_color a strong {
    color: #087900
}

ul.megamenu .layout-color .content-feature li a {
    position: relative
}

ul.megamenu .layout-color .content-feature li a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background-color: #e1e1e1;
    vertical-align: middle;
    left: 0;
    margin-right: 10px
}

ul.megamenu .layout-color .content-feature li.red a:before {
    background: #ea3a3c
}

ul.megamenu .layout-color .content-feature li.orange a:before {
    background: #f4a137
}

ul.megamenu .layout-color .content-feature li.green a:before {
    background: #20bc5a
}

ul.megamenu .layout-color .content-feature li.cyan a:before {
    background: #009688
}

ul.megamenu .layout-color .content-feature li.blue a:before {
    background: #5f87d1
}

.module.so_filter_wrap {
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1);
    border-radius: 5px;
    border-top: 2px solid #087900;
    overflow: hidden
}

.module.so_filter_wrap .modcontent {
    border: none;
    background: #fff;
    border-radius: 0;
    margin: 0 20px
}

.module.so_filter_wrap .modcontent .so-filter-heading .so-filter-heading-text {
    float: left;
    font-size: 13px;
    color: #222
}

.module.so_filter_wrap .modcontent .so-filter-heading i {
    float: right
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container label {
    font-weight: 400;
    color: #222;
    font-size: 13px;
    margin: 0
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-count {
    float: right
}

.module.so_filter_wrap .modcontent .so-filter-heading {
    padding: 0 0;
    background: 0 0;
    border-bottom: 1px solid #ebebeb
}

.module.so_filter_wrap .modcontent .so-filter-heading i {
    padding: 14px 0 0;
    color: #333
}

.module.so_filter_wrap .modcontent .so-filter-heading .so-filter-heading-text {
    float: left;
    padding: 11px 0 10px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase
}

.module.so_filter_wrap .modcontent .so-filter-content-opts {
    padding: 0;
    border: none
}

.module.so_filter_wrap .modcontent #text_search {
    height: 30px
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container {
    padding: 0
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option label {
    font-size: 13px;
    color: #222;
    text-transform: capitalize
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option label:hover {
    color: #087900
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .opt-select {
    padding: 10px 0 10px 0;
    border: none
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .opt-select:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle {
    border-radius: 100%
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle:after,
.module.so_filter_wrap .modcontent .so-filter-content-opts-container .noUi-horizontal .noUi-handle:before {
    display: none
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max {
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    width: 49%;
    padding: 0 5px;
    float: left
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max.put-min {
    margin-right: 2%
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .put-min_max input {
    background: 0 0
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-input img {
    display: none
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-input .fa-check-square-o,
.module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-input .fa-square-o {
    display: none
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .option-count.opt_close {
    background: #087900
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group {
    border: 1px solid #ddd
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .form-control {
    background: 0 0
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .btn.btn-default {
    padding: 7px;
    color: #555;
    background: 0 0;
    border-radius: 0
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .btn.btn-default:hover {
    background: #087900;
    color: #fff
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option:hover .option-input:before {
    background-color: transparent;
    border: 2px solid #999
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input:before {
    margin-top: -7px!important
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option.opt_active .option-input:before {
    background-color: transparent;
    border: 2px solid #999
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input,
.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option-sub {
    position: relative
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option .option-input .fa-circle,
.module.so_filter_wrap .modcontent .so-filter-content-opts-container .so-filter-option-sub .fa-circle {
    display: none
}

.module.so_filter_wrap .modcontent .noUi-horizontal .noUi-handle {
    top: -5px
}

.module.so_filter_wrap .modcontent li.so-filter-options {
    border-bottom: 2px solid #087900
}

.module.so_filter_wrap .modcontent li.so-filter-options .so-option-container .input-group {
    margin: 11px 0
}

.module.so_filter_wrap .modcontent .so-filter-option.so-filter-price {
    text-align: left;
    padding: 20px 0
}

.module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_scroll {
    margin: 30px 15px 20px
}

.module.so_filter_wrap .modcontent .so-filter-content-opts-container ul li {
    float: left
}

.module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max {
    display: block
}

.module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby {
    min-width: 60px;
    width: 49%;
    padding: 0 5px;
    display: inline-block;
    float: left;
    border: 1px solid #ddd;
    display: inline-block
}

.module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby.txt-price-shopby-fisrt {
    margin-right: 2%
}

.module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span {
    display: table-cell;
    vertical-align: middle
}

.module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span.text-current {
    position: relative;
    top: 1px
}

.module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .input_max,
.module.so_filter_wrap .modcontent .so-filter-option.so-filter-price .content_min_max .input_min {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    width: 80px;
    max-width: 100px;
    min-width: 80px
}

.module.so_filter_wrap .modcontent .noUi-handle {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    width: 15px;
    height: 15px;
    left: -10px
}

.module.so_filter_wrap .modcontent .noUi-connect {
    box-shadow: none;
    background-color: #555;
    height: 8px;
    border-radius: 5px
}

.module.so_filter_wrap .modcontent .noUi-background {
    background: #087900;
    box-shadow: none;
    height: 8px
}

.module.so_filter_wrap .modcontent .noUi-horizontal .noUi-handle-upper {
    right: 15px
}

.module.so_filter_wrap .modcontent .noUi-target {
    border: none
}

.module.so_filter_wrap .modcontent .noUi-background {
    background: #ddd
}

.module.so_filter_wrap .modcontent #btn_resetAll {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.module.so_filter_wrap .modcontent #btn_resetAll .fa.fa-times {
    color: #087900
}

.module.so_filter_wrap .clear_filter {
    padding: 20px 0
}

.so-filter-content-opts-container .option-count {
    background: 0 0;
    min-width: 24px;
    text-align: center
}

.so-filter-content-opts-container .option-count:not(.opt_close):after {
    border-right-color: #999;
    display: none
}

#content .filter-horizontal .so-filter-heading {
    padding: 0 15px
}

#content .filter-horizontal .so-filter-content-opts-container {
    padding: 15px
}

#content .filter-horizontal ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

#content .filter-horizontal li.so-filter-options {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    border-right: 1px solid #eaeaea;
    margin: 0
}

#content .filter-horizontal li.so-filter-options:last-child {
    border-right: none
}

#content .filter-horizontal .clear_filter {
    border-top: 1px solid #eaeaea
}

.category-style {
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border-top: 2px solid #087900;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1)
}

.box-category ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.box-category>ul>li {
    padding: 0;
    position: relative;
    margin: 0;
    box-shadow: none;
    background: 0 0;
    border-bottom: 1px solid #ebebeb
}

.box-category>ul>li:last-child {
    border: none
}

.box-category ul li a {
    padding: 10px 20px;
    display: block;
    font-weight: 400
}

.box-category ul li a.active {
    color: #087900
}

.box-category ul li .head a:before {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome
}

.box-category ul li .head .collapsed:before {
    content: "\f105"
}

.box-category ul li .head {
    display: block;
    position: absolute;
    top: 5px;
    line-height: 20px;
    right: 10px;
    text-align: center
}

.box-category ul li .head a {
    padding: 9px 20px;
    background: #555;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #999;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 3px;
    margin-top: 6px
}

.box-category ul li .head a:hover {
    background: #087900;
    border-color: #087900;
    color: #fff
}

.box-category ul li .head a:hover {
    background: #087900
}

.box-category ul li ul li {
    padding: 0 0 0 15px
}

.box-category ul ul {
    margin-bottom: 20px
}

.box-category ul ul li a {
    padding: 3px 0
}

.box-category ul li ul li a:before {
    font-family: FontAwesome;
    transition: all .3s ease;
    content: "\f105";
    margin: 0 5px 0
}

.box-category ul li ul li a:hover:before {
    margin-right: 10px
}

.basic-product-list .item-element {
    margin-bottom: 20px
}

.basic-product-list .item-element:hover .image {
    border-color: #087900
}

.basic-product-list .image {
    float: left;
    border: 1px solid #ddd;
    padding: 0;
    margin-right: 20px
}

.basic-product-list .caption {
    overflow: hidden
}

.basic-product-list .h4,
.basic-product-list h4 {
    font-size: 15px;
    margin: 0 0 5px
}

.basic-product-list .h4 a,
.basic-product-list h4 a {
    color: #555
}

.basic-product-list .h4 a:hover,
.basic-product-list h4 a:hover {
    color: #087900
}

.tag-button a {
    padding: 9px 20px;
    background: #eee;
    color: #333;
    border-radius: 3px;
    border: none;
    padding: 6px 10px;
    display: inline-block;
    margin: 0 4px 4px 0
}

.tag-button a:hover {
    background: #087900;
    border-color: #087900;
    color: #fff
}

div.so-extraslider.grid {
    border-left: 1px solid #ddd
}

div.so-extraslider.grid .extraslider-inner {
    border: none;
    padding: 0
}

div.so-extraslider.grid .owl2-dots .owl2-dot.active {
    background: #087900
}

div.so-extraslider.grid div.owl2-controls {
    right: 10px
}

div.so-extraslider.grid div.owl2-controls .owl2-nav .owl2-next,
div.so-extraslider.grid div.owl2-controls .owl2-nav .owl2-prev {
    background: #fff;
    border: 1px solid #a0a0a0;
    opacity: 1
}

div.style-dev-so-listing-tabs {
    position: relative;
    z-index: 2
}

div.style-dev-so-listing-tabs .h3.modtitle,
div.style-dev-so-listing-tabs h3.modtitle {
    margin: 0
}

div.style-dev-so-listing-tabs .so-listing-tabs {
    margin: 0
}

div.style-dev-so-listing-tabs .so-listing-tabs .ltabs-tabs-container {
    margin: 0
}

div.style-dev-so-listing-tabs .so-listing-tabs .wap-listing-tabs {
    border: none
}

div.style-dev-so-listing-tabs .so-listing-tabs .product-layout .product-item-container {
    border: 1px solid #ddd;
    margin-left: -1px
}

div.style-dev-so-listing-tabs .so-listing-tabs .product-layout .product-item-container .button-group {
    margin-bottom: 12px
}

div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-next,
div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-prev {
    content: "";
    top: -44px;
    position: absolute;
    height: 30px;
    width: 30px;
    font-family: FontAwesome;
    opacity: 1;
    border: 1px solid #ddd;
    font-size: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 9;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-next:before,
div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-prev:before {
    display: none
}

div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-next:hover,
div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-prev:hover {
    background-image: url(../../images/icon/ico-slider.png);
    border-color: #087900;
    background-color: #087900
}

div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-prev {
    background-image: url(../../images/icon/ico-slider.png);
    background-repeat: no-repeat;
    background-color: #fff;
    display: inline-block;
    text-indent: -999em;
    background-position: -27px 2px;
    top: 40%;
    left: 0;
    position: absolute
}

div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-prev:hover {
    background-position: 4px 2px
}

div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-next {
    background-image: url(../../images/icon/ico-slider.png);
    background-repeat: no-repeat;
    background-color: #fff;
    display: inline-block;
    text-indent: -999em;
    background-position: -57px 1px;
    top: 40%;
    right: 0;
    position: absolute
}

div.style-dev-so-listing-tabs .owl2-controls .owl2-nav div.owl2-next:hover {
    background-position: -87px 2px
}

div.style-dev-so-listing-tabs .list-sub-cat {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #ddd;
    margin: 0 0 30px
}

div.style-dev-so-listing-tabs .list-sub-cat li.item-cate {
    width: 10%;
    float: left;
    border-width: 0 1px 0 0;
    border-color: #ddd;
    border-style: solid;
    text-align: center;
    padding: 10px 0;
    margin: 0
}

div.style-dev-so-listing-tabs .list-sub-cat li.item-cate .ltabs-tab-img {
    margin: 0;
    float: none;
    height: auto
}

div.style-dev-so-listing-tabs .list-sub-cat li.item-cate .ltabs-tab-img img {
    margin: 10px auto;
    background: 0 0!important
}

div.style-dev-so-listing-tabs .list-sub-cat li.item-cate .title-sub-cate {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    color: #555
}

div.style-dev-so-listing-tabs .list-sub-cat li.item-cate.tab-sel,
div.style-dev-so-listing-tabs .list-sub-cat li.item-cate:hover {
    background: #eee
}

div.style-dev-so-listing-tabs .list-sub-cat li.item-cate.tab-sel .title-sub-cate,
div.style-dev-so-listing-tabs .list-sub-cat li.item-cate:hover .title-sub-cate {
    color: #087900
}

.rtl .block-popup-login .fa-times-circle:before {
    display: none
}

.shopping_cart .dropdown-menu .content-item {
    max-height: 320px;
    overflow: auto
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .so-search#sosearchpro .select_category select {
        padding-right: 0!important
    }
    .so-search#sosearchpro .select_category::after {
        display: none
    }
}

#so_popup_countdown .modal-header {
    background: #087900!important
}

#so_popup_countdown .modal-header .close {
    font-size: 23px!important;
    right: 20px!important;
    top: 33px!important
}

#so_popup_countdown .modal-footer #so_countdown_timer {
    top: 65px
}

@media (min-width:1200px) {
    #so_popup_countdown.modal.in .modal-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto!important;
        margin: 0 auto;
        transition: none
    }
}

#so_popup_countdown .modal-footer #so_countdown_timer .time-item {
    line-height: 18px;
    padding-top: 10px!important
}

#so_popup_countdown .list-cates {
    background: url(../../images/bg_description.png) no-repeat;
    background-size: 100%
}

#so_popup_countdown .list-cates ul {
    width: 64%;
    float: right;
    padding: 40px 20px 0 0;
    text-align: center
}

#so_popup_countdown .list-cates ul li {
    display: inline-block;
    margin: 0 14px;
    text-align: center
}

#so_popup_countdown .list-cates ul li a {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a
}

#so_popup_countdown .list-cates ul li a .icon {
    width: 87px;
    height: 87px;
    background-color: #f7e7de;
    background-image: url(../../images/icon/css_sprites.png);
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block;
    margin-bottom: 10px
}

#so_popup_countdown .list-cates ul li a .icon.icon1 {
    background-position: -9px -9px
}

#so_popup_countdown .list-cates ul li a .icon.icon2 {
    background-position: -9px -219px
}

#so_popup_countdown .list-cates ul li a .icon.icon3 {
    background-position: -9px -429px
}

#so_popup_countdown .list-cates ul li a .icon.icon4 {
    background-position: -9px -639px
}

#so_popup_countdown .list-cates ul li a .icon.icon5 {
    background-position: -9px -849px
}

#so_popup_countdown .list-cates ul li a .icon.icon6 {
    background-position: -9px -1059px
}

#so_popup_countdown .list-cates ul li a .icon.icon7 {
    background-position: -9px -1269px
}

#so_popup_countdown .list-cates ul li a:hover .icon {
    background-color: #087900
}

#so_popup_countdown .list-cates ul li a:hover .icon.icon1 {
    background-position: -9px -114px
}

#so_popup_countdown .list-cates ul li a:hover .icon.icon2 {
    background-position: -9px -324px
}

#so_popup_countdown .list-cates ul li a:hover .icon.icon3 {
    background-position: -9px -534px
}

#so_popup_countdown .list-cates ul li a:hover .icon.icon4 {
    background-position: -9px -744px
}

#so_popup_countdown .list-cates ul li a:hover .icon.icon5 {
    background-position: -9px -954px
}

#so_popup_countdown .list-cates ul li a:hover .icon.icon6 {
    background-position: -9px -1164px
}

#so_popup_countdown .list-cates ul li a:hover .icon.icon7 {
    background-position: -9px -1374px
}

#so_popup_countdown .list-cates ul li.item5,
#so_popup_countdown .list-cates ul li.item6,
#so_popup_countdown .list-cates ul li.item7 {
    margin-top: 25px
}

#so_popup_countdown .list-cates .customer {
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .04);
    font-size: 14px;
    font-weight: 500;
    margin-top: 25px;
    padding: 12px 40px 12px 50%
}

#so_popup_countdown .list-cates .customer a {
    color: #087900
}

#so_popup_countdown .list-cates .customer a:hover {
    color: #054600
}

.popup-recent .space .col:nth-child(3n+1) {
    clear: both
}

.hidden-popup-countdown {
    overflow: visible
}

.hidden-popup-countdown #so_popup_countdown {
    display: none!important
}

.hidden-popup-countdown .modal-backdrop {
    display: none!important
}

.hidden-popup-countdown.modal-open .modal-backdrop:first-child {
    display: none!important
}

.hidden-popup-countdown.modal-open .modal-backdrop {
    display: block!important
}

.so-groups-sticky.right {
    z-index: 1000!important
}

.account-wishlist .btn.btn-danger,
.account-wishlist .btn.btn-primary {
    padding: 9px 10px;
    margin-bottom: 5px
}

.account-wishlist .btn.btn-primary {
    padding: 9px
}

#so-groups .form-content .form-box .product-thumb .caption {
    max-height: 79px!important
}

.so-deal .extraslider-inner {
    border: none!important
}

.so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item {
    margin-bottom: 0!important
}

.so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
    margin: 0 15px!important;
    margin-bottom: 0!important
}

.so-extraslider .extraslider-inner .item-wrap .item-image {
    border: none!important
}

body .block-popup-login .tt_popup_login strong {
    background-color: #087900!important
}

body .block-popup-login .block-content .btn-reg-popup {
    background-color: #087900!important
}

body .block-popup-login .block-content .btn-reg-popup:hover {
    background: #054600!important
}

body .block-popup-login .tt_popup_login strong:before {
    border-bottom: 37px solid #087900!important
}

body .block-popup-login .tt_popup_login {
    border-color: #087900!important
}

body .block-popup-login .action.login:hover {
    background-color: #087900!important
}

#content .so-onepagecheckout .secondary-title i.fa {
    margin-right: 10px;
    margin-left: auto;
    background-color: #087900
}

.so-onepagecheckout .confirm-section .secondary-title {
    margin-bottom: 20px
}

.so-onepagecheckout .confirm-section label {
    margin: 0 20px
}

.so-onepagecheckout .confirm-section .confirm-order {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px
}

.table-responsive .table tbody td.text-left a {
    float: left;
    margin-right: 10px
}

.table-responsive .table tbody td.text-left a.product-name {
    overflow: hidden;
    float: none;
    margin-left: 7px
}

.so-onepagecheckout .secondary-title {
    background-color: #ddd
}

.rtl .block-popup-login .fa-times-circle:before {
    display: none
}

.shopping_cart .dropdown-menu .content-item {
    max-height: 320px;
    overflow: auto
}

.so-page-builder .container {
    padding: 0 15px!important
}

body .block-popup-login .block-content .btn-reg-popup {
    padding: 0 15px
}

.slick-initialized .slick-slide {
    outline: 0
}

.information-information-5 #content>.h1,
.information-information-5 #content>h1 {
    display: none
}

.information-information-4 #content>.h1,
.information-information-4 #content>h1,
.information-information-8 #content>.h1,
.information-information-8 #content>h1 {
    display: none
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .so-search#sosearchpro .select_category select {
        padding-right: 0!important
    }
    .so-search#sosearchpro .select_category::after {
        display: none
    }
}

.so-onepagecheckout .secondary-title i.fa {
    background: #087900!important
}

#sosearchpro .dropdown-menu .media-body .box-price .price-new {
    font-size: 16px;
    color: #087900;
    font-weight: 700
}

#sosearchpro .dropdown-menu .media-body .box-price .price-old {
    font-size: 13px
}

.products-category > .title-category {
   
}

@media (max-width:1199px) {
    #content #so-groups {
        display: none
    }
}

#content #so-groups>a span {
    background-color: #087900
}

#content #so-groups>a:hover {
    background-color: #054600
}

#content #so-groups .cart-bottom p>a.btn-checkout {
    background-color: #087900
}

#content #so-groups .cart-bottom p>a.btn-checkout:hover {
    background-color: #054600
}

#content #so-groups .form-content .form-box a.account-url:hover .account-txt {
    color: #087900
}

#content .so-groups-sticky {
    background-color: #087900
}

#content .so-groups-sticky.left {
    left: 0;
    right: auto
}

#content .so-groups-sticky.right {
    right: 0;
    left: auto
}

#content .so-groups-sticky .popup-header {
    padding: 25px 70px 25px 40px
}

#content .so-groups-sticky .popup-header .popup-close {
    right: 20px;
    left: auto;
    color: #fff;
    font-size: 22px;
    opacity: 1
}

#content .so-groups-sticky .form-content .form-box #button-search,
#content .so-groups-sticky .product-thumb .button-group button {
    background-color: #087900!important
}

#content .so-groups-sticky .form-content .form-box #button-search:hover,
#content .so-groups-sticky .product-thumb .button-group button:hover {
    background-color: #054600!important
}

#content .so-groups-sticky .form-content .form-box .product-thumb .caption .h4 a:hover,
#content .so-groups-sticky .form-content .form-box .product-thumb .caption h4 a:hover {
    color: #087900
}

#content .so-groups-sticky .form-content .form-box .price .price-new,
#content .so-groups-sticky .form-content .form-box .price span.price {
    color: #222
}

#content .so-groups-sticky .form-content .form-box .product-thumb .image .bt-sale,
#content .so-groups-sticky .popup-header {
    background-color: #087900
}

#content .so-groups-sticky .form-content .form-box .product-thumb .caption {
    height: auto;
    max-height: auto;
    min-height: auto
}

#content .so-groups-sticky .popup-close,
#content .so-groups-sticky .popup-close i.fa {
    font-size: 16px
}

#content .so-groups-sticky .popup-header>span>i {
    margin-right: 10px;
    margin-left: auto
}

#content .so-groups-sticky .nav-secondary ul li a:hover {
    color: #087900
}

#content .so-groups-sticky .form-content .form-box input.field:hover,
#content .so-groups-sticky .form-content .form-box select.field:hover {
    cursor: pointer
}

#so-groups .form-content .form-box a.account-url:hover .account-txt {
    color: #ff5c00
}

#so-groups .form-content .form-box input+i {
    font-size: 16px;
    margin-top: -9px
}

#so-groups .form-content .form-box input+i:hover {
    color: #087900
}

#so-groups .form-content .form-box .product-thumb .caption .h4,
#so-groups .form-content .form-box .product-thumb .caption h4 {
    margin-bottom: 0
}

#so-groups .form-content .form-box .product-thumb .caption .h4 a,
#so-groups .form-content .form-box .product-thumb .caption h4 a {
    font-weight: 400
}

#so-groups>a {
    position: relative;
    height: 43px
}

#so-groups>a.sticky-backtop {
    border-bottom: none
}

#so-groups>a span {
    background-color: #087900;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 100%;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    transition: all .2s ease-in-out 0s;
    visibility: hidden;
    white-space: nowrap;
    width: auto
}

#so-groups>a:hover span {
    opacity: 1;
    transition: all .2s ease-in-out 0s;
    visibility: visible;
    width: auto
}

.container>.alert,
body>.alert {
    position: fixed;
    z-index: 10004;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: alert-anim 1s cubic-bezier(1, -.01, 0, .99);
    -moz-animation: alert-anim 1s cubic-bezier(1, -.01, 0, .99);
    animation: alert-anim 1s cubic-bezier(1, -.01, 0, .99)
}

.container>.alert .alert,
body>.alert .alert {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%
}

.container>.alert .alert.fadeOut,
body>.alert .alert.fadeOut {
    top: -100%
}

.container>.alert.alert-danger.alert-dismissible,
body>.alert.alert-danger.alert-dismissible {
    z-index: 1;
    position: relative
}

@-webkit-keyframes alert-anim {
    0% {
        top: -100%
    }
    60% {
        top: 0
    }
    100% {
        top: 0
    }
}

@-moz-keyframes alert-anim {
    0% {
        top: -100%
    }
    60% {
        top: 0
    }
    100% {
        top: 0
    }
}

@keyframes alert-anim {
    0% {
        top: -100%
    }
    60% {
        top: 0
    }
    100% {
        top: 0
    }
}

@-webkit-keyframes alert-anim2 {
    0% {
        top: -100%
    }
    60% {
        top: 100%
    }
    100% {
        top: 100%
    }
}

@-moz-keyframes alert-anim2 {
    0% {
        top: -100%
    }
    60% {
        top: 100%
    }
    100% {
        top: 100%
    }
}

@keyframes alert-anim2 {
    0% {
        top: -100%
    }
    60% {
        top: 100%
    }
    100% {
        top: 100%
    }
}

@-webkit-keyframes alert-icon-anim {
    0% {
        font-size: 0
    }
    60% {
        font-size: 0
    }
}

@-moz-keyframes alert-icon-anim {
    0% {
        font-size: 0
    }
    60% {
        font-size: 0
    }
}

@keyframes alert-icon-anim {
    0% {
        font-size: 0
    }
    60% {
        font-size: 0
    }
}

.so-onepagecheckout .coupon-voucher input[type=text] {
    height: 34px
}

.product-compare .table-responsive .description {
    white-space: normal!important
}

.account-login .sidebar-offcanvas .module-content {
    border: none
}

.account-login .sidebar-offcanvas .module {
    border: 1px solid #ddd
}

.information-information-3 #content>.h1,
.information-information-3 #content>h1,
.information-information-4 #content>.h1,
.information-information-4 #content>h1,
.information-information-5 #content>.h1,
.information-information-5 #content>h1 {
    display: none
}

.information-information-3 .about_us .top-brand,
.information-information-4 .about_us .top-brand,
.information-information-5 .about_us .top-brand {
    margin-top: 30px
}

.checkout-cart .content_404 .item-right {
    margin-bottom: 40px
}

.modal-body .page_support24 .media-box-link .media-box-link--figure {
    padding-left: 10px;
    padding-right: 10px
}

.modal-body .page_support24 .media-box-link .media-box-link--figure .icon {
    font-size: 50px
}

.modal-body .page_support24 .media-box-link .media-box-link--arrow {
    padding-left: 5px;
    padding-right: 5px
}

.modal-body .page_support24 .media-box-link .media-box-link--arrow .icon {
    font-size: 24px
}

.related-article .image.text-center img {
    display: inline-block
}

@media (min-width:992px) and (max-width:1199px) {
    .media-box-link--figure {
        padding-left: 10px;
        padding-right: 10px
    }
    .media-box-link--figure .icon {
        font-size: 50px
    }
    .media-box-link--arrow {
        padding-left: 10px;
        padding-right: 10px
    }
    .media-box-link--arrow .icon {
        font-size: 22px
    }
    .so-onepagecheckout .checkout-cart .quantity span.input-group-btn span {
        display: block
    }
}

@media (max-width:480px) {
    .media-box-link--figure {
        padding-left: 10px;
        padding-right: 10px
    }
    .media-box-link--figure .icon {
        font-size: 50px
    }
    .media-box-link--arrow {
        padding-left: 10px;
        padding-right: 10px
    }
    .media-box-link--arrow .icon {
        font-size: 22px
    }
}

body .block-popup-login .block-content .btn-reg-popup {
    padding: 0 30px!important
}

.content-aside .module {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border-top: 2px solid #087900
}

.content-aside .module .h3.modtitle,
.content-aside .module h3.modtitle {
    padding: 13px 0 13px 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    background: #fff;
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 700
}

.content-aside .module .h3.modtitle span,
.content-aside .module h3.modtitle span {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    display: inline-block
}

.blog-header {
    margin-bottom: 23px
}

.blog-header .h3,
.blog-header h3 {
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem
}

.blog-listitem.grid .itemBlogImg.left-block {
    display: block;
    position: relative
}

.simple_blog-article-view .contacts-form .form-group.required .col-sm-12 {
    padding: 0
}

.so-latest-blog .media-content .media-author {
    padding: 0 10px 0 0
}

.so-latest-blog .content-detail {
    text-align: left
}

.so-latest-blog .media-content .readmore {
    padding-right: 15px;
    padding-left: 0
}

.blog-listitem.list .blog-item .itemBlogImg .article-image {
    margin: 0
}

.blog-listitem {
    margin: 0 -15px
}

.blog-listitem .blog-content {
    background: #fff;
    padding: 17px 20px
}

.blog-listitem .blog-content .article-description {
    display: block!important
}

.blog-listitem .blog-item .itemBlogImg .article-image {
    border-radius: 3px 3px 0 0
}

.blog-listitem .article-date {
    color: #222;
    font-size: 14px;
    text-transform: capitalize;
    margin: 0
}

.blog-listitem .article-date b {
    color: #087900;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    padding-right: 10px
}

.blog-listitem .article-date b:before {
    position: absolute;
    font-size: 14px;
    content: "/";
    right: 0;
    top: 8px;
    color: #222
}

.blog-listitem .blog-item {
    margin-bottom: 30px
}

.blog-listitem .blog-item .itemBlogImg .article-image {
    position: relative
}

.blog-listitem .blog-item .itemBlogImg .article-image .article-date {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0
}

.blog-listitem .blog-item .itemBlogImg .article-image .article-date .date {
    font-size: 14px;
    color: #909090;
    display: block
}

.blog-listitem .blog-item .itemBlogImg .article-image .article-date .date b {
    font-size: 24px;
    color: #909090;
    font-family: Raleway;
    display: block
}

.blog-listitem .blog-item .readmore a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px;
    margin-top: 30px;
    text-transform: uppercase
}

.blog-listitem .blog-item .article-image {
    overflow: hidden
}

.blog-listitem .blog-item .article-image img {
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s
}

.blog-listitem .blog-item .article-image:hover img {
    opacity: .8;
    transform: rotate(5deg) scale(1.2);
    -moz-transform: rotate(5deg) scale(1.2);
    -webkit-transform: rotate(5deg) scale(1.2);
    -ms-transform: rotate(5deg) scale(1.2)
}

.blog-listitem .blog-item .itemBlogContent .article-title .h4,
.blog-listitem .blog-item .itemBlogContent .article-title h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem
}

.blog-listitem .blog-item .itemBlogContent .article-title .h4 a,
.blog-listitem .blog-item .itemBlogContent .article-title h4 a {
    margin-top: 5px;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    transition: .3s all ease 0s
}

.blog-listitem .blog-item .itemBlogContent .article-title .h4 a:hover,
.blog-listitem .blog-item .itemBlogContent .article-title h4 a:hover {
    color: #087900
}

.blog-listitem .blog-item .itemBlogContent .blog-meta {
    display: inline-block;
    padding: 30px 0 5px;
    vertical-align: top;
    width: 100%;
    position: relative
}

.blog-listitem .blog-item .itemBlogContent .blog-meta:before {
    position: absolute;
    content: "---------";
    top: -7px;
    color: #087900;
    font-size: 20px
}

.blog-listitem .blog-item .itemBlogContent .blog-meta .author {
    font-size: 12px;
    color: #087900;
    display: inline-block
}

.blog-listitem .blog-item .itemBlogContent .blog-meta .author span {
    color: #666
}

.blog-listitem .blog-item .itemBlogContent .blog-meta>span {
    font-weight: 400;
    color: #666
}

.blog-listitem .blog-item .itemBlogContent .blog-meta>span.comment_count {
    display: inline-block;
    color: #666
}

.blog-listitem .blog-item .itemBlogContent .blog-meta>span.comment_count a {
    color: #666;
    font-size: 12px
}

.blog-listitem.list .article-description {
    padding-bottom: 10px;
    margin-bottom: 0
}

.blog-listitem.list .blog-item {
    margin-bottom: 40px
}

.blog-listitem.list .blog-item .itemBlogContent .blog-meta {
    padding: 15px 0 20px;
    border: none
}

.product-filter-bottom.filters-blog {
    display: inline-block;
    float: none;
    width: 100%;
    padding: 15px;
    margin: 10px 0 0!important;
    text-align: center;
    background-color: #fff;
    border: none
}

.product-filter-bottom.filters-blog .view-mode {
    text-align: left
}

.product-filter-bottom.filters-blog .pagination {
    margin-top: 5px
}

.product-filter-bottom.filters-blog .pagination>li a,
.product-filter-bottom.filters-blog .pagination>li span {
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 30px;
    border-radius: 100%
}

.simple-blog-product .h4,
.simple-blog-product h4 {
    font-size: 14px;
    font-size: 1.4rem
}

div.article-info .panel-body .product-thumb .image {
    margin-bottom: 20px
}

div.article-info .entry-wrap {
    background-color: #fff;
    margin-bottom: 60px;
    border: 1px solid #eee;
    padding: 30px 30px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

div.article-info .entry-wrap a {
	text-decoration: underline;
	color: #087900;
}

div.article-info .article-title .h3,
div.article-info .article-title h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333
}

div.article-info .article-sub-title .article-date {
    text-transform: uppercase;
    color: #087900;
    font-weight: 600;
    font-size: 14px
}

div.article-info .article-sub-title {
    display: inline-block;
    width: 100%;
    padding-bottom: 17px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px
}

div.article-info .article-sub-title span {
    display: block;
    float: left;
    color: #999;
    padding: 0 10px;
    font-size: 13px
}

div.article-info .article-sub-title span.article-author {
    padding-left: 0
}

div.article-info .article-sub-title span.article-author a {
    color: #999;
    font-size: 13px
}

div.article-info .article-sub-title span.article-author a:hover {
    color: #087900
}

div.article-info .article-sub-title span.article-comment {
    border-right: 0
}

div.article-info .article-sub-title .article-share {
    display: none
}

div.article-info .article-image {
    margin-bottom: 30px
}

div.article-info .article-comment {
    padding: 6px 0 0 30px;
    color: #555
}

div.article-info .article-comment i {
    color: #333;
    margin-right: 5px;
    font-size: 13px
}

div.article-info .related-comment {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: 0 0
}

div.article-info .related-comment .article-reply {
    border: none;
    background: #f9f9f9
}

div.article-info .related-comment .article-reply .author {
    font-weight: 700;
    font-size: 16px
}

div.article-info .related-comment .article-reply .article-reply {
    background: #f4f3f3
}

div.article-info .related-comment .panel-body {
    padding: 0;
    border: 0
}

div.article-info .related-comment .panel-body .form-group #comments {
    padding: 0;
    border: 0;
    overflow: hidden
}

div.article-info .related-comment .panel-body .form-group #comments .h2#review-title,
div.article-info .related-comment .panel-body .form-group #comments h2#review-title {
    margin: 0 0 30px;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #121212
}

div.article-info .related-comment #button-comment {
    background: #087900;
    border-color: #087900;
    text-transform: uppercase
}

@media (min-width:992px) {
    div.article-info .related-comment #button-comment {
        padding: 10px 52px
    }
}

div.article-info .related-comment #button-comment:hover {
    background: #444;
    border-color: #444
}

div.article-info .itemFullText {
    text-align: justify
}

.comments {
    margin-bottom: 30px
}

.comments.comments-level-1 {
    margin-left: 136px
}

.comments .pull-left {
    width: 100px;
    height: 100px;
    display: block;
    background-color: #f5f5f5;
    margin-right: 30px;
    position: relative;
    padding: 0
}

.comments .pull-left .fa {
    font-size: 46px;
    display: block;
    text-align: center;
    margin: 25px 0
}

.comments .pull-left img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2
}

.comments .pull-left span {
    position: absolute;
    display: inline-block;
    top: 15%
}

.comments .media-body .media-title {
    color: #1fc0a0;
    padding-bottom: 14px
}

.comments .media-body .media-title .username {
    font-size: 18px;
    font-style: italic;
    font-family: Georgia, sans-serif;
    display: inline-block;
    margin-right: 14px
}

.comments .media-body .media-title .time {
    font-size: 16px
}

.comments .media-body .media-title .time .fa {
    font-size: 20px;
    margin-right: 13px;
    position: relative;
    top: 3px
}

.comments .media-body .media-title .link:hover {
    text-decoration: none
}

@media (max-width:745px) {
    .comments {
        margin-bottom: 28px
    }
    .comments.comments-level-1 {
        margin-left: 70px
    }
    .comments .pull-left {
        width: 70px;
        height: 70px;
        margin-right: 20px
    }
    .comments .pull-left:before {
        font-size: 46px;
        line-height: 1em;
        top: 10px
    }
    .comments .media-body .media-title time {
        display: block
    }
    .comments .media-body .media-title time .icon {
        font-size: 20px;
        margin: 0 6px 0 0;
        position: relative;
        top: 3px
    }
}

html {
    width: 100%;
    outline: 0!important;
    direction: ltr
}

body {
    color: #666;
    font-size: 14px;
    line-height: 26px
}

.owl2-carousel .owl2-item img {
    transform-style: inherit
}

.h1,
h1 {
    font-size: 30px
}

.h2,
h2 {
    font-size: 22px
}

.h3,
h3 {
    font-size: 20px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0
}

::-webkit-scrollbar {
    width: .5em;
    height: .5em
}

::-webkit-scrollbar-thumb {
    background: #777
}

::-webkit-scrollbar-track {
    background: #d6d6d6
}

body {
    scrollbar-face-color: #777;
    scrollbar-track-color: #d6d6d6
}

@media only screen and (max-width:992px) {
    ::-webkit-scrollbar {
        width: .3em;
        height: .3em
    }
    ::-webkit-scrollbar-thumb {
        background: #777
    }
    ::-webkit-scrollbar-track {
        background: #d6d6d6
    }
    body {
        scrollbar-face-color: #777;
        scrollbar-track-color: #d6d6d6
    }
}

.textColor {
    color: #087900
}

ol.menu,
ul.blank,
ul.menu {
    list-style: none;
    margin: 0;
    padding: 0
}

option {
    padding: 2px 5px;
    border-width: 1px
}

.alert ol li {
    list-style-type: decimal;
    margin: 0 0 5px 15px
}

body .block-popup-login .action.login:hover {
    background-color: #087900
}

img {
    max-width: 100%
}

.over {
    overflow: visible
}

.align-center {
    display: table;
    margin: 0 auto
}

.text-danger {
    color: #fff;
    display: inline-block;
    background-color: #a94442;
    padding: 0 5px;
    margin: 5px 0;
    border-radius: 3px;
    font-size: 11px
}

a {
    color: #666
}

a:hover {
    color: #032d00;
    text-decoration: none
}

a,
a:active,
a:focus,
a:link,
a:visited {
    cursor: pointer;
    text-decoration: none;
    outline: 0
}

ol {
    counter-reset: item;
    padding: 0 0 0 15px
}

sup {
    color: red;
    font-size: 100%;
    top: -4px
}

.list-inline {
    display: inline-block;
    margin: 0
}

.container-megamenu .list-inline a {
    display: inline-block
}

.clearfix {
    clear: both
}

.img-thumbnail.pull-left {
    margin-right: 30px
}

.img-thumbnail.pull-right {
    margin-left: 30px
}

.custom-scoll {
    display: none
}

.mrb-30 {
    margin-bottom: 30px
}

.mrb-20 {
    margin-bottom: 20px
}

.margin-zero {
    margin: 0
}

.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media (min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media (min-width:1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

legend {
    font-size: 18px;
    padding: 7px 0
}

.form-control,
.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    border-radius: 3px;
    background-color: #eee;
    border: none;
    color: #3d3d3d;
    padding: 9px;
    font-size: 12px;
    font-size: 1.2rem;
    box-shadow: none!important;
    transition: all .3s ease
}

input#input-captcha {
    margin-bottom: 15px
}

.uneditable-input:focus,
.uneditable-input:hover,
input[type=color]:focus,
input[type=color]:hover,
input[type=date]:focus,
input[type=date]:hover,
input[type=datetime-local]:focus,
input[type=datetime-local]:hover,
input[type=datetime]:focus,
input[type=datetime]:hover,
input[type=email]:focus,
input[type=email]:hover,
input[type=month]:focus,
input[type=month]:hover,
input[type=number]:focus,
input[type=number]:hover,
input[type=password]:focus,
input[type=password]:hover,
input[type=search]:focus,
input[type=search]:hover,
input[type=tel]:focus,
input[type=tel]:hover,
input[type=text]:focus,
input[type=text]:hover,
input[type=time]:focus,
input[type=time]:hover,
input[type=url]:focus,
input[type=url]:hover,
input[type=week]:focus,
input[type=week]:hover,
textarea:focus,
textarea:hover {
    outline: 0;
    background-color: #e9e9e9
}

textarea {
    max-width: 100%
}

.form-control {
    height: 38px
}

.header-top-right .top-link>li {
    position: relative
}

header .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-out;
    margin-top: 20px;
    min-width: 120px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    right: 0;
    left: auto;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

header .open>.dropdown-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.size-img-cart {
    width: 80px
}

.dropdown-menu {
    background: #fff;
    padding: 5px 0;
    margin-top: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    font-size: 12px
}

#sosearchpro .dropdown-menu {
    top: 100%;
    display: none
}

@media (min-width:1200px) {
    #sosearchpro .dropdown-menu {
        min-width: 300px
    }
}

#sosearchpro .dropdown-menu .media-left {
    float: left
}

#sosearchpro .dropdown-menu .media-body a {
    color: #555;
    float: none
}

#sosearchpro .dropdown-menu .media-body a:hover {
    color: #087900
}

#sosearchpro .dropdown-menu:after {
    display: none
}

.dropdown-menu>li>a {
    padding: 5px 15px;
    color: #555
}

.dropdown-menu>li>a:hover {
    color: #087900
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: #f7f7f7
}

.nav-header {
    color: #667280
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn,
.button {
    padding: 9px 20px;
    background: #555;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #087900;
    border-color: #087900
}

.btn:hover,
.button:hover {
    background: #087900;
    border-color: #087900;
    color: #fff
}

.btn:hover,
.button:hover {
    background: #555;
    border-color: #555
}

.btn-warning {
    background: #f0ad4e
}

.btn-success {
    background: #5cb85c
}

.btn-info {
    background: #999;
    border-radius: 0;
    text-transform: uppercase
}

.btn-primary {
    background: #999;
    border-radius: 0;
    text-transform: uppercase
}

.btn-danger {
    background: #d9534f;
    border-radius: 0
}

.btn-revo {
    background: #087900;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    padding: 0 35px;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 20px 0 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.btn-revo:hover {
    background: #999
}

.btn .fa,
.button .fa {
    margin: 0 5px
}

.btn.inverse,
.button.inverse {
    background-color: #555
}

.btn.inverse:hover,
.button.inverse:hover {
    background-color: #087900
}

.button-continue-shopping {
    display: block;
    float: left
}

.button-checkout {
    display: block;
    float: right
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5
}

.btn-inline {
    display: inline-block
}

.table thead>tr>th {
    background: #eee
}

table.std td,
table.std th {
    vertical-align: middle;
    border: #ddd;
    padding: 10px;
    text-align: center
}

table.std th {
    white-space: nowrap;
    background: #f5f5f5
}

table.std tfoot td {
    color: #333;
    text-align: right;
    white-space: nowrap
}

table.std {
    background: #fdfdfd;
    border-spacing: 0;
    vertical-align: middle;
    border: #ddd;
    width: 100%
}

table th {
    border: #ddd;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase
}

.delivery_option table td {
    text-align: center
}

table tfoot td {
    text-align: right
}

table.table-bordered thead>*,
table.table-bordered .thead {
    background-color: rgba(51, 51, 51, .1);
    font-weight: 700
}

.pagination>li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top
}

.pagination>li a,
.pagination>li span {
    padding: 3px 8px
}

.pagination>li a:hover,
.pagination>li span:hover {
    color: #fff;
    background: #087900;
    border-color: #087900
}

.pagination>li.active,
.pagination>li:hover {
    background: 0 0;
    border-color: #087900
}

.pagination>li.active span,
.pagination>li:hover span {
    color: #087900;
    background: 0 0;
    border-color: #087900
}

.pagination>li.active span:hover,
.pagination>li:hover span:hover {
    background: #087900;
    border-color: #087900
}

.pagination>li:last-child {
    margin-right: 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0
}

.pagination>li>a,
.pagination>li>span {
    color: #666
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0
}

.checkout-cart .btn-block input {
    min-width: 40px;
    text-align: center
}

.so-page-builder .container {
    overflow: visible!important;
    padding: 0 15px!important
}

.sohomepage-slider .so-homeslider {
    border: none!important
}

#content {
    margin-bottom: 30px
}

.common-home #content {
    margin-bottom: 0
}

.so-page-builder .container-fluid {
    padding: 0 15px!important
}

.overflow_auto,
.table-responsive {
    direction: ltr
}

.overflow_auto {
    overflow: auto
}

#map-canvas {
    height: 550px;
    width: 100%;
    margin: 0 0 10px
}

.info-contact {
    padding-top: 30px
}

.info-contact .name-store .h3,
.info-contact .name-store h3 {
    font-size: 16px;
    color: #222;
    text-transform: uppercase
}

.info-contact .text {
    padding-left: 30px
}

.info-contact .comment {
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 25px
}

.module.page_contact_custom {
    margin-bottom: 0
}

.module.page_contact_custom .block-contact .item .item-wrap {
    background-color: #f2f2f2;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    text-align: left;
    padding: 17px 20px
}

.module.page_contact_custom .image-about-us img {
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.module.page_contact_custom .image-about-us img:hover {
    opacity: .7
}

.module.page_contact_custom .block-contact .item .item-wrap .icon {
    display: inline-block;
    height: 66px;
    width: 66px;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
    float: left;
    margin-right: 10px
}

.module.page_contact_custom .block-contact .item .item-wrap .info {
    padding: 20px 0;
    line-height: 20px;
    white-space: nowrap
}

.module.page_contact_custom .block-contact .item.address .item-wrap .info {
    padding: 13px 0
}

.module.page_contact_custom .block-contact .item.phone .item-wrap .icon {
    background: url(../../images/icon/icon_general.png) no-repeat -9px -1761px #f2f2f2
}

.module.page_contact_custom .block-contact .item.address .item-wrap .icon {
    background: url(../../images/icon/icon_general.png) no-repeat -9px -1818px #f2f2f2
}

.module.page_contact_custom .block-contact .item.support .item-wrap .icon {
    background: url(../../images/icon/icon_general.png) no-repeat -9px -1706px #f2f2f2
}

.contact-form legend {
    border: none;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center
}

.contact-form legend .h2,
.contact-form legend h2 {
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700
}

.contact-form p {
    text-align: center
}

.about_us {
    text-align: center
}

.about_us .title-page {
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700
}

.about_us .content-page {
    text-align: center
}

.button-404>a {
    margin: 0 10px
}

.content_404 {
    margin: 40px 0 30px
}

.content_404 .block-top .h2,
.content_404 .block-top h2 {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px
}

.content_404 .block-top .warning-code {
    font-size: 14px;
    color: #7d7d7d;
    margin-bottom: 40px
}

.page-comingsoon {
    background: url(../../images/bg-comingsoon.jpg) no-repeat center center;
    text-align: center;
    min-height: 600px
}

.module-content {
    background: #fff;
    border: 1px solid #ddd;
    padding: 0 20px
}

.module-content .list-box li {
    position: relative;
    padding-left: 15px
}

.module-content .list-box li:before {
    position: absolute;
    display: block;
    top: 18px;
    background: #999;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 0
}

.panel-default>.panel-heading {
    background: #fff
}

.title-under {
    position: relative;
    margin-bottom: 50px
}

.title-under:after {
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 68px;
    background: #087900;
    bottom: -10px
}

.owl2-carousel .owl2-item img {
    transform-style: initial!important
}

.title-under.text-center:after {
    left: 50%;
    margin-left: -34px
}

.media-box-link--arrow .icon {
    font-size: 30px
}

.media-box-link--figure .icon {
    font-size: 70px
}

.media-box-link {
    display: table-row;
    width: 100%;
    height: 100%;
    background-color: #087900;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-default {
    background: #087900;
    border-radius: 0
}

.btn-default:hover {
    background: #087900
}

.media-box-link .h4,
.media-box-link h4 {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.media-box-link .icon {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.media-box-link--arrow,
.media-box-link--content,
.media-box-link--figure {
    display: table-cell;
    padding: 6% 0;
    vertical-align: middle
}

.media-box-link--figure {
    width: 23%
}

.media-box-link--content {
    padding-right: 5%;
    width: 67%
}

.media-box-link--arrow {
    width: 10%;
    vertical-align: middle
}

.media-box-link:hover {
    background-color: #f5f5f5;
    color: #777
}

.media-box-link:hover .h4,
.media-box-link:hover h4 {
    color: #333
}

.media-box-link:hover .icon {
    color: #087900
}

.page_warranity {
    color: #777
}

.page_warranity .title-under {
    color: #333
}

.page_warranity .icon.icon-error {
    font-size: 30px;
    vertical-align: middle
}

.page_warranity .media-icon--content .color-dark.font18 {
    color: #333;
    font-size: 500
}

.color {
    color: #087900
}

.title-decimal {
    font-size: 20px;
    position: relative;
    padding: 4px 0 9px 69px
}

@media (min-width:1200px) {
    .title-decimal {
        font-size: 30px
    }
}

.title-decimal:before {
    content: attr(data-content);
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 0;
    line-height: 40px;
    background: #087900;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0
}

.decimal-list {
    padding: 0;
    margin: 10px 0 0 0;
    list-style-type: none;
    counter-reset: myCounter
}

.decimal-list li {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0 0 0 18px;
    margin-bottom: 7px;
    text-indent: 0;
    position: relative
}

.decimal-list li:before {
    content: counter(myCounter);
    counter-increment: myCounter;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #087900;
    font-weight: 500;
    left: 0
}

.label-product {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 7;
    border-radius: 50%;
    line-height: 45px;
    position: absolute;
    top: 20px
}

.label-product.label-sale {
    background: #63c54c;
    right: 20px
}

.label-product.label-sale:before {
    content: "";
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #63c54c;
    position: absolute;
    top: -6px;
    right: -6px;
    transform: rotate(30deg)
}

.label-product.label-new {
    background: #ed3f46;
    left: 20px
}

.label-product.label-new:before {
    content: "";
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    border-bottom: 17px solid #ed3f46;
    position: absolute;
    top: -6px;
    left: -6px;
    transform: rotate(-30deg)
}

.label-product.label-new:after {
    display: none
}

.label-percent {
    padding: 2px 5px;
    background: #087900;
    font-size: 13px;
    font-weight: 400
}

.product-options label {
    padding: 0;
    color: #666
}

.product-options .label {
    font-weight: 400;
    font-size: 11px
}

.product-options .radio {
    position: relative;
    z-index: 2;
    text-transform: capitalize;
    cursor: pointer
}

.product-options .radio .fa {
    display: none
}

.product-options .active .fa {
    display: block
}

.product-options .fa {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 22px;
    height: 22px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    left: 0
}

.rating,
.ratings {
    font-size: 11px;
    margin-bottom: 5px
}

.rating span.fa-stack .fa-star-o:before,
.ratings span.fa-stack .fa-star-o:before {
    content: "\f006";
    color: #faa600
}

.rating span.fa-stack .fa-star.fa-stack-1x,
.ratings span.fa-stack .fa-star.fa-stack-1x {
    z-index: 1
}

.rating span.fa-stack .fa-star.fa-stack-1x:before,
.ratings span.fa-stack .fa-star.fa-stack-1x:before {
    content: "\f005";
    color: #faa600
}

span.fa-stack {
    width: 14px;
    height: 14px;
    line-height: 14px
}

span.fa-stack .fa-star-o:before {
    content: "\f006";
    color: #faa600
}

span.fa-stack .fa-stack-2x {
    font-size: 1em
}

span.fa-stack .fa-star.fa-stack-2x {
    position: relative;
    z-index: 1
}

span.fa-stack .fa-star.fa-stack-2x:before {
    content: "\f005";
    color: #faa600
}

.price {
    margin: 0 0 10px 0;
    line-height: normal;
    color: #087900;
    font-size: 16px;
    font-weight: 700
}

.price .price-old {
    line-height: normal;
    display: block;
    text-decoration: line-through;
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    padding-top: 2px
}

.price .price-new,
.price span.price {
    color: #087900;
    font-size: 16px;
    font-weight: 600
}

.total-price {
    min-height: 60px;
    visibility: visible!important
}

.price-left {
    float: left;
    width: 70%
}

.price-right {
    float: left;
    width: 30%;
    text-align: right
}

.price-right .discount {
    background: #087900;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    padding: 3px 0;
    text-align: center;
    border-radius: 5px;
    line-height: 34px;
    position: relative;
    top: -2px
}

.price-right .discount:before {
    content: "";
    position: absolute;
    top: 13px;
    bottom: auto;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #087900;
    right: auto;
    left: -7px
}

.price-right .discount strong {
    display: block;
    font-size: 12px
}

.countdown_box {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: 50%;
    width: 190px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    -o-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%)
}

.countdown_box .countdown_inner {
    display: table;
    background: #555;
    width: 100%;
    text-align: center
}

.countdown_box .title {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    padding: 8px;
    display: none
}

.countdown_box .time-item {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    width: 25%
}

.countdown_box .time-item .num-time {
    font-size: 14px;
    font-weight: 700;
    background: rgba(255, 255, 255, .06)
}

.countdown_box .time-item .name-time,
.countdown_box .time-item .num-time {
    padding: 0 8px
}

.countdown_box .time-item:last-child {
    border: none
}

.today_deals .title-category {
    padding: 0;
    padding-bottom: 20px
}

.today_deals .product-item-container .left-block {
    text-align: center
}

.today_deals .product-item-container .left-block .product-image-container {
    display: inline-block
}

.deals_module_wrapper .product-item-container {
    border: 1px solid #e6e6e6;
    padding: 20px;
    overflow: hidden
}

.deals_module_wrapper .product-item-container .left-block {
    position: relative;
    z-index: 2
}

.deals_module_wrapper .product-item-container .box-label .label-product {
    margin-left: 15px
}

.deals_module_wrapper button.btn-default {
    border: 1px solid #087900;
    height: 32px;
    line-height: 30px;
    color: #087900;
    background: #fff;
    border-radius: 0;
    min-width: 32px;
    padding: 0;
    border-radius: 50%
}

.deals_module_wrapper button.btn-default:hover {
    background: #087900;
    color: #fff
}

.deals_module_wrapper button.btn-default.addToCart {
    padding: 0 10px;
    background: #087900;
    color: #fff;
    border-radius: 18px
}

.deals_module_wrapper .price .price-new {
    font-size: 18px
}

.deals_module_wrapper .product-box-desc {
    margin-top: 5px
}

.deals_module_wrapper .product-box-desc span {
    min-width: 100px;
    display: inline-block
}

.deals_module_wrapper .product-box-desc .status-stock {
    color: #5dbe45
}

.deals_module_wrapper .title-product {
    font-size: 18px;
    margin-bottom: 10px
}

.deals_module_wrapper .title-product a {
    color: #555
}

.deals_module_wrapper .title-product a:hover {
    color: #087900
}

.deals_module_wrapper .short_description {
    margin: 10px 0
}

.deals_module_wrapper .countdown_box {
    position: static;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    margin: -50px auto 0;
    width: 210px
}

.deals_module_wrapper .owl2-controls {
    position: absolute;
    z-index: 1;
    right: 0;
    top: -35px
}

.deals_module_wrapper .owl2-controls .owl2-next,
.deals_module_wrapper .owl2-controls .owl2-prev {
    vertical-align: top;
    margin: 0 3px;
    padding: 9px 20px;
    background: #555;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #999;
    float: left;
    border-radius: 0;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 18px
}

.deals_module_wrapper .owl2-controls .owl2-next:hover,
.deals_module_wrapper .owl2-controls .owl2-prev:hover {
    background: #087900;
    border-color: #087900;
    color: #fff
}

.deals_module_wrapper .owl2-controls .owl2-next:hover,
.deals_module_wrapper .owl2-controls .owl2-prev:hover {
    background: #087900
}

.title-category {
    color: #1c1c1c;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    padding-bottom: 30px
}

.products-category .form-group.clearfix {
    margin: 0
}

.products-category .filter_group {
    width: 25%;
    display: inline-block;
    vertical-align: top
}

.products-category .category-info img {
    margin-bottom: 18px
}

.products-category .category-info .form-group {
    margin-bottom: 0
}

.refine-search .thumbnail {
    margin-bottom: 10px
}

.refine-search a {
    color: #555;
    display: block
}

.refine-search a:hover {
    color: #087900
}

.open-sidebar {
    line-height: 25px;
    display: inline-block;
    border: 2px solid #999;
    margin-bottom: 20px;
    padding: 0 15px;
    letter-spacing: 1px;
    font-size: 10px;
    text-transform: uppercase
}

#close-sidebar {
    display: none
}

@media only screen and (max-width:992px) {
    body.open-sboff {
        height: 100%;
        overflow: hidden
    }
    .open-sidebar i.fa {
        margin-right: 5px
    }
    .page-category .sidebar-overlay,
    .product-detail .sidebar-overlay {
        background: rgba(0, 0, 0, .5);
        display: none;
        height: 100%;
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9998
    }
    .page-category .sidebar-offcanvas,
    .product-detail .sidebar-offcanvas {
        background: #fff;
        width: 300px;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 9999;
        height: 100%;
        overflow-x: scroll;
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        transition: all .3s ease-in-out;
        padding-top: 30px;
        margin: 0;
        left: -130%;
        padding-left: 15px!important;
        padding-right: 10px!important
    }
    .page-category .sidebar-offcanvas.active,
    .product-detail .sidebar-offcanvas.active {
        left: 0
    }
    .page-category .sidebar-offcanvas #close-sidebar,
    .product-detail .sidebar-offcanvas #close-sidebar {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 16px;
        display: block
    }
    .page-category .sidebar-offcanvas #close-sidebar:hover,
    .product-detail .sidebar-offcanvas #close-sidebar:hover {
        cursor: pointer;
        color: red
    }
}

#content.col-sm-6 .product-compare {
    display: none
}

.filters-panel {
    font-size: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px
}

.filters-panel:after,
.filters-panel:before {
    content: " ";
    display: table
}

.filters-panel:after {
    clear: both
}

.filters-panel.product-filter-bottom {
    margin: 0 0 0;
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    border-bottom: none
}

.filters-panel.product-filter-bottom .short-by-show {
    line-height: 33px
}

.filters-panel .pagination {
    margin: 0
}

.filters-panel .list-view button.btn {
    border-radius: 0;
    padding: 0 7px;
    color: #fff;
    border: none;
    background: #252525;
    width: 33px;
    height: 33px;
    font-size: 14px
}

.filters-panel .list-view button.btn.grid {
    margin-right: -3px
}

.filters-panel .list-view button.btn.active {
    background: #087900;
    color: #fff;
    box-shadow: none
}

.filters-panel .list-view button.btn.active:hover {
    background: #087900;
    color: #fff
}

.filters-panel .list-view button.btn:hover {
    color: #fff;
    background: #087900
}

.filters-panel .list-view button.btn:focus {
    border-radius: 0;
    border-color: #087900;
    outline: 0
}

.filters-panel .list-view .fa {
    margin: 0
}

.filters-panel label {
    font-weight: 400;
    line-height: 33px
}

.filters-panel .btn-default {
    padding: 9px 20px;
    background: #eee;
    color: #333;
    border-radius: 3px;
    border: none;
    font-size: 12px
}

.filters-panel .btn-default:hover {
    background: #087900;
    border-color: #087900;
    color: #fff
}

.filters-panel .btn,
.filters-panel .form-control {
    color: #6b6b6b;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    border: 1px solid #ebebeb;
    background: #fff;
    border-radius: 0
}

@media (min-width:1200px) {
    .filters-panel .form-inline .form-group {
        margin-left: 20px
    }
}

.box-pagination .pagination>li a,
.box-pagination .pagination>li span {
    padding: 0;
    width: 27px;
    height: 28px;
    line-height: 28px;
    text-align: center
}

.box-pagination .pagination {
    display: block
}

.product-layout .second_img .img_0 {
    right: 50%;
    top: 0;
    transform: translate(50%, 0)
}

.products-list .product-layout {
    overflow: hidden
}

.products-list .product-layout .product-item-container .left-block .countdown_box .countdown_inner {
    background: 0 0;
    box-shadow: none
}

.products-list .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item {
    padding: 1px 0;
    background: #444;
    border: none;
    margin-right: 2px;
    width: 23.5%
}

.products-list .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item .num-time {
    font-size: 14px;
    color: #fff;
    margin: 0;
    border: none;
    height: 18px;
    line-height: 20px;
    font-weight: 700
}

.products-list .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item .name-time {
    font-size: 10px;
    color: #fff;
    margin: 0;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase
}

.products-list .product-layout .product-item-container .left-block .quickview {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    background: #087900;
    color: #fff;
    cursor: pointer;
    z-index: 99
}

.products-list .product-layout .product-item-container .left-block .quickview:hover {
    background-color: #054600;
    color: #fff
}

.products-list .product-layout .product-item-container:hover .countdown_box {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.products-list.grid .product-layout .product-item-container,
.products-list.list-masonry .product-layout .product-item-container {
    overflow: hidden;
    position: relative;
    margin: 0 0 30px;
    background: #fff;
    border-radius: 3px;
    z-index: 1
}

.products-list.grid .product-layout .product-item-container iframe,
.products-list.list-masonry .product-layout .product-item-container iframe {
    width: 100%
}

.products-list.grid .product-layout .product-item-container .left-block,
.products-list.list-masonry .product-layout .product-item-container .left-block {
    position: relative;
    width: 100%;
    text-align: center
}

.products-list.grid .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item,
.products-list.list-masonry .product-layout .product-item-container .left-block .countdown_box .countdown_inner .time-item {
    background: rgba(0, 0, 0, .7)
}

.products-list.grid .product-layout .product-item-container .left-block .product-image-container a:before,
.products-list.list-masonry .product-layout .product-item-container .left-block .product-image-container a:before {
    display: inline-block;
    content: '';
    background: rgba(34, 34, 34, .6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.products-list.grid .product-layout .product-item-container .left-block .text-location,
.products-list.list-masonry .product-layout .product-item-container .left-block .text-location {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 0 15px;
    border-radius: 3px;
    bottom: 20px;
    left: 20px
}

.products-list.grid .product-layout .product-item-container .left-block .text-location span,
.products-list.list-masonry .product-layout .product-item-container .left-block .text-location span {
    position: relative;
    padding-left: 15px
}

.products-list.grid .product-layout .product-item-container .left-block .text-location span:before,
.products-list.list-masonry .product-layout .product-item-container .left-block .text-location span:before {
    content: "\f041";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: -5px
}

.products-list.grid .product-layout .product-item-container .right-block,
.products-list.list-masonry .product-layout .product-item-container .right-block {
    width: 100%;
    text-align: left;
    clear: both;
    padding: 0 20px
}

.products-list.grid .product-layout .product-item-container .right-block .caption,
.products-list.list-masonry .product-layout .product-item-container .right-block .caption {
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.products-list.grid .product-layout .product-item-container .right-block .caption .h4,
.products-list.grid .product-layout .product-item-container .right-block .caption h4,
.products-list.list-masonry .product-layout .product-item-container .right-block .caption .h4,
.products-list.list-masonry .product-layout .product-item-container .right-block .caption h4 {
    border-bottom: 1px solid #e1e1e1;
    margin: 17px 0 15px;
    padding-bottom: 21px;
    line-height: 18px
}

.products-list.grid .product-layout .product-item-container .right-block .caption .h4 a,
.products-list.grid .product-layout .product-item-container .right-block .caption h4 a,
.products-list.list-masonry .product-layout .product-item-container .right-block .caption .h4 a,
.products-list.list-masonry .product-layout .product-item-container .right-block .caption h4 a {
    font-size: 14px;
    color: #222;
    font-weight: 500;
    text-transform: capitalize
}

.products-list.grid .product-layout .product-item-container .right-block .caption .h4 a:hover,
.products-list.grid .product-layout .product-item-container .right-block .caption h4 a:hover,
.products-list.list-masonry .product-layout .product-item-container .right-block .caption .h4 a:hover,
.products-list.list-masonry .product-layout .product-item-container .right-block .caption h4 a:hover {
    color: #087900
}

.products-list.list-masonry .product-layout .product-item-container .right-block .caption .ratings {
    display: none
}

.products-list.grid .product-layout .product-item-container .button-group,
.products-list.list-masonry .product-layout .product-item-container .button-group {
    position: absolute;
    top: 20%;
    text-align: center;
    z-index: 100;
    font-size: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    right: 0;
    left: auto
}

.products-list.grid .product-layout .product-item-container .button-group .button-inner,
.products-list.list-masonry .product-layout .product-item-container .button-group .button-inner {
    display: table;
    margin: 0 auto
}

.products-list.grid .product-layout .product-item-container .button-group .btn-button,
.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button {
    margin-bottom: 10px;
    z-index: 5;
    -webkit-transform: translate(55px, 0);
    -ms-transform: translate(55px, 0);
    transform: translate(55px, 0);
    opacity: 1;
    height: 35px;
    width: 35px;
    font-size: 14px;
    color: #222;
    line-height: 35px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    border: none;
    position: relative;
    display: block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    outline: 0
}

.products-list.grid .product-layout .product-item-container .button-group .btn-button.addToCart,
.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.addToCart {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -moz-transition: -moz-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    position: relative
}

.products-list.grid .product-layout .product-item-container .button-group .btn-button.addToCart:before,
.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.addToCart:before {
    content: "";
    position: absolute;
    top: 8px;
    width: 18px;
    height: 18px;
    background: #fff url(../../images/icon/icon-cart-1.png) no-repeat center center;
    left: 9px
}

.products-list.grid .product-layout .product-item-container .button-group .btn-button.addToCart:hover:before,
.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.addToCart:hover:before {
    background: #087900 url(../../images/icon/icon-cart-2.png) no-repeat center center
}

.products-list.grid .product-layout .product-item-container .button-group .btn-button.wishlist,
.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.wishlist {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    transition: transform .2s ease-in-out
}

.products-list.grid .product-layout .product-item-container .button-group .btn-button.compare,
.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.compare {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out
}

.products-list.grid .product-layout .product-item-container .button-group .btn-button.quickview,
.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.quickview {
    -webkit-transition: -webkit-transform .1s ease-in-out;
    -moz-transition: -moz-transform .1s ease-in-out;
    transition: transform .1s ease-in-out
}

.products-list.grid .product-layout .product-item-container .button-group .btn-button.quickview i,
.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button.quickview i {
    line-height: 35px
}

.products-list.grid .product-layout .product-item-container .button-group .btn-button:hover,
.products-list.list-masonry .product-layout .product-item-container .button-group .btn-button:hover {
    background: #087900;
    color: #fff
}

.products-list.grid .product-layout .product-item-container:hover .btn-button,
.products-list.list-masonry .product-layout .product-item-container:hover .btn-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-18px, 0);
    -ms-transform: translate(-18px, 0);
    transform: translate(-18px, 0)
}

.products-list.grid .product-layout .product-item-container:hover .left-block .product-image-container a:before,
.products-list.list-masonry .product-layout .product-item-container:hover .left-block .product-image-container a:before {
    opacity: 1;
    visibility: visible
}

.products-list.list .product-layout .product-item-container {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
    padding: 20px
}

.products-list.list .product-layout .product-item-container .left-block {
    padding: 0;
    overflow: hidden;
    text-align: center;
    border-radius: 3px
}

.products-list.list .product-layout .product-item-container .left-block .quickview {
    border-radius: 100%;
    top: 0;
    opacity: 0;
    top: 30%;
    opacity: 0;
    position: absolute;
    left: 50%;
    margin-left: -16px
}

.products-list.list .product-layout .product-item-container .left-block .countdown_box {
    padding: 10px
}

.products-list.list .product-layout .product-item-container .left-block .product-image-container a:before {
    display: inline-block;
    content: '';
    background: rgba(34, 34, 34, .6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.products-list.list .product-layout .product-item-container .countdown_box {
    width: 100%
}

.products-list.list .product-layout .product-item-container .right-block .caption {
    padding: 0 10px
}

.products-list.list .product-layout .product-item-container .right-block .caption .h4,
.products-list.list .product-layout .product-item-container .right-block .caption h4 {
    margin-top: 0;
    margin-bottom: 7px;
    position: relative;
    top: -3px
}

.products-list.list .product-layout .product-item-container .right-block .caption .h4 a,
.products-list.list .product-layout .product-item-container .right-block .caption h4 a {
    color: #222;
    font-size: 16px
}

.products-list.list .product-layout .product-item-container .right-block .description {
    padding: 0;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 10px
}

.products-list.list .product-layout .product-item-container .right-block .button-group {
    margin: 15px 0 0 0;
    padding: 0 10px
}

.products-list.list .product-layout .product-item-container .rating,
.products-list.list .product-layout .product-item-container .ratings {
    margin-bottom: 10px;
    font-size: 11px
}

.products-list.list .product-layout .product-item-container .price .price-new,
.products-list.list .product-layout .product-item-container .price span.price {
    font-size: 16px;
    display: inline-block
}

.products-list.list .product-layout .product-item-container .price .price-old {
    color: #ccc;
    display: inline-block;
    margin: 0 5px
}

.products-list.list .product-layout .product-item-container .button-group button {
    background-color: #087900;
    color: #fff;
    font-size: 14px;
    transition: all .3s;
    height: 35px;
    line-height: 33px;
    border: 1px solid #087900;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 50%;
    min-width: 32px
}

.products-list.list .product-layout .product-item-container .button-group button.addToCart {
    padding: 0 20px 0 40px;
    color: #fff;
    border-radius: 25px;
    background: #087900;
    position: relative;
    font-size: 13px
}

.products-list.list .product-layout .product-item-container .button-group button.addToCart:before {
    content: "";
    position: absolute;
    top: 6px;
    width: 18px;
    height: 18px;
    background: url(../../images/icon/icon-cart-2.png) no-repeat center center;
    left: 18px
}

.products-list.list .product-layout .product-item-container .button-group button.addToCart:hover {
    background: #054600!important
}

.products-list.list .product-layout .product-item-container .button-group button.wishlist {
    padding: 0;
    min-width: 35px;
    color: #087900;
    border-color: #087900;
    background: 0 0;
    margin-left: 2px
}

.products-list.list .product-layout .product-item-container .button-group button.compare {
    padding: 0;
    min-width: 35px;
    color: #087900;
    border-color: #087900;
    background: 0 0;
    margin-left: 2px
}

.products-list.list .product-layout .product-item-container .button-group button:hover {
    color: #fff!important;
    background: #087900!important
}

.products-list.list .product-layout .product-item-container:hover .left-block .quickview {
    top: 46%;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    background-color: #087900;
    color: #fff;
    border-color: #087900
}

.products-list.list .product-layout .product-item-container:hover .left-block .quickview:hover {
    background-color: #444;
    border-color: #444
}

.products-list.list .product-layout .product-item-container:hover .left-block .countdown_box {
    transform: scale(0)
}

.products-list.list .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0 {
    top: 0;
    opacity: 1;
    z-index: 0
}

.products-list.list .product-layout .product-item-container:hover .left-block .product-image-container a:before {
    opacity: 1;
    visibility: visible
}

.products-list.list .product-layout .product-item-container:hover .right-block .caption .h4 a,
.products-list.list .product-layout .product-item-container:hover .right-block .caption h4 a {
    color: #087900
}

.lightSlider {
    padding: 0
}

left-content-product.product-view .flexslider-thumb.not_full_slider {
    padding: 0;
    margin-bottom: 30px
}

.product_page_price {
    margin-bottom: 10px;
    margin-top: 5px
}

.product_page_price .price-new {
    font-size: 16px
}

.product_page_price .price-old {
    vertical-align: bottom;
    display: inline-block;
    padding: 0 3px
}

.product_page_price .price-tax {
    margin-bottom: 10px;
    color: #555;
    font-size: 12px;
    font-weight: 400
}

.product-search input[type=checkbox],
.product-search input[type=radio] {
    margin: 7px 0 0 -20px;
    line-height: normal
}

.product-detail .producttab .tab-content ol,
.product-detail .producttab .tab-content ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 40px
}

.product-detail .best-seller {
    margin-bottom: 30px
}

#tab-review input[type=radio] {
    position: relative;
    top: 2px
}

#tab-review .contacts-form span span.text-danger {
    margin-right: 15px;
    margin-top: 0
}

#tab-review .form-group textarea {
    height: 150px
}

#tab-review .contacts-form .buttons.clearfix {
    visibility: visible!important
}

.product-view {
    margin-bottom: 30px;
    background: #fff
}

.product-view .rating span.fa-stack .fa-star.fa-stack-1x,
.product-view .ratings span.fa-stack .fa-star.fa-stack-1x {
    z-index: 0
}

.product-view .countdown_box .countdown_inner {
    width: auto;
    background: 0 0
}

.product-view .countdown_box .countdown_inner {
    margin: 0;
    padding: 5px 20px 0 50px;
    display: inline-block;
    border-radius: 30px;
    font-size: 0;
    z-index: 2;
    text-align: center;
    position: relative;
    background: #087900
}

.product-view .countdown_box .countdown_inner:before {
    content: "\f017";
    font-family: fontawesome;
    position: absolute;
    font-size: 16px;
    color: #fff;
    top: 4px;
    left: 14px;
    right: auto;
    bottom: auto
}

.product-view .countdown_box .countdown_inner:after {
    content: "";
    position: absolute;
    background: #fff;
    opacity: .4;
    height: 12px;
    width: 1px;
    top: 11px;
    left: 40px;
    right: auto;
    bottom: auto
}

.product-view .countdown_box .countdown_inner .time-item {
    display: inline-block;
    position: relative;
    width: auto;
    border: none
}

.product-view .countdown_box .countdown_inner .time-item .num-time {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
    margin: 0 3px;
    background: 0 0;
    padding: 0
}

.product-view .countdown_box .countdown_inner .time-item .name-time {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0
}

.product-view .product-view-inner {
    border-radius: 3px;
    padding: 30px 15px;
    margin: 0 -15px
}

.product-view .content-product-left .large-image {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 3px
}

.product-view .content-product-left .large-image .label-product {
    width: 45px!important;
    height: 45px!important;
    line-height: 45px!important
}

.product-view .content-product-left .thumb-video {
    bottom: 10px;
    position: absolute;
    z-index: 950;
    font-size: 32px;
    color: #222;
    right: 20px
}

.product-view .content-product-left .thumb-video:hover {
    color: #087900
}

.product-view .content-product-left .full_slider,
.product-view .content-product-left .not_full_slider {
    margin-top: 15px;
    padding: 0 38px
}

.product-view .content-product-left .full_slider .owl2-stage-outer,
.product-view .content-product-left .not_full_slider .owl2-stage-outer {
    margin-left: -1px
}

.product-view .content-product-left .full_slider .thumbnail,
.product-view .content-product-left .not_full_slider .thumbnail {
    border-radius: 0;
    margin-bottom: 0;
    border: 1px solid #ebebeb;
    padding: 0;
    border-radius: 3px
}

.product-view .content-product-left .full_slider .thumbnail:hover,
.product-view .content-product-left .not_full_slider .thumbnail:hover {
    border-color: #087900
}

.product-view .content-product-left .full_slider .thumbnail.active,
.product-view .content-product-left .not_full_slider .thumbnail.active {
    border-color: #087900
}

.product-view .content-product-left .full_slider .owl2-nav div,
.product-view .content-product-left .not_full_slider .owl2-nav div {
    display: block;
    width: 25px;
    text-align: center;
    background: #e1e1d8;
    color: #222;
    z-index: 9;
    line-height: 25px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: .2s;
    position: absolute;
    height: 25px;
    top: 50%;
    margin-top: -14px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.product-view .content-product-left .full_slider .owl2-nav div .fa,
.product-view .content-product-left .not_full_slider .owl2-nav div .fa {
    font-size: 14px;
    text-align: center;
    position: relative;
    line-height: 25px;
    display: block;
    float: none
}

.product-view .content-product-left .full_slider .owl2-nav div:hover,
.product-view .content-product-left .not_full_slider .owl2-nav div:hover {
    background: #087900;
    color: #fff
}

.product-view .content-product-left .full_slider .owl2-nav div.owl2-prev,
.product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev {
    left: 0
}

.product-view .content-product-left .full_slider .owl2-nav div.owl2-next,
.product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next {
    right: 0
}

.product-view .content-product-right {
    overflow: hidden
}

.product-view .content-product-right .title-product .h1,
.product-view .content-product-right .title-product h1 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #222;
    position: relative;
    text-transform: capitalize
}

.product-view .content-product-right .box-review {
    padding: 0 0 10px;
    margin: 0 0 5px;
    border-bottom: 1px solid #f5f5f5
}

.product-view .content-product-right .box-review .ratings {
    display: inline-block;
    margin: 0 20px 0 0;
    z-index: 0;
    position: relative
}

.product-view .content-product-right .box-review a {
    color: #666;
    display: inline-block
}

.product-view .content-product-right .box-review a:hover {
    color: #087900
}

.product-view .content-product-right .product-box-desc {
    float: left;
    width: 100%;
    padding: 10px 0;
    position: relative;
    font-weight: 700;
    display: inline-block;
    min-width: 120px;
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.product-view .content-product-right .product-box-desc span {
    color: #222;
    padding-right: 5px
}

.product-view .content-product-right .product-box-desc .inner-box-desc {
    width: 100%;
    position: relative
}

.product-view .content-product-right .product-box-desc .brand a {
    color: #525252
}

.product-view .content-product-right .product-box-desc .brand a:hover {
    color: #087900
}

.product-view .content-product-right .product-label {
    line-height: 24px;
    margin-top: 12px;
    float: left;
    width: 100%
}

.product-view .content-product-right .product-label .price {
    float: left;
    margin-top: 0
}

.product-view .content-product-right .product-label .price .list-unstyled {
    font-size: 12px;
    font-weight: 700;
    color: #444
}

.product-view .content-product-right .short_description {
    display: block;
    clear: both
}

.product-view .content-product-right .short_description .h3,
.product-view .content-product-right .short_description h3 {
    margin-bottom: 5px;
    display: none
}

.product-view .content-product-right .box-cart {
    margin-top: 30px
}

.product-view .content-product-right .countdown_box {
    position: static;
    margin: 0;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    width: 100%;
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .product-view .content-product-right .countdown_box {
        width: 420px
    }
}

.product-view .content-product-right .countdown_box .countdown_inner .title {
    padding: 10px;
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.product-view .content-product-right .h3,
.product-view .content-product-right h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #222;
    font-weight: 700
}

.product-view .content-product-right .box-info-product {
    width: 100%;
    margin: 0 -10px 20px
}

.product-view .content-product-right .box-info-product .quantity .quantity-control {
    float: left;
    margin: 0;
    padding: 0 10px 0;
    position: relative
}

.product-view .content-product-right .box-info-product .quantity .quantity-control label {
    display: inline-block;
    color: #222;
    font-weight: 400;
    width: 50px;
    text-transform: capitalize;
    vertical-align: top;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 35px
}

.product-view .content-product-right .box-info-product .quantity .quantity-control input.form-control {
    height: 35px;
    width: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    border: none;
    color: #414141;
    float: none;
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    background: #fff;
    z-index: 0
}

.product-view .content-product-right .box-info-product .quantity .quantity-control span {
    display: none;
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 10px;
    font-weight: 400;
    border-radius: 0;
    cursor: pointer;
    line-height: 16px;
    margin-left: 5px
}

.product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
    font-size: 14px;
    background: none repeat scroll 0 0 #999;
    padding: 0 4px;
    position: absolute;
    top: 0;
    height: 16px;
    width: 15px;
    right: 13px
}

.product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
    font-size: 14px;
    background: none repeat scroll 0 0 #999;
    font-size: 13px;
    padding: 0 4px;
    position: absolute;
    top: 15px;
    width: 15px;
    height: 17px;
    line-height: 15px;
    right: 13px
}

.product-view .content-product-right .box-info-product .quantity .quantity-control span:hover {
    background: #087900!important
}

.product-view .content-product-right .box-info-product .cart {
    float: left;
    overflow: hidden;
    margin-right: 5px
}

@media (min-width:1200px) {
    .product-view .content-product-right .box-info-product .cart {
        padding-left: 10px
    }
}

.product-view .content-product-right .box-info-product .cart a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.product-view .content-product-right .box-info-product .cart a i {
    margin-right: 5px
}

.product-view .content-product-right .box-info-product .cart input {
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    border-radius: 20px;
    padding: 0 25px 0 45px;
    background: #087900 url(../../images/icon/icon-cart-2.png) no-repeat left 19px center;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    outline: 0;
    transition: .3s all ease 0s;
    position: relative
}

.product-view .content-product-right .box-info-product .cart input:hover {
    background-color: #054600
}

.product-view .content-product-right .box-info-product .add-to-links li {
    display: inline-block;
    font-size: 0
}

.product-view .content-product-right .box-info-product .add-to-links li.wishlist a {
    margin-right: 5px
}

.product-view .content-product-right .box-info-product .add-to-links ul li a {
    height: 35px;
    width: 35px;
    line-height: 33px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-size: 14px;
    border: 1px solid #087900;
    display: inline-block;
    background-color: #fff;
    color: #087900
}

.product-view .content-product-right .box-info-product .add-to-links ul li a i {
    line-height: 35px
}

.product-view .content-product-right .box-info-product .add-to-links ul li a.text {
    display: none
}

.product-view .content-product-right .box-info-product .add-to-links ul li a:hover {
    background: #087900;
    color: #fff
}

.product-view .content-product-right .box-info-product .add-to-links ul li.compare a i {
    line-height: 33px
}

.product-view .content-product-right .share {
    margin-top: 10px
}

.social-share .title-share {
    text-transform: uppercase;
    float: left;
    font-size: 14px;
    color: #1c1c1c;
    line-height: 35px;
    font-weight: 700;
    padding-right: 25px
}

.social-share a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 35px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    background-color: #087900
}

.social-share a i {
    line-height: 35px
}

.social-share a:hover {
    background: #054600
}

.product-attribute {
    margin-bottom: 20px
}

.product-attribute .table-responsive {
    border: 1px solid #e1e1e1
}

.product-attribute .table-responsive .title-attribute {
    font-size: 14px;
    text-transform: uppercase;
    color: #1c1c1c;
    padding: 13px 17px
}

.product-attribute .table-responsive .table {
    margin-bottom: 0
}

.product-attribute .table-responsive .name-attribute {
    text-transform: uppercase;
    color: #1c1c1c;
    padding: 9px 15px 7px;
    font-weight: 700;
    border-right: 1px solid #e1e1e1
}

.product-attribute .table-responsive .text-attribute {
    padding: 9px 15px 7px;
    font-size: 14px;
    color: #545454
}

.product-attribute .table-responsive tbody {
    background: #fff
}

.product-attribute .form-horizontal .buttons {
    visibility: visible!important
}

#product {
    margin-top: 15px
}

#product .image_option_type .product-options {
    display: inline-block
}

#product .form-select {
    display: inline-block
}

#product .form-select .control-label {
    display: inline-block;
    color: #222;
    font-weight: 400;
    width: 50px;
    text-transform: capitalize;
    vertical-align: top;
    padding: 0;
    margin: 0;
    font-size: 14px
}

#product .form-select .selector {
    display: inline-block;
    position: relative;
    height: 30px;
    width: auto;
    overflow: hidden;
    border-radius: 0;
    border: solid 1px #ebebeb;
    border-radius: 25px;
    padding: 0
}

#product .form-select .selector select {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border: none;
    text-transform: capitalize;
    color: #222;
    font-size: 14px;
    line-height: 30px;
    outline: 0;
    background: 0 0
}

#product .control-label {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 11px;
    text-transform: uppercase;
    min-width: 50px;
    color: #1c1c1c;
    float: left;
    padding-right: 5px
}

#product .product-options .img-thumbnail {
    width: 22px;
    height: 22px;
    border-radius: 0;
    padding: 1px
}

#product .radio-type-button {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 7px 5px 0;
    padding: 0
}

#product .radio-type-button label {
    padding: 0;
    font-size: 14px
}

#product .radio-type-button input {
    visibility: hidden
}

#product .radio-type-button .option-content-box {
    background: #999;
    border: 1px solid #999;
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 0;
    color: #fff;
    font-weight: 700;
    min-width: 28px;
    min-height: 28px
}

#product .radio-type-button .option-content-box.active,
#product .radio-type-button .option-content-box.active:hover i {
    background: #087900;
    color: #fff
}

#product .radio-type-button .option-content-box.active img,
#product .radio-type-button .option-content-box.active:hover i img {
    border-color: #087900!important
}

#product .radio-type-button .option-content-box:hover {
    background: #087900;
    border-color: #087900;
    color: #fff
}

#product .radio-type-button .option-name {
    padding: 0 5px
}

#product .radio-type-button.option_image .option-content-box {
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 0;
    border: none
}

#product .radio-type-button.option_image .option-content-box img {
    padding: 2px;
    border: 1px solid #ddd;
    width: 30px;
    border-radius: 0
}

#product .radio-type-button.option_image .option-content-box img:hover {
    border-color: #087900
}

#product .radio-type-button.option_image .option-content-box.active,
#product .radio-type-button.option_image .option-content-box.active:hover {
    background: 0 0;
    color: #fff
}

#product .radio-type-button.option_image .option-content-box:hover {
    background: 0 0
}

#product .radio-type-button.option_image .option-name {
    display: none
}

#product .option_image label {
    padding: 0
}

#product .option_image input {
    visibility: hidden
}

#product .option_image .option-name {
    padding: 0 5px
}

#product .option_image .option-content-box {
    padding: 1px
}

#product .box-date {
    padding-left: 0
}

#product .box-date label {
    margin-right: 10px;
    width: 80px
}

#product .box-date input {
    width: 200px
}

#product .box-date button,
#product .box-date input {
    border-radius: 0;
    position: relative;
    z-index: 0;
    margin-left: 0
}

#product .box-date .input-group-btn {
    float: left
}

#product .box-date button:hover {
    background: #087900;
    color: #fff
}

#product .icheckbox.checked:before,
#product .iradio.checked:before {
    background-color: #087900;
    border-color: #087900
}

.thumb-vertical-outer {
    width: 94px;
    position: relative;
    padding: 20px 0;
    float: left;
    margin-right: 15px
}

.thumb-vertical-outer .lSAction {
    display: none!important
}

.thumb-vertical-outer .thumbnail {
    border-color: #ddd
}

.thumb-vertical-outer .btn-more {
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: #999;
    background: 0 0;
    text-align: center;
    position: absolute;
    font-size: 18px;
    cursor: pointer;
    margin-left: -10px;
    left: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.thumb-vertical-outer .btn-more:hover {
    color: #087900
}

.thumb-vertical-outer .btn-more.prev-thumb {
    top: -5px
}

.thumb-vertical-outer .btn-more.next-thumb {
    bottom: -5px
}

.thumb-vertical-outer .prev {
    margin-bottom: 5px
}

.thumb-vertical-outer .next,
.thumb-vertical-outer .prev {
    cursor: pointer
}

.thumb-vertical-outer .next.disabled,
.thumb-vertical-outer .prev.disabled {
    visibility: hidden
}

.thumb-vertical-outer .next .fa,
.thumb-vertical-outer .prev .fa {
    font-size: 16px;
    display: block;
    text-align: center
}

.thumb-vertical-outer ul li {
    cursor: pointer;
    margin-bottom: 10px
}

.thumb-vertical-outer ul li a {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0)
}

.thumb-vertical-outer ul li .thumbnail {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.thumb-vertical-outer ul li .thumbnail img {
    padding: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    padding: 4px
}

.thumb-vertical-outer ul li .thumbnail:hover {
    border-color: #087900
}

.thumb-vertical-outer ul li .thumbnail.active {
    border-color: #087900
}

.producttab .tabsslider {
    margin-bottom: 30px;
    padding: 0
}

.producttab .tabsslider .nav-tabs {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e8e8e8
}

.producttab .tabsslider .nav-tabs li {
    margin-bottom: 0
}

.producttab .tabsslider .nav-tabs li a {
    background-color: #f2f2f2;
    float: left;
    display: block;
    font-size: 14px;
    color: #222;
    padding: 13px 40px!important;
    margin: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border: none;
    border-right: 1px solid #e8e8e8;
    line-height: 100%;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s
}

.producttab .tabsslider .nav-tabs li.active a,
.producttab .tabsslider .nav-tabs li:hover a {
    background-color: #087900;
    color: #fff
}

.producttab .tabsslider .tab-content {
    padding: 30px;
    display: block;
    margin: 0;
    border: none;
    line-height: 22px;
    background: #fff;
    border-radius: 3px
}

.producttab .tabsslider.vertical-tabs {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
    display: inline-block;
    width: 100%
}

.producttab .tabsslider.vertical-tabs .nav-tabs li.active a:before,
.producttab .tabsslider.vertical-tabs .nav-tabs li:hover a:before {
    display: none
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs {
    border: medium none;
    margin: 0;
    padding: 0
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li {
    border: none;
    border-bottom: 1px solid #ddd;
    clear: both;
    position: relative;
    width: 100%;
    padding: 5px 0;
    border-right: none
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
    padding: 5px 30px;
    border: none
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
    border-color: #ddd
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
    background: 0 0
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:last-child {
    border: none
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:before {
    content: "";
    width: 5px;
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 99
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
    border-left-color: #087900
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
    color: #087900
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
    background-color: #087900
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
    border-left-color: #087900
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
    background-color: #087900
}

.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
    background: 0 0;
    color: #087900
}

.producttab .tabsslider.vertical-tabs .tab-content {
    border: 0;
    border-left: 1px solid #e6e6e6;
    min-height: 200px
}

#product-accordion {
    border: 1px solid #ddd;
    border-top: 4px solid #087900
}

#product-accordion .panel {
    padding: 0 20px 0 20px;
    border-bottom: 0;
    box-shadow: none;
    margin: 0
}

#product-accordion .panel .panel-heading {
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0
}

#product-accordion .panel .panel-heading a {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: #666;
    width: 100%;
    display: inline-block;
    position: relative
}

#product-accordion .panel .panel-heading a.title-head.collapsed {
    color: #666
}

#product-accordion .panel .panel-heading a.title-head.collapsed span.arrow-up:before {
    content: "\f077"
}

#product-accordion .panel .panel-heading a.title-head {
    color: #087900
}

#product-accordion .panel .panel-heading a.title-head span.arrow-up:before {
    content: "\f078"
}

#product-accordion .panel .panel-heading a span.arrow-up {
    display: block;
    position: absolute;
    right: 0;
    top: -2px;
    cursor: pointer;
    z-index: 10;
    font-size: 0;
    text-align: center
}

#product-accordion .panel .panel-heading a span.arrow-up:before {
    content: "\f078";
    font-family: FontAwesome;
    display: block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px
}

#product-accordion .panel .panel-heading:hover a {
    color: #087900
}

#product-accordion .panel:first-child .panel-heading {
    padding-top: 10px
}

#product-accordion .panel:last-child .panel-heading {
    border-bottom: 0
}

#product-accordion .panel-heading+.panel-collapse>.list-group,
#product-accordion .panel-heading+.panel-collapse>.panel-body {
    border: none;
    padding: 15px 0
}

.releate-products .owl2-controls,
div.so-extraslider.grid .owl2-controls {
    opacity: 0;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.releate-products .owl2-controls .owl2-nav .owl2-next,
.releate-products .owl2-controls .owl2-nav .owl2-prev,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-next,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-prev {
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    background: #e1e1d8;
    position: absolute;
    color: #222;
    top: 36%;
    margin-top: -18px;
    border: none;
    border-radius: 100%
}

.releate-products .owl2-controls .owl2-nav .owl2-next:hover,
.releate-products .owl2-controls .owl2-nav .owl2-prev:hover,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-next:hover,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-prev:hover {
    background: #087900;
    color: #fff
}

.releate-products .owl2-controls .owl2-nav .owl2-next .fa-angle-right,
.releate-products .owl2-controls .owl2-nav .owl2-prev .fa-angle-right,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-next .fa-angle-right,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-prev .fa-angle-right {
    float: none
}

.releate-products .owl2-controls .owl2-nav .owl2-next,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-next {
    right: -18px
}

.releate-products .owl2-controls .owl2-nav .owl2-prev,
div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-prev {
    left: -18px
}

@media (min-width:1200px) {
    .releate-products:hover .owl2-controls,
    div.so-extraslider.grid:hover .owl2-controls {
        opacity: 1
    }
}

.releate-products .modtitle,
div.so-extraslider.grid .modtitle {
    margin-bottom: 20px
}

.releate-products .item-element,
div.so-extraslider.grid .item-element {
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 15px 15px 0;
    margin: 0
}

.releate-products .item-element:last-child,
div.so-extraslider.grid .item-element:last-child {
    border: 1px solid #ddd
}

.releate-products .image,
div.so-extraslider.grid .image {
    width: 90px;
    border: none;
    margin-right: 15px
}

.releate-products .releate-products-slider,
div.so-extraslider.grid .releate-products-slider {
    position: relative;
    z-index: 2
}

.module.banner-left {
    margin-top: 40px
}

.module.vertical .releate-products .left-block,
.module.vertical div.so-extraslider.grid .left-block {
    width: 90px;
    margin-right: 10px;
    float: left
}

.module.vertical .releate-products .right-block,
.module.vertical div.so-extraslider.grid .right-block {
    display: table-cell;
    vertical-align: top
}

.module.vertical .releate-products .right-block .caption .h4,
.module.vertical .releate-products .right-block .caption h4,
.module.vertical div.so-extraslider.grid .right-block .caption .h4,
.module.vertical div.so-extraslider.grid .right-block .caption h4 {
    font-size: 14px;
    font-weight: 400
}

.releate-horizontal {
    border: 1px solid #ebebeb
}

.releate-horizontal .releate-products .item-element,
.releate-horizontal div.so-extraslider.grid .item-element {
    border-width: 1px 0 0 0
}

.releate-horizontal .releate-products .item-element:first-child,
.releate-horizontal div.so-extraslider.grid .item-element:first-child {
    border: none
}

.releate-horizontal.module .h3.modtitle span,
.releate-horizontal.module h3.modtitle span {
    font-size: 14px
}

.releate-horizontal:hover .releate-products .owl2-controls .owl2-nav .owl2-prev,
.releate-horizontal:hover div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-prev {
    opacity: 1;
    left: -18px
}

.releate-horizontal:hover .releate-products .owl2-controls .owl2-nav .owl2-next,
.releate-horizontal:hover div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-next {
    opacity: 1;
    right: -18px
}

.releate-horizontal .releate-products .owl2-controls .owl2-nav .owl2-prev,
.releate-horizontal div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-prev {
    opacity: 0;
    left: -30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.releate-horizontal .releate-products .owl2-controls .owl2-nav .owl2-next,
.releate-horizontal div.so-extraslider.grid .owl2-controls .owl2-nav .owl2-next {
    opacity: 0;
    right: -30px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.releate-horizontal .image {
    width: 80px;
    float: left
}

.releate-horizontal .ratings {
    display: none
}

.releate-horizontal .caption .h4 a,
.releate-horizontal .caption h4 a {
    font-size: 14px;
    font-weight: 600;
    color: #222
}

.releate-horizontal .caption .h4 a:hover,
.releate-horizontal .caption h4 a:hover {
    color: #087900
}

#product-related .products-list.grid .product-layout .product-item-container {
    margin-bottom: 0
}

#product-related .module {
    margin: 0
}

.ex_upsell.custom-extra {
    position: relative;
    margin: 0
}

.ex_upsell.custom-extra .products-list.grid .product-layout .product-item-container {
    margin: 0
}

.ex_upsell.custom-extra .so-extraslider {
    margin: 0
}

.ex_upsell.custom-extra .so-extraslider .extraslider-inner {
    border: none;
    padding: 0
}

.ex_upsell.custom-extra .so-extraslider .owl2-controls {
    opacity: 0;
    float: none;
    display: block;
    margin: 0
}

.ex_upsell.custom-extra .so-extraslider .owl2-controls .owl2-nav .owl2-next,
.ex_upsell.custom-extra .so-extraslider .owl2-controls .owl2-nav .owl2-prev {
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    background: #e1e1d8;
    position: absolute;
    color: #222;
    top: 36%;
    margin-top: -18px;
    border: none;
    border-radius: 100%;
    z-index: 9;
    opacity: 1
}

.ex_upsell.custom-extra .so-extraslider .owl2-controls .owl2-nav .owl2-next:hover,
.ex_upsell.custom-extra .so-extraslider .owl2-controls .owl2-nav .owl2-prev:hover {
    background: #087900;
    color: #fff
}

.ex_upsell.custom-extra .so-extraslider .owl2-controls .owl2-nav .owl2-next:before,
.ex_upsell.custom-extra .so-extraslider .owl2-controls .owl2-nav .owl2-prev:before {
    font-size: 22px;
    font-family: Fontawesome;
    text-align: center;
    line-height: 36px
}

.ex_upsell.custom-extra .so-extraslider .owl2-controls .owl2-nav .owl2-next {
    right: -18px
}

.ex_upsell.custom-extra .so-extraslider .owl2-controls .owl2-nav .owl2-next:before {
    content: "\f105"
}

.ex_upsell.custom-extra .so-extraslider .owl2-controls .owl2-nav .owl2-prev {
    left: -18px
}

.ex_upsell.custom-extra .so-extraslider .owl2-controls .owl2-nav .owl2-prev:before {
    content: "\f104"
}

@media (min-width:1200px) {
    .ex_upsell.custom-extra .so-extraslider:hover .owl2-controls {
        opacity: 1
    }
}

#product-quick .title-product {
    width: 50%
}

#product-quick .title-product .h1,
#product-quick .title-product h1 {
    font-size: 16px
}

#product-quick .product-view .content-product-right .product-box-desc {
    padding: 15px;
    border: 1px dotted #eee;
    margin: 0 0 0;
    font-style: italic;
    color: #999
}

#product-quick .product-view .content-product-right .product-box-desc span {
    font-weight: 400
}

@media (min-width:1200px) {
    #product-quick .title-product {
        margin-right: 48%
    }
}

.bottom-product {
    margin-bottom: 40px
}

.bottom-product .nav-tabs {
    display: block;
    vertical-align: top;
    margin: 0;
    border: none;
    background-color: transparent;
    text-align: left;
    border-bottom: 1px solid #ddd!important;
    margin-bottom: 20px
}

.bottom-product .nav-tabs li {
    background-color: transparent;
    border: 0;
    text-align: center;
    float: none;
    display: inline-block
}

.bottom-product .nav-tabs li:first-child a {
    padding-left: 0
}

.bottom-product .nav-tabs li:first-child a:before {
    content: '|';
    position: absolute;
    top: 5px;
    color: #d8d8d8;
    right: -5px
}

.bottom-product .nav-tabs li:last-child:before {
    display: none
}

.bottom-product .nav-tabs li a {
    margin: 0;
    padding: 6px 20px;
    background-color: transparent;
    color: #d8d8d8;
    border: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block
}

.bottom-product .nav-tabs>li.active>a,
.bottom-product .nav-tabs>li.active>a:focus,
.bottom-product .nav-tabs>li.active>a:hover,
.bottom-product .nav-tabs>li>a:hover {
    border: none;
    color: #222;
    background: 0 0
}

.bottom-product .nav-tabs>li.active>a:after,
.bottom-product .nav-tabs>li.active>a:focus:after,
.bottom-product .nav-tabs>li.active>a:hover:after,
.bottom-product .nav-tabs>li>a:hover:after {
    content: "";
    background: #087900;
    height: 1px;
    width: 100%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0
}

.bottom-product .tab-content {
    border: none;
    padding: 0;
    margin: 0
}

.bottom-product .active.tab-pane {
    height: auto!important;
    overflow: visible;
    opacity: 1
}

.bottom-product .tab-pane {
    height: 0;
    display: block;
    overflow: hidden
}

.responsive .megamenu-wrapper,
.responsive .navbar-default {
    background: 0 0
}

.sosearchpro-wrapper .search {
    margin-bottom: 0
}

.horizontal ul.megamenu>li>.sub-menu {
    border-top: 2px solid #054600
}

.horizontal ul.megamenu>li>a {
    padding: 10px 15px;
    text-transform: uppercase
}

.horizontal ul.megamenu>li>a .fa {
    padding-right: 10px
}

.horizontal ul.megamenu>li {
    margin-right: 1px;
    float: left
}

.horizontal ul.megamenu li .sub-menu .content .fa {
    margin: 0 10px
}

.horizontal ul.megamenu>li.active>a,
.horizontal ul.megamenu>li.menu-home>a,
.horizontal ul.megamenu>li:hover>a {
    background: 0 0;
    color: #087900
}

.horizontal .subcategory li a {
    color: #555
}

.horizontal .subcategory li a:hover {
    color: #087900
}

.header-top .header-top-left .welcome-msg .owl2-carousel .owl2-stage-outer {
    direction: ltr
}

.mega-horizontal .navbar-default {
    border: none;
    background: 0 0
}

@media (max-width:991px) {
    .responsive ul.megamenu>li.click:before,
    .responsive ul.megamenu>li.hover:before {
        right: 0;
        left: auto
    }
    .responsive ul.megamenu>li.active .close-menu {
        right: 0;
        left: auto
    }
}

.header-bottom .content_menu .container {
    overflow: visible
}

.btn-shopping-cart .dropdown-menu {
    min-width: 350px;
    border: none
}

.btn-shopping-cart .dropdown-menu:before {
    content: "";
    background: #054600;
    height: 3px;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    position: absolute
}

.btn-shopping-cart .dropdown-menu .cart_product_name {
    color: #555
}

.btn-shopping-cart .dropdown-menu .cart_product_name:hover {
    color: #087900
}

.btn-shopping-cart .dropdown-menu .empty {
    padding: 15px
}

.btn-shopping-cart .table>tbody>tr>td {
    border: none;
    border-bottom: 1px solid #eee;
    vertical-align: middle
}

.btn-shopping-cart .checkout {
    padding: 0 20px 10px
}

.btn-shopping-cart .added_items {
    padding: 10px
}

.megamenu-style-dev {
    position: relative
}

.megamenu-style-dev .vertical ul.megamenu {
    position: relative;
    z-index: 3
}

.megamenu-style-dev .vertical ul.megamenu>li>a {
    font-size: 14px
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li {
    margin: 0;
    border-right: 0;
    background: #222
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li strong i {
    display: none
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li>a {
    padding-left: 15px;
    padding-right: 12px;
    color: #fff
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li>a:hover {
    color: #fff
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .sub-menu .content {
    padding: 0
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .hover-menu .menu>ul {
    padding: 0;
    margin: 0
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .hover-menu .menu>ul li {
    border-bottom: 1px solid #eee
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .hover-menu .menu>ul li:hover {
    background: #eee
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .hover-menu .menu>ul li:hover>a {
    color: #087900
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .hover-menu .menu>ul li a {
    line-height: 37px
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .hover-menu .menu>ul li a b {
    line-height: 37px;
    font-size: 16px;
    margin: 0 20px
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .hover-menu .menu>ul li:last-child {
    border: none
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .hover-menu .menu>ul ul {
    padding: 0;
    left: 100%;
    margin: 0;
    box-shadow: none;
    border: 1px solid #eee;
    min-width: 200px
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .hover-menu .menu>ul ul:after,
.megamenu-style-dev .vertical .vertical ul.megamenu>li.css-menu .hover-menu .menu>ul ul:before {
    display: none
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.item-style3 .sub-menu .content {
    padding-right: 0
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.with-sub-menu>a:after {
    content: "\f105";
    color: #fff;
    font-family: Fontawesome;
    font-size: 13px;
    float: right;
    margin: 0
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.with-sub-menu:hover>a:after {
    position: static;
    border-color: transparent
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li:hover {
    background-color: #444
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li:hover>a {
    color: #fff
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li.active>a {
    background: 0 0!important
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li .sub-menu .content {
    border-top: 1px solid #ddd
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li .sub-menu .content .banner {
    margin-top: -21px;
    margin-bottom: -22px;
    margin-right: -1px
}

.megamenu-style-dev .vertical .vertical ul.megamenu>li .sub-menu .content .static-menu .menu ul a.main-menu {
    padding: 0
}

.megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul {
    padding-bottom: 0
}

.megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul li>a {
    line-height: inherit;
    padding-bottom: 0;
    border-bottom: none;
    min-height: auto
}

.megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul li>a:hover {
    color: #087900
}

.megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul ul a {
    padding: 0
}

.megamenu-style-dev .vertical ul.megamenu .sub-menu .content .static-menu .menu ul ul a:hover {
    color: #087900
}

.megamenu-style-dev .horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
    padding: 0
}

.megamenu-style-dev .horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
    display: none
}

header.typeheader-1 .header-center,
header.typeheader-1 .header-form .button-header,
header.typeheader-1 .header-form .button-user .user-info a {
    background: #087900
}

header.typeheader-1 .shopping_cart .handle {
    background-color: #087900
}

header.typeheader-1 .shopping_cart .btn-shopping-cart .cart-info .total-shopping-cart .items_cart2 {
    color: #087900
}

header.typeheader-1 .megamenu-style-dev .horizontal ul.megamenu>li.active>a,
header.typeheader-1 .megamenu-style-dev .horizontal ul.megamenu>li:hover>a {
    background: #054600!important
}

header.typeheader-4 .header-top .header-top-right ul.top-link>li>a:hover,
header.typeheader-4 .header-top .list-contact a,
header.typeheader-4 .megamenu-style-dev .horizontal ul.megamenu>li.deal-h5:hover a,
header.typeheader-4 .megamenu-style-dev .horizontal ul.megamenu>li>a:hover {
    color: #087900!important
}

header.typeheader-4 #sosearchpro.so-search .button-search,
header.typeheader-4 .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper {
    background-color: #087900!important
}

header.typeheader-4 #sosearchpro.so-search .button-search:hover,
header.typeheader-4 .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper:hover {
    background: #054600!important
}

footer.typefooter-1 .footer--top .module.news-letter .block_content .form-inline .form-group button {
    background: #087900!important
}

footer.typefooter-1 .footer--top .module.news-letter .block_content .form-inline .form-group button:hover {
    background: #054600!important
}

footer.typefooter-1 .footer--bottom a,
footer.typefooter-1 .footer--link ul.links li a:hover,
footer.typefooter-1 .footer--top .footer-social .socials a .fa:hover {
    color: #087900!important
}

footer.typefooter-1 .footer--center {
    border-color: #087900!important
}

footer.typefooter-1 .footer--link .h3.title-footer:before,
footer.typefooter-1 .footer--link h3.title-footer:before {
    background: #087900!important
}

header.typeheader-2 .header-bottom,
header.typeheader-5 .header-bottom {
    background: #087900!important
}

header.typeheader-2 .header-top .header-top-right ul.top-link>li>a:hover,
header.typeheader-5 .header-top .header-top-right ul.top-link>li>a:hover {
    color: #087900!important
}

.typeheader-5 .megamenu-style-dev .horizontal ul.megamenu>li.active>a,
.typeheader-5 .megamenu-style-dev .horizontal ul.megamenu>li.deal-h5:hover a,
.typeheader-5 .megamenu-style-dev .horizontal ul.megamenu>li:hover>a {
    color: #087900!important
}

.typeheader-5 .dropdown-menu>li>button:hover {
    background: #f7f7f7!important;
    color: #087900!important
}

footer.typefooter-2 .section_4 .footer-social .socials a .fa:hover {
    background: #087900!important;
    border-color: #087900!important
}

footer.typefooter-2 .section_2,
footer.typefooter-2 .section_3 .footer-links .h4.title-footer:before,
footer.typefooter-2 .section_3 .footer-links h4.title-footer:before {
    background: #087900!important
}

footer.typefooter-2 #sosearchpro.so-search .button-search i,
footer.typefooter-2 .footer--bottom .copyright a,
footer.typefooter-2 .section_3 .footer-links ul.links li a:hover,
footer.typefooter-2 .section_3 .module.footer_lastestblog .post_content .media-heading a:hover,
footer.typefooter-2 .section_5 .footer-toplinks ul li a:hover {
    color: #087900!important
}

header.typeheader-3 .header-bottom,
header.typeheader-3 .header-top {
    background: #087900
}

header.typeheader-3 .header-center {
    background: #055000!important
}

header.typeheader-6 .header-bottom,
header.typeheader-6 .header-center,
header.typeheader-6 .header-top {
    background: #087900
}

.typeheader-6 .dropdown-menu>li>button:hover {
    color: #087900!important
}

.navbar-logo .h1,
.navbar-logo h1 {
    font-size: 22px
}

.footer-bottom {
    background-color: #3b3b3b;
    text-align: center;
    padding: 22px 0
}

.footer-bottom .copyright {
    margin-bottom: 7px;
    text-align: left
}

.footer-bottom .copyright a {
    color: #087900
}

.footer-bottom .paymen {
    text-align: right
}

@media (min-width:1400px) {
    .layout-3 .container {
        width: 1615px!important
    }
}

.common-home .typeheader-3 .megamenu-style-dev .horizontal ul.megamenu>li.menu-home>a {
    color: #fff;
    background: #054600
}

.common-home #content {
    padding-top: 30px;
    background: #f2f2f2;
    padding-bottom: 30px
}

.common-home .module {
    margin: 0
}

.common-home .owl2-nav>div {
    font-size: 16px;
    transition: all .3s ease 0s;
    display: block;
    height: 25px;
    width: 25px;
    line-height: 23px;
    border-radius: 50%;
    color: #222;
    background: #e1e1e1;
    text-align: center;
    overflow: hidden
}

.common-home .owl2-nav>div:hover {
    background: #087900;
    color: #fff
}

.common-home .block {
    margin-top: 30px
}

.common-home .block.block_1 {
    margin-top: 17px
}

.common-home .label-sale {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    width: 60px;
    height: 20px;
    line-height: 20px;
    top: 20px!important;
    z-index: 5;
    left: auto;
    right: 20px;
    background: #ff5722;
    border-radius: 3px
}

.common-home .label-sale:before {
    display: none
}

.common-home .label-new {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    width: 60px;
    height: 20px;
    line-height: 20px;
    top: 20px!important;
    z-index: 5;
    right: auto;
    left: 20px;
    background: #63c54c;
    border-radius: 3px
}

.common-home .label-new:before {
    display: none
}

.common-home .products-list.grid .product-layout .product-item-container {
    margin-bottom: 0
}

.common-home .products-list .product-layout {
    overflow: visible
}

.common-home .products-list.grid .product-layout .product-item-container {
    transition: all .3s ease 0s;
    border-radius: 0
}

.common-home .products-list.grid .product-layout .product-item-container:hover .button-group2 {
    z-index: 4;
    bottom: 10px
}

.common-home .products-list.grid .product-layout .product-item-container:hover .left-block .quickview {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1)
}

.common-home .products-list.grid .product-layout .product-item-container:hover .left-block .quickview:before {
    display: none
}

.common-home .products-list.grid .product-layout .product-item-container .left-block .quickview {
    opacity: 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    width: 35px;
    height: 35px;
    pointer-events: auto;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s ease 0s;
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -18px
}

.common-home .products-list.grid .product-layout .product-item-container .left-block .product-image-container a:before {
    background: rgba(255, 255, 255, .6);
    border-radius: 0
}

.common-home .products-list.grid .product-layout .product-item-container .rating,
.common-home .products-list.grid .product-layout .product-item-container .ratings {
    margin: 10px 0 9px;
    line-height: 100%
}

.common-home .products-list.grid .product-layout .product-item-container .price .price-new,
.common-home .products-list.grid .product-layout .product-item-container .price span.price {
    color: #087900
}

.common-home .products-list.grid .product-layout .product-item-container .price .price-old {
    display: inline-block;
    margin: 0 5px 0 0
}

.common-home .products-list.grid .product-layout .product-item-container .right-block .caption .h4,
.common-home .products-list.grid .product-layout .product-item-container .right-block .caption h4 {
    border: none;
    padding: 0;
    margin: 0 0 6px
}

.common-home .products-list.grid .product-layout .product-item-container .button-group2 {
    position: absolute;
    top: auto;
    bottom: -60px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    z-index: -1;
    background: #fff;
    transition: .3s all ease 0s;
    display: block;
    text-transform: capitalize
}

.common-home .products-list.grid .product-layout .product-item-container .button-group2 .bt-cart {
    float: left;
    width: auto;
    padding: 0 10px 0 40px;
    border-radius: 3px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    font-size: 12px;
    border: none;
    display: inline-block;
    color: #fff;
    opacity: 1;
    transition: .3s all ease 0s;
    background: #087900 url(../../images/icon/icon-cart-2.png) no-repeat left 17px center
}

.common-home .products-list.grid .product-layout .product-item-container .button-group2 .bt {
    float: left;
    width: 35px;
    height: 35px;
    background: #fff;
    line-height: 33px;
    font-size: 14px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    margin: 0 0 0 5px;
    color: #087900;
    border: 1px solid #087900
}

.common-home .products-list.grid .product-layout .product-item-container .button-group2 .bt:hover {
    border-color: #087900;
    background: #087900;
    color: #fff
}

.common-home .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container,
.common-home .container-megamenu.vertical .vertical-wrapper .container {
    width: 100%!important
}

@media (min-width:1200px) and (max-width:1400px) {
    .menu_vertical {
        width: 22%
    }
    .slider_container {
        width: 78%
    }
    .slider-layout-3 {
        width: 71%
    }
    .deal-layout-3 {
        width: 29%
    }
    .module.sohomepage-slider .so-homeslider img {
        height: 370px
    }
    .module.home3_deal .products-list.grid .product-layout .product-item-container {
        min-height: 370px
    }
    .so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
        margin: 0
    }
    .so-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs li {
        width: 12.5%
    }
    .layout-3 .module.home3_listingtab .products-list.grid .product-layout .product-item-container .button-group2 {
        bottom: -25px!important
    }
    .module.home3_listingtab .products-list.grid .product-layout .product-item-container .right-block {
        padding: 50px 20px 20px!important
    }
    .common-home .products-list.grid .product-layout .product-item-container .button-group2 .bt {
        margin: 0 0 0 2px!important
    }
    footer.typefooter-3 .section_1 .footer-social .socials a {
        margin: 0 1px 0 0
    }
    footer.typefooter-3 .section_1 .footer-social .socials a .fa {
        width: 21px!important
    }
}

.module.sohomepage-slider {
    margin: 0;
    padding-right: 10px
}

.module.sohomepage-slider:hover .owl2-controls .owl2-nav div {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1)
}

.module.sohomepage-slider .owl2-controls .owl2-nav div {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
    width: 36px;
    height: 36px;
    border-radius: 3px;
    font-size: 0;
    z-index: 9;
    transition: all .3s ease;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0)
}

.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-prev {
    left: 20px;
    background: #222 url(../../images/icon/arrow-slider-left.png) no-repeat center;
    border: none
}

.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-prev:hover {
    background-color: #087900
}

.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-prev:after,
.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-prev:before {
    display: none
}

.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-next {
    right: 20px;
    background: #222 url(../../images/icon/arrow-slider-right.png) no-repeat center;
    border: none
}

.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-next:hover {
    background-color: #087900
}

.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-next:after,
.module.sohomepage-slider .owl2-controls .owl2-nav div.owl2-next:before {
    display: none
}

.module.sohomepage-slider .owl2-dots {
    text-align: center;
    position: absolute;
    bottom: 12px;
    width: 100%;
    line-height: 100%;
    left: 0;
    margin-right: -25px
}

.module.sohomepage-slider .owl2-dots .owl2-dot {
    display: inline-block;
    float: none
}

.module.sohomepage-slider .owl2-dots .owl2-dot span {
    width: 9px;
    height: 9px;
    background-color: transparent;
    border: 2px solid #222;
    margin: 0 4px;
    opacity: 1;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.module.sohomepage-slider .owl2-dots .owl2-dot.active span {
    border-color: #087900;
    background-color: transparent
}

.module.sohomepage-slider .owl2-dots .owl2-dot:hover span {
    border-color: #087900;
    background-color: transparent
}

.cate-html {
    margin: 0;
    position: relative;
    overflow: hidden;
    max-height: 250px
}

.cate-html .owl2-carousel .owl2-controls .owl2-nav .owl2-next,
.cate-html .owl2-carousel .owl2-controls .owl2-nav .owl2-prev {
    display: none!important
}

.cate-html .owl2-stage-outer {
    direction: ltr
}

.cate-html li.item {
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    z-index: 3;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.cate-html li.item:hover {
    border: 2px solid #087900
}

.cate-html li.item div.item-image a {
    display: block
}

.cate-html li.item div.item-image a img {
    border-radius: 50%
}

.cate-html li.item .item-content {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 1
}

.cate-html .item .h4 {
	position: relative;
	display: block;
    margin: 0;
	padding: 11px 5px;
	font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}

.cate-html .item .item-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: all .3s ease 0s;
    background: #ffd200
}


@media (min-width:1400px) {
    .cate-html .item .h4 {
        font-size: 16px
    }
}

.megamenu-style-dev .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container {
    padding: 0!important;
    background: #fff
}

.megamenu-style-dev .container-megamenu.vertical #menuHeading .megamenuToogle-wrapper .container:before {
    display: none
}

.megamenu-style-dev .title-mega {
	display: block;
	position: relative;
	padding: 3px 8px 5px 3px;
	margin: 0 0 0;
    color: #222;font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
	line-height: 44px;
}

.megamenu-style-dev .container-megamenu.vertical .vertical-wrapper ul.megamenu {
    text-align: left;
    border: 1px solid #efefef
}

.megamenu-style-dev .container-megamenu.vertical .vertical-wrapper ul.megamenu>li>a {
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    line-height: 17px
}

.megamenu-style-dev .container-megamenu.vertical .vertical-wrapper ul.megamenu>li>a .fa-caret-right {
    margin-top: 2px
}

.megamenu-style-dev .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore {
    padding: 10px 20px
}

.megamenu-style-dev .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore .more-view {
    font-weight: 400
}

.trending-search {
    background: #fff;
    padding: 20px;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.trending-search .h3.title_block,
.trending-search h3.title_block {
    color: #222;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 12px
}

.trending-search .h3.title_block:before,
.trending-search h3.title_block:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    background: #087900;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto
}

.trending-search a {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 30px
}

.trending-search a:hover {
    color: #087900
}

.bn-shadow {
    padding-bottom: 0;
    border-radius: 3px;
    background: #fff;
    display: block;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1)
}

.testimonial-items {
    padding: 0 0 38px
}

.testimonial-items .owl2-stage-outer {
    direction: ltr
}

.testimonial-items .item {
    text-align: center
}

.testimonial-items .item .text {
    position: relative;
    border-radius: 3px 3px 0 0;
    margin: 0 0 -40px;
    background: #087900
}

.testimonial-items .item .text .t {
    position: relative;
    padding: 52px 20px 65px;
    color: #fff;
    font-size: 14px;
    line-height: 26px
}

.testimonial-items .item .text .t:before {
    content: "";
    display: block;
    height: 15px;
    width: 100%;
    background: url(../../images/icon/icon_quote.png) no-repeat center center;
    position: absolute;
    top: 20px;
    left: 0
}

.testimonial-items .item .img {
    display: inline-block;
    height: 80px;
    width: 80px;
    border: solid 2px #d2d2d2;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 5px;
    z-index: 1;
    position: relative
}

.testimonial-items .item .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.testimonial-items .item .name {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin: 0;
    line-height: 20px
}

.testimonial-items .item .job {
    color: #666;
    font-size: 12px
}

.testimonial-items.owl2-carousel .owl2-dots .owl2-dot span {
    width: 25px;
    height: 5px;
    background: #ccc;
    margin: 0 2.5px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.testimonial-items.owl2-carousel .owl2-controls .owl2-dots {
    position: absolute;
    bottom: 12px;
    left: auto;
    width: 100%;
    padding: 0 30px;
    text-align: center
}

.testimonial-items.owl2-carousel .owl2-dots .owl2-dot {
    float: none;
    display: inline-block
}

.testimonial-items.owl2-carousel .owl2-dots .owl2-dot.active span,
.testimonial-items.owl2-carousel .owl2-dots .owl2-dot:hover span {
    background: #087900
}

.module.home3_deal {
    padding: 0;
    margin: 0;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15)
}

.module.home3_deal .h3.modtitle,
.module.home3_deal h3.modtitle {
    font-size: 14px;
    color: #fff;
    border: none;
    display: block;
    padding: 13px 35px;
    z-index: 4;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    background: #087900
}

.module.home3_deal .h3.modtitle:before,
.module.home3_deal h3.modtitle:before {
    content: "\f0e7";
    font-family: fontawesome;
    position: absolute;
    font-size: 13px;
    color: #fff;
    top: 13px;
    left: 20px;
    right: auto;
    bottom: auto
}

.module.home3_deal .so-deal {
    margin: 0
}

.module.home3_deal .owl2-controls {
    float: none;
    margin-bottom: 0
}

.module.home3_deal .owl2-controls .owl2-nav .owl2-next,
.module.home3_deal .owl2-controls .owl2-nav .owl2-prev {
    font-size: 16px;
    color: #fff;
    background: 0 0;
    line-height: 20px;
    text-align: center;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    transition: .3s all ease 0s;
    position: absolute;
    z-index: 2;
    top: 10px;
    opacity: 1
}

.module.home3_deal .owl2-controls .owl2-nav .owl2-next:hover,
.module.home3_deal .owl2-controls .owl2-nav .owl2-prev:hover {
    opacity: .6
}

.module.home3_deal .owl2-controls .owl2-nav .owl2-prev {
    left: auto;
    right: 25px
}

.module.home3_deal .owl2-controls .owl2-nav .owl2-next {
    right: 15px;
    left: auto
}

.module.home3_deal .products-list.grid .product-layout .product-item-container {
    transition: all .3s ease 0s
}

.module.home3_deal .products-list.grid .product-layout .product-item-container:hover .button-group2 {
    z-index: 4;
    bottom: 0
}

.module.home3_deal .products-list.grid .product-layout .product-item-container .left-block .product-image-container a:before {
    background: rgba(255, 255, 255, .6);
    border-radius: 0
}

.module.home3_deal .products-list.grid .product-layout .product-item-container .rating,
.module.home3_deal .products-list.grid .product-layout .product-item-container .ratings {
    margin: 10px 0 9px;
    line-height: 100%
}

.module.home3_deal .products-list.grid .product-layout .product-item-container .price .price-old {
    display: inline-block;
    margin: 0 5px
}

.module.home3_deal .products-list.grid .product-layout .product-item-container .right-block {
    text-align: center
}

.module.home3_deal .products-list.grid .product-layout .product-item-container .right-block .caption .h4,
.module.home3_deal .products-list.grid .product-layout .product-item-container .right-block .caption h4 {
    border: none;
    padding: 0 15px;
    margin: 0 0 6px
}

.module.home3_deal .products-list.grid .product-layout .product-item-container .right-block {
    padding: 0 0 10px
}

.module.home3_deal .products-list.grid .product-layout .product-item-container .button-group2 {
    position: absolute;
    top: auto;
    bottom: -60px;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    z-index: -1;
    background: #fff;
    transition: .3s all ease 0s;
    display: block;
    text-transform: capitalize
}

.module.home3_deal .products-list.grid .product-layout .product-item-container .button-group2 .bt-cart {
    float: left;
    width: auto;
    padding: 0 10px 0 40px;
    border-radius: 30px;
    font-weight: 400;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    border: none;
    display: inline-block;
    color: #fff;
    opacity: 1;
    transition: .3s all ease 0s;
    background: #087900 url(../../images/icon/icon-cart-2.png) no-repeat left 17px center
}

.module.home3_deal .item-time {
    background: #087900;
    margin: 0;
    padding: 4px 0 1px;
    font-size: 0;
    z-index: 2;
    top: -15px;
    text-align: center;
    position: relative
}

.module.home3_deal .item-time>span {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0 18px 0 0
}

.module.home3_deal .item-time>span:after {
    content: "";
    position: absolute;
    background: #fff;
    opacity: .4;
    height: 15px;
    width: 1px;
    top: 6px;
    left: auto;
    right: 7px;
    bottom: auto
}

.module.home3_deal .item-time .item-timer {
    display: inline-block;
    background: 0 0
}

.module.home3_deal .item-time .item-timer .time-item {
    display: inline-block;
    position: relative;
    float: none;
    background: 0 0;
    border: none;
    font-size: 0;
    line-height: 26px;
    width: auto;
    min-width: 38px!important
}

.module.home3_deal .item-time .item-timer .time-item .num-time {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    font-weight: 600;
    margin: 0 3px;
    border: none
}

.module.home3_deal .item-time .item-timer .time-item .name-time {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block
}

.module.home3_deal_style2 {
    margin: 0
}

.module.home3_deal_style2 .so-deal {
    margin: 30px 0 0
}

.module.home3_deal_style2 .head-title {
    padding: 0 0 0 30px;
    margin-bottom: 20px;
    color: #222;
    height: 34px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid #087900;
    background: url(../../images/icon/hot-deal-2.png) no-repeat left 0 top 3px
}

.module.home3_deal_style2 .head-title:before {
    content: "";
    position: absolute;
    display: block;
    height: 5px;
    width: 5px;
    top: auto;
    bottom: -11px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #087900;
    left: 42px
}

.module.home3_deal_style2 .h2.modtitle,
.module.home3_deal_style2 h2.modtitle {
    float: left;
    padding: 0;
    margin: 0;
    line-height: 26px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase
}

.module.home3_deal_style2 .so-deal.modcontent {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    background: #fff
}

.module.home3_deal_style2 .cslider-item-timer .product_time_maxprice {
    float: right;
    position: relative;
    padding: 3px 20px 3px 40px;
    border-radius: 3px 3px 0 0;
    background: #087900
}

.module.home3_deal_style2 .cslider-item-timer .product_time_maxprice:before {
    content: "\f017";
    font-family: fontawesome;
    position: absolute;
    font-size: 14px;
    top: 3px;
    bottom: auto;
    color: #fff;
    left: 10px;
    right: auto
}

.module.home3_deal_style2 .cslider-item-timer .product_time_maxprice:after {
    content: "";
    position: absolute;
    background: #fff;
    opacity: .4;
    height: 12px;
    width: 1px;
    top: 10px;
    left: 33px;
    right: auto;
    bottom: auto
}

.module.home3_deal_style2 .cslider-item-timer .product_time_maxprice .time-item {
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    color: #fff;
    margin-left: 5px
}

.module.home3_deal_style2 .cslider-item-timer .product_time_maxprice .time-item .num-time {
    float: left;
    margin-right: 2px
}

.module.home3_deal_style2 .cslider-item-timer .product_time_maxprice .time-item .name-time {
    float: left
}

.module.home3_deal_style2 .item-time .item-timer {
    border: 1px dashed #df0024;
    font-weight: 600;
    height: 100%;
    line-height: 28px;
    display: inline-block;
    width: 100%
}

.module.home3_deal_style2 .item-time .item-timer .time-item {
    float: left;
    font-size: 92.3%;
    color: #383838;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    width: 25%;
    line-height: 28px;
    border: none
}

.module.home3_deal_style2 .item-time .item-timer .time-item .num-time {
    display: block
}

.module.home3_deal_style2 .item-time .item-timer .time-item .name-time {
    display: block
}

.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container {
    transition: all .3s ease 0s
}

.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container:hover .button-group2 {
    z-index: 4;
    bottom: 0
}

.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .left-block .product-image-container a:before {
    background: rgba(255, 255, 255, .6);
    border-radius: 0
}

.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .right-block {
    text-align: left;
    padding: 0 0 10px
}

.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .right-block .price {
    padding: 0 15px
}

.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .right-block .price .price-old {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #999
}

.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .right-block .rating,
.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .right-block .ratings {
    margin: 10px 0 9px;
    line-height: 100%;
    padding: 0 15px
}

.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .right-block .caption .h4,
.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .right-block .caption h4 {
    border: none;
    padding: 0 15px;
    margin: 0 0 6px
}

.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .right-block .caption .h4 a,
.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .right-block .caption h4 a {
    font-weight: 400;
    color: #666
}

.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .right-block .caption .h4 a:hover,
.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .right-block .caption h4 a:hover {
    color: #087900
}

.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .button-group2 {
    position: absolute;
    top: auto;
    bottom: -60px;
    right: 0;
    left: 15px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    z-index: -1;
    background: #fff;
    transition: .3s all ease 0s;
    display: block;
    text-transform: capitalize
}

.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .button-group2 .bt-cart {
    float: left;
    width: auto;
    padding: 0 10px 0 40px;
    border-radius: 3px;
    font-weight: 400;
    height: 35px;
    line-height: 36px;
    font-size: 12px;
    border: none;
    display: inline-block;
    color: #fff;
    opacity: 1;
    transition: .3s all ease 0s;
    background: #087900 url(../../images/icon/icon-cart-2.png) no-repeat left 17px center
}

.module.home3_deal_style2 .products-list.grid .product-layout .product-item-container .button-group2 .quickview {
    border-radius: 3px
}

.module.home3_extra .h3.modtitle,
.module.home3_extra h3.modtitle {
    padding: 12px 10px 12px 50px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    background: #087900 url(../../images/icon/icon-special.png) no-repeat left 20px center
}

.module.home3_extra .h3.modtitle span,
.module.home3_extra h3.modtitle span {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff
}

.module.home3_extra .products-list.grid .product-layout .product-item-container .left-block {
    float: left;
    width: 60px;
    margin-right: 15px;
    position: relative
}

.module.home3_extra .products-list.grid .product-layout .product-item-container .left-block img {
    border-radius: 3px
}

.module.home3_extra .products-list.grid .product-layout .product-item-container .right-block {
    vertical-align: top;
    padding: 0;
    clear: none;
    width: auto;
    margin-left: 75px
}

.module.home3_extra .products-list.grid .product-layout .product-item-container .right-block .caption .h4 a,
.module.home3_extra .products-list.grid .product-layout .product-item-container .right-block .caption h4 a {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    padding: 0
}

.module.home3_extra .products-list.grid .product-layout .product-item-container .right-block .caption .h4 a:hover,
.module.home3_extra .products-list.grid .product-layout .product-item-container .right-block .caption h4 a:hover {
    color: #087900
}

.module.home3_extra .price .price-new,
.module.home3_extra .price span.price {
    font-size: 14px
}

.module.home3_extra .price .price-old {
    font-size: 12px;
    color: #999
}

.module.home3_extra .so-extraslider .item {
    padding: 10px 20px 20px
}

.module.home3_extra .so-extraslider .owl2-controls {
    float: none
}

.module.home3_extra .products-list.grid .product-layout .product-item-container {
    margin-top: 10px
}

.module.home3_extra_style2 .h3.modtitle,
.module.home3_extra_style2 h3.modtitle {
    padding: 12px 10px 12px 50px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    background: #087900 url(../../images/icon/icon-recommend.png) no-repeat left 20px center
}

.module.home3_extra_style2 .h3.modtitle span,
.module.home3_extra_style2 h3.modtitle span {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff
}

.module.home3_extra_style2 .products-list.grid .product-layout .product-item-container .right-block .caption .h4 a,
.module.home3_extra_style2 .products-list.grid .product-layout .product-item-container .right-block .caption h4 a {
    padding-bottom: 0;
    font-weight: 400;
    color: #666
}

.module.home3_extra_style2 .price .price-new,
.module.home3_extra_style2 .price span.price {
    font-size: 14px
}

.module.home3_extra_style2 .price .price-old {
    font-size: 12px;
    color: #999
}

.module.home3_extra_style2 .so-extraslider .item {
    padding: 10px 20px 20px
}

.module.home3_extra_style2 .products-list.grid .product-layout .product-item-container .right-block {
    padding: 5px 0
}

.module.home3_extra_style3 {
    background: 0 0
}

.module.home3_extra_style3 .h3.modtitle,
.module.home3_extra_style3 h3.modtitle {
    border-bottom: 2px solid #087900;
    padding: 12px 25px;
    margin-bottom: 20px;
    color: #222;
    background: 0 0;
    font-size: 14px;
    text-transform: uppercase;
    background: url(../../images/icon/icon-featured.png) no-repeat left 0 center;
    position: relative
}

.module.home3_extra_style3 .h3.modtitle:before,
.module.home3_extra_style3 h3.modtitle:before {
    content: "";
    position: absolute;
    display: block;
    height: 5px;
    width: 5px;
    top: auto;
    bottom: -11px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #087900;
    left: 42px
}

.module.home3_extra_style3 .modcontent {
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    background: #fff
}

.module.home3_extra_style3 .products-list.grid .product-layout .product-item-container .right-block {
    padding: 10px 20px 20px
}

.module.home3_extra_style3 .products-list.grid .product-layout .product-item-container .right-block .caption .h4 a,
.module.home3_extra_style3 .products-list.grid .product-layout .product-item-container .right-block .caption h4 a {
    padding-bottom: 0;
    font-weight: 400;
    color: #666
}

.module.home3_extra_style3 .products-list.grid .product-layout .product-item-container:hover {
    box-shadow: 0 3px 15px #ddd;
    -ms-box-shadow: 0 3px 15px #ddd;
    z-index: 3
}

.module.home3_extra_style3 .products-list.grid .product-layout .product-item-container .button-group2 {
    left: 20px
}

.module.home3_listingtab {
    position: relative
}

.module.home3_listingtab .head-title {
    display: block;
    clear: both;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.module.home3_listingtab .head-title .h3.modtitle,
.module.home3_listingtab .head-title h3.modtitle {
    padding: 5px 25px 8px;
    margin-bottom: 23px;
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid #087900;
    background: url(../../images/icon/icon-fashion-2.png) no-repeat left 0 top 4px;
    position: relative
}

.module.home3_listingtab .head-title .h3.modtitle:before,
.module.home3_listingtab .head-title h3.modtitle:before {
    content: "";
    position: absolute;
    display: block;
    height: 5px;
    width: 5px;
    top: auto;
    bottom: -11px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #087900;
    left: 42px
}

.module.home3_listingtab .modcontent {
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    background: #fff
}

@media (min-width:1400px) {
    .module.home3_listingtab .so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
        width: 20%;
        float: left;
        margin: 0
    }
    .module.home3_listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
        width: 50%
    }
    .module.home3_listingtab .price {
        display: inline-block
    }
    .module.home3_listingtab .wap-listing-tabs {
        width: 80%;
        overflow: hidden
    }
    .module.home3_listingtab .products-list.grid .product-layout .product-item-container .right-block {
        padding: 79px 30px 40px!important
    }
}

.module.home3_listingtab .products-list.grid .product-layout .product-item-container .button-group2 .bt-cart {
    padding-left: 28px;
    background-position: left 8px center;
    float: left
}

.module.home3_listingtab .products-list.grid .product-layout .product-item-container .button-group2 {
    bottom: 0!important;
    z-index: 1!important;
    padding: 0!important;
    background: 0 0;
    position: relative
}

.module.home3_listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    float: left;
    margin: 0;
    text-align: center;
    padding: 33px 0 15px;
    border-radius: 0;
    color: #222;
    background: 0 0;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    transition: .3s all ease 0s;
    border: none;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ebebeb
}

.module.home3_listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover span.ltabs-tab-label {
    color: #087900
}

.module.home3_listingtab .so-listing-tabs .ltabs-tab-img {
    float: none;
    height: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0;
    min-height: 78px
}

.module.home3_listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab>span {
    text-transform: uppercase;
    color: #666;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
    vertical-align: middle;
    font-weight: 400;
    line-height: 22px
}

.module.home3_listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel.ltabs-tab>span {
    color: #087900
}

.module.home3_listingtab .products-list.grid .product-layout .product-item-container {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb
}

@media (min-width:1200px) {
    .module.home3_listingtab .products-list.grid .product-layout .product-item-container {
        min-height: 298px
    }
}

.module.home3_listingtab .products-list.grid .product-layout .product-item-container .left-block {
    position: relative;
    width: 50%;
    text-align: center;
    float: right;
    padding: 14px 0 17px
}

.module.home3_listingtab .products-list.grid .product-layout .product-item-container .right-block {
    text-align: left;
    clear: none;
    float: left;
    width: 50%;
    padding: 20px;
    position: relative
}

.module.home3_listingtab .products-list.grid .product-layout .product-item-container .right-block .caption .h4 a,
.module.home3_listingtab .products-list.grid .product-layout .product-item-container .right-block .caption h4 a {
    padding-bottom: 0;
    font-weight: 400;
    color: #666
}

.module.home3_listingtab .products-list.grid .product-layout .product-item-container .right-block .caption .h4 a:hover,
.module.home3_listingtab .products-list.grid .product-layout .product-item-container .right-block .caption h4 a:hover {
    color: #087900
}

.module.home3_listingtab .products-list.grid .product-layout .product-item-container .right-block .rating {
    margin: 9px 0 7px
}

.module.home3_listingtab .products-list.grid .product-layout .product-item-container .right-block:hover .left-block {
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .15)
}

.module.home3_listingtab .wap-listing-tabs .owl2-controls .owl2-next,
.module.home3_listingtab .wap-listing-tabs .owl2-controls .owl2-prev {
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 5px 5px 0 0;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    transition: .3s all ease 0s;
    position: absolute;
    z-index: 2;
    top: -8px;
    border: none;
    font-size: 20px
}

.module.home3_listingtab .wap-listing-tabs .owl2-controls .owl2-next:hover,
.module.home3_listingtab .wap-listing-tabs .owl2-controls .owl2-prev:hover {
    background: #087900!important;
    border: none!important
}

.module.home3_listingtab .wap-listing-tabs .owl2-controls .owl2-prev {
    left: auto;
    right: 40px
}

.module.home3_listingtab .wap-listing-tabs .owl2-controls .owl2-next {
    left: auto;
    right: 0
}

.module.home3_listingtab_style2 {
    position: relative
}

.module.home3_listingtab_style2 .wap-listing-tabs .owl2-controls .owl2-next {
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 5px 5px 0 0;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    transition: .3s all ease 0s;
    position: absolute;
    z-index: 2;
    top: -8px;
    border: none;
    font-size: 20px
}

.module.home3_listingtab_style2 .wap-listing-tabs .owl2-controls .owl2-next:hover {
    background: #087900!important;
    border: none!important
}

.module.home3_listingtab_style2 .wap-listing-tabs .owl2-controls .owl2-prev {
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 5px 5px 0 0;
    background: #222;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    transition: .3s all ease 0s;
    position: absolute;
    z-index: 2;
    top: -8px;
    font-size: 20px;
    border: none
}

.module.home3_listingtab_style2 .wap-listing-tabs .owl2-controls .owl2-prev:hover {
    background: #087900!important;
    border: none!important
}

.module.home3_listingtab_style2 .wap-listing-tabs .owl2-controls .owl2-prev {
    left: auto;
    right: 40px
}

.module.home3_listingtab_style2 .wap-listing-tabs .owl2-controls .owl2-next {
    left: auto;
    right: 0
}

.module.home3_listingtab_style2 .head-title {
    display: block;
    clear: both;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.module.home3_listingtab_style2 .head-title .h3.modtitle,
.module.home3_listingtab_style2 .head-title h3.modtitle {
    padding: 5px 25px 8px;
    margin-bottom: 23px;
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 2px solid #087900;
    background: url(../../images/icon/icon-electronic-2.png) no-repeat left 0 top 6px;
    position: relative
}

.module.home3_listingtab_style2 .head-title .h3.modtitle:before,
.module.home3_listingtab_style2 .head-title h3.modtitle:before {
    content: "";
    position: absolute;
    display: block;
    height: 5px;
    width: 5px;
    top: auto;
    bottom: -11px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #087900;
    left: 42px
}

.module.home3_listingtab_style2 .modcontent {
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    background: #fff
}

@media (min-width:1400px) {
    .module.home3_listingtab_style2 .so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
        width: 20%;
        float: left;
        margin: 0
    }
    .module.home3_listingtab_style2 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
        width: 50%
    }
    .module.home3_listingtab_style2 .wap-listing-tabs {
        width: 80%;
        overflow: hidden
    }
}

.module.home3_listingtab_style2 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    float: left;
	height: 220px;
    margin: 0;
    text-align: center;
    padding: 33px 0 15px;
    border-radius: 0;
    color: #222;
    background: 0 0;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
    transition: .3s all ease 0s;
    border: none;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #ebebeb
}

.module.home3_listingtab_style2 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover span.ltabs-tab-label {
    color: #087900
}

.module.home3_listingtab_style2 .so-listing-tabs .ltabs-tab-img {
    float: none;
    height: auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0;
    min-height: 78px
}

.module.home3_listingtab_style2 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab>span {
    text-transform: uppercase;
    color: #666;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 12px;
    vertical-align: middle;
    font-weight: 400;
    line-height: 22px
}

.module.home3_listingtab_style2 .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel.ltabs-tab>span {
    color: #087900
}

.module.home3_listingtab_style2 .products-list.grid .product-layout .product-item-container {
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb
}

@media (min-width:1200px) {
    .module.home3_listingtab_style2 .products-list.grid .product-layout .product-item-container {
        min-height: 298px
    }
}

.module.home3_listingtab_style2 .products-list.grid .product-layout .product-item-container .right-block .caption .h4 a,
.module.home3_listingtab_style2 .products-list.grid .product-layout .product-item-container .right-block .caption h4 a {
    padding-bottom: 0;
    font-weight: 400;
    color: #666
}

.module.home3_listingtab_style2 .products-list.grid .product-layout .product-item-container .right-block .caption .h4 a:hover,
.module.home3_listingtab_style2 .products-list.grid .product-layout .product-item-container .right-block .caption h4 a:hover {
    color: #087900
}

.module.home3_listingtab_style2 .products-list.grid .product-layout .product-item-container .right-block .button-group2 {
    left: 20px
}

.top-brand.arrow-default {
    direction: ltr;
    padding: 14px 20px;
    background: #fff;
    margin: 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    border-left: 2px solid #087900
}

@media (min-width:1200px) {
    .top-brand.arrow-default {
        padding: 20px 45px
    }
}

.top-brand.arrow-default img {
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    webkit-transform: rotate(0);
    -webkit-backface-visibility: hidden;
    opacity: .3;
    cursor: pointer
}

.top-brand.arrow-default img:hover {
    opacity: 1;
    visibility: visible
}

.top-brand.arrow-default .owl2-nav {
    display: none
}

.top-brand.arrow-default .owl2-nav div {
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%!important;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    transition: .3s all ease 0s;
    position: absolute;
    z-index: 2;
    top: 30%;
    background: #ccc
}

.top-brand.arrow-default .owl2-nav div:hover {
    background: #087900;
    color: #fff
}

.top-brand.arrow-default .owl2-nav div:before {
    display: inline-block;
    font-family: fontawesome
}

.top-brand.arrow-default .owl2-nav div.owl2-prev {
    left: 16px;
    opacity: 1
}

.top-brand.arrow-default .owl2-nav div.owl2-prev:before {
    content: "\f104"
}

.top-brand.arrow-default .owl2-nav div.owl2-next {
    right: 16px;
    opacity: 1
}

.top-brand.arrow-default .owl2-nav div.owl2-next:before {
    content: "\f105";
    position: relative;
    left: -4px
}

@media (min-width:1400px) {
    .so-feature-custom.special {
        -webkit-transform: translate3d(0, 0, 0)!important;
        transform: translate3d(0, 0, 0)!important;
        visibility: visible!important
    }
    .so-feature-custom.special.active-special {
        visibility: hidden!important;
        -webkit-transform: translate3d(280px, 0, 0)!important;
        transform: translate3d(280px, 0, 0)!important
    }
}

.so-feature-custom.special.active-special {
    visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.so-feature-custom.special {
    border-top: none;
    width: 270px;
    z-index: 10;
    left: auto;
    right: 0;
    visibility: hidden;
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    box-shadow: -2px 0 8px 0 rgba(0, 0, 0, .25);
    -ms-box-shadow: -2px 0 8px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: -2px 0 8px 0 rgba(0, 0, 0, .25);
    -webkit-box-shadow: -2px 0 8px 0 rgba(0, 0, 0, .25)
}

.button-close {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 99;
    cursor: pointer
}

.button-close span.button-ex {
    border-radius: 0 0 0 30px;
    position: relative;
    display: block;
    color: transparent;
    text-align: center;
    padding: 0;
    background: #ed3f46;
    transition: all .3s ease 0s
}

.button-close span.button-ex:before {
    content: "\f101";
    font-size: 14px;
    position: absolute;
    top: -3px;
    left: 3px;
    right: auto;
    bottom: auto;
    font-family: fontawesome;
    color: #fff;
    font-weight: 700;
    width: 100%;
    height: 100%
}

.button-close span.button-ex.active:before {
    content: "\f100"
}

.so-feature-custom.special {
    background: #fff
}

.so-feature-custom.special .title-module {
    display: block;
    clear: both;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.so-feature-custom.special .title-module .h3.block-title,
.so-feature-custom.special .title-module h3.block-title {
    border: none;
    padding: 13px 20px 0;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #222
}

.so-feature-custom.special .item {
    padding: 20px
}

.so-feature-custom.special .product-thumb {
    margin-bottom: 20px
}

.so-feature-custom.special .product-thumb .left-block {
    position: relative;
    float: left;
    margin-right: 15px
}

.so-feature-custom.special .product-thumb .left-block .product-image {
    border: 1px solid #ebebeb;
    display: block;
    padding: 0;
    border-radius: 3px
}

.so-feature-custom.special .product-thumb .right-block {
    padding: 0;
    text-align: left
}

.so-feature-custom.special .product-thumb .right-block .product-title {
    margin: 0 0 5px;
    border: none
}

.so-feature-custom.special .product-thumb .right-block .product-title a {
    font-size: 12px;
    color: #222;
    font-weight: 500;
    padding: 0
}

.so-feature-custom.special .product-thumb .right-block .product-title a:hover {
    color: #087900
}

.so-feature-custom.special .product-thumb .right-block .price {
    line-height: 22px;
    padding-top: 2px;
    margin: 0;
    color: #ff5621
}

.so-feature-custom.special .product-thumb .right-block .price .price-old {
    display: inline-block;
    margin-right: 5px
}

.megamenu-style-dev .container-megamenu.vertical {
    padding: 0!important
}

.so-deal,
.so-extraslider {
    margin-bottom: 0!important
}

.so-deal .extraslider-inner,
.so-extraslider .extraslider-inner {
    border: none!important;
    padding-bottom: 0!important
}

.so-extraslider,
.so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    margin: 0!important
}

.so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
    margin: 0!important
}

.so-listing-tabs,
.so-listing-tabs .ltabs-items-container .ltabs-items,
.so-listing-tabs .ltabs-items-container .ltabs-items-inner,
.so-listing-tabs .ltabs-wrap,
.so-listing-tabs .ltabs-wrap .ltabs-items-container {
    overflow: visible!important;
    position: static!important
}

.so-listing-tabs .product-thumb .image a {
    display: block
}

.h6-banner-1 {
    margin: 0 -10px;
    margin-left: -25px
}

.h6-banner-1 .banners {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px
}

@media (max-width:991px) {
    .h6-banner-1 {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        margin: 0
    }
    .h6-banner-1 .banners {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        width: 230px;
        float: none!important
    }
    .h6-banner-1 .banners:first-child {
        padding-left: 0
    }
    .h6-banner-1 .banners:last-child {
        padding-right: 0
    }
}

.block-service-home6 {
	height: 110px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin: 20px 0 0;
	padding: 20px;
	overflow: hidden;
}

.block-service-home6 .item {
    float: left;
    width: 20%;
    border-right: 1px solid #ebebeb;
    text-align: center
}

.block-service-home6 ul>li .wrap {
    display: inline-block;
    overflow: hidden;
    margin-bottom: -8px
}

.block-service-home6 .wrap .icon {
    display: inline-block;
    width: 57px;
    height: 57px;
    float: left;
    margin-right: 20px
}

.block-service-home6 .wrap .text {
    float: left;
    padding: 9px 0 0
}

.block-service-home6 .wrap .text .h5 {
    margin: 0 0 3px;
	font-size: 14px;
    text-transform: capitalize
}

.block-service-home6 ul>li .wrap p {
    margin-bottom: 0
}

.block-service-home6 .free-ship .icon {
    background: url(../../images/icon/free.png) no-repeat center center #fff
}

.block-service-home6 .support .icon {
    background: url(../../images/icon/support.png) no-repeat center center #fff
}

.block-service-home6 .free-return .icon {
    background: url(../../images/icon/free-turn.png) no-repeat center center #fff
}

.block-service-home6 .payment .icon {
    background: url(../../images/icon/payment.png) no-repeat center center #fff
}

.block-service-home6 .big-saving .icon {
    background: url(../../images/icon/big-save.png) no-repeat center center #fff
}

@media (max-width:991px) {
    .block-service-home6 ul {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        margin: 0
    }
    .block-service-home6 ul li {
        float: none!important;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
        width: 350px
    }
}

.qr-code-block {
    overflow: hidden
}

.qr-code-block .item-image {
    float: left;
    margin-right: 20px
}

.qr-code-block .item-content .h4,
.qr-code-block .item-content h4 {
    font-size: 12px;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 10px
}

.qr-code-block .item-content a {
    font-size: 12px;
    color: #999
}

.qr-code-block .item-content a:hover {
    color: #087900
}

.qr-code-block .item-content p {
    margin-bottom: 0
}

@media (min-width:1700px) {
    body .container {
        width: 1630px
    }
}

@media (max-width: 768px) {
	.block-service-home6 {
		height: 250px;
	}
	
	.block-service-home6 .item {
		width: 50%;
	}
	
	.block-service-home6 .item:last-child {
		width: 100%;
	}
}