@charset "UTF-8";
.no-margin {
    margin: 0 !important;
}
.banners-effect-1 .banners > div img {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.banners-effect-1 .banners > div img:hover {
    opacity: 0.8;
}
.banners-effect-2 .banners > div a {
    display: block;
    position: relative;
    overflow: hidden;
}
.banners-effect-2 .banners > div a:hover:before, .banners-effect-2 .banners > div a:hover:after {
    left: 0;
    opacity: 1;
}
.banners-effect-2 .banners > div a:before, .banners-effect-2 .banners > div a:after {
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    width: 100%;
    height: 100%;
    left: -100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.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:before, .banners-effect-3 .banners > div a:hover:after {
    border: 0 solid rgba(0, 0, 0, 0.7);
    opacity: 0;
    filter: alpha(opacity=0);
}
.banners-effect-3 .banners > div a:before, .banners-effect-3 .banners > div a:after {
    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;
    filter: alpha(opacity=100);
    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 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.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:before, .banners-effect-4 .banners > div a:hover:after {
    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:before, .banners-effect-4 .banners > div a:after {
    border-bottom: 50px solid rgba(0, 0, 0, 0.2);
    border-top: 50px solid rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    filter: alpha(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 0.4s ease 0s, -webkit-transform 0.35s ease 0s;
    -moz-transition: opacity 0.4s ease 0s, -moz-transform 0.35s ease 0s;
    transition: opacity 0.4s ease 0s, transform 0.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:hover:before, .banners-effect-5 .banners > div a:hover:after {
    opacity: 0;
    filter: alpha(opacity=0);
    border: 0 double rgba(255, 255, 255, 0.7);
    visibility: hidden;
}
.banners-effect-5 .banners > div a:before, .banners-effect-5 .banners > div a:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border: 200px double transparent;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    -moz-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
    transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
}
.banners-effect-6 .banners > div a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: #000;
}
.banners-effect-6 .banners > div a img {
    opacity: 1;
    filter: alpha(opacity=100);
    -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 > div a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    transform: scale3d(1.1, 1.1, 1);
}
.banners-effect-7 .banners > div a {
    display: block;
    position: relative;
    overflow: hidden;
}
.banners-effect-7 .banners > div a:before {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 0;
    top: 0;
    left: 50%;
    content: "";
    transition: all 0.3s ease-in-out 0s;
}
.banners-effect-7 .banners > div a: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;
}
.banners-effect-8 .banners > div a:before, .banners-effect-8 .banners > div a:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.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;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
    -webkit-transform: rotate(0);
    -webkit-backface-visibility: hidden;
}
.banners-effect-8 .banners > div a:hover:before, .banners-effect-8 .banners > div a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.banners-effect-8 .banners > div a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.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 0.35s;
    transition: opacity 0.35s;
    box-shadow: 0 3px 30px rgba(0, 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 0.35s;
    transition: transform 0.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, 0.2) 75%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.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:before, .banners-effect-11 .banners > div a:hover:after {
    width: 100%;
    height: 100%;
}
.banners-effect-11 .banners > div a:before, .banners-effect-11 .banners > div a:after {
    background-color: rgba(0, 0, 0, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.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 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.banners-effect-12 .banners > div img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.back-to-top {
    cursor: pointer;
    background-color: #777;
    width: 45px;
    bottom: 20px;
    right: 10px;
    min-height: 42px;
    overflow: hidden;
    z-index: 40;
    position: fixed;
    display: block;
    text-align: center;
    border-radius: 3px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s 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.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: #f57d20;
}
.back-to-top i {
    font-size: 36px;
    margin: 1px 0 0 0 !important;
    color: #fff;
    display: inline-block;
}
.social-widgets {
    position: fixed;
    z-index: 999;
    top: 50%;
    height: 0;
    width: 0;
    right: 0;
}
.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;
}
.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;
    line-height: 45px;
}
.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: white;
}
.social-widgets .twitter .tab-icon {
    background: #07779a;
    background-clip: content-box;
    color: white;
}
.social-widgets .youtube .tab-icon {
    background: #da2723;
    background-clip: content-box;
    color: white;
}
.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: 0px 10px;
    background-color: #ccc;
    text-transform: uppercase;
    line-height: 45px;
    color: #000;
    font-weight: bold;
}
.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;
}
.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: #f57d20 !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.active .i-active, .navbar-switcher .fa-caret-down {
    display: inline;
    font-size: 1.8em;
    line-height: 1.5em;
}
.lazy {
    display: block;
    position: relative;
    overflow: hidden;
    background: transparent url(../../images/lazy-loader.gif) no-repeat center center;
}
.video-home{
    text-align: center;
    padding-top: 15px;
    color: #000;
    clear:none !important
}
.category.description{
    height: 110px;
    overflow: hidden;
}
.caption.related{
    height: 80px;
    overflow: hidden;
}
.alert-danger{
    font-size: 15px;
}
.markazit{
    margin-top: 50px;
    margin-bottom: 20px;
}
.markazit a{
    color:#fff
}
#accordion-category .panel:first-child a{
}
.socials-header li .fa,.socials-product li .fa{
    font-size: 30px;
    text-shadow: 0px -1px 0px #fff;
}
.socials-header .instagram-social a span{
    color:#F15A02
}
.socials-header .facebook-social a span{
    color:#4064AC
}
.socials-header .whatsapp-social a span{
    color:#3DDC59
}
@media (min-width: 1200px) {
    .lazy .lazy-loaded {
        background: none;
        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;
    }
    .form-control::-webkit-input-placeholder{
        opacity: 0;
    }
    .table-responsive .input-group .form-control{
        width: 40px;
    }
}
.wrapper-boxed, .wrapper-iframed, .wrapper-rounded {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    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 500ms linear 0s;
}
.loader-content.loader-off, body.loaded .loader-content {
    opacity: 0;
    visibility: hidden;
    transition: all 500ms linear 0s;
}
#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    perspective: 400px;
    transform-type: preserve-3d;
}
#loader .dot {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -80px;
    transform-type: preserve-3d;
    transform-origin: 80px 50%;
    transform: rotateY(0);
    background-color: #1fc0a0;
    animation: dot1 2000ms cubic-bezier(0.56, 0.09, 0.89, 0.69) infinite;
}
#loader .dot:nth-child(2) {
    z-index: 9;
    animation-delay: 150ms;
}
#loader .dot:nth-child(3) {
    z-index: 8;
    animation-delay: 300ms;
}
#loader .dot:nth-child(4) {
    z-index: 7;
    animation-delay: 450ms;
}
#loader .dot:nth-child(5) {
    z-index: 6;
    animation-delay: 600ms;
}
#loader .dot:nth-child(6) {
    z-index: 5;
    animation-delay: 750ms;
}
#loader .dot:nth-child(7) {
    z-index: 4;
    animation-delay: 900ms;
}
#loader .dot:nth-child(8) {
    z-index: 3;
    animation-delay: 1050ms;
}
@keyframes dot1 {
    0% {
        transform: rotateY(0) rotateZ(0) rotateX(0);
        background-color: #f57d20;
    }
    45% {
        transform: rotateZ(180deg) rotateY(360deg) rotateX(90deg);
        background-color: #000;
        animation-timing-function: cubic-bezier(0.15, 0.62, 0.72, 0.98);
    }
    90%, 100% {
        transform: rotateY(0) rotateZ(360deg) rotateX(180deg);
        background-color: #f57d20;
    }
}
@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);
    }
}
button, input, select, textarea:focus {
    outline: none !important;
}
.owl2-controls .owl2-nav div {
    overflow: visible;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    color: #aaa;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ddd;
    top: 50%;
    margin-top: -18px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.owl2-controls .owl2-nav div:hover {
    color: #fff;
    background: #f57d20;
    border-color: #f57d20;
}
.owl2-controls .owl2-nav div.owl2-next {
    right: 0;
}
.owl2-controls .owl2-nav div.owl2-next:before {
    content: "\f105";
    font-family: FontAwesome;
}
.owl2-controls .owl2-nav div.owl2-prev {
    left: 0;
}
.owl2-controls .owl2-nav div.owl2-prev:before {
    content: "\f104";
    font-family: FontAwesome;
}
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: 0px;
}
.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: 0px 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;
}
.feature-box {
    border-radius: 0;
    margin-bottom: 20px;
}
.feature-box .feature-icon {
    color: #f57d20;
    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: #f57d20;
    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;
}
.account-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;
}
.navbar-default {
    background: transparent;
}
.list-box {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.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: #f57d20;
}
.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: #f57d20;
}
.simple-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    bottom: -0.8em;
}
.simple-list li {
    margin: 0;
    padding: 0 0 12px;
}
.simple-list ul a {
    color: #555;
}
.simple-list ul a:hover {
    color: #f57d20;
}
.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;
}
.panel-body{
    font-size: 120%;
}
.table-responsive .table thead > * {
    background-color: rgba(51, 51, 51, 0.1);
    font-weight: bold;
}
.table-responsive .table tbody td.text-left a {
    font-weight: bold;
    color: #444;
}
.table-responsive .table tbody td.text-left:hover a {
    color: #f57d20;
}
.btn-group .btn-link {
    text-align: left;
    background: transparent !important;
    text-decoration: none;
    padding: 5px 10px;
    color: #444;
    font-weight: normal;
    color: #555;
    position: relative;
    z-index: 1;
}
.btn-group .btn-link:hover {
    color: #f57d20;
}
.dropdown-menu .btn-block {
    border: none;
    background: transparent;
    text-align: left;
    padding: 5px 10px;
    line-height: 24px;
}
.dropdown-menu .btn-block:hover {
    background: #f7f7f7;
}
body.account-voucher, body.affiliate-register, body.account-register, body.product-search {
    background: #fff;
}
.feature-layout .image-link {
    position: relative;
    z-index: 2;
}
.feature-layout .image-link a {
    color: #444;
}
.feature-layout .image-link .btn {
    position: absolute;
    top: 0;
    padding: 10px 20px;
    left: 50%;
    margin: -30px 0 0 -50px;
    z-index: 5;
    border-radius: 0;
    background: #f57d20;
    border: none;
    color: white;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}
.feature-layout .image-link img {
    transition: all ease-in-out 0.3s;
    webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-backface-visibility: hidden;
}
.feature-layout .image-link .figcaption {
    font-size: 14px;
    padding: 15px 0 0;
    overflow: hidden;
    display: block;
}
.feature-layout .image-link:hover .btn {
    border: none;
    opacity: 1;
    top: 50%;
    -webkit-transform: rotate(0);
    -webkit-backface-visibility: hidden;
}
.feature-layout .image-link:hover .btn:hover {
    background: #471401;
}
.feature-layout .image-link:hover img {
    opacity: 0.6;
    -webkit-transform: rotate(0);
    -webkit-backface-visibility: hidden;
}
.feafure.with-sub-menu .feafure-dr {
    text-align: left;
}
.feafure.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;
}
.feafure.with-sub-menu .feafure-dr ul.row-list {
    list-style: none;
    padding: 0;
}
.feafure.with-sub-menu .feafure-dr li {
    line-height: 30px;
}
.feafure.with-sub-menu .feafure-dr li a {
    font-size: 12px;
    position: relative;
    color: #444;
}
.feafure.with-sub-menu .feafure-dr li a:hover {
    color: #f57d20;
}
.feafure.with-sub-menu .feafure-dr .layout-color li a {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 12px;
    color: #444;
}
.feafure.with-sub-menu .feafure-dr .layout-color li a:hover {
    color: #f57d20;
}
.feafure.with-sub-menu .feafure-dr .layout-color li a:before {
    content: "";
    display: inline-block;
    width: 20px !important;
    height: 20px;
    background-color: #e1e1e1;
    margin-right: 10px;
    vertical-align: middle;
    left: 0;
}
.feafure.with-sub-menu .feafure-dr .layout-color li.orange a:before {
    background: #ff8357;
}
.feafure.with-sub-menu .feafure-dr .layout-color li.blue a:before {
    background: #00a9df;
}
.feafure.with-sub-menu .feafure-dr .layout-color li.brown a:before {
    background: #beae59;
}
.feafure.with-sub-menu .feafure-dr .layout-color li.green a:before {
    background: #79b6a0;
}
.feafure.with-sub-menu .feafure-dr .layout-color li.red a:before {
    background: #eb4b2b;
}
.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: 16px;
    left: 0;
    background: #999;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
}
.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: #f57d20;
    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: #f57d20;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-default {
    background: #934203;
    border-radius: 0;
}
.btn-default:hover {
    background: #f57d20;
}
.media-box-link h4 {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.media-box-link .icon {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.media-box-link--figure, .media-box-link--content, .media-box-link--arrow {
    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 {
    color: #333;
}
.media-box-link:hover .icon {
    color: #f57d20;
}
.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: #f57d20;
}
.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: 0px;
    line-height: 1.45em;
    background: #f57d20;
    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: bold;
    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 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #f57d20;
    font-weight: 500;
    left: 0;
}
.page_warranity p {
    font-size: 14px;
}
.information-information-4, .information-contact {
    background: #fff;
}
#map-canvas {
    height: 300px;
    width: 100%;
    margin: 0px 0 10px;
    border: 5px solid #fff;
}
.module {
    margin-bottom: 40px;
}
.module h3.modtitle {
    font-size: 17px;
    background: #ff8b38;
    margin: 0 0 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #fff;
    text-align: center;
    border-top: 1px solid #7b7474;
    border-bottom: 1px solid #7b7474;
}
.slider-container-full .owl2-carousel .owl2-stage-outer {
    direction: ltr;
}
.title-underline h3.modtitle {
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 6px;
    padding: 9px 0;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.title-underline h3.modtitle:after {
    content: " ";
    width: 50%;
    height: 1px;
    background: #f57d20;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px;
}
.bordered_content {
    border-radius: 3px;
    border: 1px solid #eaeaea;
    background: #fff;
}
.common-home footer.footer .so-spotlight6.block-newleter {
    margin: 0;
}
.footer-newsletter .show-error {
    color: red;
    margin: 0px;
    position: absolute;
    background: #fff;
    padding: 2px 15px;
    border-radius: 3px;
    z-index: 99;
    top: -20px;
    border: 2px solid #bead59;
}
.footer-newsletter .show-error:before {
    content: "\f12a";
    font-family: FontAwesome;
    border: 1px solid;
    padding: 2px 6px;
    margin-right: 2px;
}
@media (min-width: 992px) {
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content {
        padding: 105px 15px 0 415px !important;
        width: 820px;
        height: 470px;
        text-align: center;
        background: url("../../images/bg_newsletter.jpg") no-repeat top left;
        margin: 15px;
    }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .popup-title {
        font-size: 34px !important;
        color: #444 !important;
        font-weight: bold;
        margin-bottom: 20px;
        padding: 0 !important;
    }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content p.newsletter_promo {
        margin: 0 0 30px;
        font-size: 12px;
        line-height: 18px;
        padding: 0 10px;
    }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .input-control {
        position: relative;
    }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .signup input {
        width: 100% !important;
        display: inline-block;
        vertical-align: top;
        height: 40px;
        font-size: 12px;
        border: 1px solid #ccc;
        background-color: #fff !important;
        color: #b2b2b2 !important;
        padding: 0 118px 0 15px;
        margin-right: 5px;
    }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .signup .send-mail {
        display: inline-block;
        vertical-align: top;
        width: 120px;
        position: absolute;
        top: 0;
        height: 40px;
        line-height: 40px;
        background-color: #f57d20;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0;
        padding: 0;
        border: none;
        right: 0;
    }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .signup .send-mail i {
        display: none;
    }
    .so_newletter_custom_popup .so-custom-popup .oca_popup .popup-content .signup .send-mail:hover {
        background: #471401;
        opacity: 1;
    }
}
.blog-category {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.blog-category .box-content {
    margin-bottom: 30px;
}
.blog-category .box-content ul {
    margin-bottom: 0;
}
.blog-category ul li.list-group-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px dotted #e4e4e4;
    margin: 0;
    padding: 10px 0;
}
.blog-category ul li.list-group-item a {
    color: #555;
}
.blog-category ul li.list-group-item a:hover {
    color: #f57d20;
}
.blog-category ul li.list-group-item .active, .blog-category ul li.list-group-item .active:hover {
    color: #f57d20;
}
.so-filter-content-opts-container .option-count {
    background: #999;
    min-width: 24px;
    text-align: center;
}
.so-filter-content-opts-container .option-count:not(.opt_close):after {
    border-right-color: #999;
}
.so_filter_wrap .modcontent .so-filter-heading .so-filter-heading-text {
    float: left;
    font-size: 14px;
    color: #555;
}
.so_filter_wrap .modcontent .so-filter-heading i {
    float: right;
}
.so_filter_wrap .modcontent .so-filter-content-opts-container .option-count {
    float: right;
}
.box-category {
    border: 1px solid #ddd;
    padding: 10px 20px 20px;
    background: #fff;
}
.box-category ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.box-category > ul > li {
    padding: 0px;
    position: relative;
    margin: 0;
    box-shadow: none;
    border-bottom: 1px dotted #e4e4e4;
}
.box-category ul li a {
    padding: 6px 0;
    display: block;
    color: #555;
    font-weight: 500;
}
.box-category ul li a:hover {
    color: #ea440f;
}
.box-category ul li a.active {
    color: #ea440f 
}
.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 12px;
    color: #fff;
    text-transform: capitalize;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #999;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 3px;
}
.box-category ul li .head a:hover {
    background: #f57d20;
    border-color: #f57d20;
    color: #fff;
    border-radius: 0;
}
.box-category ul li .head a:hover {
    background: #f57d20;
}
.box-category ul li ul li {
    padding: 0px 0px 0px 0px;
    margin-left: -10px;
    overflow: hidden;
}
.box-category ul ul {
    margin-bottom: 20px;
}
.box-category ul ul li a {
    padding: 5px 0;
    white-space: nowrap;
    font-size: 11px;
}
.box-category ul li ul li a:before {
    font-family: 'FontAwesome';
    transition: all 0.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: #f57d20;
}
.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 {
    font-size: 15px;
    margin: 0 0 5px;
}
.basic-product-list h4 a {
    color: #555;
}
.basic-product-list h4 a:hover {
    color: #f57d20;
}
.module.custom-basic-listing {
    margin-bottom: 30px;
}
.module.custom-basic-listing .item-element {
    margin-top: 20px;
}
.module.custom-basic-listing .item-inner:hover .image img {
    border-color: #f57d20;
}
.module.custom-basic-listing .product-thumb .image {
    padding: 0;
    float: left;
    margin-right: 20px;
}
.module.custom-basic-listing .product-thumb .image img {
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.module.custom-basic-listing .product-thumb .caption {
    padding: 0;
}
.module.custom-basic-listing .product-thumb .caption h4 {
    margin-top: 0;
}
.module.custom-basic-listing .product-thumb .caption h4 a {
    font-size: 14px;
    color: #444;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    top: -1px;
}
.module.custom-basic-listing .product-thumb .caption h4 a:hover {
    color: #f57d20;
}
.module.custom-tag .box-content {
    padding: 0;
    border: none;
    background: transparent;
    margin-top: 20px;
}
.module.custom-tag .box-content a {
    background: #fff;
    padding: 4px 10px;
    color: #444;
    float: left;
    margin: 2px;
    border-radius: 3px;
}
.module.custom-tag .box-content a:hover {
    background: #f57d20;
    color: #fff;
}
div.blog-item .itemBlogContent {
    display: block;
    clear: both;
    margin-top: -8px;
}
div.blog-item .itemBlogContent h4.blog-title {
    font-size: 18px;
    margin: 0px 0px 8px;
}
div.blog-item .itemBlogContent h4.blog-title a {
    color: #444;
}
div.blog-item .itemBlogContent h4.blog-title a:hover {
    color: #f57d20;
}
div.blog-item .itemBlogContent .blog-header .created {
    height: auto;
    background: transparent;
    color: #999;
    padding: 0;
}
div.blog-item .itemBlogContent .blog-header .created i {
    margin-right: 5px;
}
.blog-listitem .blog-item .itemBlogContent .article-description {
    display: block !important;
}
.itemBlog-header {
    margin-bottom: 38px;
}
.itemBlog-header .blog-meta {
    border: 0;
    color: #999;
}
.itemBlog-header .blog-meta > span {
    padding: 0 11px;
    line-height: 14px;
}
.itemBlog-header .blog-meta > span.created {
    padding-left: 0;
}
.blog-listitem.grid .blog-item .itemBlogContent .blog-meta {
    padding-bottom: 0;
}
.simple_blog-category .pagination > li > a, .simple_blog-category .pagination > li > span {
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 2px;
    padding: 0;
}
.simple_blog-category .pagination > li {
    display: inline;
}
.blog-category h2.box-heading {
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 6px;
    padding: 9px 0;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.blog-category h2.box-heading:after {
    content: " ";
    width: 50%;
    height: 1px;
    background: #f57d20;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px;
}
.simple_blog-article-view .article-image {
    margin-bottom: 30px;
}
.simple_blog-article-view div.article-info .article-title h1 {
    margin-bottom: 5px;
}
.blog-listitem.list .itemBlogImg.left-block {
    padding-right: 30px;
}
.so-latest-blog {
    border: 1px solid #e9e9e9 !important;
    padding: 15px 15px 8px;
    border-radius: 0;
}
.so-latest-blog > h3 {
    font-size: 18px;
    border-bottom: 1px solid #f6a873;
    margin: 0 0 15px;
    padding: 5px 0 20px 0;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    color: #121212;
}
.so-latest-blog .cat-wrap {
    display: inline-block;
    width: 100%;
}
.so-latest-blog .blog-external-simple {
}
.so-latest-blog .blog-external-simple .media-left {
    display: inline-block;
    float: left;
    padding-right: 20px;
}
.so-latest-blog .blog-external-simple .media-body {
    padding-top: 7px;
}
.so-latest-blog .blog-external-simple .media-body .fa-calendar {
    display: none;
}
.so-latest-blog .blog-external-simple .media-body .media-heading a {
    font-size: 13px;
    font-weight: 300;
    color: #545454;
    text-transform: capitalize;
}
.so-latest-blog .blog-external-simple .media-body .media-heading a:hover {
    color: #f57d20;
}
.so-latest-blog .blog-external-simple .media-body .media-date-added {
    font-size: 12px;
    color: #f57d20;
}
.filters-panel .pagination {
    margin: 0px;
}
.blog-header {
    margin-bottom: 10px;
}
.blog-header h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.blog-listitem.list .left-block, .blog-listitem.list .right-block {
    padding: 0;
}
.blog-listitem.list div.blog-item .itemBlogContent {
    clear: initial;
}
.blog-listitem.list .itemBlogContent .blog-meta {
    padding-bottom: 0 !important;
}
.blog-listitem.list .blog-bg {
    position: relative;
    padding-top: 15px;
}
.blog-listitem.list .blog-bg .blog-date {
    position: absolute;
    top: 0;
    background: #beae59;
    text-align: center;
    padding: 28px 22px 26px;
    z-index: 1;
    left: 0;
}
.blog-listitem.list .blog-bg .blog-date .date-day {
    font-size: 22px;
    line-height: 21px;
    color: #fff;
    display: block;
    font-weight: bold;
}
.blog-listitem.list .blog-bg .blog-date .date-mon {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: bold;
}
.blog-listitem.list .blog-bg a.see-more {
    font-size: 12px;
    color: #fff;
    background: #999;
    border-radius: 3px;
    display: inline-block;
    padding: 0 17px;
    line-height: 30px;
    margin-top: 10px;
}
.blog-listitem.list .blog-bg a.see-more b {
    font-weight: normal;
}
.blog-listitem.list .blog-bg a.see-more:hover {
    background: #f57d20;
}
.blog-listitem.grid .blog-bg {
    background: #fff;
}
.blog-listitem.grid .blog-item .blog-date {
    display: none;
}
.blog-listitem.grid .blog-item .article-title h4 a {
    font-size: 14px;
    color: #1e1e1e;
}
.blog-listitem.grid .blog-item .article-title h4 a:hover {
    color: #f57d20;
}
.blog-listitem.grid .blog-item .blog-data {
    padding: 15px 20px 20px;
}
.blog-listitem.grid .blog-item .blog-data .blog-meta {
    font-size: 11px;
    color: #bbb;
    margin-right: 15px;
}
.blog-listitem.grid .see-more {
    display: none !important;
}
.blog-listitem.grid .itemBlogImg.left-block {
    display: block;
    position: relative;
}
.rtl .blog-category ul li.list-group-item i.fa {
    padding-right: 5px;
    padding-left: 0;
    transform: rotate(180deg);
}
.blog-listitem.list .blog-item .itemBlogImg .article-image {
    margin: 0;
}
.blog-listitem {
    margin: 0 -15px;
}
.blog-listitem .blog-item {
    margin-bottom: 30px;
}
.blog-listitem .blog-item .itemBlogImg .article-image {
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
.blog-listitem .blog-item .itemBlogImg img {
    border: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}
.blog-listitem .blog-item .itemBlogContent .article-title h4 {
    margin: 0px 0px 8px;
}
.blog-listitem .blog-item .itemBlogContent .article-title h4 a {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: bold;
    text-transform: uppercase;
}
.blog-listitem .blog-item .itemBlogContent .article-title h4 a:hover {
    color: #f57d20;
}
.blog-listitem .blog-item .itemBlogContent .article-sub-title {
    border: 0;
    margin-bottom: 0;
    display: inline;
}
.blog-listitem .blog-item .itemBlogContent .article-sub-title .article-date {
    font-size: 11px;
    color: #999;
}
.blog-listitem .blog-item .itemBlogContent .article-sub-title .article-date i {
    margin-right: 5px;
}
.blog-listitem .blog-item .itemBlogContent .article-sub-title .article-date b {
    font-weight: normal;
}
.blog-listitem .blog-item .itemBlogContent .article-description {
    padding: 8px 0;
    font-size: 12px;
    color: #666;
}
.blog-listitem .blog-item .itemBlogContent .blog-meta {
    display: inline-block;
    line-height: 10px;
    padding: 10px 0 20px;
    clear: both;
}
.blog-listitem .blog-item .itemBlogContent .blog-meta i {
    padding-right: 5px;
    color: #bbb;
}
.blog-listitem .blog-item .itemBlogContent .blog-meta > span {
    line-height: 15px;
    font-weight: normal;
    float: left;
    font-size: 11px;
    color: #bbb;
    margin-right: 15px;
    padding-right: 20px;
}
.blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count {
    padding-left: 0;
    color: #737373;
}
.blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a {
    font-size: 11px;
    color: #bbb;
}
.blog-listitem .blog-item .itemBlogContent .blog-meta > span.comment_count a:hover {
    color: #f57d20;
}
.blog-category {
    border-radius: 0;
    box-shadow: none;
    border-color: transparent;
}
.blog-category.module h3.modtitle {
    margin: 0;
}
.blog-category .box-content {
    padding: 10px 25px;
}
.blog-category .box-content ul {
    margin-bottom: 0;
}
.blog-category ul li.list-group-item {
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
}
.blog-category ul li.list-group-item i.fa {
    padding-right: 5px;
}
.blog-category ul li.list-group-item:last-child {
    border: none;
    padding-bottom: 0;
}
.blog-category ul li.list-group-item a {
    border-radius: 0;
    border: 0;
    padding: 0;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 34px;
    color: #444;
}
.blog-category ul li.list-group-item a:hover {
    padding-left: 5px;
    color: #f57d20;
}
#blog-search {
    display: none;
}
div.article-info {
    border: 0;
}
div.article-info .article-title h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: bold;
    padding-bottom: 1px;
}
div.article-info .article-sub-title {
    float: left;
    width: 100%;
    border: 0;
    padding-top: 7px;
    margin-bottom: 20px;
}
div.article-info .article-sub-title span {
    font-weight: bold;
    display: block;
    float: left;
    font-size: 11px;
    color: #bbb;
    line-height: 11px;
    padding: 0 11px;
    font-weight: normal !important;
}
div.article-info .article-sub-title span.bullet {
    display: none;
}
div.article-info .article-sub-title span b {
    font-weight: normal;
}
div.article-info .article-sub-title span.article-author {
    padding-left: 0;
}
div.article-info .article-sub-title span.article-author a {
    font-size: 11px;
    color: #bbb;
    font-weight: normal;
}
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 {
    clear: both;
}
div.article-info .article-image img {
    border: 0;
    border-radius: 0;
    padding: 0;
    height: auto;
    width: 100%;
}
div.article-info .article-description {
    font-size: 12px;
    color: #666;
}
div.article-info .related-comment {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #e6e6e6;
    padding-top: 40px;
    box-shadow: none;
    margin-top: 40px;
    background: transparent;
}
div.article-info .related-comment .article-reply {
    border: none;
    background: #f9f9f9;
}
div.article-info .related-comment .article-reply .author {
    font-weight: bold;
    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 {
    margin: 0 0 30px;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #121212;
}
div.article-info .related-comment #button-comment {
    background: #f57d20;
    border-color: #f57d20;
    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 #comment-list h5 {
    display: none;
}
div.article-info #comment-list a {
    color: #f57d20;
}
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: 0 13px 0 0;
    position: relative;
    top: 3px;
}
.comments .media-body .media-title .link:hover {
    text-decoration: none;
}
.blog-comment-info textarea.form-control, .blog-comment-info input.form-control {
    border: 1px solid #ddd;
    background: #fff;
}
html {
    width: 100%;
    outline: 0 !important;
    direction: ltr;
}
body {
    color: #444;
    font-size: 12px;
    line-height: 23px;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
}
h1 {
    font-size: 31px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 11px;
}
ul.menu, ol.menu, ul.blank, .our-member .respl-item .info-member ul, .why-list {
    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;
}
img {
    max-width: 100%;
}
.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: #444;
}
a:hover {
    color: #f57d20;
    text-decoration: none;
}
a, a:visited, a:active, a:link, a:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
.input-group-btn > .btn {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
ol {
    counter-reset: item;
    padding: 0 0 0 15px;
}
sup {
    color: #f00;
    font-size: 100%;
    top: -4px;
}
.list-inline {
    display: inline-block;
    margin: 0;
}
.clearfix {
    clear: both;
}
.img-thumbnail.pull-left {
    margin-right: 30px;
}
.img-thumbnail.pull-right {
    margin-left: 30px;
}
.margin-zero {
    margin: 0;
}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-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 0px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .form-control, select {
    border-radius: 3px;
    background-color: #fff;
    border: none;
    color: #3d3d3d;
    padding: 9px;
    font-size: 12px;
    font-size: 1.2rem;
    box-shadow: none !important;
    transition: all 0.3s ease;
    border: 1px dotted #000;
}
input#input-captcha {
    margin-bottom: 15px;
}
textarea:focus, textarea:hover, input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, input[type="datetime"]:focus, input[type="datetime"]:hover, input[type="datetime-local"]:focus, input[type="datetime-local"]:hover, input[type="date"]:focus, input[type="date"]:hover, input[type="month"]:focus, input[type="month"]:hover, input[type="time"]:focus, input[type="time"]:hover, input[type="week"]:focus, input[type="week"]:hover, input[type="number"]:focus, input[type="number"]:hover, input[type="email"]:focus, input[type="email"]:hover, input[type="url"]:focus, input[type="url"]:hover, input[type="search"]:focus, input[type="search"]:hover, input[type="tel"]:focus, input[type="tel"]:hover, input[type="color"]:focus, input[type="color"]:hover, .uneditable-input:focus, .uneditable-input:hover {
    outline: 0;
    outline: thin dotted \9;
    background-color: #fff;
    border: 1px solid #000;
}
textarea {
    max-width: 100%;
}
.form-control {
    height: 38px;
}
#wrapper .dropdown-menu {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.2s ease-out;
    margin-top: 20px;
}
@media (min-width: 1200px) {
    #wrapper .dropdown-menu:after {
        content: '';
        border: 10px solid #ccc;
        position: absolute;
        z-index: 3;
        top: -20px;
        left: 49px;
        border-color: transparent transparent #fff transparent;
    }
}
#wrapper .open > .dropdown-menu {
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.dropdown-menu {
    background: #fff;
    font-size: 12px;
    padding: 5px 0;
    margin-top: 0;
    border-radius: 0px;
    border: none;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
#cart .dropdown-menu:after {
    left: auto;
    right: 49px;
    border-bottom: 10px solid #666;
}
.dropdown-menu > li > a {
    padding: 5px 10px;
    color: #555;
}
.dropdown-menu > li > a:hover {
    color: #f57d20;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: #f7f7f7;
}
.nav-header {
    color: #667280;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.button, .btn {
    padding: 9px 12px;
    color: #fff;
    text-transform: capitalize;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.button:hover, .btn:hover {
    background: #f57d20;
    border-color: #f57d20;
    color: #fff;
    border-radius: 5;
}
.btn-warning {
    background: #f0ad4e;
}
.btn-success {
    background: #5cb85c;
}
.btn-info {
    background: #f57d20;
}
.btn-primary {
    background: #f57d20;
    border-radius: 0;
}
.btn-primary:hover {
    background: #471401;
}
.btn-danger {
    background: #d9534f;
}
.button .fa, .btn .fa {
    margin: 0 5px;
}
.button.inverse, .btn.inverse {
    background-color: #555;
}
.button.inverse:hover, .btn.inverse:hover {
    background-color: #f57d20;
}
.button-continue-shopping {
    display: block;
    float: left;
}
.button-checkout {
    display: block;
    float: right;
}
.btn-inline {
    display: inline-block;
}
.table thead > tr > th {
    background: #eee;
}
table.std th, table.std td {
    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: bold;
    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 > * {
    background-color: rgba(51, 51, 51, 0.1);
    font-weight: bold;
}
.pagination > li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
}
.pagination > li span, .pagination > li a {
    padding: 3px 8px;
}
.pagination > li a:hover, .pagination > li span:hover {
    color: #fff;
    background: #f57d20;
    border-color: #f57d20;
}
.pagination > li.active, .pagination > li:hover {
    background: transparent;
    border-color: #f57d20;
}
.pagination > li.active span, .pagination > li:hover span {
    color: #f57d20;
    background: transparent;
    border-color: #f57d20;
}
.pagination > li.active span:hover, .pagination > li:hover span:hover {
    background: #f57d20;
    border-color: #f57d20;
}
.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;
}
#map-canvas {
    border: 5px solid #f3f3f3;
}
.info-contact {
    padding-top: 30px;
}
.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;
}
.contact-form legend {
    border: none;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.title-about-us {
    background: url("../../images/bg-title-about.png") repeat-x left 12px;
    margin-bottom: 17px;
}
.title-about-us h2 {
    background: #fff;
    display: inline-block;
    font-size: 22px;
    padding: 0 25px 6px 0;
    font-weight: 300;
    color: #333;
}
.welcome-about-us .image-about-us {
    float: left;
    width: 270px;
    padding-top: 6px;
}
.welcome-about-us img:hover {
    opacity: 0.7;
}
.welcome-about-us .des-about-us {
    margin-left: 300px;
    line-height: 18px;
}
.our-member {
    clear: both;
    padding-top: 30px;
}
.our-member img:hover {
    opacity: 0.7;
}
.our-member .title-about-us {
    background: url("../../images/bg-title-about.png") repeat-x left 12px;
    margin-bottom: 17px;
    text-align: center;
}
.our-member .title-about-us h2 {
    padding: 0 15px 6px 15px;
    font-size: 22px;
    font-weight: 300;
    color: #333;
}
.our-member .short-des {
    text-align: center;
    color: #909090;
    margin-bottom: 35px;
}
.our-member .overflow-owl-slider {
    padding-top: 50px;
}
.our-member .respl-item {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.our-member .respl-item .item-inner {
    padding: 20px;
    display: inline-block;
}
.our-member .respl-item .w-image-box {
    float: left;
    overflow: hidden;
}
.our-member .respl-item .info-member {
    text-align: left;
    margin-left: 185px;
}
.our-member .respl-item .info-member li {
    float: left;
}
.our-member .respl-item .info-member li .fa {
    width: 29px;
    height: 29px;
    border: 1px solid #999;
    line-height: 27px;
    text-align: center;
    color: #999;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
}
.our-member .respl-item .info-member li .fa:hover {
    color: #f57d20;
    border-color: #f57d20;
}
.our-member .respl-item .info-member li .fa-f:before {
    content: "\f09a";
    font-family: FontAwesome;
}
.our-member .respl-item .info-member li .fa-t:before {
    content: "\f099";
    font-family: FontAwesome;
}
.our-member .respl-item .info-member li .fa-s:before {
    content: "\f17e";
    font-family: FontAwesome;
}
.our-member .respl-item .info-member li .fa-g:before {
    content: "\f0d5";
    font-family: FontAwesome;
}
.our-member .respl-item .info-member .cl-name > a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444 !important;
}
.our-member .respl-item .info-member .cl-name > a:hover {
    color: #f57d20 !important;
}
.our-member .respl-item .info-member .cl-job {
    padding: 5px 0px;
    text-transform: uppercase;
}
.our-member .respl-item .info-member .cl-des {
    color: #909090;
    margin-bottom: 15px;
}
.why-list li {
    position: relative;
    padding-left: 29px;
}
.why-list li:before {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url("../../images/icon-whylist.png");
}
.why-list li a {
    display: block;
    padding: 5px 0 7px;
    background-image: url("../../images/border-bottom-bs.png") repeat-x left bottom;
}
.why-list li:last-child > a {
    background: none;
}
.happy-about-us {
    clear: both;
    padding-top: 10px;
}
.happy-about-us .happy-ab {
    border: 1px solid #e9e9e9;
    padding: 33px 8px 20px;
}
.happy-about-us .happy-ab .title-happy-about {
    background: #fff;
    display: inline-block;
    left: 20px;
    padding: 5px 10px;
    position: absolute;
    top: -5px;
}
.happy-about-us .happy-ab .title-happy-about h2 {
    font-size: 20px;
    position: relative;
    top: -2px;
    color: #444;
}
.happy-about-us .happy-ab .ct-why {
    padding: 0 10px 0 25px;
    position: relative;
}
.happy-about-us .happy-ab .ct-why .client-say {
    font-size: 107.69%;
    color: #909090;
    margin-bottom: 10px;
}
.happy-about-us .happy-ab .ct-why .client-info-about {
    color: #000;
}
.happy-about-us .happy-ab .ct-why .client-info-about .name {
    font-size: 18px;
    color: #f57d20;
}
.happy-about-us .owl2-controls {
    background: #fff;
    padding: 0 5px;
    position: absolute;
    right: 2px;
    top: -47px;
}
.happy-about-us .owl2-controls .owl2-prev, .happy-about-us .owl2-controls .owl2-next {
    border: none;
    display: inline-block;
    width: 26px !important;
    height: 26px !important;
    background-position: left top;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent !important;
    top: 0px;
    margin: 0 3px;
    position: relative;
}
.happy-about-us .owl2-controls .owl2-prev {
    background-image: url("../../images/btn-prev-hp.png") !important;
    margin-right: 3px;
    right: 0px !important;
    left: inherit !important;
}
.happy-about-us .owl2-controls .owl2-nav {
    width: 68px;
    display: inline-block;
    height: 26px;
    background: #fff;
}
.happy-about-us .owl2-controls .owl2-next {
    background-image: url("../../images/btn-next-hp.png") !important;
    right: 0px !important;
}
.happy-about-us .item > div:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 12px;
    left: 0px;
    top: 6px;
}
.happy-about-us .owl2-dots {
    display: none !important;
}
.button- > a {
    margin: 0 10px;
}
.full-breadcrumb {
    position: relative;
    padding: 100px 0 49px;
    text-align: center;
    text-transform: uppercase;
    background: url("../../bg/41.png") repeat fixed;
    margin-bottom: 40px;
    min-height: 250px;
    color: #6f6969;
}
@media (min-width: 1200px) {
    .full-breadcrumb {
        padding: 20px 0 1px;
        min-height: 40px;
        margin-top: 0px;
    }
}
.full-breadcrumb .title-breadcrumb b {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 17px;
    display: block;
}
.full-breadcrumb .title-breadcrumb mark {
    font-size: 25px;
    background: none;
}
@media (min-width: 991px) {
    .full-breadcrumb .title-breadcrumb mark {
        font-size: 25px;
        background: none;
    }
    .content-bottom .mod-content.box-category,.content-bottom .modtitle,.content-bottom .module.icon-style,.content-bottom .filter.panel.panel-default{
        display:none
    }
}
.full-breadcrumb .breadcrumb {
    background: none;
    border-radius: 0;
    display: block;
    padding: 0;
}
.full-breadcrumb .breadcrumb li {
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    padding: 0 5px 0 18px;
}
.full-breadcrumb .breadcrumb li:first-child {
    padding: 0 5px 0 0px;
}
.full-breadcrumb .breadcrumb li a {
    color: #5f5252;
}
.full-breadcrumb .breadcrumb li + li:before {
    color: #5f5252;
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: 0;
}
.full-breadcrumb .breadcrumb li + li:hover a {
    color: #f57d20;
}
.product-compare .overflow_auto {
    overflow-x: auto;
}
.rtl .full-breadcrumb .breadcrumb li + li:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.so_filter_wrap_block .so_filter_wrap.block-shopby {
    border: none;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent {
    border: 1px solid #ddd;
    margin-top: -2px;
    background: #fff;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-heading {
    padding: 0;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-heading .so-filter-heading-text {
    text-transform: uppercase;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-heading .so-filter-heading-text {
    float: left;
    padding: 15px 0 0px;
    color: #444;
    font-weight: 700;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container {
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container span.fa.fa-square-o {
    display: none;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option label {
    font-size: 12px;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .option-count.opt_close {
    background: #f57d20;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .opt-select {
    border: none;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option:hover .option-input:before {
    background-color: transparent;
    border: 2px solid #999;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input:before {
    margin-top: -7px !important;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input .fa-check-square-o {
    display: none;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option.opt_active .option-input:before, .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option.opt_active .so-filter-option-sub:before {
    background-color: transparent;
    border: 2px solid #999;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input, .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option-sub {
    position: relative;
    padding-left: 14px;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input:before, .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option-sub:before {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    background-color: #999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input:hover:before, .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option-sub:hover:before {
    background-color: transparent;
    border: 2px solid #999;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option .option-input .fa-check-square-o, .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container .so-filter-option-sub .fa-check-square-o {
    display: none;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent #btn_resetAll {
    padding: 10px 20px !important;
    border-radius: 0;
    background: #f57d20 !important;
    color: #fff !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent #btn_resetAll:hover {
    background: rgba(121, 34, 2, .8) !important;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent li.so-filter-options {
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: #ddd 1px dotted;
    margin-bottom: 7px;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price {
    text-align: left;
    padding: 0;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-content-opts-container ul li {
    float: left;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-horizontal .noUi-handle.noUi-handle-lower {
    left: 0;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: 14px;
    left: initial;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_scroll {
    margin: 20px 0;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max {
    display: block;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby {
    min-width: 60px;
    width: 49%;
    overflow: hidden;
    padding: 0 5px;
    display: inline-block;
    float: left;
    border: 1px solid #ddd;
    display: inline-block;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby.txt-price-shopby-fisrt {
    margin-right: 2%;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span {
    display: table-cell;
    vertical-align: middle;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .txt-price-shopby span.text-current {
    position: relative;
    top: 1px;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .input_max, .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .so-filter-option.so-filter-price .content_min_max .input_min {
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    background: #fff;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-handle {
    background: #471401;
    box-shadow: none;
    border: none;
    width: 14px;
    height: 14px;
    border-radius: 100%;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-handle:before, .so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-handle:after {
    display: none;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-connect {
    box-shadow: none;
    height: 4px;
    background: #f57d20;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-background {
    background: #ddd;
    box-shadow: none;
    height: 4px;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-horizontal .noUi-handle-upper {
    right: 14px;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-target {
    border: none;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent .noUi-background {
    background: #ddd;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent #btn_resetAll {
    padding: 20px 20px 25px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.so_filter_wrap_block .so_filter_wrap.block-shopby .modcontent #btn_resetAll .fa.fa-times {
    color: #f57d20;
}
.products-list {
}
.products-list .product-layout .left-block {
    overflow: hidden;
}
.products-list .product-layout .left-block .product-image-container {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 0px;
}
.products-list .product-layout .left-block .product-image-container img {
    background-color: #f4f4f4;
}
.product-image-container.so-quickview:hover {
    opacity: 0.7;
}
.products-list .product-layout .left-block .product-image-container.second_img .img_0 {
    position: absolute;
    z-index: 8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0;
    opacity: 0;
}
.products-list .product-layout .left-block .countdown_box {
    width: 100%;
    position: absolute;
    top: 40%;
    transition: 0.3s all ease 0s;
    transform: scale(1);
}
.products-list .product-layout .caption h4 a {
    font-size: 15px;
    margin: 10px 0 4px;
    font-weight: bold;
    color: #444;
}
.products-list .product-layout .caption h4 a:hover {
    color: #f57d20;
}
.products-list.grid .product-layout .product-item-container {
    margin: 15px 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #FF5722;
    border-radius: 10px;
}
.products-list.grid .product-layout .product-item-container .left-block {
    position: relative;
    width: 100%;
}
.products-list.grid .product-layout .product-item-container .left-block .quickview {
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    line-height: 40px;
    position: absolute;
    background-color: #f57d20;
    color: #fff;
    top: 30%;
    margin-top: -20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    margin-left: -20px;
    left: 50%;
}
.products-list.grid .product-layout .product-item-container .right-block {
    text-align: center;
}
.products-list.grid .product-layout .product-item-container .right-block .caption h4 {
    margin-bottom: 6px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}
.products-list.grid .product-layout .product-item-container .right-block .caption a {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    text-overflow: ellipsis;
}
.products-list.grid .product-layout .product-item-container .right-block .caption .price {
    margin-bottom: 3px;
}
.products-list.grid .product-layout .product-item-container .right-block .caption:hover a {
    color: #f57d20;
}
.products-list.grid .product-layout .product-item-container:hover .left-block .countdown_box {
    transform: scale(0);
}
.products-list.grid .product-layout .product-item-container:hover .left-block .product-image-container.second_img .img_0 {
    top: 0;
    opacity: 1;
    z-index: 0;
}
.products-list.grid .product-layout .product-item-container:hover .left-block .quickview {
    opacity: 1;
    top: 50%;
}
.products-list.grid .product-layout .product-item-container:hover .bottom-group .btn-button.addToCart {
    transform: translateY(-50%);
}
.products-list.grid .product-layout .product-item-container:hover .right-block .caption a {
    color: #f57d20;
}
.products-list.grid .product-layout .bottom-group {
    border-top: 1px dotted #2f1c35;
    margin-top: 19px;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 45px;
}
.products-list.grid .product-layout .bottom-group .btn-button {
    font-size: 13px;
    color: #999;
    background: none;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    padding: 0;
    line-height: 45px;
    display: inline-block;
    width: 62%;
    position: relative;
    vertical-align: middle;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.products-list.grid .product-layout .bottom-group .btn-button:hover {
    color: #dd4213 !important;
    background: #f57d20;
}
.products-list.grid .product-layout .bottom-group .btn-button.wishlist {
    width: 19%;
}
.products-list.grid .product-layout .bottom-group .btn-button.compare {
    width: 19%;
    background: #fffee5;
}
.products-list.grid .product-layout .bottom-group .btn-button.addToCart {
    color: #dd3a09;
    font-weight: bold;
    font-size: 12px;
    background: #ffffff;
    border-left: 1px solid #c0b8b8;
    border-right: 1px solid #c0b8b8;
}
.products-list.grid .product-layout .bottom-group .btn-button.addToCart span {
    background: #ffffff;
    width: 100%;
    height: 45px;
    display: block;
    color: #f57d20;
}
.products-list.grid .product-layout .bottom-group .btn-button.addToCart:before {
    content: attr(data-original-title);
    display: block;
    width: 100%;
    height: 45px;
}
.products-list.list .product-layout .second_img .img_0 {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
.products-list.list .product-layout .product-item-container {
    float: left;
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
}
.products-list.list .product-layout .product-item-container .left-block {
    padding: 0;
}
.products-list.list .product-layout .product-item-container .left-block .quickview {
    top: 10%;
    opacity: 0;
    display: none;
    text-align: center;
    position: absolute;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #ddd;
    margin-left: -20px;
    left: 50%;
    z-index: 99;
}
.products-list.list .product-layout .product-item-container .left-block .quickview:hover {
    border-color: #f57d20;
    background: #f57d20;
    color: #fff;
}
.products-list.list .product-layout .product-item-container .left-block .countdown_box {
    padding: 10px;
}
.products-list.list .product-layout .product-item-container .right-block {
    color: #444;
    padding-top: 25px;
}
.products-list.list .product-layout .product-item-container .right-block .caption h4 {
    margin-top: 0;
    margin-bottom: 6px;
}
.products-list.list .product-layout .product-item-container .right-block .caption h4 a {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.products-list.list .product-layout .product-item-container .right-block .caption h4:hover a {
    color: #f57d20;
}
.products-list.list .product-layout .product-item-container .right-block .ratings {
    margin-top: 10px;
}
.products-list.list .product-layout .product-item-container .right-block .price {
    margin-bottom: 15px;
}
.products-list.list .product-layout .product-item-container .right-block .description {
    color: #666;
    margin: 5px 0 10px;
}
.products-list.list .product-layout .product-item-container .button-group {
    padding-left: 0;
    padding-bottom: 30px;
}
.products-list.list .product-layout .product-item-container .button-group .addToCart {
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background: #dd3a09;
    border: none;
    padding: 0 29px;
    font-weight: bold;
    position: relative;
    vertical-align: top;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 0 !important;
}
.products-list.list .product-layout .product-item-container .button-group .addToCart:hover {
    background: rgba(121, 34, 2, .5);
    color: #fff !important;
}
.products-list.list .product-layout .product-item-container .button-group .btn-button {
    height: 45px;
    width: 47px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ddd;
    color: #999;
    font-size: 13px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 5px;
}
.products-list.list .product-layout .product-item-container .button-group .btn-button:hover {
    background: #f57d20;
    color: #fff;
    border-color: #f57d20;
}
.products-list.list .product-layout .product-item-container:hover .left-block {
    cursor: pointer;
}
.products-list.list .product-layout .product-item-container:hover .left-block .quickview {
    top: 40%;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    color: #545454;
    border-color: #fff;
}
.products-list.list .product-layout .product-item-container:hover .left-block .quickview:hover {
    background: #f57d20;
    border-color: #f57d20;
    color: #fff;
}
.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;
    left: 50%;
    transform: translate(-50%, 0);
}
.table-responsive {
    direction: ltr;
}
.box-label .label-product {
    position: absolute;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    z-index: 3;
    border-radius: 4px;
    line-height: normal;
    min-height: 0;
    font-weight: bold;
    transform: rotate(90deg);
}
.box-label .label-product.label-sale {
    background-color: #ff5722;
    left: -11%;
    top: 205px;
    transform: rotate(270deg);
}
.box-label .label-product.label-sale:after {
    content: '';
    position: absolute;
    bottom: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 6px solid #ff5722;
    right: 0;
    opacity: 0;
}
.box-label .label-product.label-new {
    background-color: #f57d20;
    right: -34px;
    top: 70px;
}
.box-label .label-product.label-new:after {
    content: '';
    position: absolute;
    bottom: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 6px solid #f57d20;
    left: 0;
    opacity: 0;
}
.product-filter-bottom .short-by-show {
    padding-top: 4px;
    padding-bottom: 2px;
}
.label-percent {
    padding: 1px 3px;
    background: #f57d20;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.product-options label {
    padding: 0;
    color: #666;
}
.product-options .label {
    font-weight: normal;
    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;
    left: 0;
    z-index: 2;
    width: 22px;
    height: 22px;
    color: white;
    line-height: 22px;
    text-align: center;
}
.ratings {
    font-size: 13px;
    margin: 0 0 5px;
}
.ratings span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #999;
}
.ratings span.fa-stack .fa-star.fa-stack-1x {
    position: relative;
    z-index: 1;
}
.ratings span.fa-stack .fa-star.fa-stack-1x:before {
    content: "\f005";
    color: #ffae00;
}
span.fa-stack {
    width: 14px;
    height: 14px;
    line-height: 14px;
}
span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #999;
}
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: #ffae00;
}
.price {
    margin: 0 0 10px 0;
    line-height: 24px;
}
.price .price-old {
    font-size: 12px;
    line-height: 20px;
    padding: 2px 5px;
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-weight: 600;
}
.price .price-new, .price span.price {
    color: #dd3a09;
    font-size: 20px;
    font-weight: 700;
}
.countdown_box {
    text-align: center;
}
.countdown_box .countdown_inner {
    display: table;
    background: #666;
    margin: 0 auto;
}
.countdown_box .title {
    display: none;
}
.countdown_box .time-item {
    padding-top: 5px;
    display: table-cell;
    color: #fff;
    font-size: 12px;
    border-right: 1px solid #888;
}
.countdown_box .time-item .num-time {
    font-size: 14px;
    font-weight: 700;
}
.countdown_box .time-item .num-time, .countdown_box .time-item .name-time {
    padding: 1px 10px;
}
.countdown_box .time-item:last-child {
    border: none;
}
.bottom_buttons .btn {
    padding: 0;
    text-transform: capitalize;
}
.deals_module_wrapper {
    margin-bottom: 40px;
    padding-bottom: 20px;
    background: #fff;
    border: 1px solid #ddd;
}
.deals_module_wrapper .box-label .label-product.label-sale {
    left: 25px;
}
.deals_module_wrapper:hover .owl2-controls .owl2-nav {
    opacity: 1;
}
.deals_module_wrapper:hover .owl2-controls .owl2-nav > div.owl2-prev {
    left: -1px;
}
.deals_module_wrapper:hover .owl2-controls .owl2-nav > div.owl2-next {
    right: -1px;
}
.deals_module_wrapper .owl2-controls .owl2-nav {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.deals_module_wrapper .owl2-controls .owl2-nav > div {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    border: 1px solid #ddd;
    background: #fff;
}
.deals_module_wrapper .owl2-controls .owl2-nav > div:hover {
    background: #f57d20;
    color: #fff;
    border-color: #f57d20;
}
.deals_module_wrapper .owl2-controls .owl2-nav > div.owl2-prev {
    left: 15px;
}
.deals_module_wrapper .owl2-controls .owl2-nav > div.owl2-next {
    right: 15px;
}
.deals_module_wrapper .caption {
    margin-top: 10px;
}
.deals_module_wrapper .btn.btn-default {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    background: #666;
    color: #fff;
    border-color: #666;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.deals_module_wrapper .btn.btn-default:hover {
    background: #f57d20;
    border-color: #f57d20;
}
.deals_module_wrapper h2.title-product {
    margin-top: 9px;
    font-size: 22px;
}
.deals_module_wrapper .label-percent {
    position: absolute;
    top: 20px;
    z-index: 5;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 0;
    left: 38px;
    display: none;
}
.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 .short_description {
    margin: 15px 0;
}
.deals_module_wrapper .extended_offer {
    width: 100%;
    display: table;
}
.deals_module_wrapper .extended_offer .price-save, .deals_module_wrapper .extended_offer .price-sale, .deals_module_wrapper .extended_offer .price-old {
    display: table-cell;
    background: #f8f8f8;
    padding: 14px 18px 10px;
    border-right: 2px solid #fff;
}
.deals_module_wrapper .extended_offer .price-save {
    color: #ff4557;
}
.deals_module_wrapper .extended_offer .price-sale {
    color: #018bc8;
}
.deals_module_wrapper .extended_offer .price-old {
    color: #b2b2b2;
}
.deals_module_wrapper .extended_offer .amount {
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.products-category .filter_group {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.products-category .img-cate {
    margin: 0 0 20px;
}
.products-category .refine-search, .products-category .thumbnail {
    background: transparent;
    margin-bottom: 10px;
}
.products-category .refine-search.form-group, .products-category .category-info.form-group {
    margin: 0;
}
.products-category .refine-search.form-group p, .products-category .category-info.form-group p {
    margin: 0;
}
.products-category .refine-search.form-group p img, .products-category .category-info.form-group p img {
    margin-bottom: 5px;
}
h2.title-category {
    margin: 0 0 15px;
}
.product-filter-bottom.filters-panel {
    color: #040;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
}
.filters-panel {
    color: #040;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
}
.filters-panel .list-view {
    text-align: left;
}
.filters-panel .list-view button.btn.grid {
    margin-right: -3px;
}
.filters-panel .list-view button.btn {
    border-radius: 0;
    padding: 4px 8px 3px;
    background: #666;
    border: #666;
    color: #fff;
    height: 30px;
    width: 30px;
}
.filters-panel .list-view button.btn.active {
    background: #dd3a09;
    color: #fff;
    border-color: #dd3a09;
    box-shadow: none;
}
.filters-panel .list-view button.btn.active:hover {
    background: #f57d20;
    color: #fff;
}
.filters-panel .list-view button.btn:hover {
    color: #fff;
    background: #f57d20;
    border-color: #f57d20;
}
.filters-panel .list-view button.btn:focus {
    border-radius: 0;
    border-color: #f57d20;
    outline: none;
}
.filters-panel .list-view .fa {
    font-size: 14px;
    margin: 0;
}
.filters-panel.product-filter-bottom {
    margin-top: 15px;
}
.filters-panel .box-pagination ul {
    height: 28px;
    line-height: 28px;
    margin: 0;
}
.filters-panel select {
    border-radius: 0;
}
.box-pagination .pagination > li span, .box-pagination .pagination > li a {
    padding: 0;
    width: 27px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}
.box-pagination .pagination {
    display: block;
}
.product-compare a {
    color: #444;
    padding: 0;
    font-size: 12px;
}
.form-inline .control-label {
    font-weight: normal;
}
.short-by-show .form-group {
    margin-right: 10px;
}
.short-by-show .form-group .form-control {
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #efefef;
    background: #fff;
    padding-right: 0;
    box-shadow: none;
}
.short-by-show .form-group.shortby select {
    width: 100px;
}
.short-by-show .form-group.short-by {
    float: left;
    padding-right: 10px;
}
.grid .product-layout.col-md-12 .second_img .img_0, .grid .product-layout.col-md-4 .second_img .img_0 {
    left: calc(50% - 125px);
}
.so-extraslider .extraslider-inner .item-wrap img, .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner .lt-image img {
    background-color: #f4f4f4;
}
.product-list .box-label .label-product.label-new {
    right: 20px;
}
.product-list .box-label .label-product.label-sale {
    left: 20px;
}
div.list-masonry .product-layout .img-responsive {
    margin-bottom: 10px;
}
.so_filter_shop_by_item_title i {
    float: right !important;
}
.zoomContainer {
    z-index: 1;
}
.product-view .flexslider-thumb.not_full_slider {
    padding: 0;
    margin-bottom: 30px;
}
.product_page_price {
    margin-bottom: 20px;
}
.product_page_price .price-new {
    font-size: 28px;
}
.product_page_price .price-old {
    vertical-align: top;
}
.product_page_price .price-tax {
    margin-bottom: 10px;
}
.product-detail .price .price-old {
    font-size: 20px;
}
.product-detail .countdown_box .countdown_inner {
    margin: 0;
    color: #fff;
}
.product-detail .countdown_box .countdown_inner .title {
    padding: 15px 5px !important;
}
.product-detail #product .share {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin: 0;
}
.product-detail .producttab {
    clear: both;
    overflow: hidden;
}
#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;
}
.product-view .content-product-left.class-honizol .full_slider, .product-view .content-product-left.class-honizol .not_full_slider {
    padding: 0 30px;
}
.product-view {
    margin-bottom: 30px;
}
.product-view .content-product-left .large-image {
    cursor: pointer;
    display: block;
    padding: 1px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}
.product-view .content-product-left .large-image .box-label {
    left: 15px;
}
.product-view .content-product-left .thumb-video {
    bottom: 10px;
    position: absolute;
    z-index: 950;
    font-size: 32px;
    right: 20px;
}
.product-view .content-product-left .full_slider, .product-view .content-product-left .not_full_slider {
    margin-top: 10px;
}
.product-view .content-product-left .full_slider .thumbnail, .product-view .content-product-left .not_full_slider .thumbnail {
    border-radius: 0;
    margin-bottom: 0;
}
.product-view .content-product-left .full_slider .thumbnail:hover, .product-view .content-product-left .not_full_slider .thumbnail:hover {
    border-color: #f57d20;
}
.product-view .content-product-left .full_slider .thumbnail.active, .product-view .content-product-left .not_full_slider .thumbnail.active {
    border-color: #f57d20;
}
.product-view .content-product-left .full_slider .owl2-nav div, .product-view .content-product-left .not_full_slider .owl2-nav div {
    display: block;
    width: 30px;
    text-align: center;
    background: #999 !important;
    border-color: #999;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    transition: 0.2s;
    position: absolute;
    height: 30px;
    top: 50%;
}
.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: 0px;
    float: left;
}
.product-view .content-product-left .full_slider .owl2-nav div.owl2-prev:hover, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev:hover {
    background-color: #f57d20 !important;
    opacity: 1;
    border-color: #f57d20;
}
.product-view .content-product-left .full_slider .owl2-nav div.owl2-prev.disabled, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev.disabled {
    display: none;
}
.product-view .content-product-left .full_slider .owl2-nav div.owl2-prev:before, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-prev:before {
    content: '\f104';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
}
.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;
    float: right;
}
.product-view .content-product-left .full_slider .owl2-nav div.owl2-next:hover, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next:hover {
    background-color: #f57d20 !important;
    opacity: 1;
    border-color: #f57d20;
}
.product-view .content-product-left .full_slider .owl2-nav div.owl2-next.disabled, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next.disabled {
    display: none;
}
.product-view .content-product-left .full_slider .owl2-nav div.owl2-next:before, .product-view .content-product-left .not_full_slider .owl2-nav div.owl2-next:before {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
}
.product-view .content-product-right {
    overflow: hidden;
}
.product-view .content-product-right .title-product h1 {
    font-size: 24px;
    color: #333;
    padding-top: 5px;
}
.product-view .content-product-right .box-review {
    margin-bottom: 20px;
}
.product-view .content-product-right .box-review .ratings {
    display: inline-block;
    margin: 0 10px 0 0;
}
@media (min-width: 992px) {
    .product-view .content-product-right .box-review .reviews_button {
        padding-left: 25px;
    }
}
.product-view .content-product-right .box-review a {
    color: #555;
}
.product-view .content-product-right .box-review a:hover {
    color: #f57d20;
}
.product-view .content-product-right .product-box-desc {
    padding: 10px 0;
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20px 0 30px;
    font-size: 13px;
}
.product-view .content-product-right .product-box-desc span {
    min-width: 150px;
    font-weight: bold;
    display: inline-block;
}
.product-view .content-product-right .short_description {
    display: block;
}
.product-view .content-product-right .countdown_box {
    position: static;
    margin: 0;
    margin-bottom: 20px;
}
.product-view .content-product-right .countdown_box .countdown_inner {
    width: 65%;
}
.product-view .content-product-right .countdown_box .countdown_inner .title {
    padding: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: table-cell;
    vertical-align: top;
}
.product-view .content-product-right h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-view .content-product-right .box-info-product {
    float: left;
    width: 100%;
    margin: 0 -10px 30px;
}
.product-view .content-product-right .box-info-product .quantity .quantity-control {
    float: left;
    margin: 0;
    padding: 0 20px 0 10px;
    position: relative;
    margin-right: 10px;
}
.product-view .content-product-right .box-info-product .quantity .quantity-control label {
    float: left;
    font-weight: 600;
    margin: 0;
    padding-right: 8px;
    line-height: 36px;
    text-transform: uppercase;
}
.product-view .content-product-right .box-info-product .quantity .quantity-control input.form-control {
    float: left;
    height: 46px;
    width: 46px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 0;
    z-index: 0;
    box-shadow: none;
    background: #fff;
}
.product-view .content-product-right .box-info-product .quantity .quantity-control span {
    border-radius: 0;
}
.product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_up {
    background: transparent;
    font-size: 10px;
    padding: 0 4px;
    position: absolute;
    border-bottom: none !important;
    top: 0px;
    width: 23px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #ddd;
    color: #999;
    right: -1px;
}
.product-view .content-product-right .box-info-product .quantity .quantity-control span.product_quantity_down {
    background: transparent;
    font-size: 10px;
    padding: 0 4px;
    position: absolute;
    border-top: none !important;
    top: 24px;
    width: 23px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ddd;
    color: #999;
    right: -1px;
}
.product-view .content-product-right .box-info-product .quantity .quantity-control span:hover {
    background: #f57d20 !important;
    border-color: #f57d20;
    color: #fff;
}
.product-view .content-product-right .box-info-product .cart {
    overflow: hidden;
    float: left;
    margin-right: 7px;
}
.product-view .content-product-right .box-info-product .cart a {
    font-size: 12px;
    font-weight: bold;
    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 {
    background: #dd3a09;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 24px;
    height: 45px;
}
.product-view .content-product-right .box-info-product .cart input:hover {
    background: #f57d20;
}
.product-view .content-product-right .box-info-product .add-to-links {
    display: inline-block;
}
.product-view .content-product-right .box-info-product .add-to-links li {
    display: inline-block;
}
.product-view .content-product-right .box-info-product .add-to-links li.wishlist a {
    margin-right: 2px;
}
.product-view .content-product-right .box-info-product .add-to-links ul li a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    margin: 0px 3px 0px;
    color: #999;
    height: 45px;
    border-radius: 0;
    border: 1px solid #ddd;
    cursor: pointer;
    vertical-align: middle;
    transition: 0.3s all ease 0s;
    position: relative;
    float: left;
}
.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 {
    border-color: #f57d20;
    color: #f57d20;
}
.releate-horizontal .releate-products {
    border: 1px solid #ddd;
    background: #fff;
    padding: 0px 10px 30px;
}
.releate-horizontal .item-element {
    margin-top: 20px;
}
.releate-horizontal .item-element .image {
    float: left;
    width: 100px;
    border: 1px solid #ddd;
}
.releate-horizontal .item-element .caption {
    margin-left: 120px;
}
.releate-horizontal .owl2-controls {
    display: none;
}
#product {
    margin-top: 30px;
}
#product div.required .control-label:before {
    content: '* ';
    color: #f00;
    font-weight: bold;
}
#product .image_option_type .product-options {
    display: inline-block;
}
#product .control-label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
}
#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 0px;
    padding: 0px;
}
#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: #f3f4f6;
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 5px 10px;
}
#product .radio-type-button .option-content-box.active, #product .radio-type-button .option-content-box.active:hover {
    background: #666;
    color: white;
}
#product .radio-type-button .option-content-box:hover {
    background: #dadada;
}
#product .radio-type-button .option-content-box .img-thumbnail {
    border-radius: 0;
    width: 30px;
}
#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;
    min-width: 80px;
}
#product .box-date input {
    width: 200px;
}
#product .box-date input, #product .box-date button {
    border-radius: 0;
    position: relative;
    z-index: 0;
    margin-left: 0;
}
#product .box-date .input-group-btn {
    float: left;
}
#product .box-date button {
    background: #471401;
}
#product .box-date button:hover {
    background: #f57d20;
    color: #fff;
}
#product .icheckbox.checked:before, #product .iradio.checked:before {
    background-color: #f57d20;
    border-color: #f57d20;
}
.thumb-vertical-outer {
    width: 92px;
    position: relative;
    float: left;
    padding: 20px 0;
    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: 40px;
    line-height: 20px;
    color: #f57d20;
    background: transparent;
    text-align: center;
    position: absolute;
    font-size: 18px;
    cursor: pointer;
    margin-left: -20px;
    left: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.thumb-vertical-outer .btn-more:hover {
    color: rgba(121, 34, 2, .8);
}
.thumb-vertical-outer .btn-more.prev-thumb {
    top: 0;
}
.thumb-vertical-outer .btn-more.next-thumb {
    bottom: 0;
}
.thumb-vertical-outer .prev {
    margin-bottom: 5px;
}
.thumb-vertical-outer .prev, .thumb-vertical-outer .next {
    cursor: pointer;
}
.thumb-vertical-outer .prev.disabled, .thumb-vertical-outer .next.disabled {
    visibility: hidden;
}
.thumb-vertical-outer .prev .fa, .thumb-vertical-outer .next .fa {
    font-size: 16px;
    display: block;
    text-align: center;
}
.thumb-vertical-outer ul.thumb-vertical {
    padding: 0;
    margin: 0;
    list-style: none;
}
.thumb-vertical-outer ul li {
    cursor: pointer;
    margin-bottom: 10px;
}
.thumb-vertical-outer ul li .thumbnail {
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.thumb-vertical-outer ul li .thumbnail img {
    padding: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
.thumb-vertical-outer ul li .thumbnail:hover {
    border-color: #f57d20;
}
.thumb-vertical-outer ul li .thumbnail.active {
    border-color: #f57d20;
}
.producttab .tabsslider {
    margin-bottom: 30px;
    padding: 0;
}
.producttab .tabsslider .nav-tabs li {
    margin: 0 -1px -1px 0;
    border: 1px solid #ddd;
    list-style: none;
    cursor: pointer;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    background: #fff;
}
.producttab .tabsslider .nav-tabs li a {
    font-weight: 600;
    border: none;
    padding: 0;
    color: #9e9a9a;
    padding: 12px 12px;
    margin: 0;
    border-radius: 0;
    font-size: 90%;
}
.producttab .tabsslider .nav-tabs li.active, .producttab .tabsslider .nav-tabs li:hover {
    border-color: #f57d20;
}
.producttab .tabsslider .nav-tabs li.active a, .producttab .tabsslider .nav-tabs li:hover a {
    color: #fff;
    background: #f57d20;
}
.producttab .tabsslider .tab-content {
    padding: 10px 20px 20px 20px;
    display: block;
    margin: 0;
    border-style: solid;
    margin-top: -1px;
    border-width: 1px;
    border-color: #ddd;
    background: #fff;
}
.producttab .tabsslider.vertical-tabs {
    border: 1px solid #ddd;
    padding: 0;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs {
    border-bottom: medium none;
    margin: 0;
    min-height: 160px;
    padding: 0;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li {
    border: none;
    border-bottom: 1px solid #ddd;
    clear: both;
    position: relative;
    width: 100%;
    display: block;
    border-right: none;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
    border-color: #ddd;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
    background: transparent;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li a {
    border-bottom: 1px solid #ddd;
}
.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: 0;
    left: -1px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 99;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover {
    border-left-color: #f57d20;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover a {
    color: #f57d20;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li:hover:before {
    background-color: #f57d20;
    height: 100%;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active {
    border-left-color: #f57d20;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active:before {
    background-color: #f57d20;
    height: 100%;
}
.producttab .tabsslider.vertical-tabs ul.nav-tabs li.active a {
    background: transparent;
    color: #f57d20;
}
.producttab .tabsslider.vertical-tabs .tab-content {
    border: 0;
    min-height: 200px;
    margin-top: 0;
    border-left: 1px solid #e6e6e6;
}
#product-accordion {
    float: left;
    width: 100%;
    margin-top: 30px;
    border-top: 4px solid #f57d20;
}
#product-accordion .panel {
    padding: 0 20px 0 20px;
    border-bottom: 0;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}
#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: bold;
    margin: 0;
    color: #444;
    width: 100%;
    display: inline-block;
    position: relative;
}
#product-accordion .panel .panel-heading a.title-head.collapsed {
    color: #444;
}
#product-accordion .panel .panel-heading a.title-head.collapsed span.arrow-up:before {
    content: "\f0d8";
}
#product-accordion .panel .panel-heading a.title-head {
    color: #f57d20;
}
#product-accordion .panel .panel-heading a.title-head span.arrow-up:before {
    content: "\f0d7";
}
#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: "\f0d8";
    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: #f57d20;
}
#product-accordion .panel .panel-heading {
    padding-top: 10px;
}
#product-accordion .panel:last-child .panel-heading {
    padding-top: 10px;
    border-bottom: 0;
}
#product-accordion .panel-heading + .panel-collapse > .list-group, #product-accordion .panel-heading + .panel-collapse > .panel-body {
    margin-top: -1px;
    padding: 15px 0;
}
.product-detail .product-view-bg {
    background: #fff;
    width: 100%;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 30px 15px;
}
.product-related-upsell {
    margin-top: 8px;
}
.product-related-upsell .header-title {
    text-align: center;
}
.product-related-upsell .header-title h3.modtitle1 {
    background: transparent;
    padding: 8px 0 4px;
    font-size: 20px;
    color: #444;
    text-transform: uppercase;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 0;
}
.product-related-upsell .header-title h3.modtitle1 span:first-child {
    color: #f57d20;
    font-weight: bold;
}
.product-related-upsell .owl2-controls .owl2-nav div {
    top: 48%;
}
.product-related-upsell .module.block-upsell-home1 {
    margin-top: 23px;
}
.product-related-upsell .module.block-upsell-home1 .so-extraslider {
    position: relative;
    margin: 0;
}
.product-related-upsell .module.block-upsell-home1 .so-extraslider .extraslider-inner {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.product-related-upsell .module.block-upsell-home1 .so-extraslider .owl2-controls .owl2-nav > div {
    overflow: visible;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 20px;
    color: #aaa;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 50%;
    margin-top: -18px;
    position: absolute;
    z-index: 9;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.product-related-upsell .module.block-upsell-home1 .so-extraslider .owl2-controls .owl2-nav > div:hover {
    color: #fff;
    background: #f57d20;
    border-color: #f57d20;
}
.product-related-upsell .module.block-upsell-home1 .products-list.grid .product-layout .product-item-container {
    margin: 7px 0;
}
.related .owl2-controls .owl2-nav div, .block-upsell-home2 .owl2-controls .owl2-nav div, .block-upsell-home1 .owl2-controls .owl2-nav div {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.related .owl2-controls .owl2-nav div.owl2-next, .block-upsell-home2 .owl2-controls .owl2-nav div.owl2-next, .block-upsell-home1 .owl2-controls .owl2-nav div.owl2-next {
    right: 20px;
    display: none !important;
}
.related .owl2-controls .owl2-nav div.owl2-prev, .block-upsell-home2 .owl2-controls .owl2-nav div.owl2-prev, .block-upsell-home1 .owl2-controls .owl2-nav div.owl2-prev {
    left: 20px;
    display: none !important;
}
.related:hover .owl2-controls .owl2-nav div, .block-upsell-home2:hover .owl2-controls .owl2-nav div, .block-upsell-home1:hover .owl2-controls .owl2-nav div {
    opacity: 1;
}
.related:hover .owl2-controls .owl2-nav div.owl2-next, .block-upsell-home2:hover .owl2-controls .owl2-nav div.owl2-next, .block-upsell-home1:hover .owl2-controls .owl2-nav div.owl2-next {
    right: 0px;
}
.related:hover .owl2-controls .owl2-nav div.owl2-prev, .block-upsell-home2:hover .owl2-controls .owl2-nav div.owl2-prev, .block-upsell-home1:hover .owl2-controls .owl2-nav div.owl2-prev {
    left: 0px;
}
#product-quick .box-label .label-product {
    z-index: 6;
}
#product-quick .box-label .label-product.label-sale {
    left: 25px;
}
header {
}
header.typeheader-1 .header-box {
    position: absolute;
    top: 50px;
    z-index: 6;
    width: 100%;
    left: 0;
    right: 0;
}
@media (min-width: 1200px) {
    header.typeheader-1 .header-box.container {
        width: 1170px;
    }
}
header .top-link a,.header-top-right{
    color:#8b4e08;
    font-size: 13px;
}
header .top-link .dropdown-menu a{
    color:#474747
}
header.typeheader-1 .header-box .form-group.top-link {
    display: none;
}
header.typeheader-1 .header-box .block-header {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
}
header.typeheader-1 .header-box .block-header .header-logo {
    position: absolute;
    left: 0;
    top: 0;
}
header.typeheader-1 .header-box .block-header .header-logo .navbar-logo {
    display: inline-block;
    padding: 45px 34px 46px;
    background: rgba(45, 53, 57, 0.9);
}
@media (min-width: 1200px) {
    header.typeheader-1 .header-box .block-header .header-logo .navbar-logo {
        max-width: 266px;
    }
}
@media (min-width: 992px) {
    header.typeheader-1 .header-box .block-header .header-logo .navbar-logo {
        position: relative;
        z-index: 2;
    }
}
header.typeheader-1 .header-box .block-header .header-garenal {
    position: absolute;
    top: 0;
    right: 0;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full {
    float: right;
    margin-right: 120px;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-1 {
    float: left;
    margin-right: 15px;
}
@media (min-width: 1200px) {
    header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-1 {
        margin-right: 30px;
    }
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-1 ul.top-link {
    line-height: 36px;
    position: relative;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-1 ul.top-link li a.top-link-t {
    color: #fff;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-1 ul.top-link li a.top-link-t i.fa {
    padding-right: 5px;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-1 ul.top-link li a.top-link-t:hover {
    color: #f57d20;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 {
    float: left;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 ul.top-link {
    line-height: 36px;
    position: relative;
    color: #fff;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 ul.top-link li {
    padding: 0 5px;
    display: inline-block;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur {
    float: left;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block, header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block {
    display: table-cell;
    line-height: 36px;
    background: #444;
    float: left;
    position: relative;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block a.btn-link, header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block a.btn-link {
    color: #fff;
    font-size: 12px;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block a.btn-link:hover, header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block a.btn-link:hover {
    text-decoration: inherit;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block span, header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block span {
    color: #fff;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .currencies-block span.fa, header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block span.fa {
    margin: 0;
    padding-left: 5px;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block {
    margin-left: 2px;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-lang-cur .languages-block img {
    position: relative;
    top: -1px;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search {
    float: left;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro {
    width: 267px;
    padding: 0;
    margin-left: 2px;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .select_category {
    width: 151px;
    display: none;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .select_category select {
    background: #eee;
    height: 32px;
    line-height: 30px;
    border-radius: 0 !important;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .select_category select option {
    background: #fff;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .autosearch-input.form-control {
    border: none;
    font-size: 12px;
    color: #fff;
    height: 36px;
    background: #444;
    font-weight: normal;
    border-radius: 0;
    padding-left: 17px;
    -webkit-text-fill-color: #fff;
    -webkit-opacity: 1;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .icon-select:after {
    height: 0;
    margin: 0 2px;
    background: #eee;
    font-size: 14px;
    top: -2px;
    right: 0;
    left: auto;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .autosearch-input {
    height: 34px;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .button-search {
    min-width: 40px;
    height: 36px;
    border: none;
    background: #444 !important;
    font-size: 16px;
    position: absolute;
    top: 0;
    z-index: 2;
    border-radius: 0;
    padding: 9px 0;
    right: 0;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .button-search i {
    vertical-align: top;
    color: #fff;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .button-search:hover {
    color: #f57d20;
}
header.typeheader-1 .header-box .block-header .header-garenal .inner-full .inner-2 .box-search #sosearchpro.search-pro .button-search:hover i {
    color: #f57d20;
}
header.typeheader-1 .header-box .block-header .header-navigation {
    padding: 62px 0 22px;
}
header.typeheader-1 .header-box .block-header .header-navigation div.megamenu-wrapper {
    text-align: center;
}
@media (min-width: 1200px) {
    header.typeheader-1 .header-box .block-header .header-navigation div.megamenu-wrapper {
        padding-left: 45px;
    }
}
header.typeheader-1 .header-box .block-header .header-navigation div.megamenu-wrapper ul.megamenu > li {
    float: none;
    display: inline-block;
    text-align: left;
}
header.typeheader-1 .header-box .block-header .header-navigation div.megamenu-wrapper ul.megamenu > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 14px 20px 13px;
    border-radius: 0;
}
header.typeheader-1 .header-box .block-header .header-navigation div.megamenu-wrapper ul.megamenu > li > a strong {
    font-weight: 600;
}
header.typeheader-1 .header-box .block-header .header-navigation ul.megamenu > li > a:hover, header.typeheader-1 .header-box .block-header .header-navigation ul.megamenu > li.active > a, header.typeheader-1 .header-box .block-header .header-navigation ul.megamenu > li.home > a, header.typeheader-1 .header-box .block-header .header-navigation ul.megamenu > li:hover > a {
    background: #f57d20;
}
header.typeheader-1 .header-box .block-header .header-navigation ul.megamenu > li > a img {
    top: -5px;
    position: absolute;
    height: inherit !important;
    right: 0;
}
header.typeheader-1 .header-box .block-header .header-cart {
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
}
header.typeheader-1 .header-box .block-header .header-cart .shopping_cart {
    width: 120px;
    height: 134px;
    background-color: #ff9c00;
}
header.typeheader-1.navbar-compact {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 900;
    left: 0;
    right: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
header.typeheader-1.navbar-compact .header-box {
    top: 0;
}
header.typeheader-1.navbar-compact .header-box .block-header .header-garenal {
    display: none;
}
header.typeheader-1.navbar-compact .header-box .header-logo .navbar-logo {
    padding: 15px 34px;
}
header.typeheader-1.navbar-compact .header-box .block-header .header-navigation div.megamenu-wrapper ul.megamenu > li > a {
    font-size: 12px;
    padding: 7px 20px 6px;
}
header.typeheader-1.navbar-compact .header-box ul.megamenu > li > a img {
    top: -5px;
}
header.typeheader-1.navbar-compact .header-box .header-navigation {
    padding: 19px 0 20px;
}
header.typeheader-1.navbar-compact .header-box .header-cart .shopping_cart {
    height: 75px;
}
header.typeheader-1.navbar-compact .header-box .header-cart .shopping_cart a.top_cart .shopcart {
    padding-top: 5px;
}
header.typeheader-1.navbar-compact .header-box .header-cart .shopping_cart a.top_cart .shopcart i {
    font-size: 16px;
}
header.typeheader-1.navbar-compact .header-box .header-cart .shopping_cart a.top_cart .shopcart .title {
    font-size: 12px;
}
header.typeheader-1.navbar-compact .header-box .header-cart .shopping_cart a.top_cart .shopcart .cart-total-full {
    font-size: 11px;
}
header.typeheader-2 {
    position: relative;
    z-index: 9;
}
header.typeheader-2 .header-top {
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid #c6c1c1;
    line-height: 40px;
    background:#fff
}
header.typeheader-2 .header-top .form-group {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}
header.typeheader-2 .header-top .btn-link {
    font-size: 12px;
    padding-left: 0;
}
header.typeheader-2 .header-top .btn-link:hover {
    text-decoration: none;
}
header.typeheader-2 .header-top .dropdown-menu:after {
    left: 15px !important;
    right: auto !important;
}
header.typeheader-2 .header-top .top-link .account {
    position: relative;
}
header.typeheader-2 .header-top .top-link a span i.fa {
    margin-right: 5px;
}
header.typeheader-2 .header-top .top-link a span:hover {
    color: #bc9903;
}
header.typeheader-2 .header-top .btn {
    padding: 5px 5px;
    color: #5a5454;
}
header.typeheader-2 .header-top .btn:hover {
    background: #c25908;
    color: #ebe6e2;
}
header.typeheader-2 .header-top .languages-block {
    padding-right: 0;
}
header.typeheader-2 .header-top .header-top-right .inner {
    float: right;
}
header.typeheader-2 .header-top .header-top-right .inner .navbar-welcome .live-chat {
    position: relative;
    text-indent: 26px;
    padding-right: 40px;
}
header.typeheader-2 .header-top .header-top-right .inner .navbar-welcome .live-chat:before {
    content: '';
    position: absolute;
    top: 11px;
    height: 17px;
    width: 20px;
    display: inline-block;
    background: url("../../images/icon-toplink.png") no-repeat;
    background-position: 0 0;
    left: 0;
}
header.typeheader-2 .header-top .header-top-right .inner .navbar-welcome a {
    color: #444;
}
header.typeheader-2 .header-top .header-top-right .inner .navbar-welcome a strong {
    font-weight: bold;
    text-transform: uppercase;
}
header.typeheader-2 .header-top .header-top-right .inner .navbar-phone .fa.fa-phone {
    margin-left: 10px;
}
header.typeheader-2 .header-top .header-top-right .inner .navbar-phone .phone-support {
    position: relative;
    text-indent: 26px;
}
header.typeheader-2 .header-top .header-top-right .inner .navbar-phone .phone-support:before {
    content: '';
    position: absolute;
    top: 9px;
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url("../../images/icon-toplink.png") no-repeat;
    background-position: 0 -30px;
    left: 0;
}
header.typeheader-2 .header-top .header-top-right .inner .navbar-phone span {
    font-weight: bold;
}
header.typeheader-2 .header-center .header-center-left .header-logo {
    display: inline-block;
    float: left;
    width: 21%;
    margin-top: 10px;
    margin-bottom: 10px;
}
header.typeheader-2 .header-center .header-center-left .header-search {
    display: inline-block;
    margin-top: 2px;
    width: 79%;
}
.payment{
    margin-left:11px
}
@media (min-width: 1200px) {
    header.typeheader-2 .header-center .header-center-left .header-search {
        padding-left: 4px;
    }
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro {
    float: left;
    padding: 0;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .select_category {
    width: 151px;
    display: none;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .select_category select {
    background: #eee;
    height: 32px;
    line-height: 30px;
    border-radius: 0 !important;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .select_category select option {
    background: #fff;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .form-search {
    background-color: #fff;
    color: #999;
    display: inline-block;
    -webkit-box-shadow: inset 0px 0px 3px 0px #ccc;
    -moz-box-shadow: inset 0px 0px 3px 0px #ccc;
    box-shadow: inset 0px 0px 3px 0px #ccc;
    height: 40px;
    margin-left: 40px;
    margin-top: 30px;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .form-search i {
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    float: left;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .form-search .autosearch-input {
    background: transparent;
    border: none;
    color: #999;
    margin: 0;
    height: 25px;
    margin: 7px 0;
    width: 297px;
    padding: 0 10px;
    float: left;
    border-left: 1px solid #ddd !important;
    padding-left: 10px;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .form-search .button-search {
    background-color: #eaeaeb !important;
    color: #7e7e7e;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-decoration-line: underline;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .form-search .button-search:hover {
    background: #333;
    color: #5f5d5d !important;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .icon-select:after {
    height: 0;
    margin: 0 2px;
    background: #eee;
    font-size: 14px;
    top: -2px;
    right: 0;
    left: auto;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .autosearch-input {
    height: 34px;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .button-search {
    min-width: 40px;
    height: 36px;
    line-height: 36px;
    border: none;
    background: #444 !important;
    font-size: 16px;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .button-search i {
    vertical-align: top;
    color: #fff;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .button-search:hover {
    color: #f57d20;
}
header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .button-search:hover i {
    color: #f57d20;
}
header.typeheader-2 .header-center .header-center-left .header-search .module.html-shipping {
    margin: 0;
    display: inline-block;
}
header.typeheader-2 .header-center .header-center-left .shipping {
    padding: 18px 0 8px 38px;
    float: left;
    margin: 9px 0 0px 50px;
    border-left: 1px solid #ddd;
}
header.typeheader-2 .header-center .header-center-left .shipping:hover i.fa-truck {
    -webkit-animation: passing-reverse 1s linear infinite;
    animation: passing-reverse 1s linear infinite;
}
header.typeheader-2 .header-center .header-center-left .shipping i {
    font-size: 30px;
    color: #f57d20;
    float: left;
    padding-top: 7px;
}
header.typeheader-2 .header-center .header-center-left .shipping .inner {
    color: #999;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    float: left;
    padding-left: 10px;
}
header.typeheader-2 .header-center .header-center-left .shipping .inner p {
    font-style: italic;
    font-size: 18px;
    color: #444;
    line-height: 23px;
    margin: 0;
}
header.typeheader-2 .header-center .header-center-left .shipping .inner:hover {
    cursor: pointer;
}
header.typeheader-2 .header-center .header-center-left .shipping .inner:hover p {
    color: #f57d20;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart {
    position: absolute;
    vertical-align: top;
    top: 17px;
    right: 15px;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .dropdown-backdrop {
    position: relative;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart a.top_cart {
    display: block;
    position: relative;
    box-shadow: none !important;
    text-decoration: none !important;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart a.top_cart .shopcart {
    border: 1px solid #dd3a09;
    color: #f57d20;
    padding: 5px 5px 0;
    width: 220px;
    min-height: 50px;
    margin-top: 5px;
    font-size: 10px;
    transition: 200ms;
}
.module.html-social.html-custom{
    margin:15px 0px;
    width: 170px;
    float: left;
    margin-left: 8%;
}
.module.html-social.html-custom ul li a{
    line-height: 30px;
    padding: 9px 0px 0px 10px;
    float: left;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart a.top_cart .shopcart:hover{
    padding: 5px 7px 0;
    transition: 200ms;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart a.top_cart .shopcart .title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0;
    padding-top: 8px;
    float: left;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart a.top_cart .shopcart i {
    font-size: 25px;
    color: #f57d20;
    padding-right: 10px;
    padding-top: 5px;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box {
    min-width: 300px;
    top: 110% !important;
    position: absolute;
    background-color: #fff;
    padding: 0 0 20px;
    border: none;
    border-radius: 0;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
    right: 0;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box:before {
    content: "";
    display: block;
    background: transparent;
    height: 25px;
    position: absolute;
    top: -25px;
    width: 100%;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box:after {
    content: '';
    position: absolute;
    top: -8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #666;
    left: 85%;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .minicart-title {
    background: #322a2a;
    padding: 0 25px;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .minicart-title span {
    font-size: 12px;
    color: #fff;
    line-height: 41px;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .minicart-title span.price-title {
    float: right;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .item-cart {
    position: relative;
    padding-top: 20px;
    clear: both;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .title-total {
    font-size: 14px;
    display: inline-block;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .title-total .total-color {
    color: #f57d20;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item {
    max-height: 320px;
    overflow: auto;
    background: #f2f2f2;
    padding: 0 15px;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .img-cart {
    border: 1px solid #ddd;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .img-cart:hover {
    border-color: #f57d20;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .minicart-img {
    float: left;
    margin-right: 10px;
    position: relative;
    background: #fff;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .minicart-img .button-delete {
    position: absolute;
    right: -6px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background: #f57d20;
    bottom: -4px;
    border-radius: 100%;
    color: #fff;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .minicart-img .button-delete:hover {
    text-decoration: inherit;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .detail-item {
    overflow: hidden;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .detail-item .product-information {
    float: left;
    width: 60%;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .detail-item .product-price {
    float: right;
    width: 40%;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .detail-item .product-price span.amount {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    padding: 5px 10px;
    background: #999;
    display: inline-block;
    border-radius: 3px;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .detail-item .product-name {
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .detail-item .product-name:hover {
    color: #f57d20;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .content-item .table > tbody > tr > td {
    border: none;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .added_items {
    text-align: center;
    line-height: 25px;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-striped > tbody > tr:nth-of-type(odd) {
    background: transparent;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-striped a {
    color: #545454;
    font-weight: 300;
    font-size: 14px;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-striped a.fa-edit {
    display: none;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-striped a.cart_product_name:hover {
    color: #f57d20;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-striped a.fa-trash-o {
    color: #999;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-striped a.fa-trash-o:hover {
    color: #f57d20;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-bordered .text-left span {
    font-weight: 300;
    color: #545454;
    font-size: 14px;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box .table-bordered .text-right {
    font-size: 16px;
    color: #f57d20;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box a.btn {
    padding: 0 10px;
    color: #fff;
    background: #666;
    border-color: #666;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .shoppingcart-box a.btn:hover {
    background: #f57d20;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .table-bordered {
    border-left: 0;
    border-right: 0;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .table > tbody > tr {
    margin: 10px 0;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .table > tbody > tr:first-child > td {
    border-top: 0;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .table > tbody > tr > td, header.typeheader-2 .header-center .header-center-left .shopping_cart .table > tbody > tr > th, header.typeheader-2 .header-center .header-center-left .shopping_cart .table > tfoot > tr > td, header.typeheader-2 .header-center .header-center-left .shopping_cart .table > tfoot > tr > th, header.typeheader-2 .header-center .header-center-left .shopping_cart .table > thead > tr > td, header.typeheader-2 .header-center .header-center-left .shopping_cart .table > thead > tr > th {
    vertical-align: middle;
}
header.typeheader-2 .header-center .header-center-left .shopping_cart .table-bordered > tbody > tr > td, header.typeheader-2 .header-center .header-center-left .shopping_cart .table-bordered > tbody > tr > th, header.typeheader-2 .header-center .header-center-left .shopping_cart .table-bordered > tfoot > tr > td, header.typeheader-2 .header-center .header-center-left .shopping_cart .table-bordered > tfoot > tr > th, header.typeheader-2 .header-center .header-center-left .shopping_cart .table-bordered > thead > tr > td, header.typeheader-2 .header-center .header-center-left .shopping_cart .table-bordered > thead > tr > th {
    border: 0;
}
header.typeheader-2 .header-center .header-center-right .module.html-shipping {
    margin: 0;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .dropdown-backdrop {
    position: relative;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart a.top_cart {
    display: block;
    position: relative;
    box-shadow: none !important;
    text-decoration: none !important;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart a.top_cart .shopcart {
    background-color: #f57d20;
    color: #fff;
    padding: 16px 10px 0;
    text-align: center;
    width: 169px;
    min-height: 103px;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart a.top_cart .shopcart .title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    padding-top: 5px;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart a.top_cart .shopcart i {
    font-size: 22px;
    color: #fff;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box {
    min-width: 300px;
    top: 110% !important;
    position: absolute;
    background-color: #fff;
    padding: 0 0 20px;
    border: none;
    border-radius: 0;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
    right: 0;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box:before {
    content: "";
    display: block;
    background: transparent;
    height: 25px;
    position: absolute;
    top: -25px;
    width: 100%;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box:after {
    content: '';
    position: absolute;
    top: -8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #666;
    left: 85%;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .minicart-title {
    background: #666;
    padding: 0 25px;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .minicart-title span {
    font-size: 12px;
    color: #fff;
    line-height: 41px;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .minicart-title span.price-title {
    float: right;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .item-cart {
    position: relative;
    padding-top: 20px;
    clear: both;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .title-total {
    font-size: 14px;
    display: inline-block;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .title-total .total-color {
    color: #f57d20;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item {
    max-height: 320px;
    overflow: auto;
    background: #f2f2f2;
    padding: 0 15px;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .img-cart {
    border: 1px solid #ddd;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .img-cart:hover {
    border-color: #f57d20;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .minicart-img {
    float: left;
    margin-right: 10px;
    position: relative;
    background: #fff;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .minicart-img .button-delete {
    position: absolute;
    right: -6px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background: #f57d20;
    bottom: -4px;
    border-radius: 100%;
    color: #fff;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .minicart-img .button-delete:hover {
    text-decoration: inherit;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .detail-item {
    overflow: hidden;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .detail-item .product-information {
    float: left;
    width: 60%;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .detail-item .product-price {
    float: right;
    width: 40%;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .detail-item .product-price span.amount {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    padding: 5px 10px;
    background: #999;
    display: inline-block;
    border-radius: 3px;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .detail-item .product-name {
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .detail-item .product-name:hover {
    color: #f57d20;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .content-item .table > tbody > tr > td {
    border: none;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .added_items {
    text-align: center;
    line-height: 25px;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-striped > tbody > tr:nth-of-type(odd) {
    background: #fff;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-striped a {
    color: #545454;
    font-weight: 300;
    font-size: 14px;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-striped a.fa-edit {
    display: none;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-striped a.cart_product_name:hover {
    color: #f57d20;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-striped a.fa-trash-o {
    color: #999;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-striped a.fa-trash-o:hover {
    color: #f57d20;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-bordered .text-left span {
    font-weight: 300;
    color: #545454;
    font-size: 14px;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box .table-bordered .text-right {
    font-size: 16px;
    color: #f57d20;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box a.btn {
    padding: 0 10px;
    color: #fff;
    background: #666;
    border-color: #666;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .shoppingcart-box a.btn:hover {
    background: #f57d20;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .table-bordered {
    border-left: 0;
    border-right: 0;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .table > tbody > tr {
    margin: 10px 0;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .table > tbody > tr:first-child > td {
    border-top: 0;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .table > tbody > tr > td, header.typeheader-2 .header-center .header-center-right .shopping_cart .table > tbody > tr > th, header.typeheader-2 .header-center .header-center-right .shopping_cart .table > tfoot > tr > td, header.typeheader-2 .header-center .header-center-right .shopping_cart .table > tfoot > tr > th, header.typeheader-2 .header-center .header-center-right .shopping_cart .table > thead > tr > td, header.typeheader-2 .header-center .header-center-right .shopping_cart .table > thead > tr > th {
    vertical-align: middle;
}
header.typeheader-2 .header-center .header-center-right .shopping_cart .table-bordered > tbody > tr > td, header.typeheader-2 .header-center .header-center-right .shopping_cart .table-bordered > tbody > tr > th, header.typeheader-2 .header-center .header-center-right .shopping_cart .table-bordered > tfoot > tr > td, header.typeheader-2 .header-center .header-center-right .shopping_cart .table-bordered > tfoot > tr > th, header.typeheader-2 .header-center .header-center-right .shopping_cart .table-bordered > thead > tr > td, header.typeheader-2 .header-center .header-center-right .shopping_cart .table-bordered > thead > tr > th {
    border: 0;
}
header.typeheader-2 .header-bottom {
    border-bottom: 3px solid #fa5b1e;
    border-top: 3px solid #fa5b1e;
    background: #1e376d;
}
header.typeheader-2 .header-bottom .navbar-default {
    background: transparent;
}
header.typeheader-2 .header-bottom .header-navigation {
    position: relative;
    box-sizing: unset;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-right: 9%;
}
header.typeheader-2 .header-bottom div.megamenu-wrapper {
    background: none;
}
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li {
    float: left;
    display: inline-block;
}
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li > a {
    color: #646568;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    padding: 0 10px;
    border-radius: 0;
}
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li > a strong {
    font-weight: 600;
    letter-spacing: 1px;
    color:#dfe9f7;
}
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li > a:before {
    background: transparent;
    content: "";
    height: 3px;
    margin: auto;
    position: absolute;
    top: 95%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 0;
    z-index: 9;
    opacity: 0;
    right: 0;
    left: 0;
}
header.typeheader-2 .header-bottom div.megamenu-wrapper li.active_menuHome > a:before, header.typeheader-2 .header-bottom div.megamenu-wrapper:hover li > a:before {
    width: 100%;
    opacity: 1;
}
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li.active_menuHome > a:before {
    width: 100%;
    opacity: 1;
}
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li > a:hover, header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li.active > a, header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li.home > a, header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu > li:hover > a {
    background: transparent;
}
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu:hover > li > a:hover:before {
    width: 100%;
    opacity: 1;
}
header.typeheader-2 .header-bottom div.megamenu-wrapper ul.megamenu li a:hover{
    color:#dd3a09
}
header.typeheader-2 .header-bottom ul.megamenu > li > a img {
    position: absolute;
    margin: 0;
    top: 5px;
    height: auto !important;
    right: 0;
}
header.typeheader-2 .header-bottom .module.html-social {
    background-color: rgba(255, 255, 255, 0.15);
    height: 50px;
    line-height: 50px;
    padding: 0 7px;
    position: absolute;
    top: 0;
    right: 0;
}
header.typeheader-2 .header-bottom .module.html-social ul {
    margin: 0;
    padding: 0;
}
header.typeheader-2 .header-bottom .module.html-social .socials-wrap ul li {
    float: left;
    list-style: none;
}
header.typeheader-2 .header-bottom .module.html-social .socials-wrap ul li a {
    display: inline-block;
    text-align: center;
    min-width: 31px;
    color: #c0c0c1;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
header.typeheader-2 .header-bottom .module.html-social .socials-wrap ul li a:hover {
    color: #f57d20;
}
header.typeheader-2 .header-bottom .module.html-link {
    position: absolute;
    float: right;
    top: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    right: 190px;
}
header.typeheader-2 .header-bottom .module.html-link a {
    color: #ff9800;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
header.typeheader-2 .header-bottom .module.html-link:hover {
    background: #f57d20;
}
header.typeheader-2 .header-bottom .module.html-link:hover a {
    color: #fff;
}
header.typeheader-2.navbar-compact {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 900;
    left: 0;
    right: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
header.typeheader-2.navbar-compact .header-top, header.typeheader-2.navbar-compact .header-center {
    display: none;
}
header.typeheader-2.navbar-compact .header-bottom {
    margin: 0;
}
footer {
}
footer .footer-container {
    position: relative;
    background: #000000;
    background-repeat: repeat-x;
    color: #fecf14;
}
footer .footer-container #yt-totop {
    background-color: #f57d20;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 44px;
    position: absolute;
    text-align: center;
    z-index: 800;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    font-size: 20px;
}
footer .footer-container #yt-totop span {
    display: inline-block;
    font-size: 12px;
    min-width: 76px;
    text-transform: uppercase;
    margin-left: -11px;
    top: 3px;
    position: relative;
}
footer .footer-container #yt-totop:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: red;
}
footer .footer-container .footer-title {
    position: relative;
    font-size: 100%;
    text-transform: uppercase;
    padding-top: 35px;
    font-weight: bold;
    display: inline-block;
}
footer .footer-container .footer-title:after {
    position: absolute;
    content: "";
    background-color: #f57d20;
    bottom: -20px;
    left: 0;
    width: 40px;
    height: 3px;
}
@media (min-width: 992px) {
    footer .footer-top .socials-wrap .li-social.linkedin-social {
        clear: both;
    }
}
footer .footer-top .socials-wrap ul .li-social {
    float: left;
}
footer .footer-top .socials-wrap ul .fa {
    background-color: #333;
    margin: 0 10px 10px 0;
    font-size: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 13px;
    color: #898989;
}
footer .footer-top .socials-wrap ul .fa:hover {
    color: #fff;
    background: #f57d20;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
footer .footer-top .socials-wrap ul .name-social {
    display: none;
}
footer .footer-center {
    position: relative;
}
footer .footer-center ul.menu li {
    line-height: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
footer .footer-center ul.menu li:before {
    content: '\f0da';
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-synthesis: weight style;
    font-stretch: normal;
    font-size-adjust: none;
    font-language-override: normal;
    font-kerning: auto;
    font-feature-settings: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
footer .footer-center ul.menu li a {
    position: relative;
    color: #fff;
    padding-left: 5px;
}
footer .footer-center ul.menu li:hover {
    padding-left: 5px;
}
footer .footer-center ul.menu li:hover:before {
    color: #f57d20;
}
footer .footer-center ul.menu li:hover a {
    color:#e7cde0;
}
footer .footer-center .block-content {
    padding-top: 25px;
}
footer .footer-center .footer-contact-content {
    width: 100%;
    padding-top: 40px;
}
@media (min-width: 992px) {
    footer .footer-center .footer-contact-content {
        padding: 25px 0 0 13px;
    }
}
footer .footer-center .footer-contact-content p {
    display: inline-flex;
    width: 100%;
    margin-bottom: 6px;
}
footer .footer-center .footer-contact-content p.address {
    line-height: 24px;
    padding-top: 5px;
}
footer .footer-center .footer-contact-content p > i {
    color: #fff;
    margin-right: 2px;
    margin-top: 5px;
}
footer .footer-center .footer-contact-content p > i.fa-map-marker {
    font-size: 15px;
}
footer .footer-center .footer-contact-content p > i.fa-mobile {
    font-size: 16px;
}
footer .footer-center .footer-contact-content p a:hover {
    color: #f57d20;
    text-decoration: underline;
}
footer .footer-center .footer-contact-content .phone {
    padding-top: 3px;
}
footer .footer-center .footer-contact-content .email {
    margin-bottom: 16px;
}
footer .footer-center .footer-contact-content .email a {
    color: #fff;
}
footer .footer-center .footer-contact-content .email a:hover {
    color: #f57d20;
}
footer .footer-center .custom-about .inner {
    position: relative;
    z-index: 1;
    padding: 0 25px 18px 20px;
    display: inline-block;
    background: rgba(60, 59, 59, 0.5);
}
footer .footer-center .custom-about .inner .footer-title {
    padding-top: 35px;
}
footer .footer-center .custom-about .inner .footer-title:after {
    bottom: -16px;
}
footer .block-newleter {
    margin-top: 38px;
}
footer .footer-bottom {
    background: rgba(68, 68, 68, 0.6);
}
footer .footer-bottom .apps {
    float: right;
}
footer .footer-bottom .apps .footer-title {
    text-align: right;
    width: 100%;
}
footer .footer-bottom .footer-title {
    text-transform: capitalize;
    font-weight: bold;
    padding: 17px 0 18px;
    font-size: 15px;
}
footer .footer-bottom .footer-title:after {
    display: none;
}
footer .footer-bottom .module {
    margin-bottom: 25px;
}
footer .footer-bottom .socials-wrap ul {
    padding: 0;
    margin: 0;
}
footer .footer-bottom .socials-wrap ul li {
    display: inline-block;
    margin-right: 5px;
}
footer .footer-bottom .socials-wrap ul li .name-social {
    display: none;
}
footer .footer-bottom .socials-wrap ul li .icon-social {
    width: 50px;
    height: 50px;
    line-height: 30px;
    font-size: 38px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #40c154;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 10px;
    margin-top: 5px;
}
footer .footer-bottom .socials-wrap ul li .icon-social:hover {
    background: #f57d20;
}
footer .footer-bottom .copyright-text {
    text-align: center;
}
footer.footer .so-spotlight6.block-newleter {
    margin-top: 30px;
    background: #ddd;
}
#content {
    margin-bottom: 30px;
}
.common-home .title-home h2 {
    font-size: 20px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.common-home .title-home h2:before {
    content: "";
    position: absolute;
    bottom: -15px;
    background: #f57d20;
    width: 30px;
    height: 2px;
    left: 0;
}
.common-home #content {
    margin-bottom: 0px;
}
.common-home .no-padding {
    padding: 0 !important;
}
.common-home ol, .common-home ul {
    list-style: none;
    padding: 0;
}
.navbar-switcher {
    display: none !important;
}
.common-home .full-wrapper {
    margin-bottom: 22px;
}
.common-home .so-extraslider .extraslider-inner {
    padding-bottom: 0;
    margin: 0;
}
.common-home .custom-extra-1 {
    margin-bottom: 5px;
}
.common-home .so-extraslider {
    margin-bottom: 0;
}
.common-home #content {
    margin-bottom: 19px;
}
.common-home .so-spotlight1 {
    overflow: hidden !important;
    margin-bottom: 0px;
}
.commingsoon-messenger {
    margin: 20em 0 5em;
}
.block-newleter {
    background-color: #ddd;
    padding: 26px 0 16px;
}
.block-newleter .so-custom-default {
    border: none;
    display: none;
}
.block-newleter .so-custom-default .email {
    margin: 0;
}
.block-newleter .newsletter_promo {
    padding: 0;
    color: #444;
    font-size: 11px;
    line-height: inherit;
}
.block-newleter .footer-support .popup-title {
    font-size: 18px;
    font-weight: bold;
    color: #444;
    line-height: 100%;
    padding-bottom: 6px;
}
@media (min-width: 1200px) {
    .block-newleter .footer-newsletter {
        padding-left: 34px;
    }
}
.block-newleter .footer-newsletter .input-control {
    color: #999;
    position: relative;
    border: 4px solid #f57d20;
    float: right;
    background-color: #fff;
    width: 100%;
    height: 50px;
}
.block-newleter .footer-newsletter .input-control i {
    float: left;
    padding: 11px 5px 13px 18px;
    position: absolute;
    z-index: 1;
    font-size: 13px;
}
.block-newleter .footer-newsletter .input-control input {
    border: none;
    height: 38px;
    width: 100%;
    padding-left: 40px;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
}
.block-newleter .footer-newsletter .input-control .send-mail {
    position: absolute;
    top: 0;
    background-color: #444;
    text-transform: uppercase;
    color: #fff;
    float: right;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    padding: 0 27px;
    font-weight: bold;
    border: none;
    margin: 0;
    right: 0;
    border-left: 6px solid #f57d20;
}
.block-newleter .footer-newsletter .input-control .send-mail:hover {
    color: #f57d20;
}
.megamenu-style-dev img:hover {
    opacity: 0.8;
}
.megamenu-style-dev .navbar-default {
    background: none;
}
.megamenu-style-dev .navbar-default ul.megamenu li .sub-menu .content {
    border-radius: 0;
}
.megamenu-style-dev .navbar-default .vertical {
    background: #272727;
    margin: 0 0 20px;
}
.megamenu-style-dev .navbar-default .vertical #menuHeading {
    cursor: pointer;
}
.megamenu-style-dev .navbar-default .vertical #menuHeading .megamenuToogle-wrapper {
    background: none;
}
.megamenu-style-dev .navbar-default .vertical #menuHeading .megamenuToogle-wrapper .container {
    padding: 15px 20px !important;
}
.megamenu-style-dev .navbar-default .vertical #menuHeading .megamenuToogle-wrapper .container > div {
    margin: 3px 9px 0 0;
}
.megamenu-style-dev .navbar-default .vertical ul.megamenu > li > div.sub-menu {
    left: 100% !important;
}
.megamenu-style-dev .navbar-default .vertical .fa-angle-right {
    float: right;
    top: 2px;
    position: relative;
}
.megamenu-style-dev .navbar-default .vertical ul.megamenu > li.click::before, .megamenu-style-dev .navbar-default .vertical ul.megamenu > li.hover::before {
    padding: 14px 15px 10px 50px !important;
    right: 0;
    left: auto;
}
.megamenu-style-dev .navbar-default .vertical ul.megamenu li .sub-menu .content {
    border: none;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper {
    position: relative;
    border-radius: 0;
    background: #272727;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li > a img {
    height: auto;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical {
    margin: 0;
    border-top: none;
    border-bottom: 1px solid #383838;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical > a {
    color: #a8a8a8;
    font-size: 14px;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical > a strong i {
    font-size: 9px;
    padding-right: 5px;
    color: #a8a8a8;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical:hover > a {
    background: #383838 !important;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu > li.item-vertical:hover > a i {
    color: #fff;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .title-submenu {
    color: #444;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .fa-caret-right {
    float: right;
    margin-top: 5px;
    color: #999;
    padding: 0;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content {
    padding: 20px 0 0 20px;
    overflow: hidden;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .col-sm-4 {
    padding: 0;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .col-sm-4 img {
    margin-top: 45px;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content > .border {
    border: none;
    padding: 0;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style1 .content .row:nth-child(3) {
    padding: 12px 20px;
    background: #eee;
    margin: 0 -20px;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu .main-menu {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li {
    padding: 6px 0 6px 20px;
    position: relative;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li a {
    display: block;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li:before {
    content: "";
    height: 8px;
    width: 8px;
    border: 1px solid #dadada;
    border-radius: 8px;
    position: absolute;
    top: 11px;
    left: 0;
    display: inline-block;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li:hover:before {
    border-color: #f57d20;
    background: #f57d20;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical .sub-menu .content .categories .menu ul li ul li:hover a {
    color: #f57d20;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content {
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .categories .menu ul li ul li {
    padding-top: 1px;
    padding-bottom: 1px;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .static-menu .menu ul li {
    line-height: 26px;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .static-menu .menu ul li a.main-menu {
    margin: 0 0 10px;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .static-menu .menu > ul {
    margin-top: 20px;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style2 .sub-menu .content .static-menu .menu > ul > li:last-child {
    margin: 0;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content > .border {
    border: none;
    padding: 0;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style3 .content .image-position {
    position: absolute;
    bottom: 30%;
    right: -20px;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.vertical-style4 .content {
    padding-bottom: 0;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content {
    padding: 0;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul {
    padding: 0;
    margin: 0;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li {
    padding: 12px 20px;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:before {
    content: "";
    height: 100%;
    width: 5px;
    background: #bfbfbf;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    transition: width 0.2s ease-in-out;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li .main-menu {
    font-size: 12px;
    text-transform: inherit;
    position: relative;
    z-index: 2;
    font-weight: normal;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:last-child {
    border: none;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li b {
    display: none;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:hover:before {
    width: 100%;
    background: #f57d20;
    transition: width 0.2s ease-in-out;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li:hover > a {
    color: #fff;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul {
    padding: 0;
    border: none;
    border-radius: 0;
    top: 0;
    margin: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul li a {
    position: relative;
    display: block;
    z-index: 2;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul li:before {
    border-radius: 0;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul:before {
    content: "";
    height: 100%;
    width: 10px;
    position: absolute;
    left: -10px;
    top: 0;
    background: none;
    border: none;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .item-vertical.css-menu .sub-menu .content .categories .menu > ul li ul:after {
    display: none;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content {
    box-shadow: 3px 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .hover-menu a:before {
    display: none;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .hover-menu a:hover:before {
    color: #f57d20;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu > ul > li {
    padding-top: 25px;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu > ul > li:nth-child(1) {
    padding-top: 0;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul li a.main-menu {
    color: #444;
    font-size: 18px;
    margin: 0 0 15px;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
    padding: 0;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li {
    padding: 2px 0;
    font-size: 12px;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
    display: none;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:hover {
    color: #f57d20;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore {
    border: none;
    text-align: right;
    padding: 16px;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore span {
    text-transform: uppercase;
    color: #f57d20;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore i {
    font-size: 14px;
    color: #f57d20;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore:hover {
    background: #f57d20;
    color: #fff;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore:hover span {
    color: #fff;
}
.megamenu-style-dev .navbar-default .vertical .vertical-wrapper ul.megamenu .loadmore:hover i {
    color: #fff;
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu a.main-menu {
    border: none;
    color: #444;
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
    font-size: 12px;
    position: relative;
    font-weight: normal;
    padding-left: 15px;
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover {
    color: #f57d20;
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:before {
    content: '\f05b';
    font-family: FontAwesome;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: -10px;
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu .menu ul ul li {
    line-height: 30px;
}
.megamenu-style-dev .submenu-pages .html > ul {
    padding: 0 20px;
}
.megamenu-style-dev .submenu-pages h2 {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
    color: #444;
}
.megamenu-style-dev .submenu-pages li {
    list-style: none;
    line-height: 31px;
}
.megamenu-style-dev .submenu-pages li a {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 15px;
}
.megamenu-style-dev .submenu-pages li a:hover {
    color: #f57d20;
}
.megamenu-style-dev .submenu-pages li a:before {
    content: '\f05b';
    font-family: FontAwesome;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: -7px;
}
.megamenu-style-dev .submenu3.with-sub-menu.hover .sub-menu .content .static-menu a.main-menu {
    display: none;
}
.megamenu-style-dev .submenu3.with-sub-menu.hover .sub-menu .see-all {
    padding-top: 19px;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #f57d20;
    margin: 0;
    line-height: 1em;
}
.megamenu-style-dev .submenu3.with-sub-menu.hover .sub-menu .see-all a, .megamenu-style-dev .submenu3.with-sub-menu.hover .sub-menu .see-all i {
    color: #f57d20;
}
.megamenu-style-dev .submenu3.with-sub-menu.hover .sub-menu .see-all a:hover, .megamenu-style-dev .submenu3.with-sub-menu.hover .sub-menu .see-all i:hover {
    text-decoration: underline;
}
.megamenu-style-dev .submenu3.with-sub-menu.hover .sub-menu .see-all i.fa {
    float: none;
    padding-left: 10px;
}
.megamenu-style-dev .submenu2.with-sub-menu.hover .sub-menu .content .static-menu a.main-menu {
    margin-bottom: 10px;
}
.megamenu-style-dev .submenu2.with-sub-menu.hover .sub-menu .content .static-menu > .menu > ul > li {
    padding-top: 30px;
}
.megamenu-style-dev .submenu2.with-sub-menu.hover .sub-menu .content .static-menu > .menu > ul > li:first-child {
    padding-top: 0;
}
.megamenu-style-dev .submenu2.with-sub-menu.hover .sub-menu .product {
    padding-top: 29px;
}
.megamenu-style-dev .submenu2.with-sub-menu.hover .sub-menu .product .name {
    padding-top: 33px;
}
.megamenu-style-dev .submenu2.with-sub-menu.hover .sub-menu .product .name a {
    font-size: 16px;
    font-weight: 300;
}
.megamenu-style-dev .submenu2.with-sub-menu.hover .sub-menu .product .price {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    padding-top: 10px;
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .hover-menu div.menu ul ul {
    left: 100%;
}
.megamenu-style-dev .submenu4.with-sub-menu.hover .sub-menu .content {
    padding: 15px 0 10px;
}
.megamenu-style-dev .submenu4.with-sub-menu.hover .sub-menu .content .hover-menu a.main-menu b {
    display: none;
}
.megamenu-style-dev div.megamenu-wrapper ul.megamenu > li.active:before {
    content: "";
    height: 30%;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99;
    right: 0;
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .hover-menu li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 30px 0;
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .hover-menu li:hover {
    background: #f57d20;
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .hover-menu li:hover > a {
    color: #dd3a09;
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .hover-menu li a {
    position: relative;
    padding-left: 15px;
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .hover-menu li a:before {
    content: '\f05b';
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    font-size: 10px;
    top: 0px;
    left: 0;
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 15px;
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:hover {
    color: #f57d20;
}
.megamenu-style-dev ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a:before {
    content: '\f05b';
    font-family: FontAwesome;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: -7px;
}
.shopping_cart .dropdown-backdrop {
    position: relative;
}
.shopping_cart a.top_cart {
    display: block;
    position: relative;
    box-shadow: none !important;
    text-decoration: none !important;
}
.shopping_cart a.top_cart .shopcart {
    color: #fff;
    padding-top: 31px;
}
.shopping_cart a.top_cart .shopcart .title {
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
    margin: 0;
}
.shopping_cart a.top_cart .shopcart i {
    font-size: 22px;
    color: #fff;
}
.shopping_cart .shoppingcart-box {
    min-width: 300px;
    top: 100% !important;
    position: absolute;
    background-color: #fff;
    padding: 0 0 20px;
    border-top: 2px solid #666;
    border-radius: 0;
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.255);
    right: 0;
}
.shopping_cart .shoppingcart-box:before {
    content: "";
    display: block;
    background: transparent;
    height: 25px;
    position: absolute;
    top: -25px;
    width: 100%;
}
.shopping_cart .shoppingcart-box:after {
    content: '';
    position: absolute;
    top: -8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #666;
    left: 85%;
}
.shopping_cart .shoppingcart-box .minicart-title {
    background: #666;
    padding: 0 25px;
}
.shopping_cart .shoppingcart-box .minicart-title span {
    font-size: 12px;
    color: #fff;
    line-height: 41px;
}
.shopping_cart .shoppingcart-box .minicart-title span.price-title {
    float: right;
}
.shopping_cart .shoppingcart-box .item-cart {
    position: relative;
    padding-top: 20px;
    clear: both;
}
.shopping_cart .shoppingcart-box .title-total {
    font-size: 14px;
    display: inline-block;
}
.shopping_cart .shoppingcart-box .title-total .total-color {
    color: #f57d20;
}
.shopping_cart .shoppingcart-box .info-total {
    padding: 0 20px;
}
.shopping_cart .shoppingcart-box .content-item {
    max-height: 320px;
    overflow: auto;
    background: #fff;
    padding: 0 15px;
}
.shopping_cart .shoppingcart-box .content-item .img-cart {
    border: 1px solid #ddd;
}
.shopping_cart .shoppingcart-box .content-item .img-cart:hover {
    border-color: #f57d20;
}
.shopping_cart .shoppingcart-box .content-item .minicart-img {
    float: left;
    position: relative;
    background: #fff;
    margin-right: 10px;
}
.shopping_cart .shoppingcart-box .content-item .minicart-img .button-delete {
    position: absolute;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background: #f57d20;
    bottom: -4px;
    border-radius: 100%;
    color: #fff;
    right: -6px;
}
.shopping_cart .shoppingcart-box .content-item .minicart-img .button-delete:hover {
    text-decoration: inherit;
}
.shopping_cart .shoppingcart-box .content-item .detail-item {
    overflow: hidden;
}
.shopping_cart .shoppingcart-box .content-item .detail-item .product-information {
    float: left;
    width: 60%;
}
.shopping_cart .shoppingcart-box .content-item .detail-item .product-price {
    float: right;
    width: 40%;
}
.shopping_cart .shoppingcart-box .content-item .detail-item .product-price span.amount {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    padding: 5px 10px;
    background: #999;
    display: inline-block;
    border-radius: 3px;
}
.shopping_cart .shoppingcart-box .content-item .detail-item .product-name {
    font-size: 12px;
    color: #444;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
}
.shopping_cart .shoppingcart-box .content-item .detail-item .product-name:hover {
    color: #f57d20;
}
.shopping_cart .shoppingcart-box .content-item .table > tbody > tr > td {
    border: none;
}
.shopping_cart .shoppingcart-box .added_items {
    text-align: center;
    line-height: 25px;
    display: none;
}
.shopping_cart .shoppingcart-box .table-striped > tbody > tr:nth-of-type(odd) {
    background: transparent;
}
.shopping_cart .shoppingcart-box .table-striped a {
    color: #545454;
    font-weight: 300;
    font-size: 14px;
}
.shopping_cart .shoppingcart-box .table-striped a.fa-edit {
    display: none;
}
.shopping_cart .shoppingcart-box .table-striped a.cart_product_name:hover {
    color: #f57d20;
}
.shopping_cart .shoppingcart-box .table-striped a.fa-trash-o {
    color: #999;
}
.shopping_cart .shoppingcart-box .table-striped a.fa-trash-o:hover {
    color: #f57d20;
}
.shopping_cart .shoppingcart-box .table-bordered .text-left span {
    font-weight: 300;
    color: #545454;
    font-size: 14px;
}
.shopping_cart .shoppingcart-box .table-bordered .text-right {
    font-size: 16px;
    color: #f57d20;
}
.shopping_cart .shoppingcart-box a.btn {
    padding: 0 10px;
    color: #fff;
    background: #666;
    border-color: #666;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
    border-radius: 0;
}
.shopping_cart .shoppingcart-box a.btn:hover {
    background: #f57d20;
}
.shopping_cart .table-bordered {
    border-left: 0;
    border-right: 0;
}
.shopping_cart .table > tbody > tr {
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
}
.shopping_cart .table > tbody > tr:first-child > td {
    border-top: 0;
}
.shopping_cart .table > tbody > tr > td, .shopping_cart .table > tbody > tr > th, .shopping_cart .table > tfoot > tr > td, .shopping_cart .table > tfoot > tr > th, .shopping_cart .table > thead > tr > td, .shopping_cart .table > thead > tr > th {
    vertical-align: middle;
}
.shopping_cart .table-bordered > tbody > tr > td, .shopping_cart .table-bordered > tbody > tr > th, .shopping_cart .table-bordered > tfoot > tr > td, .shopping_cart .table-bordered > tfoot > tr > th, .shopping_cart .table-bordered > thead > tr > td, .shopping_cart .table-bordered > thead > tr > th {
    border: 0;
}
.title-home{
    margin: 20px 0px -20px 20px;
}
.owl2-next,.owl2-prev{
    display:none
}
.module.sohomepage-slider.slideshow-v1 {
    margin: 0;
}
.module.sohomepage-slider.slideshow-v1 .so-homeslider {
    border: none;
}
.module.sohomepage-slider.slideshow-v1 .owl2-carousel .owl2-dots .owl2-dot.active span, .module.sohomepage-slider.slideshow-v1 .owl2-carousel .owl2-dots .owl2-dot:hover span {
    background: #f57d20;
}
.module.sohomepage-slider.slideshow-v1 .owl2-carousel .owl2-dots .owl2-dot span {
    width: 12px;
    height: 12px;
    background: #fff;
}
.module.sohomepage-slider.slideshow-v1 .owl2-item.active .sohomeslider-description .image.img-active {
    opacity: 1;
    animation: myeffect-slideshow 2s ease-in-out;
    -webkit-animation: myeffect-slideshow 2s ease-in-out;
    -moz-animation: myeffect-slideshow 2s ease-in-out;
    -o-animation: myeffect-slideshow 2s ease-in-out;
    -ms-animation: myeffect-slideshow 2s ease-in-out;
}
.module.sohomepage-slider.slideshow-v1 .owl2-item.active .sohomeslider-description h3.tilte.title-active {
    opacity: 1;
    animation: myeffect-slideshow 1.5s ease-in-out;
    -webkit-animation: myeffect-slideshow 1.5s ease-in-out;
    -moz-animation: myeffect-slideshow 1.5s ease-in-out;
    -o-animation: myeffect-slideshow 1.5s ease-in-out;
    -ms-animation: myeffect-slideshow 1.5s ease-in-out;
}
.module.sohomepage-slider.slideshow-v1 .owl2-item.active .sohomeslider-description h4.h4-active {
    opacity: 1;
    animation: myeffect-slideshow 1s ease-in-out;
    -webkit-animation: myeffect-slideshow 1s ease-in-out;
    -moz-animation: myeffect-slideshow 1s ease-in-out;
    -o-animation: myeffect-slideshow 1s ease-in-out;
}
.module.sohomepage-slider.slideshow-v1 .owl2-item.active .sohomeslider-description .des.des-active.des-sl11 {
    opacity: 1;
    animation: myeffect-slideshow 2s ease-in-out;
    -webkit-animation: myeffect-slideshow 2s ease-in-out;
    -moz-animation: myeffect-slideshow 2s ease-in-out;
    -o-animation: myeffect-slideshow 2s ease-in-out;
}
.module.sohomepage-slider.slideshow-v1 .owl2-item.active .sohomeslider-description .des.des-active {
    opacity: 1;
    animation: myeffect-slideshow 0.8s ease-in-out;
    -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
    -moz-animation: myeffect-slideshow 0.8s ease-in-out;
    -o-animation: myeffect-slideshow 0.8s ease-in-out;
}
.module.sohomepage-slider.slideshow-v1 .owl2-item.active .sohomeslider-description .des.des-active.des-sl12 {
    opacity: 1;
    animation: myeffect-slideshow 0.8s ease-in-out;
    -webkit-animation: myeffect-slideshow 0.8s ease-in-out;
    -moz-animation: myeffect-slideshow 0.8s ease-in-out;
    -o-animation: myeffect-slideshow 0.8s ease-in-out;
}
.module.sohomepage-slider.slideshow-v1 .owl2-item.active .sohomeslider-description .button-shop {
    opacity: 1;
    animation: myeffect-slideshow 0.5s ease-in-out;
    -webkit-animation: myeffect-slideshow 0.5s ease-in-out;
    -moz-animation: myeffect-slideshow 0.5s ease-in-out;
    -o-animation: myeffect-slideshow 0.5s ease-in-out;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description {
    position: static;
    padding: 0;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description p {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 0;
    padding: 0;
    margin: 0;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text h3.tilte, .module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text h4, .module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text .des {
    opacity: 0;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.pos-right {
    right: 21%;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.pos-left {
    left: 21%;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.pos-center {
    text-align: center;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text .modtitle-sl11 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.text-sl11 {
    top: 32%;
    left: 34%;
    text-align: center;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.text-sl-center {
    top: 43%;
    left: -50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text p.des-sl12 {
    font-size: 20px;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text p.des-sl11 {
    font-size: 28px;
    font-style: italic;
    margin-bottom: 20px;
    position: relative;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text p.des-sl11:before {
    content: "";
    width: 35px;
    height: 2px;
    background: none;
    position: absolute;
    bottom: -25px;
    margin-left: -18px;
    left: 50%;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.text-sl12 {
    position: absolute;
    top: 27%;
    width: 100%;
    left: 23%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.text-sl12 h3.tilte {
    font-size: 50px;
    color: #f57d20;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    margin-left: 20%;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.text-sl12 h3.tilte span {
    color: #444;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.text-sl12 p.des-sl12 {
    display: inline;
    background: #000;
    font-weight: bold;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.text-sl12 h4 {
    font-size: 84px;
    color: #f57d20;
    font-weight: 700;
    margin: 0;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.text-sl12 .des {
    font-size: 20px;
    color: #fff;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.text-sl12 .button-shop {
    margin-top: 45px;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.text-sl12 .button-shop .btn-shop {
    font-size: 14px;
    padding: 7px 30px;
    font-weight: 600;
    text-transform: uppercase;
    background: #000;
    display: inline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.text-sl12 .button-shop .btn-shop:hover {
    background: #f57d20;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.text-sl13 {
    width: 100%;
    left: 23%;
    top: 26%;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.text-sl13 h3.tilte {
    font-size: 60px;
}
.module.sohomepage-slider.slideshow-v1 .sohomeslider-description .text.text-sl13 p.des-sl11 {
    margin-bottom: 20px;
}
.block-img .img-1 {
    width: 33.33333%;
    float: left;
    display: inline-block;
}
.module.custom-extra-1 {
    position: relative;
}
.module.custom-extra-1 .so-extraslider .item .item-wrap .item-readmore {
    text-align: center;
}
.module.custom-extra-1 .so-extraslider .item .item-wrap .item-readmore a {
    font-weight: 500;
    text-transform: uppercase;
}
.module.custom-extra-1 .so-extraslider .item .item-wrap .item-readmore:hover a {
    background: transparent;
    color: #f57d20;
}
.module.custom-extra-1 .products-list.grid .product-layout .product-item-container .right-block .price {
    margin-bottom: 4px;
}
.module.custom-extra-1 .so-extraslider {
    margin: 0;
}
.module.custom-extra-1 .so-extraslider .extraslider-inner {
    border: none;
}
@media (min-width: 1200px) {
    .module.custom-extra-1 .so-extraslider .extraslider-inner {
        padding-top: 20px;
    }
}
.module.custom-extra-1 .so-extraslider .owl2-controls {
    position: absolute;
    top: 20px;
    right: 0;
}
.module.custom-extra-1 .so-extraslider .owl2-controls .owl2-nav div {
    position: relative;
    opacity: 1;
    left: auto;
    right: auto;
    height: 36px;
    line-height: 34px;
    color: #aaa;
    font-size: 20px;
    float: left;
}
.module.custom-extra-1 .so-extraslider .owl2-controls .owl2-nav div:hover {
    color: #fff;
}
.module.custom-extra-1 .so-extraslider .owl2-controls .owl2-nav div.owl2-prev {
    margin-right: 4px;
}
.module.custom-bn-h1 {
    margin-bottom: 10px;
}
.full-wrapper {
    padding: 72px 0 32px;
}
.full-wrapper .block-basic-product {
    width: 51.4%;
    background: #fff;
    padding: 38px 30px 10px;
    -webkit-box-shadow: -1px 2px 7px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -1px 2px 7px 0px rgba(0, 0, 0, 0.4);
    box-shadow: -1px 2px 7px 0px rgba(0, 0, 0, 0.4);
}
.full-wrapper .block-basic-product .so-basic-product .product-thumb .image {
    width: 100px;
    float: left;
    border: 1px solid #ddd;
}
.full-wrapper .block-basic-product .so-basic-product .product-thumb .image img {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.full-wrapper .block-basic-product .so-basic-product .product-thumb .image:hover {
    border-color: #f57d20;
}
.full-wrapper .block-basic-product .modcontent {
    margin-top: 46px;
}
.full-wrapper .block-basic-product .so-basic-product .preset00-2 .item-element {
    padding-bottom: 30px;
}
.full-wrapper .block-basic-product .caption {
    margin-left: 120px;
}
.full-wrapper .block-basic-product .caption h4 {
    margin: 0;
}
.full-wrapper .block-basic-product .caption a {
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: -2px;
}
.full-wrapper .block-basic-product .caption a:hover {
    color: #f57d20;
}
.full-wrapper .block-basic-product .caption .ratings {
    margin: 0;
}
.full-wrapper .block-basic-product .caption .price {
    margin: 0 0 3px 0;
}
.module.block-listingtab {
    margin-bottom: 20px;
}
.module.block-listingtab .so-listing-tabs .owl2-controls {
    position: absolute;
    top: -32px;
    right: 0;
}
.module.block-listingtab .so-listing-tabs .owl2-controls .owl2-nav div {
    position: relative !important;
    opacity: 1;
    left: auto;
    right: auto;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 20px;
    color: #aaa;
    border-color: #ddd;
}
.module.block-listingtab .so-listing-tabs .owl2-controls .owl2-nav div:hover {
    background: #f57d20;
    border-color: #f57d20;
    color: #fff;
}
.module.block-listingtab .so-listing-tabs .owl2-controls .owl2-nav div:before {
    font-size: 20px;
}
.module.block-listingtab .so-listing-tabs .owl2-controls .owl2-nav div.owl2-prev {
    margin-right: 4px;
}
.module.block-listingtab .products-list.grid .product-layout .product-item-container {
    margin: 12px 0 11px;
}
.module.block-listingtab .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-item .item-inner {
    margin: 0;
}
.module.block-listingtab .so-listing-tabs .ltabs-wrap .ltabs-items-container {
    overflow: visible;
}
.module.block-listingtab .so-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items {
    overflow: visible;
}
.module.block-listingtab .so-listing-tabs .ltabs-wrap .ltabs-items-container .ltabs-items .ltabs-items-inner {
    overflow: visible;
}
.module.block-listingtab .so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    margin: 15px 0px;
}
.module.block-listingtab .products-list.grid .product-layout .product-item-container {
    display: inline-block;
    width: 100%;
}
.module.block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs {
    text-align: left;
}
.module.block-listingtab .so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-slider .ltabs-item {
    margin: 0;
}
.module.block-listingtab .so-listing-tabs {
    margin: 0;
}
.module.block-listingtab .wap-listing-tabs {
    margin-top: 18px;
}
.module.block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
    text-transform: uppercase;
    list-style: none;
    font-weight: bold;
    background: transparent;
    margin-right: 25px;
    float: left;
}
.module.block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.ltabs-tab > span {
    line-height: 1em;
    color: #999;
    padding: 0;
    position: relative;
    font-size: 20px;
}
.module.block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel, .module.block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover {
    background: transparent;
}
.module.block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel span, .module.block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs .ltabs-tab:hover span {
    color: #444;
}
.module.block-listingtab .so-listing-tabs .ltabs-tabs-container .ltabs-tabs li:first-child .ltabs-tab-label:before {
    content: "";
    position: absolute;
    bottom: -11px;
    background-color: #f57d20;
    width: 30px;
    height: 2px;
    left: 0;
}
.module.block-listingtab .ltabs-loadmore {
    display: none !important;
}
.module.block-deals {
    background: #fff;
}
@media (min-width: 1200px) {
    .module.block-deals .so-deals-category .so-deals-cat-wrap .so-deals-cat-container {
        width: 40%;
    }
}
.module.block-deals .so-deals-category .so-deals-cat-wrap .wap-deals-cat {
    float: left;
}
.module.block-deals .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .image:before {
    position: absolute;
    content: "";
    top: 0;
    width: 101px;
    height: 101px;
    background: url("../../images/dailydeal.png") no-repeat;
    z-index: 1;
    left: 0;
}
.module.block-deals .deals-cat-items-container .deal-cat-items .deal-cat-item .caption .item-time .time-item {
    float: left;
}
.module.block-deals .caption {
    text-align: left;
}
.module.block-deals .caption h4 {
    margin-bottom: 6px;
}
.module.block-deals .caption .price {
    margin: 0 0 3px 0;
}
.module.block-deals .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .caption .desc:before {
    position: absolute;
    content: "";
    top: 13px;
    background-color: #999;
    width: 100px;
    height: 1px;
    left: 0px;
}
.module.block-deals .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .caption .item-time .time-item .num-time {
    color: #f57d20;
}
.module.block-deals .so-deals-category .owl2-controls {
    position: absolute;
    top: 35px;
    bottom: inherit;
    right: 33px;
}
.module.block-deals .so-deals-category .product-thumb .image span.label-sale {
    background: #e74c3c none repeat scroll 0 0;
    right: 20px;
    left: auto;
}
@media (min-width: 1200px) {
    .module.block-deals .so-deals-category .deals-cat-items-container .deal-cat-items .deal-cat-item .item-inner .lt-image img {
        padding-top: 35px;
    }
}
.module.block-deals .so-deals-category .product-thumb .image span.label-sale:after {
    border-right: 8px solid transparent;
    border-left: none;
    left: 0;
    right: auto;
}
.module.block-deals .owl2-controls .owl2-nav div {
    top: 0;
    position: relative;
    left: auto;
    right: auto;
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 20px;
    color: #aaa;
    border-color: #ddd;
}
.module.block-deals .owl2-controls .owl2-nav div:hover {
    background: #f57d20;
    border-color: #f57d20;
    color: #fff;
}
.module.block-deals .owl2-controls .owl2-nav div:before {
    font-size: 20px;
}
.module.block-deals .so-deals-category .owl2-controls .owl2-nav .owl2-prev:hover, .module.block-deals .so-deals-category .owl2-controls .owl2-nav .owl2-next:hover {
    cursor: pointer;
    border: 1px solid #f57d20;
    color: #fff;
    background: #f57d20;
}
.recently-viewed .modhead2, .recently-viewed .modhead1 {
    background: #333 !important;
    min-height: 35px;
    min-width: 42px !important;
    text-align: center;
    font-size: 18px;
    border-radius: 3px 0px 0px 3px !important;
}
.latest-blog-home1 {
    padding: 0;
    margin: 0;
    border: none !important;
}
.latest-blog-home1 .modcontent {
    margin-top: 46px;
}
.latest-blog-home1 .cat-wrap {
    width: 100% !important;
    padding: 0 !important;
}
.latest-blog-home1 .cat-wrap .media {
    position: relative !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.latest-blog-home1 .cat-wrap .media img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0);
    -webkit-backface-visibility: hidden;
}
.latest-blog-home1 .cat-wrap .media:hover img {
    opacity: 0.7;
}
.latest-blog-home1 .cat-wrap .media-bodys {
    cursor: pointer;
    background-color: #fff;
    color: #666;
    min-height: 190px;
    position: relative;
    padding: 30px;
}
.latest-blog-home1 .cat-wrap .media-bodys .media-heading a {
    color: #444;
}
.latest-blog-home1 .cat-wrap .media-bodys:before {
    width: 0;
    height: 0;
    border-bottom: 7px solid #fff;
    position: absolute;
    content: "";
    top: -7px;
    left: 50%;
    margin-left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.latest-blog-home1 .cat-wrap .media-bodys .media-heading {
    margin-bottom: 10px;
}
.latest-blog-home1 .first-post {
    width: 50%;
    float: left;
}
.latest-blog-home1 .first-post .cat-wrap .media-bodys {
    color: #fff;
    background-color: #f57d20;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.latest-blog-home1 .first-post .cat-wrap .media-bodys:before {
    border-bottom: 7px solid #f57d20;
}
.latest-blog-home1 .first-post .cat-wrap .media-bodys .media-heading a {
    color: #fff;
}
.latest-blog-home1 .last-post {
    width: 50%;
    float: left;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-1 {
    width: 50% !important;
    float: left;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-1 .media-bodys:hover {
    background: #444;
    color: #fff;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-1 .media-bodys:hover .media-heading a {
    color: #fff;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-1 .media-bodys:hover:before {
    border-bottom: 7px solid #444;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-2 {
    width: 50% !important;
    float: left;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-2 .media-lefts {
    margin-top: 190px;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-2 .media-bodys {
    position: absolute;
    top: 0;
    right: 0;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-2 .media-bodys:hover {
    background: #444;
    color: #fff;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-2 .media-bodys:hover .media-heading a {
    color: #fff;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-2 .media-bodys:hover:after {
    border-top: 7px solid #444;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-2 .media-bodys:after {
    width: 0;
    height: 0;
    border-top: 7px solid #fff;
    position: absolute;
    content: "";
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 {
    position: relative;
    display: inline-block;
    width: 100% !important;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 .media-lefts {
    width: 50%;
    float: left;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 .media-bodys {
    width: 50%;
    float: left;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 .media-bodys:before {
    display: none;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 .media-bodys:hover {
    background: #444;
    color: #fff;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 .media-bodys:hover .media-heading a {
    color: #fff;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 .media-bodys:hover:after {
    border-right: 7px solid #444;
}
.latest-blog-home1 .last-post .cat-wrap.cat-wrap-3 .media-bodys:after {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -7px;
    left: -7px;
    border-right: 7px solid #fff;
}
.latest-blog-home1.so-latest-blog .blog-external-simple .media-left {
    padding: 0;
}
.block-ip.box-information .module{
    margin-bottom:24px
}
.socials-header ol,.socials-header ul,ul.socials-product,ul.why{
    list-style: none;
    padding: 0;
}
ul.socials-product li a{
    position: absolute;
    right: 47%;
    margin-top: -2%;
    color: #2ac60e;
}
ul.why li{
    font-size: 17px;
    line-height: 28px;
    border: 1px solid #4b5632;
    margin: 5px 0px;
    border-radius: 5px;
    padding: 10px;
    transition: 500ms;
    cursor: default;
}
ul.why li:hover{
    color: #06ba03;
    letter-spacing: 1px;
    transition: 1000ms;
}
.fa.fa-instagram{
    color: #f81131;
}
.fa.fa-facebook{
    color: #4861dd;
}
.footer-social a{
    font-size: 160%;
    padding: 3% 20%;
    color: #1b3595;
    border: 1px solid #34a319;
    line-height: 55px;
}
.footer-social a:hover{
    border-radius: 5px;
    transition: 200ms;
    color: #ce1414;
}
#paytr_taksit_tablosu{
    clear: both;
    font-size: 12px;
    max-width: 1200px;
    text-align: left;
    font-family: Arial, sans-serif;
}
#paytr_taksit_tablosu::before {
    display: table;
    content: " ";
}
#paytr_taksit_tablosu::after {
    content: "";
    clear: both;
    display: table;
}
.taksit-tablosu-wrapper{
    margin: 5px;
    width: 270px;
    padding: 12px;
    cursor: default;
    text-align: center;
    display: inline-block;
    border: 1px solid #e1e1e1;
}
.taksit-logo img{
    max-height: 28px;
    padding-bottom: 10px;
}
.taksit-tutari-text{
    float: left;
    width: 120px;
    color: #010101;
    margin-bottom: 5px;
    font-weight: 600;
}
.taksit-tutar-wrapper{
    display: inline-block;
    background-color: #f7f7f7;
}
.taksit-tutar-wrapper:hover{
    background-color: #e8e8e8;
}
.taksit-tutari{
    float: left;
    width: 120px;
    padding: 6px 0;
    color: #474747;
    border: 2px solid #ffffff;
}
.taksit-tutari-bold{
    font-weight: bold;
}
@media all and (max-width: 600px) {
    .taksit-tablosu-wrapper {
        margin: 5px 0;
    }
    .product-view .content-product-left .large-image{
        box-shadow: 0px 0px 5px #000;
        border-radius: 5px;
        margin: 10px;
    }
    .footer-support{
        padding: 20px 0px 0px 0px !important;
        text-align: center !important;
    }
    .footer-social{
        margin-top: 20px;
    }
}
.product-thumb.transition{
    transform: scale(1);
    transition: 500ms;
    border:1px dotted #2f1c35;
    overflow: hidden;
    margin-top: 10px;
    ;
    margin-bottom: 10px;
}
.product-thumb.transition .image{
    overflow: hidden;
}
.product-thumb.transition:hover img{
    transform: scale(1.1);
    transition: 500ms
}
.product-thumb.transition img{
    transform: scale(1);
    transition: 500ms;
}
.hideme{
    display:none !important
}
.product-compare .btn-default{
    background:none;
}
.product-compare .btn-default:hover{
    color:#000;
}
.slider-container-full .module.icon-style{
    padding-top:20px;
}
.module.so-extraslider-ltr .header-title,.ltabs-tabs-container,#header-title{
    background: #ff8b38;
    padding: 15px 5px 1px 20px !important;
    color: #fff;
    text-align: center;
    padding: 10px 0px 10px 0px !important;
    border-top: 1px solid #7b7474;
    border-bottom: 1px solid #7b7474;
    font-size: 18px;
}
#header-title h3,.header-title h3{
    padding:0;
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
}
.footer-support{
    padding: 5px;
    text-align: right;
}
.apps-content{
    margin-top: 40px;
}
.footer-social .socials-wrap ul li{
    list-style: none;
    float: left;
    margin: 25px 10px;
}
.footer-social .socials-wrap ul li a{
    font-size: 35px;
    color: #77ef2c;
    border: none;
}
.apps-content a img{
    background: #fff;
    padding: 5px;
    margin: 5px;
}
#google_translate_element_top{
    overflow: hidden;
    max-width: 86%;
}
#google_translate_element_top select{
    background: #fff;
    font-size: 100%;
}
#footer-blocks .inner{
    border: 2px solid #fff;
    padding: 5px;
    min-height: 70px;
    text-align: center;
    border-radius: 5px;
    background: #ff8b38;
    color: #1e1814;
    letter-spacing: 1px;
    transition: 500ms;
    cursor: default;
}
#footer-blocks i{
    font-size: 200%;
    padding: 0px 10px;
    color: #233089;
    width:100%;
}
#footer-blocks span{
    vertical-align: top;
    font-size: 135%;
}
#footer-blocks .inner:hover{
    background: #F8F4C9;
    transition: 200ms;
}
@media (max-width: 767px) {
    #google_translate_element_top select {
        font-size: 65%;
        width: 100%;
        padding: 5px 0px;
    }
    header.typeheader-2 .header-center .header-center-left .header-search #sosearchpro.search-pro .form-search .autosearch-input {
        padding: 19px 10px !important;
        margin-top: 0px;
        margin-left: 0px;
        box-shadow: 0px 0px 1px #000 !important;
    }
    header.typeheader-2 .header-center .header-center-left .shopping_cart a.top_cart .shopcart{
        border:none
    }
    #footer-blocks span{
        vertical-align: top;
        font-size: 100%;
    }
    #footer-blocks .inner{
        min-height: 115px;
        margin-bottom: 10px;
    }
    header.typeheader-2 .header-bottom .header-navigation{
        float: left;
    }
    .product-filter.filters-panel{
        /*display:none;
        */
    }
}
#instalments .once{
    border-top: 1px solid #c5bbbb;
    border-bottom: 1px solid #c5bbbb;
    padding-top: 10px;
    padding-bottom: 10px;
}
#instalments .banks{
    border-bottom: 1px solid #c5bbbb;
    padding-top: 10px;
    margin-bottom: 10px;
}
#instalments .banks .radio{
    border-top: 1px solid #c5bbbb;
}
.totalcols{
    min-width: 220px;
}
.category-thumbs{
    padding:0px 15px
}
hr{
    margin:10px 0px;
}
.owl2-dots{
    display:none !important;
}
.mark,mark{
    padding: .2em;
    background-color: #f8f4c9;
    line-height: 40px;
}
