#admin_bar_iframe {
    display: none !important
}
.title-head {
    font-size: 1.42857em;
    color: #333;
    text-decoration: none
}
.title-head a {
    color: #333
}
.title-head a:hover {
    color: #ec4f21
}
.breadcrumb {
    margin: 0;
    font-size: 1em;
    padding: 10px 0;
    border-radius: 0;
    position: relative;
    display: block
}
.breadcrumb li {
    display: inline-block
}
.breadcrumb li > a {
    color: #333
}
.breadcrumb li > a > span {
    color: #333
}
.breadcrumb li > a > span:hover,
.breadcrumb li > a > span:focus {
    color: #ec4f21;
    text-decoration: none
}
.breadcrumb li > a:hover,
.breadcrumb li > a:focus {
    color: #ec4f21;
    text-decoration: none
}
.breadcrumb li span {
    display: inline;
    color: #ec4f21;
    padding: 0 2px
}
.breadcrumb li a:hover,
.breadcrumb li.active,
.breadcrumb li strong {
    color: #ec4f21;
    font-weight: normal
}
.breadcrumb li:after {
    content: "/";
    padding: 0 5px
}
.breadcrumb li:last-child:after {
    content: ""
}
.breadcrumb > li + li:before {
    display: none
}
.pagination {
    margin-bottom: 20px
}
.pagination .page-link {
    float: left;
    margin: 0 3px;
    width: 36px;
    background: #f3f5f7;
    text-align: center;
    height: 36px;
    font-size: 14px;
    line-height: 34px;
    color: #000;
    border-radius: 50% !important;
    border: none;
    text-decoration: none;
    padding: 0;
    font-weight: 600
}
.pagination .page-link:hover,
.pagination .page-link:focus {
    background-color: #ec4f21;
    color: #fff
}
.pagination .page-link:hover svg path,
.pagination .page-link:focus svg path {
    fill: #fff !important
}
@media (max-width: 480px) {
    .pagination .page-link {
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin: 0 2px;
        font-size: 12px
    }
}
.pagination .page-link svg {
    position: relative
}
.pagination .page-item.disabled .page-link {
    color: #000;
    background: #fff;
    border: 1px solid transparent
}
.pagination .page-item.active .page-link {
    background-color: #ec4f21;
    color: #fff
}
.top-wish-list-content {
    display: none;
    position: absolute;
    right: 0;
    background: #fff;
    padding: 0;
    text-align: left;
    z-index: 10000;
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    top: 50px
}
.top-wish-list-content .added-products {
    padding: 10px;
    margin: 0;
    max-height: 582px;
    min-width: 320px
}
.top-wish-list-content .added-products .favorites-message {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
    font-weight: 500
}
.top-wish-list-content .added-products .wish-list-small {
    max-height: 200px;
    overflow-y: auto
}
.top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0;
    background-color: #F5F5F5
}
.top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}
.top-wish-list-content .added-products .wish-list-small::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: #e5e5e5
}
.top-wish-list-content .added-products .wish-list-small .empty-description .empty-icon {
    margin-bottom: 10px;
    display: block
}
.top-wish-list-content .added-products .wish-list-small .empty-description .empty-icon .ico-favorite-heart {
    height: 50px;
    width: 50px;
    background-image: url(//bizweb.dktcdn.net/100/396/362/themes/777022/assets/valentines-heart.svg?1629467502394);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.top-wish-list-content .added-products .wish-list-small .empty-description .empty-text {
    text-align: center
}
.top-wish-list-content .added-products .wish-list-small .empty-description .empty-text h3,
.top-wish-list-content .added-products .wish-list-small .empty-description .empty-text .h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #303846
}
.top-wish-list-content .added-products .wish-list-small .empty-description .empty-text p {
    font-size: 13px;
    margin-bottom: 0;
    color: #999
}
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small {
    position: relative;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #e5e5e5
}
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image {
    float: left;
    display: block;
    width: 80px;
    margin-right: 10px
}
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image img:not(.loaded) {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.2
}
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item {
    padding-left: 90px
}
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist {
    position: absolute;
    right: 10px;
    color: #1c1c1c;
    font-size: 20px
}
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist:hover,
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .js-remove-wishlist:focus {
    color: #ec4f21
}
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name {
    margin: 0;
    width: 150px;
    line-height: 1;
    padding-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a {
    font-size: 1em;
    line-height: 20px !important;
    font-weight: 500;
    color: #1c1c1c
}
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a:hover,
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-name a:focus {
    color: #ec4f21
}
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .detail-item .product-details-bottom .pricechange {
    color: #ff4e00;
    display: block
}
.top-wish-list-content .added-products .wish-list-button-all {
    text-align: center;
    margin-top: 10px
}
.top-wish-list-content .added-products .wish-list-button-all a {
    display: block;
    padding: 6px 10px;
    color: #fff;
    background-color: #ec4f21
}
.top-wish-list-content .added-products .wish-list-button-all a:hover,
.top-wish-list-content .added-products .wish-list-button-all a:focus {
    color: #fff;
    background-color: #c93b11
}
.top-subtotal {
    color: #333;
    font-size: 1.14286em;
    font-weight: 400;
    padding: 12px 0;
    border-top: 1px dashed #e5e5e5;
    text-align: left;
    text-transform: none
}
.top-subtotal .price {
    font-weight: 500;
    color: #ff4e00;
    float: right
}
ul#cart-sidebar {
    padding: 10px;
    margin: 0;
    max-height: 582px;
    min-width: 320px
}
ul#cart-sidebar li.list-item {
    max-height: 400px;
    overflow-y: auto
}
ul#cart-sidebar li.action {
    display: none
}
ul#cart-sidebar .no-item {
    text-align: center
}
ul#cart-sidebar .no-item .empty-icon {
    margin-bottom: 10px;
    display: block
}
ul#cart-sidebar .no-item .empty-icon .ico-cart {
    height: 50px;
    width: 50px;
    background-image: url(//bizweb.dktcdn.net/100/396/362/themes/777022/assets/shopping-cart-empty.svg?1629467502394);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto
}
ul#cart-sidebar .no-item p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #303846
}
ul#cart-sidebar.hasclass li.action {
    display: block
}
ul#cart-sidebar li.list-item .price2 {
    font-weight: 600;
    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: #ec4f21;
    border-radius: 15px
}
ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:hover,
ul#cart-sidebar li.list-item::-webkit-scrollbar-thumb:active {
    background: #ec4f21;
    border-radius: 15px
}
.li-fix-1 {
    background: #FFF;
    border-top: 1px solid #ebebeb;
    display: block
}
.li-fix-2 {
    display: block;
    width: 295px
}
footer .back-to-top {
    position: absolute;
    right: 10px;
    bottom: 60px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    top: auto !important;
    height: 40px;
    width: 40px;
    background-color: #000;
    border: 2px solid #fff;
    line-height: 36px;
    border-radius: 4px;
    font-size: 20px;
    transition: all 0.3s ease-out 0s;
    transform: translateY(-120px);
    opacity: 0;
    visibility: hidden
}
footer .back-to-top:hover {
    color: #fff;
    background-color: #ec4f21;
    border-color: #d23e12
}
footer .back-to-top.show {
    position: fixed;
    z-index: 999;
    transition: all 0.3s ease-out 0s;
    transform: translateY(0px);
    opacity: 1;
    visibility: visible
}
.sortPagiBar {
    padding-bottom: 15px
}
#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: #ec4f21;
    font-size: 15px;
    line-height: 1
}
#article-comments .article-comment-date-bull {
    padding: 5px 0;
    display: block;
    color: #acacac;
    font-size: 12px
}
.cart-item {
    background: #fff;
    padding: 20px 10px;
    border-bottom: 1px solid #e1e1e1
}
.cart-item-image {
    float: left;
    width: 120px;
    margin-right: 20px
}
.cart-item-info {
    padding-left: 140px
}
.cart-item-info h3,
.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: #e1e1e1;
    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: #ec4f21
}
.cart .total-price {
    background: #fff;
    padding: 25px;
    line-height: 45px
}
#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: #ec4f21;
    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%)
}
.block-account h3,
.block-account .h3 {
    margin-top: 0
}
.customer-name {
    color: #ec4f21;
    line-height: 55px
}
.block-content.form-signup {
    background: #fff;
    padding-top: 10px
}
.block-content.form-signup p {
    padding: 0;
    display: table
}
.block-content.form-signup p i {
    display: table-cell;
    width: 20px;
    text-align: center;
    color: #ec4f21
}
.block-content.form-signup p a {
    color: #ec4f21
}
.address-group {
    background: #fff;
    padding-bottom: 5px;
    margin-bottom: 15px
}
.address-group p {
    color: #595959
}
.address-group p label {
    float: left;
    font-weight: 300
}
#order_payment,
#order_shipping {
    background: #fff;
    padding: 10px 0
}
#order_payment .address.note i,
#order_shipping .address.note i {
    color: #ec4f21;
    margin-right: 5px
}
.totalorders {
    background: #fff;
    border-color: #e1e1e1
}
.order-headding {
    margin: 0
}
.dropdown-menu > li > a {
    white-space: inherit
}
*,
input,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    overflow-x: hidden
}
html,
body {
    padding: 0;
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
    border: 1px solid #e9e9e9;
    color: #1c1c1c;
    margin: 0 0 19px;
    min-height: 40px;
    padding: 0 20px
}
a {
    color: #0657a3
}
a:hover {
    color: #ec4f21
}
.dropdown-menu {
    box-shadow: none
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: none
}
body,
input,
textarea,
button,
select {
    line-height: 1.7;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.25px
}
body {
    font-size: 14px;
    color: #333
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    line-height: 1.4
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    text-decoration: none;
    font-weight: inherit
}
a {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}
a:focus {
    outline: none
}
h1,
.h1 {
    font-size: 2.57143em
}
h2,
.h2 {
    font-size: 2em
}
h3,
.h3 {
    font-size: 1.71429em
}
h4,
.h4 {
    font-size: 1.28571em
}
h5,
.h5 {
    font-size: 1.14286em
}
h6,
.h6 {
    font-size: 1.14286em
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #1c1c1c;
    letter-spacing: .01em
}
p {
    margin: 0 0 15px 0
}
p img {
    margin: 0
}
ul,
ol {
    margin: 0;
    padding: 0
}
ul {
    list-style: none inside
}
ol {
    list-style: decimal inside
}
ul.square {
    list-style: square inside
}
ul.disc {
    list-style: disc inside
}
ol.alpha {
    list-style: lower-alpha inside
}
.inline-list li {
    display: inline-block;
    margin-bottom: 0
}
table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0
}
.table-wrap {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}
th {
    font-weight: bold
}
th,
td {
    text-align: left;
    padding: 15px;
    border: 1px solid #e1e1e1;
    color: #1c1c1c
}
a,
.text-link {
    color: #0657a3;
    text-decoration: none;
    background: transparent
}
button {
    overflow: visible
}
button[disabled],
html input[disabled] {
    cursor: default
}
.table-wrapper {
    max-width: 100%;
    overflow: auto
}
form {
    margin-bottom: 30px
}
form a {
    color: #0657a3
}
input,
textarea,
button,
select {
    font-size: 1em
}
input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none
}
button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}
input,
textarea,
select,
fieldset {
    border-radius: 0;
    max-width: 100%
}
input.input-full,
textarea.input-full,
select.input-full,
fieldset.input-full {
    width: 100%
}
fieldset {
    border: 0px solid #e1e1e1;
    padding: 15px
}
legend {
    border: 0;
    padding: 0
}
optgroup {
    font-weight: bold
}
input {
    display: inline-block;
    width: auto
}
button,
input[type="submit"] {
    cursor: pointer
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
    border: 1px solid #e1e1e1;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    display: block
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #c8c8c8
}
input[type="text"][disabled],
input[type="text"].disabled,
input[type="search"][disabled],
input[type="search"].disabled,
input[type="password"][disabled],
input[type="password"].disabled,
input[type="email"][disabled],
input[type="email"].disabled,
input[type="file"][disabled],
input[type="file"].disabled,
input[type="number"][disabled],
input[type="number"].disabled,
input[type="tel"][disabled],
input[type="tel"].disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
    cursor: default;
    background-color: #ddd;
    border-color: #ddd
}
textarea {
    min-height: 100px;
    padding-top: 6px;
    padding-bottom: 6px
}
input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin: 0;
    padding: 0
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(//bizweb.dktcdn.net/100/396/362/themes/777022/assets/ico-selects.png?1629467502394);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff !important;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer
}
.ie9 select,
.lt-ie9 select {
    padding-right: 10px;
    background-image: none
}
option {
    color: #000;
    background-color: #fff
}
select::-ms-expand {
    display: none
}
label,
legend {
    display: block;
    margin-bottom: 2px
}
label.inline,
legend.inline {
    display: inline
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    font-weight: normal
}
label[for] {
    cursor: pointer
}
.label-hint {
    color: #999
}
img {
    max-width: 100%
}
form.form-horizontal,
.form-horizontal {
    margin-bottom: 0
}
form.form-horizontal input[type="text"],
form.form-horizontal input[type="search"],
form.form-horizontal input[type="password"],
form.form-horizontal input[type="email"],
form.form-horizontal input[type="file"],
form.form-horizontal input[type="number"],
form.form-horizontal input[type="tel"],
form.form-horizontal textarea,
form.form-horizontal select,
form.form-horizontal label,
.form-horizontal input[type="text"],
.form-horizontal input[type="search"],
.form-horizontal input[type="password"],
.form-horizontal input[type="email"],
.form-horizontal input[type="file"],
.form-horizontal input[type="number"],
.form-horizontal input[type="tel"],
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto
}
input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
    border-color: red;
    color: red
}
label.error {
    color: red
}
.form-group {
    margin: 0;
    padding: 0 0 8px;
    border: 0
}
.form-group .form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: .375rem .75rem;
    font-size: 1em;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    margin: 0
}
.form-group input,
.form-group select {
    height: 40px
}
.rte img {
    max-width: 100%;
    height: auto
}
.rte table {
    table-layout: fixed
}
.clearfix {
    *zoom: 1
}
.clearfix:after {
    content: "";
    display: table;
    clear: both
}
.clearboth {
    clear: both
}
.flexbox,
.awe-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}
.list-inline {
    *zoom: 1
}
.list-inline:after {
    content: "";
    display: table;
    clear: both
}
.list-inline li {
    float: left;
    margin: 0
}
.no-margin {
    margin: 0 !important
}
.no-padding {
    padding: 0 !important
}
.no-border {
    border: none !important
}
.ov-h {
    overflow: hidden !important
}
.relative {
    position: relative !important
}
.absolute {
    position: absolute !important
}
.margin-0 {
    margin: 0px !important
}
.margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}
.margin-horizontal-0 {
    margin-left: 0px !important;
    margin-right: 0px !important
}
.margin-top-0 {
    margin-top: 0px !important
}
.margin-bottom-0 {
    margin-bottom: 0px !important
}
.margin-left-0 {
    margin-left: 0px !important
}
.margin-right-0 {
    margin-right: 0px !important
}
.padding-0 {
    padding: 0px !important
}
.padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}
.padding-horizontal-0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}
.padding-top-0 {
    padding-top: 0px !important
}
.padding-bottom-0 {
    padding-bottom: 0px !important
}
.padding-left-0 {
    padding-left: 0px !important
}
.padding-right-0 {
    padding-right: 0px !important
}
.margin-5 {
    margin: 5px !important
}
.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}
.margin-horizontal-5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}
.margin-top-5 {
    margin-top: 5px !important
}
.margin-bottom-5 {
    margin-bottom: 5px !important
}
.margin-left-5 {
    margin-left: 5px !important
}
.margin-right-5 {
    margin-right: 5px !important
}
.padding-5 {
    padding: 5px !important
}
.padding-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}
.padding-horizontal-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}
.padding-top-5 {
    padding-top: 5px !important
}
.padding-bottom-5 {
    padding-bottom: 5px !important
}
.padding-left-5 {
    padding-left: 5px !important
}
.padding-right-5 {
    padding-right: 5px !important
}
.margin-10 {
    margin: 10px !important
}
.margin-vertical-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}
.margin-horizontal-10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}
.margin-top-10 {
    margin-top: 10px !important
}
.margin-bottom-10 {
    margin-bottom: 10px !important
}
.margin-left-10 {
    margin-left: 10px !important
}
.margin-right-10 {
    margin-right: 10px !important
}
.padding-10 {
    padding: 10px !important
}
.padding-vertical-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}
.padding-horizontal-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}
.padding-top-10 {
    padding-top: 10px !important
}
.padding-bottom-10 {
    padding-bottom: 10px !important
}
.padding-left-10 {
    padding-left: 10px !important
}
.padding-right-10 {
    padding-right: 10px !important
}
.margin-15 {
    margin: 15px !important
}
.margin-vertical-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}
.margin-horizontal-15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}
.margin-top-15 {
    margin-top: 15px !important
}
.margin-bottom-15 {
    margin-bottom: 15px !important
}
.margin-left-15 {
    margin-left: 15px !important
}
.margin-right-15 {
    margin-right: 15px !important
}
.padding-15 {
    padding: 15px !important
}
.padding-vertical-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}
.padding-horizontal-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}
.padding-top-15 {
    padding-top: 15px !important
}
.padding-bottom-15 {
    padding-bottom: 15px !important
}
.padding-left-15 {
    padding-left: 15px !important
}
.padding-right-15 {
    padding-right: 15px !important
}
.margin-20 {
    margin: 20px !important
}
.margin-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}
.margin-horizontal-20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}
.margin-top-20 {
    margin-top: 20px !important
}
.margin-bottom-20 {
    margin-bottom: 20px !important
}
.margin-left-20 {
    margin-left: 20px !important
}
.margin-right-20 {
    margin-right: 20px !important
}
.padding-20 {
    padding: 20px !important
}
.padding-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}
.padding-horizontal-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}
.padding-top-20 {
    padding-top: 20px !important
}
.padding-bottom-20 {
    padding-bottom: 20px !important
}
.padding-left-20 {
    padding-left: 20px !important
}
.padding-right-20 {
    padding-right: 20px !important
}
.margin-25 {
    margin: 25px !important
}
.margin-vertical-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}
.margin-horizontal-25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}
.margin-top-25 {
    margin-top: 25px !important
}
.margin-bottom-25 {
    margin-bottom: 25px !important
}
.margin-left-25 {
    margin-left: 25px !important
}
.margin-right-25 {
    margin-right: 25px !important
}
.padding-25 {
    padding: 25px !important
}
.padding-vertical-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}
.padding-horizontal-25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}
.padding-top-25 {
    padding-top: 25px !important
}
.padding-bottom-25 {
    padding-bottom: 25px !important
}
.padding-left-25 {
    padding-left: 25px !important
}
.padding-right-25 {
    padding-right: 25px !important
}
.margin-30 {
    margin: 30px !important
}
.margin-vertical-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}
.margin-horizontal-30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}
.margin-top-30 {
    margin-top: 30px !important
}
.margin-bottom-30 {
    margin-bottom: 30px !important
}
.margin-left-30 {
    margin-left: 30px !important
}
.margin-right-30 {
    margin-right: 30px !important
}
.padding-30 {
    padding: 30px !important
}
.padding-vertical-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}
.padding-horizontal-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}
.padding-top-30 {
    padding-top: 30px !important
}
.padding-bottom-30 {
    padding-bottom: 30px !important
}
.padding-left-30 {
    padding-left: 30px !important
}
.padding-right-30 {
    padding-right: 30px !important
}
.margin-35 {
    margin: 35px !important
}
.margin-vertical-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}
.margin-horizontal-35 {
    margin-left: 35px !important;
    margin-right: 35px !important
}
.margin-top-35 {
    margin-top: 35px !important
}
.margin-bottom-35 {
    margin-bottom: 35px !important
}
.margin-left-35 {
    margin-left: 35px !important
}
.margin-right-35 {
    margin-right: 35px !important
}
.padding-35 {
    padding: 35px !important
}
.padding-vertical-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}
.padding-horizontal-35 {
    padding-left: 35px !important;
    padding-right: 35px !important
}
.padding-top-35 {
    padding-top: 35px !important
}
.padding-bottom-35 {
    padding-bottom: 35px !important
}
.padding-left-35 {
    padding-left: 35px !important
}
.padding-right-35 {
    padding-right: 35px !important
}
.margin-40 {
    margin: 40px !important
}
.margin-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}
.margin-horizontal-40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}
.margin-top-40 {
    margin-top: 40px !important
}
.margin-bottom-40 {
    margin-bottom: 40px !important
}
.margin-left-40 {
    margin-left: 40px !important
}
.margin-right-40 {
    margin-right: 40px !important
}
.padding-40 {
    padding: 40px !important
}
.padding-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}
.padding-horizontal-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}
.padding-top-40 {
    padding-top: 40px !important
}
.padding-bottom-40 {
    padding-bottom: 40px !important
}
.padding-left-40 {
    padding-left: 40px !important
}
.padding-right-40 {
    padding-right: 40px !important
}
.margin-45 {
    margin: 45px !important
}
.margin-vertical-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}
.margin-horizontal-45 {
    margin-left: 45px !important;
    margin-right: 45px !important
}
.margin-top-45 {
    margin-top: 45px !important
}
.margin-bottom-45 {
    margin-bottom: 45px !important
}
.margin-left-45 {
    margin-left: 45px !important
}
.margin-right-45 {
    margin-right: 45px !important
}
.padding-45 {
    padding: 45px !important
}
.padding-vertical-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}
.padding-horizontal-45 {
    padding-left: 45px !important;
    padding-right: 45px !important
}
.padding-top-45 {
    padding-top: 45px !important
}
.padding-bottom-45 {
    padding-bottom: 45px !important
}
.padding-left-45 {
    padding-left: 45px !important
}
.padding-right-45 {
    padding-right: 45px !important
}
.margin-50 {
    margin: 50px !important
}
.margin-vertical-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}
.margin-horizontal-50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}
.margin-top-50 {
    margin-top: 50px !important
}
.margin-bottom-50 {
    margin-bottom: 50px !important
}
.margin-left-50 {
    margin-left: 50px !important
}
.margin-right-50 {
    margin-right: 50px !important
}
.padding-50 {
    padding: 50px !important
}
.padding-vertical-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}
.padding-horizontal-50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}
.padding-top-50 {
    padding-top: 50px !important
}
.padding-bottom-50 {
    padding-bottom: 50px !important
}
.padding-left-50 {
    padding-left: 50px !important
}
.padding-right-50 {
    padding-right: 50px !important
}
.margin-55 {
    margin: 55px !important
}
.margin-vertical-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important
}
.margin-horizontal-55 {
    margin-left: 55px !important;
    margin-right: 55px !important
}
.margin-top-55 {
    margin-top: 55px !important
}
.margin-bottom-55 {
    margin-bottom: 55px !important
}
.margin-left-55 {
    margin-left: 55px !important
}
.margin-right-55 {
    margin-right: 55px !important
}
.padding-55 {
    padding: 55px !important
}
.padding-vertical-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}
.padding-horizontal-55 {
    padding-left: 55px !important;
    padding-right: 55px !important
}
.padding-top-55 {
    padding-top: 55px !important
}
.padding-bottom-55 {
    padding-bottom: 55px !important
}
.padding-left-55 {
    padding-left: 55px !important
}
.padding-right-55 {
    padding-right: 55px !important
}
.margin-60 {
    margin: 60px !important
}
.margin-vertical-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}
.margin-horizontal-60 {
    margin-left: 60px !important;
    margin-right: 60px !important
}
.margin-top-60 {
    margin-top: 60px !important
}
.margin-bottom-60 {
    margin-bottom: 60px !important
}
.margin-left-60 {
    margin-left: 60px !important
}
.margin-right-60 {
    margin-right: 60px !important
}
.padding-60 {
    padding: 60px !important
}
.padding-vertical-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}
.padding-horizontal-60 {
    padding-left: 60px !important;
    padding-right: 60px !important
}
.padding-top-60 {
    padding-top: 60px !important
}
.padding-bottom-60 {
    padding-bottom: 60px !important
}
.padding-left-60 {
    padding-left: 60px !important
}
.padding-right-60 {
    padding-right: 60px !important
}
.margin-65 {
    margin: 65px !important
}
.margin-vertical-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important
}
.margin-horizontal-65 {
    margin-left: 65px !important;
    margin-right: 65px !important
}
.margin-top-65 {
    margin-top: 65px !important
}
.margin-bottom-65 {
    margin-bottom: 65px !important
}
.margin-left-65 {
    margin-left: 65px !important
}
.margin-right-65 {
    margin-right: 65px !important
}
.padding-65 {
    padding: 65px !important
}
.padding-vertical-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important
}
.padding-horizontal-65 {
    padding-left: 65px !important;
    padding-right: 65px !important
}
.padding-top-65 {
    padding-top: 65px !important
}
.padding-bottom-65 {
    padding-bottom: 65px !important
}
.padding-left-65 {
    padding-left: 65px !important
}
.padding-right-65 {
    padding-right: 65px !important
}
.margin-70 {
    margin: 70px !important
}
.margin-vertical-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}
.margin-horizontal-70 {
    margin-left: 70px !important;
    margin-right: 70px !important
}
.margin-top-70 {
    margin-top: 70px !important
}
.margin-bottom-70 {
    margin-bottom: 70px !important
}
.margin-left-70 {
    margin-left: 70px !important
}
.margin-right-70 {
    margin-right: 70px !important
}
.padding-70 {
    padding: 70px !important
}
.padding-vertical-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}
.padding-horizontal-70 {
    padding-left: 70px !important;
    padding-right: 70px !important
}
.padding-top-70 {
    padding-top: 70px !important
}
.padding-bottom-70 {
    padding-bottom: 70px !important
}
.padding-left-70 {
    padding-left: 70px !important
}
.padding-right-70 {
    padding-right: 70px !important
}
.margin-75 {
    margin: 75px !important
}
.margin-vertical-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important
}
.margin-horizontal-75 {
    margin-left: 75px !important;
    margin-right: 75px !important
}
.margin-top-75 {
    margin-top: 75px !important
}
.margin-bottom-75 {
    margin-bottom: 75px !important
}
.margin-left-75 {
    margin-left: 75px !important
}
.margin-right-75 {
    margin-right: 75px !important
}
.padding-75 {
    padding: 75px !important
}
.padding-vertical-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}
.padding-horizontal-75 {
    padding-left: 75px !important;
    padding-right: 75px !important
}
.padding-top-75 {
    padding-top: 75px !important
}
.padding-bottom-75 {
    padding-bottom: 75px !important
}
.padding-left-75 {
    padding-left: 75px !important
}
.padding-right-75 {
    padding-right: 75px !important
}
.margin-80 {
    margin: 80px !important
}
.margin-vertical-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}
.margin-horizontal-80 {
    margin-left: 80px !important;
    margin-right: 80px !important
}
.margin-top-80 {
    margin-top: 80px !important
}
.margin-bottom-80 {
    margin-bottom: 80px !important
}
.margin-left-80 {
    margin-left: 80px !important
}
.margin-right-80 {
    margin-right: 80px !important
}
.padding-80 {
    padding: 80px !important
}
.padding-vertical-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}
.padding-horizontal-80 {
    padding-left: 80px !important;
    padding-right: 80px !important
}
.padding-top-80 {
    padding-top: 80px !important
}
.padding-bottom-80 {
    padding-bottom: 80px !important
}
.padding-left-80 {
    padding-left: 80px !important
}
.padding-right-80 {
    padding-right: 80px !important
}
.margin-85 {
    margin: 85px !important
}
.margin-vertical-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important
}
.margin-horizontal-85 {
    margin-left: 85px !important;
    margin-right: 85px !important
}
.margin-top-85 {
    margin-top: 85px !important
}
.margin-bottom-85 {
    margin-bottom: 85px !important
}
.margin-left-85 {
    margin-left: 85px !important
}
.margin-right-85 {
    margin-right: 85px !important
}
.padding-85 {
    padding: 85px !important
}
.padding-vertical-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important
}
.padding-horizontal-85 {
    padding-left: 85px !important;
    padding-right: 85px !important
}
.padding-top-85 {
    padding-top: 85px !important
}
.padding-bottom-85 {
    padding-bottom: 85px !important
}
.padding-left-85 {
    padding-left: 85px !important
}
.padding-right-85 {
    padding-right: 85px !important
}
.margin-90 {
    margin: 90px !important
}
.margin-vertical-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
}
.margin-horizontal-90 {
    margin-left: 90px !important;
    margin-right: 90px !important
}
.margin-top-90 {
    margin-top: 90px !important
}
.margin-bottom-90 {
    margin-bottom: 90px !important
}
.margin-left-90 {
    margin-left: 90px !important
}
.margin-right-90 {
    margin-right: 90px !important
}
.padding-90 {
    padding: 90px !important
}
.padding-vertical-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}
.padding-horizontal-90 {
    padding-left: 90px !important;
    padding-right: 90px !important
}
.padding-top-90 {
    padding-top: 90px !important
}
.padding-bottom-90 {
    padding-bottom: 90px !important
}
.padding-left-90 {
    padding-left: 90px !important
}
.padding-right-90 {
    padding-right: 90px !important
}
.margin-95 {
    margin: 95px !important
}
.margin-vertical-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important
}
.margin-horizontal-95 {
    margin-left: 95px !important;
    margin-right: 95px !important
}
.margin-top-95 {
    margin-top: 95px !important
}
.margin-bottom-95 {
    margin-bottom: 95px !important
}
.margin-left-95 {
    margin-left: 95px !important
}
.margin-right-95 {
    margin-right: 95px !important
}
.padding-95 {
    padding: 95px !important
}
.padding-vertical-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important
}
.padding-horizontal-95 {
    padding-left: 95px !important;
    padding-right: 95px !important
}
.padding-top-95 {
    padding-top: 95px !important
}
.padding-bottom-95 {
    padding-bottom: 95px !important
}
.padding-left-95 {
    padding-left: 95px !important
}
.padding-right-95 {
    padding-right: 95px !important
}
.margin-100 {
    margin: 100px !important
}
.margin-vertical-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}
.margin-horizontal-100 {
    margin-left: 100px !important;
    margin-right: 100px !important
}
.margin-top-100 {
    margin-top: 100px !important
}
.margin-bottom-100 {
    margin-bottom: 100px !important
}
.margin-left-100 {
    margin-left: 100px !important
}
.margin-right-100 {
    margin-right: 100px !important
}
.padding-100 {
    padding: 100px !important
}
.padding-vertical-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}
.padding-horizontal-100 {
    padding-left: 100px !important;
    padding-right: 100px !important
}
.padding-top-100 {
    padding-top: 100px !important
}
.padding-bottom-100 {
    padding-bottom: 100px !important
}
.padding-left-100 {
    padding-left: 100px !important
}
.padding-right-100 {
    padding-right: 100px !important
}
.ajax-load {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    opacity: 0;
    visibility: hidden
}
.ajax-load.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999
}
.awe-popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    height: 0;
    width: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}
.awe-popup .overlay {
    background-color: rgba(33, 33, 33, 0.8);
    color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0
}
.awe-popup .content {
    position: relative;
    max-width: 1140px;
    min-width: 1140px;
    padding: 25px 28px;
    max-height: 0;
    text-align: left;
    opacity: 0;
    margin: 0 auto;
    background: transparent;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    padding: 25px 28px;
    max-height: 0;
    text-align: left;
    opacity: 0;
    margin: 0 auto;
    background: #fff
}
.awe-popup.active {
    visibility: visible;
    opacity: 1;
    top: 0 !important;
    height: auto;
    width: auto
}
.awe-popup.active .content {
    max-height: calc(100% - 60px);
    opacity: 1;
    background: transparent;
    padding: 0
}
.awe-popup.active .content .info {
    background: #fff;
    min-width: 500px
}
.awe-popup.active .overlay {
    width: 100%;
    height: 100%
}
.close-window {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8040;
    color: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 50%
}
.close-window .fa {
    display: block;
    font-size: 1.42857em;
    line-height: 25px;
    color: #fff
}
.awe-popup.loading {
    z-index: 9998
}
.awe-popup.loading .loader {
    left: 50%;
    position: fixed;
    top: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
.awe-popup.loaded-content .loader {
    display: none
}
.awe-popup.addcart-popup .content {
    min-width: auto
}
.swatch {
    margin-bottom: 10px
}
.swatch .header {
    margin-bottom: 5px;
    text-align: left;
    float: none;
    min-width: 100px;
    font-weight: 500
}
.swatch input {
    display: none
}
.swatch label {
    float: left;
    min-width: 50px !important;
    height: 31px !important;
    margin: 0;
    border: 1px solid #f4f4f4;
    background-color: #fff;
    font-size: .92857em;
    text-align: center;
    line-height: 29px;
    white-space: nowrap;
    font-weight: 500;
    padding: 0;
    border-radius: 3px
}
.swatch-element label {
    padding: 0 5px
}
.swatch-element label .img-check {
    display: none
}
.color.swatch-element label {
    padding: 0
}
.color.swatch-element label img:not(.crossed-out) {
    width: 29px;
    height: 29px;
    border-radius: 3px
}
.swatch input:checked + label {
    background: transparent;
    color: #ec4f21;
    border: 1px solid #ec4f21
}
.swatch input:checked + label .img-check {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0
}
.swatch .color input:checked + label,
.swatch .swatch-element.active{
    position: relative;
    border-radius:3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border: 1px solid #222
}
.swatch .color input:checked + label:after {
    content: "\f00c";
    font-family: FontAwesome;
    display: none
}
.swatch .color .has-thumb {
    position: relative
}
.swatch .color .has-thumb .ant-swatch {
    max-height: 30px;
    position: relative;
    top: 0;
    left: -3px
}
@media (max-width: 767px) {
    .swatch .color .has-thumb .ant-swatch {
        top: -2px
    }
}
.swatch .swatch-element {
    float: left;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    margin: 0px 5px 5px 0;
    border: 1px solid #f1f1f1;
    border-radius:3px;
    position: relative
}
.swatch .swatch-element.color.den label {
    background-color: #000000
}
.swatch .swatch-element.color.xanh label {
    background-color: #0554ff
}
.swatch .swatch-element.color.vang label {
    background-color: #e6fa0a
}
.swatch .swatch-element.color.nau label {
    background-color: #594f4f
}
.swatch .swatch-element.color.do label {
    background-color: #f20808
}
.swatch .swatch-element.color.cams label {
    background-color: #fc9905
}
.swatch .swatch-element.color.xam label {
    background-color: #615a5a
}
.swatch .swatch-element.color.xanh-nuoc-bien label {
    background-color: #3a40fa
}
.swatch .swatch-element.color.xanh-la-cay label {
    background-color: #00ff15
}
.swatch .swatch-element.color.tim label {
    background-color: #7d3f98
}
.crossed-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.swatch .swatch-element .crossed-out {
    display: none
}
.swatch .swatch-element.soldout .crossed-out {
    display: block
}
.swatch .swatch-element.soldout label {
    filter: alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6
}
.swatch .tooltip {
    text-align: center;
    background: #ec4f21;
    color: #fff;
    bottom: 100%;
    padding: 10px;
    display: block;
    position: absolute;
    width: 100px;
    left: -25px;
    margin-bottom: 15px;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    z-index: 10000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
}
.swatch .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%
}
.swatch .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #ec4f21 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0
}
.swatch .swatch-element:hover .tooltip {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}
.swatch.error {
    background-color: #E8D2D2 !important;
    color: #333 !important;
    padding: 1em;
    border-radius: 5px
}
.swatch.error p {
    margin: 0.7em 0
}
.swatch.error p:first-child {
    margin-top: 0
}
.swatch.error p:last-child {
    margin-bottom: 0
}
.swatch.error code {
    font-family: monospace
}
ul.tabs li {
    background: none;
    display: inline-block;
    cursor: pointer
}
ul.tabs li.current {
    color: #000
}
.filter-container {
    margin-bottom: 0px
}
@media (max-width: 767px) {
    .filter-container {
        padding: 0
    }
}
.filter-group {
    margin-bottom: 0px
}
.filter-group-title {
    display: block;
    font-size: 1.28571em;
    margin-bottom: 10px
}
.filter-item {
    margin: 0;
    cursor: pointer;
    line-height: 27px
}
.filter-item * {
    color: #6f6f6f;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal
}
.filter-item.color {
    min-width: 20px
}
.filter-item.color a,
.filter-item.color label {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 0
}
.filter-item.color .fa {
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 50%;
    position: relative
}
.filter-item.color .fa:before {
    display: none
}
.filter-item.color .fa.trang:hover:before {
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    left: -4px;
    top: -4px;
    border: 1px solid #e2e2e2;
    border-radius: 50%
}
.filter-item.color .fa:hover:before {
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    left: -3px;
    top: -3px;
    border: 1px solid #e2e2e2;
    border-radius: 50%
}
.filter-item.color input:checked + .fa:before {
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    left: -3px;
    top: -3px;
    border: 1px solid #e2e2e2;
    border-radius: 50%
}
.filter-item.color input:checked + .fa.trang:before {
    display: block;
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    left: -4px;
    top: -4px;
    border: 1px solid #e2e2e2;
    border-radius: 50%
}
.filter-item--green *:hover {
    color: #ec4f21
}
.filter-item--green *:hover input + .fa:before {
    border-color: #ec4f21
}
.filter-item--check-box input {
    display: none
}
.filter-item--check-box .fa {
    margin-right: 5px;
    width: 14px;
    position: relative;
    display: inline-block
}
.filter-item--check-box input + .fa:before {
    content: "";
    margin-right: 5px;
    border-radius: 2px;
    font-size: 18px;
    border: solid 1px rgba(0, 0, 0, 0.3);
    line-height: 40px;
    position: absolute;
    top: -13px;
    height: 15px !important;
    width: 15px
}
.filter-item--check-box input:checked + .fa:after {
    content: "";
    color: #fff;
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    top: -13px;
    font-size: 12px;
    left: 0;
    background-image: url(//bizweb.dktcdn.net/100/396/362/themes/777022/assets/check-symbol.svg?1629467502394);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center
}
.filter-item--check-box input:checked + .fa:before {
    border-color: #ec4f21;
    background: #ec4f21
}
#sort-by {
    float: right;
    font-size: 12px;
    text-align: left
}
#sort-by .button-asc,
#sort-by .button-desc {
    background-color: #f8f8f8;
    box-shadow: none;
    float: right;
    height: 30px;
    line-height: 28px;
    margin-left: 5px;
    text-align: center;
    width: 30px
}
#sort-by label {
    float: left;
    line-height: 38px;
    font-size: 14px;
    margin-right: 6px;
    margin-bottom: 0;
    font-weight: 500
}
#sort-by ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: right
}
#sort-by a:link,
#sort-by a:visited {
    color: #333;
    text-decoration: none
}
#sort-by > ul > li {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    line-height: 36px;
    background-image: url(ico-selects.png) !important
}
#sort-by li {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    margin: 0 auto;
    outline: medium none;
    padding: 0 20px;
    position: relative;
    width: 150px;
    float: left;
    color: #333;
    border: 1px solid #e1e1e1;
    font-size: 14px
}
#sort-by li > a {
    display: inline-block;
    width: 100%;
    line-height: 36px
}
#sort-by li li {
    width: 100%;
    margin-top: 0px;
    border-top: none;
    border-right: none;
    border-left: none
}
#sort-by li li a:hover {
    color: #fff
}
#sort-by li:hover {
    background-color: #fff
}
#sort-by li li:hover {
    background-color: #ec4f21;
    color: #fff
}
#sort-by li li:hover a {
    color: #fff
}
#sort-by ul ul {
    position: absolute;
    display: none;
    left: -1px;
    top: 35px;
    background: none repeat scroll 0 0 #F8F8F8;
    z-index: 10000;
    border-top: none;
    border: 1px #e1e1e1 solid;
    width: 150px
}
#sort-by ul ul li:last-child {
    border-bottom: none
}
#sort-by ul ul li a:hover,
#sort-by ul ul li a:focus {
    color: #fff
}
#sort-by ul ul ul {
    position: absolute;
    left: 100%;
    top: -2px;
    border: solid 1px transparent
}
#sort-by li:hover > ul {
    display: block
}
.fancybox-skin {
    background: #fff !important
}
.modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0.5rem;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0
}
.modal-header {
    background-color: #1c1c1c;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
}
@media (max-width: 480px) {
    .modal-header {
        padding: 10px
    }
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-header .close {
    margin-top: -2px
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}
.modal-header .modal-title {
    padding-left: 6rem;
    position: relative;
    min-height: 44px;
    font-weight: normal;
    font-size: 18px;
    line-height: normal;
    margin: 0;
    color: #fff
}
@media (max-width: 480px) {
    .modal-header .modal-title {
        font-size: 14px;
        min-height: 34px;
        padding-left: 40px;
        line-height: 34px
    }
}
.modal-header .modal-title span {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    font-size: 23px;
    text-align: center;
    line-height: 44px;
    color: #1c1c1c;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background-color: #fff
}
@media (max-width: 480px) {
    .modal-header .modal-title span {
        height: 34px;
        width: 34px;
        line-height: 32px
    }
}
.media:first-child {
    margin-top: 0
}
.btn-outline-red {
    background: #fff;
    color: #ec4f21;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: normal;
    padding: 0px 15px;
    border-radius: 0px;
    border: 1px solid #ec4f21;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase
}
.btn-red {
    background: #ec4f21;
    border: 1px solid #ec4f21;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 38px;
    height: 40px;
    padding: 0px 15px;
    border-radius: 0;
    text-align: center;
    margin-top: 7px !important;
    text-transform: uppercase
}
@media (max-width: 767px) {
    #myModal .close {
        color: #fff !important
    }
}
@media (max-width: 767px) {
    #myModal .modal-content,
    #myModal .modal-header {
        border-radius: 0
    }
    #myModal .modal-body {
        padding: 7px
    }
}
#myModal .media-body .product-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 500
}
#myModal .media-body .product-new-price span {
    color: #ec4f21
}
.awe-section-1 {
    margin-bottom: 0
}
.awe-section-2 {
    margin-bottom: 0
}
.awe-section-3 {
    margin-bottom: 0
}
.awe-section-4 {
    margin-bottom: 0
}
.awe-section-5 {
    margin-bottom: 0
}
.awe-section-6 {
    margin-bottom: 0
}
.awe-section-7 {
    margin-bottom: 0
}
.awe-section-8 {
    margin-bottom: 0
}
.awe-section-9 {
    margin-bottom: 0
}
.awe-section-10 {
    margin-bottom: 0
}
.awe-section-11 {
    margin-bottom: 0
}
.awe-section-12 {
    margin-bottom: 0
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}
.animated-background,
.top-wish-list-content .added-products .wish-list-small .wish-list-item-small .product-image img:not(.loaded) {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 700px 104px;
    position: relative
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 0
}
.no-padding-right {
    padding-right: 0 !important
}
.no-padding-left {
    padding-left: 0 !important
}
body {
    font-family: 'Exo', sans-serif;
    color: #141414
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea.form-control,
select.form-control {
    border-radius: 0px;
    color: #999;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ddd
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea.form-control:focus,
select.form-control:focus {
    outline: none;
    box-shadow: none
}
a:hover,
a:focus {
    text-decoration: none
}
.row {
    margin-right: -10px;
    margin-left: -10px
}
@media (max-width: 480px) {
    .row {
        margin-right: -7px;
        margin-left: -7px
    }
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-left: 10px;
    padding-right: 10px
}
@media (max-width: 480px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
        padding-left: 7px;
        padding-right: 7px
    }
}
.container,
.container-fluid {
    padding-left: 10px;
    padding-right: 10px
}
@media (max-width: 480px) {
    .container,
    .container-fluid {
        padding-left: 7px;
        padding-right: 7px
    }
}
.col-xs-40,
.col-sm-40,
.col-md-40,
.col-lg-40 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}
@media (max-width: 480px) {
    .col-xs-40,
    .col-sm-40,
    .col-md-40,
    .col-lg-40 {
        padding-left: 7px;
        padding-right: 7px
    }
}
.col-xs-40 {
    width: 40%;
    float: left
}
@media (min-width: 768px) {
    .col-sm-40 {
        width: 40%;
        float: left
    }
}
@media (min-width: 992px) {
    .col-md-40 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
}
@media (min-width: 1200px) {
    .col-lg-40 {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
}
.col-xs-60,
.col-sm-60,
.col-md-60,
.col-lg-60 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}
@media (max-width: 480px) {
    .col-xs-60,
    .col-sm-60,
    .col-md-60,
    .col-lg-60 {
        padding-left: 7px;
        padding-right: 7px
    }
}
.col-xs-60 {
    width: 60%;
    float: left
}
@media (min-width: 768px) {
    .col-sm-60 {
        width: 60%;
        float: left
    }
}
@media (min-width: 992px) {
    .col-md-60 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}
@media (min-width: 1200px) {
    .col-lg-60 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}
@media (max-width: 480px) {
    .col-xs-15,
    .col-sm-15,
    .col-md-15,
    .col-lg-15 {
        padding-left: 7px;
        padding-right: 7px
    }
}
.col-xs-15 {
    width: 20%;
    float: left
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}
@media (max-width: 480px) {
    .col-xs-19,
    .col-sm-19,
    .col-md-19,
    .col-lg-19 {
        padding-left: 7px;
        padding-right: 7px
    }
}
.col-xs-19 {
    width: 80%;
    float: left
}
@media (min-width: 768px) {
    .col-sm-19 {
        width: 80%;
        float: left
    }
}
@media (min-width: 992px) {
    .col-md-19 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }
}
@media (min-width: 1200px) {
    .col-lg-19 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }
}
.header {
    position: relative;
    background-color: #fff
}
.header .header-main-nav {
    position: static;
    border-top: 1px solid rgba(0, 0, 0, 0.05)
}
.header .header-main-nav .nav {
    position: static;
    justify-content: center
}
.header .header-main-nav .nav .nav-item {
    float: none;
    position: relative;
    display: inline-block
}
@media (max-width: 991px) {
    .header .header-main-nav .nav .nav-item {
        width: 100%;
        margin-right: 0;
        border-top: 1px solid #f5f5f5
    }
}
.header .header-main-nav .nav .nav-item.has-mega {
    position: static
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content {
    background: #fff none repeat scroll 0 0;
    display: none;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    width: 100%;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    max-height: 600px;
    overflow-y: auto
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.parent a.hmega {
    color: #222 !important;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.parent a.hmega:hover,
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.parent a.hmega:focus {
    color: #ec4f21 !important
}
@media (min-width: 992px) {
    .header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.parent a.hmega {
        display: block
    }
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.parent ul.level1 li {
    line-height: 1.3
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.parent ul.level1 li a {
    text-transform: none !important;
    font-weight: 500
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.parent ul.level1 li + li {
    padding-top: 5px
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.item {
    float: left;
    width: 25%;
    padding: 10px
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.item > a {
    color: #222 !important;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.item > a:hover,
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.item > a:focus {
    color: #ec4f21 !important
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.item h2,
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.item .h2 {
    font-size: 14px;
    margin-top: 0
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.item ul.level1 {
    margin-bottom: 15px
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.item ul.level1 li a {
    font-weight: normal !important;
    text-transform: none !important;
    color: #222
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.item ul.level1 li a:hover,
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level1.item ul.level1 li a:focus {
    text-decoration: none;
    color: #ec4f21
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .level0 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .image-mega a {
    display: block;
    padding-right: 5px;
    padding-left: 0;
    width: 50%;
    float: left
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .image-mega a + a {
    padding-right: 0;
    padding-left: 5px
}
.header .header-main-nav .nav .nav-item.has-mega .mega-content .image-mega a:hover img {
    opacity: 0.8
}
@media (min-width: 1025px) {
    .header .header-main-nav .nav .nav-item.has-mega .mega-content {
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -moz-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        -webkit-transition: .2s ease-out;
        -ms-transition: .2s ease-out;
        transition: .2s ease-out;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}
.header .header-main-nav .nav .nav-item:hover,
.header .header-main-nav .nav .nav-item:focus {
    background-color: transparent
}
.header .header-main-nav .nav .nav-item > a {
    color: #222;
    font-size: 16px;
    padding: 14px 15px;
    text-align: center;
    position: relative;
    font-weight: 500
}
.header .header-main-nav .nav .nav-item > a svg path {
    fill: #222
}
@media (max-width: 991px) {
    .header .header-main-nav .nav .nav-item > a {
        text-align: left;
        padding: 8px 10px;
        padding-right: 20px
    }
}
@media (min-width: 992px) {
    .header .header-main-nav .nav .nav-item > a:hover,
    .header .header-main-nav .nav .nav-item > a:focus {
        color: #ec4f21
    }
    .header .header-main-nav .nav .nav-item > a:hover svg path,
    .header .header-main-nav .nav .nav-item > a:focus svg path {
        fill: #ec4f21
    }
}
.header .header-main-nav .nav .nav-item.has-childs > a > svg {
    width: 10px;
    height: 20px
}
@media (max-width: 991px) {
    .header .header-main-nav .nav .nav-item.has-childs > a > svg {
        height: 20px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 10px;
        margin-right: 0;
        float: right;
        line-height: 22px;
        width: 20px;
        text-align: center
    }
}
.header .header-main-nav .nav .nav-item.has-childs > a:after {
    content: "";
    width: 0px;
    height: 35px;
    border-style: solid;
    border-width: 0px 11px 12px;
    border-color: transparent transparent #FFF;
    display: inline-block;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0px;
    margin: auto;
    opacity: 0;
    transition: opacity 300ms linear 0s
}
@media (min-width: 992px) {
    .header .header-main-nav .nav .nav-item.has-childs:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        margin-top: 0
    }
    .header .header-main-nav .nav .nav-item.has-childs:hover > .mega-content {
        display: block
    }
}
@media (min-width: 992px) and (min-width: 1025px) {
    .header .header-main-nav .nav .nav-item.has-childs:hover > .mega-content {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        -webkit-transition: .3s ease-in;
        -ms-transition: .3s ease-in;
        transition: .3s ease-in;
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}
@media (max-width: 991px) {
    .header .header-main-nav .nav .nav-item.has-childs.active > .dropdown-menu {
        display: block
    }
    .header .header-main-nav .nav .nav-item.has-childs.active > a > svg {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        top: 10px
    }
}
.header .header-main-nav .nav .nav-item > .fa {
    color: #333;
    position: absolute;
    right: 0;
    top: 33px
}
.header .header-main-nav .nav .nav-item .nav-item-lv2 {
    padding: 0 10px
}
.header .header-main-nav .nav .nav-item .nav-item-lv3 {
    padding: 0 10px
}
.header .header-main-nav .nav .nav-item li.dropdown-submenu {
    position: relative
}
.header .header-main-nav .nav .nav-item li.dropdown-submenu .dropdown-menu {
    left: -100%;
    top: 0
}
.header .header-main-nav .nav .nav-item.active > a {
    color: #ec4f21
}
.header .header-main-nav .nav .nav-item ul.dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 1030;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px
}
@media (min-width: 1023px) and (max-width: 1024px) {
    .header .header-main-nav .nav .nav-item ul.dropdown-menu {
        left: -80px
    }
}
@media (max-width: 991px) {
    .header .header-main-nav .nav .nav-item ul.dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        top: 0;
        position: relative;
        margin: 0;
        border-top: 1px solid #f5f5f5
    }
}
.header .header-main-nav .nav .nav-item ul.dropdown-menu li {
    padding: 0
}
.header .header-main-nav .nav .nav-item ul.dropdown-menu li + li {
    margin-top: 5px
}
@media (max-width: 991px) {
    .header .header-main-nav .nav .nav-item ul.dropdown-menu li + li {
        margin-top: 0;
        border-top: 1px solid #f5f5f5
    }
}
.header .header-main-nav .nav .nav-item ul.dropdown-menu li a {
    padding: 5px 15px;
    position: relative;
    padding-right: 20px;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #222;
    font-size: 14px
}
.header .header-main-nav .nav .nav-item ul.dropdown-menu li a i {
    float: right
}
@media (max-width: 991px) {
    .header .header-main-nav .nav .nav-item ul.dropdown-menu li a {
        padding: 8px 20px
    }
}
.header .header-main-nav .nav .nav-item ul.dropdown-menu li a::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 3px;
    left: -5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}
.header .header-main-nav .nav .nav-item ul.dropdown-menu li a:hover,
.header .header-main-nav .nav .nav-item ul.dropdown-menu li a:focus {
    background-color: transparent;
    color: #ec4f21
}
.header .header-main-nav .nav .nav-item ul.dropdown-menu li a:hover::after,
.header .header-main-nav .nav .nav-item ul.dropdown-menu li a:focus::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: #ec4f21
}
.header .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%
}
@media (max-width: 991px) {
    .header .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
        left: 0
    }
    .header .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu .dropdown-menu .nav-item-lv3 a {
        padding-left: 35px
    }
}
.header .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu > a svg {
    height: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%)
}
@media (max-width: 991px) {
    .header .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu > a svg {
        height: 20px;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 10px;
        margin-right: 0;
        float: right;
        line-height: 22px;
        width: 20px;
        text-align: center
    }
}
.header .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu > a:hover svg path {
    fill: #ec4f21
}
@media (min-width: 992px) {
    .header .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 0;
        margin-top: 0
    }
}
@media (max-width: 991px) {
    .header .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu.active > .dropdown-menu {
        display: block
    }
    .header .header-main-nav .nav .nav-item ul.dropdown-menu li.dropdown-submenu.active > a > svg {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        top: 10px
    }
}
@media (min-width: 992px) {
    .header .header-main-nav .nav .nav-item:nth-child(4) li.dropdown-submenu,
    .header .header-main-nav .nav .nav-item:nth-child(5) li.dropdown-submenu,
    .header .header-main-nav .nav .nav-item:nth-child(6) li.dropdown-submenu,
    .header .header-main-nav .nav .nav-item:nth-child(7) li.dropdown-submenu,
    .header .header-main-nav .nav .nav-item:nth-child(8) li.dropdown-submenu,
    .header .header-main-nav .nav .nav-item:nth-child(9) li.dropdown-submenu {
        position: relative
    }
    .header .header-main-nav .nav .nav-item:nth-child(4) li.dropdown-submenu .dropdown-menu,
    .header .header-main-nav .nav .nav-item:nth-child(5) li.dropdown-submenu .dropdown-menu,
    .header .header-main-nav .nav .nav-item:nth-child(6) li.dropdown-submenu .dropdown-menu,
    .header .header-main-nav .nav .nav-item:nth-child(7) li.dropdown-submenu .dropdown-menu,
    .header .header-main-nav .nav .nav-item:nth-child(8) li.dropdown-submenu .dropdown-menu,
    .header .header-main-nav .nav .nav-item:nth-child(9) li.dropdown-submenu .dropdown-menu {
        right: 100%;
        top: 0;
        left: auto !important
    }
}
@media (min-width: 992px) and (min-width: 992px) {
    .header .header-main-nav .nav .nav-item:nth-child(4) li.dropdown-submenu:hover > .dropdown-menu,
    .header .header-main-nav .nav .nav-item:nth-child(5) li.dropdown-submenu:hover > .dropdown-menu,
    .header .header-main-nav .nav .nav-item:nth-child(6) li.dropdown-submenu:hover > .dropdown-menu,
    .header .header-main-nav .nav .nav-item:nth-child(7) li.dropdown-submenu:hover > .dropdown-menu,
    .header .header-main-nav .nav .nav-item:nth-child(8) li.dropdown-submenu:hover > .dropdown-menu,
    .header .header-main-nav .nav .nav-item:nth-child(9) li.dropdown-submenu:hover > .dropdown-menu {
        display: block
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header .header-logo {
        min-width: 200px
    }
}
.header .header-logo img {
    max-height: 70px
}
@media (max-width: 767px) {
    .header .header-logo img {
        max-height: 45px;
        min-height: 45px
    }
}
@media (max-width: 480px) {
    .header .header-logo img {
        min-height: unset;
        max-width: 190px
    }
}
@media (max-width: 991px) {
    .header .header-logo {
        width: auto
    }
}
.header .evo-header-padding {
    padding: 15px 0
}
.header .evo-searchs {
    position: relative
}
.header .evo-searchs .results-box {
    color: #555;
    position: absolute;
    top: 41px;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.33)
}
.header .evo-searchs .results-box a {
    background-color: #fff;
    padding: 5px;
    font-size: 14px;
    display: block
}
.header .evo-searchs .results-box a .img {
    text-align: center;
    float: left;
    width: 70px;
    margin-right: 5px
}
.header .evo-searchs .results-box a .d-title {
    text-transform: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: #303846
}
.header .evo-searchs .results-box a .d-title.d-price {
    color: #ff4e00 !important
}
.header .evo-searchs .results-box a:hover .d-title,
.header .evo-searchs .results-box a:focus .d-title {
    color: #ec4f21
}
.header .evo-searchs .results-box a + a {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}
.header .evo-searchs .results-box a.note {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #222
}
.header .evo-searchs .results-box a.note:hover,
.header .evo-searchs .results-box a.note:focus {
    color: #ec4f21
}
.header .evo-searchs .results-box .note {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    padding: 7px 0px
}
.header .evo-searchs .results-box .note:hover,
.header .evo-searchs .results-box .note:focus {
    color: #ec4f21
}
.header .evo-searchs .results-box .evo-loading {
    display: block;
    padding: 7px;
    text-align: center;
    background-color: #fff
}
.header .evo-header-search-form {
    margin: 0;
    position: relative
}
.header .evo-header-search-form input {
    margin-bottom: 0;
    padding-right: 55px;
    border: 1px solid #e5e5e5;
    border-radius: 0
}
.header .evo-header-search-form button {
    position: absolute;
    right: 15px;
    color: #999;
    padding: 0;
    height: 30px;
    width: 30px;
    top: 50%;
    transform: translate(0, -50%)
}
.header .evo-header-search-form button svg {
    width: 25px;
    height: 25px
}
.header .evo-header-search-form button:hover,
.header .evo-header-search-form button:focus {
    color: #ec4f21;
    border: none;
    box-shadow: none;
    outline: none
}
.header .header-fill .evo-header-cart {
    display: inline-block;
    line-height: 1;
    transition: color 0.2s ease-in-out;
    position: relative;
    background: transparent;
    margin-left: 15px
}
@media (max-width: 569px) {
    .header .header-fill .evo-header-cart {
        margin-left: 15px
    }
}
.header .header-fill .evo-header-cart:before {
    position: absolute;
    content: '';
    top: -8px;
    right: -12px;
    left: -12px;
    bottom: -8px;
    transform: translateZ(0)
}
.header .header-fill .evo-header-cart svg {
    height: 23px;
    width: 19px;
    display: inline-block;
    fill: #222;
    vertical-align: middle;
    stroke-width: 1px;
    background: none;
    pointer-events: none
}
.header .header-fill .evo-header-cart .count_item_pr {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ec4f21;
    transition: all 0.3s ease-in-out;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 13px
}
@media (max-width: 569px) {
    .header .header-fill .evo-header-cart .count_item_pr {
        display: none;
        transform: scale(0);
        transition: all 0.3s ease-in-out;
        font-size: 0;
        top: 2px;
        right: -4px;
        width: 8px;
        height: 8px;
        line-height: 8px
    }
    .header .header-fill .evo-header-cart .count_item_pr.hascart {
        transform: scale(1);
        display: block
    }
}
.header .header-fill .evo-header-cart:hover svg path,
.header .header-fill .evo-header-cart:focus svg path {
    fill: #ec4f21 !important
}
.header .header-fill .header-search {
    display: inline-block;
    line-height: 1;
    transition: color 0.2s ease-in-out;
    position: relative;
    background: transparent;
    color: #222;
    margin-left: 15px
}
.header .header-fill .header-search:hover,
.header .header-fill .header-search:focus {
    color: #ec4f21
}
.header .header-fill .header-search:before {
    position: absolute;
    content: '';
    top: -8px;
    right: -12px;
    left: -12px;
    bottom: -8px;
    transform: translateZ(0)
}
.header .header-fill .header-search svg {
    position: relative;
    top: 2px;
    width: 21px;
    height: 21px;
    display: inline-block;
    fill: #222;
    vertical-align: middle;
    stroke-width: 1px;
    background: none;
    pointer-events: none
}
.header .header-fill .header-account {
    display: inline-block;
    line-height: 1;
    transition: color 0.2s ease-in-out;
    position: relative;
    background: transparent;
    color: #222;
    margin-left: 15px
}
.header .header-fill .header-account:hover,
.header .header-fill .header-account:focus {
    color: #ec4f21
}
.header .header-fill .header-account:hover svg path,
.header .header-fill .header-account:focus svg path {
    fill: #ec4f21 !important
}
.header .header-fill .header-account svg {
    position: relative;
    top: 2px;
    width: 21px;
    height: 21px;
    display: inline-block;
    fill: #222;
    vertical-align: middle;
    stroke-width: 1px;
    background: none;
    pointer-events: none
}
.header .header-fill .header-account svg path {
    fill: #222 !important
}
.header .header-fill .header-account.header-wish-list {
    margin-left: 0
}
.header .header-fill .header-account.header-wish-list .js-wishlist-count {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ec4f21;
    transition: all 0.3s ease-in-out;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 13px
}
.header .header-fill .acc-text {
    color: #222;
    position: relative;
    top: 2px
}
@media (max-width: 991px) {
    .header .header-fill .acc-text {
        display: none
    }
}
.header .header-fill a:hover .acc-text {
    color: #ec4f21
}
@media (max-width: 991px) {
    .header .row {
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between
    }
    .header .row .evo-header-flex-item {
        display: flex
    }
    .header .row .evo-header-flex-item.header-fill {
        flex: 1 0 0;
        align-items: center;
        max-width: 25%
    }
}
@media (max-width: 991px) and (max-width: 480px) {
    .header .row .evo-header-flex-item.header-fill.evo-menu {
        max-width: 30px
    }
}
@media (max-width: 991px) {
    .header .row .evo-header-flex-item.header-fill .menu-icon {
        display: inline-block;
        line-height: 1;
        transition: color 0.2s ease-in-out;
        position: relative;
        background: transparent;
        border: none;
        border-radius: 0;
        -webkit-appearance: none;
        padding: 0
    }
    .header .row .evo-header-flex-item.header-fill .menu-icon svg {
        height: 17px;
        width: 24px;
        display: inline-block;
        fill: #222;
        vertical-align: middle;
        stroke-width: 1px;
        background: none;
        pointer-events: none
    }
    .header .row .evo-header-flex-item:last-child {
        justify-content: flex-end
    }
}
footer.footer {
    background-color: #fff;
    padding-top: 30px;
    margin-top: 15px;
    border-top: 1px solid rgba(8, 21, 38, 0.15)
}
footer.footer .footer-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 14px
}
footer.footer .footer-infos p {
    margin-bottom: 8px
}
footer.footer .footer-infos p strong {
    font-weight: 700
}
footer.footer .footer-infos p a {
    color: #070404
}
footer.footer .footer-infos p a:hover,
footer.footer .footer-infos p a:focus {
    color: #ec4f21
}
footer.footer .footer-infos .logo-wrapper {
    margin-top: 8px;
    display: inline-block
}
@media (max-width: 991px) {
    footer.footer .footer-infos .logo-wrapper {
        margin-bottom: 10px
    }
}
footer.footer .footer-infos .logo-wrapper img {
    max-width: 200px
}
footer.footer .footer-nav-menu.widget .footer-menu {
    margin-bottom: 12px
}
footer.footer .footer-nav-menu.widget .footer-menu a {
    display: block;
    color: #070404;
    position: relative;
    padding-left: 10px
}
footer.footer .footer-nav-menu.widget .footer-menu a:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #070404;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0
}
footer.footer .footer-nav-menu.widget .footer-menu a:hover,
footer.footer .footer-nav-menu.widget .footer-menu a:focus {
    color: #ec4f21
}
footer.footer .footer-nav-menu.widget .footer-menu a:hover:before,
footer.footer .footer-nav-menu.widget .footer-menu a:focus:before {
    background-color: #ec4f21
}
footer.footer .footer-nav-menu.widget .footer-menu a + a {
    margin-top: 7px
}
footer.footer .footer-nav-menu .social {
    margin-bottom: 12px
}
footer.footer .footer-nav-menu .social a {
    display: inline-block
}
footer.footer .footer-nav-menu .social a svg {
    width: 24px;
    height: 24px
}
footer.footer .footer-nav-menu .social a svg path {
    fill: #070404 !important
}
footer.footer .footer-nav-menu .social a:hover svg path,
footer.footer .footer-nav-menu .social a:focus svg path {
    fill: #ec4f21 !important
}
footer.footer .footer-nav-menu .social a + a {
    margin-left: 8px
}
footer.footer .footer-nav-menu .footer-payment {
    margin-bottom: 7px
}
@media (max-width: 767px) {
    footer.footer .footer-nav-menu .footer-payment {
        margin-bottom: 0
    }
}
footer.footer .footer-nav-menu .footer-payment img {
    margin-bottom: 7px;
    margin-right: 3.5px
}
footer.footer .copyright {
    background-color: #f5f5f5;
    padding: 10px 0;
    margin-top: 30px;
    color: #070404;
    font-size: 13px
}
@media (max-width: 767px) {
    footer.footer .copyright {
        margin-top: 10px
    }
}
footer.footer .copyright a {
    color: #070404
}
footer.footer .copyright a:hover,
footer.footer .copyright a:focus {
    color: #ec4f21
}
.btn-blues,
#btnnewreview,
.evo-button {
    position: relative;
    display: inline-block;
    padding: 8px 28px;
    line-height: normal;
    border: 1px solid #ec4f21;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    background-color: #ec4f21;
    color: #fff;
    border-radius: 4px
}
@media (max-width: 480px) {
    .btn-blues,
    #btnnewreview,
    .evo-button {
        padding: 7px 15px
    }
}
.btn-blues strong,
#btnnewreview strong,
.evo-button strong {
    font-weight: 400
}
.btn-blues:hover,
.btn-blues:focus,
#btnnewreview:hover,
#btnnewreview:focus,
.evo-button:hover,
.evo-button:focus {
    color: #fff;
    background-color: #d73f12;
    border-color: #d73f12;
    box-shadow: none;
    outline: none
}
.table-order p {
    margin-bottom: 0
}
.required {
    font-size: 13px;
    color: red
}
.bread-crumb {
    margin: 0;
    background: #f9f9f9;
    overflow: hidden
}
.bread-crumb .breadcrumb {
    color: #111;
    text-align: left;
    background-color: transparent;
    font-size: 13px
}
.bread-crumb .breadcrumb a {
    color: #111;
    font-size: 13px
}
.bread-crumb .breadcrumb a:hover,
.bread-crumb .breadcrumb a:focus {
    color: #ec4f21
}
.search-more {
    margin-top: 0
}
.grecaptcha-badge {
    display: none !important
}
.total_address a {
    color: #ec4f21
}
.backdrop__body-backdrop___1rvky {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #363636;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out
}
@media (max-width: 480px) {
    .backdrop__body-backdrop___1rvky {
        z-index: 999
    }
}
.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5
}
.mobile-main-menu {
    height: 100vh;
    overflow-y: auto;
    width: 340px;
    position: fixed;
    background-color: #fff;
    z-index: 999999 !important;
    top: 0 !important;
    left: 0;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation
}
@media (max-width: 480px) {
    .mobile-main-menu {
        width: calc(100vw - 65px);
        transform: translateX(calc(-100vw + 65px))
    }
}
.mobile-main-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px transparent;
    -moz-box-shadow: inset 0 0 0px transparent;
    border-radius: 0px;
    background-color: #fff
}
.mobile-main-menu::-webkit-scrollbar {
    width: 0px;
    background-color: #fff
}
.mobile-main-menu::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px transparent;
    -moz-box-shadow: inset 0 0 0px transparent;
    background-color: #e5e5e5
}
.mobile-main-menu.active {
    visibility: visible;
    transform: translateX(0)
}
.mobile-main-menu.active .la-scroll-fix-infor-user {
    opacity: 1;
    transform: translateX(0)
}
.mobile-main-menu .la-scroll-fix-infor-user {
    opacity: 0;
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
    transform: translateX(-80px);
    height: 100%;
    overflow: auto;
    padding: 10px 0;
    position: relative
}
.mobile-main-menu .la-scroll-fix-infor-user .evo-close-menu {
    position: absolute;
    margin-left: 0;
    right: 5px;
    top: 5px;
    line-height: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 0;
    z-index: 999;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
}
.mobile-main-menu .la-scroll-fix-infor-user .evo-close-menu svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.5px
}
.mobile-main-menu .la-scroll-fix-infor-user .evo-close-menu svg path {
    color: #c8c8c8
}
.mobile-main-menu .la-scroll-fix-infor-user .evo-close-menu:hover {
    transform: translate(0%, 0%) rotate(360deg)
}
.mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px transparent;
    -moz-box-shadow: inset 0 0 0px transparent;
    border-radius: 0px;
    background-color: #fff
}
.mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar {
    width: 0px;
    background-color: #fff
}
.mobile-main-menu .la-scroll-fix-infor-user::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 0px transparent;
    -moz-box-shadow: inset 0 0 0px transparent;
    background-color: #e5e5e5
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope {
    position: relative;
    display: block
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a {
    padding: 10px 7.5px;
    padding-right: 25px;
    text-decoration: none;
    color: #222;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    font-weight: 600
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg {
    height: 20px !important;
    width: 20px !important;
    position: absolute;
    right: 7.5px;
    top: 50%;
    transform: translate(0, -50%)
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg:after,
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: currentColor;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg:before {
    width: 11px;
    height: 1px;
    opacity: 1
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg:after {
    width: 1px;
    height: 11px
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg.active:before,
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg.active:after {
    transform: translate(-50%, -50%) rotate(90deg)
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a .svg.active:before {
    opacity: 0
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a:hover,
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope a:focus {
    color: #ec4f21
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope.active > a {
    color: #ec4f21
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 {
    display: none;
    padding-left: 0;
    padding-right: 0
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 li a {
    padding-left: 15px;
    text-transform: none;
    font-weight: normal
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 li .ul-has-child2 {
    display: none;
    padding-left: 0;
    padding-right: 0
}
.mobile-main-menu .la-scroll-fix-infor-user .la-nav-list-items .ng-scope .ul-has-child1 li .ul-has-child2 li a {
    padding-left: 22.5px;
    font-weight: normal
}
.mobile-main-menu .la-scroll-fix-infor-user ul {
    padding: 0 10px
}
.evo-product-block-item {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(161, 161, 161, 0.37);
    transition: box-shadow .3s;
    background: #fff
}
.evo-product-block-item .sale {
    background: url(//bizweb.dktcdn.net/100/396/362/themes/777022/assets/evo_sales.png?1629467502394) no-repeat;
    background-size: contain;
    width: 49px;
    height: 22px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9
}
@media (max-width: 767px) {
    .evo-product-block-item .sale {
        font-size: 13px
    }
}
.evo-product-block-item .thumbs-list {
    display: flex;
    width: 100%;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px
}
@media (max-width: 767px) {
    .evo-product-block-item .thumbs-list {
        margin-top: 3px;
        padding-left: 3px;
        padding-right: 3px
    }
}
.evo-product-block-item .thumbs-list .thumbs-list-item {
    width: 25%;
    height: auto;
    display: inline-block;
    border: 1px solid transparent
}
.evo-product-block-item .thumbs-list .thumbs-list-item img {
    padding: 3px
}
@media (max-width: 767px) {
    .evo-product-block-item .thumbs-list .thumbs-list-item img {
        padding: 2px
    }
}
.evo-product-block-item .thumbs-list .thumbs-list-item:hover,
.evo-product-block-item .thumbs-list .thumbs-list-item.active {
    border-color: #ec4f21;
    cursor: pointer
}
.evo-product-block-item a.evo-image-pro {
    display: block;
    position: relative
}
.evo-product-block-item a.title {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    max-height: 35px;
    min-height: 35px;
    color: #000;
    font-weight: 600;
    padding-left: 5px;
    padding-right: 5px
}
@media (max-width: 767px) {
    .evo-product-block-item a.title {
        font-size: 13px;
        max-height: 34px;
        min-height: 34px
    }
}
.evo-product-block-item a.title:hover,
.evo-product-block-item a.title:focus {
    color: #ec4f21
}
.evo-product-block-item .price-box {
    padding: 5px;
    text-align: center
}
.evo-product-block-item .price-box .price {
    font-weight: 600;
    font-size: 17px;
    color: #ff4e00
}
@media (max-width: 767px) {
    .evo-product-block-item .price-box .price {
        font-size: 14px
    }
}
.evo-product-block-item .price-box .old-price {
    font-size: 14px;
    margin-left: 4px;
    color: #4b4343;
    text-decoration: line-through
}
@media (max-width: 767px) {
    .evo-product-block-item .price-box .old-price {
        font-size: 12px
    }
}
@media (min-width: 1025px) {
    .evo-product-block-item:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
        transition: box-shadow .3s
    }
}
@media (min-width: 768px) {
    .my-account .dashboard .recent-orders .thead-default {
        border-top: 1px solid #e1e1e1
    }
}
@media (max-width: 480px) {
    .s480-f {
        display: block;
        font-size: 0;
        clear: both
    }
    .col-full {
        width: 100%
    }
}
.form-signup .errors {
    color: red
}
@media (min-width: 768px) {
    #popup-cart .modal-dialog {
        width: 500px;
        margin: 30px auto
    }
}
#popup-cart .modal-dialog button.close {
    position: absolute;
    right: 10px;
    top: 2px;
    opacity: 1
}
@media (max-width: 480px) {
    #popup-cart .modal-dialog button.close {
        top: 0;
        right: 0
    }
}
#popup-cart .modal-dialog button.close:hover {
    color: #ec4f21
}
#popup-cart .modal-dialog .modal-left {
    text-align: left
}
#popup-cart .modal-dialog .modal-left .title {
    font-size: 16px;
    font-weight: 500;
    color: #292929;
    padding: 15px 10px;
    margin: 0;
    display: block;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 10px
}
@media (max-width: 767px) {
    #popup-cart .modal-dialog .modal-left .title {
        padding: 10px
    }
}
#popup-cart .modal-dialog .modal-left .title i {
    font-style: normal;
    color: #292929
}
#popup-cart .modal-dialog .modal-body {
    position: relative;
    padding: 0 10px 10px;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 10px
}
#popup-cart .modal-dialog .modal-body .media {
    display: none
}
#popup-cart .modal-dialog .modal-body .media.active {
    display: flex;
    align-items: center
}
#popup-cart .modal-dialog .modal-body .media .thumb_img {
    width: 70px;
    display: block;
    float: left;
    padding: 0
}
#popup-cart .modal-dialog .modal-body .media .thumb_img .thumb-1x1 {
    width: 70px;
    text-align: center;
    border: solid 1px #ebebeb;
    border-radius: 4px
}
#popup-cart .modal-dialog .modal-body .media .thumb_img .thumb-1x1 img {
    border-radius: 4px
}
#popup-cart .modal-dialog .modal-body .media .body_content {
    padding-left: 15px
}
#popup-cart .modal-dialog .modal-body .media .body_content .product-title {
    font-size: 14px;
    color: #292929;
    font-weight: 500;
    line-height: 20px
}
#popup-cart .modal-dialog .modal-body .media .body_content .product-new-price {
    color: #ff4e00;
    margin-top: 0px;
    font-size: 16px;
    font-weight: 400;
    display: block
}
#popup-cart .modal-dialog .modal-body .media .body_content .variant_title span {
    color: #bbb
}
#popup-cart .modal-dialog .modal-right {
    text-align: left;
    padding: 0px 10px 10px 10px
}
#popup-cart .modal-dialog .modal-right .right_title {
    font-size: 15px;
    color: #292929
}
@media (max-width: 767px) {
    #popup-cart .modal-dialog .modal-right .right_title {
        font-size: 14px
    }
}
#popup-cart .modal-dialog .modal-right .right_title a {
    color: #292929
}
#popup-cart .modal-dialog .modal-right .right_title a:hover,
#popup-cart .modal-dialog .modal-right .right_title a:focus {
    color: #ec4f21
}
#popup-cart .modal-dialog .modal-right .checkout_button {
    height: 45px;
    line-height: 43px;
    width: 100%;
    background: #ec4f21;
    border-radius: 5px;
    padding: 0px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: solid 1px #ec4f21
}
#popup-cart .modal-dialog .modal-right .checkout_button:hover,
#popup-cart .modal-dialog .modal-right .checkout_button:focus {
    color: #fff;
    background-color: #c93b11;
    border-color: #c93b11
}
#popup-cart.modal.in .modal-dialog {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%)
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir='rtl'] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
.slick-frame {
    visibility: hidden
}
.slick-frame.slick-initialized {
    visibility: visible
}
.cart_sidebar {
    position: fixed;
    width: 340px;
    top: 0 !important;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 999999;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    right: 0
}
@media (max-width: 480px) {
    .cart_sidebar {
        width: 100%;
        transform: translateX(100%)
    }
}
.cart_sidebar.active {
    visibility: visible;
    transform: translateX(0)
}
.cart_sidebar.active .evo-cart-content {
    opacity: 1;
    transform: translateX(0)
}
.cart_sidebar .evo-cart-content {
    opacity: 0;
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
    transform: translateX(80px);
    height: 100%;
    position: relative
}
.cart_sidebar .evo-cart-content .cart_heading {
    padding: 15px 15px;
    display: block;
    position: relative
}
.cart_sidebar .evo-cart-content .cart_heading .cart_title {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: #222;
    font-weight: 600
}
.cart_sidebar .evo-cart-content .cart_heading .cart_btn-close {
    position: absolute;
    margin-left: 0;
    right: 15px;
    top: 18px;
    line-height: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
    z-index: 999;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
}
.cart_sidebar .evo-cart-content .cart_heading .cart_btn-close svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.5px
}
.cart_sidebar .evo-cart-content .cart_heading .cart_btn-close:hover {
    transform: translate(0%, 0%) rotate(360deg)
}
.cart_sidebar .evo-cart-content .cart-footer {
    padding: 10px
}
.cart_sidebar .evo-cart-content .cart-footer hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}
.cart_sidebar .evo-cart-content .cart-footer .cart__subtotal {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px
}
.cart_sidebar .evo-cart-content .cart-footer .cart__subtotal .cart__col-6 {
    width: 50%;
    float: left
}
.cart_sidebar .evo-cart-content .cart-footer .cart__subtotal .cart__totle {
    width: 50%;
    float: left
}
.cart_sidebar .evo-cart-content .cart-footer .cart__subtotal .cart__totle .total-price {
    color: #ff4e00
}
.cart_sidebar .evo-cart-content .cart-footer .cart__btn-proceed-checkout-dt {
    display: block;
    position: relative;
    padding-top: 24px
}
.cart_sidebar .evo-cart-content .cart-footer .cart__btn-proceed-checkout-dt button {
    width: 100%;
    background-color: #ec4f21;
    color: #fff;
    text-align: center
}
.cart_sidebar .evo-cart-content .cart-footer .cart__btn-proceed-checkout-dt button:hover,
.cart_sidebar .evo-cart-content .cart-footer .cart__btn-proceed-checkout-dt button:focus {
    background-color: #c93b11
}
.cart_sidebar .evo-cart-content .cart_body {
    padding: 15px;
    height: calc(100vh - 210px);
    overflow-y: auto
}
@media (max-width: 767px) {
    .cart_sidebar .evo-cart-content .cart_body {
        height: calc(100vh - 270px)
    }
}
.cart_sidebar .evo-cart-content .cart_body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5
}
.cart_sidebar .evo-cart-content .cart_body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}
.cart_sidebar .evo-cart-content .cart_body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5
}
.cart_sidebar .evo-cart-content .cart_body .cart-empty .empty-icon {
    display: block
}
.cart_sidebar .evo-cart-content .cart_body .cart-empty .empty-icon .ico-cart {
    height: 200px;
    width: 200px;
    background-image: url(//bizweb.dktcdn.net/100/396/362/themes/777022/assets/mobile-shopping.svg?1629467502394);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto
}
@media (max-width: 569px) {
    .cart_sidebar .evo-cart-content .cart_body .cart-empty .empty-icon .ico-cart {
        height: 180px;
        width: 180px
    }
}
.cart_sidebar .evo-cart-content .cart_body .cart-empty .btn-cart-empty {
    margin-top: 20px;
    text-align: center
}
.cart_sidebar .evo-cart-content .cart_body .cart-empty .btn-cart-empty a {
    background-color: #ec4f21;
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    height: auto;
    line-height: 1.1
}
.cart_sidebar .evo-cart-content .cart_body .cart-empty .btn-cart-empty a:hover,
.cart_sidebar .evo-cart-content .cart_body .cart-empty .btn-cart-empty a:focus {
    background-color: #c93b11;
    color: #fff
}
.cart_sidebar .evo-cart-content .cart_body .cart_product {
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%
}
@media (min-width: 500px) and (max-width: 569px) {
    .cart_sidebar .evo-cart-content .cart_body .cart_product {
        margin-bottom: 5px;
        padding-bottom: 5px
    }
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_image {
    display: table-cell;
    width: 24%;
    vertical-align: top;
    position: relative
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info {
    padding-left: 15px;
    vertical-align: top
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .cart_name {
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 500
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .cart_name a {
    color: #222
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .cart_name a:hover,
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .cart_name a:focus {
    color: #ec4f21
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name {
    width: 50%;
    float: left
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_size {
    font-size: 13px;
    margin-bottom: 0;
    display: block;
    font-weight: normal
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_quantity {
    font-size: 12px;
    margin-bottom: 0;
    display: block;
    font-weight: normal;
    color: #333
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    color: #222;
    line-height: 26px;
    padding: 0;
    margin: 0;
    width: 28px;
    background-color: #fff;
    height: 28px
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button.btn-minus {
    float: left;
    border-right: 0
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select button.btn-plus {
    float: left;
    border-left: 0
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_item_name .cart_select input {
    display: inline-block;
    height: 28px;
    padding: 0;
    text-align: center;
    border-radius: 0;
    width: 35px;
    float: left;
    min-height: 28px;
    border: 1px solid #e5e5e5;
    color: #222;
    height: 28px;
    font-size: 14px;
    margin: 0
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices {
    width: 50%;
    float: left
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__price {
    margin-bottom: 5px;
    margin-top: 5px
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__price .cart__sale-price {
    font-weight: 500;
    display: block;
    font-size: 14px;
    color: #ff4e00
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove {
    font-size: 13px;
    color: #ec4f21
}
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove:hover,
.cart_sidebar .evo-cart-content .cart_body .cart_product .cart_info .row-cart-left .cart_prices .cart__btn-remove:focus {
    text-decoration: underline
}
.evo_sidebar_search {
    position: fixed;
    width: 340px;
    top: 0 !important;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    z-index: 999999;
    transform: translateX(100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
    right: 0
}
@media (max-width: 480px) {
    .evo_sidebar_search {
        width: 100%;
        transform: translateX(100%)
    }
}
.evo_sidebar_search.active {
    visibility: visible;
    transform: translateX(0)
}
.evo_sidebar_search.active .evo-search-content {
    opacity: 1;
    transform: translateX(0)
}
.evo_sidebar_search .evo-search-content {
    opacity: 0;
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
    transform: translateX(80px);
    height: 100%;
    position: relative
}
.evo_sidebar_search .evo-search-content .search_heading {
    padding: 15px 15px;
    display: block;
    position: relative
}
.evo_sidebar_search .evo-search-content .search_heading .search_title {
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: #222;
    font-weight: 600
}
.evo_sidebar_search .evo-search-content .search_heading .search_close {
    position: absolute;
    margin-left: 0;
    right: 15px;
    top: 18px;
    line-height: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0;
    z-index: 999;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out
}
.evo_sidebar_search .evo-search-content .search_heading .search_close svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.5px
}
.evo_sidebar_search .evo-search-content .search_heading .search_close:hover {
    transform: translate(0%, 0%) rotate(360deg)
}
.evo_sidebar_search .evo-search-content .evo-search {
    padding: 15px;
    height: calc(100vh - 100px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative
}
.evo_sidebar_search .evo-search-content .evo-search::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #F5F5F5
}
.evo_sidebar_search .evo-search-content .evo-search::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5
}
.evo_sidebar_search .evo-search-content .evo-search::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #e5e5e5
}
.evo_sidebar_search .evo-search-content .evo-search .evo-search-form {
    margin-bottom: 0
}
.evo_sidebar_search .evo-search-content .evo-search .evo-search-form input {
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    font-size: 13px
}
.evo_sidebar_search .evo-search-content .evo-search .evo-search-form button {
    border: 1px solid #ec4f21;
    color: #fff;
    background-color: #ec4f21;
    box-shadow: none;
    outline: none
}
.evo_sidebar_search .evo-search-content .evo-search .evo-search-form button svg {
    position: relative;
    top: -2px;
    width: 21px;
    height: 21px;
    display: inline-block;
    fill: #fff;
    vertical-align: middle;
    stroke-width: 1px;
    background: none;
    pointer-events: none
}
.evo_sidebar_search .evo-search-content .evo-search .evo-search-form button:hover,
.evo_sidebar_search .evo-search-content .evo-search .evo-search-form button:focus {
    border-color: #d73f12;
    background-color: #d73f12
}
.evo_sidebar_search .evo-search-content .evo-search .results-box {
    color: #555;
    position: absolute;
    top: 60px;
    z-index: 9999;
    width: calc(100% - 30px)
}
.evo_sidebar_search .evo-search-content .evo-search .results-box a {
    background-color: #fff;
    padding: 7px 0px;
    font-size: 14px;
    display: block
}
.evo_sidebar_search .evo-search-content .evo-search .results-box a .img {
    text-align: center;
    float: left;
    width: 70px;
    margin-right: 5px
}
.evo_sidebar_search .evo-search-content .evo-search .results-box a .d-title {
    text-transform: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    color: #303846
}
.evo_sidebar_search .evo-search-content .evo-search .results-box a .d-title.d-price {
    color: #ff4e00 !important
}
.evo_sidebar_search .evo-search-content .evo-search .results-box a:hover .d-title,
.evo_sidebar_search .evo-search-content .evo-search .results-box a:focus .d-title {
    color: #ec4f21
}
.evo_sidebar_search .evo-search-content .evo-search .results-box a + a {
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}
.evo_sidebar_search .evo-search-content .evo-search .results-box a.note {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #222
}
.evo_sidebar_search .evo-search-content .evo-search .results-box a.note:hover,
.evo_sidebar_search .evo-search-content .evo-search .results-box a.note:focus {
    color: #ec4f21
}
.evo_sidebar_search .evo-search-content .evo-search .results-box .note {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #222;
    padding: 7px 0px
}
.evo_sidebar_search .evo-search-content .evo-search .results-box .note:hover,
.evo_sidebar_search .evo-search-content .evo-search .results-box .note:focus {
    color: #ec4f21
}
.evo_sidebar_search .evo-search-content .evo-search .results-box .evo-loading {
    display: block;
    padding: 7px;
    text-align: center
}
.help-block.form-error {
    color: red;
    font-size: 12px
}


/*Thông báo yêu thích*/

.notification__favorite{
  position:fixed;
  display:none;
  max-width:350px;
  height:auto;
  z-index:999;
  top:20px;
  right:20px;
  margin:0 auto;
}

.notification__favorite .itemNotification{
  border:1px;
  border-color:#c3e6cb;
  width:100%;
  border-radius:.25rem;
  padding:20px;
  animation-duration: 0.5s;
}

.itemNotification a{
  text-decoration:none;
}

.itemNotification.alert__info{
  background:#d1ecf1;
  border-color:#bee5eb;
}

.notification__favorite p{
  margin-bottom:0;
  color:#155724;
}

.itemNotification.alert__info p{
  color:#0c5460;
}

.off_notification{
  cursor:pointer;
  font-size:19px;
  width:50px;
  font-weight:bold;
}

@media(max-width:600px) {
  .notification__favorite{
    max-width:280px;
    top:70px;
  }
  .notification__favorite p{
    font-size:13px;
  }
}


@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

	
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

	
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}
	
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
	
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

	
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}


@-webkit-keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}
	
@keyframes bounceInDown {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}





