html {
    color: #222222
}

:root {
    --main-color: #ef0032;
    --extra-color: #105aa8;
    --black-color: #23232B;
    --body-color: #f6f6f6
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
legend,
input,
button,
textarea,
p,
blockquote {
    margin: 0;
    padding: 0
}

body {
    font: 14px/18px Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #ffffff
}

.fieldset {
    margin: 0;
    padding: 10px
}

th,
td {
    margin: 0
}

a {
    color: #333;
    text-decoration: none;
    -moz-transition: all 0.2s ease-in 0;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0;
    transition: all 0.2s ease-in 0
}

a:hover {
    color: #ED1C24
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.red,
.label_error {
    color: red
}

.redborder {
    border: 1px solid red
}

.bold {
    font-weight: bold
}

img {
    border: 0;
    max-width: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit
}

del,
ins {
    text-decoration: none
}

li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: baseline
}

sub {
    vertical-align: baseline
}

legend {
    color: #000000;
    font-weight: bold;
    padding: 0 8px
}

figure {
    margin: 0;
    text-align: center;
    margin-bottom: 12px
}

.figcaption {
    font-style: italic
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none
}

input,
button,
textarea,
select {
    *font-size: 100%
}

table {
    font: 100%;
    border-collapse: collapse
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

select {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #333 50%), linear-gradient(135deg, #333 50%, transparent 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 13px) calc(0.8em + 0px), calc(100% - 8px) calc(0.8em + 0px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat
}

select:focus {
    background-image: linear-gradient(45deg, #000 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #000 50%), linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 9px) 0.8em, calc(100% - 14px) 0.8em, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0
}

.clear,
.clearfix {
    clear: both
}

.cls::after {
    content: '';
    display: block;
    clear: both
}

.hidden,
.hide,
.hiden {
    display: none
}

.pagination {
    text-align: center;
    margin-top: 20px
}

.pagination .current {
    background: none repeat scroll 0 0 var(--main-color);
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    padding: 6px 13px;
    border-radius: 4px
}

.pagination a,
.pagination b {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #4C4C4C;
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
    padding: 6px 13px;
    border-radius: 4px;
    text-decoration: none
}

.pagination a:hover,
.pagination b:hover {
    background: none repeat scroll 0 0 var(--main-color);
    color: #FFFFFF;
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

.next-page {
    padding: 6px 15px 6px !important
}

.pre-page {
    padding: 6px 15px 6px !important
}

.next-page:hover {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

.pre-page:hover {
    -webkit-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all
}

.left {
    float: left
}

.right {
    float: right
}

.page_title {
    border-bottom: 2px solid #EEE;
    color: #0E5FA3;
    margin-bottom: 20px !important;
    text-transform: none;
    padding-bottom: 4px;
    margin-top: 5px
}

.page_title span {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
    font-size: 17px;
    font-weight: normal;
    padding-bottom: 4px;
    margin-bottom: 0px;
    text-transform: uppercase
}

.page_title h1 {
    font-weight: normal
}

.fr {
    float: right
}

.fl {
    float: left
}

.benmarch {
    display: none
}

.hide {
    display: none
}

.submit_bt,
.reset_bt {
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer
}

.submit_bt {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #FFF
}

.submit_bt:hover {
    border: 1px solid #C90008;
    background: #C90008
}

.reset_bt {
    border: 1px solid #b3b1b1;
    background: #f9f9f9;
    color: #000
}

.reset_bt:hover {
    border: 1px solid #b3b1b1;
    background: #cecdcd
}

.redborder {
    border-color: #ED1C24 !important
}

.scroll-bar::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: #EBEBEB
}

.scroll-bar::-webkit-scrollbar {
    width: 5px;
    background-color: #EBEBEB;
    border-radius: 15px
}

.scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: var(--main-color);
    border: 1px solid #EBEBEB
}

.right-col {
    width: 290px;
    float: right;
    position: relative
}

.main-area-2col-right {
    width: -webkit-calc(100% - 290px);
    width: -moz-calc(100% - 290px);
    width: calc(100% - 290px);
    float: left;
    padding-right: 20px;
    box-sizing: border-box
}

.container {
    width: 1168px;
    max-width: 100%;
    margin: 0 auto
}

.lazy {
    display: none
}

.header_wrapper_wrap {
    min-height: 52px
}

.header_wrapper {
    background: #EEEEEE;
    width: 100%;
    z-index: 100;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1)
}

.header-l {
    float: left;
    width: 48%;
    background: var(--main-color)
}

.regions_search {
    float: right;
    width: calc(100% - 245px);
    padding-top: 9px;
    padding-right: 0px;
    box-sizing: border-box
}

.regions_search .block_regions {
    width: 99px;
    float: left
}

.regions_search select {
    border: none;
    height: 35px;
    box-sizing: border-box;
    background: #EEE;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
    display: inline-block;
    font: inherit;
    padding: 10px;
    width: 89px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #333 50%), linear-gradient(135deg, #333 50%, transparent 50%), linear-gradient(to right, #eee, #eee);
    background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 13px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat
}

.regions_search select:focus {
    background-image: -webkit-linear-gradient(bottom left, #333 50%, transparent 50%), -webkit-linear-gradient(top left, transparent 50%, #1f1f1f 50%), -webkit-linear-gradient(left, #eee, #eee);
    background-image: -o-linear-gradient(bottom left, #333 50%, transparent 50%), -o-linear-gradient(top left, transparent 50%, #1f1f1f 50%), -o-linear-gradient(left, #eee, #eee);
    background-image: linear-gradient(to top right, #333 50%, transparent 50%), linear-gradient(to bottom right, transparent 50%, #1f1f1f 50%), linear-gradient(to right, #eee, #eee);
    background-position: calc(100% - 12px) 16px, calc(100% - 17px) 16px, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0
}

.regions_search_mb {
    float: right;
    width: 200px;
    margin-top: 6px
}

.regions_search_mb select {
    border: none;
    height: 40px;
    box-sizing: border-box;
    background: #EEE;
    border-radius: 4px;
    padding: 0 5px;
    float: right;
    margin-right: 5px
}

.header .logo {
    display: grid;
    float: left;
    padding: 11px 0px;
    padding-left: 10px
}

.header .logo img {
    width: 199px;
    height: auto;
    object-fit: contain
}

.address_header,
.header .hotline {
    margin-top: 31px
}

.address_header_head,
.header .hotline {
    position: relative;
    padding-left: 41px
}

.header .hotline>li:first-child {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    color: #5D5A5C
}

.address_header label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #5D5A5C;
    margin-top: 10px
}

.address_header:hover label {
    color: #000
}

.address_header_head::before,
.header .hotline::before {
    position: absolute;
    content: ' ';
    width: 33px;
    height: 31px;
    top: 4px;
    left: 0px
}

.support_phone li {
    margin-bottom: 10px;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 10px;
    position: relative;
    padding-left: 39px
}

.support_phone li::before {
    position: absolute;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="24" width="24" fill="blue" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"><path d="M78.014,20.385c8.463,8.75,12.51,18.127,12.84,29.081c0.076,2.519-1.453,4.183-3.876,4.312  c-2.557,0.136-4.293-1.441-4.356-4.012c-0.134-5.394-1.357-10.521-4.033-15.211C72.491,23.871,63.191,18.302,50.95,17.603  c-1.358-0.077-2.631-0.218-3.586-1.305c-1.223-1.391-1.33-2.991-0.672-4.62c0.664-1.642,2.01-2.382,3.759-2.352  c7.969,0.135,15.321,2.353,21.955,6.761C74.697,17.61,76.787,19.437,78.014,20.385z M50.11,24.674  c-0.732-0.01-1.53,0.134-2.189,0.44c-1.704,0.79-2.505,2.791-2.048,4.786c0.402,1.758,1.954,2.972,3.906,2.996  c4.562,0.056,8.597,1.499,11.951,4.624c3.688,3.434,5.41,7.741,5.588,12.751c0.032,0.891,0.367,1.904,0.891,2.618  c1.094,1.49,3.037,1.864,4.821,1.184c1.577-0.601,2.506-2.014,2.492-3.886c-0.051-6.981-2.592-12.943-7.5-18.08  C63.098,27.364,57.118,24.773,50.11,24.674z M73.486,87.206c1.689-1.888,3.575-3.599,5.361-5.401  c2.643-2.667,2.664-5.902,0.036-8.55c-3.134-3.157-6.28-6.302-9.44-9.433c-2.586-2.562-5.819-2.556-8.393-0.005  c-1.966,1.948-3.936,3.893-5.86,5.882c-0.133,0.137-0.261,0.247-0.389,0.328l-1.346,1.346c-0.375,0.239-0.748,0.236-1.236-0.029  c0.73-0.689-2.619-1.246-3.839-2.012c-5.695-3.575-10.471-8.183-14.694-13.374c-2.101-2.582-3.968-5.329-5.259-8.431  c-0.215-0.517-0.221-0.888,0.067-1.281l1.346-1.346c0.064-0.087,0.137-0.175,0.231-0.265c0.59-0.569,1.175-1.143,1.757-1.72  c1.361-1.348,2.706-2.711,4.057-4.069c2.69-2.703,2.684-5.88-0.015-8.604c-1.531-1.544-3.074-3.077-4.612-4.614  c-1.585-1.584-3.157-3.181-4.756-4.75c-2.59-2.543-5.824-2.548-8.408-0.007c-1.973,1.941-3.882,3.948-5.886,5.856  c-1.866,1.777-2.817,3.931-3.007,6.463c-0.307,4.104,0.699,7.983,2.106,11.77c2.909,7.832,7.333,14.766,12.686,21.137  c7.239,8.617,15.894,15.436,26.017,20.355c4.554,2.213,9.283,3.915,14.409,4.196C67.944,90.844,71.028,89.954,73.486,87.206z"/></svg>');
    background-repeat: no-repeat;
    content: ' ';
    width: 33px;
    height: 33px;
    top: 1px;
    left: 0px;
    border: 1px solid #ddd;
    border-radius: 50%;
    box-sizing: border-box;
    background-position: center
}

.support_phone li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 10px
}

.address_header_head::before {
    background-position: -133px 1px
}

.header .hotline::before {
    background-position: -35px 1px
}

.header .more_info {
    color: #999999;
    font-size: 12px;
    margin-top: 0px;
    position: relative;
    padding-right: 23px
}

.header .more_info::before {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    top: 3px;
    right: 0px;
    background-position: -45px -70px;
    background-repeat: no-repeat;
    z-index: 100;
    background-color: #FFF
}

.header .hotline {
    margin-right: 30px
}

.sb-toggle-left {
    float: right;
    padding: 4px 2px 0 9px;
    cursor: pointer;
    margin-top: 12px;
    margin-right: 11px;
    cursor: pointer;
    display: none
}

.navicon-line {
    width: 24px;
    height: 4px;
    border-radius: 1px;
    margin-bottom: 4px;
    background-color: #FFF
}

.modal-menu-full-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: none
}

.text-compare {
    margin-top: 4px;
    text-align: right
}

.text-compare a {
    color: #999999;
    display: block;
    font-size: 12px
}

.slideshow_countdown {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width: 736px) {
    .slideshow_countdown {
        margin-top: 2px
    }
}

.slideshow_countdown .slideshow {
    max-width: 68.67%;
    float: left;
    width: 800px
}

@media only screen and (max-width: 1100px) {
    .slideshow_countdown .slideshow {
        max-width: 67.67%
    }
}

.slideshow_countdown>.countdown {
    width: 30.00%;
    float: right;
    margin-left: 15px
}

@media only screen and (max-width: 800px) {
    .slideshow_countdown>.countdown {
        display: none
    }
}

.slideshow_countdown>.countdown .block {
    margin-top: 15px
}

.slideshow_countdown>.countdown .block .banners {
    height: 152px
}

.slideshow_countdown>.countdown .block .banners img {
    height: 100%
}

.slideshow_countdown>.countdown .block:first-child {
    margin-top: 0px
}

.price {
    color: #FF3333;
    font-weight: 600;
    font-size: 16px
}

.old_price {
    color: #b5b5b5;
    text-decoration: line-through
}

.home_pos {
    margin-top: 24px;
    overflow: hidden
}

@media only screen and (max-width: 768px) {
    .home_pos_0 {
        margin-top: 4px !important
    }
}

.block_banner_3_colunm {
    margin-left: -15px;
    margin-right: -15px
}

.block_banner_3_colunm .banner_item {
    display: block;
    float: left;
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden
}

.block_banner_3_colunm .banner_item img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

@media only screen and (min-width: 768px) {
    .pos_mixed {
        margin-top: 15px
    }
}

.pos_mixed_left {
    float: left;
    width: 57.365%
}

.pos_mixed_right {
    float: right;
    width: 40.24%
}

.pos_mixed .block_title {
    background: #FBFBFB;
    border: 1px solid #ECECEC;
    line-height: 48px;
    margin-bottom: 12px
}

.pos_mixed .block_title span {
    margin-left: 31px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal;
    margin-top: 10px
}

.pos_mixed .block_content {
    border: 1px solid #E7E7E7;
    padding: 15px
}

.main_wrapper .left-col .block,
.main_wrapper .right-col .block {
    margin-bottom: 20px;
    border: 1px solid #EBEBEB
}

.right-col .block_title,
.left-col .block_title {
    color: var(--main-color);
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px #F5F5F5 solid;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 500
}

footer {
    background: #222222;
    margin-top: 20px;
    color: #FFF;
    font-size: 13px
}

footer .container {
    padding-top: 17px;
    padding-bottom: 17px
}

footer .address_regions a {
    color: #CCCCCC
}

footer .menu_footer {
    width: 67%;
    box-sizing: border-box;
    padding: 0 20px 0 0px;
    float: left
}

footer .regions #regions_footer {
    height: 34px;
    background: #f3f3f3;
    border: none;
    border-radius: 4px;
    padding-left: 10px;
    box-sizing: border-box
}

.region_name {
    text-transform: uppercase;
    margin-top: 18px;
    font-weight: bold
}

.footer_title {
    text-transform: uppercase;
    margin-bottom: 13px;
    font-size: 17px
}

.address_regions ul {
    margin-top: 10px;
    color: #CCCCCC;
    position: relative;
    padding-left: 18px
}

.address_regions ul:before {
    width: 9px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="map-marker-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-map-marker-alt fa-w-12"><path fill="white" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z" class=""></path></svg>');
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 0px;
    content: ''
}

.address_regions ul li:nth-child(1) i {
    width: 9px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="map-marker-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-map-marker-alt fa-w-12"><path fill="white" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z" class=""></path></svg>');
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 0
}

.address_regions ul li:nth-child(2) {
    color: #CCCCCC
}

.address_regions ul li:nth-child(2) a {
    color: #CCCCCC
}

.address_regions>span {
    margin-right: 10px
}

.share_fast i {
    width: 34px;
    height: 34px;
    display: inline-flex
}

.share_fast a {
    display: inline-flex;
    margin-right: 16px;
    margin-right: 9px;
    display: block;
    width: 35px;
    height: 35px;
    background: #3c3c3d;
    border-radius: 50%;
    padding: 6px;
    box-sizing: border-box;
    color: #FFF;
    text-align: center;
    -moz-transition: all 0.2s ease-in 0;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0;
    transition: all 0.2s ease-in 0;
    float: left
}

.share_fast a:hover {
    background: #5f5f60
}

.footer_l {
    width: 27%
}

.footer_r {
    width: 27%
}

.footer_r_w {
    float: right;
    width: 73%
}

@media only screen and (max-width: 650px) {
    .footer_r_w {
        width: 100%
    }
}

footer .tags {
    margin-top: 25px
}

footer .tags,
footer .tags a {
    color: #CCC
}

.footer2 {
    background: #1b1b1b;
    color: #CCC;
    padding: 8px 0;
    text-align: center;
    border-top: 1px solid #7d7d7d
}

#menu-fixed-bar {
    width: 52%;
    z-index: 99999;
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    float: right
}

@media only screen and (max-width: 1140px) {
    #menu-fixed-bar {
        transition: unset
    }
}

.slide-down {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-up {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.m-slide-down {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.m-slide-up {
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: #fdfdfd;
    z-index: 1000;
    box-shadow: 0px 0px 2px 2px #CCC
}

.m-menu-fix#menu-fixed-bar {
    position: fixed;
    top: 52px
}

#fixed-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    height: 45px;
    border-top: 2px #f2f2f2 solid;
    z-index: 999
}

#fixed-bar>div {
    float: left;
    max-width: 22%;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    width: 80px
}

#fixed-bar>div .wrap_icon {
    margin-top: 5px;
    margin-bottom: 3px
}

#fixed-bar>div .wrap_icon i {
    padding: 5px 15px
}

#fixed-bar .buy_now_bt .wrap_icon i {
    background-position: 0px -351px
}

#fixed-bar .call .wrap_icon i {
    background-position: -34px -351px
}

#fixed-bar #bar-inner .wrap_icon i {
    background-position: -64px -351px
}

.certified_bct {
    background-position: 0px -92px;
    content: ' ';
    height: 36px;
    display: block;
    margin-top: 11px;
    padding-top: 12px;
    width: 131px
}

.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 200000 !important;
    display: none;
    left: 0px;
    bottom: -25px
}

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #0067BE;
    opacity: 1
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: rgba(0, 103, 190, 0.9)
}

.suntory-alo-ph-img-circle {
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: rgba(0, 103, 190, 0.86)
}

.suntory-alo-ph-img-circle svg {
    position: absolute;
    top: 13px;
    left: 13px
}

.description a {
    color: var(--main-color)
}

.description a:hover {
    color: #057bb1
}

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg)
    }

    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes suntory-alo-circle-img-anim {
    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 suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg)
    }
}

#cfacebook .fchat {
    float: left;
    width: 100%;
    height: 270px;
    overflow: hidden;
    display: none;
    background-color: #fff
}

#cfacebook .fchat .fb-page {
    margin-top: -130px;
    float: left
}

#cfacebook a.chat_fb:hover {
    color: #ff0;
    text-decoration: none
}

#cfacebook {
    position: fixed;
    bottom: 13%;
    left: 0;
    z-index: 99999;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden
}

@media only screen and (max-width: 650px) {
    #cfacebook {
        left: auto;
        bottom: 15%;
        right: 10px
    }
}

#cfacebook a.chat_fb {
    float: left;
    padding: 6px 6px 0px 6px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    background-color: #3a5795;
    border: 0;
    z-index: 9999999;
    font-size: 15px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    display: block;
    position: relative
}

#cfacebook a.chat_fb:after {
    display: block;
    width: 19px;
    height: 19px;
    color: #FFF;
    content: "2";
    position: absolute;
    top: 0px;
    right: 0px;
    background: red;
    border-radius: 50%;
    font-size: 13px;
    line-height: 18px
}

#cfacebook a.chat_fb svg {
    width: 45px;
    height: 45px
}

@media only screen and (max-width: 650px) {
    #cfacebook a.chat_fb {
        padding: 4px 4px 0px 4px
    }

    #cfacebook a.chat_fb svg {
        width: 38px;
        height: 38px
    }
}

#cfacebook a.chat_fb span {
    display: none
}

#cfacebook .fchat .fb-page {
    margin-top: 0px;
    float: left
}

#cfacebook a.chat_fb_openned {
    border-radius: 0;
    width: 100%
}

#cfacebook a.chat_fb_openned svg {
    display: none
}

#cfacebook a.chat_fb_openned i {
    display: none
}

#cfacebook a.chat_fb_openned::after {
    display: none
}

#cfacebook a.chat_fb_openned span {
    display: block
}

.fixed_icons {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translate(0, -50px);
    z-index: 100
}

.fixed_icons .icon_v1 {
    width: 36px;
    height: 36px;
    display: inline-block;
    background-color: var(--main-color);
    border-radius: 4px 0 0 4px
}

.address_header .more_info {
    position: relative
}

.address_header .more_info::before {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    top: 3px;
    right: 0px;
    background-position: -45px -70px;
    background-repeat: no-repeat;
    z-index: 100;
    background-color: #FFF
}

.address_header {
    display: none
}

.address_fixed_popup {
    margin-top: 6px
}

.hotline_fixed_popup,
.address_fixed_popup {
    position: relative
}

.hotline_fixed_popup .icon_v1 {
    background: var(--main-color)
}

.hotline_fixed_popup .icon_v1:after {
    content: '';
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="28" width="28" fill="white" version="1.1" x="0px" y="0px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"><path d="M78.014,20.385c8.463,8.75,12.51,18.127,12.84,29.081c0.076,2.519-1.453,4.183-3.876,4.312  c-2.557,0.136-4.293-1.441-4.356-4.012c-0.134-5.394-1.357-10.521-4.033-15.211C72.491,23.871,63.191,18.302,50.95,17.603  c-1.358-0.077-2.631-0.218-3.586-1.305c-1.223-1.391-1.33-2.991-0.672-4.62c0.664-1.642,2.01-2.382,3.759-2.352  c7.969,0.135,15.321,2.353,21.955,6.761C74.697,17.61,76.787,19.437,78.014,20.385z M50.11,24.674  c-0.732-0.01-1.53,0.134-2.189,0.44c-1.704,0.79-2.505,2.791-2.048,4.786c0.402,1.758,1.954,2.972,3.906,2.996  c4.562,0.056,8.597,1.499,11.951,4.624c3.688,3.434,5.41,7.741,5.588,12.751c0.032,0.891,0.367,1.904,0.891,2.618  c1.094,1.49,3.037,1.864,4.821,1.184c1.577-0.601,2.506-2.014,2.492-3.886c-0.051-6.981-2.592-12.943-7.5-18.08  C63.098,27.364,57.118,24.773,50.11,24.674z M73.486,87.206c1.689-1.888,3.575-3.599,5.361-5.401  c2.643-2.667,2.664-5.902,0.036-8.55c-3.134-3.157-6.28-6.302-9.44-9.433c-2.586-2.562-5.819-2.556-8.393-0.005  c-1.966,1.948-3.936,3.893-5.86,5.882c-0.133,0.137-0.261,0.247-0.389,0.328l-1.346,1.346c-0.375,0.239-0.748,0.236-1.236-0.029  c0.73-0.689-2.619-1.246-3.839-2.012c-5.695-3.575-10.471-8.183-14.694-13.374c-2.101-2.582-3.968-5.329-5.259-8.431  c-0.215-0.517-0.221-0.888,0.067-1.281l1.346-1.346c0.064-0.087,0.137-0.175,0.231-0.265c0.59-0.569,1.175-1.143,1.757-1.72  c1.361-1.348,2.706-2.711,4.057-4.069c2.69-2.703,2.684-5.88-0.015-8.604c-1.531-1.544-3.074-3.077-4.612-4.614  c-1.585-1.584-3.157-3.181-4.756-4.75c-2.59-2.543-5.824-2.548-8.408-0.007c-1.973,1.941-3.882,3.948-5.886,5.856  c-1.866,1.777-2.817,3.931-3.007,6.463c-0.307,4.104,0.699,7.983,2.106,11.77c2.909,7.832,7.333,14.766,12.686,21.137  c7.239,8.617,15.894,15.436,26.017,20.355c4.554,2.213,9.283,3.915,14.409,4.196C67.944,90.844,71.028,89.954,73.486,87.206z"/></svg>');
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    margin: 5px
}

.address_fixed_popup .icon_v1 {
    background: var(--main-color)
}

.address_fixed_popup .icon_v1:after {
    content: '';
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="map-marker-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-map-marker-alt fa-w-12"><path fill="white" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z" class=""></path></svg>');
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    margin: 3px 5px 3px 8px
}

.hotline_fixed_popup_content,
.address_header {
    position: absolute;
    width: 260px;
    top: 0;
    right: 100%;
    padding-right: 10px;
    display: none;
    margin-top: 0
}

.hotline_fixed_popup:hover .hotline_fixed_popup_content {
    display: block
}

.address_fixed_popup:hover .address_header {
    display: block
}

.add_full,
.support_phone {
    position: relative;
    width: 100%;
    right: 0;
    background: #FFF;
    border: 1px solid #F5F5F5;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    border-top: 3px solid var(--main-color);
    z-index: 101;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box
}

.add_full ul {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px
}

.add_full ul::before {
    position: absolute;
    content: ' ';
    width: 14px;
    height: 20px;
    top: 4px;
    left: 0px;
    position: absolute;
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="map-marker-alt" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-map-marker-alt fa-w-12"><path fill="blue" d="M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z" class=""></path></svg>');
    background-repeat: no-repeat;
    content: ' ';
    top: 1px;
    left: 0px
}

.add_full ul li:nth-child(2) {
    color: #999999;
    font-size: 13px;
    margin-top: 2px
}

.support_phone ul li .name {
    font-weight: bold
}

.support_phone ul li .phone {
    color: #afafaf;
    font-size: 15px;
    margin-top: 6px
}

.support_phone ul li .phone a {
    color: #777;
    font-size: 13px
}

.address_header:hover .add_full {
    display: block !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.header .hotline:hover .support_phone {
    display: block !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.arrow_box {
    position: relative;
    background: #FFF;
    border: 1px solid #F5F5F5
}

.arrow_box:after,
.arrow_box:before {
    left: 100%;
    top: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FFF;
    border-width: 8px;
    margin-top: -8px
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #F5F5F5;
    border-width: 9px;
    margin-top: -9px
}

@media only screen and (max-width: 1180px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
        box-sizing: border-box
    }
}

.logo_img,
.logo_img_small {
    display: none
}

@media only screen and (min-width: 1141px) {
    .logo_img {
        display: block
    }
}

@media only screen and (max-width: 1140px) {
    .header_wrapper_wrap {
        min-height: 50px;
        position: relative;
        z-index: 99999
    }

    #menu-fixed-bar {
        width: 100%
    }

    .footer_r {
        display: none
    }

    .footer_l {
        width: 100%
    }

    .logo_img_small {
        display: block
    }

    .header_wrapper .container {
        padding: 0;
        transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        z-index: 1000
    }

    .header-l {
        float: left;
        width: 100%
    }

    .header .logo {
        padding: 6px 0px;
        margin-bottom: 1px;
        padding-left: 10px
    }

    .header .logo img {
        height: 40px;
        width: 40px
    }

    .regions_search {
        width: 400px;
        padding-top: 8px;
        margin: 0 auto;
        float: none
    }

    .address_header,
    .header .hotline {
        margin-top: 19px
    }

    .address_header_head::before,
    .header .hotline::before {
        top: -6px;
        left: 0px
    }

    .header .more_info {
        display: none
    }

    .header .hotline li:first-child {
        font-size: 14px
    }

    .address_header label {
        text-transform: none
    }

    .sb-toggle-left {
        display: block
    }

    .right-col {
        display: none
    }

    .main-area-2col-right {
        width: 100%;
        padding-right: 0
    }

    .text-compare {
        display: none
    }
}

@media only screen and (max-width: 880px) {
    .pos_mixed_left {
        float: none;
        width: 100%
    }

    .pos_mixed_right {
        float: none;
        width: 100%;
        margin-top: 15px
    }
}

@media only screen and (max-width: 780px) {
    .slideshow_countdown .slideshow {
        width: 100%;
        float: left;
        max-width: 100%
    }

    .slideshow_countdown>.countdown {
        width: 100%;
        clear: both;
        margin-top: 10px
    }

    .regions {
        width: 40%
    }

    footer .menu_footer {
        width: 60%
    }
}

@media only screen and (max-width: 650px) {
    .address_header {
        display: none
    }

    .regions {
        width: 100%;
        box-sizing: border-box
    }

    .regions_search {
        width: calc(100% - 112px);
        float: right
    }

    footer .menu_footer {
        width: 100%;
        margin-top: 20px;
        padding: 0
    }

    .suntory-alo-phone {
        display: block
    }
}

@media only screen and (min-width: 650px) {
    #fixed-bar {
        display: none !important
    }
}

@media only screen and (max-width: 450px) {
    .regions_search .block_regions {
        width: 80px
    }
}

.banner-home-top {
    margin-top: 10px
}

.developer {
    text-align: right;
    margin-top: 30px
}

.developer a {
    display: inline-block;
    color: #fff
}

@keyframes rotate-2 {
    0% {
        transform: rotateY(0deg) translate(0px, -50%)
    }

    50% {
        transform: rotateY(180deg) translate(0px, -50%)
    }

    100% {
        transform: rotateY(360deg) translate(0px, -50%)
    }
}

.main-area-2col-left {
    width: calc(100% - 270px);
    float: right;
    padding-left: 15px;
    box-sizing: border-box;
    padding-bottom: 30px
}

@media screen and (max-width: 860px) {
    .main-area-2col-left {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
        padding-right: 0;
        padding-bottom: 5px
    }
}

.left-col {
    width: 270px;
    float: left;
    box-sizing: border-box
}

.left-col .block {
    background: #FFF;
    border: none;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-bottom: 20px
}

.left-col .block .block_title {
    color: var(--main-color);
    font-weight: normal;
    border-bottom: 1px solid #e3dfdfa8;
    padding: 15px 15px;
    text-transform: uppercase;
    font-weight: 600;
    background: #F4F4F4;
    font-size: 18px;
    margin-bottom: 0px;
    position: relative
}

.left-col .block .block_title:after {
    content: '';
    width: 76px;
    height: 3px;
    background: var(--extra-color);
    position: absolute;
    bottom: -1px;
    left: 0px;
    left: 15px;
    width: 68px;
    height: 2px
}

.left-col .block ul>li a {
    color: #333;
    display: block;
    font-size: 14px;
    margin-bottom: 1px;
    padding: 4px;
    text-decoration: none;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
    text-transform: uppercase
}

.description a {
    color: -webkit-link
}

@media all and (max-width: 768px) {
    .description .scroll_table {
        overflow-x: auto;
        overflow-y: hidden
    }
}

.description img {
    height: auto !important
}

@media all and (max-width: 768px) {
    .description iframe {
        width: 100% !important
    }
}

.description table {
    min-width: 70%;
    max-width: 100%
}

@media all and (max-width: 768px) {
    .description table {
        width: 730px !important
    }
}

.description table p {
    margin-bottom: 0px
}

.description table tr {
    border: 1px solid #dadada
}

.description table tr:hover {
    background-color: #ddd
}

.description table tr:nth-child(even) {
    background-color: #e8e8e8
}

.description table td {
    padding: 5px 0px;
    padding-left: 10px
}

.summary_cod {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px
}

.description a,
.cat_summary a,
.summary a {
    color: #0087c1
}

.description ul,
.cat_summary ul,
.summary ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
    margin: 0px 0px
}

.description p,
.cat_summary p,
.summary p {
    margin: 0.4em 0 0.4em 0px
}

.description ul li,
.cat_summary ul li,
.summary ul li {
    list-style-type: disc;
    line-height: 28px;
    font-size: 14px;
    margin: 0.5em 0 0.5em 20px
}

.description blockquote,
.cat_summary blockquote,
.summary blockquote {
    font-style: italic;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    font-style: italic;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px
}

/*# sourceMappingURL=template.css.map */
.product_grid {
    border-style: solid;
    border-color: #e7e7e77d;
    border-width: 0px 0 0 1px;
    margin-top: 0px;
    display: flex;
    flex-flow: row wrap;
    background: #fff;
    box-sizing: border-box
}

.product_grid .product_grid_inner,
.product_grid .row_inner {
    display: flex;
    flex-wrap: wrap
}

.product_grid .item {
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 5px;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #e7e7e77d;
    border-bottom: 1px solid #e7e7e77d
}

@media screen and (max-width: 799px) {
    .product_grid .item {
        width: 33.333%
    }

    .product_grid .item .summary {
        display: none
    }
}

@media screen and (max-width: 500px) {
    .product_grid .item {
        width: 50%
    }
}

.product_grid .item:before {
    width: 0
}

.product_grid .item:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    content: '';
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.product_grid::after {
    clear: both;
    content: ' ';
    display: block
}

.product_grid .item .frame_inner {
    padding: 0px 17px 0px;
    position: relative
}

.product_grid .item .product_image {
    text-align: center;
    overflow: hidden;
    margin-bottom: 16px;
    min-height: 186px;
    position: relative
}

@media screen and (max-width: 400px) {
    .product_grid .item .product_image {
        min-height: 150px
    }
}

.product_grid .item .product_image a {
    display: block
}

.product_grid .item .product_image a .high_types {
    color: #FFF;
    background: #f20202a3;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0px 3px;
    font-weight: bold;
    font-size: 12px;
    display: block;
    border-radius: 4px
}

.product_grid .item .product_image a .high_types span {
    -webkit-animation: scale-shadow 2.8s ease-in infinite;
    animation: scale-shadow 2.8s ease-in infinite;
    display: inline-block
}

.product_grid .item .product_image a .doi-1 {
    position: absolute;
    width: 39px;
    height: 39px;
    top: 3px;
    content: '';
    background: #ff0000bd;
    border-radius: 50%;
    color: #FFF;
    font-size: 10.2px;
    line-height: 12px;
    padding-top: 5px;
    box-sizing: border-box;
    letter-spacing: -0.8px;
    font-weight: 600;
    right: unset;
    word-spacing: -0.8px;
    left: 6px;
    -webkit-animation: jump 4.8s ease-in infinite;
    animation: jump 4.8s ease-in infinite
}

.product_grid .item .product_image a .gia-soc,
.product_grid .item .product_image a .hot-sale {
    color: #FFF;
    background: #f20202a3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: unset;
    padding: 0px 3px;
    font-weight: bold;
    font-size: 12px;
    -webkit-animation: scale-shadow 2.8s ease-in infinite;
    animation: scale-shadow 2.8s ease-in infinite;
    display: block;
    border-radius: 4px
}

.product_grid .item .product_image a .bao-hanh-24,
.product_grid .item .product_image a .doi-1-24,
.product_grid .item .product_image a .bh-ca-roi-vo {
    color: #FFF;
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: unset;
    padding: 0px 3px;
    font-weight: bold;
    font-size: 12px;
    display: block;
    border-radius: 4px
}

.product_grid .item .product_image a .bao-hanh-24 span,
.product_grid .item .product_image a .doi-1-24 span,
.product_grid .item .product_image a .bh-ca-roi-vo span {
    -webkit-animation: text-circle 4.0s ease-in infinite;
    animation: text-circle 4.0s ease-in infinite;
    display: inline-block
}

.product_grid .item .product_image a .tra-gop {
    color: #FFF;
    background: Orange;
    position: absolute;
    bottom: 0;
    left: 0;
    right: unset;
    padding: 0px 3px;
    font-weight: bold;
    font-size: 12px;
    display: block;
    border-radius: 4px
}

.product_grid .item .product_image a .tra-gop span {
    -webkit-animation: neon1 3.0s ease-in infinite;
    animation: neon1 3.0s ease-in infinite;
    display: inline-block
}

@-webkit-keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 10px #ff2222, 0 0 10px #ff2222, 0 0 10px #ff222f, 0 0 10px #ff2222, 0 0 10px #ff2222
    }

    to {
        text-shadow: none
    }
}

@keyframes fadeIn1 {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes jump {
    0% {
        transform: translateY(0) scale(1.05, 0.95)
    }

    15% {
        transform: translateY(-2px) scaleY(1.03)
    }

    25% {
        transform: translateY(-4px) scale(1)
    }

    30% {
        transform: translateY(-2px) scale(1)
    }

    50% {
        transform: translateY(0) scale(1.05, 0.95)
    }

    60% {
        transform: translateY(0) scale(1)
    }
}

@keyframes scale-shadow {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    20% {
        opacity: .8;
        transform: scale(0.9)
    }

    40% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes text-circle {
    0% {
        transform: rotate(0deg) scale(1)
    }

    15% {
        transform: rotate(0deg) scale(1)
    }

    50% {
        transform: rotate(360deg) scale(2);
        font-size: 13px
    }

    70% {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(0deg) scale(1)
    }
}

.product_grid .item .product_image img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    height: auto
}

.product_grid .item .summary {
    opacity: 0;
    position: relative;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    top: -17px;
    padding-left: 10px;
    padding-right: 10px;
    left: 0px;
    color: #000;
    overflow: hidden;
    border-bottom: 1px dashed #E7E7E7;
    border-bottom-style: dashed;
    text-align: justify;
    font-family: tahoma;
    z-index: 99;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    box-sizing: border-box;
    font-size: 13px;
    font-weight: normal
}

.product_grid .item .summary_inner {
    padding-top: 10px;
    color: #333;
    font-size: 12px;
    height: 38px;
    overflow: hidden;
    line-height: 1.4
}

@media screen and (max-width: 430px) {
    .product_grid .item .summary_inner {
        line-height: 1.3
    }
}

.product_grid .item .summary_inner a {
    color: #333;
    text-decoration: none
}

.frame_inner>h2 {
    margin-bottom: 8px;
    margin-top: 0px;
    overflow: hidden;
    height: 36px
}

.product_grid .name {
    color: #333333;
    display: block;
    font-weight: normal
}

.product_grid .name:hover {
    color: var(--main-color)
}

.product_grid .discount {
    color: #fd0000;
    height: auto;
    right: 15px;
    padding: 3px;
    position: absolute;
    top: 0px;
    width: auto;
    text-align: center;
    border-radius: 3px;
    background: #f5dbdb;
    display: flex;
    display: inline-block;
    font-size: 12px;
    box-sizing: border-box
}

.price_arae {
    position: relative
}

.product_grid .item .price_old {
    color: #222;
    font-size: 12px;
    font-weight: normal;
    display: inline-flex;
    margin-left: 13px
}

@media screen and (max-width: 370px) {
    .product_grid .item .price_old {
        margin-left: 3px
    }
}

.product_grid .item .price_old span {
    text-decoration: line-through
}

.product_grid .item .price_current {
    color: #e10c00;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex
}

.product_grid .status {
    margin-bottom: 18px
}

.product_grid .status li {
    color: #606060;
    font-size: 11px;
    list-style: disc inside none
}

.product_grid .button-cart {
    display: none
}

.product_grid .button-detail {
    color: #f7f7f7;
    display: inline;
    padding: 6px 13px;
    -webkit-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
    margin-top: 11px;
    display: table;
    position: absolute;
    bottom: -82px;
    right: 8px;
    background: #ED1C24;
    height: 13px;
    width: 5px;
    text-decoration: none
}

.product_grid .button-detail span {
    font-size: 22px;
    font-weight: 500;
    font-family: arial
}

.product_grid .button_area {
    display: none
}

.product_grid .button_area a {
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: 38px;
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
    display: inline-block
}

.product_grid .button_area a:first-child {
    margin-right: 15px
}

.product_grid .button_area a::before,
.product_grid .button_area a::after {
    bottom: 0;
    height: 100%;
    line-height: 38px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 19px;
    background-image: url(https://fonesmart.com.vn/templates/fonesmart/images/icon_v1.png);
    background-position: -85px -64px;
    content: ''
}

.product_grid .button_area a::before {
    bottom: 0
}

.product_grid .button_area a::after {
    bottom: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: 0
}

.product_grid .button_area a:hover:before {
    transform: translateY(100%);
    -webkit-transform: translateY(100%)
}

.product_grid .button_area a:hover:after {
    bottom: 0
}

.product_type {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--main-color);
    color: #FFF;
    padding: 1px 8px;
    border-radius: 3px 3px 3px 0;
    font-size: 12px;
    line-height: 18px
}

.product_type:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: var(--main-color) transparent transparent transparent
}

.product_type_moi {
    background: var(--main-color);
    color: #FFF;
    padding: 1px 8px;
    border-radius: 3px 3px 3px 0;
    font-size: 12px
}

.product_type_moi:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: var(--main-color) transparent transparent transparent
}

.product_type_hot,
.product_type_sale {
    background: #FF0000;
    color: #FFF;
    padding: 1px 8px;
    border-radius: 3px 3px 3px 0;
    font-size: 12px
}

.product_type_hot:after,
.product_type_sale:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 0;
    border-color: #FF0000 transparent transparent transparent
}

.product_type_order_0 {
    top: -13px;
    left: 7px
}

.product_type_order_1 {
    top: 14px;
    left: 7px
}

.product_type_order_2 {
    top: -123px;
    left: 7px
}

.product_type_qua-tang {
    background-image: url(https://fonesmart.com.vn/templates/fonesmart/images/icon_v1.png);
    background-repeat: no-repeat;
    background-position: -215px 0;
    background-color: transparent;
    width: 35px;
    height: 33px;
    text-indent: -999px;
    left: 198px;
    top: -12px
}

.product_type_qua-tang:after {
    border-color: transparent
}

@media screen and (max-width: 1100px) {
    .main_wrapper .product_grid .item {
        width: 25%;
        border-bottom: 1px solid #E7E7E7
    }
}

@media screen and (min-width: 800px) {
    .product_grid .item:hover .product_image img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1)
    }
}

@media screen and (max-width: 799px) {
    .main_wrapper .product_grid .item {
        width: 33.333%
    }

    .product_grid .item .summary {
        display: none
    }
}

@media screen and (max-width: 500px) {
    .main_wrapper .product_grid .item {
        width: 50%
    }
}

@media screen and (max-width: 480px) {
    .product_grid .item .frame_inner {
        padding: 0px 10px 0px
    }
}

.read_morex {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.read_morex a {
    width: 150px;
    height: 35px;
    background: transparent;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    color: var(--main-color);
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

.read_morex a:hover {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color)
}

/*# sourceMappingURL=products.css.map */
.cat_item_store {
    margin-top: 15px
}

.cat-title {
    background: #FBFBFB;
    border: 1px solid #ECECEC;
    line-height: 48px
}

.cat-title .cat-title-main {
    float: left
}

.cat-title .cat-title-main>a {
    margin-left: 31px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal;
    margin-top: 10px;
    color: var(--main-color);
    font-weight: 700
}

.cat-title .cat-title-main>a span {
    color: black
}

.cat-title .nav-tabs {
    float: right;
    display: flex
}

.cat-title .nav-tabs li {
    margin-right: 14px;
    margin-left: 16px
}

.cat-title .nav-tabs li.active a,
.cat-title .nav-tabs li:hover a {
    color: var(--main-color);
    text-decoration: underline
}

.title_icon {
    width: 40px;
    height: 50px;
    float: left;
    background: var(--main-color);
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: -1px;
    position: relative
}

.title_icon svg {
    display: inline-block;
    height: 28px;
    color: #FFF;
    fill: #FFF;
    top: 50%;
    transform: translate(0px, -50%);
    position: absolute;
    left: 2px;
    -webkit-animation: rotate-2 3.0s ease-in infinite;
    animation: rotate-2 3.0s ease-in infinite
}

#cat-may-tinh-bang .title_icon svg {
    height: 29px;
    top: 10px;
    left: 10px
}

#cat-phu-kien .title_icon svg {
    height: 29px;
    top: 10px;
    left: 9px
}

.title_icon i {
    position: absolute;
    content: ' ';
    width: 22px;
    height: 26px;
    top: 13px;
    left: 12px;
    z-index: 10;
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="bars" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" class="svg-inline--fa fa-bars fa-w-14"><path fill="white" d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z" class=""></path></svg>');
    background-repeat: no-repeat
}

.title_icon::before {
    content: '';
    position: absolute;
    top: 0px;
    right: -19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 19px;
    border-color: transparent transparent transparent var(--main-color)
}

#cat-phu-kien .title_icon i {
    background-position: -113px -64px;
    width: 29px;
    height: 26px;
    top: 13px;
    left: 12px
}

#cat-may-tinh-bang .title_icon i {
    background-position: -229px -77px
}

#cat-dich-vu .title_icon i {
    background-position: -273px -125px;
    height: 31px;
    left: 13px;
    top: 11px
}

#cat-dich-vu-sua-chua .title_icon i {
    background-position: -305px -124px;
    height: 31px;
    left: 13px;
    top: 11px
}

@media only screen and (max-width: 768px) {
    .cat-title .nav-tabs {
        display: none
    }
}

@media only screen and (max-width: 500px) {
    .home_pos_2 {
        display: none
    }
}

/*# sourceMappingURL=home.css.map */
.search-contain {
    width: calc(100% - 15px);
    max-width: 100%;
    box-sizing: border-box;
    float: left;
    border: 1px solid #efefef;
    border-radius: 50px;
    padding: 0px 15px;
    background: #fff
}

.search-contain .search-content {
    border-radius: 4px;
    border: none
}

.search-contain input[type="text"] {
    border: none;
    background: #FFF;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    font-size: 13px
}

#search_form {
    position: relative
}

#search .button-search {
    width: 42px;
    height: 35px;
    position: absolute;
    background: unset;
    border: none;
    right: -15px;
    outline: none;
    top: 0px;
    border-radius: 0 4px 4px 0;
    cursor: pointer
}

#search .button-search svg {
    width: 16px;
    background: transparent;
    color: var(--main-color);
    padding: 10px 10px
}

.button-search i {
    width: 26px;
    height: 29px;
    background-position: 0px 0px;
    display: block;
    margin-left: 11px;
    margin-top: 4px
}

.autocomplete-suggestions {
    position: absolute;
    top: 4px;
    right: -5px;
    margin: 6px 0 0 6px;
    _background: none;
    _margin: 1px 0 0 0
}

.autocomplete-suggestions {
    border: 1px solid #ececec;
    background: #fff;
    cursor: default;
    overflow: auto;
    margin: 0 0px 6px -1px;
    width: 100%;
    top: 31px;
    left: 101px;
    z-index: 999999 !important
}

@media only screen and (min-width: 1180px) {
    .autocomplete-suggestions {
        width: 360px !important
    }
}

.autocomplete-suggestions div {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    clear: both;
    padding: 0;
    margin: 0;
    margin-bottom: -5px
}

.autocomplete-suggestions .autocomplete-group {
    padding: 8px 3%;
    width: 100%;
    background: #f9f9f9;
    box-sizing: border-box
}

.autocomplete-suggestions div a,
.autocomplete-suggestions div a:link,
.autocomplete-suggestions div a:visited {
    display: inline-block;
    margin: 0;
    padding: 6px 3%;
    width: 100%;
    font-size: 13px;
    color: #333;
    background: #fff;
    clear: both;
    border-bottom: 1px solid #eee;
    box-sizing: border-box
}

.autocomplete-suggestions div a:hover {
    background: #ececec
}

.autocomplete-suggestions div a img {
    width: 64px;
    float: left;
    margin-right: 20px
}

.autocomplete-suggestions div a label {
    font-weight: normal;
    cursor: pointer;
    margin: 0;
    float: left
}

.autocomplete-suggestions div a span {
    display: block;
    clear: both;
    cursor: pointer;
    margin: 0;
    padding: 0
}

.autocomplete-suggestions div a span.price {
    color: #fd0000;
    padding-top: 10px
}

.autocomplete-suggestions div.last {
    border: none
}

.autocomplete-suggestions strong {
    font-weight: 500;
    color: #0083bf
}

.autocomplete-suggestions::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: #EBEBEB
}

.autocomplete-suggestions::-webkit-scrollbar {
    width: 5px;
    background-color: #EBEBEB;
    border-radius: 15px
}

.autocomplete-suggestions::-webkit-scrollbar-thumb {
    border-radius: 15px;
    background: var(--main-color);
    border: 1px solid #EBEBEB
}

@media only screen and (max-width: 450px) {
    .search-contain {
        width: 100%
    }

    .search-contain input[type="text"] {
        border-radius: 4px
    }
}

@media only screen and (max-width: 768px) {
    .autocomplete-suggestions {
        top: 30px;
        left: 10px
    }
}

/*# sourceMappingURL=search.css.map */
.mainmenu_wrapper {
    height: 52px
}

#custom-menu-selector {
    width: 1168px;
    max-width: 100%;
    margin: 0 auto
}

.mainmanu li a {
    padding: 0;
    color: #FFF
}

.quick-access {
    margin: 26px 0 0 0;
    float: right
}

.push-button {
    display: none
}

.push-button a {
    height: 36px;
    width: 38px;
    display: inline-block;
    text-indent: -9999px
}

.mainmanu {
    position: relative
}

.mainmanu>li.level_0 {
    padding-left: 9px;
    float: left;
    list-style: none;
    line-height: 18px;
    margin-right: 1px;
    padding: 0px 12px
}

.mainmanu>li:hover {
    background: var(--main-color);
    -webkit-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all
}

.mainmanu .level_0>a {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    padding: 7px 0px;
    color: #333;
    letter-spacing: -0.3px
}

.mainmanu .level_0:hover>a {
    color: #FFF
}

.mainmanu .level_0:hover svg {
    fill: white
}

.mainmanu .level_0>a span.icon_svg.cls {
    display: block;
    text-align: center;
    margin-bottom: -2px
}

.mainmanu .level_0>a span.icon_svg.cls svg {
    height: 20px
}

.mainmanu .level_0>a i {
    content: ' ';
    width: 22px;
    height: 24px;
    top: -1px;
    left: 0px;
    z-index: 10;
    display: block;
    text-align: center;
    margin: 0 auto
}

#menu-dien-thoai>a i {
    background-position: -228px -164px
}

#menu-dien-thoai:hover>a i {
    background-position: 0px -38px
}

#menu-may-tinh-bang>a i {
    background-position: -247px -164px
}

#menu-may-tinh-bang:hover>a i {
    background-position: -17px -38px
}

#menu-phu-kien>a i {
    background-position: -270px -164px
}

#menu-phu-kien:hover>a i {
    background-position: -43px -40px
}

#menu-khuyen-mai>a i {
    background-position: -300px -164px
}

#menu-khuyen-mai:hover>a i {
    background-position: -71px -39px
}

#menu-su-kien>a i {
    background-position: -329px -164px
}

#menu-su-kien:hover>a i {
    background-position: 0px -40px
}

#menu-tin-tuc>a i {
    background-position: -362px -164px
}

#menu-tin-tuc:hover>a i {
    background-position: -132px -40px
}

#menu-review>a i {
    background-position: -328px -164px
}

#menu-review:hover>a i {
    background-position: -99px -40px
}

#menu-thay-man>a i {
    background-position: -392px -164px
}

#menu-thay-man:hover>a i {
    background-position: -160px -39px
}

#menu-sua-chua>a i {
    background-position: -415px -164px
}

#menu-sua-chua:hover>a i {
    background-position: -187px -40px
}

.wrapper_children_level_0 {
    position: absolute;
    background: #FFF;
    border: 1px solid #CCC;
    z-index: 100;
    color: red;
    padding: 12px;
    box-sizing: border-box;
    transition: 0.2s all ease
}

.wrapper_children_level_0 ul li a {
    color: #333 !important;
    font-size: 13px
}

@media only screen and (min-width: 951px) {
    .level_0:hover .wrapper_children_level_0 {
        display: block;
        transition: 0.6s all ease;
        visibility: visible !important;
        opacity: 1 !important
    }
}

.mainmanu .menu_col {
    float: left;
    width: 100%
}

.mainmanu .field_label {
    color: #17b0e4;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.mainmanu .menu_col .field_name {
    margin-bottom: 15px
}

.mainmanu .menu_col .field_item {
    float: left;
    width: 25%;
    line-height: 24px;
    margin-bottom: 6px
}

.mainmanu #menu_col_1 .field_item {
    line-height: 24px;
    margin-bottom: 6px
}

.mainmanu .field_item a {
    text-decoration: none;
    color: #333;
    transition: 0.5s all ease;
    font-size: 13px
}

.mainmanu .field_item:hover a,
.wrapper_children_level_0 ul li:hover a {
    color: var(--main-color) !important;
    padding-left: 5px;
    transform: translate(0.5em, 0px);
    text-decoration: none
}

.wrapper_children_level_0 li {
    line-height: 24px;
    margin-bottom: 10px
}

.wrapper_children_sub_level_0 {
    margin-bottom: 5px
}

.wrapper_children_sub_level_0 li.level_1 {
    width: 100%;
    color: #17b0e4;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.wrapper_children_sub_level_0 li.level_1 a {
    color: #17b0e4 !important;
    font-size: 17px
}

.wrapper_children_sub_level_0 li.level_2 {
    width: 33.33%
}

.sb-submenu li {
    float: left;
    width: 50%
}

.mb_arrow {
    text-align: center;
    color: #FFF;
    position: absolute;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in 0;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0;
    transition: all 0.2s ease-in 0;
    right: 0px;
    height: 18px;
    border-left: rgba(248, 253, 255, 0.3) solid 1px;
    display: none;
    top: 0px;
    padding: 10px 25px 12px 42px
}

.mb_arrow::before {
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 9px;
    vertical-align: top;
    content: '';
    border-radius: 3px;
    right: 27px
}

.level_0 .closed::before {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #FFF;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: 27px;
    top: 9px;
    vertical-align: top;
    content: '';
    border-radius: 3px
}

.mb_arrow::after {
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: 29px;
    top: 9px;
    vertical-align: top;
    content: ''
}

.level_0 .closed::after {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #188ec5
}

.level_0:hover .mb_arrow::before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #FFF;
    top: 13px
}

.level_0:hover .mb_arrow::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid var(--main-color);
    top: 10px;
    left: 22px
}

.wrapper_children_level_0 .arrow_box {
    display: none
}

@media only screen and (max-width: 1180px) {
    .mainmanu>li.level_0 {
        padding-left: 13px;
        padding-right: 13px;
        position: relative
    }

    .level_0 .wrapper_children_level_0 {
        max-width: 670px
    }
}

@media only screen and (max-width: 1156px) {
    .mainmanu>li.level_0 {
        padding-left: 11px;
        padding-right: 11px
    }

    .level_0 .wrapper_children_level_0 {
        max-width: 629px
    }
}

@media only screen and (max-width: 1090px) {
    .mainmanu>li.level_0 {
        padding-left: 9px;
        padding-right: 9px
    }
}

@media only screen and (max-width: 1060px) {
    .mainmanu>li.level_0 {
        padding-left: 9px;
        padding-right: 9px
    }

    .level_0 .wrapper_children_level_0 {
        max-width: 597px;
        max-height: 400px;
        overflow-y: scroll
    }
}

@media only screen and (max-width: 1040px) {

    .mainmanu .level_0>a i,
    .mainmanu .level_0 .icon_svg {
        display: none !important
    }

    .mb_arrow {
        display: block
    }

    .mainmanu>li.level_0 {
        float: none;
        line-height: 38px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.66)
    }

    .mainmanu .level_0>a {
        display: block;
        width: calc(100% - 70px);
        color: #FFF;
        padding: 2px 0px;
        letter-spacing: normal
    }

    .mainmenu_wrapper {
        position: absolute;
        z-index: 1000;
        top: 53px;
        height: auto;
        width: 100%;
        background: rgba(1, 131, 191, 0.91);
        box-shadow: #CCC 0px 5px 8px -2px;
        display: none;
        border-top: 1px solid #ffffffad
    }

    .wrapper_children_level_0 {
        width: 100% !important;
        padding: 10px;
        position: relative;
        display: none;
        opacity: 1 !important;
        visibility: visible !important
    }

    .wrapper_children_sub_level_0 li.level_2 {
        width: 50%
    }

    .mainmanu #menu_col_0 {
        width: 100%
    }

    .mainmanu #menu_col_1 {
        float: right;
        width: 100%
    }

    .sb-submenu li {
        float: left;
        width: 50%;
        box-sizing: border-box
    }

    .sb-submenu li:nth-child(odd) {
        padding-right: 5px
    }

    .sb-submenu li:nth-child(even) {
        padding-left: 5px
    }

    .mainmanu #menu_col_0 .field_item {
        width: 50%
    }

    .mainmanu #menu_col_1 .field_item {
        float: left;
        width: 50%
    }

    .wrapper_children_level_0 ul::after {
        content: '';
        display: block;
        clear: both
    }
}

/*# sourceMappingURL=default.css.map */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

/*# sourceMappingURL=owl.carousel.css.map */
#fs-slider {
    display: block
}

#fs-slider .name {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    font-family: MyriadPro-Light;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    margin: 0;
    padding: 8px 20px;
    position: absolute;
    width: 100%
}

#fs-slider .item {
    text-align: center;
    display: none
}

#fs-slider .item:first-child {
    display: block
}

.owl-dot {
    background: #cccccc;
    margin: 0px 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box
}

#fs-slider:hover .owl-dot {
    opacity: 1
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    padding: 6px 7px;
    border-radius: 19px;
    right: 10px
}

.owl-dot.active,
.owl-dot:hover {
    background: var(--extra-color)
}

#fs-slider .owl-controls .owl-nav {
    position: absolute;
    top: 38%;
    height: 0;
    width: 100%;
    display: none
}

#fs-slider:hover .owl-controls .owl-nav {
    display: block
}

#fs-slider .owl-controls .owl-nav div {
    display: inline-block;
    zoom: 1;
    position: absolute;
    padding: 6px 0 0;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #686868a6;
    width: 48px;
    height: 34px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: -webkit-body;
    line-height: 20px
}

#fs-slider .owl-controls .owl-nav div:hover {
    background-color: var(--main-color)
}

#fs-slider .owl-controls .owl-prev {
    left: 10px
}

#fs-slider .owl-controls .owl-next {
    right: 10px
}

#pav-slideShow .thumbs {
    margin-top: -8px
}

#sync2 {
    box-sizing: border-box
}

#sync2 .owl-item {
    display: table;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background: #fff
}

#sync2 .owl-item .item {
    padding: 5px;
    text-align: center;
    border: 1px solid #E7E7E7;
    height: 61px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    float: none;
    border-width: 0px 1px 1px 0px;
    box-sizing: border-box;
    font-size: 14px
}

#sync2 .owl-item:first-child .item {
    border-left: 1px solid #E7E7E7
}

#sync2 .current {
    background: var(--main-color);
    color: #FFF;
    border-right: var(--main-color)
}

#sync2 .current:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    transform: translate(-50%, 0px);
    border-color: transparent transparent var(--main-color) transparent;
    z-index: 10000;
    clear: both;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

#sync2 .owl-stage-outer {
    padding-top: 11px;
    margin-top: -15px;
    box-sizing: border-box
}

/*# sourceMappingURL=2_owl_carousel.css.map */
.videos_block_body {
    margin-left: -15px;
    margin-right: -15px
}

.videos_block_body .video_item {
    float: left;
    width: 33.333%;
    padding: 0 15px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px
}

.video_item_inner_has_img {
    position: relative;
    overflow: hidden;
    max-height: 200px
}

.video_item_inner_has_img::before {
    background: rgba(41, 33, 36, 0.2);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video_item_inner_has_img::after {
    content: "";
    display: block;
    height: 50px;
    left: 42%;
    left: calc(50%-25px);
    left: -webkit-calc(50%-25px);
    position: absolute;
    top: 34%;
    top: calc(50%-25px);
    top: -webkit-calc(50%-25px);
    width: 50px;
    background-position: -141px -113px;
    background-repeat: no-repeat
}

.video_item:hover .video_item_inner_has_img::after {
    background-position: -199px -113px
}

.play-video svg#Layer_1 {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #0e0d0dd4
}

.video_item:hover {
    cursor: pointer
}

.video_item:hover svg#Layer_1 {
    fill: red
}

.video-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(41, 33, 36, 0.5)
}

.video-name-inner {
    padding: 10px 10px;
    color: #FFF
}

.video_item img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    height: auto
}

.video_item:hover img {
    moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.video_item:hover .video-name-inner {
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: 0.35s ease-in-out all;
    transition: 0.35s ease-in-out all;
    color: #ff1919
}

@media only screen and (max-width: 780px) {
    .video_one_block_body {
        display: none
    }
}

@media only screen and (max-width: 560px) {
    .videos_block_body .video_item {
        float: none;
        width: 100%;
        text-align: center
    }
}

/*# sourceMappingURL=one.css.map */
.slide-products-home {
    position: relative;
    margin-top: 40px
}

.slide-products-home .block_title span {
    position: absolute;
    padding: 10px 15px;
    border: 1px solid var(--main-color);
    transform: translate(-50%, -50%);
    left: 50%;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 100000000000000;
    background: var(--main-color);
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.products_blocks_slideshow_hot {
    clear: both;
    display: block;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 100%;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    overflow: hidden
}

.products_blocks_slideshow_hot>.item {
    width: calc(100% / 5)
}

.products_blocks_slideshow_hot {
    border: 1px solid #e4e4e4;
    padding: 40px 10px 10px 10px;
    box-sizing: border-box
}

.products_blocks_slideshow_hot .item img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

.products_blocks_slideshow_hot .item:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.products_blocks_slideshow_hot .item-block {
    display: block
}

.products_blocks_slideshow_hot .product_image {
    text-align: center;
    overflow: hidden;
    margin-bottom: 16px;
    min-height: 186px
}

.products_blocks_slideshow_hot .product_image a {
    display: block;
    position: relative
}

.products_blocks_slideshow_hot .frame_inner>h2 {
    margin-bottom: 8px;
    margin-top: 0px;
    overflow: hidden;
    height: 36px
}

.products_blocks_slideshow_hot .name {
    color: #333333;
    display: block;
    font-weight: normal
}

.products_blocks_slideshow_hot .name:hover {
    color: var(--main-color)
}

.products_blocks_slideshow_hot .price_arae {
    position: relative
}

.products_blocks_slideshow_hot .price_current {
    color: #e10c00;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex
}

.products_blocks_slideshow_hot .summary_inner {
    padding-top: 10px;
    color: #696969;
    font-size: 12px;
    height: 38px;
    overflow: hidden;
    text-align: left
}

.products_blocks_slideshow_hot .owl-next,
.products_blocks_slideshow_hot .owl-prev {
    float: left;
    position: absolute;
    font-size: 43px;
    line-height: 25px;
    top: 10px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: var(--main-color);
    background: #fff;
    padding: 25px 8px;
    top: 50%;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    -webkit-border-radius: 5px
}

.products_blocks_slideshow_hot .owl-next:hover,
.products_blocks_slideshow_hot .owl-prev:hover {
    background: var(--main-color);
    color: #fff
}

.products_blocks_slideshow_hot .owl-prev {
    left: 0px;
    padding-top: 20px;
    box-sizing: border-box;
    padding-left: 6px;
    transform: translate(-3px, -50%)
}

.products_blocks_slideshow_hot .owl-next {
    right: 0px;
    padding-top: 20px;
    box-sizing: border-box;
    padding-left: 6px;
    transform: translate(3px, -50%)
}

/*# sourceMappingURL=slideshow_hot.css.map */
.block_repairs_home {
    margin-top: 15px
}

.repair_list_pro_title {
    background: #fff;
    line-height: 49px;
    border: 1px solid #e7e7e77d
}

@media only screen and (max-width: 768px) {
    .repair_list_pro_title {
        line-height: 45px;
        margin-top: 15px
    }
}

.repair_list_pro_title .cat-title-main {
    float: left;
    padding-right: 28px
}

.repair_list_pro_title .cat-title-main a {
    margin-left: 30px;
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
    display: block;
    text-transform: uppercase
}

.repair_list_pro_title .cat-title-main a span {
    color: #000
}

@media only screen and (max-width: 768px) {
    .repair_list_pro_title .cat-title-main a {
        font-size: 18px
    }
}

.repair_list_pro_title .nav-tabs {
    float: right;
    display: flex;
    margin-right: 15px
}

.repair_list_pro_title .nav-tabs li {
    margin-left: 15px
}

.repair_list_pro_title .nav-tabs li a {
    color: #808285;
    font-size: 15px;
    padding: 0px 5px;
    box-sizing: border-box;
    display: inline-block
}

@media only screen and (max-width: 768px) {
    .repair_list_pro_title .nav-tabs li a {
        font-size: 14px
    }
}

.repair_list_pro_title .nav-tabs li.active a,
.repair_list_pro_title .nav-tabs li:hover a {
    color: var(--main-color);
    text-decoration: underline
}

@media only screen and (max-width: 768px) {
    .repair_list_pro_title .nav-tabs li {
        display: none
    }

    .repair_list_pro_title .nav-tabs #item_tab_all {
        display: block
    }
}

@media only screen and (max-width: 500px) {
    .repair_list_pro_title .nav-tabs #item_tab_all {
        display: none
    }
}

/*# sourceMappingURL=default.css.map */
.pos8 {
    margin: 50px 0px 30px
}

.pos8 .block_title {
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: #252525;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block
}

.pos8 .cat-viewmore {
    float: right
}

.pos8 .cat-viewmore a {
    margin-left: 42px
}

@media screen and (max-width: 600px) {
    .pos8 .cat-viewmore a {
        display: none
    }

    .pos8 .cat-viewmore a:last-child {
        display: block
    }
}

.news_list_top {
    margin-top: 20px;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .news_list_top {
        margin-bottom: 10px
    }
}

.news_list_body {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap
}

.news_list_body .news-item {
    width: calc(25% - 20px);
    float: left;
    margin: 0px 10px;
    box-sizing: border-box
}

.news_list_body .news-item img {
    min-height: 185px
}

@media all and (max-width: 420px) {
    .news_list_body .news-item img {
        min-height: 128px
    }
}

.news_list_body .img {
    position: relative
}

.news_list_body .img .time {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    padding: 10px 16px;
    background: var(--main-color)
}

.news_list_body .title {
    margin: 22px 0px 0px;
    line-height: 22px;
    font-size: 16px;
    color: #000
}

.news_list_body .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold
}

.news_list_body .summary {
    margin: 11px 0px 0px;
    line-height: 22px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden
}

@media screen and (max-width: 500px) {
    .news_list_body .summary {
        margin: 5px 0px 0px
    }
}

.news_list_body .date-create {
    margin-top: 20px
}

.news_list_body .date-create .create {
    display: inline-block;
    float: left;
    padding-right: 14px;
    color: var(--main-color);
    position: relative
}

.news_list_body .date-create .create:after {
    height: 19px;
    width: 1px;
    background: #a39f9f;
    content: "";
    position: absolute;
    right: 0px
}

.news_list_body .date-create .date {
    display: inline-block;
    margin-left: 12px;
    color: #333
}

@media screen and (max-width: 768px) {
    .news_list_body {
        margin-left: -5px;
        margin-right: -5px
    }

    .news_list_body .news-item {
        width: calc(50% - 10px);
        margin: 0px 5px 15px
    }
}

@media screen and (max-width: 400px) {
    .news_list_body {
        margin-left: 0px;
        margin-right: 0px
    }

    .news_list_body .news-item {
        width: calc(100%);
        margin: 0px 0px;
        margin-bottom: 20px
    }

    .news_list_body .news-item:nth-child(2) {
        margin-bottom: 0px
    }

    .news_list_body .news-item:nth-child(3),
    .news_list_body .news-item:nth-child(4) {
        display: none
    }
}

.newslist_column_2_view_more {
    text-align: center
}

.newslist_column_2_view_more a {
    padding: 17px 50px 15px 20px;
    background: #0c0c0c14;
    color: var(--main-color);
    position: relative;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s
}

.newslist_column_2_view_more a:hover {
    background: var(--main-color);
    color: #fff
}

.newslist_column_2_view_more a:hover svg {
    fill: #fff
}

.newslist_column_2_view_more svg {
    fill: var(--main-color);
    width: 16px;
    top: 16px;
    position: absolute;
    right: 19px
}

/*# sourceMappingURL=column2.css.map */
ul.menu-bottom li.level0 {
    float: left;
    width: 50%;
    padding-right: 25px;
    box-sizing: border-box
}

ul.menu-bottom li.level0>a,
ul.menu-bottom li.level0>span {
    text-transform: uppercase;
    margin-bottom: 17px;
    font-size: 17px;
    color: #FFF;
    display: block
}

ul.menu-bottom li.level0 ul {
    margin-top: 4px
}

ul.menu-bottom li.level0 ul li {
    margin-bottom: 12px
}

ul.menu-bottom li.level0 ul li a {
    color: #CCCCCC
}

ul.menu-bottom li.level0 ul li a:hover {
    color: #FFF
}

ul li.level1 a:hover,
ul li.level1 span:hover {
    color: #0066b2
}

ul.menu-bottom li.level0 span.click-mobile {
    background: transparent url("https://fonesmart.com.vn/blocks/mainmenu/assets/images/icon-click.png") no-repeat scroll center;
    position: absolute;
    cursor: pointer;
    padding: 0;
    right: 8px;
    top: 11px;
    display: none;
    content: '';
    width: 15px;
    height: 15px;
    z-index: 12
}

ul.menu-bottom li.level0 span.click-mobile.active {
    background: transparent url("https://fonesmart.com.vn/blocks/mainmenu/assets/images/icon-click-active.png") no-repeat scroll center
}

.menu-bottom ul li.mid-sitem>span i {
    background-position: 0px -92px;
    content: ' ';
    height: 36px;
    display: block;
    margin-top: 11px;
    padding-top: 12px;
    width: 131px
}

@media screen and (max-width: 768px) {
    ul.menu-bottom li.level0 {
        float: left;
        width: 100%;
        border: 1px solid #e3e3e3;
        margin-bottom: 10px;
        position: relative
    }

    ul.menu-bottom li.level0 span.click-mobile {
        display: block
    }

    ul.menu-bottom li.level0>a,
    ul.menu-bottom li.level0>span {
        display: block;
        padding: 8px;
        margin-bottom: 0
    }

    ul.menu-bottom li.level0 ul {
        display: none
    }

    ul li.level1 {
        border-top: 1px solid #5d5a5a;
        padding: 8px 0px 7px 0px;
        margin-left: 22px
    }

    ul.menu-bottom li.level0 ul li {
        margin-bottom: 8px
    }

    ul li.level1.first-sitem,
    ul li.level1:first-child {
        border-top: 0
    }
}

/*# sourceMappingURL=bottommenu.css.map */
#newsletter_form input {
    border: none;
    height: 40px;
    background: #414141;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    color: #CCC
}

#newsletter_form button {
    height: 40px;
    padding: 0 20px;
    background: var(--main-color);
    border: none;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 14px
}


/*New*/

.block-submenu {
    display: none;
}

.block-submenu a {
    display: inline-block;
    vertical-align: sub;
    line-height: 2;
    padding: 5px 4px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 5px;
    transition: 0.2s
}

.block-submenu a:hover {
    text-decoration: unset;
    background: #fff;
    color: #000;
    border: 1px solid #ddd
}

.block-submenu a .icon-svg {
    border-radius: 50%;
    border: 1px solid #ccc;
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 8px;
    box-sizing: border-box
}

.block-submenu a svg {
    width: 26px;
    height: 26px
}

.block-submenu a h3 {
    font-weight: normal
}

.block-submenu {
    margin-bottom: 8px
}

@media screen and (max-width: 736px) {
    .fixed_icons {
        display: none;
    }
    .slideshow  .thumbs{
        display: none;
    }

    .slideshow .owl-dots{
        text-align: center;
        position: absolute;
        bottom: 3px;
        padding: 6px 7px;
        border-radius: 19px;
        left: 50%;
        transform: translate(-50%, 0);
        background: none;
    }


    .slide-products-home {
        position: relative;
        text-align: center;
        margin-top: 20px
    }
    
    .slide-products-home .block_title span {
        white-space: nowrap;
        border: 1px solid var(--main-color);
        font-size: 15px;
    }

    .products_blocks_slideshow_hot .product_image {
        min-height: auto;
    }

    .block-submenu {
        display: block;
        background: transparent;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        -ms-scroll-snap-type: mandatory;
        -ms-scroll-snap-points-x: snapInterval(0%, 100%);
        -ms-scroll-chaining: chained;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 0px
    }

    .block-submenu .tab-group {
        width: auto;
        white-space: nowrap;
        margin: 0;
        line-height: 2
    }
}
/*# sourceMappingURL=newsletter.css.map */