/*============================================================================
1. Mixin
==============================================================================*/
/*============================================================================
2. Variable
==============================================================================*/
/*============================================================================
#Function
==============================================================================*/
/*============================================================================
3. Element
==============================================================================*/
/*3.1 Title*/
.title-head {
    font-size: 1.42857em;
    font-weight: 600;
    color: #333333;
    text-decoration: none; }
.title-head a {
    color: #333333; }
.title-head a:hover {
    color: #61c472; }

.subtitle-head {
    font-size: 1.28571em;
    color: #333333;
    margin: 20px 0; }

/*3.2 Product item*/
/*.product-box {
text-align: left;
margin-bottom: 14px;
background: #fff;
position: relative;
overflow:hidden;
&:before {
content: "";
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 1);
position: absolute;
top: 0;
left: 0;
}
.product-thumbnail {
display: -webkit-flex;
-webkit-align-items: center;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
> a {
display: block;
width: 100%;
max-height: 339;
height: 339px;
text-align: center;
}
a img {
width: auto;
height: 100%;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
&.bethua{
width: 100%;
height: auto;
}
}
}
.product-info {
z-index: 10;
position: relative;
padding-bottom: 10px;
}
.product-name {
font-size: em(18px);
line-height: 24px;
color: $text-color;
font-weight: 300;
a {
color: $text-color;
text-decoration: none;
&:hover {
color: $main-color;
}
}
}
.product-price {
color: #323c3f;
font-size: em(18px);
line-height: em(24px);
display: block;
font-weight: 700;

}
.product-price-old {
text-decoration: line-through;
font-size: em(16px);
margin: 0 0 0 10px;
display: inline-block;
color: #adadad;
}
.sale-flash {
position: absolute;
font-size: em(13px);
color: #FFF;
width: 40px;
height: 40px;
line-height: 40px;
font-weight:700;
top: 0;
left: 10px;
text-align:center;
z-index: 99;
background-color: #faca00;
&:before {
border-top: 10px solid #faca00;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
content: "";
position: absolute;
bottom: 100%;
margin: 0;
left: 0%;
top: 100%;
z-index: 100;
}

}
.product-summary {
font-size: em(14px);
color: #acacac;
line-height: 20px;
}
form{
@include scale(1);
}

}*/
.product-price {
    color: #323c3f;
    font-size: 1.42857em;
    line-height: 24px;
    display: block;
    font-weight: 700; }

.products-view-list .product-box .product-thumbnail {
    text-align: center;
    margin-bottom: 0;
    width: calc(100% / 3);
    float: left; }

.products-view-list .product-box .product-info {
    text-align: left;
    margin-left: 30px;
    float: left;
    width: calc(100% / 3 * 2 - 30px);
    background: transparent;
    border-top: none; }

/*3.3 Breadcrumb*/
.breadcrumb {
    margin: 0;
    font-size: 1em;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 0; }
.breadcrumb li {
    display: inline; }
.breadcrumb li > a {
    color: #adadad; }
.breadcrumb li > a > span {
    color: #adadad; }
.breadcrumb li span {
    display: inline;
    color: #323c3f; }
.breadcrumb li span .fa {
    color: #323c3f; }
.breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
    color: #323c3f;
    font-weight: 400; }
.breadcrumb > li + li:before {
    display: none; }

/*3.4 Pagination*/
.pagination {
    margin-bottom: 20px; }
.pagination .page-link {
    float: left;
    margin: 2.5px;
    width: 40px;
    background: #fff;
    text-align: center;
    height: 40px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    border-radius: 0;
    border: none;
    text-decoration: none;
    border: 1px solid #d1d1d1; }
.pagination .page-link:hover {
    background-color: #9e9e9e;
    border-color: #9e9e9e;
    color: #fff; }
.pagination .page-item.disabled .page-link {
    border: 0;
    display: none; }
.pagination .page-item.active .page-link {
    background-color: #9e9e9e;
    border-color: #9e9e9e;
    color: #fff;
    display: block; }

/*============================================================================
4. Header
==============================================================================*/
/*4.1  Header Gerenal*/
.topbar {
    background: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px; }
.topbar .container > div {
    border-bottom: 1px solid #e1e1e1; }
.topbar .list-inline li {
    margin-right: 15px; }

.header-main {
    padding: 30px 0; }

.logo {
    display: inline-block;
    font-size: 2.85714em; }

.header_search {
    padding: 10px 0 15px; }
.header_search input {
    float: right; }
.header_search .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px; }
.header_search .input-group {
    width: 100%;
    margin-bottom: 0; }
.header_search button {
    padding: 0;
    width: 45px;
    background: transparent; }
.header_search button img {
    margin-top: 6px; }

/*4.2  Minicart*/
.mini-cart {
    z-index: 10;
    text-align: center; }
.mini-cart:hover .top-cart-content {
    display: block; }
.mini-cart .dropdown-toggle {
    font-size: 12px;
    padding: 0;
    text-transform: none; }

.top-cart-contain {
    color: #333;
    padding: 0;
    right: 0;
    z-index: 1000; }
.top-cart-contain .price {
    color: #61c472;
    text-transform: uppercase; }
.top-cart-contain .mini-cart .price {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 700; }
.top-cart-contain .product-details .price {
    color: #61c472;
    width: auto;
    float: none;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px; }

.top-cart-content {
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    z-index: 10000; }
.top-cart-content ul.list-item-cart {
    padding: 0;
    max-height: 230px;
    overflow-y: auto;
    border-bottom: 1px solid #eee; }
.top-cart-content .empty {
    text-align: left;
    color: #333; }
.top-cart-content .product-name {
    margin: 0;
    width: 150px;
    line-height: 1;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
.top-cart-content .product-name a {
    font-size: 1em;
    line-height: normal;
    line-height: 20px !important;
    font-weight: 400;
    color: #333; }
.top-cart-content .product-name a:hover {
    color: #61c472; }
.top-cart-content li {
    list-style: none; }
.top-cart-content li.item {
    border-top: 1px solid #eee;
    overflow: hidden;
    padding: 20px 0; }
.top-cart-content li.item:first-child {
    border-top: none;
    padding-top: 10px; }
.top-cart-content li.item:last-child {
    margin: 0;
    border-bottom: none; }
.top-cart-content li.item .product-image {
    float: left;
    display: block;
    width: 100px;
    margin-right: 10px; }
.top-cart-content li.item .detail-item {
    padding-left: 110px;
    position: relative; }
.top-cart-content li.item .detail-item .quantity-select {
    margin-top: 5px; }
.top-cart-content li.item .detail-item .fa {
    position: absolute;
    right: 20px; }
.top-cart-content li.item .detail-item input {
    display: inline-block;
    width: 45px;
    padding: 0;
    text-align: center;
    min-height: 20px;
    height: 25px;
    border: 1px solid #eee;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 0; }
.top-cart-content li.item .detail-item button.items-count {
    display: inline-block;
    border-radius: 0px;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #e5e5e5;
    color: #000;
    height: 25px; }
.top-cart-content li.item .detail-item button.items-count:hover, .top-cart-content li.item .detail-item button.items-count:focus {
    color: #fff;
    background-color: #61c472; }
.top-cart-content .block-subtitle {
    color: #333;
    overflow: hidden;
    padding: 15px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.92857em;
    background: #f5f5f5;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px #ddd solid; }

.top-subtotal {
    color: #333;
    font-size: 1.14286em;
    font-weight: 400;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: left;
    text-transform: none;
    margin-bottom: 15px; }
.top-subtotal .price {
    font-weight: 700;
    color: #61c472;
    float: right; }

ul#cart-sidebar {
    padding: 10px 10px;
    margin: 0;
    max-height: 582px;
    min-width: 320px; }
ul#cart-sidebar .no-item p {
    margin-bottom: 0; }
ul#cart-sidebar li.list-item {
    max-height: 400px;
    overflow-y: auto; }
ul#cart-sidebar li.action {
    display: none; }
ul#cart-sidebar.hasclass li.action {
    display: block; }
ul#cart-sidebar li.list-item .price2 {
    font-weight: 700;
    color: #f94e3f;
    font-size: 14px;
    display: list-item;
    margin-bottom: 5px; }
ul#cart-sidebar li.list-item::-webkit-scrollbar {
    width: 5px; }
ul#cart-sidebar li.list-item::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.9); }
ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb {
    background: #61c472;
    border-radius: 15px; }
ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover, ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
    background: #61c472;
    border-radius: 15px; }

.li-fix-1 {
    background: #FFF;
    border-top: 1px solid #ebebeb;
    display: block; }

.li-fix-2 {
    display: block;
    width: 295px; }

/*4.3 Menu*/
header nav .nav {
    position: relative; }

header nav .nav-item {
    position: relative; }
header nav .nav-item.has-mega {
    position: static; }
header nav .nav-item > a {
    line-height: 32px;
    color: #333; }
header nav .nav-item > a:hover {
    color: #61c472; }
header nav .nav-item > .fa {
    color: #fff;
    position: absolute;
    right: 0;
    top: 33px; }
header nav .nav-item .nav-item-lv2 {
    padding: 0 10px; }
header nav .nav-item .nav-item-lv3 {
    padding: 0 10px; }
header nav .nav-item:hover > .dropdown-menu {
    display: block;
    margin-top: 15px; }
header nav .nav-item:hover > .mega-content {
    display: block; }
header nav .nav-item li.dropdown-submenu {
    position: relative; }
header nav .nav-item li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0; }
header nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
    display: block; }

header nav .mega-content {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 100;
    padding: 20px;
    border: 1px solid #ebebeb;
    left: 0;
    text-align: left; }
header nav .mega-content .level1.item {
    float: left;
    width: 25%;
    padding: 0 5px; }
header nav .mega-content .level0 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
header nav .mega-content .level0 .level1 h2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 0; }
header nav .mega-content .level0 .level1 h2 a {
    font-size: 14px;
    padding: 0;
    font-weight: 600; }
header nav .mega-content .level0 .level1 .level1 {
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: 10px; }
header nav .mega-content .level0 .level1 .level1 li a {
    padding: 0;
    font-size: 14px;
    text-transform: inherit; }
header nav .mega-content .level0 .nav-block-center ul {
    padding: 0; }

/*============================================================================
5. FOOTER
==============================================================================*/
footer {
    background: #f4f4f4;
    position: relative;
    overflow: hidden;
}
footer .footer-info-widget h3 {
    font-size: 1.28571em;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px; }
footer .footer-info-widget p {
    color: #cfd2d3;
    font-size: 1.14286em; }
footer .footer-info-widget p.hotline {
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -8px; }
footer .footer-info-widget p.hotline a {
    color: #fff; }
footer .footer-info-widget p.hotline a:hover {
    color: #61c472; }
footer .footer-info-widget form {
    position: relative; }
footer .footer-info-widget form input {
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.14286em; }
footer .footer-info-widget form button {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    line-height: 50px;
    font-size: 2.14286em;
    color: #a6a6ad;
    padding-right: 10px; }
footer .list-inline .fa {
    color: #fff;
    margin-right: 20px;
    font-size: 2.14286em; }
footer .list-inline .fa:hover {
    color: #61c472; }
footer .site-footer h3 {
    position: relative;
    color: #333;
    margin: 0;
    padding: 13px 0;
    font-size: 1.28571em; }
footer .list-menu {
    margin-bottom: 15px;
    line-height: 1.71429em; }
footer .list-menu a {
    color: #333; }
footer .list-menu a:hover {
    color: #61c472; }
footer .list-menu li {
    color: #333; }
footer .list-menu.contact .fa {
    width: 20px;
    margin-right: 5px;
    color: #61c472; }
footer .copyright {
    line-height: 40px;
    text-align: center;
    color: #333333;
    font-size: 1em;
    position: relative; }
footer .copyright .inner {
    border-top: 1px solid #e1e1e1; }
footer .copyright a {
    font-weight: 700;
    color: #333333; }
footer .copyright a:hover {
    color: #61c472; }
footer .social-icons li {
    margin-right: 10px; }
footer .back-to-top {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 30px;
    color: #333333;
    line-height: 1;
    cursor: pointer; }
footer .back-to-top.show {
    position: fixed;
    right: 10px;
    bottom: 10px; }
footer form {
    position: relative; }
footer form button#subscribe {
    position: absolute;
    right: 0; }

/*============================================================================
6. Product detail
==============================================================================*/
.details-product #gallery_01 {
    margin-top: 15px; }

.details-product .owl-carousel.owl-loaded {
    overflow: hidden; }

.details-product .details-pro .product-price {
    font-size: 2.14286em;
    display: inline-block; }

.details-product .details-pro .price-box {
    margin: 10px 0 15px; }
.details-product .details-pro .price-box del {
    color: #adadad;
    font-size: 1.42857em; }

.details-product .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
    height: auto;
    display: inline-block;
    width: auto;
    float: left; }
.details-product .details-pro .custom-btn-number label {
    font-size: 14px;
    display: inline-block; }
.details-product .details-pro .custom-btn-number #qty, .details-product .details-pro .custom-btn-number .qty-edit {
    width: 40px;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    border: 0.5px solid #CCCCCC;
    line-height: 40px;
    text-align: center;
    margin-bottom: 0;
    float: left;
    border-left: none;
    border-right: none; }
.details-product .details-pro .custom-btn-number .btn-cts {
    border: 0.5px solid #ccc;
    outline: none;
    background: #fff;
    height: 40px;
    width: 20px;
    text-align: center;
    vertical-align: top;
    padding: 0;
    color: #000; }
.details-product .details-pro .custom-btn-number .btn-cts.btn-minus {
    float: left; }
.details-product .details-pro .custom-btn-number .btn-cts:hover, .details-product .details-pro .custom-btn-number .btn-cts:focus {
    background-color: #ccc; }
.details-product .details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 25px;
    top: 4px;
    font-size: 1.42857em; }
.details-product .details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 25px;
    top: 4px;
    font-size: 1.42857em; }

#recently-viewed-products .image {
    float: left;
    width: 90px;
    margin-right: 10px; }

#recently-viewed-products .info {
    width: calc(100% - 100px);
    float: right; }

.zoomWrapper {
    width: auto !important;
    height: auto !important;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center; }

.zoomWrapper img {
    position: static !important;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%; }
.zoomWrapper img ~ img {
    display: none !important; }

.product-tab .tab-link {
    margin-right: 20px; }
.product-tab .tab-link h3 {
    margin: 10px 0;
    font-size: 1.14286em; }
.product-tab .tab-link span {
    font-size: 1.14286em; }
.product-tab .tab-link.current h3 {
    color: #61c472; }

.product-tab .tab-content.current {
    padding: 10px;
    border: 1px solid #d1d1d1;
    min-height: 200px; }

/*============================================================================
7. Collection
==============================================================================*/
.view-mode span {
    font-size: 0; }

.button-view-mode {
    padding: 0;
    margin: 0;
    font-size: 1.42857em; }
.button-view-mode.active {
    box-shadow: none;
    color: #333333; }
.button-view-mode.active a {
    color: #333333; }

.sortPagiBar {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding-bottom: 15px; }

/*============================================================================
8. Blogs
==============================================================================*/
.blog-item {
    overflow: hidden;
    margin-bottom: 15px; }
.blog-item .date {
    position: absolute;
    background: #61c472;
    text-align: center;
    color: #fff;
    padding: 3px 10px;
    z-index: 10; }
.blog-item .date span {
    display: block;
    line-height: 45px; }
.blog-item .date span ~ span {
    overflow: hidden;
    border-top: 1px solid #fff; }

.blog-item-name {
    font-weight: 700;
    position: relative;
    font-size: 1.14286em;
    margin: 0; }
.blog-item-name a {
    color: #333333; }
.blog-item-name .fa {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 11px;
    color: #61c472; }

.blog-item-summary {
    font-size: 1em;
    margin-bottom: 0; }

.blog-item-thumbnail {
    position: relative; }

.list-blogs .blog-item {
    margin-bottom: 25px; }

/*============================================================================
9. Article
==============================================================================*/
.article-main .article-title {
    font-size: 1.71429em;
    line-height: 1.92857em;
    margin: 15px 0 8px; }

.article-main .postby {
    font-size: 1.14286em;
    line-height: 1.71429em;
    color: #676767;
    margin-bottom: 10px; }

.article-main .article-content {
    font-size: 1.14286em; }

.article-main .form-group {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0px;
    margin-bottom: 20px; }

#article-comments {
    margin-top: 30px; }
#article-comments .article-comment {
    margin-bottom: 10px; }
#article-comments .article-comment-user-image {
    margin: 0;
    float: left;
    width: 50px;
    margin-right: 12px; }
#article-comments .article-comment-user-comment {
    padding-left: 63px;
    font-size: 1em; }
#article-comments .user-name-comment {
    margin: 0;
    color: #61c472;
    font-size: 18px;
    line-height: 1; }
#article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #acacac; }

.social-media {
    font-size: 1em; }
.social-media label {
    display: inline-block; }
.social-media a {
    margin-right: 7px; }
.social-media .list-inline li {
    margin-right: 20px; }

.section-news-2 {
    margin-bottom: 20px; }

/*============================================================================
10. CART
==============================================================================*/
.cart-item {
    background: #fff;
    padding: 20px 10px;
    border-bottom: 1px solid #d1d1d1; }

.cart-item-image {
    float: left;
    width: 120px;
    margin-right: 20px; }

.cart-item-info {
    padding-left: 140px; }
.cart-item-info h3 {
    margin: 0;
    font-size: 1.28571em;
    font-weight: 400; }
.cart-item-info .product-price {
    line-height: 50px; }
.cart-item-info input {
    width: 95px;
    height: 45px;
    border-color: #d1d1d1;
    float: left; }
.cart-item-info .remove-item {
    color: #c6c6c6;
    font-size: 38px;
    font-weight: 300;
    line-height: 47px;
    float: right; }
.cart-item-info .variant {
    color: #adadad; }

.name-product-cart {
    color: #61c472; }

.cart .total-price {
    background: #fff;
    padding: 25px;
    line-height: 45px; }

.delete-cart .title {
    font-size: 2.14286em;
    text-align: center;
    padding: 30px 10px; }

.delete-cart .btn-50 {
    width: calc(50% - 3px); }
.delete-cart .btn-50 a {
    color: #fff;
    display: block; }

/*============================================================================
11. ACCOUNT,ORDER,ADDREDSS...
==============================================================================*/
/*11.1 Account gerenal*/
#customer_register {
    margin-bottom: 20px; }

#customer_login,
#recover_customer_password {
    margin-bottom: 0; }

.checkbox.style input {
    margin: 0 !important;
    display: none; }

.checkbox.style label {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    text-transform: none;
    position: relative;
    padding-left: 55px;
    line-height: 50px; }
.checkbox.style label:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

.checkbox.style input:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 20px;
    color: #61c472;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }

/*11.2 Account*/
.block-account h3 {
    margin-top: 0; }

.customer-name {
    color: #61c472;
    line-height: 55px; }

.block-content.form-signup {
    background: #fff; }
.block-content.form-signup p {
    padding: 0 20px; }
.block-content.form-signup p i {
    color: #61c472;
    margin-right: 10px; }

.block-edit-padding p {
    padding: 0 !important;
    display: table; }
.block-edit-padding p i {
    display: table-cell;
    width: 20px;
    text-align: center; }

.address-title {
    padding-left: 10px;
    margin-bottom: 15px;
    border-radius: 0 !important;
    font-weight: 300; }
.address-title button {
    background: none;
    border: none;
    font-size: 0;
    width: 50px;
    height: 55px; }
.address-title button.btn-edit {
    background-image: url(//theme.hstatic.net/1000249908/1000320081/14/btn-edit.png?v=466);
    background-repeat: no-repeat;
    background-position: center; }
.address-title button.btn-delete {
    background-image: url(//theme.hstatic.net/1000249908/1000320081/14/btn-delete.png?v=466);
    background-repeat: no-repeat;
    background-position: center; }

.address-subtitle {
    margin-top: 0;
    text-transform: uppercase; }

.address-item-action {
    right: 0;
    top: -7px; }
.address-item-action .btn-row {
    padding-right: 5px; }

.address-group {
    background: #fff;
    padding-bottom: 5px;
    margin-bottom: 15px; }
.address-group p {
    color: #595959; }
.address-group p label {
    float: left;
    font-weight: 300; }

/*11.2 Order*/
#order_payment,
#order_shipping {
    background: #fff; }
#order_payment .address.note i,
#order_shipping .address.note i {
    color: #61c472;
    margin-right: 5px; }

.totalorders {
    background: #fff;
    border-color: #d1d1d1; }

.order-headding {
    margin: 0; }

.info-contact .widget-menu p {
    display: inline; }

.info-contact .logo {
    font-size: 20px; }

/*============================================================================
12. SIDEBAR
==============================================================================*/
.aside-item.collection-category .nav-item {
    position: relative;
    clear: left;
    font-size: 1em; }
.aside-item.collection-category .nav-item a {
    font-size: 1em; }
.aside-item.collection-category .nav-item .fa {
    position: absolute;
    right: 5px;
    top: 8px; }
.aside-item.collection-category .nav-item .dropdown-menu {
    position: static;
    width: 100%;
    border: 0;
    padding-left: 5px;
    box-shadow: none;
    margin-top: 0;
    padding-top: 0; }
.aside-item.collection-category .nav-item .dropdown-menu li a:hover, .aside-item.collection-category .nav-item .dropdown-menu li a:focus {
    color: #61c472;
    background-color: transparent; }
.aside-item.collection-category .nav-item.active > a {
    color: #61c472; }
.aside-item.collection-category .nav-item.active > .dropdown-menu {
    display: block; }

.aside-item.collection-category .nav > li > a {
    padding: 5px 0px; }

.aside-item .nav > li > a:focus, .aside-item .nav > li > a:hover {
    background: none; }

.ui-widget.ui-widget-content {
    height: 2px;
    background: #ebebeb; }

.ui-slider-range.ui-corner-all.ui-widget-header {
    background: #333333 !important; }

.ui-slider-horizontal .ui-slider-handle {
    height: 14px !important;
    width: 14px !important;
    border-radius: 50% !important;
    top: -6px !important;
    border: none !important;
    background: #61c472 !important; }

.ui-widget.ui-widget-content {
    border: none !important;
    margin-bottom: 25px;
    width: calc(100% - 14px);
    margin-left: 7px; }

#start {
    width: 100px;
    float: left; }
#start input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none; }

#stop {
    width: 100px;
    float: left;
    margin-left: 30px;
    text-align: center;
    position: relative; }
#stop input {
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none; }
#stop:before {
    content: "-";
    position: absolute;
    left: -17px;
    font-size: 17px;
    top: 4px; }

a#filter-value {
    height: 30px;
    line-height: 10px;
    font-weight: 400;
    width: 100%;
    margin-top: 15px;
    border-radius: 3px; }

/*============================================================================
#13. FIXED APPS
==============================================================================*/
div#isp_search_result_page_container .btn-search {
    display: none; }

button.btn.btn-default.btn-search {
    display: none; }

div#isp_search_result_page_container form {
    margin-bottom: 0; }
div#share_product {
    display: inline-flex;
}
ul.list-tmdt IMG {
    width: 45px;
    border-radius: 50%;
    border: 1px solid #fad8d885;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}