.button {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    background: #666;
    color: #fff
}

.button.checkout {
    padding: 10px 40px;
    border: 1px solid #eaeaea;
    background: #090;
    color: #fff
}

.button-sm {
    padding: 5px 10px
}

.button:hover {
    background: red;
    border: 1px solid red
}

.button.checkout:hover {
    background: #00106f;
    border: 1px solid #eaeaea
}

.columns-container {
    background: #e9fafd
}

.input {
    border-radius: 0;
    border: 1px solid #c9c9c9;
    -webkit-box-shadow: inherit;
    box-shadow: inherit
}

.button .fa {
    line-height: inherit
}

.text-center {
    text-align: center
}

.main-header .logo img {
    max-height: 92px
}

.main-header {
    padding: 8px 0 10px 0
}

.main-header .header-search-box {
    margin-top: 27px;
    padding-left: 80px;
    padding-right: 45px
}

.main-header .header-search-box .form-inline {
    height: 41px;
    border: 1px solid #eaeaea;
    position: relative
}

.main-header .header-search-box .form-inline .form-category {
    background: #f6f6f6;
    height: 39px
}

.main-header .header-search-box .form-inline .select2 {
    border-right: 1px solid #eaeaea;
    min-width: 152px;
    height: 40px
}

.main-header .header-search-box .form-inline .select2 .select2-selection {
    border: none;
    background: 0 0;
    margin-top: -1px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 15px
}

.select2-dropdown {
    border: 1px solid #eaeaea
}

.select2-container--open .select2-dropdown {
    left: -1px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px
}

.main-header .header-search-box .form-inline .input-serach {
    width: 100%
}

.main-header .header-search-box .form-inline .input-serach input {
    border: none;
    padding-left: 15px;
    width: 100%;
    line-height: 38px;
    background: #fff
}
/*
.main-header .header-search-box .form-inline .btn-search {
    width: 41px;
    height: 41px;
    background: red url(../images/search.png) no-repeat center center;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -1px;
    right: -1px
}
*/
.main-header .header-search-box .form-inline .btn-search:hover {
    opacity: .8
}

.main-header .shopping-cart-box {
    margin-top: 27px;
    padding: 0;
    margin-right: 15px;
    margin-left: -15px;
    line-height: normal
}

.main-header .shopping-cart-box:hover .cart-block {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible
}

.main-header .shopping-cart-box a.cart-link {
    height: 41px;
    width: 100%;
    border: 1px solid #eaeaea;
    display: block;
    position: relative;
    padding: 2px 41px 0 15px;
    background: #fff
}

.main-header .shopping-cart-box a.cart-link:hover:after {
    opacity: .8
}

.main-header .shopping-cart-box a.cart-link .title {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 2px
}
/*
.main-header .shopping-cart-box a.cart-link:after {
    content: '';
    width: 41px;
    height: 41px;
    background: red url(../images/cart.png) no-repeat center center;
    position: absolute;
    top: -1px;
    right: -1px
}
*/
.cart-block {
    position: absolute;
    top: 100%;
    right: -1px;
    z-index: 1002;
    max-height: 500px;
    overflow-y: auto;
    background: #fff;
    color: #666;
    width: 300px;
    opacity: 0;
    -webkit-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2);
    -moz-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2);
    box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, transform .4s;
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px);
    opacity: 0;
    display: block;
    visibility: hidden
}

.cart-block .cart-block-content {
    padding: 20px;
    overflow: hidden
}

.cart-block .cart-block-content .cart-title {
    text-transform: uppercase;
    font-size: 12px
}

.cart-block .cart-block-content .product-info {
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    overflow: hidden;
    padding-bottom: 10px
}

.cart-block .cart-block-content .product-info .p-left {
    width: 100px;
    float: left;
    position: relative
}

.cart-block .cart-block-content .product-info .p-left .remove_link {
    position: absolute;
    left: 0;
    top: 0
}
/*
.cart-block .cart-block-content .product-info .p-left .remove_link:after {
    content: '';
    background: url(../images/delete_icon.png) no-repeat center center;
    font-size: 0;
    height: 9px;
    width: 9px;
    display: inline-block;
    line-height: 24px
}
*/
.cart-block .cart-block-content .product-info .p-right {
    margin-left: 110px;
    line-height: 25px
}

.cart-block .cart-block-content .product-info .p-right .p-rice {
    color: red
}

.cart-block .cart-block-content .product-info .p-right .change_quantity {
    margin-top: 10px
}

.cart-block .cart-block-content .product-info .p-right .change_quantity .blockcart_quantity_down,
.cart-block .cart-block-content .product-info .p-right .change_quantity .blockcart_quantity_up {
    float: left;
    width: 20px;
    height: 30px;
    border: 1px solid #ccc;
    padding-top: 2px;
    text-align: center
}

.cart-block .cart-block-content .product-info .p-right .change_quantity .cart_quantity_input_text {
    width: 60px;
    border: 1px solid #ccc;
    margin-left: -1px;
    margin-right: -1px;
    height: 30px;
    line-height: 100%;
    float: left;
    text-align: center
}

.cart-block .cart-block-content .toal-cart {
    margin-top: 10px
}

.cart-block .cart-block-content .toal-cart .toal-price {
    font-size: 18px;
    color: #999
}

.cart-block .cart-block-content .cart-buttons {
    overflow: hidden;
    width: 100%
}

.cart-block .cart-block-content .cart-buttons a {
    width: 50%;
    float: left;
    margin-top: 12px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 0;
    text-align: center
}

.cart-block .cart-block-content .cart-buttons a:hover {
    opacity: .8
}

.cart-block .cart-block-content .cart-buttons a.btn-my-cart {
    background: #eee
}

.cart-block .cart-block-content .cart-buttons a.btn-check-out {
    background: red;
    color: #fff
}

span.notify {
    width: 32px;
    height: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    line-height: normal;
    font-size: 11px;
    padding-top: 3px;
    z-index: 1
}
/*
span.notify-left {
    background: url(../images/notify.png) no-repeat;
    right: 25px;
    top: -8px
}

span.notify-right {
    background: url(../images/notify-right.png) no-repeat;
    right: 0;
    top: -7px
}
*/
.nav-top-menu {
    background: #3aadcd
}

#header {
    background: #e2f6fa
}

.box-vertical-megamenus {
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 1000;
    background: #fff
}

.box-vertical-megamenus .title {
    background: #000;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 1px;
    overflow: hidden
}

.box-vertical-megamenus .title .btn-open-mobile>.fa {
    line-height: inherit
}

.box-vertical-megamenus .title .btn-open-mobile {
    font-size: 17px;
    cursor: pointer;
    line-height: 50px
}

.box-vertical-megamenus .vertical-menu-content {
    border-top: 3px solid red;
    background: #fff;
    display: none;
    padding-bottom: 15px
}

.home .box-vertical-megamenus .vertical-menu-content {
    display: block
}

.box-vertical-megamenus .vertical-menu-list {
    border-left: 1px solid #eaeaea
}

.box-vertical-megamenus .vertical-menu-list li {
    display: block;
    line-height: 34px;
    margin-left: -1px;
    position: relative
}

.box-vertical-megamenus .vertical-menu-list>li:hover {
    background: red
}

.box-vertical-megamenus .vertical-menu-list>li:hover>a {
    color: #fff;
    border-color: red
}

.box-vertical-megamenus .vertical-menu-list>li:hover>a.parent:before {
    color: #fff
}

.box-vertical-megamenus .vertical-menu-list>li>a {
    padding-left: 20px;
    line-height: 36px;
    display: block
}

.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 10px;
    right: 8px;
    color: #666
}

.box-vertical-megamenus .vertical-menu-content ul>li>a.parent:after {
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    right: -2px;
    width: 2px;
    content: ' ';
    z-index: 2000;
    opacity: 0
}

.box-vertical-megamenus .vertical-menu-content ul>li:hover>a.parent:after {
    opacity: 1
}

.box-vertical-megamenus .vertical-menu-content ul>li.cat-link-orther {
    display: none
}

.box-vertical-megamenus .vertical-menu-content ul li:hover .vertical-dropdown-menu {
    visibility: visible;
    display: block;
    height: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.box-vertical-megamenus .vertical-menu-content ul li img.icon-menu {
    vertical-align: middle;
    padding-right: 15px
}

.box-vertical-megamenus .all-category {
    text-align: center;
    margin-top: 14px;
    padding-right: 20px
}

.box-vertical-megamenus .all-category span {
    height: 40px;
    width: 100%;
    line-height: 39px;
    border: 1px solid #eaeaea;
    text-align: center;
    display: block;
    cursor: pointer
}

.box-vertical-megamenus .all-category span:hover {
    background: red;
    color: #fff;
    border-color: red
}

.box-vertical-megamenus .all-category span:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    font-weight: 700;
    margin-left: 20px
}

.vertical-dropdown-menu {
    position: absolute;
    top: -15px;
    left: 100%;
    z-index: 900;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    -webkit-transition: all .45s ease-out 0s;
    -moz-transition: all .45s ease-out 0s;
    -o-transition: all .45s ease-out 0s;
    transition: all .45s ease-out 0s;
    -moz-transform: translate(100px, 0);
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0;
    display: block;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 0;
    background: #fff;
    border: 1px solid #eaeaea
}

.vertical-dropdown-menu .vertical-groups {
    padding: 24px 15px
}

.vertical-dropdown-menu .mega-group-header {
    border-bottom: 1px solid #e8e8e8;
    font-size: 17px;
    margin-bottom: 10px;
    display: table;
    width: 100%
}

.vertical-dropdown-menu .mega-group-header span {
    padding-bottom: 10px;
    border-bottom: 1px solid red;
    float: left;
    margin-bottom: -1px
}

.vertical-dropdown-menu .group-link-default {
    border: none!important;
    padding: 0;
    margin: 0;
    padding-bottom: 10px
}

.vertical-dropdown-menu .group-link-default li {
    border: none!important;
    padding-left: 0!important;
    line-height: 28px!important
}

.vertical-dropdown-menu .mega-products .mega-product {
    border-right: 1px solid #eaeaea;
    margin-top: 15px;
    line-height: 18px
}

.vertical-dropdown-menu .mega-products .mega-product:last-child {
    border-right: none
}

.vertical-dropdown-menu .mega-products .mega-product .product-price .new-price {
    width: auto;
    display: inline-block;
    color: red
}

.vertical-dropdown-menu .mega-products .mega-product .product-price .old-price {
    color: #999;
    text-decoration: line-through;
    width: auto;
    display: inline-block;
    padding-left: 20px
}

.vertical-dropdown-menu .mega-products .mega-product .product-star {
    margin-top: 5px;
    color: #f90
}

#main-menu {
    padding: 0;
    margin-left: -15px
}

#main-menu .container-fluid {
    padding: 0
}

#main-menu .navbar-header {
    display: none
}

#main-menu .navbar {
    border: none;
    margin: 0;
    background: 0 0
}

#main-menu .navbar-collapse {
    padding: 0
}

#main-menu .navbar .navbar-nav>li>a,
#main-menu .navbar .navbar-nav>li>div>a {
    font-size: 16px;
    color: #fff;
    margin: 0 0;
    padding: 0;
    padding: 15px 25px;
    background: 0 0;
    font-weight: 700
}

#main-menu .navbar .navbar-nav>li:last-child>a {
    border-right: none
}

#main-menu .navbar .navbar-nav>li.active,
#main-menu .navbar .navbar-nav>li:hover {
    background: red;
    color: #fff
}

#main-menu .navbar .navbar-nav>li.active>a,
#main-menu .navbar .navbar-nav>li:hover>a {
    color: #fff
}

#main-menu .collapse,
#main-menu .dropdown,
#main-menu .dropup,
#main-menu .nav {
    position: static
}

#main-menu .dropdown-menu {
    border-radius: 0;
    min-width: 200px;
    border: 0;
    left: auto;
    padding: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#main-menu .dropdown-menu.container-fluid {
    padding: 15px 30px
}

#main-menu .navbar-nav>li:hover .dropdown-menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible
}

#main-menu .mega_dropdown .block-container {
    padding: 0 15px
}

#main-menu .mega_dropdown .group_header {
    text-transform: uppercase;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 13px;
    margin-top: 15px
}

#main-menu .mega_dropdown .group_header:first-child {
    margin-top: 0
}

#main-menu .mega_dropdown .img_container {
    padding: 0 0 5px
}

#main-menu .dropdown-menu .block-container .link_container>a {
    line-height: 32px
}

#main-menu .dropdown-menu .block-container .group_header>a {
    line-height: 32px;
    border-bottom: 1px solid red;
    display: inline-block;
    margin-bottom: -1px
}

#main-menu li.dropdown>a:after,
#main-menu li.dropdown>div>a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    vertical-align: 0;
    padding-left: 7px
}

#main-menu li.dropdown:before {
    content: "\f0de";
    font-family: FontAwesome;
    font-size: 15px;
    color: #fff;
    padding-left: 7px;
    position: absolute;
    bottom: -13px;
    right: 48%;
    display: none;
    z-index: 1001
}

#main-menu li.dropdown:hover:before {
    display: none
}

.nav-menu {
    border: none
}

.nav-menu .container-fluid {
    padding: 0
}

.nav-menu .navbar-collapse {
    z-index: 10000;
    padding: 0;
    margin: 0;
    border: none
}

.nav-menu .nav>li:last-child a {
    background-image: none
}
/*
.nav-menu .nav>li>a {
    padding: 15px 25px;
    background: url(../images/kak.png) no-repeat right center
}

.nav-menu .navbar-toggle {
    background: url(../images/bar.png) no-repeat left center;
    height: 50px;
    margin: 0;
    padding-right: 3px
}
*/
.nav-menu .navbar-brand {
    font-size: 14px;
    font-weight: 700;
    display: none;
    text-transform: uppercase
}

.nav-menu .navbar-brand a {
    color: #fff
}

.nav-menu .toggle-menu {
    float: right;
    line-height: 49px;
    max-height: 50px
}

.nav-menu .toggle-menu:before {
    font: normal normal normal 17px/1 FontAwesome;
    content: "\f0c9";
    line-height: inherit;
    color: #fff
}
/*
.floor-elevator {
    width: 70px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/floor-elevator.png) no-repeat left center;
    padding-left: 38px;
    padding-right: 22px;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: #999;
    padding-top: 7px
}
*/
.floor-elevator .fa {
    font-weight: 700
}

.floor-elevator .btn-elevator {
    cursor: pointer
}

.floor-elevator .btn-elevator:hover,
.floor-elevator .disabled {
    color: #ccc
}

.floor-elevator .down {
    margin-top: -6px
}

.nav-menu-default {
    height: 50px;
    background: red;
    border-radius: 0;
    padding: 0;
    margin: 0
}

.nav-menu-default .navbar-collapse {
    background: #eee
}

.nav-menu-default ul>li.active>a,
.nav-menu-default ul>li.selected>a,
.nav-menu-default ul>li>a:hover {
    background: red;
    color: #fff
}

.nav-menu-red {
    height: 53px;
    background: red;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0
}

.nav-menu-red .navbar-collapse {
    background: #fff
}

.nav-menu-red li a:hover,
.nav-menu-red li.active a,
.nav-menu-red li.selected a {
    background: red;
    color: #fff
}

.nav-menu-green {
    height: 53px;
    background: #396;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0
}

.nav-menu-green .navbar-collapse {
    background: #fff
}

.nav-menu-green li a:hover,
.nav-menu-green li.active a,
.nav-menu-green li.selected a {
    background: #396;
    color: #fff
}

.nav-menu-orange {
    height: 53px;
    background: #f63;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0
}

.nav-menu-orange .navbar-collapse {
    background: #fff
}

.nav-menu-orange li a:hover,
.nav-menu-orange li.active a,
.nav-menu-orange li.selected a {
    background: #f63;
    color: #fff
}

.nav-menu-blue {
    height: 53px;
    background: #36c;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0
}

.nav-menu-blue .navbar-collapse {
    background: #fff
}

.nav-menu-blue li a:hover,
.nav-menu-blue li.active a,
.nav-menu-blue li.selected a {
    background: #36c;
    color: #fff
}

.nav-menu-gray {
    height: 53px;
    background: #6c6856;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0
}

.nav-menu-gray .navbar-collapse {
    background: #fff
}

.nav-menu-gray li a:hover,
.nav-menu-gray li.active a,
.nav-menu-gray li.selected a {
    background: #6c6856;
    color: #fff
}

.nav-menu-blue2 {
    height: 53px;
    background: #690;
    border-radius: 0;
    padding: 0;
    padding-bottom: 3px;
    margin: 0
}

.nav-menu-blue2 .navbar-collapse {
    background: #fff
}

.nav-menu-blue2 li a:hover,
.nav-menu-blue2 li.active a,
.nav-menu-blue2 li.selected a {
    background: #690;
    color: #fff
}

.show-brand .navbar-brand {
    display: block;
    width: 234px;
    background: #000;
    margin-left: 0!important;
    text-transform: uppercase;
    padding: 0;
    padding-left: 20px;
    line-height: 50px;
    font-size: 16px
}

.show-brand .navbar-brand a {
    color: #fff;
    line-height: 53px
}

.show-brand .navbar-brand img {
    vertical-align: middle;
    margin-right: 15px
}

.homeBannerContainer {
    margin-top: 20px;
    background-color: #f1694d
}

.header-top-right {
    margin-left: -15px;
    padding: 0;
    border-top: 3px solid red
}

.header-top-right .homeslider {
    width: 80%;
    margin: auto
}

.header-top-right .header-banner {
    width: 26%;
    float: right
}

.header-top-right .header-banner img {
    width: 100%;
    height: auto
}

.header-top-right .homeslider img {
    width: 100%;
    height: auto
}

.header-top-right .homeslider .bx-wrapper .bx-viewport {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
    border: 0;
    left: 0;
    background: #fff
}

.header-top-right .homeslider .bx-controls-direction .bx-next,
.header-top-right .homeslider .bx-controls-direction .bx-prev {
    background: red;
    text-indent: 0!important;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    -moz-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -ms-transition: all .45s ease;
    transition: all .45s ease;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-top-right .homeslider .bx-controls-direction .bx-prev {
    left: 50%
}

.header-top-right .homeslider .bx-controls-direction .bx-next {
    right: 50%
}

.header-top-right .homeslider:hover .bx-controls-direction .bx-next {
    right: 10px;
    opacity: 1;
    visibility: inherit
}

.header-top-right .homeslider:hover .bx-controls-direction .bx-prev {
    left: 10px;
    opacity: 1;
    visibility: inherit
}

.header-top-right .homeslider .bx-controls-direction .bx-next:hover,
.header-top-right .homeslider .bx-controls-direction .bx-prev:hover {
    opacity: .8
}

.bx-wrapper:hover .bx-next,
.header-top-right .homeslider .bx-wrapper:hover .bx-prev {
    display: block
}

.bx-wrapper .bx-controls-auto,
.header-top-right .homeslider .bx-wrapper .bx-pager {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: right;
    padding-right: 25px
}

.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item {
    width: 20px;
    height: 20px;
    border-radius: 90%;
    margin-right: 5px;
    line-height: 20px
}

.header-top-right .homeslider .bx-wrapper .bx-pager .bx-pager-item a {
    width: 100%;
    height: 100%;
    float: left;
    background: 0 0;
    margin: 0;
    padding: 0;
    text-align: center;
    text-indent: 0;
    border-radius: 90%;
    color: #666;
    border: 1px solid #999;
    padding-left: 1px
}

.header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a.active,
.header-top-right .homeslider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: red;
    color: #fff;
    border: 1px solid #fff
}

.bx-wrapper {
    margin: 0
}

.page-top {
    margin-top: 10px
}
/*
.latest-deals .latest-deal-title {
    height: 54px;
    background: url(../images/latest-deal-title.png) no-repeat left center;
    padding: 0;
    margin: 0;
    line-height: 54px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding-left: 52px;
    margin-left: 8px
}
*/
.latest-deals .product-list li {
    padding-right: 0;
    border: none
}

.latest-deals .latest-deal-content {
    border: 3px solid red;
    padding: 20px 15px 10px 15px
}

.latest-deals .count-down-time {
    text-align: center;
    padding-bottom: 15px
}

.latest-deals .count-down-time span {
    height: 24px;
    background: #999;
    color: #fff;
    width: auto;
    display: inline-block;
    line-height: 24px;
    margin: 0 3px;
    font-size: 18px;
    letter-spacing: 17px;
    padding-left: 7px;
    position: relative
}

.latest-deals .count-down-time span:after {
    content: '';
    height: 24px;
    width: 2px;
    position: absolute;
    left: 25px;
    top: 0;
    background: #fff
}

.latest-deals .count-down-time span:before {
    content: '';
    height: 24px;
    width: 11px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff
}

.latest-deals .count-down-time span:first-child {
    margin-left: 10px
}

.latest-deals .count-down-time b {
    margin-left: -8px;
    position: relative
}

.latest-deals .count-down-time b:after {
    position: absolute;
    right: -1px;
    top: 0;
    content: ':'
}

.latest-deals .product-list .owl-controls {
    width: 100%;
    top: 40%
}

.latest-deals .product-list li .right-block {
    padding: 0
}

.latest-deals .content_price {
    width: 100%!important
}

.latest-deals .colreduce-percentage {
    float: right;
    padding-right: 20px
}

.latest-deals .owl-next,
.latest-deals .owl-prev {
    -moz-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -ms-transition: all .45s ease;
    transition: all .45s ease;
    display: block;
    opacity: 0
}

.latest-deals .owl-next {
    right: -50px
}

.latest-deals .owl-prev {
    left: -50px
}

.latest-deals:hover .owl-prev {
    left: -15px;
    opacity: 1
}

.latest-deals:hover .owl-next {
    right: -15px;
    opacity: 1
}

.popular-tabs .owl-controls .owl-next {
    top: -27px
}

.popular-tabs .owl-controls .owl-prev {
    top: -27px;
    left: inherit;
    right: 26px
}

.popular-tabs .nav-tab {
    margin: 0;
    padding: 0
}

.popular-tabs .nav-tab {
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden
}

.popular-tabs .nav-tab li {
    list-style: none;
    display: inline;
    border-bottom: 3px solid #ccc;
    margin-right: 2px;
    height: 45px;
    line-height: 45px;
    float: left;
    padding: 0 15px
}

.popular-tabs .nav-tab li.active,
.popular-tabs .nav-tab li:hover {
    border-bottom: 3px solid red
}

.popular-tabs .nav-tab li.active a,
.popular-tabs .nav-tab li:hover a {
    color: #333
}

.popular-tabs .nav-tab li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700
}

.popular-tabs .tab-container {
    padding-top: 0
}

.popular-tabs .product-list li {
    padding-bottom: 10px;
    overflow: hidden
}

.popular-tabs .product-list .product-container {
    min-height: 0;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 16px -6px rgba(0, 0, 0, .19);
    -moz-box-shadow: 10px 10px 16px -6px rgba(0, 0, 0, .19);
    box-shadow: 10px 10px 16px -6px rgba(0, 0, 0, .19)
}

.service {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 19px 0;
    font-size: 12px;
    margin-top: 20px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2);
    -moz-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2);
    box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2)
}

.service .service-item {
    padding-left: 35px;
    border-right: 1px solid #ccc;
    overflow: hidden
}

.service .service-item .icon {
    width: 40px;
    height: 40px;
    float: left
}

.service .service-item .info {
    padding-left: 15px;
    margin-left: 40px;
    padding-top: 2px
}

.service .service-item h3 {
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.service .service-item:last-child {
    border-right: none
}

.product-list li:hover .add-to-cart {
    bottom: 0
}

.group-title-box {
    margin-bottom: 20px
}

.group-title {
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    font-weight: 700;
    padding-bottom: 7px
}

.group-title span {
    border-bottom: 3px solid red;
    text-transform: uppercase;
    padding: 5px 10px
}


#mail-box .btn:hover {
    z-index: 0;
    opacity: .8;
    transition: .3s
}

#trademark-text-box {
    font-size: 13px
}

#trademark-list {
    list-style: outside none none;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    margin-top: 30px
}

blockquote {
    margin: 0 auto;
    text-align: center
}

blockquote .product-star {
    padding-left: 23px;
    padding-bottom: 5px
}

blockquote .quote:before {
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    width: 23px;
    height: 21px;
    top: -12px;
    right: 10px;
    position: relative
}

blockquote .quote:after {
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    width: 23px;
    height: 21px;
    position: relative;
    top: 12px;
    left: 10px
}

blockquote .name {
    padding-top: 5px
}

blockquote .fa-star {
    color: gold
}
.fa-file-pdf-o {
    color: red
}

#footer-menu-box {
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
    padding-top: 15px;
    margin-bottom: 15px
}

.footer-menu-list {
    list-style: none;
    text-align: center;
    margin-bottom: 5px
}

.footer-menu-list li {
    display: inline;
    padding: 0 7px 0 5px;
    border-right: 1px solid #06c
}

.footer-menu-list li:last-child {
    border-right: none
}

.footer-menu-list li a {
    color: #06c
}

.footer-menu-list li a:hover {
    text-decoration: underline;
    transition: all .3s
}

.scroll_top {
    width: 34px;
    height: 34px;
    position: fixed;
    display: none;
    font-size: 0;
    z-index: 9999;
    right: 10px;
    bottom: 32px;
    background: #666;
    display: none
}

.scroll_top:hover {
    background: #25a69c
}

.scroll_top:before {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: block
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    margin: 0;
    padding-bottom: 17px;
    line-height: normal
}

.breadcrumb .navigation-pipe:before {
    content: "\f105";
    font-size: 14px;
    display: inline-block;
    text-align: right;
    width: 6px;
    color: #666;
    font-family: FontAwesome;
    padding: 0 15px
}

#columns {
    padding-top: 5px;
    padding-bottom: 30px
}

#center_column {
    float: right
}

#left_column {
    float: left
}

#left_column .left-module {
    -webkit-box-shadow: 10px 10px 16px -6px rgba(0, 0, 0, .19);
    -moz-box-shadow: 10px 10px 16px -6px rgba(0, 0, 0, .19);
    box-shadow: 10px 10px 16px -6px rgba(0, 0, 0, .19);
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff
}

#left_column .left-module .owl-dots {
    bottom: 5px
}

#left_column .left-module:last-child {
    margin-bottom: 0
}

#left_column .left-module img {
    margin: 0 auto
}

#left_column .block {
    border: 1px solid #eaeaea
}

#left_column .block .title_block {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea;
    padding-left: 28px;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 12px
}

.title_block {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea;
    padding-left: 28px;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 12px
}

#left_column .block .block_content {
    padding: 15px 20px
}

.layered .layered_subtitle {
    color: #666;
    font-size: 16px;
    padding-bottom: 4px;
    text-transform: uppercase
}

.layered .layered-content {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 15px
}

.layered .layered-content:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.layered-category .layered-content {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0
}

.tree-menu li {
    line-height: 24px;
    padding-bottom: 5px
}

.tree-menu li.active>a,
.tree-menu li.active>span:before,
.tree-menu li:hover>a,
.tree-menu li:hover>span:before {
    color: red
}

.tree-menu>li>span:before {
    content: "\f105";
    font-size: 14px;
    display: inline-block;
    text-align: right;
    color: #666;
    font-family: FontAwesome;
    padding-right: 12px;
    color: #ccc;
    font-weight: 700;
    cursor: pointer
}

.tree-menu>li>span.open:before {
    content: "\f107";
    font-size: 14px;
    display: inline-block;
    text-align: right;
    color: #666;
    font-family: FontAwesome;
    padding-right: 12px;
    color: #ccc;
    font-weight: 700;
    cursor: pointer
}

.tree-menu>li>ul {
    padding-left: 17px;
    display: none
}

.tree-menu>li>ul>li {
    border-bottom: 1px dotted #eaeaea
}

.tree-menu>li>ul>li:last-child {
    border: none
}

.tree-menu>li>ul>li>span:before {
    content: "\f0da";
    font-size: 14px;
    display: inline-block;
    text-align: right;
    color: #666;
    font-family: FontAwesome;
    padding-right: 12px;
    color: #ccc
}

.layered-filter-price .amount-range-price {
    padding: 15px 0
}

.layered-filter-price .slider-range-price {
    height: 7px;
    background: red;
    border: none;
    border-radius: 0
}

.layered-filter-price .slider-range-price .ui-widget-header {
    background: #ccc;
    height: 7px
}

/*
.layered-filter-price .slider-range-price .ui-slider-handle {
    border: none;
    border-radius: 0;
    background: url(../images/range-icon.png) no-repeat;
    cursor: pointer
}
*/
.check-box-list {
    overflow: hidden
}

.check-box-list li {
    line-height: 24px
}

.check-box-list label {
    display: inline-block;
    cursor: pointer;
    line-height: 12px
}

.check-box-list label:hover {
    color: red
}

.check-box-list input[type=checkbox] {
    display: none
}
/*
.check-box-list input[type=checkbox]+label span.button {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 13px;
    background: url(../images/checkbox.png) no-repeat;
    padding: 0;
    border: none
}

.check-box-list input[type=checkbox]:checked+label span.button {
    background: red url(../images/checked.png) no-repeat center center
}
*/
.check-box-list input[type=checkbox]:checked+label {
    color: red
}

.check-box-list label span.count {
    color: #a4a4a4;
    margin-left: 2px
}

.products-block {
    overflow: hidden
}

.products-block .products-block-left {
    width: 75px;
    float: left
}

.products-block .products-block-right {
    margin-left: 85px
}

.products-block .product-price {
    font-size: 18px;
    color: red;
    font-weight: 700;
    line-height: 35px
}

.products-block .product-star {
    color: #f90
}

.products-block-bottom {
    padding-top: 15px
}

.products-block .link-all {
    height: 35px;
    width: 120px;
    border: 1px solid red;
    line-height: 33px;
    font-size: 14px;
    color: red;
    display: block;
    margin: 0 auto;
    text-align: center;
    clear: both;
    background: red;
    color: #fff
}

.products-block .link-all:hover {
    opacity: .8
}

.products-block .link-all:after {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f101";
    margin-left: 10px
}

.best-sell li {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0
}

.best-sell li:first-child {
    padding-top: 0
}

.best-sell li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.owl-best-sell {
    padding-bottom: 35px
}

#left_column .block .block_content.product-onsale {
    padding: 15px 20px
}

#left_column .block .block_content.product-onsale .product-list {
    padding-bottom: 25px
}

#left_column .block .block_content.product-onsale .product-list .product-container {
    border: none
}

#left_column .block .block_content.product-onsale .product-list .product-container .right-block {
    padding: 0
}

.product-bottom {
    padding-top: 10px;
    text-align: center
}

.btn-add-cart {
    height: 42px;
    width: auto;
    line-height: 42px;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    clear: both;
    padding-left: 18px;
    padding-right: 18px;
    background: #090
}

.btn-add-cart:hover {
    color: #fff;
    opacity: .8
}

.tags {
    line-height: 26px
}

.tags span {
    padding: 0 5px
}

.tags .level1 {
    font-size: 12px
}

.tags .level2 {
    font-size: 16px
}

.tags .level3 {
    font-size: 18px
}

.tags .level4 {
    font-size: 20px
}

.tags .level5 {
    font-size: 24px
}

.testimonials {
    padding-bottom: 38px
}

.testimonials .client-mane {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600
}

.testimonials .client-avarta {
    margin-top: 10px;
    text-align: center
}

.testimonials .client-avarta img {
    width: 110px;
    height: 110px;
    border: 3px solid #eaeaea;
    border-radius: 90%;
    margin: 0 auto
}

.category-slider .owl-controls .owl-next,
.category-slider .owl-controls .owl-prev {
    background: #aaa;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -moz-transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    -ms-transition: all .45s ease;
    transition: all .45s ease;
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.category-slider .owl-controls .owl-next:hover,
.category-slider .owl-controls .owl-prev:hover {
    background: red
}

.category-slider .owl-controls .owl-prev {
    left: 50%
}

.category-slider .owl-controls .owl-next {
    right: 50%
}

.category-slider:hover .owl-controls .owl-next {
    right: 0;
    visibility: inherit;
    opacity: 1
}

.category-slider:hover .owl-controls .owl-prev {
    left: 0;
    visibility: inherit;
    opacity: 1
}

.subcategories {
    border: 1px solid #e4e4e4;
    margin-top: 20px
}

.subcategories ul {
    overflow: hidden
}

.subcategories li {
    display: inline;
    float: left
}

.subcategories li a {
    height: 34px;
    float: left;
    line-height: 34px;
    padding: 0 40px;
    font-size: 13px
}

.subcategories li a:hover {
    background: #f2f2f2;
    color: #666
}

.subcategories li.current-categorie {
    position: relative
}

.subcategories li.current-categorie:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0da";
    position: absolute;
    right: -5px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000
}

.subcategories li.current-categorie a {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.view-product-list {
    margin-top: 0;
    position: relative
}

.page-heading {
    height: 41px;
    border-bottom: 1px solid #eaeaea;
    line-height: 40px;
    position: relative;
    font-size: 24px;
    margin-bottom: 5px
}

.page-heading span.page-heading-title {
    border-bottom: 3px solid red;
    position: absolute;
    bottom: -1px;
    padding: 0 12px
}

.page-heading span.page-heading-title2 {
    text-transform: uppercase
}

.no-line {
    border-bottom: none
}

.view-product-list .display-product-option {
    position: absolute;
    top: 0;
    right: 0
}

.display-product-option {
    width: 63px;
    height: 30px
}
/*
.display-product-option li.view-as-grid span {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../images/grid-view-bg.png) 0 0 #666;
    border: none;
    float: left
}

.display-product-option li.view-as-list span {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    cursor: pointer;
    text-indent: -9999px;
    background: url(../images/list-view-bg.png) 0 0 #666;
    border: none;
    float: right
}
*/
.display-product-option li.selected span,
.display-product-option li:hover span {
    background-color: red;
    background-position: 0 -30px
}

.view-product-list .product-list.grid {
    margin-top: -10px
}

.product-list .product-container {
    background: #fff;
    border: 1px solid #eaeaea;
    overflow: hidden;
    padding-bottom: 10px;
    min-height: 230px;
    -webkit-box-shadow: 10px 10px 16px -6px rgba(0, 0, 0, .19);
    -moz-box-shadow: 10px 10px 16px -6px rgba(0, 0, 0, .19);
    box-shadow: 10px 10px 16px -6px rgba(0, 0, 0, .19)
}

#searchResContainer {
    min-height: 470px
}

#desc {
    color: #000;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px;
    -webkit-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2);
    -moz-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2);
    box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2)
}


.page-content {
    margin-top: 30px
}

.page-order ul.step {
    width: 100%;
    clear: both;
    overflow: hidden
}

.page-order ul.step li {
    display: inline;
    line-height: 30px;
    width: 20%;
    float: left;
    text-align: center;
    border-bottom: 3px solid #ccc
}

.page-order ul.step li.current-step {
    border-bottom: 3px solid red
}

.page-order .heading-counter {
    margin: 30px 0;
    padding: 15px;
    border: 1px solid #eaeaea
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 0
}

.page-order .cart_navigation a {
    padding: 10px 20px;
    border: 1px solid #eaeaea
}

.page-order .cart_avail {
    text-align: center
}

.page-order .cart_avail .label {
    white-space: normal;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 0
}

.page-order .product-name {
    font-size: 16px
}

.page-order .cart_description {
    font-size: 14px
}

.page-order .cart_avail .label-success {
    background: #fff;
    border: 1px solid #55c65e;
    color: #48b151;
    font-weight: 400
}

.page-order .cart_navigation a.next-btn {
    float: right;
    background: red;
    color: #fff;
    border: 1px solid red
}

.page-order .cart_navigation a.next-btn:hover {
    opacity: .8
}

.page-order .cart_navigation a.prev-btn {
    float: left
}

.page-order .cart_navigation a.prev-btn:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f104";
    padding-right: 15px
}

.page-order .cart_navigation a.next-btn:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    padding-left: 15px
}

.page-order .cart_navigation a:hover {
    background: red;
    color: #fff
}

.cart_summary>tfoot,
.cart_summary>thead {
    font-size: 16px
}

.cart_summary>thead>th {
    border-bottom-width: 1px;
    padding: 20px
}

.cart_summary td {
    vertical-align: middle!important;
    padding: 20px
}

.cart_summary .table>tbody>tr>td,
.cart_summary .table>tfoot>tr>td,
.cart_summary .table>thead>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>th {
    padding: 15px
}

.cart_summary img {
    max-width: 100px
}

.cart_summary td.cart_product {
    width: 120px;
    padding: 15px
}

.cart_summary .price {
    text-align: right
}

.cart_summary .qty {
    text-align: center;
    width: 100px
}

.cart_summary .qty input {
    text-align: center;
    max-width: 64px;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid #eaeaea
}

.cart_summary .qty a {
    padding: 8px 10px 5px 10px;
    border: 1px solid #eaeaea;
    display: inline-block;
    width: auto;
    margin-top: 5px
}

.cart_summary .qty a:hover {
    background: red;
    color: #fff
}

.cart_summary .action {
    text-align: center
}
/*
.cart_summary .action a {
    background: url(../images/delete_icon.png) no-repeat center center;
    font-size: 0;
    height: 9px;
    width: 9px;
    display: inline-block;
    line-height: 24px
}
*/
.cart_summary tfoot {
    text-align: right
}

.cart_navigation {
    margin-top: 10px;
    float: left;
    width: 100%
}

.content-text {
    padding: 20px;
    text-align: justify;
    -webkit-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2);
    -moz-box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2);
    box-shadow: 0 4px 7px 0 rgba(50, 50, 50, .2);
    border: 1px solid #eaeaea;
    background: #fff
}

.content-text p {
    margin-bottom: 15px
}

.single-box {
    margin-top: 20px
}

.comment-list {
    margin-top: 20px
}

.comment-list ul {
    padding-left: 80px
}

.comment-list ul li {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px
}

.comment-list ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0
}

.comment-list>ul {
    padding-left: 0
}

.comment-list .avartar {
    width: 80px;
    border: 1px solid #eaeaea;
    padding: 4px;
    float: left
}

.comment-list .comment-body {
    margin-left: 90px
}

.comment-list .comment-meta {
    color: #ccc
}

.comment-list .comment-meta .author a {
    font-weight: 700
}

.coment-form {
    margin-top: 20px
}

.coment-form label {
    margin-top: 10px;
    margin-bottom: 2px
}

.coment-form input,
.coment-form textarea {
    border-radius: 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit
}

.coment-form .btn-comment {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    background: #666;
    color: #fff;
    margin-top: 15px
}

.coment-form .btn-comment:hover {
    background: red;
    border: 1px solid red
}

.related-posts {
    margin-top: 20px
}

.related-posts .entry-thumb img {
    border: 1px solid #eaeaea
}

.related-posts .entry-ci {
    margin-top: 10px
}

.related-posts .entry-meta-data {
    color: #999;
    font-size: 13px;
    margin-top: 10px
}

.related-posts .entry-meta-data .fa {
    line-height: inherit
}

.related-posts .entry-ci .entry-excerpt {
    padding: 10px 0
}

.related-posts .entry-title {
    font-size: 14px
}

.related-posts .owl-next {
    top: -31px
}

.related-posts .owl-prev {
    top: -31px;
    left: inherit;
    right: 26px
}

.box-authentication {
    border: 1px solid #eaeaea;
    padding: 30px;
    min-height: 320px
}

.box-authentication>h3 {
    margin-bottom: 15px
}

.box-authentication label {
    margin-top: 10px;
    margin-bottom: 2px
}

.box-authentication .forgot-pass {
    margin-top: 15px
}

.box-authentication input,
.box-authentication textarea {
    border-radius: 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    width: 50%
}

.box-authentication .button {
    margin-top: 15px
}

.box-border {
    background: #fff;
    border: 1px solid #3aadcd;
    padding: 20px
}

.box-wishlist .button,
.box-wishlist label {
    margin-top: 15px;
    margin-bottom: 5px
}

.box-wishlist {
    margin-top: 20px
}

.table-wishlist {
    margin-top: 20px
}

.table-wishlist th {
    background: #fafafa
}

.list-wishlist {
    margin-top: 20px
}

.list-wishlist li {
    margin-top: 30px
}

.list-wishlist li .product-img {
    border: 1px solid #eee;
    padding: 10px
}

.list-wishlist li .button,
.list-wishlist li .priority,
.list-wishlist li .product-name,
.list-wishlist li .qty {
    margin-top: 10px
}

.list-wishlist li .button-action {
    position: relative
}

.list-wishlist li .button-action a {
    position: absolute;
    right: 10px;
    top: 15px
}

.list-wishlist li .button-action a .fa {
    line-height: inherit
}

.table-compare td.compare-label {
    width: 150px;
    background: #fafafa;
    vertical-align: middle
}

.table-compare .product-star .fa {
    line-height: inherit;
    color: #f90
}

.table-compare .price {
    font-weight: 700;
    color: red
}

.table-compare .add-cart {
    background: red;
    color: #fff
}

.table-compare .add-cart:hover {
    opacity: .8
}

.checkout-page .checkout-sep {
    border: 1px solid #3aadcd;
    background-color: #3aadcd;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 0;
    padding-left: 5px;
    text-transform: uppercase
}

.checkout-page .box-border {
    margin-bottom: 15px
}

.checkout-page .box-border .button {
    margin-top: 15px
}

.checkout-page .box-border label {
    margin-top: 5px
}

.checkout-page .box-border h4,
.checkout-page .box-border p {
    padding-bottom: 5px;
    margin-top: 5px
}

.checkout-page .box-border .fa {
    line-height: inherit
}

.checkout-page .box-border input[type=radio] {
    margin-right: 10px
}

.service3 {
    padding-bottom: 30px
}

.service3 .service-item {
    margin-top: 30px
}

.service3 .service-item .icon {
    width: 50px;
    float: left
}

.service3 .service-item .service-info {
    padding-left: 73px;
    display: block;
    padding-top: 8px
}

.service3 .service-item .service-title a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px
}

.service3 .service-item .service-desc {
    color: #999
}


.count-product {
    color: #00f
}

.cartNotifications {
    font-size: 12px;
    font-weight: 700;
    background-color: #ff0
}

li.shipSelLi {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 5px
}

li.shipSelLi label {
    width: 100%;
    cursor: pointer;
    line-height: 23px;
    vertical-align: inherit;
    margin-top: 0!important
}

li.shipSelLi label b {
    vertical-align: initial
}

li.shipSelLi input {
    margin-top: 5px;
    position: relative;
    top: 2px
}

#gTotal {
    font-weight: 700
}


.remove {
    font-size: 12px
}

.product-container-small {
    background-color: #fff;
    min-height: 100%!important
}

.no-cssanimations #valueBannerTop>li:first-child {
    opacity: 1
}

.no-cssanimations #valueBannerTop>li:first-child~li {
    opacity: 0
}

.btn-plus-up {
    line-height: 5px;
    margin-bottom: 5px;
    margin-top: 10px
}

.btn-plus-down {
    line-height: 5px
}

.btn-plus i {
    cursor: pointer;
    font-size: 20px
}