@keyframes progress {
    from {
        left: -100%
    }
    to {
        left: 0
    }
}

@-webkit-keyframes progress {
    from {
        left: -100%
    }
    to {
        left: 0
    }
}

.typo-headline {
    font-size: 24px;
    line-height: 32px
}

.typo-eyebrow {
    font-size: 20px;
    line-height: 28px
}

.typo-title {
    font-size: 20px;
    line-height: 28px
}

.typo-title--large {
    font-size: 32px;
    line-height: 40px
}

.typo-title--medium {
    font-size: 20px;
    line-height: 20px
}

.typo-title--small {
    font-size: 15px;
    line-height: 20px
}

.typo-into-elevated {
    font-size: 18px;
    line-height: 24px
}

.typo-text {
    font-size: 14px;
    line-height: 20px
}

.typo-text--large {
    font-size: 16px;
    line-height: 24px
}

.typo-text--small {
    font-size: 13px;
    line-height: 18px
}

.typo-text--xs {
    font-size: 14px;
    line-height: 14px
}

.typo-text--xxs {
    font-size: 13px;
    line-height: 13px
}

.re-link {
    color: #1e69b2;
    position: relative;
    display: inline-block
}

.re-link:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #1e69b2;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform .5s ease, -webkit-transform .5s ease
}

.re-link:active, .re-link:focus, .re-link:hover {
    color: #1e69b2
}

.re-link:active:before, .re-link:focus:before, .re-link:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.radio input[type=radio]:after, .radio input[type=radio]:before {
    width: 16px;
    height: 16px
}

.radio input[type=radio]:checked:after {
    background: 0 0
}

.radio input[type=radio]:checked:before {
    background: #cb1c22;
    -webkit-transform: scale(.625);
    transform: scale(.625)
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0
}

.c-tag, .c-tags, .text-size {
    font-size: 14px;
    line-height: 20px
}

.text-size--xs {
    font-size: 13px;
    line-height: 18px
}

.text-size--sm {
    font-size: 15px;
    line-height: 18px
}

.text-size--md {
    font-size: 16px;
    line-height: 24px
}

.search-heading, .text-size--lg {
    font-size: 24px;
    line-height: 28px
}

.text-weight {
    font-weight: 400
}

.text-weight--bold {
    font-weight: 500
}

.text-color {
    color: #898989
}

.text-color--md {
    color: #626262
}

.text-color--lg {
    color: #2d2d2d
}

.text-color-primary {
    color: #cb1c22
}

.text-color-link {
    color: #0664f9
}

.text-color-grayscale {
    color: #939ca3
}

.text-color-success {
    color: #48bb78
}

.text-color-info {
    color: #4299e1
}

.text-color-warning {
    color: #e0b43a
}

.text-color-danger {
    color: #f56f65
}

.cs-btn {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 16px;
    color: #337ab7;
    background: #fff;
    border: 1px solid #337ab7;
    border-radius: 4px
}

.cs-btn:hover {
    background: #f8f8f8;
    color: #337ab7
}

.cs-btn:focus {
    outline: 0
}

@media only screen and (max-width: 600px) {
    .cs-btn {
        border: none;
        background: 0 0;
        padding: 11px 0
    }

    .cs-btn:hover {
        background: 0 0
    }
}

span.glyphicon {
    font-family: 'Glyphicons Halflings' !important
}

@media (max-width: 346px) {
    .main-header .lch-search-input {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-header .lch-search-input #close-icon {
        margin-right: 4px;
        margin-left: 0
    }

    .main-header .lch-search-input .c-dropdown {
        width: auto !important;
        margin-bottom: 2px !important
    }
}

.margin-right {
    margin-right: 4px
}

.margin-right--md {
    margin-right: 6px
}

.margin-right--lg {
    margin-right: 8px
}

.margin-left {
    margin-left: 4px
}

.margin-left--md {
    margin-left: 6px
}

.margin-left--lg {
    margin-left: 8px
}

.margin-bottom {
    margin-bottom: 4px
}

.margin-bottom--md {
    margin-bottom: 6px
}

.margin-bottom--lg {
    margin-bottom: 8px
}

.padding-right {
    padding-right: 4px
}

.padding-right--md {
    padding-right: 6px
}

.padding-right--lg {
    padding-right: 8px
}

.padding-left {
    padding-left: 4px
}

.padding-left--md {
    padding-left: 6px
}

.padding-left--lg {
    padding-left: 8px
}

.padding-bottom {
    padding-bottom: 4px
}

.padding-bottom--md {
    padding-bottom: 6px
}

.padding-bottom--lg {
    padding-bottom: 8px
}

.border-bottom {
    border-bottom: solid 1px #dadada
}

.border-radius--none {
    border-radius: 0
}

.box-shadow {
    -webkit-box-shadow: inset 0 -1px 0 0 #e1e4e6;
    box-shadow: inset 0 -1px 0 0 #e1e4e6
}

.hide {
    display: none
}

.e-tags {
    display: block;
    width: 100%;
    font-size: 0
}

.e-tag {
    display: inline-block;
    margin-right: 8px;
    padding: 2px 8px;
    border-radius: 4px;
    color: #6a737a;
    background: #f8f9fa;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.e-tag:hover {
    color: #32373d;
    background: #e1e4e6
}

.e-tag--icon {
    display: inline-block;
    color: #6a737a;
    background: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 4px;
    border: solid 1px #dadada;
    border-radius: 4px;
    cursor: pointer
}

.e-tag--icon:hover {
    background: #f8f9fa
}

.e-tag--icon span {
    display: inline-block;
    margin-right: 4px
}

.badge {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 2px 8px;
    border-radius: 4px
}

.badge:not(:last-child) {
    margin-right: 5px
}

.badge-warning {
    background: #ee8434;
    color: #fff
}

.badge-secondary {
    background: #edeff8;
    color: #898989
}

@media only screen and (max-width: 600px) {
    .badge {
        padding: 3px 8px
    }
}

.c-dropdown {
    position: relative;
    display: inline-block
}

.c-dropdown--normal .c-dropdown-button {
    min-width: auto
}

.c-dropdown--normal .c-dropdown-menu {
    min-width: 176px;
    max-width: 200px;
    right: 0;
    left: unset
}

.c-dropdown-button {
    min-width: 150px;
    width: 100%;
    padding: 8px 40px 8px 16px;
    color: #495057;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.c-dropdown-button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    border: solid 1px #dadada;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.c-dropdown-button:hover:before {
    border-color: #939ca3
}

.c-dropdown-button span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #1b202f;
    right: 8px;
    width: 16px;
    height: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-dropdown-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 9;
    left: -1px;
    top: calc(100% + 4px);
    width: auto;
    min-width: 100%;
    max-width: 125%;
    background-color: #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 4px;
    border: 1px solid #ced4da;
    overflow: hidden;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.c-dropdown-menu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.c-dropdown-menu a {
    width: 100%;
    padding: 8px 12px;
    color: #495057;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.c-dropdown-menu a .c-checkbox {
    margin-bottom: 0
}

.c-dropdown-menu a label {
    color: #898989;
    color: inherit
}

.c-dropdown-menu a:not(:last-child) {
    -webkit-box-shadow: inset 0 -1px 0 0 #edeeef;
    box-shadow: inset 0 -1px 0 0 #edeeef
}

.c-dropdown-menu a.tick {
    position: relative;
    display: block
}

.c-dropdown-menu a.tick:before {
    content: '\e94b';
    font-family: icon;
    font-size: inherit;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #939ca3;
    display: none
}

.c-dropdown-menu a.tick.active {
    padding-right: 40px
}

.c-dropdown-menu a.active {
    font-weight: 500;
    background-color: #f8f9fa
}

.c-dropdown-menu a.active.tick:before {
    display: block
}

.c-dropdown-menu a.active .c-checkbox input[type=checkbox]:after {
    border-color: transparent;
    background: #ee8434;
    outline: 0
}

.c-dropdown-menu a.active .c-checkbox input[type=checkbox]:before {
    opacity: 1;
    visibility: visible
}

.c-dropdown-menu a.active .c-checkbox label {
    font-weight: 500;
    color: inherit
}

.c-dropdown-menu a:hover {
    background-color: #edeeef
}

.c-dropdown-menu a:focus {
    background-color: #e1e4e6
}

.c-dropdown-menu__wrapper {
    font-size: 0;
    max-height: 200px;
    min-width: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.c-dropdown-menu__wrapper:-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #6a737a
}

.c-dropdown-menu__wrapper::-webkit-scrollbar {
    width: 4px;
    background-color: #cbd1d6
}

.c-dropdown-menu__wrapper::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #6a737a
}

@media only screen and (max-width: 600px) {
    .c-dropdown-button {
        border: none;
        border-radius: 4px;
        padding: 6px 24px 6px 8px;
        font-size: 14px;
        line-height: 20px;
        background-color: #ededed;
        color: #495057
    }

    .c-dropdown-button span {
        right: 4px
    }

    .c-dropdown-menu {
        right: 0;
        left: unset
    }
}

@media (max-width: 365px) {
    .c-dropdown-button {
        font-size: 13px
    }
}

@media (max-width: 346px) {
    .c-dropdown {
        width: 100% !important;
        margin: 0 0 8px !important
    }
}

.c-checkbox, .c-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #32373d
}

.c-checkbox label, .c-radio label {
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    color: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.c-checkbox input, .c-radio input {
    position: relative;
    border: none;
    margin: 2px 4px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-checkbox input:disabled ~ label, .c-radio input:disabled ~ label {
    color: #99a2aa;
    pointer-events: none
}

.c-checkbox input:focus, .c-radio input:focus {
    outline: 0
}

.c-checkbox span, .c-radio span {
    font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (1920 - 375)));
    line-height: 1;
    color: #939ca3;
    display: inline-block
}

.c-checkbox span::after, .c-checkbox span::before, .c-radio span::after, .c-radio span::before {
    content: '';
    display: block;
    height: 0;
    width: 0
}

.c-checkbox span::before, .c-radio span::before {
    margin-bottom: calc(0em + 2px)
}

.c-checkbox span::after, .c-radio span::after {
    margin-top: calc(0em + 0px)
}

.c-checkbox input[type=checkbox]:before {
    content: '\e94b';
    font-family: icon;
    font-size: 10px;
    color: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.c-checkbox input[type=checkbox]:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: solid 1px #dadada;
    -webkit-transition: 240ms;
    transition: 240ms;
    border-radius: 4px
}

.c-checkbox input[type=checkbox]:disabled:after {
    background: #e3e7ed
}

.c-checkbox input[type=checkbox]:disabled:before {
    border-color: transparent
}

.c-checkbox input[type=checkbox]:disabled:checked:before {
    border-color: #fff;
    z-index: 2;
    opacity: .6
}

.c-checkbox input[type=checkbox]:disabled:checked:after {
    opacity: .6
}

.c-checkbox input[type=checkbox]:checked:after {
    border-color: transparent;
    background: #ee8434;
    outline: 0
}

.c-checkbox input[type=checkbox]:checked:before {
    opacity: 1;
    visibility: visible
}

.c-radio input[type=radio]:after, .c-radio input[type=radio]:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-transition: 240ms;
    transition: 240ms
}

.c-radio input[type=radio]:before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.c-radio input[type=radio]:after {
    position: relative;
    top: 0;
    border: 1px solid #97a3b9;
    background: #fff
}

.c-radio input[type=radio]:disabled:after {
    background: #e3e7ed
}

.c-radio input[type=radio]:checked:after {
    border: 1px solid transparent;
    background: #ee8434
}

.c-radio input[type=radio]:checked:before {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    z-index: 2
}

.c-radio input[type=radio]:checked:disabled:after {
    border: 1px solid #97a3b9;
    background: #e3e7ed
}

.c-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 3px 12px;
    border-radius: 100px;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer
}

.c-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #495057
}

.c-tag span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 8px;
    cursor: pointer;
    color: #898989
}

.c-tag span:before {
    content: '\e93b'
}

.c-tag:hover {
    background: #f8f9fa
}

@media only screen and (max-width: 600px) {
    .c-tag {
        padding: 4px 13px
    }
}

.product {
    display: block;
    padding: 5px 10px 20px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 2
}

.product_img {
    padding: 0 2px;
    margin-bottom: 10px;
    position: relative;
    text-align: center
}

.product_img img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.product_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1px;
    margin-bottom: 7px
}

.product_label span {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.product_label .badge {
    white-space: normal;
    text-align: left;
    margin-top: 5px
}

.product_label .badge-warning {
    color: #fff
}

.product_label .badge-secondary {
    color: #898989
}

.product_info {
    position: relative
}

.product_info h3, .product_info h4, .product_info h5 {
    margin: 0
}

.product_info * {
    font-size: 13px;
    line-height: 15px;
    color: #898989
}

.product_name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #2d2d2d;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 4px
}

.product_name:active, .product_name:focus, .product_name:hover {
    color: #0168fa
}

.product__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 7px
}

.product__price .price {
    font-size: 18px;
    line-height: 21px;
    color: #f16700
}

.product__price .sub-price {
    font-size: 16px;
    line-height: 24px;
    color: #898989;
    text-decoration: line-through
}

.product_desc {
    margin-bottom: 5px
}

.product_desc li {
    line-height: 18px;
    word-break: break-word
}

.product_desc span {
    font-weight: 500;
    color: #626262
}

.product .re-link {
    color: #1e69b2
}

.product .re-link:not(:last-child) {
    margin-right: 6px
}

.product:hover .product_img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

@media only screen and (max-width: 600px) {
    .product {
        border-radius: 0;
        padding: 9px 8px
    }

    .product_img img {
        max-height: 140px
    }

    .product_name {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        color: #272727;
        margin-bottom: 5px
    }

    .product__price {
        margin-bottom: 5px
    }

    .product__price .price {
        font-size: 16px;
        line-height: 19px
    }

    .product__price ~ p {
        display: none
    }

    .product_desc {
        margin-bottom: 0
    }

    .product_label {
        display: none
    }

    .product .re-link {
        display: none
    }
}

.product-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-grid--col-5 {
    margin: 0 -10px
}

.product-grid--col-5 .product-grid__item {
    -ms-flex-preferred-size: calc((100% - (20px * 5)) / 5);
    flex-basis: calc((100% - (20px * 5)) / 5);
    margin: 0 10px 20px
}

@media only screen and (max-width: 1200px) {
    .product-grid--col-5 .product-grid__item {
        -ms-flex-preferred-size: calc((100% - (20px * 4)) / 4);
        flex-basis: calc((100% - (20px * 4)) / 4)
    }
}

@media only screen and (max-width: 992px) {
    .product-grid--col-5 .product-grid__item {
        -ms-flex-preferred-size: calc((100% - (20px * 3)) / 3);
        flex-basis: calc((100% - (20px * 3)) / 3)
    }
}

@media only screen and (max-width: 600px) {
    .product-grid--col-5 .product-grid__item {
        -ms-flex-preferred-size: calc((100% - (20px * 2)) / 2);
        flex-basis: calc((100% - (20px * 2)) / 2)
    }
}

@media only screen and (max-width: 460px) {
    .product-grid--col-5 {
        margin: 0 -8px
    }

    .product-grid--col-5 .product-grid__item {
        -ms-flex-preferred-size: calc((100% - (4px * 2)) / 2);
        flex-basis: calc((100% - (4px * 2)) / 2);
        margin: 0 2px 4px
    }
}

.article {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.article-grid {
    max-width: 800px
}

.article-grid img {
    max-width: 100%
}

.article__img {
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    margin-right: 20px
}

.article__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.article__info h1, .article__info h2, .article__info h3 {
    margin: 0
}

.article__info * {
    font-size: 14px;
    line-height: 20px
}

.article__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.article__label .badge {
    font-size: 14px;
    line-height: 18px
}

.article__label .text {
    color: #9b9b9b;
    margin-left: 5px
}

.article__name {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    display: block
}

.article__name:hover {
    color: #1e69b2
}

.article__desc {
    color: #626262;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

@media only screen and (max-width: 600px) {
    .article {
        padding: 8px 2px;
        margin-bottom: 0
    }

    .article__img {
        display: none
    }

    .article__name {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 5px;
        color: #1e69b2
    }

    .article__label {
        margin-bottom: 5px
    }

    .article__label .text {
        margin-left: 3px;
        color: #898989;
        color: abc
    }

    .article__desc {
        color: #4f4f4f
    }
}

.stack {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 5px 12px;
    border-radius: 4px;
    border: solid 1px #dadada;
    color: #898989;
    font-size: 14px;
    line-height: 14px
}

.stack span {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    line-height: 1
}

.stack--success {
    border: solid 1px #c6f6d5;
    background-color: #f0fff4;
    color: #2f855a
}

.stack--success span {
    color: #48bb78
}

.stack--danger {
    border: solid 1px #fedad7;
    background-color: #fff6f5;
    color: #c53a30
}

.stack--danger span {
    color: #f56f65
}

.skeleton__line {
    height: 18px;
    margin-bottom: 8px
}

.skeleton__line:last-child {
    margin-bottom: 0
}

.skeleton__line--large {
    height: 24px
}

.skeleton-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 17px
}

.skeleton__radio {
    margin-right: 15px
}

.skeleton__radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.skeleton__radio.skeleton-loading {
    height: 20px;
    width: 83px
}

.skeleton__dropdown-group.skeleton-loading {
    height: 35px;
    width: 560px
}

.skeleton-loading {
    border-radius: 4px;
    position: relative;
    background-color: #e8e8e8
}

.skeleton-loading::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, .2)), to(transparent));
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    -webkit-animation: skeleton-loading .8s infinite;
    animation: skeleton-loading .8s infinite
}

.skeleton-product {
    -ms-flex-preferred-size: calc((100% - (20px * 5)) / 5);
    flex-basis: calc((100% - (20px * 5)) / 5);
    padding: 5px 10px 20px;
    margin: 0 10px 20px;
    height: calc(340px + (500 - 340) * ((100vw - 375px) / (1920 - 375)));
    overflow: hidden;
    background: #fff;
    border-radius: 10px
}

.skeleton-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.skeleton-product__img {
    padding-top: 100%;
    margin-bottom: 10px
}

.skeleton-product__title {
    margin-bottom: 15px
}

@media only screen and (max-width: 1200px) {
    .skeleton-product {
        -ms-flex-preferred-size: calc((100% - (20px * 4)) / 4);
        flex-basis: calc((100% - (20px * 4)) / 4)
    }
}

@media only screen and (max-width: 992px) {
    .skeleton-product {
        -ms-flex-preferred-size: calc((100% - (20px * 3)) / 3);
        flex-basis: calc((100% - (20px * 3)) / 3)
    }
}

@media only screen and (max-width: 600px) {
    .skeleton-product {
        -ms-flex-preferred-size: calc((100% - (20px * 2)) / 2);
        flex-basis: calc((100% - (20px * 2)) / 2);
        border-radius: 0
    }

    .skeleton-product__img {
        margin-left: auto;
        margin-right: auto;
        width: 140px;
        height: 140px;
        padding: 0
    }
}

@media only screen and (max-width: 460px) {
    .skeleton-product {
        -ms-flex-preferred-size: calc((100% - (4px * 2)) / 2);
        flex-basis: calc((100% - (4px * 2)) / 2);
        margin: 0 2px 4px
    }

    .skeleton-products {
        margin: 0 -8px
    }
}

.skeleton-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.skeleton-article:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f3f3f3
}

.skeleton-articles {
    max-width: 800px
}

.skeleton-article__title {
    margin-bottom: 15px
}

.skeleton-article__img {
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
    height: 185px;
    margin-right: 20px
}

.skeleton-article__info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media only screen and (max-width: 600px) {
    .skeleton-article {
        padding-left: 2px;
        padding-right: 2px
    }

    .skeleton-article:not(:last-child) {
        padding-bottom: 8px;
        margin-bottom: 8px
    }

    .skeleton-article:first-child {
        padding-top: 8px
    }

    .skeleton-article__img {
        display: none
    }
}

.skeleton-10 {
    width: 10%
}

.skeleton-20 {
    width: 20%
}

.skeleton-30 {
    width: 30%
}

.skeleton-40 {
    width: 40%
}

.skeleton-50 {
    width: 50%
}

.skeleton-60 {
    width: 60%
}

.skeleton-70 {
    width: 70%
}

.skeleton-80 {
    width: 80%
}

.skeleton-90 {
    width: 90%
}

.skeleton-100 {
    width: 100%
}

@media only screen and (max-width: 992px) {
    .skeleton-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0
    }

    .skeleton__dropdown-group {
        margin-top: 8px
    }

    .skeleton__dropdown-group.skeleton-loading {
        width: 100%
    }
}

@media only screen and (max-width: 600px) {
    .skeleton__line {
        height: 12px;
        margin-bottom: 5px
    }

    .skeleton__line--large {
        height: 18px
    }
}

@media only screen and (max-width: 460px) {
    .skeleton__radio {
        margin-right: 8px;
        margin-bottom: 8px
    }

    .skeleton__radio-group {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .skeleton__radio.skeleton-loading {
        width: 100px
    }

    .skeleton__dropdown-group {
        margin-top: 0
    }
}

@-webkit-keyframes skeleton-loading {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes skeleton-loading {
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.search-head {
    padding-bottom: 8px
}

.search-body {
    background: #edeff8;
    padding: 25px 0 0
}

.search-body .search-btn {
    margin-top: -5px
}

@media only screen and (max-width: 460px) {
    .search-body .search-btn {
        margin-top: 0
    }
}

.search-foot {
    padding: 32px 0 48px
}

.search-foot .search-btn {
    max-width: 800px
}

.search-heading {
    margin-top: 24px;
    margin-bottom: 12px;
    color: #404040
}

.search-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.search-filter .c-radio {
    margin-right: 15px
}

.search-filter .c-dropdown {
    margin-right: 15px
}

.search-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.search-result .text {
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    margin-top: 2px;
    margin-right: 8px;
    display: inline-block
}

.search-link {
    font-size: 16px;
    line-height: 19px
}

.search-btn {
    text-align: center;
    margin-bottom: 25px
}

.search-title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #404040
}

.search-sub .search-filter {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd
}

.search-sub .search-head {
    padding-bottom: 0
}

.search-sub .search-body {
    background: #fff;
    padding: 32px 0 48px
}

.search-sub .search-body .search-btn {
    margin-top: 0
}

.search-sub__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-sub .c-dropdown {
    margin-right: 0
}

.search-sub .c-dropdown--normal {
    position: absolute;
    top: -8px;
    right: 0
}

@media only screen and (max-width: 600px) {
    .search-sub .c-dropdown--normal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .search-sub .c-dropdown--normal:before {
        content: 'Lá»c theo:';
        position: relative;
        white-space: nowrap;
        margin-right: 6px
    }
}

.search-sub .search-btn {
    max-width: 800px
}

.search-not-found .search-title {
    font-weight: 700
}

.search-not-found .search-head {
    padding-bottom: 0
}

.search-not-found .search-head .container {
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd
}

@media only screen and (max-width: 600px) {
    .search-not-found .search-head .container {
        padding-bottom: 4px
    }
}

.search-not-found .search-foot {
    padding: 16px 0 48px
}

@media only screen and (max-width: 600px) {
    .search-not-found .search-foot {
        padding: 12px 0 64px
    }
}

.search-not-found .search-body {
    background: #fff;
    padding: 0 0 0;
    position: relative
}

.search-not-found .search-filter {
    margin-bottom: 0;
    padding-bottom: 8px
}

@media only screen and (max-width: 600px) {
    .search-not-found .search-filter {
        padding-bottom: 0
    }
}

.search-not-found__list {
    margin-bottom: 16px
}

.search-not-found__list li {
    font-size: 14px;
    line-height: 20px
}

.search-not-found__list a {
    font-size: 14px;
    line-height: 20px
}

.search-not-found__list a span {
    font-weight: 500
}

@media only screen and (max-width: 992px) {
    .search-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .search-sub__group {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 8px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .search-sub .c-dropdown--normal .c-dropdown-menu {
        left: 0;
        right: unset
    }
}

@media only screen and (max-width: 768px) {
    .search-filter .c-dropdown {
        margin-bottom: 8px
    }

    .lcmenu {
        display: none !important
    }
}

@media only screen and (max-width: 600px) {
    .search {
        position: relative
    }

    .search .container {
        padding: 0 10px
    }

    .search:before {
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        height: 10px;
        width: 100%;
        background: #ededed
    }

    .search-heading {
        font-size: 14px;
        line-height: 20px;
        margin: 8px 0
    }

    .search-heading span {
        font-size: 16px;
        line-height: 24 pxs
    }

    .search-btn {
        margin-bottom: 0
    }

    .search-link {
        display: none
    }

    .search-head {
        padding-bottom: 0
    }

    .search-body {
        padding: 10px 0 0
    }

    .search-foot {
        padding: 0;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .19);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .19)
    }

    .search-result {
        margin-bottom: 0
    }

    .search-result .text {
        display: none
    }

    .search-result .remove {
        margin-bottom: 8px
    }

    .search-filter {
        margin-bottom: 0
    }

    .search-filter .c-radio:not(:last-child) {
        margin-right: 8px
    }

    .search-filter .c-checkbox {
        margin-bottom: 8px
    }

    .search-filter .c-dropdown {
        width: calc(50% - 4px);
        margin-right: 8px
    }

    .search-filter .c-dropdown:nth-child(3) {
        margin-right: 0
    }

    .search-sub .search-filter {
        padding-bottom: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border-bottom: none
    }

    .search-sub .search-filter .c-dropdown {
        margin: 0 0 12px
    }

    .search-sub .search-filter .c-dropdown--normal {
        position: relative;
        top: 0
    }

    .search-sub__group {
        margin-bottom: 8px
    }

    .search-sub__group + .c-dropdown .c-dropdown-menu {
        left: 0;
        right: unset
    }

    .search-sub .search-body {
        padding: 0
    }

    .search-sub .search-head {
        position: relative;
        padding-bottom: 10px
    }

    .search-sub .search-head:before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        height: 10px;
        width: 100%;
        background: #ededed
    }

    .search-sub .search-foot .container {
        padding: 0
    }

    .search-sub .c-dropdown--normal .c-dropdown-menu {
        left: unset;
        right: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%
    }

    .search-not-found .search-head {
        padding-bottom: 0
    }

    .search-not-found .search-filter {
        padding-bottom: 4px
    }

    .search-not-found .search-sub__group {
        margin-bottom: 0
    }

    .search-not-found .search-sub__group .c-radio {
        margin-bottom: 8px
    }
}

body {
    overflow-y: hidden
}

.showMoreItemsList {
    height: auto;
    overflow: hidden;
    list-style: none
}

.showMoreItemsList .item {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 8px
}

.showMoreItemsList .item .box {
    max-width: 400px;
    margin: 0 auto 30px
}

.showMoreItemsList .item .name {
    text-align: center
}

.showMoreItemsList .item .pic img {
    max-width: 100%
}

.showMoreItemsList + .button-box {
    text-align: center;
    clear: both;
    margin-bottom: 50px
}

.showMoreItemsList + .button-box button {
    padding: 8px 20px;
    border: none;
    box-shadow: 0 0 0;
    outline: 0;
    cursor: pointer;
    background: #db3434;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 158px;
    border-radius: 30px
}

@media screen and (max-width: 1280px) {
    .showMoreItemsList .item {
        width: 50%
    }
}

@media screen and (max-width: 600px) {
    .showMoreItemsList .item {
        width: 100%
    }
}

@font-face {
    font-family: icon;
    src: url(../fonts/icomoon.eot?l5p4yy);
    src: url(../fonts/icomoon.eot?l5p4yy#iefix) format('embedded-opentype'), url(../fonts/icomoon.ttf?l5p4yy) format('truetype'), url(../fonts/icomoon.woff?l5p4yy) format('woff'), url(../fonts/icomoon.svg?l5p4yy#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=icon-], [class^=icon-] {
    font-family: icon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class*=icon-]:before, [class^=icon-]:before {
    font-size: 100%;
    line-height: 1
}

.icon-power:before {
    content: "\e94f"
}

.icon-apple-pencil:before {
    content: '\e949'
}

.icon-adapter:before {
    content: '\e94d'
}

.icon-icon-headphone-2:before {
    content: '\e94e'
}

.icon-info:before {
    content: '\e94a'
}

.icon-check-new:before {
    content: '\e94b'
}

.icon-exclamation:before {
    content: '\e94c'
}

.icon-360:before {
    content: '\e936'
}

.icon-antutu:before {
    content: '\e937'
}

.icon-bluetooth:before {
    content: '\e938'
}

.icon-box:before {
    content: '\e939'
}

.icon-cam:before {
    content: '\e93a'
}

.icon-cancel:before {
    content: '\e93b'
}

.icon-close:before {
    content: '\e93c'
}

.icon-download:before {
    content: '\e93d'
}

.icon-expand:before {
    content: '\e93e'
}

.icon-fast-shipping:before {
    content: '\e93f'
}

.icon-front-camera:before {
    content: '\e940'
}

.icon-local-shipping:before {
    content: '\e941'
}

.icon-minimize:before {
    content: '\e942'
}

.icon-pause:before {
    content: '\e943'
}

.icon-photo:before {
    content: '\e944'
}

.icon-play:before {
    content: '\e945'
}

.icon-power-bank:before {
    content: '\e946'
}

.icon-zoom-in:before {
    content: '\e947'
}

.icon-zoom-out:before {
    content: '\e948'
}

.icon-Selfie:before {
    content: '\e935'
}

.icon-apple-tv:before {
    content: '\e934'
}

.icon-connect:before {
    content: '\e900'
}

.icon-bluetooth:before {
    content: '\e92f'
}

.icon-compatible-devices:before {
    content: '\e930'
}

.icon-material:before {
    content: '\e931'
}

.icon-youtube:before {
    content: '\e932'
}

.icon-guarantee-time:before {
    content: '\e933'
}

.icon-swatch-material:before {
    content: '\e92e'
}

.icon-air-purifier:before {
    content: '\e925'
}

.icon-boiler:before {
    content: '\e926'
}

.icon-power-bank:before {
    content: '\e927'
}

.icon-power-socket-2:before {
    content: '\e928'
}

.icon-power-socket:before {
    content: '\e929'
}

.icon-router:before {
    content: '\e92a'
}

.icon-scales:before {
    content: '\e92b'
}

.icon-security-camera:before {
    content: '\e92c'
}

.icon-vacuum:before {
    content: '\e92d'
}

.icon-video:before {
    content: '\e838'
}

.icon-display:before {
    content: '\e922'
}

.icon-a-imac:before {
    content: '\e919'
}

.icon-laptop-gaming:before {
    content: '\e923'
}

.icon-a-macbook:before {
    content: '\e917'
}

.icon-laptop:before {
    content: '\e832'
}

.icon-tablet:before {
    content: '\e843'
}

.icon-a-ipad:before {
    content: '\e915'
}

.icon-a-iphone:before {
    content: '\e916'
}

.icon-mobile:before {
    content: '\e960'
}

.icon-a-watch:before {
    content: '\e918'
}

.icon-screen-size:before {
    content: '\e91e'
}

.icon-weight:before {
    content: '\e920'
}

.icon-mouse-pad:before {
    content: '\e924'
}

.icon-mouse:before {
    content: '\e90e'
}

.icon-a-mouse:before {
    content: '\e91b'
}

.icon-screenprotect:before {
    content: '\e90f'
}

.icon-cover:before {
    content: '\e909'
}

.icon-sdcard:before {
    content: '\e911'
}

.icon-battery-charge:before {
    content: '\e906'
}

.icon-battery-full:before {
    content: '\f240'
}

.icon-battery:before {
    content: '\e95d'
}

.icon-speaker:before {
    content: '\e913'
}

.icon-phonecard:before {
    content: '\e83a'
}

.icon-keyboard:before {
    content: '\e90c'
}

.icon-a-keyboard:before {
    content: '\e91c'
}

.icon-a-power:before {
    content: '\e91a'
}

.icon-a-cable:before {
    content: '\e91d'
}

.icon-cable:before {
    content: '\e907'
}

.icon-a-cover:before {
    content: '\e904'
}

.icon-bag:before {
    content: '\e905'
}

.icon-Combined-Shape:before {
    content: '\e908'
}

.icon-headphone:before {
    content: '\e90b'
}

.icon-supp:before {
    content: '\e842'
}

.icon-hotsale:before {
    content: '\e914'
}

.icon-cpu:before {
    content: '\21'
}

.icon-clock:before {
    content: '\22'
}

.icon-watch:before {
    content: '\23'
}

.icon-new:before {
    content: '\24'
}

.icon-trending:before {
    content: '\25'
}

.icon-angle-double-left:before {
    content: '\26'
}

.icon-angle-double-right:before {
    content: '\27'
}

.icon-angle-double-up:before {
    content: '\28'
}

.icon-angle-double-down:before {
    content: '\29'
}

.icon-right-open-big:before {
    content: '\e808'
}

.icon-up-open-big:before {
    content: '\e80a'
}

.icon-left-open-big:before {
    content: '\e80b'
}

.icon-down-open-big:before {
    content: '\e80c'
}

.icon-down-dir:before {
    content: '\e814'
}

.icon-up-dir:before {
    content: '\e815'
}

.icon-left-dir:before {
    content: '\e816'
}

.icon-right-dir:before {
    content: '\e817'
}

.icon-star-empty:before {
    content: '\e807'
}

.icon-star-half:before {
    content: '\e805'
}

.icon-star:before {
    content: '\e806'
}

.icon-right-thin:before {
    content: '\e809'
}

.icon-left-thin:before {
    content: '\e80e'
}

.icon-down-thin:before {
    content: '\e80f'
}

.icon-angle-left:before {
    content: '\f104'
}

.icon-angle-right:before {
    content: '\f105'
}

.icon-angle-up:before {
    content: '\f106'
}

.icon-angle-down:before {
    content: '\f107'
}

.icon-map:before {
    content: '\f279'
}

.icon-map-o:before {
    content: '\f278'
}

.icon-arrow-combo:before {
    content: '\e829'
}

.icon-minus:before {
    content: '\e81a'
}

.icon-plus:before {
    content: '\e81b'
}

.icon-cancel:before {
    content: '\e813'
}

.icon-plus-squared:before {
    content: '\e819'
}

.icon-minus-squared:before {
    content: '\e81d'
}

.icon-heart:before {
    content: '\e810'
}

.icon-heart-empty:before {
    content: '\e811'
}

.icon-cancel-circled:before {
    content: '\e812'
}

.icon-minus-circled:before {
    content: '\e84b'
}

.icon-plus-circled:before {
    content: '\e846'
}

.icon-ok-circled:before {
    content: '\e844'
}

.icon-help-circled:before {
    content: '\e81e'
}

.icon-info-circled:before {
    content: '\e8d3'
}

.icon-reply:before {
    content: '\e823'
}

.icon-reply-all:before {
    content: '\e824'
}

.icon-export:before {
    content: '\e822'
}

.icon-login:before {
    content: '\e910'
}

.icon-chat:before {
    content: '\e820'
}

.icon-thumbs-up:before {
    content: '\e826'
}

.icon-renew:before {
    content: '\e834'
}

.icon-spin:before {
    content: '\e848'
}

.icon-reload:before {
    content: '\e849'
}

.icon-ccw:before {
    content: '\e82a'
}

.icon-secondhand:before {
    content: '\e912'
}

.icon-lightbulb:before {
    content: '\e800'
}

.icon-electric:before {
    content: '\e83d'
}

.icon-doc:before {
    content: '\e82d'
}

.icon-document:before {
    content: '\e83c'
}

.icon-layout:before {
    content: '\e8bb'
}

.icon-menu:before {
    content: '\e8c5'
}

.icon-dot:before {
    content: '\e973'
}

.icon-mail-alt:before {
    content: '\f0e0'
}

.icon-mail:before {
    content: '\e804'
}

.icon-cam:before {
    content: '\e8ba'
}

.icon-picture:before {
    content: '\e9ac'
}

.icon-check:before {
    content: '\e801'
}

.icon-call:before {
    content: '\e802'
}

.icon-help:before {
    content: '\e81f'
}

.icon-tv:before {
    content: '\e836'
}

.icon-calendar:before {
    content: '\e828'
}

.icon-card:before {
    content: '\e837'
}

.icon-phone:before {
    content: '\e83f'
}

.icon-megaphone:before {
    content: '\e803'
}

.icon-hdd-black:before {
    content: '\e80d'
}

.icon-drive:before {
    content: '\e90a'
}

.icon-printer-ink:before {
    content: '\e921'
}

.icon-promo:before {
    content: '\e840'
}

.icon-face:before {
    content: '\e818'
}

.icon-sd-card:before {
    content: '\e81c'
}

.icon-movie:before {
    content: '\e821'
}

.icon-quote:before {
    content: '\e825'
}

.icon-eye:before {
    content: '\e827'
}

.icon-basket:before {
    content: '\e82b'
}

.icon-save:before {
    content: '\e82e'
}

.icon-apple:before {
    content: '\e82c'
}

.icon-windows:before {
    content: '\f17a'
}

.icon-ffriend:before {
    content: '\e82f'
}

.icon-ffriend-min:before {
    content: '\e847'
}

.icon-tags:before {
    content: '\e9c7'
}

.icon-tag:before {
    content: '\e9c6'
}

.icon-glasses:before {
    content: '\e84f'
}

.icon-tryon:before {
    content: '\e84e'
}

.icon-user:before {
    content: '\e8b4'
}

.icon-users:before {
    content: '\e8b5'
}

.icon-gift:before {
    content: '\e830'
}

.icon-game:before {
    content: '\e831'
}

.icon-machine:before {
    content: '\e833'
}

.icon-internet:before {
    content: '\e835'
}

.icon-water:before {
    content: '\e839'
}

.icon-we:before {
    content: '\e83b'
}

.icon-fado:before {
    content: '\e83e'
}

.icon-sim:before {
    content: '\e841'
}

.icon-software:before {
    content: '\e845'
}

.icon-print:before {
    content: '\e84a'
}

.icon-emo-happy:before {
    content: '\e84c'
}

.icon-crown:before {
    content: '\e84d'
}

.icon-download:before {
    content: '\e8e1'
}

.icon-pencil:before {
    content: '\e8ea'
}

.icon-book:before {
    content: '\e903'
}

.icon-vga:before {
    content: '\e91f'
}

.icon-trophy:before {
    content: '\e95c'
}

.icon-send:before {
    content: '\e96b'
}

.icon-search:before {
    content: '\e9a1'
}

.icon-home:before {
    content: '\e9be'
}

.icon-edit:before {
    content: '\e9d1'
}

.icon-location:before {
    content: '\e9d9'
}

.icon-flash:before {
    content: '\ea1a'
}

.icon-phone-squared:before {
    content: '\f098'
}

.icon-hdd:before {
    content: '\f0a0'
}

.icon-filter:before {
    content: '\f0b0'
}

.icon-star-half-alt:before {
    content: '\f123'
}

.icon-android:before {
    content: '\f17b'
}

.icon-trash-empty:before {
    content: '\e9da'
}

.icon-trash:before {
    content: '\f1f8'
}

.icon-ram:before {
    content: '\f2db'
}

.icon-camera:before {
    content: '\1f4f7'
}

.icon-edit-3:before {
    content: '\e90d'
}

.icon-th-list:before {
    content: '\e901'
}

.icon-th:before {
    content: '\e902'
}

.icon-cog:before {
    content: '\f013'
}

.icon-gear:before {
    content: '\f013'
}

.icon-cogs:before {
    content: '\f085'
}

.icon-gears:before {
    content: '\f085'
}

.not-active-click {
    pointer-events: none
}

.lcmenu .menu__link {
    color: #fff;
}

.main-header nav {
    margin-bottom: 0;
    border: 0;
    background-color: #0f6fcb;
}

.main-header {
    background-color: #f4f4f4;
}

.main-header .show1 {
    /*background: #3a9db4;*/
    /*background-image: linear-gradient(to right, var(--color-cool-blue), var(--color-mid-blue));*/
    background-image: linear-gradient(to right, #73e0f9, #4696e4);
}

main .ss-content .container form .row .col-sm-11 .col-left .check-right .checkout-info .price-item strike {
    font-size: 12px;
    color: #898989
}

.search-btn .original {
    display: none
}

.ptb-60{
    padding-top: 60px;
    padding-bottom: 60px;
}

.lch-hotline .navbar-nav, .lch-hotline span{
    color: #0f6fcb;
}


/*hotline*/
.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 22px;
    left: 26px;
    position: absolute;
    background-color: rgba(230, 8, 8, .7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
    background-color: #e4212a;
    width: 33px;
    height: 33px;
    top: 33px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px
}

.hotline-bar {
    position: absolute;
    background: #e88a25;
    background: -webkit-linear-gradient(left, #e88a25, #d40000);
    background: -o-linear-gradient(right, #e88a25, #d40000);
    background: -moz-linear-gradient(right, #e88a25, #d40000);
    background: linear-gradient(to right, #e88a25, #e4212a);
    height: 40px;
    width: auto;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .1);
    border-radius: 50px !important;
    border: 2px solid #fff;
    left: 33px;
    bottom: 37px
}

.hotline-bar .text-hotline {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 38px;
    font-family: Arial
}

.hotline-bar > a:hover, .hotline-bar > a:active {
    color: #fff
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@media (max-width: 768px) {
    .hotline-bar {
        display: none
    }
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

img {
    border: none;
}


.hotline-phone-ring-wrap {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 1111111;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}


.float-icon-hotline {
    display: block;
    width: 40px;
    position: fixed;
    bottom: 9px;
    right: 28px;
    z-index: 999999;
}


.float-icon-hotline ul {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}

.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.float-icon-hotline ul li a#messengerButton {
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
}

@media only screen and (min-width: 960px) {
    .float-icon-hotline ul li .fa {
        background-size: contain !important;
    }
}

.float-icon-hotline ul li .fa-phone {
    background-color: #ed1c24;
}

.float-icon-hotline ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.tada {
    animation-name: tada;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
}

ul.left-icon.hotline {
    margin-left: 0px !important;
}


.float-icon-hotline ul li .fa-zalo {
    background: url(https://netweb.vn/img/hotline/zalo.png) center center no-repeat;
}

.float-icon-hotline ul li .fa-zalo:hover {
    background: #ef0303 url(https://netweb.vn/img/hotline/zalo.png) center center no-repeat;
    opacity: .5;
}

.float-icon-hotline ul li .fa-messenger {
    background: url(https://netweb.vn/img/hotline/fb.png) center center no-repeat;
}

.float-icon-hotline ul li .fa-messenger:hover {
    background: #168efb url(https://netweb.vn/img/hotline/fb.png) center center no-repeat;
    opacity: .5;
}

/*end hotline*/