@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,300,700');

/* Occategory */
.search-container {
    padding: 0;
    position: relative;
    background: #fff;
    width: 435px;
    height: 35px;
    border: 1px solid #fff;
}

#search-by-category {
    float: left;
    padding: 35px 0 40px;
}

#category-search {
    height: 46px;
}

.categories-container {
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
    z-index: 99;
}

.hover-cate {
    padding: 0 0 0 10px;
    font-size: 13px;
    line-height: 33px;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    background: #fff;
    color: #4a4a51;
    border-right: 1px solid #38383f;
}

.hover-cate span {
    line-height: 33px !important;
}

.categories-container .item-cate {
    color: #000;
    padding: 3px 20px;
    line-height: 26px;
}

.categories-container .fa {
    margin-left: 10px;
}

#text-search {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e8e8e8;
    border: none;
    font-size: 16px;
    height: 33px;
    line-height: 33px;
    padding: 0 60px 0 130px;
    width: 100%;
}

#btn-search-category {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #4a4a51 none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #323235;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    height: 33px;
    line-height: 33px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 300ms ease 0s;
    width: 50px;
    margin: 0;
}

#btn-search-category i {
    font-style: normal;
    font-weight: normal;
}

#btn-search-category .icon-search:before {
    content: "\f002";
    font-family: FontAwesome;
}

.ajax-loader-container {
    display: none;
}

.ajax-result-item {
    list-style: none;
}

.ajax-loader-container {
    position: absolute;
    top: 46px;
    z-index: 110;
    width: 470px;
    height: 300px;
    border: 2px solid antiquewhite;
    background-color: white;
    opacity: 0.5;
}

.product-info {
    display: inline-block;
}

.product-info > .product-img {
    float: left;
}

.product-info > .detail {
    float: left;
}

.product-info .price-old {
    text-decoration: line-through;
}

#search-by-category .search-ajax {
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 50%;
    width: 68%;
    margin: 0 0 0 -125px;
}

#search-by-category .product-info .product-img {
    width: 100%;
    height: 100%;
}

.ajax-result-container .ajax-result-list {
    display: block;
    border: 1px solid #ddd;
    max-height: 300px;
    overflow: auto;
    padding: 30px 10px 10px;
}

#search-by-category .search-ajax .product-name {
    color: #4a4a51;
    display: block;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    margin: 7px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 300ms ease 0s;
    white-space: nowrap;
    /*text-transform: capitalize;*/
}

#search-by-category .search-ajax .product-name:hover {
    color: #f17183;
}

#search-by-category .search-ajax .price-old {
    font-size: 10px;
}

#search-by-category .search-ajax .price {
    font-size: 18px;
}

@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

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

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

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

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* OcLayerNavigation */
.layered-navigation-block {
    display: none;
    background-color: black;
    height: 100%;
    opacity: 0.35;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
}

.ajax-loader {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
}

.layered-heading {
    font-weight: bolder;
    font-size: large;
}

.layer-category .list-group-item {
    border: 0 !important;
}

.layer-category .list-group a {
    display: inline-block;
}

.filter-attribute-container:last-child {
    border-bottom: 0;
}

.filter-attribute-container .remove-filter {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    font-size: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    background: url(../image/remove-icon.png) no-repeat;
    border: 0;
}

.filter-attribute-container .remove-filter:hover {
    background: url(../image/remove-icon.png) no-repeat;
    opacity: 0.5;
    border: 0;
}

.filter-attribute-container .filter-clear-all {
    text-align: right;
}

.filter-attribute-container .filter-clear-all .clear-filter {
    background: none;
    color: #23a1d1;
}

.filter-attribute-container .filter-clear-all .clear-filter:hover {
    background: none;
    color: #2a6496;
}

.filter-attribute-container .list-group-item {
    overflow: hidden;
    position: relative;
}

.filter-attribute-container .list-group-item p {
    margin: 0;
}

.filter-attribute-container .list-group-item .filter-price .input-price {
    width: 50px;
    margin: 0 10px 0 0;
    text-align: center;
}

.filter-attribute-container .list-group-item .filter-price .input-price:hover {
    cursor: not-allowed;
}

.filter-attribute-container .list-group-item .filter-price #slider-price {
    margin: 10px;
    background: #000;
}

.list-group .filter-attribute-container a {
    color: #797979;
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
    border: 0;
}

.layer-category .panel {
    background: none;
    border: none;
}

.panel .layered-heading.panel-heading {
    background: #282828;
    color: #fff;
    padding: 15px;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: uppercase;
    border-radius: 0;
}

.layered .list-group {
    padding: 15px;
    border: 1px solid #e1e1e1;
}

.layered .list-group-item {
    border: none;
    background: none;
    box-shadow: none;
    padding: 0;
    /*text-transform: capitalize;*/
}

.layered .filter-attribute-container {
    margin-top: 15px;
}

.layered .filter-attribute-container label {
    color: #000000;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.layered .list-group a {
    display: inline-block;
    width: 100%;
    border: none;
}

.layered .list-group a:hover {
    background: none;
    border: none;
    color: #c38748;
}

.list-group .ui-slider .ui-slider-range {
    background: #ff7b52 !important;
    border: none !important;
    border-radius: 0;
    z-index: 0;
}

.list-group .ui-slider .ui-slider-handle {
    background: #000 !important;
    border: none !important;
}

.filter-attribute-container .list-group-item .filter-price .slider-values {
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    text-align: center;
    margin: 20px 0 10px;
}

.ui-slider .ui-slider-handle {
    width: 5px !important;
    margin: 0 !important;
}

.ui-widget-content {
    border: none !important;
    border-radius: 0 !important;
}

.ui-slider-horizontal {
    height: 6px !important;
}

@font-face {
    font-family: 'Pe-icon-7-stroke';
    src: url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
    src: url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
    url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
    url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
    url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
    content: "\e6aa";
}

.pe-7s-arc:before {
    content: "\e6ab";
}

.pe-7s-back-2:before {
    content: "\e6ac";
}

.pe-7s-bandaid:before {
    content: "\e6ad";
}

.pe-7s-car:before {
    content: "\e6ae";
}

.pe-7s-diamond:before {
    content: "\e6af";
}

.pe-7s-door-lock:before {
    content: "\e6b0";
}

.pe-7s-eyedropper:before {
    content: "\e6b1";
}

.pe-7s-female:before {
    content: "\e6b2";
}

.pe-7s-gym:before {
    content: "\e6b3";
}

.pe-7s-hammer:before {
    content: "\e6b4";
}

.pe-7s-headphones:before {
    content: "\e6b5";
}

.pe-7s-helm:before {
    content: "\e6b6";
}

.pe-7s-hourglass:before {
    content: "\e6b7";
}

.pe-7s-leaf:before {
    content: "\e6b8";
}

.pe-7s-magic-wand:before {
    content: "\e6b9";
}

.pe-7s-male:before {
    content: "\e6ba";
}

.pe-7s-map-2:before {
    content: "\e6bb";
}

.pe-7s-next-2:before {
    content: "\e6bc";
}

.pe-7s-paint-bucket:before {
    content: "\e6bd";
}

.pe-7s-pendrive:before {
    content: "\e6be";
}

.pe-7s-photo:before {
    content: "\e6bf";
}

.pe-7s-piggy:before {
    content: "\e6c0";
}

.pe-7s-plugin:before {
    content: "\e6c1";
}

.pe-7s-refresh-2:before {
    content: "\e6c2";
}

.pe-7s-rocket:before {
    content: "\e6c3";
}

.pe-7s-settings:before {
    content: "\e6c4";
}

.pe-7s-shield:before {
    content: "\e6c5";
}

.pe-7s-smile:before {
    content: "\e6c6";
}

.pe-7s-usb:before {
    content: "\e6c7";
}

.pe-7s-vector:before {
    content: "\e6c8";
}

.pe-7s-wine:before {
    content: "\e6c9";
}

.pe-7s-cloud-upload:before {
    content: "\e68a";
}

.pe-7s-cash:before {
    content: "\e68c";
}

.pe-7s-close:before {
    content: "\e680";
}

.pe-7s-bluetooth:before {
    content: "\e68d";
}

.pe-7s-cloud-download:before {
    content: "\e68b";
}

.pe-7s-way:before {
    content: "\e68e";
}

.pe-7s-close-circle:before {
    content: "\e681";
}

.pe-7s-id:before {
    content: "\e68f";
}

.pe-7s-angle-up:before {
    content: "\e682";
}

.pe-7s-wristwatch:before {
    content: "\e690";
}

.pe-7s-angle-up-circle:before {
    content: "\e683";
}

.pe-7s-world:before {
    content: "\e691";
}

.pe-7s-angle-right:before {
    content: "\e684";
}

.pe-7s-volume:before {
    content: "\e692";
}

.pe-7s-angle-right-circle:before {
    content: "\e685";
}

.pe-7s-users:before {
    content: "\e693";
}

.pe-7s-angle-left:before {
    content: "\e686";
}

.pe-7s-user-female:before {
    content: "\e694";
}

.pe-7s-angle-left-circle:before {
    content: "\e687";
}

.pe-7s-up-arrow:before {
    content: "\e695";
}

.pe-7s-angle-down:before {
    content: "\e688";
}

.pe-7s-switch:before {
    content: "\e696";
}

.pe-7s-angle-down-circle:before {
    content: "\e689";
}

.pe-7s-scissors:before {
    content: "\e697";
}

.pe-7s-wallet:before {
    content: "\e600";
}

.pe-7s-safe:before {
    content: "\e698";
}

.pe-7s-volume2:before {
    content: "\e601";
}

.pe-7s-volume1:before {
    content: "\e602";
}

.pe-7s-voicemail:before {
    content: "\e603";
}

.pe-7s-video:before {
    content: "\e604";
}

.pe-7s-user:before {
    content: "\e605";
}

.pe-7s-upload:before {
    content: "\e606";
}

.pe-7s-unlock:before {
    content: "\e607";
}

.pe-7s-umbrella:before {
    content: "\e608";
}

.pe-7s-trash:before {
    content: "\e609";
}

.pe-7s-tools:before {
    content: "\e60a";
}

.pe-7s-timer:before {
    content: "\e60b";
}

.pe-7s-ticket:before {
    content: "\e60c";
}

.pe-7s-target:before {
    content: "\e60d";
}

.pe-7s-sun:before {
    content: "\e60e";
}

.pe-7s-study:before {
    content: "\e60f";
}

.pe-7s-stopwatch:before {
    content: "\e610";
}

.pe-7s-star:before {
    content: "\e611";
}

.pe-7s-speaker:before {
    content: "\e612";
}

.pe-7s-signal:before {
    content: "\e613";
}

.pe-7s-shuffle:before {
    content: "\e614";
}

.pe-7s-shopbag:before {
    content: "\e615";
}

.pe-7s-share:before {
    content: "\e616";
}

.pe-7s-server:before {
    content: "\e617";
}

.pe-7s-search:before {
    content: "\e618";
}

.pe-7s-film:before {
    content: "\e6a5";
}

.pe-7s-science:before {
    content: "\e619";
}

.pe-7s-disk:before {
    content: "\e6a6";
}

.pe-7s-ribbon:before {
    content: "\e61a";
}

.pe-7s-repeat:before {
    content: "\e61b";
}

.pe-7s-refresh:before {
    content: "\e61c";
}

.pe-7s-add-user:before {
    content: "\e6a9";
}

.pe-7s-refresh-cloud:before {
    content: "\e61d";
}

.pe-7s-paperclip:before {
    content: "\e69c";
}

.pe-7s-radio:before {
    content: "\e61e";
}

.pe-7s-note2:before {
    content: "\e69d";
}

.pe-7s-print:before {
    content: "\e61f";
}

.pe-7s-network:before {
    content: "\e69e";
}

.pe-7s-prev:before {
    content: "\e620";
}

.pe-7s-mute:before {
    content: "\e69f";
}

.pe-7s-power:before {
    content: "\e621";
}

.pe-7s-medal:before {
    content: "\e6a0";
}

.pe-7s-portfolio:before {
    content: "\e622";
}

.pe-7s-like2:before {
    content: "\e6a1";
}

.pe-7s-plus:before {
    content: "\e623";
}

.pe-7s-left-arrow:before {
    content: "\e6a2";
}

.pe-7s-play:before {
    content: "\e624";
}

.pe-7s-key:before {
    content: "\e6a3";
}

.pe-7s-plane:before {
    content: "\e625";
}

.pe-7s-joy:before {
    content: "\e6a4";
}

.pe-7s-photo-gallery:before {
    content: "\e626";
}

.pe-7s-pin:before {
    content: "\e69b";
}

.pe-7s-phone:before {
    content: "\e627";
}

.pe-7s-plug:before {
    content: "\e69a";
}

.pe-7s-pen:before {
    content: "\e628";
}

.pe-7s-right-arrow:before {
    content: "\e699";
}

.pe-7s-paper-plane:before {
    content: "\e629";
}

.pe-7s-delete-user:before {
    content: "\e6a7";
}

.pe-7s-paint:before {
    content: "\e62a";
}

.pe-7s-bottom-arrow:before {
    content: "\e6a8";
}

.pe-7s-notebook:before {
    content: "\e62b";
}

.pe-7s-note:before {
    content: "\e62c";
}

.pe-7s-next:before {
    content: "\e62d";
}

.pe-7s-news-paper:before {
    content: "\e62e";
}

.pe-7s-musiclist:before {
    content: "\e62f";
}

.pe-7s-music:before {
    content: "\e630";
}

.pe-7s-mouse:before {
    content: "\e631";
}

.pe-7s-more:before {
    content: "\e632";
}

.pe-7s-moon:before {
    content: "\e633";
}

.pe-7s-monitor:before {
    content: "\e634";
}

.pe-7s-micro:before {
    content: "\e635";
}

.pe-7s-menu:before {
    content: "\e636";
}

.pe-7s-map:before {
    content: "\e637";
}

.pe-7s-map-marker:before {
    content: "\e638";
}

.pe-7s-mail:before {
    content: "\e639";
}

.pe-7s-mail-open:before {
    content: "\e63a";
}

.pe-7s-mail-open-file:before {
    content: "\e63b";
}

.pe-7s-magnet:before {
    content: "\e63c";
}

.pe-7s-loop:before {
    content: "\e63d";
}

.pe-7s-look:before {
    content: "\e63e";
}

.pe-7s-lock:before {
    content: "\e63f";
}

.pe-7s-lintern:before {
    content: "\e640";
}

.pe-7s-link:before {
    content: "\e641";
}

.pe-7s-like:before {
    content: "\e642";
}

.pe-7s-light:before {
    content: "\e643";
}

.pe-7s-less:before {
    content: "\e644";
}

.pe-7s-keypad:before {
    content: "\e645";
}

.pe-7s-junk:before {
    content: "\e646";
}

.pe-7s-info:before {
    content: "\e647";
}

.pe-7s-home:before {
    content: "\e648";
}

.pe-7s-help2:before {
    content: "\e649";
}

.pe-7s-help1:before {
    content: "\e64a";
}

.pe-7s-graph3:before {
    content: "\e64b";
}

.pe-7s-graph2:before {
    content: "\e64c";
}

.pe-7s-graph1:before {
    content: "\e64d";
}

.pe-7s-graph:before {
    content: "\e64e";
}

.pe-7s-global:before {
    content: "\e64f";
}

.pe-7s-gleam:before {
    content: "\e650";
}

.pe-7s-glasses:before {
    content: "\e651";
}

.pe-7s-gift:before {
    content: "\e652";
}

.pe-7s-folder:before {
    content: "\e653";
}

.pe-7s-flag:before {
    content: "\e654";
}

.pe-7s-filter:before {
    content: "\e655";
}

.pe-7s-file:before {
    content: "\e656";
}

.pe-7s-expand1:before {
    content: "\e657";
}

.pe-7s-exapnd2:before {
    content: "\e658";
}

.pe-7s-edit:before {
    content: "\e659";
}

.pe-7s-drop:before {
    content: "\e65a";
}

.pe-7s-drawer:before {
    content: "\e65b";
}

.pe-7s-download:before {
    content: "\e65c";
}

.pe-7s-display2:before {
    content: "\e65d";
}

.pe-7s-display1:before {
    content: "\e65e";
}

.pe-7s-diskette:before {
    content: "\e65f";
}

.pe-7s-date:before {
    content: "\e660";
}

.pe-7s-cup:before {
    content: "\e661";
}

.pe-7s-culture:before {
    content: "\e662";
}

.pe-7s-crop:before {
    content: "\e663";
}

.pe-7s-credit:before {
    content: "\e664";
}

.pe-7s-copy-file:before {
    content: "\e665";
}

.pe-7s-config:before {
    content: "\e666";
}

.pe-7s-compass:before {
    content: "\e667";
}

.pe-7s-comment:before {
    content: "\e668";
}

.pe-7s-coffee:before {
    content: "\e669";
}

.pe-7s-cloud:before {
    content: "\e66a";
}

.pe-7s-clock:before {
    content: "\e66b";
}

.pe-7s-check:before {
    content: "\e66c";
}

.pe-7s-chat:before {
    content: "\e66d";
}

.pe-7s-cart:before {
    content: "\e66e";
}

.pe-7s-camera:before {
    content: "\e66f";
}

.pe-7s-call:before {
    content: "\e670";
}

.pe-7s-calculator:before {
    content: "\e671";
}

.pe-7s-browser:before {
    content: "\e672";
}

.pe-7s-box2:before {
    content: "\e673";
}

.pe-7s-box1:before {
    content: "\e674";
}

.pe-7s-bookmarks:before {
    content: "\e675";
}

.pe-7s-bicycle:before {
    content: "\e676";
}

.pe-7s-bell:before {
    content: "\e677";
}

.pe-7s-battery:before {
    content: "\e678";
}

.pe-7s-ball:before {
    content: "\e679";
}

.pe-7s-back:before {
    content: "\e67a";
}

.pe-7s-attention:before {
    content: "\e67b";
}

.pe-7s-anchor:before {
    content: "\e67c";
}

.pe-7s-albums:before {
    content: "\e67d";
}

.pe-7s-alarm:before {
    content: "\e67e";
}

.pe-7s-airplay:before {
    content: "\e67f";
}

body {
    height: 100%;
    line-height: 1.425;
    font-size: 14px;
    color: #777777;
    font-family: 'Tahoma', sans-serif;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #777;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

a:focus {
    outline: none !important;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

button {
    outline: none;
}

/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

ol, ul, p {
    margin: 0;
    padding: 0;
}

a:hover {
    border-color: none !important;
}

#back-top {
    background: url("../image/back-top.png") no-repeat scroll 50% 50% #333;
    bottom: 90px;
    display: none;
    height: 55px;
    position: fixed;
    right: 12px;
    width: 55px;
    cursor: pointer;
    z-index: 9999;
}

#back-top:hover {
    background-color: #ff7b52;
}

/* top */
#top .container {
    padding: 0 20px;
}

#top #currency .currency-select {
    text-align: left;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links a + a {
    margin-left: 15px;
}

/* logo */

/* .fix-header {
    z-index: 9999999;
    position: fixed !important;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(255,255,255,0.7);
	    -webkit-box-shadow: 0 3px 5px 0 rgba(153,153,153,0.5);
    -moz-box-shadow: 0 3px 5px 0 rgba(153,153,153,0.5);
    box-shadow: 0 3px 5px 0 rgba(153,153,153,0.5);
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    transition: background 300ms ease;
}
.fix-header .pt_custommenu{border: none;} */

/* search */
#search {
    position: absolute;
    top: 88px;
    right: 0;
    left: auto;
    padding: 0;
    border: 2px solid #353535;
}

#search.dropdown-menu {
    min-width: auto !important;
}

.heafer-search {
    position: relative;
    float: right;
    margin: 0 10px;
    padding-top: 55px;
}

#search .input-lg {
    background: none;
    border: medium none;
    color: #9c9c9c;
    display: inline;
    height: 40px;
    padding: 2px 60px 2px 13px;
    width: 290px;
    font-weight: 300;
    box-shadow: none;
}

#search .btn-lg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #353535;
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    box-shadow: none;
}

.top-search {
    border: 2px solid #353535;
    color: #353535;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: none;
    padding: 0;
    position: relative;

}

.top-search .fa:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 28px;
}

.top-search .icon-search:before {
    content: "\f002";
}

/* cart */

#cart > .btn {
    line-height: 18px;
    color: #FFF;
}

#cart.open > .btn {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    min-width: 100%;
    background: #ffffff;
    border: 1px solid #EBEBEB;
    border-top: 2px solid #c38749;
    padding: 10px;
    text-align: left;
    top: 0%;
    width: 280px;
}

#cart:hover .dropdown-menu {
    opacity: 1;
    top: 100%;
    display: inline-block;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
}

#cart .row-cart .image-cart {
    width: 60px;
    float: left;
}

#cart .row-cart .cart-content {
    margin-left: 75px;
    font-size: 14px;
    text-align: left;
    position: relative;
}

.fa-times-circle:before {
    content: "\f057";
}

.cart-content .product-name a {
    font-family: 'Roboto Condensed', sans-serif;
    color: #4a4a51;
    font-size: 13px;
    text-transform: uppercase;
}

.cart-content .product-name a:hover {
    color: #f17183;
}

.row2-cart .text1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #4e4e4e;
}

.row2-cart .text {
    text-align: left;
}

.table-bordered thead td {
    background-color: #f7f7f7;
    border: 1px solid #eeeeee !important;
    color: #4d4d4d;
    float: none;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    min-width: 130px;
    vertical-align: middle;
}

.table-bordered td {
    text-align: center;
}

.text-right {
    text-align: left;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu table.table-striped a {
    color: #4a4a51;
    display: block;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
}

#cart .dropdown-menu table.table-striped td.text-right {
    color: #010101;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
}

.row2-cart .button-cart a {
    background: #4e4e4e;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 22px;
    padding: 6px 10px;
    text-transform: uppercase;
    display: inline-block;
}

.row2-cart .button-cart a:hover {
    background: #c38748;
}

.row2-cart .button-cart .fa {
    margin-right: 5px;
}

.row-cart {
    width: 100%;
    margin-bottom: 10px;
    display: inline-block;
}

.row2-cart .button-cart {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}

#cart .dropdown-menu table.table-striped a:hover {
    color: #f17183;
}

#cart .dropdown-menu table.table-striped button {
    background: #f17183;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-toggle {
        display: block !important;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */
#content {
    min-height: 300px;
}

/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

.alert-success {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    text-align: center;
}

/* breadcrumb */
.breadcrumb {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding: 0;
    color: #c38748;
    font-size: 12px;
    font-weight: 300;
    border-radius: 0;
}

.login-register {
    margin-top: 15px;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 15px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li a {
    display: block;
    font-size: 12px;
    /*text-transform: capitalize;*/
    font-weight: normal;
    color: #000;
}

.breadcrumb > li:last-child:after {
    display: none;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 19px;
    right: -5px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
    outline: 0 !important;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary, .btn-default, .btn-danger {
    background: #c38748;
    border-radius: 0;
    color: #fff;
    border: none;
}

.btn-primary:hover, .btn-danger:hover, .btn-default:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: #f17183;
    border-color: #cb5b6b;
    color: #fff;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: none !important;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

.input-group-btn button.btn.btn-primary {
    border: none;
    padding: 8px 15px;
}

.input-group-btn button.btn.btn-danger {
    border-radius: 0;
    background: #f17183;
    border: none;
    padding: 8px 15px;
}

.input-group-btn button.btn.btn-danger:hover {
    background: #a1d7ca;
}

.form-control {
    height: 33px;
}

.input-group.btn-block input {
    width: 58px;
    height: 34px;
}

.input-group.btn-block span.input-group-btn {
    width: auto;
}

.table.table-bordered .text-left a {
    color: #4a4a51;
    display: block;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
}

#button-account {
    margin-top: 10px;
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.thumbnails {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 3px solid #cdcdcd;
}

.image-additional a:hover {
    border-color: #fff;
}

.thumbnails .image-additional.owl-carousel .owl-item {
    padding: 0;
}

.zoomLens {
    height: 200px !important;
    width: 200px !important;
}

.product-view .thumbnail .zoomContainer .zoomLens {
    border: 1px solid #f1f1f1 !important;
}

.product-view .thumbnail .zoomContainer .zoomWindow {
    border: 1px solid #ededed !important;
}

.product-view .thumbnail .zoomContainer {
    top: 0 !important;
    left: 0 !important;
}

.thumbnails .thumbnail {
    border: none !important;
    padding: 0 !important;
}

.thumbnails .thumbnails-image {
    position: relative;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

li {
    list-style: none;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.icon-envelope:before {
    content: "";
}

/*----------header------------*/

.header-links {
    border-bottom: 1px solid #d3d3d3;
}

.header-phone, .header-email {
    color: #bebebe;
    float: left;
    font-weight: bold;
    line-height: 40px;
}

.header-email {
    padding-left: 15px;
}

.header-phone span, .header-email span {
    color: #fff;
}

.currency-language {
    float: right;
    padding: 9px 0;
    margin-right: 15px;
}

.links-currency-language {
    display: inline-block;
    float: right;
}

.text-welcome {
    display: inline-block;
    line-height: 40px;
    font-size: 12px;
}

#top-links {
    padding: 10px 0;
}

#top-links .links a {
    border-left: 1px solid #f1f2f2;
    font-size: 12px;
    color: #adadad;
    padding: 0 15px;
    line-height: 20px;
}

#top-links .links a i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    margin-right: 5px;
}

#top-links .links a:hover {
    color: #c38749;
}

#top-links .links li {
    padding: 0 !important;
}

#top-links .links a .fa {
    margin-left: 5px;
}

.currency-language button {
    padding: 0;
}

.currency-language button .fa {
    color: #adadad;
    line-height: 20px;
}

.currency-language span {
    color: #9c9c9c;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    padding-left: 10px;
    font-weight: 500;
    vertical-align: top;
}

.header {
    position: relative;
}

.btn-link:focus, .btn-link:hover {
    text-decoration: none !important;
}

.icon-user:before {
    content: "\f007";
}

.icon-heart:before {
    content: "\f004";
}

.icon-share-square-o:before, .icon-share:before, .icon-share-alt:before {
    content: "\f045";
}

.icon-unlock-alt:before {
    content: "\f13e";
}

#logo {
    padding: 30px 0;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 13px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.currency-language .dropdown-menu {
    position: absolute;
    top: 30px;
    border: none;
    box-shadow: none;
    color: #fff;
    left: 0;
    width: 157px;
    background: #4a4a51;
    z-index: 999;
}

.currency-language .dropdown-menu li {
    padding: 10px 0;
}

.currency-language .dropdown-menu li > a:hover {
    background: none;
}

.currency-language .dropdown-menu .btn-link {
    color: #fff !important;
    padding: 0 20px;
    text-align: left;
    border: none;
    font-weight: bold;
    text-decoration: none;
}

.currency-language .dropdown-menu .btn-link:hover, .currency-language .dropdown-menu li a:hover {
    color: #f17183 !important;
}

#top-links ul.links a, #top-links ul.links a:hover {
    background: none;
    text-decoration: none;
}

#top-links ul.links .dropdown-menu {
    background: #4a4a51;
    margin-top: 12px;
}

.currency-language .dropdown-menu li a {
    color: #fff !important;
    font-weight: bold;
}

.header-cart {
    float: right;
}

.top-cart {
    display: inline-block;
    float: right;
    padding-top: 55px;
}

#cart:hover {
    overflow: inherit;
}

#cart button {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
}

.cart-content .cart-button {
    position: absolute;
    bottom: 0px;
    right: 0;
}

#cart button i.fa {
    color: #333;
    border: 0;
}

#cart button i.fa:hover {
    color: #f17183;
}

#cart > button:first-child:before {
    content: "\f07a";
    border: 2px solid #c38749;
    display: block;
    font-family: fontawesome;
    height: 32px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    color: #c38749;
    top: 0;
    width: 32px;
}

#cart > button:first-child {
    color: #464646;
    display: block;
    min-height: 32px;
    padding: 0 0 0 32px;
    position: relative;
}

#cart #cart-total {
    background: url("../image/icon_cart.png") no-repeat scroll left top;
    color: #fff;
    display: block !important;
    font-size: 12px;
    font-weight: 500;
    height: 23px;
    line-height: 25px;
    position: absolute;
    right: -10px;
    text-align: center;
    text-shadow: 0 0 0;
    top: -10px;
    width: 20px;
}

#search-by-category .dropdown-menu {
    max-height: 182px;
    overflow-y: auto;
    min-height: 77px;
}

.row2-cart {
    text-align: right;
    width: 100%;
    font-size: 14px;
}

/*---------------------------*/

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.item {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}

.item .rating {
    float: left;
}

.image {
    position: relative;
    margin-bottom: 15px;
    padding-top: 5px;
}

.image img {
    width: 100%;
}

.image2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    padding-top: 5px;
}

.image:hover .image2 {
    opacity: 100;
}

.product-list .actions1 {
    display: none;
}

.product-list .item .rating {
    float: right;
}

.name {
    margin: 9px 0;
}

.name a {
    color: #353535;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 0;
    /*text-transform: capitalize;*/
}

.name a:hover {
    color: #c38748;
}

.price {
    color: #c38748;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    float: right;
}

.price .price-new {
    margin-right: 5px;
}

.price-old {
    color: #8e8e8e;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}

.item .actions {
    background: #484848;
    opacity: 0;
    padding-bottom: 5px;
    padding-top: 10px;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.item .actions .add-to-link {
    display: inline-block;
    margin: 0;
}

.item:hover .actions {
    opacity: 1;
}

.actions .cart {
    float: left;
}

.actions .cart button:hover {
    background: #ff7b52;
}

.actions ul li {
    float: right;
    margin: 0 2px;
}

.actions .add-to-link li button {
    display: inline-block;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #c38749;
    background: none;
    color: #c38749;
    text-align: center;
    line-height: 40px;
    text-shadow: 0 0 0;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}

.actions .add-to-link li button i.fa {
    font-size: 16px;
    width: 100%;
    text-align: center;
}

.actions .add-to-link li button:hover {
    background: #c38749;
    border-color: #c38749;
    color: #fff;
}

.owl-buttons div {
    display: inline-block;
    background: #484848;
    width: 47px;
    height: 47px;
    line-height: 47px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 45%;
    font-size: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.owl-buttons div:hover {
    background: #c38749;
    color: #fff;
}

.owl-buttons div:after {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}

.owl-buttons div.owl-prev:after {
    content: "\f100";
    font-size: 15px;
    font-family: "FontAwesome";
}

.owl-buttons div.owl-next {
    right: 15px;
}

.owl-buttons div.owl-prev {
    left: 15px;
}

.owl-buttons div.owl-next:after {
    content: "\f101";
    font-size: 15px;
    font-family: "FontAwesome";
}

.icon-expand:before, .icon-resize-full:before {
    content: "\f065";
}

.new, .sale {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background: #1ea6b6 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 500;
    height: 26px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    width: 55px;
    position: absolute;
    left: 0;
    top: 8px;
}

.sale {
    background: #c38749;
    left: 35px;
}

/*----------cmsblock----------*/

.block-static-top {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 60px;
}

.block-static-top .static-block {
    padding: 60px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.block-static-top .static-block .item-block {
    display: inline-block;
    padding-left: 60px;
    position: relative;
    text-align: left;
}

.block-static-top .static-block .item-block i {
    font-size: 0;
    left: 0;
    position: absolute;
    top: 10px;
    color: #c38749;
}

.block-static-top .static-block .item-block i:before {
    font-size: 50px;
}

.block-static-top .static-block .item-block h4 {
    color: #484848;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.block-static-top .static-block .item-block p {
    color: #a7a7a7;
    font-size: 14px;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.static-block {
    margin-top: 40px;
}

.static-block .img {
    margin-bottom: 30px;
}

.static-block .img a {
    display: block;
    position: relative;
}

.static-block .img a:before {
    background: rgba(255, 255, 255, 0.1);
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.static-block .img a img {
    max-width: 100%;
}

.static-block .img a:hover:before {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*---------------------------*/

/*---------featuredsldier--------*/

.featured-sldier-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.featured-sldier-title h2 {
    padding: 0 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #262b32;
}

.featured-sldier-title h2:after {
    background: url("../image/icon_title.png") no-repeat scroll center top;
    bottom: -27px;
    content: "";
    display: block;
    height: 23px;
    left: 0;
    margin: 0 auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
}

.featured-container .owl-item {
    padding: 0 15px;
}

.featured-container:hover .owl-buttons div {
    opacity: 1;
}

/*---------------------------*/

/*----------special_countdown----------*/

.special_countdown {
    background: url(../image/bg_bg1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 30px 0;
    position: relative;
    margin-top: 60px;
}

.special_countdown:before {
    background: rgba(31, 34, 49, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.countdown-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.countdown-title h3 {
    padding: 0 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.countdown-title h3:after {
    background: url("../image/icon_title.png") no-repeat scroll center top;
    bottom: -27px;
    content: "";
    display: block;
    height: 23px;
    left: 0;
    margin: 0 auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
}

.countdown-inner {
    padding: 0 15px;
}

.item-countdown {
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 0 !important;
}

.item-countdown.item .actions {
    opacity: 1;
    position: static;
    background: none;
    padding: 0;
}

.item-countdown .bottom {
    padding: 15px;
}

.countdown-image img {
    width: 100%;
}

.item-countdown .bottom .name {
    margin: 0 0 20px;
}

.item-countdown .bottom .name a {
    font-weight: 500;
    font-size: 16px;
    /*text-transform: capitalize;*/
}

.item-countdown .bottom .rating {
    margin-bottom: 20px;
}

.item-countdown .bottom .description {
    border-top: 1px solid #ebebeb;
    clear: both;
    color: #8e8e8e;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-right: 15px;
    padding-top: 20px;
}

.item-countdown .bottom .price {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.item-countdown .bottom .price .price-old {
    color: #838383;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 14px;
}

.item-countdown .bottom .actions {
    display: inline-block;
}

.item-countdown .bottom .actions ul li {
    float: left;
    margin-right: 10px;
}

.item-countdown .bottom .actions ul li button {
    background: #fff;
    border: 1px solid #c38749;
    color: #c38749;
    width: 40px;
    height: 40px;
    display: block;
    text-shadow: 0 0 0;
    text-align: center;
    line-height: 40px;
}

.item-countdown .bottom .actions ul li button:hover {
    color: #fff;
    background: #c38749;
}

.is-countdown {
    background: #c38749;
    position: absolute;
    bottom: 15px;
    left: 30px;
    right: 30px;
    padding: 10px 0;
}

.countdown-section {
    display: inline-block;
    width: 25%;
    text-align: center;
    position: relative;
}

.countdown-section:before {
    background: #fff;
    right: 0;
    content: "";
    height: 15px;
    width: 1px;
    top: 50%;
    margin-top: -6px;
    position: absolute;
}

.countdown-section:last-child:before {
    display: none;
}

.is-countdown .countdown-amount {
    color: #fff;
}

.is-countdown .countdown-period {
    color: #fff;
    font-size: 11px;
    display: block;
}

/*---------------------------*/

/*--------newproduct--------*/

.newproductslide {
    margin-top: 60px;
}

.newproductslide:hover .owl-buttons div {
    opacity: 1;
}

.newproduct-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.newproduct-title h3 {
    padding: 0 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #262b32;
}

.newproduct-title h3:after {
    background: url("../image/icon_title.png") no-repeat scroll center top;
    bottom: -27px;
    content: "";
    display: block;
    height: 23px;
    left: 0;
    margin: 0 auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
}

.newproductslide .owl-item {
    padding: 0 15px;
}

/*---------------------------*/

/*---------------------------*/

.tabcategory {
    margin-top: 30px;
}

ul.tabs-category li {
    border-bottom: 1px solid #e5e5e5;
    color: #484848;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.productTabContent .owl-item {
    padding: 0 15px;
}

.tab_container_category .image {
    display: inline-block;
    margin: 0;
}

.tab_container_category .item-tab {
    margin-bottom: 30px;
}

.tab_container_category .des {
    display: inline-block;
    vertical-align: top;
}

.tab_container_category .name {
    margin: 15px 0 10px 0;
}

.tab_container_category .rating {
    margin-bottom: 10px;
}

.tab_container_category .price {
    float: none;
}

.tab_container_category .name a {
    font-size: 14px;
    /*text-transform: capitalize;*/
}

/*---------------------------*/

/*----------bestseller-sldier---------*/

.bestseller-sldier {
    margin-top: 30px;
}

.bestseller-sldier-title {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.bestseller-sldier-title h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #4a4a51;
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin: 0;
    line-height: 30px;
    padding: 10px 0;
    cursor: pointer;
    z-index: 9;
}

.bestseller-sldier .owl-buttons {
    top: -73px;
}

.bestseller-sldier .item {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    padding: 16px 12px;
}

.bestseller-sldier .item:hover {
    background: #4a4a51;
}

.bestseller-sldier .image {
    display: inline-block;
    padding: 0;
    float: left;
}

.bestseller-sldier .tabs-conten {
    margin-left: 95px;
}

.bestseller-sldier .price {
    margin: 7px 0 15px;
    min-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.bestseller-sldier .actions .cart button .fa {
    padding: 0;
}

.bestseller-sldier .item .actions {
    border: none;
    padding: 0;
}

.bestseller-sldier .actions ul li {
    float: none;
    display: inline-block;
}

.bestseller-sldier .actions .cart button {
    padding: 0;
}

.bestseller-sldier .item {
    background: #e9e9e9;
    border: none;
}

.bestseller-sldier .price {
    color: #ff7b52;
}

.bestseller-sldier .item:hover .name a {
    color: #fff;
}

/*---------------------------*/

/*-----------footer-----------*/

.newletter-container {
    border: 2px solid #e6e6e6;
    padding: 30px;
    min-height: 310px;
    margin-top: 40px;
}

.newsletter {
    margin: 35px 0;
}

.newletter-title h2 {
    border-bottom: 1px solid #efefef;
    color: #484848;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.newletter-title h2 i {
    background: #fff;
    bottom: -7px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40px;
}

.newletter-container .des-newletter {
    color: #a8a8a8;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 30px;
}

.newleter-content input {
    background: none;
    border: 1px solid #e8e8e8;
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    padding: 0 45px 0 15px;
    text-align: left;
    width: 100%;
    outline: none;
}

.newleter-content {
    position: relative;
}

.newleter-content a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    bottom: 0;
    color: #bababa;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
    width: 45px;
    text-align: center;
    line-height: 45px !important;
}

.newleter-content a:hover i {
    color: #c38749;
}

.icon-send-o:before, .icon-paper-plane-o:before {
    content: "\f1d9";
}

.newleter-content span {
    height: 36px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font: normal 14px/36px "Roboto Condensed", sans-serif;
    font-weight: bold;
}

#footer {
    background: #2f2f2f;
    padding: 45px 0 30px;
    margin-top: 60px;
}

#footer .footer-title h3 {
    color: #c38749;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.icon-home:before {
    content: "\f015";
}

#footer .footer-static-content ul li {
    padding: 0;
    overflow: hidden;
    line-height: 16px;
    color: #c8c8c8;
    margin-top: 20px;
}

#footer .footer-static-content ul li span {
    float: left;
}

#footer .footer-static-content ul li em {
    margin: 1px 10px 1px 1px;
    font-size: 19px;
    width: 40px;
    text-align: center;
    float: left;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0;
}

#footer .footer-static-content ul li em.icon-home {
    color: #33c4b5;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 0 0 1px rgba(51, 196, 181, 1);
    -moz-box-shadow: 0 0 0 1px rgba(51, 196, 181, 1);
    box-shadow: 0 0 0 1px rgba(51, 196, 181, 1);
}

#footer .footer-static-content ul li em:before {
    margin-left: 5px;
}

#footer .footer-static-content ul li:hover em.icon-home {
    background: #33c4b5;
    color: #fff;
}

#footer .footer-static-content ul li em.fa-phone {
    color: #ff3838;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 56, 56, 1);
    -moz-box-shadow: 0 0 0 1px rgba(255, 56, 56, 1);
    box-shadow: 0 0 0 1px rgba(255, 56, 56, 1);
}

#footer .footer-static-content ul li:hover em.fa-phone {
    background: #ff3838;
    color: #fff;
}

#footer .footer-static-content ul li em.fa-envelope {
    color: #ff9600;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 150, 0, 1);
    -moz-box-shadow: 0 0 0 1px rgba(255, 150, 0, 1);
    box-shadow: 0 0 0 1px rgba(255, 150, 0, 1);
}

#footer .footer-static-content ul li:hover em.fa-envelope {
    background: #ff9600;
    color: #fff;
}

#footer .footer-content ul li a {
    color: #919191;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    overflow: hidden;
}

#footer .footer-content ul li a:focus {
    outline: none;
}

#footer .footer-content ul li a:hover {
    color: #c38749;
}

.footer-bottom {
    background: #2f2f2f;
    border-top: 1px solid #3b3b3b;
    padding: 15px 0;
}

.footer-bottom .powered {
    display: inline-block;
    width: 100%;
}

.footer-bottom .powered .left-powered {
    width: 50%;
    float: left;
}

.footer-bottom .powered .right-powered {
    width: 50%;
    float: right;
}

.footer-bottom .powered .right-powered ul {
    float: right;
}

.footer-bottom .powered h2 {
    margin: 0;
    color: #74797f;
    font-size: 12px;
    font-weight: 300;
}

.footer-bottom .powered .left-powered h2 a {
    color: #c38749;
}

.footer-bottom .powered .left-powered h2 a:hover {
    text-decoration: underline;
}

.footer-center {
    background: #2f2f2f;
    border-top: 1px solid #3b3b3b;
    padding: 30px 0 40px;
    overflow: hidden;
}

.footer-center .footer-block {
    margin-top: 45px;
}

.footer-center .pos-about-us .description {
    color: #919191;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    padding-top: 30px;
    margin-bottom: 10px;
}

.footer-center .social-top {
    color: #919191;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
    overflow: hidden;
}

.social-top ul li {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    padding: 11px 0;
}

.social-top ul li a {
    border: 1px solid #9c9c9c;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.social-top ul li a:hover {
    color: #c38749;
}

.social-top ul li a:hover {
    border-color: #c38748;
}

.social-top ul li a i {
    font-size: 0;
}

.social-top ul li a i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
}

.social-top ul li a i:before {
    font-size: 12px;
}

.social-top ul li a i.icon-facebook:before {
    content: "\f09a";
}

.social-top ul li a i.icon-instagram:before {
    content: "\f16d";
}

.social-top ul li a i.icon-youtube-play:before {
    content: "\f16a";
}

.social-top ul li a i.icon-twitter:before {
    content: "\f099";
}

.social-top ul li a i.icon-google-plus:before {
    content: "\f0d5";
}

.footer-center ul li a {
    color: #919191;
    font-size: 12px;
    font-weight: 300;
}

.footer-center .pos-about-us {
    border-right: 1px solid #3b3b3b;
}

.footer-center .footer-block h4 {
    color: #c38749;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.footer-center .pos_romantic ul.toggle-footer li {
    margin-bottom: 10px;
    padding-left: 45px;
    position: relative;
}

.footer-center ul.toggle-footer li {
    color: #919191;
    font-size: 13px;
    font-weight: 300;
    line-height: 35px;
}

.footer-center .pos_romantic ul.toggle-footer li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
}

.footer-center .pos_romantic ul.toggle-footer li i:before {
    border: 2px solid #74797f;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    width: 35px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-phone:before {
    content: "\f095";
}

.icon-envelope-o:before, .icon-envelope-alt:before {
    content: "\f003";
}

.icon-globe:before {
    content: "\f0ac";
}

.footer-center ul.toggle-footer li p {
    line-height: 20px;
    margin: 0;
}

.footer-center .pos_time .paypal {
    margin-top: 10px;
}

/*---------------------------*/

/*---------category---------*/

h2.heading-title {
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 26px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    position: relative;
    color: #363636;
}

.category-compare {
    padding: 15px 0;
}

.category-compare a {
    color: #333;
}

.product-filter {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.product-filter button {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 12px 0 0;
    margin: 0;
}

.product-filter .fa {
    color: #e1e0e0;
    font-size: 24px;
}

.product-filter .btn-group {
    float: left;
    margin-top: 6px;
}

.product-filter label {
    float: left;
    color: #333;
    line-height: 33px;
    margin-right: 15px;
}

#input-email, #input-password {
    width: 100%;
}

.product-filter button:hover {
    background: none;
}

.product-filter button.selected .fa, .product-filter button:hover .fa {
    color: #333;
}

.product-layout {
    margin-bottom: 25px;
}

.product-layout .item {
    border-radius: 5px;
}

.product-grid .description {
    display: none;
}

.product-grid .actions2 {
    display: none;
}

.product-grid .price {
    padding-bottom: 10px;
}

.product-list .name a {
    font-size: 18px;
    font-weight: 500;
    /*text-transform: capitalize;*/
}

.product-list .name a:hover {
    color: #ff7b52;
}

.product-list .price {
    float: left;
}

.product-list .description {
    overflow: hidden;
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    color: #757575;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    width: 100%;
    display: inline-block;
}

.product-list .actions .add-to-link {
    float: left;
    margin-left: 3px;
}

.product-list .actions .add-to-link li button {
    height: 45px;
    line-height: 45px;
    width: 45px;
}

.product-list .actions {
    opacity: 1;
    background: none;
    position: static;
    padding: 20px 0;
    border: none;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}

.product-list .actions1 {
    display: none;
}

.product-filter-bottom {
    border-top: 3px solid #d6d4d4;
    padding: 12px 0;
    margin: 0;
}

.product-filter-bottom .text-right {
    text-align: right;
}

.panel {
    box-shadow: none;
}

.product-filter button:focus {
    background: none !important;
    box-shadow: none !important;
}

/*---------------------------*/

/*----------product------------*/

.product-name h1 {
    color: #3f3f3f;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 15px;
    /*text-transform: capitalize;*/
}

.product-view ul.list-unstyled {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    color: #828282;
    margin-bottom: 20px;
    font-weight: 500px;
}

.product-view .price-product .line-through {
    color: #838383;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 14px;
}

.product-view .price-product {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #f45c5d;
}

.product-view .short-description {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #757575;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
    padding: 15px 0;
}

.product-view .price-product .price-tax {
    font-size: 13px;
}

.product-view #button-cart {
    margin-right: 3px;
    margin-bottom: 15px;
    padding: 10px 30px 10px 50px;
    border-radius: 0px;
    position: relative;
    display: block;
    float: left;
    width: auto;
    color: #c38749;
    text-transform: uppercase;
    background: #fff;
    border: 2px solid #c38749;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.product-view #button-cart:before {
    font-family: "FontAwesome";
    position: absolute;
    top: -4px;
    left: 0;
    bottom: 0;
    font-size: 20px;
    line-height: 47px;
    content: "\f07a";
    z-index: 2;
    width: 51px;
    text-align: center;
}

.product-view #button-cart:hover {
    background: #c38749;
    color: #fff;
}

.product-view .actions .add-to-link li button {
    color: #e1e1e1;
    font-size: 0;
    position: relative;
    border: 2px solid #e1e1e1;
    padding: 0;
    height: 43px;
    line-height: 52px;
    margin: 0 5px;
    text-align: center;
    width: 43px;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: none;
}

.product-view .actions .add-to-link li button:hover {
    color: #fff;
    border-color: #c38749;
    background: #c38749;
}

.product-view .actions .add-to-link {
    float: left;
}

.product-view .owl-item {
    padding: 0 15px;
}

ul.nav-tabs li {
    float: left;
    display: inline;
    margin-right: 30px;
    position: relative;
}

ul.nav-tabs li a {
    color: #484848;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    border-radius: 0;
    border: none;
}

ul.nav-tabs li.active a {
    color: #484848;
    border: none;
    border-bottom: 0;
}

ul.nav-tabs li.active a:before, ul.nav-tabs li a:hover:before {
    border: 1px solid #484848;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #484848;
    border: none;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none;
    border: none;
}

.nav-tabs {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.tab-content .tab-pane {
    width: 100%;
    padding: 30px;
    border: 1px solid #ededed;
    background: #fff;
    float: left;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tab-content .tab-pane p {
    line-height: 25px !important;
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

#product #input-quantity {
    width: auto;
    text-align: center;
}

.product-view .owl-buttons {
    position: static;
}

.product-view .owl-buttons div {
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.product-view .owl-buttons div.owl-prev {
    left: 0;
}

.product-view .owl-buttons div.owl-next {
    right: 0;
}

.product-view .owl-buttons div {
    opacity: 1;
    height: 35px;
    width: 35px;
    line-height: 35px;
}

/*---------------------------*/

/*----------related-----------*/

.related-title {
    text-align: center;
    margin: 50px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.related-title h3 {
    padding: 0 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #262b32;
}

.related-title h3:after {
    background: url("../image/icon_title.png") no-repeat scroll center top;
    bottom: -27px;
    content: "";
    display: block;
    height: 23px;
    left: 0;
    margin: 0 auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
}

.view-related .owl-item {
    padding: 0 15px;
}

.view-related:hover .owl-buttons div {
    opacity: 1;
}

/*---------------------------*/

/*----------blog-------------*/

#blog_home {
    margin: 30px 0 10px;
}

#blog_home .articles-inner.item-inner {
    overflow: hidden;
}

#blog_home .blog-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

#blog_home .blog-title h2 {
    padding: 0 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #262b32;
}

#blog_home .blog-title h2:after {
    background: url("../image/icon_title.png") no-repeat scroll center top;
    bottom: -27px;
    content: "";
    display: block;
    height: 23px;
    left: 0;
    margin: 0 auto;
    padding: 0 10px;
    position: absolute;
    right: 0;
}

.name-title {
    margin: 25px 0 15px;
    position: relative;
    padding-bottom: 15px;
}

.name-title:after {
    background: #484848;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.articles-name {
    color: #262b32;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.articles-name:hover {
    color: #c38749;
}

.articles-intro {
    color: #7f7f7f;
    font-size: 13px;
    font-weight: 300;
}

#blog_home .articles-date {
    color: #c38749;
    font-weight: 300;
    margin-bottom: 15px;
}

#blog_home .owl-item {
    padding: 0 15px;
}

#blog_home:hover .owl-buttons div {
    opacity: 1;
}

.article-description {
    margin: 20px 0;
}

.article-description img {
    width: 100%;
}

.article-description img {
    width: 100%;
}

.article-description {
    margin: 20px 0;
}

.article-intro {
    float: left;
    margin-left: 20px;
    width: 60%;
}

.intro-content {
    float: left;
}

.article-page .article-layout {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.article-intro h3 {
    margin: 0;
}

.article-intro a.readmore-page {
    display: block;
    color: #f17183;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    transition: all 700ms ease;
}

.article-intro a.readmore-page:hover {
    color: #a1d7ca;
}

/*---------------------------*/

/*-----------testimonials---------*/

.testimonials {
    background: url(../image/bg_bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    margin: 60px 0 0;
    text-align: center;
}

.testimonials .des {
    margin-bottom: 15px;
}

.testimonials .des a {
    color: #fff;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
}

.testimonial-images {
    margin-bottom: 30px;
}

.testimonials .testimonial-author {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase;
}

.testimonials .owl-pagination .owl-page {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    display: inline-block;
    border: 1px solid #9a9895;
    width: 15px;
    height: 15px;
    position: relative;
    margin: 0 2px;
}

.testimonials .owl-pagination .owl-page span:before {
    background: #9a9895;
    border-radius: 100%;
    bottom: 3px;
    content: "";
    left: 3px;
    position: absolute;
    right: 3px;
    top: 3px;
}

.testimonials .owl-pagination .owl-page.active, .testimonials .owl-pagination .owl-page:hover {
    border-color: #fff;
}

.testimonials .owl-pagination .owl-page.active span:before, .testimonials .owl-pagination .owl-page:hover span:before {
    background: #fff;
}

.row-testimonials {
    display: inline-block;
    margin-bottom: 30px;
}

.testimonial-product .pagination {
    float: right;
}

/*---------------------------*/

/*----------carousel------------*/

.carousel {
    background: #f9f9f9;
    padding: 30px 0;
}

.carousel .owl-item {
    padding: 0 15px;
}

/*---------------------------*/

/*----------fixmobi------------*/

@media (max-width: 1199px) {
    .hidden-md {
        display: block !important;
    }

    .newproductslide .image img {
        width: 100%;
    }

    .currency-language span {
        float: left;
    }

    .currency-language .fa-angle-down:before {
        margin-left: 5px;
    }

    .search-container {
        width: auto;
    }

    .product-tabs-container-slider ul.tabs li {
        padding: 10px 20px;
    }

    .bestseller-sldier .actions .add-to-link li button {
        height: 25px;
        width: 25px;
        line-height: 25px;
    }

    .bestseller-sldier .actions .add-to-link li button i.fa {
        font-size: 12px;
    }

    .bestseller-sldier .owl-buttons div {
        display: none;
    }

    .article-intro {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .carousel img {
        width: 100%;
    }

    .table-bordered .btn-block {
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .menu-mobile {
        margin-top: 42px;
    }
}

@media (max-width: 992px) and  (min-width: 768px) {
    .visible-lg, .visible-md, .visible-sm, .visible-xs {
        display: block !important;
    }

    .hoz-menu {
        display: none;
    }

    #logo {
        width: 100%;
    }

    #logo a {
        display: inline-block;
    }

    .product-tabs-container-slider ul.tabs li {
        padding: 10px 20px;
    }

    .bestseller-sldier .tabs-conten {
        width: 100%;
        margin-left: 0;
        display: inline-block;
    }

    .product-tabs-container-slider ul.tabs li {
        margin-top: 5px;
    }

    .bestseller-sldier-title h3 {
        font-size: 15px;
    }

    .product-grid .add-to-link {
        float: none;
    }

    .newleter-content a {
        margin-top: 15px;
    }

    .table-bordered td {
        display: block;
    }

    .navbar {
        margin-bottom: 0 !important;
    }

    .filter-attribute-container .list-group-item .filter-price .input-price {
        margin: 0 10px 10px 0;
    }

    .account-wishlist .table-bordered thead td {
        text-align: center;
    }

    .account-wishlist .text-left, .account-wishlist .text-right {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .account-wishlist .price {
        float: none;
    }

    #blog_home .articles-inner.item-inner img, .footer-center .pos_time .paypal img {
        width: 100%;
    }

    .products-category .clearfix {
        display: none;
    }

    #footer .footer-title h3 {
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .product-grid .price {
        min-height: 30px;
    }

    .product-filter .btn-group {
        float: none;
    }

    .static-block .img.img-responsive1 {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .search-container {
        display: inline-block;
    }

    #search-by-category {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 0;
    }

    #logo {
        width: 100%;
    }

    #logo a {
        display: inline-block;
    }

    .header-cart {
        text-align: center;
    }

    .product-tabs-container-slider ul.tabs li {
        clear: both;
        margin-bottom: 5px;
        width: 100%;
    }

    .search-container {
        width: 80%;
    }

    .product-list .image img {
        width: 100%;
    }

    .nav-tabs {
        margin-top: 20px;
    }

    #top-links {
        display: inline-block;
    }

    #blog_home .articles-image img {
        width: 100%;
    }

    .banner_top .banner-box .banner-box-inner {
        margin-bottom: 15px;
    }

    .products-category .clearfix {
        display: none;
    }

    .product-grid .add-to-link {
        float: none;
    }

    .newsletter {
        display: inline-block;
        margin-top: 0;
    }

    .link {
        display: inline-block;
    }

    #back-top {
        display: none !important;
    }

    .table-bordered td {
        display: block;
    }

    .static_center {
        text-align: center;
    }

    .thumbnails .thumbnails-image .zoomContainer {
        display: none;
    }

    .static_center .banner-box.banner-box1 {
        margin-bottom: 30px;
    }

    .header-cart {
        text-align: center;
    }

    #top-links .links a {
        padding: 0 5px;
        font-size: 10px;
    }

    .block-static-top .static-block .item-block {
        margin-bottom: 20px;
    }

    .item-countdown .bottom {
        margin-left: 15px;
    }

    .footer-center ul.toggle-footer li p {
        line-height: 35px;
    }

    #footer .footer-title h3 {
        margin-bottom: 15px;
        margin-top: 30px;
    }

    .product-grid .price {
        min-height: 30px;
    }

    .static-block {
        text-align: center;
    }
}

@media (max-width: 680px) {
    .bestseller-sldier .image img {
        width: 100%;
    }

    .footer-bottom .powered .left-powered, .footer-bottom .powered .right-powered {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer-bottom .powered h2 {
        float: none;
    }

    .footer-bottom .powered .right-powered ul {
        float: none;
        margin-top: 15px;
    }

    .header-links {
        width: 100%;
        text-align: center;
    }

    .header-connected {
        display: inline-block;
    }

    .heafer-search, .top-cart {
        padding-top: 55px;
    }

    #top-links {
        margin-top: 55px;
    }
}

@media (max-width: 560px) {
    .col-mobile {
        width: 100% !important;
    }

    .text-welcome {
        display: inherit;
    }

    .links-currency-language {
        float: none;
    }

    .currency-language {
        float: none;
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .newleter-content input {
        float: none;
        width: 100%;
    }

    .newletter-title {
        float: none;
        width: 100%;
    }

    #top-links {
        margin-top: 10px;
    }

    .block-static-top .static-block {
        padding: 35px 0;
    }
}

@media (max-width: 440px) {
    #blog_home .blog-title {
        margin-right: 0;
    }

    #blog_home .blog-title h2:after, .newproduct-title h3:after {
        display: none;
    }

    .row2-cart .button-cart a {
        text-align: center;
        width: 100%;
    }

    .article-page .intro-content img {
        width: 100%;
    }
}

@media (max-width: 320px) {
    .owl-buttons div {
        display: none;
    }

    .newproduct-title, .bestseller-sldier-title {
        margin-right: 0;
    }

    .bestseller-sldier-title h3:after, .newproduct-title h3:after {
        background: none;
    }

    #logo img {
        width: 100%;
    }

    .top-cart, .heafer-search {
        padding-top: 38px;
    }
}

/*---------------------------*/
/* Oc Slideshow */
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.oc-banner7-container .flex-container a:active,
.oc-banner7-container .flexslider a:active,
.oc-banner7-container .flex-container a:focus,
.oc-banner7-container .flexslider a:focus {
    outline: none;
}

.oc-banner7-container .slides,
.oc-banner7-container .flex-control-nav,
.oc-banner7-container .flex-direction-nav {
    ocrgin: 0;
    padding: 0;
    list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.oc-banner7-container .flexslider {
    ocrgin: 0;
    padding: 0;
}

.oc-banner7-container .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
}

/* Hide the slides before the JS is loaded. Avoids iocge jumping */
.oc-banner7-container .flexslider .slides img {
    display: block;
}

.oc-banner7-container .flex-pauseplay span {
    /*text-transform: capitalize;*/
}

/* Clearfix for the .slides element */
.oc-banner7-container .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .oc-banner7-container .slides {
    display: block;
}

* html .oc-banner7-container .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, ocke sure you
 * include js that eliminates this class on page load */
.no-js .oc-banner7-container .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.oc-banner7-container .flexslider {
    position: relative;
    zoom: 1;
}

.oc-banner7-container .flex-viewport {
    ocx-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.oc-banner7-container .loading .flex-viewport {
    ocx-height: 300px;
}

.oc-banner7-container .flexslider .slides {
    zoom: 1;
}

.oc-banner7-container .carousel li {
    ocrgin-right: 5px
}

/* Direction Nav */
/*.nivo-directionNav {
    position: absolute;
    bottom: 17%;
    left: 50%;
    width: 110px;
    margin-left: 60px;
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:5px;
}
.nivo-nextNav {
	right:0px;
}
.oc-banner7-container .flex-direction-nav {height: 0;}
.oc-banner7-container .flex-direction-nav a,
.oc-banner7-container .flex-direction-nav .flex-next,
.oc-banner7-container .flex-direction-nav .flex-prev,
.oc-banner7-container .flexslider:hover .flex-next:hover, .oc-banner7-container .flexslider:hover .flex-prev:hover {opacity: 1;}
.oc-banner7-container .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}*/

/* Control Nav */
.nivo-controlNav {
    text-align: center;
    padding: 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

.oc-banner7-container .flex-control-nav,
.nivo-controlNav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.oc-banner7-container .flex-control-nav li {
    ocrgin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.oc-banner7-container .flex-control-paging li a,
.nivo-controlNav a {
    width: 11px;
    height: 11px;
    display: block;
    background: #aaa;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.oc-banner7-container .flex-control-paging li a:hover,
.oc-banner7-container .flex-control-paging li a.flex-active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
    border-color: #c38749;
}

.nivo-controlNav a:hover:before,
.nivo-controlNav a.active:before {
    background: #c38749;
}

.oc-banner7-container .flex-control-thumbs {
    ocrgin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.oc-banner7-container .flex-control-thumbs li {
    width: 25%;
    float: left;
    ocrgin: 0;
}

.oc-banner7-container .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.oc-banner7-container .flex-control-thumbs img:hover {
    opacity: 1;
}

.oc-banner7-container .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.oc-nivoslider {
    /*overflow: hidden;*/
}

.nivoslider {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.nivoslider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.nivo-controlNav {
    padding: 0px 0;
    text-align: center;
}

.nivo-controlNav a {
    background: none;
    border: 1px solid #7b7b7b;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    position: relative;
    text-indent: -9999px;
    width: 15px;
    z-index: 9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.nivo-controlNav a:before {
    background: #7b7b7b none repeat scroll 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    bottom: 2px;
    content: "";
    left: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
}

.banner7-caption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none repeat scroll 0% 0% transparent;
    color: #FFF;
    font-size: 16px;
    z-index: 999;
}

@-webkit-keyframes timeloading {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes timeloading {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.timeloading {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(49, 56, 72, 0.298);
    height: 5px;
    animation: 5000ms ease-in-out 0s normal none 1 running timeloading;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.slider-1.banner7-content .text-content {
    position: absolute;
    top: 26%;
    width: auto;
    left: 50%;
    margin-left: -573px;
}

.banner7-content img {
    top: 0;
    position: absolute;
    height: 100%;
}

.slider-1.banner7-content h1 {
    color: #c38749;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 60px;
    margin: 0;
    line-height: 56px;
    text-transform: uppercase;
}

.banner7-content h3 {
    font-size: 20px;
    text-transform: uppercase;
}

.banner7-readmore {
}

.banner7-readmore a {
    border: 2px solid #fff;
    border-radius: 25px;
    z-index: 99;
    color: #fff;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    padding: 8px 25px;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
}

.banner7-readmore a:hover {
    border-color: #ff7b52;
    background-color: #ff7b52;
}

.slider-1.banner7-content .banner7-des .des1 {
    color: #ce5757;
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    margin: 10px 0;
}

.slider-1.banner7-content .banner7-des .des2 {
    color: #484848;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
}

.slider-1 .title1 {
    animation: 800ms ease-in-out 0s normal none 1 running bounceInRight;
    -moz-animation: 800ms ease-in-out 0s normal none 1 running bounceInRight;
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running bounceInRight;
}

.slider-1 .sub-title {
    animation: 1000ms ease-in-out 0s normal none 1 running bounceInRight;
    -moz-animation: 1000ms ease-in-out 0s normal none 1 running bounceInRight;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running bounceInRight;
}

.slider-1 .banner7-des .des1 {
    animation: 1200ms ease-in-out 0s normal none 1 running bounceInRight;
    -moz-animation: 1200ms ease-in-out 0s normal none 1 running bounceInRight;
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running bounceInRight;
}

.slider-1 .banner7-des .des2 {
    animation: 1400ms ease-in-out 0s normal none 1 running bounceInRight;
    -moz-animation: 1400ms ease-in-out 0s normal none 1 running bounceInRight;
    -webkit-animation: 1400ms ease-in-out 0s normal none 1 running bounceInRight;
}

.banner7-readmore a {
    animation: 1300ms ease-in-out 0s normal none 1 running zoomInUp;
    -moz-animation: 1300ms ease-in-out 0s normal none 1 running zoomInUp;
    -webkit-animation: 1300ms ease-in-out 0s normal none 1 running zoomInUp;
}

.slider-1 .text-content {
}

.slider-1 .banner7-des ul li {
    background-color: #424242;
    clear: both;
    color: #fff;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 6px;
    opacity: 0.5;
    padding: 10px;
    /*text-transform: capitalize;*/
}

.slider-1 .title1 {

}

.slider-1 .sub-title {
    color: #484848;
    display: inline-block;
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    margin: 0;
    text-transform: uppercase;
}

.slider-1 .img1 {
    margin-left: -585px;
    left: 50%;
}

.slider-1 .banner7-readmore {
    display: inline-block;
    width: 100%;
    margin-top: 65px;
}

.slider-2 {
    top: 0%;
}

.slider-2 .text-content {
    left: 50%;
    top: 26%;
    margin-left: -573px;
    text-align: left;
    bottom: 0;
    position: absolute;
}

.slider-2 .title1 {
    color: #c38749;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    margin: 0;
    border: none;
    text-transform: uppercase;
}

.slider-2 .sub-title {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.slider-2 .img1 {
    left: 50%;
    margin-left: -735px;
    animation: slideInLeft 0.5s linear alternate;
    -webkit-animation: slideInLeft 0.5s linear alternate;
    -moz-animation: slideInLeft 0.5s linear alternate;
}

.slider-2 .banner7-des {
    display: inline-block;
}

.slider-2 .banner7-des .des1 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
}

.slider-2 .banner7-des .des2 {
    color: #c38749;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 24px;
    float: right;
    margin-top: 20px;
}

.slider-2 .banner7-readmore {
    margin-top: 15px;
}

.slider-2 .banner7-readmore a:hover {
    background: #f17183;
}

.slider-2 .title1 {
    animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
    -moz-animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
}

.slider-2 .sub-title {
    animation: 1200ms ease-in-out 0s normal none 1 running fadeInDown;
    -moz-animation: 1200ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeInDown;
}

.slider-2 .banner7-des {
    animation: 1500ms ease-in-out 0s normal none 1 running fadeInDown;
    -moz-animation: 1500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.slider-2 .banner7-readmore a {
    animation: 1700ms ease-in-out 0s normal none 1 running fadeInDown;
    -moz-animation: 1700ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-animation: 1700ms ease-in-out 0s normal none 1 running fadeInDown;
}

@media ( max-width: 1400px) {
}

@media ( max-width: 1199px) {

    /*.banner7-content { height: 55%; top: 43%; }*/
    .banner7-content h1 {
        font-size: 53px;
    }

    /*.banner7-content .banner7-des { font-size: 19px; }*/
    .banner7-readmore a {
        font-size: 14px;
    }

    .slider-1.banner7-content h1 {
        font-size: 48px;
    }

    .slider-1 .banner7-des {
        margin: 10px 0;
    }

    /*.slider-1 .title1 { line-height: 52px; letter-spacing: 7px; }*/
    .slider-1 .img1 {
        margin-left: -470px;
    }

    /*.slider-1 .text-content { margin-right: -470px; margin-top: -95px; }	*/
    .slider-2 {
        height: 45%;
        top: 41%;
    }

    .slider-2 .img1 {
        margin-left: -460px;
    }

    .slider-2 .text-content {
        margin-top: -70px;
    }

    /*.slider-2 .title1 { font-size: 53px; line-height: 53px; }*/
    .slider-2 .banner7-readmore {
        margin-top: 0px;
    }

    .slider-1 .sub-title {
        margin-bottom: 0;
    }
}

@media ( max-width: 992px) {
    .banner7-content h1 {
        font-size: 40px;
        letter-spacing: 3px;
        line-height: 45px;
    }

    .slider-1 .img1 {
        margin-left: -345px;
    }

    /*.slider-1 .text-content { margin-right: -345px; margin-top: -105px; }*/
    .banner7-content .banner7-des {
        font-size: 16px;
    }

    .slider-2 {
        height: 63%;
        top: 17%;
    }

    .slider-2 .img1 {
        margin-left: -410px;
    }

    /*.slider-2 .text-content { margin-right: -345px; margin-top: -70px;  }*/
    .slider-2 .title1 {
        font-size: 30px;
        line-height: 45px;
        letter-spacing: 3px;
    }

    .slider-2 .banner7-readmore {
        margin-top: 20px;
    }

    .slider-2 .text-content,
    .slider-1 .text-content {
        margin-top: 0;
    }

    .slider-1 .banner7-readmore {
        margin-top: 30px;
    }

    .slider-2 .text-content {
        margin-left: -400px;
    }
}

@media ( max-width: 768px) {
    .slider-1.banner7-content .text-content, .slider-2 .text-content {
        top: 5%;
        margin-left: -333px;
    }
}

@media ( max-width: 767px) {
    .banner7-content .img1 {
        left: 20px;
        margin: 0;
    }

    .banner7-content .text-content {
        right: 20px;
        margin-right: 0;
    }
}

@media ( max-width: 480px) {
    .banner7-content {
        display: none;
    }
}

/* The Nivo Slider styles */
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

/* Caption styles */
.nivo-caption {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFF;
    width: 100%;
    z-index: 8;
    height: 100%;
}

.nivo-caption p {
    padding: 5px;
    margin: 0;
}

.nivo-html-caption {
    display: none;
}

/* Menu */
.hoz-menu {
    margin-top: 45px;
}

.pt_custommenu {
    display: inline-block;
    width: 100%;
    position: relative;
}

.pt_custommenu .parentMenu {
    float: left;
    margin-right: 0;
}

.pt_custommenu div.pt_menu {
    float: left;
}

#pt_menu_home a {

}

.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {
    color: #252525;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 55px;
    margin: 0;
    padding: 0 19px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.pt_custommenu div.pt_menu .parentMenu a:hover, .pt_custommenu div.pt_menu.act .parentMenu a {
    color: #c38748;
}

#pt_menu_home .parentMenu .fa-home {
    display: block;
    font-size: 25px;
    line-height: 42px;
    text-align: center;
    width: 28px;
}

.pt_custommenu .parentMenu a {
    padding: 0 7px;
}

div.pt_menu .parentMenu a, .parentMenu .block-title {
    color: #666;
    font-size: 18px;
}

.pt_custommenu div.popup {
    position: absolute;
    border-top: 2px solid #c38748;
    background-color: #fff;
    text-align: left;
    margin: 0;
    padding: 30px 0;
    webkit-box-shadow: 0 1px 5px 1px rgba(190, 190, 190, 1);
    -moz-box-shadow: 0 1px 5px 1px rgba(190, 190, 190, 1);
    box-shadow: 0 1px 5px 1px rgba(190, 190, 190, 1);
    z-index: 3000;
}

.pt_custommenu div.popup a {
    text-decoration: none;
    display: block;
    line-height: 32px;
}

.pt_custommenu .itemMenu h4.level0, .pt_custommenu .itemMenu a.level0 {
    position: relative;
    border-bottom: 1px solid #ebebeb;
    color: #282828;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.pt_custommenu .itemMenu {
    padding-top: 10px;
}

.pt_custommenu .itemMenu h4.level0:hover, .pt_custommenu .itemMenu a.level0:hover {
    color: #c38748;
}

.pt_custommenu .itemSubMenu h4.level2, .pt_custommenu .itemSubMenu a.level2, .pt_custommenu .itemSubMenu h4.level3, .pt_custommenu .itemSubMenu a.level3, .pt_custommenu .itemMenu .level1 a.level0 {
    line-height: 30px;
    font-size: 12px;
    color: #999;
    border: none;
    font-weight: normal;
    background: #fff;
    /*text-transform: capitalize;*/
}

.pt_custommenu .itemMenu a.level0.actParent:hover {
    color: #c38749;
}

.pt_custommenu .itemMenu .level1 a.level0:hover {
    color: #c38749;
}

.pt_custommenu .itemMenu .level1 a.level0:before {
    font-family: 'FontAwesome';
    content: "\f101";
    padding-right: 9px;
}

.pt_custommenu div.popup a.actParent {
}

.pt_custommenu div.popup a.act {
}

.pt_custommenu div.column {
    float: left;
    margin-right: 5px;
    padding-right: 5px;
    width: 200px;
}

.pt_custommenu div.blockright {
    width: 275px;
}

.pt_custommenu div.popup .blockright img {
    max-width: 100%;
}

.pt_custommenu div.column.last {
    border-right: 0 none;
}

.custom-menu-bottom {
    padding-bottom: 30px;
    float: left;
    width: 100%;
}

.custom-menu-bottom .custom-bottom {
    margin-right: 25px;
}

.custom-menu-bottom .custom-bottom, .custom-menu-bottom .custom-bottom1 {
    float: left;
    width: 395px;
}

.pt_custommenu .block2 {
    margin-top: 10px;
    float: left;
}

.pt_custommenu div.popup#popup20 .block1 {
    overflow: hidden;
    float: left;
    padding: 0 30px;
}

.pt_custommenu .static_block_custom_menu .static-menu-img {
    width: 460px;
    float: left;
}

.pt_custommenu .static_block_custom_menu .des {
    margin-left: 475px;
}

#block2_pt_item_menu_custom_menu {
    width: 920px;
    padding: 20px 20px 10px;
}

.static-menu-img {
    margin: 0 0 20px;
}

.pt_custommenu div.popup .block1 {
    overflow: hidden;
    float: left;
    padding: 0 30px;
}

#block2_pt_item_menu_custom_menu .title-custom {
    color: #ffffff;
    font-family: helvetica;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

#block2_pt_item_menu_custom_menu .des {
    color: #fff;
    font-size: 13px;
}

#block2_pt_item_menu_custom_menu .content-custom {
    font-size: 14px;
    color: #444444;
    line-height: 20px;
    margin: 10px 0 0;
}

.pt_custommenu div.popup .block1 .column {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.pt_custommenu div.popup .blockright img {
    max-width: 100%;
}

.pt_custommenu div.pt_menu .parentMenu p {
    margin: 0;
    padding: 0;
}

.pt_custommenu #pt_menu_link {
    padding: 0;
}

.pt_custommenu #pt_menu_link .parentMenu ul li {
    float: left;
    list-style: none;
}

.pt_custommenu #pt_menu_link .parentMenu ul li a {
    float: left;
    padding: 0 10px;
    display: block;
}

.pt_custommenu .clearBoth {
    clear: both;
}

/*mobile menu*/

/*------Accordion ---------*/
/********** < Navigation */
.nav-collapse {
    text-align: left;
}

.navbar .nav > li {
    padding: 10px 30px 20px 0;
}

#ma-mobilemenu {
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
}

.nav-collapse, .nav-collapse.collapse {
}

.navbar-inner {
    border: 0;
    border-radius: 0;
    padding: 2px 0;
}

.navbar .btn-navbar {
    background: url("opentheme/hozmegamenu/images/bg-menu-mobile.png") no-repeat scroll 50% 50%;
    border: 0 none !important;
    box-shadow: none !important;
    margin-top: 10px;
}

.navbar .btn-navbar:hover {
    background-image: url("opentheme/hozmegamenu/images/bg-menu-mobile.png") no-repeat scroll 50% 50%;
}

.mobilemenu > li.last a {
    border-bottom: 0;
}

.navbar .brand {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
}

.mobilemenu {
    list-style-type: none;
    padding: 0;
    margin: 0;

}

.collapse.in {

}

.mobilemenu ul {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}

.mobilemenu li {
    background: #333;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
    border-radius: 0 !important;
}

.mobilemenu li.level0.last {
    margin-bottom: 20px;
}

.mobilemenu li.active > a {
    /*background: url('../images/close.gif') no-repeat center right;*/
}

.mobilemenu li div {
    padding: 20px;
    background: #aef;
    display: block;
    clear: both;
    float: left;
    width: 360px;
}

.mobilemenu a {
    border-bottom: 1px solid #e0d8d8;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 40px;
    margin: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.mobilemenu a:hover {
    color: #c38748;
}

.mobilemenu ul ul a, .mobilemenu ul li.active ul a {
    color: #fff !important;
}

.mobilemenu ul ul ul a, .mobilemenu ul ul li.active ul a {
    color: #666 !important;
}

.mobilemenu ul ul ul ul a, .mobilemenu ul ul ul li.active ul a {
    color: #666 !important;
}

.mobilemenu li.active > ul {

}

.mobilemenu ul ul a {
    padding-left: 15px;
}

.mobilemenu ul ul a:hover {
    color: #c38748 !important;
}

.mobilemenu ul ul ul a {
    padding-left: 30px;
}

.mobilemenu ul ul ul ul a {
    padding-left: 45px;
}

.mobilemenu ul ul ul ul ul a {
    padding-left: 60px;
}

/*----------- button mobilemenu -------------*/
.mobilemenu span.ttclose, .mobilemenu span.ttopen {
    position: absolute;
    top: 12px;
    right: 8px;
}

.mobilemenu span.ttclose a {
    background: url("opentheme/hozmegamenu/images/menu_down.png") no-repeat scroll 50% 50%;
    border: 0 none;
    color: #333333;
    display: block;
    height: 15px;
    padding: 0;
    width: 15px;
}

.mobilemenu span.ttopen a {
    background: url("/opentheme/hozmegamenu/images/menu_up.png") no-repeat scroll 50% 50%;
    border: 0 none;
    color: #333333;
    display: block;
    height: 15px;
    padding: 0;
    width: 15px;
}

.mobilemenu span.no-close a, .mobilemenu ul li ul span.ttclose a {
    background: none;
}

.mobilemenu span.up a {
    background: url("/opentheme/hozmegamenu/images/menu_up.png") no-repeat scroll 50% 50%;
}

/*.mobilemenu span.head a:hover*/
.mobilemenu li.active > span.ttclose a {
    background: url(/opentheme/hozmegamenu/images/menu_up.png) no-repeat 50% 50%;
}

.mobilemenu li.selected span.ttclose a {
    background: url(/opentheme/hozmegamenu/images/menu_up.png) no-repeat 50% 50%;
}

.menu-mobile {
    width: 100%;
    height: 48px;
    background: #c38748;
    padding: 0 5px;
}

body {
    overflow-x: hidden;
}

.fa {
    font-family: FontAwesome;
}

.pt_custommenu div.pt_menu {
    padding-bottom: 20px;
}

.cmsblock .description .block-static-top .static-block .item-block img {
    height: 50px;
}

.rating .fa-star-o {
    color: #777676;
    font-size: 13px;
}

.rating .fa-star {
    color: #33C4B5;
    font-size: 13px;
}

.product-view .rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.product-view .rating .fa-star + .fa-star-o {
    color: #E69500;
    font-size: 15px;
}

.price {
    float: left;
    width: 100%;
}

.item .rating {
    width: 100%;
}

.name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.testimonial-images img {
    max-height: 113px;
}

.tabcategory .product-tabs-category-container-slider .tab-content .tab-pane {
    border: none;
    padding: 0;
}

.tab_container_category .image {
    display: block;
}

.product-tabs-category-container-slider .owl-item {
    padding: 0 15px;
}

ul.product-tabs {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 30px;
}

ul.product-tabs li {
    padding-bottom: 0;
    border-bottom: none;
    margin: 0;
}

ul.product-tabs li.active a {
    color: #337ab7;
    text-decoration: underline;
}

#cart > button:first-child {
    padding-bottom: 40px;
}

#cart .dropdown-menu {
    margin-top: -6px;
}

.product-filter label {
    float: right;
    margin: 0;
}

.layer-category .list-group a {
    display: block;
}

.layered .filter-attribute-container label.those-filters {
    color: #797979;
    font-size: 12px;
    font-weight: 300;
    /*text-transform: capitalize;*/
    margin-top: 2px;
    padding-left: 6px;
}

.social-top ul li {
    padding: 0;
}
/*custom*/
body {
    font-family: 'Arial', sans-serif;
}
#checkout_form .panel-body table.table_order_items {
    width: 100%;
}
@media (max-width: 767px) {
    #ma-mobilemenu {
        position: absolute;
        z-index: 999;
    }
    .item .actions {
        opacity: 1;
        position: relative;
    }
    .actions ul li {
        float: left;
        margin: 0;
    }
    .row_home,
    .row_home #content.col-sm-12 {
        margin:0;
        padding:0;
    }
    #search {
        right: -41px;
    }
    .checkout-cart .table-bordered td {
        display: table-cell;
    }
}
@media (max-width: 560px){
    .col-mobile {
        width: 50% !important;
    }
}
@media (max-width: 480px) {
    .block-static-top .static-block {
        text-align: left;
    }
    .col_button_shopping,
    .button_shopping,
    .col_button_checkout,
    .button_checkout {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
}