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 .frame_left {
    float: left;
    margin: 0 0 30px;
    width: 35%;
    box-sizing: border-box;
    padding-right: 20px
}

@media screen and (max-width: 550px) {
    .product .frame_left {
        margin: 0 0 15px
    }
}

.product .frame_center {
    float: left;
    margin: 0px 0 30px;
    width: 42.6%
}

.product .frame_right {
    float: right;
    width: 20.72%
}

.product .name_mb {
    display: none
}

.product h1,
.product .name_mb {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
    display: inline;
    margin-right: 20px
}

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

    .product h1,
    .product .name_mb {
        font-size: 16px;
        font-weight: 600
    }
}

.rate_head {
    line-height: 14px;
    display: inline-block
}

.rate_head span.star {
    width: 13px;
    display: inline-block;
    color: #FF9727
}

.rate_head span.star.star-on {
    color: #FF9727
}

.rate_head span.star.star-off {
    color: #FF9727
}

.rate_head .rate_count {
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #8a8a8a
}

.product_name {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 10px
}

@media screen and (max-width: 550px) {
    .product_name {
        margin-top: 0px;
        margin-bottom: 5px
    }
}

.rate_head .rate_count {
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #8a8a8a
}

.manufactory font {
    color: var(--main-color);
    margin-right: 13PX
}

.rate_count {
    margin-left: 5px
}

.is_stock {
    margin-left: 17px;
    position: relative;
    padding-left: 20px;
    color: var(--main-color);
    font-size: 14px
}

.stock_area .is_stock i {
    display: block;
    width: 16px;
    height: 17px;
    color: #b6af96;
    content: " ";
    position: absolute;
    top: -1px;
    left: 0;
    background-position: -410px -2px
}

.frame_dt {
    border: #e9e9e98a 1px solid;
    padding: 10px;
    position: relative;
    border-radius: 3px;
    margin-bottom: 15px
}

.promotion label {
    position: absolute;
    top: -15px;
    left: 13px;
    background: #FFF;
    padding: 2px 18px;
    background-size: 240px;
    color: var(--extra-color);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    background: #f6f6f6;
    border-radius: 30px
}

.promotion label i {
    display: inline-flex;
    width: 30px;
    height: 25px;
    content: " ";
    background-position: -187px 0px;
    position: absolute;
    top: -4px;
    background-color: #FFF;
    left: 0px;
    background-repeat: no-repeat
}

.promotion {
    margin-top: 30px;
    padding-top: 23px;
    margin-bottom: 15px
}

@media screen and (max-width: 550px) {
    .promotion {
        margin-top: 20px
    }
}

.promotion svg {
    width: 17px;
    fill: red;
    margin-right: 7px;
    transform: translate(0px, 2px)
}

.promotion.frame_dt p {
    position: relative;
    padding-left: 18px;
    font-size: 13px;
    margin-bottom: 9px
}

.promotion.frame_dt p:after {
    content: '';
    position: absolute;
    background: var(--main-color);
    top: 50%;
    transform: translate(0px, -50%);
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: border-box;
    background: url('data:image/svg+xml;charset=utf-8,<svg height="12px" viewBox="0 0 512 512" width="12px" fill="rgb(43, 169, 105)" xmlns="http://www.w3.org/2000/svg"><path d="m256 0c-141.164062 0-256 114.835938-256 256s114.835938 256 256 256 256-114.835938 256-256-114.835938-256-256-256zm129.75 201.75-138.667969 138.664062c-4.160156 4.160157-9.621093 6.253907-15.082031 6.253907s-10.921875-2.09375-15.082031-6.253907l-69.332031-69.332031c-8.34375-8.339843-8.34375-21.824219 0-30.164062 8.339843-8.34375 21.820312-8.34375 30.164062 0l54.25 54.25 123.585938-123.582031c8.339843-8.34375 21.820312-8.34375 30.164062 0 8.339844 8.339843 8.339844 21.820312 0 30.164062zm0 0"/></svg>');
    background-repeat: no-repeat
}

.promotion p,
.promotion_info p,
.promotion div,
.promotion_info div {
    margin-bottom: 6px
}

._color {
    display: block;
    margin-top: 0px;
    margin-bottom: 12px;
    float: left;
    display: flex;
    align-items: center
}

._color label {
    position: relative;
    float: left;
    margin-right: 10px
}

._color .Selector {
    display: inline-block !important;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    padding: 0px 4px;
    box-sizing: border-box
}

._color .Selector:hover {
    -webkit-transform: rotatez(360deg);
    -moz-transform: rotatez(360deg);
    -ms-transform: rotatez(360deg);
    transform: rotatez(360deg)
}

._color .Selector .color_item {
    display: block !important;
/*    height: 30px;
    width: 30px;*/
    visibility: visible !important;
    cursor: pointer;
    background-position: -93px -163px;
    background-repeat: no-repeat;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #b0b0b0;
    border-radius: 3px;
}

._color .Selector .color_item font {
    position: absolute;
    top: -26px;
    z-index: 10000;
    background: #2080cad6;
    color: #FFF;
    padding: 1px 7px;
    left: 50%;
    border-radius: 4px;
    min-width: 34px;
    display: none;
    text-align: center;
    transform: translate(-50%, 0%)
}

._color .Selector .color_item font::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--main-color) d6;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: 39%;
    top: 20px;
    vertical-align: top;
    content: ''
}

._color .active {
    border-color: var(--main-color)
}

._color .Selector.active .color_item,
._color .Selector:hover .color_item {
    border: 1px solid #000cf5;
    background-position: -110px -138px
}

._color .Selector:hover .color_item font {
    display: block
}

.wapper_price {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -6px
}

._attributes select {
    padding: 7px 10px;
    border-radius: 3px;
    color: #7a7a7a;
    font-size: 10pt;
    background-position: calc(100% - 10px) calc(12px + 0px), calc(100% - 6px) calc(12px + 0px), calc(100% - 0.5em) 0.5em;
    width: calc(50% - 12px);
    margin: 0px 6px 12px;
    float: left;
    box-sizing: border-box;
    border: #e9e9e9 1px solid
}

._attributes select:focus {
    background-position: calc(100% - 9px) 0.8em, calc(100% - 14px) 0.8em, 100% 0
}

#attributes {
    position: relative;
    padding-right: 14px
}

@media all and (max-width: 768px) {
    #attributes {
        float: left;
        margin-bottom: 10px
    }
}

#attributes select {
    padding: 5px 10px;
    border-radius: 5px;
    color: #7a7a7a;
    font-size: 10pt;
    margin: 0px 8px;
    float: left;
    box-sizing: border-box
}

@media all and (max-width: 768px) {
    #attributes select {
        border-radius: 5px;
        margin-left: 0px
    }
}

#attributes .warranty_hide:before {
    position: absolute;
    width: 12px;
    height: 12px;
    content: '';
    right: 0px;
    cursor: pointer;
    top: 8px;
    background: url('data:image/svg+xml;utf8,<svg width="12px" height="12px" fill="rgb(41, 128, 185)" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 426.667 426.667" style="enable-background:new 0 0 426.667 426.667;" xml:space="preserve"><g><g><path d="M213.333,0C95.467,0,0,95.467,0,213.333s95.467,213.333,213.333,213.333S426.667,331.2,426.667,213.333S331.2,0,213.333,0  z M234.667,362.667H192V320h42.667V362.667z M278.72,197.44l-19.093,19.627c-15.36,15.36-24.96,28.267-24.96,60.267H192v-10.667 c0-23.573,9.6-44.907,24.96-60.373l26.56-26.88c7.68-7.68,12.48-18.347,12.48-30.08c0-23.573-19.093-42.667-42.667-42.667 s-42.667,19.093-42.667,42.667H128C128,102.187,166.187,64,213.333,64s85.333,38.187,85.333,85.333 C298.667,168.107,291.093,185.067,278.72,197.44z"/></g></g></svg>');
    background-repeat: no-repeat
}

#attributes .warranty_hide .witem {
    position: absolute;
    left: 88px;
    width: 100%;
    background: #000000ba;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 6px;
    top: -45px;
    line-height: normal;
    border-radius: 5px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    color: #fff;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    background: -ms-radial-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 145400;
    pointer-events: none
}

#attributes .warranty_hide .witem:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px
}

.region_wp {
    float: right;
    width: calc(50% - 5px)
}

.region_wp select {
    height: 32px;
    padding-left: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: #e9e9e98a 1px solid;
    box-sizing: border-box;
    width: 100%
}

.warranty_aq {
    position: relative;
    float: left;
    display: none
}

.warranty_aq font {
    display: block;
    width: 30px;
    height: 33px;
    position: absolute;
    top: -8px;
    left: 0;
    background-repeat: no-repeat
}

.warranty_aq i {
    display: block;
    width: 30px;
    height: 28px;
    content: " ";
    background-position: -385px -128px;
    background-repeat: no-repeat;
    margin-top: 9px
}

.warranty_popup {
    display: none;
    position: absolute;
    top: -37px;
    background: var(--main-color);
    color: #FFF;
    width: 240px;
    left: -120px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px
}

.warranty_aq:hover .warranty_popup {
    display: block
}

.product_button2 {
    margin-top: 33px;
    clear: both;
    display: block;
    border-top: 1px solid #EEE;
    padding-top: 20px
}

.product_button2 figure {
    float: left
}

.product_button2 figure img {
    max-width: 109px
}

.product_button2_info {
    float: left;
    width: 30%
}

.product_button2_info h3 {
    font-size: 16px;
    line-height: 24px
}

.button2_wrap {
    float: right;
    width: calc(100% - 30% - 130px)
}

.button2_wrap #buy-now-2,
.button2_wrap .btn-tragop {
    margin-top: 10px;
    padding: 8px 0
}

.button2_wrap #buy-now-2 font,
.button2_wrap .btn-tragop font {
    font-size: 15px;
    font-weight: normal
}

.button2_wrap #buy-now-2 span,
.button2_wrap .btn-tragop span {
    font-size: 13px;
    color: #ffffffde
}

.product_button2_info .price_current {
    color: #ED1C24;
    font-size: 18px;
    font-weight: 600;
    margin-top: 11px;
    display: inline-flex
}

.warranty_popup::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid var(--main-color);
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    left: 126px;
    top: 31px;
    vertical-align: top;
    content: ''
}

.warranty_popup a {
    color: #FFF
}

.advantage,
.accessories_incentives {
    border: #e9e9e98a 1px dashed;
    padding: 10px;
    margin-bottom: 15px
}

.advantage label,
.accessories_incentives label {
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #333333
}

.advantage label::after,
.accessories_incentives label::after {
    display: inline-block;
    left: 31%;
    top: 27px;
    vertical-align: top;
    content: '';
    border-bottom: 1px solid #B4BCC4;
    width: 38%;
    position: absolute
}

.advantage_content p {
    position: relative;
    margin-bottom: 13px;
    font-size: 13px
}

.advantage_content p svg {
    width: 20px;
    color: var(--main-color);
    display: block;
    position: absolute;
    top: 1px;
    left: 0
}

.advantage_content p b,
.advantage_content p strong,
.promotion b,
.promotion strong {
    font-weight: 600
}

.advantage_content .warranty_exchange svg {
    width: 30px;
    left: -5px
}

.accessories_incentives .item {
    margin-bottom: 20px
}

.accessories_incentives .item img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 100px
}

.accessories_incentives .item .name {
    font-weight: normal;
    margin-bottom: 2px;
    max-height: 54px;
    overflow: hidden
}

.accessories_incentives .item .price {
    font-weight: normal;
    font-size: 14px
}

#buy-now,
.btn-tragop,
#buy-now-2 {
    display: block;
    width: 48%;
    text-align: center;
    background: var(--extra-color);
    padding: 6px 0;
    box-sizing: border-box;
    border-radius: 5px;
    color: #FFF !important;
    text-decoration: none !important
}

.btn-tragop {
    background: var(--main-color)
}

.promotion_info {
    margin-top: 20px
}

.promotion_info.frame_dt {
    font-size: 13px
}

.promotion_info.frame_dt p {
    position: relative;
    padding-left: 16px
}

.promotion_info.frame_dt p:after {
    content: '';
    position: absolute;
    background: var(--main-color);
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%
}

#buy-now:hover,
#buy-now-2:hover {
    background: var(--main-color)
}

.btn-tragop:hover {
    background: var(--extra-color)
}

#buy-now font,
#buy-now-2 font,
.btn-tragop font {
    display: block;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 16px
}

#buy-now span,
#buy-now-2 span,
.btn-tragop span {
    font-size: 13px
}

.hotline_detail {
    margin-top: 17px;
    position: relative;
    font-size: 14px
}

.hotline_detail svg {
    width: 16px;
    position: absolute;
    left: 0px;
    border: 1px solid var(--main-color);
    padding: 3px;
    border-radius: 50%;
    background: var(--main-color);
    fill: #fff;
    top: -4px
}

.hotline_detail a {
    color: red;
    font-weight: bold
}

.product .product_base .price {
    line-height: 31px;
    padding-bottom: 4px;
    position: relative;
    display: flex
}

.product .product_base .price .in_stock {
    position: absolute;
    right: 0;
    top: 5px;
    color: #000;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px
}

.product .product_base .price .in_stock i {
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    width: 18px;
    height: 21px;
    display: inline-block;
    float: left;
    margin-right: 3px;
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="check-circle" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-check-circle fa-w-16"><path fill="rgb(16,90,168)" d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z" class=""></path></svg>');
    background-repeat: no-repeat
}

.product .product_base .price .price_current {
    overflow: hidden;
    font-size: 29px;
    font-weight: bold;
    color: #ED1C24;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.product .product_base .price .price_current .price_old {
    margin-bottom: 0;
    margin: 0px;
    font-weight: normal;
    display: inline-block;
    font-weight: 600;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #333;
    text-decoration: line-through;
    margin-right: 10px;
    margin-left: 15px
}

.product .product_base .price .price_current .discount {
    display: inline-block;
    overflow: hidden;
    font-size: 14px;
    vertical-align: middle;
    font-style: normal
}

#smartTab {
    z-index: 1;
    width: 100%
}

.product .product_tabs_ul {
    border-top: 2px solid #E0E0E0;
    background: #F5F5F5;
    border-radius: 2px;
    list-style: none;
    margin-bottom: 20px;
    padding: 0
}

.product .product_tabs_ul li {
    float: left;
    border-right: 1px solid #f4f4f4
}

.product .product_tabs_ul a {
    display: inline-block;
    padding: 10px 18px 11px;
    white-space: nowrap;
    font-size: 16px
}

.product .product_tabs_ul li {
    float: left;
    border-right: 1px solid #E7E7E7
}

.product .product_tabs_ul li.active a,
.product .product_tabs_ul li:hover a {
    color: #00A7F4;
    border-top: #00A7F4 2px solid;
    margin-top: -2px;
    padding-top: 12px;
    text-decoration: none;
    background: #FDFDFD
}

#box_conten_linfo {
    /*max-height: 400px;*/
    transition: height 75ms;
    overflow: hidden
}

.readmore,
.readmore_open {
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 28px;
    font-size: 15px
}

.readmore span,
.readmore_open span {
    text-align: center;
    color: #000;
    display: block;
    padding: 5px 32px 5px 20px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    margin: 0px auto;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in 0;
    width: 150px;
    -webkit-transition: all 0.2s ease-in;
    -webkit-transition-delay: 0;
    transition: all 0.2s ease-in 0;
    font-size: 14px
}

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

#readmore_desc span::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: 27px;
    top: 13px;
    vertical-align: top;
    content: '';
    border-radius: 3px
}

#readmore_desc span::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid var(--main-color);
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    right: 27px;
    top: 11px;
    vertical-align: top;
    content: ''
}

#readmore_desc span:hover {
    background: #cc0012
}

#readmore_desc span:hover:after {
    border-top: 7px solid #cc0012 !important
}

#readmore_desc span:hover:before {
    border-top: 8px solid #fff
}

#readmore_desc span:hover::after {
    -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;
    border-top: 10px solid var(--main-color)
}

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

.products-list-related {
    margin-bottom: 15px
}

.products-list-related .product_grid .item {
    width: 25%
}

.modal {
    display: none
}

.modal-dialog {
    width: 100%;
    position: fixed;
    top: 4px;
    background: rgba(14, 14, 14, 0.74);
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    padding-top: 10px
}

@media all and (max-width: 768px) {
    .modal-dialog {
        padding: 5px 5px 10px 5px;
        box-sizing: border-box
    }
}

.modal-dialog .modal-content {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    background: #FFF;
    box-sizing: border-box;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    z-index: 100;
    border: 1px solid var(--main-color);
    border-radius: 5px
}

.modal-header {
    position: relative;
    background: var(--main-color);
    padding-top: 4px;
    border: none
}

.modal-header button {
    position: absolute;
    right: 7px;
    top: 3px;
    border: none;
    background: red;
    font-size: 19px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border-radius: 50px;
    padding: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.modal-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0px;
    color: #FFF;
    padding-left: 13px;
    padding: 9px 10px
}

.modal-body {
    padding: 5px 15px 15px
}

.modal-full-screen {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1
}

.group_field {
    background: #EEE;
    text-align: center
}

.group_field b {
    font-weight: 600
}

.compare_table {
    line-height: 26px;
    height: 100%;
    overflow-x: scroll
}

.modal-content .content {
    overflow-y: scroll;
    height: 80vh
}

.title_charactestic {
    font-weight: normal;
    padding-left: 0px;
    padding-bottom: 11px;
    color: #7b7b7b
}

#charactestic_detail .title_charactestic {
    padding-left: 10px
}

.charactestic_table2 li {
    display: table;
    background: #fff;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 5px 0
}

.charactestic_table2 li .title_charactestic {
    display: table-cell;
    width: 40%;
    vertical-align: top;
    padding: 5px 0;
    font-size: 14px;
    color: #666
}

.charactestic_table2 li .content_charactestic {
    display: table-cell;
    width: auto;
    vertical-align: top;
    padding: 6px 5px;
    font-size: 14px;
    color: #333
}

tr.tr-0,
tr.tr-1 {
    border-bottom: 1px dotted #a3a3a361;
    color: #333
}

#readmore_chareactestic {
    font-weight: normal;
    padding-left: 0;
    padding-bottom: 11px;
    color: #00A7F4
}

#tab_videos ._left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 10px
}

#tab_videos ._right {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding-left: 10px
}

#tab_videos ._right iframe,
#tab_videos ._left iframe {
    max-width: 100%
}

.description {
    font-size: 16px;
    line-height: 28px;
}

.description img {
    max-width: 100%;
    height: auto !important
}

.description p,
.description div,
.description li,
.description h2,
.description h3,
.description h4 {
    margin-bottom: 12px
}

.description .video_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.description .video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@keyframes border-pulsate {
    0% {
        border-color: #00A7F4
    }

    50% {
        border-color: #c30808
    }

    100% {
        border-color: #00A7F4
    }
}

.products_orders {
    color: red;
    font-size: 15px;
    line-height: 21px;
    margin-top: 20px;
    border: #e9e9e98a 1px solid;
    padding: 10px 10px;
    border-radius: 4px
}

#products_orders li {
    position: relative;
    padding-left: 20px
}

#products_orders li .icon_v1 {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    display: inline-flex;
    top: 3px;
    left: 0;
    background-position: -377px -2px
}

.tab-title {
    margin-top: 20px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 48px;
    border: 1px solid #e7e7e77d;
    margin-bottom: 0px
}

@media only screen and (max-width: 500px) {
    .tab-title {
        line-height: 40px;
        box-sizing: border-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.tab-title span {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    font-weight: bold;
    margin-left: 28px
}

@media only screen and (max-width: 500px) {
    .tab-title span {
        font-size: 15px
    }
}

.tab_label {
    margin-bottom: 12px
}

.tab_label strong {
    font-weight: 600
}

.tab_label .statistic {
    font-style: italic;
    font-weight: bold
}

#characteristic-label .title_icon i {
    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
}

.col-modal-l {
    border-bottom: none;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding-right: 15px
}

.col-modal-r {
    width: 100%;
    float: right;
    box-sizing: border-box
}

#modal_buy_now .media-box {
    margin-bottom: 10px
}

.mt10 {
    margin-bottom: 10px
}

.pull-left {
    float: left;
    width: 35%
}

.media-box .pull-left {
    float: left;
    width: 20%
}

.media-body {
    float: right;
    width: 80%
}

.media-body h2 {
    margin-bottom: 6px
}

#modal_buy_now .media-body select {
    width: calc(50% - 10px);
    margin: 0px 5px;
    margin-bottom: 10px;
    height: 30px;
    padding: 4px 5px;
    border: 1px solid #EEE;
    border-radius: 3px;
    float: left
}

@media screen and (max-width: 550px) {
    #modal_buy_now .media-body select {
        width: 65%;
        float: unset
    }
}

#modal_buy_now .media-body .quantity_modal {
    border: 1px solid #EEE;
    text-align: center;
    width: 50px;
    padding: 5px 10px
}

#modal_buy_now .price_modal {
    font-weight: 700;
    color: #e20000;
    font-size: 18px;
    font-weight: bold;
    margin-top: 9px
}

.input_text_wrap {
    margin-bottom: 15px;
    width: calc(50% - 20px);
    margin: 10px 10px 10px;
    float: left
}

@media all and (max-width: 768px) {
    .input_text_wrap {
        width: 100%;
        margin: 0px 0px 10px
    }
}

.modal-body .wrapper_item {
    margin: 0px -10px
}

.modal-body .btn_area {
    text-align: center;
    margin: 10px 0px
}

.modal-body .btn_area a {
    border-radius: 5px
}

#modal_buy_now .input_text {
    display: block;
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    box-sizing: border-box;
    height: 34px;
    border: 1px solid #EEE;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

#modal_buy_now .input_text:focus {
    border-color: var(--main-color);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(238, 0, 0, 0.53);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(238, 0, 0, 0.53)
}

.btn {
    display: inline-block;
    padding: 6px 25px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px
}

#modal_buy_now .btn-default {
    background-color: var(--main-color);
    border: medium none;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px
}

#modal_buy_now .reset-default {
    background-color: #A9A9A9;
    border: medium none;
    border-radius: 5px;
    color: #fff
}

#modal_buy_now .other_info {
    border-top: 1px solid #EEEEEE;
    padding-top: 16px;
    text-align: center
}

.buy_fast {
    border-radius: 4px;
    background-color: #f3f2f2;
    margin-top: 15px;
    padding: 10px 20px 10px 10px;
    text-align: center;
    color: #000
}

@media all and (max-width: 500px) {
    .buy_fast {
        padding: 10px 10px 10px 10px
    }
}

.sub_title {
    margin-top: 3px;
    margin-bottom: 8px
}

.buy_fast label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 16px
}

#telephone_buy_fast {
    border: none;
    width: calc(100% - 64px);
    float: left;
    height: 34px;
    padding-left: 10px;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    border-radius: 4px
}

@media all and (max-width: 500px) {
    #telephone_buy_fast {
        width: 100%;
        margin-bottom: 10px
    }
}

#name_buy_fast {
    border: none;
    width: 39%;
    float: left;
    height: 34px;
    padding-left: 10px;
    border: 1px solid #d0d0d0;
    box-sizing: border-box
}

@media all and (max-width: 500px) {
    #name_buy_fast {
        width: 100%;
        margin-bottom: 10px
    }
}

.button-buy-fast {
    background: #f59331;
    width: 54px;
    height: 34px;
    border: none;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    border-radius: 4px
}

@media all and (max-width: 500px) {
    .button-buy-fast {
        width: 100%;
        margin-bottom: 10px
    }
}

.button-buy-fast:hover {
    background: #DF0909;
    color: #FFF
}

.buy_fast .label_error {
    text-align: left;
    padding-top: 4px;
    display: block
}

.compare_box {
    margin-bottom: 15px;
    padding: 0px 20px
}

.compare_box label {
    font-weight: 500
}

.tab_compare {
    margin-bottom: 10px
}

.compare_box input {
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    font-size: 13px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

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

.autocomplete-suggestions-compare {
    border: 1px solid #ececec;
    background: #fff;
    cursor: default;
    overflow: auto;
    margin: 0 0px 6px -30px;
    width: 100%;
    top: 31px;
    left: 101px;
    margin-left: -97px
}

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

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

.autocomplete-suggestions-compare div a,
.autocomplete-suggestions-compare div a:link,
.autocomplete-suggestions-compare 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-compare div a:hover {
    background: #ececec
}

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

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

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

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

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

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

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

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

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

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

.news_related_horizontal {
    margin-left: -10px;
    margin-right: -10px
}

.news_related_horizontal .item-related {
    float: left;
    width: 16.66667%;
    padding: 0 10px;
    box-sizing: border-box
}

.news_related_horizontal .item-related>a {
    text-align: center;
    overflow: hidden;
    display: block
}

.news_related_horizontal .item-related img {
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

.news_related_horizontal .item-related:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.5
}

.news_related_horizontal .item-related .title-item-related {
    font-weight: normal;
    margin-top: 15px
}

#prodetails_tab50 {
    overflow: hidden
}

.news_related_vertical {
    box-sizing: border-box
}

.news_related_vertical .item-related {
    box-sizing: border-box;
    margin-bottom: 16px
}

.news_related_vertical .item-related>a {
    text-align: center;
    overflow: hidden;
    display: block;
    width: 100px;
    float: left;
    margin-right: 15px
}

.news_related_vertical .item-related img {
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s
}

.news_related_vertical .item-related:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0.5
}

.news_related_vertical .item-related .title-item-related {
    font-weight: normal
}

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

.frame_b_l {
    float: left;
    width: 66%
}

.content_charactestic p {
    margin-bottom: 5px
}

.frame_b_r {
    width: calc(34% - 30px);
    float: right;
    box-sizing: border-box;
    margin-left: 30px;
    background: #e7e7e736;
    margin-top: 20px
}

.frame_b_r .tab-2-title {
    margin-top: 0px
}

#products_slideshow_hightlight {
    display: block;
    margin-bottom: 40px;
    margin-top: 20px
}

#products_slideshow_hightlight img {
    width: 100%
}

#products_slideshow_hightlight .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%
}

#products_slideshow_hightlight .item {
    text-align: center;
    display: none;
    position: relative
}

#products_slideshow_hightlight .item .prod-slider-desc {
    position: absolute;
    bottom: 3px;
    padding: 15px;
    color: #fff;
    width: 100%;
    font-size: 11pt;
    background-color: #333333b8;
    box-sizing: border-box
}

#products_slideshow_hightlight .item:first-child {
    display: block
}

.owl-dot {
    background: #ffffff;
    margin: 0px 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #eee
}

#products_slideshow_hightlight:hover .owl-dot {
    opacity: 1
}

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

@media only screen and (max-width: 768px) {
    .owl-dots {
        width: 100%
    }
}

.owl-dot.active,
.owl-dot:hover {
    background: var(--main-color);
    box-shadow: inset rgba(255, 255, 255, 0.37) -1px 1px 1px
}

#sync1_wrapper .owl-dots {
    bottom: 10px
}

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

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

#products_slideshow_hightlight .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: #38383885;
    width: 48px;
    height: 34px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: -webkit-body;
    line-height: 20px
}

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

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

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

.list_vertical .item-related {
    margin-bottom: 15px
}

.list_vertical .item-related .body_text {
    display: table-cell;
    vertical-align: top;
    width: 10000px;
    overflow: hidden;
    zoom: 1
}

.list_vertical .item-related .price_arae {
    position: relative;
    float: left;
    min-height: 1px;
    width: 60%;
    padding-right: 15px
}

@media screen and (max-width: 550px) {
    .list_vertical .item-related .price_arae {
        width: unset
    }
}

.list_vertical .item-related .price_arae .price_current {
    margin-top: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #cd0000;
    margin: 5px 0px 4px
}

.list_vertical .item-related .compare {
    float: left;
    text-align: right;
    text-align: right;
    margin-top: 15px
}

.list_vertical .item-related .row_price {
    display: flex
}

.list_vertical .item-related .price_old {
    font-size: 11pt;
    color: #696969;
    margin-bottom: 0;
    margin: 0px
}

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

.list_vertical .item-related .title-item-related a {
    font-size: 11pt
}

.list_vertical .img_a {
    float: left;
    margin-right: 10px
}

.list_vertical .link_compare {
    background: transparent;
    color: var(--main-color);
    padding-top: 10px;
    padding-bottom: 0px;
    border: none;
    display: inline-block;
    font-style: italic
}

.frame_left {
    position: relative
}

.frame_left .doi-1 {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 3px;
    content: '';
    background: #ff0000bd;
    border-radius: 50%;
    color: #FFF;
    font-size: 11px;
    line-height: 12px;
    padding-top: 8px;
    box-sizing: border-box;
    letter-spacing: -0.8px;
    font-weight: 600;
    word-spacing: -0.8px;
    left: 6px;
    text-align: center;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    transform: translate(-400px, -100px);
    z-index: 1
}

.frame_left .doi-1 div {
    -webkit-animation: jump 4.8s ease-in infinite;
    animation: jump 4.8s ease-in infinite
}

.frame_left .gia-soc,
.frame_left .bao-hanh-24,
.frame_left .tra-gop,
.frame_left .doi-1-24,
.frame_left .hot-sale,
.frame_left .bh-ca-roi-vo {
    z-index: 1;
    position: absolute;
    left: calc(50% - 76px);
    bottom: 27px;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    transform: translate(400px, 400px)
}

.frame_left .gia-soc div,
.frame_left .bao-hanh-24 div,
.frame_left .tra-gop div,
.frame_left .doi-1-24 div,
.frame_left .hot-sale div,
.frame_left .bh-ca-roi-vo div {
    color: #FFF;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 17px;
    display: block;
    border-radius: 4px;
    text-transform: uppercase
}

.frame_left .gia-soc div,
.frame_left .hot-sale div {
    background: #f28902d1;
    -webkit-animation: scale-shadow 2.8s ease-in infinite;
    animation: scale-shadow 2.8s ease-in infinite
}

.frame_left .bao-hanh-24 div,
.frame_left .doi-1-24 div,
.frame_left .bh-ca-roi-vo div {
    background: #ff0000c2
}

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

.frame_left .tra-gop div {
    background: #f28902d1
}

.frame_left .tra-gop div span {
    -webkit-animation: neon1 3.0s ease-in infinite;
    animation: neon1 3.0s ease-in infinite;
    display: inline-block
}

.frame_left_animate .doi-1 {
    transform: translate(0, 0);
    -webkit-transform: scale(1) rotate(0deg);
    -webkit-transition: all cubic-bezier(0.4, 0, 1, 1) 2s;
    transition: all 2.3s ease 0s;
    -webkit-transition: all 2.3s ease 0s
}

.frame_left_animate .gia-soc,
.frame_left_animate .bao-hanh-24,
.frame_left_animate .tra-gop,
.frame_left_animate .doi-1-24,
.frame_left_animate .hot-sale,
.frame_left_animate .bh-ca-roi-vo {
    transform: translate(0, 0);
    -webkit-transform: scale(1) rotate(0deg);
    -webkit-transition: all cubic-bezier(0.4, 0, 1, 1) 2s;
    transition: all 2.3s ease 0s;
    -webkit-transition: all 2.3s ease 0s
}

@media only screen and (max-width: 960px) {
    .news_related_horizontal .item-related {
        width: 33.333%
    }

    .news_related_horizontal .item-related:nth-child(4) {
        clear: left
    }
}

@media only screen and (max-width: 870px) {
    .product .frame_left {
        width: 55%
    }

    .product .frame_center {
        width: 42.6%
    }

    .product .frame_right {
        float: none;
        width: 100%;
        clear: both
    }

    .button2_wrap #buy-now-2,
    .button2_wrap .btn-tragop {
        width: 100%
    }
}

@media only screen and (max-width: 600px) {
    #smartTab {
        display: none
    }

    .product .name_mb {
        display: block
    }

    .product .product_base h1 {
        display: none
    }

    .product .frame_left,
    .frame_b_l {
        width: 100%;
        margin-right: 0;
        padding-right: 0
    }

    .frame_b_r {
        display: none
    }

    .product .frame_center {
        width: 100%;
        margin-bottom: 15px
    }

    .autocomplete-suggestions-compare {
        margin-left: -10px;
        max-width: 100%
    }

    .advantage {
        display: none
    }
}

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

    .news_related_horizontal .item-related:nth-child(2n+1) {
        clear: left
    }

    .news_related_horizontal .item-related:nth-child(4) {
        clear: none
    }

    #tab_videos ._left {
        width: 100%;
        padding-right: 0px
    }

    #tab_videos ._right {
        width: 100%;
        padding-left: 0px;
        margin-top: 15px
    }

    .product_button2 figure,
    .product_button2_info {
        display: none
    }

    .button2_wrap {
        width: 100%
    }
}

.p-link {
    text-align: center;
    margin-top: 18px;
    display: none
}

.p-link a {
    color: #00a7f4;
    font-size: 15px;
    font-style: italic;
    text-decoration: none
}

@media only screen and (max-width: 768px) {
    .p-link {
        display: block
    }
}

.mz-hint {
    opacity: 0
}

#readmore_chareactestic {
    display: block;
    width: 100%;
    padding: 6px 0;
    margin: 10px 0 0;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 4px;
    transition: 0.3s
}

#readmore_chareactestic svg {
    width: 10px;
    height: 10px;
    fill: #fff;
    margin-left: 5px
}

#readmore_chareactestic:hover {
    background-color: #cc0012;
    border: 1px solid #cc0012
}

.wrapper_product_name {
    float: left
}

.share_fb {
    float: right
}

#color_select,
#memory_select {
    margin-bottom: 12px;
    font-size: 15px
}

#color_select span,
#memory_select span {
    font-weight: bold
}

.icon-thumbs-all {
    display: flex;
    justify-content: center
}

.icon-thumbs-all .item {
    margin: 0px 0px;
    float: left;
    width: 25%;
    text-align: center
}

.icon-thumbs-all a:hover {
    text-decoration: none;
    color: #7b7b7b !important
}

.icon-thumbs-all svg {
    width: 30px;
    height: 30px;
    fill: #333;
    transition: 0.5s all ease
}

.icon-thumbs-all svg:hover {
    border: 1px solid var(--main-color);
    fill: var(--main-color)
}

.icon-thumbs-all .icon {
    padding: 15px 25px;
    border: 1px solid #dadada;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-grid;
    align-items: center;
    transition: 0.5s all ease
}

.icon-thumbs-all .text-icon-thumbs {
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 16px;
    margin-top: 5px
}

.boxmemory {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -6px;
    margin-bottom: 12px
}

.boxmemory li {
    float: left;
    text-align: center;
    padding: 6px 8px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    margin-bottom: 10px;
    margin: 0px 6px;
    line-height: 20px;
    cursor: pointer;
    width: calc(33.33% - 12px);
    box-sizing: border-box
}

.boxmemory li span {
    font-weight: bold;
    font-size: 16px;
    color: #ff0000;
    display: block
}

.boxmemory .active_memory {
    border-color: var(--main-color)
}

.boxmemory_relate {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
    margin-bottom: 12px
}

.boxmemory_relate li {
    float: left;
    text-align: center;
    width: calc(33.33% - 18px);
    margin: 0px 8px;
    margin-bottom: 10px
}

@media all and (max-width: 768px) {
    .boxmemory_relate li {
        width: calc(50% - 18px)
    }
}

.boxmemory_relate li a {
    padding: 6px 8px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    line-height: 20px;
    cursor: pointer;
    display: block;
    font-size: 15px;
    box-sizing: border-box
}

.boxmemory_relate li a:hover {
    border: 1px solid var(--main-color)
}

.boxmemory_relate li span {
    font-weight: bold;
    font-size: 16px;
    color: #ff0000;
    display: block
}

.boxmemory_relate .active_memory {
    border-color: var(--main-color)
}

.product_tags a {
    font-size: 14px;
    color: #606060
}

._warrity_product .title {
    background: var(--main-color);
    text-align: center;
    padding: 12px 0px;
    color: #fff;
    font-weight: bold;
    font-size: 16px
}

._warrity_product .main_warranty {
    background-color: #e7e7e736;
    margin-bottom: 5px;
    padding: 0px 10px 20px
}

._warrity_product .title_main {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    display: block
}

._warrity_product .main_summary {
    background-color: #fff;
    padding: 8px 5px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    line-height: 25px
}

._warrity_product .image_warranty {
    display: flex;
    flex-wrap: wrap
}

._warrity_product .image_warranty img {
    width: 40px;
    height: 40px;
    border-radius: 50px
}

._warrity_product .image_warranty span {
    width: 20%;
    max-height: 40px
}

._warrity_product .image_warranty span svg {
    width: 35px;
    height: 35px;
    fill: #909090
}

._warrity_product .image_warranty span .icon_svg {
    position: relative;
    padding: 4px;
    border: 1px solid #5555;
    box-sizing: border-box;
    display: block;
    width: 41px;
    height: 41px;
    max-height: unset;
    display: flex;
    border-radius: 50px;
    align-items: center
}

._warrity_product .image_warranty .no_warranty {
    position: relative
}

._warrity_product .image_warranty .no_warranty:before {
    position: absolute;
    content: '';
    background-color: #87202070;
    left: 20px;
    width: 2px;
    height: 100%;
    transform: rotateZ(-45deg)
}

._warrity_product .content {
    font-size: 13px;
    text-align: center;
    margin: 15px 0px
}

._warrity_product .info_warranty {
    text-align: center;
    font-weight: bold;
    color: var(--main-color);
    font-size: 15px
}

._warrity_product .detail {
    text-align: center;
    margin-top: 7px
}

._warrity_product .detail a {
    display: block;
    background: var(--main-color);
    padding: 6px 0px;
    border-radius: 5px;
    color: #fffc
}

._warrity_product .detail a:hover {
    background-color: #cc0012
}

.address_info .title {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
    display: block
}

.address_info .add_full {
    z-index: 0;
    padding: 0px;
    border: unset
}

.address_info .add_full::after,
.address_info .add_full::before {
    display: none
}

.address_info .add_full ul {
    padding-left: 25px
}

.address_info .add_full ul::before {
    width: 16px;
    height: 17px;
    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="rgb(136, 136, 136)" 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
}

.address_info .arrow_box {
    border: unset
}

@media all and (max-width: 768px) {
    #box_warranty {
        margin-top: 10px
    }
}

#products_slideshow .item {
    text-align: center
}

@media all and (max-width: 768px) {
    #products_slideshow img {
        width: 250px
    }
}

@media all and (max-width: 768px) {
    #prodetails_tab1 .tab-title {
        border: 0px solid #d5d5d5bf;
        background: #FFF;
        height: unset;
        text-overflow: unset;
        overflow: unset;
        white-space: unset;
        margin-bottom: 0px;
        border: 1px solid #e7e7e77d;
        box-sizing: border-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

@media all and (max-width: 500px) {
    #prodetails_tab1 .tab-title span {
        box-sizing: border-box;
        text-overflow: ellipsis;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-left: 60px
    }
}

.modal-open {
    overflow: hidden
}

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

.address_info {
    background: #e7e7e736;
    padding: 5px 10px 5px;
    box-sizing: border-box
}

.address_info .arrow_box {
    background: unset
}

.readmore::before {
    width: 100%;
    height: 100px;
    background-image: -webkit-linear-gradient(bottom, #f0f0f0, #f0f0f0c9, #f0f0f000);
    top: -100px;
    left: 0px;
    content: '';
    position: absolute
}

.readmore {
    position: relative
}

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

@media only screen and (max-width: 500px) {
    .title_icon {
        height: 42px
    }
}

.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)
}

@media only screen and (max-width: 500px) {
    .title_icon:before {
        border-width: 21px 0 21px 16px;
        right: -16px
    }
}

.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
}

@media only screen and (max-width: 500px) {
    .title_icon svg {
        height: 22px
    }
}

.description {
    margin-top: 20px
}

.name_phone {
    font-size: 18px;
    margin: 10px 0px
}

.product .hit_share {
    text-align: center;
    margin: 15px auto 0px;
    height: 20px;
    display: flex;
    justify-content: center
}

@media screen and (max-width: 830px) {
    .product .hit_share {
        width: 200px
    }
}

.product .hit_share .fb_iframe_widget {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 80px;
    float: left
}

.product .hit_share .fb-like {
    margin-right: 10px;
    margin-left: 10px
}

@media screen and (max-width: 600px) {
    .product .hit_share .fb-like {
        margin-left: 0px
    }
}

.product .product_base .price .price_old {
    font-size: 18px;
    font-weight: normal;
    color: #555;
    margin-left: 15px
}

.product .product_base .price .price_old span {
    text-decoration: line-through
}

.title_icon i {
    position: absolute;
    content: ' ';
    width: 29px;
    height: 26px;
    top: 13px;
    left: 11px;
    z-index: 10;
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="comments" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-comments fa-w-18"><path fill="white" d="M416 192c0-88.4-93.1-160-208-160S0 103.6 0 192c0 34.3 14.1 65.9 38 92-13.4 30.2-35.5 54.2-35.8 54.5-2.2 2.3-2.8 5.7-1.5 8.7S4.8 352 8 352c36.6 0 66.9-12.3 88.7-25 32.2 15.7 70.3 25 111.3 25 114.9 0 208-71.6 208-160zm122 220c23.9-26 38-57.7 38-92 0-66.9-53.5-124.2-129.3-148.1.9 6.6 1.3 13.3 1.3 20.1 0 105.9-107.7 192-240 192-10.8 0-21.3-.8-31.7-1.9C207.8 439.6 281.8 480 368 480c41 0 79.1-9.2 111.3-25 21.8 12.7 52.1 25 88.7 25 3.2 0 6.1-1.9 7.3-4.8 1.3-2.9.7-6.3-1.5-8.7-.3-.3-22.4-24.2-35.8-54.5z"></path></svg>');
    background-repeat: no-repeat
}

@media only screen and (max-width: 768px) {
    .title_icon i {
        top: 8px
    }
}

#prodetails_tab50 .tab-title {
    margin-bottom: 10px
}

/*# sourceMappingURL=product.css.map */


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        -ms-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        -ms-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        -ms-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        -ms-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        -ms-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -ms-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        -ms-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

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

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        -ms-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

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

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -ms-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -ms-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -ms-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -ms-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -ms-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -ms-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -ms-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

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

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        -ms-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.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 */
/*


   Magic Zoom Plus v5.0.3 
   Copyright 2015 Magic Toolbox
   Buy a license: https://www.magictoolbox.com/magiczoomplus/
   License agreement: https://www.magictoolbox.com/license/


*/

/**
 * Core styles
 */
@font-face {
    font-family: "magictoolbox-thin";
    font-weight: normal;
    font-style: normal;
    src: url("fonts/magictoolbox-thin.eot");
    src: url("fonts/magictoolbox-thin.eot?#iefix") format("embedded-opentype"),
        url("fonts/magictoolbox-thin.woff") format("woff"),
        url("fonts/magictoolbox-thin.ttf") format("truetype"),
        url("fonts/magictoolbox-thin.svg#magictoolbox-thin") format("svg");
}

.MagicZoom,
.mz-figure,
.mz-lens,
.mz-zoom-window,
.mz-loading,
.mz-hint,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage,
.mz-expand .mz-image-stage>figure .mz-caption,
.mz-thumb img,
.mz-expand-thumbnails,
.mz-expand-controls,
.mz-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.MagicZoom,
.mz-figure {
    display: inline-block;
    outline: 0 !important;
    font-size: 0 !important;
    line-height: 100% !important;
    direction: ltr !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.MagicZoom {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

figure.mz-figure {
    -webkit-perspective: 300px;
    perspective: 300px;
    margin: 0 !important;
}

figure.mz-figure a {
    display: none !important;
}

.MagicZoom img,
.mz-figure img {
    border: 0 !important;
    margin: 0 !important;
    outline: 0 !important;
    padding: 0 !important;
}

.MagicZoom>img,
.mz-figure>img {
    width: 100%;
    height: auto;
}

.ie8-magic .MagicZoom>img,
.ie8-magic .mz-figure>img {
    width: 100%;
    max-width: none !important;
}

.mz-figure.mz-no-zoom.mz-no-expand,
.mz-expand .mz-figure.mz-no-zoom {
    cursor: default !important;
}

.mz-figure.mz-active,
.mz-expand {
    -ms-touch-action: none;
    touch-action: none;
}

.mz-lens,
.mz-zoom-window {
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
}

.mz-lens img,
.mz-zoom-window img {
    position: absolute !important;
    max-width: none !important;
    max-height: none !important;
}

.mz-zoom-window {
    z-index: 2000000000;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mz-zoom-window.mz-magnifier {
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
    -webkit-mask-clip: content;
    cursor: none;
}

.mz-zoom-window.mz-magnifier.mz-expanded {
    z-index: 2147483647;
}

.mz-zoom-window img {
    left: -1000%;
    right: -1000%;
    top: -1000%;
    bottom: -1000%;
    margin: auto !important;
    -ms-transform-origin: 50% 50% !important;
    -webkit-transform-origin: 50% 50% !important;
    transform-origin: 50% 50% !important;
}

.mz-zoom-window.mz-preview img {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
}

.lt-ie9-magic .mz-zoom-window img {
    margin: 0 !important;
}

.mz-expand-controls {
    z-index: 2147483647;
}

.mz-fade {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

.mz-hidden {
    opacity: 0;
}

.mz-visible {
    opacity: 1;
}

.mobile-magic .mz-expand .mz-expand-bg {
    -webkit-transform-style: flat !important;
    transform-style: flat !important;
}

.mobile-magic .mz-expand .mz-image-stage>figure .mz-caption {
    display: none !important;
}

.mobile-magic .mz-expand-controls.mz-fade {
    transition: none !important;
}

.mobile-magic .mz-expand .mz-zoom-window {
    top: 0 !important;
    left: 0 !important;
}



/**
 * Main figure
 */
.mz-figure.mz-active {
    background: #fff;
}

.mz-figure.mz-no-zoom,
.mz-figure.mz-click-zoom,
.mz-figure.mz-active {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mz-figure.mz-active.mz-no-expand {
    cursor: crosshair;
}

.mz-figure.mz-active.mz-click-zoom.mz-no-expand {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand {
    cursor: none;
}


.mz-figure.mz-active>img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");
    -webkit-filter: grayscale(80%) opacity(60%);
    filter: grayscale(80%) opacity(60%);
}

.no-cssfilters-magic .mz-figure.mz-active>img {
    opacity: 0.6;
}

.lt-ie10-magic .mz-figure.mz-active>img {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1, opacity=0.6);
}

.mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom>img {
    opacity: 0;
}

.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom,
.lt-ie11-magic .mz-figure.mz-active.mz-inner-zoom>.mz-zoom-window {
    opacity: 1;
}

.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,
.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom>img {
    filter: alpha(opacity=0);
}

.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom {
    background: transparent;
}

/**
 * Zoom lens
 */
.mz-lens {
    border: 1px solid #aaa;
    border-color: rgba(170, 170, 170, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    cursor: none;
    z-index: 10;
    opacity: 0;
}

.mz-figure.mz-active .mz-lens {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
    transition: opacity .3s cubic-bezier(0.25, 0.5, 0.5, 0.9) .1s;
}

.mz-figure.mz-active.mz-magnifier-zoom .mz-lens {
    border-radius: 50%;
    opacity: 0;
    cursor: none;
}

/**
 * Zoom window
 */
.mz-zoom-window {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.mz-zoom-window.mz-magnifier {
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, .3);
}

.mz-zoom-window.mz-magnifier:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    border: 1px solid rgba(170, 170, 170, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background: transparent;
    z-index: 1;
}

.lt-ie9-magic .mz-zoom-window {
    border: 1px solid #e5e5e5;
}

.mz-zoom-window.mz-inner {
    border: none;
    box-shadow: none;
}

/* Caption in zoom window */
.mz-zoom-window .mz-caption {
    background: #777;
    color: #fff;
    font-size: 10pt;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 150;
    padding: 3px;
    width: 100%;
    line-height: normal !important;
    text-align: center !important;
}

.lt-ie9-magic .mz-zoom-window .mz-caption {
    filter: alpha(opacity=80);
}

.mz-zoom-window.caption-bottom .mz-caption {
    top: auto;
    bottom: 0;
}

.mz-zoom-window.mz-expanded>.mz-caption {
    display: none;
}

/* Zoom window animations */
.mz-zoom-window.mz-deactivating,
.mz-zoom-window.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), -webkit-transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9), transform 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-deactivating {
    -webkit-transition-duration: .25s, .25s, .25s;
    transition-duration: .25s, .25s, .25s;
}

.mz-zoom-window.mz-p-right,
.mz-zoom-window.mz-p-left,
.mz-zoom-window.mz-p-top,
.mz-zoom-window.mz-p-bottom {
    opacity: 0;
    z-index: -100;
}

.mz-zoom-window.mz-p-right {
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
}

.mz-zoom-window.mz-p-left {
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
}

.mz-zoom-window.mz-p-top {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}

.mz-zoom-window.mz-p-bottom {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
}

/* Inner mode animation */
.mz-zoom-window>img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mz-zoom-window.mz-p-inner.mz-deactivating>img,
.mz-zoom-window.mz-p-inner.mz-activating>img {
    -webkit-transition: -webkit-transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: transform .22s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

/* Magnifier mode animation */
.mz-zoom-window.mz-p-magnifier {
    -webkit-transform: scale(.1);
    transform: scale(.1);
}

/* Preview mode animation */
.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-preview.mz-activating,
.mz-zoom-window.mz-custom.mz-deactivating,
.mz-zoom-window.mz-custom.mz-activating {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: opacity 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.mz-zoom-window.mz-preview.mz-deactivating,
.mz-zoom-window.mz-custom.mz-deactivating {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.mz-zoom-window.mz-p-preview,
.mz-zoom-window.mz-p-custom {
    opacity: 0;
}


/**
 * Hint & Loading
 */
.mz-hint,
.mz-loading {
    color: #eee;
    background: rgba(49, 51, 61, 0.7);
    font: normal 12px/1.2em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    direction: ltr;
    display: inline-block;
    margin: 0;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.mz-hint {
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0 10%;
    background-color: transparent;
    -webkit-transition: opacity 0.25s ease, z-index 0.25s ease;
    transition: opacity 0.25s ease, z-index 0.25s ease;
}

.mz-hint-message {
    display: inline-block;
    background: rgba(49, 51, 61, 0.7);
    border-radius: 2em;
    padding: .7em 1.1em;
}

.mz-hint-message:before {
    content: '\02295';
    font-family: serif;
    font-size: 1.5em;
    speak: none;
    text-align: center;
    vertical-align: -2px;
    margin-right: 6px;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.mobile-magic .mz-hint-message:before {
    display: none;
}

.mz-hint-hidden {
    opacity: 0;
    z-index: -1;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

/* Hint in the expanded view on mobile */
.mobile-magic .mz-expand .mz-hint {
    font-size: 18px;
    line-height: 1.1em;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

}

.mobile-magic .mz-expand .mz-hint-message {
    padding: 1.1em;
}

.mobile-magic .mz-expand .mz-hint-message:before {
    display: none;
}

.mobile-magic .mz-expand .mz-hint-hidden {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 0;
}

/* Loading indicator */
.mz-loading {
    font-size: 0;
    border-radius: 100%;
    opacity: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mz-loading:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    text-indent: -9999em;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 1);
    border-top-color: transparent;
    box-sizing: border-box;
}

.mz-loading.shown {
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}

.mz-loading.shown:after {
    -webkit-animation: spin-loading .9s infinite linear;
    animation: spin-loading .9s infinite linear;
}

@-webkit-keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lt-ie10-magic .mz-loading {
    font-size: 12px;
    padding: .7em 1.1em;
    width: auto;
    height: auto;
}

.lt-ie10-magic .mz-loading:after {
    content: 'Loading...';
    text-indent: 0;
    border: none;
    position: relative;
}

.lt-ie9-magic .mz-loading {
    filter: alpha(opacity=0);
    right: 0;
    left: 0;
    width: 126px;
    margin: auto;
}

.lt-ie9-magic .mz-hint-message,
.lt-ie9-magic .mz-loading.shown {
    background: transparent !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#7c31333D', EndColorStr='#7c31333D');
}

.lt-ie9-magic .mz-hint-hidden {
    filter: alpha(opacity=0);
}



/**
 * Expanded view
 */
.mz-expand,
.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg>img,
.mz-expand .mz-expand-bg>svg,
.mz-expand .mz-expand-stage,
.mz-expand .mz-expand-stage .mz-image-stage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg>img,
.mz-expand .mz-expand-bg>svg {
    width: auto !important;
    height: auto !important;

}

.mz-expand .mz-expand-bg,
.mz-expand .mz-expand-bg>svg {
    min-width: 100% !important;
    min-height: 100% !important;
}

.mz-expand {
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    vertical-align: middle;
    display: block;
    overflow: hidden;
    z-index: 2100000000;
    position: fixed;
    width: auto;
    height: auto;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none;
}

.mz-expand>div>a {
    display: none;
}

/* Expanded view background */
.mz-expand .mz-expand-bg {
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    z-index: -100;
    max-width: none !important;
    max-height: none !important;
    -webkit-transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
    -ms-transform: translate(0, 0) scale(10, 10) rotate(0.01deg);
    transform: translate3d(0, 0, 0) scale(10) rotate(0.01deg);
    -webkit-perspective: 600px;
    perspective: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

.mz-expand .mz-expand-bg>img {
    margin: auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");
    -webkit-filter: blur(20px) brightness(60%);
    filter: blur(20px) brightness(60%);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mz-expand .mz-expand-bg>svg {
    margin: auto;
    opacity: .6;
}

.lt-ie10-magic .mz-expand .mz-expand-bg {
    display: none !important;
}

.lt-ie9-magic .mz-expand {
    background: #1f1f1f;
}

/** Plain backgrounds: dark-bg, white-bg **/
.mz-expand.plain-bg .mz-expand-bg,
.mz-expand.dark-bg .mz-expand-bg,
.mz-expand.white-bg .mz-expand-bg {
    display: none !important;
}

.mz-expand.dark-bg {
    background-color: #1f1f1f;
    background-color: rgba(31, 31, 31, .96);
}

.mz-expand.white-bg {
    background-color: #fff;
}

/* Expanded view stage */
.mz-expand .mz-expand-stage {
    z-index: 2100000000;
    padding: 0;
}

.mz-expand .mz-expand-stage .mz-image-stage {
    z-index: 50;
    left: 120px;
    right: 120px;
    padding: 20px 0 40px 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding-bottom: 120px;
}

.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding: 0 !important;
    left: 0;
    right: 0;
}

.mz-expand .mz-image-stage>figure:before,
.mz-expand .mz-image-stage:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    font-size: 0;
    line-height: 100%;
    width: 0;
}

.mz-expand .mz-image-stage>figure {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 100%;
    position: relative;
}

.mz-expand .mz-figure {
    overflow: visible;
    max-width: 100% !important;
}

.mz-expand .mz-figure>img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.mz-expand .mz-zoom-in .mz-image-stage>figure,
.mz-expand .mz-zoom-in .mz-image-stage>figure .mz-figure.mz-activating,
.mz-expand .mz-zoom-in .mz-image-stage>figure .mz-figure.mz-active {
    width: 100%;
    height: 100%;
}

.mz-expand .mz-figure {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mz-expand .mz-figure.mz-active {
    cursor: crosshair;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
    cursor: zoom-out;
}

/* When inner zoom is always shown */
.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage>figure>figure>img {
    z-index: 1;
    position: absolute !important;
    top: -5000px !important;
    bottom: -5000px !important;
    left: -5000px !important;
    right: -5000px !important;
    margin: auto !important;
}

.lt-ie10-magic .mz-zoom-window.mz-expanded img {
    filter: alpha(opacity=100);
}

.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom {
    overflow: hidden;
    filter: alpha(opacity=100);
}


/* Caption in expanded view */
.mz-expand .mz-caption {
    color: #fff;
    text-shadow: 0px 0px 46px #000;
    padding: 10px 4px;
    font: normal 10pt/1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}

.mz-expand .mz-caption.mz-show {
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
    opacity: 1;
}

.mz-expand .mz-caption a {
    color: inherit;
    cursor: pointer;
}

.mz-expand.white-bg .mz-caption {
    color: #555;
    text-shadow: none;
}

.lt-ie9-magic .mz-expand .mz-caption {
    top: 100%;
}

.mz-expand .mz-zoom-window {
    box-shadow: none;
    background: transparent;
}

.lt-ie9-magic .mz-expand .mz-zoom-window {
    border: 0;
}

/* Expanded view on mobile */
.mobile-magic .mz-expand-stage .mz-expand-thumbnails,
.mobile-magic .mz-expand-stage .mz-image-stage {
    left: 0px;
    right: 0px;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs {
    bottom: 0px;
}

.mobile-magic .mz-expand-stage .mz-image-stage {
    padding: 0;
}

.mobile-magic .mz-expand .mz-expand-stage.with-thumbs .mz-image-stage {
    padding: 5px 0 60px;
}

.mobile-magic .mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage {
    padding-top: 0;
}

.mobile-magic .mz-expand .mz-expand-thumbnails {
    padding: 0;
    height: 60px;
}


/**
 * Buttons & Arrows
 */
.mz-expand-controls,
button.mz-button {
    margin: 0 !important;
    padding: 0 !important;
    outline: 0 !important;
}

button.mz-button {
    color: #b4b4b4 !important;
    font: 900 34px/1 'magictoolbox-thin' !important;
    cursor: pointer;
    z-index: 90 !important;
    background-color: transparent !important;
    border: 1px solid rgba(180, 180, 180, 0) !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    position: absolute !important;
    text-transform: none !important;
    text-align: center;
    speak: none;
    -webkit-font-smoothing: antialiased;
    width: 60px !important;
    height: 60px !important;
}

button.mz-button.mz-button-prev,
button.mz-button.mz-button-next {
    margin: auto 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    overflow: hidden !important;
}

button.mz-button.mz-button-prev {
    left: 0 !important;
}

button.mz-button.mz-button-next {
    right: 0 !important;
}

button.mz-button.mz-button-close {
    font-size: 30px !important;
    margin: 10px !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 95 !important;
}

:root:not(.mobile-magic) button.mz-button {
    color: rgba(180, 180, 180, .75) !important;
    -webkit-transform: scale(.85) !important;
    transform: scale(.85) !important;
    -webkit-transition: color .25s, border-color .25s, -webkit-transform .25s !important;
    transition: color .25s, border-color .25s, transform .25s !important;

}

:root:not(.mobile-magic) button.mz-button:hover {
    color: rgba(180, 180, 180, 1) !important;
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.mobile-magic button.mz-button {
    -webkit-transition: -webkit-transform .1s !important;
    transition: transform .1s !important;
}

.mobile-magic button.mz-button:active {
    border-color: rgba(180, 180, 180, .6) !important;
    -webkit-transform: scale(.95) !important;
    transform: scale(.95) !important;
}

button.mz-button.mz-button-close:before {
    content: "\a001";
}

button.mz-button.mz-button-prev:before {
    content: "\a002";
}

button.mz-button.mz-button-next:before {
    content: "\a003";
}

@media screen and (max-device-width: 767px) {

    button.mz-button-prev,
    button.mz-button-next {
        display: none !important;
    }

    .mobile-magic .mz-expand button.mz-button {
        background: rgba(255, 255, 255, .12) !important;
        border-color: rgba(180, 180, 180, .3) !important;
    }
}

.lt-ie9-magic button.mz-button {
    border: 0;
    filter: alpha(opacity=75);
}

.lt-ie9-magic button.mz-button:hover {
    filter: alpha(opacity=100);
}


/**
 * Thumbnails
 */

/* Thumbnails on the page */
.mz-thumb,
.mz-thumb:focus {
    display: inline-block;
    line-height: 0;
    outline: none;
}

.mz-thumb img {
    border: 0;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

.mz-thumb-selected img {
    /* -webkit-filter: brightness(50%);
            filter: brightness(50%);*/
}

.no-cssfilters-magic .mz-thumb {
    background: #000;
}

.no-cssfilters-magic .mz-thumb:hover:not(.mz-thumb-selected) img {
    opacity: .7;
    filter: alpha(opacity=70);
}

.no-cssfilters-magic .mz-thumb-selected img {
    opacity: .5;
    filter: alpha(opacity=50);
}

.ie9-magic .mz-thumb img {
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.3);
}

/* Thumbnails in expanded view */
.mz-expand-thumbnails {
    z-index: 50;
    position: absolute;
    /*bottom: 0;*/
    left: 65px;
    /*right: 65px;*/
    /*height: 80px;*/
    padding: 10px 0;
    width: 100px;
    box-sizing: border-box;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumb {
    padding: 10px 2px;
}

.mz-expand-thumbnails .magic-thumb>img {
    cursor: pointer;
    height: 92px;
    /*box-shadow:0 0 5px 1px rgba(0,0,0,0.3);*/
    border: 4px solid #fff;
}

.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected)>img:hover {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
}

.mz-expand-thumbnails .magic-thumb-selected img {
    /* -webkit-filter: brightness(50%);
            filter: brightness(50%);*/
    border: 4px solid #5E5E5E;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button {
    box-shadow: none;
}

.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button-disabled {
    opacity: 0;
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected) img {
    opacity: .7;
    filter: alpha(opacity=70);
}

.no-cssfilters-magic .mz-expand-thumbnails .magic-thumb-selected img {
    opacity: .5;
    filter:
        alpha(opacity=50);
}

.magic-thumbs,
.magic-thumbs .magic-thumbs-wrapper,
.magic-thumbs ul,
.magic-thumbs li,
.magic-thumbs li:before,
.magic-thumbs li:after,
.magic-thumbs li img,
.magic-thumbs .magic-thumbs-button {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.magic-thumbs {
    direction: ltr;
    overflow: visible;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
    padding: 0 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none;
}

.magic-thumbs {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.magic-thumbs.no-buttons {
    padding: 0 !important;
}

.magic-thumbs-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.magic-thumbs ul {
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    position: relative;
    white-space: nowrap;
}

.magic-thumbs.no-buttons ul {
    padding: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: 0 !important;
}


.magic-thumbs ul li {
    margin: 0 4px;
    height: 100%;
    width: auto;
    vertical-align: top;
    line-height: 0;
    display: inline-block;
}

.magic-thumbs ul li:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.magic-thumbs ul li>img {
    width: auto;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}

.ie8-magic .magic-thumbs ul li>img {
    max-width: none !important;
    max-height: none !important;
}

/* vertical */
.magic-thumbs.magic-thumbs-vertical {
    height: 100%;
}

.magic-thumbs-vertical {
    padding: 30px 0;
}

.magic-thumbs-vertical ul {
    height: auto;
    width: 100%;
    white-space: normal;
}

.magic-thumbs-vertical ul li {
    width: 100%;
    height: auto;
}

.magic-thumbs-vertical ul li {
    margin: 4px 0;
}

.magic-thumbs-vertical ul li>img {
    max-width: 100%;
    max-height: none;
}

.ie8-magic .magic-thumbs-vertical ul li>img {
    width: 100%;
}

/**
 * Buttons
 */
.magic-thumbs .magic-thumbs-button {
    cursor: pointer;
    z-index: 90;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    position: absolute;

    font-family: "magictoolbox-thin";
    font-style: normal;
    font-weight: 200;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    text-align: center;
    color: #bbb;
    -webkit-font-smoothing: antialiased;

    font-size: 30px;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
}

.magic-thumbs .magic-thumbs-button-prev {
    left: 0;
}

.magic-thumbs .magic-thumbs-button-next {
    right: 0;
}

.magic-thumbs .magic-thumbs-button-prev:before {
    content: "\a002";
}

.magic-thumbs .magic-thumbs-button-next:before {
    content: "\a003";
}

.magic-thumbs-button:before {
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    opacity: .6;
}

.magic-thumbs .magic-thumbs-button:hover:before {
    opacity: 1;
}


/* Vertical buttons */
.magic-thumbs-vertical .magic-thumbs-button {
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
}

.magic-thumbs-vertical .magic-thumbs-button-prev {
    top: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-next {
    bottom: 0;
}

.magic-thumbs-vertical .magic-thumbs-button-prev:before {
    content: "\a005";
}

.magic-thumbs-vertical .magic-thumbs-button-next:before {
    content: "\a004";
}


.magic-thumbs.no-buttons .magic-thumbs-button {
    display: none !important;
}

.magic-thumbs-button-disabled {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.frame_img {
    display: block;
    background: white;
    text-align: center;
    position: relative;
    overflow: hidden
}

.frame_img img:hover,
#colorbox img:hover {
    opacity: 1
}

.frame_img_inner {
    max-height: 1500px
}

#sync1_wrapper {
    display: none
}

#sync1 .item {
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center
}

#sync2 .item {
    padding: 2px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #EAE8E1;
    background: #FFF;
    margin: 0 2px
}

#sync2 .item:hover,
#sync2 .owl-item.current .item {
    border: 1px solid #AAA
}

#sync2 .item h1 {
    font-size: 18px
}

#sync2 .synced .item {
    background: #0c83e7
}

#sync1 .owl-prev,
#sync1 .owl-next {
    display: inline-block;
    padding: 0PX;
    text-align: center;
    position: absolute;
    top: 35% !important;
    width: 20px;
    height: 35px;
    font-size: 12px;
    margin: 5px;
    padding: 3px 10px;
    border-radius: 4px;
    background: rgba(1, 131, 191, 0.77);
    font-size: 46px;
    color: #fff;
    line-height: 29px
}

#sync1:hover .owl-prev,
#sync1:hover .owl-next {
    display: inline-block !important
}

#sync1 .owl-prev {
    left: 0px
}

#sync1 .owl-next {
    right: 0px
}

#sync1 .owl-prev:hover {
    right: 4px
}

#sync1 .owl-next:hover {
    right: 4px
}

#sync1.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    display: inherit;
    width: auto
}

.product_image .thumbs {
    padding: 0 25px;
    margin-top: 18px
}

.thumbs .owl-carousel .owl-stage {
    text-align: center;
    margin: 0 auto
}

#sync2 .owl-prev,
#sync2 .owl-next {
    display: inline-block;
    zoom: 1;
    position: absolute;
    padding: 6px 0 0;
    margin: 0;
    border-radius: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: rgba(1, 131, 191, 0.67);
    width: 24px;
    height: 27px;
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: -webkit-body;
    line-height: 12px;
    top: 9px
}

#sync2:hover .owl-prev,
#sync2:hover .owl-next {
    display: inline !important
}

#sync2 .owl-prev {
    left: -16px
}

#sync2 .owl-next {
    right: -16px
}

.product .frame_left #sync1_wrapper {
    border: 1px solid #EEE
}

@media screen and (max-width: 600px) {
    .product .frame_left .magic_zoom_area {
        display: none
    }

    .product .frame_left #sync2 {
        display: none
    }

    .frame_img {
        padding: 0px
    }

    .frame_img_inner {
        padding: 0px
    }

    .product .frame_left #sync1_wrapper {
        display: block
    }
}

/*# sourceMappingURL=product_images_magiczoom.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 */
#rates_rate {
    margin-top: 25px;
    max-width: 750px
}

#rates_rate .pagination {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px
}

#rates_rate .rates {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px
}

#rates_rate .rates .star {
    width: 13px;
    display: inline-block;
    color: #FF9727
}

#rates_rate .rates .reply_area {
    padding: 10px;
    background: #FFF;
    box-sizing: border-box;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 3px
}

#rates_rate .rates #rate_add_form {
    margin-top: 20px
}

#rates_rate .rates #rate_add_form .label_form {
    float: left;
    font-size: 15px;
    margin-right: 20px
}

#rates_rate .rates ._textarea {
    box-sizing: border-box;
    width: 50%;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 5px
}

@media all and (max-width: 768px) {
    #rates_rate .rates ._textarea {
        width: 100%;
        float: unset
    }
}

#rates_rate .rates ._textarea textarea {
    font-size: 14px;
    color: #333;
    padding: 5px;
    margin: 5px 0;
    width: 100%;
    height: 115px;
    resize: none;
    border: none;
    box-sizing: border-box
}

#rates_rate .rates ._textarea_rep {
    box-sizing: border-box;
    width: 50%;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 5px
}

#rates_rate .rates ._textarea_rep textarea {
    font-size: 14px;
    color: #333;
    padding: 5px;
    margin: 5px 0;
    width: 100%;
    height: 115px;
    resize: none;
    border: none;
    box-sizing: border-box
}

#rates_rate .rates .rate_keywordwrap_rateper {
    border: 1px solid #EEE;
    max-width: 100%;
    color: #333;
    box-sizing: border-box;
    width: 400px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px
}

#rates_rate .rates .rate_keywordwrap_rateper #rate_keyword {
    display: block;
    padding: 8px;
    font-size: 14px;
    width: 100%;
    border: none;
    box-sizing: border-box
}

#rates_rate .rates .rate_keywordwrap_rateper .button-search {
    width: 42px;
    height: 32px;
    position: absolute;
    background: #ffffff;
    border: none;
    right: 0px;
    top: 0px;
    border-radius: 0 4px 4px 0;
    cursor: pointer
}

#rates_rate .rates .rate_keywordwrap_rateper .button-search svg {
    width: 18px;
    color: var(--main-color)
}

#rates_rate .rates .wrap_loginpost {
    display: block;
    overflow: hidden;
    background: #fff;
    position: relative
}

#rates_rate .rates .wrap_loginpost ._left {
    float: left;
    overflow: hidden;
    width: 100%;
    border-right: 1px solid #d8d8d8
}

@media only screen and (min-width: 600px) {
    #rates_rate .rates .wrap_loginpost ._left {
        width: 55%
    }
}

#rates_rate .rates .wrap_loginpost ._left label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    padding-right: 5px
}

#rates_rate .rates .wrap_loginpost ._left a {
    overflow: hidden;
    margin-right: 2px
}

#rates_rate .rates .wrap_loginpost ._left a i {
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle
}

#rates_rate .rates .wrap_loginpost ._left a ._facebook {
    background-position: 0 0;
    width: 110px;
    height: 37px
}

#rates_rate .rates .wrap_loginpost ._left a ._googleplus {
    background-position: 0 -40px;
    width: 110px;
    height: 37px
}

#rates_rate .rates .wrap_loginpost ._left a ._mobileworld {
    background-position: 0 -80px;
    width: 130px;
    height: 37px
}

#rates_rate .rates .wrap_loginpost ._left ._noaccount {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #999
}

#rates_rate .rates .wrap_loginpost ._left ._noaccount a {
    color: var(--main-color)
}

#rates_rate .rates .wrap_loginpost ._right {
    float: right;
    overflow: hidden;
    width: 100%
}

#rates_rate .rates .wrap_loginpost ._right label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px
}

#rates_rate .rates .wrap_loginpost ._right .txt_input {
    display: block;
    padding: 8px;
    width: 97%;
    margin: 10px 10px 0px 10px;
    height: 35px;
    border: 1px solid #dadada;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box
}

@media all and (max-width: 768px) {
    #rates_rate .rates .wrap_loginpost ._right .txt_input {
        width: 100%;
        margin: 10px 0px 0px 0px
    }
}

#rates_rate .rates .wrap_submit {
    display: block;
    overflow: hidden;
    background: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 10px
}

@media all and (max-width: 768px) {
    #rates_rate .rates .wrap_submit {
        padding-bottom: 0px
    }
}

#rates_rate .rates .wrap_submit .userinfo {
    font-size: 14px;
    color: #2a2a2a;
    text-align: center;
    font-weight: 600;
    max-width: 250px;
    padding: 11px 0 10px;
    cursor: pointer;
    background: #fff;
    position: absolute;
    left: 20px;
    padding-right: 64px
}

#rates_rate .rates .wrap_submit .userinfo.in {
    right: 280px
}

#rates_rate .rates .wrap_submit .userinfo .avaS {
    margin-top: -4px;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 7px
}

#rates_rate .rates .wrap_submit .userinfo .uname {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px;
    float: left;
    text-align: left
}

#rates_rate .rates .wrap_submit .userinfo a {
    color: var(--main-color);
    font-weight: 300;
    float: left;
    position: absolute;
    right: -3px
}

#rates_rate .rates .wrap_submit ._close_rate {
    background: none repeat scroll 0 0 #f1f1f1;
    border: none;
    font-size: 15px;
    padding: 8px 24px 9px;
    margin-left: 10px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer
}

#rates_rate .rates .wrap_submit .txt_input {
    width: 96px;
    border: 1px solid #B3B3B3;
    height: 30px;
    padding: 10px;
    line-height: 30px;
    color: #333333;
    float: left
}

#rates_rate .rates .wrap_submit .code-view {
    float: left
}

#rates_rate .rates .wrap_submit ._btn_rate {
    display: block;
    margin-left: 5px;
    padding: 8px;
    font-size: 14px;
    color: #fff;
    margin: 0px 2%;
    text-transform: uppercase;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    background: var(--main-color);
    cursor: pointer
}

@media all and (max-width: 768px) {
    #rates_rate .rates .wrap_submit ._btn_rate {
        width: 100%;
        margin: 0px
    }
}

#rates_rate .rates .wrap_submit ._buttom_rate_rep {
    display: block;
    margin-left: 5px;
    padding: 8px;
    font-size: 14px;
    color: #fff;
    margin: 0px 2%;
    text-transform: uppercase;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    background: var(--main-color);
    cursor: pointer
}

#rates_rate .rates ._contents ._level_0 {
    margin-bottom: 10px;
    margin-top: 15px
}

#rates_rate .rates ._contents ._level_0 p ._avatar {
    float: left;
    width: 25px;
    height: 25px;
    background: #ccc;
    margin-right: 7px;
    text-align: center;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 26px;
    font-weight: 600
}

#rates_rate .rates ._contents ._level_0 p ._name {
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    margin-right: 10px
}

#rates_rate .rates ._contents ._level_0 p ._name_img {
    float: left;
    line-height: 28px
}

#rates_rate .rates ._contents ._level_0 p ._img {
    float: left;
    margin-right: 5px
}

#rates_rate .rates ._contents ._level_0 p ._img img {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box
}

#rates_rate .rates ._contents ._level_0 p .sttB {
    font-size: 13px;
    padding-left: 16px;
    color: var(--main-color);
    position: relative
}

#rates_rate .rates ._contents ._level_0 p .sttB:before {
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translate(0px, -50%);
    background: url('data:image/svg+xml;utf8,<svg height="12px" fill="rgb(43, 169, 105)" width="12px" version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 408.576 408.576" style="enable-background:new 0 0 408.576 408.576;" xml:space="preserve"><g><g><path d="M204.288,0C91.648,0,0,91.648,0,204.288s91.648,204.288,204.288,204.288s204.288-91.648,204.288-204.288  S316.928,0,204.288,0z M318.464,150.528l-130.56,129.536c-7.68,7.68-19.968,8.192-28.16,0.512L90.624,217.6 c-8.192-7.68-8.704-20.48-1.536-28.672c7.68-8.192,20.48-8.704,28.672-1.024l54.784,50.176L289.28,121.344 c8.192-8.192,20.992-8.192,29.184,0C326.656,129.536,326.656,142.336,318.464,150.528z"/></g></g></svg>');
    background-repeat: no-repeat
}

#rates_rate .rates ._contents ._level_0 p ._level {
    float: left;
    background: #EFBB47;
    text-transform: uppercase;
    padding: 2px 10px 0;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 2px
}

#rates_rate .rates ._contents ._level_0 .wrap_rate {
    padding-bottom: 10px
}

#rates_rate .rates ._contents ._level_0 .wrap_rate ._content {
    color: #606060;
    margin-bottom: 9px;
    position: relative
}

#rates_rate .rates ._contents ._level_0 .wrap_rate ._content .iconcom-txtstar {
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="orange" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z" class=""></path></svg>');
    background-repeat: no-repeat
}

#rates_rate .rates ._contents ._level_0 .wrap_rate ._content .iconcom-txtnostar {
    background: url('data:image/svg+xml;utf8,<svg fill="grey" aria-hidden="true" data-prefix="far" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="sliver" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg>');
    background-repeat: no-repeat
}

#rates_rate .rates ._contents ._level_0 .wrap_rate ._content i {
    width: 13px;
    height: 11px;
    display: inline-flex;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    margin-right: 5px;
    display: inline-block;
    background-repeat: no-repeat;
    box-sizing: border-box
}

#rates_rate .rates ._contents ._level_0 .wrap_rate span {
    margin-right: 10px;
    display: inline-block
}

#rates_rate .rates ._contents ._level_0 .wrap_rate ._control {
    font-size: 13px
}

#rates_rate .rates ._contents ._level_0 .wrap_rate ._control .button_reply1 {
    color: #498FE1;
    font-size: 14px
}

#rates_rate .rates ._contents ._level_0 .wrap_rate ._control .dot {
    padding: 0 5px;
    display: unset;
    color: #B3B5B2;
    margin-right: 0px
}

#rates_rate .rates ._contents ._level_0 .wrap_rate ._control .favorite {
    display: none
}

#rates_rate .rates ._contents ._level_0 .wrap_rate ._control .date {
    color: #B3B5B2
}

#rates_rate .rates ._contents ._level_0 ._level_1 {
    background: #ffffff96;
    padding-top: 5px;
    margin-left: 35px;
    padding-left: 10px;
    border-radius: 4px;
    margin-bottom: 5px;
    border-left: 3px solid #eee
}

#rates_rate .rates ._contents ._level_0 ._level_2 {
    padding-left: 33px
}

#rates_rate .rate i,
#rates_rate #ratings i {
    width: 22px;
    height: 22px;
    display: inline-flex;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background-repeat: no-repeat
}

#rates_rate .star_on {
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="orange" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z" class=""></path></svg>');
    background-repeat: no-repeat
}

#rates_rate .star_off {
    background: url('data:image/svg+xml;utf8,<svg fill="grey" aria-hidden="true" data-prefix="far" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="sliver" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg>');
    background-repeat: no-repeat
}

#rates_rate #ratings {
    display: block;
    float: left;
    margin-top: 5px
}

#rates_rate #ratings i {
    cursor: pointer
}

#rates_rate .rating_area {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: left
}

#rates_rate .rating_note {
    background: var(--main-color);
    color: #FFF;
    padding: 4px 10px;
    position: relative;
    font-size: 13px;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    float: left;
    margin-left: 28px
}

#rates_rate .rating_note::after {
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 12px 12px 0;
    border-color: transparent var(--main-color) transparent transparent;
    position: absolute;
    top: 0;
    left: -12px
}

#rates_rate .manufactory font {
    color: var(--main-color);
    margin-right: 13px
}

#rates_rate .rate_count {
    margin-left: 5px
}

#rates_rate .tab_label {
    margin-bottom: 15px;
    margin-top: 11px;
    font-size: 18px
}

#rates_rate .display-open {
    display: block !important
}

#rates_rate .full-screen-mobile {
    background: #00000070;
    z-index: 99;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: none
}

#rates_rate .title-mb {
    overflow: hidden;
    padding: 13px 0 10px 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    border-bottom: 1px solid #e6e3e3;
    position: relative;
    display: block
}

#rates_rate .title-mb .close-md-rate {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: normal;
    cursor: pointer
}

#rates_rate .btn-rate-mb,
#rates_rate .btn-rate-mb-rep {
    background: none repeat scroll 0 0 var(--main-color);
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 8px 12px 9px;
    border-radius: 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    margin-top: 10px;
    display: block
}

#rates_rate .toprt {
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 20px
}

@media all and (max-width: 1024px) {
    #rates_rate .toprt {
        padding: 5px 5px 10px
    }
}

#rates_rate .toprt .crt {
    height: 120px;
    box-sizing: border-box
}

@media all and (max-width: 1024px) {
    #rates_rate .toprt .crt {
        height: 100%
    }
}

#rates_rate .toprt .crt .lcrt {
    width: 17%;
    float: left;
    border-right: solid 1px #eee;
    padding-top: 31px;
    height: 90%;
    text-align: center;
    box-sizing: border-box;
    margin: 5px 10px 5px 5px
}

@media all and (max-width: 1024px) {
    #rates_rate .toprt .crt .lcrt {
        width: calc(27% - 10px);
        margin: 5px 5px 5px 5px;
        border: unset
    }
}

@media all and (max-width: 335px) {
    #rates_rate .toprt .crt .lcrt {
        width: calc(22% - 10px)
    }
}

#rates_rate .toprt .crt .rcrt {
    font-size: 13px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
    width: 45%;
    float: left;
    border-right: solid 1px #eee
}

@media all and (max-width: 414px) {
    #rates_rate .toprt .crt .rcrt {
        font-size: 11px
    }
}

#rates_rate .toprt .crt .rcrt span.t {
    display: inline-block;
    color: #333
}

@media all and (max-width: 414px) {
    #rates_rate .toprt .crt .rcrt span.t {
        font-size: 12px
    }
}

#rates_rate .toprt .crt .rcrt span.t i {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAAj1JREFUSA21ljuLE1EUxzOTDRMYtpg0phdsAoIirlss4naCIllIgmDARbPNEj+AVTo7EWJjsIiEsHl0sh9g++CrSLWWrpAUu4UPlGwSf0dmwp0XM8h44HDPPed//ufcx+RGS8WUer1uTCaToyWSz+dvNZvN33FS9TggwUyn0yLcNzA3KbQTNy92gcViUVNIVVtx+03N7/J7KpXKRQocE3HwS+xLw+Hwsx/t9sRaAeSPFXJhkEKPxIiSyAKNRmMNkodeIk3Tdu2YN+SaRxYYj8d3yci7sphw4BfsmDfkmjt7mqpWq+ZsNsvRmUVybj6fWyBz6B563ZVlT8COwL5ieqqqZVlnrVbrp8C0crn8hvE+wIw4EhT5Tg7WIL6JkTS59Gmg23o6nS5inIgnSWH7vuq6XtR7vd4HiDdQGZOSj5lMZqPf77//e4v4YE6y2ewW7G8TqHAIx1a32/0iXKtr2ul0fhQKBdmu5xL4F2FbXsBxj4a/O/mra+o4ZORm7XP4L1VflM1+P2FLml7cagVqgE7eqfOY9igIF1jAvrpB+FBfWM5/L+A7g1KplKbNM3Q9tN3gwDfcFgc8V8O+FXBYVwEEkS85m9eixOU98Mo6H+0Vr9NXIGQvj0neHgwGNVGxIZIHyCW8G/Kz45KoAud0/Mw0zct88UdOptjikxi+c8fP6Csgj4lLSMqyihTjCK1xtz+5APak3W7/wnzKc9qnc9m2a+SZXmzQCqqAbgPeDCNXSWyM/Nu4YxjGAzUm9h+0KskbKVc12wAAAABJRU5ErkJggg==");
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    display: inline-block
}

#rates_rate .toprt .crt .rcrt span.c {
    display: inline-block;
    color: #288ad6;
    cursor: pointer
}

#rates_rate .toprt .crt .rcrt span.n {
    color: #333;
    text-decoration: unset !important;
    cursor: unset !important
}

@media all and (max-width: 1024px) {
    #rates_rate .toprt .crt .rcrt {
        width: 73%;
        border-right: 0px;
        border-left: solid 1px #eee;
        padding: 0px;
        margin: 8px 0px
    }
}

@media all and (max-width: 335px) {
    #rates_rate .toprt .crt .rcrt {
        width: 78%
    }
}

#rates_rate .toprt .crt .r {
    padding: 1px 20px
}

@media all and (max-width: 414px) {
    #rates_rate .toprt .crt .r {
        padding: 1px 0px 1px 10px
    }
}

#rates_rate .toprt .crt .bgb {
    width: 55%;
    background-color: #e9e9e9;
    height: 5px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 5px
}

#rates_rate .toprt .crt .bgb .bgb-in {
    background-color: #f25800;
    background-image: linear-gradient(90deg, #ff7d26 0%, #f25800 97%);
    height: 5px;
    border-radius: 5px 0 0 5px;
    max-width: 100%
}

#rates_rate .toprt .bcrt {
    overflow: hidden
}

@media all and (max-width: 1024px) {
    #rates_rate .toprt .bcrt {
        width: 100%
    }
}

#rates_rate .toprt .bcrt a {
    display: block;
    width: 200px;
    margin: 41px auto 0;
    padding: 10px;
    color: #fff;
    background-color: #288ad6;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box
}

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

@media all and (max-width: 1024px) {
    #rates_rate .toprt .bcrt a {
        background: transparent;
        border: 1px solid var(--main-color);
        color: var(--main-color);
        width: 94%;
        margin: 0px auto;
        padding: 8px 0px
    }
}

#rates_rate .toprt .bcrt .close_rate {
    background: #fff;
    color: #288ad6;
    border: 1px solid #ddd
}

#rates_rate .toprt .bcrt .close_rate:hover {
    color: #fff
}

#rates_rate .toprt .MsgRt {
    display: block;
    margin: 10px 0;
    color: #d0021b
}

#rates_rate .toprt .extCt {
    padding: 5px;
    box-sizing: border-box;
    background: #f7f7f7;
    border-top: 1px solid #ddd
}

#rates_rate .toprt .ckt {
    text-align: center;
    margin: 7px;
    font-size: 12px
}

#rates_rate .toprt .lcrt {
    width: 17%;
    float: left;
    border-right: solid 1px #eee;
    padding-top: 31px;
    height: 90%;
    text-align: center;
    box-sizing: border-box;
    margin: 5px 10px 5px 5px
}

#rates_rate .toprt .lcrt b {
    font-size: 40px;
    color: #fd9727;
    line-height: 40px
}

@media all and (max-width: 768px) {
    #rates_rate .toprt .lcrt b {
        font-size: 30px
    }
}

@media all and (max-width: 335px) {
    #rates_rate .toprt .lcrt b {
        font-size: 22px
    }
}

#rates_rate .toprt .lcrt i {
    vertical-align: initial;
    width: 32px;
    height: 32px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABGdBTUEAALGPC/xhBQAABulJREFUeAHtW22IVFUYPu+ZYXe1rdytzE2x2IL9Si3sw7R00TJRwYKUjKC29rMgSuxfSFBBf8o+iN1hzUAIarEfoSUKqX2R/RA03Z3RIiIyU3R2CT92Z3fO23OuzjLNzp2558zcOys1IPfe975fz3Pe895zz15JlOiX7K5/g4jbdXgmGQl1RF8pRSpUiqDc3fCSEurt9NhSyA3UFd2cLgviPHACuK+pks8mT7LgynSAJOgcXReqoXX959Llfp9LvwNM8H82uT4TvNZxZIPJJybo+ywInAAAbXPDxCxc77nZFCoPlADuaZrHQtztljQz36V13O77IQ+UACWSeUfYi04xiQisCXLffVM4Hv8TZT4tFwAiMUTV1TfRuh8u5tIr1r3gKiA+tDYfeA3K0YFusQDm8xMYASxU3vJPJWuim7KxPQYyBTgyp16pRNQkSSnLGqjjSMzExkY3kApQPOp59FMgbGxStiZH3ysAK78yjo+dwNy+3igxEmeoOjwTK8OEiZ2prv8VcJYfMQWvQTg2cfWoKSBTfd8JKKShFWLrlQhfpwBvnVPLicQvGE2rOFgTMJWV3UbPHPnVKyBTPV8rQI2MPmsLXgPRtiox2moKykTfNwJ4X3MYI9hikkw2XZTO09pXtnvFkPlGgDh2ehVebmoKTdLxcfzU6kL9uNn7RkAxGxiz91WkG1A3uefmxB/WXS1YVgslq9DSqgUnq0QSR0FVipRzhDMcuQqtSx/1q29RCIZfJYgOwecggMSZKI4dlDicxxF/UJ+LEDsyocrjQoYHqePgBTfQ6XKHAO6uv0VIXosos+GsipgdQJeAAhBAYiPDt3mYnlCxzgFsBKSBIJDDIIdAnCYL11Lw74IrtlPX4RPEvY0P8FhyN0ZrSrGCXwl+nD1IEsslwL/1XwOvB0jvQQL3Zj1Hb78SRsyXHJnnSswTo9dUXxIpmVOKSZJig9MwSpZEaQITUYLCoY2S2mNfkwgvw6rtTGlSCT4qwMeJxcPU1r/XeQzqFJwXl5HETjSGhuBTCi4iwP+Mql+NgT+uo44vVPQbF1VMWYhK+Cq4dIKNBPDfoOwXpMD/iwB9QS2HhqiuZgUaY2+wqQUQjWgbVYceotZ+vTga/41PgXHJ5ROO1L3MSryJKTFeJZk6V8I1KpoBchN1Hns9W76uBGhljjRgO4s/xr+p2Ywnuwzgh4lDT1HXQJ9brjkJ0EbcWz+fk2JHMV5t3ZLwQw5gpyks11Bb9EAu/3nLm9piBylUdg/YPJzL0WS6h2bXj7X+vfnA65zzEqCVqO2nP7BFfT+c7tTXk/kH8Huo8tqF1BX7zUuengjQjvSXG9T5+BpB8l0vjkuiQ7KH6masoid//Ntr/Lw9IJsj7ml4Djs+72HTMpTtftAygFAk5Eabb4ysCNAA8SHDCuaxT/GYvCZowOnxUPLnAWI9dcZ2pMu9nlsToANwpH65UrzbazA/9GQotJLaB3bZ+vbcA7IGIJ6VVR6kUCVnFBKuIAKUoiWFBC+GLfYxmwvxUxABeKUsOQGF5mBNgN5Jxr7azYWwXwxbnQNHmmbb+rImAEuoko/+OGhWzePnhifWBKhJUP4prIXkYk0A/ngyaSqASFnnYkUA986dxULUpkag1EesSG/l7nkzbfKwIkCMjVgzbpOkJxtpl5MVAYpK//zPJMW2D1gRgPXzpKsA2/WA8bsAf9Q0Qw2PncwcAZtrvMjsgx36KTfb2GfayIpwDbX0/5Upz3VtXgEj9h03lQh2l4aklG2yM7aUOqJL9bmWpe5bH4d5samtMQGKCyMAo76dysP4DDa6RSeLa9bnjkzQZ6YA0vUVJY2npvFHD0h4CUo2Pa6nc4zwCRKh56lz4PNsBpdL9zHuaVzDIvkBQhg/1rBlZ0yAUQXw1jtvAPjGbADcZACODzOwVVU5rdENfLqt1tG6jo22NfpxI0fmG32Sa0SAGLtoNMcAPkYUXhzqjHYZ7dNhT8+xga324ZUDVA0oO2+UoxEBSnl7/GGajCLp12h27R3U0f+dVwCZetpW+3B8XfKZqTLhWgnRPEGYQ2DUA/DMXJSvJjEPD5CUrbJ9oF+IYzlCe7tFK3eNQHMTb2noE6OiF6+/C3JZ6hxz3c+8Z1QBMMbXY9l/AH5OEr2ArfNF2KMD+OL+qDV6VPt2YiBWDu/+9QCM/v5sgVHyX+AxhiYXe5/oVVShPz/t24khQ03oDV9mi4Icv88md5MZrQR529zpfGFkD5qN83/7APwUSXqR2qOfuAXwU8499evxVHoHoKfrOE7T5YoH9fd/XuMaEaCdct/akIgf1fOsXJTf+C217B/2GswPPTz2pqLzL8MOVULwVXvxhahuwP//vDLwD24ZMzJkloX5AAAAAElFTkSuQmCC");
    background-size: 32px 32px;
    line-height: 30px;
    display: inline-block
}

@media all and (max-width: 768px) {
    #rates_rate .toprt .lcrt i {
        width: 24px;
        height: 24px;
        background-size: 24px 24px
    }
}

@media all and (max-width: 335px) {
    #rates_rate .toprt .lcrt i {
        width: 18px;
        height: 18px;
        background-size: 18px 18px
    }
}

#rates_rate .rsStar {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    background: #52b858;
    color: #fff;
    padding: 2px 8px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 2px
}

#rates_rate .rsStar:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(82, 184, 88, 0);
    border-right-color: #52b858;
    border-width: 6px;
    margin-top: -6px
}

#rates_rate .hide {
    display: none
}

.hide_form {
    display: none
}

.wrapper_messs {
    float: none;
    width: 96%;
    padding-left: 0px;
    position: fixed;
    top: 130px;
    z-index: 100;
    left: 2%;
    display: none;
    width: 40%;
    left: 30%
}

.wrapper_messs .title-mb {
    overflow: hidden;
    padding: 13px 0 10px 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    border-bottom: 1px solid #e6e3e3;
    position: relative;
    display: block
}

.wrapper_messs .wrap_submit {
    padding-top: 10px;
    margin-top: 0px !important
}

#rates_rate .rates .reply_area ._textarea_rep {
    margin-right: 10px;
    margin-top: 0px
}

#rates_rate .rates .reply_area textarea {
    height: 22px
}

#rates_rate .rates .reply_area .btn-rate-mb-rep {
    margin-top: 5px
}

.rtpLnk {
    display: inline-block;
    padding: 7px 20px;
    color: #288ad6;
    border: solid 1px #288ad6;
    border-radius: 3px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 0 20px
}

@media all and (max-width: 768px) {
    .rtpLnk {
        margin: 0 auto 15px;
        width: 190px;
        display: block
    }
}

.rtpLnk span {
    margin-left: 10px;
    font-size: 18px
}

/*# sourceMappingURL=default.css.map */
.comments .star {
    width: 13px;
    display: inline-block;
    color: #FF9727
}

.comments .reply_area {
    padding: 10px;
    background: #FFF;
    box-sizing: border-box;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 3px
}

.comments #comment_add_form {
    margin-top: 20px
}

.comments #comment_add_form .label_form {
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    font-size: 15px
}

.comments ._textarea {
    float: none;
    width: 100%;
    padding-right: 0px
}

.comments ._textarea textarea {
    display: block;
    overflow: hidden;
    background: #fff;
    min-height: 123px;
    border: 1px solid #EEEEEE;
    padding: 10px;
    color: #333;
    width: 100%;
    box-sizing: border-box
}

.comments .wrap_r {
    float: none;
    width: 96%;
    padding-left: 0px;
    position: fixed;
    top: 130px;
    z-index: 100;
    left: 2%;
    display: none
}

@media only screen and (min-width: 768px) {
    .comments .wrap_r {
        width: 40%;
        left: 30%
    }
}

.comments .comment_keyword_wrapper {
    border: 1px solid #EEE;
    max-width: 100%;
    color: #333;
    box-sizing: border-box;
    width: 400px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px
}

.comments .comment_keyword_wrapper #comment_keyword {
    display: block;
    padding: 8px;
    font-size: 14px;
    width: 100%;
    border: none;
    box-sizing: border-box
}

.comments .comment_keyword_wrapper .button-search {
    width: 42px;
    height: 32px;
    position: absolute;
    background: #ffffff;
    border: none;
    right: 0px;
    top: 0px;
    border-radius: 0 4px 4px 0;
    cursor: pointer
}

.comments .comment_keyword_wrapper .button-search svg {
    width: 18px;
    color: var(--main-color)
}

.comments .wrap_loginpost {
    display: block;
    overflow: hidden;
    background: #fff;
    position: relative
}

.comments .wrap_loginpost ._left {
    float: left;
    overflow: hidden;
    width: 100%;
    border-right: 1px solid #d8d8d8
}

@media only screen and (min-width: 600px) {
    .comments .wrap_loginpost ._left {
        width: 55%
    }
}

.comments .wrap_loginpost ._left label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    padding-right: 5px
}

.comments .wrap_loginpost ._left a {
    overflow: hidden;
    margin-right: 2px
}

.comments .wrap_loginpost ._left a i {
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle
}

.comments .wrap_loginpost ._left a ._facebook {
    background-position: 0 0;
    width: 110px;
    height: 37px
}

.comments .wrap_loginpost ._left a ._googleplus {
    background-position: 0 -40px;
    width: 110px;
    height: 37px
}

.comments .wrap_loginpost ._left a ._mobileworld {
    background-position: 0 -80px;
    width: 130px;
    height: 37px
}

.comments .wrap_loginpost ._left ._noaccount {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    color: #999
}

.comments .wrap_loginpost ._left ._noaccount a {
    color: var(--main-color)
}

.comments .wrap_loginpost ._right {
    float: right;
    overflow: hidden;
    width: 100%
}

.comments .wrap_loginpost ._right label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px
}

.comments .wrap_loginpost ._right .txt_input {
    display: block;
    padding: 8px;
    width: 96%;
    margin: 10px 2%;
    height: 35px;
    border: 1px solid #dadada;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box
}

.comments .wrap_loginpost ._right ._btn_comment {
    display: block;
    padding: 7px 10px;
    border: 1px solid #EEE;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    color: #333;
    box-sizing: border-box
}

.comments .wrap_submit {
    display: block;
    overflow: hidden;
    background: #fff;
    position: relative;
    text-align: center;
    padding-bottom: 10px
}

.comments .wrap_submit .userinfo {
    font-size: 14px;
    color: #2a2a2a;
    text-align: center;
    font-weight: 600;
    max-width: 250px;
    padding: 11px 0 10px;
    cursor: pointer;
    background: #fff;
    position: absolute;
    left: 20px;
    padding-right: 64px
}

.comments .wrap_submit .userinfo.in {
    right: 280px
}

.comments .wrap_submit .userinfo .avaS {
    margin-top: -4px;
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 7px
}

.comments .wrap_submit .userinfo .uname {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px;
    float: left;
    text-align: left
}

.comments .wrap_submit .userinfo a {
    color: var(--main-color);
    font-weight: 300;
    float: left;
    position: absolute;
    right: -3px
}

.comments .wrap_submit ._close_comment {
    background: none repeat scroll 0 0 #f1f1f1;
    border: none;
    font-size: 15px;
    padding: 8px 24px 9px;
    margin-left: 10px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer
}

.comments .wrap_submit .txt_input {
    width: 96px;
    border: 1px solid #B3B3B3;
    height: 30px;
    padding: 10px;
    line-height: 30px;
    color: #333333;
    float: left
}

.comments .wrap_submit .code-view {
    float: left
}

.comments .wrap_submit ._btn_comment {
    display: block;
    width: 96%;
    margin-left: 2%;
    margin: 0 auto 10px;
    padding: 8px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    background: var(--main-color);
    cursor: pointer
}

.comments ._contents ._level_0 {
    margin-bottom: 10px;
    margin-top: 15px
}

.comments ._contents ._level_0 p ._avatar {
    float: left;
    width: 25px;
    height: 25px;
    background: #ccc;
    margin-right: 7px;
    text-align: center;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 26px;
    font-weight: 600
}

.comments ._contents ._level_0 p ._name {
    color: #22221D;
    font-weight: bold;
    float: left;
    line-height: 28px;
    margin-right: 20px
}

.comments ._contents ._level_0 p ._img {
    float: left;
    margin-right: 5px
}

.comments ._contents ._level_0 p ._img img {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    border: 1px solid #e6e6e6;
    box-sizing: border-box
}

.comments ._contents ._level_0 p ._level {
    float: left;
    background: #EFBB47;
    text-transform: uppercase;
    padding: 2px 10px 0;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 2px
}

.comments ._contents ._level_0 ._wrap {
    padding-bottom: 10px;
    padding-left: 32px
}

.comments ._contents ._level_0 ._wrap ._content {
    color: #606060;
    margin-bottom: 11px
}

.comments ._contents ._level_0 ._wrap ._control {
    font-size: 13px
}

.comments ._contents ._level_0 ._wrap ._control .button_reply {
    color: #498FE1
}

.comments ._contents ._level_0 ._wrap ._control .dot {
    padding: 0 5px;
    font-size: 30px;
    height: 6px;
    line-height: 0;
    display: inline-block;
    color: #B3B5B2
}

.comments ._contents ._level_0 ._wrap ._control .favorite {
    display: none
}

.comments ._contents ._level_0 ._wrap ._control .date {
    color: #B3B5B2
}

.comments ._contents ._level_0 ._level_1 {
    background: #f1f1f196;
    padding-top: 10px;
    margin-left: 35px;
    padding-left: 10px;
    border-radius: 4px;
    margin-bottom: 10px
}

.comments ._contents ._level_0 ._level_2 {
    padding-left: 33px
}

.rate i,
#ratings1 i {
    width: 17px;
    height: 17px;
    display: inline-flex;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background-repeat: no-repeat
}

.star_on {
    background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fas" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="rgb(255, 151, 39)" d="M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z" class=""></path></svg>');
    background-repeat: no-repeat
}

.star_off {
    background: url('data:image/svg+xml;utf8,<svg fill="grey" aria-hidden="true" data-prefix="far" data-icon="star" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512" class="svg-inline--fa fa-star fa-w-18"><path fill="sliver" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg>');
    background-repeat: no-repeat
}

#ratings1 {
    display: block;
    float: left;
    margin-top: 5px
}

#ratings1 i {
    cursor: pointer
}

.rating_area {
    margin-bottom: 14px
}

.rating_note {
    background: var(--main-color);
    color: #FFF;
    padding: 4px 10px;
    position: relative;
    font-size: 13px;
    border-radius: 0 4px 4px 0;
    display: inline-block;
    float: left;
    margin-left: 28px
}

.rating_note::after {
    content: '';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 12px 12px 0;
    border-color: transparent var(--main-color) transparent transparent;
    position: absolute;
    top: 0;
    left: -12px
}

.manufactory font {
    color: var(--main-color);
    margin-right: 13PX
}

.rate_count {
    margin-left: 5px
}

.tab_label {
    margin-bottom: 15px;
    margin-top: 11px
}

.btn-comment-mb,
.btn-comment-mb-rep {
    background-color: var(--main-color);
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 8px 12px 9px;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 10px;
    display: block
}

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

    .btn-comment-mb,
    .btn-comment-mb-rep {
        width: 55%;
        border-radius: 5px;
        margin: 10px auto;
        margin-bottom: 20px
    }
}

.display-open {
    display: block !important
}

.full-screen-mobile {
    background: #00000070;
    z-index: 99;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: none
}

.title-mb {
    overflow: hidden;
    padding: 13px 0 10px 10px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    border-bottom: 1px solid #e6e3e3;
    position: relative;
    display: block
}

.title-mb .close-md-comment {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: normal;
    cursor: pointer
}

/*# sourceMappingURL=default.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 */
.breadcrumbs_wrapper {}

.breadcrumb {
    padding: 12px 0 12px 0;
}

.breadcrumb::after {
    display: block;
    clear: both;
    content: " "
}

.breadcrumb__item {
    display: inline-block;
    margin-right: 20px;
    list-style: none;
    color: #131518;
    position: relative;
}

.breadcrumb__item a {
    color: #999999;
    text-decoration: none;
}

.breadcrumb__item a:hover {
    color: #000;
}

.breadcrumb__item::after {
    display: block;
    width: 14px;
    height: 15px;
    color: #b6af96;
    content: "›";
    position: absolute;
    top: 0;
    right: -22px;
}

.breadcrumb__item:last-child a {
    color: #5a5a5a;
}

.breadcrumb__item:last-child::after {
    content: "" !important;
    display: none;
}

@media screen and (max-width:400px) {
    .breadcrumb__item {
        font-size: 13px;
    }
}

@media screen and (max-width:360px) {
    .breadcrumb__item {
        font-size: 12px;
    }
}

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
}

/*# sourceMappingURL=newsletter.css.map */
#cfacebook {
    position: fixed;
    bottom: 13%;
    left: 0;
    z-index: 99999;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.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;
}

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

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

    .fixed_icons {
        display: none;
    }

    .ctn-frame{
        display: flex;
        flex-direction: column;
    }
    .ctn-frame .frame_b_l{
        order: 2;
    }
    .ctn-frame .frame_b_r{
        order: 1;
        width: 100%;
        display: block;
        margin-left: 0;
    }

    .button2_wrap #buy-now-2, .button2_wrap .btn-tragop {
        width: 100%;
    }
}