@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&family=Raleway:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Sharp');
:root {
  --color-main: #015BB1;
  --color-second: #001D38;
  --gray: #e2e2e2;
  --gray-bg: rgba(236,243,253,1);
  --gray-dark: #999;
  --gray-light: #ccc;
  --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: #000;
  --black-text: #222;
  --black-light: rgba(19, 19, 19, 0.7);
  --black-dark: rgba(19, 19, 19, 0.9);
  --yellow: #FFC043;
  --yellow-light: #FBF6EE;
  --green: #0ab106;
  --red: #761113;
  --orange: #D7A31A;
  --blue: #015BB1;
  --blue-light: #E3F0FF;
  --blue-dark: #003363;
  --color-linear: linear-gradient(93.72deg, #015BB1 -3.43%, #003363 97.47%);
  --color-linear-gold: linear-gradient(96.79deg, #EFCE79 17.04%, #D7A31A 78.45%);
  --font-main: 'Raleway';
  --font-title: 'EB Garamond'; 
  --font-awesome: 'FontAwesome'; 
  --font-material: 'Material Icons Outlined'; 
}
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:#222;
    font-size: 16px;
    line-height: 1.4;
    font-family: var(--font-main), Arial, Helvetica, sans-serif;
    font-weight: 500;
    top: 0 !important;
    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.modal-open {position: fixed; overflow: hidden;}
.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(--color-main);
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    text-decoration: none;
}
.font-size-18 {font-size: 1.125rem;}
.font-size-20 {font-size: 1.25rem;}
.font-size-40 {font-size: 2.5rem;}
.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';
}
h3,.h3 {font-size: 2rem;}
h4,.h4 {font-size: 1.75rem;}

.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;
    overflow: hidden;
}
.box_radius_05rem {
    -webkit-border-radius:.5rem !important;
    border-radius:.5rem !important
}
.box_radius_1rem {
    -webkit-border-radius:1rem !important;
    border-radius:1rem !important
}
.btn.d-flex {width: 100%;}
.btn.btn_round {border-radius: 25px;}
.btn.btn_radius {border-radius: .25rem;}
.btn.btn_border {border: 2px solid var(--color-main);}
.btn.btn_border:hover {background-color: var(--color-main); color: var(--white);}
.btn.btn-primary {
    border: 0;
    align-items: center;
    color: var(--white);
    background: var(--color-linear);
}
.btn.btn-primary:focus {box-shadow: none!important;}
.btn.btn-primary:hover {
    filter:alpha(opacity=80);
    opacity: .8;
} 
.btn.btn-primary span {margin-right: .35rem;}
.btn.btn-primary [class*="material-icons-"] {width: 20px; height: 20px; font-size: 18px;}
.text-bold {font-weight: 700;}
.text-green {color: var(--green);}
.text-blue {color: var(--blue);}
.text-red {color: var(--red);}
.text-orange {color: var(--orange);}
.bg-blue,
.bg-red,
.bg-green,
.bg-yellow,
.bg-orange {
  color: var(--white) !important;
}
.bg-blue {background-color: var(--color-main);}
.bg-green {background-color: var(--green);}
.bg-yellow {background-color: var(--yellow);}
.bg-yellow-light {background-color: var(--yellow-light);}
.bg-red {background-color: var(--red);}
.bg-orange {background-color: var(--orange);}
.bg-gray {background-color: #f4f4f4;}
.bg-gray-light {background-color: #f4f4f4;}
.text-link{
    display:inline;
    border:0 none;
    background:none;
    padding:0;
    margin:0
}
.hidden{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;
    visibility:hidden;
    display: none!important;
}
.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*/
#masthead .on_menu_left,.section-element, .section-foreground,section.section-element .features-inner,
.section-element .feature-block,.box,.box-heading {
    position: relative;
}
.widget-toc ol li,.article__time,.article__other li,.article__other li a,.box-heading,.box-heading.line-bottom:after,.category_tab_menu ul li a,.article-grid .cat_info,.article-grid .i-Thumbs a,
.article-inner .article-meta:after,.article-meta .cate:after,.article-grid .article-meta .readmore,.article-grid .article-meta .readmore a,.box-category li,.box-category li a {
    display: block;
}
.box-special-menu > ul,.article__vote,.category_tab_menu ul,.view-carousel .featured .article-block .i-Thumbs,.article-meta .author,.article-meta .date,.article-meta .box-price,.product-box-price,
#product-page .product-detail-page .product_desc .tabs-container .nav-tabs li,.material-field,.review-block, .review-block__inner,.toggable__item-checkbox,.toggable_items .form-check-inline .icon-ok,.mega.rootmenu-hovercate > ul,
.rootmenu-hovercate:not(.mega) ul li .submenu:after,.mega.rootmenu-hovercate ul li li a:after,#search_block_top .block_content,
.hotline-info,.hotline-info .hotline-icon,.product-cat .product-cat-wrap > ul,.product-cat .product-cat-wrap > ul > li > .tab_item_wrap,
.element_cert .line_element_cert,.element_cert .line_element_logo,.step__footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.numbered-list li:before,.product-cat .product_box .product-hover .product-simple-info ul,.product-info .item-cart-box .add-cart-button,.product-info .item-cart-box .add-cart-button .btnCall,
.form-group #reloadImg,.product-preview .__item,.product-preview .__item .__content,.footer-item .box-content .content .link-list li {
    display: flex;
}

.toggable_items .form-check-inline .icon-ok,.breadcrumb>li+li:before,.article__other li a:before,.article-grid .article-meta .readmore a:after,
.box-category li a.title:before,.section-faqs .card .card-header .btn-header-link:after,.material-field:before,.rootmenu-hovercate:not(.mega) ul li .submenu:after,
.mega.rootmenu-hovercate ul li li a:after,.sub-list a:not(.fa):before {
    font-family: var(--font-awesome);
}
/*color*/
.article-meta .readmore a {
    color: var(--color-second);
}
.content-section .item-title,.article__share a i, .article__print a i,.navbar-info .hotline a {
    color: var(--color-main);
}
.article-meta .readmore a:hover {color: #2374a0;}
.article-block:hover .article-meta .name,.footer-item .box-content .content .link-list a:hover {color: var(--color-main);}
.toc-title {color: var(--blue);}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background-color: var(--color-main);}

.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);
}
/*end*/
section {
    -webkit-transition: max-height .8s;
    -moz-transition: max-height .8s;
    -o-transition: max-height .8s;
    transition: max-height .8s;
}
.section-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.section-shape-bottom {
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}
.section-shape img {
    width: 100%;
}

.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-page, body.template-article {
    background-position: 0 0;
    background-size: cover;
    background-attachment: fixed;
}
.section-element {z-index: 1;}
.section-background {
    top: 0;
    min-height: 417px;
}
section.section-element{
    background-position: center center;
    background-size: cover;
    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.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;    
    -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 .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;}

.section-element.section-element-page,.section-element.section-element-form {
    padding: 4rem 0;
}
.section-element.featured-product {
    padding: 4rem 0;
    background: #FBF6EE;
}
.section-element.fearured-category,.element-product-content {
    padding: 4rem 0;
    background: #E3F0FF;
}
.section-element.other_relatest {
    padding: 4rem 0;
    background-color: var(--yellow-light);
}
.section-element.section-element-other {
    padding: 4rem 0;
}
/**/
.btn {white-space: normal; padding: .375rem 1.125rem; line-height: 1.625;}
.btn.btn-link {
    border: 1px solid var(--color-main);
    color: var(--color-main);
    display: inline-flex;
    align-items: center;
}
.btn.btn-link:hover {text-decoration:none}
.btn.btn-link.btn_gray {
    border-color: var(--gray);
    color: var(--gray);
}
.btn.btn-link.btn_orange {
    border-color: var(--orange);
    color: var(--orange);
}
.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 {
    margin: 4px 0;
    position: relative;
}
.widget-toc  ol li:before {
    position: absolute;
    margin-right: 100%;
    right: 0.5rem;
}
.article-section {
    position: relative;
}
.article__img {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.article__img img {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.article__title {
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    color: var(--black);
    font-family: var(--font-title), serif;
}
.article__title .name {
    font-size: 3rem;
    font-weight: 700;
}
.article__time {
    color: var(--blue); 
    margin-top: .5rem; 
    font-size: 14px; 
    font-weight: 400;
}
.blog_more_action {
    background-color: #f2f8de;
    padding: .75rem 1rem;
    border-radius: 10px;
}
.article-section .article__desc {
    font-weight: 600;
    font-size: 1.077rem;
    color: #333;
    margin-bottom: 20px;
}
.article-section .article__entry {
    padding-bottom: .75rem;
}
.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;
    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 0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    color: #8D98AD;
    font-size: .875rem;
}
.article__info>span {
    line-height: 1;
    display: flex;
    align-items: center;
}
.article__info>span>span {margin-right: .5rem; font-size: 16px;}
.article__info>span+span {
    margin-left: 1.5rem;
}

.article__vote {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article__vote .vote_result {margin-left: .5rem;}
.article__share {
    display: flex;
    width: 100%;
    align-items: center;
}
.article__share a {
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    color: #444;
    display: inline-block;
    margin: 0 .35rem;
    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;
}
.article__other {
    list-style: none;
    padding: 0;
    margin: 0;
}
.article__other li {
    margin: .188rem 0;
}
.article__other li a {
    padding: .313rem 0;
    position: relative;
}
.article__other li a:before {
    content: '\f0f6';
    font-size: .875rem;
    margin-right: .5rem;
}
/**/
.section-element.bg-breadcrumb {
    background-color: var(--white);
}
.bg-breadcrumb .box-heading{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: var(--white);
    letter-spacing: 1px
}
.bg-breadcrumb .box-heading .name {font-family: var(--font-main);}
.bg-breadcrumb .box-heading .sub-heading {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    font-family: var(--font-title);
    font-weight: 600;
}
.image_banner .container{
    position: relative;
    z-index: 3
}
.centered-txt-banner{
    overflow: hidden;
    position: relative;
    padding-bottom: 25.25%;
    border-radius: .35rem;
    margin-bottom: 1rem;
}
.banner-breadcrumb {
    background-color: var(--blue-light);
}
.dark_cta {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}
.dark_cta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    z-index: 2;
}

.breadcrumb {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    letter-spacing: 1px;
    align-items: center;
}
.breadcrumb::-webkit-scrollbar { display: none;}
.breadcrumb>li {
    display: flex;
    align-items: center;
}
.breadcrumb>li+li:before {
    font-family: 'Material Icons Sharp';
    font-size: 1.5rem;
    line-height: 1.2;
    content: "\e5cc";
    color: inherit;
    padding: 0 6px;
    color: var(--color-main);
}
.breadcrumb a,.breadcrumb>.active a{
    color: var(--color-main);
    display: flex;
}
.breadcrumb li:last-child a {color: #444;}

.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 {margin-bottom: 1rem;}
.box-heading {
    margin: 0 0 2.75rem;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.box-heading > * {
    padding: 0;
    margin-bottom: 0;
    display: block;
    line-height: 1.8;
    position: relative;
}

.box-heading .name {
    font-size: 2rem;
    font-family: var(--font-title), serif;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
}
.box-heading .name.h1 {font-size: 3.25rem;}
.box-heading .name.h2 {font-size: 3rem;}
.box-heading > .viewall {
    font-weight: 400;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    font-size: initial;
    text-transform: uppercase;
    padding: .5rem 1.35rem;
}
.box-heading > .viewall span {margin-left: .5rem;}
.box-heading > .viewall.position-absolute {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-heading > .viewall.right {right: 0;}
.box-heading > .viewall.linear {
    background: var(--color-linear); 
    color: var(--white); 
    border-radius: .25rem;
    border: 0;
}
.featured-product .box-heading > .viewall,.section-gmap .box-heading > .viewall {
    position: absolute;
    right: 0;
    top: .35rem;
}
.left-column .box-heading {
    margin-bottom: .5rem;
    padding: 0;
}
.box-heading.line-diver .name {display: inline-flex; align-items: center;}
.box-heading.line-diver .name span {position: relative;}
.box-heading.line-diver .name span:after {
    content: '';
    display: block;
    width: 124px;
    height: 4px;
    border-radius: 2px;
    margin-top: .25rem;
    background: var(--color-linear);
}
.box-heading.line-diver.text-center .name span:after {
    margin-left: auto;
    margin-right: auto;
}
.left-column .box-heading .name {
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #444;
}
.left-column .box-heading .name span {margin-right: 0;}

.box-heading .sub-heading {
    margin-bottom: 0;
    line-height: 1.8;
    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;
}
.other-product {
    background-color: var(--white);
    padding: .5rem;
    font-size: 0.813rem;
}
.other-product .box-heading {
    padding: 0 0 8px;
    border-bottom: #ececec 1px solid;
    margin-bottom: 8px;
}
.other-product .box-heading .name {
    font-size: 1.143rem;
}
/*section*/
.section {margin-bottom: 20px;}
.category_tab_menu {position: relative; padding: 1.5rem 0;}
.category_tab_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    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 {
    padding: .5rem 0;
    font-size: 1rem;
    color: var(--color-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: 2.5rem;}
.article-list .items {margin-bottom: 0;}
.article-list .items+.items {margin-top: 1.5rem;}
.view-carousel .article-grid .items {margin-bottom: 0;}
.article-grid .article-block {
    position: relative;
    display: flex;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.article-grid:not(.article-list) .article-block {
    flex-direction: column;
}
.article-grid .article-block a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.article-grid.owl-carousel .row > .article-block + .article-block {margin-top: 2rem;}
.owl-carousel.owl-theme .owl-nav.disabled+.owl-dots {margin-top: 1.5rem;}
.owl-theme .owl-dots {text-align: left;}
.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
}
.article-grid .article-block img.grayscale {
    filter: url(../images/bg/filters.svg#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    -webkit-backface-visibility: hidden;
}
.article-grid .article-block img.invert {
    -webkit-filter: brightness(0) invert(1);
    -webkit-transition: all .3s ease;
    -webkit-backface-visibility: hidden;
}
.article-grid .article-block img.grayscale:hover,.article-grid .article-block img.invert:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.article-grid .article-block:not(.noshadow):hover {
    -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);
}
.view-carousel .article-grid .article-block:hover {
    box-shadow: none;
}
.article-grid .article-block:hover .readmore {display: block;}
.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);
}

.article-grid .article-block.no-bg {background-color: transparent;}
.article-meta {
    padding-top: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.featured .article-meta {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: stretch;
}
.featured .article-block .article-meta {
    padding-top: .35rem;
}

.view-carousel {position: relative;}
.swiper-container {
    overflow: hidden;
    padding-bottom: 2.5rem;
}
.other_relatest .swiper-container {padding-bottom: 0;}
.swiper-container2 {overflow: hidden;}
.about-gallery .swiper-slide {
    width: 970px;
    height: 550px;
    border-radius: .5rem;
    overflow: hidden;
}
.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: .25rem;
    padding: .5rem;
    color: var(--color-main);
    background-color: var(--white);
}
.swiper-button-next:hover, .swiper-button-prev:hover {box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);}
.swiper-button-next:after, .swiper-button-prev:after {font-size: 1rem; font-weight: 600;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {bottom: 0;}
.swiper-pagination-bullet,.swiper-pagination-bullet-active {background: var(--blue); border-radius: 4px;}
.swiper-pagination-bullet-active {width: 40px; opacity: .3;} 
.view-carousel .carousel-control {
    position: absolute;
    color: var(--color-main);
    text-align: center;
    opacity: 1;
    top: 10px;
    right: 10px;
    z-index: 10;
    text-shadow: none;
    line-height: 47px;
    width: 47px;
    height: 47px;
    cursor: pointer;
    border: 1px solid var(--color-main);
    border-radius: .5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-other.view-carousel .carousel-control {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);    
} 
.view-carousel .carousel-control:hover {
    color: var(--black);
}
.view-carousel .carousel-control.left {
    right: 60px;
}
.product-other.view-carousel .carousel-control.left {right: auto; left: 0;}
.product-other.view-carousel .carousel-control.right {right: 0;}
.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 {
    flex-shrink: 0;
    overflow: hidden; 
    position: relative;
    margin-bottom: 0;
    border-radius: .35rem;
}
.article-list .i-Thumbs {margin-right: 1rem;}
.article_gallery .i-Thumbs:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.article_gallery .gallery__bg {
    position: absolute;
    top: -1%;
    left: -1%;
    right: -1%;
    bottom: -1%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.article-grid .cat_info {
    position: absolute;
    z-index: 3;
    top: .5rem;
    right: .5rem;
    border-radius: 1rem;
    background-color: var(--yellow);
    color: var(--white-text);
    font-size: .75rem;
    padding: .25rem .75rem;
}
.article-block .i-Thumbs img,.product-hover figure img {
    transform: scale(1);
    -webkit-transition: 0.8s ease;
    transition: 0.8s ease;
}
.article-grid:not(.article-list) .article-block:hover .i-Thumbs img {
    transform: scale(1.05);
}
.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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article-grid:not(.article-list) .i-Thumbs :after, .article-grid:not(.article-list) .i-Thumbs :before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: hsla(0,0%,100%,.3);
    opacity: 0;
    z-index: 1;
}
.article-grid:not(.article-list) .i-Thumbs :before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.article-grid:not(.article-list) .i-Thumbs :after {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.article-grid .article-block:hover .i-Thumbs :before {
    -webkit-animation: effect-height .7s ease-in;
    animation: effect-height .7s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.article-grid .article-block:hover .i-Thumbs :after {
    -webkit-animation: effect-width .7s ease-in;
    animation: effect-width .7s ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.article-grid .i-Thumbs a img {
    transform: scale(1);
    transition: 0.8s ease;
}
@-webkit-keyframes effect-height {
  0% {
    height: 0;
    opacity: 1;
    visibility: visible;
  }
  to {
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes effect-height {
  0% {
    height: 0;
    opacity: 1;
    visibility: visible;
  }
  to {
    height: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes effect-width {
  0% {
    width: 0;
    opacity: 1;
    visibility: visible;
  }
  to {
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes effect-width {
  0% {
    width: 0;
    opacity: 1;
    visibility: visible;
  }
  to {
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
}
.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;
    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-meta .name {
    flex-shrink: 0;
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
}
.article-list .article-meta .name {font-size: 1.125rem;}

.article-meta .cate {
    display: block;
    position: relative;
}
.article-meta .description {
    margin-top: auto;
    flex: 1;
}
.article-meta .source {
    margin-top: 1rem;
    font-size: .875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-main);
}
.article-meta .description .text {margin-bottom: 0; margin-top: 1rem;}
.article-meta .description .text.clamp-3 {height: 67px;}
.article-inner .article-meta .name a {color: var(--white);}
.article-inner .article-meta .author {color: var(--white-text);}
.article-meta p+p {margin-top: .5rem;}
.article-meta .author,.article-meta .date {
    color: #8D98AD;
    align-items: center;
}
.article-meta .author >span,.article-meta .date >span {
    font-size: 14px;
    flex-shrink: 0;
    margin-right: .5rem;
}
.clamp-1,.clamp-2,.clamp-3,.clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.clamp-1 {
    -webkit-line-clamp: 1;
}
.clamp-2 {
    -webkit-line-clamp: 2;
}
.clamp-3 {
    -webkit-line-clamp: 3;
}
.clamp-4 {
    -webkit-line-clamp: 4;
}
.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 {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.featured .box-price .price__regular {
    color: var(--white);
}
.featured .article-meta .box-price {
    margin: .75rem 0;
    padding: .75rem 1.75rem;
    background-color: var(--color-second);
    border-radius: 1.5rem;
    font-size: 1.125rem;
    color: var(--white);
}
.box-price .price__regular {color: #df0000;}
.box-price .price__old {
    margin-left: 15px; 
    text-decoration: line-through;
    color: #ffd892;
}
.article-list.linebottom .article-block:last-child {border-bottom-width: 0;}

.article-meta .date:after {
    content: attr(data-updated);
}
.article-grid .article-meta .readmore{
    line-height: 18px; 
    text-transform: uppercase; 
    font-size: 0.75rem;
    letter-spacing: 2px; 
    margin-top: 1.25rem;
}
.article-grid .article-meta .readmore a{
    position: relative;
    transition: all 0.3s;
}
.article-grid .article-meta .readmore a:after{
    content: '\f178';
    margin-left: 5px;
    display: inline-block;
}
.dash_hr_blue {border-top-color: var(--blue-light); border-top-width: 2px;}
/**/
.featured-tag a {
    display: inline-block;
    padding: .25rem .75rem;
    font-size: .875rem;
    background-color: var(--blue-light);
    border: 1px solid rgba(227, 240, 255, 0.6);
    border-radius: 15px;
    margin: .125rem 0;
}
.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);
    position: relative;
    display: block;
    background: var(--blue-light);
}
.box-category li:last-child {border-bottom: 0;}
.box-category li a {
    line-height: 18px;
    padding: 10px 5px 10px 30px;
    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 li a.title:before {
    position: absolute;
    content: '\f0f6';
    top: 8px;
    left: 10px;
}
.box-category li li a.title:before {display: none;}
/*search filter*/
#search-filter {
    text-align: center;
    margin-bottom: 2rem;
}
#search-filter .inner {
    display: flex;
    justify-content: flex-start;
}
#search-filter .cbp-filter-item {
    padding: .75rem 2rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}
#search-filter .cbp-filter-item:hover {color: var(--orange);}
#search-filter .cbp-filter-item.cbp-filter-item-active {
    background-color: var(--orange);
    color: var(--white);
}

/*product*/
.product-container {
    width: 100%;
    max-width: 1620px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
}
.product-inner {
    padding: 4rem 2rem;
    position: relative;
}
.product-inner.product-background {
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-inner+.product-inner {margin-top: 3rem;}
.product__1056 .row [class*="col-"] {margin-left: auto;}
.product-wrap {
    padding: 1.5rem; 
    background-color: var(--white);
    background-repeat: no-repeat;
}
.products-grid.products-list figure {margin-right: 1rem;}
.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);
}
.product_title .name {margin-bottom: 0;}
.product_title.bg_title .name {font-size: 1.375rem; font-weight: 600;}
.products-grid .product_box {margin-bottom: 2.5rem;}
.products-grid .product_box.box_list {margin-bottom: 1.25rem;}
.view-carousel .products-grid .product_box {margin-bottom: 0;}
.product_box:hover {
    box-shadow: unset;
}
.product_box .product-hover {
    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_list:not(:last-child) .product-hover {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid var(--gray-light);
}
.product_box .product-hover:hover {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}
.product_box .product-hover:not(.noshadow) {
    -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.35);
    -moz-box-shadow: 0 0 1px 0 rgba(0,0,0,.35);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.35);
}
.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-hover .product__action {
    display: flex;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box_grid .product-hover .product__action {
    flex-direction: column;    
    position: absolute;
    top: .938rem;
    right: .938rem;
}
.box_list .product-hover .product__action {opacity: 1;}
.product-hover .product__action a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    border-radius: .25rem;
    font-weight: 600;
    text-transform: uppercase;
}
.product-hover .product__action a span {margin-left: .5rem;}
.box_grid .product-hover .product__action a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #FBF6EE;
}
.box_list .product-hover .product__action a {padding: .438rem 1rem;}
.box_grid .product-hover .product__action a>span {display: none;}
.box_list .product-hover .product__action a.btn_add_to_cart {
    color: var(--white);
    background: var(--color-linear);
}
.box_list .product-hover .product__action a.btn_add_to_cart svg path {fill: var(--white)}
.box_list .product-hover .product__action a.btn_quick_view {color: var(--blue);}
.box_list .product-hover .product__action a.btn_quick_view svg path {fill: var(--blue)}
.box_grid .product-hover .product__action a+a {margin-top: .625rem;}
.box_list .product-hover .product__action a+a {margin-left: .625rem;}
.product-hover:hover .product__action {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-cat .product_box .product-hover {
    background: var(--gray);
    border-radius: 10px;
    border: 1px dashed var(--color-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(--color-main);
}
.product_box .product-hover .smart-box-hover {position: relative;}
.product_box.box_list .product-hover .smart-box-hover {display: flex;}
.product_box .product-hover .product-box-label {
    position: absolute;
    z-index: 9;
    top: .625rem;
    left: .625rem;
    font-size: .813rem;
    display: flex;
    flex-direction: column;
    color: var(--white);
}
.product_box .product-hover .product-box-label span {
    border-radius: 1rem;
    padding: 2px 8px;
}
.product_box .product-hover .product-box-label span.new {background-color: #00747D;}
.product_box .product-hover .product-box-label span.sale {background-color: #BA0047;}
.product_box .product-hover .product-box-label span+span {margin-top: .25rem;}
.product-hover figure {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    background-color: var(--white);
    border-radius: .25rem;
    -o-transition: box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
}
.box_list .product-hover figure {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    }
.box_list .product-hover .product-simple-info {
    padding-left: 1.875rem;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%;
}
.product-hover figure a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.product-hover figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    object-fit: cover;
    object-position: center;
}
.product_box:not(.box_grid) .product-hover figure .grid {display: none;}
.product_box:not(.box_list) .product-hover figure .list {display: none;}
.product-hover:hover figure {
    -o-transition: box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.box_grid .product-hover .product-simple-info {margin-top: .75rem;}
.box_grid .product-hover .product-simple-info.twoCols {display: flex;}
.box_list .product-hover .product-simple-info.twoCols {flex-shrink: 0;}
.product-hover .product-simple-info.twoCols .product-box-name {
    flex: 1;
    margin-right: 0.35rem;
    margin-bottom: 0;
}
.product_box .product-hover .product-box-name {
    font-weight: 600;
    margin-bottom: .625rem;
    display: block;
    overflow: hidden;
}
.product_box .product-hover a:hover .product-box-name {color: var(--orange);}
.products-list .product_box .product-hover .product-box-name {font-size: .813rem;}
.product_box .product-hover .product-box-cat {
    display: block;
    font-size: .875rem;
    color: #999;
    margin-bottom: .625rem;
}
.product_box .product-hover .product-box-desc {
    margin-top: .625rem;
    margin-bottom: 1.625rem;
    color: #444;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.product_box .product-hover .product-box-desc ul {padding-left: 1.5rem;}
.product_box .product-hover .product-box-desc ul li {margin-bottom: .313rem;}
.product-cat .product_box .product-simple-info {
    padding: .75rem;
}
.product-cat .product_box .product-hover figure {padding: .5rem 1.75rem}
.product-cat .product_box .product-simple-info .product-box-name {
    display: inline-block;
    min-width: 150px;
    padding: .375rem 0;
}
.product-cat .product_box.active .product-simple-info .product-box-name {color: var(--color-main);}
.product-cat .product_box .product-hover .product-simple-info a {color: var(--white);} 
.product-cat .product_box .product-hover .product-simple-info ul {
    justify-content: center; 
    margin: 0;
} 
.product-cat .product_box .product-hover .product-simple-info ul li h4 { margin-bottom: 0;}
.product-cat .product_box .product-hover .product-simple-info ul li { position: relative;}
.product-cat .product_box .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 .product-hover .product-simple-info ul li a { font-size: 12px; display: block; padding: 0 8px;}
.box_grid .product-simple-info.twoCols .product-box-price {
    flex-shrink: 0;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.product-box-price {
    color: var(--orange);
    position: relative;
    align-items: center;
}
.box-price .price__regular,.product-box-price .price__regular {font-weight: 600;}
.products-list .product-box-price .price__regular {color: #f00;}
.product-box-price .price__old {
    margin-right: 15px;
    font-size: 0.938rem; 
    text-decoration: line-through;
    color: #999;
}
.product-simple-info.twoCols .product-box-price .price__old {margin-right: 0;}
.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(--color-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 {margin-bottom: 1rem; margin-right: 3rem;}
.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-description hr, .article__entry hr {
    background: url(../images/bg/line_content2.svg) repeat-x 0 50%;
    height: 5px;
    border-top-width: 0;
}
.product-description .box-heading {margin-bottom: 1.25rem;}
.price-box-info {
    flex: 1;
    display: flex;
    height: 48px;
    align-items: center;
    text-align: center;
}
.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_news {padding: 3rem 0 1rem;}
.product-single .price-box-info .amount {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--orange);
}
.price-box-info .price__old {
    text-decoration: line-through;
    color: #999;
    margin-right: 1.25rem;
    font-size: 1rem;
}

.product-content {position: relative;}
.product-content h2,.product-content h3,.product-content h4 {
    font-family: var(--font-title);
    font-weight: 600;
}
.product-info .item-code, .product-info .item-info, .product-info .item-promo, .product-info .item-price, .product-info .item-cart, .product-info .item-guide,.product_variation {
    display: block;
    position: relative;
    margin-bottom: 1.25rem;
}
.product-info .item-info .name {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 28px;
    height: 32px;
    position: relative;
    margin-bottom: 0;
}
.product_variation .variation_row .title-options,.product-info .quantity .title {
    font-weight: 600;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.sub_variation_row .product_attribute_swatch,.product_variation ul.product_attribute {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.product_variation .variation_row .swatch {display: flex; align-items: center;}
.product_variation .product_attribute_guide {margin-left: 1rem;}
.product_variation .product_attribute_guide a {color: var(--blue); text-decoration: underline;}
.product_variation .variation_row .swatch + .swatch {margin-top: 1.25rem;}
.product_variation ul.product_attribute,.sub_variation_row .product_attribute_swatch {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 0;
}
.product_variation ul.product_attribute {
    margin: 0 -5px;
}
.product_variation ul.product_attribute li,.sub_variation_row .product_attribute_swatch div {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.product_variation .product_attribute .swatch-element, .product_variation .product_attribute_swatch .swatch-element {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.85);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.85);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.85);
    background-color: var(--white);
}
.product_variation .product_attribute .swatch-element {border-radius: 50%;}
.product_variation .product_attribute .active .swatch-element {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(1,91,177,.5);
    -moz-box-shadow: 0px 0px 0px 2px rgba(1,91,177,.5);
    box-shadow: 0px 0px 0px 2px rgba(1,91,177,.5);
}
.product_variation .product_attribute_swatch .swatch-element.active {
    background-color: var(--blue-light);
}
.product_variation ul.product_attribute li {padding: 2px 5px;} 
.product_variation .swatch-element {position: relative;}
.product_variation ul.product_attribute li.disabled {pointer-events: none;}
.product_variation ul.product_attribute li.disabled:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.45);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product_variation ul.product_attribute li span,.sub_variation_row .product_attribute_swatch div span {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.sub_variation_row .product_attribute_swatch div span {
    min-width: 40px;
    min-height: 40px;
    font-size: 16px;
}
ul.product_attribute li span {
    position: relative;
    width: 36px;
    height: 36px;
    background-color: #fff;
    background-size: cover;
    background-position: center center; 
    background-repeat: no-repeat;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    border-radius: 50%;
}
ul.product_attribute li.disabled div,.sub_variation_row .product_attribute_swatch .disabled {
    pointer-events: none;
    color: var(--gray-dark);
    background-color: var(--gray-light);
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
}
ul.product_attribute li.disabled div {border-radius: 50%;}
ul.product_attribute li:not(.disabled):hover div > span, ul.product_attribute li.active:not(.disabled) div > span {
    color: #111;
}
ul.product_attribute li:not(.disabled):hover div:after, ul.product_attribute li.active div:after, .sub_variation_row .product_attribute_swatch div:not(.disabled):hover:after, .sub_variation_row .product_attribute_swatch div.active:after {
    border-width: 1px;
    border-color: var(--color-main);
}
.item-cart-box {padding-top: 1rem;}
.btnCallOrder,.btnAddToCart {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-width: 0;
    padding: .5rem 1.25rem;
}
.wrap-scroll-nav {position: relative; margin-bottom: .5rem;}
.product-content .nav-tabs {
    border-bottom-width: 0;
    position: relative;
}
.product-content .nav-tabs .nav-item {
    margin-bottom: 0;
}
.product-content .nav-tabs .nav-item + .nav-item {margin-left: 1rem;}
.product-content .nav-tabs .nav-item .nav-link {
    font-weight: 600;
    padding: .5rem;
}
.product-content .nav-tabs .nav-item.show .nav-link, .product-content .nav-tabs .nav-link.active {
    background-color: transparent;
    color: var(--color-main);
    border-color: transparent;
    border-bottom: 2px solid;
}
.product-content .nav-tabs .nav-link:not(.active):focus, .product-content .nav-tabs .nav-link:not(.active):hover {border-color: transparent;}
.product-content .tab-content {
    padding: 1.5rem 0 0;
}
.ul_info_list,.ul_check_list,.ul_address_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ul_info_list li,.ul_check_list li {
    padding-left: 28px;
    position: relative;
}
.ul_info_list li+li,.ul_check_list li+li {margin-top: .875rem;}
.ul_info_list li:before,.ul_check_list li:before,.product-info .item-info .name:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
}
.product-info .item-info .name:before {
    top: 50%; 
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ul_info_list li:before,.product-info .item-info .name:before {
    width: 10px;
    height: 10px;
    margin: .125rem 0;
    border-radius: 50%;
    background-color: var(--orange);
}
.ul_check_list li:before {background: url(../images/icons/icon_check_blue.svg) no-repeat 50% 50%;}
.product-info .price-box-info {padding: 0 0 1rem 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 .quantity {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.product-info .product-quantity {
    position: relative;
}
.product-quantity input {
    border-color: var(--gray-light);
    border-width: 1px;
    height: 40px;
    text-align: center;
    padding: 0 40px;
}
.item-cart input[type=number] {
    -moz-appearance:textfield;
}
.item-cart input[type=number]::-webkit-inner-spin-button, 
.item-cart input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
.product-quantity .quantity-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-quantity .quantity-button {
    position: absolute;
    cursor: pointer;
    border: 0;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    color: #111;
    font-size: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
}
.product-quantity .quantity-button .fa {
    width: 16px;
    line-height: 16px;
}
.product-quantity .quantity-button.quantity-reduced {
    right: 0;
    border-left: 1px solid var(--gray-light);
}
.product-quantity .quantity-button.quantity-increase {
    left: 0;
    border-right: 1px solid var(--gray-light);
}
.product-info .item-cart-box .add-cart-button {margin-bottom: 10px;}
.product-info .item-cart-box .add-cart-button .btn_add_to_cart {padding:  0.75em 2.25em;}
.product-info .item-cart-box .add-cart-button .btnCall {
    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 {
    -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 {
    overflow: hidden;
    margin-bottom: 0;
    margin-right: -50px;
    position: relative;
    z-index: 1;
}
.video-background.right {
    margin-left: -50px;
    margin-right: unset;
}
.video-background  a.video__link {
    display: block; color: var(--white);
    position: relative;
    text-indent: -9999px;
}
.video-background  a.video__link {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    background: url(../images/icons/icon_play.png) no-repeat 50% 50%;
    background-size: contain;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/**/
.section-faqs .faq_input {
    padding-right: 45px;
}
.section-faqs .faq_btn_search {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    border-width: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-faqs .faq_btn_search:focus {outline: none; box-shadow: none;}
.section-faqs .card {
    margin-bottom: .5rem;
    border-width: 0;
    background-color: transparent;
}
.section-faqs .card .card-header {
    border: 0;
    padding: 0;
    background-color: transparent;
}

.section-faqs .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    font-weight: 700;
    padding: 1rem 0;
    color: var(--orange);
}
.section-faqs .card .card-header .btn-header-link:focus {
    outline: none;
    box-shadow: none;
}
.section-faqs .card .card-header .btn-header-link:after {
    content: "\f106";
    font-weight: 400;
    float: right;
    font-size: 24px;
    line-height: 1;
}
.section-faqs .card .card-header .btn-header-link.collapsed {color: var(--black);}
.section-faqs .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

.section-faqs .card .collapsing {
  background: var(--white);
  line-height: 30px;
}

.section-faqs .card .collapse {
  border: 0;
}

.section-faqs .card .collapse.show {
    background: var(--white);
    border-radius: 0;
    line-height: 30px;
}
/**/
.section-store {
    background-color: var(--gray-bg);
}
/**/
.about-quanlity,.about-certificate {
    background-color: var(--gray-bg);
    padding: 3.5rem 0;
}
.about-certificate .video-background {
    background-color: var(--white);
    padding: 2.5rem 3rem;
}
.about-privacy {padding-bottom: 3.5rem;}
.about-quanlity .quanlity_inner {position: relative;}
.about-quanlity .quanlity_inner:after {
    content: '';
    position: absolute;
    height: 18px;
    left: 0;
    right: 0;
    top: 143px;
    background: url(../images/bg/arrow_line.png) no-repeat 0 50%;
    z-index: 1;
}
.about-quanlity figure {
    margin-bottom: 4.5rem;
}
.quanlity_wrap {
    position: relative;
    border-radius: .5rem;
    padding: 1.35rem 1.5rem;
    background-color: var(--white);
}
.quanlity_wrap:before {
    position: absolute;
    content: '';
    top: -50px;
    left: 15%;
    width: 20px;
    height: 20px;
    background-color: var(--red-light);
    border-radius: 50%;
    z-index: 2;
}
.quanlity_wrap:after {
    position: absolute;
    content: '';
    top: -15px;
    left: 15%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid var(--white);
}
.quanlity_wrap .title {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .75rem;
}
.quanlity_wrap .content {
    color: var(--black-light);
}
.shadow__img {
    box-shadow: 14px 14px 0px 0px rgba(35,31,32,0.2);
    -webkit-box-shadow: 14px 14px 0px 0px rgba(35,31,32,0.2);
    -moz-box-shadow: 14px 14px 0px 0px rgba(35,31,32,0.2);
    margin-right: 1rem;
}

.section-element.about_testimonial .view-carousel{
    padding: 0 4rem;
}
.section-element.about_testimonial .owl-carousel{
    padding: 2rem 2.5rem;
    background: url(../images/bg/about_testimonial.jpg) no-repeat center center;
    background-size: cover;
    position: static;
}
.about_testimonial .article-block .article-author .testimonial__img {flex-shrink: 0;}
.about_testimonial .article-block .article-author .testimonial__img img{
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.about_testimonial .owl-theme .owl-nav [class*=owl-] {width: 32px; height: 32px; background-size: 32px 32px;}
.about_testimonial .article-block .article-author span {
    color: #aaa;
    font-size: .875rem;
}
.about_testimonial .article-block .article-author .testimonial__name{
    flex: 1;
}
.about_testimonial .article-block .article-author .testimonial__name .name {
    font-weight: 700;
    font-size: 1.5rem;
    font-family: var(--font-title);
}
.about_testimonial .article-block .article-meta p {
}
.about_timeline {
    white-space: nowrap;
    position: relative;
    background-image: url(../images/bg/about_timeline.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: unset;
}

.about_timeline ol {
    font-size: 0;
    margin-bottom: 0;
    width: 100vw;
    padding: 240px 0;
    transition: all 1s;
}

.about_timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 185px;
    height: 2px;
}

.about_timeline ol li:not(:first-child) {
    margin-left: 40px;
}

.about_timeline ol li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 7px);
    bottom: 0;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--color-main);
    box-shadow: 0px 0px 0px 4px rgba(1, 91,177,.2);
    -webkit-box-shadow: 0px 0px 0px 4px rgba(1, 91,177,.2);
    -moz-box-shadow: 0px 0px 0px 4px rgba(1, 91,177,.2);
}

.about_timeline ol li div {
    position: absolute;
    left: calc(100% - 185px);
    width: 370px;
    padding: 1rem;
    font-size: 1rem;
    line-height: 1.6;
    white-space: normal;
    border-radius: .35rem;
    background: var(--yellow-light);
}

.about_timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
}

.about_timeline ol li:nth-child(odd) div {
    top: -32px;
    transform: translateY(-100%);
}

.about_timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 10px 8px 0 8px;
    border-color: var(--yellow-light) transparent transparent transparent;
}

.about_timeline ol li:nth-child(even) div {
    top: calc(100% + 32px);
}

.about_timeline ol li:nth-child(even) div::before {
    top: -10px;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent var(--yellow-light) transparent;
}

.about_timeline time,.about_timeline p {
    display: block;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}
.about_timeline time {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: var(--font-title);
    line-height: 1.2;
    -webkit-line-clamp: 2;
    height: 3.625rem;
    margin-bottom: .75rem;
}
.about_timeline p {
    margin-bottom: 0;
    -webkit-line-clamp: 5;
}
.content_about,.about-value,.about_timeline {
    padding: 4rem 0;
}
.content_about + .content_about {padding-top: 0; margin-top: -2rem;}

.content_about .item_about .icon_checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}
.content_about .item_about .icon_checklist li {
    padding-left: 2rem;
    position: relative;
}
.content_about .item_about .icon_checklist li + li {margin-top: .75rem;}
.content_about .item_about .icon_checklist li:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background: url(../images/icons/icon_check_circle.svg) no-repeat 50% 50%;
}
.item_about .view-carousel .carousel-control {
    bottom: 1rem;
    top: auto;
    background-color: var(--gray-bg);
}
.content_about .card .box-heading .name {
    color: var(--color-main);
}
.content_about .card .card-body {
    padding: 2.5rem 3rem;
}
.ckeditor-html5-audio audio {height: 36px;}
.modal-backdrop.show {opacity: .9;}
button.close {text-shadow: none;}

/**/
.filter_maps {margin-bottom: 1rem;}
.filter_maps .label_map {font-size: 1.25rem; font-weight: 600;}
.filter_option {
    position: relative;
    z-index: 2;
    border-radius: .25rem;
    border: 1px solid var(--gray-light);
}
.filter_option .filter__icon{
    width: 25px;
    position: absolute;
    display: flex;
    right: 0;
    top: 0;
    z-index: -1;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.filter_option .filter__input{
    border: 0 solid transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 25px;
    opacity: 1;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    background-color: transparent;
}
.filter_option .filter__input:focus {box-shadow: none;}
.add_stores {
    overflow: hidden;
    background-color: #FBF6EE;
    border-radius: .35rem;
    height: 100%;
    padding: .5rem 0;
}
.add_stores .title {
    display: block;
    padding: 1rem;
    font-weight: 600;
    font-size: 1.25rem;
    border-bottom: 1px solid var(--gray-light);
}
.add_stores ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 418px;
    overflow-y: auto;
}
.add_stores ul.style1 {
    max-height: 400px;
}
.add_stores ul::-webkit-scrollbar,.filter-sidebar .filter-container-wrap::-webkit-scrollbar{width:7px; height: 7px;}
.add_stores ul::-webkit-scrollbar-track,.filter-sidebar .filter-container-wrap::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0); -webkit-border-radius:18px;border-radius:18px}
.add_stores ul::-webkit-scrollbar-thumb,.filter-sidebar .filter-container-wrap::-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)}
.add_stores ul::-webkit-scrollbar-thumb:window-inactive,.filter-sidebar .filter-container-wrap::-webkit-scrollbar-thumb:window-inactive{background:rgba(74,144,226,.1)}
.add_stores ul li {
    padding: .75rem 1rem;
    margin-left: 0;
    overflow: hidden;
    text-indent: 0;
    font-size: .875rem;
    cursor: pointer;
    color: var(--black-dark);
}
.add_stores ul li p {margin-bottom: .35rem;}
.add_stores ul li p.name {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--blue-dark);
}
.add_stores ul li p.address,.add_stores ul li p.phone {
    padding-left: 1.75rem;
    position: relative;
}
.add_stores ul li p.address:before,.add_stores ul li p.phone:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.add_stores ul li p.address:before {
    background: url(../images/icons/blue_map.png) no-repeat 50% 50%;
}
.add_stores ul li p.phone:before {
    background: url(../images/icons/blue_phone.png) no-repeat 50% 50%;
}
.content_canvas {
    overflow: hidden;
    height: 100%;
    border-radius: .35rem;
}
/**/
.contact-address-info {
    padding: 4rem 0;
}
.ul_address_list li {
    position: relative;
    display: flex;
    align-items: center;
}
.ul_address_list li .view {}
.ul_address_list li b,.ul_address_list li strong {display: block;}
.ul_address_list li+li {margin-top: 2rem;}
.ul_address_list li [class*="material-icons-"] {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--orange);
    font-size: 40px;
    background-color: var(--yellow-light);
    margin-right: 1rem;
}

.form-group #reloadImg {
    border: 1px solid #ced4da; 
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: .375rem;
    align-items: center;
    height: 100%;
}
.form-group .form-control {
    font-size: .875rem; 
    height: calc(2.25em + .75rem + 2px);
}
.form-group .form-control:focus {outline: none; box-shadow: none;}
.contact-form {
    padding: 3rem 4rem;
    border-radius: .35rem;
    background-color: var(--blue-light);
}
.contact-form .form-group textarea {
    height: auto;
}
.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-weight: 600;
    text-transform: uppercase;
}
.contact-form .form-action {text-align: right;}
.contact_ext {padding-top: 3rem;}
#btnNewsletter {height: 46px;}
.material-field {
    position: relative;
    -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(--white);
    border: 1px solid #ddd;
    border-radius: .25rem;
}
.contact-form .material-field, .contact-form textarea,.contact-form .form-group select{
    margin-bottom: 1.5rem;
}
.contact-form .form-group select{margin-bottom: 0;}
.material-field:before {
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 15px;
    color: var(--black-light);
    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;
    line-height: 16px;
    padding: 0 10px;
    pointer-events: none;
    -o-transition: .1s ease all;
    transition: .1s ease all;
    left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    top: 14px;
    color: #999;
}
.material-field label span {font-size: 16px; line-height: 10px; height: 10px; padding-top: 2px; margin-left: .25rem;}
.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: 1rem 0;
    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: var(--white);
    padding: 0 0 0.5rem 2rem;
}
.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 {
    -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 var(--blue) inset;
    box-shadow:0 0 0 0 var(--blue) 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 var(--blue)
}
.input-checkbox:checked,.input-radio:checked{
    border:none;
    -webkit-box-shadow:0 0 0 10px var(--blue) inset;
    box-shadow:0 0 0 10px var(--blue) 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
}

/**/
.section-element.about-info {
    background: url(../images/bg/Left_Shoe.png) 0 92% no-repeat,url(../images/bg/Right_Shoe.png) 100% 92% no-repeat, linear-gradient(180deg, #015BB1 0%, #001D38 100%);
    position: relative;
    z-index: 1;
    margin-top: -31rem;
    padding: 34rem 0 3rem;
    color: var(--white);
    text-align: center;
}
.about-info .name,.about-value .about-item .name {
    display: block;
    font-size: 1.25rem;
    font-family: var(--font-title);
    font-weight: 600;
    margin: .75rem 0;
}
.about-info p, .about-value p {
    line-height: 1.8;
    padding: 0 1rem;
}
.home-page .section-gmap,.about-promotion {
    padding: 4.5rem 0;
}
.about-promotion .box-heading {margin-left: 5rem; color: var(--white);}
.about-promotion .box-heading .sub-heading {margin-bottom: 1rem;}
.section-element.about-story {padding: 5rem 0;}
.section-element.about-story+.about-story {padding-top: 0;}
.about-story .box-heading.special {
    padding-top: 3rem;
    padding-left: 3.5rem;
    margin-left: 1.25rem; 
    background-repeat: no-repeat;
}
.about-story .order-md-first .box-heading.special {margin-left: auto;}
.about-story .box-heading.special.style_icon1 {background-image: url(../images/icons/Tie.png);}
.about-story .box-heading.special.style_icon2 {background-image: url(../images/icons/Backpack.png);}

.about-story .btn{padding: .5rem 1.5rem;}
.about-value {
    background-color: var(--blue-light);
    text-align: center;
}
.about-value figure {
    width: 9.25rem;
    height: 9.25rem;
    padding: 1.5rem;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-linear);
}
.about-gallery {
    padding: 4rem 0 11rem;
    background: url(../images/bg/Gallery_bg.jpg) center bottom no-repeat var(--yellow-light);
}
.about_btn {padding-top: 1.25rem;}
.about-process {
    margin-top: 3.5rem;
    position: relative;
}
.about-process .feature-block {position: relative;}
.feature-block-one {
    position: relative;
    display: block;
    text-align: center;
}
.feature-block-one .inner-box .icon-box {
    position: relative;
    display: inline-block;
    margin-bottom: 28px;
    transition: all 500ms ease;
    color: var(--color-main);
}
.feature-block-one:hover .inner-box .icon-box {
    color: var(--color-second);
}
.feature-block-one .inner-box p {
    margin-bottom: 0; 
    margin-top: 1rem;
    line-height: 1.6;
    color: var(--blue-dark);
    font-weight: 600;
}
/**/
.section-element.step_buy_product {
    padding: 10rem 0;
    color: var(--white);
}
.step_buy_product .sub-heading {display: flex; align-items: center;}
.step_buy_product .sub-heading .btn {margin-left: auto;}
/**/
.section-element.our-clients .bgclients {
    background-image: url(../images/bg/two-men-shaking-hands.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.clients-register {
    padding: 7rem 4.5rem; 
    margin-left: 8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
.clients-register .title {
    font-size: 3.25rem;
    font-family: var(--font-title);
    color: var(--white);
    font-weight: 600;
    margin-bottom: 2rem;
}
.clients-register .btn {
    padding: .75rem 2rem;
    text-transform: uppercase;
}
.clients_list {
    padding: 7rem 4.5rem;
    margin-right: 8rem;
}
.section-element.info-newsletter {
    padding: 3.5rem 0;
    background-image: url(../images/bg/footer_form_bg.jpg);
}
.section-element.info-newsletter .content {
    color: var(--white); 
    font-size: 1.5rem; 
    font-family: var(--font-title);
    letter-spacing: 1px;
}
.section-element.testimonial {padding: 1.5rem 0 3.5rem;}
.page-contact {padding: 1rem 0;}
.contact-form.form-vertical {
    position: relative;
}
.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 .__item {
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 1.5rem;
    border-radius: .25rem;
    overflow: hidden;
    transition: padding 0.5s ease 0s;
}
.product-preview--style-1 .__item:not(.special) {
    height: 260px;
}
.product-preview .__item .__image {
    position: relative;
    height: 100%;
    width: 100%;
    margin: auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    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: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -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;
    opacity: 0;
    transition: background-color 0.3s ease-in-out 0s;
}
.product-preview .__item .__content:before {
    content: '';
    position: absolute;
    left: 8%;
    right: 8%;
    top: 8%;
    bottom: 8%;
    border: 1px solid var(--white-text);
}
.product-preview .__item .__image + .__content {
    background-color: rgba(51, 51, 51, 0.2);
}
.product-preview .__item:hover .__image + .__content {
    opacity: .9;
    background-color: rgba(0, 51, 99, 0.5);
}
.product-preview .__item .__title {
    color: inherit;
    font-size: 1.25rem;
    align-items: center;
    justify-content: center;
}
.product-preview .__item .__link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
/*left column*/
#box-vertical-megamenus .box-category .nav-heading {
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 0 0 1.25rem;
    position: relative;
}
#box-vertical-megamenus .box-category .nav-heading:before,#box-vertical-megamenus .box-category .nav-heading:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#box-vertical-megamenus .box-category .nav-heading:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--white);
    border: 1px solid var(--gray-light);
    left: 0;
}
#box-vertical-megamenus .box-category .nav-heading.selected {font-weight: 600; }
#box-vertical-megamenus .box-category .nav-heading.selected:after {
    content: '\f00c';
    font-family: var(--font-awesome);
    color: var(--blue);
    font-size: .875rem;
    font-weight: 100;
    font-style: italic;
    left: 1px;
}
#box-vertical-megamenus .box-category .nav-heading a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .938rem;
}
#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 li a:not(.fa):before {
    left: 12px;
}

.applied-filters {
    position: relative;
    margin-bottom: .5rem;
}
.applied-filters .filter_box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2px;
    margin-left: -2px;
}
.applied-filters .filter-clear {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}
.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:after {
    font-family: var(--font-material);
    font-size: .813rem;
    content: '\e5cd';
    margin-left: .5rem;
}
.filter-sidebar {
    position: fixed;
    opacity: 0;
    width: 296px;
    background: #fff;
    top: 0 !important;
    bottom: 0;
    right: 0;
    z-index: 10000;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.filter-sidebar.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.filter-sidebar .filter-container {
    position: absolute;
    top: 46px;
    bottom: 46px;
    left: 0;
    right: 0;
    height: auto;
}
.filter-sidebar .filter-container-wrap {
    position: relative;
    overflow: auto;
    height: 100%;
    padding: .75rem;
} 
.filter-sidebar .box-heading {
    padding: .35rem .75rem;
    margin-bottom: 0;
    border-bottom: 1px solid var(--gray-light);
}
.filter-sidebar .box-heading .name {
    font-family: var(--font-main);
    font-size: 1.5rem;
}
.filter-sidebar .box-heading .viewall {
    border-width: 0;
    padding: .35rem;
    background-color: transparent;
    position: absolute;
    right: 0;
    margin-bottom: 0;
}
.filter-sidebar .box-heading .viewall span {margin-left: 0;}
.filter-result-box .btn {font-size: .75rem;}
.filter-sidebar .filterby-component {
    background: var(--white);
    border-top: 1px solid var(--gray-light);
    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__header {
    font-family: var(--font-main), serif;
    font-size: 1.125rem;
    font-weight: 600;
    position: relative;
    padding: 0;
    cursor: pointer;
}
.toggable-box__header .toggable-box__title {
    line-height: 46px;
    margin-bottom: 0
}
.mobile-list-filters .toggable-box__header--open {
    background-color: #eeedeb;
}
.toggable-box__header--close::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 {
    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_items {
    padding: 0 0 .5rem 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.toggable_items .inner_items_wrap {position: relative}
.toggable_items .inner_items_wrap:not(.ft-option) {
    overflow-x: hidden;
}
.toggable_items .inner_items_wrap.view_group,.toggable_items .inner_items_wrap.view_color {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.toggable_items .inner_items_wrap.view_group {padding: 1px;}
.toggable_items .inner_items_wrap.view_color {
    margin-left: -5px;
    margin-right: -5px;
}
.toggable_items .inner_items_wrap.view_group .toggable__item,.toggable_items .inner_items_wrap.view_color .toggable__item {
    position: relative;
}
.toggable_items .inner_items_wrap.view_color .toggable__item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.toggable_items .inner_items_wrap.view_group .toggable__item .toggable__item-checkbox,.toggable_items .inner_items_wrap.view_color .toggable__item .toggable__item-checkbox {
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.toggable_items .inner_items_wrap.view_group .toggable__item .toggable__item-checkbox {
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    -webkit-box-shadow: 0px 0 1px 0px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 0 1px 0px rgba(0,0,0,.5);
    box-shadow: 0px 0 1px 0px rgb(0 0 0 / 50%);
}
.toggable_items .inner_items_wrap.view_color .toggable__item .toggable__item-checkbox {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--gray);
}
.toggable_items .inner_items_wrap.view_group .toggable__item:hover .toggable__item-checkbox,.toggable_items .inner_items_wrap.view_group .toggable__item.active .toggable__item-checkbox, .toggable_items .inner_items_wrap.view_group .toggable__item.checked .toggable__item-checkbox {
    background-color: var(--blue-light); 
    color: var(--blue);
    -webkit-box-shadow: 0px 0 1px 0px rgb(1 91 177 / 100%);
    -moz-box-shadow: 0px 0 1px 0px rgba(1,91,177,1);
    box-shadow: 0px 0 1px 0px rgb(1 91 177 / 100%);
}
.toggable_items .inner_items_wrap.view_color .toggable__item:hover .toggable__item-checkbox,.toggable_items .inner_items_wrap.view_color .toggable__item.active .toggable__item-checkbox, .toggable_items .inner_items_wrap.view_color .toggable__item.checked .toggable__item-checkbox {
    border-color: var(--blue);
    border-width: 2px;
}
.toggable-box--close .toggable_items {
    display: none;
}
.toggable__item-checkbox {
    -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(--color-main);}
.inner_items_wrap .ui-slider {
    position: relative;
    margin: 1.625rem .9rem;
    border-radius: .35rem;
    background-color: var(--yellow-light);
    background-image: none;
    border: 0;
    height: 8px;
}
.inner_items_wrap .vaz-slider-ui .ui-slider-range {
    background: var(--color-linear);
}
.inner_items_wrap .vaz-slider-ui .ui-slider-handle {
    background-color: var(--white);
    background-image: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border: 0;
    border-radius: 50%;
    width: 1.8em;
    height: 1.8em;
    top: -0.6em;
    margin-left: -0.9em;
    cursor: ew-resize;
}
.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 var(--gray-light);
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
}
.toggable_items .view_group .form-check-label {
    padding: 0 .5rem;
    justify-content: center;
}
.toggable_items .view_group .form-check-label input[type=checkbox],.toggable_items .view_color .form-check-label input[type=checkbox] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin-right: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
}
.toggable_items .form-check-inline input[type=checkbox]:checked, .toggable_items .view_group .form-check-label input[type=checkbox]:checked, .toggable_items .view_color .form-check-label input[type=checkbox]:checked {
    content: "";
    speak: none;
}
.toggable_items .form-check-inline input[type=checkbox]:focus,.toggable_items .view_group .form-check-label input[type=checkbox]:focus,.toggable_items .view_color .form-check-label 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: 48%;
    width: 14px;
    height: 14px;
    left: 1px;
    color: var(--color-main);
    transform: translateY(-50%);
    font-size: .875rem;
    -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 .view_color .form-check-inline .toggable__item-description {
    border-radius: 50%;
}
.toggable_items .form-check-inline .toggable__item-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    font-size: .938rem;
}

.filters-toolbar-wrapper{
    padding: 0;
    margin-bottom:2.5rem
}
.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 + .filters-toolbar__item-child {margin-left: .625rem;}
.filters-toolbar__item-child label {margin-bottom: 0;}
.filters-toolbar__item-child button {
    border:1px solid var(--gray-light);
    height:40px;
    font-size: .875rem;
    border-radius: .25rem;
    padding: .25rem .75rem;
    background-color: var(--white);
}
.filters-toolbar__item-child button.active {
    background-color: var(--color-main);
    color: var(--white);
    border-width: 0;
}
.filters-toolbar__item-child button.active path {fill: var(--white)!important;}
.select-label{
    font-size:0.75rem;
}
.filters-toolbar__label,.filters-toolbar__input-wrapper{
    display:inline-block
}
.select-group{
    position:relative;
    z-index:2;
    border-radius: 0.25rem;
    border: 1px solid var(--gray-light);
}

.select-group svg{
    height:calc(8rem / 16);
    width:calc(8rem / 16);
    position:absolute;
    right:6px;
    top:50%;
    transform:translateY(-50%);
    z-index:-1
}
.filters-toolbar__input{
    border:0 solid var(--gray-light);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    max-width:100%;
    padding-left: 10px;
    padding-right: 20px;
    height:38px;
    font-size: .875rem;
    border-radius: .25rem;
    opacity:1;
    position:relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    background-color: transparent;
}
.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
}
/**/
.opacity_filter {
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.55);
    z-index: 9999;
    transition: opacity .5s ease;
}
.opacity_filter.active {
    transition: opacity .5s ease;
    visibility: visible;
    opacity: 1;
}
/**/
.menu_about .box-content {text-align: justify;}
.menu_about .read_more {
    color: var(--color-main);
    font-weight: 600;
    margin-top: .75rem;
}
.box-social {position: relative;}
#footer .box-social {font-size: 1.5rem; text-align: right;}
.box-social a {
    display: inline-block;
    vertical-align: middle;
    color: var(--gray);
    margin-left: 1.35rem;
}
.left-column .box-social a {
    color: var(--color-main);
    font-size: 32px;
}
.box-social a:first-child {margin-left: 0;}
#footer {
    padding-top: 5rem;
    background: url(../images/bg/Footer_bg.jpg) no-repeat 0 0 #333;
    background-size: cover;
}
footer{
    color: var(--gray);
    line-height: 1.6;
    border-top: 0 solid var(--color-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-logo {
    text-align: center;
    padding-bottom: 2rem;
}
#footer .footer-wrap {
    background-position: 0 0;
    background-size: cover;
    padding: 0 0 1.25rem;
}
#footer .footer-item {margin-bottom: 1.5rem;}
#footer .footer-item address {line-height: 1.8; display: block;}
#footer .footer-item address .fa {font-size: 1.25rem;}
#footer .footer-item address p {
    position: relative;
    display: block;
    padding-left: 2rem;
}
#footer .footer-item address p:not(:last-child) {margin-bottom: 1rem;}
#footer .footer-item address p img {
    position: absolute;
    left: 0;
    top: 5px;
}
.footer-item h2, .footer-item .title{
    font-family: var(--font-title);
    font-size: 1.5rem; 
    font-weight: 600; 
    line-height: 1.4; 
    margin-top: 0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.footer-item .title {margin-bottom: 1.75rem;}
.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 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-item .box-content .content .link-list a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: var(--gray);
    transition: all 0.3s;
    flex: 1;
}
.footer-item .box-content .content .link-list a:hover {color: var(--blue-light);}
.footer-item .box-content .content .link-list li:not(:last-child) {margin-bottom: .938rem; }
.footer-item .box-content .content .link-list li {
    align-items: center;
}
.footer-item .box-content .content .link-list a:hover{ 
    padding-left: 5px;
    text-decoration: none;
}
.footer-item p .fa {
    width: 14px;
    margin-right: 5px;
}
.ft-copyright {
    margin-top: 1rem;
    padding: 2rem 0 1rem;
    border-top: 1px solid #E2E2E2;
}
.ft-copyright .footer__link a {
    color: var(--black-text);
}
.ft-copyright .footer__link a:hover {color: var(--color-main);}
.ft-copyright .footer__link a+a:before {
    content: '|';
    padding: 0 8px;
    color: var(--black-text);
}

#masthead  {
    position: relative;
    top: 0;
    width: 100%;
    background-color: var(--white);
    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.is-scroll {
    position: fixed;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 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;
    }
}
.header-top {
    background-color: var(--color-second);
    color: var(--white);
    font-size: .813rem;
    padding: .5rem 0;
}
.nav-cart-top {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.nav-cart-top a {
    display: flex; 
    position: relative;
    color: var(--white);
    align-items: center;
}
.nav-cart-top a+a {margin-left: 1rem;}
.nav-cart-top a img {
    margin-right: .35rem; 
    flex-shrink: 0;
    width: 20px;
    object-fit: cover;
}
.header-main-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    z-index: 20;
}
.header-main-nav .container {flex: 1;}
/*mega menu*/
#searchPanel {
    display: none;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: var(--gray);
    background: var(--color-main);
    z-index: 1023!important;
    position: fixed;
    transition: opacity .8s;
}
#searchPanel .container {
    margin: .5rem auto;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#searchPanel.nav-is-visible {
    opacity: .9;
    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;
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
#searchPanel.nav-is-visible {
    -webkit-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown;
}

#panel {
    opacity: 0;
    display: none;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    z-index: 1023!important;
    position: fixed;
    overflow-x: auto;
}
#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 .nav-heading {
    color: #333;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    height: 43px;
    line-height: 42px;
    margin: 0;
    padding: 0 50px 0 15px;
    border-bottom: 1px solid var(--gray-light);
    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
}
.panel .sub-list {
    background-color: var(--blue-light);
}
.panel .sub-list .sub-list {
    background-color: var(--yellow-light);
}
.panel .sub-list a:not(.fa):before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f138";
    left: 15px;
    top: 10px;
    font-size: 12px;
    color: var(--color-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;
}
.sub-list .sub-list a {
    padding-left: 50px;
}

.panel .sub-list .nav-level-sub {
    position: relative;
    padding-right: 50px;
}
.closeMenu,.closeSearch {
    position: absolute;
    top: 1rem;
    right: 0;
    display: block;
    width: 48px;
    color: var(--gray);
}
.closeMenu span,.closeSearch span {font-size: 3rem;}
.nav-control {
    display: flex;
    align-items: center;
}
.nav-control .material-icons,.nav-control .material-icons-sharp {
    font-size: 3rem;
}
.nav-control a {
    position: relative; 
    padding: .25rem .5rem;
}
.nav-control a:hover {
    color: var(--black);
}
.nav-language {
    padding: 1rem 0;
    flex-shrink: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.nav-language a {
    padding: .75rem;
}
.closeSearch:hover {color: var(--orange);}
#masthead .on_menu_left, #masthead .mobi-cart {
    display: none;
    width: 42px;
    height: 42px;
    line-height: 40px;
    align-items: center;
    text-align: center;
    position: relative;
}
#masthead .mobi-cart [class*="material-icons-"] {
    font-size: 32px;
}
#masthead .mobi-cart .cart-number {
    position: absolute;
    right: 5px;
    top: 0;
    display: inline-block;
    background-color: var(--orange);
    border-radius: .5rem;
    padding: 2px 4px;
    line-height: 14px;
    color: var(--black);
}
#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: 28px;
    background: var(--black-text);    
}
#masthead .on_menu_left span {
    border: 0;
    top: 50%;
    right: 6px;
    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 {
    -webkit-transform: translateX(4px) translateY(0) rotate(45deg);
    -moz-transform: translateX(4px) translateY(0) rotate(45deg);
    -ms-transform: translateX(4px) translateY(0) rotate(45deg);
    -o-transform: translateX(4px) translateY(0) rotate(45deg);
    transform: translateX(4px) translateY(0) rotate(45deg);
}
#masthead .on_menu_left.nav-is-visible span::after {
    -webkit-transform: translateX(4px) translateY(4px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(4px) rotate(-45deg);
    -ms-transform: translateX(5px) translateY(6px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(4px) rotate(-45deg);
    transform: translateX(4px) translateY(4px) rotate(-45deg);
}
.box-special-menu {
    display: flex;
    align-items: center;
    position: static;
}
.box-special-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: var(--font-title);
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-special-menu ul.main-navigation {
    align-content: center;    
}
.box-special-menu ul > li > a {
    padding: .5rem 1rem;
    display: block;
    position: relative;
    text-decoration:none;
}
.box-special-menu > ul > li.root > a {
    font-size: 1.125rem;
    padding: 2.75rem 1rem;
    color: var(--black-text);
    letter-spacing: 0.1px;
    line-height:34px;
    text-transform: uppercase;
    white-space: nowrap;
}
.is-scroll .box-special-menu > ul > li.root > a {padding: 1.5rem 1rem;}
.box-special-menu > ul > li.root.language > a {padding-left: .35rem!important; padding-right: .35rem!important;}
.box-special-menu > ul > li.root > a span {display: inline-block;}
.box-special-menu > ul > li.root > a .fa {font-size: .875rem;}
.box-special-menu > ul > li.root > a span+span {margin-left: .35rem;}
.box-special-menu > ul > li.root > a:hover {color: var(--blue-dark);}
.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;}
.mega.rootmenu-hovercate {
    left: 0;
    right: 0;
    padding: 2rem 0;
}
.mega.rootmenu-hovercate .banner {
    display: block;
    border-radius: .35rem;
    overflow: hidden;
}

.mega.rootmenu-hovercate ul li a {
    padding: .5rem .35rem .5rem 1.35rem;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    overflow: hidden;
}
.mega.rootmenu-hovercate ul li a:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--blue-light);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rootmenu-hovercate:not(.mega) ul li .submenu:after {
    content: '\f105';
    position: absolute;
    right: 1rem;
    top: 0;
    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 {
    content: '\f105';
    position: absolute;
    left: 2px;
    top: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.rootmenu-hovercate ul li a:hover {
    text-decoration: none;
    color: var(--color-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;
}
.rootmenu-hovercate .sub-menu-wrap {position: relative; font-family: var(--font-main);}
.rootmenu-hovercate .sub-menu-wrap .col-title{
    font-size: 1rem;
    font-weight: 600;
    display: block;
    margin-bottom: .75rem;
}
.mega.rootmenu-hovercate .sub-list {
    flex-direction: column;
    align-items: flex-start;
    font-family: var(--font-main);
    margin-bottom: 1rem;
}
.sub-list {list-style: none; padding: 0; margin-bottom: 0;}
.sub-list a {
    display: block;
    padding: 10px 50px 10px 32px;
    position: relative;
}
@-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;
    }
}

.brandnav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-transition: all 0.6s ease;
    -khtml-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.brandnav .navbar-logo {
    flex: 1;
    display: flex;
    align-items: center;
    padding: .75rem 0;
    z-index: 25;
    -webkit-transition: all 0.6s ease;
    -khtml-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.is-scroll .brandnav .navbar-logo {padding: .35rem 0}
.brandnav .navbar-logo a.logo {
    text-align: center;
    max-width: 100px;
}
.is-scroll .brandnav .navbar-logo a.logo {max-width: 70px;}
.brandnav .navbar-logo .logo img {
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}
.home-page .brandnav .navbar-logo .logo .logo_home {display: inline-block;}
.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%;
    max-height: 600px;
}
.sub_nav {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.sub_nav .sub_nav--link {
    background-color: var(--gray);
    padding: .75rem 2rem;
    margin: 0 10px 10px 10px;
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
    border-radius: .35rem;
    cursor: pointer;
    position: relative;
}
.sub_nav .sub_nav--link:hover {}
.sub_nav .sub_nav--link.active {
    color: var(--white);
}
.blog_pagelist .card  {
    border-width: 0;
    overflow: hidden;
}
.blog_pagelist .card.featured {margin-bottom: 2.5rem;}
.card .card-block {
    display: flex;
    padding: 3rem 2.5rem;
    height: 100%;
}

.search_query {
    width: 100%;
    border-radius: 0;
    border: 2px solid var(--gray);
    padding: .75rem 3rem;
    height: auto;
    position: relative;
}
.search_query:focus {outline: none; color: var(--blue-light);}
.search_query.placeholder {color: var(--blue-light); }

#searchPanel form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.search-content:before {
    content: '\f002';
    font-family: var(--font-awesome);
    font-size: 1.25rem;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
     -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-content {
    position: relative;
    width: 100%;
}


.search-content input[type="text"] {
    text-transform: none;
    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;
}

.owl-theme .owl-nav [class*=owl-] {
    height: 40px;
    width: 40px;
    border-radius: .25rem;
    padding: .5rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    background-color: var(--white);
    background-image: url(../images/Arrow-Right-Blue.svg);
    background-position: 50% 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-theme .owl-nav .owl-next {
    right: 0;
}
.owl-theme .owl-nav .owl-prev {
    left: 0;
    transform: rotate(180deg);
}
/**/
.bx-main-slider,.bx-main-ads {
    position: relative; 
    z-index: 2;
    overflow: hidden;
}
.bx-main-ads a {display: block;}
.bx-main-ads a:not(:last-child) {margin-bottom: 10px;}
.bx-main-slider .master-slider-parent {
    margin: 0 5%; 
    overflow: hidden;
    border-radius: .75rem;
}
.ms-layer.ms-caption {
    color: var(--white);
    min-width: 380px;
}
.ms-layer .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 .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 .name {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--font-title), serif;
    padding-bottom: 15px;
    margin-bottom: 0;
    text-shadow: 4px 3px 0px rgba(35,31,32,0.4);
}
.ms-layer .summary {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 1rem;
}
.ms-layer .summary p:last-child {margin-bottom: 0;}
.master-slider .ms-layer .summary p {position: relative; padding-left: 32px;}
.ms-layer .summary p:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    margin-top: -10px;
    box-sizing: border-box;
    background: url(../images/icons/white_stick.png) no-repeat 50% 50%;
}
.ms-layer .ext-link {
    display: inline-flex;
    letter-spacing: 1px; 
    margin-top: .5rem;
    padding: .75rem 2rem;
    border-radius: 0;
    line-height: 16px;
    font-size: .938rem;
    font-weight: 700;
    border-radius: .25rem;
    align-items: center;
    text-transform: uppercase;
    color: var(--black-text);
    background: var(--color-linear-gold);
}
.ms-layer .ext-link img {margin-right: .35rem;}
.ms-layer .ext-link+.ext-link {margin-left: .75rem;}
.ms-layer .ext-link:hover {
    color: var(--color-main);
} 
.ms-layer.mc {text-align: center;}
.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
    width: 40px!important;
}
.animated-mouse .ms-wheel-icon{
    -webkit-animation:scroll-wheel 1.3s ease-out infinite forwards;
    -moz-animation:scroll-wheel 1.3s ease-out infinite forwards;
    animation:scroll-wheel 1.3s ease-out infinite forwards
}
@-webkit-keyframes scroll-wheel{
    0%{-webkit-transform:translateY(0);opacity:1}
    50%{-webkit-transform:translateY(10px);opacity:1}
    100%{-webkit-transform:translateY(0);opacity:1}
}
@-moz-keyframes scroll-wheel{
    0%{-moz-transform:translateY(0);opacity:1}
    50%{-moz-transform:translateY(10px);opacity:1}
    100%{-moz-transform:translateY(0);opacity:1}
}
@keyframes scroll-wheel{
    0%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}
    50%{-webkit-transform:translateY(10px);-moz-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);opacity:1}
    100%{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}
}
/**/
.filter-cat.product-cat {
    overflow: hidden;
    margin-bottom: 2rem;
}
.product-cat .product-cat-wrap > ul {
    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 {
    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 {
    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;}
/**/
.i-header {
    margin: 0 0 20px 0;
    position: relative;
}
.i-header .title {
    position: relative;
    font-family: var(--font-title);
    font-size: 1.5rem;
    font-weight: 600;
}
.shopping-cart .table-basket,
.shopping-cart .table {
    border-radius: .35rem;
    overflow: hidden;
    border: 1px solid var(--gray-light);
    background-color: var(--white);
}
.shopping-cart .table {margin-bottom: 0;}
.shopping-cart .table thead th {
    background-color: var(--blue-light);
    border-bottom-color: var(--gray-light);
    font-family: var(--font-title);
    padding: 1.5rem .75rem;
    text-align: left;
}
.shopping-cart .table td {
    padding: 1.25rem .75rem;
}
.cart__meta {
    display: flex;
    align-items: center;
}
.cart__image {
    flex-shrink: 0;
    border: 1px solid #8D98AD;
    border-radius: .25rem;
    overflow: hidden;
    margin-right: 1rem;
}
.cart__name {
    flex: 1;
}
.cart__title {
    font-weight: 600;
    display: inline-block;
    margin-bottom: .5rem;
}
.cart__qty-input{
    text-align:center;
    width:42px;
    height: 36px;
    padding:4px 5px;
    border: 1px solid var(--gray-light);
    border-radius: 0;
}
.cart .custom-inner {
    position: relative;
    padding-left: 27px;
    padding-right: 27px;
    display: inline-block;
}
.cart .custom-inner button.items-count {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    text-align: center;
    height: 36px;
    width: 28px;
    background-color: var(--white);
    border: 1px solid var(--gray-light);
    color: var(--black-text);
    position: absolute;
    top: 0;
    cursor: pointer;
}
.cart .custom-inner button [class*="material-icons-"] {font-size: 18px;}
.cart .custom-inner button.reduced {
    left: 0;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
}
.cart .custom-inner button.increase {
    right: 0;
    border-top-right-radius: 0.35rem;
    border-bottom-right-radius: 0.35rem;
}
.cart .custom-inner button:focus {outline: none;}
.product-option {font-size: .875rem; color: #8D98AD;}
.cart__remove_link {
    color: #8D98AD;
}
.cart td dl,.cart td dd {margin-bottom: 0;}
.cart__row p{
    margin-bottom:0
}
.cart__row p+p{
    margin-top:10px
}
.cart__edit--active .cart__edit-text--cancel{
    display:none
}
.cart__edit-text--edit{
    display:none
}
.cart__edit--active .cart__edit-text--edit{
    display:block
}
.cart__edit-text--cancel,.cart__edit-text--edit{
    pointer-events:none
}

.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.813rem;
    line-height: 1.5em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.5em;
    background-color: rgba(114,114,114,0.9);
    color: var(--white);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.5em;
    height: 1.5em;
    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(--color-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: var(--orange);
    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 {
    margin-top: 1.5em;
    align-items: stretch;
    flex-direction: column;
    align-self: flex-start;
}
.step__footer__continue-btn {
    padding: 0.65em 1.7em;
}
.shopping-cart .cart-item-empty {
    width: 100%;
    height: 100%;
    padding: 60px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.shopping-cart .cart-item-empty .cart_icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    background-image: url(../images/cart_empty.png);
    background-repeat: no-repeat;
    display: block;
    width: 150px;
    height: 150px;
    background-size: contain;
    background-position: 0 0;
}
.shopping-cart .cart-item-empty .title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .35rem;
}
.shopping-cart .cart-item-empty span {
    display: block;
}
.cart__footer .box-heading {margin-bottom: 1rem;}
.cart__footer_item{
    display:flex;
    padding: .5rem 0;
}
.cart-subtotal .item__label, .cart-subtotal .item__price,.cart-totalprice .item__label, .cart-totalprice .item__price{
    font-weight: 600;
}
.cart-totalprice .item__price {color: var(--orange);}
.item__price{
    padding-left:20px
}
.cart__footer_action {
    display: flex;
    align-items: center;
}
.cart__footer_action .form-control {
    border-width: 1px;
    border-color: var(--gray-light);
    background-color: transparent;
    height: 40px;
}
.cart__footer_action .btn-link,.btn-link.step__footer__previous {
    border-color: var(--blue);
    color: var(--blue);
    text-transform: uppercase;
}
.shopping-cart .form-group {margin-bottom: 1.75rem;}
/**/
.modal .modal-header {
    padding: 0;
    border-bottom: none;
    position: relative;
    z-index: 9;
}
#popup-Cart.modal .modal-header button {
    position: absolute;
}
.modal-dialog .modal-content {
    border-radius: 0;
    overflow: hidden;
}
.modal.checkout {
    pointer-events: none;
}
.checkout .modal-dialog .modal-content {
    border: 5px solid var(--color-main);
}
.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);
}
.modal .modal-header .close {
    width: 48px;
    height: 48px;
    -webkit-border-radius: .35rem;
    -moz-border-radius: .35rem;
    -ms-border-radius: .35rem;
    -o-border-radius: .35rem;
    position: absolute;
    z-index: 99;
    padding: 0;
    top: 35px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.modal .modal-header .close span {font-size: 3rem;}
.modal-dialog .modal_img_left .modal-body {
    padding: 0;
}
.modal .modal-body .box-heading {margin-bottom: 1.75rem;}
.modal-dialog .modal-body .alert {display: none;}
.proBoxPrimary.row {
    margin-left: -5px;
    margin-right: -5px;
}
.proBoxPrimary.row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
#popup-Cart .actions {margin-top: 1.5rem;}
.actions .continue-shopping,.actions .basket-shopping {
    text-transform: uppercase;
    padding: .5rem .75rem;
} 
#popup-Cart .actions .continue-shopping {border-color: var(--blue); color: var(--blue); text-transform: uppercase;}
#popup-Cart .proName {
    font-weight: 600;
}
#popup-Cart .success-message {
    font-size: 13px;
    margin-bottom: 0;
    color: var(--gray-dark);
}
.subscribe-item {margin-bottom: 1.5rem;}
.subscribe-item .form-control,.subscribe-item .btn{border-radius: 0;}
.subscribe-item .form-control{
    background-color: transparent;
    border: 2px solid #E2E2E2;
    padding: .75rem;
    height: 100%;
    color: #999;
}
.subscribe-item .btn {
    background-color: #E2E2E2;
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup-subscribe .modal-dialog {
    max-width: 600px;
}
#popup-subscribe .modal-dialog .modal-content {
    width: 100%;
    overflow: hidden;
}
#popup-subscribe .modal-dialog .modal-header {
    padding: 0;
    border-bottom: none;
    position: relative;
    z-index: 9;
}
#popup-subscribe .modal-dialog .modal-content .modal-header .close {
    top: 15px;
    right: 15px;
    background: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#popup-subscribe .modal-dialog .modal-content .modal-header .close i {
    color: var(--gray-dark);
    font-size: initial;
}
#popup-subscribe .modal-dialog .modal-content .modal-header .close:hover i {color: var(--black);}
#popup-subscribe .modal-dialog .modal-body {
    padding: 0;
}
.subscribe_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    min-height: 330px;
    width: 250px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.subscribe_form {
    float: right;
    width: 350px;
    padding: 42px 32px;
    min-height: 330px;
}
#popup-subscribe .modal-dialog .modal-content .title_block {
    font-size: 1.25rem;
    font-family: var(--font-title);
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px;
}
#popup-subscribe .modal-dialog .modal-content p {
    color: #777;
    line-height: 20px;
    font-size: .813rem;
}
#popup-subscribe .modal-dialog .modal-content .form-group {margin-bottom: 8px;}
#popup-subscribe .modal-dialog .modal-content .close_cubscribe {font-size: .75rem; text-decoration: underline; cursor: pointer; color: var(--gray-dark); margin-top: 20px;}

/**/
.scrolltop {
    position: fixed;
    right: 8%;
    bottom: 10px;
    width: 44px;
    height: 162px;
    opacity: .9;
    font-size: 1.5rem;
    color: var(--red);
    line-height: 42px;
    text-align: center;
    display: none;
    cursor: pointer;
    z-index: 993;
}
/**/
.pageNumber {
    line-height: 100%;
    padding:0;
    display:flex;
    line-height:46px;
    text-align:center;
    align-items: center;
    justify-content: center;
    position: relative;
    margin:1rem 0 1.5rem 0;
}
.pageNumber a {
    display: inline-flex;
    width:46px;
    height:46px;
    align-items: center;
    justify-content: center;
    text-align:center;
    margin: 0 .375rem;
    font-size: 1rem;
    background: var(--white);
    font-weight:600;
    color: var(--black);
    border-radius: .25rem;
    border:1px solid transparent;
    text-decoration: none;
}
.pageNumber a span {
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pageNumber a .fa {font-size: 1.75rem; line-height: 18px;}
.pageNumber a:hover {
    color: var(--blue);
    -o-transition: box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.pageNumber a.current {
    background: var(--blue-light);
    color: var(--blue);
}
.grecaptcha-badge {visibility: hidden; opacity: 0;}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
#google_translate_element2 {display:none!important;}
/*shutdown website*/
.template-shutdown {
    height: 100vh;
    text-align: center;
}
.shutdown-page__wrapper {
    display: table;
    height: 100%;
    width: 100%;
    background-image: url(../images/password-page-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
}
.shutdown-page__header {
    display: table-row;
    height: 1px;
}
.shutdown-page__header__inner {
    display: table-cell;
    padding: 15px 30px;
}
.shutdown-page__logo {
    margin-top: 90px;
    color: inherit;
}
.shutdown-page__main {
    display: table-row;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.shutdown-page__main__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 30px;
}
.shutdown-page__hero {
    font-family: "HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 500;
    font-size: 3.75rem;
    line-height: 1.4;
    text-transform: none;
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
}
.shutdown-page__message {
    font-style: italic;
    font-size: 1.125rem;
    line-height: 1.8;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
}

/**/
.aml_dk-wrap {
    font-size: 14px !important;
    position: fixed;
    z-index: 999;
    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: 44px!important;
    height: 44px!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: 0 solid #fff!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: var(--color-main);
    color: var(--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 var(--color-main);
    left: 100%;
}
.aml-tooltip:hover .aml-tooltiptext {
    visibility: visible;
    opacity: 1;
}