:root {
  --main: #e41f27;
  --second: #5f0d10;
  --gray: #f8f8f8;
  --gray-bg: #f2f2f2;
  --gray-dark: rgba(0, 0, 0, 0.4);
  --gray-light: rgba(0, 0, 0, 0.1);
  --white: #ffffff;
  --white-light: rgba(255, 255, 255, 0.35);
  --white-bg: rgba(255, 255, 255, 0.8);
  --white-text: rgba(255, 255, 255, 0.75);
  --black-darker: #0a182d;
  --black: #000;
  --black-text: #282834;
  --black-light: rgba(19, 19, 19, 0.7);
  --black-dark: rgba(19, 19, 19, 0.9);
  --yellow: #ffdc01;
  --green: #0ab106;
  --green-light: rgba(138, 202, 1, .9);
  --red: #e41f27;
  --font-main: 'Mulish';
  --font-title: 'Raleway'; 
  --font-time: 'times new roman'; 
}
body,
td,
th,
input,
textarea,
select,
a {outline: 0 none;}
a,button,[role="button"],input,label,select,textarea{
    touch-action:manipulation
}
html {
    height: 100%;
    overflow-x: hidden!important;
    margin: 0!important;
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    -ms-transform: all 1.3s ease-out;
    transition: all 1.3s ease-out;
    scroll-behavior: smooth;
}
body {
    color:#333;
    font-size: 15px;
    line-height: 1.4;
    font-family: var(--font-main), Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden!important;
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    -ms-transform: all 1.3s ease-out;
    transition: all 1.3s ease-out;
    background-color: var(--white);
}
body.template-article-detail {background-color: var(--gray-bg);}
.clr{
    clear:both;
    display:table;
    float:none
}
a{
    outline:none;
    text-decoration:none;
    color: #111;
    vertical-align: baseline;
    background: 0 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover,
a:focus {
    color: var(--main);
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    text-decoration: none;
}
::-webkit-scrollbar{width:7px; height: 7px;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0); -webkit-border-radius:18px;border-radius:18px}
::-webkit-scrollbar-thumb{-webkit-border-radius:18px;border-radius:18px;background:rgba(162,163,167,.9);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0)}
::-webkit-scrollbar-thumb:window-inactive{background:rgba(74,144,226,.1)}
.font-size-18 {font-size: 1.125rem;}
.font-size-20 {font-size: 1.25rem;}
.sortable-handler { touch-action: none; }
img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}
.img-rounded {border-radius: .313rem;}
.nums_tab,capcha{
    user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    -o-user-select:none;
    -ms-user-select:none
}

strong,strong *,b,b *{
    font-weight:bold
}
em,em *,i,i *{
    font-style:italic
}
u,u *{
    text-decoration:underline
}
.cap{
    text-transform:uppercase
}
ul, ol {padding-left: 2rem;}
.site-wrap::before {
    display: none;
    content: 'mobile';
}

.box_shadow {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
}
.box_border {
    border: 1px solid #e5e5e5;
}
.box_border_2x {
    border: 2px solid #ced4da;
}
.box_radius {
    -webkit-border-radius:4px !important;
    border-radius:4px !important
}
.box_radius_1rem {
    -webkit-border-radius:.875rem !important;
    border-radius:.875rem !important
}
.box_radius_2rem {
    -webkit-border-radius:2rem !important;
    border-radius:2rem !important
}
.btn.btn_round {border-radius: 25px;}
.btn.btn_radius {border-radius: 4px;}
.btn.btn_border {border: 2px solid var(--main);}
.btn.btn_border:hover {background-color: var(--main); color: var(--white);}
.text-green {color: var(--main);}
.bg-red,
.bg-green,
.bg-yellow,
.bg-orange {
  color: var(--white) !important;
}
.bg-green {background-color: var(--green);}
.bg-yellow {background-color: var(--yellow);}
.bg-red {background-color: var(--red);}
.bg-orange {background-color: #ff7500 !important;}
.bg-gray {background-color: #f4f4f4;}
.bg-gray-light {background-color: #f4f4f4;}
.text-link{
    display:inline;
    border:0 none;
    background:none;
    padding:0;
    margin:0
}
.text-link--accent{
    color:#9fb2c1;
    border-bottom:1px solid currentColor;
    padding-bottom:1px
}
.text-link--accent:not([disabled]):hover,.text-link--accent:focus{
    color:#8099ad
}
.dash_hr {border-top-style: dashed;}
.hidden{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;
    visibility:hidden;
    display: none;
}
.visible{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    opacity:1;
    visibility:visible
}
.header--fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}
/*layout*/
.search-box,#masthead .on_menu_left {position: relative;}
/*color*/
.rootmenu-hovercate ul li a,.search__icon,.article-meta .readmore a {color: var(--second);}
.content-section .text-green li a,.content-section .item-title,.article__share a i, .article__print a i,.navbar-info .hotline a {
    color: var(--main);
}
.article-meta .readmore a:hover {color: #2374a0;}
.article-meta .name {color: #43484e;}
.footer-item .box-content .content .link-list a:hover {color: var(--main);}
.content-section .text-green li a:hover,.toc-title {color: #ed1c24;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background-color: var(--main);}
#footer {background-color: #e6e3e3;}
.text-blue {color: #007ec4;}
.text-red {color: red}
.product-info .item-cart-box .row,.postcomment .row {margin-left: -5px; margin-right: -5px;}
.product-info .item-cart-box .row [class*="col-"],.postcomment .row [class*="col-"] {padding-left: 5px; padding-right: 5px;}
.protectview:after {
    content: attr(data-updated);
}
.box-category.boss-menu-cate li a.title:after,.box-category li a.title:before,.toggable-box__header--close::after,.toggable-box__header--open::after,
.toggable_items .form-check-inline .icon-ok,.breadcrumb>li+li:before {font-family: "FontAwesome";}
/*end*/
.site-wrap {position: relative;}
section {
    -webkit-transition: max-height .8s;
    -moz-transition: max-height .8s;
    -o-transition: max-height .8s;
    transition: max-height .8s;
}
.site-header {
    max-width: 100%;
    margin: auto;
    color: #43484e;
    background-color: var(--white);
}
.shoppingcart.template-article .site-header {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.site-header.transparent_white{
    background-color: rgba(255,255,255,0);
    color: var(--white);
}
.header--fixed.header-scroll .site-header.header-scroll.transparent_white {
    background-color: rgba(255,255,255,1);
    color: #43484e;
    -webkit-box-shadow: 0 10px 50px 0 rgba(0,0,0,.06);
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.06);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}


body.home-index {background-color: #FFF8F5;}
.elementor-shape-bottom,.elementor-shape-top {
    z-index: 2;
    pointer-events: none;
    background-size: contain;
}

.section-element.elementor-shape-footer {
    height: 12rem;
    z-index: -1;
    position: relative;
}
.section-element.elementor-shape-footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
    height: 562px;
    background: url(../images/footer_image@2x.png) no-repeat 50% 260px;
    background-size: contain;
}
.elementor-shape-bottom {
    bottom: 0;
}
.elementor-shape-top {
    top: 0;
}
.section-element, .section-foreground {position: relative; z-index: 1;}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    line-height: 0;
    direction: ltr;
}
.elementor-shape svg {
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
}
.section-element > .elementor-shape-top svg, .section-element > .elementor-shape-bottom svg {
    width: calc(105% + 1.3px);
    height: 100px;
}
.section-background {
    z-index: -1;
    top: 0;
}
.section-foreground {
    width: 100%;
    height: 100%;
}
.section-foreground {
    padding-top: 0;
    padding-bottom: 0;
}
.container_inner {
    margin: 0 auto;
}
section.section-element{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.section-element .section-foreground .container_inner {
    min-height: 415px;
    margin: 0 auto;
}
section.composition .upper-content {
    position: relative;
}

section.section-element .features-inner {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    line-height: normal;
    -moz-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    -o-transform: translate(50%,50%);
    -webkit-transform: translate(50%,50%);
    transform: translate(50%,50%);
    padding: 0;
    margin: 0;
    background-color: rgba(0,0,0,0);
    display: inline-block;    
    position: relative;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}
section.section-element .features-inner.no-background {
    background-color: transparent;
    color: #111;
}
section.section-element.procedure .title {color: #4a9d1b;}
section.section-element.procedure p {padding: 0 1.5rem; color: #666;}
section.section-element.procedure p,section.section-element.about-story p {line-height: 1.6;}
section.section-element.about-story .btn{padding: .5rem 1.5rem;}
section.section-element .content-ux img {width: 100% !important;}
section.section-element .features-inner .box-heading { margin-bottom: 2rem;}
section.section-element .features-inner .name {margin-bottom: 0;}
.background-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.section-element.section-element-0 {
    padding: 3.5rem 0 3rem;
}
.site-wrap .section-element.section-element-0+.section-element-0 {padding-top: 0;}
.section-element.section-element-1 {
    padding: 3rem 0 2.5rem;
}
.section-element.section-element-2 {
    padding: 4rem 0 5.5rem;
}
.section-element.section-element-3 {
    padding: 50px 0 25px;
}
.section-element.section-element-4 {
    padding: 50px 0 25px;
}
.section-element.section-control {
    padding: 3rem 0;
}
.section-element.section-element-product {
    padding: 3.5rem 0 10.5rem;
}
.section-element.featured-product {
    padding: 2.5rem 0 6rem;
    background-color: #efefef;
}
.section-element.new-product {
    padding: 5rem 0 2.5rem;
    background-color: #efefef;
}
.section-element.composition {padding: 5rem 0 .75rem;}
.section-element .feature-block {position: relative;}
.section-element.latest-news {
    padding: 3.5rem 0 2.5rem;
    background-position: 50% 115%;
    background-size: contain;
}
.section-element.section-element-0,.section-element.section-element-1,.section-element.section-element-2,.section-element.section-element-3, .section-element.section-element-4,.section-element.section-element-main,
.section-element.section-element-product, 
.section-element.section-element-breadcrumb {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.section-element.section-element-main {
    padding: 45px 0 25px;
}
.section-element.section-element-page {
    padding: 3rem 0 2.5rem;
}
.section-element .section-element-block {
    padding: 2rem 0;
}
.section-element.section-element-form {
    padding: 0 0 2.5rem 0;
}
.section-element .elementor-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.section-element.section-element-block .elementor-container {
    max-width: 790px;
}
.feature-block-one {
    position: relative;
    display: block;
    background: #fff;
    text-align: center;
    padding: 30px;
}
.feature-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 28px;
    transition: all 500ms ease;
    color: var(--main);
}
.feature-block-one:hover .inner-box .icon-box {
    color: var(--second);
}
.feature-block-one .inner-box h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}
.feature-block-one .inner-box h3 a {
    display: inline-block;
    color: #222;
}
.feature-block-one .inner-box h3 a:hover {
    color: #f5a93f;
}
.feature-block-one .inner-box .text {
    position: relative;
    margin-bottom: 22px;
    color: var(--black-light);
}
/**/
.btn {white-space: normal; padding: .375rem 1.125rem;}
.btn .gruxIcon {font-size: 1.5rem; vertical-align: middle;}
.btn-container {display: block; position: relative;}
/*composition*/
.composition .upper-content .inner-box {
    position: relative;
    margin-top: 25px;
}
.composition .upper-content .inner-box .single-item {
    position: relative;
    margin-bottom: 145px;
    max-width: 380px;
}
.composition .upper-content .left-column .inner-box .single-item {
    padding-right: 115px;
    text-align: right;
}
.composition .upper-content .right-column .inner-box .single-item {
    padding-left: 115px;
    text-align: left;
    max-width: 100%;
    margin-left: 70px;
}
.composition .upper-content .inner-box .single-item .icon-box {
    position: absolute;
    top: 6px;
    font-size: 80px;
    line-height: 80px;
    color: var(--second);
}
.composition .upper-content .left-column .inner-box .single-item .icon-box {
    right: 0;
}
.composition .upper-content .right-column .inner-box .single-item .icon-box {
    left: 0;
}
.composition .upper-content .inner-box .single-item .icon-box span {
    position: absolute;
    top: -6px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
}
.composition .upper-content .left-column .inner-box .single-item .icon-box span {
    left: -28px;
}
.composition .upper-content .right-column .inner-box .single-item .icon-box span {
    right: -28px;
}
.composition-section .upper-content .inner-box .single-item .icon-box:before {
    position: absolute;
    content: '';
    background: url(../images/icon-1.png);
    width: 80px;
    height: 5px;
    top: 50px;
    background-repeat: no-repeat;
}
.composition .upper-content .left-column .inner-box .single-item .icon-box:before {
    right: -95px;
}
.composition .upper-content .right-column .inner-box .single-item .icon-box:before {
    left: -95px;
}
.composition .upper-content .inner-box .single-item h3 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 1px;
}
.composition .upper-content .inner-box .single-item h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 14px;
}
.composition .upper-content .inner-box .single-item .text {
    line-height: 26px;
    margin: 0;
}
.composition .upper-content .inner-box .single-item h3 a:hover {
    color: var(--second);
}
.composition .upper-content .inner-box .single-item .icon-box span {
    color: var(--main);
}
.composition .upper-content .image-box {
    position: relative;
    display: block;
    text-align: center;
}
.composition .upper-content .image-box .pattern-bg {
    position: absolute;
    left: -20px;
    top: -15px;
    width: 460px;
    height: 460px;
    background-repeat: no-repeat;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
}
.composition .upper-content .image-box figure {position: relative;}
@-webkit-keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes zoom-fade {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
/*end*/
.widget-toc {
    background-color: #F9F9F9;
    border: 1px solid #e6e6e6;
    margin-bottom: 1rem;
    padding: 1rem;
}
.widget-toc.float-right,.widget-toc.float-left {width: 280px;}
.widget-toc.float-right {float: right; margin-left: 10px;}
.widget-toc.float-left {float: left; margin-right: 10px;}
.toc-title {
    font-size: 1.125rem;
    padding-left: 1rem;
    font-weight: 600;
}
.widget-toc ol {
    padding-left: 1.75rem;
    list-style: none;
    counter-reset: item;
    font-size: .875rem;
    margin-bottom: 0;
}
.widget-toc ol li {
    display: block;
    margin: 4px 0;
    position: relative;
}
.widget-toc  ol li:before {
    /*content: counters(item, ".");
    counter-increment: item;*/
    position: absolute;
    margin-right: 100%;
    right: 0.5rem;
}
.article-section {
    position: relative;
}
.article__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    color: var(--black);
    font-family: var(--font-title), serif;
}
.article__time {
    color: var(--blue); 
    display: block; 
    margin-top: .5rem; 
    font-size: 14px; 
    font-weight: 400;
}
.blog_more_action {
    background-color: #f2f8de; padding: .75rem 1rem;
    border-radius: 10px;
}
.article-section {padding: 1.5rem;}
.article-section .article__desc {
    font-weight: 600;
    font-size: 1.077rem;
    color: #333;
    margin-bottom: 20px;
}
.article-section .article__entry {
    padding-bottom: 1.5rem;
}
.header_special {
    position: relative; 
    padding: 1rem 1rem 1rem 2.5rem;
}
.header_special .icon_special {
    position: absolute;
    font-size: 4.25rem;
    font-family: var(--font-title), serif;
    color: #FEEDCD;
    left: 0;
    top: -10px;
    line-height: 40px;
    z-index: -1;
}
.header_special .icon_special:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 35px;
    height: 1px;
    background-color: var(--yellow);
}
.content_special {padding-left: 2.5rem;}
.article__entry h1,.article__entry h2,.article__entry h3,.article__entry h4 {font-weight: 600; margin-bottom: 1rem;}
.article__entry .article_ulstyle,.article__entry .article_ulstyle_2 {
    list-style: none;
    padding-left: 0;
}
.article__entry .article_ulstyle li {
    position: relative;
    padding: 1rem .75rem 1rem 3.25rem;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    background-color: var(--white);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
}
.article__entry .article_ulstyle li:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url(../images/icons/icon_tick_blue.png);
    background-position: 0 0;
    background-size: contain;
    left: 1rem;
    top: .75rem;
}
.article__entry .article_ulstyle_2 li {
    position: relative;
    padding: .25rem .25rem .25rem 2.25rem;
    margin-bottom: 1rem;
}
.article__entry .article_ulstyle_2 li:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url(../images/icons/icon_dot.png);
    background-position: 0 0;
    background-size: contain;
    left: 0;
    top: .325rem;
}
.numbered-list {
    counter-reset: numList;
    list-style: none;
    padding: 0 0 1px;
    margin: 0;
}
.numbered-list>* {
    margin-bottom: 1.5em;
}
.numbered-list li:before {
    border-radius: 16px;
    background: #e2f2c1;
    counter-increment: numList;
    content: counter(numList);
    float: left;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-weight: 600;
    text-align: center;
}
.numbered-list li>* {
    overflow: auto;
    position: relative;
}
.article-form-inner {
    background-color: rgba(0,0,0,.5);
    padding: 4rem 2rem;
}
.article-form-inner .form-group label {color: var(--white);}
.article-section .article__info {
    padding: .5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: .813rem;
    background-color: #f4f4f4;
}
.article__info>span {
    line-height: 1;
}
.article__info>span:not(:last-child) {
    margin-right: 15px;
}
.article__author, .article__date, .article__view, .article__vote {
    color: #909090;
    font-size: 12px;
}
.article-section .article__info .article__author {
    margin-left: 20px;
}
.article__vote {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article__vote .vote_result {margin-left: .5rem;}
.article__share a {
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    color: #444;
    white-space: nowrap;
    text-transform: uppercase;
}
.article__share a i {
    margin-right: 11px;
    font-size: 15px;
}
.article__share a:hover, .article__share a:focus {
    color: #0090C5;
    text-decoration: none;
}
.share-title {
    display: inline-block;
    vertical-align: middle;
}
.btn--share {
    display: block;
}
.article__other {
    list-style: none;
    padding: 0;
    margin: 0;
}
.article__other li {
    display: block;
    margin: .188rem 0;
}
.article__other li a {
    display: block;
    padding: .313rem 0;
    position: relative;
}
.article__other li a:before {
    content: '\f0f6';
    font-family: 'FontAwesome';
    font-size: .875rem;
    margin-right: .5rem;
}
.breadcrumb {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: .813em;
    letter-spacing: 1px;
    color: var(--black-light);
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.breadcrumb::-webkit-scrollbar { display: none;}
.breadcrumb>li+li:before {
    content: "/\00a0";
    color: inherit;
    padding: 0 6px;
}
.breadcrumb a,.breadcrumb>.active a{
    color: var(--black-light);
}

.social>a{
    width:32px;
    height:32px;
    line-height:32px;
    border-radius: 16px;
    text-align:center;
    color:var(--white);
    font-size:18px;
}
.social>a:not(:first-child){margin-left:.75rem;}
.social>a,.social>span{
    float:left
}
.social>span a{
    display:block;
    line-height:30px;
    background:#999;
    color:var(--white);
    padding:0 20px
}
.social-share .social-share-item {
    float: left;
    position: relative;
    top: 0;
}
.social-share .social-share-item:not(:first-child) {
    margin-left: 20px;
}
.hide{
    display:none
}
.content-section {padding: 2rem 0 0;}
.box,.box-heading {position: relative;}
.box {margin-bottom: 1rem;}
.box-heading {
    font-size: 1.6rem;
    color: var(--second);
    margin: 0 0 2.5rem;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    display: block;
}
.box-heading > * {
    padding: 0;
    margin-bottom: 0;
    display: block;
    line-height: 1.8;
    position: relative;
}
.box-heading.line-bottom:after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.box-heading.line-heading .line1 {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 10px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}
.box-heading.line-heading .line1:after {
    content: "";
    background: url(../images/sprite_line.png) no-repeat 50% 50%;
    background-size: contain;
    display: inline-block;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.box-heading .name {
    font-size: 2.25rem;
    font-family: var(--font-title), serif;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    font-weight: 700;
}
#slider .box-heading .name.special {font-size: 1.875rem;}
.box-heading .name.special {font-weight: 300;}
.box-heading .name strong {font-weight: 900;}
.box-heading .name.h3 {font-size: 1.875rem;}
.box-heading .name.h4 {font-size: 1.6rem;}
.box-heading > .viewall {
    position: absolute; 
    right: 0; 
    top: 0;
    font-size: 12px;
    font-weight: 400;
    display: block;
    transition: all .3s;
    color: var(--white);
}
.box-heading > .viewall:hover {
    color: #333;
}
.left-column .box-heading {
    margin-bottom: 0;
    padding: 0;
}
.left-column .box-heading .name {
    padding: 0;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 3;
    color: var(--black);
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.left-column .box-heading .name span {margin-right: 0;}

.box-heading .sub-heading {
    margin-bottom: 0;
    margin-top: .5rem;
    color: rgba(67,72,78,0.6);
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.box-heading.text-center .sub-heading {
    margin-left: auto;
    margin-right: auto;
    max-width: 725px;
}
.order-support,.other-product {
    background-color: var(--white);
    padding: .5rem;
    font-size: 0.813rem;
}
.order-support .box-heading,.other-product .box-heading {
    padding: 0 0 8px;
    border-bottom: #ececec 1px solid;
    margin-bottom: 8px;
    display: block;
}
.order-support .box-heading .name,.other-product .box-heading .name {
    font-size: 1.143rem;
}
/*section*/

.scroll-menu-expand ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.scroll-menu-expand > ul > li {margin-bottom: 20px;}
.scroll-menu-expand ul li a {
    display: block;
    padding: 5px 0;
    color: #757575;
}
.scroll-menu-expand ul li a.root {
    font-weight: 600; 
    font-size: 16px;
    color: #000;
    padding-left: 12px;
    position: relative;
}
.scroll-menu-expand ul li a.root::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 3px;
    background-color: #009cd7;
}
.scroll-menu-expand ul li a:hover {color: #009cd7;}
/**/
.ads-box a {display: block; margin-bottom: .5rem;}
.ads-box a img {width: 100%;}
.ads-box a:last-child {margin-bottom: 0;}
.site-content::before {
    display: none;
    content: 'mobile';
}

.section {margin-bottom: 20px;}
.category_tab_menu {position: relative; padding: 1.5rem 0;}
.category_tab_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    cursor: pointer;
    position: relative;
    width: auto;
}
.category_tab_menu ul::-webkit-scrollbar { display: none;}
.category_tab_menu ul li:not(:first-child) {margin-left: 3rem;}
.category_tab_menu ul li a {
    display: block;
    padding: .5rem 0;
    font-size: 1rem;
    color: var(--main);
    font-weight: 600;
    font-family: var(--font-title), serif;
}
.category_tab_menu ul li a:hover {color: var(--black-light);}
.category_tab_menu ul li.selected a {color: var(--black);}
.article-scroll {
    height: 100%;
    max-height: 455px;
    overflow-x: hidden;
    overflow-y: auto;
}
.article-grid {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.article-grid .items {position: relative; margin-bottom: 3rem;}
.article-grid .article-block {
    position: relative; 
    margin-bottom: 2.5rem;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.featured-product .article-grid .article-block {
    background-color: var(--white);
}
.featured .article-grid .article-block {
    z-index: 1;
    -webkit-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0 10px 0px rgba(0,0,0,0.1);
}
.featured .article-block:after {
    content: '';
    position: absolute;
    bottom: -15px;
    z-index: 0;
    width: 90%;
    left: 50%;
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    height: 40px;
    background-color: rgba(255,255,255,.5);
    border-radius: 20px;
}
.article-grid .article-block.no-bg {background-color: transparent;}
.article-meta {
    padding-top: 1rem;
    padding-bottom: .75rem;
}
.featured .article-block .article-meta {
    padding: 1rem 1.75rem;
}
.article-block.box_radius .article-meta {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.view-carousel {position: relative;}
.view-carousel .carousel-control {
    position: absolute;
    color: #000;
    font-size: 2rem;
    font-weight: 100;
    text-align: center;
    opacity: 1;
    bottom: 0;
    left: 0;
    z-index: 10;
    text-shadow: none;
    line-height: 47px;
    width: 47px;
    height: 47px;
    cursor: pointer;
    background-color: rgba(0,0,0,.1);
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}
.view-carousel .carousel-control:hover {
    background-color: rgba(45,150,205,9);
    color: var(--white);
}
.view-carousel .carousel-control.right:before {
    content: "\f105";
}
.view-carousel .carousel-control.left:before {
    content: "\f104";
}
.view-carousel .carousel-control.left {
    right: auto;
}
.view-carousel .carousel-control.right {
    left: 50px;
}
.section-element.featured-product .owl-theme .owl-dots .owl-dot span, 
.section-element.featured-product .owl-theme .owl-dots .owl-dot.active span,.section-element.featured-product .owl-theme .owl-dots .owl-dot:hover span {background-color: var(--white)}
.article-list .article-meta {padding: 0;}
.article-list.linebottom .article-block {
    border-bottom: 1px dashed rgba(173,173,173,.3);
    padding-bottom: .625rem;
    margin-bottom: .625rem;
}
.article-grid .i-Thumbs {display:block; overflow: hidden; position: relative;}
.article-grid .cat_info {
    position: absolute;
    z-index: 3;
    top: .5rem;
    right: .5rem;
    display: block;
    border-radius: 1rem;
    background-color: var(--yellow);
    color: var(--white-text);
    font-size: .75rem;
    padding: .25rem .75rem;
}
.article-grid .box_radius .i-Thumbs,.article-grid .box_radius .article-meta { border-radius: 10px; overflow: hidden;}
.article-grid .box_radius_1rem .i-Thumbs { border-radius: 1rem; overflow: hidden;}
.article-grid .box_radius_2rem .i-Thumbs { border-radius: 2rem; overflow: hidden;}
.article-block .i-Thumbs img,.product-hover figure img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.article-block:hover .i-Thumbs img,.product-hover:hover figure img {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.article-grid .i-Thumbs .box-label {
    position: absolute;
    right: .5rem;
    top: .5rem;
    z-index: 5;
    height: 24px;
    line-height: 1.6;
    font-size: 0.857rem;
    color: var(--white);
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f59b90;
}
.view-carousel .featured .article-block .i-Thumbs {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article-grid .i-Thumbs a {display: block; position: relative; overflow: hidden; z-index: 2;}
.article-grid .i-Thumbs a img {-webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s;}
.article-inner .article-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.75rem;
    z-index: 3;
}
.article-inner .article-meta:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.5));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.5));
}
.article-featured .article-meta {
    padding: 1rem;
}
.article-meta .name {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    margin-bottom: 0;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-list .article-meta .name {font-size: .857rem; margin-bottom: .357rem;}
.featured .article-meta .name {
    font-weight: 400;
}

.article-meta .cate {
    display: block;
    position: relative;
}
.article-meta .cate:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #eee;
    margin: .75rem auto;
}
.article-meta .description {
    margin: 0;
    font-size: .875rem;
    color: rgba(67,72,78,0.7);
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-meta .description > i, .article-meta .author i {
    display: inline-block;
    margin-right: 5px;
    font-style: normal;
}
.article-meta .description > i::before {
    background-color: #a87e72;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
}
.article-meta .author {
    color: var(--black-light);
    font-size: .75rem;
    margin-top: .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.article-inner .article-meta .name a {color: var(--white);}
.article-inner .article-meta .author {color: var(--white-text);}
.article-meta p.description+p {margin-top: .5rem;}
.article-meta .clamp-2 {
    -webkit-line-clamp: 2;
}
.article-meta .clamp-3 {
    -webkit-line-clamp: 3;
}
.article-meta .clamp-4 {
    -webkit-line-clamp: 4;
}
.article-meta .name.clamp-2 {
    height: 42px;
}
.article-list .article-meta .name.clamp-2 {height: auto;}
.article-meta .description.line-content {
    padding: .625rem 0;
    margin-bottom: .375rem;
    border-top: 1px solid rgba(123,123,123,.2);
    border-bottom: 1px solid rgba(123,123,123,.2);
} 
.article-meta .box-price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.featured .article-meta .box-price {
    margin: .75rem 0;
    font-size: 1rem;
}
.box-price span+span {margin-left: 10px;}
.box-price .price__regular {color: #df0000;}
.box-price .price__old {
    text-decoration: line-through;
    color: #999;
}
.article-meta .box-control {
    padding: .75rem 0;
}
.article-meta .box-control .btn {
    padding: .375rem 1.875rem;
    font-size: .813rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.article-meta .box-control .btn.bg-orange-dark:hover {
    background-color: #f59b90!important;
}
.article-list.linebottom .article-block:last-child {border-bottom-width: 0;}
.article-grid .article-meta .date {
    position: relative;
}
.article-grid .article-meta .date:after {
    content: attr(data-updated);
}
.article-grid .article-meta .readmore{
    display: block; 
    line-height: 18px; 
    text-transform: uppercase; 
    font-size: 0.75rem;
    letter-spacing: 2px; 
    margin-top: 1.25rem;
}
.article-grid .article-meta .readmore a{
    display: block; 
    position: relative;
    transition: all 0.3s;
}
.article-grid .article-meta .readmore a:after{
    font-family: FontAwesome;
    content: '\f178';
    margin-left: 5px;
    display: inline-block;
}
/**/
.box-category-heading {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    height: 44px;
    line-height: 24px;
    text-transform: uppercase;
    color:var(--white);
    background-color: #0090C5;
    position:relative;
    cursor:pointer;
}
.box_radius .box-category-heading {border-top-left-radius: 3px; border-top-right-radius: 3px;}
.box-category-heading p, .box-category-heading .name {
    margin: 0;
    padding: 0;
    line-height: 24px;
    display: block;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}
.box-category-heading .name {font-size: initial; font-weight: 600;}
.box-category {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-category li {
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-color: #f6f6f6;
    position: relative;
    display: block;
}
.box-category li:last-child {border-bottom: 0;}
.box-category a:hover {text-decoration:none}
.box-category li a {
    line-height: 18px;
    padding: 10px 5px 10px 30px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
.box-category li ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.box-category li li {
    background-color: var(--white);
}
.box-category li li a {
    color: #0f59a7;
    font-weight: 400;
}
.box-category.boss-menu-cate li a.title:after {
    position: absolute;
    content: '\f105';
    top: 10px;
    right: 5px;
    font-family: 'FontAwesome';
}
.box-category li a.title:before {
    position: absolute;
    content: '\f0f6';
    top: 8px;
    left: 10px;
    font-family: 'FontAwesome';
}
.box-category li li a.title:before {display: none;}
/*product*/

.products-grid.products-list figure {margin-bottom: 0;}
.product_title {
    font-size: 1.6rem;
    color: #111;
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
}
.product_title.bg_title {
    background: #f6f6f6;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.1);
}
.result-products-list .product_title:not(:first-child) {
    margin-top: 1rem;
}
.product_title .name {margin-bottom: 0;}
.product_title.bg_title .name {font-size: 1.375rem; font-weight: 600;}
.box.result-products-list {margin-top: 2rem;}
.products-grid .product_box {margin-bottom: 2.5rem;}
.view-carousel .products-grid .product_box {margin-bottom: 0;}
.product_box:hover {
    box-shadow: unset;
}
.product_box.box_lists .product-hover {
    height: 100%;
    text-align: left;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.product_box.box_lists .product-hover:not(.noshadow) {
    background-color: white;
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.65);
    -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,.65);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.65);
}
.product_box:hover .product-hover:not(.noshadow) {
    display: block;
    z-index: 1;
    -o-transition: box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}

.product-cat .product_box.box_lists .product-hover {
    background: var(--gray);
    border-radius: 10px;
    border: 1px dashed var(--second);
}
.product-cat .product_box:hover .product-hover,.product-cat .product_box.active .product-hover {
    background: var(--white);
    z-index: 1;
    -webkit-box-shadow: 0px 0 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0 15px 0 rgba(0,0,0,0.15);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.product-cat .product_box.active .product-hover {
    border:2px solid var(--main);
}
.product_box .product-hover .smart-box-hover {
    display: block;
    position: relative;
}
.article-block .i-Thumbs .product-box-label,.product_box .product-hover .product-box-label {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    color: var(--white);
    display: block;
}
.product_box.box_lists .product-hover figure {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    z-index: 1;
}
.product_box .product-hover .product-box-name {
    font-weight: 400;
    font-size: .875rem;
    margin-bottom: 0;
    display: block;
}
.products-list .product_box .product-hover .product-box-name {font-size: .813rem;}
.product_box.box_lists .product-hover .product-box-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 58px;
    overflow: hidden;
    text-transform: capitalize;
}
.product_box .product-hover .product-badges,.article-grid .i-Thumbs .product-badges {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    pointer-events: none;
}
.left-column .product_box .product-hover .product-badges {
    top: 0;
    left: 0;
}
.product-badges span {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    width: 32px;
    height: 32px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.product-badges span+span {margin-top: .35rem;}
.product-badges .label__saleoff {
    color: var(--main);
    background: url(../images/icons/saleoff_icon.png) no-repeat center;
}
.product-badges .label__new {
    color: yellow;
    background: url(../images/icons/new_icon.png) no-repeat center;
}
.product_box.box_lists .product-hover .product-box-desc {
    margin-top: 8px;
    font-size: .875rem;
    color: #888;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.product_box.box_lists .product-hover .product-box-desc ul {padding-left: 1.5rem;}
.product_box.box_lists .product-hover .product-box-desc ul li {margin-bottom: .313rem;}
.product_box.box_lists .product-hover .product-box-desc:not(.full-clamp) {-webkit-line-clamp: 4;}
.product-cat .product_box.box_lists .product-simple-info {
    padding: .75rem;
}
.product-cat .product_box.box_lists .product-hover figure {padding: .5rem 1.75rem}
.product-cat .product_box.box_lists .product-simple-info .product-box-name {
    display: inline-block;
    min-width: 150px;
    padding: .375rem 0;
}
.product-cat .product_box.box_lists.active .product-simple-info .product-box-name {color: var(--main);}
.product-cat .product_box.box_lists .product-hover .product-simple-info a {color: var(--white);} 
.product-cat .product_box.box_lists .product-hover .product-simple-info ul {display: flex; justify-content: center; margin: 0;} 
.product-cat .product_box.box_lists .product-hover .product-simple-info ul li h4 { margin-bottom: 0;}
.product-cat .product_box.box_lists .product-hover .product-simple-info ul li { position: relative;}
.product-cat .product_box.box_lists .product-hover .product-simple-info ul li:not(:first-child):before { 
    border-left: 1px solid var(--white);
    content: '';
    height: 10px;
    position: absolute;
    left: 0;
    top: 2px;
}
.product-cat .product_box.box_lists .product-hover .product-simple-info ul li a { font-size: 12px; display: block; padding: 0 8px;}
.product-box-price {
    font-size: 1rem;
    color: var(--main);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.left-column .product-box-price {font-size: 85%;}
.box-price .price__regular,.product-box-price .price__regular {font-weight: 600;}
.products-list .product-box-price .price__regular {color: #f00;}
.product-box-price span+span {margin-left: 10px;}
.product-box-price .price__old {
    font-size: 0.938rem; 
    text-decoration: line-through;
    color: #999;
}
.product-cat .sub_catagory .owl-carousel {
    padding: .75rem 4rem;
    background-color: var(--gray);
    border-radius: 2rem;
}
.product-cat .sub_catagory .owl-carousel .item {display: block; text-align: center;}
.product-cat .sub_catagory .owl-carousel a {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    border-radius: 2rem;
    text-align: center;
    padding: .5rem .5rem;
}
.product-cat .sub_catagory .owl-carousel a:hover {background-color: var(--main); color: var(--white);}
.sub_catagory .owl-theme .owl-nav [class*=owl-] {
    height: 24px;
    width: 24px;
    border-radius: 1rem;
    top: calc(50% - 12px);
}
.sub_catagory .owl-theme .owl-nav .owl-prev {
    left: 15px;
    background-position: 0 -126px;
}
.sub_catagory .owl-theme .owl-nav .owl-next {
    right: 15px;
    background-position: -65px -126px;
}
/**/
.product-detail-container {
    background: rgba(0,0,0,.8);
    width: 100%;
    padding: 0 1rem;
    color: var(--white);
}
.magnifyarea {margin-left: 19px;}
.magnifyarea img {max-width: unset; height: unset!important;}
.product-img-box, .product-img-box .product-image, .product-image-gallery,.product-image-gallery.loading {position: relative;}
.product-image-gallery {margin: 0; padding: 0; list-style: none;}
.product-image-gallery li a {display: block;}
.product-img-box, .product-img-box .product-image {padding:0;}
.no-touch .product-img-box .product-image:not(.zoom-available):hover {
    position: relative;
    display: block;
}
.no-touch .product-image:hover {
    border-color: #3399cc;
}
.product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0 auto;
}
.product-image-gallery .gallery-image { display: none;}
.product-image-gallery .gallery-image.visible { display: block;}
.product-image-gallery .gallery-image.visible.hidden { visibility: hidden;}
.product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}
.product-image-gallery:after {
    background-image: url(../images/opc-ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.product-image-gallery.loading:before, .product-image-gallery.loading:after {display: block;}
.product-image-thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-image-thumbs:not(.owl-loaded){
    margin-left: -3px;
    margin-right: -3px;
    justify-content: center;
}
.product-image-thumbs .item {
    position: relative;
    padding: 7px 1px;
}
.product-image-thumbs:not(.owl-loaded) .item {
    width: 100%;
    min-height: 1px;
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 6px;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.product-image-thumbs a {
    display: block;
    position: relative;
    background-color: var(--white);
    border: 1px solid #d8d8d8;
    -webkit-box-shadow: 0 0 0 1px rgba(216,216,216,0);
    -moz-box-shadow: 0 0 0 1px rgba(216,216,216,0);
    box-shadow: 0 0 0 1px rgba(216,216,216,0);
}
.product-image-thumbs a.active {
    border-color: #ff7500;
    box-shadow: 0 0 0 1px rgba(255,117,0,1);
}
.product-image-thumbs a.active:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -2px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ff7500;
}
.more-views { margin: .5rem auto;}
.more-views .product-image-thumbs { 
    position: relative; 
    list-style: none;
}

.more-views .product-image-thumbs a {width: 100%; padding: 3px;}
.more-views .product-image-thumbs a img {
    max-width: 100%;
    height: auto;
}
.product-description .box-heading {margin-bottom: 1rem;}
.price-box-info {padding: 1rem 0;font-size: .813rem;}
.product-detail-container .price-box-info {padding-left: 1rem;}
.price-box-info .price__regular, .price-box-info .price__old {
    display: inline-block;
    line-height: 30px;
    text-decoration: none;
}
.product-single .price-box-info .amount {color: var(--main); font-size: 1.875rem;}
.price-box-info .price__old {
    text-decoration: line-through;
    color: #999;
    margin-left: 1.5rem;
    font-size: 1.5rem;
}
.special-box-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-left: 1rem;
    border-left: 1px solid rgba(255,255,255,.2);
}
.special-box-info .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.special-box-info .column .inner {
    padding: .75rem 1rem;
    display: block;
    height: 100%;
    color: var(--white);
}
.special-box-info .column .gruxIcon {font-size: 2rem;}
.special-box-info .column span {
    display: block;
    text-align: center;
    font-size: .813rem;
}

.special-box-info .column .desc1 {font-size: 16px;}
.special-box-info .column .desc2 {font-size: 11px;}

.icon-svg--size-10 {
    width: 10px;
    height: 10px;
}
.view360 {
    width: 100%; height: 100%; 
    overflow: hidden;
    user-select: none;
    cursor: url(../images/openhand360.cur), w-resize;
    pointer-events: auto;
}
.view360 ul {padding: 0; margin: 0; list-style: none;}
.view360 img {width: 100%; display: block;}
.product-info .item-code, .product-info .item-info, .product-info .item-promo, .product-info .item-price, .product-info .item-cart, .product-info .item-guide {
    display: block;
    position: relative;
    margin-bottom: 1rem;
}
.product-info .item-info {color: #777;}
.product-info .price-box-info {padding: .5rem 0 0;}
.product-info .item-code {line-height: 2;}
.product-info .item-code b {color: #777; font-weight: 400;}
.product-info .detail-stock {
    font-weight: bold;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}
.product-info .detail-stock.instock {
    color: rgb(73, 168, 63);
}
.product-info .item-promo {
    border: 1px dashed #2698d6;
    background-color: #eff8ff;
    border-radius: 4px;
    padding: .813rem;
    font-size: 0.813rem;
    color: #555;
}
.product-info .item-promo .name {
    font-size: 1rem;
    font-weight: 600;
    color: #f00;
    margin-bottom: .5rem;
}
.product-info .item-promo p:last-child {
    padding-bottom: 0;
}
.product-info .item-cart-box .add-cart-button {margin-bottom: 10px; display: flex;}
.product-info .item-cart-box .add-cart-button .btnBuyNow {padding:  0.75em 2.25em;}
.product-info .item-cart-box .add-cart-button .btnCall {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    padding: .75em 1.125em;
    width: 50px;
    white-space: nowrap;
    background-color: var(--yellow);
    border-radius: 25px;
    color: var(--white);
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.product-info .item-cart-box .add-cart-button .btnCall .fa {font-size: 1.35rem;}
.product-info .item-cart-box .add-cart-button .btnCall .call-text {
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0;
    filter: alpha(opacity=0);
    left: -35px;
    display: inline-block;
    left: -35px;
    letter-spacing: 0.5px;
    padding: 0 6px;
    position: relative;
}
.product-info .item-cart-box .add-cart-button .btnCall:hover {
    width: auto;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.product-info .item-cart-box .add-cart-button .btnCall:hover .call-text{
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-option .item {
    border-radius: 4px;
    margin: .313rem;
    display: block;
    padding: .5rem;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.15);
    background-color: var(--white);
}
.product-option .item.active {
    -webkit-box-shadow: 0 0 0 1px rgba(0,144,197,0.75);
    -moz-box-shadow: 0 0 0 1px rgba(0,144,197,0.75);
    box-shadow: 0 0 0 1px rgba(0,144,197,0.75);
}
.product-option .item a {
    display: block;
    text-align: center;
}
.product-option .item a span {
    font-size: 13px;
    line-height: 16px;
    height: 17px;
    display: block;
    overflow: hidden;
}
.product-option .item a strong {
    color: #f00; display: block;
    margin-top: .313rem;
}
.product-option .item a span:before {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url(../images/uncheck.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.product-option .item.active a span:before {
    background-image: url(../images/check.png);
}
.product-option.owl-theme .owl-nav [class*=owl-] {width: 32px;}
.product-option.owl-theme .owl-nav .owl-prev,.product-option.owl-theme .owl-nav .owl-next { background-color: transparent;}
.product-option.owl-theme .owl-nav .owl-prev {left: -20px; background-position: 0px 10px;}
.product-option.owl-theme .owl-nav .owl-next {right: -20px; background-position: -60px 10px;}
.product-detail-page, .other_products {
    margin-top: 1rem;
}
#product-page .product-detail-page .product_desc .tabs-container .nav-tabs {
    background: var(--white);
    padding: 0;
    margin-bottom: -1px;
    border: 0;
    border-bottom: 1px solid #dfe4e8;
    height: 40px;
}
#product-page .product-detail-page .product_desc .tabs-container .nav-tabs li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #999;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    top: 0;
}
#product-page .product-detail-page .product_desc .tabs-container .nav-tabs li a {
    padding: 10px 30px 11px;
    color: #111;
    text-transform: uppercase;
    display: block;
    border-top: 0 solid transparent;
}
#product-page .product-detail-page .product_desc .tabs-container .nav-tabs .active {
    color: var(--white);
    font-weight: 600;
    background-color: #007ec4;
    border-top-color: #ffea00;
}
#product-page .product-detail-page .product_desc .tab-content {
    padding: 15px 30px;
}
.video-background  a.video__link {display: block; color: var(--white);position: relative}
.video-background  a.video__link:before {
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background: url(../images/icons/icon_play_button.png) no-repeat 50% 50%;
    background-size: contain;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.modal-backdrop.show {opacity: .9;}
button.close {text-shadow: none;}

/**/
.form-group #reloadImg {
    border: 1px solid #ced4da; 
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: .375rem;
    display: flex;
    align-items: center;
    height: 100%;
}
.form-group .form-control {font-size: .813rem;}
.form-group .form-control:focus {outline: none; box-shadow: none;}
.contact-form .form-group textarea,.contact-form .form-group .security-input,.contact-form .form-group select {background-color: var(--gray-light);}
.contact-form .form-group select {height: 46px; border-color: #ddd;}
.contact-form .form-group .security-input {height: 46px;}
.contact-form .btnContact {
    padding: .75rem 1.75rem;
    font-size: 1.125rem;
    -webkit-box-shadow: 0px 15px 15px 5px rgba(138,202,1,0.2);
    -moz-box-shadow: 0px 15px 15px 5px rgba(138,202,1,0.2);
    box-shadow: 0px 15px 15px 5px rgba(138,202,1,0.2);
}
.material-field {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--gray-light);
    border: 1px solid #ddd;
    border-radius: 5px;
}
.material-field:before {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 15px;
    color: var(--main);
    font-family: FontAwesome;
    font-size: 1.25rem;
}
.material-field.fullname:before {
    content: '\f2bb';
}
.material-field.address:before {
    content: '\f277';
}
.material-field.telephone:before {
    content: '\f095';
}
.material-field.email:before {
    content: '\f0e0';
}
.material-field label {
    position: absolute;
    font-size: 12px;
    padding: 0 10px;
    pointer-events: none;
    -o-transition: .1s ease all;
    transition: .1s ease all;
    left: 0;
    margin-bottom: 0;
    top: 14px;
    color: #999;
}
.material-field input,.material-field .field__input {
    position: relative;
    top: 0;
    box-sizing: border-box;
    float: left;
    border: none;
    color: #333;
    background: 0 0;
    height: 48px;
    padding: 16px 10px 10px;
    width: 100%;
    font-size: 13px;
    box-shadow: none;
    z-index: 100;
}
.material-field input[type=date]{
    width:100%
}
.material-field input[type=date]::-webkit-calendar-picker-indicator{
    -webkit-appearance:none
}
.material-field.is-dirty input~label,.material-field.is-dirty .field__input~label,.material-field input:focus~label{
    font-size:10px;
    top:6px;
    color:#999
}
.material-field.is-dirty input~label,.material-field.is-dirty .field__input~label,.material-field input:focus~label span.required{color:#999}
.material-field.material-disabled{
    background:#ddd;
    color:#999
}
.material-field.readonly{
    background:#ddd;
    color:#999
}
.material-radio__input>* {
    display: inline-block;
    vertical-align: middle;
}
.material__required {
    margin-left: 2px;
    color: #d90000;
}
.material-field input.form-control:disabled, .material-field input.form-control[readonly] {background-color: transparent;}
.material-field input:focus,.material-field .field__input:focus {
    outline: 0;
    background-color: transparent;
    box-shadow: none;
}
.formError {margin-top: -36px!important;}
.content-box {
    border: 1px solid rgba(175,175,175,0.25);
    border-radius: 5px;
}
.content-box__row {
    padding: 1.14286em;
    position: relative;
    zoom: 1;
}
.content-box__row ~ .content-box__row{
    border-top:1px solid rgba(173,173,173, 0.25)
}
.content-box__row:after, .content-box__row:before {
    content: "";
    display: table;
}
.content-box__row:after {
    clear: both;
}
.display-table .content-box__row {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.content-box__row:first-child{
    border-top-left-radius:4px;
    border-top-right-radius:4px
}
.content-box__row:last-child{
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px
}
.content-box__row-spacing-vertical {
    padding-top: 0.85714em;
    padding-bottom: 0.85714em;
}
.content-box__row--secondary{
    background-color:#f9f9f9
}
.review-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.review-block ~ .review-block {
    margin-top: 0.85714em;
    padding-top: 0.85714em;
    border-top: 1px solid rgba(173,173,173,0.25);
}
.review-block__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.review-block__link {
    max-width: 10em;
    font-size: 0.85714em;
}
.review-block__label {
    color: #999;
    padding-right: 1.14286em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 6em;
    -ms-flex: 0 1 6em;
    flex: 0 1 6em;
}
.review-block__content {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -ms-flex: 5;
    flex: 5;
    padding-right: 1.14286em;
}
.radio-wrapper, .checkbox-wrapper {
    zoom: 1;
    margin-bottom: 1em;
}
.radio-wrapper:after, .radio-wrapper:before, .checkbox-wrapper:after, .checkbox-wrapper:before {
    content: "";
    display: table;
}
.radio-wrapper:after, .checkbox-wrapper:after {
    clear: both;
}
.radio-wrapper:last-child,.checkbox-wrapper:last-child{
    margin-bottom:0
}
.radio-wrapper.content-box__row,.checkbox-wrapper.content-box__row{
    margin-bottom:0
}
.radio__input, .checkbox__input {
    padding-right: 0.75em;
    white-space: nowrap;
}
.radio__label, .checkbox__label {
    cursor: pointer;
    vertical-align: middle;
    font-weight: 400;
}
.radio__label__primary {
    cursor: inherit;
    font-family: inherit;
    vertical-align: top;
}
.radio__label__accessory {
    text-align: right;
    padding-left: 0.75em;
    white-space: nowrap;
}
.display-table .radio-wrapper, .display-table .checkbox-wrapper {
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.display-table .radio__input, .display-table .checkbox__input,.display-table .radio__label, .display-table .checkbox__label,.display-table .radio__label__primary, .display-table .radio__label__accessory {
    display: table-cell;
}
.display-table .radio__label, .display-table .checkbox__label,.display-table .radio__label__primary {
    width: 100%;
}

.content-box .input-checkbox,.content-box .input-radio{
    border-color:#d9d9d9;
    background-color:var(--white)
}
.content-box .input-checkbox:hover,.content-box .input-radio:hover{
    border-color:#cccccc
}
.content-box .input-checkbox:disabled,.content-box .input-radio:disabled{
    background-color:#fafafa;
    border-color:#cccccc
}

.input-checkbox:after,.input-radio:after{
    content:"";
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:scale(0.2);
    transform:scale(0.2);
    -webkit-transition:all 0.2s ease-in-out 0.1s;
    transition:all 0.2s ease-in-out 0.1s;
    opacity:0
}
.input-checkbox,.input-radio{
    width:18px;
    height:18px;
    -webkit-box-shadow:0 0 0 0 #ed1c24 inset;
    box-shadow:0 0 0 0 #ed1c24 inset;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    position:relative;
    cursor:pointer;
    vertical-align:-4px;
    border:1px solid;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: inherit;
}
.input-radio { border-radius: 50%;}
.input-radio:after{
    width:6px;
    height:6px;
    margin-left:-3px;
    margin-top:-3px;
    background-color:var(--white);
    border-radius:50%
}
.input-checkbox{
    border-radius:4px
}
.input-checkbox:after{
    width:10px;
    height:8px;
    margin-left:-5px;
    margin-top:-4px;
    background-image:url(../images/checkbox-tick.png);
    background-image:url(../images/checkbox-tick.svg),none
}
.input-checkbox:focus,.input-radio:focus{
    border:2px solid #ed1c24
}
.input-checkbox:checked,.input-radio:checked{
    border:none;
    -webkit-box-shadow:0 0 0 10px #ed1c24 inset;
    box-shadow:0 0 0 10px #ed1c24 inset
}
.input-checkbox:checked:after,.input-radio:checked:after{
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:1
}
.input-checkbox:checked:focus,.input-radio:checked:focus{
    border-color:#b1151b
}
.content-box__emphasis {
    font-weight: 600;
}
.blank-slate{
    padding:1.14286em;
    text-align:center;
}
.section--shipping-method .blank-slate p {font-size: 12px;}
.blank-slate__icon{
    margin-bottom:1.14286em
}
.icon--offsite{
    width:102px;
    height:52px;
    background-image:url(../images/offsite-small.png);
    background-image:url(../images/offsite-small.svg),none
}
/**/
.formQuickMain {
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    display:block;
    position:relative
}
.formQuick {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.formQuick .quickMain, .formQuick .form {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.formQuick .quickMain .box-content {padding: 2.5rem 0; color: var(--white);}
.formQuick .quickMain .box-heading {color: var(--white);}
.formQuick .quickMain .box-heading .sub-heading {color: var(--white-text);}
.formQuick .form .form-warp {
    background-color: var(--white); position: relative; margin: 60px 0;
    border-radius: .75rem;
    overflow: hidden;
}
.formQuickMain .form .tit{
    background:url(../images/bg-form-count.png) no-repeat center bottom;
    color:var(--black);
    font-weight:600;
    line-height:1.4;
    text-align:justify;
    display:block;
    padding:25px 30px 40px 30px
}
.formQuickMain .form form{
    padding:10px 40px
}
.formQuickMain .form form .btn{
    height:40px;
    border-radius: .375rem;
}
/**/
.section-element.about-story {
    padding: 5.5rem 0;
}
.section-element.counter {
    padding: 5rem 0;
    background-color: var(--yellow);
}
.counter .__item {
    width: 100%;
    margin-bottom: 1.25rem;
}
.counter .__ico {
    display: block;
    width: 85px;
    margin-right: 15px;
}
.counter p {
    margin-bottom: 10px;
}
.counter .__count {
    line-height: 1;
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--black);
    font-family: var(--font-title), serif;
}
.counter .__title {
    line-height: 1.2;
    font-weight: 700;
    color: #9a8841;
}
.section-element.testimonial {padding: 1.5rem 0 3.5rem;}
.testimonial__item__text {
    font-size: 1.75rem;
    font-family: times new roman;
    color: #696248;
}
.testimonial__item__author {
    width: auto;
    margin-top: 30px;
    font-size: 1.5rem;
}
.testimonial__item__author-image {
    margin-right: 20px;
}
.page-contact {padding: 1rem 0;}
.contact-form.form-vertical {
    position: relative;
}
.contact-form .row {margin-left: -5px; margin-right: -5px;}
.contact-form .row [class*="col-"] {padding-left: 5px; padding-right: 5px;}
.contact-form .form-header {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1.125rem;
}
.contact-form .form-desc {
    margin-bottom: 1rem;
}
.contact-form .group-inner > div {
    display: inline-block;
    vertical-align: top;
}
.contact-form.form-vertical .form-control {
    font-size: .813rem;
    background-color: #f7efec;
    border: 0;
    padding: .625rem 1.125rem;
    border-radius: 0;
    height: 2.625rem;
}
.contact-form.form-vertical textarea.form-control {height: auto;}
.component-google-map {position: relative;}
/**/
.product-preview {width: 100%;}
.product-preview .row {
    margin-left: -5px;
    margin-right: -5px;
}
.product-preview .row .col, .product-preview .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.product-preview .__item {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    transition: padding 0.5s ease 0s;
}
.product-preview--style-1 .__item {
    height: 325px;
}
.product-preview .__item .__intro-text {
    margin-left: auto;
    width: 100%;
    max-width: 580px;
}
.product-preview .__item .__image {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    overflow: hidden;
    transition: top 0.5s ease 0s, right 0.5s ease 0s, bottom 0.5s ease 0s, left 0.5s ease 0s;
}
.product-preview .__item .__image img {
    display: block;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: "object-fit:cover; object-position:50% 50%";
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0.2s ease 0s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.product-preview .__item .__content {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    padding: 15px;
    transition: background-color 0.3s ease-in-out 0s;
}
.product-preview .__item .__image + .__content {
    background-color: rgba(51, 51, 51, 0.2);
}
.product-preview .__item:hover .__image + .__content {
    background-color: rgba(228, 31, 39, 0.9);
}
.product-preview .__item .__title {
    color: inherit;
}
.product-preview .__item .__link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
/*left column*/
#box-vertical-megamenus .box-category .nav-heading {
    color: var(--black);
    display: block;
    font-size: .913rem;
    height: 41px;
    line-height: 41px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
}
#box-vertical-megamenus .box-category .nav-heading:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#box-vertical-megamenus .box-category .nav-heading:last-child {border-bottom-width: 0;}
#box-vertical-megamenus .box-category .nav-heading.selected, #box-vertical-megamenus .box-category .nav-heading:hover {font-weight: 700; }
#box-vertical-megamenus .box-category .nav-heading:last-child:hover {border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;}
#box-vertical-megamenus .box-category .nav-heading a {
    display: block;
    color: var(--black);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#box-vertical-megamenus .box-category .nav-heading i.fa {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 35px;
    height: 41px;
    font-size: .714rem;
    line-height: 41px;
    text-align: center;
}
#box-vertical-megamenus .box-category .nav-heading i.fa:not(.collapsed):before {
    content: '\f077';
}
.box-category {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-category li {
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
    display: block;
}
.box-category li:last-child {border-bottom: 0;}
.box-category a:hover {font-weight: 600;}
.box-category li a {
    color: #333;
    line-height: 18px;
    padding: 10px 5px 10px 30px;
    display: block;
    position: relative;
}
.box-category li a:not(.fa):before {
    left: 12px;
}
.box-category li ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.box-category li li {
    background-color: var(--white);
}
.box-category li li a {
    color: #007ec4;
    font-weight: 400;
}
.box-category.boss-menu-cate li a.title:after {
    position: absolute;
    content: '\f105';
    top: 10px;
    right: 5px;
}
.box-category li a.title:before {
    position: absolute;
    content: '\f0f6';
    top: 8px;
    left: 10px;
}
.box-category li li a.title:before {display: none;}
.box-category.boss-menu-cate li a.title:before {display: none;}

.applied-filters {
    position: relative;
    margin-bottom: 1rem;
}
.applied-filters .filter_box {padding: 0;}
.applied-filters .filter-clear:hover {text-decoration: none}
.applied-filters__filter {
    padding: 7px 10px;
    border: 1px solid #66b1e4;
    color: #66b1e4;
    font-size: 12px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    border-radius: 3px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 2px 0;
}
.applied-filters__filter span {display: block; padding-right: 5px;}
.filter-sidebar .filter-container {
    position: relative;
    overflow: auto;
    height: 100%;
    padding: .75rem;
}
.mobile_filter_id .clickable-filters {margin-bottom: 55px;}
.filter-result-box .btn {font-size: 13px;}
.filter-sidebar .filterby-component {
    background: var(--gray);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 22;
    padding: .375rem .75rem;
    transition: all .2s ease-in-out;
}
.clickable-filters ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
}
.toggable-box {
    border-bottom: 1px solid var(--gray-light);
}
.clickable-filters .toggable-box:last-child {border-bottom-width: 0;}
.toggable-box__header {
    min-height: 45px;
    font-family: var(--font-title), serif;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 900;
    position: relative;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
}
.toggable-box__header .toggable-box__title {
    line-height: 45px;
    margin-bottom: 0
}
.mobile-list-filters .toggable-box__header--open {
    background-color: #eeedeb;
}
.toggable-box__header--close::after, .toggable-box__header--open::after {
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    right: 10px;
    top: 50%;
    font-size: 15px;
    font-style: normal;
}
.toggable-box__header--close::after,.toggable-box__header--open::after {
    font-size: .714rem;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.toggable-box__header--close::after {
    content: "\f078";
}
.toggable-box__header--open::after {
    content: "\f077";
}
.toggable_items {
    padding: .5rem 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.toggable_items .inner_items_wrap {
    overflow-x: hidden;
    position: relative
}
.toggable-box--close .toggable_items {
    display: none;
}
.toggable__item-checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 36px;
}
.toggable__item-checkbox .form-check-label:hover {color: var(--main);}
.form-check-inline {margin-right: 0;}
.form-group .form-check-inline+.form-check-inline {
    margin-left: 1.25rem;
}
.form-check-inline .form-check-label {
    vertical-align: middle;
}
.form-check-label {
    position: relative;
    cursor: pointer;
}
.checked .toggable__item-checkbox .form-check-inline .form-check-label {
    pointer-events: none;
}
.toggable_items .form-check-inline input[type=checkbox] {
    padding: 5px;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    background-color: var(--white);
    border: 1px solid #7e7e7e;
    border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none;
}
.toggable_items .form-check-inline input[type=checkbox]:checked {
    content: "";
    speak: none;
}
.toggable_items .form-check-inline input[type=checkbox]:focus {outline: none;}
.toggable_items .form-check-inline .icon-ok {
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    width: 14px;
    height: 14px;
    left: 2px;
    color: var(--main);
    transform: translateY(-50%);
    font-size: 16px;
    border-radius: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.toggable_items .form-check-inline .icon-ok:before {content: '\f00c';}
.toggable_items .form-check-inline .toggable__item-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    max-width: 85%;
    font-size: 13px;
}

.filters-toolbar-wrapper{
    padding: 0;
    margin-bottom:1rem
}
.filters-toolbar{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    width:100%;
    -ms-flex-align:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
    align-items:center;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    padding: 0;
}
.filters-toolbar .box-heading, .filters-toolbar .box-heading .name {
    margin-bottom: 0;
    color: var(--black);
}
.filters-toolbar .box-heading .name {font-size: 2rem;}
.filters-toolbar--has-filter{
    position:relative
}
.filters-toolbar__item-wrapper{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
.filters-toolbar__item-child label {margin-bottom: 0;}
.select-label{
    font-size:0.75rem;
}
.filters-toolbar__label,.filters-toolbar__input-wrapper{
    display:inline-block
}
.select-group{
    position:relative;
    z-index:2
}
.select-group select{
    font-size: 13px;
    background-image:none;
    background-color: var(--white);
}
.select-group .icon{
    height:calc(8em / 16);
    position:absolute;
    right:6px;
    top:50%;
    transform:translateY(-50%);
    width:calc(8em / 16);
    z-index:1
}
.filters-toolbar__input{
    border:1px solid var(--gray-light);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    max-width:100%;
    padding-left: 10px;
    padding-right: 30px;
    height:36px;
    border-radius: 4px;
    opacity:1;
    position:relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.filters-toolbar__input:focus {outline: none;}
.filters-toolbar__item:first-child .filters-toolbar__input{
    padding-left:0
}
.filters-toolbar__input.hidden{
    opacity:0
}
.filters-toolbar__input option{
    text-overflow:ellipsis;
    overflow:hidden
}
.filters-toolbar__item--count{
    min-width:0;
    -webkit-flex:0 1 auto;
    -moz-flex:0 1 auto;
    -ms-flex:0 1 auto;
    flex:0 1 auto;
    text-align:center
}
.filters-toolbar__product-count{
    font-size:0.92857em;
    font-style:italic;
    line-height:40px;
    margin-bottom:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
/**/
.box-social {position: relative;}
.box-social a {
    display: inline-block;
    vertical-align: middle;
    color: var(--white);
    margin-left: 15px;
}
.box-social a:first-child {margin-left: 0;}
footer{
    color: var(--black-text);
    font-size: .875rem;
    line-height: 1.6;
    border-top: 4px solid var(--main);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.footer-item .box-content .content h3,.footer-item .box-content .content h4,.footer-item .box-content .content .link-list h3 {font-size: 0.813rem; color:#a6c9d6}
footer a{
    text-decoration:none;
}
#footer .footer-wrap {padding: 2.5rem 0 1.25rem;}
#footer .footer-item {margin-bottom: 1rem;}
#footer .footer-font p {padding-left: 18px; position: relative; margin: 0;}
#footer .footer-font p:not(:last-child) {margin-bottom: 10px;}
#footer .footer-font p .fa {
    position: absolute;
    left: 0;
    top: 1px;
}
.footer-item h2, .footer-item .title{
    font-size: 1.083rem; 
    font-weight: 700; 
    line-height: 22px; 
    margin-top: 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.footer-item .title {margin-bottom: 1.125rem;}
.footer-item .box-content .content h3,.footer-item .box-content .content h4,.footer-item .box-content .content .link-list h3 {margin-bottom: 0;}
.footer-item .box-content .content ul {list-style: none; padding: 0; margin: 0;}
.footer-item .box-content .content .list-flex {
    max-height: 130px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.footer-item .box-content .content .link-list a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    transition: all 0.3s;
}
.footer-item .box-content .content .link-list li:not(:last-child) a {padding-bottom: .75rem; }
.footer-item .box-content .content .link-list li {
    display: flex;
    align-items: center;
}
.footer-item .box-content .content .link-list .ltx-icon {font-size: 1.5rem; margin-right: .5rem;}
.footer-item .box-content .content .link-list li.phone-special {margin-bottom: .5rem;}
.footer-item .box-content .content .link-list li.phone-special .ltx-phone{
    border: 1px solid rgba(255,255,255,.6);
    background: rgba(10,180,253,1);
    background: -moz-linear-gradient(left, rgba(10,180,253,1) 0%, rgba(0,219,102,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10,180,253,1)), color-stop(100%, rgba(0,219,102,1)));
    background: -webkit-linear-gradient(left, rgba(10,180,253,1) 0%, rgba(0,219,102,1) 100%);
    background: -o-linear-gradient(left, rgba(10,180,253,1) 0%, rgba(0,219,102,1) 100%);
    background: -ms-linear-gradient(left, rgba(10,180,253,1) 0%, rgba(0,219,102,1) 100%);
    background: linear-gradient(to right, rgba(10,180,253,1) 0%, rgba(0,219,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ab4fd', endColorstr='#00db66', GradientType=1 );
    border-radius: 22px;
    padding: .313rem 1.125rem;
    color: var(--white);
    width:100%;
    font-size: 1.083rem;
}
.footer-item .box-content .content .link-list .ltx-hide:after {content: attr(data-updated);}
.footer-item .box-content .content .link-list a:hover{ 
    padding-left: 5px;
    text-decoration: none;
}
.footer-item p .fa {
    width: 14px;
    margin-right: 5px;
}
.content-map {
    height: 425px;
    overflow: hidden;
    position: relative;
}
.content-map iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ft-copyright {
    padding: 1rem 0;
    border-top: 1px solid var(--gray-light);
}
.ft-copyright .footer__text {text-align: right;}
.ft-copyright .footer__link a {
    color: var(--black-text);
}
.ft-copyright .footer__link a:hover {color: var(--main);}
.ft-copyright .footer__link a+a:before {
    content: '|';
    padding: 0 8px;
    color: var(--black-text);
}
#masthead  {
    position: relative;
    width: 100%;
    z-index: 1021;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#masthead .navbar {padding: 0;}
.main-nav-menu {
    position: relative;
    background-color: var(--main);
}
/*mega menu*/
.box-special-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.box-special-menu ul.main-navigation {
    justify-content: space-around;
    align-content: center;    
}
.box-special-menu > ul > li {
    position: relative;
}
.box-special-menu > ul > li.root {
    width: 100%;
    text-align: center;
    border-right: 1px solid var(--white-light);
}
.box-special-menu > ul > li.root:last-child {border-right: 0;}
.box-special-menu > ul > li.root:hover {background-color: var(--white-light);}
.box-special-menu ul > li > a {
    padding: 8px 15px;
    display: block;
    line-height:26px;
    position: relative;
    text-decoration:none;
}
.box-special-menu > ul > li.root > a {
    font-weight: 600;
    font-size: 16px;
    color: var(--white);
    letter-spacing: 0.1px;
    white-space: nowrap;
}
.box-special-menu > ul > li.root:hover > a {color: var(--yellow);}

body.template-article-detail #masthead {background-color: var(--white);}
.rootmenu-hovercate {
    min-width: 190px;
    line-height: 20px;
    list-style: none;
    font-weight: 400;
    padding: 0;
    position: absolute;
    top: 100%;
    z-index: 20;
    display: none;
    background: var(--white);
    -webkit-box-shadow: 0 0 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0 0 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0 0 5px 0px rgba(50, 50, 50, 0.25);
}
.rootmenu-hovercate ul {
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 230px;
}
.rootmenu-hovercate:not(.mega) ul li:not(:first-child) {border-top: 1px solid #eee;}
.rootmenu-hovercate ul li {text-align: left;}
.rootmenu-hovercate ul li a {
    font-size: 14px;
    color: var(--second);
}
.mega.rootmenu-hovercate {
    padding: 0 1rem;
}
.mega.rootmenu-hovercate > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.mega.rootmenu-hovercate > ul > li {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.mega.rootmenu-hovercate ul li a {
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.2;
    display: block;
    position: relative;
}
.rootmenu-hovercate:not(.mega) ul li .submenu:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    right: 1rem;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.mega.rootmenu-hovercate ul li li a {color: #111;}
.mega.rootmenu-hovercate ul li li a:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    left: 2px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.rootmenu-hovercate ul li a:hover {
    text-decoration: none;
    color: var(--main);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.rootmenu-hovercate:not(.mega) ul li ul {
    visibility:hidden;
    opacity:0;
    position:absolute;
    left:100%;
    top:0;
    z-index:22;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
    background:var(--white);
    padding: 0;
    transition:transform 0.4s ease 0s;
    -webkit-transition:-webkit-transform 0.4s ease 0s;
    -moz-transition:-moz-transform 0.4s ease 0s;
    transform:scale(0.7, 1);
    -webkit-transform:scale(0.7, 1);
    -moz-transform:scale(0.7, 1);
    transform-origin:0 0 0;
    -webkit-transform-origin:0 0 0;
    -moz-transform-origin:0 0 0;
}
.mega.rootmenu-hovercate ul li ul,.rootmenu-hovercate ul li:hover ul {
    visibility:visible;
    opacity:1;
    transform:scale(1,1);
    -webkit-transform:scale(1, 1);
    -moz-transform:scale(1, 1);
}

.rootmenu-hovercate ul li a span {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 11px;
    text-align: right;
    font-weight: 400;
    color: #999;
}
.header-fixed #masthead {position: fixed;}
#masthead.is-scroll {
    position: fixed;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.1);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
body.template-article-detail #masthead.is-scroll {background-color: var(--white);}
.nav-control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    gap: 1rem;
}
.nav-control button:focus,.nav-control button:active {
    outline: none;
    box-shadow: none;
}
.header-lang {
    position: relative;
}
.header-lang .lang {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    gap: .35rem;
    text-transform: uppercase;
}
.header-lang .dropdown-toggle::after {margin-left: 0;}
.header-lang .lang svg {
    width: 24px;
    height: 24px;
}
.header-lang .lang:focus {
    box-shadow: none;
    outline: none;
}
.header-lang .dropdown-menu {
    min-width: 7rem;
    border-radius: 0;
    margin-top: 0.35rem;
    padding: 0;
    left: auto;
    right: 0;
}
.header-lang .dropdown-menu:before {
    position: absolute;
    top: -0.25rem;
    right: 0.35rem;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 4px dashed rgba(0,0,0,.15);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.header-lang .dropdown-item {
    display: flex;
    gap: 0.35rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    color: black;
    text-transform: uppercase;
}
.header-lang .dropdown-item img {
    width: 16px;
    height: 16px;
}


#masthead .on_menu_left {
    border: 0 solid rgba(0, 0, 0, 0);
    margin-left: 0;
    background-color: transparent;
    display: none;
    border-radius: 0;
    width: 40px;
    line-height: 39px;
    height: 39px;
    position: relative;
}
#masthead .on_menu_left span, #masthead .on_menu_left span::before, #masthead .on_menu_left span::after {
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 32px;
    background: var(--black-light);    
}
#masthead .on_menu_left span {
    border: 0;
    top: 50%;
    right: 3px;
    margin-top: -1px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}
#masthead .on_menu_left span::before, #masthead .on_menu_left span::after {
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}
#masthead .on_menu_left span:before {
    top: -8px;
}
#masthead .on_menu_left span:after {
    top: 8px;
}
#masthead .on_menu_left.nav-is-visible span { background: rgba(170, 170, 170, 0);}
#masthead .on_menu_left.nav-is-visible span::before, #masthead .on_menu_left.nav-is-visible span::after { background: var(--black-light);}
#masthead .on_menu_left.nav-is-visible span::before {
    -webkit-transform: translateX(6px) translateY(0) rotate(45deg);
    -moz-transform: translateX(6px) translateY(0) rotate(45deg);
    -ms-transform: translateX(6px) translateY(0) rotate(45deg);
    -o-transform: translateX(6px) translateY(0) rotate(45deg);
    transform: translateX(6px) translateY(0) rotate(45deg);
}
#masthead .on_menu_left.nav-is-visible span::after {
    -webkit-transform: translateX(5px) translateY(6px) rotate(-45deg);
    -moz-transform: translateX(5px) translateY(6px) rotate(-45deg);
    -ms-transform: translateX(5px) translateY(6px) rotate(-45deg);
    -o-transform: translateX(5px) translateY(6px) rotate(-45deg);
    transform: translateX(5px) translateY(6px) rotate(-45deg);
}
header nav#stickyNavigation {
    display: flex;
    z-index: 4001;
    background-color: rgba(245,245,245,.9);
    position: fixed;
    top: -70px;
    width: 100%;
    height: 70px;
    margin-left: 0;
}
header nav#stickyNavigation .brandLogo {
    height: 70px;
    width: 90px;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
}
header nav#stickyNavigation.brandLogo a {display: block;}
header nav#stickyNavigation #header-Menu {
    padding: 0;
    margin: 0;
    background-color: #f6f6f6;
}
.menu_left {
    height: 100%;
    display: table;
    margin: 0;
    padding: 0;
}
.menu_left>li {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
    cursor: pointer;
}
.menu_left>li>a {
    font-size: 1.1rem;
    line-height: 1.2rem;
    padding: 0 20px;
    width: 100%;
    border-bottom: none;
    margin: 0;
    outline: none;
    display: block;
    overflow: auto;
}
.menu_left ul {
    margin: 0;
    padding: 0;
    border-bottom: none;
    border-color: #c5c5c5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.brandnav .navbar-brand {
    margin-right: 0;
}
.brandnav .navbar-brand,.brandnav .navbar-brand .slogan { 
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.brandnav .navbar-brand .slogan {
    margin-left: 1rem;
    padding-left: .75rem; 
    position: relative;
}
.brandnav .navbar-brand .slogan:before {
    border-left: 1px solid var(--gray-light);
    display: flex;
    height: 100%;
    width: 1px;
    left: 0;
    position: absolute;
}
.brandnav .navbar-brand .slogan span {
    display: block;
    font-size: .813rem;
    color: #888;
}
#masthead.is-scroll .brandnav .navbar-brand .slogan span {font-size: .75rem;}
.brandnav .navbar-brand .slogan span b,.brandnav .navbar-brand .slogan span strong {
    font-size: 1rem;
    color: var(--black-text);
}
#masthead.is-scroll .brandnav .navbar-brand .slogan span b, #masthead.is-scroll .brandnav .navbar-brand .slogan span strong {line-height: 1.2; font-size: .875rem;}
.brandnav .navbar-brand .slogan img {max-height: 60px;}
.brandnav .navbar-brand a.logo {
    max-width: 120px;
    display: block;
}
#masthead.is-scroll .navbar-brand .logo {
    max-width: 60px;
}
.brandnav .navbar-brand .logo img {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}
.titleSeo {
    position: absolute;
    line-height: 0;
    left: 0;
    top: -999px
}
.video-wrapper,.maps-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe, .maps-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*search*/
#search_block_top {
    position: relative;
    z-index: 9;
    background: none;
    border-radius: 0;
    margin: 0;
    height: 48px;
    min-width: 380px;
}
#search_block_top .block_content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#search_block_top .btn {
    width: 60px;
    height: 45px;
    line-height: 45px;
    border: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
    background: var(--red);
    color: var(--white);
    position: absolute;
    top: 0;
    border-radius: 0;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    right: 0;
}
#search_block_top .input:focus,#search_block_top .btn:focus {outline: none; box-shadow: none;}
#search_top_button:before {
    content: "\f002";
    font-family: 'FontAwesome';
}
#search_top_button span {display: none;}
#search_block_top .form-control {
    background: #fff;
    border: 0;
    height: 45px;
    min-width: 240px;
    line-height: 45px;
    padding: 0 65px 0 20px;
    outline: 0;
    border-radius: .5rem;
    border: 1px solid var(--gray-light);
    transition: all .3s;
}
.productsearch-result {
    position: relative;
    width: 100%;
}
.hotline-info {
    padding: 0 0 0 48px;
    height: 42px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
.hotline-info .hotline-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 42px;
    width: 42px;
    font-size: 1.5rem;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--gray);
}
.hotline-info .hotline-phone {
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--red);
}
.hotline-info .hotline-desc {
    font-size: 13px;
    letter-spacing: .1rem;
    display: block;
}
.space-search {display: block; height: 50px;}
.navbar-search {
    display: flex;
    justify-content: flex-start;
    z-index: 2;
    background-color: rgba(243,243,243,.9);
    width: 100%;
    position: absolute;
}
.search-content {
    padding: .75rem .5rem .75rem 2.75rem;
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
}
.search__icon {
    position: absolute;
    font-size: 20px;
    left: .5rem;
    display: flex;
    align-items: center;
}
.search_query {
    width: 100%;
    color: #333;
    border-radius: 0;
    border: none;
    padding: 0 35px;
    position: relative;
}
.search_query:focus {outline: none;}
.search_query.placeholder {color: #666; }

.search-content input[type="text"] {
    text-transform: none;
    padding: 0 70px 0 0;
    background-color: transparent;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
    letter-spacing: 1px;
}
.navbar-search .news_offers {
    background-color: #2e8ec7;
    min-width: 120px;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    color: var(--white);
    line-height: 21px;
    padding: 0 10px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
.navbar-search .news_offers:hover {color: #003478;}
.navbar-search .news_offers .news_offers_icon  {display: none}
.contact_panel {position: relative;}
.contact__list.owl-carousel .item {padding-right: 55px;}
.contact__list .item {
    padding: .5rem 1rem;
    height: 49px;
    background-color: #9ec96a;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contact__list .item.bg_contact1 {
    background-color: #d63c45;
}
.contact__list .item .department_locate {
    display: block;
    margin-left: auto;
}
.contact__list .item .gruxIcon {color: var(--white); font-size: 1.75rem;}
.contact__list .item > a {color: var(--white);} 
.contact__list .item .department_toggleList {
    margin: 0;
    cursor: pointer;
    font-size: 3.5em;
}
.gw_contactPanel__contactList {
    display: none;
    background-color: var(--white);
    color: #777;
    margin: 0 60px;
    position: relative;
    z-index: 1002;
}
.owl-theme .owl-nav [class*=owl-] {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    top: calc(50% - 20px);
}
.owl-theme .owl-nav .owl-next {
    right: 0;
    background-position: -60px -55px;
    background-color: rgba(0,0,0,.2);
}
.owl-theme .owl-nav .owl-prev {
    left: 0;
    background-position: 10px -55px;
    background-color: rgba(0,0,0,.2);
}
.featured-product .owl-theme .owl-nav .owl-next {right: -50px;}
.featured-product .owl-theme .owl-nav .owl-prev {left: -50px;}
.more-views .owl-theme .owl-nav .owl-next,.more-views .owl-theme .owl-nav .owl-prev {
    background-color: rgba(0,0,0,0);
}
.more-views .owl-theme .owl-nav .owl-next {
    right: -20px;
    background-position: -59px 10px;
}
.more-views .owl-theme .owl-nav .owl-prev {
    left: -20px;
    background-position: 0px 10px;
}
.more-views .owl-theme .owl-nav [class*=owl-] {width: 32px;}
.more-views .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: rgba(0,0,0,0);
    opacity: 1;
}
.contact__list.owl-theme .owl-nav .owl-prev {
    left: 0; display: none;
}
.contact__list .user-hotline-info {
    color: var(--white);
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.contact__list .user-hotline-info span+span {margin-left: .5rem;}
#panel {
    opacity: 0;
    display: none;
    background: var(--white);
    z-index: 1023!important;
    position: relative
}
#panel.nav-is-visible {
    opacity: 1;
    display: block;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
}
.navigationMenu .panel {border: none;}
.navigationMenu .nav-heading {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 400;
    height: 43px;
    line-height: 42px;
    margin: 0;
    padding: 0 50px 0 15px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    position: relative;
}
.navigationMenu .nav-heading a {display: block;color: #333;}
.navigationMenu .nav-heading .fa-chevron-down {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    line-height: 40px;
    margin: 0;
    padding: 0 15px 0 30px;
    width: auto;
    font-size: 10px
}
.navigationMenu .nav-heading [data-toggle="collapse"].fa-chevron-down:before {content:"\f077"}
.navigationMenu .nav-heading [data-toggle="collapse"].collapsed.fa-chevron-down:before {content:"\f078"}
.navigationMenu .navi-nofollow {
    color: #333;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 15px;
    font-family: RobotoSlab-Regular;
    font-size: 14px
}
.sub-list {
    border-bottom: 1px solid #eee;
    padding: 0;
    margin-bottom: 0;
    background: #f7f7f7
}
.panel .sub-list {background-color: #f7f7f7;}
.panel .sub-list .sub-list {
    background-color: #eee;
}
.sub-list li {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.sub-list li:last-child {border-bottom-width: 0;}
.sub-list a {
    display: block;
    padding: 9px 50px 9px 32px;
    color: #333;
    font-size: 14px;
    position: relative;
}
.sub-list .sub-list a {
    padding-left: 50px;
}
.sub-list a:not(.fa):before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f138";
    left: 15px;
    top: 10px;
    font-size: 12px;
    color: var(--main);
}
.sub-list .sub-list a:not(.fa):before {
    left: 35px;
    content: "\f10c";
}
.sub-list .fa-angle-down {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    line-height: 37px;
    margin: 0;
    padding: 0 15px 0 25px;
    width: auto;
}
.panel .sub-list .nav-level-sub {
    position: relative;
    padding-right: 50px;
}
.bx-main-slider,.bx-product-slider,.bx-main-ads {
    position: relative; 
    z-index: 1;
    overflow: hidden;
}
.bx-main-ads a {display: block;}
.bx-main-ads a:not(:last-child) {margin-bottom: 10px;}
.bx-product-slider .container {margin-top: 2.5rem;}
.bx-product-slider .container .master-slider-parent {border-radius: 1rem; overflow: hidden;}
.ms-layer.ms-caption {
    color: var(--white);
    min-width: 380px;
    max-width: 500px;
}
.ms-layer.ms-caption .numcount {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    padding-right: 20px;
    font-size: 36px;
    font-weight: 900;
    color: var(--white);
    font-family: var(--font-title), serif;
}
.ms-layer.ms-caption .numcount:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    height: 1px;
    width: 60px;
    background-color: rgba(122,122,124,.9);
    -webkit-transform: translateX(10px) translateY(0) rotate(-45deg);
    -moz-transform: translateX(10px) translateY(0) rotate(-45deg);
    -ms-transform: translateX(10px) translateY(0) rotate(-45deg);
    -o-transform: translateX(10px) translateY(0) rotate(-45deg);
    transform: translateX(10px) translateY(0) rotate(-45deg);
}
.ms-layer.ms-caption .name {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--font-title), serif;
    padding-bottom: 15px;
}
.ms-layer.ms-caption .name:after {
    content: '';
    display: block;
    width: 120px;
    height: 2px;
    margin-top: 18px;
    background-color: var(--white);
}
.bx-product-slider .ms-layer.ms-caption .name:after {display: none;}
.ms-layer.ms-caption h3 {margin-bottom: .5rem;}
.ms-layer.ms-caption p {
    font-size: 1.071rem; line-height: 1.4;
    font-weight: 300;
}
.ms-layer.ms-caption .ext-link {
    letter-spacing: 1px; 
    margin-top: .5rem;
    padding: .5rem 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--yellow);
}
.ms-layer.ms-caption.mc {text-align: center;}
/**/
.filter-cat.product-cat {
    overflow: hidden;
    margin-bottom: 2rem;
}
.product-cat .product-cat-wrap > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    position: relative;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    flex-direction: row;
}
.filter-cat.product-cat .product-cat-wrap > ul {
    padding-bottom: 48px;
}
.product-cat .product-cat-wrap > ul > li {
    width: 100%;
    padding: 0 1rem;
    cursor: pointer;
}
.product-cat .product-cat-wrap > ul > li:not(:first-child) {border-left: 1px solid rgba(255,255,255,.3);}
.product-cat .product-cat-wrap > ul > li > .tab_item_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
}
.product-cat .product-cat-wrap > ul > li.active > .tab_item_wrap:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--gray);
}
.product-cat .product-cat-wrap > ul > li > .tab_item_wrap .product-box-name {
    font-size: 1.125rem;
    margin-bottom: 0;
}

.element_cert {position: relative;}
.element_cert .icon_award {
    position: absolute;
    top: -2rem;
    right: -2rem;
    width: 101px;
    height: 161px;
    background: url(../images/award.png) no-repeat 0 0;
}
.element_cert_inner {padding: 2rem;}
.element_cert .diver {position: relative; text-align: center;}
.element_cert .diver span {display: inline-block; padding: .313rem; background-color: var(--white);}
.element_cert .diver:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    z-index: -1;
    border-bottom: 1px dashed #bab2b1;
}
.element_cert .line_element_cert,.element_cert .line_element_logo {
    display: -ms-flexbox;
    display: flex;
    flex: 1 1 0;
    justify-content: space-evenly;
}
.element_cert .line_element_logo .item {max-width: 180px; width: 100%; padding: .75rem 1.5rem; text-align: center;}
.element_cert .line_element_cert .item {max-width: 280px; width: 100%; padding: .75rem 1.5rem; text-align: center;}
/**/
.shopping-cart .checkout .shopping-cart__inner {padding-right: 0; border-right-width: 0;}
.shopping-cart .shopping-cart__inner .shopping-cart__product {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted rgba(175,175,175,0.25);
}
.shopping-cart .shopping-cart__inner .shopping-cart__product:last-child {border-bottom-width: 0; margin-bottom: 0;}
.shopping-cart .shopping-cart__inner .shopping-cart__product .media {overflow: initial;}
.shopping-cart .shopping-cart__inner .shopping-cart__product .media>a{
    max-width: 120px;
    position: relative;
    border: 1px solid rgba(175,175,175,0.25);
    border-radius: 10px;
    margin-right: 20px;
}
.shopping-cart .checkout .shopping-cart__inner .shopping-cart__product .media>a {max-width: 85px}
.shopping-cart .shopping-cart__inner .shopping-cart__product .media .product-image {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding: 3px;
}
.shopping-cart .shopping-cart__inner .shopping-cart__product .media img {
    max-width: 100%; height: auto !important; display: inline-block;
}
.product-thumbnail__quantity {
    font-size: 0.85714em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: rgba(114,114,114,0.9);
    color: var(--white);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 0.58333em;
    position: absolute;
    right: -0.75em;
    top: -0.75em;
    z-index: 3;
}
.shopping-cart .shopping-cart__inner .product-name {
    font-weight: 600;
    display: block;
    color: var(--main);
}
.shopping-cart .shopping-cart__inner .product-option {
    display: block;
    font-size: 12px;
    color: #999;
}

.shopping-cart .checkout .cart_subtotal {
    font-size: 1.5em;
    border-top:1px solid rgba(175,175,175,0.25); 
    margin-top:20px; 
    padding-top: 20px;
}
.shopping-cart .shopping-cart__inner .product-price {
    font-size: 16px;
    font-weight: bold;
    color: #ed1c24;
    display: block;
    margin-top: 10px;
}
.section--total-lines {
    padding: 1.5em 0;
    border-top: 1px solid rgba(175,175,175,0.25);
}
.section--total-lines .cart_total-price, .section--total-lines .cart_total-shipping {font-weight: 600;}
.section--total-lines .cart_total-shipping .small-text {font-size: 12px; color: #999; font-weight: 400;}

.step__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.step__footer__continue-btn {
    float: right;
    padding: 0.65em 1.7em;
}
.step__footer__previous-link {
    margin-right: 1em;
}

.modal-contact-form .form-group label {
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 600;
}
.modal-dialog .modal-content .modal-header{
    background-color: #2e8ec7;
    color: var(--white);
}
/**/
.pageNumber {
    line-height: 100%;
    padding:0;
    display:block;
    line-height:46px;
    text-align:center;
    position: relative;
    margin:1rem 0 1.5rem 0;
}
.pageNumber a {
    display: inline-block;
    width:46px;
    height:46px;
    text-align:center;
    margin: 0 .313rem;
    font-size: 1rem;
    background: #f0efef;
    font-weight:700;
    color: #000;
    border:1px solid #dfdfdf;
    text-decoration: none;
}
.pageNumber a:hover {
    background: var(--second);
    color: var(--white);
    border:1px solid var(--second);
}
.pageNumber a.current {
    background: var(--main);
    color: var(--white);
    border:1px solid var(--main);
}
.grecaptcha-badge {visibility: hidden; opacity: 0;}
/**/
.aml_dk-wrap {
    font-size: 14px !important;
    position: fixed;
    z-index: 2147483647;
    bottom: 54px;
    overflow: visible !important;
    transition: transform 0.2s ease 0s;
}
@media only screen and (max-width: 767px){
    .aml_dk-wrap {bottom: 104px;}
}
div.aml_dk-wrap div {
    overflow: visible !important;
}
.aml_dk-wrap.aml_dk-bottom-right {
    right: 0;
}
.aml_dk-wrap .aml_dk-flex-container {
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.aml_dk-flex-container > a {
    width: 48px!important;
    height: 48px!important;
    margin: 5px!important;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
    overflow: visible !important;
    background-size: 100%!important;
    border: 2px solid white!important;
    border-radius: 50%!important;
}
.aml_dk-channel-facebook {
    background-image: url(../images/widget_icon_messenger.svg);
}
.aml_dk-channel-zalo {
    background-image: url(../images/widget_icon_zalo.svg);
}
.aml_dk-channel-click_to_call {
    background-image: url(../images/widget_icon_click_to_call.svg);
}
.aml_dk-channel-contact_form {
    background-image: url(../images/widget_icon_contact_form.svg);
}
.aml-tooltip .aml-tooltiptext {
    visibility: hidden;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
}
.aml-tooltip .aml-tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}
.aml-tooltip .aml-tooltiptext {
    background-color: rgba(255, 170, 19, 1);
    color: white;
}

.aml_dk-bottom-right .aml-tooltip .aml-tooltiptext {
    right: 120%;
}
.aml_dk-bottom-right .aml-tooltip .aml-tooltiptext::after {
    border-color: transparent transparent transparent #ffaa13;
    left: 100%;
}
.aml-tooltip:hover .aml-tooltiptext {
    visibility: visible;
    opacity: 1;
}