@charset "UTF-8";
.no-margin {
    margin: 0 !important
}

.lib-list-item-product2 {
    border: none
}

.lib-list-item-product2 .image-dev .list-button-dev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0)
}

.lib-list-item-product2 .image-dev .list-button-dev li {
    display: inline-block;
    float: left;
    height: 40px;
    width: 40px;
    background: #fff;
    position: relative;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #ddd;
    opacity: 0;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
    transform: translateX(40px);
    -moz-transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    z-index: 1;
    transition-delay: 0s
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
    transition-delay: 0.2s;
    z-index: 2
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
    transition-delay: 0.2s;
    z-index: 2
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
    transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    z-index: 1;
    transition-delay: 0s
}

.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
    border-left: 1px solid #ddd
}

.lib-list-item-product2 .image-dev .list-button-dev li a, .lib-list-item-product2 .image-dev .list-button-dev li button {
    background: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 40px;
    text-align: center;
    box-shadow: none;
    border: none;
    color: #555;
    width: 40px;
    padding: 0
}

.lib-list-item-product2 .image-dev .list-button-dev li:hover {
    background: #041a24
}

.lib-list-item-product2 .image-dev .list-button-dev li:hover a, .lib-list-item-product2 .image-dev .list-button-dev li:hover button {
    color: #fff
}

.lib-list-item-product2 .caption-dev {
    text-align: center;
    padding: 0 15px
}

.lib-list-item-product2 .caption-dev .rating-dev {
    margin: 5px 0
}

.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
    font-size: 11px
}

.lib-list-item-product2 .caption-dev .title-dev {
    color: #444;
    font-size: 13px
}

.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
    font-size: 16px
}

.lib-list-item-product2 .caption-dev .price-dev .price-new {
    font-size: 16px
}

.lib-list-item-product2 .caption-dev .price-dev .price-old {
    font-size: 12px
}

.lib-list-item-product2 .caption-dev .add-cart-dev {
    background: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
    box-shadow: none;
    border-radius: 0;
    padding: 6px 20px;
    margin: 0 0 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out
}

.lib-list-item-product-over2 .image-dev .list-button-dev li {
    opacity: 1;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
    transition-delay: 0s
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
    transition-delay: 0s
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transition-delay: 0.2s
}

.lib-two-img {
    position: relative;
    display: block
}

.lib-two-img .img-1 {
    opacity: 1;
    position: relative;
    transition: all 0.5s ease-in-out
}

.lib-two-img .img-2 {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0;
    display: block;
    transition: all 0.5s ease-in-out;
    left: 50%;
    transform: translateX(-50%)
}

.lib-two-img-over .img-1 {
    opacity: 0;
    transform-style: inherit;
    transition: all 0.5s ease-in-out
}

.lib-two-img-over .img-2 {
    opacity: 1;
    transform-style: inherit;
    transition: all 0.5s ease-in-out
}

@keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@-webkit-keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@-moz-keyframes myeffect-slideshow {
    0% {
        opacity: 0;
        transform: translateY(-300px);
        -webkit-transform: translateY(-300px);
        -moz-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        -o-transform: translateY(-300px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

.typeheader-1 {
    background-color: #fff;
}

.typeheader-1 .header-top {
    border-bottom: 1px solid #e5e5e5
}

.typeheader-1 .header-top .module {
    margin-bottom: 0
}

.typeheader-1 .header-top .welcome {
    line-height: 37px
}

.typeheader-1 .header-top .header-top-right {
    text-align: right
}

.typeheader-1 .header-top .dropdown-menu li {
    line-height: 22px
}

.typeheader-1.navbar-compact {
    background-color: #041a24
}

.typeheader-1.navbar-compact .header-top {
    background: #fff
}

.typeheader-1.navbar-compact .header-center {
    background: #fff
}

.typeheader-1.navbar-compact .header-bottom {
    margin: 0
}

.typeheader-1.navbar-compact .hidden-compact {
    display: none
}

.typeheader-1 #main-content, .typeheader-1 #content {
    margin-bottom: 30px
}

.typeheader-1 .header-top-right {
    display: inline-block
}

.typeheader-1 .header-top-right ul.top-link {
    list-style: none;
    margin: 0;
    vertical-align: top
}

.typeheader-1 .header-top-right ul.top-link > li {
    vertical-align: top;
    display: inline-block;
    position: relative;
    list-style: outside none none;
    height: 37px;
    line-height: 37px;
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 0
}

.typeheader-1 .header-top-right ul.top-link > li .btn-group .btn-link {
    padding: 0;
    border: none;
    color: #777
}

.typeheader-1 .header-top-right ul.top-link > li .fa-caret-down {
    font-size: 12px;
    margin-left: 5px
}

.typeheader-1 .header-top-right ul.top-link > li:after {
    background-color: #ccc;
    content: "";
    height: 15px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 1px
}

.typeheader-1 .header-top-right ul.top-link > li > a {
    font-size: 13px;
    color: #6d6d6d;
    padding-left: 3px
}

.typeheader-1 .header-top-right ul.top-link > li.account > a {
    padding: 0;
    margin: 0
}

.typeheader-1 .header-top-right ul.top-link > li.checkout:after {
    display: none
}

.typeheader-1 .header-top-right ul.top-link > li:hover > a {
    color: #041a24
}

.typeheader-1 .header-top-right ul.top-link > li.account:hover ul.dropdown-link {
    top: 34px;
    z-index: 9999;
    opacity: 1;
    border-top: 1px solid rgba(200, 199, 199, 0.3)
}

.typeheader-1 .header-top-right ul.top-link > li.language {
    margin-right: 0;
    padding-right: 0
}

.typeheader-1 .header-top-right ul.top-link > li.language:after {
    display: none
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting {
    margin-right: 0;
    padding-right: 0;
    float: right;
    position: relative;
    background-color: #eee
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting:after {
    display: none
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting .dropdown-btn {
    position: relative;
    padding-right: 40px
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting .dropdown-btn:before {
    content: "\f013";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 15px;
    position: absolute;
    right: 12px;
    top: 0px;
    width: 14px
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting .dropdown-btn a {
    border-right: 1px solid #dfdfdf;
    display: block;
    padding: 0 15px
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting .dropdown-list-setting {
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 200px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 20px;
    position: absolute;
    z-index: 999;
    top: 120%;
    right: 0;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    text-align: left
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting .dropdown-list-setting .currencies-block, .typeheader-1 .header-top-right ul.top-link .block-topsetting .dropdown-list-setting .languages-block, .typeheader-1 .header-top-right ul.top-link .block-topsetting .dropdown-list-setting .dropdown-menu {
    visibility: hidden;
    margin-top: 6px
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting:hover {
    cursor: pointer
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting:hover .dropdown-list-setting {
    top: 100%;
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    z-index: 99
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting:hover .dropdown-list-setting .currencies-block, .typeheader-1 .header-top-right ul.top-link .block-topsetting:hover .dropdown-list-setting .languages-block, .typeheader-1 .header-top-right ul.top-link .block-topsetting:hover .dropdown-list-setting .dropdown-menu {
    visibility: visible
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting .dropdown-menu {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    margin-top: 0;
    position: static;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting .dropdown-menu li {
    line-height: 22px
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting .currency, .typeheader-1 .header-top-right ul.top-link .block-topsetting .language {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting .currency > span, .typeheader-1 .header-top-right ul.top-link .block-topsetting .language > span {
    color: #333;
    text-transform: uppercase;
    font-weight: 500
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting .currency .btn-group, .typeheader-1 .header-top-right ul.top-link .block-topsetting .language .btn-group {
    width: 100%
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting .currency .btn-link.dropdown-toggle, .typeheader-1 .header-top-right ul.top-link .block-topsetting .language .btn-link.dropdown-toggle {
    display: none
}

.typeheader-1 .header-top-right ul.top-link .block-topsetting .language {
    margin-top: 10px;
    margin-bottom: 10px
}

.typeheader-1 .header-center {
    padding: 28px 0px 18px 0px
}

.typeheader-1 .header-center .search-header-w {
    float: left;
    width: 80%;
    padding-right: 30px
}

.typeheader-1 .header-center .shopping_cart {
    min-width: 170px
}

.typeheader-1 .header-center .shopping_cart .btn-shopping-cart .top_cart {
    width: 100%
}

.typeheader-1 #sosearchpro.so-search .searchbox {
    border-radius: 0;
    display: inline-block;
    margin: 0;
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px
}

.typeheader-1 #sosearchpro.so-search .searchbox .select_category {
    border: none
}

.typeheader-1 #sosearchpro.so-search .searchbox .select_category:after {
    display: none
}

.typeheader-1 #sosearchpro.so-search .searchbox .select_category select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f7f7f7;
    background-image: url(../../images/icon/select-icon.png);
    background-repeat: no-repeat;
    background-position: center right;
    border: medium none;
    border-radius: 0 !important;
    color: #999;
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    border-left-radius: 24px;
    padding: 0 0 0 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 170px;
    border-right: 1px solid #e1e1e1
}

.typeheader-1 #sosearchpro.so-search .searchbox form .search {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 0
}

.typeheader-1 #sosearchpro.so-search .searchbox form .autosearch-input {
    border: none;
    padding: 0 0 0 200px;
    height: 42px;
    line-height: 42px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #fff;
    z-index: 0;
    font-size: 13px
}

.typeheader-1 #sosearchpro.so-search .searchbox form .autosearch-input:focus {
    z-index: 0
}

.typeheader-1 #sosearchpro.so-search .searchbox form .input-group-btn {
    position: absolute;
    width: 43px;
    height: 44px;
    right: -1px;
    top: -1px
}

.typeheader-1 #sosearchpro.so-search .searchbox form .input-group-btn .button-search {
    background-color: #00aeef;
    width: 43px;
    height: 44px;
    border: 0 none;
    border-radius: 0;
    margin: 0;
    opacity: 1;
    position: relative;
    text-indent: -999em
}

.typeheader-1 #sosearchpro.so-search .searchbox form .input-group-btn .button-search:before {
    position: absolute;
    top: 9px;
    left: 14px;
    text-indent: 0 !important;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 18px;
    color: #fff
}

.typeheader-1 .block-cart {
    float: right;
    position: relative
}

.typeheader-1 .shopping_cart .handle.pull-left {
    background: url(../../images/icon/icon-minicart.png) no-repeat left center;
    position: relative;
    padding-left: 57px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2)
}

.typeheader-1 .shopping_cart .block-cart:before {
    display: none
}

.typeheader-1 .shopping_cart h2 {
    display: none;
    color: #444;
    font-size: 12px;
    margin: 0;
    font-weight: 600
}

.typeheader-1 .shopping_cart .btn-shopping-cart {
    display: block;
    cursor: pointer;
    width: auto;
    position: relative
}

.typeheader-1 .shopping_cart .btn-shopping-cart a.top_cart {
    height: 43px;
    line-height: 43px;
    padding-left: 0px
}

.typeheader-1 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart-mobi {
    color: #041a24
}

.typeheader-1 .shopping_cart .btn-shopping-cart a.top_cart .shopcart .text-shopping-cart {
    padding: 0px;
    color: #444;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0
}

.typeheader-1 .shopping_cart .btn-shopping-cart a.top_cart:hover .shopcart .text-shopping-cart {
    color: #041a24
}

.typeheader-1 .shopping_cart .btn-shopping-cart .total-shopping-cart {
    height: 43px;
    display: block;
    padding-left: 25px;
    font-size: 14px;
    font-weight: 500;
    background: #041a24
}

.typeheader-1 .shopping_cart .btn-shopping-cart .total-shopping-cart .items_carts {
    display: none
}

.typeheader-1 .shopping_cart .dropdown-menu {
    top: 100%;
    right: -15px;
    left: auto
}

.typeheader-1 .shopping_cart .shoppingcart-box:before {
    right: 50px
}

.typeheader-1 .megamenu-style-dev .navbar-default {
    background: transparent
}

.typeheader-1 .container-megamenu.horizontal ul.megamenu > li {
    margin-right: 1px
}

.typeheader-1 .container-megamenu.horizontal ul.megamenu > li.item-style1 .border {
    display: none
}

.typeheader-1 .container-megamenu.horizontal ul.megamenu > li > a:hover, .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.active > a, .typeheader-1 .container-megamenu.horizontal ul.megamenu > li:hover > a {
    background-color: #00aeef
}

.common-home .typeheader-1 .container-megamenu.horizontal ul.megamenu > li.home > a {
    background-color: #00aeef
}