*{font-family:'Roboto', sans-serif !important;margin: 0;padding: 0;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.modal {
    display: none;
}
a {        cursor: pointer;}
.fa:before {
    content: '\274D';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,::after,::before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.d-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.d-flex-column {
    display: flex;
    flex-direction: column;
    outline: none;
}

.d-flex-center {
    align-items: center
}

.d-flex-owl:not(.slick-initialized) {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.d-flex-wrap {
    flex-wrap: wrap;
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-left {
    text-align: left!important
}

.hidden,.visible-lg,.visible-md,.visible-sm,.visible-xs {
    display: none
}

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

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    padding: 0 15px;
    position: relative
}

.container,.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width: 768px) {
    .col-xs-12 {
        width:100%
    }

    .col-xs-11 {
        width: 91.66666667%
    }

    .col-xs-10 {
        width: 83.33333333%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-8 {
        width: 66.66666667%
    }

    .col-xs-7 {
        width: 58.33333333%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-5 {
        width: 41.66666667%
    }

    .col-xs-4 {
        width: 33.33333333%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-2 {
        width: 16.66666667%
    }

    .col-xs-20 {
        width: 20%
    }

    .visible-xs {
        display: block!important
    }

    .hidden-xs {
        display: none!important
    }

    .container,.container-fluid {
        padding: 0 10px
    }

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

    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
        padding: 0 10px
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .col-sm-12 {
        width:100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-20 {
        width: 20%
    }

    .container {
        width: calc(100% - 50px)
    }

    .visible-sm {
        display: block!important
    }

    .hidden-sm {
        display: none!important
    }
}

@media (min-width: 993px) {
    .visible-md {
        display:block!important
    }

    .hidden-md {
        display: none!important
    }

    .container {
        width: 970px
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50% ;

    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 20%
    }
}

@media (min-width: 1200px) {
    .container {
        width:1200px
    }

    .visible-lg {
        display: block!important
    }

    .hidden-lg {
        display: none!important
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 20%
    }
}

@media (min-width: 1400px) {
    .container {
        width:1300px
    }
}

@media (min-width: 1920px) {
    .container {
        width:1400px
    }
}

main {
    min-height: 60.5vh;
}

.mg-0 {
    margin: 0 !important
}

.dt-width-auto {
    width: auto;
    height: auto;
}

@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);
    }
}

.content-entry p {
    line-height: 21px;
    margin-bottom: 15px;
}

.content-entry li {
    margin-bottom: 7px;
    line-height: 22px;
    list-style: initial
}

.content-entry ol,.content-entry ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.content-entry a {
    color:#007bff;
}

.content-entry ol li {
    list-style: decimal
}

@media (min-width: 993px) {
    .col-md-50-3 {
        width: calc(25%/2)
    }
}

.grecaptcha-badge {
    display: none !important;
}

.breadcrumb-shop {
    background: #f8f8f8 !important ;
    margin: 0;
}

.breadcrumb-shop span {
    color: none;
}



/* Mặc định giữ màu đen */
.breadcrumb-shop  {
    color: #999999; /* Màu mặc định */

}
/* Mặc định giữ màu đen */
.breadcrumb-shop a {
    color: #000000; /* Màu mặc định */

}


/* Hover vào <span> có chứa <a> sẽ đổi màu đỏ */
.breadcrumb-shop  a :hover {
    color: #dba510; /* Màu đỏ khi hover */
}



.breadcrumb-shop .breadcrumb-arrows {
    padding: 15px 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
}




.breadcrumb-shop .breadcrumb>li+li:before {
    padding: 0 0 0 8px;
}

.breadcrumb-shop .breadcrumb-arrows li {
    font-size: 12px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc !important ;
    content: "/\00a0";
}

select {
    background-image: var(--imgselect);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: transparent;
    padding-right: 28px;
    text-indent: .01px;
    cursor: pointer;
    border: 1px solid #000;
    color: #000;
}

table {
    width: 100%;
    border-spacing: 0
}

table tr td {
    border-top: 1px solid #ddd
}

table tr td,table tr th {
    padding: 10px;
    text-align: left
}

table tr td:first-child,table tr th:first-child {
    padding-left: 0
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

ul {
    padding: 0;
    list-style-type: none
}

ol.unstyled,ul.unstyled {
    margin: 0;
    list-style: none outside none
}

ol.unstyled>li,ul.unstyled>li {
    list-style: none
}

ol.horizontal>li,ul.horizontal>li {
    display: block;
    float: left
}

ol.horizontal-inline,ul.horizontal-inline {
    text-align: center
}

ol.horizontal-inline>li,ul.horizontal-inline>li {
    display: inline;
    margin: 0 5px
}

ol.expanded>li,ul.expanded>li {
    margin-bottom: 10px
}

.js-center {
    justify-content: center
}

input:focus {
    outline: 0
}

.mg-bottom-15 {
      margin-bottom: 15px;
 
}

.pd-top-30 {
    padding-top: 30px
}

.pd-top-50 {
    padding-top: 50px
}

.pd-right-0 {
    padding-right: 0
}

.mg-top-50 {
    margin-top: 50px
}

.mg-top-30 {
    margin-top: 30px
}

.pd-top-10 {
    padding-top: 10px
}

.pd-top-15 {
       padding-top: 30px;
    padding-bottom: 15px;
}

.mg-bottom-10 {
    margin-bottom: 10px
}

@-webkit-keyframes sticky_header_animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

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

@-moz-keyframes sticky_header_animation {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-o-keyframes sticky_header_animation {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes sticky_header_animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

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

@media (min-width: 993px) {
    .text-md-left {
        text-align:left!important
    }
}

.row-left-list {
    margin-left: -15px
}

@media (min-width: 769px) and (max-width:992px) {
    .mg-bt-mb-10 {
        margin-bottom:10px
    }
}

@media (max-width: 768px) {
    .mg-top-0-mb {
        margin-top: 0 !important;
    }

    .mg-bt-mb-10 {
        margin-bottom: 10px
    }

    .row-left-list {
        margin-left: -10px
    }
}

.fade.in {
    opacity: 1
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    visibility: hidden
}

.fade {
    opacity: 0;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

.modal-backdrop.in {
    opacity: .5;
    visibility: visible
}

@media (max-width: 992px) {
    .order-mb-1 {
        order: 1
    }

    .order-mb-2 {
        order: 2
    }

    .order-mb-3 {
        order: 3
    }

    .order-mb-4 {
        order: 4
    }

    .order-mb-5 {
        order: 5
    }

    .order-mb-6 {
        order: 6
    }

    .order-mb-7 {
        order: 7
    }
}

.disable {
    opacity: 0.7;
}

.select,.selector-wrapper {
    display: none
}

.swatch {
    padding: 10px 0;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #dfe0e1
}

.swatch .header {
    margin: 0 0 8px;
    font-size: 13px;
    text-align: left;
    line-height: initial
}

.swatch input {
    display: none
}

.swatch>label.tt-label {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    text-transform: uppercase;
    width: 85px;
    text-align: right
}

.swatch-element label.sd img.img-check {
    display: block
}

.swatch .img-check {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0
}

.swatch .select-swap {
    display: inline-block;
    vertical-align: middle
}

.swatch input {
    display: none
}

.swatch .swatch-element {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    vertical-align: bottom
}

.swatch .swatch-element:not(.color) label {
    padding: 0 5px
}

.swatch .swatch-element label {
    display: block;
    margin: 0;
    background: #f8f8f8;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid #f8f8f8;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    cursor: pointer
}

.swatch .swatch-element.color.soldout label span {
    overflow: hidden;
    position: relative
}

.swatch .swatch-element.color.soldout label span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 50%;
    background: url("//theme.hstatic.net/200000449405/1001298746/14/sold_out.png?v=611") no-repeat;
    background-size: contain
}

.swatch .swatch-element.color label {
    width: 35px;
    height: 35px;
    min-width: 35px;
    padding: 3px;
    border-radius: 50%;
}

.swatch .swatch-element.color span {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
    background-image: var(--bg-swatch);
    background-size: contain;
    background-position: center;
}

.swatch .swatch-element.color label.sd {
    background: 0 0;
}

.swatch .swatch-element label.sd {
    border: 1px solid #e4393c
}

.swatch .swatch-element.soldout:not(.color) label {
    overflow: hidden
}

.swatch .swatch-element.soldout:not(.color) label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    height: 50%;
    background: url("//theme.hstatic.net/200000449405/1001298746/14/sold_out.png?v=611") no-repeat;
    background-size: contain
}

label[for=product-select-option-0] {
    display: none
}

label[for=product-select-option-1] {
    display: none
}

label[for=product-select-option-2] {
    display: none
}

#product-select-option-0 {
    display: none
}

#product-select-option-1 {
    display: none
}

#product-select-option-2 {
    display: none
}

#product-select-option-0+.custom-style-select-box {
    display: none!important
}

#product-select-option-1+.custom-style-select-box {
    display: none!important
}

#product-select-option-2+.custom-style-select-box {
    display: none!important
}

@media (max-width: 768px) {
    .flex-addcart-mb {
        flex: 0 0 calc(100% - 15px) !important;
        width: calc(100% - 15px) !important;
    }

    .swatch .swatch-element.color {
        margin: 5px 8px 5px 0
    }
}

.swatch:last-child {
    border: none;
}

.swatch-element.soldout {
    opacity: 0.5;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.content-entry table tr td {
    border: 1px solid #ccc !important;
    padding: 7px;
}

input,textarea {
    border: 1px solid #f8f8f8;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    outline: none;
}

.content-entry table {
    width: auto;
    border-collapse: collapse;
}

img[src*="googleads"] {
    display: none;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute
}

.owl-nav.disabled {
    display: none;
}

.fa-chevron-down {
    position: relative
}

.fa-chevron-down:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 0
}

.fa-bars-menu {
    height: 3px;
    background: #000;
    width: 26px;
    display: block;
    margin: 4px 0;
}

blockquote {
    border-left: 5px solid #f8f8f8;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}

.pd-left-20 {
    padding-left: 20px;
}

.pd-right-left-10 {
    padding: 0 10px;
}

b {
    font-weight: bold;
}

main {
    padding-top: var(--height-head);
}

.mg-top-10 {
    margin-top: 10px;
}

.pd-bottom-30 {
    padding-bottom: 30px;
}

.mg-top-40 {
    margin-top: 40px;
}

.user-acc-logo {
    background-color: #edb500
}

.user-acc-logo[data-color="V"] {
    background-color: #edb500
}

.user-acc-logo[data-color="A"] {
    background-color: #cd060a
}

.user-acc-logo[data-color="B"] {
    background-color: #252593
}

.user-acc-logo[data-color="C"] {
    background-color: #f30b10
}

.user-acc-logo[data-color="D"] {
    background-color: #603b07
}

.user-acc-logo[data-color="H"] {
    background-color: #d37a00
}

.user-acc-logo[data-color="K"] {
    background-color: #669325
}

.user-acc-logo[data-color="L"] {
    background-color: #5f9ea0
}

.user-acc-logo[data-color="M"] {
    background-color: brown
}

.user-acc-logo[data-color="N"] {
    background-color: #40e0d0
}

.user-acc-logo[data-color="P"] {
    background-color: #00d394
}

.user-acc-logo[data-color="T"] {
    background-color: #d30079
}

.user-acc-logo[data-color="Q"] {
    background-color: #8e6fa7
}

.user-acc-logo[data-color="X"] {
    background-color: #81b6ff
}

.border-5-radius {
    border-radius: 5px
}

.fa {
    font-family: 'FontAwesome'!important
}

html,body {
    border: 0;
    background-color: #f8f8f8 !important ;
    padding-top: 0 !important;
    margin: 0;
}

html::-webkit-scrollbar {
    width: 8px;
    background-color: #ccc
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--bgshop)
}

html {
    -webkit-overflow-scrolling: touch;
    -ms-text-size-adjust: 100%
}

img {
    max-width: 100%;
    vertical-align: middle;
}

body {
background: #f8f8f8 !important ;

  
    overflow-x: hidden;
    line-height: 1.4;
    font-size: 14px;
    color: var(--colorshop);
    position: initial !important
}

article,aside,details,figcaption,figure,dialog,footer,header,hgroup,menu,nav,section {
    display: block
}

button {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

button,input,optgroup,select,textarea {
    color: #000;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0px
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    margin: 0 0 13px 0;
    font-weight: 500;
    line-height: normal
}

h1,.h1 {
    font-size: 26px
}

h2,.h2 {
    font-size: 24px
}

h3,.h3 {
    font-size: 21px
}

h4,.h4 {
    font-size: 16px;
    line-height: normal
}

h5,.h5 {
    font-size: 14px;
    line-height: normal
}

h6,.h6 {
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase
}

p {
    margin: 0 0 10px 0;
    line-height: 20px
}

a {
    color: var(--colorshop);
    text-decoration: none;
    outline: none;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

a:hover,a:focus {
    color: var(--colorshophover);
    text-decoration: none;
    outline: none
}

a:active {
    outline: none
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: var(--colorshophover);
    line-height: initial
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: var(--colorshophover)
}

@media(min-width: 993px) {
    .visible-xs-inport {
        display: none !important;
    }

    button[data-toggle=tooltip]:hover:before,li a[data-toggle=tooltip]:hover:before {
        border: solid;
        border-color: transparent transparent transparent #333;
        border-width: 6px 6px 6px 6px;
        content: "";
        left: -5px;
        bottom: 13px;
        position: absolute
    }

    li a[data-toggle=tooltip]:hover:after,button[data-toggle=tooltip]:hover:after {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        background: #f8f8f8 !important ;
        border-radius: 5px;
        color: #fff;
        content: attr(data-original-title);
        margin: 0;
        font-size: 13px;
        min-width: 80px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        top: 0;
        width: max-content;
        padding: 0 5px;
        left: auto;
        right: calc(100% + 5px)
    }

    li a[data-toggle=tooltip]:hover:after {
        top: 9px;
        right: calc(100% + 8px);
    }

    li a[data-toggle=tooltip]:hover:before {
        top: 18px;
        bottom: auto;
        left: -8px;
    }

    button[data-togglenew=tooltip]:hover:before {
        border: solid;
        border-color: #333 transparent transparent transparent;
        border-width: 6px 6px 6px 6px;
        content: "";
        left: calc(50% - 6px);
        bottom: auto;
        top: -10px;
        position: absolute
    }

    button[data-togglenew=tooltip]:hover:after {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        background: #333;
        border-radius: 5px;
        color: #fff;
        content: attr(data-original-title);
        margin: 0;
        font-size: 13px;
        padding: 0;
        min-width: 80px;
        width: max-content;
        padding: 0 5px;
        height: 30px;
        line-height: 30px;
        left: 50%;
        transform: translatex(-50%);
        position: absolute;
        top: -40px;
        bottom: auto
    }

    a[data-tooltip=tooltip]:hover:after {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        background: #333;
        border-radius: 5px;
        color: #fff;
        content: attr(data-original-title);
        margin: 0;
        font-size: 13px;
        padding: 0;
        min-width: 80px;
        width: max-content;
        padding: 0 5px;
        height: 30px;
        line-height: 30px;
        left: 50%;
        transform: translatex(-50%);
        position: absolute;
        top: auto;
        bottom: -35px
    }

    a[data-tooltip=tooltip]:hover:before {
        border: solid;
        border-color: transparent #be000000 #333 transparent;
        border-width: 6px 6px 6px 6px;
        content: "";
        left: calc(50% - 6px);
        bottom: -5px;
        position: absolute
    }
}

#pro-qv-wanda {
    max-width: 800px;
}

.wrap-slider {
    position: relative;
}

.sales_animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media (max-width: 992px) {
    html {
        overflow-x: hidden;
    }

    .pd-0-mb {
        padding: 0;
    }
}

.hidden-important {
    display: none !important;
}

.dt-width-100 {
    width: 100%;
    height: auto;
}


element.style {
background: #f8f8f8 !important ;
}
