@charset "UTF-8";
/* logo - settings height*/
@font-face {
    font-family: 'FontAwesome';
    src: url("//theme.hstatic.net/200000532555/1001014598/14/fontawesome-webfont.eot?v=10");
    src: url("//theme.hstatic.net/200000532555/1001014598/14/fontawesome-webfont.eot?v=10") format("embedded-opentype"), url("//theme.hstatic.net/200000532555/1001014598/14/fontawesome-webfont.woff2?v=10") format("woff2"), url("//theme.hstatic.net/200000532555/1001014598/14/fontawesome-webfont.woff?v=10") format("woff"), url("//theme.hstatic.net/200000532555/1001014598/14/fontawesome-webfont.ttf?v=10") format("truetype"), url("//theme.hstatic.net/200000532555/1001014598/14/fontawesome-webfont.svg?v=10") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("//theme.hstatic.net/200000532555/1001014598/14/glyphicons-halflings-regular.eot?v=10");
    src: url("//theme.hstatic.net/200000532555/1001014598/14/glyphicons-halflings-regular.eot?#iefix?v=10") format("embedded-opentype"), url("//theme.hstatic.net/200000532555/1001014598/14/glyphicons-halflings-regular.woff?v=10") format("woff"), url(//theme.hstatic.net/200000532555/1001014598/14/glyphicons-halflings-regular.ttf?v=10) format("truetype"), url(//theme.hstatic.net/200000532555/1001014598/14/glyphicons-halflings-regular.svg#glyphicons_halflingsregular?v=10) format("svg");
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}
/* Slider */
.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;
}
.no-image {
    width: 100%;
    background: #f3f3f3;
    overflow: hidden;
    position: relative;
    display: block;
    padding-bottom: 124%;
}
.no-image picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
}
.no-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: translateX(-100%);
    animation: loading 1.5s infinite;
    z-index: 1;
    top: 0;
}
.no-image.no-padding {
    padding-bottom: 0;
}
.fa {
    font-family: "FontAwesome" !important;
}
.glyphicon {
    font-family: "Glyphicons Halflings" !important;
}
html,
body {
    border: 0;
    background-color: #fff;
}
html {
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
}
img {
    max-width: 100%;
}
body {
    color: #252a2b;
    line-height: 1.45;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    overflow-x: hidden;
    background: #f7f7f7;
    position: initial;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* 1.2 - HTML5 Elements */
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
/* 1.3 - Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    margin: 0 0 13px 0;
    font-weight: 700;
    line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000000;
}
img {
    max-width: 100%;
}
/* 1.4 - Links and Buttons */
a {
    color: #000000;
    text-decoration: none;
    outline: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
    color: #000000;
    text-decoration: none;
    outline: none;
}
a:active {
    outline: none;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
textarea {
    resize: none;
}
/* 1.5 - Lists */
ul,
ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.typeList-style * {
    max-width: 100% !important;
}
.typeList-style ul {
    list-style: initial;
    padding-left: 20px;
}
.typeList-style ol {
    list-style-type: decimal;
    padding-left: 20px;
}
.typeList-style ul ul {
    list-style-type: circle;
}
.typeList-style ul ul ul {
    list-style-type: square;
}
.typeList-style ul li,
.typeList-style ol li {
    margin: 5px 0;
}
.typeList-style img {
    max-width: 100% !important;
}
/* 1.6 - Variable */
.product-loop .proloop-detail h3 a,
.section-index-latestBlog .article-item__detail .art-title,
.article-loop .article-inner .article-title h3.post-title a,
.list-blogs-latest .item-article .post-content h3 a {
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
/*-----End Variable---*/
/* 1.9 - Button */
.button {
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    padding: 12px 28px;
    line-height: normal;
    color: #fff;
    background-color: #000000;
    border: 1px solid #252a2b;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    outline: none;
    border-radius: 2px;
    text-transform: uppercase;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button:before {
    content: '';
    display: block;
    background-color: #252a2b;
    position: absolute;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    z-index: -1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.button.btnred {
    background-color: #ffffff;
    border-color: #ff0000;
}
.button.btnred:before {
    background: #ff0000;
}
@media (min-width: 992px) {
    .button:hover,
    .button:focus {
        border-color: #000000;
        color: #ffffff;
    }
    .button:hover:before,
    .button:focus:before {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    .button.btnred:hover,
    .button.btnred:focus {
        color: #ff0000;
        border-color: #ff0000;
    }
}
/* 2.0 - CSS  General */
.mainBody-theme.body-scroll {
    overflow: hidden;
}
table {
    border-spacing: 0;
    width: 100%;
    border-collapse: collapse;
}
.owl-carousel .owl-item img {
    width: auto !important;
    text-align: center;
    margin: auto;
    overflow: hidden;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: initial !important;
}
img.lazyload:not([src]) {
    visibility: hidden;
}
.lazyload {
    opacity: 0;
    min-height: 200px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: opacity 300ms, filter 500ms;
    -webkit-transition: opacity 300ms, filter 500ms;
}
.lazyloading {
    opacity: 0.3;
    -webkit-filter: blur(8px);
    filter: blur(8px);
    transition: opacity 300ms, filter 500ms;
    -webkit-transition: opacity 300ms, filter 500ms;
}
.lazyloaded {
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}
.sitebox-recaptcha {
    padding: 6px 0 0;
    text-align: left;
    color: #9e9e9e;
    font-size: 13px;
    clear: both;
}
.sitebox-recaptcha a {
    color: #2962ff;
}
.grecaptcha-badge {
    visibility: hidden;
}
main {
    min-height: 80vh;
}
/* 2.1 - Anmaiton css3 */
@-webkit-keyframes marginRight {
    0% {
        background-position: 90%;
    }
    100% {
        background-position: 15%;
    }
}
@keyframes marginRight {
    0% {
        background-position: 90%;
    }
    100% {
        background-position: 15%;
    }
}
@-webkit-keyframes h-alo-ring-ring {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes h-alo-ring-ring {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@-webkit-keyframes widthAnimation {
    0% {
        width: 0;
        opacity: 1;
    }
    80% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
}
@keyframes widthAnimation {
    0% {
        width: 0;
        opacity: 1;
    }
    80% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@-webkit-keyframes sticky_header_animation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes sticky_header_animation {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes scroll-in {
    0% {
        top: 2px;
    }
    49% {
        top: -14px;
    }
    50% {
        top: 19px;
    }
    100% {
        top: 2px;
    }
}
@keyframes scroll-out {
    0% {
        top: 2px;
    }
    49% {
        top: 19px;
    }
    50% {
        top: -14px;
    }
    100% {
        top: 2px;
    }
}
@keyframes popoverTheLookDot {
    from {
        opacity: 0.6;
        transform: scale(0.6);
    }
    to {
        opacity: 0;
        transform: scale(1.2);
    }
}
@keyframes scaleDown1 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    1% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* 2.2 - Breadcrumb */
.breadcrumb-shop {
    margin-top: -1px;
    background: transparent;
    margin-bottom: 20px;
    padding: 0 0px;
}
.breadcrumb-paralax {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 0px 0;
    margin-bottom: 40px;
    background-color: #fafafa;
}
.breadcrumb-list .breadcrumb-arrows {
    font-size: 13px;
    padding: 9px 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
    list-style: none;
}
.breadcrumb-list .breadcrumb-arrows > li {
    display: inline-block;
}
.breadcrumb-list .breadcrumb-arrows > li strong {
    font-weight: 400;
}
.breadcrumb-list .breadcrumb-arrows > li a {
    color: #252a2b;
}
.breadcrumb-list .breadcrumb-arrows > li + li:before {
    padding: 0 3px;
    color: #ccc;
    content: "/\00a0";
}
@media (max-width: 767px) {
    .breadcrumb-list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .breadcrumb-list {
        padding-left: 10px;
        padding-bottom: 20px;
        margin-bottom: -20px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .breadcrumb-list .breadcrumb-arrows {
        font-size: 12px;
        white-space: nowrap;
        padding: 10px 0;
    }
    .breadcrumb-list .breadcrumb-arrows > li + li:before {
        padding: 0 2px;
    }
    .breadcrumb-list .breadcrumb-arrows > .active {
        padding-right: 10px;
    }
}
@media (max-width: 767px) {
    .breadcrumb-shop {
        overflow: hidden;
    }
}
/* 2.3 - Pagination */
#pagination .page-node,
#pagination .next,
#pagination .prev {
    color: #252a2b;
    display: inline-block;
    margin: 20px 2px;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.4;
    padding: 2px 6px;
}
#pagination .next {
    margin-left: 10px;
}
#pagination .prev {
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#pagination .page-node.current,
#pagination .page-node:hover,
#pagination .next:hover,
#pagination .prev:hover {
    opacity: 1;
}
/* 2.4 - 404 */
.layout-pageNot {
    padding: 40px 0;
}
.layout-pageNot h1 span {
    display: block;
    color: #fff;
    font-size: 170px;
    font-weight: bold;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}
.layout-pageNot .subtext {
    font-size: 16px;
    max-width: 520px;
    margin: 0 auto 30px;
    font-weight: 400;
}
/*=== HEADER ++ FOOTER ++ MAINMENU ======================*/
.topbar {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 0 8px;
    position: relative;
    display: block;
    overflow: hidden;
}
.topbar .owl-carousel:not(.owl-loaded) {
    display: flex;
    overflow: hidden;
}
.topbar .owl-carousel:not(.owl-loaded) .discount {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
}
.topbar .topbar-slideText {
    margin: 0 auto;
}
.topbar .topbar-slideText .owl-nav button.owl-prev,
.topbar .topbar-slideText .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 14px);
    padding: 0;
    opacity: 0;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #444444;
    background-color: transparent;
    border: 0;
    outline: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.topbar .topbar-slideText .owl-nav button.owl-prev {
    left: 0px;
}
.topbar .topbar-slideText .owl-nav button.owl-next {
    right: 0px;
}
.topbar .topbar-slideText .owl-nav button.owl-prev:before,
.topbar .topbar-slideText .owl-nav button.owl-next:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 22px;
}
.topbar .topbar-slideText .owl-nav button.owl-prev:before {
    content: "\f104";
}
.topbar .topbar-slideText .owl-nav button.owl-next:before {
    content: "\f105";
}
.topbar .topbar-slideText .owl-nav button.owl-prev:hover,
.topbar .topbar-slideText .owl-nav button.owl-next:hover {
    color: #ffffff;
}
.topbar .topbar-slideText:hover .owl-nav button {
    opacity: 1;
}
.topbar .discount {
    padding: 0 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
}
.topbar .bg-primary {
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 3px;
    margin-left: 8px;
    margin-top: 5px;
    display: inline-block;
}
.topbar .bg-primary:focus,
.topbar .bg-primary:hover {
    background-color: #000000;
    color: #ffffff;
    opacity: 0.8;
}
@media (max-width: 767px) {
    .topbar {
        font-size: 13px;
        padding: 8px 0;
    }
    .topbar .topbar-slideText .discount {
        padding: 0 18px;
    }
    .topbar .topbar-slideText .owl-nav button.owl-prev {
        left: -15px;
        opacity: 1;
    }
    .topbar .topbar-slideText .owl-nav button.owl-next {
        right: -15px;
        opacity: 1;
    }
}
.sitenav-content .btnclose {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 5;
    border: 0;
    background: transparent;
    text-align: center;
    outline: none;
}
.sitenav-content .btnclose svg {
    width: 16px;
    height: 30px;
}
.sitenav-content__title {
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
}
.sitenav-content__title .btn-close {
    display: none;
    width: 32px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -6px;
    border: 0;
    background: transparent;
    text-align: center;
    outline: none;
}
.sitenav-content__title .btn-close svg {
    width: 18px;
    height: 30px;
}
.sitenav-content__title .txt-title {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 500;
}
.sitenav-content__block {
    padding-top: 20px;
}
@media (min-width: 992px) {
    .sitenav-content .sitenav-boxscroll {
        overflow-y: scroll;
        max-height: 55vh;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: none;
        overscroll-behavior: none;
        margin-right: -20px;
        padding-right: 20px;
    }
    .sitenav-content .sitenav-boxscroll::-webkit-scrollbar {
        width: 4px;
        height: 3px;
    }
    .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-track {
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #e1e3e4;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    .sitenav-content .sitenav-boxscroll::-webkit-scrollbar-thumb:window-inactive {
        background: #e1e3e4;
    }
}
@media (max-width: 767px) {
    .sitenav-content .btnclose {
        display: block;
    }
    .sitenav-content__title {
        text-align: left;
        padding-right: 40px;
    }
    .sitenav-content__title .btn-close {
        display: block;
    }
    .sitenav-content__title .txt-title {
        font-size: 15px;
    }
}
.sitenav-search {
    margin-bottom: 20px;
}
.sitenav-search form.searchform {
    position: relative;
    padding: 0;
}
.sitenav-search form.searchform input.input-search {
    height: 44px;
    line-height: 28px;
    padding: 8px 50px 8px 20px;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.sitenav-search form.searchform .btn-search {
    width: 50px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear;
}
.sitenav-search form.searchform .btn-search svg {
    width: 18px;
    height: 44px;
    opacity: 0.4;
}
.sitenav-search form.searchform input.input-search:focus {
    background: #f2f5fa;
    outline: none;
    border-color: #000000;
}
.sitenav-search form.searchform.expanded .btn-search svg {
    opacity: 1;
}
.sitenav-search .smart-search-wrapper .dataEmpty {
    padding-bottom: 0px;
}
.sitenav-cart .sitenav-content__block {
    padding-top: 0;
}
.sitenav-cart .sitenav-content__block .sitenav-boxscroll {
    padding-top: 5px;
    padding-bottom: 5px;
}
.sitenav-cart .cart-view-scroll .mini-cart__item {
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    border-bottom: 1px dotted #e7e7e7;
}
.sitenav-cart .cart-view-scroll .mini-cart__item:last-child {
    border-bottom: 0;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left {
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    max-width: 85px;
    text-align: center;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__left img {
    display: block;
    border: 1px solid #ededed;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__right {
    -ms-flex: 0 0 calc(100% - 85px);
    flex: 0 0 calc(100% - 85px);
    max-width: calc(100% - 85px);
    padding-left: 15px;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__title .mnc-title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    padding-right: 35px;
    text-transform: uppercase;
    color: #252a2b;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__title .mnc-variant {
    display: block;
    font-size: 13px;
    margin: 0px 0 7px;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__quantity {
    margin-top: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__quantity .quantity-selector {
    white-space: nowrap;
    margin-right: 15px;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__quantity .quantity-selector .qty-btn {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.6);
    color: #000000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    outline: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__quantity .quantity-selector .qty-btn svg {
    height: 22px;
    width: 10px;
    fill: #000000;
    stroke: #000000;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__quantity .quantity-selector .qty-value {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 15px;
    outline: none;
    border: 0;
    width: 30px;
    text-align: center;
    color: #000000;
    line-height: 24px;
    height: 24px;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__quantity .quantity-selector .qty-value.qty-value-app {
    background: rgba(0, 0, 0, 0.04);
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__price {
    display: block;
    font-weight: 600;
    color: #000;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__remove {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__remove a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #f4f6fb;
    display: block;
    color: #252a2b;
}
.sitenav-cart .cart-view-scroll .mini-cart__item .mini-cart__remove a svg {
    width: 10px;
    height: 20px;
}
.sitenav-cart .cart-view-scroll .mini-cart__empty {
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
.sitenav-cart .cart-view-scroll .mini-cart__empty .svgico-mini-cart svg {
    stroke: #000000;
    width: 50px;
    height: 50px;
    margin: 5px auto 0;
}
.sitenav-cart .cart-view-line {
    clear: both;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    margin: 0 0 5px;
}
.sitenav-cart .cart-view-total .mini-cart__total {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.sitenav-cart .cart-view-total .mini-cart__total .mnc-total {
    font-weight: 500;
    color: #252a2b;
    padding: 10px 0;
}
.sitenav-cart .cart-view-total .mini-cart__total .mnc-total.mnc-total-price {
    font-weight: 600;
    font-size: 16px;
    color: red;
}
.sitenav-cart .cart-view-total .mini-cart__button {
    margin: 0 -5px;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.sitenav-cart .cart-view-total .mini-cart__button .mnc-cta {
    padding: 0 5px;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}
.sitenav-cart .cart-view-total .mini-cart__button .mnc-cta:last-child,
.sitenav-cart .cart-view-total .mini-cart__button .linktocheckout {
    display: none;
}
.sitenav-cart .cart-view-total .mini-cart__button .linktocheckout,
.sitenav-cart .cart-view-total .mini-cart__button .linktocart {
    display: block;
    width: 100%;
    margin: 5px 0 10px;
    font-size: 12px;
    padding: 10px 10px;
}
.sitenav-account .site_account_panel_list {
    position: relative;
    height: 100%;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
}
.sitenav-account .site_account_panel_list .site_account_header {
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
}
.sitenav-account .site_account_panel_list .site_account_header .txt-title {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin: 0;
}
.sitenav-account .site_account_panel_list .site_account_header .txt-small {
    font-size: 14px;
    margin: 0px 0 0;
}
.sitenav-account .site_account_panel_list .site_account_panel {
    width: 100%;
    visibility: hidden;
    transition: visibility 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), visibility 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.sitenav-account .site_account_panel_list .site_account_panel.site_account_default {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.sitenav-account .site_account_panel_list .site_account_panel.site_account_sliding {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.sitenav-account .site_account_panel_list .site_account_panel.is-selected {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner {
    padding-top: 20px;
}
.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}
.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field {
    display: block;
    padding: 14px 10px 3px;
    border-radius: 2px;
    border: 1px solid #d4d6d8;
    width: 100%;
    line-height: normal;
    height: 42px;
    color: #1e2d7d;
    -webkit-appearance: none;
    resize: none;
    font-size: 12px;
    outline: none;
    box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__floating-label {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 42px;
    font-size: 12px;
    margin-bottom: 0;
    color: #677279;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    pointer-events: none;
}
.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field:focus + .form__floating-label,
.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__input-wrapper .form__field.is-filled + .form__floating-label {
    -webkit-transform: translateY(-5px) scale(0.8);
    transform: translateY(-5px) scale(0.8);
}
.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner form .form__submit {
    width: 100%;
    outline: none;
    padding: 0px 28px;
    height: 42px;
    line-height: 42px;
}
.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action {
    margin-top: 16px;
    font-size: 12px;
}
.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action > p {
    margin-bottom: 4px;
}
.sitenav-account .site_account_panel_list .site_account_panel .site_account_inner .site_account_secondary-action > p .link {
    color: #000000;
    transition: color 0.2s ease-in-out;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    outline: none;
}
.sitenav-account .site_account_panel_list .site_account_info {
    text-align: left;
    font-size: 14px;
}
.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul {
    margin: 0;
}
.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li {
    position: relative;
    margin-bottom: 5px;
}
.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li.user-name {
    margin-bottom: 8px;
    padding: 10px 0 5px;
}
.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li:not(.user-name) {
    padding-left: 10px;
}
.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li:not(.user-name):before {
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    background: #252a2b;
}
.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li span {
    font-size: 15px;
    color: #282c2d;
    font-weight: 600;
}
.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li a {
    color: #252a2b;
    padding: 0 4px;
    margin-bottom: 10px;
}
.sitenav-account .site_account_panel_list .site_account_info .site_account_inner ul li a:hover {
    color: #000000;
}
@media (max-width: 767px) {
    .sitenav-account .site_account_panel_list .site_account_header {
        text-align: left;
        padding-right: 40px;
    }
}
.sitenav-menu {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.sitenav-menu .sitenav-content__title {
    padding: 15px 12px 5px;
    text-align: left;
}
.sitenav-menu .sitenav-content__title .navlogo {
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}
.sitenav-menu .sitenav-content__title .navlogo img {
    max-width: 80%;
    max-height: 40px;
}
.sitenav-menu .sitenav-content__title .navlogo .icon-home {
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.sitenav-menu .sitenav-content__title .navlogo .icon-home svg {
    width: 30px;
    height: 25px;
}
.sitenav-menu .sitenav-content__block {
    padding-top: 0;
    overflow: hidden;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.sitenav-menu .mobile-menu {
    max-height: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sitenav-menu .mobile-menu__inner {
    position: relative;
    padding: 10px 0;
    max-width: 100vw;
    height: 100%;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: touch;
}
.sitenav-menu .mobile-menu__help {
    padding: 20px 10px 30px;
}
.sitenav-menu .mobile-menu__help .help-title {
    font-size: 13px;
    color: #252a2b;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
}
.sitenav-menu .mobile-menu__help .help-item--link {
    color: #252a2b;
    display: flex;
    align-items: center;
    margin: 0;
    border: 0;
    padding: 7px 0;
}
.sitenav-menu .mobile-menu__help .help-item--link svg {
    margin-right: 14px;
    width: 16px;
    height: 24px;
}
.sitenav-menu .mobile-menu__linklists li {
    position: relative;
}
.sitenav-menu .mobile-menu__linklists li a {
    padding-right: 32px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    display: block;
    outline: none;
    font-size: 14px;
    color: #252a2b;
}
.sitenav-menu .mobile-menu__linklists li a svg {
    width: 6px;
    height: 14px;
    stroke: #979797;
    position: absolute;
    right: 15px;
    top: calc(50% - 7px);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sitenav-menu .mobile-menu__linklists > li > a {
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sitenav-menu .mobile-menu__linklists .has-subnav ul {
    padding-left: 10px;
    margin-bottom: 10px;
    display: none;
}
.sitenav-menu .mobile-menu__linklists .has-subnav ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.sitenav-menu .mobile-menu__linklists .has-subnav ul .navi-title a b {
    font-weight: 500;
}
.sitenav-menu .mobile-menu__linklists li.parent-open.active1 > ul,
.sitenav-menu .mobile-menu__linklists li.parent-open.active1 .nav-level2.checknav > ul,
.sitenav-menu .mobile-menu__linklists li.parent-open.active1 .nav-level2.active2 > ul {
    display: block;
}
.sitenav-menu .mobile-menu__linklists li.active1 li.active2 > a,
.sitenav-menu .mobile-menu__linklists li.active1 li.active3 > a {
    color: #000000;
}
.sitenav-menu .mobile-menu__linklists li.parent-open > a svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media (min-width: 768px) {
    .sitenav-menu .mobile-menu__inner {
        padding-bottom: 30px;
        max-height: calc(100vh - (var(--header-height) + 80px));
    }
    .sitenav-menu .mobile-menu__inner::-webkit-scrollbar {
        width: 2px;
        height: 3px;
    }
    .sitenav-menu .mobile-menu__inner::-webkit-scrollbar-track {
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }
    .sitenav-menu .mobile-menu__inner::-webkit-scrollbar-thumb {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #e1e3e4;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    .sitenav-menu .mobile-menu__inner::-webkit-scrollbar-thumb:window-inactive {
        background: #e1e3e4;
    }
}
@media (max-width: 767px) {
    .sitenav-menu .mobile-menu__inner {
        max-height: calc(100% - (var(--header-height) + 80px));
        padding-bottom: 220px;
    }
    .sitenav-menu .sitenav-content__title {
        padding-right: 40px;
    }
    .sitenav-menu .sitenav-content__title .navlogo {
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 18px;
        color: #000000;
        text-decoration: none;
    }
    .sitenav-menu .sitenav-content__title .navlogo .icon-home {
        text-align: center;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }
    .sitenav-menu .sitenav-content__title .navlogo .icon-home svg {
        width: 30px;
        height: 25px;
    }
}
.sitenav-locate .sitenav-content__block {
    padding-top: 15px;
}
.sitenav-locate .sitenav-content__block .boxaddress {
    border: 1px solid 0, 0.18;
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.1);
    color: #252a2b;
}
.sitenav-locate .sitenav-content__block .boxaddress span {
    display: block;
    font-weight: 500;
}
.sitenav-locate .sitenav-content__block .boxprovince {
    padding: 10px 0;
}
.sitenav-locate .sitenav-content__block .boxprovince .textprov {
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.sitenav-locate .sitenav-content__block .boxprovince .listprov li {
    position: relative;
    border-top: 1px dotted #e7e7e7;
    cursor: pointer;
    padding: 10px 0 10px 35px;
    transition: background 0.4s ease;
}
.sitenav-locate .sitenav-content__block .boxprovince .listprov li .icmap {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 13px;
    left: 8px;
}
.sitenav-locate .sitenav-content__block .boxprovince .listprov li:hover {
    background: rgba(0, 0, 0, 0.05);
}
.sitenav-locate .sitenav-content__block .boxfilter {
    margin-bottom: 3px;
}
.sitenav-locate .sitenav-content__block .boxfilter .filter-select {
    margin-right: -5px;
    margin-left: -5px;
    display: -ms-flexbox;
    display: flex;
}
.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item .field-select {
    position: relative;
}
.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item .field-select:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 12px;
    border: solid #666666;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item label {
    display: block;
    font-weight: 500;
    font-size: 13px;
    margin: 0 0 5px;
}
.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select {
    padding: 0px 8px;
    padding-right: 25px;
    cursor: pointer;
    outline: none;
    text-overflow: ellipsis;
    border-radius: 4px;
    height: 34px;
    line-height: 32px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    font-size: 13px;
    width: 100%;
    color: #000;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select:-ms-expand {
    display: none;
}
.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select:invalid {
    color: #677279;
}
.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select [disabled] {
    color: #ededed;
    font-weight: 300;
}
.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select option {
    color: #000;
    font-weight: 500;
    line-height: 18px;
}
.sitenav-locate .sitenav-content__block .boxfilter .filter-select .select-item select option[value="null"] {
    color: #677279;
}
.sitenav-overlay {
    background: rgba(225, 225, 225, 0.05);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}
.mainHeader {
    background: #fff;
    width: 100%;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.mainHeader .flex-container-header {
    position: relative;
    margin: 0 -15px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mainHeader .flex-container-header > [class*='header-wrap-'] {
    padding: 0 15px;
}
.mainHeader .header-wrap-menu .navbar-mainmenu {
    position: relative;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.mainHeader .header-wrap-menu ul.menuList-primary {
    margin: 0;
    position: relative;
    z-index: 2;
}
.mainHeader .header-wrap-menu ul.menuList-primary > li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
}
.mainHeader .header-wrap-menu ul.menuList-primary > li > a {
    color: #252a2b;
    opacity: 0.85;
    position: relative;
    z-index: 2;
    display: block;
    padding: 15px 4px;
    width: 100%;
    letter-spacing: 0.75px;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: none;
    transition: none;
}
.mainHeader .header-wrap-menu ul.menuList-primary > li > a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    margin-left: 4px;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
}
.mainHeader .header-wrap-menu ul.menuList-primary > li.active a,
.mainHeader .header-wrap-menu ul.menuList-primary > li.active a:focus {
    opacity: 1;
}
.mainHeader .header-wrap-menu ul.menuList-primary > li:hover > a,
.mainHeader .header-wrap-menu ul.menuList-primary > li.active:hover a {
    opacity: 1;
}
.mainHeader .header-wrap-menu ul.menuList-primary > li:hover > a i {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mainHeader .header-wrap-menu ul.menuList-primary li.has-submenu .menuList-submain {
    background: #fff;
    min-width: 185px;
    max-width: 180%;
    position: absolute;
    z-index: 99;
    top: 150%;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mainHeader .header-wrap-menu ul.menuList-primary li.has-submenu .menuList-submain ul.menuList-submain {
    left: 100%;
    top: 0;
}
.mainHeader .header-wrap-menu ul.menuList-primary li.has-submenu:hover > .menuList-submain {
    pointer-events: auto;
    visibility: visible;
    top: 100%;
    opacity: 1;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .mainHeader .header-wrap-menu ul.menuList-primary > li {
        margin: 0;
    }
    .mainHeader .header-wrap-menu ul.menuList-primary > li > a {
        font-size: 14px;
    }
}
.mainHeader .header-wrap-menu ul.menuList-submain li {
    position: relative;
}
.mainHeader .header-wrap-menu ul.menuList-submain li a {
    padding: 9px 18px;
    text-align: left;
    display: block;
    font-size: 14px;
    color: #252a2b;
    opacity: 0.85;
}
.mainHeader .header-wrap-menu ul.menuList-submain li a i {
    font-size: 9px;
    position: absolute;
    right: 15px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 0.3s ease-in-out;
    -ms-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}
.mainHeader .header-wrap-menu ul.menuList-submain li a:hover i {
    right: 10px;
    opacity: 0.8;
}
.mainHeader .header-wrap-menu ul.menuList-submain li.has-submenu {
    padding-right: 30px;
}
.mainHeader .header-wrap-menu ul.menuList-submain li:not(:first-child) {
    border-top: 1px solid #ecf0f1;
}
.mainHeader .header-wrap-menu ul.menuList-submain li a:hover,
.mainHeader .header-wrap-menu ul.menuList-submain li a:hover i {
    opacity: 1;
}
.mainHeader .header-wrap-logo {
    -ms-align-self: center;
    align-self: center;
}
.mainHeader .header-wrap-logo .wrap-logo {
    padding: 10px 0;
}
.mainHeader .header-wrap-logo h1,
.mainHeader .header-wrap-logo a {
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    color: #000000;
    transition: none;
}
.mainHeader .header-wrap-logo a img {
    max-height: 70px;
}
.mainHeader .header-wrap-logo .logo-name {
    word-wrap: break-word;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.mainHeader .header-wrap-action .header-action {
    position: relative;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.mainHeader .header-wrap-action .header-action .header-action-item {
    display: inline-block;
    margin-left: 7px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle {
    position: absolute;
    top: calc(100% - 13px);
    left: 0;
    right: 0;
    z-index: 992;
    margin: 0 auto;
    width: 20px;
    height: 15px;
    opacity: 0;
    visibility: visible;
    transition: opacity 0.25s ease-in-out 0s, visibility 0.25s ease-in-out 0s;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .box-triangle svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    display: block;
    font-size: 13px;
    color: #252a2b;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon,
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
    display: inline-block;
    vertical-align: middle;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
    font-size: 12px;
    padding-left: 2px;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtbl {
    font-size: 110%;
    display: block;
    font-weight: 500;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txtnw {
    white-space: nowrap;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    max-width: 148px;
    overflow: hidden;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text.nohas-account .txt-overflow {
    max-width: 170px;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .fa {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    margin-left: 3px;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon {
    position: relative;
    width: 32px;
    height: 40px;
    text-align: center;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg {
    width: 22px;
    height: 40px;
    fill: #252a2b;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-account {
    width: 22px;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon svg.svg-ico-search {
    width: 20px;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .box-icon--close svg {
    width: 18px;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
    display: inline-block;
    vertical-align: top;
    background: #c50017;
    color: #fff101;
    font-size: 11px;
    text-align: center;
    position: absolute;
    left: 16px;
    top: -1px;
    padding: 0px 3px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link:hover svg.svg-ico-search {
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
    position: absolute;
    top: 100%;
    left: auto;
    right: -15px;
    z-index: 990;
    min-width: 280px;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
}
.mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 20px 20px;
}
.mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .header-dropdown_content {
    padding: 0;
    overflow: hidden;
}
.mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .box-triangle {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in-out 0.1s, visibility 0.2s ease-in-out 0.21s;
}
.mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}
.mainHeader .header-wrap-action .header-action .header-action-item.header-action_account.js-action-show .header-action_dropdown .site_account_panel.is-selected {
    visibility: visible;
}
.mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 100;
    margin: auto;
}
.mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale.js-action-show .overlays .header-action__link {
    z-index: 101;
    pointer-events: none;
}
@media (min-width: 1200px) {
    .mainHeader .header-wrap-action.header-wrap-iconav {
        display: none;
    }
}
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item {
    margin-left: 0;
    margin-right: 8px;
}
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink {
    display: none;
}
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_backlink a {
    margin-right: 0px;
    width: 20px;
    line-height: 32px;
    color: #252a2b;
    height: 35px;
    display: block;
    font-size: 28px;
}
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon {
    width: 35px;
    height: 35px;
}
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
    width: 25px;
    height: 35px;
    cursor: pointer;
    display: block;
    position: relative;
    margin: auto;
}
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar,
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after,
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    width: 25px;
    height: 2px;
    background: #252a2b;
}
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
    position: relative;
    top: 18px;
    display: block;
    margin: auto;
    -ms-transition: all 0ms 100ms, width 150ms linear;
    -webkit-transition: all 0ms 100ms, width 150ms linear;
    transition: all 0ms 100ms, width 150ms linear;
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    -ms-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    transition: bottom 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    -ms-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    -webkit-transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
    transition: top 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), width 150ms linear, background 150ms linear;
}
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
    height: 35px;
}
.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu.js-action-show .hamburger-menu {
    opacity: 0;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mainHeader .header-search-mobile {
    display: none;
    position: relative;
    padding: 5px 6px;
    border-bottom: 1px solid #e7e7e7;
}
.mainHeader .header-search-mobile .searchform-mobile {
    position: relative;
}
.mainHeader .header-search-mobile .searchform-mobile input.input-search {
    width: 100%;
    padding: 7px 40px 7px 15px;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    background: #f5f5f5;
    color: #252a2b;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.mainHeader .header-search-mobile .searchform-mobile input.input-search:focus {
    outline: none;
}
.mainHeader .header-search-mobile .searchform-mobile .btn-search {
    width: 40px;
    height: 38px;
    line-height: 38px;
    border: 0;
    outline: none;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
}
.mainHeader .header-search-mobile .searchform-mobile .btn-search svg {
    width: 15px;
    height: 38px;
    line-height: 38px;
}
.mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-close svg {
    fill: #3966b8;
    width: 20px;
}
.mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-icon {
    display: block;
}
.mainHeader .header-search-mobile .searchform-mobile .btn-search span.search-close {
    display: none;
}
.mainHeader .header-search-mobile .searchform-mobile.expanded .btn-search span.search-icon {
    display: none;
}
.mainHeader .header-search-mobile .searchform-mobile.expanded .btn-search span.search-close {
    display: block;
}
.mainHeader .header-search-mobile .smart-search-wrapper {
    position: absolute;
    right: 0px;
    left: 0px;
    z-index: 100;
    top: calc(100% + 0px);
    width: initial;
    background: #fff;
    padding: 0 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
}
.mainHeader .header-menu-desktop .wrap-logo-sticky {
    display: none;
}
.mainHeader.hSticky {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.mainHeader.hSticky.hSticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 992;
    background: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
/*.mainHeader.hSticky-nav .topbar {*/
/*    display: none;*/
/*}*/
.mainHeader.hSticky-nav .header-wrap-menu ul.menuList-primary > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}
@media (min-width: 992px) {
    .mainHeader {
        border-bottom: 1px solid #e7e7e7;
    }
    .mainHeader .header-wrap-logo .wrap-logo,
    .mainHeader .header-wrap-logo.wrap-logo-sticky .wrap-logo {
        min-width: 150px;
        max-width: 220px;
    }
}
@media (min-width: 768px) {
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_dropdown {
        width: 420px;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search .header-action_dropdown {
        width: 420px;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown {
        width: 340px;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_dropdown {
        width: 420px;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_account .header-action_dropdown.header-action_widthAuto {
        width: auto;
        min-width: 260px;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown {
        min-width: auto;
        width: 270px;
        left: -15px;
    }
}
@media (max-width: 991px) {
    .mainHeader .mainHeader-middle {
        /*position: relative;*/
    }
    .mainHeader .mainHeader-middle .container {
        width: auto;
    }
    .mainHeader .flex-container-header {
        margin: 0;
    }
    .mainHeader .flex-container-header > [class*='header-wrap-'] {
        position: initial;
        padding: 0;
    }
    .mainHeader .header-wrap-logo {
        text-align: center;
        max-width: calc(100% - 140px);
    }
    .mainHeader .header-wrap-logo .wrap-logo {
        padding-left: 12px;
    }
    .mainHeader .header-wrap-action .header-action {
        position: initial;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item {
        position: initial;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text {
        display: none;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
        top: 100%;
        right: 0;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .box-icon--close {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon > svg,
    .mainHeader .header-wrap-action .header-action .header-action-item.js-action-show .header-action_text .header-action__link .box-icon .count-holder {
        opacity: 0;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_search {
        display: none;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown {
        right: 0;
        left: 0px;
        top: 100%;
        width: 100vw;
        height: 100vh;
    }
    .mainHeader .header-search-mobile {
        display: block;
    }
    .mainHeader.hSticky-nav {
        /*.header-wrap-logo {display: none;}*/
    }
    .mainHeader.hSticky-nav .header-search-mobile {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        visibility: hidden;
        padding: 2px 98px 0px 56px;
    }
    .mainHeader.hSticky-nav .header-search-mobile .searchform-mobile {
        position: relative;
        visibility: visible;
        margin: 0 auto;
    }
    .mainHeader.hSticky-nav .header-search-mobile .smart-search-wrapper {
        visibility: visible;
        top: calc(100% + 10px);
    }
    .mainHeader.hSticky-nav.mainHeader-product .header-search-mobile {
        display: none;
    }
    .mainHeader.hSticky-nav.mainHeader-product .header-wrap-action .header-action .header-action-item.header-action_backlink {
        display: block;
    }
    .mainHeader.hSticky-nav.mainHeader-product .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown .box-triangle {
        left: 47px;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .mainHeader .header-wrap-logo a img {
        max-height: 50px;
    }
    .mainHeader .header-wrap-logo h1,
    .mainHeader .header-wrap-logo a {
        font-size: 24px;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu .header-action_dropdown {
        min-width: auto;
        width: 270px;
    }
}
@media (max-width: 767px) {
    .mainHeader .flex-container-header {
        padding: 10px 0 8px;
    }
    .mainHeader .header-wrap-logo a img {
        max-height: 50px;
    }
    .mainHeader .header-wrap-logo h1,
    .mainHeader .header-wrap-logo a {
        font-size: 20px;
    }
    .mainHeader .header-wrap-action .header-action {
        position: initial;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item {
        position: initial;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown {
        right: 0;
        left: 0;
        top: 100%;
        width: 100vw;
        height: 100vh;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content {
        overflow: auto;
        padding-bottom: 200px;
        -webkit-overflow-scrolling: touch;
        padding-left: 12px;
        padding-right: 12px;
    }
    .mainHeader .header-wrap-action .header-action .header-action-item .header-action_dropdown .header-dropdown_content .sitenav-content .boxtitle {
        font-size: 16px;
        text-align: left;
        padding-bottom: 10px;
    }
}
.mainHeader .header-wrap-main {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1199.98px) {
    .mainHeader .header-wrap-main {
        display: none;
    }
}
.mainHeader .header-wrap-main .menu-main-lv1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}
.mainHeader .header-wrap-main .menu-main-lv1 > li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}
.mainHeader .header-wrap-main .menu-main-lv1 > li > a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    border-bottom: 2px solid #ffffff;
}
.mainHeader .header-wrap-main .menu-main-lv1 > li:hover > a {
    border-bottom: 2px solid #000000;
}
.mainHeader .header-wrap-main .menu-main-lv1 > li:hover .sub-menu-lv2 {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    transition: transform .25s ease, opacity 0ms, visibility 0ms;
}
.mainHeader .header-wrap-main .menu-main-lv1 > li.active > a {
    border-bottom: 2px solid #000000;
}
.mainHeader .header-wrap-main .menu-main-lv1 .sub-menu-lv2 {
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    top: 60px;
    left: 0;
    right: 0;
    transition: transform .1s ease, opacity 0ms linear .1s, visibility 0ms linear .1s;
    transform-origin: top center;
    transform: scaleY(0);
    background: white;
    padding: 0px;
    z-index: 99;
}
.mainHeader .header-wrap-main .menu-main-lv1 .sub-menu-lv2 .menu-main-lv2 {
    max-width: 1170px;
    margin: 0 auto;
    display: -ms-flex;
    display: flex;
    justify-content: -ms-center;
    justify-content: center;
}
.mainHeader .header-wrap-main .menu-main-lv1 .sub-menu-lv2 .menu-main-lv2 > li {
    padding: 0 15px;
    width: 16.666666666666664%;
}
.mainHeader .header-wrap-main .menu-main-lv1 .sub-menu-lv2 .menu-main-lv2 > li > a {
    font-weight: 500;
    color: black;
    font-size: 16px;
    margin: 0 0 10px 0;
    display: block;
}
.mainHeader .header-wrap-main .menu-main-lv1 .sub-menu-lv3 .menu-main-lv3 > li > a {
    color: #757575;
    display: block;
    margin: 0 0 4px 0;
}
.mainHeader .header-wrap-main .menu-main-lv1 .sub-menu-lv3 .menu-main-lv3 > li > a:hover {
    color: black;
}
.mainHeader .header-wrap-main .hasSub-menu:hover ~ .header-wrap-overflow {
    display: block;
}
.mainHeader .header-wrap-main .header-wrap-overflow {
    content: "";
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 4;
    background: rgba(57, 57, 57, 0.3);
}
#menu-mb .wrapper-menu-mb {
    height: 100%;
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
    background-color: #fff;
    transition: transform .25s ease-out;
    width: 320px;
}
@media (max-width: 991.98px) {
    #menu-mb .wrapper-menu-mb {
        width: 80%;
    }
}
#menu-mb .wrapper-menu-mb .menu-mb-inner {
    height: calc(100% - 50px);
    transform: translateX(0);
    transition: transform .25s ease-out;
}
#menu-mb .wrapper-menu-mb .menu-mb-inner .section-tab-menu-mb {
    list-style: none;
    margin: 0;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
    border-bottom: 1px solid rgba(45, 45, 45, 0.1);
}
#menu-mb .wrapper-menu-mb .menu-mb-inner .section-tab-menu-mb::-webkit-scrollbar {
    width: 0;
    display: none;
}
#menu-mb .wrapper-menu-mb .menu-mb-inner .section-tab-menu-mb li {
    width: 50%;
    position: relative;
    display: inline-block;
}
#menu-mb .wrapper-menu-mb .menu-mb-inner .section-tab-menu-mb li span {
    height: 49px;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #999;
    letter-spacing: 2px;
    font-weight: 900;
    background-color: #fff;
    border-style: none;
    cursor: pointer;
    padding: 0;
    line-height: 50px;
    box-sizing: border-box;
    min-width: 100px;
}
#menu-mb .wrapper-menu-mb .menu-mb-inner .section-tab-menu-mb li.active span {
    color: #2d2d2d;
    border-bottom: 2px solid #2d2d2d;
}
#menu-mb .wrapper-menu-mb .menu-mb-inner .section-tab-menu-mb li:not(:last-of-type):after {
    content: "";
    top: 50%;
    right: 0;
    margin-top: -10px;
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: rgba(45, 45, 45, 0.1);
}
#menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab ul {
    list-style: none;
    padding: 0;
    padding: 16px 16px 0;
    background-color: #fff;
    box-sizing: border-box;
    height: calc(100% - 50px);
    transform: translateX(0);
}
#menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab ul li {
    list-style: none;
    margin-bottom: 16px;
    display: block;
    align-items: center;
    width: 100%;
}
#menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab ul li a {
    font-weight: bold;
    font-size: 16px;
    width: 100%;
}
#menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb {
    display: none;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media (max-width: 1199.98px) {
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(1) div {
        background: url(https://file.hstatic.net/200000532555/file/danh_muc-03_22fcc63792624e1d9380a8871a42e9cc.jpg);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(2) div {
        background: url(https://file.hstatic.net/200000532555/file/danh_muc-12_2435e1f30ecb4425bde125bd4405c61e.jpg);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(3) div {
        background: url(https://file.hstatic.net/200000532555/file/danh_muc-10_a500f4f0d5254e41915aa0ac7e2aa707.jpg);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(4) div {
        background: url(https://file.hstatic.net/200000532555/file/danh_muc-02_af9cb2c213f34cc9b4ef1df949b127bb.jpg);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(5) div {
        background: url(https://file.hstatic.net/200000532555/file/danh_muc-06_8cea484ebed24802bdcc89c76c646589.jpg);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(6) div {
        background: url(https://file.hstatic.net/200000421115/file/bg_menu_mobile_6_1_9d8f75b382494872a153e88be2db9a32.png);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(7) div {
        background: url(https://file.hstatic.net/200000421115/file/bg_menu_mobile_7_1_18cb055180714dd9b7ef9b791bf3bec5.png);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nu"] li:nth-child(8) div {
        background: url(https://file.hstatic.net/200000421115/file/bg_menu_mobile_8_1_b1d7b82070dc410e8e552171201dc7de.png);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(1) div {
        background: url(https://file.hstatic.net/200000532555/file/danh_muc-01_477372b1732d4227a6490833760c95c3.jpg);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(2) div {
        background: url(https://file.hstatic.net/200000532555/file/danh_muc-05_adbedd1b1f424a588315505c898e52b5.jpg);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(3) div {
        background: url(https://file.hstatic.net/200000532555/file/danh_muc-09_c483ce3ce3d34d0dbf18465bc8bcc936.jpg);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(4) div {
        background: url(https://file.hstatic.net/200000421115/file/bg_menu_mobile_4_2_7056e04bd5a0412ea4d822838297bcca.png);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(5) div {
        background: url(https://file.hstatic.net/200000421115/file/bg_menu_mobile_5_2_3a45bda05472414db590b78eff1dfab7.png);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(6) div {
        background: url(https://file.hstatic.net/200000421115/file/bg_menu_mobile_6_2_66050f5506db4de2996f9dff1b4b150e.png);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(7) div {
        background: url(https://file.hstatic.net/200000421115/file/bg_menu_mobile_7_2_965dab3c84f34942ab3177bc23f93db6.png);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="nam"] li:nth-child(8) div {
        background: url(https://file.hstatic.net/200000421115/file/bg_menu_mobile_8_2_d64d6377321b4a11ad641b50176de616.png);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="tre-em"] li:nth-child(1) div {
        background: url(https://file.hstatic.net/200000532555/file/danh_muc-04_6a27837491004d4a96162a97f6e08489.jpg);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="tre-em"] li:nth-child(2) div {
        background: url(https://file.hstatic.net/200000532555/file/danh_muc-15_43713459c1ba4525a0f3c2feac44d978.jpg);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="tre-em"] li:nth-child(3) div {
        background: url(https://file.hstatic.net/200000532555/file/danh_muc-08_327966c0a76347cca97d9dcc5716f16a.jpg);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="tre-em"] li:nth-child(4) div {
        background: url(https://file.hstatic.net/200000532555/file/danh_muc-07_fc1f51dfbce745afa7fa4f1fd39a5a51.jpg);
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="tre-em"] li:nth-child(5) div {
        background: url();
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="tre-em"] li:nth-child(6) div {
        background: url();
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="tre-em"] li:nth-child(7) div {
        background: url();
    }
    #menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb[data-handle="tre-em"] li:nth-child(8) div {
        background: url();
    }
}
#menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb li .bg-menu-mb {
    background-color: #fff;
    height: 96px;
    position: relative;
    padding: 0 16px;
    width: 100%;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
#menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab.menu-tab-mb.active {
    display: block;
}
#menu-mb .menu-mb-overlay {
    position: fixed;
    visibility: hidden;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 19000;
    opacity: 0;
    background-color: rgba(45, 45, 45, 0.65);
    right: 0;
    transition: opacity .25s ease-in;
}
#menu-mb .close-menu-mb {
    position: absolute;
    padding: 0 13px;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-image: url(https://file.hstatic.net/200000401437/file/download_965c438b179746fe81f88e9b8e536f65.svg);
    background-repeat: no-repeat;
    background-color: #2d2d2d;
    background-size: 24px;
    background-position: 50%;
    cursor: pointer;
    border: 0;
    z-index: 999999;
    display: none;
}
@media (max-width: 991.98px) {
    #menu-mb .close-menu-mb {
        left: 80%;
    }
}
.show-menu #menu-mb .wrapper-menu-mb {
    transform: translateX(0);
}
.show-menu #menu-mb .menu-mb-overlay {
    visibility: visible;
    opacity: 1;
}
.show-menu #menu-mb .close-menu-mb {
    display: block;
}
.mainHeader.mainHeader_temp03 {
    border-bottom: 0;
}
.mainHeader.mainHeader_temp03 .topbar {
    background: #c92027;
    color: #ffffff;
}
.mainHeader.mainHeader_temp03 .topbar .topbar-slideText .owl-nav button.owl-prev,
.mainHeader.mainHeader_temp03 .topbar .topbar-slideText .owl-nav button.owl-next {
    color: #ffffff;
}
.mainHeader.mainHeader_temp03 .topbar .bg-primary {
    background-color: #4a4a4a;
}
.mainHeader.mainHeader_temp03 .mainHeader-middle {
    background: #ffffff;
    position: relative;
}
.mainHeader.mainHeader_temp03 .header-wrap-search {
    -ms-align-self: center;
    align-self: center;
    padding: 0;
}
.mainHeader.mainHeader_temp03 .header-wrap-search .header-search {
    position: relative;
    max-width: 200px;
    margin: 0 auto;
    transition: width .25s ease, transform .25s ease;
}
.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product {
    position: relative;
    z-index: 100;
    -webkit-transition: width 0.3s linear 0.1s;
    transition: width 0.3s linear 0.1s;
}
.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search {
    padding: 9px 9px 10px 50px;
    width: 100%;
    background: #fff;
    border: 1px solid #ececec;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    border-radius: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search {
    position: absolute;
    padding: 0;
    top: 0px;
    bottom: 0;
    left: 0px;
    border-radius: 0 4px 4px 0;
    border: 0;
    width: 55px;
    background: transparent;
    transition: opacity 150ms linear;
}
.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search svg {
    width: 18px;
    height: 40px;
    display: block;
    margin: auto;
    fill: #c5cee0;
}
.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search:focus {
    background: #ffffff;
    outline: none;
    border-color: #000000;
}
.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper {
    top: 100%;
    left: 0;
    right: 0;
    z-index: 80;
    padding: 20px 0;
}
.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
}
.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .search-suggest.show-suggest {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity .35s .4s, visibility .35s .4s, transform .25s ease .35s;
}
.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper .resultsContent.resultsdata + .search-suggest {
    display: none;
}
.mainHeader.mainHeader_temp03 .header-wrap-search .close-search {
    display: none;
}
.mainHeader.mainHeader_temp03 .header-wrap-search .close-search span {
    display: flex;
    background: #f5f5f5;
    border-radius: 100px;
    padding: 14px;
}
.mainHeader.mainHeader_temp03 .header-wrap-search .close-search span svg {
    height: 12px;
    width: 12px;
}
@media (min-width: 992px) {
    .search-header .mainHeader.mainHeader_temp03 .header-wrap-search {
        z-index: 9;
        min-height: 312px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: left;
        width: 100%;
        background: #fff;
        overflow-y: scroll;
        padding: 12px 16px;
        transition: all .1s;
        transform: none;
        display: inline-block;
    }
}
.search-header .mainHeader.mainHeader_temp03 .header-wrap-search .header-search {
    max-width: 600px;
}
@media (min-width: 992px) {
    .search-header .mainHeader.mainHeader_temp03 .header-wrap-search .close-search {
        position: absolute;
        top: 12px;
        right: 24px;
        background: transparent;
        flex: 0 0 auto;
        align-items: center;
        border-radius: 100px;
        display: block;
        z-index: 9;
        border: none;
    }
}
.mainHeader.mainHeader_temp03 .header-overflow-search {
    display: none;
}
@media (min-width: 1200px) {
    .mainHeader.mainHeader_temp03 .header-overflow-search {
        position: fixed;
        top: 10% !important;
        width: 100%;
        height: 100%;
        z-index: 8;
        left: 0;
        background: rgba(57, 57, 57, 0.7);
    }
    .search-header .mainHeader.mainHeader_temp03 .header-overflow-search {
        display: block;
    }
}
.mainHeader.mainHeader_temp03 .header-wrap-logo {
    max-width: 35%;
    position: relative;
    z-index: 10;
}
.mainHeader.mainHeader_temp03 .header-wrap-logo h1,
.mainHeader.mainHeader_temp03 .header-wrap-logo a {
    color: #4a4a4a;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) {
    margin-left: 25px;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu):before {
    content: "";
    display: none;
    width: 1px;
    height: 55%;
    margin-right: 25px;
    background: rgba(236, 236, 236, 0.1);
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-text {
    display: block;
    color: #4a4a4a;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-icon {
    width: 25px;
    height: 30px;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-icon svg {
    height: 30px;
    fill: #4a4a4a;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_text .header-action__link,
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_account .header-action_text .header-action__link:not(.not-icon) {
    text-align: center;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_account .header-action_text .header-action__link.not-icon .box-icon {
    display: none;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_account .header-action_text .header-action__link .box-icon svg {
    width: 20px;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_text .header-action__link .box-text {
    display: block;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_locale .overlays .header-action__link {
    border-radius: 5px;
    background: #ffffff;
    padding: 5px;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_search {
    display: none;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu {
    margin: 0;
    padding: 0;
    border: 0;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar {
    top: 13px;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar,
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:after,
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu .bar:before {
    background: #4a4a4a;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-icon,
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-icon .hamburger-menu {
    height: 25px;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-icon .box-icon--close svg {
    height: 25px;
    fill: #4a4a4a;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu .box-text {
    text-align: center;
    display: block;
    padding: 0;
    color: #4a4a4a;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu.js-action-show .header-action_text .header-action__link .box-icon .box-icon--close {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_backlink a {
    text-align: center;
    color: #4a4a4a;
}
.mainHeader.mainHeader_temp03 .header-menu-desktop {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0 5px 10px rgba(198, 218, 248, 0.25);
}
.mainHeader.mainHeader_temp03.hSticky.hSticky-nav .section-index-groupmenu {
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 10px rgba(198, 218, 248, 0);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.mainHeader.mainHeader_temp03.hSticky.hSticky-nav.hSticky-up .section-index-groupmenu {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 5px 10px rgba(198, 218, 248, 0.35);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
@media (min-width: 992px) {
    .mainHeader.mainHeader_temp03 .header-wrap-menu .navbar-mainmenu {
        text-align: left;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-menu ul.menuList-primary > li {
        margin-left: 0;
        margin-right: 15px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-menu ul.menuList-primary > li > a {
        padding-left: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product {
        width: 100% !important;
    }
}
@media (max-width: 991px) {
    .mainHeader.mainHeader_temp03 .flex-container-header {
        padding: 0;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-logo {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        text-align: left;
        max-width: 100%;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-logo .wrap-logo {
        padding-left: 0px;
        padding-right: 10px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-logo .wrap-logo.text-center-mobile {
        text-align: center;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-logo .wrap-logo.text-center-mobile a {
        display: inline-block;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-search {
        -webkit-transition: all 0.3s linear 0.1s;
        transition: all 0.3s linear 0.1s;
        display: none;
        margin-left: 10px;
        margin-right: 5px;
        width: 100%;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search {
        padding: 0;
        position: initial;
        margin: 0;
        max-width: none;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product {
        visibility: hidden;
        width: 0;
        float: right;
        -webkit-transition: none;
        transition: none;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search {
        font-size: 13px;
        padding: 7px 8px 7px 40px;
        background: #f5f5f5;
        border-radius: 55px;
        border-color: #f5f5f5;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search:focus {
        border-color: #e7e7e7;
        background: #f5f5f5;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search {
        width: 35px;
        left: 0;
        right: auto;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search svg {
        fill: #333333;
        width: 18px;
        height: 30px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .smart-search-wrapper {
        position: fixed;
        bottom: 0;
        top: 50px;
        overflow-y: scroll;
        margin-top: 15px;
        padding: 10px 15px 30px;
        display: block !important;
        box-shadow: none;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action:not(.header-wrap-iconav) {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) {
        margin-right: 10px;
        margin-left: 0;
        -webkit-flex: 1;
        flex: 1;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu):before {
        margin-right: 10px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu):first-child:before {
        display: none;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-text {
        font-size: 10px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-text .txtbl {
        white-space: nowrap;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-text {
        display: none;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) .header-action_text .header-action__link .box-icon {
        width: 30px;
        height: 30px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_text .header-action__link .box-text {
        display: block;
        margin-right: -3px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-icon .count-holder {
        left: 12px;
        top: -4px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_menu {
        margin-right: 10px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_search {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_account .header-action_text .header-action__link.not-icon .box-icon {
        display: block;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action-item:not(.header-action_search) {
        display: none;
        visibility: hidden;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search .header-action_text .header-action__link .box-icon {
        transform: scale(1.1);
        background: #f5f5f5;
        border-radius: 50%;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search .header-action_text .header-action__link .box-icon .box-icon--close {
        opacity: 1;
        visibility: visible;
        transition-delay: 0.2s;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search .header-action_text .header-action__link .box-icon .box-icon--close svg {
        fill: #333;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search .header-action_text .header-action__link .box-icon > svg {
        opacity: 0;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action.show-search .header-action .header-action_search:before {
        opacity: 0;
    }
    .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search {
        padding-top: 10px;
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
    }
    .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search .header-wrap-logo,
    .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search .header-wrap-iconav {
        display: none;
    }
    .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search .header-wrap-search .header-search .searchform-product {
        visibility: visible;
        width: 100%;
        -webkit-transition: width 0.3s linear 0s;
        transition: width 0.3s linear 0s;
    }
    .mainHeader.mainHeader_temp03 .mainHeader-middle.header-is-search .header-wrap-search .header-search .smart-search-wrapper .search-suggest {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        transition: opacity .35s .4s, visibility .35s .4s, transform .25s ease .35s;
    }
}
@media (max-width: 767px) {
    .mainHeader.mainHeader_temp03 .mainHeader-middle .container {
        padding-left: 4px;
        padding-right: 4px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu) {
        margin-right: 4px;
        margin-left: 0px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item:not(.header-action_menu):before {
        margin-right: 4px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text .txt-overflow {
        max-width: 95px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item .header-action_text .header-action__link .box-text.nohas-account .txt-overflow {
        max-width: 110px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_text .header-action__link .box-text .fa {
        font-size: 8px;
        margin-left: 1px;
        margin-right: 4px;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_locale .header-action_text .header-action__link .box-text {
        font-size: 9px;
    }
}
.location-noscroll.locked-scroll {
    overflow: hidden;
}
.locked-scroll .mainHeader {
    position: relative;
    z-index: 999;
}
.locked-scroll .sitenav-overlay {
    opacity: 1;
    visibility: visible;
}
.mainBody-theme.body-scroll .mainHeader.hSticky.hSticky-nav.hSticky-up {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
/*.locked-scroll.locked-scroll-menu {overflow: hidden; width: 100%; top: 0;}
.locked-scroll.locked-scroll-menu .sitenav-overlay {background: rgba(0, 0, 0, 0.32);    z-index: 991;}*/
@media (max-width: 991px) {
    .locked-scroll {
        overflow: hidden;
        width: 100%;
        top: 0;
    }
    .locked-scroll .mainHeader.hSticky {
        position: fixed;
        top: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .locked-scroll .mainHeader.hSticky.hSticky-nav.hSticky-up,
    .locked-scroll .mainHeader.hSticky.hSticky-nav {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    body.noscroll {
        overflow: hidden;
        width: 100%;
        top: 0;
        height: 100%;
    }
    body.noscroll .mainHeader.mainHeader_temp03 .topbar {
        display: none;
    }
    body.noscroll .mainHeader.mainHeader_temp03 {
        position: fixed;
        top: 0 !important;
        left: 0;
        bottom: 0;
        height: 100%;
        right: 0;
        z-index: 999;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transition: all 0s ease;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    body.noscroll .mainHeader.hSticky.hSticky-nav.hSticky-up,
    body.noscrolll .mainHeader.hSticky.hSticky-nav {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/*====== FOOTER ========================*/
.section-footer-gallery {
    position: relative;
    background-color: #f8f8f8;
    padding: 40px 0 0;
}
.section-footer-gallery .rowFlex-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-footer-gallery .rowFlex-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    float: left;
    width: calc(100%/3);
}
@media (min-width: 768px) {
    .section-footer-gallery {
        padding: 40px 0 0;
    }
    .section-footer-gallery .rowFlex-gallery .gallery-item {
        width: calc(100%/6);
    }
}
.mainFooter {
    margin-top: 50px;
    border-top: 1px solid #e7e7e7;
    background: #c92027;
    line-height: 1.6;
}
.mainFooter.mrtop-0 {
    margin-top: 0;
}
.mainFooter .footer-container .footer-call-center {
    padding: 5px 5px 8px;
    background: #000000;
}
.mainFooter .footer-container .footer-call-center .flexbox-callcenter {
    margin: 0 -10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.mainFooter .footer-container .footer-call-center .infocc {
    max-width: calc((100% - 80px)/2);
    padding: 0 3px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.mainFooter .footer-container .footer-call-center .infocc.expand-title {
    max-width: 80px;
}
.mainFooter .footer-container .footer-call-center .flexbox-callcenter > .infocc.expand-title:first-child {
    width: 100%;
    max-width: 100%;
}
.mainFooter .footer-container .footer-call-center .infocc-box {
    text-align: left;
    color: #fff;
}
.mainFooter .footer-container .footer-call-center .infocc .txtcc {
    display: block;
}
.mainFooter .footer-container .footer-call-center .infocc .txtcc a {
    color: #ffffff;
}
.mainFooter .footer-container .footer-call-center .infocc .txtcc i {
    margin-right: 3px;
}
.mainFooter .footer-container .footer-call-center .infocc .txt-init {
    font-size: 11px;
}
.mainFooter .footer-container .footer-call-center .infocc .txt-bold {
    font-size: 12px;
    font-weight: 600;
}
.mainFooter .footer-container .footer-call-center .infocc.expand-title .infocc-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.mainFooter .footer-container .footer-call-center .infocc.expand-title .txt-icon {
    font-size: 12px;
    opacity: 0.8;
    margin-left: 10px;
}
.mainFooter .footer-container .footer-call-center .infocc.expand-title .txt-icon i {
    margin: 0;
    transition: transform 0.4s ease-in-out 0s;
    -moz-transition: transform 0.4s ease-in-out 0s;
    -webkit-transition: transform 0.4s ease-in-out 0s;
}
.mainFooter .footer-container .footer-call-center .infocc.expand-title.active .txt-icon i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mainFooter .footer-container .footer-expand-collapsed {
    display: none;
    color: #ffffff;
}
.mainFooter .footer-container .footer-maininfo {
    padding: 15px 0;
}
.mainFooter .footer-container .widget-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mainFooter .footer-container .widget-footer:last-child {
    border-bottom: 0;
}
.mainFooter .footer-container .widget-footer .title-footer,
.mainFooter .footer-container .widget-footer .fter-title {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    padding: 12px 0;
    font-weight: 500;
}
@media (max-width: 991px) {
    .mainFooter .footer-container .widget-footer .title-footer:not(.fter-title, .fter-title):before,
    .mainFooter .footer-container .widget-footer .fter-title:not(.fter-title, .fter-title):before {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        top: 12px;
        right: 10px;
        text-align: center;
        font-size: 22px;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
    }
    .mainFooter .footer-container .widget-footer .title-footer.opened,
    .mainFooter .footer-container .widget-footer .fter-title.opened {
        font-weight: 700;
    }
    .mainFooter .footer-container .widget-footer .title-footer.opened:before,
    .mainFooter .footer-container .widget-footer .fter-title.opened:before {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}
.mainFooter .footer-container .widget-footer .fter-title {
    padding-top: 0;
    margin-top: 20px;
}
.mainFooter .footer-container .widget-footer .block-collapse {
    display: none;
    padding: 10px 0px 20px;
}
.mainFooter .footer-container .widget-footer .logo-footer img {
    max-width: 150px;
}
.mainFooter .footer-container .widget-footer .address-footer ul li {
    margin: 0 0 8px;
}
.mainFooter .footer-container .widget-footer .footerInfo-hline {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}
.mainFooter .footer-container .widget-footer .footerInfo-hline .box-icon {
    width: 45px;
}
.mainFooter .footer-container .widget-footer .footerInfo-hline .box-icon svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}
.mainFooter .footer-container .widget-footer .footerInfo-hline .box-content {
    width: calc(100% - 45px);
}
.mainFooter .footer-container .widget-footer .footerInfo-hline .box-content span {
    display: block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
}
.mainFooter .footer-container .widget-footer .footerInfo-hline .box-content u {
    font-size: 16px;
    color: #ffffff;
}
.mainFooter .footer-container .widget-footer .footerInfo-hline .box-content p {
    margin: 0;
}
.mainFooter .footer-container .widget-footer .footerNav-link li {
    padding-left: 15px;
    position: relative;
    margin: 0 0 8px;
}
.mainFooter .footer-container .widget-footer .footerNav-link li a {
    color: #ffffff;
}
.mainFooter .footer-container .widget-footer .footerNav-link li a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ffffff;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
}
.mainFooter .footer-container .widget-footer .footerNav-link li a:hover,
.mainFooter .footer-container .widget-footer .footerNav-link li a:focus {
    color: #000000;
}
.mainFooter .footer-container .widget-footer .footerNav-link li a:hover:before,
.mainFooter .footer-container .widget-footer .footerNav-link li a:focus:before {
    background: #000000;
}
.mainFooter .footer-container .widget-footer .footerNav-social {
    margin-top: 10px;
}
.mainFooter .footer-container .widget-footer .footerNav-social li {
    display: inline-block;
}
.mainFooter .footer-container .widget-footer .footerNav-social li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.mainFooter .footer-container .widget-footer .footerNav-social li a:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}
.mainFooter .footer-copyright {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 12px;
    padding: 8px 0;
    color: #ffffff;
}
.mainFooter .footer-copyright p {
    margin: 0;
}
.mainFooter .footer-copyright p a {
    color: #ffffff;
    opacity: 0.8;
}
@media (min-width: 992px) {
    .mainFooter {
        margin-top: 30px;
    }
    .mainFooter .footer-container .footer-call-center {
        display: none;
    }
    .mainFooter .footer-container .footer-expand-collapsed {
        display: block;
    }
    .mainFooter .footer-container .footer-maininfo {
        padding: 40px 0 30px;
    }
    .mainFooter .footer-container .widget-footer {
        border-bottom: 0;
    }
    .mainFooter .footer-container .widget-footer .title-footer,
    .mainFooter .footer-container .widget-footer .fter-title {
        font-weight: 700;
        font-size: 18px;
        padding-bottom: 12px;
    }
    .mainFooter .footer-container .widget-footer .block-collapse {
        display: block;
    }
    .mainFooter .footer-container .footer-copyright {
        font-size: 13px;
        padding: 12px 0;
    }
}
.smart-search-wrapper {
    width: 100%;
    background: #fff;
}
.smart-search-wrapper .item-ult {
    padding: 12px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.smart-search-wrapper .item-ult + .item-ult {
    border-top: 1px dotted #dfe0e1;
}
.smart-search-wrapper .item-ult .thumbs {
    width: 50px;
}
.smart-search-wrapper .item-ult .title {
    width: calc(100% - 50px);
    padding-right: 15px;
    position: relative;
}
.smart-search-wrapper .item-ult .title a {
    font-weight: 500;
    display: block;
    color: #252a2b;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    margin: 0px 0 5px;
}
.smart-search-wrapper .item-ult .title p {
    line-height: 15px;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.smart-search-wrapper .item-ult .title p del {
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    color: #797979;
}
.smart-search-wrapper .resultsMore {
    border-top: 1px dotted #dfe0e1;
    width: 100%;
}
.smart-search-wrapper .resultsMore a {
    font-weight: 500;
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 10px 0;
}
.smart-search-wrapper .dataEmpty {
    text-align: center;
    padding: 20px 0;
}
.smart-search-wrapper .search-suggest p {
    margin: 0 0 12px;
}
.smart-search-wrapper .search-suggest li {
    margin-bottom: 5px;
}
.smart-search-wrapper .search-suggest li a {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #252a2b;
}
@media (min-width: 992px) {
    .smart-search-wrapper .item-ult:nth-child(n + 6) {
        display: none;
    }
    .smart-search-wrapper .resultsMore.resultsMore-desktop {
        display: block;
    }
    .smart-search-wrapper .resultsMore.resultsMore-mobile {
        display: none;
    }
}
@media (max-width: 991px) {
    .smart-search-wrapper .resultsMore.resultsMore-desktop {
        display: none;
    }
    .smart-search-wrapper .resultsMore.resultsMore-mobile {
        display: block;
    }
}
/*===== PRODUCT LOOP ==========================*/
.product-loop .product-inner {
    height: 100%;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-loop .proloop-image {
    position: relative;
    overflow: hidden;
}
.product-loop .proloop-image .pro-sale,
.product-loop .proloop-image .pro-soldout {
    position: absolute;
    top: 5px;
    z-index: 3;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 5px;
}
.product-loop .proloop-image .pro-soldout {
    left: 5px;
    background: #565656;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.product-loop .proloop-image .pro-sale {
    left: 5px;
    background: red;
    letter-spacing: 0.5px;
}
.product-loop .proloop-image .pro-sale + .pro-soldout {
    top: 32px;
}
.product-loop .proloop-image .product--image {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.product-loop .proloop-image .product--image .product--image__inner {
    width: 100%;
    /*height: 100%;*/
    /*display: -ms-flexbox; display: flex;-ms-flex-pack: center;
                justify-content: center;-ms-flex-align: center; align-items: center;
                -ms-flex-direction: column; flex-direction: column;*/
}
.product-loop .proloop-image .product--image .product--image__inner .quick-add-carousel-images .slick-arrow {
    display: none !important;
    background-color: initial;
    border: none;
    font-size: 0;
}
@media (min-width: 1200px) {
    .product-loop .proloop-image .product--image .product--image__inner .quick-add-carousel-images .slick-arrow:hover {
        background-color: rgba(243, 242, 240, 0.9);
    }
}
@media (max-width: 991.98px) {
    .list_view .product-loop .proloop-image .product--image .product--image__inner .quick-add-carousel-images .slick-arrow {
        display: block !important;
    }
}
.product-loop .proloop-image .product--image .product--image__inner .quick-add-carousel-images .slick-arrow.slick-prev {
    position: absolute;
    width: 30px;
    height: 45px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    margin-left: 10px;
}
.product-loop .proloop-image .product--image .product--image__inner .quick-add-carousel-images .slick-arrow.slick-prev:before {
    content: url(https://file.hstatic.net/200000401437/file/plp-left-arrow-with-opacity_f2220e8021424c1e839cbaec6fbb2c4f.svg);
}
.product-loop .proloop-image .product--image .product--image__inner .quick-add-carousel-images .slick-arrow.slick-next {
    position: absolute;
    width: 30px;
    height: 45px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    margin-right: 10px;
}
.product-loop .proloop-image .product--image .product--image__inner .quick-add-carousel-images .slick-arrow.slick-next:before {
    content: url(https://file.hstatic.net/200000401437/file/plp-right-arrow-with-opacity_40c659138556415cabf979be1b828017.svg);
}
.product-loop .proloop-image .product--image .product--image__inner .quick-add {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(243, 242, 240, 0.9);
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 10px 7px;
    opacity: 0;
    min-height: 58px;
}
.product-loop .proloop-image .product--image .product--image__inner .quick-add p {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 auto;
}
.product-loop .proloop-image .product--image .product--image__inner .quick-add .quick-add-sizes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 15px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
    width: 100%;
}
.product-loop .proloop-image .product--image .product--image__inner .quick-add .quick-add-sizes.one-size {
    justify-content: center;
}
@media (max-width: 1200px) {
    .product-loop .proloop-image .product--image .product--image__inner .quick-add .quick-add-sizes::-webkit-scrollbar {
        display: none;
    }
}
.product-loop .proloop-image .product--image .product--image__inner .quick-add .quick-add-sizes .quick-add-size-btn {
    border: 1px solid transparent;
    background-color: initial;
    padding: 0 3px;
    margin: 0 5px;
    min-width: 25px;
    height: 25px;
    text-transform: uppercase;
}
.product-loop .proloop-image .product--image .product--image__inner .quick-add .quick-add-sizes .quick-add-size-btn[disabled] {
    display: none;
}
.product-loop .proloop-image .product--image .product--image__inner .quick-add .quick-add-sizes .quick-add-size-btn:hover {
    border: 1px solid #000;
}
@media (min-width: 1200px) {
    .product-loop .proloop-image .product--image .product--image__inner:hover .slick-arrow {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .product-loop .proloop-image .product--image .product--image__inner:hover .quick-add {
        opacity: 1;
        color: #000;
    }
}
@media (max-width: 991.98px) {
    .list_view .product-loop .proloop-image .product--image .product--image__inner .quick-add {
        opacity: 1;
        color: #000;
        bottom: 0;
    }
}
.product-loop .proloop-image .product--image .prod-img {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.product-loop .proloop-image .product--image .prod-img img:not(.lazyloaded) {
    min-height: 220px;
}
.product-loop .proloop-image .product--image .prod-img img {
    height: 320px;
    object-fit: cover;
    width: 100%;
}
.product-loop .proloop-image .product--image .prod-img.first-image {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}
.product-loop .proloop-image .product--image .prod-img.first-image picture {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-loop .proloop-image .product--image .prod-img.second-image {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}
.product-loop .proloop-image .product--image .prod-img.second-image picture {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
}
.product-loop .proloop-image .proloop-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.product-loop .proloop-detail {
    padding: 12px 10px 4px;
    background-color: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.product-loop .proloop-detail h3 {
    font-size: 14px;
    margin: 0 0 8px;
    font-weight: 500;
    line-height: 1.45;
    min-height: 40px;
}
.product-loop .proloop-detail h3 a {
    color: #252a2b;
}
.product-loop .proloop-detail .proloop--vendor {
    margin-bottom: 4px;
}
.product-loop .proloop-detail .proloop--vendor a {
    font-weight: 400;
    font-size: 11px;
    color: #666;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}
.product-loop .proloop-detail .proloop--price {
    margin-top: auto;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
    color: #252a2b;
}
.product-loop .proloop-detail .proloop--price .price {
    margin-right: 4px;
}
.product-loop .proloop-detail .proloop--price .price-del {
    color: #cecece;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 13px;
}
.product-loop .proloop-detail .proloop--price.on_sale .price {
    color: #c92027;
}
.product-loop .proloop-detail .proloop--action {
    position: relative;
    overflow: hidden;
    display: none;
}
.product-loop .proloop-detail .proloop--action__inner {
    padding-bottom: 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.product-loop .proloop-detail .proloop--action__inner .action-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.product-loop .proloop-detail .proloop--action__inner .action-item.action-boxqty {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -moz-transform: scale(0.92);
    -webkit-transform: scale(0.92);
    -o-transform: scale(0.92);
    transform: scale(0.92);
}
.product-loop .proloop-detail .proloop--action__inner .button {
    padding: 0 5px;
    font-size: 11px;
    font-weight: 500;
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.product-loop .proloop-detail .proloop--action__inner .button:before {
    background-color: #fff;
}
.product-loop .proloop-detail .proloop--action__inner .button span {
    display: inline-block;
    vertical-align: middle;
}
.product-loop .proloop-detail .proloop--action__inner .button .btnico + span {
    margin-left: 4px;
}
.product-loop .proloop-detail .proloop--action__inner .button .btnico svg {
    fill: #ffffff;
    width: 16px;
    height: 30px;
    margin-top: -3px;
    display: block;
}
.product-loop .proloop-detail .proloop--action__inner .button:not(:hover) {
    border: 1px solid #252a2b;
    color: #252a2b;
}
.product-loop .proloop-detail .proloop--action__inner .button:not(:hover) .btnico svg {
    fill: #252a2b;
}
.product-loop .proloop-detail .proloop--action__inner .button.btn-select-variant .btnico {
    display: none;
}
.product-loop .proloop-detail .proloop--action__inner .button.btn-only-store {
    font-size: 10px;
}
.product-loop .proloop-detail .proloop--action__inner .button.btn-only-store,
.product-loop .proloop-detail .proloop--action__inner .button.disabled {
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c9c3c3;
    color: #c9c3c3;
    background-color: #ffffff;
}
.product-loop .proloop-detail .proloop--action__inner .button.btn-only-store .btnico,
.product-loop .proloop-detail .proloop--action__inner .button.disabled .btnico {
    display: none;
}
.product-loop .proloop-detail .proloop--action__inner .button.btn-only-store .btnico svg,
.product-loop .proloop-detail .proloop--action__inner .button.disabled .btnico svg {
    fill: #c9c3c3;
}
.product-loop .proloop-detail .proloop--action__inner .button.btn-only-store .btnico + span,
.product-loop .proloop-detail .proloop--action__inner .button.disabled .btnico + span {
    margin-left: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-loop .proloop-detail .proloop--action__inner .button.btn-only-store:before,
.product-loop .proloop-detail .proloop--action__inner .button.disabled:before {
    background-color: #ffffff;
}
.product-loop .proloop-detail .proloop--action__inner .proloop-boxqty {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    height: 32px;
    line-height: 30px;
    border: 1px solid #252a2b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.product-loop .proloop-detail .proloop--action__inner .proloop-boxqty .btnqty,
.product-loop .proloop-detail .proloop--action__inner .proloop-boxqty .proloop-qtyvalue {
    height: 30px;
    line-height: 30px;
    border: 0;
    outline: none;
}
.product-loop .proloop-detail .proloop--action__inner .proloop-boxqty .btnqty {
    height: 30px;
    width: 30px;
    background: #ffffff;
}
.product-loop .proloop-detail .proloop--action__inner .proloop-boxqty .btnqty svg {
    width: 13px;
    height: 100%;
    fill: #252a2b;
    stroke: #252a2b;
}
.product-loop .proloop-detail .proloop--action__inner .proloop-boxqty .proloop-qtyvalue {
    width: calc(100% - 60px);
    text-align: center;
    font-weight: 500;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.product-loop .proloop-detail .proloop--action.action-count .proloop--action__inner .action-item.action-boxqty {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.product-loop .proloop-detail .proloop--action.action-count .proloop--action__inner .action-item.action-addcart {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -ms-transition: all .0s ease;
    -o-transition: all .0s ease;
    transition: all .0s ease;
}
.product-loop .proloop-detail .proloop--review {
    margin-bottom: 6px;
}
.product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star i[class^="star-"] {
    color: #fdd991 !important;
    font-size: 13px;
    margin-right: -3px;
    display: inline-block;
}
.product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star i.star-off-png {
    color: #dfe3e8 !important;
}
.product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + span,
.product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p {
    margin-bottom: 0;
    margin-left: 6px;
    color: #637381;
}
.product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p {
    margin-bottom: 0;
    margin-left: 8px;
    font-size: 0;
    visibility: hidden;
}
.product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p:before {
    content: "(0)";
    display: inline-block;
    visibility: visible;
}
.product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + span,
.product-loop .proloop-detail .proloop--review .haravan-product-reviews-badge .hrv-product-reviews-star + p:before {
    font-size: 12px;
}
.product-loop .proloop-detail .proloop--review + .proloop--action {
    margin-top: 0;
}
@media (min-width: 992px) {
    .product-loop.col-md-cus5 {
        width: 20%;
    }
    .product-loop .proloop-detail {
        background: rgba(255, 255, 255, 0.8);
        -webkit-transition: transform 400ms ease;
        -moz-transition: transform 400ms ease;
        -ms-transition: transform 400ms ease;
        -o-transition: transform 400ms ease;
        transition: transform 400ms ease;
    }
    .product-loop .product-inner {
        position: relative;
        overflow: hidden;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }
    .product-loop .product-inner:hover {
        -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    }
    .product-loop .product-inner:hover .proloop-image .product--image .prod-img.first-image {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    }
    .product-loop .product-inner:hover .proloop-image .product--image .prod-img.second-image {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
    }
}
@media (max-width: 991px) {
    .product-loop.product-horizontal {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .product-loop.product-horizontal .product-resize,
    .product-loop.product-horizontal .product-resize .image-resize {
        height: auto !important;
    }
    .product-loop.product-horizontal .product-inner {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .product-loop.product-horizontal .proloop-image {
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
        max-width: 110px;
    }
    .product-loop.product-horizontal .proloop-image .pro-soldout {
        display: none;
    }
    .product-loop.product-horizontal .proloop-image .product--image .prod-img img:not(.lazyloaded) {
        min-height: 110px;
    }
    .product-loop.product-horizontal .proloop-detail {
        padding: 8px 8px 5px 12px;
        -ms-flex: 0 0 calc(100% - 110px);
        flex: 0 0 calc(100% - 110px);
        max-width: calc(100% - 110px);
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-self: start;
        -ms-align-self: start;
        align-self: start;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--vendor {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-order: 1;
        order: 1;
        margin-bottom: 5px;
    }
    .product-loop.product-horizontal .proloop-detail h3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -ms-order: 1;
        order: 1;
        margin-bottom: 12px;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--price,
    .product-loop.product-horizontal .proloop-detail .proloop--review,
    .product-loop.product-horizontal .proloop-detail .proloop--action {
        margin-top: 0;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--price,
    .product-loop.product-horizontal .proloop-detail .proloop--review {
        -ms-flex: 0 0 calc(100% - 85px);
        flex: 0 0 calc(100% - 85px);
        max-width: calc(100% - 85px);
        -ms-order: 2;
        order: 2;
        margin-bottom: 0;
        -ms-align-self: center;
        -webkit-align-self: center;
        align-self: center;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--review .haravan-product-reviews-badge {
        margin-top: 3px;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action {
        -ms-flex: 0 0 85px;
        flex: 0 0 85px;
        max-width: 85px;
        -ms-order: 3;
        order: 3;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner {
        padding: 0;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .action-item {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button {
        width: 28px;
        height: 28px;
        display: block;
        border-radius: 50%;
        color: #ffffff;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button .btnico {
        display: block;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button .btnico svg {
        height: 28px;
        width: 14px;
        fill: #ffffff;
        margin-top: -2px;
        margin-left: auto;
        margin-right: auto;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button:before {
        display: none;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button:not(.disabled):before {
        background-color: #252a2b;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button.disabled,
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button.disabled:before,
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button.btn-only-store,
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button.btn-only-store:before {
        background-color: #c9c3c3;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button.disabled .btnico,
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button.btn-only-store .btnico {
        display: block;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button.btn-select-variant .btnico {
        display: block;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .button .btnico + span {
        display: none;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .proloop-boxqty {
        height: 28px;
        max-width: 85px;
        border: 0;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .proloop-boxqty .btnqty,
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .proloop-boxqty .proloop-qtyvalue {
        height: 25px;
        line-height: 25px;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .proloop-boxqty .btnqty {
        height: 25px;
        width: 25px;
        border-radius: 50%;
        border: 1px solid #252a2b;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .proloop-boxqty .btnqty svg {
        width: 10px;
    }
    .product-loop.product-horizontal .proloop-detail .proloop--action__inner .action-item.action-boxqty {
        right: 0;
        left: auto;
    }
    .product-loop:not(.product-horizontal) .proloop-detail .proloop--action__inner .button:hover {
        color: #252a2b;
    }
    .product-loop:not(.product-horizontal) .proloop-detail .proloop--action__inner .button:hover .btnico svg {
        fill: #252a2b;
    }
}
@media (max-width: 767px) {
    .product-loop .proloop-detail {
        padding: 12px 8px 3px;
    }
}
@media (max-width: 480px) {
    .product-loop .proloop-image .product--image .prod-img img {
        width: 100% !important;
    }
    .product-loop .proloop-detail .proloop--action__inner .button {
        font-size: 10px;
    }
}
.listProduct-row {
    margin-left: -5px;
    margin-right: -5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.listProduct-row .product-loop {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .listProduct-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .listProduct-row .product-loop {
        padding-right: 7.5px;
        padding-left: 7.5px;
        margin-bottom: 15px;
    }
    .listProduct-row .product-loop.product-horizontal {
        padding-right: 2px;
        padding-left: 2px;
        margin-bottom: 2px;
    }
}
/*===== INDEX ==========================*/
.section-heading {
    margin-bottom: 30px;
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.section-heading .hTitle {
    font-size: 24px;
    margin: 20px 0 0 0;
    font-weight: 700;
    display: inline-block;
    color: #000000;
}
.section-heading .hTitle a {
    color: #000000;
}
@media (max-width: 992px) {
    .section-heading {
        margin-bottom: 12px;
        margin-top: 30px;
    }
    .section-heading .hTitle {
        margin: 0;
        font-size: 16px;
        text-transform: uppercase;
    }
}
.groupbanner-hover {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.groupbanner-hover:after,
.groupbanner-hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.groupbanner-hover img:not(.lazyload) {
    transition: opacity 0.3s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: opacity 0.3s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.3s, transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.groupbanner-hover:hover img:not(.lazyload) {
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.groupbanner-hover:hover:before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    bottom: 50%;
    top: 50%;
}
.groupbanner-hover:hover:after {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    left: 51%;
    right: 50%;
}
.owlCarousel-style.owl-carousel .owl-nav .owl-prev,
.owlCarousel-style.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 14px;
    color: #000;
    background: #fff;
    border: 1px solid #e7e7e7;
    outline: none;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0.8) translateY(-50%);
    -ms-transform: scale(0.8) translateY(-50%);
    transform: scale(0.8) translateY(-50%);
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.owlCarousel-style.owl-carousel .owl-nav .owl-prev span,
.owlCarousel-style.owl-carousel .owl-nav .owl-next span {
    font-size: 0;
}
.owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before,
.owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 26px;
}
.owlCarousel-style.owl-carousel .owl-nav .owl-prev {
    left: -16px;
}
.owlCarousel-style.owl-carousel .owl-nav .owl-prev span:before {
    content: "\f104";
}
.owlCarousel-style.owl-carousel .owl-nav .owl-next {
    right: -16px;
}
.owlCarousel-style.owl-carousel .owl-nav .owl-next span:before {
    content: "\f105";
}
.owlCarousel-style.owl-carousel .owl-nav .owl-prev.disabled,
.owlCarousel-style.owl-carousel .owl-nav .owl-next.disabled {
    visibility: hidden;
    opacity: 0;
}
@media (min-width: 992px) {
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev:hover,
    .owlCarousel-style.owl-carousel .owl-nav .owl-next:hover {
        -webkit-transform: scale(1) translateY(-50%);
        -ms-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
    }
}
@media (max-width: 767px) {
    .owlCarousel-style.owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }
    .owlCarousel-style.owl-carousel .owl-nav .owl-next {
        right: 10px;
    }
}
[class^='section-index-'] {
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    [class^='section-index-'] {
        margin-bottom: 20px;
    }
}
@media (min-width: 992px) {
    .home-category {
        display: none;
    }
}
.home-category .home-category-inner {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 10px 5px 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    display: flex;
}
.home-category .home-category-inner::-webkit-scrollbar {
    display: none;
}
.home-category .home-category-inner .item-home-category h3 {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.home-category .home-category-inner .item-home-category .img-home-category {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 5px;
}
.home-category .home-category-inner .item-home-category:last-child .img-home-category {
    margin-right: 0;
}
.section-index-slider,
.home-flashsale {
    position: relative;
    overflow: hidden;
    margin-top: 1px;
    margin-bottom: 1px;
}
.section-index-slider .owl-carousel:not(.owl-loaded, .owl-loaded),
.home-flashsale .owl-carousel:not(.owl-loaded, .owl-loaded) {
    display: flex;
}
.section-index-slider .owl-carousel:not(.owl-loaded, .owl-loaded) .slider-item,
.home-flashsale .owl-carousel:not(.owl-loaded, .owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
}
.section-index-slider .slider-item,
.home-flashsale .slider-item {
    position: relative;
}
.section-index-slider .owl-nav button.owl-prev,
.section-index-slider .owl-nav button.owl-next,
.section-index-slider .slick-arrow,
.listProduct-related .slick-arrow,
.section-index-collection .slick-arrow,
.home-flashsale .owl-nav button.owl-prev,
.home-flashsale .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 20px);
    padding: 0;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
    height: 32px;
    width: 32px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    text-align: center;
    color: #444444;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    outline: none;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.section-index-slider .owl-nav button.owl-prev,
.section-index-slider .slick-prev,
.listProduct-related .slick-prev,
.section-index-collection .slick-prev,
.home-flashsale .owl-nav button.owl-prev {
    left: 30px;
}
.section-index-slider .owl-nav button.owl-next,
.section-index-slider .slick-next,
.listProduct-related .slick-next,
.section-index-collection .slick-next,
.home-flashsale .owl-nav button.owl-next {
    right: 30px;
}
.section-index-slider .owl-nav button.owl-prev:before,
.section-index-slider .owl-nav button.owl-next:before,
.section-index-slider .slick-arrow:before,
.listProduct-related .slick-arrow:before,
.section-index-collection .slick-arrow:before,
.home-flashsale .owl-nav button.owl-prev:before,
.home-flashsale .owl-nav button.owl-next:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 22px;
}
.section-index-slider .owl-nav button.owl-prev:before,
.section-index-slider .slick-prev:before,
.listProduct-related .slick-prev:before,
.section-index-collection .slick-prev:before,
.home-flashsale .owl-nav button.owl-prev:before {
    content: "\f104";
}
.section-index-slider .owl-nav button.owl-next:before,
.section-index-slider .slick-next:before,
.listProduct-related .slick-next:before,
.section-index-collection .slick-next:before,
.home-flashsale .owl-nav button.owl-next:before {
    content: "\f105";
}
.section-index-slider .owl-nav button.owl-prev:hover,
.section-index-slider .owl-nav button.owl-next:hover,
.section-index-slider .slick-arrow,
.listProduct-related .slick-arrow,
.section-index-collection .slick-arrow,
.home-flashsale .owl-nav button.owl-prev:hover,
.home-flashsale .owl-nav button.owl-next:hover {
    background-color: #000000;
    color: #ffffff;
}
.section-index-slider:hover .owl-nav button,
.section-index-slider:hover .slick-arrow,
.listProduct-related:hover .slick-arrow,
.section-index-collection:hover .slick-arrow,
.home-flashsale:hover .owl-nav button {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.section-index-slider .owl-dots,
.section-index-slider .slick-dots,
.productSlick-slider .slick-dots,
.home-flashsale .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 7px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-index-slider .owl-dots .owl-dot,
.section-index-slider .slick-dots li button,
.productSlick-slider .slick-dots li button,
.home-flashsale .owl-dots .owl-dot {
    display: inline-block;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #d6d6d6;
    font-size: 0;
    border: 1px solid transparent;
    margin: 0 5px;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.productSlick-slider .slick-dots li,
.section-index-slider .slick-dots li {
    position: relative;
    display: inline-block;
    /*margin: 0 5px;*/
    padding: 0;
    cursor: pointer;
}
.section-index-slider .owl-dots .owl-dot.active,
.section-index-slider .slick-dots li.slick-active button,
.productSlick-slider .slick-dots li.slick-active button,
.home-flashsale .owl-dots .owl-dot.active {
    background: #000000;
}
.section-index-promotion {
    margin-top: 1px;
    margin-bottom: 30px;
}
.section-index-promotion h2 {
    font-size: 16px;
    margin: 0 0 8px;
}
.section-index-promotion .promotion-bgwhite {
    background: #ffffff;
    padding: 10px 12px;
    overflow: hidden;
}
.section-index-promotion .list-promotion {
    margin: 0 -8px;
    display: -ms-flexbox;
    display: flex;
}
.section-index-promotion.section-collection-promotion .promotion-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
@media (max-width: 991px) {
    .section-index-promotion.section-collection-promotion .promotion-item {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}
.section-index-promotion .promotion-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 8px;
}
.section-index-promotion .promotion-item__inner {
    height: 100%;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #000000;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-index-promotion .promotion-item__inner span {
    display: block;
}
.section-index-promotion .promotion-item__inner .title {
    font-weight: 600;
    font-size: 17px;
    color: #000000;
}
.section-index-promotion .promotion-item__inner .content {
    font-size: 13px;
    color: #252a2b;
}
.section-index-promotion .promotion-item__inner .copycode {
    text-align: right;
}
.section-index-promotion .promotion-item__inner .copycode .btn-coupon {
    background: rgba(0, 0, 0, 0.05);
    color: #000000;
    border: 1px solid 0, 0.08;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
    padding: 2px 10px 3px;
    border-radius: 15px;
    letter-spacing: -0.25px;
    min-width: 100px;
    outline: none;
}
.section-index-promotion .promotion-item__inner .copycode .btn-coupon.disabled {
    pointer-events: none;
}
@media (max-width: 991px) {
    .section-index-promotion {
        margin-bottom: 0;
    }
    .section-index-promotion .list-promotion {
        padding-bottom: 20px;
        margin-bottom: -20px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .section-index-promotion .promotion-item {
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%;
    }
}
@media (max-width: 767px) {
    .section-index-promotion .promotion-item {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
}
@media (min-width: 992px) {
    .section-index-collection[data-feature="home-collection-1"] .listProduct-row .product-loop:nth-child(n + 11) {
        display: none;
    }
}
@media (max-width: 991px) {
    .section-index-collection[data-feature="home-collection-1"] .listProduct-row .product-loop:nth-child(n + 7) {
        display: none;
    }
}
@media (min-width: 992px) {
    .section-index-collection[data-feature="home-collection-2"] .listProduct-row .product-loop:nth-child(n + 11) {
        display: none;
    }
}
@media (max-width: 991px) {
    .section-index-collection[data-feature="home-collection-2"] .listProduct-row .product-loop:nth-child(n + 7) {
        display: none;
    }
}
@media (min-width: 992px) {
    .section-index-collection[data-feature="home-collection-3"] .listProduct-row .product-loop:nth-child(n + 6) {
        display: none;
    }
}
@media (max-width: 991px) {
    .section-index-collection[data-feature="home-collection-3"] .listProduct-row .product-loop:nth-child(n + 7) {
        display: none;
    }
}
@media (min-width: 992px) {
    .section-index-collection[data-feature="home-collection-4"] .listProduct-row .product-loop:nth-child(n + 11) {
        display: none;
    }
}
@media (max-width: 991px) {
    .section-index-collection[data-feature="home-collection-4"] .listProduct-row .product-loop:nth-child(n + 7) {
        display: none;
    }
}
@media (min-width: 992px) {
    .section-index-collection[data-feature="home-collection-5"] .listProduct-row .product-loop:nth-child(n + 11) {
        display: none;
    }
}
@media (max-width: 991px) {
    .section-index-collection[data-feature="home-collection-5"] .listProduct-row .product-loop:nth-child(n + 7) {
        display: none;
    }
}
@media (min-width: 992px) {
    .section-index-collection[data-feature="home-collection-6"] .listProduct-row .product-loop:nth-child(n + 11) {
        display: none;
    }
}
@media (max-width: 991px) {
    .section-index-collection[data-feature="home-collection-6"] .listProduct-row .product-loop:nth-child(n + 7) {
        display: none;
    }
}
@media (min-width: 992px) {
    .section-index-collection[data-feature="home-collection-7"] .listProduct-row .product-loop:nth-child(n + 11) {
        display: none;
    }
}
@media (max-width: 991px) {
    .section-index-collection[data-feature="home-collection-7"] .listProduct-row .product-loop:nth-child(n + 7) {
        display: none;
    }
}
@media (min-width: 992px) {
    .section-index-collection[data-feature="home-collection-8"] .listProduct-row .product-loop:nth-child(n + 6) {
        display: none;
    }
}
@media (max-width: 991px) {
    .section-index-collection[data-feature="home-collection-8"] .listProduct-row .product-loop:nth-child(n + 7) {
        display: none;
    }
}
.section-index-latestBlog .wrapper-latestBlog {
    background: #ffffff;
    padding: 20px 12px;
}
.section-index-latestBlog h2 {
    font-size: 18px;
    margin: 0 0 10px;
}
.section-index-latestBlog .latestBlog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.section-index-latestBlog .latestBlog-link .linkview {
    font-size: 14px;
    font-weight: 500;
}
.section-index-latestBlog .article-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0px 10px;
}
.section-index-latestBlog .article-item__block {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}
.section-index-latestBlog .article-item__image {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    position: relative;
}
.section-index-latestBlog .article-item__image .art-image {
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.section-index-latestBlog .article-item__image .art-image img {
    -webkit-transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s ease, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-index-latestBlog .article-item__detail {
    padding-left: 15px;
    -ms-flex: 0 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
}
.section-index-latestBlog .article-item__detail .art-title {
    line-height: 1.3;
    color: #252a2b;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 3px;
}
.section-index-latestBlog .article-item__detail .art-title a {
    color: #252a2b;
}
.section-index-latestBlog .article-item__detail .art-meta {
    color: #999;
    font-size: 12px;
}
@media (min-width: 992px) {
    .section-index-latestBlog .latestBlog-link:not(.viewother) {
        display: none;
    }
}
@media (max-width: 767px) {
    .section-index-latestBlog .wrapper-latestBlog {
        padding: 15px 12px;
    }
    .section-index-latestBlog .article-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-index-latestBlog .article-item:nth-child(n+5) {
        display: none;
    }
}
/*===== CUSTOM MOBILE ==============================*/
@media (max-width: 991px) {
    .container-md-pd0 {
        padding: 0;
    }
    .wraplist-products .listProduct-row,
    .section-index-groupmenu .flexbox-categories,
    .section-index-collection .section-banner {
        margin-left: -12px;
        margin-right: -12px;
    }
    .section-index-collection .section-banner .wraplist-image {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 10px;
    }
    .section-index-groupmenu .menulist-cate.owl-carousel {
        width: calc(100% + 24px);
    }
}
@media (max-width: 767px) {
    .container-xs-pd0 {
        padding: 0;
    }
}
/*===== PRODUCT DETAIL ==========================*/
.layout-productDetail .breadcrumb-shop {
    margin-bottom: 0;
}
.productDetail-listprod {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e7e7e7;
}
.productDetail-listprod + .productDetail-listprod {
    border-top: 0;
    padding-top: 0;
}
.productDetail-listprod .listprod-title h2 {
    margin: 0 0 20px;
    font-size: 28px;
    text-align: center;
}
@media (max-width: 991px) {
    .productDetail-listprod {
        margin-top: 40px;
        border-top: 0;
        padding-top: 0px;
    }
    .productDetail-listprod + .productDetail-listprod {
        padding-top: 10px;
    }
}
@media (max-width: 767px) {
    .productDetail-listprod .listprod-title h2 {
        font-size: 24px;
    }
    .productDetail-listprod .listprod-content {
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
    }
    .productDetail-listprod .listprod-content .owl-stage {
        left: -15px;
    }
}
.productDetail-linkcopy {
    position: relative;
    overflow: hidden;
}
.productDetail-linkcopy input.linkToCopy {
    opacity: 0;
    position: absolute;
    left: 180%;
    top: -20px;
}
.product-sharing {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.product-sharing .sharing__iconCircleState {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: rgba(28, 27, 27, 0.5);
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
}
.product-sharing .sharing__iconCircleState .sharing__primaryState,
.product-sharing .sharing__iconCircleState .sharing__secondaryState {
    display: block;
    -webkit-transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
    transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
    transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
    transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
}
.product-sharing .sharing__iconCircleState .sharing__primaryState svg,
.product-sharing .sharing__iconCircleState .sharing__secondaryState svg {
    height: 35px;
    width: 14px;
    display: block;
    line-height: 35px;
    margin: auto;
}
.product-sharing .sharing__iconCircleState .sharing__primaryState svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product-sharing .sharing__iconCircleState .sharing__secondaryState {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}
.product-sharing a {
    right: 3px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.product-sharing a svg {
    height: 30px;
    line-height: 30px;
    width: 18px;
    display: block;
    margin: auto;
}
.product-sharing a:nth-child(2) {
    top: 50px;
    -ms-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.product-sharing a:nth-child(3) {
    top: 90px;
    -ms-transition: all 150ms linear 100ms;
    -webkit-transition: all 150ms linear 100ms;
    transition: all 150ms linear 100ms;
}
.product-sharing a span.toollip-txt {
    border-radius: 2px;
    text-align: center;
    background: #1c1b1b;
    padding: 0 8px;
    visibility: hidden;
    opacity: 0;
    margin-right: 10px;
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 999;
    color: #ffffff;
    font-size: 10px;
    white-space: nowrap;
}
.product-sharing a span.toollip-txt:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    /*border-width: 7px 7px 7px 0;
        border-color: transparent #1c1b1b transparent transparent;*/
    border-width: 7px 0px 7px 7px;
    border-color: transparent transparent transparent #1c1b1b;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.product-sharing a:nth-child(2) span.toollip-txt {
    -ms-transition: all 200ms linear 250ms;
    -webkit-transition: all 200ms linear 250ms;
    transition: all 200ms linear 250ms;
}
.product-sharing a:nth-child(3) span.toollip-txt {
    -ms-transition: all 200ms linear 350ms;
    -webkit-transition: all 200ms linear 350ms;
    transition: all 200ms linear 350ms;
}
.product-sharing a span.url-link {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product-sharing.sharing-active .sharing__iconCircleState {
    background: #1c1b1b;
    color: #fff;
}
.product-sharing.sharing-active .sharing__iconCircleState .sharing__primaryState {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.product-sharing.sharing-active .sharing__iconCircleState .sharing__secondaryState {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-sharing.sharing-active a {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.product-sharing.sharing-active a span.toollip-txt {
    visibility: visible;
    opacity: 1;
    margin-right: 0;
}
.product-sharing input.linkToCopy {
    opacity: 0;
    position: absolute;
    left: 180%;
    top: -20px;
}
.productDetail--gallery .product-container-gallery {
    position: relative;
    overflow: hidden;
}
.productDetail--gallery .actionPrev-link {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 20;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #81868a;
    border: 1px solid #81868a;
}
.productDetail--gallery .actionPrev-link svg {
    fill: #fff;
    height: 40px;
    width: 20px;
    display: block;
    margin: auto;
}
.productDetail--gallery .product-percent {
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 9;
}
.productDetail--gallery .product-percent span {
    display: block;
    background: red;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0 0 10px 10px;
}
.productDetail--gallery .product-sharing {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.productDetail--gallery .productCarousel-slider {
    overflow: hidden;
}
.productDetail--gallery .productCarousel-slider .owl-nav button {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0px;
    font-size: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    outline: none;
    text-align: center;
    display: inline-block;
    background: transparent;
}
.productDetail--gallery .productCarousel-slider .owl-nav button.owl-prev {
    left: 0px;
}
.productDetail--gallery .productCarousel-slider .owl-nav button.owl-next {
    right: 0px;
}
.productDetail--gallery .productCarousel-slider .owl-nav button:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 35px;
    display: inline-block;
}
.productDetail--gallery .productCarousel-slider .owl-nav .owl-prev:before {
    content: "\f104";
}
.productDetail--gallery .productCarousel-slider .owl-nav .owl-next:before {
    content: "\f105";
}
.productDetail--gallery .productCarousel-slider .owl-nav button.disabled {
    opacity: 0;
}
.productDetail--gallery .productCarousel-slider .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: center;
}
.productDetail--gallery .productCarousel-slider .owl-dots .owl-dot {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-width: 2px;
    background: #ddd;
    border: 1px solid #fff;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.productDetail--gallery .productCarousel-slider .owl-dots .owl-dot.active {
    background: #3966b8;
}
.productDetail--gallery .productCarousel-thumb .product-thumb .product-thumb__item {
    display: block;
    border: 1px solid #e7e7e7;
}
.productDetail--gallery .productCarousel-thumb .current .product-thumb .product-thumb__item {
    border-color: #000000;
}
.productDetail--gallery .product-gallery {
    background: #ffffff;
    text-align: center;
    width: 100%;
}
@media (min-width: 768px) {
    .productDetail--gallery .productCarousel-thumb {
        margin-top: 15px;
        position: initial;
    }
}
@media (max-width: 767px) {
    .productDetail--gallery {
        padding: 0;
    }
    .productDetail--gallery .productCarousel-thumb {
        margin-top: 8px;
        margin-left: 8px;
        margin-right: 8px;
    }
}
@media (max-width: 767px) and (max-width: 767px) {
    .layout-basic-detail .productDetail--gallery .owl-dots {
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
    }
    .layout-basic-detail .productDetail--gallery .owl-dots .owl-dot {
        width: 100%;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100%;
        border-radius: 0;
        background: #efefef;
        margin: 0;
        padding: 0;
        border: none;
        height: 4px;
    }
    .layout-basic-detail .productDetail--gallery .owl-dots .owl-dot span {
        display: none;
    }
    .layout-basic-detail .productDetail--gallery .owl-dots .owl-dot.active {
        background: black;
    }
}
.productDetail--content .product-sharing {
    /*
        position: absolute;top:5px;right: 5px;
        */
    display: inline-block;
    position: relative;
    top: 10px;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.productDetail--content .product-sharing .toollip-txt {
    color: #fff !important;
}
.productDetail--content .product-sharing .sharing__secondaryState {
    color: #fff !important;
}
.productDetail--content .product-container-detail {
    background: #ffffff;
}
.productDetail--content .product-container-detail > [class*='product-'] {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.productDetail--content .product-container-detail > .product-description {
    margin-bottom: 0;
}
.productDetail--content .product-container-detail > .product-container-order {
    margin: 0;
}
.productDetail--content .product-container-detail .product-container-order > [class*='product-'] {
    margin-bottom: 15px;
}
.productDetail--content .product-policy-detail {
    background: #f7f7f7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 10px 0 0 0 !important;
    margin: 0 !important;
}
.productDetail--content .product-policy-detail .item-policy-detail {
    background: rgba(236, 235, 232, 0.65);
    padding: 15px;
    width: 49%;
    text-align: center;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.productDetail--content .product-heading h1 {
    font-size: 24px;
    margin: 20px 0 8px;
}
.productDetail--content .product-heading .product-reviews .rating-star {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.productDetail--content .product-heading .product-reviews .rating-star .hrv-product-reviews-star {
    position: relative;
    margin-right: 6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.productDetail--content .product-heading .product-reviews .rating-star .hrv-product-reviews-star i {
    font-size: 15px;
}
.productDetail--content .product-heading .product-reviews .rating-star p {
    display: inline-block;
    font-size: 13px;
    margin: 0;
}
.productDetail--content .product-heading .product-meta li {
    display: inline-block;
}
.productDetail--content .product-heading .product-meta li + li:before {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #cccccc;
    margin: 0 7px;
}
.productDetail--content .product-heading .product-meta li a,
.productDetail--content .product-heading .product-meta li span {
    font-weight: 500;
    color: #000000;
}
.productDetail--content .product-customer {
    border-top: 10px solid #f7f7f7;
}
.productDetail--content .product-customer-reviews {
    position: relative;
}
.productDetail--content .product-customer .hrv-product-reviews-heading {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
    padding-right: 170px;
}
.productDetail--content .product-customer .product-reviews-summary-actions {
    float: none;
    position: absolute;
    right: 0;
    top: 15px;
}
.productDetail--content .product-customer #btnnewreview {
    margin-bottom: 20px;
    background: #ffffff;
    border: 2px solid #252a2b;
    color: #252a2b;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 0;
    font-size: 15px;
    min-width: 150px;
}
.productDetail--content .product-customer #hrv-product-reviews-summary {
    width: 100% !important;
    padding: 0 0 20px;
}
.productDetail--content .product-customer #hrv-product-reviews-summary * {
    text-align: left !important;
}
.productDetail--content .product-customer .hrv-product-reviews-form {
    width: 100% !important;
    float: none;
    clear: both;
}
.productDetail--content .product-customer #hrv-product-reviews-form {
    background: rgba(0, 0, 0, 0.02);
    padding: 12px 12px;
    margin-top: 10px;
}
.productDetail--content .product-customer #hrv-product-reviews-form h3 {
    display: block;
    margin: 5px 0 10px;
    font-weight: 600;
    font-size: 16px;
}
.productDetail--content .product-customer #hrv-product-reviews-form fieldset label {
    display: block;
    font-weight: 500;
    font-size: 13px;
}
.productDetail--content .product-customer #hrv-product-reviews-form fieldset textarea,
.productDetail--content .product-customer #hrv-product-reviews-form fieldset input {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.productDetail--content .product-customer #hrv-product-reviews-form fieldset textarea {
    width: 100% !important;
    height: 80px;
    min-height: 80px;
    max-width: 100%;
}
.productDetail--content .product-customer #hrv-product-reviews-form fieldset [id^="msg_"] {
    margin-top: 5px !important;
    font-size: 12px;
}
.productDetail--content .product-customer #hrv-product-reviews-form #btnSubmitReview {
    background: #252a2b;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
    font-weight: 500;
    margin-top: 0;
    font-size: 15px;
    min-width: 150px;
}
.productDetail--content .product-customer #hrv-product-reviews-thanks {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #000000;
    border-radius: 8px;
    padding: 20px 10px;
}
.productDetail--content .product-customer #hrv-product-reviews-list {
    padding-bottom: 15px;
}
.productDetail--content .product-customer #hrv-product-reviews-list > div {
    border-top: 1px solid #e7e7e7;
    padding: 15px 0;
}
.productDetail--content .product-customer #hrv-product-reviews-list > div .hrv-product-reviews-star i[class^="star-"] {
    font-size: 14px;
}
@media (max-width: 767px) {
    .productDetail--content .product-customer #hrv-product-reviews-summary {
        width: 100% !important;
        padding-bottom: 8px;
    }
    .productDetail--content .product-customer .hrv-product-reviews-heading {
        padding-right: 0;
    }
    .productDetail--content .product-customer .product-reviews-summary-actions {
        position: relative;
        display: block;
        clear: both;
        float: none;
    }
}
.productDetail--content .product-price span.pro-price {
    font-size: 25px;
    font-weight: 600;
    color: red;
}
.productDetail--content .product-price del {
    font-size: 18px;
    color: #878c8f;
    margin-right: 10px;
}
.productDetail--content .product-price span.pro-percent {
    display: inline-block;
    padding: 3px 14px;
    margin-left: 10px;
    background: #f94c43;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: white;
    vertical-align: text-bottom;
}
.productDetail--content .product-available {
    display: none !important;
}
.productDetail--content .product-available p.txt-inventory {
    color: #dea554;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 0px;
}
.productDetail--content .product-coutdown .pro-coutdown {
    margin-bottom: 20px;
}
.productDetail--content .product-coutdown .pro-coutdown p {
    font-size: 15px;
    text-transform: uppercase;
}
.productDetail--content .product-coutdown .pro-coutdown .section_cout {
    display: inline-block;
    width: 55px;
    color: #808080;
}
.productDetail--content .product-coutdown .pro-coutdown .section_cout span {
    display: block;
}
.productDetail--content .product-coutdown .pro-coutdown .section_cout span:not(.text) {
    display: block;
    background: #f1f4f9;
    width: 44px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    color: #333;
    margin: 10px auto 5px;
}
.productDetail--content .product-coutdown .pro-coutdown .section_cout span.text {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.productDetail--content .product-deliverly .infoList-deliverly li {
    padding-left: 45px;
    padding-top: 4px;
    position: relative;
    margin-bottom: 20px;
}
.productDetail--content .product-deliverly .infoList-deliverly li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}
.productDetail--content .product-variants .select {
    display: none;
    visibility: hidden;
}
.productDetail--content .product-variants .select-swatch .swatch {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.productDetail--content .product-variants .select-swatch .swatch:first-child {
    margin-top: 15px;
}
.productDetail--content .product-variants .select-swatch .swatch:last-child {
    border-bottom: 1px solid #ebecf0;
    padding-bottom: 15px;
}
.productDetail--content .product-variants .select-swatch .swatch input {
    display: none;
}
.productDetail--content .product-variants .select-swatch .swatch .title-swap {
    width: 28%;
}
.productDetail--content .product-variants .select-swatch .swatch .select-swap {
    width: 72%;
}
.productDetail--content .product-variants .select-swatch .swatch .title-swap strong {
    font-size: 85%;
    display: block;
    color: #4ea8cd;
    line-height: 1.1;
    padding-bottom: 3px;
}
.productDetail--content .product-variants .select-swatch .swatch .swatch-element {
    display: inline-block;
    margin: 5px 3px;
    position: relative;
    vertical-align: bottom;
}
.productDetail--content .product-variants .select-swatch .swatch .swatch-element label {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #bdbfbe;
    font-size: 10px;
    color: #515b5c;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.productDetail--content .product-variants .select-swatch .swatch .swatch-element label span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 5px;
    overflow: hidden;
    border-radius: 50%;
}
.productDetail--content .product-variants .select-swatch .swatch .swatch-element.soldout label {
    background-color: #f4f6f5;
}
.productDetail--content .product-variants .select-swatch .swatch .swatch-element.soldout label span:before,
.productDetail--content .product-variants .select-swatch .swatch .swatch-element.soldout label span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: -1;
    margin-top: -2px;
    width: 100%;
    height: 2px;
    border-radius: 50%;
    background: #bdbfbe;
}
.productDetail--content .product-variants .select-swatch .swatch .swatch-element.soldout label span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.productDetail--content .product-variants .select-swatch .swatch .swatch-element.soldout label span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.productDetail--content .product-variants .select-swatch .swatch .swatch-element label.sd {
    color: #fff;
    background: #000000;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #cbcbcb;
}
.productDetail--content .product-variants .select-swatch .swatch .swatch-element.color {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    cursor: pointer;
}
.productDetail--content .product-variants .select-swatch .swatch .swatch-element.color label {
    margin: 0;
    cursor: pointer;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 100%;
    padding: 4px;
    width: 43px;
    height: 43px;
    background: transparent;
    box-shadow: none;
}
.productDetail--content .product-variants .select-swatch .swatch .swatch-element.color label img {
    border-radius: 100%;
}
.productDetail--content .product-variants .select-swatch .swatch .swatch-element.color label span {
    font-size: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}
.productDetail--content .product-variants .select-swatch .swatch .swatch-element.color label.sd {
    border-color: black;
}
.productDetail--content .product-variants .select-swatch .swatch .swatch-element.color input:checked ~ label {
    /*border-color: black;*/
}
.productDetail--content .product-variants .select-actions .btn-product-store,
.productDetail--content .product-variants .select-actions .btn-product-gift {
    background-color: #ffffff;
    border-color: #c9c3c3;
    color: #c9c3c3;
    width: 100%;
}
.productDetail--content .product-variants .select-actions .btn-product-store:before,
.productDetail--content .product-variants .select-actions .btn-product-gift:before {
    display: none;
}
.productDetail--content .product-variants .select-actions .block-chat-desktop {
    width: 150px;
    float: left;
    height: 45px;
    background: rgba(236, 235, 232, 0.65);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.productDetail--content .product-variants .select-actions .block-chat-desktop a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.productDetail--content .product-variants .select-actions .block-chat-desktop a img {
    width: 30px;
    margin: 0 10px 0 0;
}
.productDetail--content .product-variants .select-actions .addcart-area {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.productDetail--content .product-variants .select-actions .addcart-area .btn-addtocart {
    width: 49%;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    outline: none;
    font-weight: 600;
    font-size: 15px;
}
@media only screen and (max-width: 600px) {
  .productDetail--content .product-variants .select-actions{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: flex;
    margin: auto;
    padding: 5px 10px 5px;
    background: #fff;
    border-top: 1px solid #e7e7e7;
  }
  .productDetail--content .product-variants .select-actions .quantity-area{
    display: flex;
    margin-right: 10px;
  }
  .button.btn-addtocart:before{
    background: #ff0000;
  }
  .button.btn-addtocart{
    font-size: 13px !important;
    border: none;
    border-radius: 4px;
  }
  .productDetail--content .product-variants .select-actions .addcart-area{
    margin-top: 0;
  }
  .productDetail--content .product-variants .select-actions .addcart-area{
    width: calc(100% - 150px);  
  }
  .productDetail--content .product-variants .select-actions .addcart-area .btn-addtocart{
    width: 100%;
  }
}
.productDetail--content .product-variants .select-actions .quantity-area {
    width: 150px;
    float: left;
}
.productDetail--content .product-variants .select-actions .quantity-area input.quantity-input {
    background: #fff;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    width: 60px;
    padding: 0;
    text-align: center;
    border: 1px solid #f3f4f4;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.productDetail--content .product-variants .select-actions .quantity-area input.qty-btn {
    float: left;
    background: #f3f4f4;
    border: solid 1px #f3f4f4;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 45px;
    line-height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.productDetail--content .product-description {
    border-top: 10px solid #f7f7f7;
}
.productDetail--content .product-description .panel-group {
    margin: 0;
}
.productDetail--content .product-description .panel-group + .panel-group {
    border-top: 1px solid #ebecf0;
}
.productDetail--content .product-description .panel-group.opened i:before {
    content: "\f068";
}
.productDetail--content .product-description .panel-group .panel-title {
    position: relative;
}
.productDetail--content .product-description .panel-group .panel-title h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
    font-weight: bold;
}
.productDetail--content .product-description .panel-group .panel-title h2 i {
    float: right;
}
.productDetail--content .product-description .panel-group .panel-title:after,
.productDetail--content .product-description .panel-group .panel-title:before {
    content: '';
    display: none;
    position: absolute;
    margin-right: 25px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
.productDetail--content .product-description .panel-group .panel-title:before {
    width: 13px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(9, 9, 9, 0.6);
}
.productDetail--content .product-description .panel-group .panel-title:after {
    width: 1px;
    height: 13px;
    right: 6px;
    background: rgba(9, 9, 9, 0.6);
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
}
.productDetail--content .product-description .panel-group .panel-description {
    display: none;
    padding: 0px 0 20px;
}
.productDetail--content .product-description .panel-group.opened h2 {
    font-weight: bold;
}
.productDetail--content .product-description .panel-group.opened .panel-title {
    color: #000;
}
.productDetail--content .product-description .panel-group.opened .panel-title:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0);
}
.productDetail--content .product-support {
    border-top: 1px solid #ebecf0;
    padding: 20px 0;
}
.productDetail--content .product-support h3 {
    text-transform: uppercase;
    margin: 20px 0;
}
@media (min-width: 768px) {
    .productDetail--content .product-container-order {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .productDetail--content .product-container-order .product-heading {
        -webkit-order: 1;
        order: 1;
    }
    .productDetail--content .product-container-order .product-price {
        -webkit-order: 2;
        order: 2;
    }
    .productDetail--content .product-container-order .product-available {
        -webkit-order: 3;
        order: 3;
    }
    .productDetail--content .product-container-order .product-variants {
        -webkit-order: 4;
        order: 4;
    }
}
@media (max-width: 767px) {
    .productDetail--content .product-heading h1 {
        font-size: 20px;
    }
    .productDetail--content .product-heading .product-meta .pro-sku {
        display: block;
    }
    .productDetail--content .product-heading .product-meta .pro-sku + .pro-vendor:before,
    .productDetail--content .product-heading .product-meta .pro-sku + .pro-soldold:before {
        display: none;
    }
}
/* Setting varian màu sắc */
.productDetail--content .product-variants .swatch .swatch-element.color label.tim span {
    font-size: 0;
    background: #ee81ee;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.vang span {
    font-size: 0;
    background: #ffff05;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.cam span {
    font-size: 0;
    background: #f54105;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.hong span {
    font-size: 0;
    background: #ffc0cb;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.den span {
    font-size: 0;
    background: #000000;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.ghi-nhat span {
    font-size: 0;
    background: #cccaca;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.trang span {
    font-size: 0;
    background: #fffcfc;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.xanh-duong span {
    font-size: 0;
    background: #1757eb;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.xanh-dam span {
    font-size: 0;
    background: #054cb4;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.xanh-la span {
    font-size: 0;
    background: #52ff52;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.hong-dam span {
    font-size: 0;
    background: #ff1493;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.xanh-tim-than span {
    font-size: 0;
    background: #1f187c;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.hong-nhat span {
    font-size: 0;
    background: #ffb6c1;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.ghi-dam span {
    font-size: 0;
    background: #4a4a4a;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.ghi span {
    font-size: 0;
    background: #9b9b9b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.do span {
    font-size: 0;
    background: #dc143c;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.do-tuoi span {
    font-size: 0;
    background: #fa1111;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.do-dam span {
    font-size: 0;
    background: #b22222;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.vang-dam span {
    font-size: 0;
    background: #d3c301;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.vang-nhat span {
    font-size: 0;
    background: #fff79e;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.be span {
    font-size: 0;
    background: #fff5ee;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.nau-dam span {
    font-size: 0;
    background: #7e3c04;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.nau-nhat span {
    font-size: 0;
    background: #d69b68;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.xanh-reu span {
    font-size: 0;
    background: #417505;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.xanh-lam span {
    font-size: 0;
    background: #50e3c2;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.xanh-nhat span {
    font-size: 0;
    background: #a1cefa;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.xanh-bac-ha span {
    font-size: 0;
    background: #00ffb6;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.hoa-tiet span {
    font-size: 0;
    background: #917820;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.ke span {
    font-size: 0;
    background: #9e9e9e;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productDetail--content .product-variants .swatch .swatch-element.color label.mix span {
    font-size: 0;
    background: #ececec;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.productToolbar-addcart .product-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.productToolbar-addcart .product-actions .block-quantity {
    width: 140px;
    float: left;
}
.productToolbar-addcart .product-actions .block-addcart {
    width: calc(100% - 140px);
    float: left;
    padding-left: 10px;
}
.productToolbar-addcart .product-actions .block-addcart .add-to-cartProduct {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}
.productToolbar-addcart .product-actions .quantity-selector input.quantity-number {
    background: #fff;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 55px;
    border: 1px solid #f3f4f4;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
}
.productToolbar-addcart .product-actions .quantity-selector input.qty-btn {
    float: left;
    background: #f3f4f4;
    border: solid 1px #f3f4f4;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
@media (max-width: 991px) {
    .productToolbar-addcart .product-actions .btn-product-store,
    .productToolbar-addcart .product-actions .btn-product-gift {
        width: 100%;
        background-color: #c9c3c3;
        border-color: #c9c3c3;
        color: #333333;
        margin-bottom: -2px;
    }
    .productToolbar-addcart .product-actions .btn-product-store:before,
    .productToolbar-addcart .product-actions .btn-product-gift:before {
        display: none;
    }
}
/* Layout product */
.productDetail_style__01 .productDetail--content .product-price span.pro-percent {
    display: none;
}
.productDetail_style__01 .productDetail--gallery .productList-slider .product-gallery img {
    cursor: url("https://file.hstatic.net/1000397797/file/cursor-zoom-in_67804ceaaa0941cf840b0ad13cde42ed.svg"), auto;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
@media (min-width: 1440px) {
    .productDetail_style__01 .productDetail--gallery {
        width: 48%;
    }
    .productDetail_style__01 .productDetail--content {
        width: 52%;
    }
}
@media (min-width: 992px) {
    .productDetail_style__01 .productDetail--gallery {
        width: 43%;
    }
    .productDetail_style__01 .productDetail--content {
        width: 57%;
    }
}
.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .productGallery_thumb {
    width: 50px;
}
.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .productGallery_slider {
    width: calc(100% - 50px);
}
.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll {
    position: relative;
    margin-top: 15px;
    display: block;
    margin-bottom: 100px;
    height: 35px;
    width: 35px;
}
.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll .sharing__iconCircleState .sharing__primaryState svg {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll a {
    position: absolute;
    padding: 0;
    line-height: 30px;
    padding: 0;
    margin: auto;
}
.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll a span.toollip-txt {
    left: 40px;
    right: initial;
}
.productDetail_style__02 .productDetail--gallery .wrapbox-image-scrollspy .product-sharing-scroll a span.toollip-txt:before {
    left: -5px;
    right: initial;
    border-width: 7px 7px 7px 0px;
    border-color: transparent #1c1b1b transparent transparent;
}
.productDetail_style__02 .productDetail--gallery .productList-thumb {
    box-sizing: border-box;
    width: 100%;
    float: initial;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}
.productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb {
    float: initial;
    padding: 0 10px 5px;
}
.productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb .product-thumb__item {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #e0e0e0;
    background: transparent;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb .product-thumb__item img {
    opacity: 0;
    display: none;
}
.productDetail_style__02 .productDetail--gallery .productList-thumb .product-thumb.active .product-thumb__item {
    border-color: #000000;
    background: #000000;
}
.productDetail_style__02 .productDetail--gallery .productList-slider .product-gallery img {
    cursor: url("https://file.hstatic.net/1000397797/file/cursor-zoom-in_67804ceaaa0941cf840b0ad13cde42ed.svg"), auto;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
@media (min-width: 992px) {
    .productDetail_style__02 .productDetail--gallery .product-gallery {
        margin-bottom: 15px;
    }
    .productDetail_style__02 .productDetail--gallery .product-container-gallery {
        overflow: initial;
    }
    .productDetail_style__02 .productDetail--gallery .product-sharing,
    .productDetail_style__02 .productDetail--gallery .product-percent {
        display: none;
    }
}
.productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
    width: 85px;
    padding-right: 15px;
    margin-top: 2px;
}
.productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
    width: calc(100% - 85px);
    position: relative;
}
.productDetail_style__03 .productSlick-thumb .product-thumb .product-thumb__item {
    display: block;
    margin-bottom: 8px;
    border: 1px solid #e7e7e7;
}
.productDetail_style__03 .productSlick-thumb .product-thumb.slick-current .product-thumb__item {
    border-color: #000000;
}
.productDetail_style__03 .productSlick-slider:not(.slick-initialized) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.productDetail_style__03 .productSlick-slider:not(.slick-initialized) .product-gallery {
    flex: 0 0 100%;
}
.productDetail_style__03 .productSlick-slider button.slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 8;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0px;
    font-size: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    outline: none;
    text-align: center;
    display: inline-block;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.productDetail_style__03 .productSlick-slider button.slick-arrow:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 35px;
    display: inline-block;
}
.productDetail_style__03 .productSlick-slider button.slick-arrow.slick-prev {
    left: 0px;
}
.productDetail_style__03 .productSlick-slider button.slick-arrow.slick-next {
    right: 0px;
}
.productDetail_style__03 .productSlick-slider button.slick-arrow.slick-next:before {
    content: "\f105";
}
.productDetail_style__03 .productSlick-slider button.slick-arrow.slick-prev:before {
    content: "\f104";
}
.productDetail_style__03 .productSlick-slider button.slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}
.productDetail_style__03 .productSlick-slider ul.slick-dots {
    position: absolute;
    right: 10px;
    bottom: 10px;
    /*left: 10px;*/
    margin: auto;
    text-align: center;
}
.productDetail_style__03 .productSlick-slider ul.slick-dots li {
    display: inline-block;
}
.productDetail_style__03 .productSlick-slider ul.slick-dots li button {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-width: 2px;
    background: #ddd;
    border: 1px solid #fff;
    font-size: 0;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.productDetail_style__03 .productSlick-slider ul.slick-dots li.slick-active button {
    background: #3966b8;
}
@media (max-width: 767px) {
    .layout-basic-detail .productDetail_style__03 .productSlick-slider ul.slick-dots {
        /*left: 0;*/
        right: 0;
        bottom: 0;
        width: 100%;
        display: flex;
    }
    .layout-basic-detail .productDetail_style__03 .productSlick-slider ul.slick-dots[style="display: block;"] {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .layout-basic-detail .productDetail_style__03 .productSlick-slider ul.slick-dots li {
        width: 100%;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .layout-basic-detail .productDetail_style__03 .productSlick-slider ul.slick-dots li button {
        width: 100%;
        border-radius: 0;
        background: #efefef;
        margin: 0;
        padding: 0;
        border: none;
        height: 4px;
    }
    .layout-basic-detail .productDetail_style__03 .productSlick-slider ul.slick-dots li.slick-active button {
        background: black;
    }
}
.productDetail_style__03 .productDetail--gallery .productList-slider .product-gallery img {
    cursor: url("https://file.hstatic.net/1000397797/file/cursor-zoom-in_67804ceaaa0941cf840b0ad13cde42ed.svg"), auto;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .productDetail_style__03 .productDetail--gallery {
        width: 56%;
    }
    .productDetail_style__03 .productDetail--content {
        width: 44%;
    }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
        width: 76px;
        padding-right: 10px;
        margin-top: 0px;
    }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
        width: calc(100% - 76px);
        position: relative;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
        width: 110px;
        padding-right: 16px;
    }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
        width: calc(100% - 110px);
        position: relative;
    }
}
@media (max-width: 767px) {
    .layout-basic-detail .productDetail_style__03 .productDetail--gallery .productGallery_thumb {
        display: none;
    }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_thumb {
        width: 100%;
        -webkit-order: 2;
        order: 2;
        margin-top: 8px;
    }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productGallery_slider {
        width: 100%;
        -webkit-order: 1;
        order: 1;
    }
    .productDetail_style__03 .productDetail--gallery .wrapbox-image-verticalSlide .productSlick-thumb .product-thumb .product-thumb__item {
        margin-left: 5px;
        margin-right: 5px;
    }
}
/*-------------------------------------------*/
/* . RENDER COMBO */
/*-------------------------------------------*/
.combo-info {
    margin: 15px 0;
    border-top: 1px dotted #dfe0e1;
    padding: 0 15px 15px;
}
.combo-info.d-none {
    display: none;
}
.combo-info .combo-info--title {
    font-size: 14px;
    margin: 15px 0 10px;
    font-weight: 600;
}
.combo-info .combo-info--content .combo-content--images {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.combo-info .combo-info--content .combo-content--images p.plus {
    margin: 0;
    width: 50px;
    text-align: center;
}
.combo-info .combo-info--content .combo-content--images a.image {
    display: inline-block;
    width: 14%;
    border: 1px solid #dfdfdf;
    padding: 5px;
}
.combo-info .combo-info--content .combo-content--images a.image.disabled {
    opacity: 0.5;
}
@media (max-width: 767px) {
    .combo-info .combo-info--content .combo-content--images a.image {
        width: 25%;
    }
}
.combo-info .combo-info--content .combo-content--detail ul li {
    display: -webkit-flex;
    display: flex;
    position: relative;
    margin-bottom: 12px;
}
.combo-info .combo-info--content .combo-content--detail ul li.item-force:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.combo-info .combo-info--content .combo-content--detail ul li label {
    margin-bottom: 0;
    border-radius: 0;
    width: 25px;
    height: 16px;
    top: 2px;
    position: relative;
}
.combo-info .combo-info--content .combo-content--detail ul li label input {
    width: 16px;
    height: 16px;
    border-radius: 0;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.combo-info .combo-info--content .combo-content--detail ul li .combo-item--title {
    margin: 0 10px 0 0;
    width: calc(100% - 110px);
    font-size: 13px;
    font-weight: 500;
}
.combo-info .combo-info--content .combo-content--detail ul li .combo-item--title span {
    display: block;
    margin-top: 2px;
}
.combo-info .combo-info--content .combo-content--detail ul li .combo-item--title span b {
    font-size: 12px;
}
.combo-info .combo-info--content .combo-content--detail ul li .combo-item--title span del {
    font-size: 88%;
    color: #878c8f;
    margin-left: 10px;
    font-weight: 400;
}
.combo-info .combo-info--content .combo-content--detail ul li .combo-item--price {
    margin: 0;
    font-weight: 600;
    color: #ff2c26;
    text-align: right;
    font-size: 14px;
    width: 110px;
}
.combo-info .combo-info--content .combo-content--detail ul li .combo-item--price del {
    display: block;
    font-size: 88%;
    color: #878c8f;
    font-weight: 400;
}
.combo-info .combo-info--content .combo-content--total {
    text-align: right;
}
.combo-info .combo-info--content .combo-content--total p {
    font-weight: 700;
    margin: 10px 0;
    font-size: 13px;
}
.combo-info .combo-info--content .combo-content--total p span.combo-total-price {
    color: #ff2c26;
    font-size: 15px;
}
.combo-info .combo-info--content .combo-content--total button.add-combo {
    font-size: 13px;
    background: #f00;
    border: none;
    padding: 8px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}
@media (min-width: 992px) {
    .layout-productDetail {
        margin-bottom: 55px;
    }
    .layout-productDetail .productDetail--content {
        padding-left: 0;
    }
    .layout-productDetail .productDetail_style__01 .productDetail--gallery {
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
    }
    .layout-productDetail .productDetail_style__02 .productDetail--content {
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
    }
    .layout-productDetail .productDetail_style__03 .productDetail--gallery {
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
    }
}
@media (max-width: 991px) {
    .productDetail--content {
        margin-top: 15px;
    }
    .layout-basic-detail .productDetail--content {
        margin-top: 0;
        padding-top: 15px;
        background: white;
    }
}
@media (max-width: 767px) {
    .productDetail--content {
        padding-left: 0px;
        padding-right: 0px;
    }
}
/*===== QUICK VIEW DETAIL ================================*/
.wrapper-quickview {
    position: fixed;
    top: 100%;
    left: 0px;
    right: 0px;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    visibility: hidden;
    -webkit-transition: all 0.2s ease 0.3s;
    transition: all 0.2s ease 0.3s;
}
.wrapper-quickview .quickview-close {
    position: absolute;
    top: 14px;
    left: 12px;
    width: 25px;
    height: 25px;
    z-index: 99;
}
.wrapper-quickview .quickview-close svg {
    width: 100%;
    height: 100%;
}
.wrapper-quickview .jsQuickview {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100% - 56px);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    overflow: hidden;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wrapper-quickview .modal-detailProduct {
    overflow: hidden;
    margin-bottom: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
}
.wrapper-quickview .modal-detailProduct .wrapbox-detailProduct-quickview {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.wrapper-quickview .modal-detailProduct .wrapbox-detailProduct-quickview .quickview-detailProduct--scroll {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
}
.wrapper-quickview .modal-detailProduct .wrapbox-detailProduct-quickview .quickview-detailProduct--scroll .quickview-productDetail-container {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 40px;
    overflow: auto;
    overflow-x: hidden;
}
.wrapper-quickview .modal-paramlink {
    position: relative;
    border-radius: 15px 15px 0 0;
    z-index: 1;
    overflow: hidden;
}
.wrapper-quickview .modal-paramlink:before {
    content: "";
    height: 100%;
    width: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    background: #f7f5f5;
}
.wrapper-quickview .modal-paramlink .paramlink-topbar {
    position: relative;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding: 7px 50px 5px;
}
.wrapper-quickview .modal-paramlink .paramlink-topbar .purl-title {
    font-size: 15px;
    margin: 0;
    display: block;
}
.wrapper-quickview .modal-paramlink .paramlink-topbar .purl-title span {
    visibility: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.wrapper-quickview .modal-paramlink .paramlink-topbar .purl-link {
    font-size: 13px;
}
.wrapper-quickview .quickview-sliderproduct {
    overflow: hidden;
}
.wrapper-quickview .quickview-sliderproduct .owl-nav button {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    margin: 0px;
    font-size: 0;
    height: 35px;
    width: 35px;
    line-height: 35px;
    outline: none;
    text-align: center;
    display: inline-block;
    background: transparent;
}
.wrapper-quickview .quickview-sliderproduct .owl-nav button.owl-prev {
    left: 0px;
}
.wrapper-quickview .quickview-sliderproduct .owl-nav button.owl-next {
    right: 0px;
}
.wrapper-quickview .quickview-sliderproduct .owl-nav button:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 35px;
    display: inline-block;
}
.wrapper-quickview .quickview-sliderproduct .owl-nav .owl-prev:before {
    content: "\f104";
}
.wrapper-quickview .quickview-sliderproduct .owl-nav .owl-next:before {
    content: "\f105";
}
.wrapper-quickview .quickview-sliderproduct .owl-nav button.disabled {
    opacity: 0;
}
.wrapper-quickview .quickview-sliderproduct .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    text-align: center;
}
.wrapper-quickview .quickview-sliderproduct .owl-dots .owl-dot {
    display: inline-block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    border-width: 2px;
    background: #ddd;
    border: 1px solid #fff;
    outline: none;
    -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.wrapper-quickview .quickview-sliderproduct .owl-dots .owl-dot.active {
    background: #3966b8;
}
.wrapper-quickview .quickview-sharingProduct {
    position: absolute;
    top: 10px;
    right: 8px;
    z-index: 2;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.wrapper-quickview .quickview-sharingProduct .sharing-iconCircle {
    position: absolute;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    border-radius: 50%;
    text-align: center;
    color: rgba(28, 27, 27, 0.5);
    background: #fff;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
}
.wrapper-quickview .quickview-sharingProduct .sharing-iconCircle .sharing__primaryState,
.wrapper-quickview .quickview-sharingProduct .sharing-iconCircle .sharing__secondaryState {
    display: block;
    -webkit-transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
    transition: opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
    transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
    transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1), opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.125, 1);
}
.wrapper-quickview .quickview-sharingProduct .sharing-iconCircle .sharing__primaryState svg,
.wrapper-quickview .quickview-sharingProduct .sharing-iconCircle .sharing__secondaryState svg {
    height: 35px;
    width: 14px;
    display: block;
    line-height: 35px;
    margin: auto;
}
.wrapper-quickview .quickview-sharingProduct .sharing-iconCircle .sharing__primaryState svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wrapper-quickview .quickview-sharingProduct .sharing-iconCircle .sharing__secondaryState {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}
.wrapper-quickview .quickview-sharingProduct a {
    right: 3px;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    box-shadow: 0 1px 5px rgba(54, 54, 54, 0.15);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.wrapper-quickview .quickview-sharingProduct a svg {
    height: 30px;
    line-height: 30px;
    width: 18px;
    display: block;
    margin: auto;
}
.wrapper-quickview .quickview-sharingProduct a:nth-child(2) {
    top: 50px;
    -ms-transition: all 150ms linear;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.wrapper-quickview .quickview-sharingProduct a:nth-child(3) {
    top: 90px;
    -ms-transition: all 150ms linear 100ms;
    -webkit-transition: all 150ms linear 100ms;
    transition: all 150ms linear 100ms;
}
.wrapper-quickview .quickview-sharingProduct a span.toollip-txt {
    border-radius: 2px;
    text-align: center;
    background: #1c1b1b;
    padding: 0 8px;
    visibility: hidden;
    opacity: 0;
    margin-right: 10px;
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 999;
    color: #ffffff;
    font-size: 10px;
    white-space: nowrap;
}
.wrapper-quickview .quickview-sharingProduct a span.toollip-txt:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0px 7px 7px;
    border-color: transparent transparent transparent #1c1b1b;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wrapper-quickview .quickview-sharingProduct a:nth-child(2) span.toollip-txt {
    -ms-transition: all 200ms linear 250ms;
    -webkit-transition: all 200ms linear 250ms;
    transition: all 200ms linear 250ms;
}
.wrapper-quickview .quickview-sharingProduct a:nth-child(3) span.toollip-txt {
    -ms-transition: all 200ms linear 350ms;
    -webkit-transition: all 200ms linear 350ms;
    transition: all 200ms linear 350ms;
}
.wrapper-quickview .quickview-sharingProduct a span.url-link {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wrapper-quickview .quickview-sharingProduct.sharing-active .sharing-iconCircle {
    background: #1c1b1b;
    color: #fff;
}
.wrapper-quickview .quickview-sharingProduct.sharing-active .sharing-iconCircle .sharing__primaryState {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.wrapper-quickview .quickview-sharingProduct.sharing-active .sharing-iconCircle .sharing__secondaryState {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.wrapper-quickview .quickview-sharingProduct.sharing-active a {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.wrapper-quickview .quickview-sharingProduct.sharing-active a span.toollip-txt {
    visibility: visible;
    opacity: 1;
    margin-right: 0;
}
.wrapper-quickview .quickview-sharingProduct input.linkToCopy {
    opacity: 0;
    position: absolute;
    left: 180%;
    top: -20px;
}
.wrapper-quickview .quickview-toolbarproduct {
    height: 60px;
}
.wrapper-quickview .quickview-toolbarproduct .productToolbar-addcart {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    margin: auto;
    border-top: 1px solid #e7e7e7;
    padding: 8px 0 10px;
}
.wrapper-quickview .quickview-toolbarproduct .use-chat-mobile .block-chat-mobile {
    width: 30%;
    text-align: center;
}
.wrapper-quickview .quickview-toolbarproduct .use-chat-mobile .block-chat-mobile img {
    width: 25px;
}
.wrapper-quickview .quickview-toolbarproduct .use-chat-mobile .block-chat-mobile p {
    margin: 0;
    width: 100%;
    display: inline-block;
}
.wrapper-quickview .quickview-toolbarproduct .use-chat-mobile .product-actions .block-addcart {
    width: calc(100% - 30%);
}
.wrapper-quickview .productCarousel-slider:not(.owl-loaded) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wrapper-quickview .productCarousel-slider:not(.owl-loaded) .product-gallery {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.wrapper-quickview.show-quickview {
    top: 0 !important;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.wrapper-quickview.show-quickview .jsQuickview {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.wrapper-quickview.show-quickview .modal-paramlink:before {
    -webkit-animation: widthAnimation 3.5s ease-in-out;
    animation: widthAnimation 3.5s ease-in-out;
}
.wrapper-quickview + .quickviewOverlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 993;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear;
}
.wrapper-quickview .quickview-toolbarproduct {
    opacity: 0;
    visibility: hidden;
}
.wrapper-quickview.show-quickview + .quickviewOverlay,
.wrapper-quickview.show-quickview .quickview-toolbarproduct {
    opacity: 1;
    visibility: visible;
}
.body-scroll .scroll-down + .wrapper-quickview.show-quickview .quickview-productDetail-container {
    padding-bottom: 120px;
}
/*===== COLLECTION ========================================*/
.layout-collections .breadcrumb-shop {
    margin-bottom: 0;
}
.collection-banner-header {
    text-align: center;
    margin-bottom: 0;
}
.collection-banner-header img {
    display: block;
    margin: auto;
}
.collection-alert-no {
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 20px;
}
.wrapper-mainCollection .collection-heading {
    margin: 30px 0 10px;
}
.wrapper-mainCollection .collection-heading h1 {
    margin: 0;
    font-size: 26px;
}
.wrapper-mainCollection .collection-heading .bgwhite-heading {
    background: #ffffff;
    padding: 15px 20px;
}
.wrapper-mainCollection .collection-sortbyfilter-container {
    position: relative;
}
.wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-top: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by {
    margin: 0;
    padding: 5px 10px;
}
.wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
    position: relative;
    cursor: pointer;
    padding: 4px 10px 4px 25px;
}
.wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    margin: auto;
    z-index: 1;
    width: 12px;
    height: 6px;
    border: 1.5px solid #000000;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}
.wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li.active:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}
.wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:hover {
    color: #000000;
}
@media (min-width: 992px) {
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        top: calc(100% + 10px);
        z-index: 999;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
    }
    .wrapper-mainCollection .collection-sortbyfilter-container:hover .collection-sortby-option {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1;
    }
    .wrapper-mainCollection .collection-sortbyfilter-container:hover .collection-sortby-opticccon {
        color: #666;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media (max-width: 991px) {
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by {
        text-align: right;
    }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li {
        padding-left: 10px;
        padding-right: 25px;
    }
    .wrapper-mainCollection .collection-sortbyfilter-container .collection-sortby-option ul.sort-by li:before {
        left: initial;
        right: 5px;
    }
}
.wrapper-mainCollection .collection-sortby-filter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.wrapper-mainCollection .collection-sortby-filter .collection-sortby,
.wrapper-mainCollection .collection-sortby-filter .collection-filterby {
    -webkit-flex: 1 1;
    flex: 1 1;
    width: 50%;
}
.wrapper-mainCollection .collection-sortby-filter .collection-filterby {
    display: none;
}
.wrapper-mainCollection .collection-sortby-filter .collection-sortby .boxstyle-mb,
.wrapper-mainCollection .collection-sortby-filter .collection-filterby .boxstyle-mb {
    position: relative;
    height: 38px;
    line-height: 36px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 40px 0px 10px;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-right: 0;
    border-radius: 0;
}
.wrapper-mainCollection .collection-sortby-filter > div:last-child .boxstyle-mb {
    border-right: 1px solid #e7e7e7;
}
.wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter {
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter:after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 10px;
    width: 0px;
    height: 0px;
    margin: 0;
    background: transparent;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    border-color: #bababa transparent transparent transparent;
}
.wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
    color: #333;
    margin-right: 6px;
}
.wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 36px;
    line-height: 36px;
    fill: #333;
    stroke: #333;
}
.wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-filter .fa {
    line-height: 36px;
    font-size: 17px;
    color: #333;
}
.wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-close {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 8px;
    width: 18px;
    height: 18px;
    line-height: 18px;
}
.wrapper-mainCollection .collection-sortby-filter .layered_filter_title .title_filter .icon-close svg {
    width: 18px;
    height: 18px;
    fill: #000000;
}
.wrapper-mainCollection .collection-listproduct .animated.fadeIn {
    animation-duration: 1.5s;
    animation-delay: 0.2s;
}
.wrapper-mainCollection .collection-loadmore .btn-loadmore {
    text-transform: initial;
    font-size: 14px;
    margin-top: 8px;
    padding: 10px 25px;
    border-radius: 4px;
    background: transparent;
    color: #252a2b;
    border: 1px solid #252a2b;
}
.wrapper-mainCollection .collection-loadmore .btn-loadmore b {
    text-transform: lowercase;
}
.wrapper-mainCollection .collection-loadmore .btn-loadmore:before {
    background-color: #ffffff;
}
.wrapper-mainCollection .collection-loadmore .btn-loadmore:hover {
    border-color: #000000;
    color: #000000;
}
.wrapper-mainCollection .collection-loadmore .btn-loadmore:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 20px;
    height: 19px;
    border-radius: 50%;
    border: 2px dotted #000000;
    opacity: 0;
    transition: opacity 0.5s;
    animation: 1s linear infinite rotate;
}
.wrapper-mainCollection .collection-loadmore .btn-loadmore.btn-loading {
    padding-left: 40px;
    padding-right: 10px;
}
.wrapper-mainCollection .collection-loadmore .btn-loadmore.btn-loading:after {
    opacity: 1;
}
/*  FILTER */
.collection-filter .wrapper_layered_filter {
    margin-bottom: 15px;
}
.wrapper_layered_filter .layered_filter_container .layered_filter_group .filter_group {
    margin-bottom: 10px;
}
.checkbox-list li {
    position: relative;
    margin: 0 0 8px;
    padding: 0 0 0 25px;
}
.checkbox-list input[type='checkbox'],
.checkbox-list input[type='radio'] {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 0;
    vertical-align: top;
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: none;
    background: #fff;
    border: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.checkbox-list input[type='checkbox']:after,
.checkbox-list input[type='radio']:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #cedadd;
    cursor: pointer;
    border-radius: 2px;
}
.checkbox-list input[type='checkbox']:before,
.checkbox-list input[type='radio']:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #ffffff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}
.checkbox-list input[type='checkbox']:checked:after,
.checkbox-list input[type='radio']:checked:after {
    background: #000000;
}
.checkbox-list input[type='checkbox']:checked:before,
.checkbox-list input[type='radio']:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}
.checkbox-list li label {
    margin: 0px;
    font-weight: normal;
    cursor: pointer;
}
.checkbox-list li:hover {
    color: #000000;
}
.checkbox-list li:hover input[type='checkbox']:after {
    border-color: #000000;
}
.filter-color .checkbox-list li {
    margin: 0 12px 15px 0;
    line-height: normal;
    float: left;
    padding: 0;
}
.filter-color .checkbox-list li label {
    border: 1px solid #eaeaea;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    float: left;
    position: relative;
    font-size: 0;
}
.filter-color .checkbox-list li label {
    margin-left: 0;
    margin-bottom: 0;
}
.filter-color .checkbox-list input[type="checkbox"] {
    display: none;
}
.filter-color .checkbox-list input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 6px;
    height: 6px;
    width: 12px;
    z-index: 99;
    border: 2px solid #fff;
    border-top-style: none;
    border-right-style: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.filter-color .checkbox-list input[type="checkbox"]:checked + label {
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #e7e7e7;
}
.wrapper_layered_filter .layered_filter_title {
    text-transform: uppercase;
}
.wrapper_layered_filter .layered_filter_title .title_filter {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}
.wrapper_layered_filter .layered_filter_title .title_filter:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #e7e7e7;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.wrapper_layered_filter .layered_filter_title .title_filter .icon-filter {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.wrapper_layered_filter .layered_filter_title .title_filter .icon-filter svg {
    width: 20px;
    height: 30px;
    fill: #909097;
    stroke: #909097;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.wrapper_layered_filter .layered_filter_container {
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
}
.wrapper_layered_filter .layered_filter_container .layered_filter_group {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
}
.wrapper_layered_filter .layered_filter_container .layered_filter_title {
    display: inline-block;
    max-width: 30%;
}
.wrapper_layered_filter .filter_group .filter_group_block {
    position: relative;
}
.wrapper_layered_filter .filter_group .filter_group-subtitle {
    position: relative;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #e7e7e7;
    cursor: pointer;
}
.wrapper_layered_filter .filter_group .filter_group-subtitle span.icon-control {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    font-size: 10px;
    vertical-align: 1px;
    display: inline-block;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
.wrapper_layered_filter .filter_group .filter_group-content {
    padding: 10px 15px;
    background: #ffffff;
}
.wrapper_layered_filter .layered_filter_tags .filter_tags {
    position: relative;
    border-radius: 12px;
    margin: 10px 10px 0px 0;
    color: #5d5d5d;
    background: #fff;
    border: 1px solid #dadada;
    font-size: 13px;
    display: none;
    padding: 2px 32px 3px 10px;
}
.wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.wrapper_layered_filter .layered_filter_tags .filter_tags span.filter_tags_remove svg {
    width: 16px;
    height: 16px;
}
.wrapper_layered_filter .layered_filter_tags .filter_tags.opened {
    display: inline-block;
}
.wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all {
    cursor: pointer;
    border: 0;
    padding-left: 8px;
    padding-right: 8px;
    background: transparent;
}
.wrapper_layered_filter .layered_filter_tags .filter_tags.filter_tags_remove_all span {
    color: #000000;
    border-bottom: 1px solid #000000;
}
@media (min-width: 992px) {
    .wrapper_layered_filter .filter_group .filter_group-content {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0;
        top: calc(100% + 10px);
        z-index: 100;
        border: 1px solid #e7e7e7;
        border-top: 0;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .wrapper_layered_filter .filter_group .filter_group_block:hover .filter_group-content {
        pointer-events: auto;
        visibility: visible;
        top: 100%;
        opacity: 1;
    }
    .wrapper_layered_filter .filter_group .filter_group_block:hover .filter_group-subtitle span.icon-control {
        color: #666;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media (max-width: 991px) {
    .collection-filter .wrapper_layered_filter {
        margin-bottom: 0;
    }
    .wrapper-mainCollection .collection-heading {
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .wrapper-mainCollection .collection-heading .bgwhite-heading {
        padding: 15px 15px 0;
    }
    .wrapper-mainCollection .collection-heading h1 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .wrapper-mainCollection .collection-listproduct {
        margin-top: 8px;
    }
    .list_view .wrapper-mainCollection .collection-listproduct .listProduct-row .product-loop {
        width: 100%;
    }
    .wrapper-mainCollection .collection-sortby-filter {
        margin-top: 0;
    }
    .wrapper-mainCollection .collection-sortby-filter .collection-sortby .boxstyle-mb,
    .wrapper-mainCollection .collection-sortby-filter .collection-filterby .boxstyle-mb {
        margin-top: 15px;
        padding-right: 30px;
        text-transform: uppercase;
    }
    .wrapper-mainCollection .collection-sortby-filter .collection-filterby {
        display: block;
    }
    .wrapper-mainCollection .collection-sortby-filter .filter_opened .layered_filter_title .title_filter:after {
        display: none;
    }
    .wrapper-mainCollection .collection-sortby-filter .filter_opened .layered_filter_title .title_filter .icon-filter svg {
        fill: #000000;
        stroke: #000000;
    }
    .wrapper-mainCollection .collection-sortby-filter .filter_opened .layered_filter_title .title_filter .icon-filter svg {
        color: #000000;
    }
    .wrapper-mainCollection .collection-sortby-filter .filter_opened .layered_filter_title .title_filter .icon-close {
        display: block;
    }
    .wrapper-mainCollection .collection-sortbyfilter-container {
        margin-bottom: 15px;
    }
    .wrapper-mainCollection .collection-sortbyfilter-container .layered_filter_mobileContent,
    .wrapper-mainCollection .wrapper_layered_filter .layered_filter_mobileContent {
        overflow: hidden;
        flex: none;
        -webkit-transition: none;
        transition: none;
        width: 100%;
        border: 0;
        border-top: 0;
        display: none;
        padding-bottom: 8px;
    }
    .wrapper-mainCollection .wrapper_layered_filter .layered_filter_container {
        margin-bottom: 0;
        background: #ffffff;
    }
    .layered_filter_container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wrapper_layered_filter .filter_group .filter_group-subtitle {
        border: 0;
    }
    .wrapper_layered_filter .filter_group .filter_group-subtitle.action-group span.icon-control {
        color: #666;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .wrapper_layered_filter .filter_group .filter_group-content {
        display: none;
    }
    .wrapper_layered_filter .layered_filter_tags .filter_tags {
        margin-top: 8px;
        margin-right: 5px;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .wrapper-mainCollection .collection-heading .bgwhite-heading,
    .wrapper-mainCollection .wrapper_layered_filter .layered_filter_container {
        margin-left: -15px;
        margin-right: -15px;
    }
    .wrapper-mainCollection .wrapper_layered_filter .layered_filter_container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*===== CART===============================================*/
.wrapper-mainCart .mainCart-detail {
    background: #ffffff;
}
.wrapper-mainCart .heading-cart h1 {
    font-size: 20px;
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 15px;
}
.wrapper-mainCart .list-pageform-cart {
    padding: 15px 15px;
}
.wrapper-mainCart .title-number-cart {
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 15px;
}
.wrapper-mainCart .cart-row {
    width: 100%;
    display: inline-block;
}
.wrapper-mainCart .expanded-message {
    font-size: 17px;
    margin: 0;
    padding: 20px 16px;
    text-align: left;
}
.wrapper-mainCart .table-cart {
    background: #ffffff;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    padding: 8px 10px;
    overflow: hidden;
}
.wrapper-mainCart .media-line-item {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 10px;
}
.wrapper-mainCart .media-line-item + .media-line-item {
    border-top: 1px solid #f1f1f1;
}
.wrapper-mainCart .media-line-item .media-left {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    padding: 0;
    position: relative;
    display: block;
}
.wrapper-mainCart .media-line-item .media-left img {
    border: 1px solid #ededed;
}
.wrapper-mainCart .media-line-item .media-left .item-remove {
    position: absolute;
    top: -7px;
    left: -10px;
}
.wrapper-mainCart .media-line-item .media-left .item-remove a {
    display: block;
    background: #8f9bb3;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}
.wrapper-mainCart .media-line-item .media-right {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 1 1 auto;
    padding-left: 18px;
    padding-right: 18px;
}
.wrapper-mainCart .media-line-item .media-total {
    text-align: right;
}
.wrapper-mainCart .media-line-item .item-info {
    margin-bottom: 10px;
}
.wrapper-mainCart .media-line-item .item-info .item--title {
    font-size: 15px;
    margin: 0px 0 2px;
    font-weight: 500;
}
.wrapper-mainCart .media-line-item .item-info .item--title a {
    color: #252a2b;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.wrapper-mainCart .media-line-item .item-info .item--variant {
    font-size: 12px;
    color: #777;
    font-weight: 500;
}
.wrapper-mainCart .media-line-item .item-price span {
    font-weight: 600;
    color: #8f9bb3;
}
.wrapper-mainCart .media-line-item .item-price del {
    color: #8f9bb3;
    font-size: 90%;
    margin-left: 5px;
}
.wrapper-mainCart .media-line-item .item-price .ico-gift {
    display: inline-block;
    max-width: 18px;
    vertical-align: 2px;
    margin-left: 10px;
}
.wrapper-mainCart .media-line-item .item-qty .quantity-partent {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 8px 0 3px;
}
.wrapper-mainCart .media-line-item .item-qty .quantity-partent input.item-quantity {
    float: left;
    font-weight: 500;
    font-size: 15px;
    width: 36px;
    height: 28px;
    padding: 0;
    background: #fff;
    text-align: center;
    outline: none;
    border: 1px solid #f3f4f4;
    margin: 0 3px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn {
    float: left;
    font-weight: 500;
    font-size: 18px;
    padding: 0;
    height: 28px;
    width: 28px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #f3f4f4;
    border-radius: 4px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.wrapper-mainCart .media-line-item .item-qty .quantity-partent button.qty-btn:focus {
    outline: none;
}
.wrapper-mainCart .media-line-item .item-total-price .line-item-total {
    font-size: 15px;
    font-weight: 600;
}
.wrapper-mainCart .order-noted-block .checkout-buttons {
    margin: 20px 0 10px;
    background: rgba(0, 0, 0, 0.03);
    padding: 10px 12px 15px;
}
.wrapper-mainCart .order-noted-block .note-label {
    display: block;
    margin: 0 0px 0 10px;
    font-weight: 600;
    font-size: 14px;
}
.wrapper-mainCart .order-noted-block textarea {
    padding: 10px 15px;
    width: 100% !important;
    height: 80px;
    min-height: 80px;
    max-width: 100%;
    resize: auto;
    border: 1px solid #000000;
    box-shadow: none;
}
.wrapper-mainCart .order-invoice-block .checkbox {
    margin: 5px 0;
}
.wrapper-mainCart .order-invoice-block .checkbox > .title {
    font-size: 14px;
    padding-left: 40px;
    vertical-align: text-top;
    margin-bottom: 0;
    display: block;
    font-weight: bold;
}
.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox {
    display: none;
}
.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox + .box {
    border: 2px solid #000000;
    padding: 9px;
    border-radius: 50%;
    opacity: 0.25;
    display: inline-block;
    background: transparent;
    margin-bottom: 0;
    position: absolute;
    left: 5px;
}
.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox + .box:after {
    content: '\2714\fe0e';
    font-size: 13px;
    position: absolute;
    top: 0px;
    left: 4px;
    color: #000000;
}
.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox:checked + .box {
    background: #000000;
    opacity: 1;
}
.wrapper-mainCart .order-invoice-block .checkbox .regular-checkbox:checked + .box:after {
    color: #ffffff;
}
.wrapper-mainCart .order-invoice-block .bill-field {
    display: none;
    margin-top: 20px;
}
.wrapper-mainCart .order-invoice-block .bill-field:before,
.wrapper-mainCart .order-invoice-block .bill-field:after {
    content: "";
    display: table;
    clear: both;
}
.wrapper-mainCart .order-invoice-block .bill-field .form-group {
    margin-bottom: 15px;
    float: left;
    width: calc(100%/3 - 15px);
    margin-right: 15px;
}
.wrapper-mainCart .order-invoice-block .bill-field .form-group:nth-child(4) {
    width: calc(100% - 15px);
}
.wrapper-mainCart .order-invoice-block .bill-field .form-group input {
    font-size: 12px;
    height: 40px;
    color: #000000;
    box-shadow: none;
    background-clip: padding-box;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number]::-webkit-outer-spin-button,
.wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.wrapper-mainCart .order-invoice-block .bill-field .form-group input[type=number] {
    -moz-appearance: textfield;
}
.wrapper-mainCart .order-invoice-block .bill-field .form-group .text-danger {
    margin-top: 5px;
    display: block;
    font-size: 11px;
    color: #ff0000;
}
.wrapper-mainCart .order-invoice-block .bill-field .form-btn .button {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
}
.wrapper-mainCart .order-summary-block {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
}
.wrapper-mainCart .order-summary-block.order-summary-notify {
    padding: 0;
    border: 0;
}
.wrapper-mainCart .order-summary-block .summary-warning {
    padding: 12px 15px;
    border-radius: 4px;
    /*  background-color: #fee3e8;border:1px solid #fdd0d8;*/
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
}
.wrapper-mainCart .order-summary-block .summary-warning .textmr {
    margin-bottom: 5px;
}
.wrapper-mainCart .order-summary-block .summary-warning p {
    margin: 0;
}
.wrapper-mainCart .order-summary-block .summary-alert {
    background-color: #fee3e8;
    border: 1px solid #fdd0d8;
    color: #d20909;
    font-size: 13px;
    padding: 10px 15px;
    margin: 10px 0;
    text-align: left;
}
.wrapper-mainCart .order-summary-block .summary-alert:not(.in) {
    display: none;
}
.wrapper-mainCart .order-summary-block .summary-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}
.wrapper-mainCart .order-summary-block .summary-time {
    background: #fcfcfc;
    border: 1px solid #F5f5f5;
}
.wrapper-mainCart .order-summary-block .summary-time__row {
    padding: 10px 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    padding-right: 10px;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-title {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 5px;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-time {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-title .txt-time i {
    color: #000000;
    margin-right: 2px;
    font-size: 15px;
    vertical-align: text-bottom;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio {
    max-width: 50%;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio .radio-item {
    position: relative;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio .radio-item + .radio-item {
    margin-top: 5px;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio'] {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color: #fff;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 0;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio'] + label {
    position: relative;
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:before {
    content: '\2714\fe0e';
    font-size: 11px;
    height: 13px;
    width: 13px;
    line-height: 13px;
    opacity: 0;
    position: absolute;
    display: block;
    text-align: center;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:checked {
    background: #000000;
    border-color: #000000;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-radio input[type='radio']:checked:before {
    opacity: 1;
    color: #ffffff;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose {
    margin-right: -5px;
    margin-left: -5px;
    display: -ms-flexbox;
    display: flex;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box .select-option {
    position: relative;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box .select-option:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 14px;
    border: solid #666666;
    border-width: 0px 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box label {
    display: block;
    font-weight: 400;
    font-size: 13px;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select {
    padding: 0px 8px;
    padding-right: 20px;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    height: 34px;
    line-height: 32px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    width: 100%;
    color: #000;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select:-ms-expand {
    display: none;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select:invalid {
    color: #ededed;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select [disabled] {
    color: #ededed;
    font-weight: 300;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-choose .select-box select option {
    color: #000;
    font-weight: 500;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-button .btn-accepttime {
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 0 10px;
    height: 34px;
    line-height: 30px;
    color: #000000;
    background: #ffffff;
    border: 2px solid #000000;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.wrapper-mainCart .order-summary-block .summary-time__row .boxtime-select .select-button .btn-accepttime.disabled {
    opacity: 0.8;
}
.wrapper-mainCart .order-summary-block .summary-time__row.picktime_selecter {
    display: none;
    border-top: 1px solid #efefef;
}
.wrapper-mainCart .order-summary-block .summary-time + .summary-total {
    border-top: 0;
}
.wrapper-mainCart .order-summary-block .summary-total {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    border-top: 1px dotted #dfe0e1;
    border-bottom: 1px dotted #dfe0e1;
    margin-bottom: 10px;
}
.wrapper-mainCart .order-summary-block .summary-total p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.wrapper-mainCart .order-summary-block .summary-total span {
    font-weight: bold;
    float: right;
    color: red;
    font-size: 24px;
}
.wrapper-mainCart .order-summary-block .summary-action {
    padding-top: 5px;
    text-align: center;
}
.wrapper-mainCart .order-summary-block .summary-action p {
    position: relative;
    font-size: 14px;
    margin-bottom: 4px;
    padding-left: 15px;
    font-weight: 400;
    text-align: left;
}
.wrapper-mainCart .order-summary-block .summary-action p:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #999999;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 8px;
    border-radius: 50%;
}
.wrapper-mainCart .order-summary-block .summary-action .checkout-btn {
    display: block;
    background: red;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 5px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 12px;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.wrapper-mainCart .order-summary-block .summary-action .checkout-btn.disabled,
.wrapper-mainCart .order-summary-block .summary-action .checkout-btn.btntime-disable {
    pointer-events: none;
    opacity: 0.7;
    background: #151515;
}
.wrapper-mainCart .txt-continue {
    margin: 15px 0;
}
.wrapper-mainCart .order-noted-block .btn-checkout.disabled {
    pointer-events: none;
    opacity: 0.7;
    background: #151515;
}
@media (min-width: 992px) {
    .wrapper-mainCart .sidebarCart-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 95px;
    }
}
@media (max-width: 991px) {
    .wrapper-mainCart .order-noted-block .checkout-buttons {
        margin-top: 10px;
    }
    .wrapper-mainCart .sidebarCart-sticky {
        margin-top: 7px;
    }
    .wrapper-mainCart .order-summary-block .summary-button {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 99;
        padding: 5px 10px 8px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .wrapper-mainCart .order-summary-block .summary-button .checkout-btn {
        margin-top: 0;
        border-radius: 0;
    }
}
@media (max-width: 767px) {
    .wrapper-mainCart .contentCart-detail,
    .wrapper-mainCart .sidebarCart-sticky {
        padding-left: 0px;
        padding-right: 0px;
    }
    .wrapper-mainCart .list-pageform-cart {
        padding: 15px 10px;
    }
    .wrapper-mainCart .table-cart {
        padding: 5px;
    }
    .wrapper-mainCart .media-line-item {
        padding: 15px 5px;
    }
    .wrapper-mainCart .media-line-item .media-left {
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
    }
    .wrapper-mainCart .media-line-item .media-left .item-remove {
        left: -5px;
    }
    .wrapper-mainCart .media-line-item .media-right {
        padding-left: 8px;
        padding-right: 8px;
    }
    .wrapper-mainCart .media-line-item .item-info .item--title {
        font-size: 14px;
    }
    .wrapper-mainCart .order-summary-block.order-summary-notify {
        background: transparent;
        padding: 0 10px;
    }
    .wrapper-mainCart .order-invoice-block .bill-field .form-group,
    .wrapper-mainCart .order-invoice-block .bill-field .form-group:nth-child(4) {
        width: 100%;
    }
}
.swal-modal {
    padding: 20px 15px 15px;
    color: #252a2b;
    margin-bottom: 50px;
}
.swal-modal .swal-icon {
    margin: 20px auto;
}
.swal-modal .swal-title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    color: #000000;
    padding: 10px 0;
}
.swal-modal .swal-text {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #252a2b;
    font-weight: 400;
    padding: 0;
    margin: 0;
    max-width: 100%;
}
.swal-modal .swal-footer {
    text-align: center;
    padding: 8px 0px;
}
.swal-modal .swal-footer .swal-button {
    position: relative;
    display: inline-block;
    min-width: 110px;
    padding: 10px 25px;
    line-height: normal;
    color: #000;
    border: 1px solid #000;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    overflow: hidden;
    box-shadow: none;
}
.swal-modal .swal-footer .swal-button.swal-button--cancel {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
.swal-modal .swal-footer .swal-button.swal-button--confirm {
    border: 1px solid #ec0b0b;
    background-color: #ec0b0b;
    color: #fff;
}
.swal-modal .swal-icon-md {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto;
    border-color: red;
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s;
}
.swal-modal .swal-icon--error__x-mark-md {
    position: relative;
    display: block;
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s;
}
.swal-modal .swal-icon--error__line-md {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: red;
    display: block;
    top: 37px;
    border-radius: 2px;
}
.swal-modal .swal-icon--error__line--left-md {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
}
.swal-modal .swal-icon--error__line--right-md {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px;
}
.swal-modal.swal-cart-remove {
    max-width: 440px;
}
.swal-modal.swal-cart-remove .swal-footer {
    text-align: center;
    padding: 8px 0px;
}
.swal-modal.swal-cart-remove .swal-footer .swal-button.swal-button--cancel {
    border: 1px solid #dfdfdf;
    background-color: #dfdfdf;
    color: #000000;
}
.swal-modal.swal-cart-remove .swal-footer .swal-button.swal-button--confirm {
    border: 1px solid #252a2b;
    background-color: #252a2b;
    color: #fff;
}
/*===== BLOGS +++ ARTICLE  =================================*/
.layout-blogs .breadcrumb-shop,
.layout-article .breadcrumb-shop {
    margin-bottom: 0;
}
.wrapper-contentArticle,
.wrapper-contentBlogs {
    margin-top: 40px;
    margin-bottom: 40px;
}
.layout-blogs .listBlogs-content {
    margin-bottom: 30px;
    background: #ffffff;
    padding: 20px;
}
.layout-blogs .heading-page h1 {
    font-size: 30px;
    margin: 0 0 15px;
}
.layout-blogs .pagination-shop {
    border-top: 1px solid #ebecf0;
}
.article-loop .article-inner {
    background: #ffffff;
    padding: 20px 0;
    border-top: 1px solid #ebecf0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.article-loop .article-inner .article-image {
    width: 32%;
    position: relative;
    overflow: hidden;
}
.article-loop .article-inner .article-image img {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}
.article-loop .article-inner .article-detail {
    width: 68%;
    padding-left: 30px;
}
.article-loop .article-inner .article-title {
    width: 100%;
}
.article-loop .article-inner .article-title h3.post-title {
    font-size: 18px;
    margin: 0px 0 15px;
}
.article-loop .article-inner .article-detail .entry-content {
    font-size: 16px;
}
.article-loop .article-inner:hover .article-image img {
    transform: scale(1.26);
    -webkit-transform: scale(1.26);
    -ms-transform: scale(1.26);
    -o-transform: scale(1.26);
    -moz-transform: scale(1.26);
    opacity: 0.8;
}
.article-post-meta {
    font-size: 13px;
    color: #757575;
    margin: 0 0 5px;
}
.article-post-meta a {
    color: #757575;
}
.article-post-meta a:hover {
    color: #000000;
}
.article-post-meta span {
    position: relative;
}
.article-post-meta span + span:before {
    content: '';
    margin: 0 5px 0 7px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #dfe3e8;
    display: inline-block;
}
@media (max-width: 991px) {
    .article-post-meta {
        font-size: 10px;
    }
    .article-post-meta span + span:before {
        margin: 0 2px;
    }
    .article-post-meta span.comment {
        display: block;
    }
    .article-post-meta span.comment:before {
        margin-left: 0;
        margin-right: 5px;
    }
}
.wrapper-contentArticle .heading-article {
    background: #ffffff;
    margin: 0px 0;
    padding: 15px 15px 5px;
}
.wrapper-contentArticle .heading-article h1 {
    font-size: 28px;
    margin: 0 0 10px;
}
.wrapper-contentArticle .inforArticle-content .article-content,
.wrapper-contentArticle .inforArticle-content .article-related {
    background: #ffffff;
    padding: 20px 20px;
}
.wrapper-contentArticle .inforArticle-content .article-related {
    border-top: 15px solid #f7f7f7;
}
.inforArticle-content .article-content > div {
    margin-bottom: 30px;
}
.inforArticle-content .article-content > div:last-child {
    margin-bottom: 0px;
}
.inforArticle-content .post-navigation {
    border-top: 1px solid #e7e7e7;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    padding: 25px 0;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar {
    font-size: 13px;
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar a {
    color: #252a2b;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar a:hover {
    color: #000000;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p span {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav {
    text-align: right;
    font-weight: 600;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav > span svg {
    vertical-align: -1px;
    width: 12px;
    color: #252a2b;
    height: 12px;
    margin: 0 4px;
}
.inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav .separator {
    display: inline-block;
    position: relative;
    width: 1px;
    height: 12px;
    margin: 0 18px;
    background: #252a2b;
    opacity: 0.8;
    vertical-align: middle;
}
.inforArticle-content .box-article-detail h2 {
    font-size: 22px;
    color: #252a2b;
}
.inforArticle-content .box-article-detail h3 {
    font-size: 17px;
    color: #252a2b;
}
.inforArticle-content .box-article-detail h4,
.inforArticle-content .box-article-detail h5,
.inforArticle-content .box-article-detail h6 {
    font-size: 15px;
    color: #252a2b;
}
.inforArticle-content .box-article-tags {
    font-size: 16px;
}
.inforArticle-content .box-article-tags a {
    color: red;
}
.inforArticle-content .article-comment {
    padding-top: 20px;
}
.inforArticle-content .article-comment > div {
    margin-bottom: 30px;
}
.inforArticle-content .article-comment .title-bl h3 {
    font-size: 28px;
    color: #252a2b;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.inforArticle-content .article-comment .comment-user {
    margin-bottom: 20px;
}
.inforArticle-content .article-comment .comment-user .author {
    font-size: 16px;
    margin: 0 0 5px;
}
.inforArticle-content .article-comment .comment-user .author span.date {
    font-size: 14px;
    float: right;
}
.inforArticle-content .article-related .title-blog-related {
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin-bottom: 35px;
}
.inforArticle-content .article-related .title-blog-related span {
    display: inline-block;
    color: #fff;
    background-color: #000;
    margin: auto;
    text-transform: uppercase;
    position: relative;
    padding: 8px 15px;
}
.inforArticle-content .article-related .title-blog-related span:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    bottom: -5px;
    right: 45%;
}
.inforArticle-content .article-related .list-blogs-related .article-post h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    padding: 15px 0px;
    margin: 0;
}
.inforArticle-content .article-related .list-blogs-related .article-post h3 a {
    color: #252a2b;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.inforArticle-content .article-related .list-blogs-related .article-post .post-image {
    background: #000;
    position: relative;
    overflow: hidden;
}
.inforArticle-content .article-related .list-blogs-related .article-post .post-image img {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}
.inforArticle-content .article-related .list-blogs-related .article-post:hover .post-image img {
    opacity: 0.8;
    transform: scale(1.26);
    -webkit-transform: scale(1.26);
    -ms-transform: scale(1.26);
    -o-transform: scale(1.26);
    -moz-transform: scale(1.26);
}
/* Table of Contents Article */
.table-of-contents {
    background: #f7fbf9;
    border: 1px solid #c92027;
    border-radius: 6px;
    display: block;
    padding: 8px 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 15px 0 20px;
    width: 100%;
    display: table;
}
.table-of-contents .table-title {
    font-weight: 700;
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
}
.table-of-contents .table-title .toc_toggle {
    font-size: 13px;
    color: #bcbdc1;
    display: inline-block;
    vertical-align: 2px;
    margin-left: 8px;
}
.table-of-contents .table-title .toc_toggle a {
    color: #000000;
    padding: 0 1px;
}
.table-of-contents ul {
    font-size: 14px;
    list-style-type: disc;
    margin: 0 0 0 16px;
}
.table-of-contents ul li {
    list-style-position: outside;
    margin: 8px 0 0;
}
.table-of-contents ul li::marker {
    color: #000000;
}
.table-of-contents ul li a {
    text-decoration: none;
    color: #333333;
}
.table-of-contents > ul {
    padding-bottom: 10px;
}
.table-of-contents > ul ul ul {
    display: none;
}
.table-of-contents ul li a:hover,
.table-of-contents ul li a:focus {
    color: #000000;
}
.table-content-button {
    width: 35px;
    height: 35px;
    display: block;
    position: fixed;
    left: 10px;
    z-index: 10;
    opacity: 0;
    top: 45%;
    transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.table-content-button .btn-icolist {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    outline: none;
    float: left;
    background: #fcfcfc;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}
.table-content-button .btn-icolist svg {
    width: 20px;
    height: 35px;
}
.table-content-fixed {
    position: fixed;
    left: 10px;
    z-index: 999;
    max-width: 280px;
    top: 45%;
    background: #f7fbf9;
    border: 1px solid #c92027;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    -webkit-transform-origin: 0 top;
    transform-origin: 0 top;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.table-content-fixed .table-of-header {
    position: relative;
    padding-right: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 12px;
    border-bottom: 1px solid #eeeeee;
}
.table-content-fixed .table-of-header .hTitle {
    max-width: calc(100% - 50px);
    margin-left: 0;
    font-weight: 600;
    font-size: 14px;
}
.table-content-fixed .table-of-header .hClose {
    position: absolute;
    right: 5px;
    top: 2px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
}
.table-content-fixed .table-of-header .hClose svg {
    width: 32px;
    height: 32px;
    width: 14px;
}
.table-content-fixed .table-of-contents {
    border: 0;
    background: #ffffff;
    margin: 0;
    padding: 5px 12px;
    box-shadow: none;
    display: block;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
.table-content-fixed .table-of-contents .table-title {
    display: none;
}
.table-content-fixed .table-of-contents ul {
    font-size: 13px;
}
.table-content-button.active {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.table-content-fixed.active {
    transform: scale(1) translateY(-45%);
    -webkit-transform: scale(1) translateY(-45%);
    -moz-transform: scale(1) translateY(-45%);
    -ms-transform: scale(1) translateY(-45%);
    -o-transform: scale(1) translateY(-45%);
}
/* style - scroll */
.table-content-fixed .table-of-contents::-webkit-scrollbar {
    width: 3px;
    height: 30px;
}
.table-content-fixed .table-of-contents::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4;
}
.table-content-fixed .table-of-contents::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 991px) {
    .table-content-button,
    .table-content-fixed {
        left: 3px;
    }
    .table-content-fixed .table-of-contents {
        max-height: 50vh;
    }
}
/* Toolbar article */
@media (min-width: 768px) {
    .blogs-aside--sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 85px;
    }
    .layout-article .blogs-aside--sticky {
        top: 85px;
    }
    .quickview-product {
        display: none;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .layout-blogs .listBlogs-content {
        padding: 20px 15px;
    }
    .article-loop .article-inner .article-detail {
        padding-left: 15px;
    }
    .article-loop .article-inner .article-image {
        background: transparent;
    }
    .article-loop .article-inner .article-title h3.post-title {
        font-size: 15px;
        margin: 0px 0 6px;
    }
    .article-loop .article-inner .article-detail .entry-content {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .inforArticle-content .article-related .list-blogs-related .article-post {
        margin-bottom: 15px;
    }
    .inforArticle-content .article-related .list-blogs-related .article-post:nth-of-type(2n+1) {
        clear: both;
    }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
        text-align: center;
    }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .wrapper-contentArticle,
    .wrapper-contentBlogs {
        margin-top: 0;
    }
    .layout-blogs .listBlogs-content {
        padding: 20px 0;
    }
    .layout-blogs .heading-page h1 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 30px;
    }
    .layout-blogs .blogs-main--detail,
    .layout-blogs .blogs-aside--sticky,
    .layout-article .blogs-main--detail,
    .layout-article .blogs-aside--sticky {
        padding-left: 0;
        padding-right: 0;
    }
    .article-loop .article-inner {
        -webkit-align-items: normal;
        -ms-align-items: normal;
        align-items: normal;
    }
    .article-loop .article-inner .article-image {
        background: transparent;
        margin-top: 3px;
    }
    .article-loop .article-inner .article-detail {
        padding-left: 15px;
    }
    .article-loop .article-inner {
        padding: 15px 10px;
    }
    .article-loop .article-inner .article-detail .entry-content {
        font-size: 13px;
        margin: 0 0 5px;
    }
    .article-loop .article-inner .article-title h3.post-title {
        font-size: 14px;
        margin: 0px 0 6px;
    }
    .article-loop.article_loopfirst .article-inner {
        padding: 0;
        overflow: hidden;
    }
    .article-loop.article_loopfirst .article-title h3.post-title {
        font-size: 15px;
    }
    .article-loop.article_loopfirst .article-inner .article-title {
        -webkit-order: 2;
        order: 2;
    }
    .article-loop.article_loopfirst .article-inner .article-detail {
        -webkit-order: 3;
        order: 3;
        width: 100%;
        padding: 0 15px 15px;
    }
    .article-loop.article_loopfirst .article-inner .article-image {
        -webkit-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 15px;
    }
    .wrapper-contentArticle .heading-article h1 {
        font-size: 22px;
    }
    .inforArticle-content .article-related {
        margin-bottom: 10px;
    }
    .inforArticle-content .article-related .content-blogs-related {
        position: relative;
        overflow: hidden;
        margin: 0 -15px;
    }
    .inforArticle-content .article-related .content-blogs-related .list-blogs-related {
        padding-left: 10px;
        white-space: nowrap;
        margin-left: 0;
        margin-right: 0;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 50px;
        margin-bottom: -50px;
        transition: transform 0.25s ease 0s;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .inforArticle-content .article-related .list-blogs-related .article-post {
        width: 65%;
        float: none;
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
        white-space: normal;
    }
    .inforArticle-content .article-comment {
        padding-top: 0;
        margin-bottom: 70px;
    }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar--nav,
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
        text-align: center;
    }
    .inforArticle-content .post-navigation .flex-row-articleToolbar .articleToolbar-title p {
        margin-bottom: 20px;
    }
}
/*===== CONTACT +++ ABOUT +++ SEARCH ======================*/
.heading-pageDetail h1 {
    font-size: 30px;
    margin: 0px 0 25px;
}
.wrapper-pageDetail {
    margin-bottom: 20px;
}
.content-pageDetail {
    margin-bottom: 40px;
}
.content-pageDetail * {
    max-width: 100%;
}
.wrapper-bodycontact {
    margin-bottom: 40px;
}
.layout-pageContact .breadcrumb-shop {
    margin-bottom: 0;
}
.layout-pageDetail .pageDetail-content {
    background: #ffffff;
    padding: 20px;
}
.box-info-contact li {
    margin-bottom: 20px;
}
.box-info-contact li > span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    float: left;
    background: #ffffff;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 15px;
}
.box-info-contact li p {
    width: calc(100% - 35px);
    float: left;
    padding-left: 15px;
    margin-bottom: 5px;
    color: #696969;
    font-weight: 500;
}
.box-info-contact li p strong {
    color: #000;
    margin-bottom: 5px;
}
.box-send-contact h2,
.box-info-contact h2 {
    font-weight: 700;
    font-size: 25px;
    margin: 30px 0;
}
.contact-form .input-group {
    width: 100%;
    margin-bottom: 20px;
}
.contact-form .input-group input,
.contact-form .input-group textarea {
    color: #5c5c5c;
    height: 45px;
    width: 100%;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.contact-form .input-group textarea {
    width: 100%;
    height: 130px;
    padding: 20px 20px;
}
.contact-form .input-group textarea:focus {
    outline: none;
}
.layout-searchPage {
    margin-bottom: 50px;
}
.layout-searchPage .heading-page {
    position: relative;
    text-align: center;
}
.layout-searchPage .heading-page:after {
    content: "";
    background: #252a2b;
    display: block;
    width: 60px;
    height: 4px;
    margin: 20px auto 30px;
}
.layout-searchPage .heading-page h1 {
    margin: 25px 0 5px;
    font-size: 30px;
}
.layout-searchPage .subtext-result {
    margin: 0 0 15px;
}
.layout-searchPage .expanded-message .message-txt {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.layout-searchPage .expanded-message h2 {
    font-weight: 600;
    font-size: 20px;
}
.layout-searchPage .expanded-message .subtext {
    margin-bottom: 40px;
    display: block;
}
.layout-searchPage .search-field {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 650px;
}
.layout-searchPage .search-field input#go {
    width: 55px;
    height: 45px;
    float: right;
    background: url(//theme.hstatic.net/200000532555/1001014598/14/iconsearch.png?v=10) #000000 center no-repeat;
    margin: 0px;
    position: relative;
    top: 0;
    border-radius: 0;
    font-size: 0;
    border: 0;
}
.layout-searchPage .search-field .search_box {
    width: calc(100% - 55px);
    outline: none;
    height: 45px;
    padding: 0 20px;
    background: #ededed;
    border: 0;
    box-shadow: none;
}
@media (max-width: 767px) {
    .layout-pageDetail .pageDetail-main-left,
    .layout-pageDetail .pageDetail-aside-right {
        padding-left: 0;
        padding-right: 0;
    }
    .layout-pageDetail .pageDetail-aside-right {
        margin-top: 12px;
    }
}
/*======  SIDEBAR ==================================================*/
.list-blogs-latest .item-article {
    border-bottom: 1px #efefef dotted;
    padding: 15px 0;
    margin: 0;
}
.list-blogs-latest .item-article:last-child {
    border-bottom: none;
}
.list-blogs-latest .item-article .post-image {
    width: 33%;
    float: left;
    position: relative;
    margin-top: 2px;
}
.list-blogs-latest .item-article .post-content {
    width: 67%;
    float: left;
    padding-left: 10px;
}
.list-blogs-latest .item-article .post-content h3 {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}
.list-blogs-latest .item-article .post-content h3 a {
    color: #252a2b;
}
.list-blogs-latest .item-article .post-content .post-meta {
    font-size: 13px;
    margin: 0;
}
.list-blogs-latest .item-article .post-content .post-meta a {
    color: #757575;
}
.menuList-links {
    margin: 0;
}
.menuList-links li {
    position: relative;
}
.menuList-links li a {
    color: #252a2b;
    position: relative;
    font-size: 13px;
    display: block;
}
.menuList-links li a:hover,
.menuList-links li a:focus {
    color: #000000;
}
.menuList-links > li {
    border-bottom: 1px dashed #e7e7e7;
}
.menuList-links > li:last-child {
    border-bottom: none;
}
.menuList-links > li > a {
    padding: 12px 0;
    font-weight: 500;
    font-size: 15px;
}
.menuList-links > li.has-submenu > a {
    padding-right: 30px;
}
.menuList-links > li.has-submenu span.icon-plus-submenu {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent;
}
.icon-plus-submenu:after,
.icon-plus-submenu:before {
    background: rgba(9, 9, 9, 0.6);
    content: '';
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
.icon-plus-submenu:before {
    width: 9px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-plus-submenu:after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
}
li.has-submenu.opened > a .icon-plus-submenu:after {
    -moz-transform: translateY(-50%) scale(1, 0);
    -ms-transform: translateY(-50%) scale(1, 0);
    -webkit-transform: translateY(-50%) scale(1, 0);
    transform: translateY(-50%) scale(1, 0);
}
.menuList-links > li.has-submenu .icon-plus-submenu:hover {
    border: 1px solid #e7e7e7;
}
ul.menuList-links li ul.submenu-links {
    display: none;
}
ul.submenu-links li a {
    padding: 8px 0 8px 0px;
}
li.has-submenu.level0 > ul.submenu-links {
    border-top: 1px dashed #e7e7e7;
}
li.has-submenu.level0 > ul.submenu-links li a {
    padding-left: 12px;
}
li.has-submenu.level1 > ul.submenu-links li a {
    padding-left: 25px;
}
.group-sidebox {
    margin: 0 0 20px;
    position: relative;
    padding: 20px 15px;
    background: #ffffff;
}
.group-sidebox .sidebox-title h3 {
    font-size: 18px;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
}
.group-sidebox .sidebox-title h3 span {
    display: none;
}
.group-sidebox .sidebox-content {
    border-top: 1px solid #e7e7e7;
}
@media (max-width: 767px) {
    .group-sidebox {
        padding-bottom: 10px;
        margin: 0;
        border: 0;
    }
    .group-sidebox + .group-sidebox {
        border-top: 1px solid #e7e7e7;
    }
    .group-sidebox .sidebox-title h3 {
        text-align: left;
        position: relative;
    }
    .group-sidebox .sidebox-title h3 span {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 24px;
        width: 25px;
        text-align: center;
        transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
    }
    .group-sidebox .sidebox-content-togged {
        display: none;
    }
    .group-sidebox.is-open .sidebox-title h3 span {
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}
/* ============     ADDTHIS ** addthis ============== */
/* - Harafunnel mobile */
.harafunnel-mb {
    position: fixed;
    right: 8px;
    bottom: 120px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    padding: 6px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    transition: box-shadow 150ms linear;
}
.harafunnel-mb:hover {
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.3);
}
.harafunnel-mb a {
    display: block;
}
.harafunnel-mb a svg {
    width: 100%;
    height: 100%;
}
/* end-- Harafunnel mobile */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
    right: 12px !important;
}
/*.addThis_listSharing {
position: fixed;top:0;left:0;right:0;bottom:0;z-index:999;
background-color:transparent;display:none;opacity: 0;visibility: hidden;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.addThis_listSharing .listSharing_action{
position: absolute;bottom: 140px;border-radius: 12px;right: 20px;max-width: 300px;
background-color: #f5f6fa;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
-webkit-transform-origin: 100% bottom; transform-origin: 100% bottom;
transform: scale(0);  -webkit-transform: scale(0);-moz-transform: scale(0);
-ms-transform: scale(0); -o-transform: scale(0);
transition: -webkit-transform .35s cubic-bezier(.165,.84,.44,1);
transition: transform .35s cubic-bezier(.165,.84,.44,1);
transition: transform .35s cubic-bezier(.165,.84,.44,1),-webkit-transform .35s cubic-bezier(.165,.84,.44,1);
-webkit-transition: transform .35s cubic-bezier(.165,.84,.44,1);
-moz-transition: transform .35s cubic-bezier(.165,.84,.44,1);
-ms-transition: transform .35s cubic-bezier(.165,.84,.44,1);
-o-transition: transform .35s cubic-bezier(.165,.84,.44,1);
}
.addThis_listing .addThis_item{margin:0;padding:10px 15px;}
.addThis_listing .addThis_item:not(:last-of-type) {
border-bottom: 1px solid #ecedf1;box-shadow: 0 1px 0 0 #fff;
}
.addThis_listing .addThis_item .addThis_item--icon{
width: 100%; height: auto;border-radius:0; box-shadow: none;
display: -webkit-flex; display: -moz-flex; display: flex;
-webkit-align-items: center; align-items: center;
}
.addThis_listing .addThis_item .addThis_item--icon svg {
display: block;border-radius: 50%;
width:32px;height:32px;box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text{
opacity: 1; visibility: visible;
position: initial;width: calc(100% - 30px);padding-left: 15px;
text-align: left;background: transparent;
color: #1d243e;font-size: 13px;font-weight: 400;
}
.addThis_listing .addThis_item:hover .tooltip-text{color:#000000;}
.addThis_listing .addThis_item.addThis_item__fbchat{} 
.addThis_listSharing .addThis_close {
position: absolute; z-index:10; right: 0; top: 0;
border: 0;outline: none;padding: 6px;background: transparent;
}
.addThis_listSharing .addThis_close svg{opacity: 0.6;width:24px;height:24px; display: block;margin: auto;}
.addThis_iconContact {position: fixed;bottom:105px;right:13px;margin: 0;z-index: 999; cursor: pointer;}
.addThis_iconContact .svgico > svg{
fill: #ffffff; width: 28px;height:46px;
transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.addThis_iconContact .svgico .svgico--close{
position: absolute;top: 0;left: 0;right: 0;bottom: 0;
opacity: 0;visibility: hidden;transform: scale(0.3);
transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out;
transition: opacity 0.35s ease-in-out, transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.addThis_iconContact .svgico .svgico--close svg{fill: #ffffff;width:17px;height:46px;}
.addThis_listSharing.active + .addThis_iconContact .svgico .svgico--close{
opacity: 1; visibility: visible;
-webkit-transform: scale(1); transform: scale(1);
}
.addThis_listSharing.active + .addThis_iconContact .svgico > svg{opacity: 0;visibility: hidden;transform: scale(0.3);}
.addThis_listSharing.active{opacity: 1; visibility: visible;}
.addThis_listSharing.active .listSharing_action{    
-ms-transition-delay:0.1s;;-webkit-transition-delay: 0.15s;transition-delay: 0.1s;
transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1);
}
.addThis_iconContact{
.box-contact{
.svgico{
position: relative; z-index: 4;
height:48px;width:48px;text-align: center;border-radius: 50%;
border:1px solid #ffffff;    cursor: pointer;
background:#000000; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);  
box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
animation: pulse 2s infinite;animation: pulse 2s infinite; 
}
&:before, &:after {
position: absolute; content: '';
height: 48px; width: 48px;left: 0;top: 0;
background:#000000; border-radius: 50%; 
}
&:before {animation: euiBeaconPulseSmall 2s infinite ease-out;}
&:after {animation: euiBeaconPulseSmall 2s  infinite ease-out 0.4s;}
}
}
.listSharing_overlay{
position: absolute; top: 0;left: 0;right: 0;height: 100%;     z-index: -1;
background-color: rgba(0, 0, 0, 0.5);
display: none; opacity: 0;visibility: hidden;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes euiBeaconPulseSmall {
0% {-webkit-transform: scale(0); transform: scale(0);opacity: 1;}
50% {opacity: 0.6;}
100% {-webkit-transform: scale(1.6); transform: scale(1.4);opacity: 0;}
}
@media(max-width:991px){
.addThis_iconContact {display:block; bottom: 120px;}
.addThis_listSharing .listSharing_action{bottom: 140px;left: 14px; right: 14px;max-width: 100%;}
.addThis_listing .addThis_item .addThis_item--icon svg{width:28px;height:28px}
.addThis_listing .addThis_item.addThis_item__fbchat{display:block} 
.addThis_listSharing.active .listSharing_overlay {display: block;opacity: 1;visibility: visible;pointer-events: auto;}
}
*/
.addThis_listSharing {
    position: fixed;
    bottom: 85px;
    z-index: 999;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.addThis_listSharing.is-show {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.addThis_listing .addThis_item {
    margin-bottom: 5px;
    margin-right: 24px;
    list-style: none;
}
.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 4px;
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: black;
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {
    text-decoration: none;
    opacity: .9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
/* modal- center */
.modal-addThis {
    font-size: 0;
    text-align: center;
    padding: 0 !important;
    background: rgba(3, 17, 27, 0.7);
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
}
.modal-addThis:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-addThis .modal-dialog-centered {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-addThis.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-addThis .modal-dialog-centered .modal-content {
    width: 100%;
}
.modal-addThis .modal-dialog-centered {
    margin: 30px auto 50px;
}
.modal-addThis.fade .modal-dialog-centered {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.modal-addThis.fade.in .modal-dialog-centered {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media (max-width: 767px) {
    .modal-addThis .modal-dialog-centered {
        margin: 30px 10px 50px;
    }
}
/* modal-succes */
.modal-succesform .modal-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #000000;
}
.modal-succesform p:not(.modal-title) {
    font-size: 15px;
    margin: 10px 0 5px;
}
.modal-succesform p.txtloading {
    color: #aaa;
    font-size: 13px;
}
@keyframes rotatePlaceholder {
    0% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    5% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    12% {
        -webkit-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
    100% {
        -webkit-transform: rotate(-405deg);
        -moz-transform: rotate(-405deg);
        -o-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}
@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}
@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}
.modal-icon.sweet-alert {
    padding-top: 15px;
}
.animateSuccessTip {
    animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
    animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
    animation: rotatePlaceholder 4.25s ease-in;
}
.sweet-alert .sa-icon.sa-success {
    width: 80px;
    height: 80px;
    border: 4px solid #4cae4c;
    border-radius: 50%;
    margin: 20px auto 0;
    position: relative;
    box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    -moz-transform-origin: 60px 60px;
    -o-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0px 60px;
    -moz-transform-origin: 0px 60px;
    -o-transform-origin: 0px 60px;
    transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(92, 184, 92, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #5cb85c;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* modal-contactform */
.modal-contactform .modal-header h4.modal-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.modal-contactform .modal-header .close {
    margin-top: -10px;
    opacity: 0.5;
    font-size: 26px;
    width: 30px;
    margin-right: -8px;
}
.modal-contactform .content_popupform .input-group {
    width: 100%;
    margin: 0 0 15px;
}
.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea {
    border: 1px solid #e7e7e7;
    box-shadow: none;
    height: 40px;
    font-weight: 500;
    padding: 5px 20px;
    background: #fbfbfb;
    color: #252a2b;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.modal-contactform .content_popupform .input-group textarea {
    resize: none;
    height: 80px;
}
@media (min-width: 992px) {
    .modal-addThis.modal-contactform .modal-dialog {
        width: 600px;
    }
    .modal-addThis.modal-succesform .modal-dialog {
        width: 450px;
    }
}
/*====== POPUP CONTACT ====================================================================*/
.modal-popupContact {
    font-size: 0;
    text-align: center;
    padding: 0 !important;
    color: #333;
    background: rgba(3, 17, 27, 0.7);
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
}
.modal-popupContact:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-popupContact .modal-dialog-centered {
    font-size: 14px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-popupContact.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-popupContact .modal-dialog-centered .modal-content {
    width: 100%;
}
.modal-popupContact .modal-dialog-centered {
    margin: 35px auto 50px;
}
.modal-popupContact.fade .modal-dialog-centered {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.modal-popupContact.fade.in .modal-dialog-centered {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@media (max-width: 767px) {
    .modal-popupContact .modal-dialog-centered {
        margin: 35px 10px 50px;
    }
}
.modal-popupContact .close-popup-contact {
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    outline: none;
}
.modal-popupContact .close-popup-contact svg {
    display: block;
    margin: auto;
    height: 30px;
    width: 14px;
    text-align: center;
    fill: #f3f3f3;
}
.modal-popupContact .close-popup-contact:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.modal-popupContact.popupBanner .modal-content {
    background-color: transparent;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.modal-popupContact.popupForm .modal-content {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e6e6e6;
}
.modal-popupContact.popupForm .modal-content.lazyloaded {
    background-image: url("");
}
.modal-popupContact.popupForm .modal-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f3f3f3;
    opacity: 0.75;
}
.modal-popupContact.popupForm .modal-content:before,
.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    width: 58%;
}
.modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    position: relative;
    padding: 50px 25px;
    float: right;
}
.title-popup-contact {
    font-size: 24px;
    margin: 0px 0px 10px;
    font-weight: 500;
}
.message-popup-contact {
    margin-bottom: 25px;
}
.title-adv-popup-contact {
    font-size: 14px;
    margin-bottom: 5px;
}
.list-adv-popup-contact li {
    list-style-type: disc;
    margin-left: 25px;
    font-size: 14px;
}
.popup-form-customer .input-group {
    width: 100%;
    display: block;
    margin-bottom: 0;
}
.popup-form-customer .input-group input {
    box-shadow: none;
    background: #fff;
    border: 1px solid #e7e7e7;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.popup-form-customer .input-group input,
.popup-form-customer .input-group .input-group-addon {
    width: 100%;
    margin-bottom: 15px;
    height: 45px;
    padding: 10px 20px;
    line-height: 25px;
    outline: none;
}
.popup-form-customer .input-group .input-group-addon {
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #252a2b;
}
.popup-form-customer .succes-popup {
    font-size: 13px;
    min-height: 25px;
    visibility: hidden;
    margin: 0;
    text-align: center;
}
.popup-form-customer .succes-popup.error {
    visibility: visible;
    color: red;
}
.popup-form-customer .succes-popup.success {
    visibility: visible;
    color: #27a208;
}
@media (min-width: 992px) {
    .popup-form-customer .input-group .input-group-addon:hover {
        border-color: #000000;
    }
}
@media (max-width: 767px) {
    .modal-popupContact.popupForm .modal-content:before,
    .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .modal-popupContact .modal-dialog-centered {
        width: 650px;
    }
}
/*=================================================*/
.siteCart-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: transparent;
    /*-webkit-transition: top 0.5s ease 0s; transition: top 0.5s ease 0s;top:calc(100% - 45px);*/
}
.siteCart-mobile__dialog {
    margin: 0 auto;
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform 0.35s ease, bottom 0.25s ease, visibility 0s;
    transition: transform 0.35s ease, bottom 0.25s ease, visibility 0s;
    border-radius: 16px 16px 0 0;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 18px;
    display: flex;
    flex-direction: column;
}
.siteCart-mobile__content {
    height: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.siteCart-mobile__header {
    padding: 0 8px;
    cursor: pointer;
    border-bottom: 1px solid #dee2e6;
    background: #c92027;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.siteCart-mobile__header .boxinfo {
    padding: 12px 8px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.siteCart-mobile__header .boxinfo:nth-child(2) {
    font-weight: 600;
    text-align: center;
}
.siteCart-mobile__header .boxinfo:nth-child(3) {
    text-align: right;
}
.siteCart-mobile__body {
    position: relative;
    overflow: hidden;
    visibility: hidden;
    background: #ffffff;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.siteCart-mobile__body .sitenav-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.siteCart-mobile__body .sitenav-content__title {
    display: none;
}
.siteCart-mobile__body .cart-view {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-direction: column;
    flex-direction: column;
}
.siteCart-mobile__body .cart-view-scroll {
    padding: 0 15px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.siteCart-mobile__body .cart-view-scroll .mini-cart__empty td {
    padding-top: 20px;
    padding-bottom: 20px;
}
.siteCart-mobile__body .cart-view-scroll .mini-cart__item {
    background: #ffffff;
}
.siteCart-mobile__body .cart-view-line {
    margin-top: auto;
    position: relative;
    z-index: 1;
}
.siteCart-mobile__body .cart-view-total {
    padding: 0 12px 05px;
}
.siteCart-mobile__body .cart-view-total .mini-cart__button .mnc-cta {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}
.siteCart-mobile__body .cart-view-total .mini-cart__button .mnc-cta:last-child {
    display: none;
}
.siteCart-mobile__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.siteCart-mobile > .siteCart-mobile__header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
}
.siteCart-mobile.show-cart {
    top: 0 !important;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.siteCart-mobile.show-cart > .siteCart-mobile__header {
    display: none;
}
.siteCart-mobile.show-cart .siteCart-mobile__dialog {
    bottom: 0;
    max-height: calc(100% - 60px);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.siteCart-mobile .siteCart-mobile__dialog .siteCart-mobile__header {
    visibility: hidden;
}
.siteCart-mobile.show-cart .siteCart-mobile__dialog .siteCart-mobile__header {
    visibility: visible;
    -webkit-transition: visibility 0.5s ease;
    transition: visibility 0.5s ease;
}
.siteCart-mobile.show-cart .siteCart-mobile__dialog .siteCart-mobile__body {
    visibility: visible;
}
.siteCart-mobile.show-cart .siteCart-mobile__header {
    border-radius: 16px 16px 0 0;
    -webkit-transition: visibility 0s ease;
    transition: visibility 0s ease;
}
.siteCart-mobile.show-cart .siteCart-mobile__header:before {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -14px;
    width: 48px;
    height: 6px;
    border-radius: 3px;
    background: #ffffff;
}
.siteCart-mobile.show-cart .siteCart-mobile__overlay {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
@media (max-width: 991px) {
    .siteCart-mobile {
        display: block;
    }
    .template-product .siteCart-mobile .siteCart-mobile__header {
        bottom: -10%;
    }
    body.body-showcart {
        overflow: hidden;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_cart .header-action_dropdown,
    .mainHeader.mainHeader_temp03 .header-wrap-action .header-action .header-action-item.header-action_cart .box-triangle {
        display: none !important;
    }
    body:not(.mainBody-mbcart) .siteCart-mobile {
        display: block;
    }
    body:not(.mainBody-mbcart) .siteCart-mobile > .siteCart-mobile__header,
    body.mainBody-mbcart.template-page .siteCart-mobile > .siteCart-mobile__header {
        display: none;
    }
    body.mainBody-mbcart .mainFooter {
        padding-bottom: 45px;
    }
    body.mainBody-mbcart.template-page .mainFooter {
        padding-bottom: 0;
    }
    body.mainBody-mbcart.template-cart .mainFooter {
        padding-bottom: 56px;
    }
    body:not(.mainBody-mbcart).template-cart .wrapper-mainCart .order-summary-block .summary-button {
        position: relative;
    }
    .mainFooter-product {
        padding-bottom: 54px;
    }
    body.mainBody-mbcart .mainFooter.mainFooter-product {
        padding-bottom: 56px;
    }
    .productDetail-toolbar {
        border-top: 1px solid #e7e7e7;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 500;
        top: auto !important;
        background: #fff;
        margin: auto;
        padding: 5px 0px 8px;
        -webkit-transition: padding .3s ease;
        transition: padding .3s ease;
    }
    .mainBody-product.scroll-down .actionToolbar_product {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    body.mainBody-mbcart .mainBody-product + .siteCart-mobile:not(.show-cart) {
        opacity: 0;
        visibility: hidden;
    }
    body.mainBody-mbcart .mainBody-product.scroll-down + .siteCart-mobile {
        opacity: 1;
        visibility: visible;
    }
    body.mainBody-mbcart .mainBody-product.scroll-down .productDetail-toolbar {
        /*padding-bottom: 55px;*/
    }
    /* cart */
}
@media (max-width: 767px) {
    .productDetail-toolbar .product-actions {
        margin-left: -8px;
        margin-right: -8px;
    }
    .productDetail-toolbar .use-chat-mobile .block-chat-mobile {
        width: 30%;
        text-align: center;
    }
    .productDetail-toolbar .use-chat-mobile .block-chat-mobile img {
        width: 25px;
    }
    .productDetail-toolbar .use-chat-mobile .block-chat-mobile p {
        margin: 0;
        width: 100%;
        display: inline-block;
    }
    .productDetail-toolbar .use-chat-mobile .product-actions .block-addcart {
        width: calc(100% - 30%);
    }
}
/* notification Product */
.jGrowl.top-right {
    right: 0;
    top: 16%;
}
.jGrowl .jGrowl-notification {
    position: relative;
    background: #ffffff;
    border: 0;
    opacity: 1;
    width: 270px;
    -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
}
.jGrowl .jGrowl-notification:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.04);
}
.jGrowl-message .jGowl-text {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}
.jGrowl-message img {
    border: 1px solid #ececec;
}
.jGrowl-message .jGrowl-note .jGrowl-title {
    font-size: 13px;
    color: #252a2b;
}
.jGrowl-message .jGrowl-note ins {
    display: block;
    color: #000000;
}
.jGrowl-message .col-md-8 {
    padding-left: 0;
}
.jGrowl-notification .jGrowl-close {
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    position: absolute;
    right: 6px;
    z-index: 99;
    border: none;
    float: right;
    font-weight: 700;
    cursor: pointer;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 14px;
    border-radius: 50%;
}
.jGrowl .jGrowl-closer.ui-corner-all {
    display: none !important;
}
@media (max-width: 991px) {
    div#jGrowl {
        display: none;
    }
}
/* page.about-01*/
.layoutPage-about-one .breadcrumb-shop {
    margin-bottom: 0;
}
.section-about01-introduce {
    padding: 65px 0;
    font-size: 16px;
    line-height: 1.7;
}
.section-about01-introduce + .section-about01-introduce {
    padding-top: 0;
    border-bottom: 1px solid #e7e7e7;
}
.section-about01-introduce .sitebox-heading {
    margin-bottom: 35px;
}
.section-about01-introduce .sitebox-heading .hTitle {
    font-size: 26px;
    margin: 0;
}
.section-about01-introduce .sitebox-heading .tagline {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 15px;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 5px;
}
.section-about01-introduce .sitebox-heading .tagline:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #000000;
    position: absolute;
    bottom: 2px;
    left: calc(50% - 3px);
    transform: rotate(135deg);
    opacity: 0.3;
}
.section-about01-introduce .sitebox-content .box-info {
    padding: 0 20px 0px;
}
.section-about01-introduce .sitebox-content .flexbox-introduce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.section-about01-introduce .sitebox-content .intro-left,
.section-about01-introduce .sitebox-content .intro-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.section-about01-introduce .sitebox-content .intro-desc {
    background: #ffffff;
    padding: 75px 80px 75px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.section-about01-introduce .sitebox-content .intro-desc p + p {
    margin-top: 20px;
}
.section-about01-introduce .sitebox-content .intro-image {
    margin-top: 50px;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .section-about01-introduce .sitebox-content .intro-desc {
        padding: 40px 25px 40px 25px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .section-about01-introduce {
        font-size: 15px;
    }
    .section-about01-introduce .sitebox-heading {
        margin-bottom: 35px;
    }
    .section-about01-introduce .sitebox-heading .hTitle {
        font-size: 22px;
    }
    .section-about01-introduce .sitebox-heading .tagline {
        font-size: 14px;
        letter-spacing: 3px;
    }
    .section-about01-introduce .sitebox-content .box-info {
        padding: 0 10px 20px;
    }
    .section-about01-introduce .sitebox-content .flexbox-introduce {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-about01-introduce .sitebox-content .intro-left,
    .section-about01-introduce .sitebox-content .intro-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-about01-introduce .sitebox-content .intro-desc {
        padding: 50px 60px 70px;
    }
    .section-about01-introduce .sitebox-content .intro-image {
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .section-about01-introduce {
        font-size: 14px;
        padding: 45px 0;
    }
    .section-about01-introduce .sitebox-heading {
        margin-bottom: 35px;
    }
    .section-about01-introduce .sitebox-heading .hTitle {
        font-size: 22px;
    }
    .section-about01-introduce .sitebox-heading .tagline {
        font-size: 14px;
        letter-spacing: 3px;
    }
    .section-about01-introduce .sitebox-content .box-info {
        padding: 0 10px 20px;
    }
    .section-about01-introduce .sitebox-content .flexbox-introduce {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-about01-introduce .sitebox-content .intro-left,
    .section-about01-introduce .sitebox-content .intro-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-about01-introduce .sitebox-content .intro-image {
        margin-top: 0px;
    }
    .section-about01-introduce .sitebox-content .intro-desc {
        padding: 30px 20px 30px 20px;
    }
}
.section-about01-services {
    padding: 60px 0;
    background: #f5f8fd;
}
.section-about01-services .service-item {
    text-align: center;
    margin-bottom: 10px;
}
.section-about01-services .service-item__info h2 {
    position: relative;
    margin: 20px 0 12px;
    padding-bottom: 20px;
    color: #000000;
    font-weight: 500;
    font-size: 20px;
}
.section-about01-services .service-item__info h2:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #000000;
    position: absolute;
    bottom: 2px;
    left: calc(50% - 3px);
    transform: rotate(135deg);
    opacity: 0.5;
}
.section-about01-services .service-item__info p {
    font-size: 16px;
    line-height: 1.7;
}
@media (max-width: 991px) and (min-width: 768px) {
    .section-about01-services .service-item__info h2 {
        font-size: 18px;
    }
    .section-about01-services .service-item__info p {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .section-about01-services {
        font-size: 14px;
        padding: 45px 0;
    }
    .section-about01-services .service-item + .service-item {
        margin-top: 25px;
    }
    .section-about01-services .service-item__info h2 {
        font-size: 18px;
        margin: 14px 0 10px;
    }
    .section-about01-services .service-item__info p {
        font-size: 14px;
    }
}
/* page.about-02 */
.layoutPage-about-two {
    font-size: 15px;
    line-height: 1.6;
}
.layoutPage-about-two .breadcrumb-shop {
    margin-bottom: 0;
}
.section-about02-introduce {
    padding: 65px 0 0px;
}
.section-about02-introduce .sitebox-heading .hTitle {
    font-size: 30px;
    margin: 0 0 10px;
}
.section-about02-services {
    padding: 65px 0 50px;
}
.section-about02-services .service-item {
    text-align: center;
}
.section-about02-services .service-item__info h2 {
    position: relative;
    margin: 20px 0 12px;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}
.section-about02-information {
    padding: 50px 0 70px;
}
.section-about02-information .flexbox-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.section-about02-information .flexbox-information + .flexbox-information {
    margin-top: 65px;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.section-about02-information .block-info {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.section-about02-information .block-info__image {
    position: relative;
    z-index: 1;
    padding: 40px 0;
}
.section-about02-information .block-info__image:before {
    content: "";
    width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000000;
    opacity: 0.05;
    z-index: -1;
}
.section-about02-information .block-info__detail {
    padding: 30px 50px;
}
.section-about02-information .block-info__detail h2 {
    font-size: 26px;
    margin: 0 0 10px;
}
.section-about02-information .block-info__detail .bli-txtlist li {
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
    margin: 5px 0;
}
.section-about02-information .block-info__detail .bli-txtlist li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #252a2b;
    opacity: 0.5;
    position: absolute;
    left: 4px;
    top: 9px;
}
.section-about02-information .block-info__detail .bli-cta {
    margin: 20px 0 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .section-about02-information .block-info__detail {
        padding: 20px 30px;
    }
}
@media (max-width: 991px) and (min-width: 767px) {
    .section-about02-services {
        padding-top: 30px;
    }
    .section-about02-services .service-item {
        margin-top: 25px;
    }
    .section-about02-information .block-info {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .layoutPage-about-two {
        font-size: 14px;
    }
    .section-about02-introduce {
        padding-top: 45px;
    }
    .section-about02-introduce .sitebox-heading .hTitle {
        font-size: 22px;
    }
    .section-about02-services {
        padding: 10px 0 30px;
    }
    .section-about02-services .service-item {
        margin-top: 20px;
    }
    .section-about02-services .service-item__info h2 {
        margin: 10px 0 8px;
    }
    .section-about02-information {
        padding: 30px 0 50px;
    }
    .section-about02-information .flexbox-information + .flexbox-information {
        margin-top: 30px;
    }
    .section-about02-information .block-info {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-about02-information .block-info__image {
        padding: 20px 0;
    }
    .section-about02-information .block-info__detail {
        padding: 30px 0 20px;
    }
    .section-about02-information .block-info__detail h2 {
        font-size: 22px;
    }
    .section-about02-information .block-info__detail .bli-cta .button {
        padding: 8px 28px;
        font-size: 12px;
    }
}
/* page.about-03 */
.layoutPage-about-three {
    font-size: 15px;
    line-height: 1.6;
}
.layoutPage-about-three .breadcrumb-shop {
    margin-bottom: 0;
}
[class^="section-about03-"] {
    padding: 80px 0;
}
[class^="section-about03-"] .s-title h2 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 30px;
}
[class^="section-about03-"] .s-title span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    margin-bottom: 15px;
}
[class^="section-about03-"] .s-content p {
    margin-bottom: 20px;
}
.section-about03-introduce {
    padding-bottom: 130px;
}
.section-about03-introduce .m-about-slider {
    position: relative;
    z-index: 2;
    margin-left: 50px;
    margin-right: 20px;
}
.section-about03-introduce .m-about-slider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid #000000;
    left: -50px;
    bottom: -50px;
    z-index: -1;
}
.section-about03-introduce .m-about-detail {
    padding-left: 20px;
}
.section-about03-introduce .m-about-detail .s-button {
    margin-top: 25px;
}
.section-about03-introduce .about-us-carousel.owl-carousel .owl-nav {
    margin-top: 0px;
    position: absolute;
    right: -15px;
    bottom: 15px;
}
.section-about03-introduce .about-us-carousel.owl-carousel .owl-nav .owl-prev,
.section-about03-introduce .about-us-carousel.owl-carousel .owl-nav .owl-next {
    display: block;
    margin: 0px;
    background: #000000;
    color: #ffffff;
    padding: 8px 10px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}
.section-about03-services {
    background: #6ec7b3;
}
.section-about03-services .s-title .text-white {
    color: #ffffff;
}
.section-about03-services .flexbox-services {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.section-about03-services .circle-block-banner {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
}
.section-about03-services .circle-block-outer .service-loop {
    padding: 17px 20px;
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
    border: 2px solid #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-about03-services .circle-block-outer .service-loop h3 {
    font-size: 22px;
    color: #ffffff;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.section-about03-services .circle-block-outer .service-loop p {
    margin-bottom: 0;
}
.section-about03-services .circle-block-outer .service-loop.right {
    text-align: right;
}
@media (min-width: 992px) {
    .section-about03-services .circle-block-outer .service-loop:hover {
        color: #ffffff;
        background: #5bb4a0;
        border-color: #5bb4a0;
    }
    .section-about03-services .circle-block-outer .service-loop:hover h3 {
        color: #ffffff;
    }
    .section-about03-services .circle-block-outer .service-loop.left:last-child,
    .section-about03-services .circle-block-outer .service-loop.right:last-child {
        margin-bottom: 0;
    }
}
.section-about03-stories .our-story-row {
    position: relative;
    margin-bottom: 62px;
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.section-about03-stories .our-story-row:last-child {
    margin-bottom: 0;
}
.section-about03-stories .our-story-detail {
    position: relative;
    padding: 20px 30px;
    margin: 40px 0px;
}
.section-about03-stories .our-story-detail h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0;
}
.section-about03-stories .our-story-detail p {
    margin-bottom: 0;
}
.section-about03-stories .our-story-detail .time {
    font-size: 14px;
}
.section-about03-stories .our-story-row:nth-child(odd) {
    text-align: left;
}
.section-about03-stories .our-story-row:nth-child(even) {
    text-align: right;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.section-about03-stories .our-story-row:nth-child(odd) .our-story-detail {
    left: -70px;
    z-index: 5;
    background-color: #fff;
}
.section-about03-stories .our-story-row:nth-child(even) .our-story-detail {
    right: -70px;
    z-index: 5;
    background-color: #000000;
}
.section-about03-stories .our-story-row:nth-child(even) .our-story-detail h3,
.section-about03-stories .our-story-row:nth-child(even) .our-story-detail span,
.section-about03-stories .our-story-row:nth-child(even) .our-story-detail p {
    color: #fff;
}
@media (max-width: 991px) and (min-width: 767px) {
    [class^="section-about03-"] {
        padding: 60px 0;
    }
    [class^="section-about03-"] .s-title h2 {
        font-size: 22px;
    }
    [class^="section-about03-"] .s-title span {
        font-size: 16px;
    }
    .section-about03-introduce .m-about-slider {
        margin-left: 30px;
    }
    .section-about03-introduce .m-about-slider:after {
        left: -30px;
        bottom: -30px;
    }
    .section-about03-introduce .m-about-detail {
        padding-left: 0;
    }
    .section-about03-stories .our-story-row {
        margin-bottom: 50px;
    }
    .section-about03-stories .our-story-detail {
        padding: 18px 20px;
    }
    .section-about03-stories .our-story-detail h3 {
        font-size: 16px;
    }
    .section-about03-stories .our-story-row:nth-child(odd) .our-story-detail {
        left: 00px;
        margin-left: -70px;
    }
    .section-about03-stories .our-story-row:nth-child(even) .our-story-detail {
        right: 00px;
        margin-right: -70px;
    }
}
@media (max-width: 767px) {
    [class^="section-about03-"] {
        padding: 50px 0;
    }
    [class^="section-about03-"] .s-title h2 {
        font-size: 22px;
    }
    [class^="section-about03-"] .s-title span {
        font-size: 16px;
    }
    .layoutPage-about-three {
        font-size: 14px;
    }
    .section-about03-introduce .m-about-slider {
        margin-right: 0;
        margin-left: 30px;
        margin-bottom: 50px;
    }
    .section-about03-introduce .m-about-slider:after {
        left: -30px;
        bottom: -30px;
    }
    .section-about03-introduce .m-about-detail {
        padding-left: 0;
    }
    .section-about03-introduce .about-us-carousel.owl-carousel .owl-nav {
        right: 15px;
    }
    .section-about03-services {
        padding: 50px 0 20px;
    }
    .section-about03-services .circle-block-outer .service-loop {
        margin-bottom: 20px;
        padding: 15px 15px;
    }
    .section-about03-services .circle-block-outer .service-loop h3 {
        font-size: 18px;
    }
    .section-about03-services .circle-block-outer .service-loop.right {
        text-align: left;
    }
    .section-about03-stories .our-story-row {
        margin-bottom: 25px;
    }
    .section-about03-stories .our-story-detail {
        margin-top: 0;
        margin-bottom: 0px;
        padding: 20px 15px;
    }
    .section-about03-stories .our-story-detail h3 {
        font-size: 16px;
    }
    .section-about03-stories .our-story-row:nth-child(odd) .our-story-detail {
        left: 0;
        margin-left: 0px;
    }
    .section-about03-stories .our-story-row:nth-child(even) .our-story-detail {
        right: 0;
        margin-right: 0px;
    }
    .section-about03-stories .our-story-row:nth-child(even) {
        text-align: left;
    }
}
/*===== APP COMBO - BUY X TANG Y ============================================*/
.modal-productApp {
    text-align: center;
    padding: 0 !important;
    font-size: 0;
    background: rgba(3, 17, 27, 0.7);
    -webkit-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    transition: opacity .35s linear;
}
.modal-productApp:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-productApp .modal-dialog-centered {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
}
.modal-productApp.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-productApp .modal-dialog-centered .modal-content {
    width: 100%;
}
.modal-productApp.fade .modal-dialog-centered {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
}
.modal-productApp.fade.in .modal-dialog-centered {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.modal-productApp .modal-footer {
    padding: 15px;
    text-align: center;
}
.modal-productApp .modal-footer .button {
    margin: 0 5px;
    font-weight: 600;
    outline: none;
}
.modal-productApp .modal-footer .button:first-child:not(:hover) {
    color: #252a2b;
}
.modal-productApp .modal-footer .button:first-child:not(:hover):before {
    background: #ffffff;
}
.modal-productApp .modal-header {
    padding: 15px 20px;
}
.modal-productApp .modal-header .name-combo,
.modal-productApp .modal-header .modal-title {
    margin: 0;
    font-weight: bold;
    font-size: 22px;
    padding: 0px 30px 0px 0px;
}
.modal-productApp .modal-header .combo-title {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}
.modal-productApp .modal-header .close-modal-app {
    display: inline-block;
    position: absolute;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #333;
    right: 13px;
    top: 9px;
    z-index: 9;
    opacity: 1;
    margin: 0;
}
.modal-productApp .modal-header .close-modal-app svg {
    display: inline-block;
    fill: currentColor;
    position: relative;
    width: 12px;
    height: 28px;
}
#combo-program {
    max-height: 400px;
    overflow: auto;
}
#combo-program .combo-title b {
    color: #ff0707;
}
#combo-program .combo-w {
    border: 0;
    margin-bottom: 0px;
    padding: 0px 10px 0px 40px;
    position: relative;
}
#combo-program .combo-w:after {
    content: '\2714\fe0e';
    font-size: 16px;
    position: absolute;
    top: calc(50% - 11px);
    left: 11px;
    color: #000000;
    opacity: 0;
}
#combo-program .combo-w:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    position: absolute;
    top: calc(50% - 10px);
    left: 7px;
}
#combo-program .combo-w.checked:after {
    opacity: 1;
}
#combo-program .combo-w.checked:before {
    border: 1px solid #000000;
}
#combo-program table tr {
    margin-bottom: 3px;
}
#combo-program table tr:first-child td {
    border-top: 0;
}
#combo-program table label {
    font-weight: normal;
    font-size: 13px;
    display: block;
    border: none;
    padding: 2px 5px;
    cursor: pointer;
}
#combo-program table label:after {
    content: "";
    display: table;
    clear: both;
}
#combo-program table label img {
    display: inline-block;
    width: 85px;
    float: left;
}
#combo-program table label p {
    display: inline-block;
    width: calc(100% - 85px);
    float: left;
    margin-bottom: 0px;
    padding-left: 15px;
}
#combo-program table label .discount-promotion-price b {
    color: #fa0303;
}
#combo-program table label .discount-promotion-price del {
    margin-left: 5px;
}
#combo-program table input {
    display: none;
}
#combo-program table input:checked + label {
    color: #000;
    background: #fff8f8;
}
#buyxgety-program {
    margin: 20px 0;
    border: 2px dotted #000000;
    padding: 10px;
    position: relative;
    min-height: 100px;
    z-index: 0;
}
#buyxgety-program .buyxgety-heading {
    padding: 5px 10px;
    position: relative;
    padding-right: 60px;
}
#buyxgety-program .buyxgety-heading h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px;
}
#buyxgety-program .buyxgety-heading:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 6px;
    background-image: url("https://file.hstatic.net/1000308580/file/icon-gifbox_21127e78739a40a28f058e5e123d41b1.png");
    background-repeat: no-repeat;
    background-size: contain;
}
#buyxgety-program .modal-body {
    padding: 15px 30px;
}
.buyxgety_item {
    display: -webkit-flex;
    display: flex;
    padding: 5px 10px 10px;
}
.buyxgety_item .buyxgety_checkbox {
    width: 35px;
    float: left;
    padding-top: 7px;
}
.buyxgety_item .buyxgety_image {
    width: 60px;
    float: right;
    text-align: center;
}
.buyxgety_item .buyxgety_item_title {
    width: calc(100% - 95px);
    float: right;
    padding-left: 15px;
}
.buyxgety_item .buyxgety_list_variant select {
    font-size: 94%;
    font-style: italic;
    min-width: 110px;
    outline: none;
    padding: 1px 15px 2px;
    margin: 2px 0 5px;
}
.buyxgety_item .buyxgety_checkbox input[type=radio] {
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.product-loop .proloop-image .gift.product_gift_label,
.product-loop-ldpage .gift.product_gift_label {
    width: 28px;
    height: 28px;
    line-height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    text-align: center;
    border-radius: 50%;
    padding: 0 5px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
}
.product-loop .proloop-image .gift.product_gift_label img,
.product-loop-ldpage .gift.product_gift_label img {
    display: inline-block;
}
table.table-cart tr td.item .ico-gift {
    display: inline-block;
    width: 16px;
    vertical-align: text-bottom;
    margin-left: 10px;
}
@media (max-width: 767px) {
    .modal-productApp .modal-dialog-centered {
        margin: 30px 10px 50px;
    }
    .modal-productApp .modal-header {
        padding-left: 15px;
    }
    .modal-productApp .modal-header .name-combo,
    .modal-productApp .modal-header .modal-title {
        font-size: 18px;
    }
    .modal-productApp .modal-footer .button {
        width: 100%;
        margin: 0;
    }
    .modal-productApp .modal-footer .button + .button {
        margin-top: 10px;
    }
}
/* loop variant */
.variantColor {
    margin: 8px 0;
}
.variantColor ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.variantColor ul li {
    display: inline-block;
    /*border-radius: 100%;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            height: 26px;
            width: 26px;
            line-height: 15px;
            text-align: center;
            border: 1px solid #ccc;
            display: flex;
            align-items: center;
            justify-content: center;*/
    /*&.active {
            border-color: black;
        }*/
}
.variantColor ul li:not(:last-child) {
    margin: 0 3px 0 0;
}
.variantColor ul li label {
    margin: 0;
    cursor: pointer;
    border: 1px solid white;
    overflow: hidden;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    border: 1px solid #ccc;
}
.variantColor ul li label.more-option {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
}
.variantColor ul li label.more-option a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.variantColor ul li label.tim {
    background: #ee81ee;
}
.variantColor ul li label.vang {
    background: #ffff05;
}
.variantColor ul li label.cam {
    background: #f54105;
}
.variantColor ul li label.hong {
    background: #ffc0cb;
}
.variantColor ul li label.den {
    background: #000000;
}
.variantColor ul li label.ghi-nhat {
    background: #cccaca;
}
.variantColor ul li label.trang {
    background: #fffcfc;
}
.variantColor ul li label.xanh-duong {
    background: #1757eb;
}
.variantColor ul li label.xanh-dam {
    background: #054cb4;
}
.variantColor ul li label.xanh-la {
    background: #52ff52;
}
.variantColor ul li label.hong-dam {
    background: #ff1493;
}
.variantColor ul li label.xanh-tim-than {
    background: #1f187c;
}
.variantColor ul li label.hong-nhat {
    background: #ffb6c1;
}
.variantColor ul li label.ghi-dam {
    background: #4a4a4a;
}
.variantColor ul li label.ghi {
    background: #9b9b9b;
}
.variantColor ul li label.do {
    background: #dc143c;
}
.variantColor ul li label.do-tuoi {
    background: #fa1111;
}
.variantColor ul li label.do-dam {
    background: #b22222;
}
.variantColor ul li label.vang-dam {
    background: #d3c301;
}
.variantColor ul li label.vang-nhat {
    background: #fff79e;
}
.variantColor ul li label.be {
    background: #fff5ee;
}
.variantColor ul li label.nau-dam {
    background: #7e3c04;
}
.variantColor ul li label.nau-nhat {
    background: #d69b68;
}
.variantColor ul li label.xanh-reu {
    background: #417505;
}
.variantColor ul li label.xanh-lam {
    background: #50e3c2;
}
.variantColor ul li label.xanh-nhat {
    background: #a1cefa;
}
.variantColor ul li label.xanh-bac-ha {
    background: #00ffb6;
}
.variantColor ul li label.hoa-tiet {
    background: #917820;
}
.variantColor ul li label.ke {
    background: #9e9e9e;
}
.variantColor ul li label.mix {
    background: #ececec;
}
.variantColor ul li[data-color*="white"] label img {
    border: 1px solid gray;
}
.variantColor ul li img {
    border-radius: 100%;
}
.variantColor ul li img.white {
    border: 1px solid black;
}
@media (min-width: 992px) {
    .variantColor ul.number-option li {
        display: none;
    }
    .variantColor ul.number-option li:nth-child(1),
    .variantColor ul.number-option li:nth-child(2),
    .variantColor ul.number-option li:nth-child(3),
    .variantColor ul.number-option li:nth-child(4),
    .variantColor ul.number-option li:nth-child(5),
    .variantColor ul.number-option li:last-child {
        display: block;
    }
}
@media (max-width: 991.98px) {
    .variantColor ul.number-option li {
        display: none;
    }
    .variantColor ul.number-option li:nth-child(1),
    .variantColor ul.number-option li:nth-child(2),
    .variantColor ul.number-option li:nth-child(3),
    .variantColor ul.number-option li:nth-child(4),
    .variantColor ul.number-option li:last-child {
        display: block;
    }
}
.action-add-to-cart {
    margin: 10px 0;
}
.action-add-to-cart button {
    line-height: 1.35;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: white;
    color: black;
    font-size: 16px;
    border-radius: 100px;
    padding: 5px 16px;
    text-transform: none;
}
.action-add-to-cart button:hover {
    background: #e1e1e1;
    border-color: #e1e1e1;
}
#recommend-cart {
    padding: 45px 0;
}
#recommend-cart .section-heading-new {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
#modal-addcart .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
#modal-addcart .modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
@media (min-width: 768px) {
    #modal-addcart .modal-dialog-centered {
        max-width: 560px;
    }
}
@media (min-width: 576px) {
    #modal-addcart .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    #modal-addcart .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
    }
}
#modal-addcart .modal-dialog-centered .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-header:before,
#modal-addcart .modal-dialog-centered .modal-content .modal-header:after {
    display: none;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-header .modal-title {
    font-size: 27px;
    letter-spacing: 1.6px;
    font-weight: 700;
    text-transform: uppercase;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-header .close {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 14px;
    z-index: 1;
    margin-top: 0;
    opacity: 1;
}
@media (max-width: 991.98px) {
    #modal-addcart .modal-dialog-centered .modal-content .modal-header .close {
        right: 0;
    }
}
#modal-addcart .modal-dialog-centered .modal-content .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item {
    display: -ms-flexbox;
    display: flex;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item img {
    width: 100px;
}
@media (max-width: 991.98px) {
    #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item img {
        display: none;
    }
}
#modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info {
    width: 100%;
    padding-left: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 991.98px) {
    #modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info {
        padding: 0;
    }
}
#modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .large-p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0;
    margin-bottom: 14px;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: end;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .buttons .transparent-button {
    display: block;
    padding: 10px 20px;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    background-color: initial;
    border: 1px solid #000;
    padding: 12px 20px;
    width: calc(50% - 5px);
    text-align: center;
    white-space: nowrap;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .buttons .black-button {
    display: block;
    padding: 10px 20px;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: white;
    cursor: pointer;
    background-color: black;
    border: 1px solid #000;
    padding: 12px 20px;
    width: calc(50% - 5px);
    text-align: center;
    white-space: nowrap;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .buttons .go-checkout {
    display: none;
    padding: 10px 20px;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: white;
    cursor: pointer;
    background-color: black;
    border: 1px solid #000;
    padding: 12px 20px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .buttons.already-checkout .transparent-button,
#modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .buttons.already-checkout .black-button {
    display: none;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-body .atc-modal__item .atc-modal__item-info .buttons.already-checkout .go-checkout {
    display: block;
}
@media (min-width: 768px) {
    #modal-addcart .modal-dialog-centered .modal-content .modal-body {
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 30px;
    }
}
#modal-addcart .modal-dialog-centered .modal-content .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    padding: 30px;
    text-align: left;
}
@media (max-width: 991.98px) {
    #modal-addcart .modal-dialog-centered .modal-content .modal-footer {
        display: none;
    }
}
#modal-addcart .modal-dialog-centered .modal-content .modal-footer:before,
#modal-addcart .modal-dialog-centered .modal-content .modal-footer:after {
    display: none;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel {
    width: 100%;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel .similar-items__title {
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel .crosssell-product--pdp {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 0;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel .crosssell-product--pdp::-webkit-scrollbar {
    width: 0;
    display: none;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel .crosssell-product--pdp .product-carousel--wrapper {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding-right: 20px;
    width: 33.33%;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel .crosssell-product--pdp .product-carousel--wrapper img {
    margin-bottom: 12px;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel .crosssell-product--pdp .product-carousel--wrapper .product-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
#modal-addcart .modal-dialog-centered .modal-content .modal-footer .product-carousel .crosssell-product--pdp .product-carousel--wrapper .product-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #605e5c;
    margin: 0;
    padding: 0;
}
#modal-addcart .modal-dialog-centered.atc-modal .modal-content .modal-header {
    padding-bottom: 2px;
}
#modal-addcart .modal-dialog-centered.atc-modal .modal-content .modal-header .modal-title {
    font-weight: 900;
    line-height: 1.21;
    color: #000;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    #modal-addcart .modal-dialog-centered.atc-modal .modal-content .modal-header {
        padding-right: 30px;
        padding-left: 30px;
        padding-top: 30px;
    }
}
.view-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.view-mobile label {
    margin: 0;
}
.view-mobile .view__panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px 0;
}
.view-mobile .view__panel .view__button {
    width: 23px;
    height: 23px;
    opacity: .5;
    position: relative;
    border: none;
    background-color: initial;
    padding: 0;
}
.view-mobile .view__panel .view__button:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 1px solid #000;
}
.view-mobile .view__panel .view__button.view__grid {
    margin-right: 6px;
    opacity: 1;
}
.view-mobile .view__panel .view__button.view__grid:after {
    width: 23px;
    height: 2px;
}
.list_view .view-mobile .view__panel .view__button.view__grid {
    opacity: .5;
}
.list_view .view-mobile .view__panel .view__button.view__grid:after {
    width: 0;
    height: 0;
}
.view-mobile .view__panel .view__button.view__list {
    border: 1px solid #000;
    margin-left: 6px;
}
.view-mobile .view__panel .view__button.view__list:after {
    left: -1px;
}
.list_view .view-mobile .view__panel .view__button.view__list {
    opacity: 1;
}
.list_view .view-mobile .view__panel .view__button.view__list:after {
    width: 23px;
    height: 2px;
}
@keyframes popoverTheLookDot {
    from {
        opacity: 0.6;
        transform: scale(0.6);
    }
    to {
        opacity: 0;
        transform: scale(1.2);
    }
}
@keyframes scaleDown1 {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    1% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.sectionLookbooks {
    margin-bottom: 40px;
    position: relative;
    padding: 30px 0px 50px;
    background: #f5f5f5;
}
.sectionLookbooks .hTitle {
    font-size: 21px;
    margin: 0 0;
}
@media (min-width: 768px) {
    .sectionLookbooks .hTitle {
        font-size: 24px;
    }
}
.sectionLookbooks .lookbooks-container .lookbooks-column {
    margin-top: 30px;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo {
    position: relative;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-dot {
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 12px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    cursor: pointer;
    display: block;
    border: 0;
    outline: none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    opacity: 0;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-dot:before {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    top: -8px;
    left: -8px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: 1.2s popoverTheLookDot ease-in-out infinite;
    animation: 1.2s popoverTheLookDot ease-in-out infinite;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-dot svg {
    fill: #000000;
    height: 20px;
    width: 16px;
    opacity: 0.8;
    -webkit-transform: scale(0.75) rotate(45deg);
    -moz-transform: scale(0.75) rotate(45deg);
    transform: scale(0.75) rotate(45deg);
    -webkit-transition: -webkit-transform .2s, opacity .2s;
    -moz-transition: -moz-transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-dot[aria-describedby^="popover"] {
    z-index: 5;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-dot.is-active svg {
    -webkit-transform: scale(1.04) rotate(0deg);
    -moz-transform: scale(1.04) rotate(0deg);
    transform: scale(1.04) rotate(0deg);
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover {
    border: 0;
    width: 94%;
    max-width: 200px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover > .arrow,
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover > .arrow:after {
    border-width: 8px;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.bottom > .arrow {
    top: -9px;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: transparent;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.bottom > .arrow:after {
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: rgba(255, 255, 255, 0.9);
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.top > .arrow {
    bottom: -9px;
    margin-left: -8px;
    border-bottom-width: 0;
    border-top-color: transparent;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.top > .arrow:after {
    margin-left: -8px;
    border-bottom-width: 0;
    border-top-color: rgba(255, 255, 255, 0.9);
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.left > .arrow {
    right: -9px;
    border-right-width: 0;
    border-left-color: transparent;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.left > .arrow:after {
    border-right-width: 0;
    border-left-color: rgba(255, 255, 255, 0.9);
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.right > .arrow {
    left: -9px;
    margin-top: -8px;
    border-left-width: 0;
    border-right-color: transparent;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.right > .arrow:after {
    bottom: -8px;
    border-left-width: 0;
    border-right-color: rgba(255, 255, 255, 0.9);
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover .popover-content {
    padding: 8px 8px;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product .product--thumb {
    max-width: 80px;
    -webkit-flex-basis: 60px;
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product .product--thumb img {
    border: 1px solid #ececec;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product .product--text {
    padding: 0 0px 0 12px;
    text-align: left;
    max-width: calc(100% - 60px);
    -webkit-flex-basis: calc(100% - 60px);
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product .popover--title {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 4px;
    white-space: initial;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product .popover--price {
    margin: 0;
    font-size: 13px;
    color: red;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product .popover--price .price-del {
    color: #878c8f;
    text-decoration: line-through;
    font-size: 12px;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover-product:hover .popover--title {
    text-decoration: underline;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__photo .lazyloaded ~ .popover-dot {
    opacity: 1;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__detail {
    padding: 15px 0px 0;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__detail .lookbooks--title {
    color: #333333;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__detail .lookbooks--button .btn-lookbooks {
    margin: 12px 0 0;
    padding: 8px 30px;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__detail .lookbooks--button .btn-lookbooks:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -7px;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.5s;
    animation: 0.8s linear infinite rotate;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__detail .lookbooks--button .btn-lookbooks.disabled {
    pointer-events: none;
    opacity: 0.7;
    cursor: not-allowed;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__detail .lookbooks--button .btn-lookbooks:hover {
    background: #ffffff;
    color: #000000;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner__detail .lookbooks--button .btn-lookbooks:active:after,
.sectionLookbooks .lookbooks-container .lookbooks-banner__detail .lookbooks--button .btn-lookbooks.btn-animate:after {
    opacity: 1;
}
.sectionLookbooks .lookbooks-container .lookbooks-banner.lookbooks-banner-1 .lookbooks-banner__photo .popover-dot {
    opacity: 1;
}
@media (min-width: 1200px) {
    .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover {
        max-width: 220px;
    }
    .sectionLookbooks .lookbooks-container .lookbooks-banner__photo .popover.fade.in {
        opacity: 1;
        animation: scaleDown1 0.3s cubic-bezier(0, 0, 0.2, 1);
    }
}
@media (max-width: 991px) {
    .sectionLookbooks .lookbooks-container {
        margin: 0;
    }
    .sectionLookbooks .lookbooks-container .lookbooks-column {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .sectionLookbooks {
        padding-bottom: 35px;
    }
}
.count-product-loop {
    display: inline-block;
    background: url("//theme.hstatic.net/200000532555/1001014598/14/hot.png?v=10");
    border-radius: 13px;
    width: 145px;
    position: relative;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
}
.info-count-event {
    margin: 8px 0 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.countline {
    width: 1%;
    display: inline-block;
    height: 20px;
    position: absolute;
    top: 0;
    background: #ffbda6;
    border-radius: 0 13px 13px 0;
    z-index: 1;
    right: 0;
}
.countline.add-border {
    border-radius: 13px;
}
.text-count-product-loop {
    position: relative;
    z-index: 2;
    color: white;
}
.time-countdown-event {
    margin: 0 0 0 10px;
    font-size: 12px;
}
.time-countdown-event b {
    color: #e94650;
}
.icon-fire {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: -1px;
    background: url(//theme.hstatic.net/200000532555/1001014598/14/fire.png?v=10);
    background-size: 18px;
    background-repeat: no-repeat;
}
.swatch-ver-new {
    margin: 0 0 30px 0;
}
@media (max-width: 991.98px) {
    .swatch-ver-new {
        margin: 0 0 15px 0;
    }
}
.swatch-ver-new .heading-swatch {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.swatch-ver-new .wrapper-swatch-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.swatch-ver-new .item-swatch-color .swatch-color {
    /*width: 44px;
            height: 44px;*/
    border-radius: 100%;
    cursor: pointer;
}
.swatch-ver-new .item-swatch-color .swatch-color:not(:last-child) {
    margin: 0 6px 0 0;
}
.swatch-ver-new .item-swatch-color .swatch-color input {
    display: none;
}
.swatch-ver-new .item-swatch-color .swatch-color input:checked ~ label span {
    border-color: black;
}
.swatch-ver-new .item-swatch-color .swatch-color label {
    margin: 0;
    cursor: pointer;
    /*border: 1px solid #fff;
                overflow: hidden;
                border-radius: 100%;
                padding: 4px;
                height: 40px;
                width: 40px;*/
}
.swatch-ver-new .item-swatch-color .swatch-color label[for*="White"] img {
    border: 1px solid gray;
}
.swatch-ver-new .item-swatch-color .swatch-color label img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span {
    font-size: 0;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 100%;
    border: 1px solid #ccc;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-tim {
    background: #ee81ee;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-vang {
    background: #ffff05;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-cam {
    background: #f54105;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-hong {
    background: #ffc0cb;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-den {
    background: #000000;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-ghi-nhat {
    background: #cccaca;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-trang {
    background: #fffcfc;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-xanh-duong {
    background: #1757eb;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-xanh-dam {
    background: #054cb4;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-xanh-la {
    background: #52ff52;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-hong-dam {
    background: #ff1493;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-xanh-tim-than {
    background: #1f187c;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-hong-nhat {
    background: #ffb6c1;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-ghi-dam {
    background: #4a4a4a;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-ghi {
    background: #9b9b9b;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-do {
    background: #dc143c;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-do-tuoi {
    background: #fa1111;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-do-dam {
    background: #b22222;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-vang-dam {
    background: #d3c301;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-vang-nhat {
    background: #fff79e;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-be {
    background: #fff5ee;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-nau-dam {
    background: #7e3c04;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-nau-nhat {
    background: #d69b68;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-xanh-reu {
    background: #417505;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-xanh-lam {
    background: #50e3c2;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-xanh-nhat {
    background: #a1cefa;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-xanh-bac-ha {
    background: #00ffb6;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-hoa-tiet {
    background: #917820;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-ke {
    background: #9e9e9e;
}
.swatch-ver-new .item-swatch-color .swatch-color label .label-color-span.color-mix {
    background: #ececec;
}
.swatch-ver-new .item-swatch-color ~ .item-swatch-size {
    margin-top: 20px;
}
.swatch-ver-new .item-swatch-size .swatch-size {
    min-width: 33px;
    height: 33px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.swatch-ver-new .item-swatch-size .swatch-size:not(:last-child) {
    margin: 0 6px 0 0;
}
.swatch-ver-new .item-swatch-size .swatch-size.not-available label {
    pointer-events: none;
    border-color: #e0e0e0;
    background: rgba(232, 232, 232, 0.4);
    opacity: 0.5;
}
.swatch-ver-new .item-swatch-size .swatch-size label {
    margin: 0;
    border: 1px solid #e0e0e0;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 33px;
    height: 33px;
    border-radius: 2px;
    padding: 0 5px;
    cursor: pointer;
}
.swatch-ver-new .item-swatch-size .swatch-size input {
    display: none;
}
.swatch-ver-new .item-swatch-size .swatch-size input:checked ~ label {
    border-color: black;
}
.swatch-ver-new .item-swatch-size select {
    width: 100%;
    max-width: 220px;
    outline: none;
    padding: 5px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
}
.swatch-ver-new .item-view-all-color {
    margin: 20px 0 0 0;
    font-weight: bold;
    text-decoration: underline;
}
.selector-wrapper {
    display: none;
}
body.modal-demo-open {
    overflow: hidden;
}
#modal-demo {
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999;
    display: none;
    top: 0;
    left: 0;
}
.modal-demo-open #modal-demo {
    display: flex;
}
#modal-demo .wrapper-modal-demo {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    overflow: hidden;
    background: white;
}
@media (max-width: 991.98px) {
    #modal-demo .wrapper-modal-demo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
#modal-demo .wrapper-modal-demo .modal-demo-flex {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    padding: 0;
    border-radius: 0;
}
@media (max-width: 991.98px) {
    #modal-demo .wrapper-modal-demo .modal-demo-flex {
        grid-template-columns: repeat(1, 100%);
    }
}
#modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}
#modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .modal-heading {
    text-align: center;
}
#modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .modal-heading .logo-modal {
    font-size: 18px;
    font-weight: bold;
}
#modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .modal-heading .title-modal {
    font-size: 32px;
    font-weight: bold;
}
#modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .form-register .large_form {
    width: 100%;
    margin-bottom: 20px;
}
#modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .form-register .large_form input:not([type="radio"]) {
    outline: none;
    color: #5c5c5c;
    height: 45px;
    width: 100%;
    font-weight: 500;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .form-register .large_form#field-gender {
    display: flex;
    align-items: center;
}
#modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .form-register .large_form#field-gender input {
    margin: 0;
}
#modal-demo .wrapper-modal-demo .modal-demo-flex .modal-left-item .form-register .large_form#field-gender input ~ label {
    margin: 0 15px 0 0;
}
@media (max-width: 991.98px) {
    #modal-demo .wrapper-modal-demo .modal-demo-flex .modal-right-item {
        display: none;
    }
}
#modal-demo .wrapper-modal-demo .modal-demo-flex .modal-right-item img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100vh;
}
#wrap-social-login-plus button {
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#wrap-social-login-plus button:first-child {
    margin-top: 10px;
}
.mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .btn-search {
    outline: none;
    box-shadow: none;
}
@media (min-width: 991px) {
    .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search {
        width: 55px;
    }
    .search-header .mainHeader.mainHeader_temp03 .header-wrap-search .header-search .searchform-product .input-search {
        width: 100%;
    }
    .search-header .mainHeader.mainHeader_temp03 .header-wrap-search {
        position: absolute;
        right: auto;
    }
    .mainHeader.mainHeader_temp03 .header-wrap-search {
        position: relative;
        right: -50px;
    }
}
.section-collection-promotion {
    margin: 20px 0;
}
#guide-size {
    padding: 15px;
}
.view-size-guide {
    margin-top: -10px;
}
.view-size-guide a {
    text-decoration: underline;
    margin-bottom: 15px;
    font-weight: bold;
    display: block;
}
.product-app-tab {
    background: #fff;
    margin: 30px 0 0 0;
    padding: 15px;
}
.product-app-tab .head-app-tab {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
}
.short-description-detail {
    order: 3;
}
/* store */
.pd-top-30 {
    padding-top: 30px;
}
.sectionContentStore h1 {
    margin-bottom: 30px;
}
.address-map {
    background: #f8f8f8;
    padding: 20px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.address-map h3 {
    font-size: 14px;
    font-weight: 500;
}
.address-map h3 span {
    position: relative;
    padding: 0 15px;
}
.address-map h3 span:before {
    position: absolute;
    background: #000;
    height: 65%;
    width: 1px;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 767px) {
    .address-map h3 {
        font-size: 13px;
        text-align: center;
    }
    .address-map h3 span {
        padding: 0 10px;
    }
}
.address-map .address-cont .address-detail {
    overflow: auto;
    max-height: 415px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
}
.address-map .address-cont .address-detail::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: #aaa;
}
.address-map .address-cont .address-detail::-webkit-scrollbar-thumb {
    background: #000;
}
.address-map .address-cont .address-detail ul {
    border-top: 1px solid #f5f5f5;
    margin-bottom: 0px;
}
.address-map .address-cont .address-detail ul li {
    padding-left: 14px;
    border: 1px solid #f5f5f5;
    border-top: 0;
    background: #fff;
}
.address-map .address-cont .address-detail ul li.open {
    display: block !important;
}
.address-map .address-cont .address-detail ul li.active {
    background: #f5f5f5;
}
.address-map .address-cont .address-detail ul li a {
    color: #444;
    display: block;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box;
    position: relative;
}
.address-map .address-cont .address-detail ul li a.infoLocation {
    padding: 0 0 8px;
}
.address-map .address-cont .address-detail ul li a.infoLocation span {
    display: inline-block;
    text-decoration: underline;
}
.address-map .address-cont .address-detail ul li p.storePhone {
    color: #444;
    font-size: 14px;
}
.address-map .address-cont .address-detail ul li p.storePhone i {
    font-size: 14px;
    margin-right: 5px;
}
.address-map .address-cont .address-detail ul li b {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    padding: 0;
}
.address-map .address-cont .address-detail ul li span {
    display: block;
    margin-bottom: 2px;
}
.address-map .change-tinh,
.address-map .select-quan {
    display: inline-block;
    min-width: 60px;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 0 0 0 transparent inset;
    padding: .6em .8em;
    color: #444444;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNjE2MTYxIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzAgMjQiIHdpZHRoPSIzMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy40MSA3Ljg0TDEyIDEyLjQybDQuNTktNC41OEwxOCA5LjI1bC02IDYtNi02eiIvPjxwYXRoIGQ9Ik0wLS43NWgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==") no-repeat right center;
    outline: none;
    width: 100%;
    border: 1px solid #d7d7d7;
    text-indent: 5px;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.address-map .search-local input {
    float: left;
    width: 100%;
    border: none;
    font-size: 14px;
    padding: .6em .8em;
    border: 1px solid #d7d7d7;
    color: #444444;
    text-indent: 5px;
    font-size: 13px;
    margin-bottom: 10px;
    outline: none;
    background: white url(//file.hstatic.net/1000360430/file/search.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 97% 10px;
    border-radius: 4px;
}
#map {
    width: 100%;
    margin-bottom: 30px;
}
#map iframe {
    width: 100%;
    height: var(--height-map);
    border: none;
    min-height: 300px;
}
.marker-cvs {
    border: none;
    cursor: pointer;
    height: 30px;
    width: 30px;
    background-image: url("https://file.hstatic.net/1000376681/file/cvs_27b40fd999a841aea684998771c15b08.png");
    background-size: 30px 30px;
    background-color: transparent;
}
.marker-station {
    border: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
    background-image: url("https://file.hstatic.net/1000376681/file/station_36ad16414673477b911f8b11b6ea989c.png");
    background-size: 40px 40px;
    background-color: transparent;
}
.mapboxgl-popup-content {
    font-size: 15px;
    padding: 0 !important;
    width: 240px;
}
.mapboxgl-popup-close-button {
    display: none;
}
.mapboxgl-popup-content h3 {
    background: #F18030;
    color: #fff;
    margin: 0;
    display: block;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    margin-top: -15px;
    font-size: 17px;
}
.mapboxgl-popup-content h4 {
    margin: 0;
    display: block;
    padding: 10px;
    font-weight: 400;
}
.mapboxgl-popup {
    padding-bottom: 50px;
}
.address-detail > strong {
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
}
.address-detail.open {
    margin-bottom: 23px;
}
.gm-style-iw strong {
    color: #444;
    font-weight: 600;
    text-shadow: none;
}
.address-map .tab-list li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
.address-map .tab-list li:last-child {
    padding-left: 10px;
    padding-right: 0;
}
.address-map .tab-list li:not(:last-child):after {
    position: absolute;
    background: #000;
    height: 55%;
    width: 1px;
    content: "";
    top: 0;
    bottom: 0;
    right: -2px;
    margin: auto;
}
.address-map .tab-list li a {
    display: block;
    font-weight: 600;
}
.address-map .tab-list li.active a,
.address-map .tab-list li:hover a {
    color: #f26522;
}
#menu-mb .wrapper-menu-mb .menu-mb-inner .section-menu-mb-tab ul ul li a {
    font-weight: normal;
}
/*Mai (09/09/2022)*/
@media (max-width: 480px) {
    .section-heading .hTitle {
        font-size: 12px;
        margin: 12px 0 0;
    }
    a.view-all-collection {
        font-size: 12px;
        margin-top: 10px;
    }
    .wrapper-mainCollection .collection-heading h1 {
        font-size: 12px;
    }
}
.ft-box-icon a {
    display: block;
    margin-top: 10px;
}
.ft-box-icon img {
    max-height: 50px;
}
.ft-box-icon-app a {
    display: block;
    margin-top: 10px;
}
.ft-box-icon-app img {
    width: 100%;
    height: auto;
}
.fter-title-new {
    margin-top: 10px;
    padding-bottom: 2px;
}
@media (max-width: 991px) {
    .section-index-information [class*='col-']:not(:last-child) {
        margin-bottom: 30px;
    }
}
.section-index-information .info-item .info-item__detail {
    margin-top: 20px;
    text-align: center;
}
.section-index-information .info-item .info-item__detail a {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.section-index-information .info-item .info-item__detail p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
@media (min-width: 991px) {
    .section-index-brand .brand-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
}
.section-index-brand .brand-wrapper .brand-item {
    padding: 0 15px;
}
@media (min-width: 991px) {
    .section-index-brand .brand-wrapper .brand-item {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 15px;
        margin-bottom: 30px;
    }
}
.section-index-brand .brand-wrapper .brand-item a {
    display: block;
    border: 1px solid #e8e8e8;
    transition: .1s;
}
.section-index-brand .brand-wrapper .brand-item a:hover {
    border-color: #c92027;
}
.list-menuSize .size-tilte {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.list-menuSize ul {
    display: block;
    border: unset;
}
@media (max-width: 991px) {
    .list-menuSize ul {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 10px;
    }
}
.list-menuSize ul > li {
    display: block;
    border: unset;
    float: unset;
}
.list-menuSize ul > li:focus > a,
.list-menuSize ul > li:hover > a,
.list-menuSize ul > li:active > a,
.list-menuSize ul > li.active > a {
    color: #c92027 !important;
}
.list-menuSize ul > li > a {
    display: inline-block;
    border: unset;
    font-weight: bold;
    background: unset !important;
    border: unset !important;
    border-radius: unset !important;
    cursor: pointer !important;
}
@media (max-width: 991px) {
    .list-menuSize ul > li > a {
        white-space: nowrap;
    }
}
.list-menuSize ul > li > a:hover {
    cursor: pointer !important;
    color: #c92027;
}
#main-size .tabcontent2 .tab-content > .active {
    display: block !important;
}
#main-size .tabcontent2 .tab-content {
    padding-top: 15px;
}
.author {
    display: none;
}
.responsive-item {
    justify-content: space-between;
}
.responsive-item .mn-lv-3-heading {
    width: auto;
    flex: unset;
}
.productDetail--gallery .home-flashsale.frame-sale-1 .product--image__inner:after,
.productDetail--gallery .home-flashsale.frame-sale-2 .product--image__inner:after,
.productDetail--gallery .home-flashsale.frame-sale-3 .product--image__inner:after,
.productDetail--gallery .home-flashsale.frame-sale-4 .product--image__inner:after,
.productDetail--gallery .home-flashsale.frame-sale-5 .product--image__inner:after {
    background-position: center;
}
.bg_sale {
    position: absolute;
    height: auto;
    margin: 0;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background-size: 100%;
    width: 100%;
    background-repeat: no-repeat;
}
.bg_sale.bg_sale_detail {
    height: 60px;
    background-position: center;
}
.no_products{
    display: none;
}
.listProduct-resize .slick-list,
.listProduct-resize-2 .slick-list {
    margin: 0 -5px;
}
.listProduct-resize .slick-slide,
.listProduct-resize-2 .slick-slide {
    margin: 0 5px;
}